@charset "UTF-8";
/*
THEME NAME: CR Holland Real Estate
DESCRIPTION: Custom Theme for CR Holland Real Estate
VERSION: 1.2.2
AUTHOR: Kraken Web Studios
AUTHOR URI: https://krakenwebstudios.us/
*/
/*
CSS Notes:

Headers: font-family: Literata, sans-serif;
Body: font-family: Open Sans, sans-serif
 */
/* CSS RESET RULES */
* {
  margin: 0;
  padding: 0;
  vertical-align: top;
}

html {
  background: #021c35;
}

body {
  background: #fff;
}

.edit_link {
  display: none;
}

body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #1d1f1a;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 35px;
  font-family: "Literata", sans-serif;
  line-height: 1em;
  font-weight: 500;
}
h1.white,
h2.white,
h3.white,
h4.white,
h5.white,
h6.white {
  color: #fff;
}

h1 {
  font-size: 50px;
}

h2 {
  font-size: 45px;
  color: #027bb8;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 28px;
}

h5 {
  font-size: 25px;
}

h6 {
  font-size: 21px;
}

blockquote {
  background: #027bb8;
  padding: 50px 50px 20px;
  margin: 0 0 40px;
  border-radius: 0;
}
blockquote h1, blockquote h2, blockquote h3, blockquote h4, blockquote h5, blockquote h6, blockquote p {
  color: #d9d9d9;
}

p {
  margin: 0 0 35px;
  padding: 0;
  line-height: 1.5em;
}

p:empty {
  margin: 0;
  height: 0;
}

form p {
  padding: 0;
  margin: 0;
}

input[type=text],
textarea {
  margin: 0 0 5px;
}

a {
  text-decoration: underline;
  color: #0397d6;
  transition: color 0.5s ease;
}

ul,
ol {
  margin: 0 0 30px;
  padding: 0;
}

ol {
  list-style-position: inside;
}
ol li {
  margin-left: 0 !important;
}

.contentwrapper li,
.footerwrapper .content-column li {
  margin: 0 0 4px 16px;
}

.contentwrapper li.widget,
.theme_testimonials li {
  list-style: none;
  margin-left: 0;
}

hr {
  width: 100%;
  background: #0397d6;
  height: 2px;
  font-size: 0;
  display: block;
  border: none;
  padding: 0;
  margin: 20px auto 50px;
}

iframe {
  max-width: 100%;
}

b,
strong {
  font-weight: 600;
}

.fa,
.fas {
  line-height: inherit;
}

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

.scrolled #logo {
  margin: 0;
}

header input#toggle,
header label.toggle,
#category-select {
  display: none;
}

.site_center,
.related_post_navigation {
  max-width: 1440px;
  padding: 0;
  margin: 0 auto;
}

.archive .main-content.blog {
  width: 75%;
  padding: 0;
  display: inline-block;
}

.blog .postwrapper {
  display: flex;
}

.postwrapper .post {
  width: 67%;
}

.archive .archive_sub_header {
  width: 20%;
  display: inline-block;
  margin-left: 4%;
}

.blog_featured.listing {
  width: calc(33% - 40px);
}

.blog_featured.listing img {
  margin-bottom: 40px;
  width: 100%;
}

button,
.button,
input[type=submit],
.read-more-wrapper a,
.theme_testimonials .view-all {
  transition: background 0.5s ease;
  background: #001d38;
  color: #00ffff;
  box-shadow: 5px 5px 0 5px #01679f;
  padding: 12px 40px;
  font-size: 21px;
  border: none;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  margin: 0 auto 30px;
  font-weight: 500;
  font-style: italic;
}
button:hover,
.button:hover,
input[type=submit]:hover,
.read-more-wrapper a:hover,
.theme_testimonials .view-all:hover {
  background: #01679f;
  box-shadow: 5px 5px 0 5px #001d38;
}
button i,
.button i,
input[type=submit] i,
.read-more-wrapper a i,
.theme_testimonials .view-all i {
  display: none;
  transition: margin-left 0.5s ease;
  color: #00ffff;
  line-height: inherit;
  margin-left: 10px;
  transform: translateY(5px);
}
button i:hover,
.button i:hover,
input[type=submit] i:hover,
.read-more-wrapper a i:hover,
.theme_testimonials .view-all i:hover {
  margin-left: 15px;
}

.alignright {
  float: right;
  margin: 0 0 15px 15px;
}

.alignleft {
  float: left;
  margin: 0 15px 15px 0;
}

.alignnone,
.aligncenter {
  display: block;
  margin: 0 auto;
}

/*  Columns  */
.content-column iframe {
  max-width: 100%;
}

.one_half {
  width: calc(50% - 35px);
  margin: 0 70px 25px 0;
}

.one_half.last_column {
  margin: 0 0 25px 0;
}

.one_third {
  width: calc(33% - 45px);
  margin: 0 70px 25px 0;
}

.one_third.last_column {
  margin: 0 0 25px 0;
}

.two_third {
  width: calc(66% - 60px);
  margin: 0 60px 25px 0;
}

.two_third.last_column {
  margin: 0 0 25px 0;
}

.one_fourth {
  width: calc(25% - 63px);
  margin: 0 30px 25px;
}
.one_fourth:first-of-type {
  margin-left: 0;
}

.one_fifth {
  width: calc(20% - 70px);
  margin: 0 70px 20px 0;
}

/* end columns  */
/*  Header  */
.headerwrapper {
  z-index: 9;
  display: flex;
  flex-flow: wrap row;
  justify-content: center;
}
.headerwrapper #logo img {
  transition: max-height 400ms;
  margin-bottom: -8px;
}
.headerwrapper header {
  z-index: 999;
  display: flex;
  align-items: center;
  background: #002d56;
  border-bottom: 1px solid #0397d6;
  box-shadow: 0 0 8px 4px #002d56;
  padding: 40px;
  width: 100%;
}
.headerwrapper header .navwrapper {
  text-align: right;
  flex: 1;
  padding-right: 20px;
  font-weight: 600;
}
.headerwrapper header .navwrapper nav > ul {
  padding-top: 20px;
  margin: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.headerwrapper header .navwrapper nav > ul ul {
  padding-top: 0;
}
.headerwrapper header .navwrapper nav > ul ul li {
  text-align: left;
}
.headerwrapper header .navwrapper nav li {
  text-align: center;
  display: inline-block;
  position: relative;
  padding: 0 20px;
}
.headerwrapper header .navwrapper nav li:last-of-type {
  padding-right: 0;
}
.headerwrapper header .navwrapper nav li a {
  color: #ffffff;
  display: block;
  padding: 0;
  font-size: 18px;
  text-decoration: none;
  font-family: Literata, "Open Sans", sans-serif;
  font-weight: 400;
}
.headerwrapper header .navwrapper nav li a:hover {
  text-decoration: underline;
}
.headerwrapper header .navwrapper nav li li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #000000;
  width: 100%;
  background: #027bb8;
}
.headerwrapper header .navwrapper nav li li a {
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 400;
  text-transform: none;
}
.headerwrapper header .navwrapper nav li li a:hover {
  color: #fff;
  background: #002d56;
}

.menu-open .headerwrapper {
  position: relative;
}

.theme_social {
  display: none;
}

header nav li ul,
header nav li ul ul,
header nav li ul ul ul {
  position: absolute;
  left: -9999em;
  width: 275px;
  text-align: left;
}

.menu-connect:hover ul {
  left: inherit;
  right: 0;
}

header nav li:hover ul {
  left: 0;
  background: #027bb8;
}

header nav li:hover ul ul {
  left: -9999em;
}

header nav li li:hover ul {
  left: 275px;
  top: 0;
}

header nav ul ul li {
  display: block;
  padding-right: 0;
}

header nav li li.current_page_item .sub-menu li a {
  background: none !important;
}

.fixnav .headerwrapper header {
  position: fixed;
  padding: 12px 5% !important;
  max-width: 90%;
  background: #002d56 !important;
}
.fixnav .headerwrapper header #logo img {
  max-height: 50px;
}
.fixnav .headerwrapper nav#secondary {
  display: none;
}

/* end header */
/* Content */
.contentwrapper {
  padding: 100px 0;
  background: #fff;
}

.main-content article,
.blog-wrapper,
.related_post_navigation {
  max-width: 1440px;
  margin: 0 auto;
}

.blog-wrapper,
.blogcontent {
  margin-top: 40px;
}

.main-content article {
  padding: 0 50px;
}

form li::marker {
  content: "" !important;
}

.home .hero {
  min-height: 0;
  padding-bottom: 56%;
}

.hero {
  background-color: #002d56;
  background-size: cover;
  background-position: center;
  min-height: calc(80vh - 80px);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow-y: visible;
  width: 100%;
}
.hero .hero-wrap {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  text-align: center;
  z-index: 700;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.hero .hero-tab {
  color: #fff;
  background: #027bb8;
  padding: 12px 20px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.hero .home-hero-video {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 500;
}
.hero .home-hero-video iframe {
  position: absolute;
  object-fit: cover;
  pointer-events: none; /* prevents clicks blocking content */
  top: 50%;
  left: 50%;
  width: 200vh !important; /* 100 * (16 / 9) → ensures full width coverage */
  height: 175vh !important;
  transform: translate(-50%, -50%);
}
.hero .home-hero-overlay {
  background: #002d56;
  opacity: 50%;
  z-index: 600;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero h1, .hero h2, .hero h3 {
  margin: 0;
  color: #fff;
}
.hero h1 a, .hero h2 a, .hero h3 a {
  color: #fff;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
}
.hero .content-wrap {
  flex: 1;
}

/* Home */
.home .contentwrapper {
  background-image: url(images/watermark.png);
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
}

.home-featured-projects .content_block,
.home-apartments .content_block,
.home-house .content_block,
.home-vacation .content_block,
.home-current-projects .content_block {
  max-width: 1440px;
  margin: 0 auto;
}

.home-current-projects .site_center,
.home-featured-projects .site_center {
  max-width: 1640px;
}

.home-current-projects {
  padding: 80px 0;
}
.home-current-projects h2 {
  text-align: center;
  color: #002b57;
}
.home-current-projects .theme-posts-single p {
  font-size: 18px;
}
.home-current-projects .theme-posts-single h4 a {
  color: #002b57;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
}
.home-current-projects .theme-posts-single a {
  color: #002b57;
}

.home-featured-projects {
  background: #027bb8;
  padding: 80px 0;
}
.home-featured-projects h2 {
  text-align: center;
  color: #fff;
}
.home-featured-projects .theme-posts-single {
  color: #fff;
}
.home-featured-projects .theme-posts-single h1, .home-featured-projects .theme-posts-single h2, .home-featured-projects .theme-posts-single h3, .home-featured-projects .theme-posts-single a {
  color: #fff;
}
.home-featured-projects .theme-posts-single p {
  font-size: 18px;
}

.home-apartments {
  background: #003669;
  padding: 80px 0;
}
.home-apartments .content_block {
  color: #fff;
}
.home-apartments .content_block h1, .home-apartments .content_block h2, .home-apartments .content_block h3 {
  color: #fff;
}

.home-house {
  background-image: url(images/rental-home-background-light.png);
  background-size: cover;
}
.home-house a {
  color: #000;
  font-size: 30px;
}
.home-house .home-house-slider {
  /* Wrapper */
  /* Track holds two identical sets and scrolls left forever */
  /* Each set is the same width; moving the track -50% = exactly one set */
  /* Slide item */
  /* Image */
  /* Keyframes: two identical sets => 200% total width; -50% = one full set */
  /* Accessibility: respect reduced motion */
}
.home-house .home-house-slider .infinite-slider {
  --item-h: clamp(140px, 24vw, 260px);
  overflow: hidden;
  position: relative;
}
.home-house .home-house-slider .infinite-slider__track {
  display: flex;
  width: max-content; /* shrink to content */
  animation: acg-scroll var(--duration, 60s) linear infinite;
}
.home-house .home-house-slider .infinite-slider__set {
  display: flex;
}
.home-house .home-house-slider .infinite-slider__item {
  flex: 0 0 auto;
  width: clamp(220px, 32vw, 420px);
  height: var(--item-h);
  margin: 0;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}
.home-house .home-house-slider .infinite-slider__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@keyframes acg-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@media (prefers-reduced-motion: reduce) {
  .home-house .home-house-slider .infinite-slider__track {
    animation: none;
  }
}

.home-vacation {
  padding: 80px 0;
  background-image: url(images/rentals-bg.png);
  background-size: cover;
}
.home-vacation .content_block {
  color: #fff;
}
.home-vacation .content_block h1, .home-vacation .content_block h2, .home-vacation .content_block h3 {
  color: #fff;
}
.home-vacation .theme-posts-single {
  color: #fff;
}
.home-vacation .theme-posts-single h1, .home-vacation .theme-posts-single h2, .home-vacation .theme-posts-single h3, .home-vacation .theme-posts-single a {
  color: #fff;
}
.home-vacation .theme-posts-single p {
  font-size: 18px;
}

/* Posts Loop */
/*  Single  */
.related_post_navigation li {
  list-style: none;
  padding: 0;
  margin: 0 4% 0 0;
  display: inline-block;
  font-size: 15px;
  max-width: 300px;
  width: 30%;
}

.related_post_navigation li:last-child {
  margin: 0;
}

.related_post_navigation div.image {
  width: 100%;
  max-height: 166px;
  overflow: hidden;
  margin: 0 0 12px;
  text-align: center;
}

.related_post_navigation div.image img {
  width: 100%;
  height: auto;
}

.related_post_navigation span.title {
  letter-spacing: 2px;
  text-transform: uppercase;
}

.related_post_navigation h3 {
  font-size: 30px;
  margin: 0 0 10px;
  text-align: center;
}

.single_post_above_nav {
  padding: 0 0 25px;
}

.post_navigation {
  padding: 0 0 25px;
  overflow: hidden;
  max-width: 1320px;
  margin: 0 auto;
}

.post_navigation .alignleft,
.post_navigation .alignright {
  max-width: 48.5%;
  margin: 0;
}

.post_navigation .post_data {
  font-size: 16px;
  text-transform: uppercase;
}

.post_navigation .post_data h4 {
  margin: 0;
  padding: 0;
  font-weight: 200;
  font-size: 16px;
}

.post_navigation .next .post_data {
  text-align: right;
}

.post_tags {
  text-transform: uppercase;
}

.post_tags a {
  font-weight: 200;
  text-decoration: underline;
}

.clearboth {
  clear: both;
}

.featured-project-template-default .hero .hero-wrap,
.apartment-template-default .hero .hero-wrap,
.house-template-default .hero .hero-wrap,
.vacation-template-default .hero .hero-wrap,
.more-featured-shortcode .hero .hero-wrap {
  top: auto;
  left: 0;
  transform: none;
  max-width: none;
  bottom: -75px;
}
.featured-project-template-default .hero .content-wrap,
.apartment-template-default .hero .content-wrap,
.house-template-default .hero .content-wrap,
.vacation-template-default .hero .content-wrap,
.more-featured-shortcode .hero .content-wrap {
  background-image: linear-gradient(90deg, transparent 0%, #002d56 40%, #002d56 60%, transparent 100%);
  width: 100%;
  text-align: center;
  padding: 45px 0;
}
.featured-project-template-default .hero .content-wrap h1, .featured-project-template-default .hero .content-wrap h2, .featured-project-template-default .hero .content-wrap h3,
.apartment-template-default .hero .content-wrap h1,
.apartment-template-default .hero .content-wrap h2,
.apartment-template-default .hero .content-wrap h3,
.house-template-default .hero .content-wrap h1,
.house-template-default .hero .content-wrap h2,
.house-template-default .hero .content-wrap h3,
.vacation-template-default .hero .content-wrap h1,
.vacation-template-default .hero .content-wrap h2,
.vacation-template-default .hero .content-wrap h3,
.more-featured-shortcode .hero .content-wrap h1,
.more-featured-shortcode .hero .content-wrap h2,
.more-featured-shortcode .hero .content-wrap h3 {
  margin-bottom: 8px;
}
.featured-project-template-default .hero .content-wrap p,
.apartment-template-default .hero .content-wrap p,
.house-template-default .hero .content-wrap p,
.vacation-template-default .hero .content-wrap p,
.more-featured-shortcode .hero .content-wrap p {
  font-size: 30px;
  font-weight: 400;
  color: #fff;
  margin: 0;
}
.featured-project-template-default .contentwrapper,
.apartment-template-default .contentwrapper,
.house-template-default .contentwrapper,
.vacation-template-default .contentwrapper,
.more-featured-shortcode .contentwrapper {
  margin-top: 75px;
}
.featured-project-template-default .contentwrapper .post p,
.apartment-template-default .contentwrapper .post p,
.house-template-default .contentwrapper .post p,
.vacation-template-default .contentwrapper .post p,
.more-featured-shortcode .contentwrapper .post p {
  color: #002d56;
  font-size: 25px;
  font-family: Literata, "Open Sans", sans-serif;
}
.featured-project-template-default .gallery-section,
.apartment-template-default .gallery-section,
.house-template-default .gallery-section,
.vacation-template-default .gallery-section,
.more-featured-shortcode .gallery-section {
  padding: 100px 0;
  border-bottom: 2px solid #0397d6;
}
.featured-project-template-default .gallery-section:last-of-type,
.apartment-template-default .gallery-section:last-of-type,
.house-template-default .gallery-section:last-of-type,
.vacation-template-default .gallery-section:last-of-type,
.more-featured-shortcode .gallery-section:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
.featured-project-template-default .gallery-section h3,
.apartment-template-default .gallery-section h3,
.house-template-default .gallery-section h3,
.vacation-template-default .gallery-section h3,
.more-featured-shortcode .gallery-section h3 {
  text-align: center;
}
.featured-project-template-default .rental_additional_info,
.apartment-template-default .rental_additional_info,
.house-template-default .rental_additional_info,
.vacation-template-default .rental_additional_info,
.more-featured-shortcode .rental_additional_info {
  border-top: 2px solid #0397d6;
  padding: 100px 0;
}
.featured-project-template-default .more-featured-projects,
.apartment-template-default .more-featured-projects,
.house-template-default .more-featured-projects,
.vacation-template-default .more-featured-projects,
.more-featured-shortcode .more-featured-projects {
  background: #ebeceb;
  padding: 100px 0;
}
.featured-project-template-default .more-featured-projects h3,
.apartment-template-default .more-featured-projects h3,
.house-template-default .more-featured-projects h3,
.vacation-template-default .more-featured-projects h3,
.more-featured-shortcode .more-featured-projects h3 {
  text-align: center;
}
.featured-project-template-default .get-in-touch,
.apartment-template-default .get-in-touch,
.house-template-default .get-in-touch,
.vacation-template-default .get-in-touch,
.more-featured-shortcode .get-in-touch {
  background: #027bb8;
  padding: 100px 0;
  color: #fff;
  text-align: center;
}
.featured-project-template-default .get-in-touch .site_center,
.apartment-template-default .get-in-touch .site_center,
.house-template-default .get-in-touch .site_center,
.vacation-template-default .get-in-touch .site_center,
.more-featured-shortcode .get-in-touch .site_center {
  max-width: 950px;
}
.featured-project-template-default .get-in-touch h2,
.apartment-template-default .get-in-touch h2,
.house-template-default .get-in-touch h2,
.vacation-template-default .get-in-touch h2,
.more-featured-shortcode .get-in-touch h2 {
  font-size: 60px;
}
.featured-project-template-default .get-in-touch h1, .featured-project-template-default .get-in-touch h2, .featured-project-template-default .get-in-touch h3, .featured-project-template-default .get-in-touch a,
.apartment-template-default .get-in-touch h1,
.apartment-template-default .get-in-touch h2,
.apartment-template-default .get-in-touch h3,
.apartment-template-default .get-in-touch a,
.house-template-default .get-in-touch h1,
.house-template-default .get-in-touch h2,
.house-template-default .get-in-touch h3,
.house-template-default .get-in-touch a,
.vacation-template-default .get-in-touch h1,
.vacation-template-default .get-in-touch h2,
.vacation-template-default .get-in-touch h3,
.vacation-template-default .get-in-touch a,
.more-featured-shortcode .get-in-touch h1,
.more-featured-shortcode .get-in-touch h2,
.more-featured-shortcode .get-in-touch h3,
.more-featured-shortcode .get-in-touch a {
  color: #fff;
}
.featured-project-template-default .get-in-touch p,
.apartment-template-default .get-in-touch p,
.house-template-default .get-in-touch p,
.vacation-template-default .get-in-touch p,
.more-featured-shortcode .get-in-touch p {
  font-size: 20px;
  margin: 0;
}
.featured-project-template-default .more-featured-projects-loop,
.apartment-template-default .more-featured-projects-loop,
.house-template-default .more-featured-projects-loop,
.vacation-template-default .more-featured-projects-loop,
.more-featured-shortcode .more-featured-projects-loop {
  display: flex;
  flex-flow: wrap row;
  gap: 40px;
}
.featured-project-template-default .more-featured-projects-loop .more-featured-projects-single,
.apartment-template-default .more-featured-projects-loop .more-featured-projects-single,
.house-template-default .more-featured-projects-loop .more-featured-projects-single,
.vacation-template-default .more-featured-projects-loop .more-featured-projects-single,
.more-featured-shortcode .more-featured-projects-loop .more-featured-projects-single {
  width: calc(50% - 20px);
  text-align: left;
}
.featured-project-template-default .more-featured-projects-loop .more-featured-projects-single a,
.apartment-template-default .more-featured-projects-loop .more-featured-projects-single a,
.house-template-default .more-featured-projects-loop .more-featured-projects-single a,
.vacation-template-default .more-featured-projects-loop .more-featured-projects-single a,
.more-featured-shortcode .more-featured-projects-loop .more-featured-projects-single a {
  text-decoration: none;
  color: #002d56;
}
.featured-project-template-default .more-featured-projects-loop .more-featured-projects-single a img,
.apartment-template-default .more-featured-projects-loop .more-featured-projects-single a img,
.house-template-default .more-featured-projects-loop .more-featured-projects-single a img,
.vacation-template-default .more-featured-projects-loop .more-featured-projects-single a img,
.more-featured-shortcode .more-featured-projects-loop .more-featured-projects-single a img {
  width: 100%;
  margin-bottom: 16px;
}
.featured-project-template-default .more-featured-projects-loop .more-featured-projects-single a .more-featured-projects-single-text,
.apartment-template-default .more-featured-projects-loop .more-featured-projects-single a .more-featured-projects-single-text,
.house-template-default .more-featured-projects-loop .more-featured-projects-single a .more-featured-projects-single-text,
.vacation-template-default .more-featured-projects-loop .more-featured-projects-single a .more-featured-projects-single-text,
.more-featured-shortcode .more-featured-projects-loop .more-featured-projects-single a .more-featured-projects-single-text {
  display: flex;
}
.featured-project-template-default .more-featured-projects-loop .more-featured-projects-single a .more-featured-projects-single-text > div:first-of-type,
.apartment-template-default .more-featured-projects-loop .more-featured-projects-single a .more-featured-projects-single-text > div:first-of-type,
.house-template-default .more-featured-projects-loop .more-featured-projects-single a .more-featured-projects-single-text > div:first-of-type,
.vacation-template-default .more-featured-projects-loop .more-featured-projects-single a .more-featured-projects-single-text > div:first-of-type,
.more-featured-shortcode .more-featured-projects-loop .more-featured-projects-single a .more-featured-projects-single-text > div:first-of-type {
  flex: 1;
}
.featured-project-template-default .more-featured-projects-loop .more-featured-projects-single a .more-featured-projects-single-text h3,
.apartment-template-default .more-featured-projects-loop .more-featured-projects-single a .more-featured-projects-single-text h3,
.house-template-default .more-featured-projects-loop .more-featured-projects-single a .more-featured-projects-single-text h3,
.vacation-template-default .more-featured-projects-loop .more-featured-projects-single a .more-featured-projects-single-text h3,
.more-featured-shortcode .more-featured-projects-loop .more-featured-projects-single a .more-featured-projects-single-text h3 {
  margin-bottom: 8px;
  text-align: left;
  font-weight: bold;
}
.featured-project-template-default .more-featured-projects-loop .more-featured-projects-single a .more-featured-projects-single-text p,
.apartment-template-default .more-featured-projects-loop .more-featured-projects-single a .more-featured-projects-single-text p,
.house-template-default .more-featured-projects-loop .more-featured-projects-single a .more-featured-projects-single-text p,
.vacation-template-default .more-featured-projects-loop .more-featured-projects-single a .more-featured-projects-single-text p,
.more-featured-shortcode .more-featured-projects-loop .more-featured-projects-single a .more-featured-projects-single-text p {
  margin: 0;
}
.featured-project-template-default .more-featured-projects-loop .more-featured-projects-single a .more-featured-projects-single-text .arrow-button,
.apartment-template-default .more-featured-projects-loop .more-featured-projects-single a .more-featured-projects-single-text .arrow-button,
.house-template-default .more-featured-projects-loop .more-featured-projects-single a .more-featured-projects-single-text .arrow-button,
.vacation-template-default .more-featured-projects-loop .more-featured-projects-single a .more-featured-projects-single-text .arrow-button,
.more-featured-shortcode .more-featured-projects-loop .more-featured-projects-single a .more-featured-projects-single-text .arrow-button {
  background: #254c6f;
  opacity: 90%;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  position: relative;
  padding: 1em 2em 1em 3em;
  text-align: center;
  border: none;
  cursor: pointer;
  clip-path: polygon(10% 0%, 85% 0%, 100% 50%, 85% 100%, 10% 100%, 20% 50%);
  transition: background 0.3s, transform 0.2s;
  transform: translateY(-30px);
}

/*  Footer Styles  */
.footerwrapper {
  padding: 60px 40px;
  color: #fff;
  font-weight: 400;
  background-color: #011c36;
}
.footerwrapper .follow {
  display: none;
}
.footerwrapper footer {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-flow: wrap row;
  position: relative;
}
.footerwrapper footer > * {
  width: calc(50% - 60px);
  padding-right: 60px;
}
.footerwrapper footer img {
  margin-bottom: 24px;
}
.footerwrapper a {
  color: #fff;
  text-decoration: underline;
}
.footerwrapper li {
  list-style: none !important;
}
.footerwrapper #sidebar-theme_footer_2 > * {
  text-align: right;
}

/* end footer styles */
/* Custom Posts */
.theme-posts-slider {
  display: flex;
  gap: 30px;
}

.theme-posts-loop {
  display: flex;
  gap: 60px;
  max-width: 1440px;
  margin: 0 auto;
}

.theme-posts-single {
  max-width: calc(50% - 40px);
  flex: 0 0 calc((100% - 60px * (var(--visible, 3) - 1)) / var(--visible, 3));
  box-sizing: border-box;
  transition: none;
}
.theme-posts-single .image-wrap {
  margin-bottom: 20px;
}
.theme-posts-single .image-wrap a {
  width: 100%;
  display: block;
}
.theme-posts-single .image-wrap a img {
  width: 100%;
}

.theme-posts-single.is-hidden {
  display: none;
}

.theme-posts-nav {
  background: none;
  border: none;
  font-size: 3rem;
  cursor: pointer;
  align-self: center;
  box-shadow: none;
  color: #009ad7;
  font-style: normal;
  padding: 0;
}
.theme-posts-nav i {
  color: #009ad7;
}
.theme-posts-nav:hover {
  background: none;
  box-shadow: none;
  border: none;
}

.home-featured-projects .theme-posts-nav {
  color: #fff;
}
.home-featured-projects .theme-posts-nav i {
  color: #fff;
}

.psgal.photoswipe_showme {
  max-width: 100%;
}

/* Responsive */
@media only screen and (max-width: 1160px) {
  header nav li a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1270px) {
  .main-content article {
    padding: 0 5%;
  }
  nav#secondary {
    position: absolute;
    top: 16px;
    left: 8px;
    width: 100vw;
  }
  nav#secondary ul.menu {
    display: flex;
    gap: 20px;
    row-gap: 0;
    flex-flow: row;
    align-items: center;
    justify-content: center;
    max-width: 80%;
    margin: 0 auto;
    padding: 0;
  }
  nav#secondary ul.menu li:first-child {
    text-align: center;
    padding: 0;
  }
  nav#secondary ul.menu li {
    margin: 0 !important;
  }
  nav#secondary ul.menu li a {
    padding: 0 !important;
    border: none;
  }
  .scrolled .headerwrapper .navwrapper {
    float: none;
    text-align: left;
  }
  header .navwrapper {
    float: none;
    clear: both;
    display: block;
    text-align: center;
  }
  .scrolled .headerwrapper .navwrapper {
    float: none;
    text-align: left;
  }
  .navwrapper label {
    flex: 1;
  }
  header label.toggle {
    display: inline-block;
    padding: 10px 12px;
    color: #fff;
    cursor: pointer;
    text-align: right;
    font-size: 22px;
  }
  .headerwrapper header .navwrapper nav ul.menu {
    display: none;
  }
  .headerwrapper #logo img {
    width: 150px;
    padding: 0;
  }
  input#toggle:checked + ul.menu {
    padding-top: 13px;
    display: block;
    position: absolute;
    left: 0;
    top: 63px;
    background: #027bb8;
    width: 100%;
    z-index: 999;
  }
  header nav ul {
    padding-top: 0;
  }
  header nav li {
    margin-right: 0;
    padding: 0 12px;
  }
  header nav li li a {
    padding: 10px 4px;
  }
  header nav li:hover ul,
  header nav li li:hover ul {
    left: 0 !important;
  }
  .headerwrapper {
    padding: 0 0 50px;
    top: 0;
    margin-bottom: -50px;
  }
  .headerwrapper header {
    top: 0;
  }
  header .navwrapper {
    text-align: center;
    display: flex;
    flex-flow: row-reverse;
    align-items: center;
    padding-right: 0 !important;
  }
  header nav li {
    display: block !important;
    text-align: left;
    padding: 0 !important;
    margin: 0 0 16px !important;
  }
  header nav li:last-of-type {
    margin-bottom: 0 !important;
  }
  header nav li a {
    border-bottom: 1px solid #000;
    text-align: left;
    padding: 0 20px 10px !important;
    color: #fff !important;
  }
  header nav li ul,
  header nav li ul ul,
  header nav li ul ul ul {
    position: relative;
    left: unset;
    top: unset;
    width: auto;
    padding-left: 24px;
  }
  .headerwrapper header {
    width: 100% !important;
  }
  .hero .hero-wrap {
    flex-flow: column-reverse;
  }
  .hero .hero-wrap .image-wrap, .hero .hero-wrap .content-wrap {
    padding: 20px;
    width: 92%;
    text-align: center;
  }
  .hero .hero-wrap .image-wrap img {
    height: auto;
    width: 100%;
  }
  .footerwrapper footer #sidebar-theme_footer_2 > *,
  .footerwrapper footer #sidebar-theme_footer_3 > *,
  .footerwrapper .footer-social {
    text-align: center;
  }
  header nav li:hover ul {
    padding-top: 20px !important;
  }
  nav#secondary #searchform {
    margin-bottom: 12px;
  }
  .headerwrapper header {
    padding: 8px;
  }
}
@media only screen and (max-width: 900px) {
  .archive-intro {
    padding-top: 80px;
  }
  .home-programs {
    padding: 100px 4%;
  }
  .theme-posts-slider {
    display: block !important;
  }
  .theme-posts-slider > button.theme-posts-nav {
    display: none;
  }
  .theme-posts-loop {
    display: block !important;
  }
  .theme-posts-single {
    flex: 0 0 100%;
  }
  .theme-posts-single {
    width: 92%;
    max-width: none;
    text-align: left;
    padding-bottom: 0;
    margin: 0 auto;
  }
  h1 {
    font-size: 40px !important;
  }
  h2 {
    font-size: 30px !important;
  }
  .home .hero h2 {
    font-size: 30px !important;
  }
  h3, h4 {
    font-size: 20px !important;
  }
  ul, ol {
    margin-left: 20px;
  }
  .hero .hero-tab {
    font-size: 14px;
    text-align: center;
  }
  .one_fourth {
    width: calc(50% - 63px);
  }
  button,
  .button,
  input[type=submit],
  .read-more-wrapper a,
  .theme_testimonials .view-all {
    padding: 10px 20px;
  }
  .footerwrapper footer #sidebar-theme_footer_1,
  .footerwrapper footer #sidebar-theme_footer_2,
  .footerwrapper footer #sidebar-theme_footer_3,
  .footerwrapper footer #sidebar-theme_footer_4,
  .footer-shared-ministry .site_center {
    width: 90%;
    padding: 0 5%;
    margin: 0 0 30px !important;
    border: none;
    text-align: center;
  }
  .hero .hero-wrap .image-wrap {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  section.theme_testimonials ul.action-animate {
    padding-top: 65px;
    margin-bottom: 0;
  }
  .theme_testimonials {
    padding: 120px 4%;
  }
  .theme_testimonials .widget_acg_testimonials_widget ul .content p {
    font-size: 20px;
  }
  .footer-hours .one_fifth {
    text-align: center;
  }
  .main-content.page article {
    display: block;
  }
  .home-apartments,
  .home-house .content_block,
  .home-vacation,
  .featured-project-template-default .get-in-touch,
  .featured-project-template-default .more-featured-projects {
    padding: 80px 4%;
  }
  .featured-project-template-default .gallery-section {
    padding-top: 50px;
  }
  .more-featured-projects-loop.more-featured {
    flex-flow: column !important;
  }
  .more-featured-projects-loop.more-featured .more-featured-projects-single {
    width: 100% !important;
  }
}
@media only screen and (max-width: 750px) {
  .contentwrapper {
    padding-top: 60px;
  }
  .archive .main-content article {
    padding: 0 24px;
  }
  .archive .main-content.blog {
    width: 100%;
  }
  .archive .archive_sub_header {
    width: 92%;
    margin: 0 24px;
  }
  .one_third,
  .two_third {
    width: 100% !important;
    margin: 0 0 25px !important;
    display: block;
    float: none;
  }
  footer a {
    margin: 10px 0 15px;
  }
  nav#secondary ul.menu {
    flex-flow: wrap row;
  }
  nav#secondary ul.menu li:first-child {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .one_half,
  .one_fourth {
    width: 100%;
    margin: 0 0 25px;
  }
}
@media only screen and (max-width: 370px) {
  header {
    padding: 0;
  }
  header label.toggle {
    right: 20px;
  }
}

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