/*
Theme Name: Divi Child
Version: 1.0
Description: A child theme of Divi
Template: Divi
*/

@import url("../Divi/style.css");

#logo {
/*min-height: 80% !important;*/
}



/* sections  */
.et_pb_section {
    padding: 0 0 !important;
}
.et_pb_row {
    padding: 0 0 !important;
}


/*.et-info-phone {*/
/*display: none;*/
/*}*/

.et-fixed-header#main-header {
    background-color: #2c2939 !important;
}


.page.et_pb_pagebuilder_layout #main-content {
	background: #f2ebe3;
}

/* hover over product image */
.et_overlay {
    display: none;
    }
.et_shop_image img {
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
}
.et_shop_image:hover img {
    -webkit-transform:scale(1.1); /* Safari and Chrome */
    -moz-transform:scale(1.1); /* Firefox */
    -ms-transform:scale(1.1); /* IE 9 */
    -o-transform:scale(1.1); /* Opera */
     transform:scale(1.1);
}


/* change to 4 columns */
@media screen and (min-width:1024px) {
    .woocommerce ul.products li.product { 
	width: 23% !important;
	margin: 1% !important;
	clear: none !important;
    }
    .woocommerce ul.products li.product:nth-child(4n+1) {
	clear: both !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 980px) {
    .woocommerce ul.products li.product.first, .woocommerce ul.products li.product.last {
        clear: right !important;
    }
    .woocommerce ul.products li.product:nth-child(3n+1) {
         clear: none !important;
    }
}


.woocommerce span.onsale, .woocommerce-page span.onsale {
    top: 5px !important;
    left: 5px !important;
    min-width: 0 !important;
    min-height: 0 !important;
    padding: 0px 8px !important;
    background: #ef4e38 !important;
    text-shadow: none !important;
    font-size: 16px;
    font-weight: 500 !important;
    line-height: inherit !important;
}


/*** Take out the divider line between content and sidebar ***/
#main-content .container:before {background: none;}

/* no right sidebar */
/*** Expand the content area to fullwidth ***/
@media (min-width: 981px){
#left-area {
    width: 100%;
    padding: 23px 0px 0px !important;
    float: none !important;
}
}



.left {float:left;}
.right {float:right;}
.padding10 {padding:10px;}
.margin10 {margin: 10px;}
.clearleft {clear:left;}
.clearright {clear:right;}
.clearboth {clear:both;}
.rounded5 {	border-radius: 5px;	-moz-border-radius: 5px;	-webkit-border-radius: 5px; }
.rounded10 {	border-radius: 10px;	-moz-border-radius: 10px;	-webkit-border-radius: 10px; }

/*  Menu fix  */
#top-menu li {
    padding-right: 5px;
}
.et_header_style_left #et-top-navigation, .et_header_style_split #et-top-navigation {
    padding-top: 15px;
    padding-left: 220px !important;
}
.et_header_style_left .et-fixed-header #et-top-navigation nav>ul>li>a, .et_header_style_split .et-fixed-header #et-top-navigation nav>ul>li>a {
    padding-bottom: 10px !important;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 5px 5px;
}
.nav > li > a:hover, .nav > li > a:focus {
	background-color: #706498 !important;
}
.nav ul li a:hover, .et_mobile_menu li a:hover {
	opacity: 1;
	background-color: #2f0eb4 !important;
}
#top-menu-nav > ul > li > a:hover {
	opacity: 1;
}
#top-menu li li {
    padding: 0 10px;
    margin: 0;
}
#top-menu li li a {
    padding: 6px 10px;
    width: 220px;
}
.et_header_style_left #et-top-navigation nav > ul > li > a, .et_header_style_split #et-top-navigation nav > ul > li > a {
    padding-bottom: 10px;
}
@media only screen {
    .et-fixed-header#main-header, .et-fixed-header#main-header .nav li ul, .et-fixed-header .et-search-form {
        background-color: #2c2939 !important;
    }
}

/*@media only screen and (min-width: 981px) {*/
/*    #logo {*/
/*        max-height: 80%;*/
/*    }*/

/*    #logo {*/
/*        max-height: 80%;*/
/*    }*/
/*}*/

.et-learn-more h3.heading-more {
color: #000 !important;
}




.section-carousel .thecarousel {
background-color: #ffffff !important;
background-image: none !important;
background-repeat: no-repeat !important;
border:none !important;
box-shadow: none !important;
position: relative;
padding: 15px 67px 15px;
overflow: hidden;
display: none;
}

.section-carousel .jcarousel-next, .section-carousel .jcarousel-prev {
display:none !important;
}

#banners .banner-title{
	display: none !important;
}

#banners .banner-area {
margin: 0px 0;
}


.tab-content {
display: table;
width: 100%;
padding-top: 5px;
background: #ffffff !important;
}

/*.nav-tabs > .active > a, .nav-tabs > .active > a:hover {*/
/*color: #fff;*/
/*background-color: #0d83dd;*/
/*background-image: none;*/
/*background-repeat: no-repeat;*/
/*border: 0px;*/
/*border-bottom-color: transparent;*/
/*cursor: default;*/
/*}*/

.label-yes, .label-no {
  width: 50px;
  background: #468847;
  margin: 0 auto;
  text-align:center;
  font-family: "Helvetica", Arial, serif;
font-size: .846em;
font-weight: bold;
line-height: 14px;
color: #fff;
vertical-align: baseline;
white-space: nowrap;
text-shadow: 0 -1px 0 rgba(0,0,0,0.35);
  padding: 1px 4px 2px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.label-no {
  background: #999;
}

#shipping_method {
font-size: 14px;
}

#site-banner {
clear:both;
background: #d00;
text-align: center;
margin: 0 auto;
font-size: 14px;
padding: 4px 0;
color: #fff;
font-weight: bold;
}
#site-banner a:link, #site-banner a:visited {
color: #ff0;
}



/* full width for product category pages */
.tax-product_cat.woocommerce .x-sidebar {
    display: none !important;
}

.tax-product_cat.woocommerce {
    width: 100% !important;
}

.tax-product_cat.woocommerce #left-area, .tax-product_cat.et_pb_gutters2 #left-area {
    width: 100% !important;
}


@media screen and (min-width: 1200px) {
    .tax-product_cat.woocommerce.x-sidebar-content-active .x-navbar-fixed-top {
        left: 0 !important;
    }
}

.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
    padding: 0 !important;
}