.elementor-kit-6{--e-global-color-primary:#222222;--e-global-color-secondary:#1F90A3;--e-global-color-text:#7A7A7A;--e-global-color-accent:#008196;--e-global-color-0a0c026:#23ADC4;--e-global-typography-primary-font-family:"Playfair Display";--e-global-typography-primary-font-size:50px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-line-height:1.2em;--e-global-typography-secondary-font-family:"Playfair Display";--e-global-typography-secondary-font-size:48px;--e-global-typography-secondary-font-weight:700;--e-global-typography-secondary-line-height:1.2em;--e-global-typography-text-font-family:"Lora";--e-global-typography-text-line-height:1.5em;--e-global-typography-accent-font-family:"Lora";--e-global-typography-accent-font-size:20px;--e-global-typography-accent-font-weight:600;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-line-height:30px;--e-global-typography-accent-letter-spacing:4px;--e-global-typography-d6e82fa-font-family:"Playfair Display";--e-global-typography-d6e82fa-font-size:25px;--e-global-typography-d6e82fa-font-weight:700;--e-global-typography-84e8de9-font-family:"Playfair Display";--e-global-typography-84e8de9-font-size:16px;--e-global-typography-84e8de9-font-weight:600;color:var( --e-global-color-text );font-size:16px;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:var( --e-global-color-secondary );font-family:"Lora", Sans-serif;font-size:16px;font-weight:400;text-transform:none;font-style:normal;line-height:1.5em;color:#FFFFFF;border-style:none;border-radius:60px 60px 60px 60px;padding:12px 24px 12px 24px;}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{background-color:var( --e-global-color-accent );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-text );}.elementor-kit-6 h1{color:var( --e-global-color-primary );font-size:60px;font-weight:700;}.elementor-kit-6 h2{color:var( --e-global-color-primary );font-size:40px;font-weight:600;}.elementor-kit-6 h3{color:var( --e-global-color-primary );font-size:30px;font-weight:600;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1560px;}.e-con{--container-max-width:1560px;--container-default-padding-top:0px;--container-default-padding-right:40px;--container-default-padding-bottom:0px;--container-default-padding-left:40px;}.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:1260px){.elementor-kit-6{--e-global-typography-primary-font-size:36px;--e-global-typography-secondary-font-size:32px;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1260px;}.e-con{--container-max-width:1260px;--container-default-padding-top:0px;--container-default-padding-right:30px;--container-default-padding-bottom:0px;--container-default-padding-left:30px;}}@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-accent-font-size:20px;--e-global-typography-d6e82fa-font-size:25px;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;--container-default-padding-top:0px;--container-default-padding-right:20px;--container-default-padding-bottom:0px;--container-default-padding-left:20px;}}/* Start custom CSS */.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;
        }
    }
}

#hide-header{
    transition: top .3s, background-color 0.5s;
    
}

.cm-repop-element .repop-consent-button{
    bottom: var(--footer-mobile-height) !important;
}
.elementor-location-footer{
    margin-bottom: var(--footer-mobile-height);
}

.ginput_container *{
    --gf-local-outline-width: 0px !important;
}

@media (min-width:1024px){
	.cookie-table{
		grid-template-columns: repeat(5, 1fr) !important;
	}
}

/* Grow hover */
.grow-hover:hover {
    transition: all 0.2s ease-in-out;
    transform: scale(1.01);
    cursor: pointer;
	backface-visibility: hidden;
}/* End custom CSS */