.elementor-kit-6{--e-global-color-primary:#F5F6F7;--e-global-color-secondary:#BDBCC2;--e-global-color-text:#57556E;--e-global-color-accent:#57556E;--e-global-color-0e4ef3c:#EF367E;--e-global-color-f20e2ce:#77007E;--e-global-color-94532ad:#00B8D6;--e-global-color-e1bc6b0:#158AB5;--e-global-color-a5fba7a:#8FCB00;--e-global-color-8779718:#FF8000;--e-global-color-8d3e3b5:#FAD203;--e-global-color-f3959df:#DE0048;--e-global-color-bdacd06:#F8F8F8;--e-global-typography-primary-font-family:"Helvetica";--e-global-typography-primary-font-size:1.8rem;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Helvetica";--e-global-typography-secondary-font-size:1.5rem;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Helvetica";--e-global-typography-text-font-size:1rem;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Helvetica";--e-global-typography-accent-font-size:1rem;--e-global-typography-accent-font-weight:700;--e-global-typography-4711b0a-font-size:1.6rem;--e-global-typography-4711b0a-font-weight:700;--e-global-typography-e5596ef-font-size:1.4rem;--e-global-typography-e5596ef-font-weight:700;--e-global-typography-849c204-font-size:1.3rem;--e-global-typography-849c204-font-weight:700;--e-global-typography-26f9c48-font-family:"Open Sans";--e-global-typography-26f9c48-font-size:1.2rem;--e-global-typography-f8d826b-font-family:"Open Sans";--e-global-typography-f8d826b-font-size:1.1rem;--e-global-typography-5f77a50-font-family:"Open Sans";--e-global-typography-5f77a50-font-size:1rem;--e-global-typography-ab0faf1-font-family:"Dosis";--e-global-typography-ab0faf1-font-size:2.8rem;--e-global-typography-ab0faf1-font-weight:400;background-color:#EBECED;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){margin-block-end:16px;}.elementor-element{--widgets-spacing:16px 16px;--widgets-spacing-row:16px;--widgets-spacing-column:16px;}{}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:800px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:500px){.elementor-kit-6{--e-global-typography-4711b0a-font-size:1.5rem;--e-global-typography-e5596ef-font-size:1.4rem;--e-global-typography-849c204-font-size:1.3rem;--e-global-typography-26f9c48-font-size:1.2rem;--e-global-typography-f8d826b-font-size:1.1rem;--e-global-typography-5f77a50-font-size:1rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Hide Title */
h1.entry-title {
    display: none;
}

body{
    display: flex;
    flex-direction: column;
    height: 100vh;
    
    > main {
        flex: 1;
    }
    
    .elementor:nth-child(5) {
        flex: 1;
    }
}

/* Post Style */
@media (max-width: 600px) {
    .wp-block-media-text>.wp-block-media-text__content {
        padding: 0 !important;
    }
}


.elementor-location-single > div > .e-con-inner, 
.elementor-location-archive > div > .e-con-inner ,
main > .page-content .e-con-inner {
    background: #fff;
}

.wp-block-media-text>.wp-block-media-text__content {
    padding: 0 0 0 16px;
}


hr.is-style-wide {
    width: clamp(300px, 60%, 400px);
    color: #6A6390;
    
    @media only screen and (max-width: 500px) {
        width: 100%;
    }
}/* End custom CSS */