/*
Theme Name: Ebner Properties
Text Domain: ebner-properties
Template: rmcore
Author: Rent Manager
Author URI: https://www.rentmanager.com
Description: Custom theme created by Rent Manager
Version: 1.0
License: Proprietary, non-distributed
*/
/*Screen Sizes*/
/*Site Colors*/
/*Fonts*/
/*Flex Mixin*/
@import url("./assets/css/ojones.css");
* {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all .3s ease;
  box-sizing: border-box; }

html body {
  font: 14px "Lato", sans-serif;
  color: #231f20;
  line-height: 1.5rem; }
  @media screen and (min-width: 801px) {
    html body {
      font-size: 16px; } }
  html body h1, html body h2, html body h3, html body h4, html body h5 {
    line-height: 3rem;
    font-weight: bold; }
  html body h1 {
    font-size: 3em; }
  html body h2 {
    font-size: 2.5em; }
  html body h3 {
    font-size: 2em; }
  html body h4 {
    font-size: 1.5em; }
  html body h5 {
    font-size: 1.2em; }

body * {
  box-sizing: inherit; }
  body * strong {
    font-weight: bold; }
  body * em {
    font-style: italic; }

img {
  max-width: 100%;
  height: auto; }

body strong {
  font-weight: bold; }

.owl-prev, .owl-next {
  outline: none; }
  .owl-prev span, .owl-next span {
    outline: none; }

.section, .site-footer {
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
  margin: 5rem 0 0; }
  @media screen and (min-width: 1000px) {
    .section, .site-footer {
      padding: 0 5rem; } 
    }
    @media screen and (max-width: 500px) {
      .site-footer {
        overflow: hidden; } }
.object-fit {
  object-fit: cover;
  min-height: 25rem;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat; }

.entry-content > .core-block-wrapper {
  width: 90%;
  margin: 1.5rem auto !important;
  max-width: 100rem; }

.core-block-wrapper a {
  text-decoration: none;
  color: #231f20;
  border-bottom: 1.5px solid;
  padding-bottom: .2rem;
  font-weight: bold; }
  .core-block-wrapper a:hover {
    color: #377fa9; }
.core-block-wrapper li:before {
  content: '\25A0';
  color: #377fa9;
  font-weight: bold;
  display: inline-block;
  margin-right: .5rem;
  position: relative;
  top: -.15rem; }
.core-block-wrapper li.blocks-gallery-item:before {
  content: ''; }

body .caldera-grid .has-error .checkbox, body .caldera-grid .has-error .checkbox-inline, body .caldera-grid .has-error .control-label, body .caldera-grid .has-error .form-control-feedback, body .caldera-grid .has-error .help-block, body .caldera-grid .has-error .radio, body .caldera-grid .has-error .radio-inline, body .caldera-grid .has-error.checkbox label, body .caldera-grid .has-error.checkbox-inline label, body .caldera-grid .has-error.radio label, body .caldera-grid .has-error.radio-inline label {
  color: #ffffff; }

@media screen and (max-width: 801px) {
  body button#responsive-menu-button {
    width: 100% !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    justify-content: flex-start;
    align-items: center;
    padding: 0 2rem; } }
body button#responsive-menu-button .responsive-menu-label {
  order: 2; }
@media screen and (max-width: 801px) {
  body #responsive-menu-container {
    top: 55px; } }

.outline-border,
.box-border {
  position: relative; }
  .outline-border a, .outline-border .active-location,
  .box-border a,
  .box-border .active-location {
    color: #ffffff;
    text-decoration: none;
    padding: .5rem 1rem;
    position: relative;
    z-index: 2;
    left: 0;
    bottom: 0; }
    .outline-border a:hover, .outline-border .active-location:hover,
    .box-border a:hover,
    .box-border .active-location:hover {
      left: -5px;
      bottom: -5px; }

.box-border a {
  margin: 5px 0;
  left: 0;
  bottom: 0;
  display: block;
  text-transform: uppercase;
  width: 100%;
  max-width: 175px;
  border: 2px solid #ffffff;
  font-size: 1em;
  text-align: center; }

.box-border-box {
  position: absolute !important;
  left: -5px;
  bottom: 0;
  width: 100%;
  height: calc(100% - 10px);
  opacity: .75;
  z-index: 1; }

.outline-border-box {
  border-width: 1px;
  border-style: solid;
  position: absolute !important;
  left: -5px;
  bottom: 0;
  width: 100%;
  height: calc(100% - 10px);
  z-index: 1; }

.box-overlay {
  position: absolute;
  opacity: .75;
  z-index: 999999; }

.box-overlay-border {
  position: absolute;
  border-width: 1px;
  border-style: solid;
  width: 10rem;
  height: 10rem; }

.darkBlue-border {
  border-color: #132836; }

.green-border {
  border-color: #83a33e; }

.blue-border {
  border-color: #23485b; }

.orange-border {
  border-color: #d54f28; }

.darkBlue-bg {
  background-color: #132836; }

.green-bg {
  background-color: #83a33e; }

.blue-bg {
  background-color: #23485b; }

.orange-bg {
  background-color: #d54f28; }

/*Main Content*/
.main-wrapper {
  position: relative;
  background: #ffffff; }

/*Header*/
.site-header {
  margin-top: 5rem; }
  @media screen and (min-width: 801px) {
    .site-header {
      margin-top: 0; } }

.nav-banner-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 99999999;
  background: #ffffff;
  margin: 0; }
  @media screen and (min-width: 801px) {
    .nav-banner-bar {
      justify-content: space-between; } }
  .nav-banner-bar .left-button-area {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    order: 2;
    margin-bottom: 2rem; }
    @media screen and (min-width: 801px) {
      .nav-banner-bar .left-button-area {
        order: 1;
        max-width: 9rem;
        margin-bottom: 0; } }
    .nav-banner-bar .left-button-area .outline-border {
      width: 100%;
      max-width: 9rem;
      margin: 0 .5rem; }
    .nav-banner-bar .left-button-area a {
      text-decoration: none;
      display: block;
      color: #ffffff;
      text-align: center;
      padding: 5px;
      margin: 5px 0;
      position: relative;
      z-index: 2; }
  .nav-banner-bar .logo-area {
    width: 100%;
    max-width: 18rem;
    margin: 1rem auto;
    order: 1; }
    @media screen and (min-width: 801px) {
      .nav-banner-bar .logo-area {
        order: 2;
        max-width: 20rem;
        margin: 1rem 2rem; } }
    @media screen and (min-width: 1200px) {
      .nav-banner-bar .logo-area {
        max-width: 34rem; } }
    .nav-banner-bar .logo-area img {
      width: 100%; }
  .nav-banner-bar .right-link-area {
    width: auto;
    font-family: "Roboto Slab", serif;
    position: fixed;
    bottom: 3.5rem;
    left: calc(100vw - 5rem);
    background-color: #eee; }
    @media screen and (min-width: 1200px) {
      .nav-banner-bar .right-link-area {
        position: relative;
        bottom: auto;
        left: auto;
        order: 3;
        background-color: transparent; } }
    .nav-banner-bar .right-link-area a {
      text-decoration: none;
      color: #132836;
      position: relative;
      padding: .75rem 1rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-items: center; }
      .nav-banner-bar .right-link-area a:hover i.fa-arrow-right {
        transform: translateX(1rem); }
    .nav-banner-bar .right-link-area .right-link-text {
      display: none;
      margin-left: .3rem; }
      @media screen and (min-width: 1200px) {
        .nav-banner-bar .right-link-area .right-link-text {
          display: block; } }
    .nav-banner-bar .right-link-area i {
      font-size: 2em; }
      @media screen and (min-width: 1200px) {
        .nav-banner-bar .right-link-area i {
          font-size: 1em;
          margin-left: .3rem; } }
      .nav-banner-bar .right-link-area i.fa-arrow-right {
        display: none;
        transform: translateX(0); }
        @media screen and (min-width: 1200px) {
          .nav-banner-bar .right-link-area i.fa-arrow-right {
            display: block; } }
  .nav-banner-bar .top-menu-containers {
    width: 100%; }
    @media screen and (min-width: 801px) {
      .nav-banner-bar .top-menu-containers {
        order: 4; } }
    .nav-banner-bar .top-menu-containers .primary-menu-area {
      border-top: 2px solid #83a33e; }
      .nav-banner-bar .top-menu-containers .primary-menu-area ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        justify-content: center;
        position: relative; }
        .nav-banner-bar .top-menu-containers .primary-menu-area ul li {
          position: relative; }
          .nav-banner-bar .top-menu-containers .primary-menu-area ul li:hover > ul {
            display: inherit; }
          .nav-banner-bar .top-menu-containers .primary-menu-area ul li:hover a {
            -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
            -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
            box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75); }
            .nav-banner-bar .top-menu-containers .primary-menu-area ul li:hover a:after {
              padding: 1rem 0;
              top: auto; }
          .nav-banner-bar .top-menu-containers .primary-menu-area ul li:hover ul a {
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none; }
          .nav-banner-bar .top-menu-containers .primary-menu-area ul li:last-of-type a:after {
            content: '';
            width: .4rem;
            height: .4rem;
            opacity: 0; }
          .nav-banner-bar .top-menu-containers .primary-menu-area ul li:last-of-type a:hover:after {
            opacity: 1; }
        .nav-banner-bar .top-menu-containers .primary-menu-area ul a {
          text-decoration: none;
          margin: .4rem 0;
          padding: 1rem;
          color: #132836;
          display: -webkit-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
          align-items: center;
          position: relative; }
          .nav-banner-bar .top-menu-containers .primary-menu-area ul a:after {
            content: ' ';
            width: .4rem;
            height: .4rem;
            background-color: #83a33e;
            position: absolute;
            right: -.2rem;
            top: 1.5rem;
            padding: 0;
            transition: all .3s ease; }
          .nav-banner-bar .top-menu-containers .primary-menu-area ul a:hover {
            -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
            -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
            box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75); }
            .nav-banner-bar .top-menu-containers .primary-menu-area ul a:hover:after {
              padding: 1rem 0;
              top: auto; }
        .nav-banner-bar .top-menu-containers .primary-menu-area ul ul {
          display: none;
          position: absolute;
          top: calc(4rem + 2px);
          background-color: #ffffff;
          left: 0;
          padding-left: 0;
          z-index: 10;
          min-width: 12em;
          -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
          -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75); }
          .nav-banner-bar .top-menu-containers .primary-menu-area ul ul li {
            min-width: 12em;
            display: list-item;
            position: relative;
            margin: 0; }
            .nav-banner-bar .top-menu-containers .primary-menu-area ul ul li ul {
              top: -2px;
              right: 12em; }
            .nav-banner-bar .top-menu-containers .primary-menu-area ul ul li a {
              border: 0;
              border-bottom: 2px solid #83a33e;
              display: block;
              padding: .75rem .5rem;
              margin: 0; }
              .nav-banner-bar .top-menu-containers .primary-menu-area ul ul li a:hover {
                background-color: #83a33e;
                color: #ffffff; }
                .nav-banner-bar .top-menu-containers .primary-menu-area ul ul li a:hover:after {
                  content: none; }
              .nav-banner-bar .top-menu-containers .primary-menu-area ul ul li a:after {
                content: none; }

/*Header Front Page*/
.home .header-image {
  min-height: 45rem; }
  @media screen and (min-width: 500px) {
    .home .header-image {
      min-height: 35rem; } }
  @media screen and (min-width: 801px) {
    .home .header-image {
      min-height: 27rem; } }
  @media screen and (min-width: 1000px) {
    .home .header-image {
      min-height: 35rem; } }

.header-image {
  position: relative;
  min-height: 45vh;
  background-size: cover;
  background-position: center center; }

#headerVideo {
  position: absolute;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  display: none; }
  @media screen and (min-width: 801px) {
    #headerVideo {
      display: block; } }

.header-title {
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.25);
  color: #ffffff;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start; }
  @media screen and (min-width: 1000px) {
    .header-title {
      justify-content: space-between; } }
  @media screen and (min-width: 1000px) {
    .header-title.header-front-title .title-col {
      margin-left: 5rem;
      margin-right: 0; } }
  .header-title .title-col {
    margin: 0 2rem;
    text-align: center; }
    @media screen and (min-width: 1200px) {
      .header-title .title-col {
        margin: 0 5rem 0 0;
        text-align: left; } }
  .header-title .title-bar {
    margin: 3rem 0 1.5rem;
    font-family: "Poiret One", sans-serif; }
    @media screen and (min-width: 801px) {
      .header-title .title-bar {
        max-width: 25rem; } }
    @media screen and (min-width: 1200px) {
      .header-title .title-bar {
        max-width: none; } }
  .header-title .location-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 1.5em;
    margin: 0 auto;
    text-align: center;
    max-width: 25rem; }
    @media screen and (min-width: 1200px) {
      .header-title .location-section {
        max-width: none;
        text-align: left;
        margin: 0 1rem; } }
    @media screen and (min-width: 1000px) {
      .header-title .location-section {
        justify-content: space-between; } }
    @media screen and (min-width: 1200px) {
      .header-title .location-section {
        justify-content: flex-start;
        max-width: 37.5rem; } }
    .header-title .location-section h2 {
      width: 100%;
      margin: 0 .5rem;
      font-weight: 100;
      font-size: 1em; }
    .header-title .location-section .box-border {
      max-width: 175px;
      z-index: 1;
      margin: .5rem .75rem;
      width: 100%; }
    .header-title .location-section a {
      background-color: #83a33e;
      font-size: .8em; }

.home .header-callout {
  order: 1; }

.header-callout {
  background: rgba(255, 255, 255, 0.65);
  padding: 1rem;
  color: #132836;
  margin: 2rem 0;
  text-align: center;
  display: none;
  order: -1; }
  @media screen and (min-width: 1000px) {
    .header-callout {
      display: block; } }
  .header-callout .header-callout-border {
    border-width: 2px;
    border-style: solid;
    padding: 1.5rem 3.5rem; }
  .header-callout .header-callout-title {
    font-family: "Poiret One", sans-serif;
    font-size: 1.8em;
    font-weight: bold;
    margin-bottom: .5rem; }
  .header-callout a {
    text-decoration: none;
    color: #231f20;
    border-bottom: 1.5px solid;
    text-transform: uppercase;
    padding-bottom: .2rem;
    font-weight: bold; }
    .header-callout a:hover {
      color: #83a33e; }

.callout-mobile-icon {
  position: fixed;
  background-color: #ffffff;
  color: #132836;
  left: calc(100vw - 5rem);
  bottom: 0;
  z-index: 999999;
  background-color: #eee; }
  @media screen and (min-width: 1000px) {
    .callout-mobile-icon {
      display: none; } }
  .callout-mobile-icon a {
    display: block;
    padding: .75rem 1rem;
    font-size: 2em;
    border-top: 2px solid;
    color: #132836; }

.site-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 2rem 0;
  font-weight: bold; }
  @media screen and (min-width: 1000px) {
    .site-footer {
      justify-content: space-between; } }
  .site-footer .footer-left, .site-footer .footer-middle, .site-footer .footer-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin-bottom: 2rem;
    text-align: center; }
    @media screen and (min-width: 1000px) {
      .site-footer .footer-left, .site-footer .footer-middle, .site-footer .footer-right {
        -webkit-box-flex: 1 1;
        -webkit-flex: 1 1;
        -ms-flex: 1 1;
        flex: 1 1;
        width: auto; } }
  @media screen and (min-width: 1000px) {
    .site-footer .footer-left {
      justify-content: flex-start;
      text-align: left; } }
  .site-footer .footer-left .logo-footer {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    @media screen and (min-width: 1000px) {
      .site-footer .footer-left .logo-footer {
        justify-content: flex-start; } }
    .site-footer .footer-left .logo-footer img {
      max-height: 4.5rem;
      margin-right: 1rem;
      margin-bottom: 1rem; }
  .site-footer .footer-middle {
    text-align: center;
    font-family: "Poiret One", sans-serif; }
    .site-footer .footer-middle .copyright-item a {
      color: #231f20;
      text-decoration: none; }
  .site-footer .footer-right {
    justify-content: center;
    align-items: center;
    position: relative;
    width: auto; }
    @media screen and (min-width: 1000px) {
      .site-footer .footer-right {
        justify-content: flex-end; } }
    .site-footer .footer-right .box-overlay {
      width: 8rem;
      height: 8rem;
      z-index: -1;
      bottom: -3rem;
      right: .9rem; }
      @media screen and (min-width: 1000px) {
        .site-footer .footer-right .box-overlay {
          right: auto; } }
    .site-footer .footer-right .box-overlay-border {
      width: 8rem;
      height: 8rem;
      z-index: 0;
      bottom: -.5rem;
      left: 4.4rem; }
      @media screen and (min-width: 1000px) {
        .site-footer .footer-right .box-overlay-border {
          right: 5rem;
          left: auto; } }
    .site-footer .footer-right img {
      position: relative;
      z-index: 10; }
      .site-footer .footer-right img.bbb-image {
        margin-right: 2rem; }
      .site-footer .footer-right img.anniversary-image {
        margin-right: 3.4rem; }

/* Gutenberg alignment sample */
@media screen and (min-width: 68em) {
  .main-wrapper {
    overflow: hidden; }

  .main {
    margin: 0 auto; }

  .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; } }
/* Gutenberg custom color sample */
.has-branding-color {
  color: #132836; }

.has-branding-background-color {
  background-color: #132836; }

@media screen and (min-width: 500px) {
  .entry-content .wp-block-column {
    flex-basis: 100%; } }
.entry-content .wp-block-column:nth-child(2n) {
  margin-left: 0; }
  @media screen and (min-width: 801px) {
    .entry-content .wp-block-column:nth-child(2n) {
      margin-left: 32px; } }

/* Gutenberg alignment sample */
@media screen and (min-width: 68em) {
  .main-wrapper {
    overflow: hidden; }

  .main {
    margin: 0 auto; }

  .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; } }
/* Gutenberg custom color sample */
.has-branding-color {
  color: #132836; }

.has-branding-background-color {
  background-color: #132836; }

@media screen and (min-width: 500px) {
  .entry-content .wp-block-column {
    flex-basis: 100%; } }
.entry-content .wp-block-column:nth-child(2n) {
  margin-left: 0; }
  @media screen and (min-width: 801px) {
    .entry-content .wp-block-column:nth-child(2n) {
      margin-left: 32px; } }

.properties {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  width: 100%; }

.location-links {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }
  .location-links .box-border {
    width: 100%;
    max-width: 175px;
    margin: 0 1.5rem .5rem; }
    .location-links .box-border a {
      margin: 0 0 5px; }
      .location-links .box-border a.active-location {
        left: -5px;
        bottom: -5px; }

.property-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin: 3rem 0 5rem; }
  .property-list a {
    color: #ffffff;
    text-decoration: none; }
  @media screen and (min-width: 1000px) {
    .property-list {
      justify-content: space-between; } }
  .property-list .property {
    width: 100%;
    max-width: 28rem;
    min-height: 19rem;
    background-size: cover;
    background-position: center center;
    color: #ffffff;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    text-align: center;
    margin: 0 0 2rem; }
    @media screen and (min-width: 500px) {
      .property-list .property {
        max-width: 20rem;
        margin: 0 1rem 2rem; } }
    @media screen and (min-width: 1000px) {
      .property-list .property {
        margin: 0 0 2rem;
        width: 33%;
        max-width: 28rem; } }
    .property-list .property div {
      position: relative; }
    .property-list .property .property-overlay {
      position: absolute;
      width: 100%;
      height: 100%;
      background: rgba(58, 52, 53, 0.75);
      z-index: 0; }
    .property-list .property .location-area {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-end;
      width: 100%;
      font-family: "Roboto Slab", serif; }
      .property-list .property .location-area .outline-border-box {
        height: 100%;
        bottom: -5px; }
      .property-list .property .location-area a {
        display: block;
        margin: 0;
        padding: .5rem 2rem; }
    .property-list .property .property-title, .property-list .property .property-separator, .property-list .property .property-address, .property-list .property .property-detail-link {
      width: 100%; }
    .property-list .property .property-title {
      font-family: "Roboto Slab", serif;
      font-size: 1.3em; }
    .property-list .property .property-detail-link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      .property-list .property .property-detail-link a {
        border: 1px solid;
        padding: .3rem 2rem;
        text-transform: capitalize; }
    .property-list .property .property-separator {
      width: 90%;
      height: 2px;
      margin: 0 auto; }

.map-icon {
  position: absolute;
  top: 2rem;
  right: 0;
  display: block; }
  .map-icon a {
    background-color: #3a3435;
    padding: .5rem;
    color: #ffffff;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 2em; }
  .map-icon span {
    margin-left: .5rem;
    font-size: .6em;
    display: none; }

.property-map {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap; }
  .property-map .google-map, .property-map .map-filter {
    width: 100%; }
    @media screen and (min-width: 801px) {
      .property-map .google-map, .property-map .map-filter {
        -webkit-box-flex: 1 1;
        -webkit-flex: 1 1;
        -ms-flex: 1 1;
        flex: 1 1;
        flex-basis: auto;
        width: auto; } }
  .property-map .google-map {
    order: 2; }
    @media screen and (min-width: 801px) {
      .property-map .google-map {
        order: 1; } }
    .property-map .google-map .area-pin {
      display: none; }
  .property-map .map-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    background-color: #eee;
    order: 1; }
    @media screen and (min-width: 801px) {
      .property-map .map-filter {
        max-width: 350px;
        align-items: flex-start;
        order: 2; } }
    .property-map .map-filter .map-filter-title {
      font-family: "Poiret One", sans-serif;
      padding: 2rem 2rem 0;
      font-size: 1.75em;
      font-weight: bold; }
    .property-map .map-filter .outline-border-box {
      left: 5px;
      bottom: -5px;
      height: calc(100% - 5px); }
    .property-map .map-filter .map-filter-items {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      max-width: 100%;
      text-align: center;
      margin: 2rem auto;
      color: #ffffff; }
      @media screen and (min-width: 801px) {
        .property-map .map-filter .map-filter-items {
          max-width: 65%;
          text-align: left;
          margin: 2rem 0 2rem auto; } }
    .property-map .map-filter .map-filter-item, .property-map .map-filter .map-filter-reset {
      color: #ffffff;
      text-decoration: none;
      text-align: center;
      font-size: 1.1em;
      text-transform: uppercase;
      padding: .8rem;
      width: 100%;
      max-width: 10rem; }
      @media screen and (min-width: 1000px) {
        .property-map .map-filter .map-filter-item, .property-map .map-filter .map-filter-reset {
          max-width: none; } }
      .property-map .map-filter .map-filter-item:hover, .property-map .map-filter .map-filter-reset:hover {
        background-color: #ffffff !important;
        color: #3a3435 !important;
        cursor: pointer; }
    .property-map .map-filter .map-filter-reset {
      background-color: #888888; }
  .property-map.left-property-map .map-filter {
    order: -1; }
    @media screen and (min-width: 801px) {
      .property-map.left-property-map .map-filter {
        align-items: flex-end; } }
    .property-map.left-property-map .map-filter .map-filter-items {
      margin: 2rem auto 2rem 0; }
  .property-map .gm-style .gm-style-iw-d {
    min-height: 20rem; }
  .property-map .popup-window {
    max-width: 20rem; }
    .property-map .popup-window .popup__thumb img {
      width: 100%;
      height: 14rem;
      min-height: 0; }
    .property-map .popup-window a {
      text-decoration: none;
      color: #231f20;
      border-bottom: 1.5px solid;
      padding-bottom: .2rem;
      font-weight: bold; }
      .property-map .popup-window a:hover {
        color: #377fa9; }

.property-detail, .unit-detail {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.detail-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  position: relative;
  overflow: hidden;
  flex-direction: column; }
  @media screen and (min-width: 1000px) {
    .detail-main {
      flex: 2;
      max-width: 99vw; } }
  .detail-main .detail-general {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between; }
  .detail-main .location-area {
    color: #ffffff;
    font-size: 1.5em;
    padding: 1rem;
    min-width: 7rem;
    min-height: 7rem;
    position: relative;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    top: 0; }
    @media screen and (min-width: 500px) {
      .detail-main .location-area {
        min-width: 10rem;
        min-height: 10rem;
        position: relative; } }
    @media screen and (min-width: 801px) {
      .detail-main .location-area {
        font-size: 2.25em; } }
    .detail-main .location-area .box-overlay-border {
      left: 5rem;
      top: 5rem;
      display: none; }
      @media screen and (min-width: 801px) {
        .detail-main .location-area .box-overlay-border {
          display: block; } }
  .detail-main .detail-photos {
    width: 100%;
    max-width: 100%; }

.detail-info {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin: 2rem; }
  @media screen and (min-width: 500px) {
    .detail-info {
      -webkit-box-flex: 1 1;
      -webkit-flex: 1 1;
      -ms-flex: 1 1;
      flex: 1 1; } }
  .detail-info .outline-border {
    margin-bottom: 2rem;
    order: 2; }
    @media screen and (min-width: 801px) {
      .detail-info .outline-border {
        order: -1; } }
    .detail-info .outline-border .outline-border-box {
      height: 100%;
      bottom: -5px; }
    .detail-info .outline-border a {
      font-size: 1.5em;
      padding: .5rem 2rem;
      display: block; }
  .detail-info .detail-address {
    margin-bottom: 1rem;
    width: 100%; }

.detail-title {
  font-family: "Poiret One", sans-serif;
  font-weight: bold;
  width: 100%;
  margin-bottom: 1rem;
  line-height: 1; }

@media screen and (min-width: 1000px) {
  .property-sidebar {
    -webkit-box-flex: 1 1;
    -webkit-flex: 1 1;
    -ms-flex: 1 1;
    flex: 1 1; } }

.detail-photos.owl-carousel {
  padding: 1.5rem 3rem;
  min-width: 0; }
  @media screen and (min-width: 801px) {
    .detail-photos.owl-carousel {
      margin-top: 3rem; } }
  .detail-photos.owl-carousel .object-fit {
    min-height: 0;
    height: 11rem; }
  .detail-photos.owl-carousel .owl-item img {
    border: 1px solid #ffffff; }
  .detail-photos.owl-carousel .owl-nav {
    position: absolute;
    top: 5rem;
    width: 100%;
    left: 0;
    font-size: 5em;
    color: #ffffff; }
    .detail-photos.owl-carousel .owl-nav .owl-prev {
      position: absolute;
      left: .5rem; }
    .detail-photos.owl-carousel .owl-nav .owl-next {
      position: absolute;
      right: .5rem; }

.detail-add-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
  width: 100%; }
  .detail-add-info .add-info-title {
    font-family: "Poiret One", sans-serif;
    color: #ffffff;
    font-weight: bold;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1.5rem; }
    .detail-add-info .add-info-title h2 {
      padding: 1rem 3rem; }
  .detail-add-info .detail-add-info-details {
    margin: 1rem 2rem; }
    @media screen and (min-width: 801px) {
      .detail-add-info .detail-add-info-details {
        -webkit-box-flex: 1 1;
        -webkit-flex: 1 1;
        -ms-flex: 1 1;
        flex: 1 1;
        margin: 1rem auto 1rem 8rem; } }
  .detail-add-info .add-info-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    position: relative;
    width: 100%; }
    .detail-add-info .add-info-details .detail-item {
      width: calc(100% - 4rem);
      margin-bottom: 1rem; }
      .detail-add-info .add-info-details .detail-item span {
        font-weight: bold; }
  .detail-add-info .detail-separator {
    width: 2px;
    height: 80%;
    margin: 3% 2rem;
    position: absolute;
    right: 0;
    top: 0;
    display: none; }
    @media screen and (min-width: 801px) {
      .detail-add-info .detail-separator {
        display: block; } }
  .detail-add-info .detail-description {
    margin: 1rem 2rem; }
    @media screen and (min-width: 801px) {
      .detail-add-info .detail-description {
        max-width: 45%;
        margin: 1rem 2.5rem 1rem auto; } }

.property-sidebar {
  color: #ffffff;
  padding: 3rem 0;
  width: 100%; }
  @media screen and (min-width: 1000px) {
    .property-sidebar {
      max-width: 25%;
      width: auto; } }
  .property-sidebar a {
    color: #ffffff; }
  .property-sidebar .detail-map {
    margin-bottom: 2rem;
    padding: 0 3rem 2rem; }
    @media screen and (min-width: 1000px) {
      .property-sidebar .detail-map {
        padding: 0 1rem 2rem; } }
    @media screen and (min-width: 1500px) {
      .property-sidebar .detail-map {
        padding: 0 3rem 2rem; } }
    .property-sidebar .detail-map iframe {
      width: 100%;
      height: 18rem; }
  .property-sidebar .detail-title {
    text-align: left; }
  .property-sidebar .sidebar-detail {
    text-align: right;
    border-bottom: 1px solid #ffffff;
    padding: .5rem 3rem .5rem 0;
    margin: 0 0 3rem 3rem; }
  .property-sidebar .sidebar-title {
    font-family: "Roboto Slab", serif;
    text-align: left;
    font-size: 1.3em;
    margin-bottom: 1rem; }
  .property-sidebar .sidebar-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 1.5rem 0; }
    .property-sidebar .sidebar-link .outline-border .outline-border-box {
      height: 100%;
      bottom: -5px; }
    .property-sidebar .sidebar-link .outline-border a {
      background-color: #ffffff;
      display: block;
      font-size: 1.5em; }

.similar-properties.property-list {
  background-color: #eee;
  color: #231f20;
  padding: 3rem 1rem;
  justify-content: center;
  margin: 0; }
  .similar-properties.property-list .similar-properties-title {
    font-family: "Poiret One", sans-serif;
    font-weight: bold;
    font-size: 2.25em;
    width: 100%;
    text-align: center;
    padding-bottom: 2rem;
    line-height: 1; }
  .similar-properties.property-list .property {
    margin: 1rem; }

.featured-section {
  padding: 0 2rem; }
  @media screen and (min-width: 801px) {
    .featured-section {
      padding: 0 5rem; } }
  .featured-section .owl-carousel .owl-stage-outer {
    z-index: 10; }
  .featured-section .owl-carousel .slide-item {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 28rem; }
  .featured-section .owl-carousel .featured-slide-inner {
    background: rgba(58, 52, 53, 0.75);
    color: #ffffff;
    padding: 1.5rem;
    position: relative; }
    .featured-section .owl-carousel .featured-slide-inner .featured-slide-inner-top {
      font-family: "Roboto Slab", serif;
      font-size: 1.3em;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: flex-start;
      padding-bottom: 1rem;
      border-bottom-width: 2px;
      border-bottom-style: solid; }
      @media screen and (min-width: 500px) {
        .featured-section .owl-carousel .featured-slide-inner .featured-slide-inner-top {
          justify-content: space-between; } }
      .featured-section .owl-carousel .featured-slide-inner .featured-slide-inner-top span:last-of-type {
        order: -1; }
        @media screen and (min-width: 500px) {
          .featured-section .owl-carousel .featured-slide-inner .featured-slide-inner-top span:last-of-type {
            order: 1; } }
    .featured-section .owl-carousel .featured-slide-inner .featured-slide-inner-bottom {
      padding-top: 1.5rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: flex-start; }
      @media screen and (min-width: 500px) {
        .featured-section .owl-carousel .featured-slide-inner .featured-slide-inner-bottom {
          justify-content: space-between; } }
      .featured-section .owl-carousel .featured-slide-inner .featured-slide-inner-bottom span {
        margin-bottom: 2rem; }
        @media screen and (min-width: 1000px) {
          .featured-section .owl-carousel .featured-slide-inner .featured-slide-inner-bottom span {
            margin-bottom: 0; } }
      .featured-section .owl-carousel .featured-slide-inner .featured-slide-inner-bottom .outline-border-box {
        height: 100%;
        bottom: -5px; }
      .featured-section .owl-carousel .featured-slide-inner .featured-slide-inner-bottom a {
        padding: .5rem 1rem;
        display: block; }
    .featured-section .owl-carousel .featured-slide-inner span {
      width: 100%;
      text-align: center; }
      @media screen and (min-width: 500px) {
        .featured-section .owl-carousel .featured-slide-inner span {
          width: auto;
          text-align: left; } }
  .featured-section .owl-carousel .owl-nav {
    position: absolute;
    top: 9rem;
    width: calc(100% + 4.6rem);
    color: #ffffff;
    left: -2.3rem;
    font-size: 7em;
    z-index: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; }
    @media screen and (min-width: 801px) {
      .featured-section .owl-carousel .owl-nav {
        width: calc(100% + 8rem);
        left: -4rem; } }
    .featured-section .owl-carousel .owl-nav button {
      display: block; }
      .featured-section .owl-carousel .owl-nav button span {
        min-height: 7rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center; }
    .featured-section .owl-carousel .owl-nav .owl-next {
      position: absolute;
      right: 0; }

.featured-for-sale-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative; }
  @media screen and (min-width: 1000px) {
    .featured-for-sale-section {
      justify-content: flex-start; } }
  .featured-for-sale-section .box-overlay {
    bottom: auto;
    top: 2rem;
    left: 0;
    width: 10rem;
    height: 10rem;
    display: none; }
    @media screen and (min-width: 1000px) {
      .featured-for-sale-section .box-overlay {
        display: block; } }
  .featured-for-sale-section .for-sale-image img {
    height: 20rem; }
    @media screen and (min-width: 801px) {
      .featured-for-sale-section .for-sale-image img {
        height: 25rem; } }
  .featured-for-sale-section .for-sale-carousel.owl-loaded {
    max-width: 40rem;
    position: relative;
    z-index: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    @media screen and (min-width: 1000px) {
      .featured-for-sale-section .for-sale-carousel.owl-loaded {
        -webkit-box-flex: 1 1;
        -webkit-flex: 1 1;
        -ms-flex: 1 1;
        flex: 1 1;
        max-width: 25rem;
        flex-basis: auto; } }
    @media screen and (min-width: 1500px) {
      .featured-for-sale-section .for-sale-carousel.owl-loaded {
        max-width: 40rem; } }
    .featured-for-sale-section .for-sale-carousel.owl-loaded img {
      max-width: 40rem; }
      @media screen and (min-width: 1000px) {
        .featured-for-sale-section .for-sale-carousel.owl-loaded img {
          max-width: 25rem; } }
      @media screen and (min-width: 1500px) {
        .featured-for-sale-section .for-sale-carousel.owl-loaded img {
          max-width: 40rem; } }
    .featured-for-sale-section .for-sale-carousel.owl-loaded .owl-nav {
      position: relative;
      bottom: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap; }
      @media screen and (min-width: 500px) {
        .featured-for-sale-section .for-sale-carousel.owl-loaded .owl-nav {
          top: -2.6rem; } }
      .featured-for-sale-section .for-sale-carousel.owl-loaded .owl-nav .owl-prev, .featured-for-sale-section .for-sale-carousel.owl-loaded .owl-nav .owl-next {
        font-size: 3em;
        color: #ffffff;
        background: rgba(0, 0, 0, 0.75);
        padding: .3rem 1rem .7rem !important;
        border: 1px solid; }
        .featured-for-sale-section .for-sale-carousel.owl-loaded .owl-nav .owl-prev:hover, .featured-for-sale-section .for-sale-carousel.owl-loaded .owl-nav .owl-next:hover {
          background: black; }
      .featured-for-sale-section .for-sale-carousel.owl-loaded .owl-nav .owl-next {
        border-left: none; }
  .featured-for-sale-section .for-sale-content {
    width: 100%;
    max-width: 45rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    margin-bottom: 5rem;
    order: -1; }
    @media screen and (min-width: 1000px) {
      .featured-for-sale-section .for-sale-content {
        -webkit-box-flex: 1 1;
        -webkit-flex: 1 1;
        -ms-flex: 1 1;
        flex: 1 1;
        margin-top: 0;
        margin-left: auto;
        flex-basis: auto;
        order: 2; } }
    @media screen and (min-width: 1000px) {
      .featured-for-sale-section .for-sale-content {
        max-width: 30rem; } }
    @media screen and (min-width: 1500px) {
      .featured-for-sale-section .for-sale-content {
        max-width: 45rem; } }
    .featured-for-sale-section .for-sale-content .for-sale-title {
      font-family: "Poiret One", sans-serif;
      font-weight: bold;
      padding: 1.5rem;
      width: 100%;
      color: #ffffff;
      text-align: center;
      position: relative; }
      @media screen and (min-width: 500px) {
        .featured-for-sale-section .for-sale-content .for-sale-title {
          position: absolute; } }
      @media screen and (min-width: 1000px) {
        .featured-for-sale-section .for-sale-content .for-sale-title {
          width: calc(100% + 5rem);
          right: -5rem; } }
    .featured-for-sale-section .for-sale-content .for-sale-text {
      margin-top: 2rem;
      margin-bottom: 2rem; }
      @media screen and (min-width: 500px) {
        .featured-for-sale-section .for-sale-content .for-sale-text {
          margin-top: 8rem; } }
      @media screen and (min-width: 801px) {
        .featured-for-sale-section .for-sale-content .for-sale-text {
          margin-bottom: 0; } }
    .featured-for-sale-section .for-sale-content .outline-border-box {
      height: calc(100% + 10px);
      top: 0; }
    .featured-for-sale-section .for-sale-content .for-sale-link {
      justify-self: center; }
      @media screen and (min-width: 1000px) {
        .featured-for-sale-section .for-sale-content .for-sale-link {
          justify-self: flex-end; } }

.featured-commercial-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  @media screen and (min-width: 1000px) {
    .featured-commercial-section {
      justify-content: space-between; } }
  .featured-commercial-section.section {
    padding: 0; }
  .featured-commercial-section .commercial-content {
    background-color: #23485b;
    color: #ffffff; }
    @media screen and (min-width: 1000px) {
      .featured-commercial-section .commercial-content {
        -webkit-box-flex: 1 1;
        -webkit-flex: 1 1;
        -ms-flex: 1 1;
        flex: 1 1; } }
    .featured-commercial-section .commercial-content .small-commercial-title {
      background-color: #132836;
      padding: .7rem;
      width: 100%;
      text-align: center;
      font-size: 1.5em; }
    .featured-commercial-section .commercial-content .commercial-main-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
      align-items: flex-start;
      position: relative; }
      .featured-commercial-section .commercial-content .commercial-main-content .box-overlay {
        width: 6rem;
        height: 6rem;
        right: 2rem;
        top: 2rem; }
      .featured-commercial-section .commercial-content .commercial-main-content .box-overlay-border {
        width: 6rem;
        height: 6rem;
        top: 0;
        right: 0; }
    .featured-commercial-section .commercial-content .commercial-title {
      font-family: "Poiret One", sans-serif;
      padding: 0 3rem;
      margin: 2rem 0 1rem;
      max-width: 80%; }
    .featured-commercial-section .commercial-content .commercial-text {
      padding: 0 3rem;
      margin: 2rem 0;
      width: 100%; }
    .featured-commercial-section .commercial-content .commercial-link {
      margin: 1rem 3rem 2rem;
      text-align: center;
      align-self: center; }
      .featured-commercial-section .commercial-content .commercial-link .outline-border-box {
        height: calc(100% + 10px);
        bottom: auto; }
  .featured-commercial-section .commercial-carousel.owl-carousel {
    position: relative; }
    @media screen and (min-width: 1000px) {
      .featured-commercial-section .commercial-carousel.owl-carousel {
        -webkit-box-flex: 1 1;
        -webkit-flex: 1 1;
        -ms-flex: 1 1;
        flex: 1 1;
        max-width: 50%; } }
    .featured-commercial-section .commercial-carousel.owl-carousel .owl-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap; }
    .featured-commercial-section .commercial-carousel.owl-carousel .slide-item {
      position: relative;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      width: 100%;
      min-height: 35rem; }
      @media screen and (min-width: 1200px) {
        .featured-commercial-section .commercial-carousel.owl-carousel .slide-item {
          min-height: 28rem; } }
    .featured-commercial-section .commercial-carousel.owl-carousel .commercial-slide-border {
      border: 1px solid #3a3435;
      margin: auto 2rem;
      width: 100%; }
      @media screen and (min-width: 500px) {
        .featured-commercial-section .commercial-carousel.owl-carousel .commercial-slide-border {
          margin: auto 7rem; } }
    .featured-commercial-section .commercial-carousel.owl-carousel .commercial-slide-inner {
      background: rgba(58, 52, 53, 0.75);
      margin: .5rem;
      padding: 1rem 1rem 1.5rem;
      color: #ffffff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap; }
    .featured-commercial-section .commercial-carousel.owl-carousel .commercial-slide-address {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-items: flex-start; }
      .featured-commercial-section .commercial-carousel.owl-carousel .commercial-slide-address .street-address {
        font-family: "Roboto Slab", serif;
        width: 100%;
        margin-bottom: .5rem; }
    .featured-commercial-section .commercial-carousel.owl-carousel .commercial-slide-text {
      margin: 2.5rem 1rem;
      width: 100%; }
    .featured-commercial-section .commercial-carousel.owl-carousel .commercial-slide-bottom {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      justify-content: flex-end;
      align-items: center; }
      .featured-commercial-section .commercial-carousel.owl-carousel .commercial-slide-bottom .outline-border {
        margin-left: auto; }
      .featured-commercial-section .commercial-carousel.owl-carousel .commercial-slide-bottom .outline-border-box {
        height: calc(100% + 10px);
        bottom: auto;
        border-color: #83a33e; }
      .featured-commercial-section .commercial-carousel.owl-carousel .commercial-slide-bottom a {
        background-color: #83a33e; }
    .featured-commercial-section .commercial-carousel.owl-carousel .owl-nav {
      position: absolute;
      top: 13rem;
      font-size: 5em;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      color: #ffffff; }
      .featured-commercial-section .commercial-carousel.owl-carousel .owl-nav button {
        background: rgba(58, 52, 53, 0.75);
        padding: .5rem .5rem 1.5rem !important; }

/*
 *Custom Gutenberg Block Styles
 */
.left-image-text-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 5rem 2rem 10rem; }
  @media screen and (min-width: 801px) {
    .left-image-text-section {
      padding: 5rem 5rem 10rem; } }
  @media screen and (min-width: 1000px) {
    .left-image-text-section {
      justify-content: space-between; } }

.left-image {
  width: 100%;
  position: relative;
  min-height: 25rem;
  background-size: cover;
  background-position: center center; }
  @media screen and (min-width: 1000px) {
    .left-image {
      max-width: 45rem;
      -webkit-box-flex: 1 1;
      -webkit-flex: 1 1;
      -ms-flex: 1 1;
      flex: 1 1; } }
  .left-image .box-overlay {
    left: -2rem;
    bottom: 2rem;
    width: 5rem;
    height: 5rem; }
    @media screen and (min-width: 500px) {
      .left-image .box-overlay {
        width: 10rem;
        height: 10rem; } }
    @media screen and (min-width: 801px) {
      .left-image .box-overlay {
        left: -5rem; } }
  .left-image .box-overlay-border {
    left: -.5rem;
    bottom: -1rem;
    width: 5rem;
    height: 5rem; }
    @media screen and (min-width: 500px) {
      .left-image .box-overlay-border {
        width: 10rem;
        height: 10rem;
        bottom: -4rem; } }

.left-image-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 5rem; }
  @media screen and (min-width: 1000px) {
    .left-image-content {
      -webkit-box-flex: 1 1;
      -webkit-flex: 1 1;
      -ms-flex: 1 1;
      flex: 1 1;
      margin-left: 10rem;
      justify-content: flex-start;
      margin-top: 0; } }
  .left-image-content .left-image-header {
    font-size: 3em;
    font-family: "Poiret One", sans-serif;
    margin-bottom: 3rem;
    font-weight: bold; }
  .left-image-content .left-image-text {
    column-count: 1;
    column-gap: 3rem; }
    @media screen and (min-width: 801px) {
      .left-image-content .left-image-text {
        column-count: 2; } }
  .left-image-content .left-image-link {
    margin: 1rem 0 1rem auto;
    padding-bottom: .25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center; }
    .left-image-content .left-image-link a {
      padding: .5rem 1rem;
      color: #ffffff;
      text-decoration: none;
      display: block;
      margin: 5px 0; }

.contact-section {
  margin: 2rem 0 4rem; }
  .contact-section form .row {
    width: 100%;
    background-color: #132836;
    color: #ffffff;
    font-family: "Roboto Slab", serif;
    margin: 0 auto;
    padding: 3rem 0rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    @media screen and (min-width: 801px) {
      .contact-section form .row {
        padding: 3rem 2rem; } }
    @media screen and (min-width: 1200px) {
      .contact-section form .row {
        max-width: 40rem;
        padding: 3rem 5rem; } }
    .contact-section form .row .form-group {
      max-width: 20rem;
      margin: 0 auto;
      margin-bottom: 1rem; }
      .contact-section form .row .form-group label {
        font-weight: 300; }
      .contact-section form .row .form-group:last-of-type {
        text-align: center;
        margin-top: 1rem; }
        .contact-section form .row .form-group:last-of-type div {
          position: relative;
          display: inline-block; }
          .oj-submit-wrapper .nf-field-element {
            position: relative;
            display: inline-block;
            width: auto !important;
          }
          .contact-section form .row .form-group:last-of-type div:before, .oj-submit-wrapper .nf-field-element:before {
            content: ' ';
            width: 100%;
            height: 100%;
            position: absolute;
            right: 5px;
            top: 5px;
            border: 1px solid #83a33e; }
    .contact-section form .row .intl-tel-input {
      display: block; }
      .contact-section form .row .intl-tel-input .country-list {
        color: #231f20; }
    .contact-section form .row .form-control {
      background: rgba(255, 255, 255, 0.9);
      border-radius: 0; }
    .contact-section form .row input {
      width: 100%; }
      .contact-section form .row input[type="submit"], .oj-submit {
        width: auto;
        border-radius: 0;
        background-color: #83a33e;
        color: #ffffff;
        font-family: "Lato", sans-serif;
        border: none;
        padding: .2rem 2rem;
        font-size: 1.1em;
        position: relative;
        left: 0;
        bottom: 0; }
        .contact-section form .row input[type="submit"]:hover, .oj-submit:hover {
          left: -5px;
          bottom: -5px; }
    .contact-section form .row h1 {
      font-size: 3em;
      margin: 1rem 0; }

.home .contact-section form .row.first_row, .home .contact-section form .row.last_row {
  text-align: center;
  width: 100%;
  max-width: none;
  background-color: transparent;
  font-family: "Poiret One", sans-serif;
  color: #231f20;
  font-weight: bold; }
  .home .contact-section form .row.first_row:before, .home .contact-section form .row.first_row:after, .home .contact-section form .row.last_row:before, .home .contact-section form .row.last_row:after {
    display: none; }
  .home .contact-section form .row.first_row p, .home .contact-section form .row.last_row p {
    font-family: "Lato", sans-serif;
    margin: 1.5rem auto 0;
    color: #23485b;
    max-width: 40rem;
    text-align: left; }
@media screen and (min-width: 500px) {
  .home .contact-section form .row:before {
    content: '';
    border: 2px solid #83a33e;
    position: absolute;
    width: 5rem;
    height: 5rem;
    top: 3rem;
    left: -2rem; } }
  @media screen and (min-width: 500px) and (min-width: 500px) {
    .home .contact-section form .row:before {
      width: 10rem;
      height: 10rem;
      left: -5rem; } }
@media screen and (min-width: 500px) {
  .home .contact-section form .row:after {
    content: '';
    background: rgba(131, 162, 62, 0.75);
    width: 5rem;
    height: 5rem;
    position: absolute;
    right: -3rem;
    bottom: 3rem;
    display: block; } }
  @media screen and (min-width: 500px) and (min-width: 500px) {
    .home .contact-section form .row:after {
      width: 10rem;
      height: 10rem;
      right: -5rem; } }

.image-over-text {
  width: 90%;
  margin: 3rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 90rem; }
  @media screen and (min-width: 1000px) {
    .image-over-text {
      flex-wrap: nowrap; } }
  .image-over-text .image-over-text-text {
    color: #ffffff;
    padding: 2rem 3rem;
    max-width: 50rem; }
    @media screen and (min-width: 1000px) {
      .image-over-text .image-over-text-text {
        margin-left: 4rem;
        padding: 5rem 7rem; } }
  .image-over-text .image-over-text-image {
    position: relative;
    max-width: 50rem;
    width: 100%; }
    @media screen and (min-width: 1000px) {
      .image-over-text .image-over-text-image {
        left: -4rem; } }
    .image-over-text .image-over-text-image img {
      min-height: 23rem; }
  @media screen and (min-width: 1000px) {
    .image-over-text.image-order-1 .image-over-text-text {
      margin-right: 4rem;
      margin-left: 0; } }
  @media screen and (min-width: 1000px) {
    .image-over-text.image-order-1 .image-over-text-image {
      left: auto;
      right: -4rem;
      order: -1; } }

.alternating-content-blocks {
  width: 90%;
  max-width: 100rem;
  margin: 1.5rem auto; }
  .alternating-content-blocks-block {
    margin: 3rem 0;
    padding: 1rem 2rem; }
    .alternating-content-blocks-block:nth-child(2n+1) {
      border-left-width: 5px;
      border-left-style: solid; }
    .alternating-content-blocks-block:nth-child(2n) {
      border-right-width: 5px;
      border-right-style: solid;
      text-align: right; }

.contact-info-map {
  text-align: center; 
  max-width: 100rem;
  margin: auto;
  padding: 3rem 2rem;
 }
 .oj-form-wrap {
  background-color: #132836;
  padding: 3rem 2rem;
 }
 .contact-info-section {
  color: #000;
 }
.contact-info-map label, .contact-info-map .nf-form-fields-required {
    text-align: left;
    color: #fff;
  }
  @media screen and (min-width: 1000px) {
    .contact-info-map {
      text-align: left; } }
