/*
 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
============================================ */ 

.box {
    padding: 30px;
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0px 2px 70px 0px rgba(111,130,208,0.18);
    -moz-box-shadow: 0px 2px 70px 0px rgba(111,130,208,0.18);
    box-shadow: 0px 2px 70px 0px rgba(111,130,208,0.18);
    line-height: 1.7em;
}

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

/* /////////////////////////////////////////*/
/* -------------- MAIN HEADER ------------- */
/* /////////////////////////////////////////*/
@media only screen and (min-width: 980px) {
	.et_transparent_nav #page-container {
        padding-top: 80px!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: 1px solid #e2e2e2!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: #444;
    }

    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: #444;
    }
    .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: #388e3c;
    }   
}

@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: #444!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;
    }
}


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

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

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

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

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

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

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

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

@media only screen and (max-width: 479px) {
    .wn_fullwidth_header {
        padding: 80px 0 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;
    }
}

@media only screen and (max-width: 980px) {
    .hide-on-tablet {
        display: none!important;
    }
}

#et_top_search {
    display: none;
}

@media only screen and (max-width: 980px) {
    body .et_pb_section_0.section_has_divider.et_pb_bottom_divider .et_pb_bottom_inside_divider {
        height: 50px;
        background-size: 100% 50px;
    }
    .et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content {
        width: 100%;
        max-width: 100%;
    }
}

@media only screen and (max-width: 479px) {
    body .et_pb_section_0.section_has_divider.et_pb_bottom_divider .et_pb_bottom_inside_divider {
        height: 30px;
        background-size: 100% 30px;
    }
}

@media only screen and (min-width: 981px) {
    .align-row.et_pb_row {
        display: flex;
    }
    .align-row.et_pb_row .et_pb_column {
        align-self: center;
    }
}

@media only screen and (min-width: 981px) {
	.transparent-menu #main-header #et-top-navigation #top-menu.nav > li.current-menu-item > a {
	    color: #fff;
	    text-decoration: underline!important;
	    text-underline-position: under;
	    text-decoration-color: #388e3c!important;
	}
}

@media only screen and (max-width: 980px) {
	.et_pb_fullwidth_header .et_pb_fullwidth_header_container, .et_pb_row, #main-header .container {
		width: 90%;
	}
}

#blurb-section .et_pb_blurb {
	padding: 20px;
	background-color: #fff;
}

.et_pb_text tr td {
    padding: 0;
    border: none;
    vertical-align: super;
}

.et_pb_text table {
    border: none;
}


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;
    height: 45px;
    border-radius: 5px!important;
    height: 45px!important;
	padding: 0 10px!important;
}

body .wpbs-form-form .wpbs-form-item {
	width: 100%!important;
}

body .wpbs-form-item textarea.wpbs-form-field {
	overflow: visible!important;
	resize: vertical!important;
	max-width: none!important;
	padding: 0 10px!important;
	width: 100%!important;
	background-color: #f5f5f5;
    border: 1px solid #e8e8e8!important;
    border-radius: 5px!important;
}

div#main-content {
	min-height: calc(100vh - 62px);
}

/* /////////////////////////////////////////*/
/* ---------------- 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: #158044;
    padding-left: 100%;
    top: 0;
    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;
     font-weight: 800;
}

/********  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: #388e3c!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: 45px;
}

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

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

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

h2 {
    font-size: 37px;
}

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

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

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

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

body .caldera-grid .form-control {
    background-color: #f5f5f5;
    border: 1px solid #e8e8e8!important;
    width: 100%;
    border-radius: 4px;
    font-size: 14px;
    color: #212121;
    box-sizing: border-box;
    box-shadow: unset !important;
    height: 45px;
    resize: vertical;
}

/*//////////////////////////////////////*/
/*///////////////// 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;
    margin: 25.605px 0 0 10px;
    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: #388e3c;
    border-color: #388e3c!important;
}

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

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

.et-fixed-header #header-btn {
	margin: 24.105px 0 0 10px;
	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: 50px!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, body .wpbs-form-form .wpbs-form-submit {
    background-color: #388e3c!important;
    border-color: #388e3c!important;
    font-size: 14px!important;
    padding: .3em 1.6em !important;
    margin-left: 10px;
    border: 1px solid #388e3c!important;
    border-radius: 50px!important;
    color: #fff!important;
    height: auto!important;
    transition: all .2s ease-in-out;
}

body .cookie_action_close_header:hover, body .cookie_action_close_header_reject:hover, body .wpbs-form-form .wpbs-form-submit:hover, body .wpbs-form-form .wpbs-form-submit:focus {
    background-color: transparent!important;
    color: #388e3c!important;
    transition: all .2s ease-in-out;
}

#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: 55%;
    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%;
}

#cookie-law-info-again {
		display: none;
	}

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

.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: 50px;
    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: #333!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: #333!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 #333;
}

.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 #333;
}


@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: 40%;
        max-width: 100%;
    }
    #mobile_menu.et_mobile_menu {
        padding-top: 22%!important;
    }
}

@media only screen and (max-width: 325px) {
    #logo2, .transparent-menu #logo {
        max-height: 33%;
        max-width: 100%;
    }
}

.webnexus-link img {
    height: 18px;
    display: inline-block;
}

.webnexus-link {
	height: 18px;
    display: inline-block;
    vertical-align: middle;
	margin-bottom: 4px;
}

@media only screen and (min-width: 981px) and  (max-width: 1230px) {
	body #top-menu li a {
		font-size: 15px;
	}
	#top-menu li {
		padding-right: 16px;
	}
	body #logo, body #logo2 {
		max-height: 35%;
	}
}

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: #388e3c;
    border-color: #388e3c;
    font-size: 14px;
    margin-left: 10px;
    border: 1px solid #388e3c;
    text-transform: uppercase;
}

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


body .cookie-notice-container .cookie-button:hover {
    background-color: #388e3c!important;
    border-color: #388e3c!important;
    color: #fff!important;
}

#cn-refuse-cookie {
	background-color: transparent;
	color: #388e3c;
	margin-right: 10px;
	transition: all .4s ease-in-out;
}

#cn-refuse-cookie:hover {
	background-color: transparent!important;
	text-decoration: underline;
	color: #388e3c!important;	
}

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

#cn-more-info {
	padding: 0!important;
	color: #388e3c!important;
	background-color: transparent!important;
	border: none!important;
	transition: all .4s ease-in-out;
}

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

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


