/*
 Theme Name:     Divi Child Theme by WebNexus
 Theme URI:      https://www.webnexus.nl/
 Description:    Divi Child Theme by WebNexus
 Author:         WebNexus
 Author URI:     https://www.webnexus.nl
 Template:       Divi
 Version:        2.0
*/

 
/* Start your custom CSS below this comment
============================================ */

/* Custom fonts */

#footer-bottom .cookie-button.et_pb_button, #footer-bottom .cookie-button.et_pb_button:hover {
    color: inherit!important;
    background-color: transparent;
    padding: 0!important;
    border: none;
    text-transform: none;
    font-family: inherit;
    margin: 0;
	font-size: inherit;
	letter-spacing: 0;
}

/* Setting the breakpoint of the mobile menu */
@media only screen and ( max-width: 1100px ) {
    #top-menu-nav, #top-menu {display: none;}
    #et_top_search {display: none;}
    #et_mobile_nav_menu {display: block;}
    a#header-btn {display: none;}
    body header#main-header {border-bottom: 1px solid #e2e2e2!important;}

}
/* Adjust height of mobile menu button */
@media screen and (max-width: 1100px) and (min-width: 981px) {
    div#et-top-navigation {
        padding-top: 20px!important;
        padding-bottom: 15px!important;
    }
}

/* /////////////////////////////////////////*/
/* -------------- MAIN HEADER ------------- */
/* /////////////////////////////////////////*/
@media only screen and (min-width: 1100px) {
	.et_transparent_nav #page-container {
        padding-top: 50px!important; /* CHANGE THIS VALUE TO MATCH THE ONE SET ON THE WEBSITE IN JS */
    }
    .transparent-menu.et_transparent_nav #page-container {
        padding-top: 0!important; /* CHANGE THIS VALUE TO MATCH THE ONE SET ON THE WEBSITE IN JS */
    }
}

@media only screen and (max-width: 980px) {
    header#main-header {
        position: fixed!important;
        top: 0!important;
    }
    body.admin-bar.et_fixed_nav #main-header, body.admin-bar.et_non_fixed_nav.et_transparent_nav.et_secondary_nav_enabled #main-header {
        top: 46px!important;
    }
    #top-header {
        display: none!important;
    }
}

@media only screen and (min-width: 981px) {
    body #main-header {
        background-color: #fff;
        border-bottom: 2px solid #b57029!important
    }
}

@media only screen and (min-width: 981px) {
    body #top-header, body #et-secondary-nav li ul {
        background-color: #f2f2f2;
    }

    body #top-header a, body #et-secondary-nav li ul a {
        color: #fff;
    }

    body.transparent-menu #top-header, body.transparent-menu #et-secondary-nav li ul{
        background-color: rgba(0,0,0,0.35);
    }

    body.transparent-menu #top-header a, body.transparent-menu #et-secondary-nav li ul a {
        color: #fff;
    }

    body.transparent-menu .et-fixed-header#top-header, body.transparent-menu #et-secondary-nav li ul {
        background-color: #f2f2f2;
    }

    body.transparent-menu .et-fixed-header#top-header a, body.transparent-menu #et-secondary-nav li ul a {
        color: #fff;
    }
    .transparent-menu #main-header #et-top-navigation #top-menu.nav > li > a {
        color: #fff;
    } 
    .transparent-menu #main-header #et-top-navigation #top-menu.nav > li.current-menu-item > a {
        color: #b57029;
    }   
}

@media only screen and (max-width: 980px) {
    body #top-header, body #et-secondary-nav li ul {
        background-color: #f2f2f2!important;
    }

    body #top-header a, body #et-secondary-nav li ul a {
        color: #fff!important;
    }
}

/* Fullwidth Primary Menu between 981px and 1309px */
@media only screen and (min-width: 981px) and (max-width: 1309px) {
    body #page-container #main-header .container {
        width: auto;
        max-width: 100%;
        padding-right: 30px;
        padding-left: 30px;
        margin-left: 0;
    }
}

#main-header .nav li ul a {
    color: #444!important;
}


/* /////////////////////////////////////////*/
/* ------- FULLWIDTH HEADER HOMEPAGE ------ */
/* /////////////////////////////////////////*/

@media only screen and (min-width: 981px) {
	.wn_fullwidth_header_home {
	    padding: 200px 0 150px 0!important;
	}
    .et_pb_button_one {
        margin-top: 27px!important;
    }
}

@media only screen and (max-width: 980px) {
    .wn_fullwidth_header_home {
        padding: 179px 0 100px 0!important;
    }
}

@media only screen and (max-width: 767px) {
    .wn_fullwidth_header_home {
        padding: 120px 0 50px 0!important;
    }
}

/* /////////////////////////////////////////*/
/* ------------ FULLWIDTH HEADER ---------- */
/* /////////////////////////////////////////*/

@media only screen and (min-width: 981px) {
	.wn_fullwidth_header {
	    padding: 100px 0!important;
	}
}

@media only screen and (max-width: 980px) {
    .wn_fullwidth_header {
        padding: 50px 0!important;
    }
}

@media only screen and (max-width: 767px) {
    .wn_fullwidth_header {
        padding: 30px 0!important
    }
}

@media only screen and (max-width: 479px) {
    .wn_fullwidth_header {
        padding: 20px 0!important;
    }
}


/* /////////////////////////////////////////*/
/* ------------ GENERAL SETTINGS ---------- */
/* /////////////////////////////////////////*/

/* Setting the breakpoint of the mobile menu */
@media only screen and (max-width: 980px) {
    #top-menu-nav, #top-menu {
        display: none;
    }

    #et_top_search {
        display: none;
    }

    #et_mobile_nav_menu {
        display: block;
    }
}

@media only screen and (min-width: 981px) {
    .hide-on-desktop {
        display: none!important;
    }
}

#et_top_search {
    display: none;
}


/* /////////////////////////////////////////*/
/* ---------------- SUBMENU --------------- */
/* /////////////////////////////////////////*/

.nav li ul {
    padding: 10px 0;
    width: 240px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

#top-menu li {
    cursor: pointer;
}

#top-menu li li {
    padding: 0 10px;
    width: 100%;
}

#top-menu li li a {
    width: 100%;
}

body #main-header .nav li ul.sub-menu {
	background: #fff;
}



/* /////////////////////////////////////////*/
/* -------------- MOBILE MENU ------------- */
/* /////////////////////////////////////////*/

@media only screen and (max-width: 980px) {
    body.fixedPosition {
        height: 100%;
        overflow: hidden;
    }
}

/* when mobile menu is open, change hamburger icon to x icon */
.mobile_nav.opened .mobile_menu_bar:before {
    content: "\4d";
}

/* makes sub sub menu icon be right arrow instead of down arrow */
#top-menu .menu-item-has-children .menu-item-has-children > a:first-child::after, 
#et-secondary-nav .menu-item-has-children .menu-item-has-children > a:first-child::after {
    content: '5';   
}

/* - mobile menu toggling elements, injected via jQuery - */

/* make menu list item be relative, to be able to position toggle within this item */
#main-header #mobile_menu.et_mobile_menu .menu-item-has-children {
    position: relative; 
}

/* the new toggle element, which is added via jQuery */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle {
    position: absolute;
    z-index: 1;
    width: 60px;
    height: 63px;
    height: calc(((100vh - 219px)/7.5) + 23px);
    line-height: calc(((100vh - 219px)/7.5) + 23px);
    border-radius: 50%;
    right: 0;
    cursor: pointer;
    text-align: center;
    color: #b57029;
    padding-left: 100%;
    top: -12px;
    padding-right: 10%;
}

/* the new toggle element when popped */

/* toggle icon */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle::before {
    font-family: "ETmodules" !important;
    font-weight: normal;
    font-style: normal;
    border-radius: 100%;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 36px;
    font-size: 40px;
    text-transform: none;
    speak: none;
    content: '\33';
    margin-left: -60px;
    vertical-align: middle;
}
/* toggle icon when triggered */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped::before {
    content: '\32';
}
/* hide sub menus by default */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle ~ ul.sub-menu {
    display: none !important;
    padding-left: 0;
}
/* show sub menu when triggered via jQuery toggle, and add slight bg color */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped ~ ul.sub-menu {
    display: block !important;
    background-color: rgba(255,255,255,.05);
}
/* remove sub menu list item left padding, since padding will be on anchors */
    #main-header #mobile_menu.et_mobile_menu li li {
    padding-left: 0;
}

    /* adjust mobile menu anchors side paddings */
#main-header #mobile_menu.et_mobile_menu li a {
    width: 80%;
    margin: 0 auto;
    padding-top: calc(((100vh - 219px)/20));
    padding-bottom: calc(((100vh - 219px)/20));
}

#main-header #mobile_menu.et_mobile_menu li li {
    background-color: initial!important;
}

#main-header #mobile_menu.et_mobile_menu li.offerte-btn-mobile {
    background-color: #26a69a;
}

/* indent sub menu */
#main-header #mobile_menu.et_mobile_menu li li a {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px!important;
    padding-bottom: 20px!important;
}
/* indent sub sub menus further */
#main-header #mobile_menu.et_mobile_menu li li li a {
    padding-left: 40px;
    padding-right: 20px;
}
/* if mobile menu anchor has toggle, make room for it to fit next to the link */
#main-header #mobile_menu.et_mobile_menu .menu-item-has-children .sub-menu-toggle + a {
    padding-right: 44px;
}

/* - end mobile menu toggling elements - */

/* undo Divi's default styling of mobile menu links that have children */
#main-header #mobile_menu.et_mobile_menu .menu-item-has-children > a {
    background-color: transparent;
    font-weight: inherit;
}

/* make the current page's mobile menu link be different */

.et_mobile_menu .menu-item-has-children > a {
    background-color: transparent;
}

.et_mobile_menu .menu-item-has-children > a:after {
    border-top: 7px solid #ce4746;
}

#mobile_menu.et_mobile_menu {
    top: 0;
    background-color: #fff!important;
    position: fixed;
    z-index: 9998;
    overflow: scroll !important;
    height: 100%!important;
    min-height: 100vh;
    padding: 5vh 0 15vh 0!important;
    display: block!important;
    margin-bottom: 0px!important;
    border: none;
}

.et_mobile_menu li a {
    font-size: 1.25em;
    border: 0;
    padding: 4% 0;
    -webkit-transition: all 0.1s ease-in-out;
     transition: all 0.1s ease-in-out;
     color: #212121!important;
}

/********  This snippet allows you to customize the style of the submenu.  ******/

.mobile_nav ul#mobile_menu li ul li a {
    font-size: 1.05em !important;
    font-weight: 400;
    margin: auto;
    padding: 4% 0;
    color: #212121!important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

@media only screen and (max-width: 350px) {
    .mobile_nav ul#mobile_menu li ul li a {
        font-size: 1em !important;
        font-weight: 400;
        margin: auto;
        padding: 5% 0;
        color: #212121!important;
    }
}

/*******  Here you can customize the color of the link active / current ********/

.mobile_nav ul#mobile_menu .current_page_item.offerte-btn-mobile > a {
    color: #fff!important;
}

span.mobile_menu_bar {
    z-index: 9999;
}

.mobile_menu_bar:before {
    color: #b57029!important;
}

/********  Remove this line of code if you want it on the icon for the search function  ******/

#et_search_icon {
    display: none;
}

/********  Custom color icon Hamburger for Mobile Menu  ******/

#main-header .et_mobile_menu li ul {
    padding-left: 0;
}

.et_mobile_menu li li {
    padding-left: 0;
}

.mobile_nav.closed #mobile_menu {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.4s 0s;
    -moz-transition: -moz-transform 0.4s 0s;
    transition: transform 0.4s 0s;
}

.mobile_nav.opened #mobile_menu {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-overflow-scrolling: touch;
    -webkit-transition: -webkit-transform 0.4s 0s;
    -moz-transition: -moz-transform 0.4s 0s;
    transition: transform 0.4s 0s;
}

@media only screen and (max-width: 980px) {
    #main-header {
        height: 81px;
    }
    #main-header > .container {
        height: 100%;
    }
}

/*---------------------------------------------> END MENU MOBILE <---------------------------------------*/



/* /////////////////////////////////////////*/
/* --------------- TYPOGRAPHY --------------*/
/* /////////////////////////////////////////*/

h1 {
    font-size: 55px;
}

@media only screen and (max-width: 980px) {
    h1 {
        font-size: 40px;
    }
}

@media only screen and (max-width: 767px) {
    h1 {
        font-size: 35px;
    }
}

@media only screen and (max-width: 479px) {
    h1 {
        font-size: 26px;
    }
}

h2 {
    font-size: 37px;
    font-weight: 500!important;
}

@media only screen and (max-width: 980px) {
    h2 {
        font-size: 33px;
    }
}

@media only screen and (max-width: 767px) {
    h2 {
        font-size: 29px;
    }
}

h3 {
    font-weight: 600!important;
}

p {
    font-weight: 400;
}

h4 {
    font-size: 22px;
}

#footer-widgets .footer-widget li a:hover {
	text-decoration: underline;
}

footer#main-footer {
    font-size: 17px;
}

/* /////////////////////////////////////////*/
/* ----------------- FORMS ---------------- */
/* /////////////////////////////////////////*/

body .caldera-grid .form-control {
    background-color: #fff;
    border: 1px solid #cfcfcf !important;
    width: 100%;
    border-radius: 4px;
    font-size: 14px;
    color: #212121;
    padding: 15px!important;
    box-sizing: border-box;
    height: unset !important;
    box-shadow: unset !important;
}

/*//////////////////////////////////////*/
/*///////////////// BLOG ///////////////*/
/*//////////////////////////////////////*/

.wn-blog .et_pb_post a img {
    width: 100%;
    height: 320px;
    object-fit: cover;
}

.wn-blog .et_pb_post.has-post-thumbnail {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column wrap;
    flex-flow: column wrap;
}

.wn-blog .et_pb_post.has-post-thumbnail a + .blog-meta {
    -webkit-box-ordinal-group: -1;
    -moz-box-ordinal-group: -1;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
}

.wn-blog .et_pb_posts .et_pb_post {
    background-color: #fff;
    margin-bottom: 0;
    border-bottom: 1px solid #e2e2e2;
}

.wn-blog .et_pb_posts .et_pb_post .blog-meta {
    padding: 30px 30px 20px 30px;
}

.wn-blog .et_pb_posts .et_pb_post .blog-meta > a {
    background: #ffb300;
    padding: 6px 12px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff!important;
    margin-right: 10px;
}

.wn-blog .et_pb_posts .et_pb_post .blog-meta > .entry-title {
    margin-top: 10px;
    padding-bottom: 5px;
    font-size: 33px;
    line-height: 1.1em;
}

.wn-blog .et_pb_posts .et_pb_post .blog-meta > .post-meta {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.wn-blog .et_pb_posts .et_pb_post .blog-meta > .post-meta > .published {
    margin-right: 20px;
}

.wn-blog .et_pb_posts .et_pb_post .post-content p {
    font-size: 16px!important;
    padding: 20px 30px 10px 20px;
    line-height: 1.6em;
}

.wn-blog .et_pb_posts .et_pb_post .post-content > .more-link {
    font-size: 16px!important;
    margin: 5px 30px 30px 20px;
    padding:  2px 12px;
    background-color: #158044;
    border-radius: 6px;
    display: inline-block;
    color: #fff;
    border: 1px solid #158044;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

.wn-blog .et_pb_posts .et_pb_post .post-content > .more-link:hover {
    background-color: transparent!important;
    color: #158044!important;
}

.wn-blog p, .wn-blog .et_pb_sidebar_0 li {
    font-size: 16px;
    line-height: 1.6em;
}

.wn-blog .et_pb_sidebar_0 #text-19 {
    padding: 30px 20px 30px 20px;
    background-color: #d2d2d2;
}

@media only screen and (max-width: 767px) {
    .wn-blog .et_pb_row {
        width: 100%;
        padding: 0;
    }
    .wn-blog .pagination {
        padding: 0 20px;
    }
    .wn-blog .et_pb_widget_area.et_pb_sidebar_0 #bloomwidget-7 {
        margin-bottom: 0!important;
    }
}

@media only screen and (min-width: 981px) {
    .wn-blog .et_pb_section_0 {
        padding-top: 179px;
    }
}

@media only screen and (max-width: 980px) {
    .wn-blog .et_pb_section_0 {
        padding-top: 0;
    }
}

.category .et_pb_post a img {
    width: 100%;
    height: 320px;
    object-fit: cover;
}

.category .et_pb_post.has-post-thumbnail {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column wrap;
    flex-flow: column wrap;
}

.category .et_pb_post.has-post-thumbnail a + .blog-meta {
    -webkit-box-ordinal-group: -1;
    -moz-box-ordinal-group: -1;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
}

.category .et_pb_posts .et_pb_post {
    background-color: #fff;
    margin-bottom: 0;
    border-bottom: 1px solid #e2e2e2;
}

.category .et_pb_posts .et_pb_post .blog-meta {
    padding: 30px 30px 20px 30px;
}

.category .et_pb_posts .et_pb_post .blog-meta > a {
    background: #ffb300;
    padding: 6px 12px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff!important;
    margin-right: 10px;
}

.category .et_pb_posts .et_pb_post .blog-meta > .entry-title {
    margin-top: 10px;
    padding-bottom: 5px;
    font-size: 33px;
    line-height: 1.1em;
}

.category .et_pb_posts .et_pb_post .blog-meta > .post-meta {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.category .et_pb_posts .et_pb_post .blog-meta > .post-meta > .published {
    margin-right: 20px;
}

.category .et_pb_posts .et_pb_post .post-content p {
    font-size: 16px!important;
    padding: 20px 30px 10px 20px;
    line-height: 1.6em;
}

.category .et_pb_posts .et_pb_post .post-content > .more-link {
    font-size: 16px!important;
    margin: 5px 30px 30px 20px;
    padding:  2px 12px;
    background-color: #158044;
    border-radius: 6px;
    display: inline-block;
    color: #fff;
    border: 1px solid #158044;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

.category .et_pb_posts .et_pb_post .post-content > .more-link:hover {
    background-color: transparent!important;
    color: #158044!important;
}

.category p, .category .et_pb_sidebar_0 li {
    font-size: 16px;
    line-height: 1.6em;
}

.category .et_pb_sidebar_0 #text-19 {
    padding: 30px 20px 30px 20px;
    background-color: #d2d2d2;
}

@media only screen and (max-width: 767px) {
    .category .et_pb_row {
        width: 100%;
        padding: 0;
    }
    .category .pagination {
        padding: 0 20px;
    }
    .category .et_pb_widget_area.et_pb_sidebar_0 #bloomwidget-7 {
        margin-bottom: 0!important;
    }
}

@media only screen and (min-width: 981px) {
    .category .et_pb_section_0 {
        padding-top: 179px;
    }
}

@media only screen and (max-width: 980px) {
    .category .et_pb_section_0 {
        padding-top: 0;
    }
}

/* /////////////////////////////////////////*/
/* ----------- SINGLE POST LAYOUT --------- */
/* /////////////////////////////////////////*/

@media only screen and (min-width: 981px) {
    .single-post #main-content .container {
        padding-top: 179px;
    }
}

.single-post .entry-content > .et_post_meta_wrapper > img {
    object-fit: cover;
    max-width: calc(100% + 80px);
    margin-left: -40px;
    height: 320px;
    width: calc(100% + 80px);
    margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
    .single-post .entry-content > .et_post_meta_wrapper > img {
        object-fit: cover;
        max-width: calc(100% + 60px);
        margin-left: -30px;
        height: 320px;
        width: calc(100% + 60px);
        margin-bottom: 20px;
    }
}


.single-post div#left-area .entry-content, 
.single-post div#left-area article .et_post_meta_wrapper section#comment-wrap,
#writer {
    padding: 40px!important;
    background-color: #fff;
    box-shadow: 0 3px 3px #e2e2e2;
    border-radius: 4px;
    margin-bottom: 20px;
}

.single-post #main-content {
    background-color: #f2f2f2!important;
}

.single-post h1.entry-title {
    font-size: 36px!important;
}

@media only screen and (max-width: 767px) {
    .single-post div#left-area .entry-content, 
    .single-post div#left-area article .et_post_meta_wrapper section#comment-wrap,
    #writer {
        padding: 30px!important;
    }

    .single-post #main-content > .container {
        width: 90%;
        padding-top: 40px!important;
    }

    .single-post h1.entry-title {
        font-size: 30px!important;
    }
}

@media (min-width: 981px) {
    .single-post #left-area {
        width: 70%;
    }
}

@media (min-width: 981px) {
    .single-post #content-area > div#sidebar {
        padding-left: 0;
        width: 25.5%;
    }
}

@media (min-width: 981px) {
    .single-post #main-content .container:before {
        width: 0;
    }
}

ol li a {
    transition: 0s ease;
}

/* /////////////////////////////////////////*/
/* ----------- HEADER CTA BUTTON ---------- */
/* /////////////////////////////////////////*/

#header-btn {
    float: right;
    font-size: 18px!important;
    padding: 0.3em 1em!important;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    transition: all 0.1s linear;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: all .4s ease-in-out;
    background-color: #b57029;
    border-color: #b57029!important;
}

.et-fixed-header a#header-btn {
    margin: 17.61px 0 0 30px;
}
a#header-btn {
    margin: 21px 0 0 30px;
}

#header-btn:hover, .transparent-menu .et-fixed-header #header-btn:hover {
    background: transparent;
    color: #b57029;
    border-color: #b57029!important;
}

.transparent-menu #header-btn:hover {
    background: transparent;
    color: #fff;
    border-color: #fff!important;
}

.et-fixed-header #header-btn {
	margin: 17.61px 0 0 20px;
	transition: all .4s ease-in-out;
}

@media only screen and (max-width: 980px) {
    #header-btn {
        display: none;
    }
}


/* /////////////////////////////////////////*/
/* -------------- OTHER BUTTONS ----------- */
/* /////////////////////////////////////////*/
body .et_pb_button, body .cookie_action_close_header, body .cookie_action_close_header_reject {
    color: #fff;
    line-height: 1.7em;
    display: inline-block;
    border-radius: 6px!important;
    position: relative;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
    cursor: pointer;
    font-weight: 500;
    padding: .6em 2em !important;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.et_pb_button:hover {
    background-color: transparent;
	padding: .6em 2em!important;
}

body .cookie_action_close_header, body .cookie_action_close_header_reject {
    background-color: #009688;
    border-color: #009688;
    font-size: 14px;
    padding: .3em 1.6em !important;
    margin-left: 10px;
    border: 1px solid #009688;
}

body .cookie_action_close_header:hover, body .cookie_action_close_header_reject:hover {
    background-color: transparent;
    color: #009688!important;
}

#cookie-law-info-bar {
    border: none!important;
    box-shadow: 0 -0.2px 5px 1px rgba(0,0,0,0.1);
}

#logo2 {
    display: inline-block;
    float: none;
    max-height: 54%;
    margin-bottom: 0;
    vertical-align: middle;
}

#logo {
    display: initial!important;
}

#logo2, .et-fixed-header #logo {
    display: none!important;
}

.et-fixed-header #logo2 {
    display: none!important;
}

@media only screen and (max-width: 980px) {
    #logo, #logo2 {
        display: inline-block!important;
        max-height: 70%;
        max-width: 50%;
    }
    #logo2 {
        display: none!important;
    }
    #main-header .et_mobile_menu {
        background-color: #fff!important;
    }
    #main-content .container {
        padding-top: 30px!important;
    }
}

.transparent-menu #main-header {
    background-color: transparent!important;
    border-bottom: none!important;
}

.transparent-menu .et-fixed-header#main-header {
    background-color: #fff!important;
    border-bottom: 1px solid #e2e2e2!important;
}


@media only screen and (max-width: 980px) {
    .transparent-menu.mobile-white-menu #main-header, body #main-header {
        background-color: #fff!important;
        border-bottom: 1px solid #e2e2e2!important;
    }
}

.transparent-menu #logo {
    display: none!important;
}

.transparent-menu #logo2, body .et-fixed-header #logo {
    display: inline!important;
}

.transparent-menu .et-fixed-header #logo2 {
    display: none!important;
}

@media only screen and (max-width: 980px) {
    .transparent-menu #logo {
        display: none!important;
    }
    .transparent-menu.mobile-white-menu #logo {
        display: inline-block!important;
    }
}

@media only screen and (max-width: 980px) {
    .transparent-menu #logo2 {
        display: inline-block!important;
    }
    .transparent-menu.mobile-white-menu #logo2 {
        display: none!important;
    }
}

@media only screen and (min-width: 768px) {
	.three-column-grid .et_pb_grid_item {
		width: 31.333% !important;
		margin: 0 3% 3% 0 !important;
	}
	 
	.three-column-grid .et_pb_grid_item:nth-child(3n) {
		margin-right: 0 !important;
	}
	 
	.three-column-grid .et_pb_grid_item:nth-child(4n+1) {
		clear: unset !important;
	}
}


#cookie-law-info-bar > span {
	display: block;
	max-width: 1080px;
	margin: 0 auto;
	width: 95%;
}

@media only screen and (max-width: 940px) {
	#cookie-law-info-bar > span > .cookie-message {
		display: block;
		margin-bottom: 7.5px;
		line-height: 1.4em;
	}
	.cookie-learn-more {
		display: inline-block;
	}
	#cookie-law-info-again {
		display: none;
	}
}

.mobile_menu_bar:after {
    content: 'MENU';
    position: relative!important;
    bottom: 7.6px;
    margin-left: 5px;
    font-weight: 500;
    font-size: 20px;
    transition: all .2s ease-in-out;
}

.et_header_style_left .mobile_menu_bar, .et_header_style_split .mobile_menu_bar {
    padding-bottom: 0;
    padding: 5px 17.5px!important;
    border-radius: 6px;
    margin-top: -5px;
    transition: all .2s ease-in-out;
}

.mobile_menu_bar:before, .mobile_menu_bar:after, body .et-fixed-header .mobile_menu_bar:after, body .et-fixed-header .mobile_menu_bar:before {
    color: #b57029!important;
}

.transparent-menu .mobile_menu_bar:before, .transparent-menu .mobile_menu_bar:after {
    color: #fff!important;
}

.mobile_nav.opened .mobile_menu_bar:after, .mobile_nav.opened .mobile_menu_bar:before, .transparent-menu.mobile-white-menu .mobile_menu_bar:before, .transparent-menu.mobile-white-menu .mobile_menu_bar:after {
    color: #b57029!important;
}

.et_header_style_left .mobile_menu_bar, .et_header_style_split .mobile_menu_bar, body.et_header_style_left .et-fixed-header .mobile_menu_bar {
    border: 1px solid #b57029;
}

.transparent-menu .mobile_menu_bar {
    border: 1px solid #fff;
}

.et_header_style_left .mobile_nav.opened .mobile_menu_bar, .transparent-menu.mobile-white-menu .mobile_menu_bar {
    border: 1px solid #b57029;
}


@media only screen and (max-width: 375px) {
    .et_header_style_left .mobile_menu_bar, .et_header_style_split .mobile_menu_bar {
        padding: 5px 10px;
    }
    .mobile_menu_bar:after {
        bottom: 9.1px;
        margin-left: 3px;
        font-size: 17px;
    }
    #logo2, .transparent-menu #logo {
        max-height: 33%;
        max-width: 100%;
    }
    #mobile_menu.et_mobile_menu {
        padding-top: 22%!important;
    }
}


/* ************** START EDITS ************** */

/***** Start Home Blurb *****/
.home-blurb img {
    max-width: 64px;
    max-height: 64px;
    margin-right: 15px;
}
/***** End Home Blurb *****/


/***** Start Accomodatie, cultuur & contact Header *****/
.acco-header, .cultuur-header {
    padding-top: 70px!important;
}
.contact-header {
    padding-top: 160px!important;
    padding-bottom: 160px;
}
/***** End Accomodatie Header *****/

/* /////////////////////////////////////////*/
/* ------- FULLWIDTH HEADER OVERONS ------- */
/* /////////////////////////////////////////*/

@media only screen and (min-width: 981px) {
    .wn_fullwidth_header_overons {
        padding: 300px 0 300px 0!important;
    }
}

@media only screen and (max-width: 980px) {
    .wn_fullwidth_header_overons {
        padding: 100px 0!important;
    }
}

@media only screen and (max-width: 767px) {
    .wn_fullwidth_header_overons {
        padding: 120px 0 80px 0!important;
    }
}



/* Home intro tekst */
.home-zon-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
}


/* Kamerfaciliteiten B&B pagina */
@media screen and (min-width: 981px) {
    div.kamerfaciliteiten {
        display: flex;
    }
    .kamerfaciliteiten ul:first-child {
        margin-right: 25px;
    }
    div.kamerfaciliteiten-right-column div.et_pb_button_module_wrapper {
        display: inline-block;
    }
}
.bb-fac-section h4.et_pb_module_header {
    color: #68331e;
}
.bb-fac-section .et_pb_blurb_description {
    color: rgba(104,51,30,0.85);
}

/* Wooden divider */
div.wooden-div-row img{
    width: 100% !important;
    height: 55px;
}


/* flag divider */
.flag-div-col {
    max-width: 50px!important;
    width: 50px!important;
    margin: 0!important;
}
.flag-div-col:last-child {
    max-width: 40px!important;
    width: 40px!important;
}
#first-flag {
}
div.flag-div-center {
    max-width: 90px!important;
    width: 90px!important;
}


/* Faciliteiten section */
.faciliteiten-section h4.et_pb_module_header {
    color: #68331e;
}
.faciliteiten-section div.et_pb_blurb_description p {
    color: rgba(104,51,30,0.85);
}

/* onze accomodaties home */
.onze-accomodaties-home p a {
    color: #68331e;
}
.onze-accomodaties-home h3 {
    font-size: 28px!important;
    padding-bottom: 0px!important;
}

.usp-home-row div.et_pb_blurb_container {
    vertical-align: middle!important;
}

/* Blurbs home */
div.home-blurb h4 {
    padding-bottom: 0;
    font-size: 20px;
}
.home-blurb span.et_pb_image_wrap img {
	max-width: 50px;
}
@media screen and (max-width: 980px) {
	.home-blurb .et_pb_blurb_content {
    	margin-left: 0;
	}
}

/* Gallery edits */
.et_pb_gallery .et_pb_gallery_pagination ul li a.active {
    color: #b57029;
}
div.mfp-bottom-bar {
    display: none;
}


/* Activiteiten en omgeving */
.block-section {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
@media screen and (min-width: 1400px) {
    .block-section {
        padding-left: 15%!important;
        padding-right: 15%!important;
    }
}
.block-row {
    max-width: 450px!important;
    padding: 0!important;
    margin: 10px 10px 10px 10px;
    min-height: 560px;
}
.block-row .et_pb_column {
    background-color: #fff!important;
    box-shadow: 0px 5px 4px 0px rgba(0, 0, 0, 0.1) !important;
}
.block-row img {
    width: 450px;
}
.block-text {
    padding: 3px 15px 0px 15px;
    font-size: 18px!important;
    min-height: 250px;
    margin-bottom: 15px!important;
	margin-top: -15px!important;
}
.block-text p {
    padding-bottom: 6px;
}
.block-readmore {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    height: 60px;
    border-top: 1px #b57029 solid;
}
.block-readmore p {
    font-size: 19px;
    margin-top: 10px;
    font-weight: 600;
}
.block-title p {
    text-align: center;
    color: #fff;
    font-size: 40px;
    font-family: 'Lobster Two';
}
.block-title {
    margin-bottom: 0!important;
	/*
    position: absolute;
    top: 395px;
	*/
	position: relative;
	top: -55px;
    width: 100%;
}
@media screen and (max-width: 424px) {
	.block-title p {
		font-size: 30px!important;
	}
}
.block-column .et_pb_image {
    margin-bottom: 0!important;
}

/* lees meer */
.block-row .et_pb_accordion {
    border-top: 1px solid #b57029;
}
.block-row h5.et_pb_toggle_title {
    font-weight: 600;
    padding-right: 0;
}



/* boek nu */
table {
    font-size: 16px!important;
}
table span.table-small {
    font-size: 13px;
    display: inline-block;
}
span.subtext {
    font-size: 13px;
}
.code-table .et_pb_code_inner, .code-table-low .et_pb_code_inner {
    overflow-x: auto;
}


/* prijzen tabellen */
.code-table tr th:first-of-type {
    width: 210px;
}
.code-table tr th:nth-of-type(2) {
    width: 150px;
}
.code-table tr th:nth-of-type(3) {
    width: 210px;
}
.code-table tr th:nth-of-type(4) {
    width: 200px;
}



.code-table-low tr th:first-of-type {
    width: 190px;
}
.code-table-low tr th:nth-of-type(2) {
    width: 120px!important;
}
.code-table-low tr th:nth-of-type(3) {
    width: 200px!important;
}
.code-table-low tr th:nth-of-type(4) {
    width: 200px!important;
}
.code-table-low tr th:nth-of-type(5) {
    width: 220px!important;
}
.code-table-low tr th:nth-of-type(6) {
    width: 220px!important;
}

/* accordions */
.et_pb_toggle_open .et_pb_toggle_title:before {
    display: block !important;
    content: "\e04f";
}
.et_pb_accordion_item {
    background-color: #fff;
}
h5.et_pb_toggle_title {
    font-size: 23px;

}
.et_pb_toggle_title {
    transition: 300ms;
}
.et_pb_accordion_item p.description {
    display: none;
}
.table-wrapper {
    margin-top: 10px;
}
.et_pb_toggle_title:before {
    color: #b57029;
}

/* boekingen */
body .wpbs-form-item .wpbs-form-field:not(textarea) {
    background-color: #f5f5f5;
    border: 1px solid #e8e8e8!important;
    width: 100%!important;
    font-size: 14px;
    color: #212121;
    box-sizing: border-box;
    box-shadow: unset !important;
    border-radius: 5px!important;
    height: 45px!important;
    padding: 0 10px!important;
}
.wpbs-container {
    margin-top: 10px;
    width: 100%;
}
div.wpbs-calendars, div.wpbs-legend, div.wpbs-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
form.wpbs-form-form {
    max-width: 506px;
    padding-top: 20px!important;
}
form div.wpbs-form-item.wpbs-form-item  {
    max-width: 100%!important;
    width: 100%!important;
}
input.wpbs-form-submit {
    background-color: #fff!important;
    border: 1px solid #b57029!important;
}

/* accordion button */
body .wpbs-form-form .wpbs-form-submit {
    background-color: #b57029!important;
    border-color: #b57029!important;
    font-size: 16px!important;
    padding: .3em 1.6em !important;
    margin-left: 10px;
    border: 1px solid #b57029!important;
    border-radius: 5px!important;
    color: #fff!important;
    height: auto!important;
    transition: all .2s ease-in-out;
}
body .wpbs-form-form .wpbs-form-submit:hover {
    background-color: transparent!important;
    color: #b57029!important;
    transition: all .2s ease-in-out;
}


div.wpbs-form-item.wpbs-submit-button {
    display: flex!important;
    justify-content: center;
}

/* responsive */
@media screen and (min-width: 1101px) {
        .hide-desktop {
            display: none!important;
        }
}

@media screen and (max-width: 767px) {
    span.et_pb_fullwidth_header_subhead {
        font-size: 30px!important;
    }
}

@media screen and (max-width: 425px) {
    div.left-mobile div.et_pb_text_inner p {
        text-align: left!important;
    }
}

@media (max-width: 767px) {
    .et_pb_gallery .et_pb_gallery_items {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .et_pb_gallery_item {
        padding: 10px 5px!important;
        margin: 0!important;
    }
}

@media (max-width: 980px) {
	.et_pb_section div.block-row {
		max-width: 450px!important;
	}
}
@media screen and (max-width: 980px) {
    div.block-row {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 980px) {
    div.contact-header-section section.et_pb_fullwidth_header {
        padding-top: 120px!important;
        padding-bottom: 60px!important;
    }
    .contact-section {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
}

/* nieuw reserveren section */
.caldera-grid .btn-success {
    border-color: #b57029!important;
    background-color: #b57029!important;
}
span.caldera-forms-conditional-field div.wpbs-container {
    background-color: #fff!important;
    padding-top: 25px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
}
div.cf-toggle-group-buttons {
}
div.boek-nu-form h3 {
    display: none;
}

/* Cookie notice */

body .cookie-button {
    color: #fff;
    line-height: 1.7em;
    display: inline-block;
    border-radius: 5px!important;
    position: relative;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
    cursor: pointer;
    font-weight: 500;
    padding: .7em 1.8em !important;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    font-weight: 700;
    background-color: #b57029;
    border-color: #b57029;
    font-size: 14px;
    margin-left: 10px;
    border: 1px solid #b57029;
}

body .cookie-notice-container .cookie-button, body .cookie-notice-container .cookie-button:hover {
	padding: .3em 1.6em !important;
	font-size: 14px;
}

body .cookie-button:hover {
    background-color: transparent;
    color: #b57029!important;
}

#cn-refuse-cookie {
	background-color: transparent;
	color: #b57029;
	margin-right: 10px;
}

#cn-refuse-cookie:hover {
	background-color: #b57029!important;
	color: #fff!important;
}

@media only screen and (max-width: 980px) {
	#cn-notice-text {
		display: block;
		margin-bottom: 10px;
	}
}

#cn-more-info {
	padding: 0!important;
	color: #b57029!important;
	background-color: transparent!important;
	border: none!important;
}

#cn-more-info:hover, #cn-more-info:focus {
	text-decoration: underline;
}

@media only screen and (max-width: 479px) {
	#cn-more-info {
		display: block;
		margin-top: 5px;
	}
}

/* home gallery reacties
.gallery-home .et_pb_gallery_item {
    max-height: 300px!important;
    height: 300px!important;
}
.gallery-home .et_pb_gallery_image {
    height: 100%;
}
.gallery-home img {
	height: 100%;
    object-position: top;
	object-fit: none;
}
*/

/* Submit Button Gravity Forms
-----------------------------*/
body .gform_wrapper .gform_footer input[type=submit] {
color: #FFFFFF;
background: green;
font-size: 19px;
letter-spacing: 1px;
float: left;
height: 40px;
min-width: 180px;
border: none;
border-radius: 5px;
margin-left: 12px;
transition: 0.3s;
}
body .gform_wrapper .gform_footer input:hover[type=submit] {
background: #494949;
}




