/*
Theme Name: rmWebPro
Author: LCS - Rent Manager
Description: Custom Wordpress Theme designed and created by Rent Manager.
Version: 1.0
Text Domain: rmwebpro
License: Proprietary
License URI: rentmanager.com
Theme URI: rentmanager.com
Tags: two-columns, custom-colors, custom-menu, custom-logo, editor-style, full-width-template, theme-options, blog
Author URI: rentmanager.com
*/
/*Responsive Layout*/
/*Layout Styles*/
/*Icon Alternating*/
.features-intro icon-alt {
  text-align: center;
}

.icon-alt .main-header {
  font-size: 2.5em;
}
@media (max-width: 800px) {
  .icon-alt .main-header {
    font-size: 2em;
    text-align: center;
  }
}

.icon-alt-main {
  padding: 0 10%;
}
@media (max-width: 800px) {
  .icon-alt-main {
    padding: 0;
  }
}
.icon-alt-main .icon-alt-section {
  padding: 25px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  text-align: center;
}
@media (max-width: 500px) {
  .icon-alt-main .icon-alt-section {
    flex-direction: column;
  }
  .icon-alt-main .icon-alt-section .icon-alt-icon {
    order: 1;
  }
  .icon-alt-main .icon-alt-section .icon-alt-text {
    order: 2;
  }
}
.icon-alt-main .icon-alt-section .icon-alt-icon {
  font-size: 2em;
  padding: 0 20px;
}
@media (max-width: 800px) {
  .icon-alt-main .icon-alt-section .icon-alt-icon {
    font-size: 1.5em;
  }
}
.icon-alt-main .icon-alt-section:nth-child(even) .icon-alt-icon {
  order: 2;
}
.icon-alt-main .icon-alt-section .icon-alt-text {
  padding: 0 20px;
}
.icon-alt-main .icon-alt-section .icon-alt-text h1 {
  font-size: 2em;
  margin: 0;
  padding: 0 0 5px 0;
}
.icon-alt-main .icon-alt-section .icon-alt-text ul {
  list-style-position: inside;
}

/*General Circle Image*/
.general-circle-image h2 {
  padding: 0;
  margin: 0;
}
.general-circle-image .row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 800px) {
  .general-circle-image .row {
    flex-direction: column;
  }
}
.general-circle-image .row .col:first-child {
  width: 60%;
  flex-basis: 60%;
  flex-grow: 0;
  flex-shrink: 0;
}
@media (max-width: 800px) {
  .general-circle-image .row .col:first-child {
    flex-basis: auto;
    width: auto;
  }
}
.general-circle-image .row .col:last-child {
  width: 35%;
  flex-basis: 35%;
  flex-grow: 0;
  flex-shrink: 0;
  text-align: center;
}
@media (max-width: 800px) {
  .general-circle-image .row .col:last-child {
    flex-basis: auto;
    width: auto;
  }
}
.general-circle-image .row img, .general-circle-image .row .object-fit {
  border-radius: 50%;
  width: 100%;
  height: 31vw;
  max-width: 385px;
  max-height: 385px;
  -o-object-fit: cover;
     object-fit: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 auto;
}
@media (max-width: 800px) {
  .general-circle-image .row img, .general-circle-image .row .object-fit {
    height: 81vw;
    max-height: 350px;
    max-width: 350px;
  }
}

/*General Circle 3 Col*/
.general-circle-3-col h2 {
  padding: 0;
  margin: 0;
}
.general-circle-3-col .row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 800px) {
  .general-circle-3-col .row {
    flex-direction: column;
  }
}
.general-circle-3-col .row .col:first-child {
  width: 60%;
  flex-basis: 60%;
  flex-grow: 0;
  flex-shrink: 0;
}
@media (max-width: 800px) {
  .general-circle-3-col .row .col:first-child {
    flex-basis: auto;
    width: auto;
  }
}
.general-circle-3-col .row .col:last-child {
  width: 35%;
  flex-basis: 35%;
  flex-grow: 0;
  flex-shrink: 0;
}
@media (max-width: 800px) {
  .general-circle-3-col .row .col:last-child {
    flex-basis: auto;
    width: auto;
  }
}
.general-circle-3-col .row img {
  border-radius: 50%;
  width: 100%;
  height: 30vw;
  max-height: 385px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 800px) {
  .general-circle-3-col .row img {
    max-height: 350px;
    max-width: 350px;
  }
}

.text-feature-box.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.text-feature-box h2 {
  width: 100%;
}
.text-feature-box hr {
  border-style: solid;
  width: 100%;
}

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

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

/*Gallery 2 Column Text*/
h2.lowercase {
  text-transform: capitalize;
}

.slider-gallery-2-col-text {
  border-top: thin solid #515151;
}

.gallery-3-col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (max-width: 800px) {
  .gallery-3-col {
    display: block;
  }
}
.sliderWrapper-gallery {
  position: relative;
}

.owl-gallery-content {
  width: 80%;
  height: auto;
  overflow: hidden;
  text-align: center;
  margin: 0px auto;
}

.owl-gallery-content img {
  height: 200px !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.slideWrap {
  position: relative;
}

.owlArrows {
  position: absolute;
  z-index: 99999;
  top: 15vh;
  width: 100%;
}

.owlArrows img {
  cursor: pointer;
  cursor: hand;
}

.owlArrows .owl-next:before, .owlArrows .owl-prev:before {
  display: none;
}
.owlArrows .owl-next, .owlArrows .owl-prev {
  background: none;
  border: none;
  outline: none;
}
.owlArrows .owl-next {
  float: right;
}

@media (max-width: 800px) {
  .owl-next:before, .owl-prev:before {
    display: none;
  }
  .owlArrows .owl-next, .owlArrows .owl-prev {
    display: none;
  }
}
.image-gallery-3-col {
  flex-basis: 30%;
  margin: 20px 0px;
}
.image-gallery-3-col .object-fit {
  width: 100%;
  height: 200px !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.column-text {
  display: flex;
}

@media (max-width: 800px) {
  .column-text {
    display: block;
  }
}
.column-text-left, .column-text-right {
  flex-basis: 47%;
  padding: 0px 40px 0px 40px;
  border-left: thin solid #515151;
}

.column-text-right {
  border-right: thin solid #515151;
}

@media (max-width: 800px) {
  .column-text-left, .column-text-right {
    border: none;
  }
  .column-text-left {
    padding-bottom: 15px;
  }
}
/* CSS Document */
.form-2-col-section {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 800px) {
  .form-2-col-section {
    justify-content: space-between;
  }
}
.form-2-col-section .form-2-col-section-column {
  width: 100%;
  margin-bottom: 2rem;
}
@media screen and (min-width: 800px) {
  .form-2-col-section .form-2-col-section-column {
    max-width: 48%;
    flex: 1 1 auto;
  }
}
.form-2-col-section .form-2-col-section-column img, .form-2-col-section .form-2-col-section-column iframe {
  width: 100%;
}
.form-2-col-section .form-2-col-section-column iframe {
  min-height: 300px;
}
.form-2-col-section .form-2-col-section-full-width {
  width: 100%;
  margin-bottom: 2rem;
}
.form-2-col-section .form-2-col-section-full-width img {
  width: 100%;
}

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

body {
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 100;
  line-height: 1.6;
  color: #333;
}
@media (max-width: 800px) {
  body {
    font-size: 13px;
  }
}

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

.intro {
  font-size: 1.2em;
}

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

.centered {
  text-align: center;
}

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

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

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

.button {
  display: inline-block;
  padding: 4px 12px;
  text-decoration: none;
  text-transform: uppercase;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
}

h1 {
  font-size: 50px;
  padding: 20px 0;
  margin: 0;
}
@media (max-width: 800px) {
  h1 {
    font-size: 30px;
  }
}
h1.page-title {
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
}

h2 {
  font-size: 30px;
  padding: 15px 0 8px 0;
  margin: 0;
}
@media (max-width: 800px) {
  h2 {
    font-size: 20px;
  }
}
h2.section-header {
  margin-top: 40px;
  text-align: center;
  padding: 10px 30px;
  font-weight: 400;
}

h3 {
  font-size: 24px;
  padding: 10px 0 5px 0;
  margin: 0;
  text-transform: uppercase;
}
@media (max-width: 800px) {
  h3 {
    font-size: 18px;
  }
}

h4 {
  font-size: 18px;
  padding: 8px 0;
  margin: 0;
}

h5 {
  font-size: 17px;
  padding: 10px 0 3px 0;
  margin: 0;
}

h6 {
  font-size: 15px;
  padding: 6px 0;
  margin: 0;
}

h1 a,
h1 a:hover,
h2 a,
h2 a:hover,
h3 a,
h3 a:hover,
h4 a,
h4 a:hover,
h5 a,
h5 a:hover,
h6 a,
h5 a:hover {
  text-decoration: none;
}

img,
a img,
.entry-content img {
  border: none;
  max-width: 100%;
  height: auto;
}

.alignright,
img.alignright {
  float: right;
  padding: 0;
  margin: 0 0 20px 30px;
  max-width: 40%;
}

.alignleft,
img.alignleft {
  float: left;
  padding: 0;
  margin: 0 15px 10px 0;
  max-width: 40%;
}

.aligncenter,
img.aligncenter {
  display: block;
  margin: 20px auto;
}

.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}

.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}

.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}

.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}

blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}

blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}

.gallery-caption {
  font-size: 0.9em;
}

.sticky {
  border: 2px solid;
  padding: 10px;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.bypostauthor {
  border-top: 5px solid;
}

ul.styled-list,
.entry-content ul {
  margin: 0;
}
ul.styled-list li,
.entry-content ul li {
  margin: 3px 0;
  padding: 0;
}

/*positioning*/
.page-content {
  background: #fff;
}

.full-width-row {
  padding: 5vh 50px;
}

.row {
  display: block;
  max-width: 1400px;
  width: 100%;
  padding: 5vh 50px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  box-sizing: border-box;
}
@media (max-width: 800px) {
  .row {
    padding-right: 25px;
    padding-left: 25px;
  }
}
.caldera-grid .row {
  padding: 0;
  margin: 0;
}

/*Header*/
.page-header {
  background: #FFF;
  display: flex;
  flex-direction: column; /*for IE flex bug */
}
.page-header .row {
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 800px) {
  .page-header .row {
    flex-direction: column;
  }
}

.header-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.header-top {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 30px;
}
@media (max-width: 800px) {
  .header-top {
    margin-bottom: 0;
    margin-top: 20px;
  }
}

.portal-btns {
  margin-left: 6px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  padding-right: 2em;
}
.portal-btns .button {
  margin-left: 12px;
}
@media (max-width: 800px) {
  .portal-btns .button {
    margin: 0 5px;
    font-size: 12px;
  }
}

.logo {
  display: block;
  margin: 0 20px 0 0;
}
@media (max-width: 800px) {
  .logo {
    margin: 0 auto;
  }
}
.logo img {
  max-width: 250px;
  max-height: 140px;
  height: auto;
}
@media (max-width: 800px) {
  .logo img {
    max-width: 150px;
    max-height: 65px;
  }
}
.logo h1 {
  display: none;
}
.logo h1.no-logo-image {
  display: block;
  font-size: 2em;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

@media (max-width: 800px) {
  nav.main-menu {
    display: none;
  }
}
nav.main-menu ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  list-style-type: none;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
nav.main-menu ul li {
  padding: 0;
  margin: 0 0 0 20px;
  position: relative;
  /*Add arrows for menu items that have sub-items*/
  /*Remove arrows for sub-items*/
}
nav.main-menu ul li a {
  display: block;
  white-space: nowrap;
  padding: 3px 0;
  font-weight: 400;
  text-transform: uppercase;
}
nav.main-menu ul li.no-link { /*Make menu items not clickable*/
  /*Make sub-items clickable*/
}
nav.main-menu ul li.no-link a {
  pointer-events: none;
}
nav.main-menu ul li.no-link li a {
  pointer-events: all;
}
nav.main-menu ul li.current_page_item a {
  opacity: 0.3;
  pointer-events: none;
}
nav.main-menu ul li.current_page_item ul a {
  opacity: 1;
  pointer-events: all;
}
nav.main-menu ul li.menu-item-has-children a::after {
  content: "";
}
nav.main-menu ul li.menu-item-has-children li a::after {
  content: "";
}
nav.main-menu ul li ul {
  opacity: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 0 1em 12px 0;
}
nav.main-menu ul li ul li {
  margin: 0;
}
nav.main-menu ul li ul li a {
  padding: 5px 10px;
  margin: 0;
}
nav.main-menu ul li ul li::after {
  content: "-";
  position: absolute;
  right: 0;
  top: 3px;
}

.page-footer .row {
  padding-top: 18px;
  padding-bottom: 18px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.page-footer .row:has(.copyright-area) {
  flex-wrap: wrap;
}

.eho-wrapper {
  width: 100%;
}
.eho-wrapper img {
  width: 50px;
}

.copyright-area {
  display: flex;
  align-items: flex-end;
  margin: auto;
}

.copyright-item a {
  font-size: 1em;
  display: flex;
  align-items: flex-end;
  border-bottom: none;
  padding-bottom: 0;
  margin-left: 0.5em;
}
.copyright-item a img {
  margin-bottom: 0.2em;
}

.social-links {
  display: flex;
  font-size: 1.2em;
}
.social-links a {
  margin: 5px;
}

/*Forms*/
.search-form form {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 26px 0;
}
@media (max-width: 800px) {
  .search-form form {
    justify-content: space-between;
    padding: 20px;
  }
}

label {
  display: block;
  padding: 0;
  margin: 0 10px 0 0;
  position: relative;
  font-size: 12px;
  box-sizing: border-box;
}
.search-form label {
  width: 15%;
}
@media (max-width: 800px) {
  .search-form label {
    width: 49%;
    margin: 0 0 5px 0;
  }
}

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

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

input[type=search] {
  background: #EEE url(images/search.png) no-repeat;
  background-position: right center;
  font-size: 1em;
  line-height: 1.6;
  background: #EEE;
  padding: 6px 12px;
}
@media (max-width: 800px) {
  input[type=search] {
    display: none;
  }
}

select {
  background: #FFF url(images/select.png) no-repeat;
  background-position: right 9px center;
}

input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 10px 20px;
  margin: 0;
  border-radius: 0;
  transition: all 0.2s;
  background: none;
  font-weight: bold;
  font-size: 0.9em;
  text-transform: uppercase;
  box-sizing: border-box;
  border-style: solid;
}
@media (max-width: 800px) {
  input[type=submit] {
    width: 100%;
  }
}
input[type=submit]:hover {
  cursor: pointer;
}

.req {
  color: red;
}

/*Theme Flexible Content Sections*/
.section:nth-child(even) {
  background: #FFF;
}

/*Slider*/
.slider-container {
  display: block;
  position: relative;
}

.slider {
  display: block;
  width: 100%;
  height: auto;
  max-height: 500px;
  overflow: hidden;
}
.slider img {
  width: 100%;
}

.slider-overlay {
  position: absolute;
  bottom: -100px;
  display: block;
  width: 60%;
  margin-left: 20%;
  margin-right: 20%;
  padding: 20px 5%;
  background: #FFF;
  text-align: center;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  z-index: 9999;
}
@media (max-width: 800px) {
  .slider-overlay {
    position: static;
    width: auto;
    margin: 0;
    padding: 20px;
    box-shadow: none;
  }
}
.slider-overlay h1.slider-title {
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-size: 2.5em;
}
@media (max-width: 800px) {
  .slider-overlay h1.slider-title {
    font-size: 1.5em;
  }
}

.flex-direction-nav a {
  width: 40px !important;
  height: 50px !important;
}

.slider-spacer {
  display: block;
  height: 100px;
  width: 100%;
}
@media (max-width: 800px) {
  .slider-spacer {
    display: none;
  }
}

/*Buttons*/
.buttons-container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 50px 0;
}
.buttons-container a {
  display: block;
  border-right: solid 1px #BBB;
  padding: 0 10%;
  text-align: center;
}
@media (max-width: 800px) {
  .buttons-container a {
    padding: 0 25px;
  }
}
.buttons-container a:last-child {
  border: none;
}
.buttons-container a span.fa {
  display: block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  margin: 0 auto;
  padding: 0;
  color: #FFF;
  border: solid 2px #FFF;
  transition: background 0.5s;
  overflow: hidden;
  box-sizing: border-box;
}
@media (max-width: 800px) {
  .buttons-container a span.fa {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}
.buttons-container a span.intro {
  display: block;
  margin-top: 10px;
  font-size: 1.5em;
}
@media (max-width: 800px) {
  .buttons-container a span.intro {
    font-size: 1.1em;
  }
}

/*2-column image + text*/
.two-column-with-image .row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 800px) {
  .two-column-with-image .row {
    flex-direction: column;
  }
}
.two-column-with-image img,
.two-column-with-image .col-right {
  width: 48%;
  height: auto;
}
@media (max-width: 800px) {
  .two-column-with-image img,
  .two-column-with-image .col-right {
    width: auto;
    max-width: 100%;
  }
}

/*Featured Properties Slider*/
.featured-properties {
  border: none;
  padding: 0;
  background: none;
}

.owlCarousel {
  position: relative;
}

.owl-prev {
  font-family: FontAwesome;
  position: absolute;
  left: -2em;
  font-size: 200%;
}

.owl-next {
  font-family: FontAwesome;
  position: absolute;
  right: -2em;
  font-size: 200%;
}

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

.col2 {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media (max-width: 800px) {
  .col2 {
    -moz-column-count: 1;
         column-count: 1;
  }
}
.col2 p {
  padding: 0;
  margin: 0 0 10px 0;
  text-align: justify;
}
@media (max-width: 800px) {
  .col2 p {
    text-align: left;
  }
}

ul.col3 {
  padding: 0;
  margin: 12px -1.5%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 800px) {
  ul.col3 {
    flex-direction: column;
    margin: 12px 0;
    padding-bottom: 30px;
  }
}
ul.col3 li {
  flex-basis: 30%;
  width: 30%;
  margin: 4px 1.5%;
}
@media (max-width: 800px) {
  ul.col3 li {
    flex-basis: auto;
    width: auto;
    margin: 4px 0;
  }
}

/*Icons and text*/
.icon-list .icons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 800px) {
  .icon-list .icons {
    padding-top: 40px;
  }
}
.icon-list .icons .icon-listing {
  width: 44%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0 0 40px 0;
}
@media (max-width: 800px) {
  .icon-list .icons .icon-listing {
    width: auto;
  }
}
.icon-list .icons .icon-listing h3 {
  padding-top: 0;
}
.icon-list .icons .icon-listing a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100px;
  width: 100px;
  flex-basis: 100px;
  flex-shrink: 0;
  text-align: center;
  color: #FFF;
  padding: 0;
  margin-right: 40px;
}
@media (max-width: 800px) {
  .icon-list .icons .icon-listing a {
    width: 80px;
    height: 80px;
    flex-basis: 80px;
    margin-right: 20px;
  }
}

/*Blog Page Styling*/
.blog-page {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.blog-page .blog-posts {
  flex: 2;
}
.blog-page .blog-sidebar {
  flex: 1;
  padding: 50px;
  max-width: 300px;
  background-color: #fff;
}
.blog-page .blog-sidebar input[type=text], .blog-page .blog-sidebar input[type=email], .blog-page .blog-sidebar input[type=tel], .blog-page .blog-sidebar input[type=search], .blog-page .blog-sidebar select, .blog-page .blog-sidebar textarea, .blog-page .blog-sidebar input[type=submit] {
  border: 1px solid;
  color: #000;
  margin: 5px;
}
.blog-page .article-nav {
  background-color: #fff;
}

.article-nav {
  width: 100%;
}

.searchform input[type=text], .searchform input[type=email], .searchform input[type=tel], .searchform input[type=search], .searchform select, .searchform textarea, .searchform input[type=submit],
.comment-form input[type=text],
.comment-form input[type=email],
.comment-form input[type=tel],
.comment-form input[type=search],
.comment-form select,
.comment-form textarea,
.comment-form input[type=submit] {
  border: 1px solid;
  color: #000;
  margin: 5px;
}

.category-info {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

/* Theme specific for 4 */
.theme-gradient-parent {
  position: relative;
}

.theme-gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.header-bar {
  min-height: 25em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.header-bar-content {
  position: relative;
  z-index: 2;
  padding: 1em;
  text-align: center;
  max-width: 100%;
}
@media screen and (min-width: 800px) {
  .header-bar-content {
    max-width: 500px;
    padding: 0;
  }
}
.header-bar-content h1 {
  padding-bottom: 0;
}

.dark {
  color: #fff;
}

.portal-btns .button {
  border: none;
}

.portal-btns .button:hover {
  color: #fff;
}

.featured-property-button-area {
  margin: 2em 0;
}

.photos-and-content-photo {
  height: 25em;
  position: relative;
}

img.object-fit {
  background: #eee;
}

.dark-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  z-index: 1;
}

.photos-and-content-photo h2 {
  position: absolute;
  z-index: 2;
  bottom: 1em;
  right: 1em;
}

.left-half .photos-and-content-photo h2 {
  left: 1em;
}

.split-content-button {
  margin: 2em 0;
}

.right-half .split-content-button {
  text-align: right;
}

.right-half p {
  text-align: right;
}

.background-cover {
  background-size: cover;
  background-position: center center;
  background-color: black;
}

.flex-even-split {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex-split-half:first-of-type {
  margin-right: 2em;
  margin-left: 0;
}

.flex-split-half {
  margin-right: 0;
  margin-left: 2em;
  flex-basis: calc(50% - 2em);
}

.color-bar {
  height: 1em;
  margin: 1em 0;
}

.color-bar-sm {
  height: 0.25em;
  margin: 0.5em 0;
}

section.icons-section {
  background-color: #f0f0f0;
}

.icons-section .flex-split-half.left-half {
  margin-right: 0;
  padding-right: 2em;
  padding-left: 0;
  border-right: 2px solid #ccc;
  border-left: 0;
}

.icons-section .flex-split-half {
  margin-left: 0;
  padding-left: 2em;
  padding-right: 0;
  margin-right: 0;
  border-left: 2px solid #ccc;
}

.icons-section .flex-split-half {
  flex-basis: calc(50% - 3em);
  flex-grow: 1;
}

ul.icon-group {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  text-align: center;
  align-items: center;
}

ul.icon-group li {
  flex-basis: calc(50% - 4em);
  margin: 1em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

ul.icon-group li .fa {
  font-size: 350%;
  margin: 0.25em;
}

ul.icon-group li span {
  text-transform: uppercase;
  color: #888;
}

.section-header-area {
  text-align: center;
}

.section-header-inner {
  display: inline-block;
}

body #wprmenu_bar {
  background: transparent;
}

ul#wprmenu_menu_ul {
  max-width: 310px;
  margin: 0 auto;
  text-align: center;
}

#mg-wprm-wrap ul li.menu-item a {
  font-size: 16pt;
}

body #wprmenu_bar.active {
  color: #fff;
}

body #wprmenu_bar.active .hamburger-inner,
body #wprmenu_bar.active .hamburger-inner::before,
body #wprmenu_bar.active .hamburger-inner::after {
  background-color: #fff;
}

body #wprmenu_bar.active {
  background-color: #ccc;
}

.featured-property {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 2em 50px;
}

.featured-property-photo {
  flex-basis: 60%;
}

.featured-property-photo .object-fit {
  height: 25em;
  -o-object-fit: contain;
     object-fit: contain;
}

.featured-property-details {
  flex-basis: 35%;
}

.owl-prev, .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.owl-nav {
  font-size: 250%;
}

.owl-prev {
  top: 50%;
  left: 0;
}

.owl-next {
  top: 50%;
  right: 0;
}

.property-street {
  font-size: 150%;
}

.property-csz {
  font-size: 110%;
  margin-bottom: 1em;
}

.footer-right ul#menu-main-menu {
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}

.dark a {
  color: #fff;
}

.owl-next i,
.owl-prev i {
  padding: 0.5em;
}

body #mg-wprm-wrap li.current-menu-item > a,
body #mg-wprm-wrap li.current-menu-item span.wprmenu_icon {
  background-color: transparent;
}

body span.wprmenu_icon.wprmenu_icon_par {
  top: 10px;
}

@media screen and (max-width: 800px) {
  .flex-even-split {
    flex-direction: column;
  }
  .flex-split-half.left-half {
    margin-right: 0;
  }
  .flex-split-half.right-half {
    margin-left: 0;
  }
  .right-half p {
    text-align: left;
  }
  .icons-section .flex-split-half.left-half, .icons-section .flex-split-half.right-half {
    padding-right: 0;
    border-right: 0;
    padding-left: 0;
    border-left: 0;
  }
  .featured-property {
    flex-direction: column;
  }
  .page-footer .row {
    justify-content: center;
    text-align: center;
  }
}
/* Heading Above Home Page photos */
.entry-content.row:has(.home-page-heading) {
  padding-bottom: 0;
}

.home-page-heading {
  margin-bottom: 0.3em;
}

.entry-content.row:has(.ti-widget) {
  max-width: unset;
  background: #efefef;
}

/* Google Widget */
.flexible-content .entry-content .row .ti-widget .ti-name {
  font-family: "Crimson Pro" !important;
  font-size: 20px;
}

.flexible-content .ti-widget.ti-goog .ti-read-more span {
  opacity: 0.8;
}/*# sourceMappingURL=style.css.map */