/*
Theme Name: RMWebPro-Child 
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*/
/*Basic Colors*/
/*Layout Styles*/
/*Accordion 2 Block*/
.accordion-2-block {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.15em;
}
.accordion-2-block .accordion-section {
  margin: 0 0 2rem;
  width: 100%;
}
.accordion-2-block .accordion-section.accordion-items, .accordion-2-block .accordion-section.accordion-columns {
  margin: 2rem 0;
}
.accordion-2-block .accordion-section.accordion-block-copy {
  margin: 2rem 0 0;
  padding: 2rem 0;
}
.accordion-2-block .accordion-section .full-width-row {
  padding: 0 50px;
}

.accordion-subtitle {
  border-bottom: thin solid #515151;
}

.accordion-2-column {
  display: block;
}
.accordion-2-column * {
  margin: 1rem 0;
}
.accordion-2-column .object-fit {
  width: 100%;
  height: 300px !important;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 1080px) {
  .accordion-2-column {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.accordion-column h3 {
  text-transform: uppercase;
}

.accordion-column {
  flex-basis: 47%;
  margin: 2rem 0;
}

h3.faq-title {
  text-transform: uppercase;
  padding: 15px;
  font-size: 1rem;
  margin: 0;
}
h3.faq-title a {
  border: none;
}
h3.faq-title a::after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  transition: 0.75s;
  padding: 0 0.75em;
  float: right;
}

.faq-section-wrapper {
  padding-bottom: 10px;
}

.faq-section-wrapper h3.faq-title.open a::after {
  transform: rotate(180deg);
}

.faq-answer {
  display: none;
  margin: 1em;
  padding-left: 0.5em;
}

/*Text Blocks 2 Col*/
.text-blocks-main,
.text-blocks-secondary {
  padding: 2em;
  font-size: 1.15em;
}

.text-blocks-secondary {
  margin-bottom: 4rem;
}

.text-blocks-col-wrapper {
  display: flex;
  padding: 3rem 0;
  flex-direction: column;
}
@media only screen and (min-width: 1080px) {
  .text-blocks-col-wrapper {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

.text-blocks-col-item {
  width: 100%;
  text-align: center;
  margin: 2rem 0;
}
@media only screen and (min-width: 1080px) {
  .text-blocks-col-item {
    width: 48%;
  }
}

.card-text-2-col-cols.row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 1.15em;
}
@media screen and (min-width: 800px) {
  .card-text-2-col-cols.row {
    justify-content: space-between;
  }
}
.card-text-2-col-cols.row .card-text-2-col-item {
  width: 100%;
  margin: 2rem 0;
}
@media screen and (min-width: 800px) {
  .card-text-2-col-cols.row .card-text-2-col-item {
    width: 45%;
  }
}
.card-text-2-col-cols.row .card-text-2-col-item iframe {
  width: 100%;
  min-height: 20rem;
}

.card-text-2-col-full-width {
  width: 100%;
}

.form-bg-color {
  width: 100%;
  font-size: 1.15em;
}
.form-bg-color .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 800px) {
  .form-bg-color .row {
    justify-content: space-between;
  }
}
.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 screen and (min-width: 800px) {
  .form-bg-color .form-bg-color-column {
    width: 45%;
  }
}

.slider-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  font-size: 1.15em;
}
@media screen and (min-width: 800px) {
  .slider-gallery {
    justify-content: space-between;
  }
}
.slider-gallery h2 {
  margin: 2rem 0;
}
.slider-gallery h2, .slider-gallery h3, .slider-gallery .slider-gallery-sub-content, .slider-gallery .slider-gallery-content, .slider-gallery .slider-gallery-gallery {
  width: 100%;
}
.slider-gallery .slider-gallery-slider.row {
  padding: 4rem 25px;
  width: calc(100% - 50px);
}
@media screen and (min-width: 800px) {
  .slider-gallery .slider-gallery-slider.row {
    padding: 4rem 0;
    width: calc(100% - 200px);
  }
}
.slider-gallery .owl-nav {
  top: 20vw;
}
@media screen and (min-width: 800px) {
  .slider-gallery .owl-nav {
    top: 10vw;
  }
}
@media screen and (min-width: 1080px) {
  .slider-gallery .owl-nav {
    top: 5vw;
  }
}
.slider-gallery .owl-nav .owl-prev:before {
  left: -40px;
  opacity: 1;
}
@media screen and (min-width: 800px) {
  .slider-gallery .owl-nav .owl-prev:before {
    left: -65px;
  }
}
.slider-gallery .owl-nav .owl-next:before {
  right: 10px;
  opacity: 1;
}
@media screen and (min-width: 800px) {
  .slider-gallery .owl-nav .owl-next:before {
    right: -65px;
  }
}
.slider-gallery .slider-gallery-sub-headline.full-width-row, .slider-gallery .slider-gallery-sub-content.full-width-row {
  padding: 1vh 50px;
}
.slider-gallery .slider-gallery-sub-content {
  margin-bottom: 2rem;
}
.slider-gallery .slider-gallery-gallery {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (min-width: 800px) {
  .slider-gallery .slider-gallery-gallery {
    justify-content: flex-start;
  }
}
.slider-gallery .slider-gallery-gallery .slider-gallery-item {
  width: 100%;
  margin: 2%;
}
@media screen and (min-width: 800px) {
  .slider-gallery .slider-gallery-gallery .slider-gallery-item {
    width: 22%;
  }
}
.slider-gallery .slider-gallery-gallery .slider-gallery-item:nth-child(4n+1) {
  margin: 2%;
}
@media screen and (min-width: 800px) {
  .slider-gallery .slider-gallery-gallery .slider-gallery-item:nth-child(4n+1) {
    margin-left: 0;
  }
}
.slider-gallery .slider-gallery-gallery .slider-gallery-item:nth-child(4n+4) {
  margin: 2%;
}
@media screen and (min-width: 800px) {
  .slider-gallery .slider-gallery-gallery .slider-gallery-item:nth-child(4n+4) {
    margin-right: 0;
  }
}
.slider-gallery .slider-gallery-gallery .slider-gallery-item a {
  border: none;
}
.slider-gallery .slider-gallery-gallery .slider-gallery-item img.object-fit {
  height: 50vw;
}
@media screen and (min-width: 800px) {
  .slider-gallery .slider-gallery-gallery .slider-gallery-item img.object-fit {
    height: 20vw;
  }
}

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

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

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

.object-fit {
  width: 100%;
  height: 20rem;
  -o-object-fit: cover;
     object-fit: cover;
  background-size: cover;
  background-position: center center;
}

.intro {
  font-size: 2.5em;
  color: white;
}

.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;
  color: inherit;
}

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

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;
  position: relative;
  padding: 2rem;
  width: 100%;
  min-height: 25rem;
  display: flex;
  justify-content: center;
}

h2 {
  font-size: 30px;
  padding: 15px 0 8px 0;
  margin: 0;
  text-transform: uppercase;
}
@media (max-width: 800px) {
  h2 {
    font-size: 20px;
  }
}
h2.section-header {
  margin-top: 0;
  text-align: center;
  padding: 2em 0;
  font-weight: 700;
}

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 {
  list-style-type: none;
  padding: 10px 0;
  margin: 0;
}
ul.styled-list li,
.entry-content ul li {
  margin: 3px 0;
  padding: 0;
}

/*positioning*/
* {
  box-sizing: border-box;
}

.page-content a {
  padding-bottom: 3px;
  text-decoration: none;
  font-weight: bold;
}

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

.row {
  display: block;
  max-width: 1200px;
  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;
}

/*To Top Button*/
#to-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 100%;
  font-size: 18px;
  padding: 0;
  width: 60px;
  height: 60px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 800px) {
  #to-top {
    width: 40px;
    height: 40px;
    font-size: 12px;
  }
}
#to-top i:before {
  font-size: 3em;
}

#to-top:hover {
  transform: translateY(-20px);
}

/*Header*/
.page-header {
  background: #FFF;
  padding: 0px !important;
}
.page-header .row, .page-header .full-width-row {
  padding: 12px 120px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 800px) {
  .page-header .row, .page-header .full-width-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;
}
.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: 150px;
  height: auto;
}
.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;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.1em;
  color: #5f6060;
}
nav.main-menu ul li a:after, nav.main-menu ul li a:visited:after {
  content: "";
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  transition: 0.3s;
}
nav.main-menu ul li a:hover:after, nav.main-menu ul li a:visited:hover:after {
  width: 100%;
}
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 {
  display: none;
  opacity: 0;
  transition: all 0.3s;
}
nav.main-menu ul li:hover ul {
  opacity: 1;
  background: #FFF;
  position: absolute;
  top: 100%;
  left: -12px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 0 0 12px 0;
  z-index: 999;
}
nav.main-menu ul li:hover ul li {
  margin: 0;
}
nav.main-menu ul li:hover ul li a {
  padding: 5px 10px;
  margin: 0;
}
nav.main-menu.sub-menu ul li a {
  font-size: 0.9em;
}
nav.main-menu.sub-menu ul li a:after {
  width: 100%;
}

.preFooterBlock-Container {
  color: grey;
  background-color: #ffffff;
}

@media (max-width: 800px) {
  .page-footer .row {
    flex-wrap: wrap;
  }
}

.page-footer {
  width: 100%;
}
.page-footer .row, .page-footer .full-width-row {
  padding-top: 18px;
  padding-bottom: 18px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page-footer .social-links {
  justify-content: center;
}
@media screen and (min-width: 800px) {
  .page-footer .rm-link {
    padding-right: 50px;
  }
}
@media (max-width: 800px) {
  .page-footer .copyright,
  .page-footer .rm-link,
  .page-footer .social-links {
    width: 100%;
    text-align: center;
  }
}

.social-links {
  display: flex;
  font-size: 2.2em;
}
@media screen and (min-width: 800px) {
  .social-links {
    font-size: 1.7em;
  }
}
.social-links a {
  padding: 5px 10px;
  border: none;
}
.social-links a i {
  font-weight: 900;
}

/*Forms*/
.search-form {
  width: 100%;
  background: rgba(209, 209, 209, 0.4);
  margin: 1em auto;
}
.search-form label {
  margin: 5px;
  width: 100%;
  max-width: 183px;
}
@media (max-width: 800px) {
  .search-form label {
    max-width: 100%;
  }
}
.search-form input[type=submit] {
  margin: 5px;
  width: 100%;
  max-width: 183px;
}
.search-form form {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 26px 20px;
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 1080px) {
  .search-form form {
    padding: 20px;
  }
}

label {
  display: block;
  padding: 0;
  margin: 0 10px 0 0;
  position: relative;
  font-size: 12px;
  box-sizing: border-box;
}
.searchsearch-form label {
  width: 15%;
}
@media (max-width: 800px) {
  .searchsearch-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: 20px 10px;
  margin: 0;
  border-radius: 0;
  background: #FFF;
  appearance: none;
  -webkit-appearance: none;
  -moz-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: 19px;
  margin: 0;
  border-radius: 0;
  transition: all 0.2s;
  font-weight: bold;
  font-size: 0.9em;
  text-transform: uppercase;
  box-sizing: border-box;
  border-style: none;
}
@media (max-width: 800px) {
  input[type=submit] {
    width: 100%;
  }
}
input[type=submit]:hover {
  cursor: pointer;
}

.req {
  color: red;
}

/*Theme Flexible Content Sections*/
.flexible-content {
  display: flex;
  flex-wrap: wrap;
  margin: 1rem 0 0;
}

.section {
  width: 100%;
  background: #fff;
}

/*Full Width Text Section*/
.full-width-center {
  padding: 10vh 10vw;
  text-align: center;
  font-size: 2em;
}

/*Slider*/
.slider-container {
  display: block;
  position: relative;
  height: 800px;
}
@media screen and (max-width: 800px) {
  .slider-container {
    height: 400px;
  }
}

.slider {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  position: absolute;
}
.slider .slide-item {
  min-height: 85vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 600px) {
  .slider .slide-item {
    min-height: 45vh;
  }
}
.slider img {
  width: 100%;
  height: 100%;
}

.slider-overlay .slider-link {
  border: 1px solid;
  padding: 1em;
  text-transform: uppercase;
  font-size: 1.15em;
  color: #ffffff;
  display: block;
  width: 100%;
  max-width: 350px;
  margin: 2em auto auto;
  transition: all 0.3s ease;
  box-sizing: border-box;
}
.slider-overlay .slider-link:hover {
  background-color: #fff;
  color: #000000;
}
@media screen and (max-width: 800px) {
  .slider-overlay .slider-link {
    background-color: #5f6060;
  }
}

.image-overlay, .slider-overlay, .title-overlay {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  top: 0;
  padding-bottom: 20px;
  left: 0;
}

.slider-overlay, .title-overlay {
  padding: 20px 5%;
  text-align: center;
  box-sizing: border-box;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 800px) {
  .slider-overlay, .title-overlay {
    margin: 0;
    padding: 20px;
    box-shadow: none;
  }
}
.slider-overlay h1.slider-title, .title-overlay h1.slider-title {
  text-transform: uppercase;
  padding: 0;
  color: #ffffff;
  margin: 3em 0 0 0;
  font-size: 4em;
}
@media (max-width: 800px) {
  .slider-overlay h1.slider-title, .title-overlay h1.slider-title {
    margin-top: 0.5em;
  }
}
@media (max-width: 600px) {
  .slider-overlay h1.slider-title, .title-overlay h1.slider-title {
    font-size: 3em;
  }
}
.slider-overlay h2.slider-title, .title-overlay h2.slider-title {
  color: white;
}

.video-container, .slider-overlay, .slider-container {
  height: auto;
  max-height: 1000px;
}
@media screen and (max-width: 800px) {
  .video-container, .slider-overlay, .slider-container {
    height: 500px;
  }
}

.full-width-center {
  position: relative;
  z-index: 2;
}

.slider-container {
  position: relative;
  z-index: 1;
}

.title-overlay {
  justify-content: center;
  position: absolute;
  font-size: 3rem;
}

.slider-overlay {
  display: block;
}

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

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

div.featured-property {
  height: 400px !important;
  position: relative;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  text-align: center;
}
@media (max-width: 1080px) {
  div.featured-property {
    height: 300px !important;
  }
}
div.featured-property a {
  border: 10px solid transparent;
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
div.featured-property .featured-property-overlay {
  display: block;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  position: absolute;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}
div.featured-property .featured-property-overlay:hover {
  opacity: 1;
}
div.featured-property .featured-property-overlay a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 20px;
  color: #FFF;
  font-size: 20px;
  text-transform: uppercase;
  box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.2);
  z-index: 99999;
}
@media (max-width: 800px) {
  div.featured-property .featured-property-overlay a {
    font-size: 16px;
    padding: 8px 12px;
  }
}

.owlCarousel {
  position: relative;
}

.owl-nav {
  position: absolute;
  top: 4vw;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .owl-nav {
    top: 5vw;
  }
}
@media screen and (max-width: 800px) {
  .owl-nav {
    top: 8vw;
  }
}
.owl-nav span {
  display: none;
}

.owl-prev:before {
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  left: 2vw;
  font-size: 4em;
  opacity: 0.75;
  font-weight: 900;
}

.owl-next:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 2vw;
  font-size: 4em;
  opacity: 0.75;
  font-weight: 900;
}

/*Testimonial Section */
.section:nth-child(odd) .testimonial-slider .owl-prev:before, .section:nth-child(odd) .testimonial-slider .owl-next:before {
  color: #5f6060 !important;
}

.testimonial-container {
  padding: 2em 0;
  position: relative;
  z-index: 5;
  margin-top: 2em;
}
.testimonial-container .testimonial-slider {
  margin: 0 auto;
  text-align: center;
}
.testimonial-container .testimonial-slider .individual-testimonial {
  font-size: 2em;
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1080px) {
  .testimonial-container .testimonial-slider p {
    font-size: 0.8em;
  }
}

/*2-column with contact AND 2-column small contact*/
.two-column-with-contact-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  -moz-filter: blur(10px);
  -ms-filter: blur(10px);
  -o-filter: blur(10px);
  filter: blur(10px);
  margin-top: -10px;
  padding-bottom: 20px;
  margin-left: -10px;
  padding-right: 20px;
}

.two-column-with-contact-content {
  color: #ffffff;
}
.two-column-with-contact-content .social-links a {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
}

body .caldera-grid label {
  display: none;
}
body .caldera-grid .col-sm-12 {
  width: 100%;
}
body .caldera-grid .btn {
  border: none;
  font-weight: bold;
  font-size: 0.9em;
  border-radius: 0;
}

body .caldera-grid input.form-control::-webkit-input-placeholder,
body .caldera-grid textarea.form-control::-webkit-input-placeholder {
  color: #5f6060;
}

body .caldera-grid input.form-control::-moz-placeholder,
body .caldera-grid textarea.form-control::-moz-placeholder {
  color: #5f6060;
}

body .caldera-grid input.form-control:-ms-input-placeholder,
body .caldera-grid textarea.form-control:-ms-input-placeholder {
  color: #5f6060;
}

body .caldera-grid input.form-control::-ms-input-placeholder,
body .caldera-grid textarea.form-control::-ms-input-placeholder {
  color: #5f6060;
}

body .caldera-grid input.form-control:-moz-placeholder,
body .caldera-grid textarea.form-control:-moz-placeholder {
  color: #5f6060;
}

.section.two-column-with-contact, .section.two-column-small-contact {
  position: relative;
  font-size: 1.15em;
}
.section.two-column-with-contact .row, .section.two-column-small-contact .row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section.two-column-with-contact .row .col-left, .section.two-column-small-contact .row .col-left {
  flex: 2;
  margin-right: 50px;
}
@media (max-width: 800px) {
  .section.two-column-with-contact .row .col-left, .section.two-column-small-contact .row .col-left {
    flex: auto;
    text-align: center;
    margin-right: 0;
  }
}
.section.two-column-with-contact .row .contentBlockTop-Container, .section.two-column-small-contact .row .contentBlockTop-Container {
  margin-bottom: 2em;
}
.section.two-column-with-contact .row .contentBlockBottom-Container .socialIcons, .section.two-column-small-contact .row .contentBlockBottom-Container .socialIcons {
  font-size: 2em;
}
.section.two-column-with-contact img,
.section.two-column-with-contact .col-right, .section.two-column-small-contact img,
.section.two-column-small-contact .col-right {
  flex: 2;
}
@media (max-width: 800px) {
  .section.two-column-with-contact img,
  .section.two-column-with-contact .col-right, .section.two-column-small-contact img,
  .section.two-column-small-contact .col-right {
    width: 100%;
    margin-top: 1em;
    flex: auto;
  }
}
.section.two-column-with-contact img .caldera-grid .row,
.section.two-column-with-contact .col-right .caldera-grid .row, .section.two-column-small-contact img .caldera-grid .row,
.section.two-column-small-contact .col-right .caldera-grid .row {
  margin: 0;
}
.section.two-column-with-contact img .caldera-grid .row div,
.section.two-column-with-contact .col-right .caldera-grid .row div, .section.two-column-small-contact img .caldera-grid .row div,
.section.two-column-small-contact .col-right .caldera-grid .row div {
  width: 100%;
}
.section.two-column-with-contact h3, .section.two-column-small-contact h3 {
  padding: 10px;
}

.section.two-column-small-contact {
  background: #ffffff;
  color: #5f6060 !important;
}
.section.two-column-small-contact .full-width-row {
  display: flex;
  flex-wrap: wrap;
}
.section.two-column-small-contact .col-left {
  width: 50%;
}
@media screen and (max-width: 800px) {
  .section.two-column-small-contact .col-left {
    width: 100%;
    margin-bottom: 50px;
  }
}
.section.two-column-small-contact .col-right {
  width: 25%;
  margin: 0 auto;
  flex: initial;
}
@media screen and (max-width: 800px) {
  .section.two-column-small-contact .col-right {
    width: 100%;
  }
}

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

#post-478 {
  display: none !important;
}/*# sourceMappingURL=style.css.map */