/*
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;
  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: .75s;
  padding: 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: .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;
  }
}

.image-carousel img {
  width: 100% !important;
  height: auto;
  display: block;
  object-fit: cover;
  margin: auto;
}

.image-carousel {
  max-width: 700px;
  /*margin-right: 40px;
    padding-bottom: -7px;*/
}

@media (max-width: 800px) {
  .image-carousel {
    max-width: 90%;
    margin: auto;
  }
}

.carousel-col-right {
  width: 100%;
  height: auto;
  align-self: flex-start;
  margin-left: 10px;
  margin-top: -20px;
}

.row-widest {
  display: block;
  width: 100%;
  padding: 5vh 50px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  box-sizing: border-box;
}

@media (max-width: 800px) {
  .row-widest {
    padding-right: 25px;
    padding-left: 25px;
  }
}

.slick-slide {
  margin: 0px 10px;
}

.slick-slide img {
  height: 150px;
  max-width: 130px;
  object-fit: cover;
  margin: auto;
}

.slick-prev:before, .slick-next:before {
  color: #a89378 !important;
  font-size: 30px !important;
}

.rmwb_photo-slide img {
  height: 540px !important;
  object-fit: cover;
  padding-left: 10px;
  width: 100% !important;
  padding-bottom: 15px;
}

.slick-next {
  right: -15px;
}

.property-listings-container, .unit-listings-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1em;
  width: 80%;
  margin: auto;
  margin: 1em auto 2em;
}

.property, .unit {
  flex-basis: calc(33.333% - 0.67em);
  /* Accounts for gap */
  border: 1px solid #a89378;
  text-align: center;
  border-radius: 20px;
}

@media (max-width: 1200px) {
  .property, .unit {
    flex-basis: calc(50% - 0.67em);
  }
}

@media (max-width: 1000px) {
  .property, .unit {
    flex-basis: calc(100% - 0.67em);
  }
}

.view-details {
  margin-left: 6px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
}

.view-details .custom-button {
  display: inline-block;
  padding: 4px 12px;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid #a89378;
  color: #a89378;
  font-weight: 700;
}

.view-details .custom-button:hover {
  background-color: #333333;
  color: #ffffff;
}

@media (max-width: 800px) {
  .view-details .custom-button {
    margin: 0 5px;
    font-size: 12px;
  }
}

/* Load More Button */
.rmua-load-more-wrapper {
  text-align: center;
  margin: 1em;
}

/* Search/Filters */
.property-filters {
  width: 50%;
  margin: 0px auto 2em;
  border: 1px solid;
  border-radius: 10px;
}

/* Featured Unit Block */
.unittype {
  margin-bottom: 15px;
}

.featured-container, .featured-wrapper {
  text-align: center;
}

.featured-container {
  width: 80%;
  margin: 10px auto;
}

.featured-unit {
  border: 1px solid #a89378;
  border-radius: 20px;
  margin: 0px 25px;
  -webkit-box-shadow: 5px 5px 15px 5px #666;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
}

.hp-featured {
  margin: 20px 0px 55px;
}

.featured-container .slick-track {
  margin-bottom: 10px;
}

.entry-content {
  margin: 0px 0px 1.5em;
}

.entry-content .fa-solid {
  color: #a89378;
}

img.featured-image {
  height: 300px;
  width: 90%;
  object-fit: cover;
  border-radius: 20px;
}

/* Unit List/Archive */
.unit-list-details {
  display: flex;
  justify-content: center;
  gap: 1em;
  width: 80%;
  margin: auto;
}

.unit-beds, .unit-baths, .unit-size, .unit-rental {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.rmua-load-more-wrapper {
  margin-left: 6px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
}

.rmua-load-more-wrapper .load-more-button {
  display: inline-block;
  padding: 4px 12px;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid #a89378;
  color: #ffffff;
  background-color: #333333;
  font-size: 18px;
  font-weight: 700;
}

.rmua-load-more-wrapper .load-more-button:hover {
  background-color: #ffffff;
  color: #333333;
}

@media (max-width: 800px) {
  .rmua-load-more-wrapper .load-more-button {
    margin: 0 5px;
    font-size: 12px;
  }
}

/* Unit Details */
.isflex {
  display: flex;
  width: 80%;
  margin: auto;
  gap: 2em;
}

@media (max-width: 1000px) {
  .isflex {
    flex-direction: column-reverse;
  }
  .col-sm-8, .col-sm-4 {
    width: 100%;
  }
}

.unit-details {
  text-align: center;
}

.unit-custom-description {
  font-size: 1.25em;
}

.unit-info-grid, .image-grid {
  margin: 1em 0px;
}

.unit-info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15%, 1fr));
  gap: 15px;
}

@media (max-width: 800px) {
  .unit-info-grid {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
}

#unit-map {
  margin: auto;
  height: 400px;
  width: 100%;
  border-radius: 20px;
}

.unit-image-gallery {
  width: 80%;
  margin: auto;
}

.image-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
}

.image-grid img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 20px;
}

.details-list {
  text-align: left;
}

.col-sm-4 {
  background-color: #eeeeee;
  padding: 20px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
}

.unit-apply-now {
  margin: 0.5em 1em 1em;
}

.unit-bedrooms, .unit-bathrooms, .unit-rent, .unit-available-date, .pets_allowed, .unit-sqft {
  border: 1px solid #a89378;
  border-radius: 20px;
  align-content: center;
  width: 100%;
  margin: auto;
  height: 120px;
}

.unit-leaflet-map {
  width: 100%;
  height: 400px;
  border-radius: 20px;
  border: 1px solid #ddd;
}

.unit-contact-buttons {
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.unit-detail-button-container {
  margin-left: 6px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  width: 90%;
  margin: auto;
}

.unit-detail-button-container .custom-button {
  display: flex;
  padding: 4px 12px;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid #1b75bc;
  background-color: #ffffff;
  color: #1b75bc;
  width: 100%;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  height: 50px;
  font-weight: 700;
}

.unit-detail-button-container .custom-button:hover {
  background-color: #333333;
  color: #ffffff;
}

@media (max-width: 800px) {
  .unit-detail-button-container .custom-button {
    margin: 0 5px;
    font-size: 12px;
  }
}

.unit-detail-disclaimer-container {
  margin-top: auto;
  text-align: center;
}

.floorplan-data h2 a {
  text-decoration: none;
}

.archive-floorplan-view {
  margin: 1em;
  border: 1px solid #045d7f;
  padding: 2em 4em;
  display: flex;
  flex-direction: column;
  gap: 2em;
  flex-basis: 33.3%;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
}

.single-floorplan-view {
  margin: 1em;
  padding: 2em 4em;
}

.floorlan-page-description {
  width: 80%;
  margin: 1em auto 2em;
  padding: 1em;
}

.floorplan-list-button-container {
  padding: 12px !important;
  font-size: 18px !important;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  color: #FFFFFF;
  border: 1px solid #ffffff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important;
  transition: all 0.3s ease !important;
  cursor: pointer;
  text-transform: uppercase;
  background-color: #2D2C2C;
  width: 100%;
  margin: 1em 0px;
}

@media (max-width: 1475px) {
  .floorplan-list-button-container {
    width: 66%;
  }
}

.floorplan-list-button-container a, .floorplan-list-button-container a:hover {
  text-decoration: none;
  color: #ffffff;
  letter-spacing: 2px;
}

.floorplan-list-button-container:hover {
  background-color: #000000;
  color: #ffffff;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}

.floorplan-data {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.floorplan-unitcount {
  margin: 1em 0px;
  font-weight: 800;
}

.floorplan-listings-container {
  width: 80%;
  margin: auto;
  display: flex;
}

.floorplan-gallery img {
  height: 400px;
}

.floorplan-detail-gallery img {
  height: auto;
  width: 75%;
  display: flex;
}

.available-units {
  padding: 0 2em;
}

.available-units h4 {
  text-align: center;
  font-size: 40px;
  margin: 0px;
  padding-top: 0.5em;
}

.units-grid {
  /*    display: flex;
    flex-direction: column;*/
  gap: 2em;
}

.gallery-item {
  display: flex;
  justify-content: left;
}

.units-slider.slick-initialized {
  display: block;
  gap: 0;
}

.units-slider.slick-initialized .slick-list {
  overflow: hidden;
  margin: 0 -10px;
}

.units-slider.slick-initialized .slick-track {
  display: flex;
}

.units-slider.slick-initialized .slick-slide {
  padding: 0 10px;
  box-sizing: border-box;
  float: left;
}

.units-slider.slick-initialized .slick-slide > div {
  width: 100%;
}

.units-slider.slick-initialized .unit-card {
  width: 100%;
}

.units-slider-counter {
  text-align: center;
  padding: 0.75em 0;
  font-size: 0.9rem;
  color: #666;
}

.unit-image img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.floorplan-unit-list-details {
  text-align: center;
}

p.unit-fp-address {
  font-weight: 800;
  font-size: 1.75rem;
}

.unit-fp-specs {
  display: flex;
  gap: 1em;
  margin: 1em auto;
}

.fp-unit-amen {
  flex: 1;
  display: flex;
  flex-direction: column;
  font-size: 1.125rem;
}

.floorplan-detail-button-container {
  padding: 12px !important;
  font-size: 18px !important;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  color: #FFFFFF;
  border: 1px solid #ffffff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important;
  transition: all 0.3s ease !important;
  cursor: pointer;
  text-transform: uppercase;
  background-color: #2D2C2C;
  width: 50%;
  margin: 1em auto;
}

.floorplan-detail-button-container a, .floorplan-detail-button-container a:hover {
  text-decoration: none;
  color: #ffffff;
  letter-spacing: 2px;
}

.floorplan-detail-button-container:hover {
  background-color: #000000;
  color: #ffffff;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}

.col-50 {
  flex: 1;
  margin: 0px 2em;
}

.grayback {
  background-color: #f9f9f9;
}

.isnotflex {
  display: flex;
  gap: 3em;
  width: 90%;
  margin: auto;
}

.col-not-50 {
  flex: 1 1 0;
  min-width: 0;
}

.slider-wrap {
  width: 100%;
  padding-bottom: 2em;
}

.fp-no-units-available {
  text-align: center;
  padding: 1em;
  font-weight: 800;
}

.textingDisclaimer {
  font-size: 11px;
}

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;
  object-fit: cover;
  background-size: cover;
  background-position: center center;
}

.intro {
  font-size: 1.2em;
}

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

.centered {
  text-align: center;
}

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

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

a {
  text-decoration: none;
  transition: all .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, h2, h3 {
  font-weight: 700;
}

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: 10rem;*/
  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: .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;
}

ul.styled-list li::before,
.entry-content ul li::before {
  font-family: 'Font Awesome 5 Free';
  content: '\f04b';
  margin-right: 10px;
  font-weight: 900;
}

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

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

.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 .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 {
  margin: 1em 4em;
}

.page-header .row, .page-header .full-width-row {
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 800px) {
  .page-header .row, .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: 250px;
  max-height: 100px;
  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: .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 .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: .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 {
  margin-top: 2em;
}

.home .page-footer {
  margin-top: 0em;
}

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

.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: .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;
  appearance: none;
  padding: 19px;
  margin: 0;
  border-radius: 0;
  transition: all .2s;
  font-weight: bold;
  font-size: .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: 0px;
}

.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;
  min-height: 81vh;
  background-color: #000;
}

.slider {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  position: absolute;
}

.slider .slide-item {
  min-height: 81vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.7 !important;
}

@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 .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;
    margin-bottom: 20vh;
  }
}

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

.slider-title {
  top: 20%;
  position: relative;
}

.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;
  text-shadow: 5px 5px 3px black;
}

@media (max-width: 800px) {
  .slider-overlay h1.slider-title, .title-overlay h1.slider-title {
    margin-top: .5em;
  }
}

@media (max-width: 600px) {
  .slider-overlay h1.slider-title, .title-overlay h1.slider-title {
    font-size: 3em;
  }
}

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

.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 .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: .75;
  font-weight: 900;
}

.owl-next:before {
  content: '\f105';
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 2vw;
  font-size: 4em;
  opacity: .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: .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%;
  -webkit-filter: blur(10px);
  -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: inherit;
}

.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: .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: flex-start;
  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 .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-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;
}

.disclaimer {
  font-size: 12px;
}

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

.show-for-small {
  display: none;
}

@media screen and (max-width: 800px) {
  .show-for-large {
    display: none;
  }
  .show-for-small {
    display: block;
  }
}

/*Header*/
.page-header {
  background: #FFF;
}

.page-header .header-row {
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 80%;
  margin: auto;
}

@media (max-width: 800px) {
  .page-header .header-row {
    flex-direction: column;
  }
}

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

.header-top {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 30px;
}

@media (max-width: 800px) {
  .header-top {
    margin-bottom: 0;
    margin-top: 20px;
  }
}

.portal-btns {
  margin-left: 6px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 15px;
  font-weight: 700;
}

.portal-btns a {
  font-size: 18px;
}

.portal-btns .button {
  margin-left: 12px;
}

@media (max-width: 800px) {
  .portal-btns .button {
    margin: 0 5px;
    font-size: 12px;
  }
}

@media (max-width: 800px) {
  .portal-btns {
    display: none;
  }
}

.logo {
  display: contents;
  margin: 0 20px 0 0;
}

@media (max-width: 800px) {
  .logo {
    margin: 0 auto;
  }
}

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

@media (max-width: 375px) {
  .logo img {
    max-width: unset !important;
    max-height: unset !important;
    height: auto;
    width: 100% !important;
  }
}

.logo h1 {
  display: none;
}

.logo h1.no-logo-image {
  display: block;
  font-size: 2em;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

@media (max-width: 800px) {
  nav.main-menu {
    display: none;
  }
}

nav.main-menu ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  list-style-type: none;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}

nav.main-menu ul li {
  padding: 0;
  margin: 0 0 0 20px;
  position: relative;
  /*Add arrows for menu items that have sub-items*/
  /*Remove arrows for sub-items*/
}

nav.main-menu ul li a {
  display: block;
  white-space: nowrap;
  padding: 3px 0;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
  font-size: 20px;
  letter-spacing: 1px;
}

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 {
  border-color: #515151;
  pointer-events: none;
}

nav.main-menu ul li.current_page_item ul a {
  border-color: transparent;
  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 .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;
  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;
}

.connections {
  display: flex;
  gap: 2%;
  list-style: none;
  justify-content: center;
  font-size: 20px;
  width: 100%;
  background-color: #a89378;
  padding: 5px;
  margin: 0px 0px 5px;
  color: #ffffff;
}

.connections a {
  color: #ffffff;
}

.connections a:hover {
  color: #333333;
}

@media (max-width: 800px) {
  .connections {
    flex-direction: column;
    text-align: center;
  }
}

.connection-menu-row {
  margin-top: 70px;
}

@media (max-width: 800px) {
  .connection-row {
    display: none;
  }
  ul.connections {
    padding: 20px 0px 45px;
  }
}

.portal-btns-mobile {
  width: 80%;
  margin: 1em auto;
  display: flex;
  flex-direction: column;
  gap: 1em;
  text-align: center;
}

.portal-btns-mobile .button {
  background-color: #ffffff;
  color: #333333;
  font-size: 1rem;
}

.portal-btns-mobile .button:hover {
  background-color: #333333;
  color: #ffffff;
}

.footer-menu {
  width: 100%;
}

@media (max-width: 600px) {
  .footer-menu {
    display: none !important;
  }
}

ul#menu-footer-menu {
  list-style: none;
  display: flex;
  gap: 2em;
  justify-content: center;
}

ul#menu-footer-menu li a:hover, .rm-link:hover {
  color: #ffffff;
  text-decoration: underline;
}

.copyright {
  margin: auto;
}

.forminator-description {
  display: none !important;
}
