/* Elementor 1.5 changes the background color and icon size */
.elementor-editor-active .elementor.elementor-edit-mode .elementor-editor-element-settings .elementor-editor-element-setting {
	position: relative;
	z-index: 999;
    background-color: #1e73be;
    font-size: 20px;
}

/* Elementor 1.5 changes the icon container height */
.elementor-editor-active .elementor.elementor-edit-mode .elementor-editor-element-settings {
    height: 30px;
}

/* Change Column and Element icons back to pre-1.5 behavior */
.elementor-editor-active .elementor.elementor-edit-mode .elementor-editor-element-settings .elementor-editor-element-trigger:not(.elementor-active)~.elementor-editor-element-setting { 
    width: 25px !important; 
	font-size: 11px !important;
}

/* Reverse the Element icons order so that it matches the Sections and Columns order */
.elementor-editor-active .elementor.elementor-edit-mode .elementor-editor-element-settings { 
    flex-direction: row !important;
}

/* Elementor 1.5 and up - places section icons inside the bounding box */
.elementor-editor-active .elementor.elementor-edit-mode .elementor-editor-section-settings {
    top: 50%;
}


/*Center contact form text*/
.wpcf7-form 
{
text-align: center;
}
/*captcha center*/
.captcha
{ text-align: center; }

/*
.g-recaptcha
{ display: inline-block; }


body:not(.contact) .grecaptcha-badge {
   opacity: 0;
   visibility: hidden;
}
*/

.mh-main-nav { font-family: "Helvetica"; }