/* 
Theme Name:		 Mabisa child
Theme URI:		 https://stijn-peeters.github.io/
Description:	 Mabisa child is a child theme of twentytwentyfive
Author:			 Stijn Peeters
Author URI:		 https://stijn-peeters.github.io/
Template:		 twentytwentyfive
Version:		 1.0.0
Text Domain:	 mabisa-child
*/
html {
  scroll-behavior: smooth;
}
.d-none{
	display:none;
}

footer{
	margin-top:0;
}
.mailerlite-form-title,
.mailerlite-form-description, 
.mailerlite-form .mailerlite-form-field label{
	display:none;
}


.mailerlite-form .mailerlite-form-field input{
	background-color: var(--wp--preset--color--custom-off-white);
	background-clip: padding-box;
	border-radius: 3px;
	color: rgb(45, 74, 62);
	border-width: 1px;
	border-style: solid;
	border-color: var(--wp--preset--color--custom-green) !important;
	padding: 0 14px;
	font-size: 16px;
	line-height: 100%;
	box-shadow: none;
	transition: border 0.15s, box-shadow 0.15s;
	display: block;
	width: 100%;
	box-sizing: border-box;
	font-family: inherit;
	font-style: normal;
	font-weight: 400;
	margin: 0;
	height: 43px;
}
.mailerlite-form br{
	display:none;
}
.mailerlite-form .mailerlite-subscribe-button-container button{
	background: var(--wp--preset--color--custom-green) !important;
	color: white;
	height: 41px;
	border-radius: 3px;
	border-style: solid;
	border-color: var(--wp--preset--color--custom-green) !important;
	border-width: 1px;
	box-shadow: none;
	padding: 0 14px;
	font-family: inherit;
	font-weight: 500;
	font-size: 16px;
	line-height: 100%;
	cursor: pointer;
	transition: all 0.15s ease-in-out;
	position: relative;
	text-decoration: none;
}
.mailerlite-form .mailerlite-subscribe-button-container{
	text-align: unset;
}
.mailerlite-form-response{
	color:  var(--wp--preset--color--custom-green) !important;
}