/*
Theme Name: Oud Genemuiden
Theme URI: http://oudgenemuiden.nl
Description: Wordpress thema voor Oud Genemuiden
Author: Comceptum
Author URI: http://comceptum.nl
Version: 1.0
License: GNU General Public License
License URI: licence/GPL.txt
Text Domain: oudgenemuiden
*/

:root  {
    --huge: 90px;
    --extralarge: 75px;
    --large: 45px;
    --medium: 30px;
    --small: 22.5px;
    --extrasmall: 15px;
}

@font-face {
    font-family: 'Campaign Serif';
    src: url('fonts/CampaignSerifRegular.eot');
    src: url('fonts/CampaignSerifRegular.eot?#iefix') format('embedded-opentype'),
        url('fonts/CampaignSerifRegular.woff2') format('woff2'),
        url('fonts/CampaignSerifRegular.woff') format('woff'),
        url('fonts/CampaignSerifRegular.ttf') format('truetype'),
        url('fonts/CampaignSerifRegular.svg#CampaignSerifRegular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Bold.eot');
    src: url('fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Poppins-Bold.woff2') format('woff2'),
        url('fonts/Poppins-Bold.woff') format('woff'),
        url('fonts/Poppins-Bold.ttf') format('truetype'),
        url('fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-SemiBold.eot');
    src: url('fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('fonts/Poppins-SemiBold.woff') format('woff'),
        url('fonts/Poppins-SemiBold.ttf') format('truetype'),
        url('fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Regular.eot');
    src: url('fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Poppins-Regular.woff2') format('woff2'),
        url('fonts/Poppins-Regular.woff') format('woff'),
        url('fonts/Poppins-Regular.ttf') format('truetype'),
        url('fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Light.eot');
    src: url('fonts/Poppins-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/Poppins-Light.woff2') format('woff2'),
        url('fonts/Poppins-Light.woff') format('woff'),
        url('fonts/Poppins-Light.ttf') format('truetype'),
        url('fonts/Poppins-Light.svg#Poppins-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: var(--small);
    margin-top: 0;
    font-weight: 400;
    line-height: 1.25;
    color: #C4A46D;
    font-family: 'Campaign Serif';
    position: relative;
}

h1,
.h1 {
    font-size: 40px;
}

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

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

}

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

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

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

.large {
    font-size: 60px;
    color: #000000;
}


body {
    font-size: 15px;
    font-weight: 400;
    font-family: 'Poppins';
    overflow-x: hidden;
    line-height: 1.675;
    color: #000000;
    margin: 0;

  
}

main {
    overflow-x: hidden;
    
}

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

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

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

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

ul,
ol {
    padding-left: 0;
    line-height: 1.75;
    margin-top: 0;
    margin-bottom: 22.5px;
}

li {
    list-style: none;
}

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

label {
    font-weight: normal;
    margin-bottom: 5px;
}

sup {
    top: -5px;
}

abbr {
    text-decoration: none !important;
}

hr {
   margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid #C4A46D ;
}
input,
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;
    color: #707070;
    background: #ffffff;
    padding: 15px 20px;
    border: 0;
    border-radius: 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(112 112 112 / 25%);
    font-weight: 300;
    font-style: italic;
}

::-moz-placeholder {
    color: rgb(112 112 112 / 25%);
    font-weight: 300;
    font-style: italic;
}

:-ms-input-placeholder {
    color: rgb(112 112 112 / 25%);
    font-weight: 300;
    font-style: italic;
}

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

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

::-moz-selection {
    background-color: #C4A46D ;
    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: bold;
}

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




.btn {
   -moz-appearance: none;
    -webkit-appearance: none;
    padding: 17.5px 22.5px;
    display: inline-block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    line-height: 1.125;
    font-size: 18px;
    border: 0;
    background: #C4A46D;
    color: #ffffff;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-decoration: none;
    z-index: 1;
}


.btn:after {
       content: url(images/arrow.svg);
    width: 22.5px;
    display: inline-block;
    margin-left: 22.5px;
    line-height: 0;
    vertical-align: 1px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    vertical-align: -5px;
   
}

.btn:before {
    content: '';
    background-color: #D0B689;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 40%;
    clip-path: polygon(45px 0%, 100% 0, 100% 100%, 0% 100%);
    z-index: -1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    pointer-events: none;
}

.btn--black {
    background-color: #000000
}

.btn--black:before {
    background-color:#3E3E3E
}



.btn:hover:before {
    left: -45px
}


/*.btn:hover:after {
     margin-left: 22.5px;
}*/


.btn:hover{
    color: #ffffff;
}

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





/* Main styles */

header {
        position: absolute;
    z-index: 99;
    left: 0;
    right: 0;
    top: 0;
}

body.not-home header {
    position: relative;
        background: url(images/background.jpg);
    background-size: cover;
    background-position: center center;
}

body.home header:before {
       content: '';
    background: transparent linear-gradient(180deg, #182E1C80 0%, #54545400 100%) 0% 0% no-repeat padding-box;
    position: absolute;
    top: 0;
    right: 0;
    bottom: -30px;
    left: 0;
    pointer-events: none;
}



header nav.navbar {
}

header nav.navbar .navbar-brand {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
    max-width: 300px;
    position: relative;
    padding: 22.5px 0;
    margin: 0;
    z-index: 1;
    margin-right: 22.5px;
    line-height: 1;

    filter: drop-shadow(0px 5px 10px #00000029);
}

header nav.navbar .navbar-brand svg {
    fill: #ffffff;
     -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.offcanvas-open header nav.navbar .navbar-brand,
body.not-home header nav.navbar .navbar-brand {
    filter: unset;
}

.offcanvas-open header nav.navbar .navbar-brand svg,
body.not-home header nav.navbar .navbar-brand svg {
    fill: #000000;
}




header nav.navbar .offcanvas-collapse {

}


header nav.navbar .navbar-nav {
   

}


header nav.navbar .navbar-nav > .nav-item > .nav-link {
     padding: 0;
    margin: 15px 20px;
    white-space: nowrap;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
    color: #ffffff;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    text-shadow: 0px 5px 10px #00000029;
    position: relative;
}

body.not-home header nav.navbar .navbar-nav > .nav-item > .nav-link {
    color: #000000;
    text-shadow: unset;
}

header nav.navbar .navbar-nav > .nav-item > .nav-link span {
    position: absolute;
    bottom: 0;
    right: -12.5px;
    font-size: 12px;
    line-height: 1;
}


header nav.navbar .navbar-nav > .nav-item:hover > .nav-link,
header nav.navbar .navbar-nav > .nav-item.current > .nav-link {
   color: #C4A46D
}


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

header nav.navbar .navbar-nav > .nav-item.dropdown > .nav-link:after {
      content: url(images/chevron-down.svg);
    width: 10px;
    position: relative;
    display: inline-block;
    line-height: 0;
    vertical-align: 2px;
    margin-left: 7.5px;
        -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

header nav.navbar .navbar-nav > .nav-item.dropdown:hover > .dropdown-toggle:after {
    transform: rotate(180deg);
}


header nav.navbar .navbar-nav > .nav-item > .dropdown-menu {
       padding: 7.5px;
    margin: 0;
    border: 0;
    border-radius: 0;
}


header nav.navbar .navbar-nav > .nav-item > .dropdown-menu li a{
       color: #000000;
    padding: 12.5px 15px;
    line-height: 1;
    white-space: nowrap;
    min-width: 225px;
    font-size: 14px;
    position: relative;
    text-decoration: none;
    display: block;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

header nav.navbar .navbar-nav > .nav-item > .dropdown-menu li a:after {
        content: url(images/arrow-right.svg);
    position: absolute;
    right: 20px;
    width: 15px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

header nav.navbar .navbar-nav > .nav-item > .dropdown-menu li a:hover {
    background-color: #E6530A;
    color: #ffffff
}

header nav.navbar .navbar-nav > .nav-item > .dropdown-menu li a:hover:after {
    content: url(images/arrow-right_white.svg);
}




/* Navbar toggler */

header nav.navbar .navbar-toggler {
    position: relative;
    border-radius: 0;
    margin: 0;
    padding: 0;
    z-index: 1;
    display: none;
    background:#C4A46D;
    padding: 13.5px 10px;
}




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

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

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: 26px;
    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: #ffffff;
}

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

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




/* Header */


section.header {
    position: relative;
    overflow: hidden;
    margin: 0;
    height: 800px;
}


section.header .header-image{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}


section.header .header-image .slick-list,
section.header .header-image .slick-list .slick-track {
    height: 100%;
}


section.header .header-image img,
section.header .header-image video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
       -o-object-position: center;
    object-position: center;
}



section.header .header-content {
      position: absolute;
        bottom: 150px;
    left: 0;
    right: 0;
}

section.header .header-content img {
    filter: drop-shadow(0px 5px 10px #00000080);
    max-width: 500px;
    margin-left: auto;
    display: block;
}

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


/* Intro */

section.intro {
   margin-bottom: var(--huge);
}

section.intro .intro-left {
    padding: var(--extralarge);
    background-color: #f4f0e8;
    margin-top: -180px;
    position: relative;

    background: url(images/background.jpg);
    background-size: cover;
    background-position: center center;
     margin-bottom: 30px;

}

section.intro .intro-left .btn {
    position: absolute;
    right: var(--extralarge);
    bottom: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}

section.intro .intro-left p:last-of-type {
    margin-bottom: 0
}

section.intro .intro-right {
    padding: var(--extralarge) 0;
    position: relative;
    margin-bottom: 30px;
}

section.intro .intro-right .btn {
     position: absolute;
     left: 0;
    bottom: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}

section.intro .intro-right p:last-of-type {
    margin-bottom: 0
}

section.intro .intro-right *:last-child {
    margin-bottom: 0
}




/* Cards */

section.cards {
    margin: var(--huge) 0;
}

section.cards .cards-header {
    text-align: center;
    margin-bottom: var(--large);
}

section.cards .cards-header :is(h1, h2, h3, h4, h5, h6):first-child {
   margin-bottom: 7.5px;
}

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

section.cards .cards-content  {

}

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


section.cards .card {
    position: relative;
    display: block;
    border: 0;
    background: #ffffff;
    margin-bottom: 60px;
}

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

}

section.cards .card .card-image.card-image--video:before {
    content: url(images/play.svg);
    position: absolute;
    width: 90px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    line-height: 0;
}

section.cards .card.card--featured  .card-image {
    margin-right: -45px;
    aspect-ratio: 4 / 3;

}

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-content {
    padding: var(--medium);
    padding-bottom: 52.5px;
    background-color: #f4f0e8;
        background: url(images/background.jpg);
    background-size: cover;
    background-position: center center;
}

section.cards .card.card--featured  .card-content {
    margin-left: -45px;

}

section.cards .card.card--featured .card-content {
        padding: var(--extralarge);
}

section.cards .card .card-content :is(h1, h2, h3, h4, h5, h6) {
    margin-bottom: 15px;
}

section.cards .card .card-content p:first-of-type {
    font-weight: bold;
}

section.cards .card .card-content p:last-of-type {
    margin-bottom: 0;
}

section.cards .card .card-content .btn {
    position: absolute;
    right: var(--medium);
    bottom: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}

section.cards .cards-footer {
    text-align: center;
    margin-top: var(--large)
}

section.cards .cards-footer :is(h1, h2, h3, h4, h5, h6, p) {
   display: block;
   margin-bottom: 15px;
   color: #000000;
}

/* Article */

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

/*article.article.article--background {
    padding-top: var(--huge);
    overflow: hidden;
}*/

article.article.article--background {
    padding-top: var(--huge);
    background: url(images/background.jpg);
    background-size: cover;
    background-position: center center;
    overflow: hidden;
}

article.article + article.article {
    padding-top: 0
}



article.article .article-header {
    position: relative;
    display: block;
    aspect-ratio: 16 / 9;
      margin: 30px -45px;

}



article.article .article-header img,
article.article .article-header video,
article.article .article-header iframe {
   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-content {
    position: relative;
    z-index: 2
}

/*article.article.article--background .article-content:before {
    content: '';
    background: url(images/background.jpg);
    background-size: cover;
    background-position: center center;
    position: absolute;
    left: -30vw;
    right: -60vw;
    bottom: 35px;
    height: 80vh;
    z-index: -1;
    pointer-events: none;
}*/

article.article.article--background .article-content .article-content__buttons {
    position: relative;
        line-height: 1;
}

article.article.article--background .article-content .article-content__buttons:after {
    content: '';
    position: absolute;
    left: -50vw;
    right: -50vw;
    top: 50%;
    height: 100vh;
    background: #ffffff;
    z-index: -1;
}

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


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

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

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-image {
    position: relative;
    display: block;
    aspect-ratio: 3 / 2;
        z-index: 2;
}



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-intro {
    text-align: center;
    margin-bottom: var(--large);
}

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

article.article .article-footer {
   text-align: center;
    margin-top: var(--large);
    
}


article .article-gallery {
    margin: 30px -45px;
}


article .article-gallery .article-gallery__item {
     position: relative;
    display: block;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    margin-bottom: 30px;
    
}



article .article-gallery .article-gallery__item img{
        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;
    
    position: absolute;
}

article .article-gallery .article-gallery__item:hover img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


/* Footer*/

footer {
       
    position: relative;
}

footer .footer-main {
    margin: var(--large) 0;
}

footer .footer-main .container {
    position: relative;
}
footer .footer-main .container:after {
       content: url(images/schildwacht.svg);
    width: 120px;
    position: absolute;
    right: 30px;
    bottom: 0;
    line-height: 0;
    z-index: 2;
    pointer-events: none;
}

footer .footer-main :is(h1, h2, h3, h4, h5, h6) {
        color: #000000;
}

footer .footer-main .footer-logo {
    margin-bottom: 30px;
    margin-top: -22.5px;
    max-width: 350px;
}

footer .footer-main .footer-contact {
    margin-bottom: 0;
}

footer .footer-main .footer-contact li a{
    
}

footer .footer-main .footer-contact li a[href*="tel"]:before {
        content: url(images/phone.svg);
    width: 15px;
    position: relative;
    display: inline-block;
    margin-right: 7.5px;
    vertical-align: middle;
}

footer .footer-main .footer-contact li a b {
    color: #957E4D;
    margin-right: 7.5px;
}
footer .footer-main .footer-menu {
    margin-bottom: 0;
}

footer .footer-main .footer-menu li a{
    position: relative;
    padding-left: 30px
}

footer .footer-main .footer-menu li a:hover {
    margin-left: 7.5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

footer .footer-main .footer-menu li a:before {
    content: url(images/arrow-right.svg);
        width: 20px;
        position: absolute;
        left: 0;
        top: 1px;
        line-height: 1;
}


footer .footer-sub {
       background: url(images/background.jpg);
    background-size: cover;
    background-position: center center;
    padding: 15px 0;
}

footer .footer-sub ul {
    margin-bottom: 0;
}

footer .footer-sub ul li {
    display: inline-block;
}

footer .footer-sub ul li:not(:last-child):after {
    content: '-';
    margin: 0 5px 0 10px ;
}





/* Slick */

.slick-dots {
    position: absolute;
    left: 0;
    margin-bottom: 0;
    line-height: 0;
    bottom: var(--small);
    right: 0;
    z-index: 2;
    text-align: right;
}


.slick-dots li {
    display: inline-block;
    padding: 0 5px;
}

.slick-dots li button {
        background: #FFFFFF;
   
    font-size: 0;
   width: 12px;
height: 12px;
    display: inline-block;
    padding: 0;
        border-radius: 4px;
        cursor: pointer;
}

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


.slick-prev {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: -15px;
}
.slick-prev:before {
    content: url(images/arrow-left.svg);
}

.slick-next {
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    right: -15px;
}

.slick-next:before {
    content: url(images/arrow-right.svg);
}

:is(.slick-prev, .slick-next) {
   cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    top: 50%;
    z-index: 9;
    padding: 0;
    font-size: 0;

}

:is(.slick-prev, .slick-next):before {
        display: inline-block;
    width: 30px;
}

/* Social media */

.social-media {
    line-height: 1;
    margin-bottom: 0;
       /* margin-top: 22.5px;*/
}

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

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

.social-media li a {
  background: #C4A46D;
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    display: block;
    border-radius: 50%;
}

.social-media li a svg {
       width: 20px;
    vertical-align: middle;
    fill: #003C5A;
}




/* 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) {
    
}   

@media (max-width: 1400px) {

    :root  {
        --huge: 75px;
        --extralarge: 60px;
        --large: 45px;
        --medium: 30px;
        --small: 22.5px;
        --extrasmall: 15px;
    }

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

@media (max-width: 1200px) {

    :root  {
        --huge: 60px;
        --extralarge: 45px;
        --large: 30px;
        --medium: 22.5px;
        --small: 22.5px;
        --extrasmall: 15px;
    }

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

}

@media (max-width: 992px) {


    :root  {
        --huge: 45px;
        --extralarge: 30px;
        --large: 22.5px;
        --medium: 22.5px;
        --small: 15px;
        --extrasmall: 15px;
    }


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

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

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

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

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

    .large {
        font-size: 42px;
    }

    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, p, ol, ul {
        margin-bottom: 15px;
    }

    .container:not(:has(.small-gutters)), .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
        padding-right: 22.5px;
        padding-left: 22.5px
    }

    .row:not(.small-gutters) {
      margin-right: -22.5px;
      margin-left: -22.5px;
    }

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

    .btn {
        font-size: 15px;
        padding: 12.5px 15px;
    }
  

    body {
        font-size: 15px;
    }


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

    header nav.navbar .navbar-brand {
            max-width: 210px;
             padding: 15px 0;
    }

    header .offcanvas-collapse {
        position: fixed;
        top: 0;
        width: 100%;
        overflow-y: auto;
        background: #ffffff;
        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: 90px 22.5px 0 22.5px;
        display: block;
        overflow-y: hidden;
        right: 0px;
        z-index: 0;
        color: #ffffff;
        height: 100%;
        text-align: left;
        background: url(images/background.jpg);
        background-size: cover;
        background-position: center center;
    }

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

    header nav.navbar .navbar-nav > .nav-item > .nav-link {
            margin: 7.5px 0;
        text-shadow: unset;
        color: #000000;
    }



    section.header {
        height: 600px;
    }

    section.header .header-content {
        bottom: 97.5px;
    }

    section.intro .intro-left {
        padding-bottom: var(--huge);
        margin-top: -45px;
    }

    section.intro .intro-right {
        padding-bottom: var(--huge)
    }

    section.cards .card {
            margin-bottom: 45px;
    }

    section.cards .card.card--featured .card-image {
        margin-right: 0;
    }

    section.cards .card.card--featured .card-content {
        margin-left: 0;
        margin-right: 0;
    }

    section.cards .card .card-content {
        padding-bottom: var(--huge)
    }
    section.cards .card.card--featured .card-content {
        padding: var(--medium);
        padding-bottom: var(--huge);
    }

    section.cards .card .card-content .btn {
            right: var(--large);
    }


    section.cards .card.card--featured .card-content .btn {
            right: var(--huge);
    }

    article.article .article-image {
        margin-top: var(--large);
    }

    article.article .article-header {
        margin: 30px -22.5px;
    }

    article .article-gallery {
        margin: 30px 0;
    }
    .slick-dots {
        bottom: 67.5px;
    }

    footer .footer-main .footer-logo {
        margin-bottom: 15px;
        margin-top: 0;
        max-width: 240px;
    }

    footer .footer-main [class*=col]:not(:last-child) {
        margin-bottom: 30px;    
    }

    footer .footer-sub {
        text-align: center;
        font-size: 14px;
    }
  

    
}   










