/*
Theme Name: RMWebPro
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*/
/*Layout Styles*/
/*Icon Alternating*/
.features-intro icon-alt {
  text-align: center;
}

.icon-alt-main {
  padding: 0 10%;
}

@media (max-width: 800px) {
  .icon-alt-main {
    padding: 0;
  }
}

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

@media (max-width: 800px) {
  .icon-alt-main .icon-alt-section .icon-alt-icon {
    font-size: 1.5em;
  }
}

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

.icon-alt-main .icon-alt-section .icon-alt-text {
  padding: 0 20px;
}

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

/*Form Wide Section*/
.form-wide-section .form-wide-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
}

@media (max-width: 800px) {
  .form-wide-section .form-wide-top {
    flex-direction: column;
  }
}

.form-wide-section .form-wide-top .col {
  flex-basis: 47%;
  flex-grow: 1;
  flex-shrink: 0;
  position: relative;
}

@media (max-width: 800px) {
  .form-wide-section .form-wide-top .col {
    width: auto;
    flex-basis: auto;
    flex-grow: 0;
  }
}

.form-wide-section .form-wide-top .col:last-of-type {
  margin-left: 10px;
}

@media (max-width: 800px) {
  .form-wide-section .form-wide-top .col:last-of-type {
    margin: 10px 0;
  }
}

.form-wide-section .caldera-grid {
  padding: 30px 15px 30px 30px;
}

.form-wide-section .caldera-grid .btn {
  float: right;
  font-weight: 600;
}

.form-wide-section .form-wide-list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}

.form-wide-section .form-wide-list .form-wide-list-item {
  width: 45%;
  flex-basis: 45%;
  padding: 15px 0;
}

@media (max-width: 800px) {
  .form-wide-section .form-wide-list .form-wide-list-item {
    width: 100%;
    flex-basis: 100%;
  }
}

.form-wide-section .form-wide-list .form-wide-list-item h4 {
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}

.form-wide-section .form-wide-list .form-wide-list-item p {
  padding: 4px 0 0 0;
  margin: 0;
}

.form-wide-section iframe {
  width: 100%;
  height: 300px;
  margin-top: 30px;
}

/*General Circle Image*/
.general-circle-image h2 {
  padding: 0;
  margin: 0;
}

.general-circle-image .row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 800px) {
  .general-circle-image .row {
    flex-direction: column;
  }
}

.general-circle-image .row .col:first-child {
  width: 60%;
  flex-basis: 60%;
  flex-grow: 0;
  flex-shrink: 0;
}

@media (max-width: 800px) {
  .general-circle-image .row .col:first-child {
    flex-basis: auto;
    width: auto;
  }
}

.general-circle-image .row .col:last-child {
  width: 35%;
  flex-basis: 35%;
  flex-grow: 0;
  flex-shrink: 0;
  text-align: center;
}

@media (max-width: 800px) {
  .general-circle-image .row .col:last-child {
    flex-basis: auto;
    width: auto;
  }
}

.general-circle-image .row img, .general-circle-image .row .object-fit {
  border-radius: 50%;
  width: 100%;
  height: 31vw;
  max-width: 385px;
  max-height: 385px;
  object-fit: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 auto;
}

@media (max-width: 800px) {
  .general-circle-image .row img, .general-circle-image .row .object-fit {
    height: 81vw;
    max-height: 350px;
    max-width: 350px;
  }
}

/*Full width text with three sub-content columns*/
.columns3 {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}

@media (max-width: 800px) {
  .columns3 {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }
}

.columns3 .col {
  padding: 20px;
  flex: 1;
}

@media (max-width: 800px) {
  .columns3 .col {
    padding: 20px 0;
    flex: auto;
    width: 100%;
  }
}

.columns3 .col h3 {
  padding: 10px;
  margin: 0 0 15px 0;
}

/*Card Vertical 3 Column*/
.card-vertical-3-col {
  display: flex;
  justify-content: center;
  gap: 2em;
}

.card-vertical-3-col .card-vertical-col {
  display: flex;
  flex-direction: column;
  background: #FFF;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  text-align: center;
  border-radius: 4px;
  overflow: hidden;
  flex: 1;
}

.card-vertical-3-col .card-vertical-col .card-image {
  /*aspect-ratio: 4 / 3;*/
  overflow: hidden;
}

.card-vertical-3-col .card-vertical-col .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.card-vertical-3-col .card-vertical-col .card-content {
  padding: 20px 15px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.card-vertical-3-col .card-vertical-col .card-content h5 {
  margin-top: 0;
}

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

.card-vertical-3-col .card-vertical-col .card-content p:last-of-type {
  margin-bottom: 0;
}

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

@media (max-width: 620px) {
  .card-vertical-3-col {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}

.text-feature-box.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.text-feature-box h2 {
  width: 100%;
}

.text-feature-box hr {
  border-style: solid;
  width: 100%;
}

.text-feature-box-content {
  width: 65%;
}

@media (max-width: 800px) {
  .text-feature-box-content {
    width: 100%;
  }
}

.text-feature-box-text {
  width: calc(35% - 32px);
  padding: 30px;
  margin: 0 0 30px 30px;
  line-height: 2em;
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
}

@media (max-width: 800px) {
  .text-feature-box-text {
    width: 100%;
    margin: 20px 0;
  }
}

/*Layout Tabs*/
.layout-tabs {
  max-width: 900px;
  margin: 0 auto;
}

.layout-tabs .tabs-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 2px solid #ddd;
  gap: 4px;
}

.layout-tabs .tabs-nav .tabs-nav-item {
  margin: 0;
}

.layout-tabs .tabs-nav li.tabs-nav-item::before {
  content: none !important;
  display: none !important;
  margin: 0 !important;
}

.layout-tabs .tabs-nav .tabs-nav-link {
  display: block;
  padding: 12px 24px;
  background: none;
  border: 2px solid transparent;
  border-bottom: none;
  border-radius: 4px 4px 0 0;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  color: #555;
  transition: color 0.2s, background 0.2s, border-color 0.2s;
  position: relative;
  bottom: -2px;
  text-transform: uppercase;
}

.layout-tabs .tabs-nav .tabs-nav-link:hover {
  color: #222;
  background: #f5f5f5;
}

.layout-tabs .tabs-nav .tabs-nav-link.active {
  color: #222;
  border-color: #ddd;
  background: #fff;
  border-bottom: 2px solid #fff;
}

.layout-tabs .tabs-content {
  border: 2px solid #ddd;
  border-top: none;
  background: #fff;
  padding: 24px;
  border-radius: 0 0 4px 4px;
}

.layout-tabs .tabs-content .tabs-pane {
  display: none;
  animation: tabsFadeIn 0.3s ease;
}

.layout-tabs .tabs-content .tabs-pane.active {
  display: block;
}

.layout-tabs .tabs-content .tabs-pane > *:first-child {
  margin-top: 0;
}

.layout-tabs .tabs-content .tabs-pane > *:last-child {
  margin-bottom: 0;
}

@keyframes tabsFadeIn {
  from {
    opacity: 0;
    transform: translateY(4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 600px) {
  .layout-tabs .tabs-nav {
    flex-direction: column;
    border-bottom: none;
    gap: 0;
  }
  .layout-tabs .tabs-nav .tabs-nav-link {
    border-radius: 0;
    border: 2px solid #ddd;
    border-bottom: none;
    bottom: 0;
    width: 100%;
    text-align: left;
  }
  .layout-tabs .tabs-nav .tabs-nav-link.active {
    background: #f5f5f5;
    border-bottom: none;
  }
  .layout-tabs .tabs-nav .tabs-nav-item:first-child .tabs-nav-link {
    border-radius: 4px 4px 0 0;
  }
  .layout-tabs .tabs-content {
    border-radius: 0 0 4px 4px;
    border-top: 2px solid #ddd;
  }
}

/*Layout Carousel*/
.layout-carousel {
  max-width: 100%;
  margin: 0 auto;
  /* Nav arrows positioned over the carousel */
  /* Dots styling */
}

.layout-carousel .layout-carousel-item img {
  width: 100%;
  height: 500px;
  display: block;
  object-fit: fill;
}

.layout-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  pointer-events: none;
}

.layout-carousel .owl-nav button {
  pointer-events: auto;
}

.layout-carousel .owl-nav button.owl-prev, .layout-carousel .owl-nav button.owl-next {
  position: absolute;
  background: rgba(0, 0, 0, 0.5) !important;
  color: #fff !important;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  transition: background 0.2s;
}

.layout-carousel .owl-nav button.owl-prev:hover, .layout-carousel .owl-nav button.owl-next:hover {
  background: rgba(0, 0, 0, 0.8) !important;
}

.layout-carousel .owl-nav button.owl-prev span, .layout-carousel .owl-nav button.owl-next span {
  display: block;
  line-height: 38px;
}

.layout-carousel .owl-nav button.owl-prev {
  left: 10px;
}

.layout-carousel .owl-nav button.owl-next {
  right: 10px;
}

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

.layout-carousel .owl-dots .owl-dot {
  display: inline-block;
}

.layout-carousel .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background: #ccc;
  display: block;
  border-radius: 50%;
  transition: background 0.2s;
}

.layout-carousel .owl-dots .owl-dot.active span {
  background: #555;
}

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

body {
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-weight: 100;
  line-height: 1.6;
  color: #515151;
  font-family: "gill-sans-nova", sans-serif;
}

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

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

strong {
  font-weight: 600;
}

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

.button {
  display: inline-block;
  padding: 4px 12px;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid;
}

.scripttext {
  font-family: "great-vibes", sans-serif;
  font-size: 30px;
  color: #006258;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  font-family: "canto", serif;
  font-weight: bolder;
}

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

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

h1.page-title {
  color: #FFFFFF !important;
  text-transform: uppercase;
  text-align: 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: 80px;
  text-align: center;
  padding: 10px 30px;
  font-weight: 400;
}

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: 'FontAwesome';
  content: '\f04b';
  margin-right: 10px;
}

.entry-content ul.tabs-nav {
  padding: 0;
}

.entry-content ul.tabs-nav li::before {
  content: none;
  display: none;
  margin: 0;
}

/*positioning*/
.page-content {
  background: #F3F3F3;
}

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

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

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

.page-header .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 {
    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: 400px;
  height: auto;
}

@media (max-width: 800px) {
  .logo img {
    max-width: 150px;
    max-height: 65px;
  }
}

.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: 400;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
}

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

.page-footer {
  background: #333;
  color: #ccc;
}

.page-footer h3 {
  color: #FFFFFF;
  font-size: 1.1em;
  margin: 0 0 15px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.page-footer a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.2s ease;
}

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

.page-footer p {
  margin: 0 0 8px 0;
  font-size: 0.9em;
  line-height: 1.6;
}

.page-footer p i {
  width: 20px;
  text-align: center;
  margin-right: 6px;
}

.page-footer .footer-main .row {
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}

@media (max-width: 800px) {
  .page-footer .footer-main .row {
    flex-direction: column;
    gap: 1em;
    text-align: center;
    align-items: center;
  }
}

.page-footer .footer-main .affiliate-logos {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
}

.page-footer .footer-main .affiliate-logos img {
  max-height: 60px;
  width: auto;
}

@media (max-width: 800px) {
  .page-footer .footer-main .affiliate-logos {
    justify-content: center;
  }
}

.page-footer .footer-col {
  flex: 1;
  min-width: 0;
}

.page-footer .footer-branding {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.page-footer .footer-branding .footer-logo {
  display: flex;
  align-items: center;
  gap: 12px;
}

.page-footer .footer-branding .footer-logo img {
  max-height: 50px;
  width: auto;
  filter: grayscale(100%) brightness(2);
}

.page-footer .footer-branding .footer-site-name {
  color: #FFFFFF;
  font-size: 1.1em;
  font-weight: bold;
}

.page-footer .footer-branding .footer-social {
  display: flex;
  gap: 10px;
  font-size: 1.3em;
}

.page-footer .footer-branding .footer-social a {
  color: #999;
}

.page-footer .footer-branding .footer-social a:hover {
  color: #FFFFFF;
}

.page-footer .footer-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-footer .footer-nav li {
  margin: 0 0 8px 0;
}

.page-footer .footer-nav a {
  font-size: 0.9em;
}

.page-footer .footer-bottom {
  background: rgba(0, 0, 0, 0.2);
}

.page-footer .footer-bottom .row {
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  font-size: 0.8em;
}

@media (max-width: 800px) {
  .page-footer .footer-bottom .row {
    flex-direction: column;
    text-align: center;
    gap: 5px;
  }
}

.page-footer .footer-bottom p {
  margin: 0;
  font-size: 1em;
}

.social-links {
  display: flex;
  font-size: 1.2em;
}

.social-links a {
  margin: 5px;
}

.affiliate-logos {
  display: flex;
  gap: 2em;
}

.affiliate-logos img {
  width: 100px;
  height: auto;
}

/*Forms*/
.search-form form {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 26px 0;
}

@media (max-width: 800px) {
  .search-form form {
    justify-content: space-between;
    padding: 20px;
  }
}

label {
  display: block;
  padding: 0;
  margin: 0 10px 0 0;
  position: relative;
  font-size: 12px;
  box-sizing: border-box;
}

.search-form label {
  width: 15%;
}

@media (max-width: 800px) {
  .search-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: 12px;
  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: #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;
  }
}

input[type="submit"] {
  appearance: none;
  padding: 10px 20px;
  margin: 0;
  border-radius: 0;
  transition: all .2s;
  background: none;
  font-weight: bold;
  font-size: .9em;
  text-transform: uppercase;
  box-sizing: border-box;
  border-style: solid;
}

@media (max-width: 800px) {
  input[type="submit"] {
    width: 100%;
  }
}

input[type="submit"]:hover {
  cursor: pointer;
}

.req {
  color: red;
}

/*Ninja Forms Styling*/
.nf-form-wrap {
  max-width: 700px;
  margin: 0 auto;
}

.nf-form-wrap .nf-form-content {
  padding: 0;
}

.nf-form-wrap .nf-form-fields-required {
  font-size: 0.85em;
  color: #888;
  margin-bottom: 20px;
}

.nf-form-wrap .nf-field-container {
  margin-bottom: 20px;
}

.nf-form-wrap .nf-field-label label {
  display: block;
  font-weight: 600;
  font-size: 0.9em;
  margin-bottom: 6px;
  color: #333;
}

.nf-form-wrap .ninja-forms-req-symbol {
  color: #c0392b;
}

.nf-form-wrap .nf-field-element input[type="text"],
.nf-form-wrap .nf-field-element input[type="email"],
.nf-form-wrap .nf-field-element input[type="tel"],
.nf-form-wrap .nf-field-element input[type="url"],
.nf-form-wrap .nf-field-element input[type="number"],
.nf-form-wrap .nf-field-element input[type="password"],
.nf-form-wrap .nf-field-element textarea,
.nf-form-wrap .nf-field-element select {
  width: 100%;
  padding: 12px 14px;
  font-size: 0.95em;
  line-height: 1.5;
  color: #333;
  background: #FFFFFF;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  transition: border-color 0.2s, box-shadow 0.2s;
  appearance: none;
  -webkit-appearance: none;
}

.nf-form-wrap .nf-field-element input[type="text"]:focus,
.nf-form-wrap .nf-field-element input[type="email"]:focus,
.nf-form-wrap .nf-field-element input[type="tel"]:focus,
.nf-form-wrap .nf-field-element input[type="url"]:focus,
.nf-form-wrap .nf-field-element input[type="number"]:focus,
.nf-form-wrap .nf-field-element input[type="password"]:focus,
.nf-form-wrap .nf-field-element textarea:focus,
.nf-form-wrap .nf-field-element select:focus {
  outline: none;
  border-color: #666;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.08);
}

.nf-form-wrap .nf-field-element textarea {
  min-height: 140px;
  resize: vertical;
}

.nf-form-wrap .nf-field-element input[type="submit"] {
  display: inline-block;
  padding: 12px 32px;
  font-size: 0.95em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #FFFFFF;
  background: #333;
  border: 2px solid #333;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
  width: auto;
}

.nf-form-wrap .nf-field-element input[type="submit"]:hover {
  background: #555;
  border-color: #555;
}

.nf-form-wrap .nf-error-wrap .nf-error-msg {
  color: #c0392b;
  font-size: 0.85em;
  margin-top: 4px;
}

.nf-form-wrap .nf-field-element .nf-element.nf-error {
  border-color: #c0392b;
}

.nf-form-wrap .nf-field-element .nf-element.nf-error:focus {
  box-shadow: 0 0 0 3px rgba(192, 57, 43, 0.15);
}

.nf-form-wrap .nf-response-msg {
  padding: 15px 20px;
  margin-bottom: 20px;
  border-radius: 4px;
  font-size: 0.95em;
}

.nf-form-wrap .nf-form-hp {
  position: absolute;
  left: -9999px;
}

/*Theme Flexible Content Sections*/
.section:nth-child(even) {
  background: #FFFFFF;
}

/*Slider*/
.slider-container {
  display: block;
  position: relative;
}

.slider {
  display: block;
  width: 100%;
  height: 500px;
  overflow: hidden;
}

.slider img {
  width: 100%;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.slider-overlay {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 100%;
  padding: 20px 5%;
  background: none;
  text-align: right;
  box-sizing: border-box;
  z-index: 9999;
}

.slider-overlay p {
  font-size: 33px;
  line-height: 1;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
  color: #FFFFFF;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0.5em;
  min-width: 42%;
  max-width: 80%;
  justify-self: flex-end;
}

@media (max-width: 800px) {
  .slider-overlay p {
    justify-self: center;
  }
}

@media (max-width: 900px) {
  .slider-overlay {
    top: 30%;
  }
}

@media (max-width: 800px) {
  .slider-overlay {
    padding: 10px 5%;
    text-align: center;
  }
}

.slider-overlay h1.slider-title {
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-size: 4.25em;
  font-family: "great-vibes", sans-serif;
  text-transform: capitalize;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
  color: #FFFFFF;
}

.flex-direction-nav a {
  width: 40px !important;
  height: 50px !important;
}

.slider-spacer {
  display: none;
}

/*Buttons*/
.buttons-container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 50px 0;
}

.buttons-container a {
  display: block;
  border-right: solid 1px #BBB;
  padding: 0 10%;
  text-align: center;
}

@media (max-width: 800px) {
  .buttons-container a {
    padding: 0 25px;
  }
}

.buttons-container a:last-child {
  border: none;
}

.buttons-container a span.fa {
  display: block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  margin: 0 auto;
  padding: 0;
  color: #FFFFFF;
  border: solid 2px #FFFFFF;
  transition: background .5s;
  overflow: hidden;
  box-sizing: border-box;
}

@media (max-width: 800px) {
  .buttons-container a span.fa {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}

.buttons-container a span.intro {
  display: block;
  margin-top: 10px;
  font-size: 1.5em;
}

@media (max-width: 800px) {
  .buttons-container a span.intro {
    font-size: 1.1em;
  }
}

/*2-column image + text*/
.two-column-with-image .row {
  display: flex;
  flex-direction: row;
  align-items: normal;
  justify-content: space-between;
  gap: 2em;
}

@media (max-width: 800px) {
  .two-column-with-image .row {
    flex-direction: column;
  }
}

.two-column-with-image .row .col-right, .two-column-with-image .row .col-left {
  flex: 1;
}

.two-column-with-image img,
.two-column-with-image .col-right, .two-column-with-image .col-left {
  width: 100%;
  height: auto;
  object-fit: cover;
}

@media (max-width: 800px) {
  .two-column-with-image img,
  .two-column-with-image .col-right, .two-column-with-image .col-left {
    width: auto;
    max-width: 100%;
  }
}

.add2emgap {
  gap: 2em;
}

/*Featured Properties Slider*/
.featured-properties {
  border: none;
  padding: 0;
  background: none;
}

div.featured-property {
  height: 40vh !important;
  position: relative;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  text-align: center;
  margin: 40px 0;
}

@media (max-width: 800px) {
  div.featured-property {
    height: 20vh !important;
  }
}

div.featured-property .featured-property-overlay {
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: -24px;
  z-index: 99999;
}

div.featured-property .featured-property-overlay a {
  display: inline-block;
  padding: 8px 20px;
  background: #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: 15vh;
  width: 100%;
}

@media screen and (max-width: 800px) {
  .owl-nav {
    top: 7vh;
  }
}

.owl-nav span {
  display: none;
}

.owl-prev:before {
  content: '\f104';
  font-family: FontAwesome;
  position: absolute;
  left: 2vw;
  color: #FFFFFF;
  font-size: 6em;
}

.layout-carousel .owl-prev:before {
  content: none;
  display: none;
}

.owl-next:before {
  content: '\f105';
  font-family: FontAwesome;
  position: absolute;
  right: 2vw;
  color: #FFFFFF;
  font-size: 6em;
}

.layout-carousel .owl-next:before {
  content: none;
  display: none;
}

/*2-column text with 3-column list*/
.text-and-list h2 {
  margin-bottom: 10px;
}

.text-and-list h3 {
  text-align: left;
  margin: 25px 0 10px 0;
  font-size: 21px;
}

.text-and-list li {
  font-size: 15px;
}

.col2 {
  column-count: 2;
  column-gap: 30px;
}

@media (max-width: 800px) {
  .col2 {
    column-count: 1;
  }
}

.col2 p {
  padding: 0;
  margin: 0 0 10px 0;
  text-align: justify;
}

@media (max-width: 800px) {
  .col2 p {
    text-align: left;
  }
}

ul.col3 {
  padding: 0;
  margin: 12px -1.5%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

@media (max-width: 800px) {
  ul.col3 {
    flex-direction: column;
    margin: 12px 0;
    padding-bottom: 30px;
  }
}

ul.col3 li {
  flex-basis: 30%;
  width: 30%;
  margin: 4px 1.5%;
}

@media (max-width: 800px) {
  ul.col3 li {
    flex-basis: auto;
    width: auto;
    margin: 4px 0;
  }
}

/*Icons and text*/
.icon-list .icons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (max-width: 800px) {
  .icon-list .icons {
    padding-top: 40px;
  }
}

.icon-list .icons .icon-listing {
  width: 44%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0 0 40px 0;
}

@media (max-width: 800px) {
  .icon-list .icons .icon-listing {
    width: auto;
  }
}

.icon-list .icons .icon-listing h3 {
  padding-top: 40;
}

.icon-list .icons .icon-listing a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  flex-basis: 50px;
  flex-shrink: 0;
  text-align: center;
  color: #FFFFFF;
  padding: 0;
  margin-right: 40px;
  border-radius: 100px;
}

@media (max-width: 800px) {
  .icon-list .icons .icon-listing a {
    width: 80px;
    height: 80px;
    flex-basis: 80px;
    margin-right: 20px;
  }
}

.caldera-grid label {
  color: black;
  font-size: 15px;
  font-weight: 100 !important;
}

.page-id-375 .entry-content {
  background-color: white;
  padding: 40px 10px 40px 10px;
}

.page-id-375 .entry-content h3 {
  text-align: center;
  text-transform: none;
  font-weight: 100;
  font-size: 20px;
  padding-bottom: 10px;
  padding-top: 0px;
}

.page-id-375 .two-column-with-image .entry-content {
  padding: 0px 0px 40px 0px;
}

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

.alert-section {
  background: transparent !important;
}

.alert-wrap {
  width: 100%;
  background: #FFFFFF;
  padding: 1em 0 0;
}

.alert-box {
  width: 70%;
  margin: auto;
  background-color: pink;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
  padding: 0em;
}

@media (max-width: 1500px) {
  .alert-box {
    flex-direction: column;
    padding: 1em;
  }
}

.alert-box h2 {
  font-family: "gill-sans-nova", sans-serif;
  text-transform: capitalize;
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  padding: 0;
}

.alert-text {
  font-size: 22px;
  margin: 0;
}

@media (max-width: 1500px) {
  .alert-text {
    text-align: center;
  }
}

.external-contact-wrap {
  border: 1px solid #DDDDDD;
  padding: 2em;
  background-color: #fafafa;
}

a.external-button {
  background-color: #53bfcc;
  padding: 0.5em 1em;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 600;
}
