/*
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, header .nav-banner-bar, header .logo-area, header nav, header nav > ul, 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%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-radius: 0;
    padding-left: 0.25rem;
    border: 1px solid #3a3a3a;
    color: #3a3a3a;
    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; } }

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

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

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

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

body {
  margin: 0;
  color: #3a3a3a;
  font-size: 16px; }
  body a {
    text-decoration: none;
    color: inherit; }
  body img {
    max-width: 100%;
    height: auto; }
  body img:not(.object-ignore) {
    -o-object-fit: cover;
       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: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: 4rem 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 h2 {
    text-align: center; }
  body .page-title {
    text-align: center;
    font-size: 1.75em;
	padding-top: 4rem; }

.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: #3a3a3a; }

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

.eagan-wrap {
  background-color: #6A7A73;
  color: white; }

.eagle-wrap {
  background-color: #440004;
  color: white; }

.lexington-wrap {
  background-color: #203255;
  color: white; }

.promenade-wrap {
  background-color: #2A3D34;
  color: white; }

.salem-wrap {
  background-color: #484E3C;
  color: white; }

.palm-wrap {
  background-color: #4A798F;
  color: white; }

.gulf-wrap {
  background-color: #9A4223;
  color: white; }

.icon-columns {
	text-align: center;
}

.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;
  -webkit-appearance: none;
     -moz-appearance: none;
          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; } }

/* Header */
header {
  position: relative;
  z-index: 1000; }
  header .nav-banner-bar {
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1500px; }
  header .logo-area {
    justify-content: center;
    flex: 1 1 auto;
    padding: 2rem 0 2rem 2rem;
    width: 100%; }
    @media only screen and (min-width: 65rem) {
      header .logo-area {
        width: auto;
		margin-bottom: 3rem;} }
  header .logo {
    max-width: 250px; }
  header .logo h1 {
    display: none; }
    header .logo h1.no-logo-image {
      display: block; }
  header .top-menu-containers {
    flex: 1 1 auto;
    padding-right: 4rem;
    background-color: #ffffff; }
    @media only screen and (min-width: 65rem) {
      header .top-menu-containers {
        margin-bottom: 3rem; } }
  header nav {
    justify-content: center; }
    @media only screen and (min-width: 65rem) {
      header nav {
        justify-content: flex-end; } }
    header nav > ul {
      margin: 0;
      padding: 0;
      list-style-type: none; }
      header 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; }
      @media only screen and (min-width: 65rem) {
        header nav > ul > li:last-of-type a {
          margin-right: 0; } }
    header nav .menu-item-has-children i {
      padding-left: 0.5rem;
      position: relative; }
    header 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; }
      @supports (-ms-ime-align: auto) {
        header nav .menu-item-has-children ul {
          margin-top: 0.85rem; } }
      header nav .menu-item-has-children ul li {
        display: block; }
      header 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; }
    header nav ul li:hover ul {
      display: block; }

@media only screen and (min-width: 55rem) {
  article {
    margin-top: -2rem; } }

@media only screen and (min-width: 65rem) {
  article {
    margin-top: -4rem; } }

/* Footer */
footer {
  padding: 4rem 2rem;
  background-color: #3a3a3a;
  color: #ffffff;
  font-size: 0.85rem;
  text-align: center;
  line-height: 1.5rem; }
  footer a {
    transition: all 0.5s ease-in-out; }
  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; }

/* Blocks */
.column-container {
  justify-content: center; }
  @media only screen and (min-width: 55rem) {
    .column-container {
      margin-left: -2rem;
      margin-right: -2rem; } }
  .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 .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: 813px) {
	.mobile-gallery {
		display:none;
	}
}

@media (max-width: 812px) {
	.desktop-gallery {
		display:none;
	}
}

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

.hero-slider {
  color: #ffffff;
  padding-top: 0;
  padding-bottom: 0; }
  .hero-slider .slide-image {
    position: relative;
    height: 550px; }
  .hero-slider .slide-description-container {
    width: 100%;
    height: 100%;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: flex-end; }
    @media only screen and (min-width: 55rem) {
      .hero-slider .slide-description-container {
        height: auto; } }
  .hero-slider .slide-description {
    position: relative;
    bottom: 0;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 3rem;
    width: 100%; }
    @media only screen and (min-width: 55rem) {
      .hero-slider .slide-description {
        top: 150px;
        left: 5%;
        margin: 2em;
        width: 450px; } }
  .hero-slider p {
    font-size: 1em;
margin-bottom: 30px;}

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

.gallery-slider.owl-carousel .owl-nav {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
	color: #570028;
}

.gallery-slider.owl-carousel .owl-nav {
  position: absolute;
  width: 100%;
  bottom: 50%; }
  .gallery-slider.owl-carousel .owl-nav .owl-prev, .gallery-slider.owl-carousel .owl-nav .owl-next {
    padding: 0.5rem 1rem;
    background: transparent;
    font-size: 1.75rem; }
    .gallery-slider.owl-carousel .owl-nav .owl-prev:hover, .gallery-slider.owl-carousel .owl-nav .owl-next:hover {
      background: transparent; }


.accent-wrap .column-container p {
	text-align: center;
}

.white-wrap .column-container p {
	text-align: center;
}

.custom-button {
	    background: white;
    color: #570028!important;
    padding: 10px 20px;
}

.custom-button:hover {
	background: #570028!important;
    color: white!important;
}

.div-custom-button {
	text-align: center;
	padding-top: 2%;
}

.join-our-team-template-default div.internal-hero-image {
	display: none;
}



.join-our-team-template-default .entry-content ul {
	margin-left: auto;
    margin-right: auto;
    padding: 0 4rem;
    width: 100%;
    max-width: 1450px;
}

.join-our-team-template-default h2 {
	text-align: left;
}

@media only screen and (max-width: 1145px) {
	.top-menu-containers {
		display: none; 
	}
	header .logo-area {
		padding: 1rem 0 2rem 2rem; 
	}
}
@media only screen and (max-width: 1040px) {
	
	header .logo-area {
		padding-top: 0; 
	}
}
@media only screen and (max-width: 880px) {
	
	header .logo-area {
		padding: 0; 
	}
}
.nf-form-fields-required {
	text-align: center;
}

.list-checkbox-wrap .nf-field-element li label, .list-image-wrap .nf-field-element li label, .list-radio-wrap .nf-field-element li label {
	padding-right: 20px;
}
.nf-form-content .listcheckbox-wrap li, .nf-form-content .listradio-wrap li {
	display: inline-block;
}

.post-hero-section {
	min-height: 400px;
	justify-content: center;
	display: flex;
    align-items: center;
}

.post-h1 {
	color: white;
}

.post-content .page-title {
	display: none;
}

.property-manager {
	margin-top: -4em!important;
}
@media only screen and (max-width: 560px) {
	.property-manager {
	margin-top: -1em!important;
	}}
@media only screen and (max-width: 540px) {
	.community-logo {
	width: 100%!important;
	padding-right: 0!important;
	}
	}
	
.residents-icon {
	margin-top: -4em!important;
	margin-bottom: -4em!important;
}

.col-icon {
	margin-bottom: 1rem;
	width: 75px!important;
}

.li-button {
	border-bottom: none;
	padding: 1rem 0;
}
.nav-button {
	padding: .5rem 1rem;
}
.nav-button:hover {
	background-color: white;
}

.nav-button1 {
	margin-right: -25px;
}

.pum-theme-3273 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close {
	background-color: #1e4477!important;
}

.pum-content {
	color: #3a3a3a!important;
}