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


:root {

    /* Navigation bar */
    --primary-menu-height: 90px;
    --fixed-menu-height: 75px;
    --desktop-menu-font-size: 18px;

    /* Header CTA Button */
    --navbar-cta-vertical-padding: 13px;
    --header-cta-btn-font-size: 17px;
    /* Primary Color */
    --pc: #60c4dc;
    /* Secondary Color */
    --sc: #000;
    /* Third color */
    --3c: #000;
    /* Fourth color */
    --4c: #000;

    /* Secondary header */
    --secondary-header-top-color: #f2f2f2;
    --secondary-header-text-color: #444;


    /* FW Header Home */
    --fw-header-home-padding-top-1101: 240px;
    --fw-header-home-padding-bottom-1101: 240px;

    --fw-header-home-padding-top-981-1100: 200px;
    --fw-header-home-padding-bottom-981-1100: 200px;

    --fw-header-home-padding-top-768-980: 100px;
    --fw-header-home-padding-bottom-768-980: 100px;

    --fw-header-home-padding-top-767: 60px;
    --fw-header-home-padding-bottom-767: 60px;

    /* FW Header Standard */
    --fw-header-standard-padding-top-1101: 230px;
    --fw-header-standard-padding-bottom-1101: 230px;

    --fw-header-standard-padding-top-981-1100: 350px;
    --fw-header-standard-padding-bottom-981-1100: 50px;

    --fw-header-standard-padding-top-768-980: 250px;
    --fw-header-standard-padding-bottom-768-980: 100px;

    --fw-header-standard-padding-top-767: 150px;
    --fw-header-standard-padding-bottom-767: 150px;

    /* FW Header Blog */
    --fw-header-blog-padding-top-1101: 150px;
    --fw-header-blog-padding-bottom-1101: 150px;

    --fw-header-blog-padding-top-981-1100: 100px;
    --fw-header-blog-padding-bottom-981-1100: 100px;

    --fw-header-blog-padding-top-768-980: 100px;
    --fw-header-blog-padding-bottom-768-980: 100px;

    --fw-header-blog-padding-top-767: 60px;
    --fw-header-blog-padding-bottom-767: 60px;


    /* DO NOT EDIT BELOW */
    --cta-btn-height: calc(var(--navbar-cta-vertical-padding) * 2 );
    --calculated-top-menu-height: calc(var(--navbar-cta-vertical-padding) * 2 + 14px + 2px);
    --navbar-padding-top: calc((var(--primary-menu-height) - 42px) / 2);
    --navbar-fixed-padding-top: calc((var(--fixed-menu-height) - 42px) / 2);
    --navbar-anchor-padding-bottom: calc(((var(--calculated-top-menu-height) - 14px) / 2) + var(--navbar-padding-top));
    --navbar-fixed-anchor-padding-bottom: calc(((var(--calculated-top-menu-height) - 14px) / 2) + var(--navbar-fixed-padding-top));

    --submenu-top-pos: calc(var(--primary-menu-height) + 31px);
    --submenu-top-pos-admin: calc(var(--primary-menu-height) + 32px);
    --submenu-fixed-top-pos: calc(var(--fixed-menu-height) + 31px);
    --submenu-fixed-top-pos-admin: calc(var(--fixed-menu-height) + 32px);
}

@media only screen and (max-width: 980px) {
    :root {
        --primary-menu-height: 70px;
    }
}

/* /////////////////////////////////////////*/
/* -------------- MAIN HEADER ------------- */
/* /////////////////////////////////////////*/

/* Calculate padding | padding = (menu height - CTA height) / 2 */
div#et-top-navigation {
    padding-top: var(--navbar-padding-top)!important;
}
ul#top-menu {
    min-height: 42px!important;
}
header.et-fixed-header div#et-top-navigation {
    padding-top: var(--navbar-fixed-padding-top)!important;
}

/* Calculate anchor elements padding */
nav#top-menu-nav ul#top-menu li a {
    padding-bottom: var(--navbar-anchor-padding-bottom)!important;
    padding-top: var(--navbar-cta-vertical-padding)!important;
}
header.et-fixed-header div#et-top-navigation nav#top-menu-nav ul#top-menu li a {
    padding-bottom: var(--navbar-fixed-anchor-padding-bottom)!important;
}
header nav#top-menu-nav ul#top-menu li ul.sub-menu li a,
header.et-fixed-header div#et-top-navigation nav#top-menu-nav ul#top-menu li li a{
    padding-bottom: 6px!important;
    padding-top: 6px!important;
}

/* Set desktop font size */
@media screen and (min-width: 981px) {
    div#et-top-navigation nav#top-menu-nav ul#top-menu li a {
        font-size: var(--desktop-menu-font-size);
    }
}

@media screen and (min-width: 981px) {
    nav#top-menu-nav ul#top-menu li a:after {
        top: var(--navbar-cta-vertical-padding)
    }
}

@media only screen and (min-width: 981px) {
    .et_transparent_nav #page-container {
        padding-top: var(--primary-menu-height)!important;
    }
    .transparent-menu.et_transparent_nav #page-container {
        padding-top: 0!important;
    }
}

@media only screen and (max-width: 980px) {
    .et_transparent_nav #page-container {
        padding-top: var(--primary-menu-height)!important;
    }
    .transparent-menu.et_transparent_nav #page-container {
        padding-top: 0!important;
    }
}

@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 {

    }

    body #top-header a, body #et-secondary-nav li ul a {
    }

    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: var(--pc);
    }   
}

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

/* /////////////////////////////////////////*/
/* -------------- HEADER LOGO ------------- */
/* /////////////////////////////////////////*/

/* General */
#logo {
    display: initial!important;
}

/* Initially hide transparent logo */
a.logo-transparent {
    display: none;
}

/* Show transparent logo on transparent menu */
body.transparent-menu a.logo-transparent {
    display: inline;
}

/* Hide transparent logo when menu is fixed */
body.transparent-menu .et-fixed-header a.logo-transparent {
    display: none!important;
}

/* Hide normal logo on transparent menu */
body.transparent-menu a.logo-non-transparent {
    display: none;
}

/* Show normal logo on transparent, but only if header is fixed */
body.transparent-menu .et-fixed-header a.logo-non-transparent {
    display: inline;
}

@media only screen and (max-width: 980px) {
    #logo {
        display: inline-block!important;
        max-height: 70%;
        max-width: 50%;
    }
    #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;
    }
}
@media only screen and (max-width: 980px) {
    /* Show transparent logo on mobile transparent menu */
    .transparent-menu a.logo-transparent {
        display: inline!important;
    }
    /* Hide transparent logo on mobile white menu */
    .transparent-menu.mobile-white-menu a.logo-transparent {
        display: none!important;
    }
    /* Show normal logo on mobile white menu */
    .transparent-menu.mobile-white-menu a.logo-non-transparent {
        display: inline!important;
    }
}

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

@media screen and (min-width: 981px) {

    nav#top-menu-nav #top-menu .header-cta-btn a,
    header#main-header.et-fixed-header nav#top-menu-nav #top-menu .header-cta-btn a {
        color: #fff;
        font-size: var(--header-cta-btn-font-size) !important;
        padding: var(--navbar-cta-vertical-padding) 1em !important;
        font-weight: 500;
        border-radius: 50px;
        cursor: pointer;
        transition: all 0.1s linear;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        transition: all .4s ease-in-out;
        background-color: var(--pc);
        border: var(--pc) 1px solid !important;
    }

    .et-fixed-header #top-menu .header-cta-btn a {
        color: #fff !important;
    }

    .et-fixed-header #top-menu .header-cta-btn a:hover {
        color: var(--pc) !important;
    }

    .header-cta-btn a:hover {
        background: transparent !important;
        color: var(--pc) !important;
        opacity: 1 !important;
    }

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

    .transparent-menu .et-fixed-header #top-menu .header-cta-btn a:hover {
        background: transparent;
        color: var(--pc) !important;
        border-color: var(--pc) !important;
    }

}


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

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

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

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

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

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

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

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

@media only screen and (max-width: 767px) {
    .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 (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;
    }
}


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

/* Submenu desktop position */
@media screen and (min-width: 981px) {
    ul.sub-menu {
        position: fixed!important;
        top: 0;
    }
    /* Not fixed */
    body #main-header .nav li ul.sub-menu {
        transform: translateY(var(--submenu-top-pos));
    }
    body.admin-bar #main-header .nav li ul.sub-menu {
        transform: translateY(var(--submenu-top-pos-admin));
    }
    /* Fixed */
    body header.et-fixed-header .nav li ul.sub-menu {
        transform: translateY(var(--submenu-fixed-top-pos))!important;
    }
    body.admin-bar header.et-fixed-header .nav li ul.sub-menu {
        transform: translateY(var(--submenu-fixed-top-pos-admin))!important;
    }
}

/* Submenu desktop animation (to stay at the bottom of navbar during shrink / grow) */
@media screen and (min-width: 981px) {
   ul.sub-menu {
        transition: background-color .4s ease,
                    color .4s ease,
                    transform .4s ease-in-out,
                    opacity .1s ease-in-out!important;
    }
}


/* /////////////////////////////////////////*/
/* -------------- 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;
    border-radius: 50%;
    right: 0;
    cursor: pointer;
    text-align: center;
    color: #4a8ec2;
    top: 0;
    margin-right: 10px;
}

/* 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: 60px;
    font-size: 33px;
    text-transform: none;
    speak: none;
    content: '\33';
    vertical-align: middle;
    padding: 3px;
    border-radius: 50px;
    opacity: .9;
}
/* 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(0,0,0,.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;
}

#main-header #mobile_menu.et_mobile_menu li a {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
}

/* adjust mobile menu anchors side paddings */
@media only screen and (max-width: 350px) {
    #main-header #mobile_menu.et_mobile_menu li a {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: calc((80vh - 161px) / 14);
        padding-bottom: calc((80vh - 161px) / 14);;
    }
}

#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: 40px;
    padding-right: 40px;
    padding-top: 10px!important;
    padding-bottom: 10px!important;
}
/* indent sub sub menus further */
#main-header #mobile_menu.et_mobile_menu li li li a {
    padding-left: 60px;
    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: var(--pc)!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: var(--primary-menu-height);
    }
    #main-header > .container {
        height: 100%;
    }
}

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

/* /////////////////////////////////////////*/
/* --------------- FOOTER  --------------- */
/* /////////////////////////////////////////*/

/* Footer always at bottom even when there is not much content
#main-content {
    min-height: calc(100vh - var(--primary-menu-height) - 58px);
}*/

.webnexus-link img {
    height: 20px;
    margin-top: 2px;
    display: inline-block;
}

.webnexus-link {
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 7px;
}
#footer-info {
    font-size: 15px;
}

#footer-info, #footer-info a {
    color: #fff;
}


/* /////////////////////////////////////////*/
/* --------------- 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: 16px;
    color: #212121;
    box-sizing: border-box;
    box-shadow: unset !important;
    height: 45px;
    resize: vertical;
}

/* Caldera send button */
div.contact-form-btn input.et_pb_button {
    border: 1px solid var(--pc)!important;
    margin-top: 10px;
}
div.contact-form-btn input.et_pb_button:hover {
    color: var(--pc);
}


/*//////////////////////////////////////*/
/*///////////////// 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: var(--pc);
    border-radius: 6px;
    display: inline-block;
    color: #fff;
    border: 1px solid var(--pc);
    -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: var(--pc)!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 (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: var(--pc);
    border-radius: 6px;
    display: inline-block;
    color: #fff;
    border: 1px solid var(--pc);
    -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: var(--pc)!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;
    }
}

/* Blog right column */
.blog-col-2 .et_pb_module {
    background-color: #fff;
    padding-left: 15px;
    padding-right: 15px;
}
.blog-col-2 .et_pb_widget_area {
    border: 0;
}
.blog-col-2 div.et_pb_widget.widget_recent_entries {
    margin-bottom: 0;
}
.et_pb_post .entry-featured-image-url {
    margin-bottom: 0;
}
.wn-blog .post-content p {
    padding-bottom: 15px;
}

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

/* /////////////////////////////////////////*/
/* --------------- FW Headers ------------- */
/* /////////////////////////////////////////*/

/* FW Home */
@media screen and (min-width: 1101px) {
    section.et_pb_fullwidth_header.wn_fullwidth_header_home {
        padding-top: var(--fw-header-home-padding-top-1101)!important;
        padding-bottom: var(--fw-header-home-padding-bottom-1101)!important;
    }
}
@media screen and (min-width: 981px) and (max-width: 1100px) {
    section.et_pb_fullwidth_header.wn_fullwidth_header_home {
        padding-top: var(--fw-header-home-padding-top-981-1100)!important;
        padding-bottom: var(--fw-header-home-padding-bottom-981-1100)!important;
    }
}
@media screen and (min-width: 768px) and (max-width: 980px) {
    section.et_pb_fullwidth_header.wn_fullwidth_header_home {
        padding-top: var(--fw-header-home-padding-top-768-980)!important;
        padding-bottom: var(--fw-header-home-padding-bottom-768-980)!important;
    }
}
@media screen and (max-width: 767px) {
    section.et_pb_fullwidth_header.wn_fullwidth_header_home {
        padding-top: var(--fw-header-home-padding-top-767)!important;
        padding-bottom: var(--fw-header-home-padding-bottom-767)!important;
    }
}

/* FW Standard */
@media screen and (min-width: 1101px) {
    section.et_pb_fullwidth_header.wn_fullwidth_header_standard {
        padding-top: var(--fw-header-standard-padding-top-1101)!important;
        padding-bottom: var(--fw-header-standard-padding-bottom-1101)!important;
    }
}
@media screen and (min-width: 981px) and (max-width: 1100px) {
    section.et_pb_fullwidth_header.wn_fullwidth_header_standard {
        padding-top: var(--fw-header-standard-padding-top-981-1100)!important;
        padding-bottom: var(--fw-header-standard-padding-bottom-981-1100)!important;
    }
}
@media screen and (min-width: 768px) and (max-width: 980px) {
    section.et_pb_fullwidth_header.wn_fullwidth_header_standard {
        padding-top: var(--fw-header-standard-padding-top-768-980)!important;
        padding-bottom: var(--fw-header-standard-padding-bottom-768-980)!important;
    }
}
@media screen and (max-width: 767px) {
    section.et_pb_fullwidth_header.wn_fullwidth_header_standard {
        padding-top: var(--fw-header-standard-padding-top-767)!important;
        padding-bottom: var(--fw-header-standard-padding-bottom-767)!important;
    }
}

/* FW Blog */
@media screen and (min-width: 1101px) {
    section.et_pb_fullwidth_header.wn_fullwidth_header_blog {
        padding-top: var(--fw-header-blog-padding-top-1101)!important;
        padding-bottom: var(--fw-header-blog-padding-bottom-1101)!important;
    }
}
@media screen and (min-width: 981px) and (max-width: 1100px) {
    section.et_pb_fullwidth_header.wn_fullwidth_header_blog {
        padding-top: var(--fw-header-blog-padding-top-981-1100)!important;
        padding-bottom: var(--fw-header-blog-padding-bottom-981-1100)!important;
    }
}
@media screen and (min-width: 768px) and (max-width: 980px) {
    section.et_pb_fullwidth_header.wn_fullwidth_header_blog {
        padding-top: var(--fw-header-blog-padding-top-768-980)!important;
        padding-bottom: var(--fw-header-blog-padding-bottom-768-980)!important;
    }
}
@media screen and (max-width: 767px) {
    section.et_pb_fullwidth_header.wn_fullwidth_header_blog {
        padding-top: var(--fw-header-blog-padding-top-767)!important;
        padding-bottom: var(--fw-header-blog-padding-bottom-767)!important;
    }
}



/* /////////////////////////////////////////*/
/* -------------- 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 {
    background-color: var(--pc);
    border-color: var(--pc);
    font-size: 14px;
    padding: .3em 1.6em !important;
    margin-left: 10px;
    border: 1px solid var(--pc);
}

body .cookie_action_close_header:hover, body .cookie_action_close_header_reject:hover {
    background-color: transparent;
    color: var(--pc)!important;
}

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

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

/* Accordion 'close' toggle */
.et_pb_toggle_open .et_pb_toggle_title:before {
    display: block !important;
    content: "\e04f";
}

/* Cookie notice */
div.cookie-notice-container span, div.cookie-notice-container a {
    font-size: 16px;
}
div.cookie-notice-container a#cn-accept-cookie, div.cookie-notice-container a#cn-refuse-cookie {
    padding: 4.2px 22px;
    border-radius: 5px;
    border: 1px solid var(--pc);
}
div.cookie-notice-container a#cn-accept-cookie {
    color: #fff;
    background-color: var(--pc);
}
div.cookie-notice-container a#cn-refuse-cookie, div.cookie-notice-container a#cn-more-info {
    color: var(--pc);
}
div.cookie-notice-container {
    padding-top: 18px;
    padding-bottom: 18px;
    border-top: 2px solid #f6f6f6;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
span#cn-notice-text {
    width: 100%;
    margin-bottom: 12px
}
#footer-info a.cn-revoke-cookie {
    font-weight: 500;
}



/* PROJECT CUSTOM CSS */

/* /////////////////////////////////////////*/
/* ----------- Home --------- */
/* /////////////////////////////////////////*/

/* Landing intro */
.landing-intro h2 {
    margin-bottom: .6em;
}
.home-btn-row .et_pb_column {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.home-btn-row .et_pb_button_module_wrapper:first-child {
    margin-right: 20px;
}
.home-btn-row .et_pb_button_module_wrapper {
    margin-bottom: 0!important;
}
/* De kraamtijd */
.kraamtijd-home-section h2 {
    margin-bottom: .6em;
}
.kraamtijd-home-section h3 {
    padding-top: 10px;
}
.nog-vragen-home-section h2 {
    margin-bottom: .6em;
}

/* /////////////////////////////////////////*/
/* ----------- Informatie --------- */
/* /////////////////////////////////////////*/

.kwaliteit-veiligheid-section h2, .praktische-info h2, .uitzetlijst h2, .informatie-sectie h2 {
    margin-bottom: .6em;
}
.kwaliteit-veiligheid-section h3, .praktische-info h3, .uitzetlijst h3, .informatie-sectie h3 {
    padding-top: 10px;
}
.et_pb_accordion_item {
    transition: 0.2s;
    -webkit-transition: 0.2s;
}
h5.et_pb_toggle_title::before {
    color: #e50078;
}
/* Links */
.informatie-links li:before {
    content: "\39";
    position:relative;
    font-family: 'ETmodules';
    margin-right: 5px;
}
.informatie-links a {
    color: #fff;
    margin-right: 25px;
}
.informatie-links ul {
    list-style: none!important;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 0;
}
@media screen and (min-width: 1200px) {
    .informatie-links ul li {
        flex: 1 0 21%;
    }
}
@media screen and (min-width: 850px) and (max-width: 1199px) {
    .informatie-links ul li {
        flex: 1 0 30%;
    }
    .informatie-links ul li:nth-of-type(7) {
        max-width: calc(30% + 23px)!important;
    }
}
@media screen and (min-width: 600px) and (max-width: 849px) {
    .informatie-links ul li {
        flex: 1 0 47%;
    }
}
@media screen and (max-width: 599px) {
    .informatie-links ul li {
        flex: 1 0 100%;
    }
}


/* /////////////////////////////////////////*/
/* ----------- Inschrijven --------- */
/* /////////////////////////////////////////*/

.inschrijf-row label.control-label {
    font-size: 16px;
    margin-right: 20px;
    font-weight: 500;
    color: #999;
}
.inschrijf-row label.checkbox-inline {
    font-size: 16px!important;
    color: #999!important;
}
div.form-group.checkbox-wrapper {
    display: flex;
    flex-wrap: wrap;
    background-color: #f5f5f5;
    border: 1px solid #e8e8e8!important;
    border-radius: 5px;
    padding: 2px 12px;
}


/* /////////////////////////////////////////*/
/* ----------- Inschrijven --------- */
/* /////////////////////////////////////////*/
.wzw-row {
    padding: 25px!important;
    border: 1px solid #c9c9c9;
    border-radius: 5px;
}
div.checkbox {
    font-size: 16px!important;
}

/* /////////////////////////////////////////*/
/* ----------- Wie zijn wij --------- */
/* /////////////////////////////////////////*/
#quote h3 {
    padding-bottom: 0;
}




/* /////////////////////////////////////////*/
/* ----------- General --------- */
/* /////////////////////////////////////////*/

/* Buttons */
body #page-container a.et_pb_button.btn-style-transparent:hover {
    background-color: #60c4dc!important;
    color: #fff!important;
}

/* Footer */
.footer-section {
    background-color: #9161de !important;
}
.footer-section h2 {
    padding-bottom: .8em;
}
.footer-section .et_pb_blurb_content {
    display: flex;
    justify-content: center;
}
.footer-section .et_pb_blurb {
    margin-bottom: 15px!important;
}
.footer-section .et_pb_main_blurb_image {
    margin-bottom: 5px;
}
.footer-section .et_pb_blurb_position_left .et_pb_blurb_container {
    padding-left: 5px!important;
}
body #page-container .footer-inschrijven-btn:hover {
    border-color: #fff!important;
}
#et-info-phone:before {
    margin-right: 7px!important;
}
.footer-docs a {
    color: #fff;
}

/* CTA button edits only for inschrijf pagina */
@media only screen and (min-width: 981px) {
    .page-id-104 header#main-header.et-fixed-header li.current-menu-item a {
        color: #fff!important;
    }
}




/* /////////////////////////////////////////*/
/* ----------- Responsive --------- */
/* /////////////////////////////////////////*/

@media screen and (max-width: 450px) {
    .home-btn-row .et_pb_button_module_wrapper:first-child {
        margin-right: 20px;
        margin-left: 20px;
        margin-bottom: 20px!important;
    }
    .footer-docs {
        display: none!important;
    }
    .footer-docs-mobile .et_pb_text_inner p a {
        color: #fff!important;
        font-size: 16px;
    }
    .footer-docs-mobile .et_pb_text_inner p {
        padding-bottom: 0!important;
        text-align: left!important;
    }
    .footer-section {
        padding-top: 60px!important;
    }
    .footer-section .et_pb_blurb_content {
        justify-content: left;
    }
    .footer-section h2 {
        padding-bottom: .7em!important;
    }
    div#footer-contact div.et_pb_text_inner h2 {
        text-align: left!important;
    }
    .footer-docs-row {
        padding-top: 0!important;
    }
    .footer-top-row {
        padding-bottom: 0!important;
    }
    .nog-vragen-home-section .et_pb_row {
        padding-top: 70px!important;
    }
}
@media screen and (min-width: 451px) {
    .footer-docs-mobile {
        display: none!important;
    }
}
@media screen and (max-width: 980px) {
    h2 {
        padding: 0!important;
    }
    .rk-home {
        display: flex;
        flex-wrap: wrap;
    }
    .rk-home-img {
        order: 2;
    }
    .rk-home-img img {
        max-width: 350px;
        margin-top: 30px;
        border-radius: 10px;
    }
    .nog-vragen-home-section {
        padding-top: 0;
        padding-bottom: 20px;
    }
    .footer-section h2 {
        padding-bottom: .5em!important;
    }
    .footer-section .footer-inschrijven-btn {
        margin-bottom: 30px;
    }
    .footer-docs-row {
        padding-top: 20px!important;
    }
    #main-header #mobile_menu.et_mobile_menu li a {
        font-weight: 600!important;
    }
    header#main-header div#et-top-navigation {
        padding-top: 19px!important;
    }
    .wn_fullwidth_header_standard .et_pb_fullwidth_header_scroll {
        padding-bottom: 0!important;
    }
    .wzw-row .et_pb_image {
        margin-top: 10px!important;
    }
    .wzw-row .et_pb_column:first-of-type {
        margin-bottom: 10px!important;
    }
    .contact-page-info-info div.et_pb_blurb_content {
        margin: 0!important;
    }
    .contact-page-info-row {
        display: flex;
        flex-wrap: wrap;
        padding-top: 0!important;
    }
    .contact-page-info-info {
        order: 1;
        padding-bottom: 50px!important;
    }
    .contact-page-form {
        order: 2;
    }
    .contact-section {
        padding-bottom: 0!important;
    }
    .contact-page-form h2 {
        padding-bottom: 10px!important;
    }
}
@media screen and (min-width: 451px) and (max-width: 767px) {
    .footer-section {
        padding-top: 80px!important;
    }
}

@media screen and (max-width: 500px) {
    .info-imgs {
        padding-bottom: 0!important;
    }
}
@media screen and (max-width: 767px) {
    .page-id-114 h2 {
        font-size: 27px!important;
    }
}
@media screen and (max-width: 355px) {
    label.checkbox-inline {
        margin-left: 0!important;
        margin-right: 10px;
    }
}

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














