/*
Theme Name: Maud 2025 v1.0
Author: Silicium
Author URI: https://www.silicium.nl/
Description: Maud Ceramics
*/






body {
	font-family: "Crimson Text", serif;
	font-weight: 300;
	font-style: normal;
	letter-spacing: 2px;
}


h1, h2 {
	font-weight: normal;
	font-size: 36px;
	letter-spacing: 5px;
	color: #413f3c;
}

h2 {
	letter-spacing: 4px;
}

h3, h4, h5 {
	font-size: 12px;
	line-height:  23px;
	color: #413f3c;

}


p {
	font-size: 16px;
	line-height:  24px;
	margin: 0;
	padding: 0;
	font-weight: 300;
}



.header_spacer{
	width:100%;
	height:120px;
}

.nav_item {
	letter-spacing:1px;
	display: inline-block;
	color: #fff;
	font-size: 13px;
	font-weight:500;
	line-height: 80px;
	text-transform: uppercase;
	text-decoration:none;
	margin-left:15px;
	margin-right:15px;
}

.nav_item_left {
	float: left; 
	line-height: 90px; 
	padding-left: 20px; 
	text-transform: uppercase;
	font-size: 14px;
}	
	
.nav_item_right {
	float: right; 
	line-height: 90px; 
	padding-right: 20px;
	text-transform: uppercase;
	font-size: 14px;
}

.header_nav {
	float:right;	
	color:#000 !important;
}

.header_nav a {
	text-decoration: none;

}

	.nav_item_active {
	text-decoration:underline !important;
}

.block_intro {
		text-align: center;	
		color: #4C443C;
	}
	
.block_intro h2 {
		color: #4C443C;
	}
	
.block_intro p {
	font-size:18px;
	line-height:27px;
	font-weight: 300;
	letter-spacing: 3px;
}	


	.block_intro_divider {
		width:70px;
		background-color:#4C443C;
		height:2px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 5px;
	}

	
.small_divider {
	height: 1px;
	width:60px;
	background-color:#fff;
	margin-bottom:4px;
}	
	
.tabje {
	display:inline-block; 
	margin-left:3px; 
	background-color:#000;
	color:#fff;
	border-radius: 5px 5px 0 0;
	line-height:24px;
	font-size:12px;
	padding-left:15px;
	padding-right:15px;
	text-transform:uppercase;
}	

.super_kop {
	position: absolute; 
	bottom: 30px; 
	left:10px;
	font-size: 120px; 
	line-height:110px; 
	text-transform: uppercase;
}

.super_lees_verder {
	position: absolute; 
	right: 10px; 
	font-size: 20px; 
	bottom:30px;
}






.half_blok_intro {
	padding:15px;
	ppadding-top:75px;
	padding-bottom:50px;
	
}

.half_blok_image {
	width:100%;
	margin-top:80px;
}


.half_blok_intro h2 {
	font-size:22px;
	color:#4C443C;
}


.half_blok_intro p {
	font-size:15px;
	line-height:28px;
	color: #000;
}


.half_blok_intro a {
	text-decoration: none;
}

.pill_button {
	border-radius:15px;
	font-weight: 500;
	padding-left:15px;
	padding-right:15px;
	font-size: 14px;
	width: 140px;
	text-align:center;
	line-height: 26px;
	margin-top: 20px;
	background-color: #4C443C;
	color:#fff;
	border: 1px solid #666;
	margin-left:auto;
	margin-right: auto;
	text-decoration:none;
}









.content_img {
	width:100%;
	margin-bottom:30px;
	border-radius: 8px;
}


.home_about_intro {
	text-align:center;
	margin-bottom:25px;
	letter-spacing: 3px;
}	

.home_about_intro h2 {
	margin-top:80px;
}


/* grid hover effect */
.hover-container {
	width:100%; 
	position: relative;
	cursor: pointer;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: cover;
	aspect-ratio: 1 / 1;
}

.hover-container::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0);
	transition: background-color 0.3s ease;
}

.hover-container:hover::before {
	background-color: rgba(0, 0, 0, 0.5);
}

.hover-text {
	color: white;
	font-size: 18px;
	text-align: center;
	position: relative;
	z-index: 1;
	opacity: 0;
	transform: translateY(10px);
	transition: all 0.3s ease;
}

.hover-container:hover .hover-text {
	opacity: 1;
	transform: translateY(0);
}

.footer_content {
	font-size: 15px;
	line-height: 27px;
}	

.footer_content a {
	color:#fff;
	text-decoration: none;
}





/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
   
}


/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.content_block {
		margin-top: 100px;
		padding-left: 0;
		padding-right: 0;
	}
	
	.half_blok_intro {
	padding:50px;
	ppadding-top:160px;
	padding-bottom:160px;
	font-size:20px;
	line-height: 30px;
	color: #fff;
}
	
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 1200px) { 
	

}


@media (min-width: 1400px) { 
	

}


/* overlay start */
   
.menu_overlay {
   height: 0%;
   width: 100%;
   position: fixed;
   z-index: 9999;
   top: 0;
   left: 0;
   overflow-y: hidden;
   transition: 0.5s;    
   background: #413f3c;

}

.menu_overlay-content {
   position: relative;
   top: 6%;
   width: 100%;
   text-align: center;
   margin-top: 40px;
}

.menu_overlay a {
   padding: 0;
   text-decoration: none;
   font-size: 18px;
   color: #fff;
   display: block;
   transition: 0.3s;
   font-weight: 300;
}

.menu_overlay a:hover, .menu_overlay a:focus {
   color: #f1f1f1;
}

.menu_overlay .menu_closebtn {
   position: absolute;
   top: 0px;
   right: 30px;
   font-size: 60px;
}




/* navbar toggler icon - start */
.navbar-toggler-icon {
  background-image: none!important;
  background-color: var(--bs-gray-800);
  height: 3px;
  width: 25px;
  margin: 10px 0;
  position: relative;
  transition: all 0.35s ease-out;
  transform-origin: center;
}

.navbar-toggler-icon::before {
  display: block;
  background-color: var(--bs-gray-800);
  height: 3px;
  content: "";
  position: relative;
  top: -7px;
  transition: all 0.15s ease-out;/*taken down to hide quicker*/
  transform-origin: center;
}

.navbar-toggler-icon::after {
  display: block;
  background-color: var(--bs-gray-800);
  height: 3px;
  content: "";
  position: relative;
  top: 4px;
  transition: all 0.35s ease-out;
  transform-origin: center;
}

.navbar-dark .navbar-toggler-icon,
.navbar-dark .navbar-toggler-icon::before,
.navbar-dark .navbar-toggler-icon::after {
  background-color: var(--bs-gray-100);
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
  transform: rotate(45deg);
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon::before {
  opacity: 0;
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon::after {
  transform: rotate(-90deg) translateX(7px);
}


@media (max-width: 991px) {

.navbar-toggler, .navbar-toggler:active, .navbar-toggler:focus {
  box-shadow: none;
  border: none;
  outline: none;
}


}	

/* navbar toggler icon - end */






/* Form */


.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 textarea, .wpcf7 select {
	width: 100% !important;
}


.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 input[type="search"] {
	line-height: 20px;
	height:50px;
	border:1px solid #CCC;
	background:#FFFDF3;
	border-radius: 10px;
	font-size: 16px;
	padding: 15px;
	margin-bottom: 20px;
	color: #444444;
}

.wpcf7 textarea {
	overflow: auto;
	height: 134px;
	resize: none;
	line-height: 20px;
	border: 1px solid #CCC;
	background: #FFFDF3;
	border-radius: 6px;
	font-size: 16px;
	padding: 15px;
	margin-bottom: 20px;
	color: #444;
	border-radius: 10px;
}


.wpcf7 select {
	line-height: 20px;
	height:50px;
	border:1px solid #CCC;
	background:#FFFDF3;
	border-radius: 10px;
	font-size: 16px;
	padding: 15px;
	margin-bottom: 20px;
	color: #444444;
}

.wpcf7 option {
	line-height: 20px;
	height:40px;
	border:1px solid #CCC;
	background:#FFF;
	border-radius: 10px;
	font-size: 16px;
	padding: 15px;
	margin-bottom: 20px;
	color: #444444;
}

.wpcf7-submit {
	margin-top:14px;
	border-radius: 10px;
	background-color: #4C443C;
	color: #FFF;
	display:inline-block;
	padding-left:20px;
	padding-right:20px;
	padding-top:5px;
	text-align: center;
	text-transform: uppercase;
	font-size: 17px;
	border: 1px solid #666;
}

.wpcf7-not-valid-tip {
	font-size: 13px !important;
	margin-top:-25px;
	margin-bottom: 10px;
	padding-top: 0;	
}

.wpcf7 h3 {
	margin-bottom: 0 !important;
}
