/*
Theme Name:  Nature Theme
Theme URI:   https://themes.grizzly.marketing/vertical
Version:     1.0.1
Description: Het Nature theme van Grizzly New Marketing
Author:      vps230265
Author URI:  https://themes.grizzly.marketing/nature
Template:    Divi
*/

/*- YOU CAN INCLUDE THE CUSTOM CODE FOR YOUR CHILD THEME BELOW THIS LINE-*/
/*------------------------------------------------*/
/*-----------------[BASIC STYLES]-----------------*/
/*------------------------------------------------*/

/*-----------------[Aanpassingen cookie 6-7-2022 (Anouk)]-----------------*/
a#cn-accept-cookie {
    background: #E32221!important;
    color: #fff!important;
    border-radius: 3px!important;
}
#cookie-notice {
	min-width: 0!important;
}
/*------------------------------------------------*/
.archief-jaren .pa-hover-blurb .et_pb_blurb_container, .archief-jaren .pa-hover-blurb .et_pb_image_wrap {
    transition: none!important;
}
.archief-jaren .et_pb_animation_top.et-animated {
    animation: none!important;
}

.home-berichten .et_pb_module.et_pb_blurb {
    width: 24%!important;
    display: inline-flex;
	margin-bottom: 50px;
}


/* navigatie */

#top-header {
    background-color: #E32221 !important;
    position: fixed;
    top: 80px;
    right: 50px;
    color: white !important;

}

#top-header a {
    color: white !important;
}

.et_fullwidth_nav #main-header .container {
    padding-right: 50px !important;
}

.et_non_fixed_nav.et_fullwidth_nav.et_header_style_left .logo_container {
    padding-left: 50px !important;
}

#main-header {
    position: fixed;
    top: 0 !important;
}

#et-main-area {
    margin-top: 80px !important;
}

#logo::before {
    content: '';
    position: absolute;
    right: 0;
    width: 100px;
    height: 50px;
    background-image: url('/assets/uploads/wapens-1.png');
}

.e-mail-clicks,
#et-info a {
    margin-right: 13px !important;
}

#top-header i {
    margin-right: 15px;
    font-size: 16px;
}

#et-info,
#et-secondary-menu>ul>li a {
    padding-bottom: 0 !important;
}

#top-header .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 0 !important;
    height: 30px;
}

#top-header .container a:hover {
    text-decoration: underline;
}

.mobile_menu_bar:before {
    color: #E32221 !important;
    font-size: 55px !important;
}

.et_mobile_menu {
    border-top: 2px solid #E32221 !important;
}

.pdf img {
    max-height: 450px;
    margin: auto;
    text-align: center !important;
}

/* footer */

#main-footer {
    background-color: #FFF6F6 !important;
    border-top: 1px solid #FBC6C6;
}

.footer-flexbox {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.footer-flexbox i {
    font-size: 50px;
}

.footer-flexbox img {
    height: 50px;
}

#footer-info {
    padding-bottom: 0 !important;
    width: 100%;
}

#footer-info a {
    font-weight: normal !important;
}

#footer-bottom {
    padding: 6px 0 6px !important;
}

#footer-bottom .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

#footer-bottom div a {
    color: white !important;
}

.footer-float {
    float: right;
    width: 100%;
    text-align: right;
    color: white !important;
}


/* home */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 900 !important;
}

.cta,
.gform_button {
    background-color: #E32221 !important;
    color: white !important;
    padding: 10px 15px;
    font-size: 16px;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
    margin-top: 25px !important;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #E32221 !important;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.cta:hover,
.gform_button:hover {
    background-color: #FFF6F6 !important;
    color: #373737 !important;
}

.gform_button {
    margin-top: 0 !important;
}

.cta i {
    font-size: 24px;
    margin-left: 7px;
}

.red-dot {
    color: #E32221;
}

.fullwidth-image .et_pb_image_wrap,
.fullwidth-image img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.krant-blurb {
    background-color: white;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.28);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.28);
}

.krant-blurb .et_pb_main_blurb_image {
    margin-bottom: 15px;
}

.krant-blurb .et_pb_module_header {
    padding-left: 10px !important;
    padding-bottom: 20px !important;
}

.krant-blurb::before {
    position: absolute;
    content: "";
    height: 40px;
    width: 40px;
    background-color: #E32221;
    right: 0;
    z-index: 20;
    font-family: "Font Awesome 5 Pro";
    font-weight: 500;
    content: "\f518";
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: white;
    font-size: 22px;
}

.cta-row {
    height: 200px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.28);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.28);
    margin-top: 30px !important;
}

.image-center .et_pb_column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.cta-row .et_pb_column {
    display: block;
}

.cta-row .cta {
    margin-top: 0 !important;
}

.cta-row .et_pb_text_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
       -moz-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    justify-items: center;
}

.cta-row h2 {
    padding-bottom: 0 !important;
    padding-top: 10px;
}

.pink-section {
    max-height: 417px !important;
    margin-top: 200px !important;
    margin-bottom: 100px !important;
    z-index: 100;
    border-top: 1px solid #FBC6C6;
    border-bottom: 1px solid #FBC6C6;
}

.pink-section-title {
    margin-top: -300px !important;
    padding-bottom: 0px !important;
}

.bottom-tekst-box {
    padding-bottom: 0 !important;
}

@media (max-width: 980px) {
	.home-berichten .et_pb_module.et_pb_blurb {
    width: 32%!important;
	}
    .et_non_fixed_nav.et_fullwidth_nav.et_header_style_left .logo_container {
        padding-left: 0 !important;
    }

    .et_fullwidth_nav #main-header .container {
        padding-right: 0 !important;
    }

    .et_header_style_split #et-top-navigation .mobile_menu_bar,
    .et_header_style_left #et-top-navigation .mobile_menu_bar {
        padding-bottom: 0 !important;
    }

    .et_header_style_left #et-top-navigation {
        padding-top: 0 !important;
    }

    #et-main-area {
        margin-top: 90px !important;
    }

    .krant-blurb img {
        height: 150px;
        -o-object-fit: cover;
           object-fit: cover;
        width: 100% !important;
    }

    .krant-blurb .et_pb_main_blurb_image {
        width: 100% !important;
    }

    .pink-section-title {
        margin-top: -200px !important;
    }

    .pink-section {
        max-height: none !important;
        padding-bottom: 0 !important;
        border-bottom: 0 !important;
        margin-bottom: 0 !important;
        margin-top: 100px !important;
    }

    .cta-row .et_pb_text_inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        text-align: center;
    }

    .cta-row {
        width: 100% !important;
    }

    .cta-row .cta {
        margin-top: 30px !important;
    }

    .cta-row .et_pb_text_inner {
        width: 80% !important;
        margin: 0 auto !important;
    }

    h1 {
        font-size: 24px;
    }

    h2 {
        font-size: 21px;
    }

    h3 {
        font-size: 21px;
    }

    #footer-bottom .container {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    #footer-info {
        text-align: left;
    }

    .footer-float {
        text-align: left;
    }

    .header {
        padding: 0 !important;
    }
}

#cookie-notice {
    background-color: #000000de !important;
    z-index: 9999 !important;
    position: fixed !important;
    bottom: 15px !important;
    left: 15px !important;
    width: 415px !important;
    font-size: 16px !important;
    line-height: 27px !important;
    text-align: left !important;
    -webkit-box-shadow: 0px 5px 10px #6B676DA6 !important;
       -moz-box-shadow: 0px 5px 10px #6B676DA6 !important;
            box-shadow: 0px 5px 10px #6B676DA6 !important;
    -webkit-border-radius: 5px !important;
       -moz-border-radius: 5px !important;
            border-radius: 5px !important;
    min-width: initial;
}

#cookie-notice .cookie-notice-container {
    display: block;
    padding: 25px !important;
    text-align: left !important;
}

#cookie-notice h3 {
    /*     color: white !important; */
    margin: 0 !important;
    line-height: 25px !important;
}

#cookie-notice .cn-button {
    margin-left: 10px !important;
    display: block !important;
    text-align: center !important;
    padding: 9px 10px !important;
    width: 157px !important;
    font-size: 16px !important;
    margin-left: 0 !important;
    margin-top: 13px !important;
    font-weight: 600;
}
@media only screen and (max-width:650px) {
	.home-berichten .et_pb_module.et_pb_blurb {
		width: 48%!important;
	}
}
@media only screen and (max-width:450px) {
    #cookie-notice {
        width: 100% !important;
        left: 0 !important;
        bottom: 0 !important;
        -webkit-border-radius: 0 !important;
           -moz-border-radius: 0 !important;
                border-radius: 0 !important;
    }
}

.cn-button.wp-default {
    background: #E32221 !important;
}

.breadcrumb {
    position: absolute;
    bottom: -85px;
}

.breadcrumb .et_pb_text_inner {
    background-color: white;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    color: #E32221 !important;
}

.breadcrumb_last {
    color: #373737 !important;
}

.pink-tekst-section {
    border-top: 1px solid #FBC6C6;
    border-bottom: 1px solid #FBC6C6;
    margin-bottom: -150px;
}

.cta-row-2 {
    position: relative;
    top: 0;
    z-index: 99999;
}

.kranten-blurb-section {
    padding-top: 150px !important;
}

.usps {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 10px !important;
}

.usps i {
    color: #E32221;
}

.usps p {
    margin-right: 12px;
}

@media (max-width: 980px) {
    .usps {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .pink-tekst-section .et_pb_row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
           -moz-box-orient: vertical;
           -moz-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse
    }
}

.tp-last-tekst-section {
    padding-top: 150px !important;
}

.g-maps-section {
    max-height: 300px !important;
}

.gfield_label {
    display: none !important;
}

.container::before {
    display: none !important
}

.gform_body input,
.gform_body textarea {
    border: 1px solid #FBC6C6;
}

.contact-info {
    background-color: #FBC6C6;
    width: 100%;
    padding: 20px;
}

.contact-info i {
    width: 20px;
}

@media (min-width: 980px) {
    #main-content {
        min-height: -webkit-calc(100vh - 326px);
        min-height: -moz-calc(100vh - 326px);
        min-height: calc(100vh - 326px);
    }

    .error404 .entry {
        margin-top: 50px;
    }
}

.validation_error {
    display: none;
}

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent !important;
    margin-bottom: 0 !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    -webkit-box-sizing: content-box !important;
       -moz-box-sizing: content-box !important;
            box-sizing: content-box !important;
}

.gform_wrapper.gf_browser_chrome .gfield_error select,
.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper li.gfield_error textarea {
    border: 2px solid #790000 !important;
    background-color: #fff2f2 !important;
}

.gform_wrapper .validation_message {
    display: none;
}

.mobile-top-cta {
    display: none;
}

@media (max-width: 980px) {

    #et-main-area {
        margin-top: 55px !important;
    }

}

#main-footer .container a {
    text-decoration: underline;
}

#main-footer .container p {
    padding-bottom: 0 !important;
}

.page-id-986 .kranten-blurb-section {
    padding-top: 54px !important;
}

@media screen and (max-width: 1477px) {
    #top-menu li {
        font-size: 11px;
    }

}

@media screen and (max-width: 1277px) {
    #top-menu {
        display: none;
    }

    #et_mobile_nav_menu {
        display: block;
    }

    #top-header {
        display: none;
    }

    .mobile-top-cta {
        position: -webkit-sticky !important;
        position: sticky !important;
        width: 100%;
        height: 35px;
        z-index: 100;
        top: 55px;
        background-color: #E32221;
        text-align: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .mobile-top-cta a {
        color: white;
    }
}

.single-post #left-area {
    padding-right: 0 !important;
    width: 100% !important;
}