@charset "UTF-8";
/*!
Theme Name: O'Connor & Highland
Theme URI: https://tworowstudio.com/o-and-h
Author: Two Row Studio
Author URI: https://tworowstudio.com
Description: O'Connor & Highland Child Theme, developed by Two Row Studio
Template: good-harvest
Version: 1.0.18
Tested up to: 6.0
Requires PHP: 5.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: good-harvest
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Harvest is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/montserrat/Montserrat-Regular.woff2") format("woff2"), url("assets/fonts/montserrat/Montserrat-Regular.woff") format("woff");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("assets/fonts/montserrat/Montserrat-Bold.woff2") format("woff2"), url("assets/fonts/montserrat/Montserrat-Bold.woff") format("woff");
}
@font-face {
  font-family: "PT Serif";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/pt-serif/PTSerif-Regular.woff2") format("woff2"), url("assets/fonts/pt-serif/PTSerif-Regular.woff") format("woff");
}
@font-face {
  font-family: "PT Serif";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("assets/fonts/pt-serif/PTSerif-Bold.woff2") format("woff2"), url("assets/fonts/pt-serif/PTSerif-Bold.woff") format("woff");
}
body,
button,
input,
select,
optgroup,
textarea {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6,
.site-title,
.entry-title,
.widget-title {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 700;
}

blockquote,
.font-accent,
.is-style-accent {
  font-family: "PT Serif", Georgia, serif;
}

body {
  font-size: 18px;
  line-height: 1.6;
}

h2,
.h2 {
  color: var(--theme-main_1-50);
}

h1,
.h1,
.h1 h2,
.h1 h3,
.h1 h4,
.h1 h5,
.h1 h6 {
  font-size: 56px !important;
  color: var(--theme-black);
  font-weight: 400 !important;
}

.red,
main a {
  color: var(--theme-accent_1);
}

main a {
  text-decoration: none;
}
main a:hover {
  color: var(--theme-accent_1-80);
  text-decoration: underline;
}

.bolder {
  font-weight: 700 !important;
}

.larger {
  font-size: 2.5em;
  line-height: 1.2;
}

.large_spec {
  font-size: 56px;
  line-height: 1;
  margin-bottom: 5px;
}
@media screen and (max-width: 639px) {
  .large_spec {
    font-size: 40px;
  }
}

.attribution {
  font-family: "Montserrat", Arial, sans-serif;
  font-style: normal;
}
.attribution:before {
  content: "— ";
}

.disclosures {
  font-size: 14px;
  line-height: 1.4;
  font-style: italic;
}

.icon_links a {
  color: var(--theme-gray-50);
}
.icon_links a:hover {
  color: var(--theme-gray-80);
}

/* Child theme navigation overrides */
#top_link_bar {
  z-index: 1001;
}

#logo_container {
  margin-left: 10px;
}

#masthead {
  backdrop-filter: blur(14px);
  box-shadow: 0 10px 24px color-mix(in srgb, var(--theme-main_1-30) 10%, transparent);
  border-bottom: 1px solid color-mix(in srgb, var(--theme-main_1-20) 75%, transparent);
  z-index: 1001;
}
#masthead #site-navigation,
#masthead #site-navigation-left,
#masthead #site-navigation-right {
  padding-right: 18px;
}
#masthead #site-navigation .menu-toggle,
#masthead #site-navigation-left .menu-toggle,
#masthead #site-navigation-right .menu-toggle {
  appearance: none;
  border: 1px solid var(--theme-main_1-30);
  border-radius: 10px;
  padding: 10px 16px;
  background: color-mix(in srgb, var(--theme-main_1-10) 35%, var(--theme-white) 65%);
  color: var(--theme-main_1-60);
  font-weight: 800;
  letter-spacing: 0.02em;
  box-shadow: 0 8px 20px color-mix(in srgb, var(--theme-main_1-30) 12%, transparent);
  margin: 0;
  min-height: 46px;
  line-height: 1;
  text-transform: none;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
#masthead #site-navigation .menu-toggle:hover, #masthead #site-navigation .menu-toggle:focus,
#masthead #site-navigation-left .menu-toggle:hover,
#masthead #site-navigation-left .menu-toggle:focus,
#masthead #site-navigation-right .menu-toggle:hover,
#masthead #site-navigation-right .menu-toggle:focus {
  background: color-mix(in srgb, var(--theme-main_1-20) 26%, var(--theme-white) 74%);
  border-color: var(--theme-main_1-40);
  color: var(--theme-main_1-70);
  transform: translateY(-1px);
}
#masthead #site-navigation > div > ul,
#masthead #site-navigation > ul,
#masthead #site-navigation-left > div > ul,
#masthead #site-navigation-left > ul,
#masthead #site-navigation-right > div > ul,
#masthead #site-navigation-right > ul {
  display: flex;
  align-items: center;
  gap: 8px;
}
#masthead #site-navigation ul li,
#masthead #site-navigation-left ul li,
#masthead #site-navigation-right ul li {
  padding: 0;
  position: relative;
}
#masthead #site-navigation ul li > a,
#masthead #site-navigation-left ul li > a,
#masthead #site-navigation-right ul li > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 10px;
  color: var(--theme-main_1-60);
  font-weight: 700;
  letter-spacing: 0.01em;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
#masthead #site-navigation ul li:hover > a, #masthead #site-navigation ul li:focus-within > a, #masthead #site-navigation ul li.current-menu-item > a, #masthead #site-navigation ul li.current-menu-ancestor > a, #masthead #site-navigation ul li.current_page_item > a, #masthead #site-navigation ul li.current_page_ancestor > a,
#masthead #site-navigation-left ul li:hover > a,
#masthead #site-navigation-left ul li:focus-within > a,
#masthead #site-navigation-left ul li.current-menu-item > a,
#masthead #site-navigation-left ul li.current-menu-ancestor > a,
#masthead #site-navigation-left ul li.current_page_item > a,
#masthead #site-navigation-left ul li.current_page_ancestor > a,
#masthead #site-navigation-right ul li:hover > a,
#masthead #site-navigation-right ul li:focus-within > a,
#masthead #site-navigation-right ul li.current-menu-item > a,
#masthead #site-navigation-right ul li.current-menu-ancestor > a,
#masthead #site-navigation-right ul li.current_page_item > a,
#masthead #site-navigation-right ul li.current_page_ancestor > a {
  color: var(--theme-main_1-70);
  background: color-mix(in srgb, var(--theme-main_1-20) 28%, var(--theme-white) 72%);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--theme-main_1-30) 85%, transparent);
}
#masthead #site-navigation ul li:hover > a, #masthead #site-navigation ul li:focus-within > a,
#masthead #site-navigation-left ul li:hover > a,
#masthead #site-navigation-left ul li:focus-within > a,
#masthead #site-navigation-right ul li:hover > a,
#masthead #site-navigation-right ul li:focus-within > a {
  transform: translateY(-1px);
}
#masthead #site-navigation ul li.menu-item-has-children:after,
#masthead #site-navigation-left ul li.menu-item-has-children:after,
#masthead #site-navigation-right ul li.menu-item-has-children:after {
  margin-left: 0;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--theme-main_1-40);
  font-size: 0.85em;
  pointer-events: none;
}
#masthead #site-navigation ul li.menu-item-has-children > a,
#masthead #site-navigation-left ul li.menu-item-has-children > a,
#masthead #site-navigation-right ul li.menu-item-has-children > a {
  padding-right: 34px;
}
#masthead #site-navigation ul li ul,
#masthead #site-navigation-left ul li ul,
#masthead #site-navigation-right ul li ul {
  min-width: 220px;
  margin-top: 10px;
  left: 0;
  right: auto;
  border: 1px solid var(--theme-main_1-20);
  border-radius: 14px;
  background: color-mix(in srgb, var(--theme-white) 92%, var(--theme-main_1-10) 8%);
  box-shadow: 0 18px 30px color-mix(in srgb, var(--theme-main_1-40) 16%, transparent);
  overflow: hidden;
  padding: 8px;
  transform: translate(0, 12px);
}
#masthead #site-navigation ul li ul li,
#masthead #site-navigation-left ul li ul li,
#masthead #site-navigation-right ul li ul li {
  border: 0;
  padding: 0;
}
#masthead #site-navigation ul li ul li:last-child,
#masthead #site-navigation-left ul li ul li:last-child,
#masthead #site-navigation-right ul li ul li:last-child {
  border: 0;
}
#masthead #site-navigation ul li ul li > a,
#masthead #site-navigation-left ul li ul li > a,
#masthead #site-navigation-right ul li ul li > a {
  width: 100%;
  justify-content: flex-start;
  text-align: left;
  min-height: 42px;
  border-radius: 8px;
  padding: 0 12px;
}
#masthead #site-navigation ul li ul li:hover > a, #masthead #site-navigation ul li ul li:focus-within > a, #masthead #site-navigation ul li ul li.current-menu-item > a, #masthead #site-navigation ul li ul li.current-menu-ancestor > a, #masthead #site-navigation ul li ul li.current_page_item > a, #masthead #site-navigation ul li ul li.current_page_ancestor > a,
#masthead #site-navigation-left ul li ul li:hover > a,
#masthead #site-navigation-left ul li ul li:focus-within > a,
#masthead #site-navigation-left ul li ul li.current-menu-item > a,
#masthead #site-navigation-left ul li ul li.current-menu-ancestor > a,
#masthead #site-navigation-left ul li ul li.current_page_item > a,
#masthead #site-navigation-left ul li ul li.current_page_ancestor > a,
#masthead #site-navigation-right ul li ul li:hover > a,
#masthead #site-navigation-right ul li ul li:focus-within > a,
#masthead #site-navigation-right ul li ul li.current-menu-item > a,
#masthead #site-navigation-right ul li ul li.current-menu-ancestor > a,
#masthead #site-navigation-right ul li ul li.current_page_item > a,
#masthead #site-navigation-right ul li ul li.current_page_ancestor > a {
  background: color-mix(in srgb, var(--theme-main_1-20) 26%, var(--theme-white) 74%);
}

.mobile_menu_wrapper {
  display: none !important;
}

@media (max-width: 1024px) {
  .mobile_menu_wrapper {
    display: flex !important;
  }
}
.mobile_menu_wrapper {
  position: relative;
  z-index: 40;
  width: 100%;
  justify-content: flex-end;
  padding: 12px 20px;
}
.mobile_menu_wrapper #mobile_menu_toggle {
  position: relative;
  z-index: 45;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  appearance: none;
  border: 1px solid color-mix(in srgb, var(--theme-main_1-20) 40%, transparent);
  border-radius: 10px;
  padding: 10px 16px;
  background: color-mix(in srgb, var(--theme-white) 60%, transparent) !important;
  background-size: auto !important;
  background-position: initial !important;
  color: var(--theme-black) !important;
  font-weight: 800;
  box-shadow: none;
  margin: 0;
  min-height: 46px;
  line-height: 1;
  text-transform: none;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.mobile_menu_wrapper #mobile_menu_toggle:before {
  margin-right: 0;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.mobile_menu_wrapper #mobile_menu_toggle:hover, .mobile_menu_wrapper #mobile_menu_toggle:focus {
  background: color-mix(in srgb, var(--theme-white) 80%, transparent) !important;
  border-color: color-mix(in srgb, var(--theme-main_1-30) 50%, transparent);
  color: var(--theme-black) !important;
  transform: translateY(-1px);
}
.mobile_menu_wrapper .main-navigation {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  z-index: 41;
  width: min(420px, 100vw - 28px);
  margin: 0;
  transform: translateX(-50%);
  height: auto;
  min-height: calc(100vh - 120px);
  padding: 20px 18px 32px;
  border: 1px solid var(--theme-main_1-20);
  border-radius: 18px;
  background: color-mix(in srgb, var(--theme-white) 94%, var(--theme-main_1-10) 6%);
  box-shadow: 0 24px 40px color-mix(in srgb, var(--theme-main_1-40) 18%, transparent);
}
.mobile_menu_wrapper .main-navigation ul li {
  font-size: 1.1rem;
  padding: 0;
  margin-bottom: 6px;
}
.mobile_menu_wrapper .main-navigation ul li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  min-height: 48px;
  padding: 0 14px;
  border-radius: 12px;
  font-weight: 700;
  color: var(--theme-main_1-60);
  text-decoration: none;
  background: color-mix(in srgb, var(--theme-main_1-10) 22%, var(--theme-white) 78%);
}
.mobile_menu_wrapper .main-navigation ul li.current-menu-item > a, .mobile_menu_wrapper .main-navigation ul li.current-menu-ancestor > a, .mobile_menu_wrapper .main-navigation ul li.current_page_item > a, .mobile_menu_wrapper .main-navigation ul li.current_page_ancestor > a {
  color: var(--theme-white);
  background: linear-gradient(135deg, var(--theme-main_1-50), var(--theme-main_1-60));
}
.mobile_menu_wrapper .main-navigation ul li.menu-item-has-children:after {
  margin-left: 0.75em;
  color: var(--theme-main_1-40);
}
.mobile_menu_wrapper .main-navigation ul li.menu-item-has-children.open > a {
  margin-bottom: 8px;
}
.mobile_menu_wrapper .main-navigation ul li ul {
  margin-top: 8px;
  padding: 8px;
  border-radius: 14px;
  background: color-mix(in srgb, var(--theme-main_1-10) 22%, var(--theme-white) 78%);
}
.mobile_menu_wrapper .main-navigation ul li ul li > a {
  justify-content: flex-start;
  background: var(--theme-white);
}

@media (max-width: 1024px) {
  .mobile_menu_wrapper {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex !important;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    padding: 0 20px;
    pointer-events: none;
  }
  .mobile_menu_wrapper #mobile_menu_toggle {
    position: relative;
    z-index: 45;
    margin-left: auto;
    pointer-events: auto;
  }
  .mobile_menu_wrapper .main-navigation {
    left: 50%;
    width: min(420px, 100vw - 20px);
    pointer-events: auto;
  }
  #masthead #site-navigation,
  #masthead #site-navigation-left,
  #masthead #site-navigation-right {
    padding-right: 10px;
  }
  #masthead #site-navigation .menu-toggle,
  #masthead #site-navigation-left .menu-toggle,
  #masthead #site-navigation-right .menu-toggle {
    display: none !important;
  }
  #masthead #site-navigation > div > ul,
  #masthead #site-navigation > ul,
  #masthead #site-navigation-left > div > ul,
  #masthead #site-navigation-left > ul,
  #masthead #site-navigation-right > div > ul,
  #masthead #site-navigation-right > ul {
    display: none !important;
  }
  #masthead #site-navigation ul li > a,
  #masthead #site-navigation-left ul li > a,
  #masthead #site-navigation-right ul li > a {
    padding: 0 14px;
  }
}
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  margin: 0;
}
body.modal-open {
  overflow: hidden;
}

.cover {
  object-fit: cover;
}

.sticky {
  position: sticky;
  top: 175px;
  z-index: 1000;
}

.oandh-toggle-button {
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  text-align: left;
  background: var(--theme-gray-30) !important;
  border: 1px solid var(--theme-main_1) !important;
  cursor: pointer;
}
.oandh-toggle-button::after {
  content: "Off";
  float: right;
  font-size: 0.6rem;
  margin-left: 1em;
}
.oandh-toggle-button.active {
  background: var(--theme-main_1) !important;
  color: #fff !important;
}
.oandh-toggle-button.active::after {
  content: "On";
  float: right;
  font-size: 0.6rem;
  margin-left: 1em;
}

.oandh-add-event-button {
  margin-top: 1em;
}

.oandh-remove-event,
.oandh-edit-event-button,
.oandh-add-event-button {
  border-color: transparent;
}

.noUi-connect {
  background: var(--theme-accent_1) !important;
}

@media screen and (max-width: 767px) {
  .fixed-header #banner_container,
  .fixed-header #primary,
  .fixed-header .page-header,
  .fixed-header .sidebar_left > aside,
  .fixed-header .sidebar_right > aside,
  .fixed-header .woocommerce-message {
    margin-top: initial !important;
  }
}

.section_title {
  border-bottom: 5px solid var(--theme-main_1-40);
}

@media screen and (max-width: 1064px) {
  .sticky.wpb_column {
    top: 220px;
  }
}
@media screen and (max-width: 767px) {
  .sticky.wpb_column {
    position: static;
    top: initial;
  }
}

/* Hero Section */
.banner_image {
  height: 65vh;
}

/* Services Section */
.vc_row.services .vc_column-inner {
  border: 5px solid var(--theme-main_1-40);
  padding: 15px;
}
.vc_row.services .vc_column-inner .wpb_single_image .vc_single_image-wrapper {
  width: 80%;
}

.services {
  display: flex;
  justify-content: space-evenly;
}
.services .service-wrapper {
  border: 5px solid var(--theme-main_1-40);
  padding: 15px;
  max-width: 400px;
  width: stretch;
}
.services .service-wrapper .service_title {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
}
.services .service-wrapper .service-icon-wrapper {
  width: 80%;
  margin: auto;
  height: auto;
  display: flex;
  justify-content: center;
}

/* Carousels */
.carousel .carousel-control-next:before,
.carousel .carousel-control-prev:before {
  color: var(--theme-accent_1);
}
.carousel .slide_content_block {
  min-height: 400px;
  max-height: 450px;
}
.carousel .slide_content_block > div.wrapper {
  top: 45% !important;
}
@media screen and (max-width: 767px) {
  .carousel .slide_content_block > div.wrapper {
    top: 90% !important;
  }
}

/* Testimonial Slides */
.testimonial_slide {
  font-family: "PT Serif", Georgia, serif;
  font-style: italic;
  background-color: var(--theme-main_1-30);
}
.testimonial_slide .wrapper {
  left: 0 !important;
}
.testimonial_slide .quote {
  max-height: calc(300px - 4em) !important;
  max-width: 100%;
}
.testimonial_slide .quote p {
  max-width: 90%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .testimonial_slide .quote {
    max-height: calc(55vh - 2em) !important;
    font-size: 1.5em !important;
  }
}
@media screen and (max-width: 639px) {
  .testimonial_slide .quote {
    font-size: 1.35em !important;
  }
}
.testimonial_slide .attribution {
  margin-top: 0.5em;
}

/*Neighborhood Guides*/
.key_takeaways {
  background: var(--theme-gray-30);
  padding: 10%;
}

/* Buttons */
.button,
button,
input[type=button],
.vc_btn3 {
  background: linear-gradient(45deg, var(--theme-accent_1) 0%, var(--theme-accent_1) 45%, var(--theme-main_2) 45%, var(--theme-main_2) 100%) !important;
  color: var(--theme-black) !important;
  background-size: 200% 250% !important;
  background-position: 90% 55% !important;
  background-repeat: no-repeat !important;
  border-radius: 4px !important;
}
.button:hover,
button:hover,
input[type=button]:hover,
.vc_btn3:hover {
  background-position: 0% 95% !important;
  color: var(--theme-white) !important;
}
.button,
button,
input[type=button],
.vc_btn3 {
  transition: background-position 0.5s ease-in-out 0s;
}

.profile_container,
.login_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 200px;
  width: 1440px;
  max-width: 95%;
  justify-self: center;
}
.profile_container h1,
.profile_container div,
.profile_container p,
.profile_container form,
.login_wrapper h1,
.login_wrapper div,
.login_wrapper p,
.login_wrapper form {
  flex: 100%;
}
.profile_container .login_form,
.login_wrapper .login_form {
  justify-content: center;
  border: 1px solid var(--theme-main_1-50);
  padding: 20px;
  flex: initial;
  margin: auto;
}
.profile_container .login_form .field-container,
.login_wrapper .login_form .field-container {
  justify-content: center;
}
.profile_container .login_form input,
.login_wrapper .login_form input {
  width: 400px !important;
  max-width: 90%;
}
.profile_container .login_form label,
.login_wrapper .login_form label {
  width: 100%;
  text-align: center;
}
.profile_container .tab-content,
.profile_container .nav-tabs,
.login_wrapper .tab-content,
.login_wrapper .nav-tabs {
  flex: 100%;
}
.profile_container .nav-tabs,
.login_wrapper .nav-tabs {
  display: flex;
  gap: 10px;
  margin: 8px 0 20px;
  padding: 6px;
  border: 1px solid var(--theme-main_1-20);
  border-radius: 12px;
  background: color-mix(in srgb, var(--theme-main_1-10) 45%, var(--theme-white) 55%);
}
.profile_container .nav-tabs .nav-link,
.login_wrapper .nav-tabs .nav-link {
  border: 0;
  border-radius: 8px;
  font-weight: 700;
  color: var(--theme-main_1-50);
  background: transparent;
  padding: 10px 16px;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.profile_container .nav-tabs .nav-link:hover, .profile_container .nav-tabs .nav-link:focus,
.login_wrapper .nav-tabs .nav-link:hover,
.login_wrapper .nav-tabs .nav-link:focus {
  color: var(--theme-main_1-70);
  background: color-mix(in srgb, var(--theme-main_1-20) 28%, var(--theme-white) 72%);
  transform: translateY(-1px);
}
.profile_container .nav-tabs .nav-link.active,
.login_wrapper .nav-tabs .nav-link.active {
  color: var(--theme-white);
  background: linear-gradient(135deg, var(--theme-main_1-50), var(--theme-main_1-60));
  box-shadow: 0 8px 16px color-mix(in srgb, var(--theme-main_1-50) 30%, transparent);
}
.profile_container .tab-pane,
.login_wrapper .tab-pane {
  border: 1px solid var(--theme-main_1-20);
  border-radius: 14px;
  background: var(--theme-white);
  padding: 24px;
  box-shadow: 0 10px 25px color-mix(in srgb, var(--theme-main_1-30) 12%, transparent);
}
.profile_container .field-container,
.login_wrapper .field-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 10px 0;
  margin-top: 25px;
}
.profile_container .field-container input,
.profile_container .field-container select,
.profile_container .field-container textarea,
.login_wrapper .field-container input,
.login_wrapper .field-container select,
.login_wrapper .field-container textarea {
  width: 100%;
}
.profile_container .field-container.field-type-checkbox,
.login_wrapper .field-container.field-type-checkbox {
  justify-self: center;
}
.profile_container .field-container.field-type-checkbox label,
.profile_container .field-container.field-type-checkbox input,
.login_wrapper .field-container.field-type-checkbox label,
.login_wrapper .field-container.field-type-checkbox input {
  justify-self: start;
  width: fit-content;
}
.profile_container .field-first_name,
.profile_container .field-last_name,
.login_wrapper .field-first_name,
.login_wrapper .field-last_name {
  flex: 1 1 45%;
}
.profile_container .field-headshot,
.login_wrapper .field-headshot {
  align-items: end;
}
.profile_container .field-headshot label,
.login_wrapper .field-headshot label {
  align-self: start;
  flex: 100%;
}
.profile_container .field-type-hidden,
.login_wrapper .field-type-hidden {
  display: none;
}
.profile_container .headshot_controls,
.login_wrapper .headshot_controls {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  flex: initial;
}
.profile_container .field-headshot_preview,
.login_wrapper .field-headshot_preview {
  border: 1px solid var(--theme-main_1-50);
  justify-content: start;
  align-content: center;
  flex: initial;
  border-radius: 50%;
  overflow: hidden;
  padding: 0;
}
.profile_container .field-headshot_preview img,
.login_wrapper .field-headshot_preview img {
  object-fit: cover;
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
}
.profile_container .field-upload_headshot_button,
.login_wrapper .field-upload_headshot_button {
  height: fit-content;
  justify-content: center;
}
.profile_container .field-upload_headshot_button button,
.login_wrapper .field-upload_headshot_button button {
  padding: 10px 20px;
}
.profile_container .field-alternative_avatar,
.login_wrapper .field-alternative_avatar {
  flex: initial;
}
.profile_container .field-type-submit,
.login_wrapper .field-type-submit {
  flex: 1 1 25%;
  justify-self: center;
}
.profile_container .field-type-submit input,
.profile_container .field-type-submit button,
.login_wrapper .field-type-submit input,
.login_wrapper .field-type-submit button {
  border: 0;
  border-radius: 10px;
  padding: 12px 18px;
  font-weight: 800;
  color: var(--theme-white);
  background: linear-gradient(135deg, var(--theme-main_1-50), var(--theme-main_1-60));
  box-shadow: 0 8px 14px color-mix(in srgb, var(--theme-main_1-40) 30%, transparent);
}
.profile_container label,
.login_wrapper label {
  font-weight: bold;
}
.profile_container .media_upload_modal,
.login_wrapper .media_upload_modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: color-mix(in srgb, var(--theme-main_1-50) 35%, var(--theme-white) 90%); /* semi-transparent backdrop */
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
.profile_container .media_upload_modal .media_upload_modal_content,
.login_wrapper .media_upload_modal .media_upload_modal_content {
  position: relative;
  width: min(640px, 100%);
  border: 1px solid var(--theme-main_1-40);
  border-radius: 12px;
  padding: 24px;
  background: var(--theme-white);
  transform: translateY(12px) scale(0.98);
  transition: opacity 0.2s ease, transform 0.2s ease;
  width: 400px;
  max-width: 90%;
}
.profile_container .media_upload_modal .media_upload_modal_content h2,
.login_wrapper .media_upload_modal .media_upload_modal_content h2 {
  margin: 0 0 16px;
}
.profile_container .media_upload_modal .media_upload_modal_content .close,
.login_wrapper .media_upload_modal .media_upload_modal_content .close {
  position: absolute;
  top: 14px;
  right: 14px;
  border: 1px solid var(--theme-main_1-40);
  border-radius: 999px;
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 20px;
  cursor: pointer;
  color: var(--theme-main_1-50);
  transition: transform 0.2s ease;
}
.profile_container .media_upload_modal .media_upload_modal_content .close:hover, .profile_container .media_upload_modal .media_upload_modal_content .close:focus,
.login_wrapper .media_upload_modal .media_upload_modal_content .close:hover,
.login_wrapper .media_upload_modal .media_upload_modal_content .close:focus {
  transform: scale(1.05);
}
.profile_container .media_upload_modal.is-open,
.login_wrapper .media_upload_modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.profile_container .media_upload_modal.is-open .media_upload_modal_content,
.login_wrapper .media_upload_modal.is-open .media_upload_modal_content {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.profile_container .media_upload_modal.is-closing,
.login_wrapper .media_upload_modal.is-closing {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.profile_container .media_upload_modal.is-closing .media_upload_modal_content,
.login_wrapper .media_upload_modal.is-closing .media_upload_modal_content {
  opacity: 0;
  transform: translateY(8px) scale(0.98);
}
.profile_container #media-uploader-container,
.login_wrapper #media-uploader-container {
  display: block;
}
.profile_container #media-uploader-container .headshot-dropzone,
.login_wrapper #media-uploader-container .headshot-dropzone {
  border: 2px dashed var(--theme-main_1-40);
  border-radius: 12px;
  padding: 28px;
  text-align: center;
  background: var(--theme-main_1-20);
  cursor: pointer;
  transition: border-color 0.2s ease, transform 0.2s ease;
}
.profile_container #media-uploader-container .headshot-dropzone p,
.login_wrapper #media-uploader-container .headshot-dropzone p {
  margin: 0 0 12px;
  color: var(--theme-main_1-50);
}
.profile_container #media-uploader-container .headshot-dropzone #headshot-browse-button,
.login_wrapper #media-uploader-container .headshot-dropzone #headshot-browse-button {
  border: 1px solid var(--theme-main_1-40);
  background: var(--theme-main_1-10);
  border-radius: 8px;
  padding: 10px 18px;
  color: var(--theme-main_1-50);
  font-weight: bold;
}
.profile_container #media-uploader-container .headshot-dropzone #headshot-upload-status,
.login_wrapper #media-uploader-container .headshot-dropzone #headshot-upload-status {
  margin-top: 12px;
  min-height: 1.25em;
}
.profile_container #media-uploader-container .headshot-dropzone.is-dragover,
.login_wrapper #media-uploader-container .headshot-dropzone.is-dragover {
  border-color: var(--theme-main_1-50);
  transform: translateY(-1px);
}
.profile_container #media-uploader-container button,
.login_wrapper #media-uploader-container button {
  margin: 10px;
  display: flex;
  justify-self: center;
}
@media (max-width: 767px) {
  .profile_container .media_upload_modal,
  .login_wrapper .media_upload_modal {
    padding: 14px;
  }
  .profile_container .media_upload_modal .media_upload_modal_content,
  .login_wrapper .media_upload_modal .media_upload_modal_content {
    padding: 18px;
  }
}

.login_wrapper {
  max-width: 560px;
}
.login_wrapper .login_container {
  background: var(--theme-white);
  border: 1px solid var(--theme-main_1-20);
  border-radius: 16px;
  padding: 26px;
  box-shadow: 0 12px 30px color-mix(in srgb, var(--theme-main_1-30) 14%, transparent);
}
.login_wrapper .login_container .section_title {
  margin: 0 0 6px;
  color: var(--theme-main_1-60);
}
.login_wrapper .login_container .login_form {
  border: 0;
  padding: 0;
  margin-top: 8px;
}
.login_wrapper .login_container input[type=text],
.login_wrapper .login_container input[type=password] {
  border: 1px solid var(--theme-main_1-30);
  border-radius: 10px;
  padding: 12px 14px;
  background: color-mix(in srgb, var(--theme-main_1-10) 20%, var(--theme-white) 80%);
}
.login_wrapper .register-link {
  text-align: center;
  margin-top: 0;
}
.login_wrapper .register-link a {
  font-weight: 700;
  color: var(--theme-main_1-60);
  text-underline-offset: 2px;
}

.profile-tabs-container .tab-pane#profile-pane #profile-edit-form {
  display: grid;
  gap: 18px;
}
.profile-tabs-container .tab-pane#profile-pane #profile-edit-form > .field-container {
  margin-top: 0;
  padding: 16px;
  border: 1px solid var(--theme-main_1-20);
  border-radius: 12px;
  background: color-mix(in srgb, var(--theme-main_1-10) 14%, var(--theme-white) 86%);
}
.profile-tabs-container .tab-pane#profile-pane #profile-edit-form input[type=text],
.profile-tabs-container .tab-pane#profile-pane #profile-edit-form input[type=email],
.profile-tabs-container .tab-pane#profile-pane #profile-edit-form select,
.profile-tabs-container .tab-pane#profile-pane #profile-edit-form textarea {
  border: 1px solid var(--theme-main_1-30);
  border-radius: 10px;
  padding: 10px 12px;
  background: var(--theme-white);
}
.profile-tabs-container .tab-pane#profile-pane #profile-edit-form .field-name {
  align-items: start;
}

/* reputation and comments */
#my_reputation {
  margin-bottom: 30px;
}
#my_reputation .reputation-overall {
  margin-bottom: 24px;
  padding: 20px;
  background: linear-gradient(135deg, color-mix(in srgb, var(--theme-accent_1) 10%, var(--theme-white) 90%) 0%, color-mix(in srgb, var(--theme-main_1-10) 35%, var(--theme-white) 90%) 100%);
  border-radius: 14px;
  border: 1px solid var(--theme-main_1-20);
}
#my_reputation .reputation-overall h3 {
  margin: 0 0 16px;
  font-size: 1.15rem;
  font-weight: 700;
}
#my_reputation .reputation-overall .reputation-score-display {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
}
#my_reputation .reputation-overall .score-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border-radius: 14px;
  background: var(--theme-white);
  border: 3px solid var(--theme-main_1-40);
  box-shadow: 0 4px 12px color-mix(in srgb, var(--theme-main_1-40) 30%, transparent);
  flex-shrink: 0;
}
#my_reputation .reputation-overall .score-badge .score-value {
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 1;
  color: var(--theme-main_1-50);
}
#my_reputation .reputation-overall .score-badge .score-label {
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--theme-main_1-50);
  margin-top: 8px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
#my_reputation .reputation-overall .expert-ranking {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px 24px;
  background: color-mix(in srgb, var(--theme-main_1-20) 14%, var(--theme-white) 86%);
  border: 1px solid var(--theme-main_1-30);
  border-radius: 8px;
}
#my_reputation .reputation-overall .expert-ranking .ranking-position {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--theme-main_1-60);
  letter-spacing: 0.02em;
}
#my_reputation .reputation-by-neighborhood {
  padding: 20px;
  background: var(--theme-white);
  border: 1px solid var(--theme-main_1-20);
  border-radius: 14px;
}
#my_reputation .reputation-by-neighborhood h4 {
  margin: 0 0 16px;
  font-size: 1rem;
  font-weight: 700;
  color: var(--theme-main_1-50);
}
#my_reputation .reputation-by-neighborhood .neighborhood-rankings {
  display: grid;
  gap: 12px;
}
#my_reputation .reputation-by-neighborhood .neighborhood-score-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 12px 14px;
  background: var(--theme-main_1-10);
  border-radius: 10px;
  border-left: 4px solid var(--theme-main_1-40);
}
#my_reputation .reputation-by-neighborhood .neighborhood-score-card .neighborhood-rank {
  font-size: 0.85rem;
  font-weight: 900;
  color: var(--theme-main_1-50);
  min-width: 32px;
  text-align: center;
}
#my_reputation .reputation-by-neighborhood .neighborhood-score-card .neighborhood-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
#my_reputation .reputation-by-neighborhood .neighborhood-score-card .neighborhood-info .neighborhood-name {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--theme-black);
}
#my_reputation .reputation-by-neighborhood .neighborhood-score-card .neighborhood-info .neighborhood-expert-rank {
  font-size: 0.82rem;
  color: var(--theme-main_1-50);
}
#my_reputation .reputation-by-neighborhood .neighborhood-score-card .neighborhood-info .neighborhood-rank-title {
  margin-top: 2px;
  width: fit-content;
  padding: 2px 8px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--theme-accent_1) 12%, var(--theme-white) 88%);
  color: var(--theme-accent_1);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
#my_reputation .reputation-by-neighborhood .neighborhood-score-card .neighborhood-info .neighborhood-post-count {
  font-size: 0.85rem;
  color: var(--theme-main_1-50);
}
#my_reputation .reputation-by-neighborhood .neighborhood-score-card .neighborhood-score {
  display: flex;
  justify-content: flex-end;
}
#my_reputation .reputation-by-neighborhood .neighborhood-score-card .neighborhood-score .score-badge-small {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 50px;
  height: 32px;
  padding: 0 8px;
  border-radius: 6px;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--theme-white);
  white-space: nowrap;
}

.my-comments-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 16px;
}
.my-comments-list li {
  padding: 0;
  list-style: none;
}
.my-comments-list .comment-container {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 16px;
  padding: 16px;
  background: var(--theme-white);
  border: 1px solid var(--theme-main_1-20);
  border-radius: 12px;
  align-items: start;
}
.my-comments-list .comment-vote-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px;
  background: var(--theme-main_1-10);
  border-radius: 10px;
  border: 2px solid var(--theme-main_1-20);
  text-align: center;
  transition: all 0.2s ease;
}
.my-comments-list .comment-vote-card.score-positive {
  border-color: #4CAF50;
  background: color-mix(in srgb, #4CAF50 8%, var(--theme-white) 92%);
}
.my-comments-list .comment-vote-card.score-positive .score-value {
  color: #2E7D32;
}
.my-comments-list .comment-vote-card.score-negative {
  border-color: #f44336;
  background: color-mix(in srgb, #f44336 8%, var(--theme-white) 92%);
}
.my-comments-list .comment-vote-card.score-negative .score-value {
  color: #c62828;
}
.my-comments-list .comment-vote-card .score-value {
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1;
  margin: 0;
}
.my-comments-list .comment-vote-card .vote-breakdown {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
  font-size: 0.8rem;
  font-weight: 700;
}
.my-comments-list .comment-vote-card .vote-upvotes {
  color: #2E7D32;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
}
.my-comments-list .comment-vote-card .vote-downvotes {
  color: #c62828;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
}
.my-comments-list .comment-content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.my-comments-list .comment-content-wrapper .comment-post-link {
  margin: 0;
}
.my-comments-list .comment-content-wrapper .comment-post-link a {
  font-weight: 700;
  color: var(--theme-accent_1);
  text-decoration: none;
  transition: color 0.2s ease;
}
.my-comments-list .comment-content-wrapper .comment-post-link a:hover {
  text-decoration: underline;
}
.my-comments-list .comment-content-wrapper .comment-excerpt {
  font-size: 0.95rem;
  color: var(--theme-black);
  line-height: 1.5;
  margin: 0;
}
.my-comments-list .comment-content-wrapper .comment-meta {
  font-size: 0.85rem;
  color: var(--theme-main_1-50);
  margin: 0;
}

/* Performance optimization: indexed styles */
@media (max-width: 991px) {
  .my-comments-list .comment-container {
    grid-template-columns: 1fr;
  }
  #my_reputation .reputation-by-neighborhood .neighborhood-score-card {
    grid-template-columns: auto 1fr auto;
  }
}
@media (max-width: 767px) {
  #my_reputation .reputation-overall .score-badge {
    width: 100px;
    height: 100px;
  }
  #my_reputation .reputation-overall .score-badge .score-value {
    font-size: 1.8rem;
  }
  .my-comments-list .comment-container {
    gap: 12px;
    padding: 12px;
  }
}
/* listings */
.my-listings-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 14px;
}
.my-listings-list li {
  padding: 0;
}

.listing-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  border: 1px solid var(--theme-main_1-30);
  border-radius: 12px;
  background: var(--theme-white);
  padding: 14px 16px;
}

.listing-link {
  flex: 1 1 260px !important;
}
.listing-link a {
  font-weight: 700;
  text-decoration: none;
}

.listing-editing {
  flex: 0 1 auto !important;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

#listing-edit-form-container {
  width: 100vw;
  height: 100vh;
  background: color-mix(in srgb, var(--theme-black-50) 40%, transparent);
  backdrop-filter: blur(3px);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
#listing-edit-form-container .listing-edit-shell {
  width: min(1080px, 100%);
  max-height: min(92vh, 880px);
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--theme-main_1-30);
  background: linear-gradient(180deg, color-mix(in srgb, var(--theme-main_1-10) 35%, var(--theme-white) 90%) 0%, var(--theme-white) 100%);
  box-shadow: 0 20px 48px color-mix(in srgb, var(--theme-black-50) 30%, transparent);
  display: flex;
  flex-direction: column;
}
#listing-edit-form-container .form-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 24px;
  border-bottom: 1px solid var(--theme-main_1-20);
  background: color-mix(in srgb, var(--theme-white) 90%, var(--theme-main_1-10) 10%);
  position: sticky;
  top: 0;
  z-index: 3;
}
#listing-edit-form-container .form-head .form-head-content h2 {
  margin: 0;
  font-size: clamp(1.25rem, 2vw, 1.55rem);
}
#listing-edit-form-container .form-head .form-head-content .autosave-note {
  margin: 4px 0 0;
  font-size: 0.95rem;
  color: var(--theme-main_1-50);
}
#listing-edit-form-container .form-head .listing-edit-close {
  border: 1px solid var(--theme-main_1-40);
  background: var(--theme-white);
  border-radius: 999px;
  padding: 8px 14px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}
#listing-edit-form-container .form-head .listing-edit-close:hover, #listing-edit-form-container .form-head .listing-edit-close:focus {
  background: var(--theme-main_1-10);
}
#listing-edit-form-container .form-foot {
  border-top: 1px solid var(--theme-main_1-20);
  padding: 12px 24px 18px;
  background: color-mix(in srgb, var(--theme-white) 92%, var(--theme-main_1-10) 8%);
}
#listing-edit-form-container .form-foot p {
  margin: 0;
  font-size: 0.95rem;
}

#listing-edit-form {
  width: 100%;
  padding: 20px 24px 24px;
  overflow-y: auto;
}
#listing-edit-form .form-group {
  border: 1px solid var(--theme-main_1-20);
  border-radius: 14px;
  background: var(--theme-white);
  margin-bottom: 16px;
  padding: 16px;
}
#listing-edit-form .form-group h3 {
  margin: 0 0 14px;
  font-size: 1.05rem;
  letter-spacing: 0.01em;
}
#listing-edit-form .field-grid {
  display: grid;
  gap: 14px;
}
#listing-edit-form .field-grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
#listing-edit-form .field-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
#listing-edit-form .form-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#listing-edit-form .form-field label {
  margin: 0;
  font-size: 0.92rem;
  letter-spacing: 0.01em;
  font-weight: 700;
}
#listing-edit-form .form-field input,
#listing-edit-form .form-field textarea,
#listing-edit-form .form-field select {
  width: 100%;
  border: 1px solid var(--theme-main_1-30);
  border-radius: 10px;
  padding: 10px 12px;
  min-height: 44px;
  background: var(--theme-white);
}
#listing-edit-form .form-field textarea {
  min-height: 120px;
  resize: vertical;
}
#listing-edit-form .field-span-2 {
  grid-column: span 2;
}
#listing-edit-form .field-checkbox {
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
#listing-edit-form .field-checkbox input {
  width: 20px;
  min-height: 20px;
  margin: 0;
  flex: 0 0 auto;
}
#listing-edit-form .media-block {
  border-top: 1px dashed var(--theme-main_1-20);
  padding-top: 12px;
}
#listing-edit-form .media-block .btn {
  align-self: flex-start;
}
#listing-edit-form .gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
  gap: 10px;
  margin-bottom: 10px;
}
#listing-edit-form .gallery .listing-image {
  margin: 0;
  width: 100%;
  border: 1px dotted var(--theme-main_1-40);
  justify-content: center;
  text-align: center;
  display: flex;
  padding: 8px 6px;
  flex-wrap: wrap;
  border-radius: 10px;
  background: color-mix(in srgb, var(--theme-main_1-10) 35%, var(--theme-white) 90%);
}
#listing-edit-form .gallery .listing-image img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 8px;
}
#listing-edit-form .gallery .listing-image.is-dragging {
  opacity: 0.35;
  cursor: grabbing;
}
#listing-edit-form .gallery .listing-image .drag-handle {
  display: block;
  width: 100%;
  text-align: center;
  cursor: grab;
  color: var(--theme-main_1-40);
  font-size: 1.2em;
  line-height: 1;
  margin-bottom: 4px;
  user-select: none;
}
#listing-edit-form .gallery .listing-image.drop-before, #listing-edit-form .gallery .listing-image.drop-after {
  position: relative;
}
#listing-edit-form .gallery .listing-image.drop-before::before, #listing-edit-form .gallery .listing-image.drop-before::after, #listing-edit-form .gallery .listing-image.drop-after::before, #listing-edit-form .gallery .listing-image.drop-after::after {
  content: "";
  position: absolute;
  top: 8px;
  bottom: 8px;
  width: 3px;
  background: var(--theme-main_1);
  border-radius: 2px;
  pointer-events: none;
  z-index: 10;
}
#listing-edit-form .gallery .listing-image.drop-before::before {
  left: -6px;
}
#listing-edit-form .gallery .listing-image.drop-after::after {
  right: -6px;
}

@media (max-width: 991px) {
  #listing-edit-form .field-grid-2,
  #listing-edit-form .field-grid-3 {
    grid-template-columns: 1fr;
  }
  #listing-edit-form .field-span-2 {
    grid-column: span 1;
  }
}
@media (max-width: 767px) {
  .listing-container {
    align-items: stretch;
  }
  .listing-editing {
    width: 100%;
  }
  #listing-edit-form-container {
    padding: 8px;
  }
  #listing-edit-form-container .listing-edit-shell {
    max-height: 96vh;
    border-radius: 12px;
  }
  #listing-edit-form-container .form-head {
    padding: 14px;
    flex-direction: column;
    align-items: flex-start;
  }
  #listing-edit-form-container .form-head .listing-edit-close {
    align-self: flex-end;
  }
  #listing-edit-form-container .form-foot {
    padding: 12px 14px 16px;
  }
  #listing-edit-form {
    padding: 14px;
  }
  #listing-edit-form .form-group {
    padding: 12px;
  }
}
.blog main {
  margin-top: 200px !important;
}

.key_takeaways {
  background: var(--theme-gray-30);
  padding: 10%;
}
.key_takeaways h2 {
  color: var(--theme-black);
}

.card {
  flex: 1 1 300px;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: var(--theme-black);
  box-shadow: 3px 3px 10px var(--theme-gray-30);
  padding: 1rem;
  transition: box-shadow 180ms ease;
  text-align: center;
  max-width: 300px;
  justify-self: center;
}
.card a {
  color: var(--theme-black);
  text-decoration: none;
}
.card:hover {
  box-shadow: 6px 6px 10px var(--theme-gray-30);
  color: var(--theme-black) !important;
  text-decoration: none !important;
}
.card:hover a {
  color: var(--theme-black) !important;
  text-decoration: none !important;
}
.card .card-image,
.card .oandh-listing-card-image {
  width: 100%;
  height: 200px;
  overflow: hidden;
  margin-bottom: 10px;
}
.card .card-image img,
.card .oandh-listing-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.single-listing .oandh-listing-template {
  --oandh-listing-header-offset: 96px;
  padding-top: var(--oandh-listing-header-offset);
}
.single-listing.admin-bar .oandh-listing-template {
  --oandh-listing-header-offset: 128px;
}
.single-listing .oandh-listing-template--sellsheet {
  padding-bottom: 0;
}
.single-listing #back_to_listings {
  margin: 2rem auto;
  text-align: center;
}
.single-listing .oandh-sellsheet-banner {
  min-height: 85vh;
  max-height: 100vh;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
.single-listing .oandh-sellsheet-hero-section {
  display: flex;
  flex: 1 1 50%;
  align-items: stretch;
  position: relative;
  flex-wrap: wrap;
}
.single-listing .oandh-sellsheet-hero-content {
  padding: 3rem 2rem;
  display: flex;
  flex-basis: 50%;
  flex-direction: column;
  justify-content: center;
  background: var(--theme-white);
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .single-listing .oandh-sellsheet-hero-content {
    flex-basis: 100%;
  }
}
.single-listing .oandh-sellsheet-eyebrow {
  color: var(--theme-accent_1);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.single-listing .oandh-sellsheet-hero-title {
  font-size: clamp(2.2rem, 4vw, 4rem);
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 1rem;
}
.single-listing .oandh-sellsheet-hero-address {
  font-size: 1.15rem;
  margin-bottom: 0.5rem;
}
.single-listing .oandh-sellsheet-hero-price {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.single-listing .oandh-sellsheet-hero-image-wrap {
  display: flex;
  flex: 1 1;
  align-items: stretch;
  justify-content: stretch;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .single-listing .oandh-sellsheet-hero-image-wrap {
    flex-basis: 100%;
  }
}
.single-listing .oandh-sellsheet-hero-image {
  flex-basis: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.single-listing .oandh-sellsheet-hero-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  text-align: center;
  padding: 2rem;
  background: #f5f5f5;
  width: 100%;
  height: 100%;
}
.single-listing .oandh-sellsheet-propdetails-header {
  display: flex;
  flex: 1 1 100%;
  max-height: 150px;
}
.single-listing .oandh-sellsheet-propdetails-header .title_wrapper {
  flex: 1 1 auto;
}
@media screen and (max-width: 639px) {
  .single-listing .oandh-sellsheet-propdetails-header {
    flex-wrap: wrap;
    max-height: unset;
  }
}
.single-listing .oandh-sellsheet-propdetails-stats {
  display: flex;
}
.single-listing .oandh-sellsheet-key-stat {
  padding: 1.2rem;
  border-left: 1px solid currentColor;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 33vw;
}
.single-listing .oandh-sellsheet-key-stat:first-child {
  border-left: none;
}
.single-listing .oandh-sellsheet-stat-value {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 0.3rem;
}
.single-listing .oandh-sellsheet-stat-label {
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.single-listing .oandh-sellsheet-description {
  padding: 2rem 2rem;
  max-width: 1180px;
  margin: 0 auto;
  line-height: 1.6;
  display: flex;
}
@media screen and (max-width: 768px) {
  .single-listing .oandh-sellsheet-description {
    flex-wrap: wrap;
  }
}
.single-listing .oandh-sellsheet-description .description_content {
  flex: 1 1 75%;
}
@media screen and (max-width: 768px) {
  .single-listing .oandh-sellsheet-description .description_content {
    flex-basis: 100%;
    margin-bottom: 2rem;
  }
}
.single-listing .oandh-sellsheet-description .oandh-sellsheet-features-sidebar {
  flex: 1 1 25%;
  margin-left: 2rem;
  border: 1px solid currentColor;
  padding: 1rem;
  height: max-content;
  background-color: var(--theme-gray-10);
  min-width: 300px;
}
@media screen and (max-width: 768px) {
  .single-listing .oandh-sellsheet-description .oandh-sellsheet-features-sidebar {
    flex-basis: 100%;
    margin-left: 0;
  }
}
.single-listing .oandh-sellsheet-description .oandh-sellsheet-features-sidebar a {
  width: 100%;
  display: inline-block;
  text-align: center;
  font-size: 0.9rem;
  margin-top: 2rem;
}
.single-listing .oandh-sellsheet-description p {
  margin-bottom: 1rem;
}
.single-listing .oandh-sellsheet-description .oandh-listing-open-houses {
  padding: 25px 0;
}
.single-listing .oandh-sellsheet-description .oandh-listing-open-houses ul {
  list-style: none;
  padding: 35px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.single-listing .oandh-sellsheet-description .oandh-listing-open-houses li {
  padding: 10px 25px;
  border: 1px solid var(--theme-gray-10);
  box-shadow: 5px 5px 5px var(--theme-gray-30);
}
.single-listing .oandh-sellsheet-description .oandh-listing-open-houses a {
  margin-top: 35px;
}
.single-listing .oandh-sellsheet-virtual-tour {
  padding: 2rem;
  max-width: 1180px;
  margin: 0 auto;
}
.single-listing .oandh-sellsheet-virtual-tour-wrap {
  display: flex;
  justify-content: center;
}
.single-listing .oandh-sellsheet-virtual-tour-wrap iframe {
  width: 100%;
  max-width: 960px;
  aspect-ratio: 16/9;
  border: none;
}
.single-listing .oandh-sellsheet-gallery {
  padding: 2rem;
  max-width: 1180px;
  margin: 0 auto;
}
.single-listing .oandh-sellsheet-masonry {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 0.8rem;
}
.single-listing .oandh-sellsheet-masonry-item {
  overflow: hidden;
}
.single-listing .oandh-sellsheet-masonry-item .oandh-sellsheet-gallery-link {
  display: block;
  height: 100%;
  text-decoration: none;
}
.single-listing .oandh-sellsheet-masonry-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 220ms ease, opacity 220ms ease;
}
.single-listing .oandh-sellsheet-masonry-item:hover img, .single-listing .oandh-sellsheet-masonry-item:focus-within img {
  transform: scale(1.03);
  opacity: 0.92;
}
.single-listing .oandh-gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}
.single-listing .oandh-gallery-lightbox__backdrop {
  position: fixed;
  inset: 0;
  background: rgba(12, 12, 12, 0.88);
}
.single-listing .oandh-gallery-lightbox__dialog {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 1rem;
  width: min(1200px, 100%);
  max-height: calc(100vh - 4rem);
}
.single-listing .oandh-gallery-lightbox__figure {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  align-items: center;
}
.single-listing .oandh-gallery-lightbox__image {
  max-width: 100%;
  max-height: calc(100vh - 9rem);
  display: block;
  object-fit: contain;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}
.single-listing .oandh-gallery-lightbox__caption {
  color: #fff;
  text-align: center;
  min-height: 1.25rem;
  font-size: 0.9rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.single-listing .oandh-gallery-lightbox__close,
.single-listing .oandh-gallery-lightbox__nav {
  appearance: none;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  cursor: pointer;
  font-weight: 400;
  transition: opacity 180ms ease, transform 180ms ease;
}
.single-listing .oandh-gallery-lightbox__close:hover,
.single-listing .oandh-gallery-lightbox__close:focus,
.single-listing .oandh-gallery-lightbox__nav:hover,
.single-listing .oandh-gallery-lightbox__nav:focus {
  opacity: 0.75;
  transform: translateY(-1px);
}
.single-listing .oandh-gallery-lightbox__close {
  position: absolute;
  top: -0.75rem;
  right: 0;
  width: 2.75rem;
  height: 2.75rem;
  font-size: 1.1rem;
  line-height: 1;
  border-radius: 999px;
  background: transparent !important;
  color: var(--theme-white) !important;
}
.single-listing .oandh-gallery-lightbox__nav {
  width: 3rem;
  height: 4rem;
  font-size: 2rem;
  line-height: 1;
  border-radius: 999px;
  background: transparent !important;
  color: var(--theme-white) !important;
}
.single-listing .interactive_floorplan_link_wrapper {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
}
.single-listing .interactive_floorplan_link_wrapper iframe {
  width: 100%;
  max-width: 960px;
  aspect-ratio: 16/9;
  border: none;
}
.single-listing .oandh-sellsheet-testimonial {
  padding: 2.5rem 2rem;
  max-width: 1180px;
  margin: 0 auto;
  text-align: center;
}
.single-listing .oandh-sellsheet-testimonial-quote {
  width: 600px;
  max-width: 100%;
  margin: auto !important;
  font-size: 1.05rem;
  line-height: 1.7;
  margin: 0;
  font-style: italic;
  background-color: var(--theme-gray-10);
  padding: 2rem;
}
.single-listing .oandh-sellsheet-testimonial-quote p {
  margin: 0 0 1rem;
}
.single-listing .oandh-sellsheet-testimonial-attr {
  display: block;
  margin-top: 1rem;
  font-style: normal;
  font-weight: 700;
}
.single-listing .oandh-sellsheet-mission {
  padding: 2rem;
  max-width: 1180px;
  margin: 0 auto;
}
.single-listing .oandh-sellsheet-mission h2 {
  margin: 0 0 1rem;
}
.single-listing .oandh-sellsheet-mission p {
  line-height: 1.6;
  margin: 0;
}
.single-listing .oandh-sellsheet-services {
  padding: 2rem;
  max-width: 1180px;
  margin: 0 auto;
}
.single-listing .oandh-sellsheet-services h2 {
  margin: 0 0 1.2rem;
}
.single-listing .oandh-sellsheet-services-grid {
  display: flex;
  justify-content: space-evenly;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .single-listing .oandh-sellsheet-services-grid {
    flex-wrap: wrap;
  }
}
.single-listing .oandh-sellsheet-services-grid .service_wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.single-listing .oandh-sellsheet-services-grid .service_wrapper > div {
  flex: 1 1 100%;
}
.single-listing .oandh-sellsheet-service-item {
  padding: 1.2rem;
  text-align: center;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80px;
}
.single-listing .oandh-sellsheet-service-item span {
  display: block;
}
.single-listing #listing-agent-card h3 {
  margin: 0 0 0.8rem;
}
.single-listing .oandh-sellsheet-agent h3 {
  margin: 0 0 0.8rem;
}
.single-listing .oandh-sellsheet-agent__name {
  font-weight: 700;
  margin-bottom: 0.3rem;
}
.single-listing .oandh-sellsheet-cta {
  max-width: 1180px;
  margin: 0 auto;
  padding: 2rem;
  text-align: center;
  border-bottom: 1px solid currentColor;
}
.single-listing .oandh-sellsheet-cta-content p {
  margin: 0.4rem 0;
}
.single-listing .oandh-sellsheet-cta-content p:first-child {
  font-weight: 700;
}
.single-listing .oandh-sellsheet-cta-content a {
  color: var(--theme-accent_1);
  text-decoration: none;
}
.single-listing .oandh-sellsheet-cta-content a:hover {
  text-decoration: underline;
}
.single-listing .oandh-sellsheet-cta-disclosure {
  margin-top: 1rem;
  font-style: italic;
  line-height: 1.4;
}
.single-listing .listing-agent-contact_block {
  display: flex;
  justify-content: center;
  gap: 35px;
  flex-wrap: wrap;
  padding: 35px;
}
.single-listing .listing-agent-contact_block .listing-agent-card,
.single-listing .listing-agent-contact_block .sellsheet_contact_form {
  flex: 1 1 50%;
}
.single-listing .listing-agent-contact_block .sellsheet_contact_form {
  max-width: 600px;
}
.single-listing .sidebar_contact_form {
  margin-top: 2rem;
}
.single-listing .sidebar_contact_form h3 {
  font-size: 22px;
}
.single-listing .oandh-listing-cards .listing-cards {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .single-listing .oandh-listing-template {
    --oandh-listing-header-offset: 88px;
  }
  .single-listing.admin-bar .oandh-listing-template {
    --oandh-listing-header-offset: 120px;
  }
  .single-listing .oandh-sellsheet-hero-section {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .single-listing .oandh-sellsheet-propdetails-header {
    grid-template-columns: 1fr;
  }
  .single-listing .oandh-sellsheet-propdetails-title {
    border-right: none;
    border-bottom: 1px solid currentColor;
  }
  .single-listing .oandh-sellsheet-services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 782px) {
  .single-listing.admin-bar .oandh-listing-template {
    --oandh-listing-header-offset: 140px;
  }
  .single-listing .oandh-sellsheet-services-grid {
    grid-template-columns: 1fr;
  }
  .single-listing .oandh-gallery-lightbox {
    padding: 1rem;
  }
  .single-listing .oandh-gallery-lightbox__dialog {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
  .single-listing .oandh-gallery-lightbox__figure {
    order: 1;
  }
  .single-listing .oandh-gallery-lightbox__nav {
    width: 100%;
    height: 2.75rem;
    border-radius: 999px;
  }
  .single-listing .oandh-gallery-lightbox__nav--prev {
    order: 2;
  }
  .single-listing .oandh-gallery-lightbox__nav--next {
    order: 3;
  }
  .single-listing .oandh-gallery-lightbox__close {
    top: -0.25rem;
    right: -0.25rem;
  }
  .single-listing .oandh-sellsheet-hero-content,
  .single-listing .oandh-sellsheet-propdetails-title,
  .single-listing .oandh-sellsheet-description,
  .single-listing .oandh-sellsheet-gallery,
  .single-listing .oandh-sellsheet-testimonial,
  .single-listing .oandh-sellsheet-mission,
  .single-listing .oandh-sellsheet-services {
    padding: 1.5rem;
  }
}

.post-type-archive-listing .oandh-mapit-filter-container .oandh-mapit-filter-inner {
  display: inline-flex;
  gap: 15px;
  justify-content: center;
  margin: 2rem 10px 1rem;
  flex-wrap: wrap;
}
.post-type-archive-listing .oandh-mapit-filter-container .location {
  width: 325px;
}
.post-type-archive-listing .oandh-mapit-filter-container .filters {
  display: block;
}
.post-type-archive-listing .oandh-mapit-filter-container label[for=_trmi_gp_id],
.post-type-archive-listing .oandh-mapit-filter-container #_trmi_gp_id {
  display: none;
}
.post-type-archive-listing .oandh-mapit-filter-container .location_wrapper input {
  max-width: 100% !important;
}
.post-type-archive-listing .min-max-slider {
  margin: 4em 4em 0;
}
.post-type-archive-listing .trmi_post_summaries {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: 2rem;
  justify-content: center;
}
.post-type-archive-listing .oandh-listing-card-image img {
  object-fit: cover;
  width: 100%;
}
.post-type-archive-listing .oandh-listing-card-content {
  padding: 1rem;
}
.post-type-archive-listing .oandh-mapit-filter {
  display: inline-flex;
  width: max-content;
  justify-content: center;
}
.post-type-archive-listing .oandh-mapit-filter button {
  max-height: fit-content;
}
.post-type-archive-listing .oandh-mapit-filter .filter-control {
  left: 15px;
  right: 15px;
}
.post-type-archive-listing .oandh-mapit-filter-dropdown {
  display: block;
  position: absolute;
  background: var(--theme-white);
  padding: 1rem;
  border: 1px solid currentColor;
  z-index: 10;
  margin-top: 2em;
}
.post-type-archive-listing .oandh-reset-filters {
  background: transparent !important;
}
.post-type-archive-listing .oandh-reset-filters:after {
  content: "\f021";
  font-family: "Font Awesome 6 Pro";
  margin-left: 0.5em;
  font-weight: 900;
}
.post-type-archive-listing .oandh-reset-filters:hover {
  color: var(--theme-accent_1) !important;
  border-color: var(--theme-accent_1) !important;
}

.oandh-listing-event-card {
  margin-top: 10px;
}

body.oandh-lightbox-open {
  overscroll-behavior: none;
}

.oandh-sellsheet-neighborhood-guide .card_wrapper,
.listing-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: center;
}

.oandh-listing-card {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  color: var(--theme-black);
  text-decoration: none;
  max-width: max-content;
  box-shadow: 3px 3px 10px var(--theme-gray-30);
  padding-bottom: 10px;
}
.oandh-listing-card:hover {
  box-shadow: 6px 6px 10px var(--theme-gray-30);
  color: var(--theme-black) !important;
  text-decoration: none !important;
}
.oandh-listing-card .oandh-listing-card-header {
  min-height: 75px;
}
.oandh-listing-card .oandh-listing-card-content {
  padding: 10px;
}
.oandh-listing-card .property-details {
  display: flex;
  justify-content: start;
  gap: 30px;
  padding: 1rem;
  font-weight: 700;
}

.pills {
  position: absolute;
  padding: 5px 0;
}
.pills > div {
  padding: 0 5px;
}
.pills > div.listing-status {
  background: var(--theme-gray-75);
  color: var(--theme-white);
}
.pills > div.featured {
  background: var(--theme-accent_1-75);
  color: var(--theme-white);
}

/* Styling for event pages */
.tribe-events-page-template button {
  background: initial !important;
  color: initial !important;
}
.tribe-events-page-template button:hover {
  background: initial !important;
  color: initial !important;
}

/*single event pages*/
.events-single .tribe-events-pg-template {
  margin-top: 200px !important;
}

/* single Open House events */
div.open-house .event_image_container img {
  object-fit: contain;
  object-position: top;
  width: 100%;
}

/* event archive pages */
.tribe-events {
  margin-top: 225px;
}

.comment-body {
  display: inline-block;
}

.comment-meta,
.comment-content,
.reply {
  display: inline;
  width: 75%;
}

.comment-interactions {
  display: inline-block;
  width: 25%;
  align-content: center;
  padding: 10px 35px;
  text-align: center;
}
.comment-interactions .comment-rating-label {
  display: none;
}
.comment-interactions .comment-rating-value {
  font-size: 2em;
  font-weight: bolder;
}
.comment-interactions .comment-vote-button {
  background: none !important;
  border: none;
  cursor: pointer;
}

.comment-votes {
  font-size: 0.85em;
}

.comment-vote-button .comment-vote-icon {
  color: var(--theme-main_1-50);
  transition: color 0.2s ease;
}
.comment-vote-button.comment-upvote.active .comment-vote-icon {
  color: green;
}
.comment-vote-button.comment-downvote.active .comment-vote-icon {
  color: red;
}