.elementor-kit-40{--e-global-color-primary:#423736;--e-global-color-secondary:#4D4D4D;--e-global-color-text:#333333;--e-global-color-accent:#EFEDED;--e-global-color-c04b5da:#FFFFFF;--e-global-color-2be6d1c:#F7F7F7;--e-global-color-e6ed544:#EBEBEB;--e-global-color-b6f2381:#F5F5F3;--e-global-typography-primary-font-family:"Urbane";--e-global-typography-primary-font-size:14px;--e-global-typography-primary-font-weight:300;--e-global-typography-secondary-font-family:"Urbane";--e-global-typography-secondary-font-size:14px;--e-global-typography-secondary-font-weight:300;--e-global-typography-text-font-family:"Urbane";--e-global-typography-text-font-size:14px;--e-global-typography-text-font-weight:300;--e-global-typography-accent-font-family:"Satisfy";--e-global-typography-accent-font-size:60px;--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );font-family:"Urbane", Sans-serif;font-size:14px;font-weight:300;}.elementor-kit-40 button,.elementor-kit-40 input[type="button"],.elementor-kit-40 input[type="submit"],.elementor-kit-40 .elementor-button{background-color:var( --e-global-color-text );font-family:"Urbane", Sans-serif;font-size:12px;font-weight:400;text-transform:uppercase;letter-spacing:0.7px;color:var( --e-global-color-c04b5da );border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-text );border-radius:2px 2px 2px 2px;padding:12px 28px 12px 28px;}.elementor-kit-40 button:hover,.elementor-kit-40 button:focus,.elementor-kit-40 input[type="button"]:hover,.elementor-kit-40 input[type="button"]:focus,.elementor-kit-40 input[type="submit"]:hover,.elementor-kit-40 input[type="submit"]:focus,.elementor-kit-40 .elementor-button:hover,.elementor-kit-40 .elementor-button:focus{background-color:var( --e-global-color-secondary );color:var( --e-global-color-c04b5da );border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-secondary );border-radius:2px 2px 2px 2px;}.elementor-kit-40 e-page-transition{background-color:#FFBC7D;}.elementor-kit-40 h2{font-size:32px;font-weight:400;}.elementor-kit-40 h3{font-size:20px;font-weight:400;}.elementor-kit-40 h4{font-size:14px;font-weight:400;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1564px;}.e-con{--container-max-width:1564px;--container-default-padding-top:0px;--container-default-padding-right:48px;--container-default-padding-bottom:0px;--container-default-padding-left:48px;}{}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-40{--e-global-typography-accent-font-size:45px;}.elementor-kit-40 h2{font-size:20px;}.elementor-kit-40 h3{font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;--container-default-padding-top:0px;--container-default-padding-right:32px;--container-default-padding-bottom:0px;--container-default-padding-left:32px;}}@media(max-width:767px){.elementor-kit-40{--e-global-typography-accent-font-size:50px;}.elementor-kit-40 h2{font-size:20px;}.elementor-kit-40 h3{font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;--container-default-padding-top:0px;--container-default-padding-right:16px;--container-default-padding-bottom:0px;--container-default-padding-left:16px;}}
/* Start custom CSS *//* ============================================================
   BOTWRIGHT — MASTER CSS
   Single source of truth. Paste ONLY into:
   Elementor → Site Settings → Custom CSS
   ============================================================ */


/* ============================
   TIMING TOKENS
   ============================ */
:root {
  --hdr-dur:  0.28s;
  --hdr-ease: cubic-bezier(.4, 0, .2, 1);
}


/* ============================
   BASE HEADER
   ============================ */
.site-header {
  background-color: rgba(255, 255, 255, 1) !important;
  color: #333333 !important;
  position: fixed !important;
  top: 0 !important;
  z-index: 9999 !important;
  transition:
    background-color var(--hdr-dur) var(--hdr-ease),
    color           var(--hdr-dur) var(--hdr-ease);
}

/* ============================
   HOMEPAGE OVERLAY
   ============================ */
body.home .site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0) !important;
  color: #ffffff !important;
}

/* ============================
   STICKY / SCROLLED STATE
   ============================ */
.site-header.elementor-sticky--effects,
body.home.scrolled .site-header {
  position: fixed !important;
  background-color: rgba(255, 255, 255, 1) !important;
  color: #333333 !important;
  box-shadow: none !important;
}

/* ============================
   SVG LOGO
   ============================ */
.site-header .site-logo svg {
  fill: #333333 !important;
  transition: fill var(--hdr-dur) var(--hdr-ease);
}
.site-header .site-logo svg * {
  fill: inherit !important;
  stroke: inherit !important;
}
body.home .site-header .site-logo svg {
  fill: #ffffff !important;
}
.site-header.elementor-sticky--effects .site-logo svg,
body.home.scrolled .site-header .site-logo svg {
  fill: #333333 !important;
}

/* ============================
   NAV MENU
   ============================ */
.site-header .main-nav,
.site-header .main-nav * {
  color: inherit !important;
  transition: color var(--hdr-dur) var(--hdr-ease);
}
.site-header .main-nav a:hover,
.site-header .main-nav .elementor-item:hover {
  opacity: 0.75;
}


/* ============================
   DROPDOWN INDICATOR ICONS
   ============================ */
body.home .site-header .e-n-menu-dropdown-icon-opened,
body.home .site-header .e-n-menu-dropdown-icon-closed,
body.home .site-header .e-n-menu-dropdown-icon-opened svg,
body.home .site-header .e-n-menu-dropdown-icon-closed svg,
body.home .site-header .e-n-menu-dropdown-icon-opened svg *,
body.home .site-header .e-n-menu-dropdown-icon-closed svg * {
  color: #ffffff !important;
  fill:  #ffffff !important;
  stroke:#ffffff !important;
}

body.home .site-header.elementor-sticky--effects .e-n-menu-dropdown-icon-opened,
body.home .site-header.elementor-sticky--effects .e-n-menu-dropdown-icon-closed,
body.home .site-header.elementor-sticky--effects .e-n-menu-dropdown-icon-opened svg,
body.home .site-header.elementor-sticky--effects .e-n-menu-dropdown-icon-closed svg,
body.home .site-header.elementor-sticky--effects .e-n-menu-dropdown-icon-opened svg *,
body.home .site-header.elementor-sticky--effects .e-n-menu-dropdown-icon-closed svg *,
body.home.scrolled .site-header .e-n-menu-dropdown-icon-opened,
body.home.scrolled .site-header .e-n-menu-dropdown-icon-closed,
body.home.scrolled .site-header .e-n-menu-dropdown-icon-opened svg,
body.home.scrolled .site-header .e-n-menu-dropdown-icon-closed svg,
body.home.scrolled .site-header .e-n-menu-dropdown-icon-opened svg *,
body.home.scrolled .site-header .e-n-menu-dropdown-icon-closed svg * {
  color: #333333 !important;
  fill:  #333333 !important;
  stroke:#333333 !important;
}

body:not(.home) .site-header .e-n-menu-dropdown-icon-opened,
body:not(.home) .site-header .e-n-menu-dropdown-icon-closed,
body:not(.home) .site-header .e-n-menu-dropdown-icon-opened svg,
body:not(.home) .site-header .e-n-menu-dropdown-icon-closed svg,
body:not(.home) .site-header .e-n-menu-dropdown-icon-opened svg *,
body:not(.home) .site-header .e-n-menu-dropdown-icon-closed svg * {
  color: #333333 !important;
  fill:  #333333 !important;
  stroke:#333333 !important;
}


/* ============================
   HAMBURGER — #mynav WRAPPER
   ============================ */
#mynav {
  position: fixed !important;
  top: 23px !important;
  right: 16px !important;
  z-index: 100001 !important;
}

@supports (-webkit-touch-callout: none) {
  #mynav {
    top: calc(23px + env(safe-area-inset-top, 0px)) !important;
  }
}

@media (max-width: 767px) {
  #mynav {
    top: calc(23px + env(safe-area-inset-top, 0px)) !important;
  }
}

/* ============================
   HAMBURGER — #nav-icon BUTTON
   ============================ */
#nav-icon {
  width: 26px;
  height: 19px;
  margin-top: -8px;
  padding: 0 !important;
  position: relative;
  cursor: pointer;
  background:  transparent !important;
  border:      0 !important;
  box-shadow:  none !important;
  appearance:  none !important;
  -webkit-appearance: none !important;
  outline:     none !important;
  transition:  transform 0.3s ease-in-out;
}

#nav-icon:focus,
#nav-icon:focus-visible {
  outline:    none !important;
  box-shadow: none !important;
}

#nav-icon span {
  display:  block;
  position: absolute;
  height:   2px;
  width:    100%;
  left:     0;
  opacity:  1;
  transition:
    transform        0.25s ease-in-out,
    width            0.25s ease-in-out,
    opacity          0.25s ease-in-out,
    background-color 0.28s cubic-bezier(.4, 0, .2, 1);
}

#nav-icon span:nth-child(1) { top: 0px;  transform-origin: left center; }
#nav-icon span:nth-child(2) { top: 8px;  transform-origin: left center; }
#nav-icon span:nth-child(3) { top: 16px; transform-origin: left center; }

body.home #nav-icon span                              { background: #ffffff !important; }
body.home .site-header.elementor-sticky--effects #nav-icon span,
body.home.scrolled #nav-icon span                     { background: #333333 !important; }
body:not(.home) #nav-icon span                        { background: #333333 !important; }
#nav-icon.open span                                   { background: #333333 !important; }

#nav-icon.open span:nth-child(1) { transform: rotate(45deg);  top: -2px; left: 0; }
#nav-icon.open span:nth-child(2) { width: 0%; opacity: 0; }
#nav-icon.open span:nth-child(3) { transform: rotate(-45deg); top: 16px; left: 0; }


/* ============================
   POPUP / NAV-OPEN STATE
   ============================ */
body.nav-open .site-header,
body.dialog-prevent-scroll .site-header {
  background-color: rgba(255, 255, 255, 1) !important;
  color:            #333333 !important;
  box-shadow:       none !important;
}

body.home.nav-open .site-header,
body.home.dialog-prevent-scroll .site-header {
  position: fixed !important;
}

body.nav-open .site-header .site-logo svg,
body.dialog-prevent-scroll .site-header .site-logo svg {
  fill: #333333 !important;
}
body.nav-open .site-header .site-logo svg *,
body.dialog-prevent-scroll .site-header .site-logo svg * {
  fill:   inherit !important;
  stroke: inherit !important;
}

body.nav-open .site-header .main-nav,
body.nav-open .site-header .main-nav *,
body.dialog-prevent-scroll .site-header .main-nav,
body.dialog-prevent-scroll .site-header .main-nav * {
  color: inherit !important;
}

body.nav-open #nav-icon span,
body.dialog-prevent-scroll #nav-icon span {
  background: #333333 !important;
}


/* ============================
   GLOBAL LIGHT HEADER VARIANT
   ============================ */
.site-header.site-header--light {
  background-color: #ffffff !important;
  color:            #333333 !important;
}

.site-header.site-header--light .main-nav,
.site-header.site-header--light .main-nav *,
.site-header.site-header--light .main-nav a,
.site-header.site-header--light .main-nav .elementor-item,
.site-header.site-header--light .main-nav .elementor-item span {
  color: #333333 !important;
}

.site-header.site-header--light .site-logo svg,
.site-header.site-header--light .site-logo svg *,
.site-header.site-header--light .elementor-widget-svg svg,
.site-header.site-header--light .elementor-widget-svg svg * {
  fill:   #333333 !important;
  stroke: #333333 !important;
}

.site-header.site-header--light #nav-icon span {
  background: #333333 !important;
}


/* ============================
   HEADER CTA BUTTON
   ============================ */
body.home .elementor-sticky--effects .Glass-button-header,
body.home.scrolled .Glass-button-header {
  background:              #333333 !important;
  border-color:            #333333 !important;
  color:                   #ffffff !important;
  backdrop-filter:         none !important;
  -webkit-backdrop-filter: none !important;
}

body:not(.home) .Glass-button-header {
  background:              #333333 !important;
  border-color:            #333333 !important;
  color:                   #ffffff !important;
  backdrop-filter:         none !important;
  -webkit-backdrop-filter: none !important;
}

@media (max-width: 767px) {
  .Glass-button-header { display: none !important; }
}


/* ============================
   MEGA MENU
   ============================ */
.mega-menu,
.mega-menu * {
  mix-blend-mode:          normal !important;
  filter:                  none !important;
  -webkit-filter:          none !important;
  color:                   #333333 !important;
  -webkit-text-fill-color: #333333 !important;
}


/* ============================
   HERO SCROLL INDICATOR
   ============================ */
.scroll-indicator {
  position:       absolute;
  bottom:         40px;
  left:           50%;
  transform:      translateX(-50%);
  z-index:        5;
  pointer-events: none;
  opacity:        1;
  transition:     opacity 0.4s ease;
}

body.scrolled .scroll-indicator { opacity: 0; }

.scroll-mouse {
  width:         26px;
  height:        44px;
  border:        1.5px solid rgba(255, 255, 255, 0.85);
  border-radius: 20px;
  position:      relative;
}

.scroll-dot {
  width:         4px;
  height:        4px;
  background:    #ffffff;
  border-radius: 50%;
  position:      absolute;
  top:           8px;
  left:          50%;
  transform:     translateX(-50%);
  animation:     scrollDot 2s ease-in-out infinite;
  opacity:       0.9;
}

@keyframes scrollDot {
  0%   { top: 8px;  opacity: 0; }
  30%  {            opacity: 1; }
  60%  { top: 22px; opacity: 0.6; }
  100% { top: 22px; opacity: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .scroll-dot { animation: none; }
}

@media (max-width: 767px) {
  .scroll-mouse     { width: 20px; height: 34px; border-width: 1.2px; }
  .scroll-dot       { width: 3px; height: 3px; }
  .scroll-indicator { bottom: 28px; }
}


/* ============================
   OFFSET CONTENT BELOW FIXED HEADER
   Non-home pages only.
   ============================ */
body:not(.home) .site .site-content,
body:not(.home) #content {
  padding-top: 77px;
}

@media (max-width: 767px) {
  body:not(.home) .site .site-content,
  body:not(.home) #content {
    padding-top: 73px;
  }
}


/* ============================
   BACKGROUND VIDEO
   ============================ */
.elementor-background-video video {
  transform:           scale(1.02);
  backface-visibility: hidden;
}


/* ============================
   HARD-CODED HEADER SIDE PADDING
   ============================ */
.site-header {
  padding-left: 48px !important;
  padding-right: 48px !important;
}

@media (max-width: 1024px) {
  .site-header {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
}

@media (max-width: 767px) {
  .site-header {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}


.bw-frosted-btn .elementor-button {
    background: rgba(255, 255, 255, 0.15) !important;
    backdrop-filter: blur(5px) !important;
    -webkit-backdrop-filter: blur(5px) !important;
    border: 1px solid rgba(255, 255, 255, 0.25) !important;
    transition: background 0.2s ease !important;
}

.bw-frosted-btn .elementor-button:hover {
    background: rgba(255, 255, 255, 0.25) !important;
}



/* ============================================================
   SUBSCRIBE BAR — hide on property and rentals pages
   ============================================================ */

.post-type-archive-property .bw-subscribe-bar,
.page-id-2433 .bw-subscribe-bar,
.single-property .bw-subscribe-bar,
.single-property_rental .bw-subscribe-bar,
.single-property_land .bw-subscribe-bar,
.single-property_rural .bw-subscribe-bar,
.single-property_commercial .bw-subscribe-bar,
.single-property_business .bw-subscribe-bar {
    display: none !important;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Urbane';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://stg-botwright-staging.kinsta.cloud/wp-content/uploads/2026/02/Urbane-Light.woff') format('woff');
}
@font-face {
	font-family: 'Urbane';
	font-style: normal;
	font-weight: 200;
	font-display: auto;
	src: url('https://stg-botwright-staging.kinsta.cloud/wp-content/uploads/2026/02/Urbane-ExtraLight.woff') format('woff');
}
@font-face {
	font-family: 'Urbane';
	font-style: normal;
	font-weight: 100;
	font-display: auto;
	src: url('https://stg-botwright-staging.kinsta.cloud/wp-content/uploads/2026/02/Urbane-Thin.woff') format('woff');
}
@font-face {
	font-family: 'Urbane';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://stg-botwright-staging.kinsta.cloud/wp-content/uploads/2026/02/Urbane-Medium.woff') format('woff');
}
@font-face {
	font-family: 'Urbane';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://stg-botwright-staging.kinsta.cloud/wp-content/uploads/2026/02/Urbane-DemiBold.woff') format('woff');
}
@font-face {
	font-family: 'Urbane';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://stg-botwright-staging.kinsta.cloud/wp-content/uploads/2026/02/Urbane-Bold.woff') format('woff');
}
@font-face {
	font-family: 'Urbane';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://stg-botwright-staging.kinsta.cloud/wp-content/uploads/2026/02/Urbane-Heavy.woff') format('woff');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Satisfy';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://stg-botwright-staging.kinsta.cloud/wp-content/uploads/2026/02/Satisfy.woff') format('woff');
}
/* End Custom Fonts CSS */