/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 11 2024 | 10:56:42 */
  html {
    font-size: 62.5%;
}

h1,h2,h3,h4,h5,h6,p,ul,li {
	margin: 0!important;
}



#newsletter form .elementor-field-type-email {
	height: 8rem;
}
#newsletter form .elementor-form-fields-wrapper {
	position: relative;
}
#newsletter form .elementor-field-type-email input {
	height: 100%;
	box-shadow: 0px 20px 40px 0px rgba(17, 52, 104, 0.11);
}
#newsletter form .e-form__buttons {
	position: absolute;
	right: 1rem;
	top: 0;
	bottom: 0;
	margin: auto 0;
	align-content: center;
	width: auto;
}

.page-id-508 #footerContact {
	display: none;
}





/* =========================================================================================================
================================================= MEDIA CSS ================================================
========================================================================================================= */


@media (max-width: 1399px) and (min-width: 1200px) {
	.e-con > .e-con-inner {
	max-width: 1140px;
}
	html {
	font-size: 54%;
}	
}

@media (max-width: 1199px) and (min-width: 992px) {
	.e-con > .e-con-inner {
	max-width: 960px;
}
	html {
	font-size: 45%;
}	
}


@media (max-width: 530px) {
	#newsletter form .elementor-field-type-email {
	height: 6rem;
}
	#newsletter form .e-form__buttons {
	position: unset;
	width: 100%;
	padding-top: 1rem;
}
	#newsletter form .e-form__buttons button {
	width: 100%;
}
}













