/*
 Theme Name:   Quadrum Premium Child Theme
 Theme URI:    http://quadrum.orange-themes.com/
 Description:  Quadrum Premium Wordpress Child Theme
 Author:       Orange Themes
 Author URI:   http://www.orange-themes.com/
 Template:     quadrum-theme
 Version:      1.3.0
 Tags: 
 Text Domain:  quadrum-theme-child
*/

@import url("../quadrum-theme/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */
@media all and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: 'FontAwesome';
        src: url('../quadrum-theme/fonts/fontawesome-webfont.svg#fontawesomeregular') format('svg'), url('../quadrum-theme/fonts/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'), url('../quadrum-theme/font/fontawesome-webfont.woff?v=3.2.1') format('woff'), url('../quadrum-theme/font/fontawesome-webfont.ttf?v=3.2.1') format('truetype');
        font-weight: normal;
        font-style: normal;
    }
}

.header-1-content {
	display: table;
	padding: 0;
	width: 100%;
}

.header-topmenu {
padding-top: 8px;
padding-bottom: 8px;
}

.header #main-menu .wrapper>ul>li>a {
padding: 4px 19px !important;
}

.header-1-content .head-searcher {
    display: table-cell;
    vertical-align: bottom;
    width: 20%;
    text-align: right;
}
.header-1-content .head-searcher .head-search-input {
	position: relative;
	border: 0px;
	font-size: 0.9em;
	padding: 8px 2px 6px 6px;
	z-index: 10;
	border-radius: 3px;
	box-shadow: inset 0 1px 1px 1px rgba(0,0,0,0.1), 0 1px 1px 1px rgba(0,0,0,0.1);
	width: 160px;
	opacity: 0.8;
	-webkit-appearance: none;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}
.header-1-content .head-searcher .head-search-input:focus {
    border: 2px solid #ccc;
    background: #fff;
}
.header-1-content .head-searcher:after {
	display: block;
    float: right;
	position: relative;
	z-index: 1;
	width: 30px;
	height: 20px;
	top: -24px;
	right: -6px;
	color: #c4c6c8;
	border-left: 1px dotted #ccc;
	font-size: 14px;
	line-height: 20px;
	font-family: "FontAwesome";
	content: '\f002';
	text-align: center;
}
.header-1-content .head-searcher .head-search-button {
	display: block;
    float: right;
	position: relative;
	z-index: 15;
	top: 0px;
	right: 0px;
	border: 0px;
	cursor: pointer;
	background: transparent;
	width: 30px;
	height: 28px;
	color: transparent;
}
body #main-menu li.big-drop-2>ul.sub-menu>li>ul li .menu-content-inner {
  width: 75%;
}

#optin { overflow: hidden; text-align: center }

#optin label {
font-size: 16px;
float: left;
margin: 15px 10px 15px 0px;
}

#optin input {
border: 1px solid #ccc;
float: left;
font-size: 20px;
margin: 0 10px 10px 0;
width: 350px;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
box-shadow: 0 2px 2px #ddd;
-moz-box-shadow: 0 2px 2px #ddd;
-webkit-box-shadow: 0 2px 2px #ddd
}

#optin input.name { background: #fff; padding-left: 10px }

#optin input.email { background: #fff; padding-left: 10px }

#optin input[type="submit"] {
background: #003366;
color: #fff;
cursor: pointer;
font-size: 14px;
font-weight: bold;
font-color: #FBB03B;
padding: 3px 5px;
width: auto
}

#optin span { float: left; margin-left: 15px; padding-left: 20px }

#sidebar .widget > ul {
    display: block;
    padding: 18px 20px;
    background: #f5f5f5;
}

.widget .w-news-list .item .item-photo {
display: none;
width: 0px;
height: 0px;
}

.widget .w-news-list .item .item-content {
margin-left: 0px;
}

.widget .w-news-list .item .item-content p {
display: none;
}

.item-block .item-header .item-category {
display: none !important;
}
.item-block .item-header .item-date {
display: none !important;
}

.strict-block {
display: block;
margin-bottom: 20px;
}

.main-article .tag-cloud, .main-article .social-article {
margin-top: 0px;
}

.widget .w-comment-list .item .item-photo {
display: none;
width: 0px;
height: 0px;
}

.widget .w-comment-list .item .item-content {
margin-left: 0px;
}

.widget .w-comment-list .item .item-content h4 {
display: none;
margin-bottom: 0px;
}

.fb_iframe_widget {
    display: block;
    padding: 0px 0px !important;
    background: #f5f5f5;
}
.fb_reset {
    display: block;
    padding: 0px 0px !important;
    background: #f5f5f5;
}

hr {
margin-bottom: 0px;
}

.ytcplayer-fixwidthwrapper {
padding: 2px 0px !important;
}

.ytchagallery {
padding: 0px !important;
}

.ytc-pslb.ytcplayer-wrapper {
padding: 0px !important;
}

.item-block-2 .item-block .item-content {
position: relative;
height: 100%;
background: none;
}

.item-content a span {
  position:absolute; 
  width:100%;
  height:100%;
  top:0;
  left: 0;

  /* edit: added z-index */
  z-index: 1;

  /* edit: fixes overlap error in IE7/8, 
     make sure you have an empty png */
  background-image: url('empty.png');
}

.item-photo:hover img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.plugin .footer #branding {
  display: none;
}

.ytchagallery {
padding: 0px !important;
}

.authnet_input {
  min-height: 18px;
}

input#variable_amount {
  padding: 2px 2px;
}

.authnet_item_desc {
  width: 935px !important;
}

.authnet_variable_payment fieldset {
  width: 476px !important;
}

#single-amount {
  padding-left: 40px !important;
}
#recurring-period {
  padding-left: 53px !important;
}
.comment #respond label,
#writecomment label {
    display: inline;
    font-size: 14px;
    color: #727272;
    padding-bottom: 3px;
    font-weight: normal!important;
    position: relative!important;
    left: auto!important;
}
#comments .commment-content .comment-text p {
    font-size: 14px;
    width: 100%;
    display: block;
    padding-top: 20px;
    margin-bottom: 5px;
}
.mailchimp-subscriber-chiclet-for-wordpress.mailchimp-subscriber-chiclet-for-wordpress-wrapper .mainButton {
    width: 200px;
    padding-top: 5px;
    height: 50px;
}
