/*
Theme Name: Salient Child Theme
Theme URI: http: //mysite.com/
Description: This is a custom child theme for Salient
Author: My Name
Author URI: http: //mysite.com/
Template: salient
Version: 0.1
*/

/* ///////////// HEADERS ///////////// */
#header-outer.transparent header#top nav > ul > li > a {
	opacity: 1 !important;
}
#header-secondary-outer{
	background-color: #111 !important;
	
	color:#eee !important;
	display: none;
}
#header-secondary-outer .nectar-center-text{
	text-transform: none !important;
}

#header-secondary-outer {
	display: none !important;
} 

.admin-bar #header-secondary-outer
{
	display: none !important;
} 

/* ///////////// WOOCOMMERCE ///////////// */
#error-404 h2, .woocommerce-page .woocommerce p.cart-empty {
    font-size: 34px !important;
    margin-bottom: 30px !important;
}
.woocommerce-page .woocommerce p.return-to-shop a.button.wc-backward{
	text-transform: uppercase !important;
}
.product:not(.product_cat-corcuera):not(.product_cat-venta) .price,
.product:not(.product_cat-corcuera):not(.product_cat-venta) .single_add_to_cart_button,
.product:not(.product_cat-corcuera):not(.product_cat-venta) .quantity.buttons_added,
.product:not(.product_cat-corcuera):not(.product_cat-venta) .woocommerce-variation-add-to-cart,
.product:not(.product_cat-corcuera):not(.product_cat-venta) .add_to_cart_button{
	display: none !important;
}
.stock.out-of-stock{
	display: none !important;
}
.type-product .product_meta{
	display: none;
}
/* ///////////// PRODUCT ///////////// */

.single-product .product_title.entry-title{
	padding-bottom: 20px !important;
}
.woocommerce div.product form.cart .variations select {
	font-family: 'Open Sans', sans-serif !important;
	font-size: 14px !important;
	border: solid 1px #CCC !important;
	box-shadow: none !important;
}
.woocommerce .material.product .product-wrap .product-add-to-cart a{
	border: none !important;
}
.woocommerce .material.product .product-wrap .product-add-to-cart a{
	border-color: transparent !important;
}
/* ///////////// FORMS ///////////// */
.responsive-form .row-form{
	margin-bottom: 10px;
}
.responsive-form .row-form:before,
.responsive-form .row-form:after {
    content: "";
    display: table;
}
.responsive-form .row-form:after{
	clear: both;
}
.responsive-form .col-half,
.responsive-form .col-third{
	display: inline;
	float: left;
	margin-right: 2%;
}
.premio-calendar{
	border-right: solid 2px #b39b5a !important;
	text-align: right;
}
.responsive-form .col-full{ width: 98%; }
.responsive-form .col-half{ width: 48%; }
.responsive-form .col-third{ width: 32%; }

/* ///////////// PORTFOLIO ///////////// */
.single-portfolio .project-title .title-wrap{ display: none !important; }
.single-portfolio .swiper-slide .image-bg{
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #FFF !important;
}

/* ///////////// NOTICIAS ///////////// */
#blog-noticias article.post .content-inner .post-featured-img img{
	display: none !important;
}

/* ///////////// RECETAS ///////////// */
body.category .section-title{ padding-bottom: 10px !important; }
body.category .section-title .subheader{ display: none !important; }
body.category .section-title h1{ font-size: 2.3em !important; }

/* ///////////// MEDIA QUERIES ///////////// */
@media only screen and (min-width: 1000px){
	.single-product .row > .product[data-gallery-style="left_thumb_sticky"] .single-product-main-image,
	.single-product .row > .product[data-gallery-style="left_thumb_sticky"][data-tab-pos="fullwidth"] .summary.entry-summary {
		width: 50% !important;
	}
	.product.product_cat-corcuera table.variations,
	.product.product_cat-la-celestina table.variations{
		float: right;
	}
	.product:not(.product_cat-corcuera):not(.product_cat-la-celestina) table.variations{
		margin-bottom: 0 !important;
	}
}