.elementor-kit-1489{--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-kit-1489 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--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:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}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-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 *//* Remove Hello Theme pink hover */
a:hover,
a:focus,
button:hover,
button:focus,
.elementor-widget-html a:hover,
.elementor-widget-html button:hover {
  color: inherit !important;
  border-color: inherit !important;
  outline-color: inherit !important;
  background-color: inherit !important;
}

/* Fix doulbe logo issue */


.tt-logo {
  position: relative;
  display: block;
  line-height: 0;
}
.tt-logo img {
  height: var(--logo-h, 80px);
  width: auto;
  display: block;
  transition: height 0.4s, opacity 0.3s;
}
.tt-header.tt-scrolled .tt-logo img {
  height: var(--logo-h-scrolled, 52px);
}
.tt-logo-light {
  opacity: 1 !important;
  position: relative !important;
}
.tt-logo-dark {
  opacity: 0 !important;
  position: absolute !important;
  top: 0; left: 0;
  pointer-events: none;
}
.tt-header.tt-scrolled .tt-logo-light {
  opacity: 0 !important;
  pointer-events: none;
}
.tt-header.tt-scrolled .tt-logo-dark {
  opacity: 1 !important;
  pointer-events: auto;
}

/* Fix: dark logo visibility on scroll */
.tt-header.tt-scrolled .tt-logo-dark {
  opacity: 1 !important;
  position: relative !important;
  pointer-events: auto !important;
}

.tt-header.tt-scrolled .tt-logo-light {
  opacity: 0 !important;
  position: absolute !important;
  pointer-events: none !important;
}

/* Transparent nav hover — lime for phone and Free Estimate ONLY */
.tt-header:not(.tt-scrolled) .tt-header-phone:hover {
  color: var(--lime) !important;
}

.tt-header:not(.tt-scrolled) .tt-header-cta:hover {
  background: transparent !important;
  color: var(--lime) !important;
  border-color: var(--lime) !important;
  box-shadow: none !important;
}

/* Push header below WP admin bar when logged in */
.admin-bar .tt-header {
  top: 32px !important;
}
.admin-bar .tt-mobile-menu {
  top: calc(var(--header-h) + 32px) !important;
}
.admin-bar.tt-header.tt-scrolled ~ .tt-mobile-menu {
  top: calc(var(--header-h-scrolled) + 32px) !important;
}/* End custom CSS */