/*
Theme Name: Corine Wernsen Photography
Theme URI: http://corinewernsenphotography.nl
Description: Wordpress thema voor Corine Wernsen Photography
Author: Comceptum
Author URI: http://comceptum.nl
Version: 1.0
License: GNU General Public License
License URI: licence/GPL.txt
Text Domain: corinewernsenphotography
*/

:root  {
    --base: 15px;
    --extrahuge: calc(var(--base) * 12);
    --huge: calc(var(--base) * 8);
    --extralarge: calc(var(--base) * 6);
    --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: 60px;
  
}

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

.h3,
h3 {
    font-size: 30px;
    color: #7E998D

}

.h4,
h4 {
    font-size: 36px;
    font-family: "look-script", serif;
    font-weight: 300;
    font-style: normal;
    color: #7E998D
}

.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;
/* 	zoom: 0.9 */
}

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

::selection {
    background-color: #7E998D;
    color: #ffffff
}

::-moz-selection {
    background-color: #7E998D;
    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 {
    color: #7E998D;
    font-family: "ivymode", sans-serif;
    font-weight: 600;
    font-size: 125%
}

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: 15px 37.5px;
    display: inline-block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    line-height: 1.125;
    border: 0;
    background: #CE7D5D;
    color: #ffffff;
        font-family: "ivymode", sans-serif;
    font-weight: 400;
    font-size: 20px;
	white-space: nowrap
}

.btn:hover {
    background: #A5644A
}


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


/* Main styles */

header {
    position: relative;
}


header nav.navbar {

}

header nav.navbar .navbar-brand {
    width: 100%;
    max-width: 150px;
    margin: 0;
    z-index: 99;
    line-height: 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

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

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

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

header nav.navbar .navbar-nav > .nav-item:nth-child(4)  {
    margin-left: auto
}



header nav.navbar .navbar-nav > .nav-item > .nav-link {
    margin: 30px 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 > .nav-link:hover {

    color: #7E998D;
}

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
}



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

header nav.navbar .wpml-ls {
    display: inline-block;
    line-height: 0;
    margin-left: 45px;
}

header nav.navbar .wpml-ls ul  {
    margin-bottom: 0;
     line-height: 0;
}
header nav.navbar .wpml-ls ul li a {
    display: block;
}

header nav.navbar .wpml-ls ul li a img {
    height: 42.5px;
}


/* Navbar background */

.navbar-background {
    position: fixed;
    top: 116px;
    right: 0;
    bottom: 0;
        background-color: #7E998D;
    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(--mediumlarge) 0 0 0;
    position: relative;

}

section.header:before {
        content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1;
       background: #ECF0EE;
       pointer-events: none;
    max-height: 60%
}



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

section.header [class*=col]:nth-child(1) .header-slider,
section.header [class*=col]:nth-child(3) .header-slider {
      max-width: 80%;
  
        max-width: 360px;
}

section.header [class*=col]:nth-child(1) .header-slider {
    margin-left: auto;
}
section.header [class*=col]:nth-child(3) .header-slider {
     margin-right: auto;
       margin-top: var(--extralarge)
}

section.header [class*=col]:nth-child(1) .header-image,
section.header [class*=col]:nth-child(3) .header-image {
  
    aspect-ratio: 3.2 / 4;
}


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

section.header .header-content {
    position: relative;
    margin: var(--large) 0
}

section.header .header-content h2 {
    letter-spacing: 10px;
    margin-right: -180px;
    z-index: 1;
      text-transform: uppercase;
}

section.header .header-content h4 {
    max-width: 360px;
    margin-left: auto;
    margin-top: var(--medium)
}


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

section.header .header-quote {
    font-family: "ivymode", sans-serif;
    font-weight: 400;
    font-style: italic;
    padding: var(--mediumlarge);
    padding-bottom: 0;
    font-size: 30px;
    max-width: 360px
}
section.header .header-quote *:last-child {
    margin-bottom: 0
}




/* Article */

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

section.header + article.article {
    margin-top: var(--medium);
}


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


article.article:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: calc(50vw + var(--mediumlarge));
    z-index: -1;
    background: #ECF0EE;
    pointer-events: none;
}

article.article.article--reverse:before {
    right: unset;
    left: 0;
    width: calc(50vw - var(--extrahuge));
}

article.article .article-content {
   

}

article.article .article-content :is(h4, h5, h6):first-child {
    margin-bottom: -7.5px;
}

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 li a:not(.btn) {
    text-decoration: none;
}

article.article .article-content ul {
    font-family: "ivymode", sans-serif;
    font-weight: 400;
    font-size: 24px;
}

article.article .article-content ul li {
       padding-left: 60px;
    position: relative;
    margin-bottom: 10px;
}

article.article .article-content ul li:last-child {
    margin-bottom: 0;
}

article.article .article-content ul li:before {
      content: '';
    position: absolute;
    left: 0;
    width: 45px;
    height: 45px;
    background: #ECF0EE;
    background-image: url(images/camera.svg);
    background-size: 50%;
    background-position: center center;
    background-repeat: no-repeat;
    top: -2px;

}

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

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(--small);
}

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

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

}

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

article.article .article-images .article-image:first-child {
    max-width: 75%;
    aspect-ratio: 6.98 / 5.49;
}


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-image {
    position: relative;
    display: block;
    border: 0;
    aspect-ratio: 1 / 1;
}

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

article.article .article-images .article-image__text {
        position: absolute;
    bottom: 0;
    left: 0;
    width: 65%;
    max-width: 460px;
    font-size: 24px;
    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: #ECF0EE;
       pointer-events: none;
    max-height: 80%
}

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


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

section.cards .card .card-image {
    position: relative;
    display: block;
    aspect-ratio: 4 / 3;
    overflow: hidden;
}

section.cards .card .card-image:before {
      content: '';
    background: transparent linear-gradient(180deg, #00000000 0%, #000000 100%);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50%;
    z-index: 1;
    pointer-events: none;
}



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;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

section.cards .card:hover .card-image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


section.cards .card .card-image h3 {
    color: #ffffff;
    text-align: center;
    position: absolute;
    margin-bottom: 0;
    left: var(--mediumlarge);
    right: var(--mediumlarge);
    bottom: var(--large);
    text-shadow: 0px 0px 20px #000000;
    z-index: 2
}

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;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    z-index: 3;
        text-wrap: nowrap;
}

/* 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 input {

}



.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: #ffffff;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 2px;
}


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


.fancybox__backdrop {
        background: rgb(46 46 45 / 90%);
}

.fancybox__container {
        padding: var(--large) 0;
}


/* 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: #ECF0EE;
    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: #7E998D;
}


.social-media li a svg {
       height: 15px;
    fill: #7E998D;
      -webkit-transition: all 0.3s;
        transition: all 0.3s;
}
.social-media li a:hover svg {
    fill: #ECF0EE;
}




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

    section.header [class*=col]:nth-child(1) .header-slider, 
    section.header [class*=col]:nth-child(3) .header-slider,
    section.header .header-content h4,
    section.header .header-quote {
        max-width: 300px;
    }

}   

@media (max-width: 1400px) {

 
  

    
    section.header [class*=col]:nth-child(1) .header-slider, 
    section.header [class*=col]:nth-child(3) .header-slider,
    section.header .header-content h4,
    section.header .header-quote {
        max-width: 270px;
    }
  
    article.article .article-images .article-image__text,
    section.header .header-quote {
            font-size: 20px;
    }


 
   
}

@media (max-width: 1200px) {

   

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

    header nav.navbar .navbar-nav > .nav-item > .nav-link {
             margin: 30px 15px;
    }

    header nav.navbar .wpml-ls {
        margin-left: 30px;
    }

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

    section.header .header-image {
            aspect-ratio: 5.4 / 7;
    }

    section.header [class*=col]:nth-child(1) .header-slider, 
    section.header [class*=col]:nth-child(3) .header-slider,
    section.header .header-content h4,
    section.header .header-quote {
        max-width: 240px;
    }
  

   section.header + article.article {
        margin-top: var(--extralarge);
    }

     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: 24px;
    }


   
   

}

@media (max-width: 992px) {

      
    :root  {
        --base: 10px;
            --extralarge: calc(var(--base) * 4);
    }

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

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

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

    }

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


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

    body {
       
    }




  

   .btn {
    zoom: 0.85;
   }

   
  
   
   
  

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


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

  

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

    header nav.navbar .wpml-ls ul li a img {
            height: 37.5px;
    }

    
    header .navbar-collapse {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        overflow-x: scroll;
        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: 4;
        background: rgb(126 153 141 / 80%);
        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:nth-child(4) {
        margin-left: unset;
    }

    header nav.navbar .navbar-nav > .nav-item .social-media {
        margin-left: 0;
        margin-top: 30px;
    }

    section.header:before {
            width: 100vw;
    }


	
    section.header .header-content {
        margin: var(--mediumlarge) 0;
        margin-bottom: 0;
    }

    section.header .header-content h2 {
        margin-right: 0
    }

    section.header [class*=col]:nth-child(1) .header-slider,
    section.header [class*=col]:nth-child(3) .header-slider,
    section.header .header-quote {
        display: none;
    }
 

    article.article {
        padding: 0;
    }

	article.article:before {
		content: unset
	}
    section.header + article.article {
         margin-top: var(--extralarge); 
    }

	
	article.article .article-content {
		margin-top: var(--mediumlarge)
	}
  
    article.article .article-content ul {
        font-size: 20px;
    }

    

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

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


    article.article .article-content ul li {
        padding-left: 52.5px;
    }

    article.article .article-content ul li:before {
            width: 37.5px;
    height: 37.5px;
		    top: -1px;
    }



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

    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(--mediumlarge) * -1);
        bottom: 0;
        right: -22.5px;
        left: -22.5px;
        z-index: -1;
       background: #ECF0EE;
        pointer-events: none;
    }

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

    article.article .article-content.mt-auto {
        margin-top: var(--medium) !important;
		margin-bottom: var(--medium)
    }
   
    
}   
