/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*search box widget magnify glass color*/
#searchsubmit {
/*background-color:white !important;*/
color:black ;
}

/*search widget text + background */

.widget input#s {
    background: #bbbbbb !important;
	
}
/*.widget #searchsubmit {
    color: red;
}*/
/* home page slider */
div#full_slider_1 {
padding: 0px 0;
}

/*Coupon display on Cart, Checkout and My account
.smart_coupons_style {
	list-style-type: none;
	background-color: #91EE91;
	margin-left: -30px;
	max-width: 80%;
	margin-bottom: -1px;
	cursor: pointer;
	padding: 8px 25px;
	color: #000;
	position: relative;
	box-shadow: 0 3px 4px hsla(0, 0%, 71%, .8);
	border: 1px dashed #FFF;
}
.sc_info_box {
	position: relative;
	padding: 1em 2%;
	margin: 1em 0;
	font-size: .92em;
	line-height: 1.5em;
	background-color: #f7f6f7;
	border-radius: 5px;
	float: left;
	width: 100%;}*/
.sc_info_box,.sc_info_box h3 {color:#000000;}
.coupon-content {color:#000000;}
/*remove cat image at top of single cat page*/
.tax-product_cat .page-thumb {
display: none;
}

.tmb-special-heading h3{
/*font-family: 'Kaushan Script', cursive!important;
letter-spacing: 0.03em!important;
font-size:1.75em;*/
}
.tmb-home-color-section {
	border-top: 0px solid #333333!important;
	border-bottom: 0px solid #333333!important;
}
.tmb-home-icons {
	/*border:solid 2px #FF0000!important;*/
	color:#08365b!important;
	font-weight:bold!important;
}
.tmb-home-icons .av_icon_caption {
	font-weight:bold!important;
	}
/*remove product sorting*/
#top.archive .product-sorting {
display: none;
}
/*cart icon on menu
#top .av-cart-counter.av-active-counter {
    color: black;
}
a.cart_dropdown_link {
    color: #48bbec!important;
	font-size: 20px !important;
}*/
ul.cart_dropdown {
    border: none!important;
}
/*hide title on home*/
.home .title_container {
display: none!important;
}
/* Product list tmb: wc3.0 changed titles from h3 to h2*/
.product h2 {
    font-size:20px!important;
	font-weight:bold!important;
}
/* enfold cart icon in header */
a.cart_dropdown_link {
    color: #ffffff!important;
}
/* enfold top menu */
span.avia-menu-text {
text-transform: uppercase;
}