/*
Theme Name: Van Der Zwaag Uitvaartzorg
Theme URI: https://www.vdzwaag.nl/
Description: <strong>Website van der Zwaag Uitvaartzorg</strong>: Wordpress met volgende plugins: Advanced Custom Fields PRO, Classic Editor, Ninja Forms, Redirection, Simple Custom Post Order, Toolbar Publish Button, Yoast Duplicate Post, Yoast SEO. 
Author: CMCG
Author URI: https://www.crossmediacommunicatiegroep.nl/
Version: 1.0
Goud         : #BEA064;
Licht Grijs  : #DEE1E5;
Donker grijs : #283545;
*/
html {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
}

body {
    font-family: 'Fira Sans', sans-serif;
    width: 100%;
    height: auto;
    font-size: 1em;
    padding: 0;
    margin: 0;
    color: #222222;
}

strong {
    font-weight: 500;
}

.nf-error-msg {
    font-weight: normal !important;
}

.nf-form-errors {
    background: rgba(255, 0, 0, 0.1);
}

.nf-form-cont {
    min-height: 500px;
}

.nf-cell,
.nf-form-content {
    padding: 0 !important;
    margin: 0 !important;
}

#nf-form-2-cont.nf-form-cont {
    min-height: 100px !important;
    padding: 0;
    margin: 0;
}

.nf-error-msg {
    color: #e80000;
    font-size: 0.8em;
}

.nf-error-field-errors {
    font-size: 0.9em !important;
    padding: 10px 20px !important;
    margin-bottom: 30px;
    background: #ffffff !important;
}

.nf-form-fields-required {
    display: none;
    text-align: right;
    color: #e80000;
    font-size: 0.8em;
}

.nf-field-label label {
    font-size: 1em !important;
    font-weight: 400 !important;
    color: #BEA064;
    font-weight: bold;
}

.invalid {
    border: 1px solid #e80000;
    background: rgba(221, 0, 0, 0.1);
}

.nf-error-msg.nf-error-field-errors {
    margin-top: -40px;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    color: #e80000 !important;
    font-size: 1em !important;
    font-weight: bold;
    background: rgba(221, 0, 0, 0.1) !important;
}

[type="checkbox"].invalid {
    -webkit-box-shadow: 0px 0px 0px 1px rgba(255, 0, 0, 1);
    -moz-box-shadow: 0px 0px 0px 1px rgba(255, 0, 0, 1);
    box-shadow: 0px 0px 0px 1px rgba(255, 0, 0, 1);
}

.nf-form-content {
    max-width: 100% !important;
    padding: 0;
    margin: 0 auto;
}

input[type="button"],
.nf-form-content input[type="submit"] {
    background: none !important;
    border-radius: 100px;
    border: solid 2px #BEA064 !important;
    padding: 10px 30px !important;
    margin: 0;
    font-size: 1.2em !important;
    font-weight: 500;
    color: #BEA064 !important;
    text-decoration: none;
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;

}

input[type="button"]:hover,
.nf-form-content input[type="submit"]:hover {
    background: #BEA064 !important;
    color: #ffffff !important;
}

.nf-after-form-content {
    display: block;
    margin-top: 60px;
}

.pager {
    padding: 30px;
    margin: 0;
    text-align: center;
}

.pager .nextprevButton,
.pager .page-numbers {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #ffffff;
    color: #BEA064;
    padding-top: 8px;
    transition: all 0.2s linear;
    text-align: center;
    margin-right: 1px;
    text-decoration: none;
}

.pager .nextprevButton:hover,
.pager .page-numbers:hover,
.pager .nav-next a:hover,
.pager .nav-previous a:hover {
    text-decoration: none;
    background: rgba(26, 36, 64, 0.1);
    color: #BEA064;
}

.pager .page-numbers.current {
    font-weight: bold;
    background: #BEA064;
    color: #ffffff;
    text-decoration: none;
}



p {
    font-size: 1.1em;
    line-height: 1.8em;
}

.titleHeader {
    padding: 0;
}

.titleHeader h1,
.titleHeader h2 {
    padding: 60px 0 20px 0;
}

.mousePointer {
    cursor: pointer;
}

.rounded {
    border-radius: 5px;
}

.imgMaxWith {
    width: 100% !important;
}

.noPadding {
    padding: 0;
}

.topOffset {
    margin-top: -350px;
    background: none;
}

.topOffsetSmall {
    margin-top: -100px;
    background: none;
}

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

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

.nameHolder {
    padding: 24% 70px 0 70px;
    text-align: center;
    font-size: 1em;
    line-height: 1em;
    color: #ffffff;
}

section {
    padding: 0;
    margin: 0;
}

section.noMarginBottom {
    margin-bottom: 0;
}

section.grey {
    padding: 60px 0 60px 0;
    background-color: #F5F5F5;
    border-top: solid 1px #BEA064;
    border-bottom: solid 1px #BEA064;
}

section.darkgrey {
    padding: 40px 0 60px 0;
    background-color: #283545;
    color: #ffffff;
}

section.gold {
    padding: 40px 0 60px 0;
    background-color: #BEA064;
}

.noMarginBottom {
    margin-bottom: 0;
}

.contentPadding {
    padding: 60px 30px 60px 30px;
}

.contentPadding h1,
.contentPadding h2 {
    margin-bottom: 20px;
}

.contentPadding p {
    margin-bottom: 40px;
    font-size: 1.1em;
}

.contentPadding p:last-child {
    margin-bottom: 0;
}

.contentPadding img {
    border-radius: 5px;
}

.contentPadding ul {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
    font-size: 1.1em;
    line-height: 1.4em;
}

.contentPadding ul li {
    padding: 0 0 0 15px;
    margin: 0 0 10px 0;
    background-image: url('img/bg_dot.svg');
    background-repeat: no-repeat;
    background-size: 4px 4px;
    background-position: 0 12px;
}

.noPaddingTopBottom {
    padding-top: 10px;
    padding-bottom: 10px;
}

.noPaddingTop {
    padding-top: 0;
}

.alert {
    color: #cc4b37 !important;
    font-size: 0.8em;
    font-weight: bold;
    border: none;
}

.tag-cloud-link,
.button {
    background: none;
    border-radius: 100px;
    border: solid 2px #ffffff;
    padding: 20px 50px;
    margin: 0;
    font-size: 1.2em;
    font-weight: 500;
    color: #ffffff;
    text-decoration: none;
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
}

header .button {
    filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.5));
}

.tag-cloud-link:focus,
.tag-cloud-link:hover,
.button:focus,
.button:hover {
    background: #ffffff;
    color: #283545;
}

.button.invert {
    background: #ffffff;
    color: #283545;
}

.button.invert:focus,
.button.invert:hover {
    background: none;
    color: #ffffff;
}

.button.grey {
    border: solid 2px #283545;
    background: none;
    color: #283545;
    filter: none;
}

.button.grey:focus,
.button.grey:hover {
    background: #283545;
    color: #ffffff;
}

.button.gold {
    border: solid 2px #BEA064;
    background: none;
    color: #BEA064;
    filter: none;
}

.button.gold:focus,
.button.gold:hover {
    background: #BEA064;
    color: #ffffff;
}

.button.goldInvert {
    border: solid 2px #BEA064;
    background: #BEA064;
    color: #ffffff;
    filter: none;
}

.button.goldInvert:focus,
.button.goldInvert:hover {
    background: none;
    color: #BEA064;
}




.button.greyInvert {
    border: solid 2px #283545;
    background: #283545;
    color: #ffffff;
    filter: none;
}

.button.greyInvert:focus,
.button.greyInvert:hover {
    background: none;
    color: #283545;
}


.button.dark {
    background: #ffffff;
    color: #283545;
    border: solid 2px #283545;
    filter: none;
}

.button.dark:focus,
.button.dark:hover {
    background: #283545;
    color: #ffffff;
}

.button.small {
    padding: 10px 20px;
    margin: 0;
    font-size: 1em;
}

.tag-cloud-link,
.displayInline {
    display: inline-block;
    margin: 0 5px 20px 5px;
}

.fancybox-thumbs {
    background: rgba(0, 0, 0, 0.4);
    padding: 20px;
}

.fancybox-thumbs__list a:before {
    border: 2px solid #3f3e43;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991
}

.fancybox-thumbs__list a:focus:before {
    opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
    opacity: 1
}

.fancybox-caption__body {
    font-family: 'Fira Sans', sans-serif;
}

.fancybox-bg {
    background: #283545 !important;
}

a {
    font-family: 'Fira Sans', sans-serif;
    color: #2f2e2c;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}

a:hover,
a:focus {
    color: #2f2e2c;
}

a,
a:hover,
a:focus {
    color: #BEA064;
}

h1,
h2 {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 200;
    padding: 0;
    margin-bottom: 20px;
    line-height: 1em;
    color: #283545;
}

h3,
h4,
h5 {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 200;
    padding: 0;
    margin: 0 0 20px 0;
    line-height: 1em;
    color: #283545;
}

h1,
h2 {
    font-size: 3em;
}

.review {
    padding: 60px 0 0 0;
}

.review h2 {
    font-style: italic;
    font-size: 2.5em;
    line-height: 1.3em;
    margin-bottom: 40px;
}

section.darkgrey h1,
section.darkgrey h2,
section.darkgrey h3,
section.darkgrey h4,
section.darkgrey h5,
section.gold h1,
section.gold h2,
section.gold h3,
section.gold h4,
section.gold h5 {
    color: #ffffff;
}


#offCanvas {
    padding-top: 95px;
    background: #283545;
    outline: 0 !important;
    z-index: 2000;
}

.js-off-canvas-overlay {

    background: rgba(40, 53, 69, 0.8) !important;
}

#offCanvas ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#offCanvas ul li {
    padding: 0;
    margin: 0;
}

#offCanvas ul li a {
    display: block;
    padding: 17px 20px 15px 20px;
    margin: 0;
    font-family: 'Fira Sans', sans-serif;
    font-size: 1.2em;
    color: #ffffff;
    border-bottom: solid 1px rgba(0, 0, 0, 0.8);
    text-decoration: none;
}

#offCanvas ul li.active a,
#offCanvas ul li.active a:hover,
#offCanvas ul li.active a:focus {
    background-color: #ffffff;
    color: #83675a;
}

#offCanvas ul li a:hover {
    background-color: #ffffff;
    color: #83675a;
}

#offCanvas ul li ul {
    display: none;
    margin-top: 0px;
}

#offCanvas ul li.active ul li a,
#offCanvas ul li ul li a {
    display: block;
    padding: 10px 0px 8px 20px;
    margin: 0;
    font-size: 0.9em;
    font-weight: 100;
    text-transform: none;
    color: #ffffff;
    background: none;
    text-transform: none;
}

#offCanvas ul li.active ul li a:hover,
#offCanvas ul li ul li a:hover {
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 1);
}

button.closeMenu {
    position: absolute;
    top: 0px;
    right: 0;
    display: block;
    width: 100%;
    height: 95px;
    background-color: #BEA064;
    background-image: url('img/icon_close.svg');
    border-bottom: solid 1px rgba(0, 0, 0, 0.8);
    background-size: 32px 32px;
    background-position: top 30px right 30px;
    background-repeat: no-repeat;
    padding: 0;
    margin: 0;
    font-size: 2em;
    line-height: 0em;
    text-align: right;
    color: #ffffff;
    outline: 0 !important;
    cursor: pointer;
    z-index: 110;
}

button.openMenu {
    display: none;
    position: absolute;
    width: 60px;
    height: 60px;
    top: 15px;
    right: 25px;
    background-image: url('img/icon_menu.svg');
    background-size: 40px 40px;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1200;
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    cursor: pointer;
    filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.8));
    z-index: 100;
}

.cell {
    position: relative;
}

header {
    position: absolute;
    width: 100%;
    height: 300px;
    z-index: 1;
}

#logo {
    display: block;
    width: 200px;
    height: 120px;
    margin: 0 auto;
}

#logo a {
    display: block;
    width: 200px;
    height: 120px;
    background-image: url('img/logo_vanderzwaag.svg');
    background-size: 200px 120px;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999em;
}

#navi {
    padding: 0;
    margin: 30px 0 100px 0;
    color: #ffffff;
}

#navi ul {
    margin: auto;
    display: table;
    table-layout: fixed;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

#navi ul li {
    position: relative;
    display: table-cell;
    border-left: 1px solid #ffffff;
    text-align: center;
    padding: 0;
}

#navi ul li:last-child {
    border-right: 1px solid #ffffff;
}

#navi ul li a {
    display: block;
    padding: 7px 0 5px 0;
    color: #ffffff;
    font-family: 'Fira Sans', sans-serif;
    font-size: 1em;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}

#navi ul li.current-cat a:hover,
#navi ul li.current_page_item a:hover,
#navi ul li.current-menu-item a:hover,
#navi ul li.current-menu-parent a:hover,
#navi ul li.current-menu-ancestor a:hover,
#navi ul li.current-page-ancestor a:hover,
#navi ul li.current-cat a:focus,
#navi ul li.current_page_item a:focus,
#navi ul li.current-menu-item a:focus,
#navi ul li.current-menu-parent a:focus,
#navi ul li.current-menu-ancestor a:focus,
#navi ul li.current-page-ancestor a:focus,
#navi ul li.current-cat a:focus,
#navi ul li.current_page_item a,
#navi ul li.current-menu-item a,
#navi ul li.current-menu-parent a,
#navi ul li.current-menu-ancestor a,
#navi ul li.current-page-ancestor a {
    background-color: #ffffff;
    font-weight: 500;
    color: #283545;
}

#navi ul li.active a,
#navi ul li a:hover,
#navi ul li a:focus {
    background-color: #DEE1E5;
    font-weight: 500;
    color: #283545;
}

#navi ul li.active a:hover,
#navi ul li.active a:focus {
    background-color: #ffffff;
    font-weight: 500;
    color: #283545;
}

#navi ul li ul {
    display: none;
    position: absolute;
    top: 37px;
    left: -1px;
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 10;
}

#navi ul li ul li {
    display: block;
    margin-bottom: 1px;
}

#navi ul li ul li a {
    display: block;
    min-width: 275px;
    text-align: left;
    padding-left: 20px;
    background: #ffffff;
    color: #000000;
}

ul#slider {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    background-image: url('img/gradient_bottom_darkgrey.png');
    background-position: bottom center;
    background-repeat: repeat-x;
    background-color: #171f28;

}

ul#slider li {
    width: 100%;
    background-repeat: repeat-x, repeat-x, no-repeat;
    background-position: top center, bottom center, bottom center;
    padding: 160px 0;
    margin: 0;
}

@media (max-width: 1023px) {
    ul#slider li {
        padding: 80px 0;
    }
}

ul#sliderInside {
    width: 100%;
    height: 350px;
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    background-image: url('img/gradient_bottom_darkgrey.png');
    background-position: bottom center;
    background-repeat: repeat-x;
    background-color: #171f28;
}

ul#sliderInside li {
    width: 100%;
    height: 350px;
    background-repeat: repeat-x, repeat-x, no-repeat;
    background-position: top center, bottom center, bottom center;
    padding: 250px 0 0 0;
    margin: 0;
}

ul#sliderInsideXS {
    width: 100%;
    height: 250px;
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    background-image: url('img/gradient_bottom_darkgrey.png');
    background-position: bottom center;
    background-repeat: repeat-x;
    background-color: #171f28;

}

ul#sliderInsideXS li {
    width: 100%;
    height: 250px;
    background-repeat: repeat-x, repeat-x, no-repeat;
    background-position: top center, bottom center, bottom center;
    padding: 250px 0 0 0;
    margin: 0;
}

ul#slider h1,
ul#sliderInside h1 {
    font-size: 3em;
    font-weight: 100;
    color: #ffffff;
    padding: 0;
    margin: 0 0 20px 0;
    filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.8));
}

ul#slider h2,
ul#sliderInside h2 {
    font-size: 26px;
    line-height: 1.4em;
    color: #ffffff;
    padding: 0;
    margin: 0 auto 80px auto;
    filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.8));
    max-width: 700px;
}

ul#slider .button {
    margin-bottom: 0;
}

ul#sliderInsideXS h1,
ul#sliderInsideXS h2 {
    display: none;
}

#phone {
    position: absolute;
    top: 20px;
    left: 20px;
    color: #ffffff;
    font-size: 1.1em;
}

#phone a {
    display: block;
    color: #ffffff;
    text-align: left;
    background-image: url('img/icon_phone.svg');
    background-repeat: no-repeat;
    background-position: 0 5px;
    background-size: 20px 20px;
    padding: 0 0 0 25px;
    margin: 0;
}

#phone a:hover {
    opacity: 0.5;
}

.slick-prev,
.slick-next {
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: 35px 35px;
    text-indent: -9999em;
    z-index: 100;
    cursor: pointer;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}

.slick-prev {
    left: 0;
    top: 32%;
    background-image: url('img/arrow_left.svg');
    background-position: center left;
}

.slick-next {
    right: 0;
    top: 32%;
    background-image: url('img/arrow_right.svg');
    background-position: center right;
}

.slick-prev:hover,
.slick-next:hover {
    opacity: 0.5;
}

ul.slick-slider {}

ul.slick-dots {
    display: inline-block;
    padding: 30px 0 !important;
    margin: 0;
}

ul.slick-dots li {
    float: left;
    width: 20px;
    height: 20px;
    padding: 7px;
    margin: 0;
    outline: none;
}

ul.slick-dots li.slick-active {
    float: left;
    width: 20px;
    height: 20px;
    padding: 5px;
    margin: 0;
    outline: none;
}

ul.slick-dots li button {
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    padding: 0;
    margin: 0;
    background: rgba(0, 0, 0, 0.25);
    text-indent: -9999em;
}

ul.slick-dots li.slick-active button {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    padding: 0;
    margin: 0;
    background: rgba(0, 0, 0, 1);
    text-indent: -9999em;
}

#imageSlider ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#imageSlider ul li.imageHolder {
    display: block;
    min-height: 300px;
    padding: 0;
    margin: 0 10px;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#imageSlider ul li.imageHolder a {
    display: block;
    width: 100%;
    min-height: 300px;
}

#pagelinkSlider {
    max-height: 450px;
    margin-bottom: 60px;
    overflow: hidden;
}

#pagelinkSlider ul {
    list-style: none;
    padding: 0 40px;
    margin: 0;
}

#pagelinkSlider ul li.pagelinkItem {
    display: block;
    border-radius: 5px;
    background: #ffffff;
    padding: 0;
    margin: 0 10px;
    width: 100%;
    min-height: 385px;
    cursor: pointer;
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
}

#pagelinkSlider ul li.pagelinkItem:hover {
    background: rgba(255, 255, 255, 0.9);
}

#pagelinkSlider ul li.pagelinkItem .description {
    padding: 30px 20px 0 20px;
    text-align: left;
}

#pagelinkSlider ul li.pagelinkItem .description h3 {
    color: #283545;
    font-size: 1.5em;
    line-height: 1.2em;
    margin-bottom: 0;
    min-height: 90px;
}

#pagelinkSlider ul li.pagelinkItem .description a,
#pagelinkSlider ul li.pagelinkItem .description a:hover,
#pagelinkSlider ul li.pagelinkItem .description a:focus {
    color: #BEA064;
}

#pagelinkSlider ul li.pagelinkItem img {
    border-radius: 5px 5px 0 0;
}

.imageLinkHolder {
    cursor: pointer;
    padding: 0;
    margin-bottom: 60px;
    border-radius: 5px;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;

}

.imageLinkHolder .descriptionHolder {
    border-radius: 5px;
    position: relative;
    width: 100%;
    min-height: 300px;
    background-image: url('img/gradient_bottom_black.png');
    background-repeat: repeat-x;
    background-position: bottom center;
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
}

.imageLinkHolder .descriptionHolder .descriptionTitle {
    position: absolute;
    width: 100%;
    padding: 0 0 0 20px;
    bottom: 0;
    left: 0;
    text-align: left;
    background-image: url('img/arrow_right.svg');
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: top right 20px;
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    color: #ffffff;
}

.imageLinkHolder .descriptionHolder .descriptionTitle h2,
.imageLinkHolder .descriptionHolder .descriptionTitle h3 {
    font-size: 1.8em;
    color: #ffffff;
}

.imageLinkHolder .descriptionHolder .descriptionTitle p {
    margin: 0;
    padding: 0;
    font-size: 1em;
    line-height: 1em;
}

.imageLinkHolder .descriptionHolder:hover {
    background-color: rgba(0, 0, 0, 0.3);
}

.imageLinkHolder .descriptionHolder:hover .descriptionTitle {
    padding: 0 0 0 40px;
    background-position: top right 40px;
}


footer {
    background-color: #283545;
    color: #ffffff;
    padding: 30px 0;
    margin: 0;
}

footer h2 {
    color: #ffffff;
    font-size: 1.6em;
    line-height: 1.2em;
}

footer .button {
    margin-bottom: 0 !important;
}

footer .contentPadding {
    padding: 20px 0 0 0;
    margin: 0;
}

footer .contentPadding h2 {
    margin: 0;
}

footer a,
footer a:hover,
footer a:focus {
    color: #ffffff;
}

#footerCopy {
    text-align: center;
    font-size: 0.9em;
    padding: 20px 0;
    border-top: solid 1px #BEA064;
    background-color: #F5F5F5;
}

#footerCopy a,
#footerCopy a:hover,
#footerCopy a:focus {
    color: #BEA064;
}


.newsItem {
    background-color: #F5F5F5;
    border: solid 1px #BEA064;
    border-radius: 5px;
    margin-bottom: 30px;
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
}

.newsItem:hover {
    background-color: #ffffff;
}

.newsItem h2 {
    font-size: 1.5em;
    font-weight: 500;
    line-height: 1.2em;
    color: #BEA064;
    padding: 0;
    margin: 0 0 10px 0;
}

.newsItem p {
    margin-bottom: 20px;
}

.newsDetail h1,
.newsDetail h2 {
    margin-bottom: 20px;
}

.newsDetail .detailImage {
    margin-bottom: 60px;
}

.newsItemSmall h3 {
    font-size: 1.5em;
    font-weight: 500;
    line-height: 1.2em;
    color: #BEA064;
    padding: 0;
    margin: 0 0 10px 0;
}

@media (min-width: 991px) and (max-width: 1081px) {
    button.openMenu {
        display: block !important;
    }

    #navi {
        display: none;
    }

    .topOffset {
        margin-top: -450px;
    }

    header h1 {
        margin: 200px 0 20px 0;
    }

    #butterfly {
        top: 60px;
        right: 40px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    button.openMenu {
        display: block !important;
    }

    #navi {
        display: none;
    }

    .topOffset {
        margin-top: -450px;
    }

    header h1 {
        margin: 100px 0 20px 0;
    }

    #butterfly {
        top: 60px;
        right: 40px;
    }
}

@media (max-width: 767px) {
    button.openMenu {
        display: block !important;
    }

    #navi {
        display: none;
    }

    #phone {
        font-size: 0.9em;
    }

    #phone a {
        background-size: 15px 15px;
        padding: 0 0 0 20px;
        margin: 0;
    }

    .topOffset {
        margin-top: -400px;
    }

    ul#slider h1 {
        margin: 0 0 20px 0;
        font-size: 2.4em;
    }

    ul#slider h2 {
        font-size: 1.2em;
        margin-bottom: 40px;
    }

    footer .contentPadding {
        padding: 20px;
        margin: 0;
        text-align: center;
    }

    footer .button {
        margin-bottom: 40px !important;
    }

    .contentPadding {
        padding: 60px 30px;
    }

    .smallBgWhite {
        margin: 0;
        background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8), #ffffff);
    }
}

/** ----- Start Bomondo redesign ----- **/

/**
 * Top header
 */
.top-header {
    padding: 12px 0;
    background: #BEA064;
}

@media (max-width: 1023px) {
    .top-header {
        padding: 10px 0;
    }
}

.top-header .rating-container {
    display: flex;
    align-items: center;
}

@media (max-width: 1023px) {
    .top-header .rating-container {
        display: none;
    }
}

.top-header .rating {
    display: flex;
    align-items: center;
}

.top-header .stars {
    display: flex;
    margin-right: 15px;
}

.top-header .star {
    display: block;
    height: 20px;
    fill: rgba(255, 255, 255, 0.5);
    margin-right: 5px;
}

.top-header .star:last-child {
    margin-right: 0;
}

.top-header .rating-text {
    color: rgba(255, 255, 255, 0.5);
    opacity: 0.5;
    transform: translateY(1px);
}

.top-header .rating-text span {
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    opacity: 1;
}

.top-header .nav-call-wrap {
    display: flex;
    justify-content: right;
}

@media (max-width: 1023px) {
    .top-header .nav-call-wrap {
        justify-content: center;
    }
}

.top-header .nav {
    display: flex;
    align-items: center;
    margin-right: 30px;
}

@media (max-width: 1023px) {
    .top-header .nav {
        display: none;
    }
}

.top-header .nav ul {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.top-header .nav li {
    margin-right: 20px;
}

.top-header .nav li:last-child {
    margin-right: 0;
}

.top-header .nav a {
    color: #283545;
}

.top-header .nav a:hover {
    color: #455c78;
}

.top-header .call-us {
    display: flex;
    align-items: center;
}

.top-header .call-us-txt {
    color: #283545;
    font-weight: 600;
    margin-right: 15px;
}

.top-header .call-us-link {
    display: flex;
    background: #283545;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 16px;
    border-radius: 40px;
}

.top-header .call-us-link:hover {
    background: #455c78;
}

.top-header .call-us-ico {
    display: block;
    height: 15px;
    transform: translateY(4px);
    margin-right: 8px;
}

/**
 * Main header
 */
.main-header {
    padding: 15px 0;
}

.main-header .header-logo {
    height: 110px;
    position: relative;
}

@media (max-width: 1023px) {
    .main-header .header-logo {
        height: 80px;
    }
}

.main-header .toggle {
    position: absolute;
    top: calc(50% - 11px);
    right: 15px;
    display: none;
    width: 32px;
    z-index: 1;
    cursor: pointer;
}

@media only screen and (max-width: 1023px) {
    .main-header .toggle {
        display: block;
    }
}

.main-header .toggle .dash {
    display: block;
    height: 3px;
    background: #283545;
    transition: all 0.2s ease;
    width: 100%;
}

.main-header .toggle .dash-1,
.main-header .toggle .dash-2 {
    margin-bottom: 7px;
}

.main-header .toggle.open .dash-1 {
    transform: rotate(45deg) translateY(8px) translateX(8px);
}

.main-header .toggle.open .dash-2 {
    width: 100%;
    transform: rotate(135deg) translateY(-1px) translateX(0px);
}

.main-header .toggle.open .dash-3 {
    display: none;
}

.main-header .nav-wrap {
    display: flex;
    justify-content: right;
    align-items: center;
}

@media (max-width: 1023px) {
    .main-header .nav-wrap {
        display: none;
    }
}

.main-header #menu-hoofd-menu {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

@media (max-width: 1023px) {
    .main-header #menu-hoofd-menu {
        display: block;
        margin-top: 30px;
    }
}

.main-header #menu-hoofd-menu li {
    margin-right: 30px;
}

@media (max-width: 1023px) {
    .main-header #menu-hoofd-menu li {
        margin-bottom: 20px;
    }
}

.main-header #menu-hoofd-menu li:last-child {
    margin-right: 0;
}

.main-header #menu-hoofd-menu li a.open .chevron-icon {
    transition: all 0.2s;
}

.main-header #menu-hoofd-menu li a.open .chevron-icon {
    transform: rotate(180deg);
}

.main-header #menu-hoofd-menu a {
    color: #283545;
}

@media (max-width: 1023px) {
    .main-header #menu-hoofd-menu a {
        font-size: 20px;
    }
}

.main-header #menu-hoofd-menu a .chevron-icon {
    color: #BEA064;
}

.main-header #menu-hoofd-menu a:hover {
    color: #BEA064;
}

.main-header #menu-hoofd-menu .sub-menu {
    display: none;
    position: absolute;
    list-style-type: none;
    margin: 0;
    padding: 15px;
    background: #FFFFFF;
    z-index: 1;
}

@media (max-width: 1023px) {
    .main-header #menu-hoofd-menu .sub-menu {
        position: relative;
    }
}

@media (min-width: 1024px) {
    .main-header #menu-hoofd-menu .menu-item-has-children:hover .sub-menu {
        display: block;
    }
}

.main-header #menu-hoofd-menu .sub-menu li {
    margin-bottom: 5px;
}

.main-header #menu-hoofd-menu .sub-menu li:last-child {
    margin-bottom: 0;
}

@media (max-width: 1023px) {
    .main-header .menu-item-has-children>a {
        font-weight: 500;
    }
}

/**
 * Footer
 */
.footer-text {
    padding-top: 60px;
}

@media (max-width: 1081px) {
    .footer-text {
        text-align: center !important;
    }
}

.footer-logo {
    display: block;
    width: 100%;
    max-width: 230px;
    padding: 60px 0;
}

@media (max-width: 1081px) {
    .footer-logo {
        padding: 60px 0 0 0;
        margin: 0 auto;
    }
}

.footer-tag-line {
    padding-top: 178px;
    text-transform: uppercase;
    color: #BEA064;
    letter-spacing: 4px;
    font-size: 18px;
    text-align: right;
}

@media (max-width: 1081px) {
    .footer-tag-line {
        padding: 60px 0 30px 0;
        text-align: center;
        font-size: 16px;
    }
}

/**
 * Sub footer
 */
#footerCopy {
    text-align: left;
    font-size: 18px !important;
    border-top: none;
}

@media (max-width: 1081px) {
    #footerCopy {
        padding: 30px 0;
    }
}

#footerCopy .large-8 {
    text-align: right;
    padding-top: 7px;
}

@media (max-width: 1081px) {
    #footerCopy .large-8 {
        text-align: center;
        margin-top: 15px;
        padding-top: 0;
    }
}

@media (max-width: 1081px) {
    #footerCopy .social-icons {
        text-align: center;
        margin-bottom: 30px;
    }
}

#footerCopy .social-icon {
    display: inline-block;
    background: #BEA064;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    padding-top: 8px;
    margin-right: 6px;
}

#footerCopy .social-icon:hover {
    transition: all 0.2s;
    background: #283545;
}

#footerCopy .social-icon-i {
    display: inline-block;
    height: 24px;
}

#footerCopy .social-icon-f {
    display: inline-block;
    height: 24px;
}

/**
 * Subjects
 */
section.subjects {
    padding: 80px 0 70px 0;
    background: #BEA064;
}

@media (max-width: 1081px) {
    section.subjects {
        padding: 40px 0 30px 0;
    }
}

section.subjects .subjects-title {
    color: #FFFFFF;
    font-size: 40px;
    text-align: center;
    margin-bottom: 30px;
}

section.subjects .subjects {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

section.subjects .subjects a {
    display: inline-block;
    padding: 6px 16px;
    margin-right: 6px;
    margin-bottom: 10px;
    border: 1px solid #FFFFFF;
    border-radius: 20px;
    color: #FFFFFF;
}

section.subjects .subjects a:hover {
    background: #FFFFFF;
    color: #BEA064;
}

/**
 * Quote
 */
section.quote {
    padding: 80px 0;
}

@media (max-width: 1081px) {
    section.quote {
        padding: 40px 0;
    }
}

section.quote h2 {
    font-size: 28px;
    font-weight: 300;
    color: #283545;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
    font-style: italic;
    line-height: 1.4;
}

/**
 * Team
 */
section.team {
    position: relative;
    padding: 64px 0;
    background: #dfe0e2;
    overflow: hidden;
}

@media screen and (max-width: 1024px) {
    section.team {
        padding: 60px 0;
    }
}

section.team .section-title {
    text-align: center;
    margin-bottom: 44px;
}

section.team .cell {
    position: relative;
}

section.team .grid-container .items {
    width: 2800px;
}

@media screen and (max-width: 1024px) {
    section.team .grid-container .items {
        width: 2200px;
    }
}

section.team .grid-container .items .slick-track {
    margin-left: 0;
    margin-right: 0;
}

section.team .grid-container .items .item {
    margin: 16px 15px 16px 0;
    position: relative;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    background: white;
    /* replace var(--white) */
    text-decoration: none;
    transition: all 0.3s;
    min-width: 320px;
    max-width: 320px;
}

@media screen and (max-width: 1024px) {
    section.team .grid-container .items .item {
        min-width: 220px;
        max-width: 220px;
    }
}

section.team .grid-container .items .item:hover {
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.2);
}

section.team .grid-container .items .item:hover .body {
    background: #f8f5ef;
}

section.team .grid-container .items .item:hover .read-more {
    color: #cbb383 !important;
}

section.team .grid-container .items .item .image {
    height: 300px;
    background-size: cover;
    background-position: center center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

section.team .grid-container .items .item .body {
    padding: 30px 30px 100px 30px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

section.team .grid-container .items .item .body .post-title {
    margin: 0 0 8px 0;
    font-size: 20px;
    line-height: 1.4;
    color: #283545;
    font-weight: 500;
}

section.team .grid-container .items .item .body .post-excerpt {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #283545;
    opacity: 0.6;
}

section.team .grid-container .items .item .actions {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

section.team .grid-container .items .item .actions .actions-inner {
    padding: 30px;
}

section.team .grid-container .items .item .actions .actions-inner .read-more {
    color: #BEA064;
    transition: all 0.3s;
    font-weight: 500;
}

section.team .prev {
    position: absolute;
    top: calc(50% - 25px);
    left: -40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.2);
    border: 2px solid #FFFFFF;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s;
}

section.team .prev:hover {
    background: rgba(0, 0, 0, 0.4);
}

section.team .prev svg {
    height: 22px;
    fill: #FFFFFF;
    transform: rotate(180deg);
}

@media screen and (max-width: 1024px) {
    section.team .prev {
        left: 10px;
    }
}

section.team .next {
    position: absolute;
    top: calc(50% - 25px);
    right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.2);
    border: 2px solid #FFFFFF;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s;
}

section.team .next:hover {
    background: rgba(0, 0, 0, 0.4);
}

section.team .next svg {
    height: 22px;
    fill: #FFFFFF;
}

@media screen and (max-width: 1024px) {
    @media screen and (max-width: 1024px) {
        section.team .next {
            right: 10px;
        }
    }
}

section.team .button {
    margin: 0;
    color: rgb(40, 53, 69);
    border-color: rgb(40, 53, 69);
}

section.team .btn-wrap {
    display: flex;
    justify-content: center;
    margin-top: 44px;
}

section.team .button:hover {
    background: rgb(40, 53, 69);
    color: #FFFFFF;
}

/**
 * Quote
 */
section.advisor {
    padding-top: 30px;
    background: #283545;
}

section.advisor+section .cell:first-child .contentPadding {
    padding-left: 0;
}

section.advisor+section .cell:last-child .contentPadding {
    padding-right: 0;
}

@media screen and (max-width: 1024px) {
    section.advisor+section .contentPadding {
        padding-left: 0;
        padding-right: 0;
    }
}

section.advisor+section .button {
    margin-left: 0;
}

section.advisor .large-9 {
    display: flex;
    align-items: center;
}

section.advisor .inner {
    max-width: 750px;
}

section.advisor h2 {
    color: #FFFFFF;
}

section.advisor p {
    font-size: 18px;
    color: #FFFFFF;
}

section.advisor img {
    display: block;
    max-width: 270px;
    margin: 0 auto;
}

/**
 * Inline quote
 */
.inline-quote {
    position: relative;
    letter-spacing: normal;
    text-align: center;
    color: rgba(40, 53, 69, 0.7);
    font-size: 28px;
    font-weight: 300;
    max-width: 80%;
    margin: 0 auto 60px auto;
    padding: 15px 0;
}

.inline-quote:before {
    content: '';
    position: absolute;
    top: 0;
    display: block;
    left: calc(50% - 50px);
    height: 2px;
    width: 100px;
    background: #BEA064;
}

.inline-quote:after {
    content: '';
    position: absolute;
    bottom: 0;
    display: block;
    left: calc(50% - 50px);
    height: 2px;
    width: 100px;
    background: #BEA064;
}