/*
Theme Name: MECA Realty
Author: LCS - Rent Manager
Description: Custom Wordpress Theme designed and created by Rent Manager.
Version: 1.0
License: Proprietary
License URI: rentmanager.com
Theme URI: rentmanager.com
Tags: two-columns, custom-colors, custom-menu, custom-logo, editor-style, full-width-template, theme-options, blog
Author URI: rentmanager.com
*/
/*Responsive Layout*/
/*Layout Styles*/
/*Icon Alternating*/
.entry-content {
  width: 80%;
  margin: auto;
}

.reduced-width {
  width: 80%;
  margin: auto;
}

.reduced-width2 {
  width: 80%;
  margin: auto;
}

.reduced-width3 {
  width: 95%;
}

.custom-button, .allcaps {
  text-transform: uppercase;
}

.indent {
  padding-left: 2em;
}

.extratop {
  margin-top: 2em;
}

.home .one-column-section {
  width: 100%;
}

.page-content p:empty {
  display: none;
}

.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;
}

/*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 .caldera-grid {
  padding: 30px 15px 30px 30px;
}

.form-wide-section .caldera-grid .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;
}

/*General Circle Image*/
.general-circle-image h2 {
  padding: 0;
  margin: 0;
}

.general-circle-image .row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

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

.general-circle-image .row .col:first-child {
  width: 60%;
  flex-basis: 60%;
  flex-grow: 0;
  flex-shrink: 0;
}

@media (max-width: 800px) {
  .general-circle-image .row .col:first-child {
    flex-basis: auto;
    width: auto;
  }
}

.general-circle-image .row .col:last-child {
  width: 35%;
  flex-basis: 35%;
  flex-grow: 0;
  flex-shrink: 0;
  text-align: center;
}

@media (max-width: 800px) {
  .general-circle-image .row .col:last-child {
    flex-basis: auto;
    width: auto;
  }
}

.general-circle-image .row img, .general-circle-image .row .object-fit {
  border-radius: 50%;
  width: 100%;
  height: 31vw;
  max-width: 385px;
  max-height: 385px;
  object-fit: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 auto;
}

@media (max-width: 800px) {
  .general-circle-image .row img, .general-circle-image .row .object-fit {
    height: 81vw;
    max-height: 350px;
    max-width: 350px;
  }
}

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

.text-feature-box.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.text-feature-box h2 {
  width: 100%;
}

.text-feature-box hr {
  border-style: solid;
  width: 100%;
}

.text-feature-box-content {
  width: 65%;
}

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

.text-feature-box-text {
  width: calc(35% - 32px);
  padding: 30px;
  margin: 0 0 30px 30px;
  line-height: 2em;
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
}

@media (max-width: 800px) {
  .text-feature-box-text {
    width: 100%;
    margin: 20px 0;
  }
}

html {
  padding: 0;
  margin: 0;
  background: #FFF;
}

body {
  font-family: "Montserrat", sans-serif;
  padding: 0;
  margin: 0;
  font-size: 18px;
  /*font-weight: 100;*/
  line-height: 1.6;
}

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

li {
  font-size: 24px;
}

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

.intro {
  font-size: 1.2em;
}

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

.centered {
  text-align: center;
}

section.testmonial-slider-section {
  background-color: #acd6f2;
  padding: 3em 0px;
}

.testimonial-flex {
  width: 70%;
  margin: auto;
}

.testimonials-slider {
  width: 100%;
}

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

.test-slide {
  margin: 0px 3em;
}

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

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

.button {
  display: inline-block;
  padding: 10px 15px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  border: 2px solid;
  width: 100%;
  font-weight: 600;
  align-content: center;
}

.button2 {
  display: inline-block;
  padding: 10px 15px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  font-weight: 600;
  align-content: center;
}

/*h1, h2{
    font-family: "baskerville-no2", sans-serif;
  }*/
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
}

h1 {
  font-size: 3em;
  padding: 20px 0;
  margin: 0;
  text-transform: capitalize;
  font-weight: 800;
}

h1.page-title {
  color: #00165f !important;
  text-transform: capitalize;
  text-align: left;
  background-color: #ffffff;
  margin: 0.25em 10%;
  font-weight: 700;
}

.stronger {
  font-weight: 800;
}

h2 {
  font-size: 2.5em;
  padding: 15px 0 8px 0;
  margin: 0;
  text-transform: capitalize;
  font-weight: 600;
}

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

h3 {
  font-size: 1.75em;
  padding: 10px 0 5px 0;
  margin: 0;
  text-transform: capitalize;
  font-weight: 700;
  color: #68c4a0;
}

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

h4 {
  font-size: 1.25em;
  padding: 8px 0;
  margin: 0;
  font-weight: 800;
}

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

ul.styled-list li::before,
.full-width-row {
  padding: 5vh 50px;
}

.row {
  display: block;
  width: 100%;
  padding: 5vh 50px;
  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;
}

.map-overlay {
  background: transparent;
  position: relative;
  width: 100%;
  height: 480px;
  /* your iframe height */
  top: 480px;
  /* your iframe height */
  margin-top: -480px;
  /* your iframe height */
}

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

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

.social-cta {
  width: 100%;
  text-align: center;
  display: block;
}

img.rmp-menu-title-image {
  width: 90% !important;
}

ul.sub-menu {
  margin-left: 15px !important;
  min-width: 25px;
}

.copyright {
  padding: 0 1em;
  border-right: 2px solid white;
}

.created-by {
  padding: 0 1em;
}

@media only screen and (max-width: 475px) {
  .page-footer .row {
    flex-direction: column;
  }
  .page-footer .address {
    border: none;
    padding-right: 0;
  }
  .page-footer .copyright {
    border-right: none;
  }
}

/*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;
  margin: 0 10px 0 0;
  position: relative;
  font-size: 12px;
  box-sizing: border-box;
}

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

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

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

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

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

input[type="date"] {
  padding: 11px;
}

@media (max-width: 800px) {
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  input[type="search"],
  input[type="date"],
  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: 10px 20px;
  margin: 0;
  border-radius: 0;
  transition: all .2s;
  background: none;
  font-weight: bold;
  font-size: .9em;
  text-transform: uppercase;
  box-sizing: border-box;
  border-style: solid;
}

@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: -50px;
  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: capitalize;
  padding: 0;
  margin: 0;
  font-size: 3.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%;
  }
}

.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;
}

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

.text-and-list h3 {
  text-align: left;
  margin: 25px 0 10px 0;
  font-size: 21px;
}

.text-and-list li {
  font-size: 15px;
}

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

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

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

.caldera-grid label {
  color: black;
  font-size: 15px;
  font-weight: 100 !important;
}

.page-id-375 .entry-content {
  background-color: white;
  padding: 40px 10px 40px 10px;
}

.page-id-375 .entry-content h3 {
  text-align: center;
  text-transform: none;
  font-weight: 100;
  font-size: 20px;
  font-family: 'Nanum Gothic';
  padding-bottom: 10px;
  padding-top: 0px;
}

.page-id-375 .two-column-with-image .entry-content {
  padding: 0px 0px 40px 0px;
}

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

.page-template-page-property-listing .more-details {
  display: none;
}

.page-template-page-property-listing .rmwb_listing-wrapper .rmwb_detail-button-wrapper {
  justify-content: center;
}

/* NEW CSS */
.text-slider.owl-carousel .owl-nav, .hero-slider.owl-carousel .owl-nav {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.hero-slider {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  /*min-height: 100vh;*/
}

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

.home-hero-subheader h3 {
  text-shadow: 1px 1px 1px black;
}

.hero-slider .slide-description-container {
  width: 100%;
  margin: auto;
  padding-top: 150px;
  padding-bottom: 50px;
  min-height: calc(94vh - 120px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.slide-description {
  display: flex;
  flex-direction: column;
  gap: 1em;
  position: relative;
  z-index: 500;
  width: 100%;
  text-align: center;
  /* Remove: margin: 7em auto 2em; */
  /* Remove: bottom: 0; */
}

.home-hero-description {
  width: 100%;
  background-color: #ffda00;
  padding: 10px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.5rem;
}

@media only screen and (min-width: 55rem) {
  .hero-slider .slide-description-container {
    height: auto;
  }
}

/*.hero-slider .slide-description {

    width: 100%; }*/
.hero-slider .slide-description {
  position: relative;
  bottom: 0;
  z-index: 500;
  margin: 7em auto 2em;
  width: 100%;
  text-align: center;
}

@media (max-width: 1200px) {
  .hero-slider .slide-description {
    margin-top: 1em;
  }
}

.hero-slider p {
  font-size: 1.25em;
}

.hero {
  height: 550px;
}

.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;
}

.home-hero-header {
  background-color: rgba(0, 22, 95, 0.4);
  backdrop-filter: blur(8px);
  min-width: 400px;
  margin: 0.5em auto;
  padding: 0px 1em;
}

.home-hero-header h1 {
  padding-top: 0;
  color: #ffffff;
  padding: 0px;
  line-height: 0.5;
}

.slider_subheading {
  width: 75%;
  margin: auto;
  text-align: center;
}

.slider_sub {
  color: white;
  /*font-weight: 700;*/
  text-shadow: 5px 5px 5px black;
  line-height: 1.5;
}

@media (min-width: 1200px) {
  .slider_sub {
    font-size: 30px !important;
  }
}

.home-hero-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 1em;
}

@media (max-width: 1200px) {
  .home-hero-buttons {
    margin-top: 5em;
  }
}

@media only screen and (max-width: 675px) {
  .home-hero-buttons {
    width: 100%;
  }
  .linkbtn {
    width: auto !important;
  }
  .home .multiple-cta-section {
    padding: 1em 0px 2em !important;
  }
}

@media only screen and (max-width: 500px) {
  .home-hero-buttons {
    display: block;
    text-align: center;
  }
}

.home-hero-buttons div {
  margin: .5em 0;
}

@media only screen and (max-width: 425px) {
  .hero-slider .slide-description {
    top: 3em;
  }
}

.div-button-1, .div-button-2 {
  width: 40%;
  text-align: center;
}

.owl-carousel {
  display: block !important;
}

.owl-dots {
  margin-top: -25px;
  z-index: 9999;
  position: relative;
}

/* Blocks - Columns w/ image & text section*/
body section {
  padding: 2rem 0;
}

@media only screen and (min-width: 35rem) {
  body section {
    padding: 2rem 0;
  }
}

.column-container, .column-container .column {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.column-container {
  justify-content: center;
}

.column-container .column {
  flex: 1 1;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  margin: 2rem;
  text-align: center;
}

.column-container .column > *:not(a) {
  width: 100%;
}

.column-container .col-image {
  margin-bottom: 1rem;
  height: 350px;
  width: 100%;
}

.column-container p {
  margin-top: 0;
}

.white-wrap {
  background-color: #ffffff;
  color: #3a3a3a;
}

.max-wrap {
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem;
  max-width: 80%;
}

.max-wrap2 {
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem;
  max-width: 100%;
}

.left-justified {
  text-align: left;
}

.center-justified {
  text-align: center;
}

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

.col-content h3 {
  color: #68c4a0 !important;
  font-size: 30px;
  text-transform: uppercase;
}

.letsgo {
  align-content: center;
}

@media (max-width: 1200px) {
  .letsgo {
    width: 90%;
    margin: auto;
  }
}

.section-columns-image-text h2 {
  padding: 0 2em;
}

@media only screen and (max-width: 375px) {
  .section-columns-image-text h2 {
    padding: 0;
  }
  .column-container .column {
    margin: 2rem 0;
  }
}

.col-text p {
  font-size: 20px;
  color: #000000;
  line-height: 1.5;
}

hr {
  width: 25% !important;
  margin-bottom: 15px;
}

#shadow-host-companion {
  display: none;
}

/*two column repeating row (portfolio)*/
.portfolio h2 {
  text-align: center;
  padding-bottom: 1em;
}

.two-column-portfolio {
  display: flex;
  align-items: stretch;
}

.row {
  width: 100%;
  max-width: inherit;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  box-sizing: border-box;
}

.two-column-portfolio-left {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.portfolio-grid-content {
  display: flex;
  padding-bottom: 1em;
}

.portfolio-repeater-image {
  width: 200px;
  height: 200px;
  margin: 2em 4em 2em 2em;
  border-radius: 10em;
}

.two-column-portfolio-right {
  flex-basis: 50%;
  align-self: center;
  margin: 2em 2em 2em 4em;
}

.portfolio-repeater-heading {
  display: flex;
  align-items: center;
  flex-basis: 40%;
}

.two-column-portfolio-left h2 {
  font-size: 2.5em;
  font-weight: 800;
}

.two-column-portfolio-left hr {
  border: 2px solid;
}

span.portfolio-text {
  padding: 1em 0;
}

.portfolio-repeater-content h4 {
  text-transform: uppercase;
}

.portfolio-button {
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  padding-top: 2em;
}

.portfolio-button .button, .portfolio-button .button2 {
  width: 25% !important;
}

.accent-wrap .button {
  background-color: white !important;
  color: #00165f !important;
}

@media only screen and (max-width: 700px) {
  .portfolio-repeater-image {
    width: 100px;
    height: 100px;
  }
  .two-column-portfolio-left {
    width: 30%;
  }
  .two-column-portfolio-right {
    flex-basis: 70%;
    margin: 2em;
  }
  .portfolio-repeater-image {
    margin: 2em;
  }
  .portfolio-button .button {
    width: 50% !important;
  }
}

@media only screen and (max-width: 475px) {
  .two-column-portfolio-left {
    width: 40%;
  }
  .two-column-portfolio-right {
    margin: 2em 0 2em 2em;
  }
}

@media only screen and (max-width: 330px) {
  .portfolio-repeater-image {
    width: 75px;
    height: 75px;
  }
  .two-column-portfolio-right {
    margin: 2em 0 2em 1em;
  }
  .two-column-portfolio-left {
    width: 35%;
  }
}

/* one column multiple cta */
.multiple-cta-section {
  width: 80%;
  margin: auto;
}

.home .multiple-cta-section {
  padding: 3em;
}

.image-content img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.multiple-cta-buttons {
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 1.5em;
  width: 100%;
  flex-direction: row;
}

.multiple-cta-buttons-sm {
  display: flex;
  justify-content: center;
  gap: 1.5em;
  margin: 2em auto;
}

.multiple-cta-buttons-sm:has(:only-child) {
  justify-content: left;
}

.multiple-button {
  display: flex;
  gap: 1.5em;
  width: 100%;
  align-self: stretch;
}

.multiple-button a {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  justify-content: center;
  max-width: 500px;
  margin: auto;
}

.multiple-button-sm {
  display: flex;
  gap: 1em;
  justify-content: center;
}

.multiple-button-sm a {
  padding: 1.5em;
  width: 100%;
  display: block;
  text-align: center;
}

.addwhiteborder {
  border: solid #ffffff 1px;
}

/* text-slider-section */
.text-slider-section {
  text-align: center;
}

.text-slider-section .owl-nav {
  margin-top: -90px;
}

@media only screen and (max-width: 800px) {
  .text-slider-section .owl-nav {
    margin-top: 0px;
  }
}

.text-slider-section .fa {
  font-size: 2em;
}

.text-slider-section .slide {
  padding: 2rem 8rem;
  min-height: 200px;
  font-size: 1.3em;
  font-style: italic;
}

.fa-star {
  margin: 5px;
  color: #ebad1e;
}

@media only screen and (max-width: 700px) {
  .text-slider-section .slide {
    padding: 2rem 3rem;
  }
}

@media only screen and (max-width: 450px) {
  .text-slider-section .slide {
    font-size: 1em;
  }
}

.text-slider-section .slide img {
  width: 100px !important;
  height: 100px;
}

.slide-image {
  display: flex;
  justify-content: center;
  padding-top: 2em;
}

.image_heading_1 {
  font-size: 16px;
  font-style: normal;
}

.image_heading_2 {
  text-transform: uppercase;
  margin-top: -15px;
  font-size: 16px;
  font-style: normal;
}

body.page-id-626 section {
  padding: 0;
}

/*Image Accent Color block css*/
.image-accent-color-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.image-accent-color-content {
  margin: 1.5em;
}

.image-accent-color-container {
  min-height: 150vh;
  height: auto;
  position: relative;
}

.image-accent-color-wrapper {
  display: flex;
  height: 155vh;
}

.image-accent-color.image-side {
  width: 50%;
}

.image-accent-color.color-side {
  width: 50%;
}

.image-accent-color.content-side {
  position: absolute;
  top: -15%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  display: flex;
  align-items: center;
}

@media (max-width: 1100px) {
  .image-accent-color.content-side {
    top: 0%;
  }
}

.image-accent-color-border {
  border-width: 2px;
  border-style: solid;
  width: 100%;
}

.image-accent-color-content {
  margin: 1.5em;
}

.addt-padding {
  padding: 4em;
}

select.guestCardField {
  height: 3rem !important;
}

.guestCardForm {
  width: 100%;
}

@media only screen and (max-width: 700px) {
  .image-accent-color.content-side {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .addt-padding {
    padding: 1em;
  }
  .image-accent-color-content {
    margin: 0.5em;
  }
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  margin-top: 0 !important;
}

.sticky + .content {
  padding-top: 102px;
}

.portfolio .description {
  padding-bottom: 3rem;
}

.image-accent-color p, .image-accent-color h2, .image-accent-color h3, .image-accent-color h4 {
  color: white;
}

.page-id-650 .image-accent-color-wrapper {
  height: 120vh !important;
}

.nf-form-content input[type=submit] {
  background-color: white !important;
  display: inline-block;
  padding: 10px 60px;
  text-decoration: none;
  text-transform: uppercase;
  border: 2px solid;
  width: 100%;
  font-weight: 600;
  color: #092441 !important;
}

.nf-form-content input[type=submit]:hover {
  color: #ebad1e !important;
}

.nf-error-msg, .ninja-forms-req-symbol {
  color: #fff !important;
}

.section-columns-image-text-button {
  padding-top: 0;
  padding-bottom: 2em;
}

.section-columns-image-text-button .button {
  width: 50% !important;
}

/* Accordion */
.accordion .accordion-toggle {
  display: flex;
  justify-content: space-between;
}

.accordion .accordion-toggle {
  padding: 1rem;
  cursor: pointer;
  text-transform: none;
  font-weight: 600;
  font-size: 1em;
  align-items: center;
  margin-bottom: 10px;
}

.accordion .accordion-toggle i {
  margin-left: 1em;
  font-size: 1.5rem;
}

.accordion .accordion-content {
  display: none;
  border-left: 1px solid black;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  padding: 1rem;
  margin-top: -10px;
}

.accordion .default {
  display: block;
}

.guestCardHelpCircle {
  background: #ebad1e;
  color: #092441;
  font-size: 18px;
  font-weight: bold;
}

.guestCardTooltipText {
  background-color: #092441;
  padding: 10px 20px;
  border-radius: 6px;
}

.guestCardFieldsContainer {
  color: white;
}

.textingDisclaimer {
  font-size: 12px;
}

.hbspt-form {
  max-width: 1450px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem;
}

.popup-lightbox .details-lightbox-wrapper {
  padding: 0em;
}

/* Popup */
.popup-lightbox {
  display: none;
}

.popup-featherlight .featherlight-content {
  width: auto;
}

#forminator-module-1744, #forminator-module-1665 {
  display: block !important;
}

.rmwb_google-map-detail {
  width: 90%;
  margin: auto;
}

.wp-block-button__link {
  color: #fff;
  background-color: #00165f !important;
  min-width: 400px;
}

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

.hasgap {
  gap: 2em;
}

.text-content {
  flex-basis: 60%;
}

.image-content {
  flex-basis: 40%;
}

.image-content-50, .text-content-50 {
  flex-basis: 50%;
}

.image-content-50 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.add-sm-margin {
  margin: 0px 1em;
}

.pbutton-home {
  display: inline-block;
  padding: 10px 20px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  font-weight: 800;
  align-content: center;
  color: #ffffff;
  background-color: #68c4a0;
  font-size: 22px;
}

.pbutton-home:hover {
  color: #ffffff;
  background-color: #b3e1cf;
}

.pbutton {
  display: inline-block;
  padding: 10px 20px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  font-weight: 800;
  align-content: center;
  color: #ffffff !important;
  background-color: #00165f;
  font-size: 22px;
}

.pbutton:hover {
  color: #ffffff;
  background-color: #acd6f2;
}

.pbutton2 {
  padding: 10px 20px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  font-weight: 800;
  color: #ffffff;
  background-color: #00165f;
  font-size: 22px;
  width: 90%;
  display: grid;
  justify-self: center;
}

.pbutton2:hover {
  color: #ffffff;
  background-color: #acd6f2;
}

p {
  font-size: 24px;
}

.accordion-question {
  text-transform: uppercase;
  font-size: larger;
}

.gray-wrap {
  background-color: #dbd9d9;
}

.accent-wrap {
  background-color: #68c4a0;
  justify-content: center;
  display: flex;
  width: 100%;
}

.accent-wrap-alt {
  background-color: #acd6f2;
  justify-content: center;
  display: flex;
}

.accent-wrap a, .accent2-wrap a {
  color: #ffffff;
}

.largeicon {
  font-size: 24px;
  margin-right: 5px;
}

.allcaps {
  text-transform: uppercase;
}

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

.background-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  z-index: 2;
}

.slide-description-container {
  position: relative;
  z-index: 3;
}

.flex-slider {
  width: 40%;
  margin-left: 5%;
  top: 18%;
  position: relative;
  z-index: 800;
}

.focus-image {
  height: 600px !important;
  margin-bottom: 30px;
}

.nav-image {
  height: 150px !important;
}

img.rm-logo {
  margin-bottom: -5px;
}

/* FEATURED PROPERTY SCROLL */
.featured-wrapper {
  margin-top: 1em;
}

.featured-property {
  margin: 0px 1em;
  border: .1em solid;
  border-color: #dbd9d9;
  background-color: #ffffff;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
  padding: 1em 1em 2em;
  text-align: center;
}

.rmwb_featured-button-wrapper a {
  padding: 10px 20px;
  border: none;
  text-transform: uppercase;
  margin: 5px;
}

.featured-image {
  width: 100%;
  object-position: top;
}

.rmwb_featured-button-wrapper {
  margin-top: 30px;
}

/* LISTING STYLES */
.listing-shortcode {
  padding: 1rem 0px;
}

.notoppadding {
  padding-top: 0px;
}

.nobottompadding {
  padding-bottom: 20px;
}

.nopadding {
  padding: 0px;
}

.hidden {
  display: none;
}

/* UNIT DETAILS */
.rmwb_main-header {
  text-align: center;
  width: 100%;
}

.description {
  padding: 0px 20px 20px;
}

.amenities ul {
  column-count: 3;
  margin-left: 10%;
  margin-top: 15px;
}

.ud-centered {
  text-align: center;
  width: 100%;
}

.centered {
  text-align: center;
}

.isflex {
  display: flex;
}

.isflex2 {
  display: flex;
  flex-direction: row-reverse;
}

.isflex3 {
  flex-direction: column-reverse;
}

.add-bottom {
  margin-bottom: 2em;
}

.add-gap {
  gap: 1em;
}

hr.wp-block-separator {
  margin: 2em auto;
}

.centergap {
  gap: 2em;
}

.linkbtn {
  background-color: #00165f;
  padding: 1em 2em;
  font-weight: 800;
  width: 100%;
  display: flex;
  justify-content: center;
}

.linkbtn:hover {
  background-color: #acd6f2;
  color: #515151;
}

.ud-60 {
  width: 70%;
}

.ud-40 {
  width: 30%;
}

.contact-lease {
  background-color: #003262;
  padding: 20px;
  min-height: 96.5%;
  text-align: center;
  margin-left: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.contact-data {
  flex-basis: 80%;
}

.contact-buttons {
  flex-basis: 20%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.white {
  color: #ffffff;
}

.contacthead {
  font-size: 2.5em;
  font-weight: 800 !important;
}

.slider-nav {
  width: 93%;
  margin: auto;
  display: flex !important;
}

/* MULTIPIN MAP STYLING */
#map-canvas {
  height: 500px;
  width: 80%;
  margin: auto;
}

.greenhead {
  color: #68c4a0;
  font-weight: 800;
}

.mapdetailsbutton {
  display: inline-block;
  padding: 10px 15px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  border: 2px solid #00165f;
  width: 80%;
  font-weight: 600;
  align-content: center;
  color: #ffffff;
  background-color: #00165f;
  font-size: 16px;
}

.mapdetailsbutton:hover {
  color: #00165f;
  background-color: #ffffff;
}

.mapkeycomm {
  color: #afc117;
}

.mapkeyhouse {
  color: #1568c7;
}

.mapkeyapt {
  color: #003262;
}

.mapkey {
  display: flex;
  gap: 30px;
  justify-content: center;
  margin: 10px 0px 0px;
}

.map-flex {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
}

/* Adjust columns based on number of children */
.map-flex:has(.unit-map-details:nth-child(3):last-child) {
  grid-template-columns: repeat(3, 1fr);
}

.map-flex:has(.unit-map-details:nth-child(2):last-child) {
  grid-template-columns: repeat(2, 1fr);
}

.map-flex:has(.unit-map-details:nth-child(1):last-child) {
  grid-template-columns: repeat(1, 1fr);
}

.map-property-listing {
  text-align: center;
  max-width: 1200px;
  padding: 1em;
}

p.mapaddress {
  font-size: 18px;
}

.unit-map-details {
  font-size: 16px;
  text-align: center;
  display: flex;
  flex-direction: column;
  margin-bottom: 1em;
}

/* Carousel Image enlarge icon*/
.image-icon {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 24px;
  color: #FFFfFF;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  padding: 5px;
  width: auto;
  height: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.single-property-image img {
  width: 100%;
  min-height: 750px;
  object-fit: cover;
  margin-bottom: 17px;
}

.home section.text-icon-columns {
  background-color: #acd6f2;
}

.home .icon-column h3 {
  color: #ffffff;
  font-weight: 700;
}

section.text-icon-columns {
  text-align: left;
}

.icon-column-container {
  display: flex;
  justify-content: center;
  gap: 2em;
  width: 100%;
  margin: 2em auto 0px;
  flex-wrap: wrap;
}

.icon-column {
  display: flex;
  flex-direction: column;
  flex-basis: 30%;
}

.icon-column i {
  font-size: 3rem;
}

.icon-column h3 {
  font-weight: 400;
  color: #68c4a0;
  font-size: 1.75rem;
}

.custom-button {
  background-color: #00165f;
  color: #ffffff;
  padding: 1em;
}

.button-nest {
  margin: 2em 0px 0px;
}

a.underline {
  text-decoration: underline;
}

.link-columns {
  column-count: 3;
  column-gap: 3em;
  margin: auto;
}

@media (max-width: 1400px) {
  .link-columns {
    column-count: 2;
  }
}

@media (max-width: 900px) {
  .link-columns {
    column-count: 1;
  }
}

@media (min-width: 900px) {
  .wp-block-columns {
    flex-wrap: nowrap !important;
  }
}

/*Header*/
.page-header-home {
  background: transparent;
  position: absolute;
  top: 3em;
  left: 0;
  right: 0;
  z-index: 100;
  width: 100%;
}

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

.page-header {
  background: #68c4a0;
  position: relative;
  left: 0;
  right: 0;
  z-index: 100;
  width: 100%;
  min-height: 22vh;
}

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

.header-wrap {
  display: flex;
  gap: 30px;
  flex-basis: 80%;
  flex-direction: column-reverse;
}

.header-right {
  display: flex;
  align-self: flex-end;
}

.header-top {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.header-top a {
  color: white;
  font-weight: 600;
}

.header-top-left {
  display: flex;
  letter-spacing: 0.5px;
}

.header-top-right {
  display: flex;
}

.header-center {
  display: flex;
  flex-basis: 100%;
  justify-content: flex-end;
}

.header-top-right .search {
  padding-right: 30px;
  border-right: 2px solid white;
}

.social-links a {
  padding-left: 15px;
}

.logo-div {
  display: flex;
  flex-basis: 20%;
}

@media (max-width: 1200px) {
  .header-center {
    display: none;
  }
  .header-right {
    display: none;
  }
  .logo-div {
    flex-basis: 100%;
    justify-content: center;
  }
  .header-wrap {
    display: none;
  }
  .row.bg-color1 {
    display: none;
  }
}

@media (max-width: 950px) {
  .header-top {
    justify-content: end;
  }
}

.portal-btns .button {
  margin-left: 12px;
}

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

.logo {
  display: block;
  margin: 0 20px 0 0;
}

.logo img {
  max-height: 150px !important;
  width: auto;
}

.home .menu-item-home {
  display: none;
}

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

.logo img {
  width: 200px;
  height: auto;
}

.logo h1 {
  display: none;
}

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

@media only screen and (max-width: 375px) {
  .logo img {
    max-width: 150px;
  }
}

@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;
  gap: 10px;
}

nav.main-menu ul li {
  padding: 0;
  margin: 0 0 0 20px;
  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: 3px 0;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
  font-size: 22px;
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}

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 {
  color: #cecece;
  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;
}

.main-menu ul li a:hover {
  color: #00165f;
  text-shadow: 0px 0px 0px;
}

ul.sub-menu li a:hover {
  color: #acd6f2;
}

ul#menu-main-menu {
  font-size: 20px;
}

.footer-logo img {
  height: 100px;
}

.footer-flex {
  display: flex;
  width: 90%;
  margin: auto;
}

.footer-logo-column, .footer-info-column {
  flex-basis: 50%;
}

.footer-logo-column {
  margin-top: 1em;
}

.footer-info-column {
  text-align: right;
  display: flex;
  flex-direction: column;
  gap: 2em;
}

.footer-badge-column {
  margin: 1em auto;
}

.footer-badge-column img {
  width: 225px;
}

.page-footer {
  background-color: #666666;
  color: #ffffff;
  padding: 0.5em 0;
  /*margin-top: 1em;*/
}

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

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

nav.footer-menu ul li {
  padding: 0;
  margin: 0px;
  position: relative;
}

nav.footer-menu ul li a {
  display: block;
  white-space: nowrap;
  padding: 3px 0;
  font-weight: 600;
  text-transform: capitalize;
  border-bottom: 2px solid transparent;
}

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

.footer-menu .sub-menu {
  display: none;
}

.page-footer .row {
  justify-content: center !important;
}

.page-footer a {
  color: #ffffff;
}

@media only screen and (max-width: 600px) {
  .page-footer .menu-main-menu-container {
    display: none;
  }
}

.rmchat-shortcode {
  position: relative;
}

.rmWebChatOuterContainer {
  position: fixed;
  right: 0;
  bottom: 52px;
  right: 20px;
  z-index: 1;
}

.rmWebChatQueueButton {
  padding: 1em;
  background-color: #cecece !important;
  color: #ffffff !important;
  text-transform: uppercase;
  font-weight: 800;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  transition: .5s ease all;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.rmWebChatQueueButton:hover {
  box-shadow: none;
  color: #00165f !important;
}

.image-carousel img {
  width: 100% !important;
  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;
  }
}

.unit-carousel-wrapper {
  width: 100%;
  /*max-width: 900px;*/
  margin: 0 auto;
}

.slick-carousel-main {
  margin-bottom: 15px;
}

.slick-carousel-main .slick-slide {
  margin: 0;
}

.slick-carousel-main img {
  width: 100%;
  height: auto;
  max-height: 600px;
  object-fit: cover;
  display: block;
}

.slick-carousel-nav {
  position: relative;
  padding: 0 40px;
}

.slick-carousel-nav .slick-list {
  margin: 0;
  overflow: hidden;
}

.slick-carousel-nav .slick-track {
  display: flex !important;
  align-items: center;
}

.slick-carousel-nav .slick-slide {
  margin: 0 5px;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.3s ease;
  box-sizing: border-box;
  float: none !important;
  display: inline-block;
  vertical-align: middle;
}

.slick-carousel-nav .slick-slide:hover {
  opacity: 1;
}

.slick-carousel-nav .slick-slide.slick-current {
  opacity: 1;
  border: 2px solid #00165f;
  box-sizing: border-box;
}

.slick-carousel-nav .slick-slide img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  display: block;
}

.slick-carousel-nav .slick-prev,
.slick-carousel-nav .slick-next {
  width: 30px;
  height: 100px;
  z-index: 10;
}

.slick-carousel-nav .slick-prev:before,
.slick-carousel-nav .slick-next:before {
  color: #00165f !important;
  font-size: 24px;
}

.slick-carousel-nav .slick-prev {
  left: 0;
}

.slick-carousel-nav .slick-next {
  right: 0;
}

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

.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;
  }
}

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

.slick-dots {
  bottom: unset !important;
}

.slick-slide img {
  object-fit: cover;
  margin: auto;
}

.slick-prev:before, .slick-next:before {
  color: #00165f !important;
  font-size: 30px !important;
}

.rmwb_photo-slide img {
  height: 540px !important;
  object-fit: cover;
  padding-left: 10px;
  width: 100% !important;
  padding-bottom: 15px;
}

.next-extra {
  right: -40px !important;
}

.prev-extra {
  left: -40px !important;
}

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

.property, .unit {
  flex-basis: calc(33.333% - 0.67em);
  /* Accounts for gap */
  border: 1px solid #00165f;
  text-align: center;
}

.view-details {
  margin: 1.5em auto;
  text-align: right;
}

/* Load More Button */
.rmua-load-more-wrapper {
  text-align: center;
  margin: 1em;
}

/* Search/Filters */
.property-filters {
  width: 50%;
  margin: 0px auto 2em;
  border: 1px solid;
}

/* Featured Unit Block */
.unittype {
  margin-bottom: 15px;
}

.featured-container, .featured-wrapper {
  text-align: center;
}

/*.featured-container {
    width: 80%;
    margin: 10px auto;
    padding-left: 10px;
}*/
.featured-container {
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-content: center;
  gap: 1.5em;
  flex-wrap: wrap;
}

.featured-unit {
  border: 1px solid #00165f;
  margin: 0px;
  -webkit-box-shadow: 5px 5px 15px 5px #666;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  background-color: #eeeeee;
  display: flex !important;
}

.unit-image {
  flex-basis: 45%;
}

.unit-data {
  flex-basis: 55%;
  text-align: left;
  padding: 0px 2em;
}

.hp-featured {
  margin: 20px 0px 55px;
}

.featured-container .slick-track {
  margin-bottom: 10px;
}

.entry-content .fa-solid {
  color: #00165f;
}

img.featured-image {
  height: 400px;
  width: 100%;
  object-fit: cover;
}

.detail-flex {
  display: flex;
  gap: 5%;
}

.unit-beds, .unit-baths, .unit-rental, .unit-size, .unit-available-date {
  display: flex;
  flex-direction: column;
  text-align: center;
}

span.underline {
  border-bottom: 2px solid #68c4a0;
  margin-bottom: 10px;
}

.unit-data h2 {
  font-size: 36px;
  font-family: montserrat;
  font-weight: 700;
  line-height: 1;
  margin-bottom: -10px;
}

.unit-data h3 {
  font-size: 33px;
  font-family: montserrat;
  font-weight: 500;
  margin-bottom: 1em;
}

/* Unit Details */
.unit-details {
  text-align: center;
}

.unit-custom-description {
  font-size: 1.25em;
}

.unit-info-grid, .image-grid {
  margin: 1em 0px;
}

.unit-info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15%, 1fr));
  gap: 15px;
  margin-top: 0px;
}

@media (max-width: 800px) {
  .unit-info-grid {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
}

.slick-carousel .slick-slide img {
  object-fit: cover;
  margin: auto;
  height: 450px;
  width: 100%;
}

.unit-contact-buttons {
  display: flex;
  gap: 1em;
  margin: 1em 0px;
}

#unit-map {
  margin: auto;
  height: 400px;
  width: 100%;
}

.unit-description {
  padding: 2em 0px;
}

.unit-map-block {
  width: 80%;
  margin: auto;
}

.unit-image-gallery {
  width: 100%;
  margin: auto;
  padding-bottom: 0.5em;
}

.image-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
}

.image-grid img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.details-list {
  text-align: left;
}

.col-sm-8 {
  flex-basis: calc(69% - 2em);
}

.col-sm-4 {
  background-color: #eeeeee;
  padding: 20px;
  flex-grow: 1;
}

.unit-apply-now {
  margin: 0.5em 1em 1em;
}

.unit-bedrooms, .unit-bathrooms, .unit-rent, .unit-available-date, .pets_allowed, .unit-sqft {
  border: 1px solid #00165f;
  align-content: center;
  width: 100%;
  margin: auto;
  height: 120px;
}

.unit-leaflet-map {
  width: 100%;
  height: 400px;
  border: 1px solid #ddd;
}

@media only screen and (max-width: 1700px) {
  .multiple-button {
    flex-basis: 33%;
  }
}

@media only screen and (max-width: 1200px) {
  .left-justified, .right-justified {
    text-align: center;
  }
  .column-container .column {
    margin: 1em !important;
  }
  .column-container {
    flex-direction: column;
  }
}

@media only screen and (max-width: 1200px) {
  .multiple-cta-section {
    padding-left: 10em;
    padding-right: 10em;
  }
  .multiple-button {
    width: 100%;
    flex-basis: 100%;
  }
  a.bg-color1.bg-color2-hover.font2.bg-color1.solid-button-hover {
    width: 100%;
  }
  .slide-description-container {
    flex-direction: column;
  }
  .slide-description {
    text-align: center;
    width: 90% !important;
    margin: auto;
    top: 0px;
    left: 0px;
  }
  .flex-slider {
    width: 80%;
    margin-left: 10%;
    top: 5%;
  }
  .owl-height {
    height: 90vh !important;
  }
  .hero-slider .slide-image {
    position: relative;
    height: 90vh;
  }
  .owl-carousel .owl-stage-outer {
    overflow: visible;
  }
  .email {
    border-left: none;
  }
  .footer-flex {
    flex-direction: column;
  }
  .footer-logo-column, .footer-info-column {
    text-align: center;
  }
  .footer-bottom, .footer-info-row {
    flex-direction: column !important;
  }
  .copyright {
    border-right: none;
    margin-top: 1em;
  }
  .rmwb_listing-wrapper {
    flex-basis: 90%;
    margin: 20px auto;
  }
  .isflex, .isflex2 {
    flex-direction: column-reverse;
  }
  .ud-40, .ud-60 {
    width: 100%;
  }
  .rmwb_row {
    padding: 5vh 0px;
  }
  .slider-nav {
    height: 200px;
  }
  .amenities ul {
    column-count: 1;
  }
  .rmwb_detail-wrapper .rmwb_amenities-section li {
    justify-content: center;
  }
  .rmwb_video-wrapper {
    padding-bottom: 57%;
    width: 100%;
  }
  .slide-image {
    padding-top: 0em;
  }
  .home-hero-description {
    width: unset;
  }
  .contact-lease {
    margin-left: 0px;
  }
  .amenities ul {
    margin-left: 0px;
    margin-top: 0px;
  }
  .column-container .column {
    margin: 2rem 0.5rem;
  }
}

@media only screen and (max-width: 1000px) {
  .entry-content.featured-unit {
    flex-direction: column;
  }
  .view-details, .unit-data {
    text-align: center;
  }
  .detail-flex {
    width: 100%;
    justify-content: center;
  }
}

@media only screen and (max-width: 900px) {
  .multiple-cta-buttons-sm:has(:only-child) {
    justify-content: center;
  }
  .multiple-button-sm {
    width: 100%;
  }
  .multiple-button-sm a {
    width: 90% !important;
    display: block;
    text-align: center;
  }
  .icon-column-container {
    flex-direction: column;
  }
  .multiple-cta-buttons-sm {
    flex-direction: column;
  }
  .multiple-cta-buttons {
    flex-direction: column;
  }
  .row.footer-nav-row {
    display: none;
  }
}

@media only screen and (max-width: 875px) {
  .multiple-cta-section {
    padding-left: 5em;
    padding-right: 5em;
  }
  .multiple-button {
    width: 90%;
    margin: auto;
  }
  /*.slick-slide img {
  height: 250px;
  object-fit:cover;
  object-position: center;
}*/
  .home-hero-header {
    min-width: 0px;
  }
}

@media only screen and (max-width: 600px) {
  .multiple-cta-section {
    padding-left: 1em;
    padding-right: 1em;
  }
  .multiple-button {
    width: 90%;
    margin-bottom: 1em;
    margin: auto;
  }
  .multiple-button .button {
    width: 100%;
  }
}

.social-links-mobile {
  display: flex;
}

.social-links-mobile a {
  display: flex;
  color: #ffffff;
  margin: auto;
}

li.wprm_after_menu_content p {
  font-size: 16px !important;
  line-height: 10px;
}

li.wprm_after_menu_content {
  margin-top: 100px !important;
}

/* Tablet and below */
@media (max-width: 1200px) {
  .wp-block-image img[style*="width"] {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
  }
  .alignright, .alignleft {
    max-width: 100% !important;
  }
}

/* Mobile */
@media (max-width: 480px) {
  .wp-block-image {
    text-align: center;
    /* Centers the image if desired */
  }
  .wp-block-image img[style*="width"] {
    width: 100% !important;
    height: auto !important;
  }
}
