/*
Theme Name: Mind Clinic
Template: hello-elementor
Author: Bruno Diogo
Author URI: https://brunodiogo.pt
Version: 1.0.0.1702638683
Updated: 2023-12-15 11:11:23

*/


/*Header*/
header {
	position: absolute !important;
	width: 100% !important;
}

/*Localização - Mapa*/
@media (max-width: 767px) {
		iframe {
			height: 350px !important;
	}
}
@media (min-width: 768px) {
		iframe {
			height: 480px !important;
	}
}


/*Formulário Contacto*/
div.wpforms-container-full:not(:empty) {
	margin-top: 0 !important;
}
#wpforms-3151-field_0-container {
	padding-top: 0 !important;
}
.wpforms-field-row-block, input.wpforms-field-medium {
	height: 40px !important;
}
.elementor-kit-20 input:focus:not([type="button"]):not([type="submit"]), .elementor-kit-20 textarea:focus, .elementor-kit-20 .elementor-field-textual:focus {
	background-color: #ffffff !important;
	border-color: #AAE0FF !important;
}
div.wpforms-container-full .wpforms-confirmation-container-full, div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
	background: #F6F7FF !important;
    border: none !important;
	border-radius: 4px !important;
}
div.wpforms-container-full .wpforms-confirmation-container-full p, div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) p {
	font-weight: 500 !important;
	color: #000B2C !important;
}