/*
Theme Name:   	Orogold
Author:       	Synermedia
Template:     	storefront
Description:  	Orogold child theme for WooThemes StoreFront theme
Version:      	1.0.0
Text Domain:  	storefront
*/

.about_menu {
	display: none;
}
.coupon-text {
	visibility: hidden;
}

.newsletter-bg h1 {
	color: white !important;
}
.newsletter-bg .subscribe-button {
background-color: #a4842e !important;	
}

.page-id-2031 .woocommerce-breadcrumb {
	display: none;
}
@media only screen and (max-width: 1024px) 
 {
#leaf-content{
		padding-top: 180px !important;
	}
}

@media only screen and (max-width: 479px) {
	body {padding-top: 80px;}
	body.single-product {padding-top: 140px;}
	#page #masthead.site-header .site-branding h1 a {padding-left: 10px;}
	.log-header, .storefront-primary-navigation, .language_switcher {display: none !important;}
	#page #masthead.site-header .right-head-wrap > div {display: none !important;}
	#page #masthead.site-header .col-full .right-head-wrap {margin-top: 0 !important;}
	#page #masthead.site-header .col-full .burger {top: 0 !important;}
}


@media only screen and (max-width: 320px) {
	#image-content{
		padding-top: 10px !important;
		padding-bottom: 40px !important;
		margin-bottom: 20px;
	}
	#about-top{
		padding-top: 130px !important;
	}
	.page-id-2031 {
		background-size: 100% 315px !important;
	}

}

.single-product.single .product .summary .price {
	display: inline-block;
}

.single-product.single .product .summary .stock {display: inline-block;}

.swiper-pagination {position: static;}

.bottom_links_footer_cont {background-color: #000000;}

.bottom_links_footer {
	max-width: 300px;
	display: table;
	padding-bottom: 15px;
	text-align: left;
	font-size: 13px;
}

.bottom_links_footer a {
color: #ffffff !important;
padding-right: 10px;
transition: 0.5s all ease-in-out;
}
.bottom_links_footer a:hover {
color: #a48334 !important;
}

.under-p-t-note {
    background: #000000;
    color: #eaeaea;
    text-align: left;
    font-size: 10px;
    padding-top: 0;
    padding-bottom: 15px;
}

.under-p-t-note strong {
    font-size: 13px;
    color: #ffffff;
}


@media only screen and (max-width: 991px) {        
    .under-p-t-note {
        text-align: center;
    }
    
    .bottom_links_footer {text-align: center; max-width: initial;}
}


.site-footer.main_footer .bottom_bar {padding: 0 0 20px 0;}

.disabled-button {cursor: initial !important;}

.screen-reader-text {
    border: 0;
    clip: rect(1px,1px,1px,1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute!important;
    width: 1px;
    word-wrap: normal!important;
}

.site-footer.main_footer .bottom_bar .inner_wrap .social_footer ul li em {
    color: #fff;
    transition: 0.5s all ease-in-out;
}

.site-footer.main_footer .bottom_bar .inner_wrap .social_footer ul li em:hover {
    color: #a48334;
    transition: 0.5s all ease-in-out;
}

.language_switcher em {
    transition: 0.5s all ease-in-out;
}

.language_switcher em.active {
    transform: rotate(180deg);
}