@import url("../woodstock/style.css");

/****************************************************************/
/*************** ADD YOUR CUSTOM CSS IN THIS AREA ***************/
/****************************************************************/

/* HEADER */
.header-main-section .l-logo img {
    border: 1px solid #DDDDDD !important;
	-webkit-box-shadow: 0px 0px 5px 0px #AAAAAA;
    -moz-box-shadow: 0px 0px 5px 0px #AAAAAA;
    box-shadow: 0px 0px 5px 0px #AAAAAA;
}
#page_header_wrap .tdl-megamenu-wrapper,
#header-st .tdl-megamenu-wrapper {
	background:#333333 !important;
	border-top: 5px solid #814338;
}
#page_header_wrap .tdl-megamenu-wrapper .tdl-megamenu-title a,
#header-st .tdl-megamenu-wrapper .tdl-megamenu-title a {
	color:#7cb06f !important;
}
#page_header_wrap .tdl-megamenu-wrapper .tdl-megamenu-bullet:before,
#header-st .tdl-megamenu-wrapper .tdl-megamenu-bullet:before {
	color:#ffffff !important;
}
#page_header_wrap .tdl-megamenu-wrapper li a,
#page_header_wrap .tdl-megamenu-wrapper .tdl-megamenu-submenu li a,
#header-st .tdl-megamenu-wrapper li a,
#header-st .tdl-megamenu-wrapper .tdl-megamenu-submenu li a {
	color:#ffffff !important;
}

.site_header.without_featured_img {
	padding-top:15px;
	padding-bottom:15px;
}

.l-search .woodstock-search-form form input.ajax-search-input, .contact-info {
    border: 1px solid #DDDDDD !important;
}

.contact-info .contact-info-title {
	color: #7cb06f;
}

.contact-info .contact-info-title .contact-info-subtitle {
	color: #000000;
}

/* overlay */
#page_header_wrap:before {
	background-image:url('/wp-content/uploads/2019/05/carreau-bg.jpg');
	content:"";
	height:100%;
	left:0;
	opacity: 0.2;
	position:absolute;
	top:0;
	width:100%;
}

/* PAGE TITLE */
.page-title {
	color: #814338 !important;
}

/*SHOP PAGE*/
.archive .top_bar_shop {
	display:none;
}
#products .product-item figure.product-inner .product_after_shop_loop {
	display:none;
}
#products .product-item figure.product-inner.hover .inner-desc {
	display:none;
}

/*PRODUCT PAGE*/
.single-product .content-pos .single-product-infos {
	padding-left: 0;
	width: 100%;
}
.single-product .single_product_related {
	display:none;
}

/*.home-blog .vc_gitem-zone-a {background:#814338 !important;}*/

/****************************************************************/
/****************************************************************/
/****************************************************************/