/*
 Theme Name:     WP Bootstrap Starter Child Theme
 Theme URI:      https://wordpress.org/themes/wp-bootstrap-starter/
 Description:    A child theme of WPBS Theme
 Author:         Afterimage Designs
 Author URI:     https://afterimagedesigns.com/
 Template:       wp-bootstrap-starter
 Version:        1.4
*/


/****************************************
*** Theme customization starts below ***
*****************************************/


@font-face {
	font-family: 'et-line';
	src:url('https://shop.settleservice.com/wp-content/themes/wp-bootstrap-starter-child-master/fonts/et-line.eot');
	src:url('https://shop.settleservice.com/wp-content/themes/wp-bootstrap-starter-child-master/fonts/et-line.eot#iefix') format('embedded-opentype'),
		url('https://shop.settleservice.com/wp-content/themes/wp-bootstrap-starter-child-master/fonts/et-line.woff') format('woff'),
		url('https://shop.settleservice.com/wp-content/themes/wp-bootstrap-starter-child-master/fonts/et-line.ttf') format('truetype'),
		url('https://shop.settleservice.com/wp-content/themes/wp-bootstrap-starter-child-master/fonts/et-line.svg#et-line') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
	font-family: 'et-line';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display:inline-block;
}
/****************************************
*** Theme icons ***
*****************************************/


body, p {
    font-size: 1.2rem;
    line-height: 1.5;
    color: #222;
    font-family: 'Lato', sans-serif!important;
    font-weight: 300;
}

body {
    width: 100%;
    overflow-x: hidden;
}

#content.site-content {
    padding-bottom: 0rem!important;
    padding-top: 4.125rem;
}

.wc-block-grid__products .wc-block-grid__product-image img {
    width: 30%!important;

}

#mega-menu-wrap-primary {
    clear: both;
    position: absolute;
    right: 0px;
    width: 900px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    color: #222!important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
    background-color: #fff!important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
    background-color: #F8981D!important;
    color: #fff!important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    background: #fff;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
    color: #666!important;
    font-family: inherit;
    font-size: 16px!important;
    text-transform: none;
    text-decoration: none;
    font-weight: normal;
    text-align: left;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    vertical-align: top;
    display: block;
    border: 0;
}

a.mega-menu-link:before {
    display: inline-block;
    font: inherit;
    font-family: dashicons;
    position: static;
    margin: 0 6px 0 0px;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: inherit;
    background: transparent;
    height: auto;
    width: auto;
    top: auto;
}

a {
    color: #F8981D!important;
}

a.read-more, a.link {
    border-left: 3px rgba(248,153,48,1) solid;
    color: inherit;
    padding-left: 20px;
    padding-right: 50px;
    background: url(https://shop.settleservice.com/wp-content/themes/wp-bootstrap-starter/assets/img/icons/icon-link-arrow.png) no-repeat right center;
    display: inline-block;
    margin-bottom: 2rem;
    margin-top: 20px;
}

.navbar-brand {
    padding-top: 0.5rem;
    font-size: inherit;
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 20px;
}

.navbar-brand img {
    max-width: 260px;
}

h2 {
    font: 100 28px 'Lato',sans-serif;
    margin-bottom: 1.2rem!important;
    color: #F8981D!important;
    font-weight: 300!important;
}


h3 {
    font: 100 28px 'Lato',sans-serif;
    margin-bottom: 1.2rem!important;
    color: #F8981D!important;
    font-weight: 200!important;
    padding-top: 10px;
}

.container {
    padding-left: 0px!important;
    padding-right: 0px!important;
}

 header#masthead {
    padding: 2.5rem 5rem;
    background-color: #fff!important;
    opacity: 0.97;
    position: relative;
    z-index:999;
    box-shadow: none;
 }

 .tagline, .tagline p {
    background: rgba(248,152,29,1);
    padding: 0.3rem 0.3rem 0.3rem 1rem;
    color: rgba(255,255,255,1);
    font-size: 30px;
    font-size: 1.875rem;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    z-index: 901;
    position: relative;
    max-width: 500px;
    margin-left: 75px;
    text-align: center;
 }

 .linebox {
     border: #20798a solid 1px;
     padding: 20px;
 }

 .linebox img {
    position: relative;
    margin-top: -80px;
    width: 100%;
 }



 @media (min-width: 1000px) {
    .container {
        max-width: 100%!important;
    }
}

#feature-header {
    position: absolute;

}

#feature-header img {
    width: 90%;
}

subnav {
    position: absolute;
    top: 10px;
    right: 4.4rem;
}

subnav li {
    list-style-type: none;
    display: inline-block;
}

.menu-item {
    min-width: 100px;
}

.menu-item-10016 a, .menu-item-10025 a, #menu-item-10061 a, .menu-item-10126 a, .menu-item-10127 a, .menu-item-10128 a {
    font-weight: 800!important;
    color:#F8981D!important;
}

.menu-item-10016, .menu-item-10025, #menu-item-10061, .menu-item-10126, .menu-item-10127, .menu-item-10128, #menu-item-10268 {
    border-bottom: 2px solid #F8981D;
}

.menu-item-10015 .dropdown-menu {
    left: -200px;
}

@media (min-width: 1200px) {
.navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
    min-width: 320px;
}
}

.dropdown-toggle::after {
    margin-left: 15px;
    margin-right: 20px;
}

.wp-block-columns {
    max-width: 80rem;
    margin: 0 auto;
    padding: 50px 60px 60px 50px;
    background-color: #fff;
}

.parent-pageid-1602 .wp-block-columns, .parent-pageid-4083 .wp-block-columns, .page-id-4179 .wp-block-columns, .page-id-4527 .wp-block-columns, .page-id-4083 .wp-block-columns, .page-id-4736 .wp-block-columns, .page-id-4716 .wp-block-columns, .page-id-4722 .wp-block-columns, .page-id-4726 .wp-block-columns, .page-id-4710 .wp-block-columns, .page-id-4712 .wp-block-columns, .page-id-4734 .wp-block-columns, .page-id-4720 .wp-block-columns, .page-id-4724 .wp-block-columns, .page-id-4708 .wp-block-columns, .page-id-4718 .wp-block-columns, .page-id-1602 .wp-block-columns, .page-id-9420 .wp-block-columns, .page-id-9422 .wp-block-columns, .page-id-9424 .wp-block-columns, .page-id-9426 .wp-block-columns, .page-id-1602 .wp-block-columns  {
    max-width: 80rem;
    margin: 0 auto;
    padding: 50px 60px 60px 50px;
    background-color: transparent;
}

.quotemedewerker {
    background-color: #20798a;
    overflow: hidden;
    border-radius: 6px;
}

.quotemedewerker p, .quotemedewerker cite {
    color: #fff;
    padding: 40px;
}



h2, h3, h4, h5, h6, .h2, .h3, .h4, .h5, .h6 {
    color: #222!important;
}

.wp-block-columns h1 {
    font: 36px 'Lato',sans-serif;
    margin-bottom: 0.3rem;
    color: #000;
    font-weight: 400;
}

.wp-block-columns h2 {
    font: 100 22px 'Lato',sans-serif;
    color: #F8981D!important;
    font-weight: 400!important;
    margin-bottom: 1.5rem;
}

h3 {
    font-size: 20px!important;
    font-weight: 400!important;
}


.wp-block-columns p {
    max-width: 650px;
}

.wp-block-button__link {
    color: #222;
    padding: 5px;
    width: 100%;
    border: 3px solid #F8981D!important;
    border-radius: 3px;
    transition: all 0.3s;
    display: block;
    margin-top: 15px;
    background-color: #fff!important;
    padding: 15px 50px;
}

.wp-block-button__link a, .wp-block-button {
    color: #222!important;
}

.wp-block-button__link a:hover, .wp-block-button:hover {
    color: #fff!important;
}

.wp-block-button__link:hover {
    background-color: #F8981D!important;
    color: #fff!important;
    transition: all 0.3s;
}

.wp-block-cover__inner-container {
    max-width: 800px;
}

.wp-block-cover__inner-container::after {
    background: url(https://shop.settleservice.com/wp-content/themes/wp-bootstrap-starter/assets/img/images/bg-quote-appendix.png) no-repeat left top;
    display: block;
    position: absolute;
    content: "";
    width: 43px;
    height: 22px;
    margin-top: -39px;
    margin-left: 20px;
}

.slick-next, .slick-prev{display: none!important;}

.wp-block-quotes-collection-random-quote {
    background: rgba(230,231,232,1);
}

.uagb-testomonial__outer-wrap {
    max-width: 72rem;
    margin: 0 auto;
    background-color: #f1f1f1;
    border-radius: 20px;
}


.uagb-tm__desc, .uagb-tm__meta, .uagb-tm__meta-inner span {
    max-width: 900px;
    color: #2f5f70!important;
    font-size: 20px;
    text-align: left;
}

.uagb-tm__meta {
    text-align: right!important;
}

.uagb-testomonial__outer-wrap::after {
    background: url(https://shop.settleservice.com/wp-content/themes/wp-bootstrap-starter/assets/img/quotes.png) no-repeat left top;
    display: block;
    width: 103px;
    height: 95px;
}

.Blog {
    width: 100%;
    height: 80px;
    padding-top: 40px;
}

.Blog h2 {
    width: 100%;
    text-align: center;
    display: block;
    font-weight: 200!important;
}

.blog-home-content-tile-title h3 {
    margin-bottom: 20px;
}

.blog-home-image-tile {
    height: 200px;
    width: 100%;
    display: block;
    margin-bottom: 20px;
    background-size: cover;
}

.logo-bar {
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 80px;
    margin-top: 80px;
}

.logo-bar ul {
    margin: 0;
    padding: 0;
}

.logo-bar li {
    display: inline-block;
    padding: 20px;
    min-width: 150px;
}

#main-nav a, #menu-sub-nav a {
    color: #222 !important;
    font-weight: 200;
}

#menu-sub-nav li.menu-item a {
    background: none;
    color: rgba(189,192,190,1);
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

#menu-sub-nav li#menu-item-3684 {
    background: url(https://shop.settleservice.com/wp-content/themes/wp-bootstrap-starter/assets/img/icons/search.png) no-repeat left center;
}

#menu-sub-nav li#menu-item-138 {
    background: url(https://shop.settleservice.com/wp-content/themes/wp-bootstrap-starter/assets/img/icons/icon-info.png) no-repeat left center;
}

#menu-sub-nav li#menu-item-12 {
    background: url(https://shop.settleservice.com/wp-content/themes/wp-bootstrap-starter/assets/img/icons/icon-lock.png) no-repeat left center;
}

#menu-sub-nav li#menu-item-14 {
    background: url(https://shop.settleservice.com/wp-content/themes/wp-bootstrap-starter/assets/img/icons/icon-phone.png) no-repeat left center;
}

#menu-sub-nav li.menu-item {
    background: none;
    margin-right: 20px;
    padding-left: 26px;
}

#menu-sub-nav li {
    display: inline-block;
    font-size: 12px;
    font-size: 0.75rem;
}

#menu-item-1899:before {
    font-family: FontAwesome;
    content: "\f2b5";
    color: #BEBFC1;
    font-size: 1rem;
    margin-right: 13px;
    position: relative;
    top: 2px;
    margin-left: -20px;
}

#menu-footer-nav-top {
    list-style: none;
    font-size: 14px;
    text-align: center;
    margin-bottom: 80px;
}

.footer .wp-block-columns {
    margin: 0 auto;
}

.footer {
    background-color: #f1f1f1;
    padding: 40px;
    width: 100%;
    height: 350px;
}

.footer .wp-block-columns div {
    float: left;
}

.footer ul { 
    list-style-type: none;
}

.footer ul li{ 
    margin-bottom: 5px;
}

.footer ul a { 
    color: #222!important;
}

#menu-footer-nav-top li.menu-item {
    background: none;
    padding-left: 31px;
}

#menu-footer-nav-top li {
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 20px;
}

#menu-footer-nav-top li#menu-item-18 {
    background: url(https://shop.settleservice.com/wp-content/themes/wp-bootstrap-starter/assets/img/icons/icon-back.png) no-repeat left center;
}

#menu-footer-nav-top li#menu-item-19 {
    background: url(https://shop.settleservice.com/wp-content/themes/wp-bootstrap-starter/assets/img/icons/icon-service.png) no-repeat left center;
}

#menu-footer-nav-top li#menu-item-20 {
    background: url(https://shop.settleservice.com/wp-content/themes/wp-bootstrap-starter/assets/img/icons/icon-about.png) no-repeat left center;
}

#menu-footer-nav-top li#menu-item-137 {
    background: url(https://shop.settleservice.com/wp-content/themes/wp-bootstrap-starter/assets/img/icons/icon-info-dark.png) no-repeat left center;
}

#menu-footer-nav-top li#menu-item-22 {
    background: url(https://shop.settleservice.com/wp-content/themes/wp-bootstrap-starter/assets/img/icons/icon-contact-dark.png) no-repeat left center;
}



.footer-payoff h4 {
    text-align: center;
    padding-bottom: 0px;
    font-weight: 300;
}

.footer-payoff{
    border-top: 1px solid rgba(88,89,91,1);
    padding: 50px;
    width: 90%;
    margin: 0 auto;
}

.uagb-block-664734ba .uagb-tm__image img {
    width: 130px!important;
    max-width: 140px!important;
}

.footermenu {
    text-align: center;
}

.site-info {
    text-align: center;
}

.team-bar-pay-off {
    margin: 0 auto;
    margin-top: 20px;
    text-align: center;
}

.team-bar-3 {
    margin-top: 20px;
}

.team ul {
    margin: 0 auto;
    text-align: center;
    padding-left: 0px;
}

.team ul li {
    list-style-type: none;
    display: inline-block;
    width: 200px;
    height: 200px;
    background-color: #222;
    background-size: cover;
}

.team ul li a {
    color: #fff!important;
}

.team ul li a {
    width: 200px;
    height: 200px;
    display: block;
    padding-top: 160px;
    transition: all 0.2s;
    background: rgba(0,0,0,0.5);
}

.team ul li a:hover {
    background: rgba(0,0,0,0);
    transition: all 0.2s;
}

.team h2 {
    text-align: center;
    font: 100 36px 'Lato',sans-serif;
    margin-bottom: 2.5rem;
    margin-top: 0rem;
    color: #222;
    text-align: center;
    margin-top: 20px !important;
    margin-bottom: 50px;
    background-color: transparent;
}

.team h2 strong {
    color: #f8981d;
}

.team-bar-pay-off a {
    color: #222!important;
    font-weight: 600;
}

.bg-light {
    border: none!important;
}

.note {
    border-radius: 3px;
    background: rgba(35,31,32,1);
    color: rgba(255,255,255,1);
    width: 45%;
    margin: 0 auto;
    position: relative;
}

.note p {
    padding: 1.6rem;
    color: #fff!important;
}

.timeline {
    background: rgba(238,238,238,1);
}

.timeline .cd-timeline-content img {
    margin-bottom: 40px;
}

.single .row, .blog .row, .archive .row {
    max-width: 1200px;
    margin: 0 auto;
    background-color: #fff!important;
    padding: 50px 60px 60px 50px;
    position: relative;
}

h1.entry-title {
    font: 100 36px 'Lato',sans-serif;
    margin-bottom: 2.5rem;
    color: #F8981D;
    font-weight: 300;
    margin-bottom: 2.5rem; 
}
.single article p , .single article h1, .single article h2, .single article h3, .single article li{
    max-width: 600px;
}

.team-template #content.site-content {
    padding-top: 400px;
}

.wp-block-columns .wp-block-columns {
    padding-left: 0px;
    padding-bottom: 0px;
}

.wp-block-columns .wp-block-columns .wp-block-column {
    margin-left: 10px;
}

.wp-block-buttons {
    margin-bottom: 40px;
}

.row.person-row {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.person-row{
	background-color: rgba(0,0,0,0);
}

.person-column {
	padding-right: 5px;
    padding-left: 5px;
    width: 300px;
}
.person-tile {
	position: relative;
	height: 250px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	float: left !important;
	margin-bottom: 0px; 
	margin-top: 10px;
	transition: background-color 0.3s;
	width: 100%;
}

.person-tile-content-fade {
	background-color: rgba(248,152,29, 0.0);
	height: 0px;
	overflow: hidden;
	width: 100%;
	z-index:2;
	transition: background-color 0.3s, color 0.7s, height 0.3s;
	color: #fff;
}
.person-tile-content-fade p {
	position: relative;
	left: 15px;
}
.person-tile:hover .person-tile-content-fade {
	background-color: rgba(248,152,29, 0.7);
	transition: background-color 0.3s, color 0.7s, height 0.3s;
	height: 250px;
}

.person-tile:hover .person-tile-content p#tile-naam {
	bottom: 80px;
	transition: all 0.3s;
}

.person-tile-content p#tile-naam {
	position: absolute;
	bottom: 0px;
	left: 15px;
	font-family: 'Indie Flower', cursive;
	color: #fff;
	font-size: 2rem;
    transition: all 0.3s;
    text-align: left!important;
}

p#person-tile-content-fade-lastname {
	position: relative;
	left: 15px;
	bottom: -145px;
    font-size: 1.2rem;
    text-align: left!important;
}

p#person-tile-content-fade-function {
	position: relative;
	bottom: -130px;
	left: -120px;
	transition: all 0.3s;
    font-size: 0.8rem;
    text-align: left!important;
}

p#person-tile-content-fade-email {
	position: relative;
	bottom: -110px;
	left: 800px;
    transition: all 0.3s;
    text-align: left!important;
    font-size: 0.8rem;
}

.person-tile:hover p#person-tile-content-fade-email {
	position: relative;
	left: 15px;
	transition: all 0.3s;
}

.person-tile:hover p#person-tile-content-fade-function {
	left: 15px;
	transition: all 0.3s;
}

.small-person-team .small-person-tile {
    height: 100px;
    width: 100px;
    background-position: center center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.small-person-tile-overlay {
    left: 0px;
    top: 0px;
    width: 100px;
    height: 100px;
    background-color: rgba(0,0,0,0.4);
    transition: all 0.2s;
    display:block;
}

ul .small-person-tile-overlay {
    width: 100%;
    height: 100%;
}

#small-tile {
    width: 100px;
    float: left;
}

.small-person-tile-overlay:hover {
    left: 0px;
    top: 0px;
    background-color: rgba(0,0,0,0.1);
    transition: all 0.2s;
    display:block;
}

.small-person-tile-overlay p {
    position: absolute;
    color: #fff;
    color: white;
    top: 70px;
    left: 20px;
}

.site-info a {
    color: #222!important;
    padding-left: 15px;
    padding-right: 15px;
}

#menu-footer-nav-top a {
    color: #222!important;
}

.wpcf7-submit {
    background: url(https://shop.settleservice.com/wp-content/themes/assets/img/images/send.png);
    width: 164px;
    height: 36px;
    border: 0px;
    color: #fff;
    margin-bottom: 2rem;
    background-color: #F8981D!important;
}

.contact ul {
    list-style-type: none;
}

.contact ul li {
    margin-bottom: 10px;
}

.footermenu ul {
    padding-left: 0px;
}

.wp-block-columns.ruling {
    padding: 0px!important;
    padding-top: 40px!important;
}

.ruling figure  {
    text-align: center;
}

.ruling {
    min-height: 250px;
    background-color: #20798a;
    color: #fff;
    margin-bottom: 20px;
}

.ruling p {
    color: #fff;
    text-align: center;
}

.ruling a {
    color: #fff!important;
    text-align: center;
}

li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link:before {
    font-family: fontawesome !important;
    content: "\f105";
    position: absolute !important;
    left: 3px !important;
    top: 0px !important;
    margin-right: 10px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
    padding-left: 15px!important;
}

@media only screen and (max-width: 950px) {
    subnav {
        display: none; 
    }
    .tag-block {
        margin-left: 0;
    }
    .undertag {
        max-width: 100%;
        left: 0rem;
    }
    .tagline, .tagline p {
        max-width: 100%;
        margin-left: 0px;
    }
    .footer-payoff h4 {
        line-height: 1.8!important;
    }
    .navbar-toggler {
        display: none;
    }
    #feature-header {
        position: absolute;
        height: 800px;
        overflow: auto;
        width: max-content;
    }
    #content.site-content {
        padding-top: 14.125rem;
    }
    .navbar-light .navbar-brand {
        max-width: 280px;
    }
    body, p {
        font-size: 1.3rem!important;
        line-height: 1.5;
        color: #222;
        font-family: 'Lato', sans-serif!important;
        font-weight: 300;
    }
    .linebox {
        margin-bottom: 80px;
    }
}

@media only screen and (max-width: 1300px) {
    .home #feature-header, .page-id-1602 #feature-header, .page-id-9420 #feature-header, .page-id-9422 #feature-header, .page-id-9424 #feature-header, .page-id-9426 #feature-header, .page-id-1602 #feature-header {
    display: none;
    }
}

@media only screen and (max-width: 1300px) {
    .home #feature-header, .page-id-1602 #feature-header, .page-id-9420 #feature-header, .page-id-9422 #feature-header, .page-id-9424 #feature-header, .page-id-9426 #feature-header, .page-id-1602 #feature-header {
    display: none;
    }
}

@media only screen and (max-width: 1500px) {
    .home .wp-block-columns, .page-id-1602 .wp-block-columns, .page-id-9420 .wp-block-columns, .page-id-9422 .wp-block-columns, .page-id-9424 .wp-block-columns, .page-id-9426 .wp-block-columns, .page-id-1602 .wp-block-columns  {
        max-width: 65rem;
        margin: 0 auto;
        padding: 50px 60px 60px 50px;
        background-color: transparent;
    }   
}


/* Submenu header text color white on hover */
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus {
    color: #fff !important;
}


/* > indent verwijderd in submenu */
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item a.mega-menu-link:before {
    display: none;
}
/* > indent toegevoegd in sub-submenu */
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item li.mega-menu-item > a.mega-menu-link:before {
	color: #f8981d !important;
  display: inline-block;
}

/* > indent verwijderd in sub-submenu */
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu ul.mega-sub-menu ul.mega-sub-menu {
    margin-left: 0px;
}
/* padding submenu verwijderd */ 
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
    padding-left: 0px!important;
}
/* padding sub-submenu toegevoegd */
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
    padding-left: 15px!important;
}
/* Font Bold submenu toegevoegd */
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
	font-weight: bold !important;
}
/* Font Normal sub-submenu toegevoegd */
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
	font-weight: normal !important;
}

.page-id-4754 .wp-block-column ul li:before, .parent-pageid-4754 .wp-block-column ul li:before{
    font-family: 'et-line';
    content: "\e005";
    padding-right: 10px;
    font-size: 16px;
    color: #c5c3c3;
    font-weight: 400;
    left: 16px;
}

.page-id-4754 .wp-block-column ul li, .parent-pageid-4754 .wp-block-column ul li {
    list-style-type: none;
    display: inline-flex;
}

.page-id-4754 .wp-block-column ol li, .parent-pageid-4754 .wp-block-column ol li {
    margin-bottom: 20px;
} 

.bekijkalle:before {
    font-family: 'et-line';
    content: " \2192";
    padding-right: 10px;
    font-size: 16px;
    color: #267987;
    font-weight: 400;
    left: 16px;
}

.bekijkalle {
    margin-left: 20px;
}