/* ==========================================================================
   Theme Variables & Elementor Core Layout
   ========================================================================== */

/* Globefarer Layout Overrides */
#qodef-page-outer { margin-top: 0px;}@media only screen and (max-width: 1024px) { #qodef-page-outer { margin-top: 0px;}}#qodef-page-footer-top-area-inner { position: relative;}#qodef-page-footer-middle-area-inner { position: relative;}#qodef-page-footer-bottom-area-inner { position: relative;}#qodef-page-inner { padding: 0px 0px 0px 0px;}@media only screen and (max-width: 1024px) { #qodef-page-inner { padding: 0px 0px 0px 0px;}}.qodef-page-title .qodef-m-content { padding-top: 80px;}@media only screen and (max-width: 1024px) { .qodef-page-title .qodef-m-content { padding-top: 80px;}}.qodef-header--standard #qodef-page-header { background-color: rgba(255,255,255,0);}.qodef-header--standard #qodef-page-header-inner { }.qodef-header--standard #qodef-page-header .qodef-widget-holder .widget::before { background-color: #ffffff80;}@media only screen and (max-width: 768px){h1, .qodef-h1 { font-size: 35px;}}@media only screen and (max-width: 680px){h1, .qodef-h1 { font-size: 35px;}}

/* Elementor Global Tokens & Responsive Breakpoint Containers */
:root{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--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;}.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);}@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;}}

/* Global Standard Cursor Normalization */
*, *::before, *::after, html, body {
  cursor: auto;
}
a, button, [role="button"], input[type="submit"], input[type="button"], select, .qodef-button, .btn, .qodef-header-logo-link {
  cursor: pointer !important;
}
input[type="text"], input[type="email"], input[type="password"], input[type="number"], input[type="search"], input[type="tel"], textarea {
  cursor: text !important;
}
#qodef-custom-cursor {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
