.elementor-kit-14{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#000000;--e-global-color-text:#2A2A2A;--e-global-color-accent:#3ECF8E;--e-global-typography-primary-font-family:"Lora";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-14 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*make some space in the post title*/
.elementor-post__text{
    padding-top: 10px !important;
}

/*hide some unwanted text in newsletters*/
.newsletter-form .formkit-guarantee,
.newsletter-form .formkit-powered-by-convertkit-container {
    display: none !important;
}
.newsletter-form-2 .formkit-form > div {
    padding: 0 !important;
}
.newsletter-form-2 .formkit-field, .newsletter-form-2 .formkit-submit {
    margin-bottom: 0 !important;
} 

.formkit-powered-by-convertkit-container{
    display: none !important;
}


.formkit-form > div {
    padding-top: 10px !important;
}

/*animation on button close*/
.closable-box {
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.closable-box.closed {
  opacity: 0;
  visibility: hidden;
}/* End custom CSS */