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

.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;
 }
  .header .logo-area {
    max-width: 22rem; }
  .header-home {
    min-height: 100vh; }
  .header-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    left: 0;
    top: 0;
    z-index: 0; }
  .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; }
    @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; }
    .header-buttons a:hover {
      color:rgba(0, 0, 0, 0.4);
    }
    @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%; }
      @media (min-width: 801px) {
        .header-buttons.interior {
          justify-content: space-between; } }
      .header-buttons.interior .title-bar {
        margin-right: auto;
        color: #ffffff;
        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: normal; }
      .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 {
  width: 90%;
  margin: 2rem auto;
  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; }
  .nav-banner-bar .logo {
    font-size: 2rem;
    font-weight: bold; }
  .nav-banner-bar a {
    color: #ffffff;
    text-decoration: none; }

.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: 4rem 0;
  text-align: center; }

  .bottom-footer i{
    margin: 5px;
    font-size: 1.2em;
  }

/* 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.5em;
    font-weight: bold:
    width: 100%; }
  .list-with-icons__content {
    width: 100%; }

/*General Circle Image*/
.general-circle-image {
  width: 90%;
  margin: 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: 90%;
  margin: 0 auto; }

.accordion-container {
  cursor: pointer; }
  .accordion-container .accordion-item {
    background-color: lightgrey;
    margin: .5em 0; }
  .accordion-container .accordion-item-title {
    background-color: darkgrey; }
  .accordion-container .accordion-item-body {
    padding: .5em;
    transition: all .3s ease; }
  .accordion-container i {
    transition: all .3s ease;
    margin: .33em; }
  .accordion-container .expanded {
    transform: rotatez(90deg); }

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

    #rmwb_search_form label {
    margin: 0 20px;
}

.map-wrap {
  margin-left: auto; */
    margin-right: auto;
    padding: 0 1rem;
    width: 100%;
    max-width: 1450px;
}
}

.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; }
/* NInja Forms styling */

.nf-field-element input {
  padding: 10px;
}

.nf-form-content {
  margin-top: 10px;
}

.nf-form-content input[type=submit] {
    font-family: 'Raleway';
    background: #3C5973;
    border: 0;
    color: #f7f7f7;
    text-transform: uppercase;
    font-weight: bold;
}

.nf-form-content input[type=submit]:hover {
    background: #283b4c;
    color: #f7f7f7;
    transition: all .5s;
}

/* One Column Section */

.one-column-section {
  padding: 3em;
  margin: auto;
}
.linkbtn {
  margin-top: 2em;
}
.linkbtn a{
  padding:10px;
}

.copyright-area, .texting-links {
  margin-top: 1em;
}

/* Guest Card */
.textingDisclaimer {
  max-width: 1400px !important;
}