/*
Theme Name: Race Point Estates
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Boleyn Media
Author URI: https://boleynmedia.com
Description: Base Theme for Boleyn's Elementor-powered sites
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 1.1.1
Updated: 2025-09-02

*/
body {
  margin: 0;
  padding: 0;
  overscroll-behavior: none;
}
body.mobile-menu-open {
  overflow: hidden;
  touch-action: none;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  touch-action: pan-y;
  overflow-x: hidden;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
}

::-moz-selection {
  background-color: #798291;
  color: #FFFFFF;
}

::selection {
  background-color: #798291;
  color: #FFFFFF;
}

:focus {
  outline: none !important;
  box-shadow: none !important;
}

p {
  max-width: 800px;
}

p:first-child {
  margin-block-start: 0;
  margin-block-end: 1em;
}

p:last-child {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-bottom: 0 !important;
}

@media (max-width: 767px) {
  .elementor-button {
    width: 100%;
  }
}
.gform_wrapper input::-moz-placeholder, .gform_wrapper textarea::-moz-placeholder {
  font-size: 14px !important;
  color: #838381 !important;
  font-family: Montserrat !important;
}
.gform_wrapper input::placeholder,
.gform_wrapper textarea::placeholder {
  font-size: 14px !important;
  color: #838381 !important;
  font-family: Montserrat !important;
}
.gform_wrapper input,
.gform_wrapper textarea {
  color: #4a4a48 !important;
  font-size: 14px !important;
  font-family: Montserrat !important;
}
.gform_wrapper textarea {
  height: 200px !important;
}
.gform_wrapper select option.gf_placeholder {
  font-size: 14px !important;
  color: #838381 !important;
  font-family: Montserrat !important;
}
.gform_wrapper select {
  font-size: 14px !important;
  color: #838381 !important;
  font-family: Montserrat !important;
}
.gform_wrapper select:not(:invalid) {
  color: #4a4a48 !important;
}
.gform_wrapper form .gform_fields {
  gap: 8px !important;
  -moz-column-gap: 8px !important;
       column-gap: 8px !important;
}
.gform_wrapper form .gfield {
  margin-bottom: 0 !important;
}
.gform_wrapper form .gfield input,
.gform_wrapper form .gfield textarea,
.gform_wrapper form .gfield select {
  background-color: white !important;
  border-radius: 4px !important;
}
.gform_wrapper form .gfield input:focus,
.gform_wrapper form .gfield textarea:focus,
.gform_wrapper form .gfield select:focus {
  outline: none !important;
  box-shadow: none !important;
  --gf-local-border-color: transparent !important;
  --gf-ctrl-border-color-focus: transparent !important;
}
.gform_wrapper form input[type=submit] {
  width: 100% !important;
  background-color: white !important;
  color: #0f0f0e !important;
  text-transform: uppercase !important;
  font-size: 16px !important;
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}
.gform_wrapper form input[type=submit]:focus {
  outline: none !important;
}
.gform_wrapper form input[type=submit]:active {
  outline: none !important;
}
.gform_wrapper .gform_footer {
  margin-top: 24px !important;
}
.gform_wrapper .gform_heading .gform_required_legend,
.gform_wrapper .gform_required_legend {
  display: none !important;
}
.gform_wrapper .gfield_required {
  display: none !important;
}
.gform_wrapper .gform_confirmation_message {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
  color: white !important;
  min-height: 100px !important;
}
.gform_wrapper .gform_submission_error,
.gform_wrapper .gfield_validation_message,
.gform_wrapper .validation_message,
.gform_wrapper .gfield_description.validation_message {
  color: white !important;
}

#map,
#mapMobile {
  min-height: 800px;
  width: 100%;
}
@media (max-width: 767px) {
  #map,
  #mapMobile {
    min-height: 375px;
  }
}

footer ul.bmg-social-links {
  list-style: none;
  padding: 0;
}
footer ul.bmg-social-links li {
  display: inline-block;
  padding-right: 12px;
}
footer ul.bmg-social-links li i {
  font-size: 2rem;
}
footer #copyright a {
  text-decoration: underline;
}
footer #mobile-cta {
  opacity: 0;
  transition: opacity 0.3s;
}
footer #mobile-cta a::before {
  /* Set the font for this icon style */
  font-family: "Font Awesome 5 Free";
  /* Set the weight for this icon style */
  font-weight: 600;
  /* Make sure icons render pixel-perfect */
  -webkit-font-smoothing: antialiased;
  /* Set the Unicode value for the "fa-ghost" icon */
  content: "\f879";
  margin-right: 4px;
  font-size: 14px;
  top: -1px;
  position: relative;
}

#hide-header {
  /** Setting for header - hides on scroll up **/
  width: 100% !important;
  transition: all 0.4s ease !important;
}
#hide-header .e-n-menu-wrapper #nav-contact .e-n-menu-title-text {
  background-color: #33415E;
  color: white;
  padding: 10px 32px;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: 400;
  transition: 0.3s ease;
}
#hide-header .e-n-menu-wrapper #nav-contact .e-n-menu-title-text:hover {
  background-color: #26334C;
}
@media (max-width: 1023px) {
  #hide-header .e-n-menu-wrapper {
    min-height: calc(100dvh - 80px);
    margin-top: 28px;
    background-color: #F6F6F6;
    border: none;
  }
  #hide-header .e-n-menu-wrapper > ul {
    padding-top: 30px;
    flex-grow: 1;
    align-content: flex-start;
  }
  #hide-header .e-n-menu-wrapper > ul li {
    padding-left: 5px;
    padding-top: 10px;
  }
  #hide-header .e-n-menu-wrapper .e-n-menu-title-text {
    font-weight: 700 !important;
    font-size: 34px;
  }
  #hide-header .e-n-menu-wrapper .main-menu {
    position: relative;
  }
  #hide-header .e-n-menu-wrapper #nav-contact {
    width: 94%;
    position: absolute;
    bottom: 20px;
  }
  #hide-header .e-n-menu-wrapper #nav-contact .e-n-menu-title-text {
    font-weight: 400 !important;
    font-size: 14px;
  }
  #hide-header .e-n-menu-wrapper #nav-contact .e-n-menu-title-container {
    width: 100%;
    display: block;
  }
  #hide-header .e-n-menu-wrapper #nav-contact .e-n-menu-title-container .e-n-menu-title-text {
    justify-content: center;
  }
}
#hide-header .e-n-menu-toggle:focus, #hide-header .e-n-menu-toggle:hover {
  background-color: transparent;
  color: inherit;
}
body.hide-alert #header-alert {
  display: none;
}

.elementor-widget-n-menu .e-n-menu-title.e-current,
.elementor-widget-n-menu .e-n-menu-title.e-current a {
  color: inherit;
}

.elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-title.e-current,
.elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-title.e-current a {
  color: inherit;
}

.elementor-widget-text-editor {
  font-family: Montserrat;
}
.elementor-widget-text-editor h1,
.elementor-widget-text-editor h2,
.elementor-widget-text-editor h3,
.elementor-widget-text-editor h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  margin-bottom: 12px;
}
.elementor-widget-text-editor p {
  font-size: 18px;
  margin-bottom: 4px;
}
.elementor-widget-text-editor ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.elementor-widget-text-editor ul li {
  font-size: 14px;
  font-weight: 300;
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
  color: #0F0F0E;
  margin-bottom: 0;
  letter-spacing: 0.01em;
}
.elementor-widget-text-editor ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 9px;
  background-image: url('data:image/svg+xml;utf8,<svg width="8" height="9" viewBox="0 0 8 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 3.7002V5.3002C0 6.4203 0 6.98006 0.217987 7.40788C0.409734 7.78421 0.715473 8.09048 1.0918 8.28223C1.5192 8.5 2.07899 8.5 3.19691 8.5H4.80309C5.921 8.5 6.47999 8.5 6.90739 8.28223C7.28372 8.09048 7.59048 7.78421 7.78223 7.40788C8 6.98048 8 6.42149 8 5.30358V3.69691C8 2.57899 8 2.0192 7.78223 1.5918C7.59048 1.21547 7.28372 0.909734 6.90739 0.717987C6.47957 0.5 5.9203 0.5 4.8002 0.5H3.2002C2.08009 0.5 1.51962 0.5 1.0918 0.717987C0.715473 0.909734 0.409734 1.21547 0.217987 1.5918C0 2.01962 0 2.58009 0 3.7002Z" fill="%2333415E"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
}

.prev-lot-link::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 13px;
  margin-right: 8px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='13' viewBox='0 0 20 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 6.5L6 1.5M1 6.5L6 11.5M1 6.5H19' stroke='%23838381' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  transition: background-image 0.3s ease;
}

.prev-lot-link:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='13' viewBox='0 0 20 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 6.5L6 1.5M1 6.5L6 11.5M1 6.5H19' stroke='%2333415E' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.next-lot-link::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 13px;
  margin-left: 8px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='13' viewBox='0 0 20 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 6.5L6 1.5M1 6.5L6 11.5M1 6.5H19' stroke='%23838381' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(180deg);
  transition: background-image 0.3s ease;
}

.next-lot-link:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='13' viewBox='0 0 20 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 6.5L6 1.5M1 6.5L6 11.5M1 6.5H19' stroke='%2333415E' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.dialog-lightbox-close-button .e-font-icon-svg {
  right: 105px;
}

a.dialog-close-button.dialog-lightbox-close-button {
  right: 40px !important;
}

.elementor-slideshow__header .e-eicon-zoom-in-bold,
.elementor-slideshow__header .e-eicon-zoom-out-bold {
  margin-right: 40px !important;
  margin-top: -2px;
}

.contact-hover:hover .elementor-icon svg path {
  fill: #33415E !important;
}

.contact-hover:hover .elementor-heading-title a {
  color: #33415E;
}

.elementor-element .elementor-button {
  padding: 16px 48px !important;
}
@media (min-width: 768px) {
  .elementor-element .elementor-button {
    padding: 12px 32px !important;
  }
}

.lot-card .elementor-widget-button {
  width: 100%;
}
.lot-card .elementor-widget-button .elementor-button-wrapper {
  width: 100%;
}
.lot-card .elementor-widget-button .elementor-button-wrapper .elementor-button {
  width: 100% !important;
  display: block;
}

.elementor-widget-container .lot-availability {
  display: inline-block !important;
  padding: 4px 16px !important;
  border-radius: 100px !important;
  font-weight: 400 !important;
  font-size: 14px;
  font-family: Montserrat;
}
.elementor-widget-container .lot-availability.status-available {
  background-color: #1F700C !important;
  color: white !important;
}
.elementor-widget-container .lot-availability.status-pending {
  background-color: #A09F9E !important;
  color: white !important;
}
.elementor-widget-container .lot-availability.status-sold {
  background-color: #0F0F0E !important;
  color: white !important;
}

.lot-card .elementor-widget-image img {
  height: 250px !important;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px 8px 0 0;
}

@media (max-width: 767px) {
  .hero-text {
    font-size: clamp(40px, 5vw, 60px);
  }
}

/* -----Individual Lot Pages----- */
@media (max-width: 767px) {
  .stat-card h2 {
    font-size: 22px !important;
  }
}
@media (max-width: 767px) {
  .stat-card .elementor-heading-title:not(h2) {
    font-size: 16px !important;
  }
}/*# sourceMappingURL=style.css.map */