.elementor-kit-6{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#411628;--e-global-color-text:#3F3F3F;--e-global-color-accent:#D683B0;--e-global-color-f9bc66f:#813353;--e-global-typography-primary-font-family:"Lora";--e-global-typography-primary-font-size:56px;--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-family:"Lora";--e-global-typography-secondary-font-size:48px;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-9967892-font-family:"Roboto";--e-global-typography-9967892-font-size:16px;--e-global-typography-9967892-font-weight:400;--e-global-typography-9a1dd14-font-family:"Lora";--e-global-typography-9a1dd14-font-size:16px;--e-global-typography-9a1dd14-font-weight:500;--e-global-typography-6111a10-font-family:"Lora";--e-global-typography-6111a10-font-size:24px;--e-global-typography-6111a10-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1560px;}.e-con{--container-max-width:1560px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-6{--e-global-typography-primary-font-size:46px;--e-global-typography-secondary-font-size:40px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-primary-font-size:32px;--e-global-typography-secondary-font-size:28px;--e-global-typography-text-font-size:16px;--e-global-typography-9a1dd14-font-size:14px;--e-global-typography-6111a10-font-size:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.grecaptcha-badge {
    visibility: hidden;
}

.ios-form {
    .elementor-date-field,
    .elementor-time-field {
        /* Removes the native rough design IOS */
        -webkit-appearance: none;
        
        /* Adding placeholder Via Placeholder on before pseudo*/
        &::before {
            position: absolute;
            content: attr(placeholder);
        }
        
        /* Removing placeholder once input field is changed*/
        &.date-selected:before,
        &.time-selected:before {
            content: '';
        }
        
        /* -------- IOS mobile alignment left ---------------- */
        &::-webkit-date-and-time-value {
            width: 100%;
            display: block;
            position: absolute;
            text-align: left;
        }
    }
}/* End custom CSS */