/*
Theme Name: Rent Manager Core Child
Text Domain: rmcorechild
Template: rmcore
Author: Rent Manager
Author URI: https://www.rentmanager.com
Description: Custom theme created by Rent Manager
Version: 1.1.5
License: Proprietary, non-distributed
*/
/*Responsive Layout*/
/*Font Weights*/
/* Extends */
@import url("https://use.typekit.net/xuk5egw.css");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");
.detail-images .thumbnails, .img-col-wrapper, .modal-body, .grid, .contact-area, .social-icons, .social-area {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-flow: row wrap;
  justify-content: space-between;
}

.top-menu-area a {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-flow: row wrap;
  justify-content: center;
}

.wallabies, .detail-images, .unit-body, .ua-content, .featured-section, .card-grid .card, .card-grid, .hero-container, .hero-inner-content, .page-footer, .footer-right, .nav-wrap, .top-menu-area .phone-area, .top-menu-area {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}

.object-fit_fill {
  object-fit: fill;
}

.object-fit_contain {
  object-fit: contain;
}

.object-fit_cover {
  object-fit: cover;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
html, body {
  max-width: 100%;
  overflow-x: hidden;
}

body {
  box-sizing: border-box;
  margin: 0;
  font-size: 16px;
  font-family: "vollkorn", serif;
}

body * {
  box-sizing: inherit;
}

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

a {
  color: #7D1817;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content p {
  padding: 0em 2em;
}
@media screen and (max-width: 800px) {
  .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content p {
    padding: 0em 10px;
  }
}
.entry-content ul, .entry-content li {
  margin: 0 10px;
}

h1, h2, h3, h4 {
  font-family: "myriad-pro-semiextended", sans-serif;
  color: #000000;
}

p {
  font-size: calc(18px + 2 * (100vw - 300px) / 1100);
  padding: 0 2em;
  font-family: "vollkorn", serif;
  line-height: 34px;
}

.alt-font {
  font-family: "myriad-pro-semiextended", sans-serif;
}

li {
  font-size: calc(18px + 2 * (100vw - 300px) / 1100);
  line-height: 32px;
}

.title-bar {
  font-size: 2em;
  background-color: #000000;
  width: 100%;
  text-align: center;
  padding: 0.5em !important;
  color: #FFFFFF;
}

.title {
  color: #fff;
  font-weight: 400;
}

.owl-carousel .item {
  background-size: cover;
  background-position: center;
  height: 600px;
}

.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.un-header {
  font-size: 2em;
  margin-left: 1em;
}

.site-width {
  padding: 0 10px;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .site-width {
    padding: 0 20px;
  }
}

.nf-form-fields-required {
  text-align: center;
  padding-bottom: 2em;
}

.nf-form-content input[type=submit] {
  background-color: #7D1817 !important;
  color: #FFFFFF !important;
}
.nf-form-content input[type=submit]:hover {
  background-color: #000000 !important;
}

#nf-field-28 {
  color: #FFFFFF !important;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 600;
}

.wp-block-columns.wp-column-wrapper-wrap {
  flex-wrap: wrap !important;
}

.wp-column-300 {
  min-width: 300px !important;
}

.xlHeader {
  font-size: calc(30px + 12 * (100vw - 300px) / 1100);
}

.material-symbols-rounded {
  font-variation-settings: "FILL" 0, "wght" 200, "GRAD" 0, "opsz" 48;
}

.material-symbols-rounded {
  font-size: 48px;
}

.wp-block-button .wp-block-button__link.has-branding-background-color.has-background.wp-element-button {
  transition: color 0.5s, background-color 0.5s;
}
.wp-block-button .wp-block-button__link.has-branding-background-color.has-background.wp-element-button:hover {
  background-color: #000000 !important;
}

.h3Col {
  color: #FFFFFF;
  font-size: calc(20px + 10 * (100vw - 300px) / 1100);
  padding: 0;
}

.top-menu-containers {
  display: flex;
  flex-direction: column;
  font-family: "myriad-pro-semiextended", sans-serif;
  font-weight: 600;
  font-size: calc(16px + 2 * (100vw - 300px) / 1100);
}

.top-menu-area {
  padding: 1em 2em;
  background-color: #7D1817;
}
.top-menu-area a {
  color: #FFFFFF;
  align-items: center;
  flex-wrap: nowrap;
  margin-top: 10px;
}
.top-menu-area a i {
  margin-right: 10px;
  font-size: 26px;
}
.top-menu-area a:hover {
  text-decoration: none;
}
.top-menu-area .phone-area {
  justify-content: space-between;
}
@media screen and (min-width: 800px) {
  .top-menu-area .phone-area {
    flex-flow: row wrap;
    width: 25vw;
  }
}
@media screen and (min-width: 800px) {
  .top-menu-area {
    flex-flow: row wrap;
    justify-content: space-between;
  }
}

@media screen and (min-width: 800px) {
  .nav-wrap {
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
  }
}

.primary-menu-area {
  padding: 1em 2em;
  display: block;
}

@media screen and (max-width: 1080px) {
  .primary-menu-area {
    display: none;
  }
}
.mobile-menu {
  display: none;
}

@media screen and (max-width: 1080px) {
  .mobile-menu {
    display: block;
  }
}
#sidebarMenu {
  height: 100%;
  overflow: auto;
  position: fixed;
  right: 0;
  width: 100vw;
  z-index: 98;
  top: 0;
  transform: translateX(100vw);
  transition: transform 250ms ease-in-out;
  background-color: #000000;
}

.main-menu-mobile {
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: #000000;
}

.main-menu-mobile li {
  list-style: none;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  padding: 20px;
  cursor: pointer;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.main-menu-mobile li ul li {
  list-style: none;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  padding: 20px;
  cursor: pointer;
  border-bottom: none;
}

.main-menu-mobile li span {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}

.main-menu-mobile li a {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
}

input[type=checkbox]:checked ~ #sidebarMenu {
  transform: translateX(0);
}

input[type=checkbox] {
  transition: all 0.3s;
  box-sizing: border-box;
  display: none;
}

.sidebarIconToggle {
  transition: all 0.3s;
  box-sizing: border-box;
  cursor: pointer;
  position: fixed;
  z-index: 99;
  height: 100%;
  width: 100%;
  top: 22px;
  right: 15px;
  height: 22px;
  width: 22px;
}

.spinner {
  transition: all 0.3s;
  box-sizing: border-box;
  position: absolute;
  height: 3px;
  width: 100%;
  background-color: #fff;
  filter: drop-shadow(2px 2px 1px #000000);
}

.horizontal {
  transition: all 0.3s;
  box-sizing: border-box;
  position: relative;
  float: left;
  margin-top: 3px;
}

.diagonal.part-1 {
  position: relative;
  transition: all 0.3s;
  box-sizing: border-box;
  float: left;
}

.diagonal.part-2 {
  transition: all 0.3s;
  box-sizing: border-box;
  position: relative;
  float: left;
  margin-top: 3px;
}

input[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {
  transition: all 0.3s;
  box-sizing: border-box;
  opacity: 0;
}

input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
  transition: all 0.3s;
  box-sizing: border-box;
  transform: rotate(135deg);
  margin-top: 8px;
}

input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
  transition: all 0.3s;
  box-sizing: border-box;
  transform: rotate(-135deg);
  margin-top: -9px;
}

.home-main-menu-primary {
  display: flex;
  justify-content: flex-end !important;
  list-style: none;
  font-size: 20px;
}

.home-main-menu-primary li {
  font-size: 20px;
  margin: 15px;
}

.home-main-menu-primary a {
  color: #000;
}

.home-main-menu-primary a:hover {
  cursor: pointer;
  color: #cecece;
  font-size: 23px;
}

.nav-banner-bar {
  display: flex;
  justify-content: center;
  background: #000;
}

@media (min-width: 1080px) {
  .nav-banner-bar {
    justify-content: space-between;
  }
}
.sub-menu {
  display: none;
  z-index: 9999;
  box-sizing: border-box;
  text-align: left;
  position: absolute;
  background-color: #fff;
  padding: 0;
}

.menu-item-has-children:hover > ul {
  visibility: visible;
  opacity: 1;
  transition: all 0.5s ease-in-out;
  list-style-type: none;
  display: block;
}

.sub-menu li a {
  color: #000 !important;
}

.sub-menu li a:hover {
  text-decoration: none !important;
  color: #C92323 !important;
}

.top-menu-containers {
  height: 100%;
  width: 100%;
  align-self: flex-end;
  margin-bottom: 0.25em;
}

@media (min-width: 1080px) {
  .top-menu-containers {
    align-self: auto;
  }
}
.logo--image {
  margin: 0.5em 1em;
  display: inline-block;
  width: 300px;
}

.hero-image-container {
  min-height: 600px;
  width: 100%;
  background-position: center;
  background-size: cover;
}

.main-menu-primary ul {
  flex-direction: row;
  justify-content: space-between;
}

.main-menu-primary li {
  margin: 10px;
  list-style-type: none;
  text-transform: uppercase;
}

.main-menu-primary li a {
  color: #fff;
  font-size: 20px;
}

.main-menu-primary li a:hover {
  text-decoration: underline;
}

/* .primary-menu-area {
  margin-top: 3em;
} */
#menu-primary-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  font-size: 20px;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

li a {
  text-decoration: none;
}

li a:hover {
  text-decoration: none;
}

/*Footer*/
.site-footer {
  background-color: #000000;
  color: #FFFFFF;
  display: block;
  padding: 1em;
  bottom: 0;
  width: 100%;
}

.site-footer a {
  color: #FFFFFF;
}
.site-footer a:hover {
  color: #FFFFFF;
}

.footer-left {
  width: 45%;
}

.footer-left p {
  margin: 0px;
}

.footer-right {
  align-items: center;
}

@media screen and (max-width: 1000px) {
  .footer-left {
    width: 90% !important;
    margin: 0 auto;
    text-align: center;
  }
  .footer-center {
    width: 100% !important;
    margin-top: 10px;
  }
  .footer-right {
    width: 100% !important;
    margin-top: 10px;
  }
  .page-footer {
    display: block !important;
  }
}
.footer-center {
  width: 50%;
}

.footer-center p {
  margin: 0px;
}

.footer-right p {
  margin-top: 0px;
}

.page-footer {
  align-items: center;
}
@media screen and (min-width: 1080px) {
  .page-footer {
    justify-content: space-between;
    flex-direction: row;
  }
}

.footer-info {
  text-decoration: underline;
}

.social-icons {
  margin-bottom: 10px;
}
.social-icons i {
  font-size: 30px;
  margin: 10px;
}

.footer-copyright {
  margin-bottom: 10px;
}

/* Gutenberg custom color sample */
.has-branding-color {
  color: #7D1817 !important;
}

.has-white-color {
  color: #FFFFFF !important;
}

.has-black-color {
  color: #000000 !important;
}

.has-very-light-gray-color {
  color: #DBDBDB !important;
}

.has-branding-background-color {
  background-color: #7D1817 !important;
  color: #FFFFFF !important;
}

.has-white-background-color {
  background-color: #FFFFFF !important;
}

.has-black-background-color {
  background-color: #000000 !important;
  color: #FFFFFF !important;
}

.has-very-light-gray-background-color {
  background-color: #DBDBDB !important;
  color: #000000 !important;
}

/* Gutenberg alignment sample */
@media screen and (min-width: 68em) {
  .main-wrapper {
    overflow: hidden;
  }
  /* .main {
    margin: 4em auto; } */
  .entry-content .alignfull {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    max-width: 100vw;
  }
  .entry-content .alignwide {
    margin-left: -4em;
    margin-right: -4em;
    max-width: 68em;
  }
}
/*Slider*/
.hero-slider {
  color: #000000;
  padding-top: 0;
  padding-bottom: 0;
}

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

.hero-slider .slide-description-container {
  width: 100%;
  height: 100%;
  max-width: 1500px;
  display: flex;
  justify-content: right;
}

@media screen and (max-width: 768px) {
  .hero-slider .slide-description {
    position: relative !important;
    width: 100% !important;
    bottom: 0 !important;
    font-size: 1.5em;
  }
  .hero-slider .slide-description-container {
    display: block !important;
  }
}
@media only screen and (min-width: 55rem) {
  .hero-slider .slide-description-container {
    height: auto;
  }
}
.hero-slider .slide-description {
  position: absolute;
  bottom: 30%;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 3rem;
  width: 30%;
}

.hero-slider p {
  max-width: 250px;
  font-size: 1em;
}

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

.slider-link-section::before {
  border-left: solid 300px rgb(0, 0, 0);
  border-bottom: solid 300px transparent;
  border-top: solid 300px transparent;
  content: "";
}

.slider-link-section {
  display: flex;
  align-items: flex-start;
  width: 100%;
  flex-direction: column;
}

.slider-linkbtn {
  border: none;
  padding: 1em 2em;
  text-decoration: underline;
  color: #fff;
  position: absolute;
  top: 50%;
  background-color: none;
}

.slide-description {
  font-size: 2em;
  text-align: center;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .slider-link-section {
    display: none !important;
  }
}
#title-ok {
  text-align: center;
  font-size: 3em;
  font-weight: 300;
  font-size: calc(32px + 8 * (100vw - 300px) / 1100);
  text-transform: uppercase;
}

/*Cards*/
.card-vertical-3-col {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -20px;
  margin-right: -20px;
}

.card-vertical-3-col .card-vertical-col {
  width: 400px;
  flex-basis: 400px;
  padding: 15px;
  margin: 15px;
  background: #FFF;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.card-vertical-3-col .card-vertical-col span.title {
  text-transform: uppercase;
}

.card-vertical-3-col .card-vertical-col img {
  width: 100%;
}

.card-vertical-3-col .card-vertical-col a {
  border: 1px solid;
  padding: 10px;
  display: inline-block;
  margin: 10px 0;
}

/*Info with Links*/
.text-blocks-main,
.text-blocks-secondary {
  padding: 2em;
  font-size: 14px !important;
}

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

.text-blocks-col-wrapper {
  display: flex;
  padding: 0;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1000px;
}

@media screen and (max-width: 768px) {
  .text-blocks-col-wrapper {
    display: block !important;
  }
  .text-blocks-col-item {
    margin: 1em;
    background: #efefef;
    padding: 2em;
    box-shadow: 0 3px 3px #ddd;
  }
  .text-blocks-col-item h3, .text-blocks-col-item a {
    margin: 0 auto;
  }
}
.btn-wrap {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

@media only screen and (min-width: 1080px) {
  .text-blocks-col-wrapper {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 50px;
    margin-left: 30px;
  }
  .text-blocks-col-item {
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row;
  }
}
.text-blocks-col-item a {
  width: 150px;
  font-size: 17px;
  background-color: #000000;
  color: #fff;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
}

.text-blocks-col-item a:hover {
  background-color: #7D1817;
  text-decoration: none;
}

.text-blocks-col-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 800px) {
  .text-blocks-col-item p {
    padding: 20px;
  }
}
@media only screen and (min-width: 1080px) {
  .text-blocks-col-item {
    width: 40%;
  }
}
.text-blocks-2-col img.alignright,
.text-blocks-2-col img.alignleft {
  border-radius: 100%;
}

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

@media (max-width: 800px) {
  .text-blocks-2-col img.alignright,
  .text-blocks-2-col img.alignleft {
    width: 150px !important;
    height: 150px !important;
  }
}
.text-blocks-2-col img.alignright,
.text-blocks-2-col img.alignleft {
  border-radius: 100%;
  object-fit: cover;
  width: 300px;
}

/*Small Accordion*/
#tabbed-block-tabs {
  display: flex;
  border: 0px;
  padding: 0;
  min-height: 50vh;
}

#tabbed-block-tabs ul {
  border: 0px;
  background: none;
  list-style: square;
  display: flex;
  flex-direction: column;
  width: 40%;
}

.tabbed-container {
  padding-bottom: 3em;
}

.tabbed-block-content {
  width: 60%;
  border: 2px solid #7D1817;
  margin-left: -6em;
  padding: 2em;
  margin-top: 1.5em;
}

.tabbed-block-content h2 {
  margin: 0;
}

.tabbed-block-content a {
  border: 0;
  padding: 0.5em 2em;
}

.tabbed-block-title {
  background-color: #000000;
  width: 80%;
  overflow: auto;
  display: flex;
  align-items: center;
  margin: 5.5px;
}

.acc-link {
  background-color: #7D1817;
  color: #fff;
  margin: 1em;
  font-size: 20px;
}

.acc-link:hover {
  background-color: #000000;
  text-decoration: none;
}

li.tabbed-block-title.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab.ui-tabs-active.ui-state-active a {
  color: #fff;
}

li.tabbed-block-title.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab.ui-tabs-active.ui-state-active {
  background-color: #7D1817;
}

.tabbed-block-title a {
  padding: 5px;
  width: 100%;
  font-size: 20px;
  border-bottom: 0;
  text-decoration: none;
  color: #fff;
  margin: 0.5em 0;
  display: block;
}

.content-text {
  padding: 3em;
  z-index: 1;
  position: absolute;
  color: #000000;
}

li.tabbed-block-title a:hover {
  color: #fff;
}

li.tabbed-block-title:hover {
  background-color: #7D1817;
}

.pro-tip {
  padding: 1em;
}

.pro-tip p {
  font-size: 20px;
}

.mojojo {
  display: flex;
  justify-content: space-between;
}

.courage {
  width: 50%;
}

.eustace {
  width: 50%;
}

.tabbed-block-image {
  height: 400px;
  margin-left: 1em;
}

.tabbed-block-img-content-wrapper {
  display: block;
  position: relative;
}

.tabbed-block-content-container p {
  font-size: 20px;
  margin: 1em;
  font-weight: 350;
}

.tabbed-block-image {
  flex-basis: 150%;
}

/*Card Vertical 3 Column*/
.card-vertical-3-col-container .layout-title {
  padding: 1em;
  margin: 0;
  text-align: center;
}

.card-vertical-3-col {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -20px;
  margin-right: -20px;
}

.card-vertical-3-col .card-vertical-col {
  width: 30%;
  padding: 15px;
  margin: 1em;
  text-align: center;
}

.card-vertical-3-col .card-vertical-col img {
  width: 100%;
  height: 400px;
  border: 1px solid darkgrey;
}

.card-vertical-3-col .card-vertical-col a {
  background-color: #068D9D;
  padding: 0.8em;
  display: inline-block;
  color: #fff;
  width: 100%;
  font-size: 20px;
}

.card-vertical-3-col .card-vertical-col a:hover {
  background-color: #DE6C3F;
  font-weight: 700;
  text-decoration: none;
}

/*Image Alternating*/
@media (max-width: 768px) {
  .icon-alt-main {
    padding: 0;
  }
  .icon-alt-section {
    display: block !important;
  }
  .icon-alt-icon {
    width: 100% !important;
    height: 300px !important;
  }
  .icon-alt-text {
    font-size: 18px !important;
    width: 100% !important;
  }
}
.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;
}

.icon-alt-main .icon-alt-section .icon-alt-icon {
  font-size: 2em;
  padding: 0 20px;
}

.icon-alt-main .icon-alt-section:nth-child(odd) .icon-alt-icon {
  order: 2;
}

.icon-alt-main .icon-alt-section .icon-alt-text {
  padding: 0 20px;
  text-align: left;
  font-size: 25px;
  line-height: 1.4;
  width: 60%;
  font-weight: 350;
}

.icon-alt-main .icon-alt-section .icon-alt-text h1 {
  font-size: 2em;
  margin: 0;
  padding: 0 0 5px 0;
}

.pet-title {
  text-align: center;
  background-color: #000000;
  padding: 1em;
  color: #fff;
  font-weight: 350;
}

@media screen and (max-width: 768px) {
  .pet-title {
    padding: 0.5em !important;
  }
  .pet-title h2 {
    font-size: 1.5em !important;
  }
}
.pet-title h2 {
  color: #fff;
  font-size: 3em;
  font-weight: 350;
}

.icon-alt-icon {
  height: 600px;
  width: 40%;
}

/*Image Overlay Text*/
.image-overlay {
  background: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
  top: 0;
  left: 0;
}

.content-overlay-text {
  position: absolute;
  z-index: 1;
  color: white;
  padding: 6em;
  text-align: center;
  font-size: 25px;
  width: 100%;
}

.overlay-block-content-container {
  height: 25em;
  width: 100%;
}

/*Search Section*/
.search-section {
  position: relative;
}
.search-section .hero-bkgd-overlay {
  opacity: 1;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  width: 100%;
  height: 100%;
  z-index: 0;
  position: absolute;
}
.search-section .search-title {
  color: #FFFFFF;
  padding-top: 2em;
  font-family: "myriad-pro-semiextended", sans-serif;
  font-weight: 600;
  font-size: calc(18px + 4 * (100vw - 300px) / 1100);
  position: relative;
  z-index: 2;
}

.hasBGIMG {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-background-image {
  display: flex;
  align-items: center;
  margin-top: 3px;
}

@media screen and (min-width: 800px) {
  .hero-background-image {
    height: 500px;
  }
}
.hero-inner-content {
  width: 100%;
  position: relative;
}

.hero-inner-content h2 {
  position: relative;
  padding: 0;
  font-size: 2.8em;
  flex: 1;
  display: flex;
  align-items: center;
}

@media (max-width: 800px) {
  .hero-inner-content h2 {
    position: inherit;
    margin: 2em auto;
    width: 80%;
    min-height: 30vh;
    justify-content: center;
  }
}
.search-container {
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin: 10px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 800px) {
  .search-container {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
}
.search-container #search {
  width: 100%;
  padding: 0 2em;
  margin-bottom: 2em;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (min-width: 800px) {
  .search-container #search {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: flex-start;
  }
}
.search-container #search div {
  display: inline-flex;
  flex-direction: column;
  text-align: center;
  margin-bottom: 10px;
}
.search-container form label {
  width: 100%;
  margin-bottom: 5px;
  color: #FFFFFF;
}
@media screen and (min-width: 800px) {
  .search-container form label.half-width {
    max-width: 230px;
  }
}
.search-container form input[type=text], .search-container form select {
  background-color: #FFFFFF;
  color: #000000;
  padding: 10px;
}
.search-container #search input[type=submit] {
  padding: 0.8em 2em;
  border: none;
  background-color: #7D1817;
  color: #fff;
  font-family: "myriad-pro-semiextended", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: calc(16px + 4 * (100vw - 300px) / 1100);
  transition: color 0.5s, background-color 0.5s;
}
.search-container #search input[type=submit]:hover {
  background: #52100f;
  cursor: pointer;
}
.search-container form select {
  width: 200px;
}
.search-container #locationeq {
  display: flex;
  width: 100%;
}
.search-container .form-button-s {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
.search-container .form-button-s [input] {
  background: #7D1817;
  padding: 10px 0;
  width: 100%;
  text-align: center;
  color: white;
}
.search-container .form-button-s [input]:hover {
  background-color: #000000;
  text-decoration: none;
  cursor: pointer;
}
.search-container .linkbtn-s {
  border: none;
  padding: 1em 2em;
  background-color: #7D1817;
  display: flex;
  margin: 1.5em auto;
}
.search-container .linkbtn-s a {
  color: #fff;
}
.search-container .linkbtn-s a:hover {
  text-decoration: none;
}
.search-container .linkbtn-s:hover {
  background-color: #000000;
  font-weight: 600;
  cursor: pointer;
}

/*Statistics Block */
.stats-background {
  padding: 2em 0;
  display: flex;
  justify-content: center;
  border-bottom-width: 10px;
  border-bottom-style: solid;
  background-color: #7D1817;
}

.stats-container {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: baseline;
  flex-wrap: wrap;
}

.stat-item {
  width: 100%;
  text-align: center;
  margin: 2em;
  background-color: #7D1817;
  text-transform: uppercase;
  min-height: 300px;
  padding: 2em;
}

@media screen and (min-width: 800px) {
  .stat-item {
    flex: 1;
  }
}
.stat-icon {
  font-size: 4em;
  color: #fff;
}

@media (max-width: 800px) {
  .stat-icon {
    width: 100%;
  }
}
.stat-number {
  font-size: calc(20px + 4 * (100vw - 300px) / 1100);
  color: #fff;
  font-family: "myriad-pro-semiextended", sans-serif;
  padding: 0 !important;
}

.stat-title {
  font-size: calc(20px + 4 * (100vw - 300px) / 1100);
  color: #fff;
  font-family: "myriad-pro-semiextended", sans-serif;
  padding: 0 !important;
}

/*Image and Text*/
.image-accent-color-container {
  min-height: 50vh;
  display: flex;
  height: auto;
  position: relative;
}

@media screen and (max-width: 768px) {
  .image-accent-color-container {
    display: block !important;
    min-height: 0 !important;
  }
}
.image-accent-color-wrapper {
  display: flex;
  width: 50%;
  margin: 3em;
}

@media screen and (max-width: 768px) {
  .image-accent-color-wrapper {
    width: 100% !important;
    margin: 1em !important;
  }
}
.image-accent-color.image-side {
  width: 700px;
  height: 500px;
}

@media screen and (max-width: 768px) {
  .image-accent-color.image-side {
    height: 300px;
  }
}
#image-title {
  text-align: center;
  font-weight: 400;
}

.image-accent-color.content-side {
  margin-top: 2.5em;
  width: 50%;
  display: flex;
}

@media screen and (max-width: 768px) {
  .image-accent-color.content-side {
    width: 100% !important;
    margin-top: 0 !important;
  }
}
.image-accent-color-content {
  margin: 1.5em;
}

/*Full Width Section - With Link*/
.two-column-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  margin: 20px;
}

.two-column-link__text {
  width: 100%;
}

@media screen and (min-width: 800px) {
  .two-column-link__text {
    width: 60%;
  }
}
.two-column-link__text h3 {
  font-size: 2em;
  text-align: center;
}

.two-column-link__cta {
  width: 60%;
  text-align: center;
  display: flex;
  justify-content: flex-end;
}

@media screen and (min-width: 800px) {
  .two-column-link__cta {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .two-column-link__text h3 {
    font-size: 1.5em;
  }
  .two-column-link__text p {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .two-column-link__cta-button {
    width: 100% !important;
  }
}
.two-column-link__cta-button {
  padding: 1em;
  border: 2px solid;
  display: inline-block;
  background-color: #7D1817;
  width: 200px;
  color: #fff;
  width: 30%;
}

.two-column-link__cta-button:hover {
  background-color: #000000;
  text-decoration: none;
  font-weight: 600;
}

/*Border Text Section*/
.border-section {
  padding: 3em;
  border: 2px solid black;
  background-color: #efefef;
  margin: 3em;
}

@media screen and (max-width: 768px) {
  .border-section {
    margin: 0 !important;
    padding: 2em !important;
  }
  .page-id-161 p, .page-id-198 p {
    font-size: 18px;
  }
}
.text-area {
  border: 2px solid #7D1817;
  padding: 2em;
  background-color: #fff;
}

/*Two Column Text*/
.layout-title {
  color: #fff;
  text-align: center;
  font-weight: 450;
  background-color: #000000;
  padding: 1em;
  font-size: 2.5em;
}

@media screen and (max-width: 768px) {
  .layout-title {
    font-size: 1.5em !important;
  }
}
.two-col-content p {
  font-size: 23px;
  margin-left: 2em;
  font-weight: 500;
  line-height: 1.5;
}

.columns2 {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  font-size: 20px;
}

@media (max-width: 800px) {
  .columns2 {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }
}
.columns2 .col {
  padding: 20px;
  flex: 1;
}

@media (max-width: 800px) {
  .columns2 .col {
    padding: 20px 0;
    flex: auto;
    width: 100%;
  }
}
.columns2 .col h3 {
  padding: 10px;
  margin: 0 0 15px 0;
}

.rental-title {
  font-size: 30px;
  font-family: "Time New Roman";
  font-weight: 350;
  color: #7D1817;
}

.text-blocks-main h2 {
  color: #7D1817;
  font-size: 35px;
}

/*Contact Block*/
.contact-section {
  position: relative;
}

.contact-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -ms-filter: blur(10px);
  -o-filter: blur(10px);
  filter: blur(10px);
}

.contact-overlay {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(219, 219, 219, 0.8);
  top: 0;
  padding-bottom: 20px;
  left: 0;
}

.contact-area {
  background-color: transparent;
  position: relative;
  padding: 2em;
  margin-bottom: 2em;
  justify-content: space-around;
}
@media screen and (max-width: 1080px) {
  .contact-area {
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .contact-area p {
    font-size: 16px !important;
  }
}
.contact-area h2 {
  text-align: center;
  width: 100%;
  font-weight: 300;
  font-size: calc(24px + 10 * (100vw - 300px) / 1100);
  margin-bottom: 1em;
}

.company-name {
  font-family: "myriad-pro-semiextended", sans-serif;
  font-size: calc(22px + 10 * (100vw - 300px) / 1100);
  font-weight: 300;
  padding: 0 !important;
  text-transform: uppercase;
  margin-bottom: 1em;
}

.contact-area a {
  color: #7D1817;
}

.contact-blur {
  filter: blur(20px);
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.contact-form {
  border: 2px solid #000000;
  width: 50%;
  margin: 0 auto;
  padding: 2em;
  background-color: #efefef;
  margin-bottom: 2em;
}

.contact-left-col {
  flex: 2;
  padding: 2em;
  text-align: center;
}
.contact-left-col .address-item {
  line-height: 32px;
  font-size: calc(20px + 2 * (100vw - 300px) / 1100);
}

.contact-right-col {
  flex: 2;
  padding: 2em;
}

@media screen and (max-width: 768px) {
  .contact-section {
    flex-direction: column;
    align-items: center;
  }
}
.contact-social {
  margin-top: 1em;
}
.contact-social a {
  color: #000000;
}
.contact-social i {
  font-size: 2em;
  margin-right: 1rem;
}

#nf-field-4, #nf-field-21 {
  background-color: #7D1817 !important;
  color: #fff !important;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 600;
}

#nf-field-4:hover {
  background-color: #000000 !important;
  cursor: pointer;
}

/*Notice to Vacate Form*/
.page-id-198 .contact-area {
  width: 80%;
  margin: 0 auto;
  background-color: #000000;
  margin-bottom: 0 !important;
}

.page-id-198 .contact-area h2 {
  color: #fff;
}

.page-id-198 .contact-form {
  width: 80%;
}

.page-id-198 #nf-form-title-2 {
  display: none;
}

.page-id-198 #nf-field-21 {
  background-color: #000000 !important;
  color: white !important;
}

.page-id-198 #nf-field-21:hover {
  background-color: #7c1519 !important;
  cursor: pointer;
}

/*Home Hero Block */
.hero-container {
  height: auto;
}

.hero-overlay-text {
  background-color: rgba(219, 219, 219, 0.8);
  padding: 2em 6em;
  margin: 20px;
  text-align: center;
}
@media screen and (max-width: 400px) {
  .hero-overlay-text {
    padding: 10px;
    background-color: rgba(219, 219, 219, 0.9);
  }
}
.hero-overlay-text h1 {
  font-weight: 300;
  text-transform: uppercase;
  padding: 0;
  font-size: calc(40px + 10 * (100vw - 300px) / 1100);
}
.hero-overlay-text p {
  padding: 0;
  font-size: calc(18px + 10 * (100vw - 300px) / 1100);
}
.hero-overlay-text .cta-btn {
  background-color: #7D1817;
  padding: 1rem;
  color: #FFFFFF;
  font-family: "myriad-pro-semiextended", sans-serif;
  font-size: calc(16px + 6 * (100vw - 300px) / 1100);
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 1em;
  display: block;
}

/*CTA Card Grids*/
@media screen and (min-width: 800px) {
  .card-grid {
    flex-direction: row;
  }
}
.card-grid .card {
  text-align: center;
  padding: 1em;
  flex: 1 1 calc(33% - 20px);
  margin: 10px;
  min-height: 385px;
  position: relative;
}
.card-grid .card:hover ~ .card-image {
  background-color: #7D1817;
}
.card-grid .card .card-img {
  padding: 10px;
}
.card-grid .card .card-img img {
  width: 500px;
}
.card-grid .card .card-img:hover {
  background-color: #7D1817;
}
.card-grid .card-link {
  pointer-events: auto;
}
.card-grid .card-link .icon-link {
  background-color: #000000;
  color: #FFFFFF;
  font-weight: 600;
  font-family: "myriad-pro-semiextended", sans-serif;
  text-transform: uppercase;
  border: 1px solid #DBDBDB;
  padding: 1em 4em;
  display: flex;
  margin-top: -20px;
  pointer-events: auto;
}

/* .accordion:hover .accordion-item:hover .accordion-item-content,
.accordion .accordion-item--default .accordion-item-content {
    height: max-content;
}

.accordion-item-content,
.accordion:hover .accordion-item-content {
    height: 0;
    overflow: hidden;
    transition: height .25s;
} */
.accordion-title {
  background-color: #000000;
  color: #FFFFFF;
  padding: 1em !important;
  margin: 0;
  border: 1px solid #FFFFFF;
  font-family: "vollkorn", serif;
  display: flex;
  justify-content: space-between;
}

.accordion-title[aria-expanded=true] {
  background-color: #7D1817;
}
.accordion-title[aria-expanded=true] .icon::before {
  content: "\f139";
}

/*Image Grid*/
@media screen and (max-width: 600px) {
  .grid {
    flex-direction: column;
    align-items: center;
  }
}

.grid-item {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: column;
  align-items: center;
  padding: 2em 0em;
  margin: 0 auto;
}
.grid-item img {
  border: 1px solid #000000;
  outline: 2px solid #7D1817;
  outline-offset: 10px;
  max-height: 500px;
  margin: 0 auto;
}
.grid-item h3 {
  text-transform: uppercase;
  font-size: calc(20px + 8 * (100vw - 300px) / 1100);
  line-height: 33px;
  font-weight: 400;
  font-family: "myriad-pro-semiextended", sans-serif;
  margin: 1em 0 0 0;
  color: #7D1817;
  text-align: center;
  padding: 0;
}
.grid-item h4 {
  margin: 0 0 1em 0;
  font-size: calc(14px + 2 * (100vw - 300px) / 1100);
  line-height: 21px;
  font-weight: 600;
  text-align: center;
  font-family: "vollkorn", serif;
  padding: 0;
}
.grid-item .modal-button {
  background-color: #000000;
  color: #FFFFFF;
  text-transform: uppercase;
  font-family: "myriad-pro-semiextended", sans-serif;
  border: #000000;
  padding: 10px;
  font-size: calc(14px + 4 * (100vw - 300px) / 1100);
  cursor: pointer;
}
.grid-item .modal-button:hover {
  background-color: #7D1817;
  transition: 25ms ease-in-out;
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 5; /* Sit on top */
  padding: 1em; /* Location of the box */
  left: 0%;
  top: 5%;
  width: 100%; /* Full width */
  height: 80vh; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  overflow-y: auto;
  background-color: #FFFFFF;
  border: 6px solid #7D1817;
  border-radius: 30px;
}
@media screen and (max-width: 600px) {
  .modal {
    top: 5%;
    font-size: calc(12px + 4 * (100vw - 300px) / 1100);
  }
}
@media screen and (min-width: 600px) and (max-width: 800px) {
  .modal {
    width: 100%;
    left: 0;
    top: 10%;
  }
}

.modal-body {
  align-content: center;
  justify-content: space-around;
  overflow-y: scroll;
  min-height: 100%;
}
.modal-body .modal-left {
  display: none;
}
@media screen and (min-width: 1080px) {
  .modal-body .modal-left {
    display: inline-flex;
    align-items: center;
  }
  .modal-body .modal-left img {
    margin: 40px;
  }
}
.modal-body .modal-right {
  flex: 1;
  text-align: left !important;
}
.modal-body .modal-right h3, .modal-body .modal-right h4, .modal-body .modal-right p {
  text-align: left;
  padding-left: 40px;
  margin-bottom: 10px;
}

/* The Close Button */
.close {
  color: #7D1817;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
}

/*Image Column Text */
.img-col-wrapper {
  align-items: center;
}
.img-col-wrapper .left-side {
  flex: 1;
  background-color: #7D1817;
  color: #FFFFFF;
  flex-basis: 100%;
  padding: 2em;
  position: relative;
}
.img-col-wrapper .left-side p {
  padding: 0;
}
@media screen and (min-width: 1080px) {
  .img-col-wrapper .left-side {
    padding: 64px;
    margin: 64px;
    flex-basis: calc(50% - 40px);
  }
}
.img-col-wrapper .left-side .inner-box {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  border: 2px solid black;
  top: 30px;
  left: 30px;
  z-index: -1;
}
@media screen and (min-width: 1080px) {
  .img-col-wrapper .left-side .inner-box {
    display: block;
  }
}
.img-col-wrapper .right-side {
  padding: 2em;
  margin: 4em;
  flex: 1;
  flex-basis: 90%;
  margin: 0 auto;
  order: 1;
}
@media screen and (min-width: 1080px) {
  .img-col-wrapper .right-side {
    order: 2;
    flex-basis: calc(40% - 40px);
    padding: 0em 64px 0em 0em;
  }
}
.img-col-wrapper img {
  filter: drop-shadow(15px -15px 0px #7D1817);
  object-fit: contain;
}
@media screen and (min-width: 1080px) {
  .img-col-wrapper img {
    filter: drop-shadow(30px -30px 0px #7D1817);
    max-height: 70vh;
  }
}

.nf-form-content select.ninja-forms-field {
  color: #000000 !important;
}

.nf-form-content .list-select-wrap .nf-field-element > div, .nf-form-content input:not([type=button]), .nf-form-content textarea {
  color: #000000 !important;
}

/*Featured Listing*/
.featured-section {
  background-color: #DBDBDB;
  padding: 2em;
}
.featured-section h2 {
  font-weight: 300;
  font-size: calc(36px + 6 * (100vw - 300px) / 1100);
}

.featured-slider-section {
  background-color: #efefef;
}

.featured-slider-section .featured-slider .featured-slider-image {
  height: 300px;
}

.featured-slider-section .owl-theme .owl-dots .owl-dot span {
  background: transparent;
}

.featured-slider-section .owl-theme .owl-dots .owl-dot.active span {
  background: #ffffff;
}

.featured_title {
  color: #000;
  padding: 30px 0px;
  font-size: 36px;
}

.listing-padding {
  padding: 30px;
}

@media only screen and (max-width: 768px) {
  .listing-padding {
    padding: 10px;
  }
}
.redbtn {
  background-color: #C92323;
  color: #fff;
  padding: 1em;
}

.redbtn:hover {
  background-color: #000;
  cursor: pointer;
}

.park_picture_container {
  height: 25vh;
}
@media screen and (min-width: 1080px) {
  .park_picture_container {
    height: 450px;
  }
}

.flag_container {
  position: absolute;
  top: 0;
  padding-top: 15px;
  font-size: 14px;
}

.featured-overlay {
  background: rgba(125, 24, 23, 0.7);
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  height: 25vh;
}
@media screen and (min-width: 1080px) {
  .featured-overlay {
    height: 450px;
  }
}

.slick-container:hover .featured-overlay {
  opacity: 1;
}

.slick-container {
  position: relative;
  width: 90%;
  max-width: 600px;
  margin: auto;
  overflow: hidden;
  text-align: center;
}

.slick-container a {
  color: #000 !important;
  font-family: "vollkorn", serif;
  font-size: calc(16px + 6 * (100vw - 300px) / 1100);
}

.owl-dots {
  text-align: center;
  padding: 15px 0px;
}

.owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  background: none;
  border: 1px solid white;
  margin: 0 3px;
}

.owl-dots .owl-dot.active {
  background-color: white;
}

.owl-dots .owl-dot:focus {
  outline: none;
}

.owl-dots span {
  font-size: 40px;
  position: relative;
  top: -5px;
}

.loader {
  margin: 2em auto;
  border: 7px solid #C92323;
  /* Light grey */
  border-top: 7px solid #C92323;
  /* Red */
  border-radius: 50%;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.redbkgrd_flag {
  background-color: #7D1817 !important;
  color: #ffffff !important;
  text-transform: uppercase !important;
  padding: 15px 30px;
  margin-bottom: 10px;
}

.redbkgrd_flag:hover {
  border: 1px solid white;
  box-shadow: 10px 10px 5px #ccc;
  color: #ccc !important;
}

/*Unit List - Availability List*/
.rm-ua-container {
  width: 100%;
  padding: 60px 10px;
}
@media screen and (min-width: 1080px) {
  .rm-ua-container {
    padding: 60px;
  }
}

.individual-item {
  flex: 400px;
  max-width: 400px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  box-shadow: 3px 3px 10px lightgray;
  border: 2px solid #cecece;
  margin-bottom: 40px;
  position: relative;
  background-color: #7D1817;
  color: #FFFFFF;
}
.individual-item .image-container {
  padding: 40px;
}

.ua-content {
  width: 100%;
  margin: 0 auto;
  gap: 3em;
}
@media screen and (min-width: 800px) {
  .ua-content {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

.ua-content a:hover {
  text-decoration: none;
}

.ribbon-wrapper-2 {
  width: 111px;
  height: 111px;
  position: absolute;
  top: -20px;
  right: -7px;
}

.ribbon-2 {
  font: bold 15px Sans-Serif;
  line-height: 18px;
  color: #333;
  text-align: center;
  text-transform: uppercase;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -4px;
  top: 26px;
  width: 150px;
  background-color: #DBDBDB;
  color: #000000;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  letter-spacing: 0.5px;
  box-shadow: -3px 5px 6px -5px rgba(0, 0, 0, 0.5);
}

.ribbon-2:before, .ribbon-2:after {
  content: "";
  border-top: 4px solid #7D1817;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  position: absolute;
  bottom: -4px;
}

.ribbon-2:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 4px solid #4b4f50;
  border-right: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-top: 4px solid #4b4f50;
}

.ribbon-2:after {
  content: "";
  position: absolute;
  right: 5px;
  top: 100%;
  z-index: -1;
  border-left: 4px solid transparent;
  border-right: 4px solid #4b4f50;
  border-bottom: 4px solid transparent;
  border-top: 4px solid #4b4f50;
}

.unit-specs {
  display: flex;
  font-size: 20px;
  justify-content: space-around;
  font-family: "myriad-pro-semiextended", sans-serif !important;
}

.availableDate {
  font-size: 20px;
  padding: 10px;
}

.detail-content h2 {
  font-size: 25px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  padding: 15px;
  color: #FFFFFF;
  text-align: center;
}

.detail-content {
  width: 100%;
}

.spec-title {
  font-size: 20px;
}

.spec-item {
  width: 33%;
  display: flex;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
}

.cta-link-container-listings {
  justify-content: center;
  align-items: center;
  width: 50%;
  margin: 20px auto;
}

.cta-link {
  background: #000000;
  color: #FFFFFF;
  font-size: 18px;
  text-align: center;
  padding: 15px;
  margin: 0 auto;
  font-family: "myriad-pro-semiextended", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  transition: color 0.5s, background-color 0.5s;
}

.cta-link:hover {
  background-color: #DBDBDB;
  text-decoration: none;
  color: #000000;
}

.image-container {
  width: 100%;
  height: 50vh;
}
.image-container .unit-image {
  width: 100%;
  object-fit: cover;
}

@media screen and (max-width: 1024px) {
  .availableDate {
    text-align: center;
  }
  .cta-link {
    width: 100% !important;
  }
}
@media screen and (max-width: 800px) {
  .image-container {
    height: 100vw;
  }
  .availableDate {
    text-align: center;
  }
  .detail-content {
    display: flex;
    flex-direction: column;
  }
  .detail-content h2 {
    font-size: 20px !important;
    text-align: center;
  }
  .cta-link {
    width: 100%;
    padding: 12px;
  }
}
/*Unit Details*/
.unit-body {
  flex-wrap: nowrap;
  align-items: center;
}
@media screen and (min-width: 1080px) {
  .unit-body {
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: flex-start;
  }
}

.owl-thumbs {
  position: absolute;
  top: 550px;
  display: flex;
  z-index: 99;
}

.owl-thumb-item {
  width: 120px;
  height: 120px;
  margin: 10px;
}

.detail-images {
  flex: 1;
}
.detail-images .thumbnails {
  justify-content: center;
}
.detail-images .thumbnails .image-thumbs {
  margin: 5px;
  height: 50px;
  width: 50px;
}
@media screen and (min-width: 600px) {
  .detail-images .thumbnails .image-thumbs {
    height: 50px;
    width: 50px;
  }
}

.images-owl {
  padding: 1em;
}

.back-btn {
  padding-top: 10px;
}

.back-btn a {
  color: #7D1817;
  font-size: 20px;
  margin: 10px;
}

.back-btn a:hover {
  cursor: pointer;
  color: #000;
}

@media screen and (max-width: 768px) {
  .back-btn a {
    position: relative;
  }
}
.wallabies {
  justify-content: center;
  text-align: center;
  margin: 1em 3em;
}
.wallabies h2 {
  text-transform: uppercase;
}

.unit-button {
  background-color: #7D1817;
  color: #fff;
  padding: 15px;
  margin: 10px;
  font-size: 20px;
  font-family: "myriad-pro-semiextended", sans-serif;
  text-transform: uppercase;
  transition: color 0.5s, background-color 0.5s;
}

.unit-button:hover {
  background-color: #000;
  text-decoration: none;
}

@media screen and (max-width: 320px) {
  .unit-button-container {
    display: flex;
    flex-direction: column !important;
    text-align: center;
  }
  .batman ul {
    display: flex;
    flex-direction: column;
    width: 100% !important;
  }
  .batman li {
    font-size: 18px !important;
  }
}
@media screen and (max-width: 768px) {
  .unit-button-container {
    display: flex;
    justify-content: center;
  }
  .unit-address h2 {
    font-size: 18px;
    padding: 0;
  }
  .unit-address h1 {
    padding: 0;
  }
  .wallabies {
    display: block !important;
  }
  .addtn-button-container {
    display: flex;
    flex-direction: column;
    padding: 2em !important;
  }
  .unit-button {
    padding: 8px !important;
    font-size: 16px !important;
    width: 100% !important;
    text-align: center;
  }
  .batman {
    padding: 10px !important;
    text-align: center;
  }
  .batman li {
    font-size: 18px !important;
  }
  .batman ul {
    padding: 0 !important;
  }
  .addtn-button-containter a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
  }
}
#unit-deet-img {
  border: 10px solid #fff;
  border-radius: 10px;
}

.unit-details {
  flex: 2;
}
@media screen and (min-width: 1080px) {
  .unit-details {
    padding: 1em 3em;
  }
}
.unit-details .desc {
  padding: 0;
  margin-top: 20px;
}

.addtn-button-container {
  display: flex;
  justify-content: center;
  padding: 3em;
}

.addtn-button-container a {
  padding: 20px;
  width: 200px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.batman {
  width: 100%;
  background: #efefef;
  padding: 2em;
}
.batman h2 {
  font-weight: 300;
  text-transform: uppercase;
  font-size: calc(22px + 12 * (100vw - 300px) / 1100);
}

.batman ul {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.7;
  text-align: left;
}

.batman li {
  list-style: none;
  flex-basis: 225px;
}
.batman li::before {
  content: "\e838";
  margin-right: 5px;
  font-family: "Material Symbols Rounded";
}

.direction-link {
  padding: 20px;
  display: block;
  margin: 20px auto;
  width: 200px;
  text-align: center;
  background: #000000;
  text-transform: uppercase;
  font-family: "myriad-pro-semiextended", sans-serif;
  font-weight: bold;
  transition: color 0.5s, background-color 0.5s;
}
.direction-link:hover {
  background: #7D1817;
}
.direction-link a {
  color: #FFFFFF !important;
}

/*Property Listing*/
.property-listing-container {
  display: flex;
  justify-content: center;
}

.property-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.property-list {
  display: flex;
}

.property-list img {
  width: 450px;
  height: 400px;
  margin: 2em;
}

@media screen and (max-width: 768px) {
  .property-list {
    width: 100%;
    display: block !important;
    border: 1.5px solid #000;
    margin: 15px;
    background: #efefef;
    box-shadow: 3px 4px 15px #efefef;
  }
  .property-list img {
    width: 500px !important;
    height: 350px !important;
    margin: 0 !important;
  }
  .page-id-578 .DeeDee ul {
    justify-content: center;
  }
}
.Dexter li {
  list-style: none;
}

/*Property Details*/
.property-buttons {
  width: 30%;
}

.prop-button-container {
  display: flex;
  justify-content: space-evenly;
}

.prop-button {
  padding: 15px;
  background-color: #000;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}

.prop-button:hover {
  background-color: #7D1817;
  font-size: 20px;
  text-decoration: none;
}

.das-button-container {
  display: flex;
  justify-content: space-evenly;
}

.das-button-container a {
  padding: 15px;
  background-color: #7D1817;
  color: #fff;
  margin: 10px;
  text-decoration: none;
  font-size: 18px;
}

.das-button-container a:hover {
  background-color: #000;
  font-size: 20px;
}

/*Search Buttons*/
.search-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #efefef;
}

.button-search {
  background-color: #fff;
  padding: 3em;
  margin: 1em;
  box-shadow: 0px 0px 6px #d3d3d3;
  width: 40%;
  display: flex;
  justify-content: space-evenly;
}

.search-photo img {
  height: 100px;
}

@media screen and (max-width: 768px) {
  .button-search {
    display: block !important;
    padding: 1em !important;
  }
  .search-photo img {
    height: 50px !important;
  }
}
.button-info {
  text-align: center;
}

.button-info a {
  color: black;
  text-decoration: underline;
}

.button-info a:hover {
  color: #7D1817;
}

.fallback-text {
  text-align: center;
  padding: 4em;
  margin: 4em;
  font-weight: bold;
}

/*# sourceMappingURL=style.css.map */
