/*
Theme Name: Maudtrouwt 2025
Theme URI: http://europewebmedia.nl/
Author: Europe Web Media
Author URI: http://europewebmedia.nl/
License:        GNU General Public License v2 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:    maudtrouwt_theme
Version: 1.0
Description: Custom Twenty Twenty-Five Child theme for https://www.maudtrouwt.nl/
*/

:root {
	--ewm-inner-container-width: 980px;
	--ewm-body-header-bg-color: #C29992;
	--ewm-section-bg-gray: #E8E6E6;
	--ewm-primary-color: #A45F53;
}

img {
	width: 100%;
	height: auto;
}

body {
	font-family: raleway, sans-serif;
	font-weight: 200;
	font-size: 16px;
	margin: 0;
	padding: 0;
	color: #000;
}

h4 {
	font-weight: 200;
	color: var(--ewm-primary-color);
	text-align: center;
	margin-bottom: 2rem;
}

/* Buttons */
.banner-button {
	background: #A45F53;
	font-size: 0.813rem;
	color: #FFF;
	transition: all 0.2s ease, visibility 0s;
	padding: 10px;
	text-decoration: none;
}

.form-button {
	background: #A45F53;
	font-size: 0.813rem;
	color: #FFF;
	transition: all 0.2s ease, visibility 0s;
	padding: 0.625rem 1rem;
	text-decoration: none;
	border: 1px solid #000;
	min-width: 8rem;

}
.form-button:hover {
	background: none;
	color: #000;
}

/* Menu */
.navbar-toggler i {
	font-size: 3rem;
}

/* Pages class */
.page-bg-gray {
	background: var(--ewm-section-bg-gray);
}

/* Header */
.header-wrapper {
	z-index: 50;
}
.header-wrapper .header {
	background: var(--ewm-body-header-bg-color);
	position: relative;
  width: 100%;
}
.header-wrapper .header .header-inner{
	position: relative;
  width: 100%;
  display: inline-block;
}
.header-wrapper .header .header-inner .header-title {
	margin: 13px auto 0 auto;
	text-align: center;
}

.header-wrapper .header .header-inner .header-title h5 {
	font-size: 1.75rem;
	color: #A45F53;
}
.header-wrapper .header .header-inner .header-title p {
	font-size: 0.938rem;
}
.header-wrapper .header .header-separator {
	margin: 0 auto;
	height: 2px;
	border-top: 3px solid #A45F53;
	margin-bottom: 1.438rem;
}

/* Logo */
.logo-container {
  max-width: 8rem;
}

/* Nav */
.nav-container {
  visibility: inherit;
  overflow-x: visible;
  margin: 0 auto 2rem auto;
}
.nav-container .nav-inner {
  height: 100%;
  width: 100%;
  text-align: center;
}
.nav-container .nav-inner .main-menu-container {
	display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  align-items: center;
}

.nav-container .nav-inner .main-menu-container ul {
	text-align: center;
}
.nav-container .nav-inner .main-menu-container ul li {
	padding: 0px 5px;
}
.nav-container .nav-inner .main-menu-container ul li a.nav-link {
	font-size: 0.938rem;
	padding: 0 10px;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
}

/* Mobile menu */
.hamburger {
  width: 30px;
  height: 23px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  z-index: 1050;
  background: transparent;
  border: none;
  padding: 0;
  margin-bottom: 1rem;
  margin-left: 1.5rem;
  position: relative;
}

.bar {
  width: 30px;
  height: 2px;
  background-color: #000;
  transition: all 0.3s ease-in-out;
}

/* Transform into X */
.active .bar:nth-child(1) { 
  transform: translateY(9px) rotate(-45deg); 
}

.active .bar:nth-child(2) { 
  opacity: 0; 
}

.active .bar:nth-child(3) { 
  transform: translateY(-12px) rotate(45deg); 
}
.hamburger.active {
  z-index: 9999;
}

.modal-fullscreen {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFF;
}
.modal-content {
  border: none;
  text-align: center;
}
.modal-body ul {
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  margin-top: 3rem;
}
.modal-body ul li a {
  color: #000;
  font-size: 24px;
  text-decoration: none;
  display: block;
  padding: 15px 0;
}
.modal-body ul li a:focus {
	color: #000;
}

/* Footer  */
.footer-wrapper {
	background: var(--ewm-body-header-bg-color);
	width: 100%;
	display: inline-block;
}
.footer-wrapper .footer-separator {
	margin: 1.25 auto 0 auto;
	height: 0.125rem;
	border-top: 0.188rem solid var(--ewm-primary-color);
}
.footer-wrapper .footer-copyright {
	display: flex;
	padding-right: 6.25rem;
	margin: 0 auto;
	justify-content: flex-end;
}
.footer-wrapper .footer-copyright p {
	color: #000;
	font-size: 0.875rem;
}

/*  Page */
.page-content-container {
	max-width: var(--ewm-inner-container-width);
	margin: 0 auto;
}
.page-content-container h4 {
	font-weight: 200;
	color: var(--ewm-primary-color);
	text-align: center;
	margin-bottom: 2rem;
}

/* Contact Form */
.contact-form {
	width: 100%;
	padding: .5rem;
}
.contact-form .row .column {
	margin-bottom: 1.5rem;
}
.contact-form .row .column label {
	font-size: 0.938rem;
	margin-bottom: .5rem;
}
.contact-form .row .column .contact-form-input {
	padding: .5rem .75rem;	
	border: 1px solid #000;
	width: 100%;
}
.contact-form .row .column .contact-form-input:hover,
.contact-form .row .column .contact-form-input:focus,
.contact-form .row .column .contact-form-input:focus-visible {
	border: 2px solid #000;
	box-shadow: none;
}

/* Slider */
.slick-prev, .slick-next {
  background-color: transparent;
  border: none;
  font-size: 30px;  /* You can adjust the size of the icons */
  color: #333;
  padding: 10px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}

.slick-prev {
  left: 10px;
}

.slick-next {
  right: 10px;
}

.slick-prev i, .slick-next i {
  pointer-events: none;
}

.slick-dots {
  display: flex;
  width: 100%;
  padding: 0;
  margin: 1rem auto;
  list-style: none;
  text-align: center;
  justify-content: center;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:before {
	content: "";
	background: #000;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 10px;
  width: 10px;
  margin: 0px 6px;
  pointer-events: auto;
  position: relative;
  border-radius: 50%;
}
.slick-dots li.slick-active button:before {
	background: transparent;
  opacity: .75;
  color: black;
  border: 2px solid #000;
}

/* Responsive */

@media (min-width: 576px) { 
	.page-banner .content-container {
		position: relative;
	}
}

@media (min-width: 768px) { 
	.logo-container {
		position: absolute;
		left: 105px;
		max-width: 9rem;
	}
	.home-banner .img-container img {
		width: 100%;
	}
}

@media (min-width: 992px) { 

}

@media (min-width: 1200px) { 

}