.elementor-kit-155{--e-global-color-primary:#000000;--e-global-color-secondary:#000000;--e-global-color-text:#000000;--e-global-color-accent:#000000;--e-global-color-2514507:#FFFFFF;--e-global-color-26bd7fe:#000000;--e-global-color-9870f51:#C7C7C1;--e-global-color-e5c0453:#175C74;--e-global-color-92aab10:#B73425;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Poppins";--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:"Poppins";color:var( --e-global-color-text );font-family:"Poppins", Sans-serif;font-size:16px;font-weight:400;background-color:var( --e-global-color-9870f51 );}.elementor-kit-155 a{color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;}.elementor-kit-155 h1{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-155 h2{font-family:"Poppins", Sans-serif;font-size:30px;font-weight:400;}.elementor-kit-155 h3{font-family:"Poppins", Sans-serif;font-size:26px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-bottom:20px;}.elementor-element{--widgets-spacing:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-lightbox{background-color:#C7C7C1C9;--lightbox-ui-color:var( --e-global-color-26bd7fe );--lightbox-ui-color-hover:var( --e-global-color-26bd7fe );}@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 */::selection {
    background-color: rgba(23, 92, 116, 0.2);
}

/*	
	Manually push FOOTER to bottom, because Elementor by default can't - yet.
	Ref: https://philipwalton.github.io/solved-by-flexbox/demos/sticky-footer/
*/

body {
	display: flex;
	min-height: 100vh;
	flex-direction: column;
}

body > main {
	flex: 1;
}

/* Header animation on scroll (javascript inserted inside HTML Widget on 'Header' page)*/  
header section {
    transform: translateY(0);
    opacity: 1;
    transition: opacity .5s, transform .5s !important;
}

header.nav-down section {

}

header.nav-up section {
    opacity: 0;
    transform: translateY(-100%);
}


/* remove wordpress standard bottom-margin on last paragraphs in the text editor widget (it conflicts witht he widget padding set by Elementor) */
.elementor-widget-text-editor p:last-child{
	margin-bottom:0px;
}


/* Unlimited Elements - Post Carousel Lite (Custon CSS) */
.custom_post_carousel1 .uc_image_carousel_container_holder {
    position: relative;
    
}

.custom_post_carousel1 .uc_image_carousel_container_holder .uc_image_carousel_placeholder {
     position: static;
     z-index: 9;
}

.custom_post_carousel1 .uc_image_carousel_container_holder .uc_image_carousel_content {
/* Image title overlay for Post Carousel Plugin *//*
    position: absolute;
    z-index: 10;
    bottom: 0;
    right: 0;*/
}

#site-footer {
    padding: 0;
}

/* Global Lightbox */
body .elementor-lightbox {z-index: 99999;}/* End custom CSS */