.elementor-kit-14{--e-global-color-primary:#0E4204;--e-global-color-secondary:#C78D36;--e-global-color-text:#FFFFFF;--e-global-color-accent:#0E4204;--e-global-color-0422dc8:#0E4204D9;--e-global-color-d71212f:#FFFFFF;--e-global-color-4d517a6:#0E4204;--e-global-color-80fde36:#C78D36;--e-global-color-fcaab57:#FFFFFF;--e-global-color-f8f3892:#0E4204;--e-global-color-bf01480:#C78D36;--e-global-typography-primary-font-family:"Roboto";--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:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-page-transition-entrance-animation:e-page-transition-fade-out;--e-page-transition-animation-duration:800ms;--e-preloader-animation-duration:1500ms;--e-preloader-delay:0ms;--e-preloader-color:#000000;--e-preloader-size:50px;}.elementor-kit-14 e-page-transition{background-color:#FFFFFF;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;--container-default-padding-top:5px;--container-default-padding-right:5px;--container-default-padding-bottom:5px;--container-default-padding-left:5px;}.elementor-widget:not(:last-child){margin-block-end:10px;}.elementor-element{--widgets-spacing:10px 10px;--widgets-spacing-row:10px;--widgets-spacing-column:10px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-lightbox{background-color:#000000D0;--lightbox-ui-color:var( --e-global-color-d71212f );--lightbox-ui-color-hover:var( --e-global-color-bf01480 );--lightbox-text-color:var( --e-global-color-text );--lightbox-header-icons-size:35px;--lightbox-navigation-icons-size:35px;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:800px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Hide the default footer. */
#site-footer {
    display:none;
}
/* ---------------------------------- */



/* Force mouse cursor to default pointer while interacting with non links. */
.nonlink {
	cursor: default;	
}
/* ---------------------------------- */



/* Increase the font size of the lightbox swipe nav buttons */
.elementor-lightbox .elementor-swiper-button i {
    font-size: 50px;
}
/* ---------------------------------- */




/* Increase the size of the scroll to top button on +1080 screen size screens. */
@media only screen and (min-width: 1921px) {
    .eael-ext-scroll-to-top-button  {
        width: 50px !important;
        height: 50px !important;
    }
    
     .eael-ext-scroll-to-top-button i {
        font-size: 40px !Important;
    }
}
/* ---------------------------------- */



/* Increase the size of creator bio portraits on screen sizes larger than 1920p width. */
@media only screen and (min-width: 1921px) {
    .creator-bio img {
        width:400px !Important;
    }
}
/* ---------------------------------- */



/* Wiggle any element the .wiggleAnimation class is applied to */
.wiggleAnimation {
     -webkit-animation:wiggle 1s;
    -moz-animation:wiggle 1s;
    animation:wiggle 1s;
}


@-moz-keyframes wiggle { 
    16.66%   { -moz-transform: rotate(-7.5deg);}
    50%  { -moz-transform: rotate(15deg);}
    83.32%  { -moz-transform: rotate(-15deg);}
}
@-webkit-keyframes wiggle { 
    16.66% { -webkit-transform: rotate(-7.5deg); } 
    50% { -webkit-transform: rotate(15deg); }
    83.32% { -webkit-transform: rotate(-15deg); }
}

@keyframes wiggle { 
    16.66% { 
        -webkit-transform: rotate(-7.5deg); 
        transform:rotate(-7.5deg);
    }
    50% { 
        -webkit-transform: rotate(15deg); 
        transform:rotate(15deg);
    }
    83.32% { 
        -webkit-transform: rotate(-15deg); 
        transform:rotate(-15deg);
    }
} 
/* ---------------------------------- *//* End custom CSS */