/*
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.1
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/
#footer {
	font-size: 13px !important;
}

@media only screen and (max-width: 1024px) {
#mobile-advanced, #advanced_menu_toggle, #advanced_menu_hide { display: block; }
nav.main_menu { display: none; 
}
}
@media only screen and (min-width: 769px) {
.responsive #top #main .sidebar.smartphones_sidebar_active {
  border-top-style: none;
}
}
@media only screen and (min-width: 900px) {
.single-product-summary {
	width: 33%;
}
.single-product-main-image {
	width: 60%;
}
}
@media only screen and (max-width: 900px) {
.single-product-summary {
	width: 100%;
}
.single-product-main-image {
	width: 100%;
}
}
.product_title.entry-title {
	font-size: 24px;
}
.entry-summary .woocommerce-product-rating {
	margin-top: 18px !important;
	position: inherit;
}
.term-description {
	font-size: 16px;
}
#snp_email {
	width: 100% !important;
}
#top label.checkbox {
	display: block;
	font-size: 14px;
}
h1, h2, h3 {
text-transform: none !important;
}
.main_color strong, .alternate_color strong { 
	color: inherit; 
}
/* Buttons Global */
.avia-button {
	font-weight: bold !important;
}
/* Mute Buttons */
#top table.shop_table .actions .button
{
background-color: #DADADA;
border-color: #B4B4B4;
color: #555;
}
#top .actions .checkout-button.button.alt {
background-color: #c3512f;
color: #ffffff;
border-color: #a1300d;
}
.single-product-summary .cart .quantity {
	display: none !important; 
}
div.variations_button .button {
	margin-top: 12px !important;
}
.cart input[type="radio"] {
	width: inherit !important;
	margin-right: 6px;
}
.entry-summary ul {
	list-style: disc outside;
	margin: 0 0 7px 20px;
}
/* Pricing Styles
#top .main_color .inner_product_header .price {
	color: #777 !important;
	font-weight: normal;
	font-size: 12px;
}
#top .main_color .inner_product_header .price .amount {
	color: #c3512f;
	font-weight: bold;
	font-size: 15px;
	} 
*/
a.wpmenucart-contents {
	color: #c3512f !important;
}
div.single-product-summary > div.summary.entry-summary > form > table > tbody > tr > td.value > fieldset > strong {
	color: #666;
	font-size: 15px;
	border-bottom: 1px solid #e1e1e1 !important;
}
div.product p.stock {
	color: #719430 !important;
}
.tax-product_cat .category_thumb {
	display: none;
}
.product_meta .sku_wrapper {
	display: none;
}
div.product div.images div.thumbnails {
	padding-top: 50px !important;
}
#top .actions .button[name="update_cart"] {
	background-color: #FFF !important;
	border-color: #FFF !important;
}
/* Remove Single Product Sales Badge */
.single-product-main-image .onsale {
	display: none;
}
/* Change Enfold Image Overlay */
.image-overlay {
 visibility: hidden !important; 
 }
 /* Change Enfold Image Caption Font */
 .wp-caption-text {
 	font-size: 14px;
 }
 .avia_message_box_content {
 	text-transform: inherit;
 }
 /* Catalog Page */
 #top .av-product-class-minimal {
 	text-align: left;
 	font-size: 12px;
 }
 /* Single Product Meta Spacing - Avoid "clear selection" conflict */
 .product_meta {
 	margin-top: 36px
 }
 section.author-box {
 	padding-right: 18px;
 }
 /* Breadcrumb Styling */
div.breadcrumbs div.breadcrumb-trail a {
	color: #a81010 !important;
}

 /* Blog Post Width - Enfold Single 1 Column */
  /*
 @media only screen and (min-width: 768px) {
 .entry-content-wrapper, .entry-content-wrapper * {
 max-width: 900px !important;
}
}
*/`