/*
 Theme Name:   Dukes-child
 Theme URI:    https://digital-duke.nl
 Description:  Digital Dukes Child theme
 Author:       Digital Duke
 Author URI:   https://digital-duke.nl
 Template:     Dukes
 Version:      1.0

 START YOUR CHILD THEME CSS HERE
*/

/* BEGIN FONT STYLING */

.nf-form-fields-required {
	display: none;
}
.partners img {
	margin: 0 5px;
}
@font-face {
    font-family: 'bostonregular';
    src: url('/fonts/bostonregular-webfont.woff2') format('woff2'),
         url('/fonts/bostonregular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'bostonsemibold';
    src: url('/fonts/bostonbold-webfont.woff2') format('woff2'),
         url('/fonts/bostonbold-webfont.woff') format('woff');
    font-weight: 500 !important;
    font-style: normal;
}
.infinite-body h1, .infinite-body h2, .infinite-body h3, .infinite-body h4, .infinite-body h5, .infinite-body h6, .infinite-body .infinite-title-font, .infinite-body .gdlr-core-title-font, .infinite-navigation .sf-menu > li > a, .infinite-navigation .sf-vertical > li > a, .infinite-navigation-font {
	font-family: 'bostonsemibold';
}
.infinite-body, .infinite-body .gdlr-core-content-font, .infinite-body input, .infinite-body textarea, .infinite-body button, .infinite-body select, .infinite-body .infinite-content-font, .gdlr-core-audio .mejs-container *, .infinite-body .gdlr-core-info-font, .infinite-body .infinite-info-font {
    font-family: 'bostonregular';	
}
.leaf_green h4:after {
    width: 41px;
    height: 30px;
    content: " ";
    background-image: url(/wp-content/uploads/2023/01/green.svg);
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: -25px;
    margin-top: -2px;
    z-index: -1;
}
.leaf_red h4:after {
    width: 41px;
    height: 30px;
    content: " ";
    background-image: url(/wp-content/uploads/2023/01/red.svg);
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: -25px;
    margin-top: -2px;
    z-index: -1;
}
.leaf_blue h4:after {
    width: 41px;
    height: 30px;
    content: " ";
    background-image: url(/wp-content/uploads/2023/01/blue.svg);
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: -25px;
    margin-top: -2px;
    z-index: -1;
}
.leaf_yellow h4:after {
    width: 41px;
    height: 30px;
    content: " ";
    background-image: url(/wp-content/uploads/2023/01/yellow.svg);
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: -25px;
    margin-top: -2px;
    z-index: -1;
}
.yellow_header h1:after {
	width: 95px;
    height: 100px;
    content: " ";
    background-image: url(/wp-content/uploads/2023/01/yellow_header.svg);
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    top: 20px;
    z-index: 1;
    right: 5px;	
}
.green_leaf .gdlr-core-pbf-background:before {
    width: 105px;
    height: 140px;
    content: " ";
    background-image: url(/wp-content/uploads/2023/01/green_leaf.svg);
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    z-index: 1000;
    left: -30px;		
}

.apple_bottomleft .gdlr-core-pbf-background:before {
    width: 105px;
    height: 105px;
    content: " ";
    background-image: url(/wp-content/uploads/2023/01/red_apple.svg);
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1000;
    left: -30px;
    bottom: -15px;
}
.apple_bottomright .gdlr-core-pbf-background:before {
    width: 105px;
    height: 105px;
    content: " ";
    background-image: url(/wp-content/uploads/2023/01/red_apple.svg);
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1000;
    right: -30px;
    bottom: -15px;
}

.blue_leaf {
    position: absolute;
    z-index: 1000;
    margin-top: -50px;
    max-width: 1220px;
    width: 100%;
    left: auto;
    right: auto;
    padding-right: 60px;
    text-align: right;
}
.green_leaf .gdlr-core-pbf-background-wrap, .apple_bottomleft .gdlr-core-pbf-background-wrap, .apple_bottomright .gdlr-core-pbf-background-wrap {
	overflow: visible !important;
}
.apple_bottomleft .gdlr-core-pbf-background, .apple_bottomright .gdlr-core-pbf-background {
    border-radius: 50px;
}


footer a:hover {
	color: #000 !important;
	text-decoration: underline;
}

.hulp_container {
	  display: flex;
	  flex-flow: wrap;
}
.hulp_flex {
	flex: 0 0 50%;
	margin-bottom: 20px;
	padding-right: 35px;
}
.check_list ul {
    list-style: none;
    margin: 0;
    margin-left: 30px;
}
.check_list li {
    margin-bottom: 15px;
}
.check_list li:before {
    content: "\f058";
    font-family: 'FontAwesome';
    position: absolute;
    margin-left: -30px;
    color: #7FBE37;
    margin-top: -2px;
}
.custom_services_block {
	background: #fff;
	padding: 35px 35px 15px 35px; 
	margin-bottom: 20px;
	border-radius: 25px;
	transition: 0.3s all ease;
	min-height: 320px;
}
.jeugdzorg_block {
	background: #fff;
	padding: 70px 60px 50px 60px;
	border-radius: 25px;
	transition: 2s ease;
	z-index: 1;
	position: relative;
}

.custom_services_block:hover {
	background: #C01521 !important;
	color: #fff;
}
.custom_services_block:hover h4, .custom_services_block:hover a {
	color: #fff;
}
.custom_services_block a {
	text-decoration: underline;
}

.header_photo img {
	border-radius: 50px;
    border: 4px solid #fff;
    -webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.12); 
	box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.12);
}
.gdlr-core-button {
    border-radius: 5px;
    background: #C01521 !important;
    text-transform: none;
    letter-spacing: 0px;
    font-size: 15px;
    font-weight: 600;
    padding: 15px 30px;
    line-height: normal;
}
.white .gdlr-core-button {
	background: #fff !important;
}
.gdlr-core-button.gdlr-core-button-transparent {
    background: transparent !important;
}
.gdlr-core-column-service-item.gdlr-core-column-service-icon-top .gdlr-core-column-service-title-wrap {
    margin-bottom: 10px;
}
.pink .gdlr-core-column-service-media {
    background-color: #F0C6F4;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 49px !important;
    border-radius: 5px;
}
.purple .gdlr-core-column-service-media {
    background-color: #CED1F4;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 49px !important;
    border-radius: 5px;
}
.top_contact .gdlr-core-column-service-item {
    background: #fff;
    padding: 25px 30px 10px 30px !important;
    border: 1px solid #E1E1E1;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.12); 
	box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.12);
}
.header_subcontent {
	padding-right: 60px;
}
.contact_person .gdlr-core-column-service-media {
	width: 55px;
}
.contact_person.gdlr-core-column-service-icon-left .gdlr-core-column-service-title-wrap {
    margin-bottom: 0px;
    padding-top: 3px;
}
.gdlr-core-column-service-item .gdlr-core-column-service-caption {
	margin-top: 0px;
}
.contact_person .gdlr-core-column-service-media img {
	border-radius: 50%;
}
.contact_person.gdlr-core-column-service-icon-left.gdlr-core-left-align .gdlr-core-column-service-media {
    margin-right: 15px;
}
.contact_person .gdlr-core-column-service-item.gdlr-core-column-service-caption {
	margin-top: 0px !important;
	color: #111 !important;
}
.contact_person .gdlr-core-column-service-item .gdlr-core-column-service-title {
	margin-top: 4px;
}
.check_list.gdlr-core-column-service-icon-left .gdlr-core-column-service-title-wrap {
    margin-bottom: 5px !important;
    padding-top: 8px;
}
.content_expander h4.gdlr-core-toggle-box-item-title {
    text-transform: none;
    letter-spacing: 0px;
    font-size: 16px;
}
.content_expander.gdlr-core-toggle-box-style-icon .gdlr-core-toggle-box-item-icon {
    width: 27px;
    height: 27px;
    background: #111;
    color: #fff;
    line-height: 27px;
    border-radius: 50%;
    position: relative;
    top: -4px;
    font-size: 14px;
    margin-right: 14px;
}
.content_expander.gdlr-core-toggle-box-style-icon .gdlr-core-toggle-box-item-title {
	margin-bottom: 20px;
}
.sync_img .gdlr-core-pbf-background-wrap {
    border-radius: 50px;
    border: 4px solid #fff;
    -webkit-box-shadow: 0px 2px 32px 0px rgba(0,0,0,0.12); 
	box-shadow: 0px 2px 32px 0px rgba(0,0,0,0.12);    
}
.usp .gdlr-core-column-service-media {
    min-height: 50px;
}
.color_bg .gdlr-core-pbf-background-wrap {
    border-radius: 50px;
}
.half_usp {
    width: 50%;
}
.checklist_cols ul {
    columns: 2;
    list-style: none;
}
.checklist_cols li:before {
    content: "\4e";
    font-family: 'ElegantIcons';
    width: 27px;
    height: 27px;
    background: #BBEFE5;
    border-radius: 50%;
    position: absolute;
    text-align: center;
    line-height: 27px;
    margin-left: -37px;
    margin-top: 0px;
    font-size: 11px;
}
.checklist_cols li {
	font-family: 'bostonsemibold';
    margin-bottom: 20px;
}
.gdlr-core-counter-item {
    display: flex;
}
.gdlr-core-counter-item-bottom-text {
    color: #111;
    padding-left: 15px;
    padding-top: 1px;
}
.gdlr-core-blockquote-item.gdlr-core-medium-size.gdlr-core-left-align .gdlr-core-blockquote-item-quote {
	display: none;
}
.gdlr-core-blockquote-item-content p {
    font-family: 'bostonsemibold';
    line-height: 48px;
    color: #111;
}
.half_usp.gdlr-core-column-service-item .gdlr-core-column-service-media.gdlr-core-media-icon.gdlr-core-icon-style-round i {
    border-radius: 5px;
    padding: 15px;
}
.gdlr-core-column-service-icon-left .gdlr-core-column-service-title-wrap {
    margin-bottom: 0px;
    padding-top: 10px;
}
.quote.gdlr-core-column-service-item .gdlr-core-column-service-media.gdlr-core-media-icon.gdlr-core-icon-style-round i {
    border-radius: 10px;
    padding: 15px;
    font-size: 28px;
}
.quote.gdlr-core-column-service-icon-left.gdlr-core-left-align .gdlr-core-column-service-media {
	margin-right: 20px;
}
.gallery_img_sm img {
    border-radius: 25px;
    border: 4px solid #fff;
    -webkit-box-shadow: 0px 2px 32px 0px rgba(0,0,0,0.12); 
	box-shadow: 0px 2px 32px 0px rgba(0,0,0,0.12);    
}
.ti-controls-dots, .ti-widget.ti-goog .ti-review-header:before {
	display: none !important;
}
/*
.ti-widget.ti-goog .ti-review-item>.ti-inner {
    box-shadow: none !important;
    background-color: transparent !important;
}
.ti-review-item.source-Google {
    background: #fff;
    margin: 0px 15px;
    padding: 5px 15px 30px 15px !important;
    border-radius: 10px;
    -webkit-box-shadow: 0px 2px 32px 0px rgba(0,0,0,0.12); 
	box-shadow: 0px 2px 32px 0px rgba(0,0,0,0.12);      
}
.ti-widget.ti-goog .ti-reviews-container-wrapper {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
*/
.big_column_service .gdlr-core-column-service-item .gdlr-core-column-service-caption {
    color: #111;
    margin-bottom: 20px;
    margin-top: 15px;
}
.infinite-footer-wrapper {
    font-size: 16px;
}
footer .widget_nav_menu ul li:before {
	display: none;
}
footer .widget_nav_menu ul li {
	font-size: 16px;
	margin-bottom: 17px;
	padding-left: 0px;
	line-height: 20px;
	padding-bottom: 0px;
	border-bottom-width: 0px;
	border-bottom-style: solid;	
}
footer table {    
	text-align: left;
    border-spacing: 0px;
    margin-bottom: 0px;
}
footer table tr td {
    padding: 2px 0px;
}
footer table tr:nth-child(odd), footer table tr:nth-child(even) {
	color: #fff;
	background-color: transparent;
}
.infinite-copyright-left, .infinite-copyright-right {
	opacity: 0.5;
}
.infinite-footer-wrapper .infinite-widget-title {
    text-transform: none;
    letter-spacing: 0px;
    font-size: 18px;
}
.infinite-footer-wrapper .infinite-widget-title {
	margin-bottom: 20px;
}
a.infinite-main-menu-right-button {
    background: #C01521;
    color: #fff !important;
    font-size: 15px;
    text-transform: none;
    letter-spacing: 0px;
    border-color: #C01521 !important;
    padding: 12px 25px;
    line-height: normal;
    border-radius: 5px;
}
.infinite-main-menu-right-wrap {
	margin-top: 2px;
}
.gdlr-core-tab-featurev-item .gdlr-core-tab-featurev-title-wrap {
	background: none;
	padding-top: 0px;
}
.gdlr-core-tab-featurev-item .gdlr-core-tab-featurev-item-content-wrap {
    max-height: 500px;
    overflow-y: scroll;
    padding-right: 30px;
}
.gdlr-core-tab-featurev-item .gdlr-core-tab-featurev-title-item-wrap {
	height: 500px !important;
}
.gdlr-core-tab-featurev-item-content-wrap::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 5px;
  background: #E2E2E2;
  border-radius: 5px;
}
.gdlr-core-tab-featurev-item-content-wrap::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #111;
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}
.gdlr-core-tab-featurev-item-content-wrap:before {
    content: ' ';
    width: 100%;
    height: 75px;
    position: absolute;
    max-width: 775px;
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(245,245,245,1) 100%);
    bottom: 30px;
}
ul.gdlr-core-tab-featurev-title-wrap:before {
    content: 'Onze diensten';
    font-size: 28px;
    position: relative;
    top: -15px;
}
ul.gdlr-core-tab-featurev-title-wrap {
    margin-top: 10px
}
.gdlr-core-tab-featurev-item .gdlr-core-tab-featurev-title-item-wrap {
    background: transparent;
    width: 30%;
    float: left;
}
.gdlr-core-tab-featurev-item .gdlr-core-tab-featurev-title-wrap {
	padding-left: 0px;
}
.gdlr-core-tab-featurev-item .gdlr-core-tab-featurev-content-wrap {
    padding: 0px 60px 0px;
}
.gdlr-core-tab-featurev-item .gdlr-core-tab-featurev-item-content-wrap {
    background: transparent;
}
.gdlr-core-tab-featurev-item .gdlr-core-tab-featurev-title-wrap li.gdlr-core-active {
    background: none;
    color: #111;
}
.gdlr-core-tab-featurev-item .gdlr-core-tab-featurev-title-wrap li {
    background: transparent;
    color: #111;
    padding: 15px 15px 15px 45px;
}
ul.gdlr-core-tab-featurev-title-wrap {
    font-family: 'bostonsemibold';
}
.gdlr-core-tab-featurev-item .gdlr-core-tab-featurev-title-wrap li:before {
    background: #000;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    content: "\f105";
    font-family: FontAwesome;
	position: absolute;
    left: 15px;    
}
.gdlr-core-tab-featurev-item .gdlr-core-tab-featurev-title-wrap li i {
	display: none;
}
.gdlr-core-tab-featurev-item .gdlr-core-tab-featurev-content-wrap {
    padding: 0px 0px 0px 60px;
}
.gdlr-core-tab-featurev-item .gdlr-core-tab-featurev-content-title {
    font-size: 38px;
}

@media screen and (max-width: 1024px) {
	
	.color_bg .gdlr-core-pbf-background-wrap {
		max-width: 470px;
		margin: 0 auto;
	}
	
}

@media screen and (max-width: 768px) {
	
	.pushpull .gdlr-core-pbf-wrapper-container {
		display: flex;
		flex-direction: column;
	}
	.pushpull .gdlr-core-pbf-column.gdlr-core-column-30:nth-child(1) {
		order: 2;
	}
	.pushpull .gdlr-core-pbf-column.gdlr-core-column-30:nth-child(2) {
		order: 1;
	}
	.half_usp {
    	width: 100%;
	}
	.infinite-footer-column {
	    margin-bottom: 30px;
	}
	.infinite-footer-wrapper {
    	padding-bottom: 0px;
    	padding-top: 60px;
	}
	.gdlr-core-pbf-wrapper-full-no-space .gdlr-core-pbf-column-content-margin {
	    padding-left: 0px !important;
	    padding-right: 0px;
	}
	.gdlr-core-blockquote-item-content p {
	    font-size: 20px !important;
	    line-height: inherit;
	}	
	.gdlr-core-tab-featurev-item .gdlr-core-tab-featurev-title-item-wrap {
		width: 100%;
	}
	.gdlr-core-tab-featurev-item .gdlr-core-tab-featurev-content-wrap {
		padding: 0px;
	}
	.sync_img .gdlr-core-pbf-background-wrap {
		border-radius: 25px;
	}
	.checklist_cols ul {
		columns: 1;
	}
	.checklist_cols li {
		margin-bottom: 25px;
	}
	.checklist_cols li:last-child {
		margin-bottom: 0px;
	}
	.top_contact .gdlr-core-column-service-item {
		padding: 25px 20px 10px 20px !important;
	}
	.gdlr-core-tab-featurev-item .gdlr-core-tab-featurev-item-content-wrap {
    	max-height: none !important;
    	overflow-y: scroll;
    	padding-right: 1px;
    	padding-top: 30px;
	}
	.gdlr-core-tab-featurev-item-content-wrap::-webkit-scrollbar {
		-webkit-appearance: none;
		background: none;
	}
	.gdlr-core-tab-featurev-item .gdlr-core-tab-featurev-title-item-wrap {
    	height: auto !important;
	}
	.gdlr-core-tab-featurev-item-content-wrap:before {
		display: none;
	}
	.gdlr-core-column-service-item .gdlr-core-column-service-title {
		color: #111;
		padding-top: 5px;
	}
	.gdlr-core-column-service-item .gdlr-core-column-service-caption {
    	margin-top: 10px;
    	margin-bottom: 15px;
    	color: #111;
	}
	.gdlr-core-tab-featurev-item .gdlr-core-tab-featurev-content-title {
    	font-size: 28px;
	}
	.gdlr-core-column-service-icon-left.gdlr-core-left-align .gdlr-core-column-service-media {
	    float: left;
	    margin-right: 15px;
	    position: relative;
	    top: 5px;
	}
	.gdlr-core-column-service-item .gdlr-core-column-service-media.gdlr-core-media-icon.gdlr-core-icon-style-round i {
		padding: 14px;
	}
	.gdlr-core-column-service-content p {
    	margin-bottom: 10px;
	}
	.color_bg .gdlr-core-pbf-background-wrap {
    	border-radius: 25px;
	}

}





