/*
Theme Name: Woongroep Emmeloord
Theme URI: http://woongroepemmeloord.nl
Description: Wordpress thema voor Woongroep Emmeloord
Author:
Author URI: 
Version: 1.0
License: GNU General Public License
License URI: licence/GPL.txt
Text Domain: woongroepemmeloord
*/

:root  {
    --base: 15px;
    --extrahuge: calc(var(--base) * 12);
    --huge: calc(var(--base) * 8);
    --extralarge: calc(var(--base) * 5);
    --large: calc(var(--base) * 4);
    --mediumlarge: calc(var(--base) * 3);
    --medium: calc(var(--base) * 2);
    --small: calc(var(--base) * 1.5);
    --extrasmall: calc(var(--base) * 1);
}


h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: var(--small);
    margin-top: 0;
    line-height: 1.25;
    position: relative;
    display: block;
    font-family: "ivymode", sans-serif;
    font-weight: 400;
}



h1,
.h1 {
    font-size: 54px
}

.h2,
h2 {
    font-size: 36px;
}

.h3,
h3 {
    font-size: 30px;

}

.h4,
h4 {
    font-size: 26px;
}

.h5,
h5 {
   font-size: 24px;
}

.h6,
h6 {
    font-size: 18px;
}




body {
    font-size: 15px;
    font-weight: normal;
    font-family: "poppins", sans-serif;
    font-weight: 300;
    overflow-x: hidden;
    line-height: 1.675;
    color: #2E2E2D;
    margin: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

body.navbar-open {
    overflow-x: hidden;
    overflow-y: hidden;
}



p {
    margin-top: 0;
    margin-bottom: var(--extrasmall);
}

a {
    color: currentColor;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul,
ol {
    padding-left: 0;
     line-height: 1.675;
    margin-top: 0;
     margin-bottom: var(--small);
}

li {
    list-style: none;
}

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

label {
       font-weight: bold;
    margin-bottom: 5px;
    display: block;
}

sup {
    top: -5px;
}

abbr {
    text-decoration: none !important;
}

hr {
   margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid #002333 ;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="number"],
textarea,
select {
    font-family: inherit;
  font-size: inherit;
  line-height: inherit;
    -moz-appearance: none;
    -webkit-appearance: none;
    box-sizing: border-box;
    outline: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 1.25;
    width: 100%;
    position: relative;
    padding: 15px 22.5px;
    border-radius: 0;
    border: 0;

}

select {
    background-image: linear-gradient(45deg,transparent 50%,#333333 50%),linear-gradient(135deg,#333333 50%,transparent 50%);
    background-position: calc(100% - 20px) 50%,calc(100% - 15px) 50%,100% 0;
    background-size: 5px 5px,5px 5px,5px 5px;
    background-repeat: no-repeat;
}

input[type="search"]::-webkit-search-cancel-button {
    display: none;
}



::-webkit-input-placeholder {
    color: rgb(214 203 191 / 75%);
}

::-moz-placeholder {
    color: rgb(214 203 191 / 75%);
}

:-ms-input-placeholder {
    color: rgb(214 203 191 / 75%);
}

::-moz-selection {
    background-color: #000000;
    color: #ffffff
}

::selection {
    background-color: #000000;
    color: #ffffff
}

::-moz-selection {
    background-color: #000000;
    color: #ffffff
}

:focus {
    outline: 0 !important;
}

table {
   margin-bottom: 15px;
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}

table tr th {
    font-weight: bold;
    padding-right: 30px;
    vertical-align: top;
}
b,
strong {
        font-weight: 600;
}

small,
.small {
    font-size: 0.75rem;
    font-weight: inherit;
    display: inline-block;
    line-height: 1.5;
}

button {
     font-family: inherit;
  font-size: inherit;
  line-height: inherit;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: transparent;
    border: 0;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}


@media (min-width: 992px) {

    .row.extralarge-gutters {
        margin-right:  calc(var(--huge) * -1);
        margin-left: calc(var(--huge) * -1);
    }

    .row.extralarge-gutters [class*="col-"] {
        padding-right: var(--huge);
        padding-left: var(--huge);
    }

    .row.large-gutters {
        margin-right:  calc(var(--mediumlarge) * -1);
        margin-left: calc(var(--mediumlarge) * -1);
    }

    .row.large-gutters [class*="col-"] {
        padding-right: var(--mediumlarge);
        padding-left: var(--mediumlarge);
    }

    .row.medium-gutters {
        margin-right:  calc(var(--medium) * -1);
        margin-left: calc(var(--medium) * -1);
    }

    .row.medium-gutters [class*="col-"] {
        padding-right: var(--medium);
        padding-left: var(--medium);
    }

    .row.normal-gutters {
        margin-right: -15px;
        margin-left: -15px;
    }

    .row.normal-gutters [class*="col-"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.row.small-gutters {
        margin-right: -7.5px;
    margin-left: -7.5px;
}

.row.small-gutters [class*="col-"] {
        padding-right: 7.5px;
    padding-left: 7.5px;
}

.row.no-gutters {
        margin-right: 0;
    margin-left: 0;
}

.row.no-gutters [class*="col-"] {
        padding-right: 0;
    padding-left: 0;
}






.btn {
      -moz-appearance: none;
    -webkit-appearance: none;
    padding: 17.5px 30px;
    display: inline-block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    line-height: 1;
    border: 0;
    background: #cdc298;
    color: #ffffff;
        font-family: "ivymode", sans-serif;
    font-weight: 400;
    font-size: 20px;
}

.btn--outline {
    color: #cdc298;
    background: transparent;
    box-shadow: 0px 0px 0px 2px inset #cdc298;
}

.btn:hover {
    background: #5e706c
}

.btn--outline:hover {
    color: #ffffff;
    box-shadow: 0px 0px 0px 2px inset #5e706c;
}


.btn + .btn {
    margin-left: 7.5px
}


/* Main styles */

header {
    position: relative;
}


header nav.navbar {

}

header nav.navbar .navbar-brand {
       width: 100%;
    max-width: 240px;
    margin: 0;
    z-index: 99;
    line-height: 0;
    margin-right: var(--large);
}

header nav.navbar {
    padding: var(--small) 0;
}

header nav.navbar .navbar-nav {
    width: 100%;
        -ms-flex-align: center;
    align-items: center;
        justify-content: end;
}

header nav.navbar .navbar-nav > .nav-item {
    line-height: 1;
    position: relative;
}




header nav.navbar .navbar-nav > .nav-item > .nav-link {
         margin: 45px 22.5px;
       padding: 0;
    display: inline-block;
    white-space: nowrap;
    text-decoration: none;
    position: relative;
    font-size: 20px;
       font-family: "ivymode", sans-serif;
    font-weight: 400;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}


header nav.navbar .navbar-nav > .nav-item.current-menu-item > .nav-link,
header nav.navbar .navbar-nav > .nav-item > .nav-link:hover {

    color: #cdc298;
}

header nav.navbar .navbar-nav > .nav-item:first-child > .nav-link {
    margin-left: 0 
}

header nav.navbar .navbar-nav > .nav-item:last-child > .nav-link {
    margin-right: 0
}

header nav.navbar .navbar-nav > .nav-item .social-media {
    margin-left: 22.5px
}


header nav.navbar .navbar-phone {
	    display: none;
    background: rgb(205 194 152 / 25%);
    height: 45px;
    width: 45px;
    background-image: url(images/phone.svg);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center center;
}
/* Navbar toggler */

header nav.navbar .navbar-toggler {
     position: relative;
    border-radius: 0;
    margin: 0;
    padding: 15px;
    z-index: 99;
    display: none;
    color: #ffffff;
    margin-left: auto;
    margin-right: -15px;

}

header nav.navbar .navbar-toggler.collapsed {
    color: currentColor;
}


header nav.navbar .navbar-toggler .icon-bar {
    display: block;
    width: 25px;
    height: 2.5px;
}

header nav.navbar .navbar-toggler.collapsed .icon-bar {
    background-color: currentColor;
}

header nav.navbar .navbar-toggler .icon-bar+.icon-bar {
    margin-top: 5px;
}

header nav.navbar .navbar-toggler.collapsed .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    top: 0;
}

header nav.navbar .navbar-toggler.collapsed .icon-bar:nth-of-type(2) {
    opacity: 1;
    width: 25px;
    margin-left: 0;
}

header nav.navbar .navbar-toggler.collapsed .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    bottom: 0;
}

header nav.navbar .navbar-toggler .icon-bar {
    position: relative;
    transition: all 500ms ease-in-out;
    background-color: currentColor;
}

header nav.navbar .navbar-toggler .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7.5px;
}

header nav.navbar .navbar-toggler .icon-bar:nth-of-type(2) {
    opacity: 0;
    width: 0;
    margin-left: 50%;
}

header nav.navbar .navbar-toggler .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 7.5px;
}



/* Navbar background */

.navbar-background {
    position: fixed;
    top: 116px;
    right: 0;
    bottom: 0;
        background-color: #000000;
    z-index: 100;
    width: 60px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.navbar-open .navbar-background {
    opacity: 0.75;
    visibility: visible;
}


/* Header */


section.header  {
    padding: var(--extralarge) 0;
    position: relative;

}


section.header:before {
      content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 57.5vw;
    z-index: -1;
   
    border-top-right-radius: 120px;
    pointer-events: none;
        background: rgb(205 194 152 / 25%);
}

section.header .header-images {
    position: relative;
    margin-bottom: var(--extralarge)
}

section.header .header-images .header-image:first-child {
    max-width: 75%;
    margin-left: auto;
    
}

section.header .header-images .header-image:first-child img {
    border-bottom-right-radius: 120px;
}
/* 
section.header .header-images .header-image:first-child:before {
      content: 'Welkom';
    position: absolute;
    left: -120px;
        bottom: 77.5%;
    font-family: "ivymode", sans-serif;
    font-weight: 400;
    font-size: 54px;
    line-height: 1;
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-rl;
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1);
} */

section.header .header-images .header-image:last-child {
      max-width: 35%;
    width: 100%;
    aspect-ratio: 3.68 / 5.17;
    position: absolute;
    bottom: calc(var(--extralarge) * -1);
    left: 0;
    
}

section.header .header-images .header-image:last-child img {
    border-top-left-radius: 200px;
    border-top-right-radius: 200px;
}

section.header .header-image {
    position: relative;
    display: block;
    border: 0;
    aspect-ratio: 8.63 / 6.61;
}

section.header .header-image img{
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 10px solid #ffffff;
}

section.header .header-content {
  
}

section.header .header-content h1 {
        margin-left: -150px;
         -webkit-text-stroke: 10px #ffffff;
         paint-order: stroke fill;
}


section.header .header-content img {
    width: auto;
}

section.header .header-content a:not(.btn) {
  text-decoration: underline;
}
section.header .header-content ul  {
    list-style-position: inside;
}

section.header .header-content ul li {
    list-style: inherit
}

section.header .header-content *:last-child {
    margin-bottom: 0
}

section.header .header-content .btn {
    margin-top: var(--small)
}


/* Article */

article.article {
    margin: var(--extralarge) 0;
    padding: var(--extralarge) 0;
    position: relative;
   
}


article.article:last-child {
    margin-bottom: 0
}


article.article:before {
        content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: calc(50vw + var(--large));
    z-index: -1;
       background: rgb(205 194 152 / 25%);
    border-top-left-radius: 120px;
    pointer-events: none;
}

article.article .article-content {
   

}

article.article .article-content :is(h4, h5, h6):first-child {
    margin-bottom: 0;
     color: #cdc298;
}

article.article .article-content :is(h1, h2, h3, h4, h5, h6) {
   /* margin-bottom: var(--extrasmall);*/
}


article.article .article-content img {
    width: auto;
}

article.article .article-content a:not(.btn) {
  text-decoration: underline;
}


article.article .article-content ul:not(.list-unstyled)  {
    list-style-position: inside;
}

article.article .article-content ul:not(.list-unstyled) li {
    list-style: inherit
}

article.article .article-content ul li a:not(.btn) {
    text-decoration: none;
}

/* article.article .article-content ul li a:not(.btn) {
    text-decoration: none;
} */

article.article .article-content .btn {
        margin-top: var(--small);
}

article.article .article-content .alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}

article.article .article-content .alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

article.article .article-content .article-content__logo {
       max-width: 210px;
    display: block;
    margin-bottom: var(--medium);
}

article.article .article-content .article-content__seperator {
        color: #000000;
    padding: 0 15px;
}

/* article.article .article-content ul li b {
   min-width: 52.5px;
    vertical-align: middle;
    display: inline-block;

} */

article.article .article-content *:last-child {
    margin-bottom: 0 
}

article.article .article-images {
    position: relative;
}

article.article .article-images .article-image:first-child {
    max-width: 75%;
    
}

article.article .article-images .article-image:first-child img {
    border-bottom-left-radius: 120px;
}


article.article .article-images .article-image:nth-child(2) {
    max-width: 35%;
    width: 100%;
    aspect-ratio: 3.68 / 5.17;
    margin-left: auto;
    margin-top: calc(var(--extrahuge) * -1.75);
    
}

article.article .article-images .article-image:nth-child(2) img {
    border-top-left-radius: 200px;
    border-top-right-radius: 200px;
}

article.article .article-image {
    position: relative;
    display: block;
    border: 0;
    aspect-ratio: 6.98 / 5.49;
}

article.article .article-image img{
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 10px solid #ffffff;
}

article.article .article-images .article-image__text {
        position: absolute;
    bottom: 0;
    left: 0;
    width: 65%;
    max-width: 460px;
    font-size: 30px;
    font-family: "ivymode", sans-serif;
    font-weight: 400;
    font-style: italic;
    padding-right: var(--medium);
    line-height: 1.5;
}

/* Cards */

section.cards {
    /* margin: var(--extralarge) 0; */
    padding: var(--extralarge) 0 0 0;
    position: relative;
}

section.cards:before {
        content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1;
        background: rgb(205 194 152 / 25%);
    pointer-events: none;
    max-height: 40%
}

section.cards .cards-header {
     margin-bottom: var(--large);
     max-width: 768px;
     text-align: center;
     margin-left: auto;
     margin-right: auto;
}

section.cards .cards-header img {
    width: auto;
}

section.cards .cards-header a:not(.btn) {
  text-decoration: underline;
}
section.cards .cards-header ul  {
    list-style-position: inside;
}

section.cards .cards-header ul li {
    list-style: inherit
}


section.cards .cards-header :is(h4, h5, h6):first-child {
    margin-bottom: 0;
}

section.cards .cards-header *:last-child {
    margin-bottom: 0
}


section.cards .card {
    position: relative;
    display: block;
    border: 0;
   /* margin-bottom: var(--large);
    height: calc(100% - var(--large));*/
    height: 100%;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  
}

section.cards:has(.cards-slider) .card {
    margin-bottom: var(--medium);
    height: calc(100% - var(--medium));
}



section.cards .card .card-image {
    position: relative;
    display: block;
    aspect-ratio: 4.00 / 5.17;
}


section.cards .card .card-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
      border-top-left-radius: 250px;
    border-top-right-radius: 250px;
     border: 10px solid #ffffff;
    /*border-bottom: 0*/
}


section.cards .card .card-image h3 {
    background: #000000;
    color: #ffffff;
    text-align: center;
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
    left: var(--mediumlarge);
    right: var(--mediumlarge);
    padding: 15px 15px;
    line-height: 1;
    -webkit-transform: translateY(calc(50% - 10px));
    transform: translateY(calc(50% - 10px));
}

section.cards .card .card-content {
    padding: var(--mediumlarge);
     padding-top: var(--large);
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}

section.cards .card .card-content :is(h1, h2, h3, h4, h5, h6, p) {
    /*margin-bottom: var(--extrasmall);*/
}


section.cards .card .card-content *:last-child {
    margin-bottom: 0
}

section.cards .card .card-footer {
       text-align: center;
}



/* Reviews */

section.reviews {
    margin: var(--extralarge) 0;
   /* padding: var(--extralarge) 0 var(--large) 0;*/
    position: relative;

}

section.reviews .reviews-header {
    margin-bottom: var(--large);
    display: -ms-flexbox;
    display: flex;
    
}
section.reviews .reviews-header :is(h1, h2, h3, h4, h5, h6) {
    margin-right: auto;
        margin-bottom: 0;
}

section.reviews .reviews-header :is(h4, h5, h6):first-child {
    margin-bottom: 0;
}

section.reviews .reviews-header :is(.btn--prev, .btn--next) {
    background-color: rgb(205 194 152 / 25%);
    width: 52.5px;
    height: 52.5px;
    display: inline-block;
    position: relative;
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    margin-left: 7.5px; 
}

section.reviews .reviews-header .btn--prev {
    background-image: url(images/arrow-left.svg);
}

section.reviews .reviews-header .btn--next {
    background-image: url(images/arrow-right.svg);
}

section.reviews .reviews-header *:last-child {
    margin-bottom: 0
}

section.reviews .review {

}

section.reviews .review [class*="col-"]:first-child {
    border-right: 1px solid #000000;
}

section.reviews .review .review-title {
    padding: var(--mediumlarge) 0;
}

section.reviews .review .review-title *:last-child {
    margin-bottom: 0
}

section.reviews .review .review-content {
    font-style: italic;
    font-size: 22px;
        font-family: "ivymode", sans-serif;
    font-weight: 300;
        line-height: 1.5;
          padding: var(--mediumlarge) 0;
}

section.reviews .review .review-content *:last-child {
    margin-bottom: 0
}

/* Gallery */

section.gallery {
    margin: var(--extralarge) 0;
     padding: var(--extralarge) 0 0 0;
    position: relative;

}

section.gallery:before {
        content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1;
        background: rgb(205 194 152 / 25%);
    pointer-events: none;
    max-height: 75%
}

section.gallery .gallery-header {
     margin-bottom: var(--large);
     max-width: 992px;
     text-align: center;
     margin-left: auto;
     margin-right: auto;
}


section.gallery .gallery-header :is(h4, h5, h6):first-child {
    margin-bottom: 0;
}

section.gallery .gallery-header *:last-child {
    margin-bottom: 0
}


section.gallery .gallery-image {
    position: relative;
    display: block;
    aspect-ratio: 4.32 / 2.79;
    border: 10px solid #ffffff;
    margin-bottom: var(--medium);
    overflow: hidden;
}




section.gallery [class*='col']:nth-child(1) .gallery-image:nth-child(1),
section.gallery [class*='col']:nth-child(2) .gallery-image:nth-child(2),
section.gallery [class*='col']:nth-child(3) .gallery-image:nth-child(1) {
    aspect-ratio: 4.32 / 5.58;
}

section.gallery .gallery-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
 
}
section.gallery .gallery-image:hover img {
    transform: scale(1.05);
}

section.gallery .gallery-image:before {
   content: '';
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000000;
    z-index: 1;
}


section.gallery .gallery-image:hover:before {
    opacity: 0.5;
}

section.gallery .gallery-footer {
     margin-top: var(--mediumlarge);
     max-width: 992px;
     text-align: center;
     margin-left: auto;
     margin-right: auto;
}


/* Gravity Forms */

.gform_wrapper {
  

}

.gform_wrapper form {
       position: relative;
       margin-top: var(--medium)
}

.gform_wrapper form .gform_body {


}
.gform_wrapper form .gform_body .gform_fields {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -7.5px;
    margin-left: -7.5px;
}

.gform_wrapper form .gform_body .gform_fields .gfield,
.gform_wrapper form .gform_body .gform_fields fieldset.gfield {
    padding: 0;
    margin: 0;
    margin-bottom: var(--small);
    border: 0;
    position: relative;
    width: 100%;
    padding-right: 7.5px;
    padding-left: 7.5px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    /*  line-height: 1*/
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-radio {
    margin: var(--extrasmall) 0 var(--mediumlarge) 0;
}

/*.gform_wrapper form .gform_body .gform_fields .gfield:last-child,
.gform_wrapper form .gform_body .gform_fields fieldset.gfield:last-child {
    margin-bottom: 0;
}*/



.gform_wrapper form .gform_body .gform_fields .gfield :is(input, textarea) {
background: rgb(205 194 152 / 25%);
}



.gform_wrapper form .gform_body .gform_fields .gfield.gfield_html_formatted {
       

}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-section :is(h1, h2, h3, h4, h5, ul, p, table),
.gform_wrapper form .gform_body .gform_fields .gfield.gfield_html_formatted :is(h1, h2, h3, h4, h5, ul, p, table) {
    margin-bottom: 0
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield_html_formatted  a {
    color: #3eae56;
    text-decoration: underline;
}



.gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-half {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-three-quarter {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-quarter {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}


.gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-third {
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-seven-twelfths {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-five-twelfths {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.gform_wrapper form .gform_body .gform_fields .gfield.spacer {
    display: none;
}

.gform_wrapper form .gform_body .gform_fields .gfield > label{
   
}

/*.gform_wrapper form .gform_body .gform_fields .gfield input:not(:placeholder-shown){
    background: red
}*/

.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-text, .gfield--type-email, .gfield--type-textarea) label{
        position: absolute;
    transition: all .1s ease-in-out;
    z-index: 1;
    margin-bottom: 0;
    top: 0;
    left: 30px;
    width: auto;
    display: block;
    line-height: 1.675;
    font-size: 12px;
    top: 7.5px;
    color: #969696;
    font-weight: 300;
}


.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-text, .gfield--type-email, .gfield--type-textarea):has(:placeholder-shown) label{
    top: 0;
    left: 7.5px;
    right: 7.5px;
    padding: 17.5px 22.5px 17.5px 22.5px;
    font-size: inherit;
}

.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-text, .gfield--type-email, .gfield--type-textarea) :is(input, textarea) {
      padding: 25px 22.5px 10px 22.5px;
}

.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-text, .gfield--type-email, .gfield--type-textarea):has(:placeholder-shown) :is(input, textarea) {
    padding: 17.5px 22.5px;
}

.gform_wrapper form .gform_body .gform_fields .gfield.hidden_label > label,
.gform_wrapper form .gform_body .gform_fields .gfield.hidden_label > legend {
    display: none;
}

.gform_wrapper form .gform_body .gform_fields .gfield > label .gfield_required {
   
}

.gform_wrapper form .gform_body .gform_fields .gfield > legend {
   
}

.gform_wrapper form .gform_body .gform_fields .gfield > .gfield_description {
    font-size: 14px;
}


.gform_wrapper form .gform_body .gform_fields .gfield .gfield_validation_message {
    background: #ffe5e6;
    color: #e50201;
    border: 1px solid #e50201;
    border-radius: 4px;
    padding: 7.5px 12.5px;
    line-height: 1.25;
    margin-top: 7.5px;
    font-weight: 400;
}


.gform_confirmation_message {
       background: rgb(1 185 1 / 10%);
    color: #01b901;
    border: 1px solid #01b901;
    border-radius: 4px;
    padding: 7.5px 12.5px;
    line-height: 1.25;
    font-weight: 400;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gform_validation_container,
.gform_wrapper form .gform_body .gform_fields .gfield.gfield_visibility_hidden {
    border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}


.gform_wrapper form .gform_footer img {
    max-width: 30px;
}


.gfield_radio {
        position: relative;
    font-weight: 300;
    margin-bottom: 0;
}


.gfield_radio input{
     border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.gfield_radio label {
    position: relative;
    font-weight: normal;
    cursor: pointer;
        padding-left: 32.5px;
}

.gfield_radio label:before{
   content: '';
    width: 25px;
    height: 25px;
    display: inline-block;
    margin-right: 7.5px;
    background: #F0F8EB;
    border: 2px solid #F0F8EB;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}


.gfield_radio input:checked + label:before{
   
}


.gfield_radio label:after{
       content: '';
    position: absolute;
    height: 15px;
    width: 15px;
    background: #005328;
    border-radius: 50%;
    opacity: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 5px;
}

.gfield_radio input:checked + label:after{
    opacity: 1;
}




.gfield_checkbox,
.ginput_container_consent {
    display: block;
    margin-bottom: 0;
    position: relative;
}

.gfield_checkbox input,
.ginput_container_consent input{
     border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}



.gfield_checkbox label,
.ginput_container_consent label {
        position: relative;
    padding-left: 30px;
    font-weight: 300;
}

.gfield_checkbox label:before,
.ginput_container_consent label:before{
   content: '';
    width: 17.5px;
    height: 17.5px;
    display: inline-block;
    margin-right: 7.5px;
    vertical-align: -4px;
    background: rgb(205 194 152 / 25%);
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 2px;
}


.gfield_checkbox input:checked + label:before,
.ginput_container_consent input:checked + label:before{
       background: #000000;
    border-color: #000000;
}


.fancybox-bg {
      background: #000000;
}


/* Social media */

.social-media {
    line-height: 1;
    margin-bottom: 0;
}

.social-media li {
    display: inline-block;
    margin-right: 7.5px;
}

.social-media li:last-child {
    margin-right: 0
}

.social-media li a {
        background: rgb(205 194 152 / 25%);
    height: 45px;
    width: 45px;
    text-align: center;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
      -webkit-transition: all 0.3s;
        transition: all 0.3s;
}

.social-media li a:hover {
     background: #000000;
}


.social-media li a svg {
       height: 15px;
    fill: #000000;
      -webkit-transition: all 0.3s;
        transition: all 0.3s;
}
.social-media li a:hover svg {
    fill: rgb(205 194 152 / 25%);
}



/* Slick slider */

/* .slick-list {
    overflow: visible;
} */

.slick-dots {
    position: relative;
    margin-bottom: 0;
    line-height: 0;
    z-index: 2;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 5px;
    margin-top: var(--small)
}

.slick-dots li {
    list-style: none;
}

.slick-dots li button {
    font-size: 0;
    height: 2.5px;
    width: 15px;
    display: inline-block;
    padding: 0;
    cursor: pointer;
    background: rgb(205 194 152 / 25%);
    border-radius: 15px;
}

.slick-dots li.slick-active button {
    background: #cdc298;
}


/* Embed container */

.embed-container { 
    position: relative; 
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
} 

.embed-container iframe,
.embed-container img,
.embed-container object,
.embed-container embed { 
    position: absolute;
    border: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}







/* Responsive */

@media (max-width: 1600px) {
    
    :root  {
        --base: 12.5px;
    }

    body {
        font-size: 14px
    }

    h1,
    .h1 {
        font-size: 46px
    }

    .h2,
    h2 {
        font-size: 46px;
    }

    section.header .header-content h1 {
        margin-left: -90px;
    }

    section.header .header-images .header-image:first-child:before {
        font-size: 46px
    }

}   

@media (max-width: 1400px) {

    h1,
    .h1 {
        font-size: 42px
    }

    .h2,
    h2 {
        font-size: 42px;
    }

  

    section.header .header-images .header-image:first-child:before {
        font-size: 42px
    }
    
    section.header:before{
            border-top-right-radius: 80px;
    }
    section.header .header-images .header-image:first-child img {
            border-bottom-right-radius: 80px;
    }

    article.article .article-images .article-image:first-child img {
        border-bottom-left-radius: 80px;
    }

    article.article:before {
            border-top-left-radius: 80px;
    }

    article.article .article-images .article-image__text {
            font-size: 22px;
    }

    header nav.navbar .navbar-nav > .nav-item > .nav-link {
        margin: 45px 15px;
            font-size: 18px;
    }


 
   
}

@media (max-width: 1200px) {

	:root  {
        --base: 10px;
            --extralarge: calc(var(--base) * 4);
    }
     .h3,
    h3 {
        font-size: 24px;

    }

    .h4,
    h4 {
        font-size: 24px;
    }

    header nav.navbar .navbar-brand {
        max-width: 120px;
            margin-right: var(--medium);
    }

    header nav.navbar .navbar-nav > .nav-item > .nav-link {
            margin: 37.5px 12.5px;
            font-size: 17px;
    }

    header nav.navbar .navbar-nav > .nav-item .social-media {
        margin-left: 15px;
    }
	
	 section.header .header-content h1 {
        margin-left: -60px;
    }

     article.article:not(:last-child) {
           padding: 0;
    }

  

    /* article.article:not(:last-child):before {
        content: unset;
    } */

    article.article:not(:last-child) .article-images  {
        margin-top: var(--large)
    }
    article.article .article-images .article-image__text {
        font-size: 30px;
    }

	section.cards .card .card-content {
		padding-left: 0;
		padding-right: 0;
	}
	
	article.article .article-content .article-content__logo {
    	max-width: 180px;
	}
   
   

}

@media (max-width: 992px) {

      
   

    h1,
    .h1 {
        font-size: 32px
    }

    .h2,
    h2 {
        font-size: 32px;
    }

    .h3,
    h3 {
        font-size: 24px;

    }

    .h4,
    h4 {
        font-size: 24px;
    }


    body {
       
    }




  

   .btn {
    zoom: 0.8;
   }

   
  
   
   
  

   .btn + .btn {
        margin-left: 5px;
    }

    .row.normal-gutters {
        margin-right: -5px;
        margin-left: -5px;
    }

    .row.normal-gutters [class*="col-"] {
        padding-right: 5px;
        padding-left: 5px;
    }


  

    header nav.navbar {
         padding: var(--extrasmall) 0;
    }


    header nav.navbar .navbar-toggler {
        display: block;
    }

  

    header nav.navbar .navbar-brand {
           max-width: 105px;
    }

    
    header .navbar-collapse {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        overflow-x: scroll;
        background: #000000;
        transition: -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        padding: 22.5px;
        display: block;
        z-index: 1;
        background: rgb(205 194 152 / 90%);
        color: #ffffff;
            display: flex;
    justify-content: center;
    align-items: center;
    }

      header .navbar-collapse.open {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }

    header nav.navbar .navbar-nav > .nav-item > .nav-link,
    header nav.navbar .navbar-nav > .nav-item:first-child > .nav-link,
    header nav.navbar .navbar-nav > .nav-item:last-child > .nav-link {
            margin: 30px;
            font-size: 24px
    }

 header nav.navbar .navbar-nav > .nav-item.current-menu-item > .nav-link, 
    header nav.navbar .navbar-nav > .nav-item > .nav-link:hover {
        color: #ffffff;
        font-weight: 600;
    }

    header nav.navbar .navbar-nav > .nav-item .social-media {
        margin-left: 0;
        margin-top: 30px;
    }
	
	header nav.navbar .navbar-phone {
		display: block
	}
	
	section.header {
		padding-top: 0;
	}

    section.header:before {
          width: 100vw;
          border-top-right-radius: 40px;
    }

  

    section.header .header-image img {
        border: 5px solid #ffffff;
    }
	
	section.header .header-images .header-image:first-child {
		max-width: calc(100% + 45px);
		margin-left: -22.5px;
		margin-right: -22.5px;
	}
	
	section.header .header-images .header-image:first-child img {
		border: 0;
    	border-bottom: 5px solid #ffffff;
    	border-right: 5px solid #ffffff;
	}

    section.header .header-images .header-image:first-child img {
        border-bottom-right-radius: 40px;
    }

    section.header .header-images .header-image:first-child:before {
        display: none;
    }

    section.header .header-content {
            margin-top: var(--mediumlarge);
    }
    section.header .header-content h1 {
        margin-left: 0;
    }
	
	section.header .header-images {
/* 		margin-bottom: 0; */
	}
	
	section.header .header-images .header-image:last-child {
		    bottom: calc(var(--large) * -1);
	}

    article.article {
        padding: 0;
    }

    article.article:before {
        content: unset;
    }

    article.article .article-image img {
            border: 5px solid #ffffff;
    }


    article.article .article-images .article-image:first-child img {
        border-bottom-left-radius: 40px;
    }

    article.article .article-images .article-image:nth-child(2) {
        margin-top: calc(var(--extrahuge) * -1);
    }

    article.article .article-images .article-image__text {
        position: relative;
        max-width: 100%;
		  width: 100%;
        font-size: 22px;
        padding-right: 0;
        margin-top: var(--small);
        margin-bottom: var(--mediumlarge);
    }

    section.cards:before {
            max-height: 450px;
    }

    /* section.cards [class*='col']:not(:last-child) .card {
        margin-bottom: var(--mediumlarge);
        height: calc(100% - var(--mediumlarge));
    } */



    section.reviews .review [class*="col-"]:first-child {
            border-right: 0;
    border-bottom: 1px solid #000000;
    }

    section.reviews .review .review-title {
        padding-top: 0
    }

    section.reviews .review .review-content {
        padding-bottom: 0
    }

    section.reviews .reviews-header :is(.btn--prev, .btn--next) {
            width: 45px;
    height: 45px;
        background-size: 8px;
    }

    section.gallery {
        padding: var(--extralarge) 0;
    }

    section.gallery:before {
            max-height: 100%;
    }
	
	section.gallery [class*='col']:nth-child(1) .gallery-image:nth-child(1), section.gallery [class*='col']:nth-child(2) .gallery-image:nth-child(2), section.gallery [class*='col']:nth-child(3) .gallery-image:nth-child(1) {
		aspect-ratio: 1 / 1;	
	}
    section.gallery .gallery-image {
		border: 5px solid #ffffff;
		margin-bottom: 10px;
		aspect-ratio: 1 / 1;
		
    }

    article.article .article-content .article-content__logo {
        max-width: 180px;
    }

    article.article:last-child [class*='col']:last-child .article-content {
        position: relative;
        margin-top: var(--extralarge);
        padding-bottom: var(--extralarge);
    }

    article.article:last-child [class*='col']:last-child .article-content:after {
          content: '';
    position: absolute;
           top: calc(var(--extralarge) * -0.5);
    bottom: 0;
    right: -22.5px;
    left: -22.5px;
    z-index: -1;
        background: rgb(205 194 152 / 25%);
    border-top-left-radius: 40px;
    pointer-events: none;
    }

    article.article:not(:last-child) .article-images {
        margin-top: 0;
    }
   
    
}   
