/*
 Theme Name:   WooPress Child
 Theme URI:    http://8theme.com/
 Description:  WooPress Child Theme
 Author:       8theme
 Author URI:   http://8theme.com
 Template:     woopress
 Version:      0.0.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  woopress-child
*/

/* Basics */
body {
color: #767676!important;
}

.fixed-header-area.color-light .menu > li > a {
	color:#000000!important;
}
.fixed-header-area.color-light .menu > li > a:hover {
	color: #a37866!important; }

.fixed-header-area.color-light .shop-text {
    color: #252525!important;
}
/*MENU*/
.header-type-10 .menu-wrapper .languages-area {
	display:none!important;
}
/*Find a Store Controls */
body #wpsl-search-wrap {
color: #333;
}

/*Blog*/
.vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
background-color: #ff7d00 !important;
text-transform: capitalize;
color: #fff;
}
.vc_btn3.vc_btn3-color-juicy-pink:hover, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:hover {
background-color: rgb(45, 43, 40) !important;
}

/*Shop */

.filter-wrap .woocommerce-ordering select {
    color: #a37866;
}
.shop_table {
	color: #767676;
}
.select2-billing_state-container{
display: block;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
padding: 10px;
border: 1px solid #d5d5d5;
height: 39px;
}
/*Checkout */
.shipping td {
width:50%!important;
}
#wc_checkout_add_ons {
	clear:both!important;
}

/* My Account */
.login-form label.inline {
	color: #767676;
}
div.woocommerce-MyAccount-content {
	margin-top:20px;
}

/*Events Calendar */

#tribe-bar-form label {
	color: #a37866;
}
.tribe-events-single-event-title {
	color: #a37866;
	}
	.single-tribe_events .tribe-events-single-event-title {
	font-size:36px;	
	}
.wpcf7-form-control {
	width: 100%;
}
#tribe-bar-form input[type="text"], .tribe-events-event-meta .column, .tribe-events-event-meta .tribe-events-meta-group {
	color: #767676;
}

/*fix*/
.bc-type-1, .bc-type-2, .bc-type-3, .bc-type-4, .bc-type-5, .bc-type-6, .bc-type-7, .bc-type-8 {background: none!important;}
.woocommerce-checkout .create-account {
    clear: both;
}


/* responsive fixes */
@media screen and (max-width:992px) {
.single-product-sidebar .sidebar-slider, .single-product-sidebar #woocommerce_product_categories-2, .single-product-sidebar #woocommerce_top_rated_products-2 {
display: none!important;
}
	.archive #woocommerce_top_rated_products-6 {
		display:none!important;
	}

}