.elementor-kit-6{--e-global-color-primary:#4A90E2;--e-global-color-secondary:#FDF5A6;--e-global-color-text:#202020;--e-global-color-accent:#B88746;--e-global-color-896ed95:#283B49;--e-global-color-234afd9:#19262E;--e-global-color-4735338:#F2F2F2;--e-global-color-f5200d9:#FFFFFF;--e-global-typography-primary-font-family:"Russo One";--e-global-typography-primary-font-size:36px;--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Russo One";--e-global-typography-accent-font-weight:400;color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 p{margin-block-end:20px;}.elementor-kit-6 a{color:var( --e-global-color-primary );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-kit-6 h1{color:var( --e-global-color-text );font-family:"Russo One", Sans-serif;font-size:48px;font-weight:400;line-height:1.2em;}.elementor-kit-6 h2{color:var( --e-global-color-text );font-family:"Russo One", Sans-serif;font-size:48px;font-weight:400;line-height:1.2em;}.elementor-kit-6 h3{color:var( --e-global-color-text );font-family:"Russo One", Sans-serif;font-size:36px;font-weight:400;line-height:1.25em;}.elementor-kit-6 h4{color:var( --e-global-color-text );font-family:"Russo One", Sans-serif;font-size:26px;font-weight:400;line-height:1.3em;}.elementor-kit-6 h5{color:var( --e-global-color-text );font-family:"Russo One", Sans-serif;font-size:20px;font-weight:400;line-height:1.4em;}.elementor-kit-6 h6{color:var( --e-global-color-text );font-family:"Russo One", Sans-serif;font-size:18px;font-weight:400;line-height:1.4em;}.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){--kit-widget-spacing:24px;}.elementor-element{--widgets-spacing:24px 24px;--widgets-spacing-row:24px;--widgets-spacing-column:24px;}{}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-kit-6 h1{font-size:40px;line-height:1.2em;}.elementor-kit-6 h2{font-size:40px;line-height:1.2em;}.elementor-kit-6 h3{font-size:30px;line-height:1.25em;}.elementor-kit-6 h4{font-size:22px;line-height:1.3em;}.elementor-kit-6 h5{font-size:18px;line-height:1.4em;}.elementor-kit-6 h6{font-size:16px;line-height:1.4em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6 h1{font-size:30px;line-height:1.2em;}.elementor-kit-6 h2{font-size:30px;line-height:1.2em;}.elementor-kit-6 h3{font-size:24px;line-height:1.25em;}.elementor-kit-6 h4{font-size:20px;line-height:1.3em;}.elementor-kit-6 h5{font-size:18px;line-height:1.4em;}.elementor-kit-6 h6{font-size:16px;line-height:1.4em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* GLOBAL Elementor popups: black background + rounded corners */
.elementor-popup-modal .dialog-widget,
.elementor-popup-modal .dialog-widget-content{
  background:#000 !important;
  border-radius:8px !important;
  overflow:hidden !important;
}

/* Elementor often makes THIS the scroll container */
.elementor-popup-modal .dialog-message{
  overflow-y:auto !important;
  overflow-x:hidden !important;
  max-height:calc(100vh - 120px) !important; /* prevents weird always-on scrollbars */
  -webkit-overflow-scrolling:touch;
}

/* Hide scrollbars visually (still scrolls) */
.elementor-popup-modal .dialog-message{
  scrollbar-width:none; /* Firefox */
}
.elementor-popup-modal .dialog-message::-webkit-scrollbar{
  width:0;
  height:0; /* Chrome/Safari */
}
/* Global white close X */
.elementor-popup-modal .dialog-close-button svg{
  fill:#ffffff !important;
  stroke:#ffffff !important;
}

.elementor-popup-modal .dialog-close-button{
  color:#ffffff !important;
}

/* Table Fix for Posts */
@media (max-width:1024px){

.entry-content table,
.elementor-widget-theme-post-content table{
display:block;
overflow-x:auto;
white-space:nowrap;
max-width:100%;
}

}/* End custom CSS */