/*
 Theme Name:   Elementor Child
 Theme URI:    https://naecleaningsolutions.com/
 Description:  Child theme for Hello Elementor
 Author:       NAE Cleaning Solutions
 Author URI:   https://naecleaningsolutions.com/
 Template:     hello-elementor
 Version:      1.0.0
*/

/* Form with excessive padding left and right, small button, assume poor CRO and bounce */
.wpforms-container-full {
	width: 100% !important;
	padding: 0 50px !important;
}
/* Made Submit button more easy to find after filling form */
div.wpforms-container-full button {
    transform: scale(1.33);
    margin: 0 auto;
    display: block !important;
}

/* Header: Substituted Font Awesome down caret with SVG for performance because of the large font awesome font file */
.hfe-submenu-icon-arrow .hfe-nav-menu .parent-has-child .sub-arrow i:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 12px;
    vertical-align: middle;
    background: no-repeat center/100%
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 5'%3E%3Cpath d='M1 1l3 3 3-3' fill='none' stroke='currentColor' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

/* Footer badge same dimensions across all pages */
#badges a {
    display: flex;
    justify-content: center;
    align-content: center;
}
#badges img {
    height: 100% !important;
    width: 100% !important;
}

/* Google recaptcha via WForm. Per their terms of services should be displayable. On standby */
div:has(.grecaptcha-badge) { 
	transform: translateY(-100px);  
}