/*
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;
  font-size: 20px; }

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

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

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

  h1{
    font-size: 36px !important;
  }

  h2{
    font-size: 32px;
  }

  h3, h4, h5, .unit-subtitle {
    font-size: 24px;
  }

  p, span, li, .linkbtn {
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 400;
    line-height: 1.5;
  }

.main a {
  color: inherit;
    font-size: 20px; }

#menu-main-menu .menu-item,
.top-menu-area .menu-item{
	width: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; }
  .header .logo-area {
    max-width: 22rem; }
    @media(min-width:981px){
      .header .logo-area {
        max-width: 16rem; }
    }
  .header .logo-area img{
    border-radius: 53%;
    }
  .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; }
    @media (min-width: 801px) {
      .header-buttons {
        justify-content: flex-end;
        flex-direction: column;
        margin: 0 5% 5rem auto; } 
        .header-home .header-buttons {
          margin: 0 1% 12rem 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: 85%;
  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: 20px;
    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 p{
	line-height: .5;
}
/* 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; } }

    .wp-block-cover,
    .site-header{
      background-color: black;
    }

.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: 90%;
  margin: 0 auto 4rem; }
  .general-circle-image .layout-title{
    padding: 0;
    margin: 0; 
  margin-left: .25em;}
  .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; 
    margin-top: -1.25em;}
      @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;
	text-align: 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; }

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

      .max-wrap {
        margin-left: auto;
        margin-right: auto;
        padding: 0 1rem;
        width: 100%;
        max-width: 1450px; }
        @media only screen and (min-width: 35rem) {
          .max-wrap {
            padding: 0 2rem; } }
      
      span.max-wrap {
        display: block; }

        .white-wrap {
          background-color: #ffffff;
          color: #3a3a3a; }
        
        .gray-wrap {
          background-color: #eeeeee;
          color: #3a3a3a; }
        
        .background-image-section {
          color: #ffffff; }
          .background-image-section button[class*='linkbtn'] {
            color: #ffffff; }
            .background-image-section button[class*='linkbtn']:hover {
              border-color: #ffffff; }
        
        .left-justified {
          text-align: left; }
        
        .center-justified {
          text-align: center; }
        
        .right-justified {
          text-align: right; }

          .one-column-section {
            padding: 1em 0;
          }
      
      .copyright-item{
        margin: .25em 0;
      }

      .bottom-footer i{
        font-size: 40px;
        margin:.25em;
      }

      @media screen and (min-width: 1700px){
        .rmwb_unit-listings-wrapper .rmwb_listing-wrapper {
                width: calc(33.33% - 3.2em);
            }
          }

          .bannerWrap {
            background-size: cover;
            width: 100%;
            text-align: center;
            display: flex;
            align-content: space-between;
            position: relative;
            flex-direction: column;
            overflow: hidden;
            justify-content: center;}
            @media screen and (max-width: 980px){
              .bannerWrap {
                min-height: calc( 100vh - 6em);
                  }
                }

              .bannerOverlay {
                background-color: rgba(0, 0, 0, 0.3);
                z-index: 1;
                position: absolute;
                top: 0;
                bottom: 0;
                right: 0;
                left: 0;
                display: flex; }

                #bannerText{
                  width:98%;
                  height:100%;
                  position: absolute;
                  top: 0;
                  bottom: 0;
                  right: 0;
                  left: 0;
                  display: flex;
                }
              
                @media screen and (max-width: 820px){
                  .bannerWrap {
                    max-width: 50em;
                      }
                    }

                    @media screen and (max-width: 980px){
                      .bannerWrap video{
                        display:none;
                      }
                      #bannerText {
                        flex-grow: 1;
                        width: 50em;
                        max-width: 100%;
                        margin: 0 auto;
                        display: flex;
                        flex-direction: column;
                        justify-content: center; }
                    }
                    @media screen and (min-width: 981px){
                      #bannerText {
                        background:none !important; }
                    }
                    @media screen and (max-width: 280px){
                      .rmwb_detail-wrapper .rmwb_section.rmwb_header-section .rmwb_callout-links a {
                        padding: 10px 5px;
                      }
                    }

.nf-field-element input {
	height: 40px!important;
	width: 100%!important;
}
.nf-form-fields-required {
    font-size: 14px;
}
.nf-after-field .nf-error-msg {
    font-size: 14px;
}
.nf-error-msg.nf-error-field-errors {
	font-size: 14px;
}

.nf-form-layout form > div:first-of-type {
	width: 50%;
}

@media only screen and (max-width: 1200px) {
	.nf-form-layout form > div:first-of-type {
	width: 70%;
	}}
@media only screen and (max-width: 800px) {
	.nf-form-layout form > div:first-of-type {
	width: 100%;
	}}

input#nf-field-4 {
    background-color: #093968 !important;
    color: #FFF !important;
    border-color: #fff;
    padding: -0.5rem 1rem;
    border: 2px solid;
    font-family: 'Oswald';
    font-size: 20px;
    height: 50px !important;
    width: 50% !important;
    align-items: center;
    text-align: center;
    margin-left: 24%;
}

