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

.slick-slide img {
  height: 100%;
  max-width: 60%;
  object-fit: cover;
  margin: auto;
}

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

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

/* Name & Tilte */
.name-overlay {
  text-align: center;
}

/* Testimonial Slider */
section.testmonial-slider-section h2 {
  text-align: center;
  margin-bottom: 0.5em;
}

.testmonial-slider-section {
  padding: 2em 0 3em;
  width: 90%;
  margin: auto;
}

.testimonial-flex {
  width: 90%;
  margin: auto;
}

/* Equal-height slides */
.testimonials-slider .slick-track {
  display: flex !important;
}

.testimonials-slider .slick-slide {
  height: inherit !important;
  display: flex !important;
}

.testimonials-slider .slick-slide > div {
  display: flex;
  width: 100%;
}

.test-slide {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  padding: 30px;
  margin: 0 15px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.test-slide .stars {
  margin-bottom: 15px;
  justify-content: center;
}

.test-slide .stars .fa-star {
  color: #cc935c;
  font-size: 1.2rem;
  margin: 0 2px;
}

.test-slide .testimonial {
  flex: 1;
  font-size: 1.1em;
  font-style: italic;
  color: #5f6060;
  line-height: 1.6;
  margin-bottom: 15px;
}

.test-slide .test-name {
  margin-top: auto;
  font-weight: 600;
  color: #663300;
  font-size: 1.5rem;
  justify-content: center;
}

/* Arrow styling */
.testimonials-slider .slick-prev,
.testimonials-slider .slick-next {
  width: 40px;
  height: 40px;
  background: #663300;
  border-radius: 50%;
  z-index: 10;
}

.testimonials-slider .slick-prev:hover,
.testimonials-slider .slick-next:hover {
  background: #cc935c;
}

.testimonials-slider .slick-prev:before,
.testimonials-slider .slick-next:before {
  font-family: 'FontAwesome';
  font-size: 18px;
  color: #ffffff !important;
  opacity: 1 !important;
}

.testimonials-slider .slick-prev {
  left: -50px;
}

.testimonials-slider .slick-next {
  right: -50px;
}

/* Mobile adjustments */
@media (max-width: 768px) {
  .testimonials-slider .slick-prev,
  .testimonials-slider .slick-next {
    display: none !important;
  }
  .test-slide {
    margin: 0 5px;
    padding: 20px;
  }
}

.text-standout {
  font-weight: bold;
  text-transform: uppercase;
  color: #cc935c;
}

h2.title-style, h3.title-style {
  text-align: center;
}

.name-overlay p {
  width: 80%;
  margin: 0px auto 10px;
  line-height: 1.2;
  font-size: 13px;
}

/* email link for team */
.image-wrapper a {
  border-bottom-style: none !important;
}

.image-wrapper {
  position: relative;
  overflow: hidden;
}

.image-link {
  display: block;
  position: relative;
}

.overlay-background {
  position: absolute;
  top: 0;
  left: 20%;
  width: 60%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.33);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  flex-direction: column;
  padding-bottom: 7px;
}

.overlay-background .fa-envelope {
  color: white;
  font-size: 2em;
}

.image-link:hover .overlay-background {
  opacity: 1;
}

/* Links and Buttons */
.button-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  text-align: center;
}

.premium-link {
  flex: 0 0 32%;
  /* 3 per row on desktop */
  box-sizing: border-box;
}

/* Tablet: 2 per row */
@media (max-width: 900px) {
  .premium-link {
    flex: 0 0 50%;
  }
}

/* Mobile: 1 per row */
@media (max-width: 600px) {
  .premium-link {
    flex: 0 0 100%;
  }
}

.premium-link a, .service-link a {
  text-transform: uppercase;
  color: #cc935c;
  /* border-bottom-style: none !important; */
  border: 2px solid #cc935c;
  padding: 10px !important;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  height: 50px;
  line-height: 1.2;
  font-weight: 700;
  font-size: 1.25rem;
}

.premium-link a:hover, .service-link a:hover {
  color: #663300;
}

.service-link2 a {
  text-transform: uppercase;
  color: #cc935c;
  /* border-bottom-style: none !important; */
  border: 2px solid #cc935c;
  padding: 10px !important;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  height: 50px;
  line-height: 1.2;
  font-weight: 700;
  font-size: 1.25rem;
  width: 42%;
  margin: 0.5em auto 0px;
}

.service-link2 a:hover {
  color: #663300;
}

/* FAQs */
.faq-wrapper {
  max-width: 90%;
  margin: 0 auto;
}

.faq-item {
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}

.faq-question {
  font-weight: bold;
  cursor: pointer;
  position: relative;
  padding-right: 20px;
}

.faq-question::after {
  content: "+";
  position: absolute;
  right: 0;
  transition: transform 0.3s ease;
  font-weight: 400;
  font-size: 24px;
}

.faq-item.active .faq-question::after {
  content: "-";
}

.faq-answer {
  display: none;
  padding: 10px 0;
  color: #555;
}

.faq-item.active .faq-answer {
  display: block;
}

.tab-button {
  text-transform: uppercase;
  font-size: 16px;
}

.tab-button.active {
  font-weight: 600;
}

/* Contact Us */
.contact-title {
  margin-top: 20px;
  position: relative;
}

.home .addextratopbottom {
  margin: 2em auto;
  width: 80% !important;
}

.contact-social-links a {
  background-color: transparent !important;
  color: #663300;
  font-size: 30px;
  margin: 20px;
}

.contact-social-links a:hover {
  background-color: transparent !important;
  color: #cc935c !important;
}

/* Premium Services */
.home .services-section {
  margin: 2em 0px;
}

.services-wrapper {
  display: flex;
  align-items: stretch;
  gap: 1em;
  width: 95%;
  margin: auto;
}

@media (max-width: 768px) {
  .services-wrapper {
    flex-direction: column;
  }
}

.home .service-item {
  background: transparent;
}

.service-item {
  flex: 1 1 30%;
  padding: 20px;
  box-sizing: border-box;
  background: #f5f5f5;
  display: flex;
  flex-direction: column;
}

h3.service-title {
  text-align: center;
  margin-bottom: 10px;
}

.service-image {
  height: 300px !important;
  width: 100%;
  object-fit: cover;
}

.service-link {
  margin-top: auto;
  /* pushes it to the bottom */
}

.bio-block {
  width: 33%;
  min-width: 300px;
  flex-shrink: 0;
  order: 2;
  min-height: 185px;
  display: flex;
  gap: 0.5em;
}

.featured-units-section {
  padding: 1em 0 3em;
  background: #f8f9fa;
  width: 100vw;
  /* Full viewport width */
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.featured-units-section h2 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 2.5rem;
  color: #333;
}

.featured-unit-slide {
  padding: 0 15px;
  margin-bottom: 30px;
}

.featured-unit-slide .unit-image {
  position: relative;
  overflow: hidden;
  /*border-radius: 8px 8px 0 0;*/
  background: #eee;
}

.featured-unit-slide .unit-image img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  transition: transform 0.3s ease;
  display: block;
}

.featured-unit-slide:hover .unit-image img {
  transform: scale(1.05);
}

.featured-unit-slide .unit-rent {
  position: absolute;
  top: 15px;
  right: 15px;
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
  padding: 8px 16px;
  border-radius: 4px;
  font-weight: bold;
  font-size: 1.1rem;
}

.featured-unit-slide .unit-details {
  background: #fff;
  padding: 20px;
  /*border-radius: 0 0 8px 8px;*/
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.featured-unit-slide .unit-address {
  margin: 0 0 5px 0;
  font-size: 1.2rem;
  color: #333;
  font-weight: 600;
}

.featured-unit-slide .unit-location {
  margin: 0 0 15px 0;
  color: #666;
  font-size: 0.9rem;
}

.featured-unit-slide .unit-specs {
  display: flex;
  gap: 15px;
  margin-bottom: 10px;
  color: #666;
  flex-wrap: wrap;
}

.featured-unit-slide .unit-specs span {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 0.9rem;
}

.featured-unit-slide .unit-specs i {
  color: #663300;
}

.featured-unit-slide .unit-availability {
  margin: 10px 0 15px 0;
  color: #663300;
  font-size: 0.9rem;
  font-weight: 500;
}

.featured-unit-slide .view-unit-btn {
  display: inline-block;
  background: #663300;
  color: #fff;
  padding: 10px 24px;
  text-decoration: none;
  border-radius: 4px;
  transition: background 0.3s ease;
  font-weight: 500;
}

.featured-unit-slide .view-unit-btn:hover {
  background: #cc935c;
  color: #fff;
}

/* Slick carousel customization */
#featured-units-carousel {
  width: 90%;
  margin: auto;
}

#featured-units-carousel .slick-dots {
  bottom: -40px;
}

#featured-units-carousel .slick-dots li button:before {
  font-size: 12px;
  color: #663300;
}

#featured-units-carousel .slick-prev,
#featured-units-carousel .slick-next {
  width: 40px;
  height: 40px;
  background: #663300;
  border-radius: 50%;
  z-index: 10;
}

#featured-units-carousel .slick-prev:hover,
#featured-units-carousel .slick-next:hover {
  background: #cc935c;
}

#featured-units-carousel .slick-prev {
  left: -50px;
}

#featured-units-carousel .slick-next {
  right: -50px;
}

#featured-units-carousel .slick-prev:before,
#featured-units-carousel .slick-next:before {
  font-family: 'FontAwesome';
  font-size: 18px;
  color: #ffffff !important;
}

.slick-next:before, .slick-prev:before {
  opacity: 1 !important;
}

/* Loading and error states */
.loading, .error, .no-units {
  text-align: center;
  padding: 60px 20px;
  font-size: 1.2rem;
  color: #666;
}

.loading i {
  margin-right: 10px;
}

.error {
  color: #dc3545;
}

.error a {
  color: #663300;
  text-decoration: underline;
}

/* Mobile adjustments */
@media (max-width: 768px) {
  #featured-units-carousel .slick-prev,
  #featured-units-carousel .slick-next {
    display: none !important;
  }
  .featured-unit-slide .unit-image img {
    height: 250px;
  }
}

/* Force all slides to have equal height */
#featured-units-carousel .slick-track {
  display: flex !important;
}

#featured-units-carousel .slick-slide {
  height: inherit !important;
  display: flex !important;
}

#featured-units-carousel .slick-slide > div {
  display: flex;
  width: 100%;
}

.featured-unit-slide {
  display: flex !important;
  flex-direction: column;
  height: 100%;
}

/* Make the details section flex to fill remaining space */
.featured-unit-slide .unit-details {
  display: flex;
  flex-direction: column;
  flex: 1;
  /* This makes it grow to fill available space */
  min-height: auto;
  /* Remove the fixed min-height if you had one */
}

/* Push the button to the bottom */
.featured-unit-slide .view-unit-btn {
  margin-top: auto;
  /* This pushes it to the bottom */
}

.positions-grid {
  display: flex;
  gap: 2em;
  width: 90%;
  margin: auto;
}

.position-card {
  flex-basis: 50%;
}

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

body {
  padding: 0;
  margin: 0;
  font-size: 15px;
  font-weight: 100;
  line-height: 1.6;
  font-family: "raleway", sans-serif;
}

@media (max-width: 800px) {
  body {
    font-size: 13px;
  }
}

.home .page-content {
  width: 100%;
  margin: 0px;
}

.page-content {
  width: 80%;
  margin: 2em auto;
}

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

strong {
  font-weight: 800;
}

.bronze {
  color: #663300;
}

.copper {
  color: #cc935c;
}

.addtopmargin {
  margin-top: 20px;
}

.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{
	line-height: 1.2;
	font-family: $headerfont;
}*/
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
  font-family: "raleway", sans-serif;
}

h1 {
  font-size: 50px;
  padding: 20px 0;
  margin: 0;
}

@media (max-width: 800px) {
  h1 {
    font-size: 30px;
  }
}

h1.page-title {
  display: none;
}

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: #ffffff;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #cc935c;
  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-left: 50px;
}

ul.styled-list li,
.entry-content ul li {
  margin: auto;
  padding: 0;
}

ul.rmwb_info-list {
  margin-left: 0px;
}

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

/*.page-content {	
	
	a {
		border-bottom-width: 2px;
		border-bottom-style: solid;
		padding-bottom: 3px;
	}
}*/
.full-width-row {
  padding: 5vh 50px;
}

.home .row {
  display: block;
  /*max-width: 85%;*/
  width: 100%;
  padding: 0px 50px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  box-sizing: border-box;
}

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

.caldera-grid .home .row {
  padding: 0;
  margin: 0;
}

.row {
  display: block;
  /*max-width: 85%;*/
  width: 100%;
  padding: 2vh 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: 999;
  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*/
.super-header {
  background-color: #000000;
  color: #ffffff;
  display: flex;
  justify-content: center;
  padding: 10px;
  gap: 5%;
}

.page-header {
  background: #663300;
}

.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;
  text-align: center;
}

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

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

.portal-btns a:hover {
  color: #663300 !important;
}

.portal-btns a[href*="applynow"] {
  background-color: #cc935c !important;
  color: #ffffff !important;
}

.portal-btns a[href*="applynow"]:hover {
  border-color: #cc935c !important;
  color: #663300 !important;
  background-color: #ffffff !important;
}

.logo {
  display: block;
  margin: 0px;
}

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

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

.logo h1 {
  display: none;
}

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

p.sub-logo {
  color: white;
  text-align: center;
  margin: -15px auto 0px;
  letter-spacing: 5px;
}

@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: #ffffff;
}

nav.main-menu ul li a:hover {
  color: #cc935c !important;
}

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: #ffffff;
  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%;
}

ul.sub-menu a {
  color: #663300 !important;
}

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

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

.page-footer {
  width: 100%;
}

.page-footer .row, .page-footer .full-width-row {
  padding-top: 18px;
  padding-bottom: 18px;
  display: flex;
  flex-direction: column;
  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;
  }
}

ul#menu-footer-menu {
  list-style: none;
  display: flex;
  gap: 10px;
  /* optional spacing */
  padding: 0;
  margin: 0;
}

ul#menu-footer-menu li {
  position: relative;
}

ul#menu-footer-menu li:not(:last-child)::after {
  content: "|";
  margin-left: 10px;
  /* space between item and pipe */
}

.copyright {
  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:hover {
  color: #cc935c !important;
  background-color: #663300 !important;
}

.social-links a i {
  font-weight: 900;
}

/*Forms*/
.home .search-form {
  margin: 12em auto 1em;
}

.search-form {
  width: 100%;
  background: rgba(209, 209, 209, 0.4);
}

.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: #ffffff;
  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: #eeeeee url(images/search.png) no-repeat;
  background-position: right center;
  font-size: 1em;
  line-height: 1.6;
  background: #eeeeee;
  padding: 6px 12px;
}

@media (max-width: 800px) {
  input[type="search"] {
    display: none;
  }
}

select {
  background: #ffffff 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*/
.home .flexible-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

.flexible-content {
  display: flex;
  flex-wrap: wrap;
  /*margin: 3rem 0 0;*/
  margin: 0px;
}

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

.faq-section {
  min-height: 58.75vh;
}

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

/*Slider*/
.slider-container {
  display: block;
  position: relative;
  min-height: 85vh;
}

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

.slider .slide-item {
  min-height: 85vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 430px) {
  .slider .slide-item {
    min-height: 91vh;
  }
}

.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: #ffffff;
  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, 0.2);
  top: 0;
  padding-bottom: 20px;
  left: 0;
}

.slider-overlay, .title-overlay {
  padding: 20px 5%;
  text-align: center;
  box-sizing: border-box;
  z-index: 600;
  display: flex;
  flex-direction: column;
  /*justify-content: space-between;*/
}

@media (max-width: 800px) {
  .slider-overlay, .title-overlay {
    margin: 0;
    padding: 20px;
    box-shadow: none;
  }
}

.slider-overlay h1.slider-title, .title-overlay h1.slider-title {
  text-transform: uppercase;
  padding: 0;
  color: #ffffff;
  margin: 3em 0 0 0;
  font-size: 4em;
}

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

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

h2.slider-title {
  color: #ffffff;
}

.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: #ffffff;
  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%;
  margin-top: -10px;
  padding-bottom: 20px;
  margin-left: -10px;
  padding-right: 20px;
  background: #f8f9fa;
}

.two-column-with-contact-content {
  /*color: $white;*/
}

.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 .contentBlockTop-Container, .section.two-column-small-contact .row .contentBlockTop-Container {
  margin-bottom: 2em;
}

.section.two-column-with-contact .row .contentBlockBottom-Container .socialIcons, .section.two-column-small-contact .row .contentBlockBottom-Container .socialIcons {
  font-size: 2em;
}

.section.two-column-with-contact img,
.section.two-column-with-contact .col-right, .section.two-column-small-contact img,
.section.two-column-small-contact .col-right {
  flex: 2;
}

@media (max-width: 800px) {
  .section.two-column-with-contact img,
  .section.two-column-with-contact .col-right, .section.two-column-small-contact img,
  .section.two-column-small-contact .col-right {
    width: 100%;
    margin-top: 1em;
    flex: auto;
  }
}

.section.two-column-with-contact img .caldera-grid .row,
.section.two-column-with-contact .col-right .caldera-grid .row, .section.two-column-small-contact img .caldera-grid .row,
.section.two-column-small-contact .col-right .caldera-grid .row {
  margin: 0;
}

.section.two-column-with-contact img .caldera-grid .row div,
.section.two-column-with-contact .col-right .caldera-grid .row div, .section.two-column-small-contact img .caldera-grid .row div,
.section.two-column-small-contact .col-right .caldera-grid .row div {
  width: 100%;
}

.section.two-column-with-contact h3, .section.two-column-small-contact h3 {
  padding: 10px;
}

.section.two-column-small-contact {
  background: #ffffff;
  color: #5f6060 !important;
}

.section.two-column-small-contact .full-width-row {
  display: flex;
  flex-wrap: wrap;
}

.section.two-column-small-contact .col-left {
  width: 50%;
}

@media screen and (max-width: 800px) {
  .section.two-column-small-contact .col-left {
    width: 100%;
    margin-bottom: 50px;
  }
}

.section.two-column-small-contact .col-right {
  width: 25%;
  margin: 0 auto;
  flex: initial;
}

@media screen and (max-width: 800px) {
  .section.two-column-small-contact .col-right {
    width: 100%;
  }
}

/*Blog Page Styling*/
.blog-page {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.blog-page .blog-posts {
  flex: 2;
}

.blog-page .blog-sidebar {
  flex: 1;
  padding: 50px;
  max-width: 300px;
  background-color: #ffffff;
}

.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: #000000;
  margin: 5px;
}

.blog-page .article-nav {
  background-color: #ffffff;
}

.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: #000000;
  margin: 5px;
}

.category-info {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

.bg-bronze {
  background-color: #663300;
  color: #ffffff;
}

.bg-black {
  background-color: #000000;
  color: #ffffff;
}

.bg-copper {
  background-color: #cc935c;
  color: #000000;
}

@media (max-width: 600px) {
  .portal-btns {
    flex-direction: column;
    gap: 0.5em;
  }
  .super-header {
    flex-direction: column;
    text-align: center;
  }
}
