/*
==  THEME DETAILS  ============================================================
   	Theme Name: Waterink Keukens
	Theme URI: https://www.waterinkkeukenmakerij.nl/
    Description: Stylesheet voor Waterink Keukens
    Version: 2.0
  	Author: Kracht Internet Marketing
	Author URI: https://www.krachtinternetmarketing.nl

===============================================================================
*/

/*---------------------------------------------- 
	1.1 Basics
------------------------------------------------*/
	:root {
		--white: #FFF;
		--black: #39393A;
		--gold: #D69948;
		--grey: #C3C3C3;
		--light-grey: #F0F0F0;
	}

	html {
  		font-size: 20px;
	}

	body {
		font-family: 'Mollen Regular';
		font-size: 0.8rem;
	  	line-height: 2rem;
		font-weight: 400;
		color: var(--black);
		background: var(--light-grey);
		-webkit-font-smoothing: antialiased;
  		-moz-osx-font-smoothing: grayscale;
	}

	a, a:hover, .btn, .btn:hover , .transition {
		transition: all 0.3s ease-in-out;
		text-decoration: none;	
	}
	
	p , figure , blockquote , ul {
		margin: 0 !important;
	}

	a {
		color: var(--gold);
	}

	a:hover {
		color: var(--black);
	}

	button:focus ,
	:focus {
		outline: 0 !important;
	}
	
	h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
		font-family: 'Mariposa Std Black';
		font-weight: 500;
		line-height: 1.4;
		margin: 0;
		padding: 0;
	}

	h1, .h1 {
		font-size: 2.5rem;
	}

	h2, .h2 {
		font-size: 2rem;
	}

	h3, .h3 {
		font-size: 1.75rem;
	}
	
	h4, .h4 {
		font-size: 1.25rem;
	}

	.ff-mariposa-std {
		font-family: 'Mariposa Std Black';
	}

	.fs-xl {
		font-size: 1rem;
	}

	.fs-lg {
		font-size: 0.9rem;
	}

	.fw-bold , strong {
		font-family: 'Mollen Bold';
		font-weight: 700;
	}

	.rounded {
		border-radius: 25px !important;
	}

	.box-shadow {
		box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
	}

	.z-index-1 {
		position: relative;
		z-index: 8;
	}

	.list-inline-item:not(:last-child) {
		margin-right: 0.25rem;
	}

	.two-columns {
		columns: 2;
		column-gap: 1.5rem;
	}

	.bg-cover {
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
	}

	@media (min-width: 1200px) {
		.container {
			max-width: 1150px;
		}
		figure.scale-image {
			overflow: hidden;
			position: relative;
			display: block;
			cursor: pointer;
		}
		figure.scale-image img  {
			transition: all 0.4s linear;
			transform: scale3d(1, 1, 1);
		}
		figure.scale-image:hover img ,
		.item-blog:hover figure.scale-image img {
			transform: scale3d(1.05, 1.05, 1);
		}
	}

	@media (min-width: 1360px) {
		.container {
			max-width: 1260px;
		}	
	}

	@media (min-width: 1500px) {
		.container {
			max-width: 1430px;
		}	
	}

	@media all and (max-width: 1500px) {
    	html {
			font-size: 18px;
		}
	}

	@media all and (max-width: 1360px) {
    	html {
			font-size: 17px;
		}
	}

	@media all and (max-width: 1360px) {
    	html {
			font-size: 16px;
		}
	}

	@media all and (max-width: 992px) {
    	html {
			font-size: 15px;
		}
		h1, .h1 {
			font-size: 2rem;
		}
		h2, .h2 {
			font-size: 1.75rem;
		}
		h3, .h3 {
			font-size: 1.5rem;
		}
	}

/* Fonts -------------------------------------- */
	@font-face {
    font-family: 'Mollen Light';
    src: url('fonts/MollenLight.eot');
    src: url('fonts/MollenLight.eot') format('embedded-opentype'),
         url('fonts/MollenLight.woff2') format('woff2'),
         url('fonts/MollenLight.woff') format('woff'),
         url('fonts/MollenLight.ttf') format('truetype'),
         url('fonts/MollenLight.svg#MollenLight') format('svg');
	}

	@font-face {
    font-family: 'Mollen Regular';
    src: url('fonts/MollenRegular.eot');
    src: url('fonts/MollenRegular.eot') format('embedded-opentype'),
         url('fonts/MollenRegular.woff2') format('woff2'),
         url('fonts/MollenRegular.woff') format('woff'),
         url('fonts/MollenRegular.ttf') format('truetype'),
         url('fonts/MollenRegular.svg#MollenRegular') format('svg');
	}


	@font-face {
    font-family: 'Mollen Bold';
    src: url('fonts/MollenBold.eot');
    src: url('fonts/MollenBold.eot') format('embedded-opentype'),
         url('fonts/MollenBold.woff2') format('woff2'),
         url('fonts/MollenBold.woff') format('woff'),
         url('fonts/MollenBold.ttf') format('truetype'),
         url('fonts/MollenBold.svg#MollenBold') format('svg');
	}


	@font-face {
    font-family: 'Mariposa Std Black';
    src: url('fonts/MariposaStdBlack.eot');
    src: url('fonts/MariposaStdBlack.eot') format('embedded-opentype'),
         url('fonts/MariposaStdBlack.woff2') format('woff2'),
         url('fonts/MariposaStdBlack.woff') format('woff'),
         url('fonts/MariposaStdBlack.ttf') format('truetype'),
         url('fonts/MariposaStdBlack.svg#MariposaStdBlack') format('svg');
	}

/* Buttons -------------------------------------- */
	.btn {
		font-family: 'Mollen Bold';
		font-size: 0.8rem;
		font-weight: 700;
		line-height: 1rem;
		padding: 1rem 1.5rem;
		border: none;
		border-radius: 30px;
	}

	.btn-primary {
		color: var(--white) !important;
		background-color: var(--gold);
	}

	.btn-primary:hover {
		background-color: var(--black);
	}

	.btn-secondary {
		color: var(--white) !important;
		background: var(--black);
	}

	.btn-secondary:hover {
		color: var(--black) !important;
		background: var(--white);
	}

	button:focus ,
	.btn:focus {
		outline: 0 !important;
		box-shadow: none !important;
	}

/*---------------------------------------------- 
	1.2 Content Block 
------------------------------------------------*/
	.content-block p + p ,
	.content-block p + h2 ,
	.content-block p + h3 ,
	.content-block p + h4 ,
	.content-block p + h5 ,
	.content-block p + ul ,
	.content-block h3 + ul ,
	.content-block h4 + ul ,
	.content-block ul + p ,
	.content-block ul + h3 {
		margin-top: 1.5rem !important;
	}

	.content-block h1 {
		margin-bottom: 2rem;
	}

	.content-block h2 {
		margin-bottom: 1rem;
	}

	.content-block img.aligncenter {
		margin: 0 auto;
		display: block;
	}

	.content-block .embed-responsive {
		margin: 2.5rem 0;
	}

	.content-block ul {
		padding-left: 1rem;
	}

	.content-block .gallery {
		margin: 2.5em 0;
		display: flex;
		flex-wrap: wrap;
	}
	
	.content-block .gallery img {
		border: none !important;
		max-width: 100% !important;
		height: auto !important;
	}
	
	.content-block .gallery .gallery-item {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
		padding: 0 10px !important;	
		margin: 0;
	}

 	.content-block .gallery .gallery-item .gallery-icon {
		aspect-ratio: 4 / 3;
		overflow: hidden;
	}

	.content-block .gallery .gallery-item .gallery-icon a {
		display: block;
		width: 100%;
		height: 100%;
	}

	.content-block .gallery .gallery-item .gallery-icon img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

/*---------------------------------------------- 
	1.3 Colors 
------------------------------------------------*/
	.bg-white {
		background: var(--white) !important;
	}

	.bg-black {
		background: var(--black) !important;
	}

	.bg-gold {
		background: var(--gold) !important;
	}

	.bg-grey {
		background: var(--grey) !important;
	}

	.bg-light-grey {
		background: var(--light-grey) !important;
	}

	.text-white {
		color: var(--white) !important;
	}
	
	.text-black {
		color: var(--black) !important;
	}

	.text-gold {
		color: var(--gold) !important;
	}
	
	.text-grey {
		color: var(--grey) !important;
	}

	.text-light-grey {
		color: var(--light-grey) !important;
	}
	
/*---------------------------------------------- 
	1.4 Spacing
------------------------------------------------*/
	.py-70 {
		padding: 3.5rem 0;
	}

	.pb-70 {
		padding-bottom: 3.5rem;
	}

	.mt-70 {
		margin-top: 3.5rem;
	}

	.mb-70 {
		margin-bottom: 3.5rem;
	}

	.mb-50 {
		margin-bottom: 2.5rem;
	}

	.mt-40 {
		margin-top: 2rem;
	}

/*---------------------------------------------- 
	1.5 Item Blog
------------------------------------------------*/
	.item-blog__wrapper {
		padding: 1rem 1.5rem;
		position: absolute;
		bottom: 0;
		left: 0;
		height: 50%;
		width: 100%;
		background: var(--black);
        background: linear-gradient(180deg,rgba(58, 58, 57, 0) 0%, rgba(58, 58, 57, 1) 100%);
	}	

	.item-blog__link span {
		padding-left: 4rem;
	}

	.item-blog__link span::before {
		content: "";
		display: block;
		height: 1px;
		width: 3rem;
		background: var(--gold);
		left: 0;
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto 0;
	}

/*---------------------------------------------- 
	1.5 Social Media
------------------------------------------------*/
	.social-media li a {
		font-size: 1.25rem;
	}

	.social-media li a:hover {
		color: var(--gold);
	}

	.social-media li.list-inline-item:not(:last-child) {
		margin-right: 0.5rem;
	}

/*---------------------------------------------- 
	2. Header
------------------------------------------------*/
	header {
		z-index: 99;
	}

	.header {
		padding: 1rem 0;		
	}

	.header__phone {
		color: var(--white) !important;
	}

	.header ul li.list-inline-item:not(:last-child) {
		margin-right: 1.25rem;
	}

	.header__cart i {
		font-size: 0.8rem;
		line-height: 2.6rem;
		height: 2.5rem;
		width: 2.5rem;
		color: var(--white);
		background: var(--gold);
		text-align: center;
		display: block;
		clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
	}

	.header__cart-count {
		width: 0.75rem;
		height: 0.75rem;
		background: var(--white);
		color: var(--black);
		display: inline-block;
		text-align: center;
		line-height: 0.75rem;
		font-weight: 600;
		font-size: 0.5rem;
		border-radius: 100%;
		position: absolute;
		top: 2px;
		right: 2px;
	}


/*---------------------------------------------- 
	2.2 Navigation 
------------------------------------------------*/
	.navigation__menu {
		border-top: 1px solid var(--white);
		border-bottom: 1px solid var(--white);
	}

	.navigation__menu li a {
		font-family: 'Mollen Bold';
		line-height: 1;
		font-weight: 700;
		color: var(--white);
		padding: 0.8rem 0;
  		position: relative;
	}

	.navigation__menu li + li {
		margin-left: 1.5rem;
	}

	.navigation__menu li a:hover,
	.navigation__menu li.active a {
    	color: var(--gold);
	}

	@media all and (max-width: 1360px) {
		.navigation__menu li + li {
			margin-left: 1rem;
		}
	}

	@media all and (max-width: 1200px) {
		.navigation__menu li a {
			font-size: 0.75rem;
		}
		.navigation__menu li + li {
			margin-left: 0.75rem;
		}
	}

/*---------------------------------------------- 
	2.3 Navigation Mobile
------------------------------------------------*/
	.navigation--mobile__menu {
		padding: 0.5rem 0;
		border-top: 1px solid var(--white);
		border-bottom: 1px solid var(--white);
	}

	.navigation--mobile .cd-dropdown-trigger {
		display: inline-block;
    	position: relative;
    	padding: 0 !important;
		font-size: 1.1rem;
		text-align: center;
		line-height: 2.5rem;
		height: 2.25rem;
		width: 2.25rem;
		background: var(--gold) !important;
		color: var(--white) !important;	
		margin: 0;
		z-index: 99;
		border-radius: 0;
		border: none;
	}

	 .navigation--mobile .cd-dropdown-trigger i {
		margin: 0;	
	}
	
	.navigation--mobile .cd-dropdown-content a {
		font-size: 0.9rem;
		font-weight: 500;
		color: var(--white);
		text-align: left !important;
	}

	.navigation--mobile .current_page_item a {
		color: var(--gold);
	}

	.navigation--mobile .cd-dropdown {
		background: var(--black);
		z-index: 999;
	}
	
	.navigation--mobile .cd-dropdown-wrapper {
		height: auto;
		margin: 0 !important;
	}
	
	.navigation--mobile ul {
		padding-left: 0;
	}
	
	.navigation--mobile .cd-dropdown-content a, 
	.navigation--mobile .cd-dropdown-content ul a {
		border-top-width: 0.25px;
    	border-bottom-width: 0;
    	border-left-width: 0;
    	border-right-width: 0;
    	border-color: var(--light-grey);
    	border-style: solid;
	}

	.navigation--mobile .cd-dropdown-content li:last-of-type > a, 
	.navigation--mobile .cd-dropdown-content ul li:last-of-type > a {
		border-bottom-width: 0.25px;;
	}
	
	.navigation--mobile .cd-dropdown-content .go-back a {
		color: var(--black);
		background: var(--white);
	}

	.navigation--mobile .cd-secondary-dropdown > a,
	.navigation--mobile .cd-secondary-dropdown > .go-back a {
  		display: none !important;
		background: var(--white);
	}

	.navigation--mobile .has-children > a::before, 
	.navigation--mobile .has-children > a::after {
		background: var(--gold) !important;
	}

	.navigation--mobile .cd-dropdown .cd-close::after, 
	.navigation--mobile .cd-dropdown .cd-close::before {
		background: var(--gold) !important;
	}

	.navigation--mobile .go-back a::before, 
	.navigation--mobile .go-back a::after {
		background: var(--gold) !important;	
	}

	.navigation--mobile .cd-secondary-dropdown > .go-back a + a {
		display: block !important;
	}

/*---------------------------------------------- 
	4.1 Frontpage Hero
------------------------------------------------*/
	.frontpage-hero {
		max-height: calc(100dvh - 6rem);
	}

	.frontpage-hero__item {
		height: calc(100dvh);
		min-height: 100dvh;
	}

	.frontpage-hero__item::before {
		content: "";
		position: absolute;
		height: 55%;
		width: 100%;
		top: 0;
		left: 0;
		background: var(--black);
		background: linear-gradient(180deg,rgba(58, 58, 57, 0.7) 0%, rgba(58, 58, 57, 0.25) 70%, rgba(58, 58, 57, 0) 100%);
	}

	@media all and (max-width: 1200px) {
		.frontpage-hero {
			max-height: calc(35rem - 4rem);
		}
		.frontpage-hero__item {
			height: 35rem;
			min-height: inherit;
		}
	}

/*---------------------------------------------- 
	4.2 Frontpage Producten
------------------------------------------------*/
	.frontpage-producten .container-fluid {
		max-width: 1500px;
	}

	.frontpage-producten__wrapper {
		padding: 3rem 2rem;
	}
	
/*---------------------------------------------- 
	5. Hero
------------------------------------------------*/
	.hero {
		padding-top: 11rem;
		padding-bottom: 2.5rem;
	}

/*---------------------------------------------- 
	5.1 Page Modules
------------------------------------------------*/
	.module-content + .module-content ,
	.module-content + .module-blog {
		padding-top: 0 !important;
	}

	@media all and (max-width: 992px) {
		.module-content--columns .col {
			flex: 0 0 auto;
			width: 100%;
		}
	}	

/*---------------------------------------------- 
	5.2 Module Veelgestelde Vragen
------------------------------------------------*/
	.module-veelgestelde-vragen .accordion {
		width: 100%;
	}

	.module-veelgestelde-vragen .accordion ,
 	.module-veelgestelde-vragen .accordion-item ,
    .module-veelgestelde-vragen .accordion .accordion-button {
		border: none;
		box-shadow: none;
		border-radius: 0 !important;
	}

	.module-veelgestelde-vragen .accordion .accordion-button {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}

	.module-veelgestelde-vragen .accordion-item {
		background: var(--white);
		border-bottom: 1px solid var(--light-grey);
	}

	.module-veelgestelde-vragen .accordion .accordion-button.collapsed ,
	.module-veelgestelde-vragen .accordion .accordion-button{
		background: none !important;
	}

    .module-veelgestelde-vragen .accordion .accordion-button .accordion-button__title {
		font-family: 'Mariposa Std Black';
		font-size: 0.8rem;
		color: var(--black);
		font-weight: 500;
		line-height: 1.75rem;
    }

	.module-veelgestelde-vragen .accordion .accordion-button .accordion-button__arrow i {
		color: var(--gold);	
	}

	.module-veelgestelde-vragen .accordion .accordion-button::after {
		display: none;
	}

	 .module-veelgestelde-vragen .accordion .accordion-item .accordion-body {
        font-size: 0.8rem;
		color: var(--black);
        background: none;
		padding: 0 1.25rem 1rem 1.25rem;
		border-radius: 0;
	}

	.module-veelgestelde-vragen .accordion .accordion-button:not(.collapsed) .accordion-button__arrow {
		-webkit-animation: rotate-90-cw 0.1s ease-in-out both;
		animation: rotate-90-cw 0.1s ease-in-out both;
	}

	.module-veelgestelde-vragen .accordion .accordion-button.collapsed .accordion-button__arrow {
		-webkit-animation: rotate-0-ccw 0.1s ease-in-out both;
		animation: rotate-0-ccw 0.1s ease-in-out both;
	}

	@-webkit-keyframes rotate-90-cw {
		0% {
			-webkit-transform: rotate(0);
			transform: rotate(0);
		}
		100% {
			-webkit-transform: rotate(90deg);
			transform: rotate(90deg);
		}
	}

	@keyframes rotate-90-cw {
		0% {
			-webkit-transform: rotate(0);
			transform: rotate(0);
		}
		100% {
			-webkit-transform: rotate(90deg);
			transform: rotate(90deg);
		}
	}

	@-webkit-keyframes rotate-0-ccw {
		0% {
			-webkit-transform: rotate(90deg);
			transform: rotate(90deg);
		}
		100% {
			-webkit-transform: rotate(0);
			transform: rotate(0);
		}
	}

	@keyframes rotate-0-ccw {
		0% {
			-webkit-transform: rotate(90deg);
			transform: rotate(90deg);
		}
		100% {
			-webkit-transform: rotate(0);
			transform: rotate(0);
		}
	}

	@media all and (max-width: 767px) {
		.module-veelgestelde-vragen .accordion .accordion-button span.title {
			font-size: 0.7rem;
		}
	}

/*---------------------------------------------- 
	5.3 Module Contact
------------------------------------------------*/
	.module-contact__wrapper {
		padding: 2.5rem 2rem;
	}

	.module-contact__gegevens li a ,
    .module-contact__wrapper .social-media li a {
		color: var(--white);		
	}

	.module-contact__gegevens li a:hover ,
    .module-contact__wrapper .social-media li a:hover {
		color: var(--gold);
	}

/*---------------------------------------------- 
	6. Call to Action 
------------------------------------------------*/
	.call-to-action .container-fluid {
		max-width: 1500px;
	}

	.call-to-action__image {
		height: 20rem;
	}

	.call-to-action::after {
		content: "";
		background: var(--white);
		height: 13.5rem;
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
	}

	@media all and (max-width: 992px) {
			
	}

/*---------------------------------------------- 
	7.Footer 
------------------------------------------------*/
	.footer {
		padding: 4rem 0 2rem 0;
	}
		
	.footer__pay-off span::before {
		content: "";
		width: 5rem;
		height: 1px;
		background: var(--gold);
		left: 0;
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto 0;
	}

	.footer__pay-off span {
		font-family: 'Mollen Light';
		font-size: 1.1rem;
		padding-left: 6.5rem;
	}

	.footer ul li ,
	.footer ul li a {
		color: var(--white);
	}

	.footer ul li a:hover {
		color: var(--gold);
	}

	.footer__platforms li + li {
		margin-left: 2rem;
	}

	.footer hr {
		margin-top: 3.5rem;
		margin-bottom: 1.5rem;
		border-color: var(--white);
		opacity: 0.3;
	}

	.footer__author a {
		color: var(--grey);
	}

	.footer__author a:hover {
		color: var(--white);
	}