/* MAIN STYLES */
@import url(https://fonts.googleapis.com/css2?family=Martel&family=Noto+Sans:wght@400;600&display=swap);
body {
  font-family: 'Noto Sans', sans-serif;
  color: #575757;
  font-size: 16px;
  line-height: 150%;
}
@media (max-width: 1200px) {
  body {
    font-size: 15px;
  }
}
@media (max-width: 992px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  body {
    font-size: 13px;
  }
}
@media (max-width: 576px) {
  body {
    font-size: 12px;
  }
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Martel', sans-serif;
    margin-top: 0px;
}
h1, .h1 {
    font-size: 36px;
    margin-bottom: 18px;
}
h2, .h2 {
    font-size: 30px;
    margin-bottom: 16px;
}
h3, .h3 {
    font-size: 26px;
    margin-bottom: 14px;
}
h4, .h4 {
    font-size: 22px;
    margin-bottom: 12px;
}
h5, .h5 {
    font-size: 18px;
    margin-bottom: 10px;
}
h6, .h6 {
    font-size: 16px;
    margin-bottom: 8px;
}
@media (max-width: 576px) {
    h1, .h1 {
        font-size: 30px;
    }
    h2, .h2 {
        font-size: 26px;
    }
    h3, .h3 {
        font-size: 22px;
    }
    h4, .h4 {
        font-size: 18px;
    }
    h5, .h5 {
        font-size: 16px;
    }
    h6, .h6 {
        font-size: 14px;
    }
}
a {
  color: #62b75c;
  -webkit-transition: color 0.15s;
  -o-transition: color 0.15s;
  transition: color 0.15s;
}
a:hover {
  color: #4aa34a;
  text-decoration: none;
}
.theme-button {
  display: inline-block;
  background-color: #62b75c;
  color: #fff;
  text-decoration: none;
  padding: 12px 40px;
  font-size: 18px;
  border-radius: 5px;
  -webkit-transition: background-color 0.15s, color 0.15s;
  -o-transition: background-color 0.15s, color 0.15s;
  transition: background-color 0.15s, color 0.15s;
}
.theme-button:hover {
  background-color: #4aa34a;            
}
.entry-content {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 20px;
}
/* TEAM MODULE */
section.team {
  padding: 64px 0 75px;
  background-color: #f8f8f8;
}
@media (max-width: 576px) {
  section.team {
    padding: 60px 0;
  }
}
section.team .flex-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 900px) {
  section.team .flex-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
section.team .flex-holder .content {
  width: 100%;
  max-width: 565px;
  padding: 26px 0;
  color: #575757;
  font-size: 18px;
  line-height: 150%;
}
@media (max-width: 900px) {
  section.team .flex-holder .content {
    max-width: 100%;
    padding: 0;
  }
  section.team .flex-holder .content br {
    display: none;
  }
}
@media (max-width: 576px) {
  section.team .flex-holder .content {
    font-size: 16px;
  }
}
section.team .flex-holder .content h1,
section.team .flex-holder .content h2,
section.team .flex-holder .content h3,
section.team .flex-holder .content h4,
section.team .flex-holder .content h5,
section.team .flex-holder .content h6 {
  margin: 0 0 20px;
  color: #000;
}
section.team .flex-holder .content p {
  margin: 0 0 25px;
}
@media (max-width: 1200px) {
  section.team .flex-holder .content p {
    margin: 0 0 20px;
  }
}
section.team .flex-holder .content .theme-button {
  margin-top: 19px;
  padding: 11px 30px;
}
@media (max-width: 1200px) {
  section.team .flex-holder .content .theme-button {
    margin-top: 15px;
  }
}
@media (max-width: 576px) {
  section.team .flex-holder .content .theme-button {
    margin-top: 5px;
  }
}
section.team .flex-holder .image {
  width: 100%;
  max-width: 593px;
  margin-right: -22px;
  margin-left: 30px;
}
@media (max-width: 1400px) {
  section.team .flex-holder .image {
    margin-right: 0;
  }
}
@media (max-width: 900px) {
  section.team .flex-holder .image {
    margin-left: 0;
    margin-top: 40px;
    max-width: 100%;
  }
}
section.team .flex-holder .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}
/* CTA MODULE */
section.cta {
  padding: 128px 0;
  position: relative;
}
@media (max-width: 1200px) {
  section.cta {
    padding: 110px 0;
  }
}
@media (max-width: 992px) {
  section.cta {
    padding: 90px 0;
  }
}
@media (max-width: 768px) {
  section.cta {
    padding: 80px 0;
  }
}
@media (max-width: 576px) {
  section.cta {
    padding: 60px 0;
  }
}
section.cta::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
section.cta .flex-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  color: #fff;
}
@media (max-width: 1200px) {
  section.cta .flex-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
section.cta h3 {
  margin: 0;
}
@media (max-width: 1200px) {
  section.cta h3 {
    margin-bottom: 30px;
    text-align: center;
  }
}
section.cta .theme-button {
  padding: 12px 16px;
  margin-right: -22px;
  min-width: 255px;
  font-size: 18px;
  margin-left: 40px;
}
@media (max-width: 1400px) {
  section.cta .theme-button {
    margin-right: 0;
  }
}
@media (max-width: 1200px) {
  section.cta .theme-button {
    margin-left: 0;
  }
}
/* HERO MODULE */
section.hero {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 137px 0 177px;
}
@media (max-width: 1200px) {
  section.hero {
    padding: 110px 0 150px;
  }
}
@media (max-width: 992px) {
  section.hero {
    padding: 100px 0;
  }
}
@media (max-width: 768px) {
  section.hero {
    padding: 80px 0;
  }
}
@media (max-width: 576px) {
  section.hero {
    padding: 60px 0;
  }
}
section.hero.property {
  padding: 137px 0 104px;
}
@media (max-width: 1200px) {
  section.hero.property {
    padding: 110px 0 104px;
  }
}
@media (max-width: 992px) {
  section.hero.property {
    padding: 100px 0;
  }
}
@media (max-width: 768px) {
  section.hero.property {
    padding: 80px 0;
  }
}
@media (max-width: 576px) {
  section.hero.property {
    padding: 60px 0;
  }
}
section.hero.property h1 {
  max-width: 720px;
}
.persistent-contact{
    margin-top: 20px;
}
section.hero::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
section.hero > * {
  position: relative;
  z-index: 2;
}
section.hero .container {
  max-width: 1130px;
}
section.hero .breadcrumbs {
  font-size: 14px;
  margin-bottom: 20px;
  color: #fff;
}
section.hero .breadcrumbs a {
  color: #62b75c;
  text-decoration: underline;
}
section.hero .breadcrumbs a:hover {
  text-decoration: none;
}
section.hero h1 {
  color: #fff;
  margin: 0;
  font-size: 51px;
}
@media (max-width: 1200px) {
  section.hero h1 {
    font-size: 48px;
  }
}
@media (max-width: 992px) {
  section.hero h1 {
    font-size: 43px;
  }
}
@media (max-width: 768px) {
  section.hero h1 {
    font-size: 38px;
  }
}
@media (max-width: 576px) {
  section.hero h1 {
    font-size: 33px;
  }
}
section.hero .description,
section.hero .short-information {
  color: #fff;
  font-size: 16px;
  margin-top: 4px;
}
section.hero .short-information {
  margin-top: 13px;
}
/* HERO SLIDERE MODULE */
section.hero_slider {
  position: relative;
}
section.hero_slider .slick-dots {
  position: absolute;
  top: 147px;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0 20px;
  width: 100%;
  max-width: 1167px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 768px) {
  section.hero_slider .slick-dots {
    top: 80px;
  }
}
@media (max-width: 576px) {
  section.hero_slider .slick-dots {
    top: 55px;
  }
}
section.hero_slider .slick-dots li {
  list-style-type: none;
  width: 16px;
  height: 16px;
  margin-right: 6px;
}
@media (max-width: 576px) {
  section.hero_slider .slick-dots li {
    width: 12px;
    height: 12px;
  }
}
section.hero_slider .slick-dots li.slick-active button {
  background-color: #62b75c;
}
section.hero_slider .slick-dots li button {
  display: block;
  padding: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: background-color 0.15s;
  -o-transition: background-color 0.15s;
  transition: background-color 0.15s;
  font-size: 0;
}
@media (max-width: 576px) {
  section.hero_slider .slick-dots li button {
    width: 12px;
    height: 12px;
  }
}
section.hero_slider .slick-dots li button:hover {
  background-color: #62b75c;
}
section.hero_slider .slide {
  color: #fff;
  padding: 181px 0 233px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
@media (max-width: 768px) {
  section.hero_slider .slide {
    padding: 120px 0;
  }
}
@media (max-width: 576px) {
  section.hero_slider .slide {
    padding: 100px 0 60px;
  }
}
section.hero_slider .slide::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
section.hero_slider .slide > * {
  position: relative;
  z-index: 2;
}
section.hero_slider .slide .container {
  max-width: 1127px;
}
section.hero_slider .slide .content {
  width: 100%;
  max-width: 534px;
  font-size: 18px;
  line-height: 150%;
}
@media (max-width: 576px) {
  section.hero_slider .slide .content {
    font-size: 16px;
  }
}
section.hero_slider .slide .content h1,
section.hero_slider .slide .content h2,
section.hero_slider .slide .content h3,
section.hero_slider .slide .content h4,
section.hero_slider .slide .content h5,
section.hero_slider .slide .content h6 {
  margin: 0 0 10px;
}
section.hero_slider .slide .content p {
  margin: 0;
}
section.hero_slider .slide .theme-button {
  margin-top: 29px;
}
/* PROPERTIES GRID MODULE */
@import url("https://fonts.googleapis.com/css2?family=Martel&family=Noto+Sans:wght@400;600&display=swap");
span.info {
  position: relative;
  width: 100%;
  height: auto;
  float: left;
}

span.small {
  font-size: 14px;
}
section.properties-grid {
  padding: 119px 0 136px;
}
@media (max-width: 1200px) {
  section.properties-grid {
    padding: 100px 0;
  }
}
@media (max-width: 992px) {
  section.properties-grid {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  section.properties-grid {
    padding: 70px 0;
  }
}
@media (max-width: 576px) {
  section.properties-grid {
    padding: 60px 0 37px;
  }
}
section.properties-grid .container {
  max-width: 1155px;
}
section.properties-grid .flex-holder {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
section.properties-grid .flex-holder .card-holder {
  width: 50%;
  padding: 0 10px;
  margin-bottom: 23px;
}
@media (max-width: 768px) {
  section.properties-grid .flex-holder .card-holder {
    width: 100%;
  }
}
section.properties-grid .flex-holder .card-holder .contact-us {
  background-color: #62b75c;
  color: #fff;
  text-align: center;
  padding: 58px 25px 25px;
  font-size: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
section.properties-grid .flex-holder .card-holder .contact-us h1,
section.properties-grid .flex-holder .card-holder .contact-us h2,
section.properties-grid .flex-holder .card-holder .contact-us h3,
section.properties-grid .flex-holder .card-holder .contact-us h4,
section.properties-grid .flex-holder .card-holder .contact-us h5,
section.properties-grid .flex-holder .card-holder .contact-us h6 {
  margin: 0 0 14px;
}
section.properties-grid .flex-holder .card-holder .contact-us p {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
section.properties-grid .flex-holder .card-holder .contact-us .theme-button {
  margin-top: 26px;
  padding: 10px 30px;
}
section.properties-grid .flex-holder .card-holder > a {
  display: flex;
  flex-direction: column;
  position: relative;
}
section.properties-grid .flex-holder .card-holder > a .post-title {
  position: absolute;
  z-index: 1;
  top: 38px;
  left: 25px;
  color: #fff;
  background-color: #62b75c;
  font-size: 18px;
  font-weight: 700;
  width: 100%;
  max-width: 281px;
  padding: 7px 26px;
}
@media (max-width: 576px) {
  section.properties-grid .flex-holder .card-holder > a .post-title {
    font-size: 16px;
    top: 20px;
    left: 20px;
    padding: 5px 15px;
    max-width: calc(100% - 40px);
  }
}
section.properties-grid .flex-holder .card-holder > a img {
  display: block;
  width: 100%;
  height: 323px;
  object-fit: cover;
}
@media (max-width: 576px) {
  section.properties-grid .flex-holder .card-holder > a img {
    height: 320px;
  }
}
section.properties-grid .flex-holder .card-holder > a .short-information {
  position: absolute;
  color: #fff;
  bottom: 36px;
  right: 48px;
  font-weight: 700;
  text-align: right;
  font-size: 18px;
}
@media (max-width: 576px) {
  section.properties-grid .flex-holder .card-holder > a .short-information {
    font-size: 16px;
    right: 20px;
    bottom: 20px;
  }
}
/* PROPERTIES SLIDER MODULE */
section.properties-slider {
  padding: 65px 0 90px;
  overflow: hidden;
}
@media (max-width: 992px) {
  section.properties-slider {
    padding: 60px 0 80px;
  }
}
@media (max-width: 768px) {
  section.properties-slider {
    padding: 60px 0 70px;
  }
}
@media (max-width: 576px) {
  section.properties-slider {
    padding: 60px 0;
  }
}
section.properties-slider h3 {
  margin: 0 0 21px;
}
section.properties-slider .properties-slider {
  position: relative;
}
section.properties-slider .properties-slider .slick-list {
  overflow: visible;
}
section.properties-slider .properties-slider .slick-next,
section.properties-slider .properties-slider .slick-prev {
  padding: 0;
  position: absolute;
  z-index: 1;
  top: -70px;
  right: -70px;
  width: 40px;
  height: 45px;
  border-radius: 10px;
  background-color: #62b75c;
  font-size: 0;
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: background-color 0.15s;
  -o-transition: background-color 0.15s;
  transition: background-color 0.15s;
  background-image: url("data:image/svg+xml,%3Csvg fill='%23fff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='800px' height='800px' viewBox='0 0 96.154 96.154' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M0.561,20.971l45.951,57.605c0.76,0.951,2.367,0.951,3.127,0l45.956-57.609c0.547-0.689,0.709-1.716,0.414-2.61 c-0.061-0.187-0.129-0.33-0.186-0.437c-0.351-0.65-1.025-1.056-1.765-1.056H2.093c-0.736,0-1.414,0.405-1.762,1.056 c-0.059,0.109-0.127,0.253-0.184,0.426C-0.15,19.251,0.011,20.28,0.561,20.971z'/%3E%3C/g%3E%3C/svg%3E");
}
section.properties-slider .properties-slider .slick-next.slick-disabled,
section.properties-slider .properties-slider .slick-prev.slick-disabled {
  background-color: #efefef;
  background-image: url("data:image/svg+xml,%3Csvg fill='%23c9c9c9' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='800px' height='800px' viewBox='0 0 96.154 96.154' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M0.561,20.971l45.951,57.605c0.76,0.951,2.367,0.951,3.127,0l45.956-57.609c0.547-0.689,0.709-1.716,0.414-2.61 c-0.061-0.187-0.129-0.33-0.186-0.437c-0.351-0.65-1.025-1.056-1.765-1.056H2.093c-0.736,0-1.414,0.405-1.762,1.056 c-0.059,0.109-0.127,0.253-0.184,0.426C-0.15,19.251,0.011,20.28,0.561,20.971z'/%3E%3C/g%3E%3C/svg%3E");
}
@media (max-width: 1400px) {
  section.properties-slider .properties-slider .slick-next,
  section.properties-slider .properties-slider .slick-prev {
    right: 0;
  }
}
@media (max-width: 768px) {
  section.properties-slider .properties-slider .slick-next,
  section.properties-slider .properties-slider .slick-prev {
    top: -65px;
  }
}
section.properties-slider .properties-slider .slick-prev {
  right: -20px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media (max-width: 1400px) {
  section.properties-slider .properties-slider .slick-prev {
    right: 53px;
  }
}
section.properties-slider .properties-slider .slick-next {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
section.properties-slider .properties-slider .slide {
  padding-right: 20px;
}
section.properties-slider .properties-slider .slide a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
section.properties-slider .properties-slider .slide a .post-title {
  position: absolute;
  z-index: 1;
  top: 38px;
  left: 25px;
  color: #fff;
  background-color: #62b75c;
  font-size: 18px;
  font-weight: 700;
  width: 100%;
  max-width: 281px;
  padding: 7px 26px;
}
@media (max-width: 576px) {
  section.properties-slider .properties-slider .slide a .post-title {
    font-size: 16px;
    top: 20px;
    left: 20px;
    padding: 5px 15px;
    max-width: calc(100% - 40px);
  }
}
section.properties-slider .properties-slider .slide a img {
  display: block;
  width: 100%;
  height: 345px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 576px) {
  section.properties-slider .properties-slider .slide a img {
    height: 320px;
  }
}
section.properties-slider .properties-slider .slide a .short-information {
  position: absolute;
  color: #fff;
  bottom: 36px;
  right: 48px;
  font-weight: 700;
  font-size: 18px;
}
@media (max-width: 576px) {
  section.properties-slider .properties-slider .slide a .short-information {
    font-size: 16px;
    right: 20px;
    bottom: 20px;
  }
}
/* BRIAN OVERRIDES */

footer .logo img {
    max-width: 170px;
}
.text-overlay-container .so-widget-sow-image, .featured-image{
    position: relative;
}
.featured-image img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.text-overlay-container .so-widget-sow-image .widget-title, .featured-image .page-title{
    position: absolute;
    bottom: 11%;
    left: 49px;
    color: white;
    z-index: 999;
}
.text-overlay-container .so-widget-sow-image .sow-image-container::before, .featured-image::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%; /* Covers bottom third */
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
}
h3.widget-title{
    font-size: 36px;
}
@media (max-width: 768px) {
    h3.widget-title{
        font-size: 28px;
    }
}


.gform_button.button{
    background-color: #62b75c !important;
    color: #fff !important;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    text-decoration: none;
    display: inline-block;
}
.gform_button.button:hover{
    background-color: #62b75c !important;
    color: #fff !important;
    border: 1px solid #62b75c !important;
}

/* DARK FOOTER STYLES */
footer {
    background-color: #2a2a2a;
    color: #ffffff;
}

footer .logo img {
    max-width: 170px;
    filter: brightness(0) invert(1); /* Makes the logo white */
}

footer .footer-menu ul a {
    color: #ffffff !important;
    transition: color 0.15s;
}

footer .footer-menu ul a:hover {
    color: #62b75c !important;
}

footer .footer-menu ul li.current_page_item a {
    color: #62b75c !important;
}

footer .address {
    color: #e0e0e0 !important;
}

footer .address a {
    color: #62b75c !important;
    font-weight: 700;
}

footer .address a:hover {
    color: #ffffff !important;
}

footer .socials a {
    background-color: #3a3a3a !important;
    border: 1px solid #4a4a4a;
    transition: background-color 0.3s, border-color 0.3s;
}

footer .socials a:hover {
    background-color: #62b75c !important;
    border-color: #62b75c;
}

footer .socials a svg {
    filter: brightness(0) invert(1); /* Makes SVG icons white */
}

footer .socials a:hover svg {
    filter: brightness(0) invert(1); /* Keeps icons white on hover */
}

footer .copyrights {
    border-top: 1px solid #4a4a4a !important;
    color: #b0b0b0 !important;
}

/* Responsive adjustments for dark footer */
@media (max-width: 768px) {
    footer .socials a {
        background-color: #3a3a3a !important;
    }

}
@media (max-width: 990px) {
        section.property-info .gallery-col .slider .slick-prev{
            right: auto !important;
        }
}

section.property-info .gallery-col .slider .slick-prev, 
section.property-info .gallery-col .slider .slick-next {
top: 15% !important;
}

