/*
 Theme Name:     Gout Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Steger Digital Services
 Author URI:     https://www.sd-services.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

/****** ALGEMENE FIXES ******/
/*STORE NOTICE FIX*/

p.woocommerce-store-notice.demo_store {
	padding-bottom: 15px!important;
	font-size: 17px!important;
	background-color: #a3d1af!important;
}
p.woocommerce-info {
	background-color: rgba(0,0,0,0)!important;
	color: #515151!important;
}


/*WEBSITE ACHTERGRONDAFBEELDING b*/
#main-content {
	background-image: url(/wp-content/uploads/2019/05/achtergrond-gout-patroon.jpg)!important;
	background-attachment: fixed!important;
  background-position: center!important;
  background-repeat: no-repeat!important;
  background-size: cover!important;
}
@media (min-width: 981px) {
	#main-content .container {
	width: 100%!important;
	}
}

/*** HEADER AANPASSINGEN***/
@media (min-width: 981px) {
	#top-menu, .fullwidth-menu, nav#top-menu-nav, nav.fullwidth-menu-nav {
		margin-left: 4em;
	}
}

/*marges tussen centered inline logo en menu items*/
.centered-inline-logo-wrap { 
    margin-left: 35px !important; 
    margin-right: 25px !important; 
}
ul#top-menu li.menu-item:not(:last-child) { 
    padding-right: 25px !important; 
}
ul#top-menu li.menu-item:not(:first-child) { 
    padding-left: 35px !important; 
}
ul#top-menu li.menu-item:last-child { 
    padding-right: 25px !important; 
}
/*header dropdown menu font*/
#top-menu li li a {
	font-size: 15px!important;
	line-height: 1.4!important;
	width: 100%!important;
}
/*hide dropdown icoontje header menu*/
#et-secondary-nav .menu-item-has-children>a:first-child:after, #top-menu .menu-item-has-children>a:first-child:after {
	display: none;
}
/*safari logo animation fix*/
li.safari .centered-inline-logo-wrap {
	-webkit-transition: all .4s ease-in-out!important;
	transition: all .4s ease-in-out!important;
	-webkit-transform: translate3d(0,0,0)!important;
}


/*** MOBILE HEADER AANPASSINGEN ***/
/* Make Centered and Centered Inline Logo Header Bars Look Like The Default Header Bar On Mobile */
@media all and (max-width: 980px) {
/* align header container text to left */
    .et_header_style_centered #main-header .container,
    .et_header_style_split #main-header .container {
        text-align: left;
    }
/* set max width for logo container and bring it above the navigation bar to make it clickable */
    .et_header_style_centered header#main-header .logo_container,
    .et_header_style_split header#main-header .logo_container {
        position:relative;
        z-index: 2;
        max-width: 50%;
    }
/* move split header logo to left */
    .et_header_style_split header#main-header .logo_container {
        float: left;
    }
/* prevent the split header logo from shrinking by increasing its max width */
    .et_header_style_split #logo {
        max-width: 100%;
    }
/* adjust top navigation alignment */
    .et_header_style_centered #main-header div#et-top-navigation,
    .et_header_style_split #main-header div#et-top-navigation {
        position: absolute;
    }
/* make "select page bg color transparent" */
    .et_header_style_centered #main-header .mobile_nav,
    .et_header_style_split #main-header .mobile_nav {
         background-color: #a3d1af!important; 
    }
/* remove mobile_nav left and right padding */
    .et_header_style_centered #main-header .mobile_nav,
    .et_header_style_split #main-header .mobile_nav {
         padding: 5px 0px;
    }
/* remove unnecessary top margin */
    .et_header_style_centered #et_mobile_nav_menu,
    .et_header_style_split #et_mobile_nav_menu {
        margin-top: 0px;
    }
/* hide "select page" container */
    .et_header_style_centered #main-header .mobile_nav .select_page,
    .et_header_style_split #main-header .mobile_nav .select_page {
        display: none;
    }
/* adjust vertical and right alignment of the mobile menu bar */
    .et_header_style_centered #main-header .mobile_menu_bar,
    .et_header_style_split #main-header .mobile_menu_bar {
        position: relative;
        right: 0px;
        text-align: right;
    }
/* adjust dropdown menu top offset */
    .et_header_style_centered #main-header .et_mobile_menu,
    .et_header_style_split #main-header .et_mobile_menu {
        top: 78px;
    }
/*kleur mobile menu icoontje*/
	span.mobile_menu_bar.mobile_menu_bar_toggle::before {
		color: #917c59!important;
		font-weight: 600!important;
		font-size: 40px!important;
	}
	ul#mobile_menu.et_mobile_menu {
		border-color: #917c59!important;	
	}
	/*force display secondary menu on mobile*/
	#top-header, div#et-secondary-menu, ul#et-secondary-nav {
		display: block !important; 
	}
	#top-header .container {
		padding-top: 0.75em !important;
	}
}

/***  VOLGORDES KOLOMMEN MOBILE ***/
@media all and (max-width: 980px) {
.custom_row {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
-webkit-flex-wrap: wrap; /* Safari 6.1+ */
flex-wrap: wrap;
}
.first-on-mobile {
-webkit-order: 1;
order: 1;
}
.second-on-mobile {
-webkit-order: 2;
order: 2;
}
.third-on-mobile {
-webkit-order: 3;
order: 3;
}
.fourth-on-mobile {
-webkit-order: 4;
order: 4;
}
/*** add margin to last column ***/
	.custom_row:last-child .et_pb_column:last-child {
	margin-bottom: 30px;
	} 
}

/*FORCE COLUMNS ON MOBILE*/
@media only screen and (max-width: 980px) {
	.two-columns .et_pb_column {
	width: 50%!important;
	}
	.three-columns .et_pb_column {
	width: 33%!important;
	}
	.five-columns .et_pb_column {
	width: 20%!important;	
	}
}

/*FOOTER LINK HOVER COLOR*/
#footer-widgets .footer-widget a, #footer-widgets .footer-widget li a, #footer-widgets .footer-widget li a:hover {
	color: #f1f1f1!important;	 
}
/* RANDOM LINKS HOVER COLOR*/
a:hover {
	color: #333333!important;
}

/*MAIN PAGE PRODUCT CATEGORIES HOVER EFFECTS*/
.blur, .blur .et_pb_image_wrap {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
} 
.blur .et_pb_image_wrap {
  -webkit-filter: blur(3px);
  filter: blur(2px);
}
.blur:hover .et_pb_image_wrap {
  -webkit-filter: blur(0px);
  filter: blur(0px);
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}
.blur:hover {
-webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/*** WPFORMS ***/
button.wpforms-submit {
 color:#f9f9f9!important; 
 background-color:#917c59!important;
	border: solid 2px #917c59!important;
	border-radius: 5px!important;
		font-weight: 600;	
}
button.wpforms-submit:hover {
 color:#ffffff!important; 
 background-color:#917c59!important;
	font-size: 14px;
	border-color: rgba(1,1,1,0.2)!important;
}
.contact-form-privacy {
	color: #f1f1f1;
	text-align: justify;	
}
.contact-form {
	text-align: justify;
}
/*LEAD FORM*/
div.html-fieldtype.lf-field.lfb-terms{
	color: #f9f9f9!important;
	font-size: 11px!important;
}
div.html-fieldtype.lf-field.lfb-terms a  {
	text-decoration: underline;
	color: #f9f9f9!important;
	font-size: 10px!important;
	text-align: justify!important;
	line-height: 1.3!important;


}



/* privacy tekstje kleiner maken */
div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-checkbox ul li .wpforms-field-label-inline {
    font-size: 11px;
    font-weight: 400;
    line-height: 1.3;
	text-align: justify;

}

div.text-type.lf-field label, div.name-type.lf-field label {
	display: none!important;

}
input.lf-form-submit {
	padding: 10px!important;
}

/*** SIDEBAR EDITING***/
/*winkelmand gedeelte in sidebar*/
div.widget_shopping_cart_content {
	margin-right: 15px!important;
}

/*subtitels widgets sidebar*/
.widgettitle, .prijsfilter-sidebar h3 {
	font-size: 16px!important;
	text-decoration: underline!important;
	font-weight: 400!important;
}
/*search bar titel*/
h4.widgettitle {
	display: none!important;
}

#woocommerce_widget_cart-3 h4, .sidebartitel {
	font-size: 20px;
	font-weight: 500;
	border-bottom: solid 2px;
	margin: 15px 0px 10px 0px;
	text-decoration: none!important;
}

/*lettergrootte sidebar categorie keuzemenu*/
span.select2-results, span.select2-selection__placeholder, span.select2-selection__rendered {
	font-size: 12px!important;
	line-height: 36px!important;
}
span.select2-container .select2-selection--single {
	height: 40px!important;	
	border: none;
}

/*product categories widget sidebar*/
#woocommerce_product_categories-3 ul.product-categories, ul#menu-sidebar-producenten {
	list-style: initial!important;
	margin-left: 10px;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 1.4;
}
ul.product-categories .children {
	font-size: 12px!important;
	margin: 10px 0px 15px 0px!important;
}


/*divider line tussen content and sidebar verwijderen */
#main-content .container:before {background: none;}

/*kleuren van icoontjes in sidebar wijzigen*/
.woocommerce a.remove, .woocommerce a.remove:hover, .woocommerce .widget_layered_nav_filters ul li a::before {
	color: #917c59!important;
	background-color: rgba(0,0,0,0)!important;
}

div#sidebar {
	background-color: rgba(249,249,249,0.65)!important;
	border-radius: 5px!important;
	border: none!important;
	margin: 35px 0 10px 0!important;
	-webkit-box-shadow: 4px 4px 18px -2px rgba(150,150,150,1);
	-moz-box-shadow: 4px 4px 18px -2px rgba(150,150,150,1);
	box-shadow: 4px 4px 18px -2px rgba(150,150,150,1);
} 

/*search form sidebar*/
input.dgwt-wcas-search-input {
	width: 75%!important;
}

/*MOBILE SIDEBAR*/
@media (max-width: 980px) {
	div.page-description {
		margin: 20px 0 20px 0!important;
	}	
}

@media (max-width: 532px) {
	div.page-description {
		display: inline-block!important;
		width: 100%!important;
	}
	input.dgwt-wcas-search-input {
		margin-bottom: 10px!important;
	}
	.dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier {
		margin-bottom: 20px!important;
	}	
}

@media (min-width: 981px) {
	div.page-description {
		display: none!important;
	}
}


@media (max-width: 980px) {
	#sidebar {
    	width: 100%!important;
		text-align: center!important;
		padding-top: 10px!important;
	}
	li.slider.price {
		margin-left: 15px!important;
	}
	input.dgwt-wcas-search-input {
		width: 100%!important;
	}
	#woocommerce_product_categories-3 ul.product-categories {
		list-style: none!important;
	}
	.et_right_sidebar #sidebar {
		margin-left: -2.5em!important;
		width: 123%!important;
	}
}

/*** WOOCOMMERCE ***/

/* 2 kolommen in mobile versie */
@media screen and (max-width: 768px) {
    .et_gallery_item:nth-child(n), .et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item:nth-child(n), .et_pb_column .et_pb_grid_item:nth-child(n), .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(n), .et_pb_column .woocommerce ul.products li.product:nth-child(n), .woocommerce-page ul.products li.product:nth-child(n) {
        width: 45.25%!important;
        margin: 0 9.5% 9.5% 0!important;
    }
    .et_gallery_item:nth-child(2n), .et_pb_column .et_pb_grid_item:nth-child(2n), .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_column .woocommerce ul.products li.product:nth-child(2n), .woocommerce-page ul.products li.product:nth-child(2n) {
        margin-right: 0!important;
    }
}

/*hide winkelwagen in main menu*/
.et-cart-info {
	display: none!important;
}



/*sales badge kleur*/
.woocommerce span.onsale, .woocommerce-page span.onsale {
	background-color: #a3d1af!important;
}

/*product info*/
.sku_wrapper, .tagged_as {
	display: none;
}
#tab-additional_information h2 {
	display: none!important;
}
.woocommerce-tabs ul.tabs li.active, body.woocommerce div.product .woocommerce-tabs ul.tabs li, body.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	border: none!important;
}
#content-area table td, #content-area table th, #content-area table tr, #main-content table.cart td, #main-content table.cart th, #main-content table.cart tr, table.cart td, table.cart th, table.cart tr {
	padding: .1em!important;
}

/*gerelateerde producten*/
.related.products {
display: none;
}

/*tabel op winkelmand pagina*/
.woocommerce table.shop_table {
	background: #444444!important;
	padding: 15px;
	color: white;
}
/*inputveld aantal producten in winkelmand
.woocommerce-page .quantity input.qty {
	height: 100%!important;
	font-size: 14px!important;
}*/


/*privacy policy link op afrekenen-pagina*/
a.woocommerce-privacy-policy-link {
	color: #444444;
	font-weight: 600;
	text-decoration: underline;
}

/*popup boodschappen*/
div.woocommerce-message, div.woocommerce-notices-wrapper {
	color: #333333!important;
	background-color: rgba(249, 249, 249, 0.25)!important; 
	border-radius: 5px!important;
}


/*price slider sidebar*/
li.slider.price {
	margin-right: 10px!important;
}

a.page-numbers, a.next.page-numbers {
	background-color: #f9f9f9;
}

div.price_label {
	margin-top: 25px;
}



/***STYLING SHOP PAGINA***/
.product {
	background-color: #333333;
	border: 9px solid #333333;	
	border-radius: 5px;
}

span.price{
	font-size: 16px!important;
}

.entry-summary p.price span {
	font-size: 20px!important;
}
.woocommerce-loop-product__title {
	color: #f9f9f9;
	font-weight: 500;
	padding: 10px;
	font-size: 16px!important;
}
.woocommerce ul.products li.product .price, .woocommerce ul.products li.product .price del, .woocommerce-page ul.products li.product .price, .woocommerce-page ul.products li.product .price del {
	color: #a0a0a0!important;
}
.et_overlay {
	background-color: rgba(0,0,0,0.2)!important;
	border-color: rgba(0,0,0,0)!important;
}
.et_overlay:before {
	color: rgba(0,0,0,0)!important;
}

/*VIER PRODUCTEN PER RIJ IN SHOP
@media screen and (min-width:981px) {
	.et_right_sidebar #left-area {
	padding-left: 35px;
	}
	.woocommerce ul.products li.product { 
	width: 21% !important;
	margin: 1% 1% 1% 1% !important;
	clear: none !important;
    }
    .woocommerce ul.products li.product:nth-child(4n+1) {
	clear: both !important;
    }
}*/

/*marges corrigeren op archief paginas*/
@media (min-width: 981px) and (max-width: 1130px){
	.et_right_sidebar #left-area {
	padding-right: 3%!important;
	padding-left: 3%!important;

	}
}


/***STYLING PRODUCT PAGINA ***/

/*winkelmand button*/
.woocommerce button.button, .woocommerce-page button.button, .woocommerce button.button.alt:hover {
	color: #f1f1f1!important;
}

.woocommerce-page a.button {
	font-size: 15px!important;
}
.woocommerce-page a.button:hover {
	color: #f1f1f1!important;
	border: solid 2px rgba(1,1,1,0.2)!important;
	font-size: 15px!important;
}

a.button.wc-forward, a.button.checkout.wc-forward {
	font-size: 16px!important;
}

/*styling productpagina titels*/
h1.product_title.entry-title {
	color: #917c59!important;
	margin-top: 15px!important;
}
div.summary.entry-summary, span.posted_in {
	color: #f3f3f3!important;
	line-height: 1.9;
}
p.woocommerce-result-count {
	color: #555555!important;
}

/***INFO EN REVIEWS TABEL ***

div.woocommerce-tabs.wc-tabs-wrapper {
	border: none!important;
margin-top: 0px;
	background-color: #282828
}
body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li a, body.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	color: #917c59!important;
	font-size: 15px!important;
}
*/
/*PADDING EXTRA INFORMATIE TABS - CHECKEN*/
#content-area div.product .woocommerce-tabs .panel, body.woocommerce div.product .woocommerce-tabs .panel {
	padding: 0px 0px 0px 3em!important;
}
/*ACHTERGROND TAB BALK ATTRIBUTEN TABEL - CHECKEN*/
body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li.active a, body.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	background-color: #333333;
	color: #917c59!important;
	font-size: 16px!important;
	padding-top: 2% !important;
	padding-bottom: 2% !important;
}

tr.woocommerce-product-attributes-item woocommerce-product-attributes-item--attribute_producent, th.woocommerce-product-attributes-item__label {
	color:white!important;
}
ul.tabs.wc-tabs {
	background-color: #333333!important;
}
div.woocommerce-tabs.wc-tabs-wrapper {
	border: none!important;
}

/*KLEUR TABEL VALUES PRODUCTINFO*/
table.woocommerce-product-attributes {
	color: #f1f1f1!important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
	border: none;
}
.entry-content thead th, .entry-content tr th, body.et-pb-preview #main-content .container thead th, body.et-pb-preview #main-content .container tr th {
	color: #f1f1f1!important;
}
/*REVIEWS TITEL KLEUR
h2.woocommerce-Reviews-title {
	color: #8d7c5e!important;
}*/

/***WINKELMAND PAGINA***/

/*styling van links op winkelmand pagina*/
a.shipping-calculator-button {
	color: gray!important;
}
/*styling links in shopping cart*/
td.product-name a {
	color: #f1f1f1!important;
}



/***CHECKOUT PAGINA***/
ul.woocommerce-error {
	background-color: rgba(0,0,0,0)!important;
	color: #333333!important;
}

form.checkout.woocommerce-checkout {
	background-color: rgba(249,249,249,0.65)!important;
	border-radius: 5px;
	margin: 15px;
	padding: 19px!important;
}
div.woocommerce-info {
	background-color: rgba(0,0,0,0)!important;
	color: #333333!important;
	padding: 1px!important;
}
a.showcoupon {
	color: #333333!important;
	text-decoration: underline;
}
h3#ship-to-different-address {
	font-size: 16px!important;
}
h3#order_review_heading {
	margin: 35px 0px 15px 0px!important;
}
/*ORDER ID link color*/
td.woocommerce-orders-table__cell a {
	color: #f1f1f1!important;
}

.woocommerce-breadcrumb { 
font-size: 16px!important;
}

/***EINDE STYLING WOOCOMMERCE***/


/*—–Fixing bottom blog white space issue—–*/
.et_pb_post{
margin-bottom: -25px !important;
}
.single .post {
padding-bottom: 0px;
}
@media only screen and ( max-width: 980px) {
.single .post {
padding-bottom: 20px;
}
}

/***LOGIN PAGE***/
/*log in formulier color*/
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
	border: solid 2px #333333!important;
	background-color: rgba(249,249,249,0.65)!important;
}
/*asterisk color bij checkout formulieren*/
.woocommerce form .form-row .required {
	color: #917c59;
}