/*
Theme Name: Mahogany
Text Domain: mahogany
Template: rmcore
Author: Rent Manager
Author URI: https://www.rentmanager.com
Description: Custom theme created by Rent Manager
Version: 1.1.5
License: Proprietary, non-distributed
*/
body {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body * {
  box-sizing: inherit;
  transition: all .3s ease;
}

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

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

.main a {
  color: inherit;
}

.strong {
  font-weight: 800;
}

.nodec {
  text-decoration: none;
}

.nodec:hover {
  text-decoration: underline;
}

.nodecatall {
  text-decoration: none;
}

.rm-core-paragraph-wrapper {
  width: 80%;
  margin: 30px auto;
}

.header {
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  /* margin-bottom: 4rem; */
  background-color: #debb92;
}

.header .logo-area {
  max-width: 22rem;
}

.header-home {
  min-height: 100vh;
}

.header-home {
  min-height: 100vh;
}

.header-home .header-overlay {
  background: rgba(0, 0, 0, 0.4);
}

.header-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  /*background: rgba(0,0,0,.4);*/
  left: 0;
  top: 0;
  z-index: 0;
}

.header-main h1 {
  font-size: 50px;
}

.header-main h2 {
  line-height: 1.5;
}

.header-main h1, .header-main h2 {
  opacity: 0;
  animation: fadeIn 1.5s ease-in-out forwards;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

.header-main {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 10;
  width: 100%;
  bottom: 5rem;
  margin-left: 5%;
  height: 50%;
  margin-top: 4rem;
  align-self: flex-end;
  color: #ffffff;
  flex-direction: column;
}

@media (min-width: 801px) {
  .header-main {
    width: 70%;
  }
}

@media (min-width: 1201px) {
  .header-main {
    position: absolute;
  }
}

.header-main__buttons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  visibility: hidden;
}

@media (min-width: 801px) {
  .header-main__buttons {
    justify-content: flex-start;
  }
}

.header-main a {
  color: #ffffff;
  border: 2px solid;
  border-radius: 100%;
  text-decoration: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: .5rem;
  font-size: 1.3rem;
  margin-right: 3rem;
}

.header-main a:first-of-type {
  align-self: flex-end;
}

.header-main a:nth-child(2) {
  align-self: center;
}

@media (min-width: 1201px) {
  .header-main a:last-of-type {
    margin-top: -2rem;
    margin-left: -1rem;
  }
}

.header-main a:hover {
  transform: scale(0.8);
}

.header-buttons {
  margin: 0 auto 5rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  z-index: 9;
}

@media (min-width: 801px) {
  .header-buttons {
    justify-content: flex-end;
    flex-direction: column;
    margin: 0 5% 5rem auto;
  }
}

.header-buttons.interior {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 0px;
  margin-top: 7px;
}

@media (min-width: 801px) {
  .header-buttons.interior {
    justify-content: space-between;
  }
}

.header-buttons.interior .title-bar {
  margin-right: auto;
  /*color: $white;*/
  width: 100%;
  text-align: center;
}

@media (min-width: 801px) {
  .header-buttons.interior .title-bar {
    width: auto;
    text-align: left;
  }
}

.header-buttons.interior .title-bar h1 {
  font-size: 1.5em;
  text-transform: uppercase;
  font-weight: 800;
}

.header-buttons.interior a {
  margin: 1rem 0 1rem 1rem;
}

.header-buttons a {
  padding: .5rem 1rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  text-decoration: none;
  border: 2px solid;
  margin: .5rem 1rem;
}

@media (min-width: 801px) {
  .header-buttons a {
    margin: .5rem 0;
  }
}

.header-buttons a:after {
  content: '\f061';
  margin-left: .5rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.nav-banner-bar {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  color: #ffffff;
  position: relative;
  z-index: 10;
  justify-content: space-between;
  align-items: flex-start;
  background: #000000;
  width: 100%;
  margin: 0px;
  padding: 30px 60px;
  height: 22vh;
}

.nav-banner-bar .logo {
  font-size: 2rem;
  font-weight: bold;
}

.nav-banner-bar a {
  color: #ffffff;
  text-decoration: none;
}

.home .nav-banner-bar {
  background: rgba(0, 0, 0, 0.85);
}

.primary-menu-area ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
}

.primary-menu-area ul li {
  padding: 1em;
}

.primary-menu-area ul li:last-child {
  padding-right: 0;
}

.primary-menu-area ul a {
  text-transform: uppercase;
  color: #fff;
  font-size: 1em;
  border-bottom: 2px solid transparent;
  font-weight: 600;
}

.primary-menu-area ul a:hover {
  border-color: #ffffff;
}

#menu-main-menu li.menu-item-has-children {
  position: relative;
}

#menu-main-menu li.menu-item-has-children ul.sub-menu {
  position: absolute;
  visibility: hidden;
  transition: all .4s;
  margin: 0;
  opacity: 0;
  top: 2.75em;
  padding: 0;
  width: 200px;
  display: flex;
  flex-direction: column;
  z-index: 2;
  list-style-type: none;
  background: rgba(0, 0, 0, 0.6);
}

#menu-main-menu li.menu-item-has-children ul.sub-menu li {
  padding: 0;
  margin: .15em 0;
  transition: all .4s;
}

#menu-main-menu li.menu-item-has-children ul.sub-menu li a {
  display: flex;
  padding: .5em .75em;
  background-color: transparent;
}

#menu-main-menu li.menu-item-has-children:hover ul {
  visibility: visible;
  opacity: 1;
}

#menu-main-menu li.menu-item-has-children:last-child ul.sub-menu {
  right: 0;
}

.bottom-footer {
  padding: 2.5rem 0;
  text-align: center;
}

.footer-logo {
  height: 150px;
}

/* Gutenberg alignment sample */
.rm-core-block-wrapper {
  max-width: 70em;
  margin: 0 auto;
  width: 90%;
}

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

.list-with-icons {
  padding: 4rem 0;
  background-size: cover;
  background-position: center center;
  position: relative;
}

.list-with-icons.has-bg * {
  color: #ffffff !important;
}

.list-with-icons .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5) !important;
  z-index: 1;
}

.list-with-icons h2 {
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  position: relative;
  z-index: 10;
}

.list-with-icons__wrapper {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 10;
}

.list-with-icons__item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 1rem 2rem;
  align-items: center;
}

@media (min-width: 801px) {
  .list-with-icons__item.columns {
    width: calc(50% - 4rem);
  }
}

.list-with-icons__item i {
  font-size: 3em;
}

@media (min-width: 801px) {
  .list-with-icons__item i {
    flex: 1 1;
  }
}

.list-with-icons__description {
  margin: 1rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 1001px) {
  .list-with-icons__description {
    flex: 12 1;
    margin-left: 2rem;
  }
}

.list-with-icons__description p {
  margin: .5rem 0;
}

.list-with-icons__title {
  font-size: 1.2em;
  width: 100%;
}

.list-with-icons__content {
  width: 100%;
}

/*General Circle Image*/
.general-circle-image {
  width: 80%;
  margin: 50px auto 4rem;
}

.general-circle-image h2 {
  padding: 0;
  margin: 0;
}

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

@media (min-width: 801px) {
  .general-circle-image .row {
    flex-direction: row;
  }
}

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

@media (min-width: 801px) {
  .general-circle-image .row .col:first-child {
    flex-basis: 60%;
    width: 60%;
  }
}

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

@media (min-width: 801px) {
  .general-circle-image .row .col:last-child {
    flex-basis: 35%;
    width: 35%;
  }
}

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

@media (min-width: 801px) {
  .general-circle-image .row img, .general-circle-image .row .object-fit {
    height: 31vw;
    max-height: 385px;
    max-width: 385px;
  }
}

/*Full width text with three sub-content columns*/
.three-col-lists {
  width: 90%;
  margin: 0 auto 4rem;
}

.columns3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}

@media (min-width: 801px) {
  .columns3 {
    flex-direction: row;
  }
}

.columns3 .col {
  padding: 20px;
  flex: auto;
  width: 100%;
  max-width: 29rem;
  margin: 0 auto;
}

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

.accordion-section {
  width: 80%;
  margin: 0 auto;
}

.accordion-container {
  cursor: pointer;
  /*.accordion-item-title{
	  background-color: darkgrey;
	}*/
}

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

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

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

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

.form-bg-color {
  width: 100%;
  font-size: 1.15em;
}

.form-bg-color .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 90%;
  margin: 0 auto;
}

@media (min-width: 801px) {
  .form-bg-color .row {
    justify-content: space-between;
  }
}

.form-bg-color form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.form-bg-color h2.form-bg-color-sub-title {
  font-size: 3rem;
  text-align: center;
  margin-bottom: 2rem;
  width: 100%;
}

.form-bg-color .form-bg-color-content, .form-bg-color .form-bg-color-form {
  width: 100%;
  margin-bottom: 4rem;
}

.form-bg-color .form-bg-color-column {
  width: 100%;
  margin-bottom: 2rem;
}

@media (min-width: 801px) {
  .form-bg-color .form-bg-color-column {
    width: 45%;
  }
}

/*Card Circle Overlay*/
.card-circle-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 90%;
  margin: 0 auto 4rem;
}

.card-circle-container .card-circle-item {
  width: 300px;
  margin: 1em 2em;
  display: flex;
  flex-direction: column;
}

.card-circle-container .card-circle-top {
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-circle-container .card-circle-top img.object-fit {
  width: 250px;
  height: 250px;
  object-fit: cover;
  margin: 3em 1em -5em 1em;
  border-radius: 100%;
}

.card-circle-container .card-circle-top .object-fit-fallback {
  width: 250px;
  height: 250px;
  margin: 3em 1em -5em 1em;
  border-radius: 100%;
}

.card-circle-container .card-circle-bottom {
  margin-top: 7em;
  padding: 1em;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  flex: 1 1 auto;
}

.card-circle-container .card-circle-title {
  font-weight: bold;
}

.search-units-section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 90%;
  margin: 0 auto;
}

.search-units-section h2 {
  width: 100%;
  text-align: center;
}

#search {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  align-items: center;
}

#search label {
  display: none;
}

#search div {
  max-width: 15rem;
  width: 100%;
  margin: .5rem;
}

#search select, #search input, #search button {
  width: 100%;
  padding: .5rem 1rem;
  margin: .3rem 0;
  border: 2px solid;
  font-weight: bold;
}

#search button {
  width: 100%;
  max-width: 15rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: .69rem 1rem;
  cursor: pointer;
}

.wp-block-column .search-units-section {
  max-width: 25rem;
  margin: 0 0 0 auto;
  justify-content: flex-end;
  width: 100%;
}

.wp-block-column #search div {
  max-width: none;
  margin: 0;
}

.wp-block-column #search button {
  justify-self: flex-end;
  margin-left: auto;
  max-width: 50%;
}

.featured-slider .owl-nav {
  text-align: center;
  font-size: 3rem;
}

.featured-slider .owl-nav button {
  margin: 0 1rem;
}

.featured-properties {
  padding: 3rem 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.featured-properties h2 {
  width: 100%;
  text-align: center;
  margin-bottom: 2rem;
}

.featured-properties h3, .featured-properties h4, .featured-properties .featured-property-title {
  width: 100%;
  text-align: center;
}

.featured-properties h3 {
  text-transform: uppercase;
}

.featured-properties .owl-stage {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 2rem 0 3.5rem;
}

.featured-properties .featured-property {
  max-width: 18.75rem;
  position: relative;
  margin: 0 auto;
  box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  min-height: 15.6rem;
  width: 100%;
  background-size: cover;
  background-position: center center;
}

.featured-properties .featured-property .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.featured-properties .featured-property a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 6rem;
  height: 6rem;
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.5);
  border-radius: 100%;
  text-decoration: none;
  margin: auto 0 -3rem;
  border: 2px solid;
  text-transform: uppercase;
}

.rmwb_listing-wrapper-grid {
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  padding: 5px;
  border-bottom: 1px solid #cccccc;
  align-items: center;
  width: 100%;
  margin: 5px 0px;
}

.rmwb_listing-wrapper-grid > div {
  text-align: center;
  padding: 10px;
  min-height: 40px;
}

.rmwb_listing-wrapper-grid a {
  color: #e5e6d3;
  font-weight: 600;
}

a.detailsbutton {
  background-color: #debb92;
  color: #000000;
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: 300;
  text-decoration: none;
  margin-left: 20px;
  border: 2px solid #000000 !important;
}

a.detailsbutton:hover {
  background-color: #000000;
  color: #ffffff;
  border: 2px solid #ffffff !important;
}

/* PROPERTY DETAIL STYLING */
/*.prop-hero-container {
    position: relative;
    object-fit: contain;
    width: 100vw;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    background-position: center;
    background-size: cover;
    height: 600px;
    margin-bottom: 20px;
}*/
.prop-hero-container {
  position: relative;
  width: 100%;
  margin: 0px auto 20px;
  padding: 0;
  background-position: center;
  background-size: contain;
  min-height: 600px;
  background-repeat: no-repeat;
}

.prop-hero-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background-color: rgba(0, 0, 0, 0.1); /* Darker overlay */
  z-index: 1;
  /* Ensures it sits above the background image */
}

.rmwb_header-section {
  display: flex;
  align-items: center;
  /* vertical alignment */
  justify-content: space-between;
  /* spread them across the row */
  flex-wrap: wrap;
  /* allow wrapping on smaller screens */
  gap: 1rem;
  /* optional spacing */
}

.rmwb_main-header,
.rmwb_callout-links {
  flex: 0 1 auto;
  width: 100%;
}

.slick-slide img {
  display: block;
  height: 575px;
  object-fit: cover;
  padding-left: 20px;
  width: 100%;
}

.slick-slider {
  display: block !important;
  width: 100% !important;
  position: relative !important;
}

.slick-list {
  overflow: hidden !important;
}

.slider-for, .slider-nav {
  margin: 0;
  padding: 0;
}

.slider-nav {
  margin-top: 10px;
  /* or smaller if needed */
  /* Remove any large margin/padding pushing it down */
  height: 210px !important;
}

.slider-for .slick-slide,
.slider-nav .slick-slide {
  margin: 0 !important;
  padding: 0 !important;
}

.slider-nav .slick-list {
  margin: 0;
  padding: 0;
  /* Sometimes adding overflow hidden helps */
  overflow: hidden;
}

img.nav-image {
  height: 200px;
  width: 320px;
  object-fit: cover;
}

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

.slickwrapper {
  margin-bottom: 50px;
}

@media (max-width: 1500px) {
  .slick-slide img {
    height: 420px;
  }
}

@media (max-width: 1200px) {
  .slick-slide img {
    height: 300px;
  }
}

@media (max-width: 800px) {
  .slick-slide img {
    height: 200px;
  }
}

@media (max-width: 1200px) {
  .hideforsmall {
    display: none !important;
  }
  .top-menu-containers {
    display: none;
  }
  .rmwb_listing-wrapper-grid {
    flex-direction: column;
    display: flex;
  }
  .grid-apply {
    margin: 30px 0px 10px;
  }
}
