@charset "UTF-8";
/*
Theme Name: Rent Manager Core Child for Ilima Properties
Text Domain: rmcorechild
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
*/
/* Extends */
/*
Theme Name: Rent Manager Core Child for Ilima Properties
Text Domain: rmcorechild
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
*/
/* Extends */
.hero-slider.owl-carousel .owl-nav {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

/* Reset and base */
* {
  box-sizing: border-box;
}

body {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #000;
  background-color: #efece0;
  margin: 0px;
  padding: 0px;
  position: relative;
}

body::before {
  content: '';
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url("/wp-content/themes/rmcorechild/assets/images/white_flower.svg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto;
  opacity: 0.4;
  pointer-events: none;
  z-index: -1;
}

p, ul {
  line-height: 1.7em;
}

h1, h2, h3, h4, h5 {
  text-transform: uppercase;
}

h1, h2, h3, h4, h5, .top-nav li, .ilima-links, .ilima-links2, .ilima-links3 {
  font-family: futura-pt, sans-serif;
}

.forminator-button {
  font-family: futura-pt, sans-serif !important;
}

.home h1 {
  text-align: center;
  color: #637969;
  background-color: transparent;
}

h1 {
  text-align: center;
  color: #ffffff;
  background-color: #637969;
  padding: 0.5em;
  margin: 0px;
}

h2 {
  color: #637969;
  font-size: 3em;
}

h2.flower:before {
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  margin-right: 0.2em;
  background: url(/wp-content/themes/rmcorechild/assets/images/flower_solo_brown.svg) no-repeat center center;
  background-size: contain;
  margin-bottom: -0.3em;
}

h3.flower:before {
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  margin-right: 0.2em;
  background: url(/wp-content/themes/rmcorechild/assets/images/flower_solo_brown.svg) no-repeat center center;
  background-size: contain;
  margin-bottom: -0.3em;
}

h3 {
  color: #637969;
  font-size: 2em;
}

h3.wp-block-heading {
  margin: 1.5em 0px 0px;
}

p.disclaimer {
  font-size: 14px;
}

.centered {
  text-align: center;
}

.reducedwidth {
  width: 80%;
  margin: auto;
}

.blue {
  color: #637969;
}

.brown {
  color: #637969;
}

strong {
  font-weight: 900;
}

.title-bold-blue {
  color: #506c8f;
  font-weight: 700;
  font-size: 2.5em;
}

.title-blue {
  color: #506c8f;
  font-size: 2em;
  font-weight: 400;
  letter-spacing: 0.08em;
}

.title-brown {
  color: #70502e;
  font-weight: 500;
  font-size: 2em;
}

.title-bold-brown {
  color: #70502e;
  font-size: 2.3em;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 0;
}

.title-little-brown {
  color: #70502e;
  font-size: 1.5em;
  font-weight: 400;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #637969;
  transition: background-color 0.3s ease;
}

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

button {
  cursor: pointer;
  background-color: transparent;
  border: transparent;
  color: #637969;
  text-transform: uppercase;
}

.ilima-links, input[type=submit] {
  border: 2px solid #907857;
  color: #000;
  text-transform: uppercase;
  padding: 15px 30px;
  background: #ffffff;
  font-weight: 600;
  font-size: 18px;
  min-width: 300px;
  text-align: center;
  font-family: futura-pt, sans-serif;
}

.ilima-links:hover, input[type=submit]:hover {
  color: #637969;
  cursor: pointer;
  border: 2px solid #af9f7f !important;
}

.ilima-links2 {
  border: 2px solid #907857;
  color: #000;
  text-transform: uppercase;
  padding: 15px 30px;
  background: #ffffff;
  font-weight: 600;
  font-size: 18px;
  width: 100%;
  text-align: center;
  width: 100%;
}

.ilima-links2:hover {
  color: #637969;
  cursor: pointer;
  border: 2px solid #af9f7f !important;
}

.ilima-links3 {
  border: 2px solid #907857;
  color: #303030;
  text-transform: uppercase;
  padding: 15px 30px;
  background: none;
  font-weight: 600;
  font-size: 18px;
  width: 90%;
  text-align: center;
  display: block;
  margin: auto;
}

.ilima-links3:hover {
  color: #637969;
  cursor: pointer;
  border: 2px solid #af9f7f !important;
}

.ilima-links4 {
  border: 2px solid #ffffff;
  color: #ffffff;
  text-transform: uppercase;
  padding: 15px 30px;
  background: none;
  font-weight: 600;
  font-size: 16px;
  width: 90%;
  text-align: center;
  display: block;
  margin: auto;
  margin: 5px auto 10px;
}

.ilima-links4:hover {
  color: #637969;
  cursor: pointer;
  border: 2px solid #ffffff !important;
}

/* Container */
/* Utility */
.text-center {
  text-align: center;
}

.align-left {
  float: left;
}

.align-right {
  float: right;
}

.text-right {
  text-align: right;
}

.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Label styles */
label {
  display: block;
  color: #000;
}

/* Input field styles */
input[type=text],
input[type=tel],
input[type=email],
input[type=number],
textarea,
select {
  width: 100%;
  padding: 10px;
  margin: 0;
  border: 1px solid #ffffff;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.5;
  background-color: #ffffff;
}

/* Radio button and checkbox styles */
input[type=radio] {
  margin-right: 8px;
}

/* Textarea specific styles */
textarea {
  height: 120px;
  resize: vertical;
}

/* Optional: Styling for radio button options */
input[type=radio] + label {
  margin-left: 10px;
  font-weight: normal;
}

.fab {
  font-size: 35px;
}

img.equal_housing {
  height: 75px !important;
  margin: 10px auto 0px !important;
}

.featured-wrapper {
  text-align: center;
  width: 80%;
  margin: auto;
}

.featured-property {
  margin: 0px 1em;
  text-align: center;
  color: #637969;
}

.featured-property p:hover {
  color: #637969;
}

.slick-single .slick-slide {
  display: flex !important;
  justify-content: center;
}

.slick-single .slick-slide .featured-property {
  margin: auto;
}

.featured_property_name {
  font-size: 1.5em !important;
  text-transform: uppercase;
}

.featured-address {
  line-height: 1;
  font-weight: 600;
}

/* Header */
.site-header .fa-solid, .site-header .fas {
  color: #907857;
  font-size: 21px;
  margin-left: 30px;
}

.site-header .fa-solid a, .site-header .fas a {
  color: #907857;
}

.header-wave {
  position: absolute;
  top: 100%;
  /* put wave just below header */
  left: 0;
  width: 100%;
  height: 80px;
  pointer-events: none;
}

/* Only show on homepage */
body.home .header-wave {
  display: block;
  /* or whatever default styling you have */
}

/* Hide on all other pages */
.header-wave {
  display: none;
}

header {
  background-color: #292d2d;
  display: flex;
  justify-content: space-between;
  padding: 2em 4em 1.5em;
  position: relative;
  z-index: 99;
  width: 100%;
}

.home header {
  background-color: #292d2d;
  display: flex;
  justify-content: space-between;
  padding: 2em 4em 1.5em;
  z-index: 99;
  width: 100%;
}

header .logo svg, header .logo .logo-text {
  color: #821e29;
}

.logo-area {
  display: flex;
  min-width: 30%;
}

.logo-area img {
  height: 150px;
}

.logo-area a {
  padding: 0px 10px;
}

.top-menu-containers {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  max-width: 70%;
}

#menu-top-menu li {
  border: 2px solid #907857;
  color: #70502e;
  text-transform: uppercase;
  padding: 15px 30px;
  min-width: 250px;
  text-align: center;
}

#menu-top-menu li:hover {
  border: 2px solid #af9f7f;
  color: #907857;
  text-decoration: none;
}

nav {
  margin: 0.5em 0;
}

header nav ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-size: 1.1rem;
}

header nav ul li {
  margin-left: 2rem;
  position: relative;
}

header nav ul li:hover > ul {
  display: block;
}

header nav ul li a {
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

/* Dropdown */
header nav ul li ul {
  position: absolute;
  left: 0;
  background: #fff;
  border: 1px solid #ccc;
  min-width: 140px;
  padding: 0.3rem 0;
  display: none;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15);
  z-index: 10;
}

header nav ul li ul li {
  margin: 0;
}

header nav ul li ul li a {
  padding: 0.5rem 1rem;
  display: block;
  font-weight: inherit;
}

ul.sub-menu {
  background: #292d2d;
  border: 0px;
  min-width: 275px;
}

/* Footer main */
.footer-container {
  padding: 1rem;
  display: flex;
  justify-content: space-around;
  background: #907857;
  color: white;
  align-items: center;
  flex-direction: column-reverse;
  gap: 20px;
}

.footer-container .title {
  text-transform: uppercase;
  margin-bottom: 0px;
}

.footer-container h3 {
  font-size: 1.8em;
}

.footer-container a {
  color: white;
}

.footer-container a:hover {
  text-decoration: underline;
}

.footer-container .strong {
  font-size: 1.5rem;
  font-weight: 300;
}

.footer-container img {
  height: 150px;
  margin: 1em auto;
}

.footer-column-1, .footer-column-2, .footer-column-3 {
  text-align: center;
}

ul#menu-footer-menu {
  list-style: none;
  display: flex;
  gap: 20px;
  height: 20px;
  margin-top: 0px;
  text-transform: uppercase;
  font-size: 14px;
}

.sub-footer {
  background-color: #000;
  color: #ffffff;
  padding: 0px;
}

.subfooter-text {
  width: 100%;
  margin: auto;
  min-height: 45px;
  display: flex;
  gap: 5px;
  justify-content: center;
  background-color: black;
  padding: 10px;
  font-size: 12px;
  text-align: center;
}

img.rm-logo {
  height: 90%;
}

a.footer-link {
  color: white;
}

a.footer-link:hover {
  text-decoration: underline;
}

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

/* Hero section */
.hero {
  position: relative;
  text-align: center;
  color: white;
}

.hero img {
  width: 100%;
  height: 340px;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.hero .hero-text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  max-width: 900px;
  transform: translate(-50%, -50%);
}

.hero h1 {
  margin: 0 0 0.2rem;
  font-size: 3.5rem;
  letter-spacing: 0.06em;
  font-weight: 900;
  line-height: 1.1;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.hero h2 {
  margin: 0;
  font-weight: 600;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

/* Three columns section */
.services {
  max-width: 1120px;
  margin: 3rem auto 4rem;
  display: flex;
  gap: 1.25rem;
  justify-content: space-between;
}

.service {
  flex: 1 1 30%;
  font-family: Georgia, serif;
  box-sizing: border-box;
}

.service .service-img-wrapper {
  position: relative;
  overflow: hidden;
}

.service img {
  width: 100%;
  display: block;
  height: 210px;
  -o-object-fit: cover;
  object-fit: cover;
}

.service .service-title {
  position: absolute;
  color: white;
  font-weight: 600;
  font-size: 1.4rem;
  bottom: 12px;
  left: 12px;
  right: 12px;
  line-height: 1.2;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.7);
}

.service p {
  font-family: Arial, sans-serif;
  font-weight: 400;
  font-size: 0.94rem;
  color: #222;
  margin: 1rem 0 1.3rem;
  line-height: 1.4;
}

.service button {
  font-family: Arial, sans-serif;
  font-weight: 600;
  font-size: 0.85rem;
  text-transform: uppercase;
  padding: 0.5rem 1rem;
  border: 1px solid #70502e;
  background: transparent;
  color: #000;
  letter-spacing: 0.02em;
  transition: background-color 0.2s, color 0.2s;
}

.service button:hover {
  background-color: #444;
  color: #fff;
}

/* Welcome section */
.welcome-section {
  max-width: 900px;
  margin: 4rem auto 4rem;
  background-color: #f2f0ed;
  padding: 3rem 2rem 2.5rem;
  font-family: Georgia, serif;
  text-align: center;
}

.welcome-section h2 {
  font-weight: 600;
  font-size: 2.4rem;
  letter-spacing: 0.04em;
  margin-bottom: 0.7rem;
}

.welcome-section hr {
  width: 50px;
  border: 1px solid #aaa;
  margin: 0 auto 1.6rem;
}

.welcome-section p {
  max-width: 700px;
  margin: 0 auto 2.5rem;
  font-family: Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  color: #333;
}

.welcome-section button {
  font-family: Arial, sans-serif;
  font-weight: 600;
  font-size: 0.85rem;
  text-transform: uppercase;
  padding: 0.6rem 1.3rem;
  border: 1px solid #444;
  background: transparent;
  color: #222;
  letter-spacing: 0.04em;
}

.welcome-section button:hover {
  background-color: #444;
  color: white;
}

/* Testimonials section */
.testimonial-section {
  position: relative;
  margin: 4rem 0 1rem;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-section img.bg-img {
  width: 100%;
  height: 320px;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.testimonial-text {
  position: absolute;
  top: 30%;
  left: 3rem;
  max-width: 300px;
  background: rgba(255, 255, 255, 0.88);
  padding: 1.75rem 2rem 1.75rem 2rem;
  font-family: Georgia, serif;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.testimonial-text h3 {
  margin: 0 0 1.25rem;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}

/*** Accordion Styles ***/
.oj-accordion-row {
  padding: 20px;
}

.accordion {
  background-color: #fff;
  border: 1px solid #A59081 !important;
  color: #444;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  font-size: 1rem;
  cursor: pointer;
}

.accordion.active, .accordion:hover {
  background-color: #ccc;
}

.panel {
  padding: 12px !important;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  width: 100%;
}

.panel:not(:last-child) {
  border-bottom: none;
}

.panel p {
  width: 100%;
}

.accordion:after {
  content: "+";
  font-size: 1.5rem;
  float: right;
  margin-left: 5px;
}

.accordion .active:after {
  content: "−";
}

.accordion-item-title {
  cursor: pointer;
  font-weight: 700;
  font-size: 2rem;
}

.accordion-item-title .fa-plus, .accordion-item-title .fa-minus {
  margin-right: 0.5em;
  color: #637969;
}

.oj-accordion-wrap {
  max-width: 1400px;
  margin: 0 auto;
}

/*** Big Text Block Styles ***/
.oj-big-text-block {
  background-color: #fff;
}

/*** Video Background Hero Section Styles ***/
.hero-section {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
}

.unit-search {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  align-items: center;
  color: #fff;
}

#search,
#search select,
#search option,
#search input,
#search label {
  font-family: "area-inktrap", sans-serif;
  font-size: 14px;
}

.hero-content .unit-search label {
  color: #fff !important;
}

#hero-video {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}

.hero-fallback-image {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.hero-content {
  position: absolute;
  top: 50%;
  bottom: 50%;
  z-index: 1;
  text-align: center;
  width: 100%;
  color: white;
  box-sizing: border-box;
  padding: 0px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hero-content h1 {
  font-size: 5em;
  text-transform: uppercase;
  margin: 0px;
}

.hero-content h2 {
  font-size: 3em;
  margin: 20px;
}

/*** Two Coloumn Block Styles ***/
.two-column-layout {
  display: flex;
  margin: 20px auto;
  padding: 0;
}

.two-column-layout.reverse-layout {
  flex-direction: row-reverse;
}

.two-column-layout-quarter {
  display: flex;
  width: 80%;
  margin: auto;
}

.reverse-layout {
  flex-direction: row-reverse;
}

.column-wrap {
  display: flex;
  width: 100%;
  margin: auto;
}

.column70 {
  flex: 0 0 70%;
  overflow: hidden;
  padding: 1em;
}

.column30 {
  flex: 0 0 30%;
  display: flex;
  flex-direction: column;
  margin: 1em auto;
  padding: 1em;
  align-self: flex-start;
  flex-wrap: wrap;
  width: 100%;
}

.description {
  flex: 0 0 100%;
}

.column:last-child {
  flex-basis: 30%;
}

.content-column h2 {
  font-size: 28px;
  line-height: 1.3;
  color: #333;
  margin-bottom: 20px;
}

.content-column p {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
  margin-bottom: 20px;
}

.fa-ul {
  padding-left: 0;
  list-style-type: none;
}

.fa-ul li {
  margin-bottom: 10px;
  font-size: 16px;
  color: #555;
}

.fa-ul li .fa-li {
  margin-right: 10px;
  color: #007bff;
}

.vid-column {
  align-items: center;
}

@media (max-width: 768px) {
  .two-column-layout {
    flex-direction: column-reverse !important;
  }
  .column:last-child {
    margin-left: 20px;
  }
  .image-column, .content-column {
    padding: 10px;
  }
  .content-column h2 {
    font-size: 24px;
  }
  .content-column p, .fa-ul li {
    font-size: 14px;
  }
}

/*** Contact Styles ***/
.wp-block-contact-form-7-contact-form-selector {
  padding: 50px 0;
  background-color: #f9f9f9;
}

/* General form container styles */
.oj-owner-form-wrap {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px;
}

/* Styling each form row */
.oj-form-row-1,
.oj-form-row-2,
.oj-form-row-3,
.oj-form-row-4,
.oj-form-row-5 {
  margin-bottom: 20px;
}

.oj-form-row-1 {
  display: flex;
  justify-content: space-between;
}

.oj-form-row-4 p {
  color: black;
}

/* Label styles */
.oj-owner-form-wrap label {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
  color: #333;
}

/* Input field styles */
.oj-owner-form-wrap input[type=text],
.oj-owner-form-wrap input[type=tel],
.oj-owner-form-wrap input[type=email],
.oj-owner-form-wrap input[type=number],
.oj-owner-form-wrap textarea {
  width: 100%;
  padding: 10px;
  margin: 0;
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.5;
  background-color: #fff;
}

/* Radio button and checkbox styles */
.oj-owner-form-wrap input[type=radio] {
  margin-right: 8px;
}

/* Textarea specific styles */
.oj-owner-form-wrap textarea {
  height: 120px;
  resize: vertical;
}

/* Submit button styles */
.oj-owner-form-wrap input[type=submit] {
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

/* Optional: Styling for radio button options */
.oj-form-row-4 input[type=radio] + label {
  margin-left: 10px;
  font-weight: normal;
}

/* Responsive adjustments */
@media (max-width: 600px) {
  .oj-owner-form-wrap {
    padding: 15px;
  }
}

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

.portfolio-icon {
  font-size: 5em;
  color: #637969;
  height: 125px;
}

/*// sandy background textture //*/
.sandy {
  background-image: url("/wp-content/uploads/2025/09/sandy_background2.jpg");
  background-size: cover, 18px 18px, 6px 6px, 28px 28px, 12px 12px;
  background-repeat: no-repeat, repeat, repeat, repeat, repeat;
  padding: 1rem;
  color: #333;
  /* readable text */
}

.portfolio-block__content {
  width: 80%;
  margin: auto;
}

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

.portfolio-container {
  display: flex;
  justify-content: space-between;
  margin: 2em auto;
  width: 80%;
  gap: 2em;
}

.portfolio-items {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 30px 20px 20px;
  background: #efefee;
}

.portfolio-items h4 {
  margin: 15px 0px 0px;
}

.port-descr {
  flex-basis: 60%;
}

.port-link {
  margin: 0px 0px 30px;
  width: 100%;
}

.portfolio-hasBGIMG {
  height: 75px;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.portfolio-hasBGIMG .title {
  position: absolute;
  color: white;
  font-size: 2em;
  font-family: "Noto Sans", sans-serif;
}

.link-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.port-links {
  padding: 10px 15px;
  border: 1px solid black;
  background-color: white;
}

.port-links:hover {
  text-decoration: none;
  background-color: black;
  color: white;
}

.fullwidth_heading {
  /*font-size: 2.8em;*/
  margin: 20px;
}

.choose-side {
  display: flex;
}

.choose-side .whitebkgrd {
  background: rgba(255, 255, 255, 0.35);
  text-align: center;
}

.choose-side .column-style {
  display: flex;
  justify-content: center;
  width: 50%;
  height: 40%;
  align-items: center;
  top: 50%;
  left: 10%;
  position: absolute;
}

.slide-description {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  height: 500px;
  text-align: center;
}

.slide-description h3 {
  font-size: 2.8em;
}

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

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

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

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

/*Icon Alternating*/
.features-intro icon-alt {
  text-align: center;
}

.icon-alt-main {
  padding: 0 10%;
}

@media (max-width: 800px) {
  .icon-alt-main {
    padding: 0;
  }
}

.icon-alt-main .icon-alt-section {
  padding: 25px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  text-align: center;
}

.icon-alt-main .icon-alt-section .icon-alt-icon {
  font-size: 2em;
  padding: 0 20px;
}

@media (max-width: 800px) {
  .icon-alt-main .icon-alt-section .icon-alt-icon {
    font-size: 1.5em;
  }
}

.icon-alt-main .icon-alt-section:nth-child(even) .icon-alt-icon {
  order: 2;
}

.icon-alt-main .icon-alt-section .icon-alt-text {
  padding: 0 20px;
}

.icon-alt-main .icon-alt-section .icon-alt-text h1 {
  font-size: 2em;
  margin: 0;
  padding: 0 0 5px 0;
}

/*Full width text with three sub-content columns*/
.columns3 {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}

@media (max-width: 800px) {
  .columns3 {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }
}

.columns3 .col {
  padding: 20px;
  flex: 1;
}

@media (max-width: 800px) {
  .columns3 .col {
    padding: 20px 0;
    flex: auto;
    width: 100%;
  }
}

.columns3 .col h3 {
  padding: 10px;
  margin: 0 0 15px 0;
}

/*Card Vertical 3 Column*/
.card-vertical-3-col {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -20px;
  margin-right: -20px;
}

.card-vertical-3-col .card-vertical-col {
  width: 300px;
  flex-basis: 300px;
  padding: 15px;
  margin: 15px;
  background: #FFF;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.card-vertical-3-col .card-vertical-col span.title {
  text-transform: uppercase;
}

.card-vertical-3-col .card-vertical-col img {
  width: 100%;
}

.card-vertical-3-col .card-vertical-col a {
  border: 1px solid;
  padding: 10px;
  display: inline-block;
  margin: 10px 0;
}

.hasBGIMG {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

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

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

.hero-inner-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 600px;
  position: absolute;
  z-index: 999;
  right: 0;
  top: 0;
}

@media (max-width: 800px) {
  .hero-inner-content {
    position: relative;
    max-width: 100%;
    background-color: dimgrey;
  }
}

.hero-inner-content h2 {
  position: relative;
  padding: 0;
  font-size: 2.6em;
  font-style: italic;
  flex: 1;
  display: flex;
  align-items: center;
  color: white;
  letter-spacing: 0.04em;
}

@media (max-width: 800px) {
  .hero-inner-content h2 {
    position: inherit;
    margin: 0px;
    padding: 10px 0px;
    text-align: center;
    justify-content: center;
  }
}

.hero-slider {
  color: white;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  /*position: relative;*/
}

.hero-slider .slide-image {
  position: relative;
  height: 100vh;
}

.hero {
  max-height: 500px;
}

.hero-slider.owl-carousel.owl-drag .owl-item {
  padding: 0;
}

.hero-slider.owl-carousel .owl-nav {
  position: absolute;
  width: 100%;
  bottom: 50%;
}

.hero-slider.owl-carousel .owl-nav .owl-prev, .hero-slider.owl-carousel .owl-nav .owl-next {
  padding: 0.5rem 1rem;
  background: transparent;
  font-size: 1.75rem;
}

.hero-slider.owl-carousel .owl-nav .owl-prev:hover, .hero-slider.owl-carousel .owl-nav .owl-next:hover {
  background: transparent;
}

img.full-hero-image {
  opacity: 50%;
  object-position: bottom;
  height: 100vh;
  width: 100vw;
  object-fit: cover;
  top: 10%;
  position: relative;
}

.slider-overlay {
  z-index: 10;
  position: relative;
  width: 90vw;
  text-align: center;
  height: 100vh;
  top: 33%;
  margin: auto;
}

.wave-bottom-mask {
  height: 320px;
  overflow: hidden;
  line-height: 0;
  position: absolute;
  bottom: -120px;
  width: 100vw;
  left: 0;
  right: 0;
  z-index: 10;
  /* Adjust as needed */
  transform: scale(-1, -1);
  /* flips horizontally and vertically */
}

.wave-fill-bg {
  width: 100%;
  height: 100%;
  background-image: url("http://ilima.temp.hosting.lcs.com/wp-content/uploads/2025/07/Beige-Aesthetic-Vintage-Testimonial-Client-Review-with-Texture-Background.png");
  background-position: center;
  /* Masking the shape */
  -webkit-mask-image: url("/wp-content/themes/rmcorechild/assets/wave.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-image: url("/wp-content/themes/rmcorechild/assets/wave.svg");
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
}

.hero-slider-container {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: #000;
}

video.oj-hero-video {
  opacity: 80%;
}

img.highlight_image {
  width: 60%;
  margin: 0px auto;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.95));
}

h1.hero_title {
  font-size: 3.5em;
  color: #637969;
  margin: 0px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}

h2.hero_title2 {
  color: #ffffff;
  font-size: 9em;
  margin: 0px;
  text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.95);
  position: relative;
  font-weight: 500 !important;
  line-height: 1.5;
}

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

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

.search-container h3 {
  text-align: center;
  font-size: 2.1em;
}

.search-container form {
  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;
}

/* Two Column Boxes */
.two-column-boxes {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  gap: 2em;
}

.two-column-box-left {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.two-column-box-right {
  flex-basis: 50%;
}

.large-box-content {
  width: 50%;
  margin: 10px;
}

.image-stack {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
}

.box-grid-content {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 1em;
  margin-left: 1em;
}

@media screen and (min-width: 1120px) {
  .box-repeater-content {
    width: auto;
    height: 50%;
    margin: 10px;
  }
}

@media only screen and (max-width: 1120px) {
  .two-column-boxes {
    display: block;
  }
  .two-column-box-left {
    width: 100%;
  }
  .two-column-box-right {
    width: 100%;
    margin-left: 0;
  }
  .box-grid-content {
    display: block;
    padding-bottom: 0;
    padding-top: 1em;
  }
}

@media only screen and (max-width: 375px) {
  .two-column-boxes .max-wrap {
    padding: 0;
  }
}

.wp-block-columns {
  padding: 0 5em;
  width: 80%;
  margin: auto;
}

/* 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;
  }
}

/*# sourceMappingURL=style.css.map */
/* Featured Properties */
.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(159, 134, 87, 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-single {
  width: 42%;
  margin: 0 auto;
}

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

.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: 2em;
}

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

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

h3.propertydetail {
  margin: 1em 0 0;
  font-size: 30px;
  line-height: normal;
  color: #637969;
  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: #637969;
}

.goback a:hover {
  color: #637969;
}

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

.availability,
.rmwb_google-map-detail {
  width: 100%;
  margin-bottom: 30px;
}

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

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

.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: #637969;
  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: #9f8657;
  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: #637969;
  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;
}

.rmwb_listing-wrapper .rmwb_detail-button-wrapper a {
  flex: 1 1 auto;
  padding: 10px 14px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.06em;
  font-size: 13px;
  text-decoration: none;
  border: 2px solid #907857;
  color: #000;
  background: #ffffff;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.rmwb_listing-wrapper .rmwb_detail-button-wrapper a:hover {
  color: #637969;
  border-color: #af9f7f;
}

.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: #637969;
  text-transform: uppercase;
  font-size: 0.85em;
  letter-spacing: 0.05em;
}

.map-popup-link:hover {
  color: #9f8657;
}

@media (max-width: 1300px) {
  .column-wrap {
    flex-direction: column;
  }
  .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;
  }
}

/* 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: #9f8657;
  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: #637969;
  background: #efece0;
}

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

.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: #637969;
  background: #efece0;
  border-color: #ddd;
  border-bottom-color: #efece0;
}

.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: #637969;
    border-bottom-color: transparent;
  }
}

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

.portfolio-block__content h1 {
  font-weight: 900;
  font-size: 4.5rem;
  line-height: 1;
  color: #9f8657;
}

.portfolio-block__content h2 {
  margin: auto;
  font-size: 2.75rem;
}

.portfolio-block__content .description {
  display: flex;
  gap: 2em;
  width: 100%;
  margin: 0px auto 2em;
}

.desc-text p:first-child {
  margin-top: 0;
}

.image-carousel img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  margin: auto;
}

.image-carousel {
  max-width: 700px;
  margin-right: 40px;
  padding-bottom: -7px;
}

@media (max-width: 800px) {
  .image-carousel {
    max-width: 90%;
    margin: auto;
  }
}

.slick-prev:before, .slick-next:before {
  color: #000 !important;
}

.carousel-col-right {
  width: 100%;
  height: auto;
  align-self: flex-start;
  margin-left: 10px;
  margin-top: -20px;
}

img.ticarousel {
  height: auto !important;
}

.row-widest {
  display: block;
  width: 100%;
  padding: 5vh 50px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  box-sizing: border-box;
}

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

.slider-title {
  text-align: center;
  /* font-size: 40px;*/
}

.slider-title h2 {
  margin: 20px 0px 0px;
}

.row-car {
  display: block;
  max-width: 1500px;
  width: 100%;
  padding: 2vh 50px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  box-sizing: border-box;
}

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

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

.left-column, .right-column {
  flex-basis: 50%;
}

.left-column img, .right-column img {
  height: 350px !important;
  width: 100% !important;
  object-fit: cover !important;
}

/* Flexbox setup */
.slick-carousel .slide {
  display: flex !important;
  align-items: center;
  /* vertical centering */
  gap: 2rem;
  /* spacing between text and image */
  height: 400px;
}

.slick-carousel .slide .left-column,
.slick-carousel .slide .right-column {
  flex: 1;
  /* both take up equal width */
}

/* Alternate ordering */
.slide.image-left .left-column {
  order: 2;
}

/* move text to right */
.slide.image-left .right-column {
  order: 1;
}

/* move image to left */
@media (max-width: 1250px) {
  .slide.image-left .left-column {
    order: 1;
  }
  .slide.image-left .right-column {
    order: 2;
  }
}

.bg-color2 {
  background-color: rgba(159, 134, 87, 0.3);
  padding: 0.5em;
}

.bg-color3 {
  background-color: rgba(99, 121, 105, 0.5);
  padding: 0.5em;
}

.form-wide-top {
  display: flex;
  width: 80%;
  margin: auto;
}

.col {
  flex-basis: 50%;
}

.col1 {
  flex-basis: 40%;
}

.col2 {
  flex-basis: 60%;
}

iframe.fullmap {
  width: 80%;
  height: 420px;
  margin: 30px auto;
  display: flex;
}

.forminator-description {
  display: none !important;
}

.form-wide-section {
  padding-top: 2em;
}

h2.centered {
  margin: 20px;
}

.slickwrapper-featured {
  width: 100%;
  margin: 0px auto;
}

.slick-list {
  width: 90%;
  margin: auto !important;
}

.team_flex {
  display: flex;
  width: 80%;
  margin: 2em auto;
  gap: 2em;
  justify-content: center;
}

img.team-portrait {
  height: 500px;
  width: 100%;
  object-fit: cover;
  object-position: bottom;
}

.team-member {
  flex-basis: 30%;
}

.team-name, .team-license {
  line-height: 1;
}

.team-name {
  margin: 0.5em 0px 0px;
}

.team-bio-toggle {
  display: inline-block;
  margin-top: 0.5em;
  color: #637969;
  cursor: pointer;
  font-weight: 600;
  text-decoration: underline;
}

.team-license {
  margin: 0px 0px 0.5em;
  display: flex;
  width: 100%;
  gap: 10px;
  align-items: center;
}

.realtor-logo {
  height: 35px;
  margin-top: 1%;
}

/* Target only direct children of the ordered list */
ol.wp-block-list > li {
  font-weight: 700;
  margin-bottom: 1em;
}

/* Reset nested unordered lists */
ol.wp-block-list > li ul {
  font-size: 1.25rem;
  font-weight: 500;
}

h2.wp-block-heading {
  font-size: 1.5em;
}

.small {
  display: none;
}

.hero-small {
  display: none;
}

@media (max-width: 1250px) {
  header nav ul {
    font-size: 0.8rem;
  }
  .portfolio-container {
    flex-direction: column;
  }
  img.team-portrait {
    height: 800px;
    object-position: top;
  }
  .team_flex {
    flex-direction: column;
  }
  .slick-carousel .slide {
    flex-direction: column;
  }
  .slick-carousel .slide {
    height: 650px;
  }
  .slick-slide img {
    object-fit: cover;
    width: 100% !important;
    width: 500px;
    height: 350px !important;
    overflow: hidden;
  }
  /* .right-column {
    margin-top: -150px;
}*/
  .left-column, .right-column {
    text-align: center;
  }
  .footer-menu-area {
    display: none;
  }
  .portfolio-block__content .description {
    flex-direction: column;
  }
}

@media (max-width: 1200px) {
  .site-header {
    display: none !important;
  }
  .overlay-text {
    bottom: 69px !important;
    opacity: 1 !important;
  }
}

@media (max-width: 1087px) {
  .home .site-footer {
    margin-top: -17px;
  }
}

@media (max-width: 900px) {
  .slider-overlay {
    top: 100px;
  }
  .form-wide-top {
    flex-direction: column;
  }
  img.full-hero-image {
    top: 0;
  }
  img.highlight_image {
    width: 50%;
  }
}

@media (max-width: 950px) {
  .hero-large {
    display: none;
  }
  .hero-small {
    display: contents;
  }
  .wp-block-columns {
    width: 100%;
  }
}

@media (max-width: 780px) {
  h2.hero_title2 {
    font-size: 3.5em;
  }
  .portfolio-block__content h1 {
    font-size: 3.5rem;
  }
  .reverse-layout {
    flex-direction: column-reverse !important;
  }
}

@media (max-width: 550px) {
  h2.hero_title2 {
    font-size: 3em;
  }
  img.highlight_image {
    width: 80%;
  }
  .portfolio-block__content h1 {
    font-size: 2.5rem;
  }
  .wp-block-columns {
    padding: 1em;
  }
}

@media (max-width: 500px) {
  .subfooter-text {
    display: block;
  }
  .large {
    display: none;
  }
  .small {
    display: contents;
  }
  h2.team-name, h3.team-license {
    font-size: 2.5rem;
  }
}

@media (max-width: 400px) {
  h1.hero_title {
    font-size: 2.5em;
  }
  h2.hero_title2 {
    font-size: 2.25em;
  }
  h2 {
    font-size: 2em;
  }
  #mg-wprm-wrap li.menu-item a {
    font-size: 12px !important;
  }
  .cbp-spmenu-vertical {
    width: 100% !important;
    max-width: 100% !important;
  }
  .ilima-links {
    min-width: unset;
  }
  .title-brown {
    font-size: 1.5em;
  }
  h2.team-name, h3.team-license {
    font-size: 2rem;
  }
}

.mob-menu-logo {
  display: none;
}

@media (max-width: 1200px) {
  .mob-menu-logo {
    display: block;
    text-align: center;
    padding: 10px 0;
    background: #292d2d;
  }
  .mob-menu-logo .mob-logo {
    max-width: 150px;
    height: auto;
    margin: auto;
  }
}

.small {
  display: none;
}
