/*
Theme Name:   Simply Santa Fe Home 2022
Theme URI:    https://simplysantafehomes.com
Description:  Simply Santa Fe Homes Theme 2022
Author:       Santa Fe Web Design
Author URI:   https://santafewebdesign.com
Template:     generatepress
Version:      1.0
*/

@import url("https://use.typekit.net/jgc0agh.css");

body {
  font-family: quasimoda, sans-serif;
  font-weight: 300;
  font-style: normal;
  background: #ffffff;
  color: #000000;
}

nav.secondary-navigation {
  display: none;
}

.site.grid-container {
  max-width: 100%;
  margin: 0;
}

.page .entry-content {
  margin: 0;
  padding: 0;
}

.home .page .entry-content {
  margin: 0;
  padding: 0;
}

.page .our-has-sidebar .entry-content {
  max-width: 1440px;
  margin: 0 auto;
}

h1 {
  font-size: 1.5em;
  text-transform: uppercase;
  color: #000000;
  font-weight: 400;
  padding: 1em 0 0 0;
  font-family: quasimoda, sans-serif;
}

h2 {
  font-size: 1.2em;
  color: #6e6b65;
  font-weight: 600;
  letter-spacing: 0.08rem;
}

h3 {
  font-size: 1.1em;
  color: #6e6b65;
  font-weight: 400;
  letter-spacing: 0.08rem;
}

h4 {
  font-size: 1em;
  color: #6e6b65;
  font-weight: 400 !important;
  letter-spacing: 0.08rem;
}

p {
  margin-bottom: 1em;
  font-size: 1.2rem;
  color: #5a5958;
  font-weight: 400;
  letter-spacing: 0.08rem;
}

.inside-article {
  padding: 0 0 2em 0 !important;
}

.home .inside-article {
  padding: 0 !important;
}

.home .neighborhood {
  position: relative; /* needed for the absolute overlay */
  height: 100%; /* or 100vh if you want viewport height */
  display: flex; /* flex on the outer wrapper */
  flex-direction: column;
}

.home .neighborhood .wp-block-cover__inner-container {
  flex: 1; /* take all available height */
  display: flex;
  flex-direction: column;
  justify-content: center; /* vertically center the h4 */
  align-items: center; /* horizontally center the h4 */
  padding: 16px; /* optional inner spacing */
  position: relative; /* for the overlay */
  z-index: 1; /* stay above the overlay */
}

.home .neighborhood .wp-block-cover__inner-container h4 {
  margin-top: auto;
}

.home .neighborhood .wp-block-cover__inner-container .courtesy {
  margin-top: auto; /* pushes it to the bottom */
  align-self: flex-start; /* left-align */
  margin-bottom: 0; /* optional spacing from bottom */
  margin-left: 0; /* optional left offset */
}

.inside-article .entry-content {
  padding: 0rem 1rem;
}

.limited-width .inside-article .entry-content {
  max-width: 1100px;
  margin: 0 auto !important;
  padding: 0 1rem;
}

.wp-block-ultimate-post-wrapper {
  max-width: 1100px;
  margin: 0 auto !important;
  padding: 1rem 0;
}

.buy-map {
  border: solid 1px #000;
}

.social-footer {
  color: #2b393a;
  padding: 0.7rem 1rem;
  background-color: #eeefef;
  text-align: center;
}

.social-footer a {
  color: #076775 !important;
  font-size: 1.7rem;
  padding: 0 1.2rem !important;
}

.social-footer a:hover {
  color: #2b393a !important;
}

.social-footer p {
  color: #076775 !important;
  font-size: 1.3rem;
  margin: 0.2rem 0 !important;
}

.background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

header .contact {
  position: absolute;
  right: 2.1rem;
  top: 0.5em;
  font-size: 0.95em;
}

header .contact a {
  color: #ffffff;
  padding-left: 1em;
  text-transform: uppercase;
}

header .contact a:hover {
  color: #cdc2b6 !important;
}

header .contact a:visited {
  color: #cdc2b6 !important;
}

header .contact span {
  display: inline-block;
  vertical-align: middle;
}

header .contact .io-icon-mail {
  font-size: 1.5em;
  position: relative;
  top: 2px;
  color: #ffffff;
}

header .contact .io-icon-mail:hover {
  color: #cdc2b6 !important;
}

header .contact .io-icon-user {
  display: none;
}

header .contact .io-icon-phone {
  display: none;
}

header.site-header .inside-header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  max-width: 1440px;
  margin: 0 auto;
  padding: 3rem 2rem;
}

.home header.site-header .inside-header,
.listing-page header.site-header .inside-header {
  padding: 2em 2em !important;
}

.slideout-overlay {
  z-index: 100000;
  position: fixed;
  width: 100%;
  height: 100%;
  height: 100vh;
  min-height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9) !important;
  visibility: hidden;
  opacity: 0;
  cursor: pointer;
  transition: visibility 0.2s ease, opacity 0.2s ease;
}

.slideout-navigation.main-navigation .main-nav ul li a {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 24px !important;
}

.main-navigation.offside.is-open {
  width: 600px !important;
  padding: 2em 2em 0 4em;
}

.slideout-navigation button.slideout-exit {
  position: absolute;
  top: 0;
  right: 1.5em !important;
  width: auto !important;
  font-size: 1.5em;
  padding: 0 !important;
  z-index: 55;
}

.main-navigation ul ul {
  background: transparent;
  padding: 10px 0px 10px 35px;
  box-shadow: none;
}

nav a span.view-account {
  display: none;
}

.logged-in nav a span.login {
  display: none;
}

.logged-in nav a span.view-account {
  display: block;
}

.hide-checkbox {
  visibility: hidden;
  position: absolute;
  left: -999em;
}

.menu-item-has-children .dropdown-menu-toggle {
  float: none !important;
  padding-left: 2rem;
}

.slideout-toggle:not(.has-svg-icon) a:before {
  width: auto !important;
  font-size: 1.75em;
}

header .inside-header .flex .width-100 {
  display: flex;
  align-items: center;
}

header .inside-header .quick-search {
  order: 1;
  width: 180px;
}

header .inside-header nav {
  width: 180px;
}

header .inside-header nav button {
  text-align: right;
}

header .inside-header nav button:hover {
  color: #cdc2b6 !important;
}

header .header-search .fieldset {
  border: 0;
  padding: 0;
  margin: 0;
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  column-gap: 0.5rem;
}

header .header-search input[type="text"] {
  border: 0;
  padding: 0;
  font-size: 0.65em !important;
  line-height: 25px;
  height: 30px;
  background: transparent !important;
  border-bottom: 1px solid #fffffff !important;
  color: #ffffff !important;
  width: 85%;
  outline: none;
}

header .header-search input[type="text"]::placeholder {
  color: #fff;
}

header .header-search button {
  border: 0;
  padding: 0;
  position: relative;
  font-size: 1.5em;
  background: transparent;
  width: 40px;
  height: 40px;
  vertical-align: center;
  cursor: pointer;
  color: #ffffff !important;
  width: 15%;
}

header .inside-header .site-logo {
  order: 2;
  flex-grow: 1;
  text-align: center;
}

header .inside-header nav {
  float: none !important;
  order: 3;
  background: transparent !important;
  text-align: right;
  color: #ffffff;
}

.main-navigation .main-nav ul li.slideout-toggle {
  float: none !important;
}

.main-navigation .main-nav ul li.slideout-toggle a {
  padding: 0;
  line-height: 0 !important;
  color: #e5e3db !important;
}

.main-navigation .main-nav ul li.slideout-toggle a:hover {
  color: #cdc2b6 !important;
  background: transparent;
}

.home .page-hero {
  padding: 0;
}

/* fix box model for flex */
.flex {
  box-sizing: border-box;
}
.flex *,
.flex *:before,
.flex *:after {
  box-sizing: inherit;
}

.flex {
  display: flex;
  width: 100%;
}

.flex .item {
  position: relative;
}

.flex .width-10 {
  width: 10%;
}
.flex .width-15 {
  width: 15%;
}
.flex .width-20 {
  width: 20%;
}
.flex .width-25 {
  width: 25%;
}
.flex .width-30 {
  width: 30%;
}
.flex .width-33 {
  width: 33.33333%;
}
.flex .width-35 {
  width: 35%;
}
.flex .width-40 {
  width: 40%;
}
.flex .width-50 {
  width: 50%;
}
.flex .width-60 {
  width: 60%;
}
.flex .width-66 {
  width: 66.66666%;
}
.flex .width-70 {
  width: 70%;
}
.flex .width-75 {
  width: 75%;
}
.flex .width-80 {
  width: 80%;
}
.flex .width-85 {
  width: 85%;
}
.flex .width-90 {
  width: 90%;
}
.flex .width-100 {
  width: 100%;
}

/* index page */

.page-hero {
  background-color: #281f00;
  padding: 25px 16px;
  text-align: center;
  box-sizing: border-box;
  border-top: #503a2b solid 1px;
}

.page-hero h1 {
  color: #fdf9f5;
  font-weight: 500;
}

.page-hero .hero-meta {
  color: #ccc;
}

.title-video {
  font-family: quasimoda, sans-serif !important;
  text-transform: uppercase !important;
  font-size: 1.3em !important;
  letter-spacing: 0.1em !important;
  font-weight: 500 !important;
}

.home-video .desc-video p {
  font-family: quasimoda, sans-serif !important;
  font-size: 1.2em !important;
  letter-spacing: 0.05em !important;
}

.home header#masthead {
  border-bottom: none !important;
}

.home .home-tours-header {
  margin: 0em !important;
  padding: 1.25rem 0 1rem 0 !important;
}

.home .home-tours-header a {
  font-weight: 400 !important;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1.1em !important;
  color: #fff !important;
  letter-spacing: 0.05em;
}

.home .home-tours-header a:hover {
  color: #ccc !important;
}

.listing-page #content {
  padding: 0;
}

/* listing slideshow */

.slideshow-container {
  margin: 0;
  padding: 0;
}

.slideshow-container .featured-wrapper {
  position: relative;
  width: 100%;
  padding: 0 0 56.5% 0;
  margin: 0 0 0 0;
  overflow: hidden;
  background-color: #fff;
  z-index: 1;
}

.slideshow-container .featured-wrapper .grid {
  margin: 0;
}

.slideshow-container .featured-wrapper iframe {
  position: absolute;
  top: ;
  left: 0;
  width: 100%;
  height: 100%;
}

.slideshow-container .idx_featuredprop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slideshow-container .featured-wrapper .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: 0 center !important;
  display: block;
  z-index: 1;
}

.slideshow-container #active-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 25;
  cursor: pointer;
}

.slideshow-container #featured-description {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  width: 100%;
  height: 110%;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.slideshow-container #featured-description .desc {
  color: #fff;
  padding: 1.5em 2em;
  background: rgba(0, 0, 0, 0.65);
}

.slideshow-container .featured-wrapper .desc p {
  margin: 0 !important;
  text-transform: uppercase;
  display: inline-block;
  font-family: quasimoda, sans-serif;
  font-weight: 400;
}

.slideshow-container .featured-wrapper .desc p.address {
  font-size: 1.2rem !important;
  margin: 0;
  color: #fff !important;
  line-height: 2em;
  font-weight: 400;
}

.slideshow-container .featured-wrapper .desc p.price {
  font-size: 1.1rem !important;
  font-family: quasimoda, sans-serif;
  color: #fff !important;
  padding-left: 2em;
  font-weight: 400;
}

.slideshow-container .featured-wrapper .desc a {
}

.slideshow-container .featured-wrapper .desc a:hover {
  background: #000 !important;
  color: #fff !important;
}

.slideshow-container .featured-wrapper #featured-nav {
  display: none;
}

.slideshow-container .featured-wrapper .nextprev a {
  position: absolute;
  top: 52%;
  z-index: 55;
  color: #ffffff;
  padding: 0.5em;
}

.slideshow-container .featured-wrapper #featured-next a {
  right: 0;
  cursor: pointer;
}

.slideshow-container .featured-wrapper #featured-next a:before {
  font-size: 2.5em;
  left: 0.1em;
  position: relative;
  opacity: 0.6;
}

.slideshow-container .featured-wrapper #featured-prev a {
  left: 0;
  cursor: pointer;
}

.slideshow-container .featured-wrapper #featured-prev a:before {
  font-size: 2.5em;
  opacity: 0.6;
}

.slideshow-container .featured-wrapper .cover-link a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 25;
  cursor: pointer;
}

/* end listing slideshow */

/* new listings newly-priced */

.home .separate-containers .inside-article,
.separate-containers .comments-area,
.separate-containers .page-header,
.separate-containers .paging-navigation,
.one-container .site-content,
.inside-page-header,
.wp-block-group__inner-container {
  padding: 0px;
}

.home .new-newly-titles {
  background: #f2f2f3;
  margin: 0 !important;
  padding: 1em 0;
}

.home .new-newly-titles .wp-block-group__inner-container {
  max-width: 100%;
}

.home .new-newly-titles .wp-block-columns {
  max-width: 100%;
  margin: 0 auto;
}

.home .new-newly-titles .wp-block-column:last-child h4 {
  padding: 10px 0;
}

.home .new-newly-priced {
  margin: 0 !important;
}

.home .new-newly-priced h4 {
  background: #618075 !important;
  font-size: 1.4em;
  padding: 1em 0;
  margin-bottom: 0px !important;
  text-align: center;
  letter-spacing: 0.08em;
}

.home .new-newly-priced h4 a {
  color: #fff !important;
}

.home .new-newly-priced h5 {
  background: #076775 !important;
  font-size: 1.4em;
  padding: 1em 0;
  margin-bottom: 0px !important;
  text-align: center;
  letter-spacing: 0.08em;
}

.home .new-newly-priced h5 a {
  color: #fff !important;
}

.home .new-newly-priced .wp-block-column:last-child {
  margin: 0;
}

.home .new-newly-priced .wp-block-column {
  width: 50% !important;
  flex-basis: 50% !important;
}

.home .new-newly-priced .wprl-ssr .listing {
  padding: 0;
  margin: 0;
  background: none;
  position: relative;
}

.home .new-newly-priced .wprl-ssr .listing .img {
  margin: 0;
}

.home .new-newly-priced .wprl-ssr .listing .summary {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 1.5em 0.5em 0em 0.5em;
  background: rgba(183, 200, 194, 0.8);
}

.new-listing .summary {
  background: rgba(87, 123, 94, 0.8) !important;
}

.newly-priced .summary {
  background: rgba(7, 113, 117, 0.8) !important;
}

.home .new-newly-priced .wprl-ssr .listing .summary a {
  color: #e5e3db;
  font-size: 1.1em !important;
  vertical-align: middle;
}

.home .new-newly-priced .wprl-ssr .listing .summary a:hover {
  color: #cfd686 !important;
}

.home .new-newly-priced .wprl-ssr .listing .summary .price {
  color: #fff;
  font-size: 1.2em;
}

.home .new-newly-priced .wprl-ssr .listing .summary .price .oldprice {
  color: #bcc291;
  text-decoration: line-through;
  padding-right: 1em;
}

.home .new-newly-priced .wprl-ssr .listing .cover-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* end new listings newly-priced */

.sign-up {
  font-size: 1.1em;
  color: #20717f;
  text-align: center;
}

.enter-email {
  font-size: 0.9em;
  color: #58595b;
  text-align: center;
  padding: 3px 0px;
  border-bottom: 1px solid #402a1d;
  font-style: italic;
}

.submit-email {
  font-size: 0.9em;
  color: #58595b;
  text-align: center;
  padding: 3px 0px;
  border-bottom: 1px solid #402a1d;
  text-transform: uppercase;
}

/* buy sell */

.wp-block-columns {
  margin: 0em !important;
}

.home .buy-sell .wp-block-column {
  position: relative;
  margin-left: 0 !important;
}

.home .buy-sell p {
  margin: 0;
}

.home .buy-sell.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:only-child) {
  flex-basis: calc(50%) !important;
  flex-grow: 0;
}

.home .buy-sell p a {
  font-weight: 400 !important;
  color: #fff !important;
  text-transform: uppercase;
  padding: 0.5em 3em;
  font-size: 2rem;
}

.home .buy-sell p a:hover {
  color: #b1cdce !important;
}

/* end buy sell */

/* about kelly */

.home .page .entry-content {
  overflow: hidden;
  padding-bottom: 0 !important;
}

.home .about-kelly {
  padding: 30px;
  background: #fff !important;
  margin: 0 auto !important;
  max-width: 1400px;
}

.home .about-kelly .wp-block-group__inner-container {
  max-width: 1440px;
}

.home .about-kelly h3 {
  letter-spacing: 0.05em;
  font-size: 1.7em;
  color: #036e72 !important;
  font-family: quasimoda, sans-serif;
  font-weight: 400;
}

.home .about-kelly p {
  margin: 0 0 2em 0;
  line-height: 1.8em;
  letter-spacing: 0.05em;
  font-family: quasimoda, sans-serif;
  font-weight: 300;
  color: #000 !important;
}

.home .about-kelly .button,
.wp-block-button .wp-block-button__link {
  padding: 10px 20px;
  display: inline-block;
  background-color: #fff !important;
  border: #036e72 solid 1px !important;
  color: #036e72 !important;
}

.home .about-kelly .button,
.wp-block-button .wp-block-button__link:hover {
  padding: 10px 20px;
  display: inline-block;
  background-color: #036e72 !important;
  border: #036e72 solid 1px !important;
  color: #fff !important;
}

.home .about-kelly .wp-block-spacer {
  height: 1px !important;
}

/* end about kelly */

/* neighborhood */

.home .neighborhood {
  margin: 0px !important;
  padding: 0px !important;
}

.home .neighborhood h4 {
  text-align: center !important;
  padding: 0px !important;
  border: none !important;
}

.home .neighborhood h4 a {
  font-size: 1.8em !important;
  color: #f2ede1 !important;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0px !important;
  letter-spacing: 0.06em;
  font-family: quasimoda, sans-serif;
}

.home .neighborhood h4 a:hover {
  color: #1.8em !important;
  color: #b1cdce !important;
}

/* end neighborhood */

/* news */

.ultp-heading-wrap {
  margin: 0 !important;
}

.ultp-block-f8a2f9 .ultp-heading-wrap {
  margin: 0 !important;
}

.home .ultp-heading-wrap .ultp-heading-inner {
  font-weight: 400 !important;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff !important;
}

.home .ultp-block-8253c2 .ultp-heading-wrap {
  margin: 0em !important;
  padding: 0em !important;
}

.home .ultp-heading-wrap h2 a {
  font-weight: 400 !important;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1.65rem !important;
  margin: 0em !important;
  color: #fff !important;
}

.home .ultp-heading-wrap h2 a:hover {
  color: #b1cdce !important;
}

.home .in-the-news {
  margin: 0 !important;
  background: #2e4000;
}

.home .news .ultp-block-title {
  background: none !important;
  text-align: center;
}

.home .news .ultp-block-title a {
  font-weight: 500 !important;
  text-decoration: none;
  font-size: 20px;
  letter-spacing: 0.05em;
  color: #fff !important;
}

.home .news .ultp-block-title a:hover {
  color: #b1cdce !important;
}

.ultp-block-content .ultp-block-excerpt p {
  color: #fff;
  padding: 0.5em 0 0 0;
  font-size: 1em;
}

.news-ssr {
  margin: 0 2em !important;
}

body.single-post .inside-article .entry-content {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 1rem;
}

body.single-post .inside-article footer {
  max-width: 1000px;
  margin: 0 auto;
  padding: 1rem 1rem 0 1rem;
}

body.single-post .inside-article .entry-content:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

body.single-post .entry-content .wp-block-image .aligncenter {
  max-width: 100%;
}

body.single-post .entry-content .wp-block-image .alignleft {
  max-width: 50%;
}

body.single-post .entry-content .wp-block-image .alignright {
  max-width: 50%;
}

.site-main .post-navigation {
  margin: 0;
}

/* end news */

/* quick search */

.search-form-wrapper {
  background: #fff;
  padding: 1em 0em 0 0em;
  margin: 1em 2rem 0 2rem;
}

.home .search-form-wrapper {
  margin: 0 !important;
  padding: 2em 1em;
  background: #d7e2df;
}

.home .search-form-wrapper form {
  margin: 0 auto;
  max-width: 1200px;
}

.home #listing-search .mysubmit {
  background: #076775 !important;
  color: #e5e3db !important;
  float: none;
  display: inline-block;
  font-weight: 600;
}

.home #listing-search .mysubmit::after {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 1em !important;
  padding-left: 1em;
}

.home #listing-search .mysubmit:hover {
  background: #97ae48 !important;
  color: #fff !important;
}

.home #map-wrapper .myselect,
#listing-search .selbox select,
#listing-search .myselect {
  color: #5a3316 !important;
  text-transform: uppercase;
}

.home #listing-search .selbox .io-icon-map-view {
  color: #cf7700;
}

.home .listing-search .advanced-search-link a {
  display: none;
}

/* end quick search */

/* end index page end */

.limited-width .entry-header {
  margin: 0 0 30px 0 !important;
}

.entry-header {
}

.entry-header h1 {
  font-size: 1.3em;
  letter-spacing: 0.08rem !important;
  text-transform: uppercase;
  color: #2b393a;
  font-weight: 400;
  padding: 20px 1rem;
  font-family: quasimoda, sans-serif;
  background-color: #eeefef;
  text-align: center;
  margin: 0 0 0.8em 0;
}

.contact .entry-header h3 {
  color: #4e4843;
  font-size: 1.4em;
  line-height: 1.2em;
  font-family: quasimoda, sans-serif;
  text-transform: uppercase;
}

.contact .entry-header {
  font-size: 1.2em;
  font-family: quasimoda, sans-serif;
}

/* footer */

/* convert footer widgets to flex */

.footer-widgets {
  background-color: #000;
}

#footer-widgets .footer-widgets-container .inside-footer-widgets {
  max-width: 1440px;
  display: flex;
  align-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 50px 0 40px 0;
  margin: 0 auto !important;
}

#footer-widgets h3 {
  color: #ffffff;
}

#footer-widgets .footer-widget-1 h3 {
  margin: 0 0 0.5rem 0;
  font-size: 1.8rem;
  color: #ffffff !important;
  padding: 0;
  background: none;
  font-family: quasimoda, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}

#footer-widgets .footer-widget-1 p {
  font-size: 1.2rem !important;
  color: #ffffff;
  margin: 0 0 0.5rem 0;
  letter-spacing: 0.08rem;
}

#footer-widgets .widget {
  margin: 0;
  padding: 0;
}

#footer-widgets .footer-widget-2 p {
  font-size: 1rem !important;
  color: #ffffff;
  margin: 0;
}

#footer-widgets .footer-widget-2 a {
  color: #fff;
}

#footer-widgets .footer-widget-2 span:first-child {
  width: 200px;
  text-transform: uppercase;
  font-size: 1.3em;
  letter-spacing: 0.05em;
}

#footer-widgets .footer-widget-2 span:last-child {
  text-align: right;
  width: 60px;
}

#footer-widgets .footer-widget-2 span {
  display: inline-block;
  vertical-align: middle;
}

#footer-widgets .footer-widget-2 span:hover {
  color: #cdc2b6 !important;
}

#footer-widgets .footer-widgets-container .inside-footer-widgets > div {
  position: relative;
}

#footer-widgets .footer-widgets-container .inside-footer-widgets > div .icon {
  display: inline-block;
  font-size: 1.8em;
  color: #fff;
}

#footer-widgets .footer-widgets-container .inside-footer-widgets > div .icon:hover {
  color: #cdc2b6 !important;
}

#footer-widgets .footer-widgets-container .inside-footer-widgets > div .io-icon-smartphone {
  display: inline-block;
  font-size: 1.75em;
  top: -2px;
}

#footer-widgets .footer-widgets-container .inside-footer-widgets > div .io-icon-mail {
  display: inline-block;
  font-size: 1.75em;
  position: relative;
  top: 3px;
}

#footer-widgets .footer-widgets-container .inside-footer-widgets > div .io-icon-facebook {
  display: inline-block;
  font-size: 1.75em;
  width: 0px !important;
  color: #fff !important;
  margin: 10px 0 0 -7px !important;
}

#footer-widgets .footer-widget-3 {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0px 0px 0px !important;
}

#footer-widgets .footer-widget-3 h4 {
  font-size: 1.3rem;
  color: #ffffff !important;
  padding: 0;
  background: none;
  font-family: quasimoda, sans-serif;
  font-weight: 500;
  margin: 0 0 0.5rem 0;
}

#footer-widgets .footer-widget-3 p {
  font-size: 1rem;
  margin: 0 0 0.5rem 0;
}

#footer-widgets .footer-widget-3 form {
  text-align: right;
}

#footer-widgets .footer-widget-3 input[type="email"] {
  border: 0;
  background: transparent;
  border-bottom: 1px solid #ffffff;
  margin: 0 0 1em 0;
  width: 100%;
  padding: 0.25em 0;
  outline: none;
}

#footer-widgets .footer-widget-3 input[type="email"]::placeholder {
  color: #fff;
}

a#footer-widgets .footer-widget-3 input[type="email"]:focus {
  border-bottom: 1px solid #ffffff !important;
}

#footer-widgets .footer-widget-3 input[type="submit"] {
  color: #ffffff;
  border: 0;
  background: transparent;
  border-bottom: 1px solid #ffffff;
  margin: 0 0 1em 0;
  width: 100px;
  padding: 0.25em 0;
}

#footer-widgets .footer-widget-3 input[type="submit"]:hover {
  color: #cdc2b6 !important;
  border-bottom: 1px solid #cdc2b6 !important;
}

/* end footer widgets */

.site-info {
  padding: 35px 0 25px 0;
  color: #000;
  background: #ffffff;
}

.site-info p {
  line-height: 1em !important;
  font-size: 1em !important;
}

.site-info img {
  padding-bottom: 0.7em !important;
  margin: 0 0 1rem 0 !important;
  width: 50% !important;
}

.site-info a {
  color: #50665e !important;
}

.site-info a:hover {
  color: #000 !important;
}

.site-info .sfwd a {
  color: #000 !important;
  font-size: 0.9rem !important;
  text-transform: uppercase;
}

.site-info a:hover {
  color: #41646a !important;
}

/* end footer */

/* sidebar */

.our-container-with-sidebar {
  margin: 1rem 0 0 0;
  width: auto;
}

.our-container-with-sidebar .our-content-wrapper {
  padding: 0 1rem 2em 1rem;
  flex-grow: 1;
}

.our-container-with-sidebar .our-sidebar {
  padding: 0 1rem;
  min-width: 300px;
}

.our-container-with-sidebar .our-content-wrapper .entry-title {
  margin: 0 0 1rem 0;
  text-transform: uppercase;
  color: #036e72;
  font-weight: 500;
}

.neighborhood-map-wrap {
  display: flex;
  justify-content: flex-end;
}

#nmap {
  width: 80%;
}

/* sidebar and sidebar trigger */

.our-has-sidebar #sidebar-trigger:checked ~ .entry-content .our-sidebar {
  display: block;
}

.members .our-sidebar {
  color: #271501;
  font-size: 1.3em !important;
}

.members .our-sidebar ul li a {
  color: #2e4000;
}

.members .our-sidebar ul li a:hover {
  color: #96b24e !important;
}

.our-has-sidebar header h1 {
  display: block;
}

.our-has-sidebar header label.sidebar-toggler {
  padding-left: 1em;
  display: none;
  cursor: pointer;
}

.our-has-sidebar header label.sidebar-toggler span {
  font-size: 1.25em;
}

.our-has-sidebar header label.sidebar-toggler span.on {
  display: none;
}

.our-has-sidebar #sidebar-trigger:checked ~ header label.sidebar-toggler span.off {
  display: none;
}

.our-has-sidebar #sidebar-trigger:checked ~ header label.sidebar-toggler span.on {
  display: inline-block;
}

/* sidebar general functionality */
.our-sidebar ul {
  list-style: none;
  padding: 0em !important;
  margin: 0;
}

.our-sidebar ul li {
  margin: 0 0 0.5em 0;
}

.our-sidebar ul li li {
  margin-top: 0.7em;
}

/* subnav lists*/
.our-sidebar ul ul {
  display: none;
  margin: 0;
  padding: 0 0 0 1em !important;
}

/* unhide subs when parent or ancestor is "on" */
.our-sidebar ul li.current_page_parent.page_item_has_children ul,
.our-sidebar ul li.current_page_ancestor ul,
.our-sidebar ul li.current_page_item ul {
  display: block;
}

/* end sidebar and sidebar trigger */

/* COLORS AND STYLING FOR SUB NAVS */

/* general sidebar nav link style */

/* level 1 */
.our-sidebar ul li a {
  color: #121919;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.95em !important;
  letter-spacing: 0.05em;
}

.our-sidebar ul li a:hover {
  color: #036e72;
}

/* level 1 curr page */
.our-sidebar ul li.current_page_item > a,
.our-sidebar ul li.current_page_parent > a {
  color: #036e72 !important;
}

/* level 2 */
.our-sidebar ul li li a {
  color: #036e72;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.9em !important;
  letter-spacing: 0.05em;
}

.our-sidebar ul li li a:hover {
  color: #6f7f80;
}

/* level 2 curr page */
.our-sidebar ul li li.current_page_item > a,
.our-sidebar ul li li.current_page_parent > a {
  color: #036e72 !important;
}

/* level 3 */
.our-sidebar ul li li li a {
  color: #6f7f80 !important;
}

.our-sidebar ul li li li a:hover {
  color: #036e72 !important;
}

/* level 3 curr page */
.our-sidebar ul li li li.current_page_item > a {
  color: #036e72 !important;
  font-weight: 400;
}

/* other sidebar content */
.our-sidebar .col-25 {
  width: 100%;
}

/* end sidebar */

.wpcf7 .recaptcha {
  display: block;
  margin: 0 0 1rem 0;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #036e72;
  background-color: #036e72;
  padding: 1em !important;
  margin: 1em 0em 0em 0em !important;
  color: #fff;
  font-size: 1em;
  text-transform: uppercase;
}

/* map search */

.map-search-page {
  max-width: 1440px;
  margin: 0 auto;
}

.map-search-page header {
  display: flex;
  align-items: center;
  padding: 0 1rem;
}

.map-search-page header h1 {
  padding: 0;
  margin: 0;
  flex-grow: 1;
  font-size: 1.4em;
  text-transform: uppercase;
  color: #000;
  font-weight: 400;
  padding: 1em 0 0 0;
  font-family: quasimoda, sans-serif;
  background: transparent;
  text-align: left;
}

.map-search-page header ul {
  margin: 0;
}

.map-search-page header ul li {
  padding: 1em 0em 0em 1em;
}

.map-search-page .entry-content {
  padding: 0 1rem;
}

.map-search-page .search-form-wrapper {
  margin: 1rem 1rem 0rem 1rem;
}

/* end map search */

@media only screen and (max-width: 1024px) {
  .slideshow-container #featured-description {
    height: 135%;
  }

  .slideshow-container .featured-wrapper .nextprev a {
    top: 62.5%;
  }

  .slideshow-container #featured-description .desc {
    padding: 0.5em 1.5em;
  }
}

/* tablet portrait and smaller */
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .flex .twidth-10 {
    width: 10%;
  }
  .flex .twidth-15 {
    width: 15%;
  }
  .flex .twidth-20 {
    width: 20%;
  }
  .flex .twidth-25 {
    width: 25%;
  }
  .flex .twidth-30 {
    width: 30%;
  }
  .flex .twidth-33 {
    width: 33.33333%;
  }
  .flex .twidth-35 {
    width: 35%;
  }
  .flex .twidth-40 {
    width: 40%;
  }
  .flex .twidth-50 {
    width: 50%;
  }
  .flex .twidth-60 {
    width: 60%;
  }
  .flex .twidth-66 {
    width: 66.66666%;
  }
  .flex .twidth-70 {
    width: 70%;
  }
  .flex .twidth-75 {
    width: 75%;
  }
  .flex .twidth-80 {
    width: 80%;
  }
  .flex .twidth-85 {
    width: 85%;
  }
  .flex .twidth-90 {
    width: 90%;
  }
  .flex .twidth-100 {
    width: 100%;
  }

  header.site-header .inside-header,
  .home header.site-header .inside-header,
  .listing-page header.site-header .inside-header {
    padding: 1rem 2rem 0 1rem !important;
  }

  .main-navigation.offside.is-open {
    width: calc(100% - 4rem) !important;
  }

  button.menu-toggle {
    text-align: right;
    padding: 0;
    font-size: 1.75em;
    color: #e5e3db !important;
    line-height: 0;
    margin-top: -0.55em;
  }

  header .inside-header .site-logo {
    text-align: left;
    margin: 0 0 1em 0;
  }

  header .inside-header .site-logo img {
    width: 250px;
  }

  header .inside-header .quick-search {
    display: none;
  }

  header .inside-header .contact {
    top: 2.7rem;
    right: 5.25rem;
    z-index: 555;
  }

  header .inside-header .contact .icon {
    display: inline-block !important;
    color: #e5e3db;
  }

  header .inside-header .contact .io-icon-mail {
    display: inline-block !important;
    font-size: 1.9em;
    position: relative;
    top: -3px;
  }

  header .inside-header .contact .io-icon-phone {
    display: inline-block !important;
    font-size: 1.4em;
    position: relative;
    top: -4px;
  }

  header .inside-header .contact .io-icon-user {
    display: inline-block !important;
    font-size: 1.4em;
    position: relative;
    top: -4px;
  }

  header .inside-header .contact .txt {
    display: none;
  }

  header .inside-header .contact a {
    padding: 0 0 0 1rem;
  }

  .buy-map {
    display: none !important;
  }

  .inside-footer-widgets {
    flex-direction: row;
  }

  .inside-footer-widgets > div {
    flex-basis: 50%;
  }

  .our-has-sidebar .entry-header h1 {
    margin: 0;
  }

  .our-sidebar {
    background-color: #eaede1 !important;
  }

  .our-sidebar ul li {
    margin: 0 0 0.5em 0;
  }

  .our-has-sidebar header {
    position: relative;
  }

  .our-has-sidebar header label.sidebar-toggler {
    display: inline-block;
    position: absolute;
    right: 2rem;
    top: 1.1rem;
  }

  .our-container-with-sidebar {
    flex-wrap: wrap;
    padding: 0 1rem;
  }

  .our-container-with-sidebar .our-sidebar {
    display: none;
    width: 100%;
    margin: 0 0 2em 0;
    padding: 0 0 1em 0;
    background: #e3e3e3;
  }

  .our-container-with-sidebar .our-content-wrapper {
    width: 100%;
    padding: 0;
  }

  .our-sidebar ul.page-nav {
    columns: 2;
    background: none !important;
    padding: 0.5em 1em 0 1em !important;
  }

  .our-sidebar ul.page-nav ul {
    break-inside: avoid;
  }

  .map-search-page header {
    display: flex;
    align-items: center;
  }

  .map-search-page header ul li a {
    padding: 0 !important;
    border: 0 !important;
  }

  .map-search-page header ul li.map {
    display: none !important;
  }

  /* home page */

  .slideshow-container #featured-description {
    height: 100%;
  }

  .slideshow-container .featured-wrapper .nextprev a {
    top: 44%;
  }

  .home .search-form-wrapper h3 {
    font-size: 1.6em !important;
  }

  .home .new-newly-priced .wprl-ssr .listing .summary {
    padding: 0.75em 0.5em 0.5em 0.5em;
    font-size: 0.8em;
  }

  .home .new-newly-priced .wprl-ssr .listing .summary p.price {
    margin-bottom: 0;
  }

  .home .about-adrienne figure {
    width: 300px;
  }

  .home .ultp-block-row {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .home .ultp-block-item:nth-child(3),
  .home .ultp-block-item:nth-child(4),
  .home .ultp-block-item:nth-child(5),
  .home .ultp-block-item:nth-child(6) {
    display: none;
  }

  .home #listing-search .proptype {
    display: none;
  }

  .home .wprl-ssr.video .ssr-prop:last-child {
    display: none;
  }

  #nmap {
    width: 100%;
  }

  .entry-header h1 {
    font-size: 1.3em;
  }
}

/* mobile in portrait ----------- */
@media only screen and (min-width: 320px) and (max-width: 585px) {
  .flex .mwidth-50 {
    width: 50% !important;
  }
  .flex .mwidth-100 {
    width: 100% !important;
  }

  header.site-header .inside-header,
  .home header.site-header .inside-header,
  .listing-page header.site-header .inside-header {
    padding: 1rem 1rem 0 0.5rem !important;
  }

  header .inside-header .contact a {
    padding: 0 0 0 0.5rem;
  }

  button.menu-toggle {
    margin-top: -24px;
  }

  .site-container {
    width: 100%;
    margin: 0 auto;
  }

  .site-container #content {
    padding: 0 1em 2em 1em;
  }

  .page-id-16088 {
    padding: 0 1em;
  }

  .page-id-16088 h3 {
    color: #503a2b;
    font-size: 1.2em;
    line-height: 1.2em;
    font-family: quasimoda, sans-serif;
    text-transform: capitalize;
  }

  .page-id-16085 img {
    display: none;
  }

  .home .site-container #content {
    padding: 0;
  }

  .home .search-form-wrapper {
    margin: 0 !important;
    padding: 2rem 1rem 2rem 1rem !important;
    background: #d7e2df;
  }

  .home .new-newly-priced h4 {
    font-size: 1.2em !important;
  }

  .home .new-newly-priced h5 {
    font-size: 1.2em;
  }

  .home .new-newly-priced .wprl-ssr .listing .summary a {
    color: #fff;
    font-size: 1.5em !important;
    vertical-align: middle;
  }

  .home .new-newly-priced .wprl-ssr .listing .summary .price {
    color: #fff;
    font-size: 1.3em;
  }

  header .site-description {
    display: none;
  }

  .main-navigation.offside.is-open {
    padding: 1.5em 0 0 1rem;
    width: 100% !important;
  }

  header .inside-header {
    padding: 0.5em !important;
    flex-wrap: nowrap;
  }

  .slideout-navigation button.slideout-exit {
    top: -0.5em;
    right: 0.5em !important;
  }

  header nav {
    order: 3;
    flex-grow: 0;
    width: 50px;
    flex-basis: 50px;
    padding: 0 !important;
  }

  header nav .menu-toggle {
    line-height: 1;
  }

  .menu-item-has-children .dropdown-menu-toggle {
    float: right !important;
    padding-right: 1.5em;
  }

  .slideout-navigation.main-navigation .main-nav ul li a {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 20px !important;
  }

  .main-navigation.slideout-navigation .main-nav > ul > li > a {
    line-height: 45px;
  }

  header .inside-header .contact {
    position: relative;
    top: -0.075rem;
    right: unset;
    order: 2;

    margin: 0 !important;

    text-align: right;
  }

  header .site-logo {
    order: 1;
  }

  header .site-logo img {
    display: block;
    width: 180px !important;
  }

  #footer-widgets .footer-widgets-container .inside-footer-widgets {
    padding: 10px 0 10px 0;
    margin: 0 auto !important;
  }

  .inside-footer-widgets > div {
    flex-basis: 100%;
  }

  .footer-widget-1 {
  }

  .footer-widget-2 {
    margin: 0 !important;
  }

  .footer-widget-3 {
    display: none !important;
  }

  .site-info {
    padding: 2em 1em;
  }

  .site-info p {
    margin: 0 0 1em 0;
  }

  .site-info .flex {
    margin-bottom: 0.5em;
  }

  .site-info .item:last-child {
    text-align: center;
  }

  .site-info .item:last-child span {
    display: block;
    margin: 0;
  }

  .site-info .item:last-child a {
    display: block;
    margin: 0;
  }

  .site-info .item:last-child span {
    display: inline-block;
    margin: 0;
  }

  .site-info span.footer-barker span:first-child {
    display: block !important;
  }

  .slideshow-container {
  }

  .slideshow-container .featured-wrapper {
    padding: 0;
    height: 500px;
  }

  .slideshow-container .featured-wrapper .nextprev a {
    top: 45.5%;
  }

  .slideshow-container .featured-wrapper .desc {
    font-size: 0.7em;
  }

  .slideshow-container .featured-wrapper .desc p.price {
    display: none;
  }

  .entry-header h1 {
    font-size: 1.3em;
  }

  .our-has-sidebar header label.sidebar-toggler {
    padding-left: 0;
    display: block;
    right: 1rem;
  }

  .our-sidebar ul {
    columns: 1;
  }

  .our-has-sidebar #sidebar-trigger:checked ~ .entry-content {
    margin: 0.5em 0 0 0;
  }

  .our-sidebar ul.page-nav {
    columns: 1;
    background: #e3e3e3;
    padding: 0.5em 1em 0 1em !important;
  }

  .map-search-page header {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

  .map-search-page header h1 {
    margin: 0 0 0.5em 0;
  }

  .map-search-page header ul li {
    padding: 0 1em 0 0;
  }

  .map-search-page header ul li a {
    padding: 0 !important;
    border: 0 !important;
  }

  /* home page */

  .home .search-form-wrapper h3 {
    font-size: 1.4em !important;
  }

  .home .new-newly-priced {
    flex-wrap: wrap;
  }

  .home .new-newly-priced .wp-block-column {
    width: 100% !important;
    flex-basis: 100% !important;
  }

  .home .new-newly-priced h4 {
    font-size: 1.4em;
  }

  .home .buy-sell.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:only-child) {
    flex-basis: calc(100%) !important;
  }

  .home .buy-sell .wp-block-cover {
    min-height: 350px !important;
  }

  .home .about-adrienne {
    padding: 0;
  }

  .home .about-adrienne figure {
    width: 80%;
    margin: 0 auto;
    float: none;
  }

  .entry-header h1 {
    text-align: left;
    font-size: 1.2rem;
  }

  .entry-content figure {
    width: 100%;
    float: none;
  }

  .entry-content figure img {
    width: 100%;
  }

  .home .ultp-block-row {
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .home .ultp-block-item:nth-child(3),
  .home .ultp-block-item:nth-child(4),
  .home .ultp-block-item:nth-child(5),
  .home .ultp-block-item:nth-child(6),
  .home .ultp-block-item:nth-child(7),
  .home .ultp-block-item:nth-child(8) {
    display: none !important;
  }

  .page-id-68 #nmap {
    display: none;
  }

  .page-id-68 .our-sidebar {
    display: block;
  }

  .page-id-68 .sidebar-toggler {
    display: none !important;
  }

  .home .ultp-block-item:nth-child(3) {
    display: block;
  }

  .home .neighborhood {
    min-height: 400px !important;
  }

  body.single-post .entry-content .wp-block-image .alignleft,
  body.single-post .entry-content .wp-block-image .alignright,
  body.single-post .entry-content .wp-block-image .aligncenter {
    float: none !important;
    max-width: 100%;
    margin: 0;
  }

  .inside-article .entry-content {
    padding: 0rem;
  }

  .our-container-with-sidebar {
  }

  .our-container-with-sidebar .our-content-wrapper .entry-title {
    font-size: 1.2rem;
    padding-top: 0.25rem;
  }
}
