/*
Theme Name: Rosewood (rmWebPro)
Text Domain: rosewood
Template: rmcore
Author: Rent Manager
Author URI: https://www.rentmanager.com
Description: Custom theme created by Rent Manager
Version: 1.1.5
License: Proprietary, non-distributed
*/
body {
  box-sizing: border-box;
}

body * {
  box-sizing: inherit;
}

img {
  max-width: 100%;
  height: auto;
}

/*Responsive Layout*/
html {
  padding: 0;
  margin: 0;
  background: #FFF;
}

body {
  padding: 0;
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: #515151;
  font-family: "gotham", sans-serif;
}

@media (max-width: 800px) {
  body {
    font-size: 14px;
  }
}

p {
  padding: 0;
  margin: 10px 0 15px 0;
}

.intro {
  font-size: 1.2em;
}

.note {
  font-size: .9em;
  font-style: italic;
}

.centered {
  text-align: center;
}

.testimonial {
  font-size: 1.3em;
  font-style: italic;
  text-align: center;
}

.quote-credit {
  font-size: .8em;
  font-weight: bold;
}

a {
  text-decoration: none;
  transition: all .2s;
  outline: none !important;
  color: inherit;
}

a:hover {
  text-decoration: underline;
}

.button {
  display: inline-block;
  padding: 4px 12px;
  text-decoration: none;
  text-transform: uppercase;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  font-family: "source-serif-pro", serif;
  font-weight: 500;
  text-transform: uppercase;
}

h1 {
  font-size: 50px;
  padding: 20px 0;
  margin: 0;
}

@media (max-width: 800px) {
  h1 {
    font-size: 30px;
  }
}

h1.page-title {
  color: #FFF;
  text-align: center;
}

h2 {
  font-size: 30px;
  padding: 15px 0 8px 0;
  margin: 0;
}

@media (max-width: 800px) {
  h2 {
    font-size: 20px;
  }
}

h2.section-header {
  margin-top: 80px;
  text-align: center;
  padding: 10px 30px;
  font-weight: 400;
}

h3 {
  font-size: 24px;
  padding: 10px 0 5px 0;
  margin: 0;
}

@media (max-width: 800px) {
  h3 {
    font-size: 18px;
  }
}

h4 {
  font-size: 18px;
  padding: 8px 0;
  margin: 0;
}

h5 {
  font-size: 17px;
  padding: 10px 0 3px 0;
  margin: 0;
}

h6 {
  font-size: 15px;
  padding: 6px 0;
  margin: 0;
}

h1 a,
h1 a:hover,
h2 a,
h2 a:hover,
h3 a,
h3 a:hover,
h4 a,
h4 a:hover,
h5 a,
h5 a:hover,
h6 a,
h5 a:hover {
  text-decoration: none;
}

img,
a img,
.entry-content img {
  border: none;
  max-width: 100%;
  height: auto;
}

.alignright,
img.alignright {
  float: right;
  padding: 0;
  margin: 0 0 20px 30px;
  max-width: 40%;
}

.alignleft,
img.alignleft {
  float: left;
  padding: 0;
  margin: 0 15px 10px 0;
  max-width: 40%;
}

.aligncenter,
img.aligncenter {
  display: block;
  margin: 20px auto;
}

.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}

.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}

.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}

.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}

blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}

blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}

.gallery-caption {
  font-size: .9em;
}

.sticky {
  border: 2px solid;
  padding: 10px;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.bypostauthor {
  border-top: 5px solid;
}

ul.styled-list,
.entry-content ul {
  list-style-type: none;
  padding: 10px 0;
  margin: 0;
}

ul.styled-list li,
.entry-content ul li {
  margin: 3px 0;
  padding: 0;
}

/*positioning*/
.page-content {
  background: #F3F3F3;
}

.full-width-row {
  padding: 50px;
}

.row {
  display: block;
  max-width: 1200px;
  width: 100%;
  padding: 35px 7%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  box-sizing: border-box;
}

@media (max-width: 800px) {
  .row {
    padding-right: 25px;
    padding-left: 25px;
  }
}

.caldera-grid .row {
  padding: 0;
  margin: 0;
}

.social-links {
  display: flex;
  font-size: 1.2em;
}

.social-links a {
  margin: 5px;
}

/*Forms*/
.search-form form {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 26px 0;
}

@media (max-width: 800px) {
  .search-form form {
    justify-content: space-between;
    padding: 20px;
  }
}

label {
  display: block;
  padding: 0;
  position: relative;
  box-sizing: border-box;
}

@media screen and (min-width: 800px) {
  label {
    margin: 0 10px 0 0;
  }
}

.search-form label {
  width: 15%;
}

@media (max-width: 800px) {
  .search-form label {
    width: 49%;
    margin: 0 0 5px 0;
  }
}

label.full-width {
  width: 100%;
}

label.full-width select {
  width: 20%;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="search"],
select,
textarea {
  font-size: .9em;
  width: 100%;
  display: block;
  padding: 12px;
  margin: 0;
  border-radius: 0;
  appearance: none;
  border: none;
  box-sizing: border-box;
}

@media (max-width: 800px) {
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  input[type="search"],
  select,
  textarea {
    width: 100%;
  }
}

input[type="search"] {
  background: #EEE url(images/search.png) no-repeat;
  background-position: right center;
  font-size: 1em;
  line-height: 1.6;
  padding: 6px 12px;
}

@media (max-width: 800px) {
  input[type="search"] {
    display: none;
  }
}

input[type="submit"] {
  appearance: none;
  padding: 20px 40px;
  margin: 0;
  border-radius: 0;
  transition: all .2s;
  font-weight: bold;
  font-size: .9em;
  text-transform: uppercase;
  box-sizing: border-box;
  border-style: none;
}

@media (max-width: 800px) {
  input[type="submit"] {
    width: 100%;
  }
}

input[type="submit"]:hover {
  cursor: pointer;
}

.req {
  color: red;
}

/*Theme Flexible Content Sections*/
.section:nth-child(even) {
  background: #FFF;
}

/*Slider*/
.slider-container {
  display: block;
  position: relative;
}

.slider {
  display: block;
  width: 100%;
  height: auto;
  max-height: 500px;
  overflow: hidden;
}

.slider img {
  width: 100%;
}

.slider-overlay {
  position: absolute;
  bottom: -100px;
  display: block;
  width: 60%;
  margin-left: 20%;
  margin-right: 20%;
  padding: 20px 5%;
  background: #FFF;
  text-align: center;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  z-index: 9999;
}

@media (max-width: 800px) {
  .slider-overlay {
    position: static;
    width: auto;
    margin: 0;
    padding: 20px;
    box-shadow: none;
  }
}

.slider-overlay h1.slider-title {
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-size: 2.5em;
}

@media (max-width: 800px) {
  .slider-overlay h1.slider-title {
    font-size: 1.5em;
  }
}

.flex-direction-nav a {
  width: 40px !important;
  height: 50px !important;
}

.slider-spacer {
  display: block;
  height: 100px;
  width: 100%;
}

@media (max-width: 800px) {
  .slider-spacer {
    display: none;
  }
}

/*Buttons*/
.buttons-container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 50px 0;
}

.buttons-container a {
  display: block;
  border-right: solid 1px #BBB;
  padding: 0 10%;
  text-align: center;
}

@media (max-width: 800px) {
  .buttons-container a {
    padding: 0 25px;
  }
}

.buttons-container a:last-child {
  border: none;
}

.buttons-container a span.fa {
  display: block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  margin: 0 auto;
  padding: 0;
  color: #FFF;
  border: solid 2px #FFF;
  transition: background .5s;
  overflow: hidden;
  box-sizing: border-box;
}

@media (max-width: 800px) {
  .buttons-container a span.fa {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}

.buttons-container a span.intro {
  display: block;
  margin-top: 10px;
  font-size: 1.5em;
}

@media (max-width: 800px) {
  .buttons-container a span.intro {
    font-size: 1.1em;
  }
}

/*2-column image + text*/
.two-column-with-image .row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 800px) {
  .two-column-with-image .row {
    flex-direction: column;
  }
}

.two-column-with-image img,
.two-column-with-image .col-right {
  width: 48%;
  height: auto;
}

@media (max-width: 800px) {
  .two-column-with-image img,
  .two-column-with-image .col-right {
    width: auto;
    max-width: 100%;
  }
}

/*Featured Properties Slider*/
.featured-properties {
  border: none;
  padding: 0;
  background: none;
}

div.featured-property {
  height: 40vh !important;
  position: relative;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  text-align: center;
  margin: 40px 0;
}

@media (max-width: 800px) {
  div.featured-property {
    height: 20vh !important;
  }
}

div.featured-property .featured-property-overlay {
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: -24px;
  z-index: 99999;
}

div.featured-property .featured-property-overlay a {
  display: inline-block;
  padding: 8px 20px;
  background: #FFF;
  font-size: 20px;
  text-transform: uppercase;
  box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.2);
  z-index: 99999;
}

@media (max-width: 800px) {
  div.featured-property .featured-property-overlay a {
    font-size: 16px;
    padding: 8px 12px;
  }
}

.owlCarousel {
  position: relative;
}

.owl-nav {
  position: absolute;
  top: 15vh;
  width: 100%;
}

@media screen and (max-width: 800px) {
  .owl-nav {
    top: 7vh;
  }
}

.owl-nav span {
  display: none;
}

.owl-prev:before {
  content: '\f104';
  font-family: FontAwesome;
  position: absolute;
  left: -2vw;
  color: #fff;
  font-size: 6em;
}

@media screen and (min-width: 800px) {
  .owl-prev:before {
    left: 2vw;
  }
}

.owl-next:before {
  content: '\f105';
  font-family: FontAwesome;
  position: absolute;
  right: -2vw;
  color: #fff;
  font-size: 6em;
}

@media screen and (min-width: 800px) {
  .owl-next:before {
    right: 2vw;
  }
}

/*2-column text with 3-column list*/
.text-and-list h2 {
  margin-bottom: 10px;
}

.text-and-list h3 {
  text-align: center;
  margin: 25px 0 10px 0;
}

.col2 {
  column-count: 2;
  column-gap: 30px;
}

@media (max-width: 800px) {
  .col2 {
    column-count: 1;
  }
}

.col2 p {
  padding: 0;
  margin: 0 0 10px 0;
  text-align: justify;
}

@media (max-width: 800px) {
  .col2 p {
    text-align: left;
  }
}

ul.col3 {
  padding: 0;
  margin: 12px -1.5%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

@media (max-width: 800px) {
  ul.col3 {
    flex-direction: column;
    margin: 12px 0;
    padding-bottom: 30px;
  }
}

ul.col3 li {
  flex-basis: 30%;
  width: 30%;
  margin: 4px 1.5%;
}

@media (max-width: 800px) {
  ul.col3 li {
    flex-basis: auto;
    width: auto;
    margin: 4px 0;
  }
}

/*Icons and text*/
.icon-list .icons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (max-width: 800px) {
  .icon-list .icons {
    padding-top: 40px;
  }
}

.icon-list .icons .icon-listing {
  width: 44%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0 0 40px 0;
}

@media (max-width: 800px) {
  .icon-list .icons .icon-listing {
    width: auto;
  }
}

.icon-list .icons .icon-listing h3 {
  padding-top: 0;
}

.icon-list .icons .icon-listing a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100px;
  width: 100px;
  flex-basis: 100px;
  flex-shrink: 0;
  text-align: center;
  color: #FFF;
  padding: 0;
  margin-right: 40px;
}

@media (max-width: 800px) {
  .icon-list .icons .icon-listing a {
    width: 80px;
    height: 80px;
    flex-basis: 80px;
    margin-right: 20px;
  }
}

/*Blog Page Styling*/
.blog-page {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.blog-page .blog-posts {
  flex: 2;
}

.blog-page .blog-sidebar {
  flex: 1;
  padding: 50px;
  max-width: 300px;
  background-color: #fff;
}

.blog-page .blog-sidebar input[type="text"], .blog-page .blog-sidebar input[type="email"], .blog-page .blog-sidebar input[type="tel"], .blog-page .blog-sidebar input[type="search"], .blog-page .blog-sidebar select, .blog-page .blog-sidebar textarea, .blog-page .blog-sidebar input[type="submit"] {
  border: 1px solid;
  color: #000;
  margin: 5px;
}

.blog-page .article-nav {
  background-color: #fff;
}

.article-nav {
  width: 100%;
}

.searchform input[type="text"], .searchform input[type="email"], .searchform input[type="tel"], .searchform input[type="search"], .searchform select, .searchform textarea, .searchform input[type="submit"],
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="tel"],
.comment-form input[type="search"],
.comment-form select,
.comment-form textarea,
.comment-form input[type="submit"] {
  border: 1px solid;
  color: #000;
  margin: 5px;
}

.category-info {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

.wp-block-columns {
  width: 75%;
  margin: 2em auto;
}

.faq-section {
  width: 78%;
  margin: 2em auto;
}

.faq-wrapper {
  width: 100%;
  margin: 0 auto;
}

.faq-item {
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}

.faq-question {
  font-weight: bold;
  cursor: pointer;
  position: relative;
  padding-right: 20px;
  font-size: 22px;
}

.faq-question::after {
  content: "+";
  position: absolute;
  right: 0;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-question::after {
  content: "-";
}

.faq-answer {
  display: none;
  padding: 10px 0;
  color: #555;
  font-size: 18px;
}

.faq-item.active .faq-answer {
  display: block;
}

.faq-answer a {
  text-decoration: underline;
  color: inherit;
}

/*Header*/
.page-header {
  background: #FFF;
}

.page-header .row {
  border-bottom-width: 4px;
  border-bottom-style: solid;
  position: relative;
}

.page-header .logo-menu-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 90%;
  margin: 0 auto;
}

@media (max-width: 800px) {
  .page-header .logo-menu-container {
    flex-direction: column;
  }
}

.header-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-left: auto;
}

.header-top {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 30px;
}

@media (max-width: 800px) {
  .header-top {
    margin-bottom: 0;
    margin-top: 20px;
  }
}

.portal-btns {
  margin-left: 6px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.portal-btns .button {
  margin-left: 12px;
  border-width: 1px;
  border-style: solid;
  padding: 0.5em;
  min-width: 300px;
  text-align: center;
}

@media (max-width: 800px) {
  .portal-btns .button {
    margin: 0 5px;
    font-size: 16px;
    min-width: 90%;
  }
}

.logo {
  margin: auto;
  background: #fff;
  padding: 0;
  position: relative;
}

@media (max-width: 800px) {
  .logo {
    margin: 0 auto;
  }
}

.logo img {
  max-width: 300px;
  max-height: 100px;
  height: auto;
}

@media (max-width: 800px) {
  .logo img {
    max-width: 100%;
    max-height: unset;
  }
}

.logo h1 {
  display: none;
}

.logo h1.no-logo-image {
  display: block;
  font-size: 2em;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

/*.home .logo {
		bottom: -50%;
}*/
@media (max-width: 800px) {
  nav.main-menu {
    display: none;
  }
}

nav.main-menu ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  list-style-type: none;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}

nav.main-menu ul li {
  padding: 0;
  margin: 0;
  position: relative;
  /*Add arrows for menu items that have sub-items*/
  /*Remove arrows for sub-items*/
}

nav.main-menu ul li a {
  display: block;
  white-space: nowrap;
  padding: 10px;
  font-weight: 400;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
}

nav.main-menu ul li a:hover {
  text-decoration: none;
}

nav.main-menu ul li.no-link {
  /*Make menu items not clickable*/
  /*Make sub-items clickable*/
}

nav.main-menu ul li.no-link a {
  pointer-events: none;
}

nav.main-menu ul li.no-link li a {
  pointer-events: all;
}

nav.main-menu ul li.current_page_item a {
  border-color: #515151;
  pointer-events: none;
}

nav.main-menu ul li.current_page_item ul a {
  border-color: transparent;
  pointer-events: all;
}

nav.main-menu ul li.menu-item-has-children a::after {
  content: "";
}

nav.main-menu ul li.menu-item-has-children li a::after {
  content: "";
}

nav.main-menu ul li ul {
  display: none;
  opacity: 0;
  transition: all .3s;
}

nav.main-menu ul li:hover ul {
  opacity: 1;
  background: #FFF;
  position: absolute;
  top: 100%;
  left: -12px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  z-index: 999;
}

nav.main-menu ul li:hover ul li {
  margin: 0;
}

nav.main-menu ul li:hover ul li a {
  padding: 5px 10px;
  margin: 0;
}

.quick-actions {
  display: flex;
  overflow: hidden;
}

.quick-actions .social {
  display: flex;
}

.quick-actions .social a {
  font-family: Open Sans;
  margin: 0 5px;
  padding: .3rem .5rem;
  text-align: center;
  min-width: 40px;
}

@media (max-width: 1450px) {
  .quick-actions {
    flex-direction: column;
  }
}

.contact-us-options {
  /*width: 50%;*/
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 1em;
}

@media (max-width: 800px) {
  .contact-us-options {
    width: 100%;
    gap: 0 !important;
    flex-direction: column;
  }
}

.contact-us-options div {
  margin-bottom: 10px;
}

.phone i, .email i {
  margin-right: .25rem;
}

.portal-btns {
  /*width:50%;*/
  display: flex;
  align-items: center;
  text-decoration: none;
  position: relative;
  z-index: 5;
  font-size: 1.05em;
  flex-wrap: wrap;
  padding: 1em;
}

@media (max-width: 800px) {
  .portal-btns {
    width: 100%;
    margin-left: 0;
    gap: 1em !important;
    flex-direction: column;
  }
}

.portal-btns__skewed-bg {
  position: absolute;
  width: calc(100% + 3rem);
  height: 100%;
  z-index: -1;
}

@media screen and (min-width: 1450px) {
  .portal-btns__skewed-bg {
    transform: skewX(-40deg);
    top: 0;
    left: -1rem;
  }
}

.row {
  width: 100%;
  max-width: inherit;
}

nav.main-menu {
  font-size: 1.2em;
}

.contact-us-options, .portal-btns {
  justify-content: center;
  gap: 3em;
  flex: 1;
}

@media (max-width: 1450px) {
  nav.main-menu {
    display: none;
  }
  .header-left {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}

.page-footer .row {
  padding-top: 18px;
  padding-bottom: 18px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

/*FOOTER*/
.page-footer {
  display: flex;
  justify-content: space-around;
  padding: 3em 50px;
  flex-wrap: wrap;
}

@media screen and (min-width: 800px) {
  .page-footer {
    padding: 3em 100px;
  }
}

.footer-column-left {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: space-between;
}

@media screen and (min-width: 800px) {
  .footer-column-left {
    width: 50%;
  }
}

.footer-column-right {
  text-align: center;
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: space-between;
}

@media screen and (min-width: 1450px) {
  .footer-column-right {
    width: 50%;
    text-align: right;
  }
}

.footer-column-left .menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin: 0;
}

@media screen and (min-width: 800px) {
  .footer-column-left .menu {
    justify-content: flex-start;
  }
}

.footer-column-left .menu li {
  list-style: none;
  text-transform: uppercase;
  margin: 10px 15px;
}

@media screen and (min-width: 800px) {
  .footer-column-left .menu li {
    margin: 0 30px 0 0;
  }
}

.footer-column-left .menu a {
  color: white;
}

.footer-affiliations {
  margin-top: 2em;
  text-align: center;
}

@media screen and (min-width: 800px) {
  .footer-affiliations {
    text-align: left;
  }
}

.footer-logo {
  margin: 2em auto;
}

@media screen and (min-width: 800px) {
  .footer-logo {
    margin: 0 0 2em 0;
  }
}

.footer-copyright {
  margin-bottom: 2em;
}

.affiliation-icon {
  height: 50px;
  width: auto;
  margin: 0 .5em;
}

p {
  line-height: 2;
}

.main-menu ul li a {
  color: initial;
}

@media (max-width: 1450px) {
  .footer-column-left {
    display: none;
  }
}

/* Gutenberg alignment sample */
@media screen and (min-width: 68em) {
  .main-wrapper {
    overflow: hidden;
  }
  .main {
    max-width: 60em;
    margin: 0 auto;
  }
  .entry-content .alignfull {
    margin-left: calc( -100vw / 2 + 100% / 2);
    margin-right: calc( -100vw / 2 + 100% / 2);
    max-width: 100vw;
  }
  .entry-content .alignwide {
    margin-left: -4em;
    margin-right: -4em;
    max-width: 68em;
  }
}

/* Gutenberg custom color sample */
.has-branding-color {
  color: #353d4a;
}

.has-branding-background-color {
  background-color: #353d4a;
}

/*Hero Image Gutenberg Styles*/
.hasBGIMG {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-background-image {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

@media screen and (min-width: 800px) {
  .hero-background-image {
    min-height: 675px;
  }
}

.hero-inner-content {
  width: 80%;
  text-align: center;
  margin: 2em auto;
  align-content: center;
  background-color: rgba(255, 255, 255, 0.85);
  min-height: 400px;
}

.hero-inner-content h2 {
  position: relative;
  padding: 1em 0 0;
  font-size: 3.5em;
  /*	  flex: 1;
	  display: flex;
	  align-items: center;*/
}

@media (max-width: 800px) {
  .hero-inner-content h2 {
    position: inherit;
    margin: auto;
    width: 80%;
    font-size: 2rem;
  }
}

.search-container {
  padding: 2em 50px;
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.search-container p {
  font-size: 20px;
  width: 90%;
  margin: 10px auto;
  line-height: 1.5;
}

.search-container h3 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.6em;
}

.search-container form {
  margin: 1em 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 1.2em;
}

.search-container form label {
  width: 100%;
  margin-bottom: 5px;
}

@media screen and (min-width: 800px) {
  .search-container form label.half-width {
    max-width: 230px;
  }
}

.search-container form input[type="text"], .search-container form select {
  background-color: #cecece;
  color: #000;
  padding: 10px;
}

.search-container form input[type="submit"] {
  margin: 1.5em auto;
}

/*Portfolio Items Block */
.portfolio-block {
  text-align: center;
  padding: 2em 0;
}

.portfolio-block__content {
  width: 80%;
  margin: 0px auto 3em;
}

.portfolio-block__content > p {
  text-transform: uppercase;
  margin-bottom: 10px;
}

.portfolio-block__content h2 {
  padding: 0 0 15px;
}

.portfolio-container {
  display: flex;
  justify-content: space-between;
  margin: 2em;
}

@media (max-width: 800px) {
  .portfolio-container {
    flex-direction: column;
  }
}

.portfolio-items {
  width: 32%;
  height: 500px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

@media (max-width: 800px) {
  .portfolio-items {
    width: 100%;
    height: auto;
  }
}

a.portfolio-items:hover {
  text-decoration: none;
}

.link-text {
  background-color: #fff;
  padding: 1em 2em;
  margin: 30vh 2em 2em;
  text-align: center;
  transition: all .3s ease;
  width: 90%;
}

@media screen and (min-width: 800px) {
  .link-text {
    margin: 2em;
  }
}

/*Stats Block */
.stats-background {
  padding: 2em 0;
  display: flex;
  justify-content: center;
  border-bottom-width: 10px;
  border-bottom-style: solid;
}

.stats-container {
  display: flex;
  width: 80%;
  justify-content: center;
  flex-wrap: wrap;
}

@media (max-width: 800px) {
  .stats-container {
    width: 100%;
  }
}

.stat-item {
  width: 100%;
  text-align: center;
  margin: 2em;
}

@media screen and (min-width: 800px) {
  .stat-item {
    flex: 1;
  }
}

i.stat-icon {
  font-size: 4em;
}

@media (max-width: 800px) {
  i.stat-icon {
    width: 100%;
  }
}

.stat-number {
  font-size: 2.5em;
}

.stat-title {
  font-size: 2em;
}

.stat-item:nth-child(even) {
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  padding: 2em 0;
  margin: 0 2em;
}

@media screen and (min-width: 800px) {
  .stat-item:nth-child(even) {
    border-left: 2px solid white;
    border-right: 2px solid white;
    border-top: none;
    border-bottom: none;
    padding: 0;
  }
}

/* Two Column Link Block */
.two-column-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.two-column-link__text {
  width: 100%;
}

@media screen and (min-width: 800px) {
  .two-column-link__text {
    width: 60%;
  }
}

.two-column-link__text h3 {
  font-size: 1.8em;
}

.two-column-link__cta {
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 800px) {
  .two-column-link__cta {
    width: 40%;
  }
}

.two-column-link__cta-button {
  padding: 1em;
  border: 2px solid;
  display: inline-block;
}

/*Gutenberg Styles - Text Feature Box*/
.text-feature-box .row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.tfb-primary-content {
  width: 65%;
}

.tfb-primary-content h2 {
  text-align: center;
}

.tfb-feature-box {
  width: 24%;
  border: 2px solid;
  padding: 1em;
  text-align: center;
}

@media (max-width: 800px) {
  .tfb-primary-content {
    width: 100%;
  }
  .tfb-feature-box {
    width: 100%;
  }
}

/*Gutenberg Styles - Text Feature Box*/
.card-hor-2-col .col-container {
  marign: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.card-hor-2-col .section-title {
  text-align: center;
  border-bottom: .5em solid #3c6cae;
  margin: 0 auto;
  margin-bottom: 1.5em;
  width: 33%;
}

@media (max-width: 800px) {
  .card-hor-2-col .section-title {
    width: 75%;
  }
}

.card-hor-2-col .individual-col {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  background-color: #efefef;
  width: 48%;
  align-items: center;
}

@media (max-width: 800px) {
  .card-hor-2-col .individual-col {
    width: 100%;
    margin: 1em 0;
  }
}

.card-hor-2-col .text-container {
  width: 100%;
  padding: 1em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (min-width: 1200px) {
  .card-hor-2-col .text-container {
    width: 50%;
  }
}

.card-hor-2-col .cta-link {
  border: 2px solid black;
  max-width: 250px;
  text-align: center;
  padding: .25em;
  text-transform: uppercase;
  display: inline-block;
  margin: 2em 0 1em;
}

.card-hor-2-col .image-container {
  width: 100%;
  background-size: cover;
  position: relative;
}

.card-hor-2-col .image-container img {
  display: block;
}

@media (min-width: 1200px) {
  .card-hor-2-col .image-container {
    width: 47%;
  }
}

.card-hor-2-col .image-container:before {
  content: ' ';
  width: 5px;
  height: 50%;
  background-color: #3c6cae;
  display: block;
  position: absolute;
  top: 25%;
  left: -2.5px;
}

/*Gutenberg Styles - Slider Gallery*/
.slider-container .owl-carousel .slider-item {
  width: 75%;
  margin: 0 auto;
}

.slider-container .owl-nav {
  margin: 0;
  top: 0;
  display: flex;
  justify-content: space-around;
}

.slider-container .owl-prev:before, .slider-container .owl-next:before {
  color: red;
}

.gallery-container {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.gallery-container li {
  margin: 1em;
  width: 22%;
}

.gallery-container li img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 250px;
}

@media (max-width: 800px) {
  .gallery-container li {
    width: 100%;
  }
}

/*Gutenberg Styles - */
.accordion-container {
  cursor: pointer;
}

.accordion-container .accordion-item {
  background-color: lightgrey;
  margin: .5em 0;
}

.accordion-container .accordion-item-title {
  background-color: darkgrey;
}

.accordion-container .accordion-item-body {
  padding: .5em;
  transition: all .3s ease;
}

.accordion-container i {
  transition: all .3s ease;
  margin: .33em;
}

.accordion-container .expanded {
  transform: rotatez(90deg);
}

/*Form Wide Section*/
.form-wide-section .form-wide-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
}

@media (max-width: 800px) {
  .form-wide-section .form-wide-top {
    flex-direction: column;
  }
}

.form-wide-section .form-wide-top .col {
  flex-basis: 47%;
  flex-grow: 1;
  flex-shrink: 0;
  position: relative;
}

@media (max-width: 800px) {
  .form-wide-section .form-wide-top .col {
    width: auto;
    flex-basis: auto;
    flex-grow: 0;
  }
}

.form-wide-section .form-wide-top .col:last-of-type {
  margin-left: 10px;
}

@media (max-width: 800px) {
  .form-wide-section .form-wide-top .col:last-of-type {
    margin: 10px 0;
  }
}

.form-wide-section .nf-form-cont {
  padding: 30px 15px 30px 30px;
}

.form-wide-section .nf-form-cont .btn {
  float: right;
  font-weight: 600;
}

.form-wide-section .form-wide-list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}

.form-wide-section .form-wide-list .form-wide-list-item {
  width: 45%;
  flex-basis: 45%;
  padding: 15px 0;
}

@media (max-width: 800px) {
  .form-wide-section .form-wide-list .form-wide-list-item {
    width: 100%;
    flex-basis: 100%;
  }
}

.form-wide-section .form-wide-list .form-wide-list-item h4 {
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}

.form-wide-section .form-wide-list .form-wide-list-item p {
  padding: 4px 0 0 0;
  margin: 0;
}

.form-wide-section iframe {
  width: 100%;
  height: 300px;
  margin-top: 30px;
}

/*2-column with contact*/
.two-column-with-contact {
  position: relative;
}

.two-column-with-contact-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: calc(100% + 25px);
  height: calc(100% + 25px);
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -ms-filter: blur(10px);
  -o-filter: blur(10px);
  filter: blur(10px);
  margin-top: -15px;
  margin-left: -15px;
}

.two-column-with-contact-content {
  color: #fff;
}

.two-column-with-contact-content .social-links a {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
  color: #fff;
}

.section.two-column-with-contact.no-image .two-column-with-contact-content {
  color: inherit;
}

.section.two-column-with-contact.no-image .two-column-with-contact-content .social-links a {
  color: inherit;
}

body .nf-form-cont label {
  display: none;
}

body .nf-form-cont .col-sm-12 {
  width: 100%;
}

body .nf-form-cont .btn {
  border: none;
  font-weight: bold;
  font-size: .9em;
  border-radius: 0;
}

body .nf-form-cont input.form-control::-webkit-input-placeholder,
body .nf-form-cont textarea.form-control::-webkit-input-placeholder {
  color: #000;
}

body .nf-form-cont input.form-control::-moz-placeholder,
body .nf-form-cont textarea.form-control::-moz-placeholder {
  color: #000;
}

body .nf-form-cont input.form-control:-ms-input-placeholder,
body .nf-form-cont textarea.form-control:-ms-input-placeholder {
  color: #000;
}

body .nf-form-cont input.form-control::-ms-input-placeholder,
body .nf-form-cont textarea.form-control::-ms-input-placeholder {
  color: #000;
}

body .nf-form-cont input.form-control:-moz-placeholder,
body .nf-form-cont textarea.form-control:-moz-placeholder {
  color: #000;
}

.section.two-column-with-contact {
  position: relative;
  font-size: 1.15em;
  width: calc(100% + 10px);
}

.section.two-column-with-contact:before {
  content: '';
  background-color: #fff;
  height: 35px;
  width: 100%;
  top: -38px;
  z-index: 999999;
  position: absolute;
}

.section.two-column-with-contact .row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
  width: 75%;
  margin: 2em auto;
}

.section.two-column-with-contact .row .col-left {
  flex: 2;
  margin-right: 50px;
}

@media (max-width: 800px) {
  .section.two-column-with-contact .row .col-left {
    flex: auto;
    text-align: center;
    margin-right: 0;
  }
}

.section.two-column-with-contact .row .contentBlockBottom-Container .socialIcons {
  font-size: 2em;
}

.section.two-column-with-contact img,
.section.two-column-with-contact .col-right {
  flex: 2;
}

@media (max-width: 800px) {
  .section.two-column-with-contact img,
  .section.two-column-with-contact .col-right {
    width: 100%;
    margin-top: 1em;
    flex: auto;
  }
}

.section.two-column-with-contact img .nf-form-cont .row,
.section.two-column-with-contact .col-right .nf-form-cont .row {
  margin: 0 auto;
  padding: 0;
  max-width: 350px;
}

.section.two-column-with-contact img .nf-form-cont .row div,
.section.two-column-with-contact .col-right .nf-form-cont .row div {
  width: 100%;
}

.col-left, .col-right {
  justify-content: flex-start;
  align-self: flex-start;
}

.contact-flex {
  width: 90%;
  margin: 2em auto;
}

/* Featured Properties */
.property-listings-container, .unit-listings-container {
  display: flex;
  width: 75%;
  margin: 2em auto;
  flex-wrap: wrap;
  gap: 1em;
  justify-content: center;
}

.property, .unit {
  flex: 0 0 calc((100% - 2em) / 3);
  /* 2em = 2 gaps between 3 items */
  box-sizing: border-box;
  border: 1px solid #b38d46;
  text-align: center;
  display: flex;
  flex-direction: column;
}

.custom-button {
  text-align: center;
  background-color: #b38d46;
  color: #ffffff;
  padding: 1em;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
  margin: auto;
}

.custom-button:hover {
  background-color: #353d4a;
  text-decoration: none;
}

@media (max-width: 900px) {
  .property, .unit {
    flex: 0 0 calc((100% - 1em) / 2);
    /* 1em = 1 gap between 2 items */
  }
}

@media (max-width: 600px) {
  .property, .unit {
    flex: 0 0 100%;
  }
}

.property .entry-content,
.unit .entry-content {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.view-details {
  margin-top: auto;
  padding: 1em 0;
}

.view-details a {
  display: inline-block;
  text-decoration: none;
  background-color: #b38d46;
  color: #ffffff;
  padding: 0.5em 1em;
  text-transform: uppercase;
  width: 90%;
}

.view-details a:hover {
  background-color: #353d4a;
}

.address-separator {
  display: inline;
}

.address-break {
  display: none;
}

@media (max-width: 900px) {
  .address-separator {
    display: none;
  }
  .address-break {
    display: block;
  }
}

.image-overlay-container {
  position: relative;
  display: inline-block;
  overflow: hidden;
  height: 420px;
  width: 100%;
}

.image-overlay-container img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.overlay-text {
  position: absolute;
  bottom: 0;
  background: rgba(53, 61, 74, 0.6);
  color: #ffffff;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  padding: 1em;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.4s ease;
  letter-spacing: 0.03em;
  font-weight: 900;
}

.image-overlay-container:hover img {
  transform: scale(1.05);
}

.image-overlay-container:hover .overlay-text {
  opacity: 1;
  transform: translateY(0);
}

.slick-slide {
  margin: 0 1px;
}

.slick-slide img {
  object-fit: cover;
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
  font-size: 35px !important;
}

.slick-prev,
.slick-next {
  display: block !important;
  z-index: 10;
  width: 40px !important;
  height: 40px !important;
}

.slick-next {
  right: 0px !important;
}

.slick-prev {
  left: 0px !important;
}

.slick-track {
  margin: unset !important;
}

.slickwrapper-featured .slick-track {
  margin: 0 auto !important;
}

.slickwrapper-featured.slick-single {
  width: 42%;
  margin: 0 auto;
}

/* Property & Unit Detail */
.column-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.column70, .column30 {
  padding: 1em;
}

.column70 {
  flex: 0 0 65%;
  max-width: 65%;
  box-sizing: border-box;
}

.column30 {
  flex: 0 0 35%;
  max-width: 35%;
  box-sizing: border-box;
  background-color: #ffffff;
}

.column30 p {
  margin: 0;
}

.max-wrap {
  box-sizing: border-box;
  max-width: 100%;
}

.rmwb_detail-wrapper {
  box-sizing: border-box;
  display: flex;
  align-items: start;
  background-color: #ffffff;
  padding: 10px 2em;
  width: 90%;
  margin: auto;
  flex-wrap: wrap;
}

.rmwb_detail-wrapper .rmwb_section {
  flex-basis: 47%;
  flex: 1 1;
}

.rmwb_detail-wrapper .rmwb_section h3 {
  margin-bottom: auto;
}

.rmwb_detail-wrapper .rmwb_description {
  flex-basis: 100%;
  width: 100%;
  padding: 0 1em;
}

.rmwb_detail-wrapper ul {
  margin: 0;
  padding: 0;
}

.prop-information {
  padding: 1em;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
}

.rmwb_callout-links {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  gap: 15px;
  margin-top: auto;
  padding-bottom: 1em;
}

h1.propertydetail {
  margin: 0;
  font-size: 3em;
  line-height: 1;
  font-weight: 600;
  color: #353d4a;
  background-color: transparent;
  padding: 0;
  text-align: center;
}

h2.propertydetail2 {
  color: #353d4a;
  font-size: 1.5em;
  background-color: transparent;
  padding: 0;
  margin: 0 0 1em;
  text-align: center;
}

h3.propertydetail {
  font-size: 30px;
  line-height: normal;
  color: #353d4a;
  font-weight: 700;
}

.property-detail-title {
  width: 100%;
  margin: 1em 1em 0;
  text-align: center;
}

.goback {
  width: 90%;
  margin: 0.5em auto 20px;
  font-size: 1em;
  font-weight: 700;
}

.goback a {
  color: #353d4a;
}

.goback a:hover {
  color: #353d4a;
}

@media (max-width: 800px) {
  .goback {
    display: none;
  }
}

.detail-content {
  line-height: 2;
}

.availability,
.rmwb_google-map-detail {
  width: 98%;
  margin: 0 auto 30px;
}

ul.amenity_list {
  /*margin-bottom: 2em;*/
  list-style: none;
  padding: 0;
}

#property-details-container h2, #property-details-container h3 {
  color: #353d4a;
}

.slider-for .slick-prev,
.slider-for .slick-next {
  display: none !important;
}

.slider-for {
  max-height: 600px;
  overflow: hidden;
  margin-bottom: 15px;
}

.slider-for .slick-slide {
  position: relative;
}

.slider-for .slick-slide a[data-lightbox] {
  display: block;
  position: relative;
  cursor: pointer;
}

.slider-for .slick-slide a[data-lightbox]::after {
  content: "\f065";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 15px;
  right: 15px;
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  font-size: 24px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  pointer-events: none;
}

.slider-nav .slick-list {
  max-height: 150px;
}

.slider-nav .slick-slide {
  padding: 5px;
}

.slider-nav .slick-slide img {
  cursor: pointer;
  height: 100% !important;
}

.column30 ul.rmwb_info-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.column30 ul.rmwb_info-list li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
}

.column30 ul.rmwb_info-list li:last-child {
  border-bottom: none;
}

.rmwb_listings {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 90%;
  margin: 1em auto;
}

h2.rmwb_listing_header {
  color: #353d4a;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 auto 0.25em;
  width: 100%;
  line-height: 1.1;
  font-size: 1.6em;
  text-align: center;
}

h3.rmwb_listing_subheader {
  color: #353d4a;
  font-size: 0.9em;
  font-weight: 400;
  text-transform: none;
  margin: 0;
  padding: 0;
}

.rmwb_unit-listings-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.rmwb_listing-wrapper {
  display: flex;
  /*flex-direction: column;*/
  margin: 1em;
  width: calc(33% - 2em);
  box-shadow: 0 4px 8px #cccccc;
  background-color: rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
}

.rmwb_listing-wrapper .rmwb_header-section {
  padding: 0.75em 1em;
  border-bottom: 1px solid #eee;
}

.rmwb_listing-wrapper .rmwb_header-section h3 {
  text-align: center;
  color: #353d4a;
  margin: 0;
}

.rmwb_listing-wrapper .rmwb_photo-section {
  overflow: hidden;
}

.rmwb_listing-wrapper .rmwb_photo-section a {
  display: block;
}

.rmwb_listing-wrapper .rmwb_photo-section img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.rmwb_listing-wrapper .rmwb_photo-section:hover img {
  transform: scale(1.05);
}

.rmwb_listing-wrapper ul.rmwb_info-list {
  list-style: none;
  margin: 1em;
}

.rmwb_listing-wrapper .rmwb_important-info-section {
  box-sizing: border-box;
}

.rmwb_listing-wrapper .rmwb_important-info-section .rmwb_info-list {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style: none;
}

.rmwb_listing-wrapper .rmwb_important-info-section .rmwb_info-list li {
  list-style-type: none;
  display: flex;
  width: 100%;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
  box-sizing: border-box;
}

.rmwb_listing-wrapper .rmwb_important-info-section .rmwb_info-list li:last-child {
  border-bottom: none;
}

.rmwb_listing-wrapper .rmwb_description {
  padding: 0.5em 1em;
  width: 100%;
  font-size: 0.9em;
  box-sizing: border-box;
}

.rmwb_listing-wrapper .rmwb_detail-button-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-end;
  width: 100%;
  box-sizing: border-box;
  border-top: 1px solid #eee;
  margin-top: auto;
  padding: 0.5em;
  gap: 0.5em;
}

.unit-card-image {
  width: 100%;
  overflow: hidden;
  height: 250px;
}

.unit-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.unit-card-image:hover img {
  transform: scale(1.05);
}

.rmwb_info-title {
  box-sizing: border-box;
  padding: 0.5em;
  text-transform: uppercase;
  font-weight: 700;
}

.rmwb_info-detail {
  padding: 0.5em;
  margin: 0 0.2em;
}

.ilima-property-map-wrapper {
  width: 90%;
  margin: 2em auto;
}

#ilima-property-map {
  height: 500px;
  width: 100%;
  z-index: 0;
}

.map-popup-link {
  font-weight: 700;
  color: #353d4a;
  text-transform: uppercase;
  font-size: 0.85em;
  letter-spacing: 0.05em;
}

.map-popup-link:hover {
  color: #353d4a;
}

@media (max-width: 1300px) {
  .column70,
  .column30 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 1000px) {
  .rmwb_listing-wrapper {
    width: 100%;
  }
}

@media (max-width: 800px) {
  .rmwb_listing-wrapper {
    width: calc(100% - 1em);
    padding: 10px 1em;
  }
  .rmwb_detail-wrapper {
    padding: 10px 1em;
  }
  .rmwb_detail-wrapper .rmwb_section {
    min-width: 0;
    width: 100%;
    flex-basis: 100%;
  }
  .column70,
  .column30 {
    padding: 0px;
  }
}

@media (max-width: 700px) {
  h1.propertydetail {
    font-size: 2em;
  }
  h3.propertydetail, p, .detail-content {
    text-align: center;
  }
}

/* Responsive */
@media (max-width: 920px) {
  .services {
    flex-direction: column;
    gap: 2rem;
  }
  .service {
    max-width: 100%;
  }
  .testimonial-text {
    top: 16%;
    left: 1rem;
    max-width: 90vw;
    font-size: 0.9rem;
    padding: 1.3rem 1.5rem;
  }
  header nav ul li a::after {
    display: none;
  }
  header nav ul {
    font-size: 0.85rem;
    gap: 1.2rem;
  }
  .footer-nav-sections {
    flex-direction: column;
    gap: 1.2rem;
    align-items: flex-start;
    padding-left: 1rem;
  }
}

@media (max-width: 520px) {
  .hero h1 {
    font-size: 2rem;
  }
  .hero h2 {
    font-size: 1rem;
  }
}

.ah-tabs {
  width: 100%;
  margin: 2em 0 0;
}

.ah-tabs > input[type="radio"] {
  display: none;
}

.ah-tabs .ah-tab-labels {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  padding-bottom: 0;
}

.ah-tabs .ah-tab-labels label {
  padding: 0.65em 1.1em;
  cursor: pointer;
  font-weight: 700;
  font-size: 0.82em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #353d4a;
  background: #f7f5f0;
  border: 1px solid #ddd;
  border-bottom: 3px solid transparent;
  margin-bottom: -3px;
  transition: color 0.2s ease, background 0.2s ease;
}

.ah-tabs .ah-tab-labels label:hover {
  color: #353d4a;
  background: #353d4a;
}

.ah-tabs .ah-tab-panel {
  display: none;
  padding: 1.5em;
  border: 1px solid #ddd;
  border-top: none;
  background: #353d4a;
}

.ah-tabs .ah-tab-panel p {
  margin-top: 0;
}

.ah-tabs .ah-tab-panel ul.ah-bullet-list {
  list-style: disc;
  padding-left: 1.5em;
  margin: 0.5em 0 1em;
}

.ah-tabs .ah-tab-panel ul.ah-bullet-list li {
  margin-bottom: 0.35em;
}

.ah-tabs #ah-tab1:checked ~ .ah-tab-labels label[for="ah-tab1"],
.ah-tabs #ah-tab2:checked ~ .ah-tab-labels label[for="ah-tab2"],
.ah-tabs #ah-tab3:checked ~ .ah-tab-labels label[for="ah-tab3"],
.ah-tabs #ah-tab4:checked ~ .ah-tab-labels label[for="ah-tab4"] {
  color: #353d4a;
  background: #353d4a;
  border-color: #ddd;
  border-bottom-color: #353d4a;
}

.ah-tabs #ah-tab1:checked ~ #ah-panel1,
.ah-tabs #ah-tab2:checked ~ #ah-panel2,
.ah-tabs #ah-tab3:checked ~ #ah-panel3,
.ah-tabs #ah-tab4:checked ~ #ah-panel4 {
  display: block;
}

@media (max-width: 900px) {
  .ah-tabs .ah-tab-labels label {
    flex: 1 1 calc(50% - 4px);
    text-align: center;
  }
}

@media (max-width: 600px) {
  .ah-tabs .ah-tab-labels {
    flex-direction: column;
    gap: 0;
  }
  .ah-tabs .ah-tab-labels label {
    flex: 1 1 100%;
    text-align: left;
    border: 1px solid #ddd;
    border-bottom: none;
    border-left: 4px solid transparent;
    margin-bottom: 0;
  }
  .ah-tabs .ah-tab-labels label:last-child {
    border-bottom: 1px solid #ddd;
  }
  .ah-tabs .ah-tab-panel {
    border-top: 1px solid #ddd;
  }
  .ah-tabs #ah-tab1:checked ~ .ah-tab-labels label[for="ah-tab1"],
  .ah-tabs #ah-tab2:checked ~ .ah-tab-labels label[for="ah-tab2"],
  .ah-tabs #ah-tab3:checked ~ .ah-tab-labels label[for="ah-tab3"],
  .ah-tabs #ah-tab4:checked ~ .ah-tab-labels label[for="ah-tab4"] {
    border-left-color: #353d4a;
    border-bottom-color: transparent;
  }
}

.rmwb_info-detail, .rmwb_listing-wrapper .rmwb_description {
  text-align: left;
}
