/*
Theme Name: RM Web Pro
Text Domain: rmwebpro
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
*/
/* Variables - Media Queries */
/* Variables - Colors */
/* Variables - Transitions */
/* Extends */
form.unit-search, form.property-search, .button-container, footer nav, footer nav ul, .column-container, .column-container .column, .accordion .accordion-toggle, .text-slider.owl-carousel .owl-nav, .hero-slider.owl-carousel .owl-nav {
  display: flex;
  /*flex-flow: row wrap;*/
  justify-content: space-between;
}

/* Search Form */
form.unit-search, form.property-search {
  margin: 0 -0.75rem;
  justify-content: center;
  align-items: center;
}

form.unit-search div, form.property-search div {
  width: 100%;
  margin: 0.75rem;
}

form.unit-search label, form.property-search label {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 16.5px;
}

@media only screen and (min-width: 35rem) {
  form.unit-search label, form.property-search label {
    font-size: 13px;
  }
}

form.unit-search select, form.property-search select {
  height: 40px;
  width: 100%;
  appearance: none;
  border-radius: 0;
  padding-left: 0.25rem;
  border: 1px solid #333333;
  color: #333333;
  font-size: 16.5px;
  background-image: url(assets/images/select.png) !important;
  background-repeat: no-repeat;
  background-position: right 0.05rem center;
  background-color: #ffffff;
}

@media only screen and (min-width: 35rem) {
  form.unit-search select, form.property-search select {
    font-size: 13px;
  }
}

form.unit-search select::-ms-expand, form.property-search select::-ms-expand {
  display: none;
}

form.unit-search .linkbtn, form.property-search .linkbtn {
  align-self: flex-end;
  margin: 0.5rem 0.75rem 0.75rem 0.75rem;
  height: 40px;
}

@media only screen and (min-width: 35rem) {
  form.unit-search div, form.property-search div {
    width: 175px;
  }
}

.guestCardForm {
  width: 100%;
}

.guestCardFieldLabel {
  color: #333333 !important;
  font-family: 'Lato' !important;
}

input.guestCardRequiredField {
  border-color: #333333 !important;
}

input.guestCardFieldInput {
  border: 1px solid #333333 !important;
}

.guestCardCaptchaContainer {
  text-align: left !important;
}

.guestCardButton {
  background: #333333 !important;
  font-size: 20px;
  padding: 0.75em;
  font-family: 'Lato';
}

/* Fade in Main on Page Load */
main {
  visibility: hidden;
}

.fade-in {
  visibility: visible;
  -webkit-animation: fadeIn .5s ease-in 1 forwards;
  animation: fadeIn .5s ease-in 1 forwards;
  opacity: 0;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

/* General Styles */
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: #333333;
  font-size: 16px;
}

body a {
  text-decoration: none;
  color: inherit;
}

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

body img:not(.object-ignore) {
  object-fit: cover;
}

body p {
  line-height: 1.65em;
}

body p a, body section a, body main a {
  font-weight: bold;
  padding-bottom: 0.5rem;
  /*border-bottom: 2px solid transparent;*/
  transition: all 0.5s ease-in-out;
}

body p a i, body section a i, body main a i {
  margin-left: 1rem;
}

body p a:hover, body section a:hover, body main a:hover {
  text-decoration: underline;
}

body p:empty {
  display: none;
}

body section p:first-child, body div p:first-child {
  margin-top: 0;
}

body section p:only-child, body div p:only-child {
  margin: 0;
}

body section p:last-child, body div p:last-child {
  margin-bottom: 0;
}

body section:empty {
  display: none;
}

body section {
  padding: 2rem 0;
}

@media only screen and (min-width: 35rem) {
  body section {
    padding: 0;
  }
}

body section:after {
  content: "";
  display: table;
  clear: both;
}

body h1, body h2, body h3, body h4, body h5 {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.075em;
}

body .page-title {
  text-align: center;
  font-size: 1.75em;
}

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

@media only screen and (min-width: 35rem) {
  .max-wrap {
    padding: 0 2rem;
  }
}

span.max-wrap {
  display: block;
}

.rm-pt {
  padding-top: 0;
}

.accent-wrap form.unit-search select, .accent-wrap form.property-search select {
  border-color: transparent;
}

.white-wrap {
  background-color: #ffffff;
  color: #333333;
}

.gray-wrap {
  background-color: #eeeeee;
  color: #333333;
}

.background-image-section {
  color: #ffffff;
}

.background-image-section button[class*='linkbtn'] {
  color: #ffffff;
}

.background-image-section button[class*='linkbtn']:hover {
  border-color: #ffffff;
}

.left-justified {
  text-align: left;
}

.center-justified {
  text-align: center;
}

.right-justified {
  text-align: right;
}

/* Common Elements Styles */
a[class^='linkbtn'], a[class*='linkbtn'], div[class^='linkbtn'], div[class*='linkbtn'], button[class^='linkbtn'], button[class*='linkbtn'], input[class^='linkbtn'], input[class*='linkbtn'], .caldera-grid .btn.btn-default {
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  appearance: none;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0.5rem;
  /*border-bottom: 2px solid transparent;*/
  background-color: transparent;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
}

a[class^='linkbtn']:focus, a[class*='linkbtn']:focus, div[class^='linkbtn']:focus, div[class*='linkbtn']:focus, button[class^='linkbtn']:focus, button[class*='linkbtn']:focus, input[class^='linkbtn']:focus, input[class*='linkbtn']:focus, .caldera-grid .btn.btn-default:focus {
  outline: 0;
}

a[class^='linkbtn'] i, a[class*='linkbtn'] i, div[class^='linkbtn'] i, div[class*='linkbtn'] i, button[class^='linkbtn'] i, button[class*='linkbtn'] i, input[class^='linkbtn'] i, input[class*='linkbtn'] i, .caldera-grid .btn.btn-default i {
  margin-left: 1rem;
}

.button-container * {
  margin: 1rem 0;
}

.caldera-grid input.form-control {
  font-size: 16.5px;
}

@media only screen and (min-width: 35rem) {
  .caldera-grid input.form-control {
    font-size: inherit;
  }
}

.caldera-grid label.control-label {
  font-weight: normal;
  font-size: 16.5px;
}

.lb-image {
  background-color: #ffffff;
}

.internal-hero-title {
  padding: 0;
  background-color: #ffffff;
}

.internal-hero-title .internal-hero-image {
  height: 250px;
  position: relative;
}

@media only screen and (min-width: 55rem) {
  .internal-hero-title .internal-hero-image {
    height: 450px;
  }
}

.reducedwidth {
  width: 70%;
  margin: auto;
}

.centered {
  text-align: center;
}

/* Header */
.site-header {
  display: flex;
  align-items: flex-start;
  /*height: 125px;*/
  position: relative;
  z-index: 1000;
  background-color: #333333;
}

.nav-banner-bar {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.nav-lower {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 2rem;
}

.top-menu-containers {
  display: flex;
  flex-direction: column;
}

.logo-area {
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 300px;
  align-content: center;
  flex-wrap: wrap;
  padding: 0.25em;
}

.logo-area img {
  max-height: 100px;
  width: auto;
}

.logo {
  max-width: 250px;
}

.logo h1 {
  display: none;
}

.logo h1.no-logo-image {
  display: block;
}

nav {
  display: flex;
  align-items: center;
}

nav > ul {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

nav > ul > li > a {
  padding: 1.5rem 0;
  margin: 0 2rem;
  display: block;
  /*border-bottom: 3px solid transparent;*/
  transition: all 0.5s ease-in-out;
}

nav > ul > li:last-of-type a {
  margin-right: 0;
}

nav .menu-item-has-children i {
  padding-left: 0.5rem;
}

nav .menu-item-has-children ul {
  display: none;
  position: absolute;
  z-index: 1000;
  margin-left: 0.75rem;
  min-width: 125px;
  padding: 0;
  background-color: #ffffff;
}

nav .menu-item-has-children ul li {
  display: block;
}

nav .menu-item-has-children ul li a {
  padding: 1rem 0;
  margin: 0 1rem;
  transition: all 0.5s ease-in-out;
  border: 0;
  /* border-bottom: 3px solid transparent;*/
}

nav ul li:hover ul {
  display: block;
}

ul.sub-menu li {
  background-color: #333333;
  padding: 25px 0px 1em;
}

.primary-menu-area {
  display: flex;
}

.primary-menu-area a {
  color: #ffffff;
}

.primary-menu-area a:hover {
  color: #f1b345;
}

.primary-menu-area .current-menu-item > a,
.primary-menu-area .current-menu-parent > a,
.primary-menu-area .current-menu-ancestor > a {
  color: #f1b345;
}

.top-buttons {
  width: 100%;
  height: 75px;
  justify-content: flex-end;
  display: flex;
  gap: 2em;
}

a.portal-button {
  color: #ffffff;
  border: 2px solid #ffffff;
  padding: 1.5em 2em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 1em 0px;
}

a.portal-button:hover {
  color: #485e69;
  background-color: rgba(255, 255, 255, 0.75);
}

/* Footer */
footer {
  padding: 2rem 2rem 1em;
  background-color: #333333;
  color: #ffffff;
  font-size: 0.85rem;
  text-align: center;
  line-height: 1.5rem;
}

footer a {
  transition: all 0.5s ease-in-out;
}

footer a:hover {
  color: #f1b345;
}

footer .social-icons {
  font-size: 1.25rem;
}

footer .social-icons i {
  margin: 0 1rem;
}

footer nav {
  justify-content: center;
  align-items: center;
  font-weight: bold;
  text-transform: uppercase;
  margin: 1rem 0;
}

footer nav ul {
  justify-content: center;
  padding: 0;
  margin: 0;
}

footer nav li {
  margin: 0.5rem 1.5rem;
  list-style-type: none;
}

footer nav .menu-item-has-children ul {
  display: none;
}

footer .copyright {
  margin-top: 1rem;
}

footer .affiliation-icons {
  margin-top: 1rem;
}

footer .affiliation-icons img {
  margin: 0 1rem;
  max-width: 45px;
}

img.rm-logo {
  margin: 0px 4px -6px;
}

img.eho-logo {
  height: 50px;
  margin: 1em;
}

/* Blocks */
.column-container {
  justify-content: center;
}

.column-container .column {
  flex: 1 1 300px;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  padding: 1rem;
  margin: 1rem;
}

.column-container .column > *:not(a) {
  width: 100%;
}

.column-container .column ul li {
  line-height: 2;
}

.column-container .col-image {
  margin-bottom: 1rem;
  height: 350px;
  width: 100%;
}

.column-container p {
  margin-top: 0;
}

.accordion .accordion-toggle {
  padding: 1rem;
  cursor: pointer;
  text-transform: none;
  font-weight: normal;
  align-items: center;
}

.accordion .accordion-toggle i {
  margin-left: 1em;
  font-size: 1.5rem;
}

.accordion .accordion-content {
  display: none;
  border: 1px solid transparent;
  padding: 1rem;
}

.accordion .default {
  display: block;
  border: 1px solid transparent;
}

.gallery-section ul {
  margin: 0;
  padding: 0;
}

.gallery-section li {
  list-style-type: none;
  padding: 0;
}

.gallery-section .column {
  padding: 0;
  margin: 0.5rem;
  flex: 1 1 350px;
}

.gallery-section img {
  margin: 0;
}

.gallery-section a, .wp-block-gallery a, figure a {
  padding: 0;
  border-bottom: 0;
}

.text-slider-section .slide {
  width: 80%;
  text-align: center;
  margin: 0 auto;
}

.text-slider.owl-carousel .owl-nav {
  position: absolute;
  width: 100%;
  bottom: 35%;
}

.text-slider.owl-carousel .owl-nav .owl-prev, .text-slider.owl-carousel .owl-nav .owl-next {
  padding: 0.5rem 1rem;
  background: transparent;
  font-size: 1.25rem;
}

.text-slider.owl-carousel .owl-nav .owl-prev:hover, .text-slider.owl-carousel .owl-nav .owl-next:hover {
  background: transparent;
}

@media (min-width: 782px) {
  .gutenberg .wp-block-columns {
    flex-wrap: wrap;
  }
}

@media (min-width: 800px) {
  .gutenberg .wp-block-columns {
    flex-wrap: nowrap;
  }
}

@media (min-width: 600px) {
  .gutenberg .wp-block-column {
    flex-grow: 1;
    flex-basis: 100%;
  }
}

@media (min-width: 800px) {
  .gutenberg .wp-block-column {
    flex-grow: 0;
    flex-basis: 50%;
  }
}

.gutenberg .wp-block-column ul {
  line-height: 1.65em;
}

.gutenberg .wp-block-column ul, .gutenberg .wp-block-column ol {
  padding-left: 1rem;
}

@media (min-width: 600px) {
  .gutenberg .wp-block-column:not(:last-child), .gutenberg .wp-block-column:nth-child(odd) {
    margin-right: 0;
  }
}

@media (min-width: 800px) {
  .gutenberg .wp-block-column:not(:last-child), .gutenberg .wp-block-column:nth-child(odd) {
    margin-right: 32px;
  }
}

@media (min-width: 600px) {
  .gutenberg .wp-block-column:not(:first-child), .gutenberg .wp-block-column:nth-child(2n) {
    margin-left: 0;
  }
}

@media (min-width: 800px) {
  .gutenberg .wp-block-column:not(:first-child), .gutenberg .wp-block-column:nth-child(2n) {
    margin-left: 32px;
  }
}

.gutenberg .wp-block-quote.max-wrap {
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem;
}

@media only screen and (min-width: 55rem) {
  .gutenberg .wp-block-quote.max-wrap {
    padding: 0 2rem;
  }
}

.property-marker img {
  filter: drop-shadow(2px 3px 5px rgba(0, 0, 0, 0.75));
}

.poi-filter-btn[data-type="Restaurant"] {
  --poi-color: #e74c3c;
}

.poi-filter-btn[data-type="Shopping"] {
  --poi-color: #3498db;
}

.poi-filter-btn[data-type="Entertainment"] {
  --poi-color: #9b59b6;
}

.poi-filter-btn[data-type="Activities"] {
  --poi-color: #2ecc71;
}

.poi-filter-btn[data-type]:not([data-type="All"]) {
  border-color: var(--poi-color);
}

.poi-filter-btn[data-type]:not([data-type="All"]).active, .poi-filter-btn[data-type]:not([data-type="All"]):hover {
  background: var(--poi-color);
  border-color: var(--poi-color);
  color: #fff;
}

.hero-slider {
  color: #ffffff;
  padding-top: 0;
  padding-bottom: 0;
}

.hero-slider .slide-image {
  position: relative;
  min-height: 550px;
}

.hero-slider .slide-description-container {
  width: 75%;
  margin: auto;
  padding: 3em 0px;
  display: flex;
  flex-direction: column;
  gap: 2em;
}

.hero-slider .slide-description {
  top: 10%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5em;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.5);
  justify-self: center;
}

.hero-slider p {
  font-size: 1em;
}

.slider-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background-color: rgba(76, 98, 109, 0.8);
  height: 5em;
}

.slider-title h3 {
  font-size: 2.25rem;
}

.slider-text-flex {
  display: flex;
  gap: 3em;
}

.slider-buttons {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

a.slider-button-button {
  background-color: rgba(255, 255, 255, 0.75);
  color: #333333;
  padding: 1em 2em;
  min-width: 25%;
  text-align: center;
  margin: 1em 0px;
  text-transform: uppercase;
  text-decoration: none !important;
}

a.slider-button-button:hover {
  background-color: rgba(72, 94, 105, 0.75);
  color: #ffffff;
}

.st-image-column {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero {
  height: 550px;
}

.hero-slider.owl-carousel.owl-drag .owl-item {
  padding: 0;
}

.hero-slider.owl-carousel .owl-nav {
  position: absolute;
  width: 100%;
  bottom: 50%;
}

.hero-slider.owl-carousel .owl-nav .owl-prev, .hero-slider.owl-carousel .owl-nav .owl-next {
  padding: 0.5rem 1rem;
  background: transparent;
  font-size: 1.75rem;
}

.hero-slider.owl-carousel .owl-nav .owl-prev:hover, .hero-slider.owl-carousel .owl-nav .owl-next:hover {
  background: transparent;
}

@media only screen and (max-width: 1200px) {
  .top-buttons, .primary-menu-area, .footer-menu {
    display: none;
  }
  .nav-lower {
    padding: 0;
  }
  .logo-area {
    width: 100%;
  }
  .hero-slider .slide-description-container {
    width: 90%;
    margin-bottom: 2em;
  }
  .slider-buttons {
    flex-direction: column;
  }
  a.slider-button-button {
    margin: 0.5em 0px;
  }
  .social-icons {
    margin-bottom: 1em;
  }
  .column-container {
    flex-direction: column;
  }
}

@media (max-width: 600px) {
  .slider-title h3 {
    font-size: 1.5rem;
  }
  .hero-slider .slide-description {
    padding: 2em;
  }
}
