/*   
Theme Name: Regio Zorg 
Theme URI: http://www.donkeys.co
Description: Theme for Regio Zorg by Donkeys & Co.
Author: Donkeys & Co.
Author URI: https://www.donkeys.co
Version: 1
*/



@font-face {
	font-family: 'baloo_tammudu_2bold';
	src: url('fonts/balootammudu2-bold-webfont.woff2') format('woff2'),
		 url('fonts/balootammudu2-bold-webfont.woff') format('woff'),
		 url('fonts/balootammudu2-bold-webfont.svg#baloo_tammudu_2bold') format('svg');
	font-weight: normal;
	font-style: normal;

}
@font-face {
	font-family: 'baloo_tammudu_2regular';
	src: url('fonts/balootammudu2-regular-webfont.woff2') format('woff2'),
		 url('fonts/balootammudu2-regular-webfont.woff') format('woff'),
		 url('fonts/balootammudu2-regular-webfont.svg#baloo_tammudu_2regular') format('svg');
	font-weight: normal;
	font-style: normal;

}
@font-face {
	font-family: 'blanchcaps';
	src: url('fonts/blanch_caps-webfont.woff2') format('woff2'),
		 url('fonts/blanch_caps-webfont.woff') format('woff'),
		 url('fonts/blanch_caps-webfont.svg#blanchcaps') format('svg');
	font-weight: normal;
	font-style: normal;

}


:root {
	--blue: #192C4F;
	--lblue: #F5F8FE;
	--white: #ffffff;
	--yellow: #FFCB3C;
}




h1, h2, h3, h4, h5, h6 {
	font-family: 'blanchcaps';
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
	color: var(--blue) !important;
}


h1 {
	font-size: 93px;
	line-height: 112px;
}

h2 {
	font-size: 87px;
	line-height: 109px;
}

h3 {
	font-size: 56px;
	line-height: 66px;
}

h4 {
	font-size: 40px;
	line-height: 52px;
}

h5 {
	font-size: 32px;
	line-height: 40px;
}

h6 {
	font-size: 24px;
	line-height: 30px;
}


.white h1, .white h2, .white h3, .white h4, .white h5, .white h6 {
	color: #ffffff !important;
}



p, a, li, td {
	font-family: 'baloo_tammudu_2regular';
	font-weight: normal;
	font-size: 18px;
	line-height: 28px;
	text-align: left;
	color: #707070;
}

.white p, .white a, .white li, .white td {
	color: #ffffff;
}






.btn {
	font-family: 'baloo_tammudu_2regular';
	display: inline-block;
    padding: 21px 26px 7px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 0px;
    border-radius: 100px;
    margin-top: 20px;
}


/******************* BUTTON *******************/
.btn-yellow {
	position: relative;
    color: #000;
    background-color: #FFCB3C;
    font-size: 18px;
	line-height: 24px;
    
    -webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.btn-yellow:hover, .btn-yellow:focus {
    color: #000000;
    background-color: #e9b31d;
}
















.headerFix {
	height: 95px;
}

.headerTop {
	position: fixed;
	background-color: rgba(255, 255, 255, 1);
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 99;
}

.headerTop .logo {
	width: 230px;
    float: left;
    padding: 15px 15px 15px 0;
}


.headerTop .nav {
	float: right;
}


.headerTop ul {
	margin: 0;
	padding: 0;
}

.sf-menu li {
    background: transparent;
}

.sf-menu li:hover,
.sf-menu li.sfHover {
	background: transparent;
}


.sf-menu a {
	padding: 42px 13px 22px;
	color: #000000;
	font-size: 20px;
	font-family: 'baloo_tammudu_2regular';
	
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.sf-menu li:hover a,
.sf-menu li.sfHover a,
.sf-menu li.current_page_item a {
	color: #000000;
}

.sf-menu li ul li {
    background: #00aeef;
    
}

.sf-menu li ul li:hover,
.sf-menu li ul li.sfHover {
	background: #0053a5;
}


.sf-menu ul li a {
	padding: 10px 20px;
	color: #ffffff;
	font-size: 14px;
	
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.sf-menu li ul li:first-child a {
	padding-left: 20px;
}

.sf-menu li ul li:hover a,
.sf-menu li ul li.sfHover a,
.sf-menu li ul li.current_page_item a {
	color: #ffffff;
}

.sf-menu li:hover ul li a,
.sf-menu li.sfHover ul li a,
.sf-menu li.current_page_item ul li a {
	color: #ffffff;
}

.sf-menu li:hover ul li:hover a,
.sf-menu li:hover ul li.sfHover a,
.sf-menu li:hover ul li.current_page_item a {
	color: #ffffff;
}



.sf-arrows .sf-with-ul {
    padding-right: 20px;
}

.sf-arrows .sf-with-ul:after {
	content: none;
}







.pageBuilder ul {
	list-style: none;
}

.pageBuilder ul li {
	margin-bottom: 8px;
}

.pageBuilder ul li:before {    
    font-family: 'FontAwesome';
    content: '\f00c';
    margin:0 10px 0 -28px;
    color: var(--blue);
}




.dividerSpacing {
	height: 30px;
	width: 100%;
}


.pb_header {
	position: relative;
	
	height: 480px;
    width: 100%;
    background-color: #fff;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.pb_header.notHome {
	height: 320px;
}

.pb_headerCurve {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
}


.pb_header_contact {
	position: relative;
}


.pb_dienstenInnerText {
	padding: 70px 20px 20px 20px;
	border-radius: 4px;
	background: #fcfdff;
	box-shadow: 0px 0px 8px 5px rgba(0,0,0,0.08);
	text-align: center;
}


.pb_dienstenInnerIcon {
	margin: 0 auto;
	width: 120px;
	height: 120px;
	margin-bottom: -60px;
	position: relative;
}
.pb_dienstenInnerIconBg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.pb_dienstenInnerIconIcon {
	position: absolute;
	z-index: 2;
	width: 45px;
	height: 45px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.pb_dienstenInnerIconBg svg {
	filter: drop-shadow(0px 0px 5px rgb(0 0 0 / 0.13));
}





.pb_blog a {
	text-decoration: none !important;
}

.pb_blogInner {
	position: relative;
	padding-bottom: 40px;
}

.pb_blogInner figure.pb_blogInnerImg {
	width: 100%;
	height: 330px;
    overflow: hidden;
    margin-bottom: 25px;
}

.pb_blogInner figure img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}


.pb_blogInner .pb_blogInnerText {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 90%;
	background-color: var(--white);
	padding: 24px;
	
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.pb_blogInner:hover .pb_blogInnerText {
	bottom: 15px;
}


.pb_blogInnerText a.readmore {
	color: var(--blue) !important;
}





.pb_uspInner {
	background-color: var(--lblue);
	padding: 50px 20px 40px 20px;
}

.pb_uspItem {
	width: 25%;
	text-align: center;
}


.pb_uspItemIcon {
	width: 100px;
	height: 100px;
	background: #fff;
	border: 1px solid #707070;
	border-radius: 100px;
	margin: 0 auto;
	margin-bottom: 25px;
	position: relative;
}

.pb_uspItemIcon img {
	position: absolute;
	z-index: 2;
	width: 60px;
	height: 60px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.pb_uspItemText p {
	text-align: center;
	margin: 0px;
}



.pb_contact_formInner {
	background-color: var(--blue);
	padding: 30px;
}











.footerSocials {
	padding: 30px 0;
}

.footerSocials h5 {
	font-weight: 500;
	font-size: 23px;
	line-height: 39px;
	color: var(--blue);
	margin: 0px;
}

.footerSocials .followUs {
	margin-right: 30px;
}

.footerSocialItemWrap {
	margin-right: 15px;
}

.footerSocialItem {
	height: 50px;
	width: 50px;
	position: relative;
	background-color: var(--blue);
	border-radius: 100%;
}

.footerSocialItem .icon {
	font-family: sans-serif;
	line-height: 20px;
}

.footerSocialItem i {
	color: var(--white);
}




footer {
	background-color: var(--lblue);
	padding: 60px 0;
}


footer h5 {
	font-weight: 500;
	font-size: 26px;
	line-height: 39px;
	color: var(--blue);
}







.footerContact {
	background-color: var(--white);
	padding: 40px;
	margin-top: -160px;
	filter: drop-shadow(0px 0px 16px rgba(0, 0, 0, 0.14));
}

.footerContact h4 {
	margin-bottom: 15px;
}


.footerContact form {
	margin: 0px !important;
	padding: 0px !important;
}


input[type="text"], input[type="email"], input[type="tel"], textarea {
	width: 100%;
	border: 1px solid #D9DDE5;
	padding: 12px 9px 0 9px;
	outline: none;
	resize: none;
	color: var(--blue);
	margin-bottom: 10px;
}

textarea {
	height: 100px;
}

.footerContact .btn {
	margin-top: 0px !important;
}


._button-wrapper button {
	font-family: 'Barlow', sans-serif;
	font-weight: 500;
	font-style: normal;
	text-transform: uppercase;
	
	display: inline-block;
    padding: 10px 26px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 0px;
    border-radius: 6px;
    margin-top: 20px;
    margin-right: 10px;

	position: relative;
    color: var(--white);
    background-color: var(--orange);
    font-size: 16px;
	line-height: 24px;
    
    -webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
._button-wrapper button:hover, ._button-wrapper button:focus {
    color: var(--white);
    background-color: #c75f47;
}


/*Label formulier nieuwsbrief */
._form-label {
   padding-top: 1rem;
   font-size: 0.95rem;
}
 
._checkbox-radio {
   font-size: 0.95rem;
}




.footerCopy {
	padding: 30px 0;
	background-color: var(--blue);
}

.footerCopy p, .footerCopy p a {
	margin: 0px;
	font-size: 15px;
	line-height: 20px;
}

.footerCopy span {
	margin: 0 5px;
}



.footerCopy ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: right;
}
.footerCopy ul li {
	margin: 0px;
	padding: 0px;
	font-size: 15px;
	line-height: 20px;
	display: inline-block
}
.footerCopy ul li a {
	font-weight: normal;
	color: var(--white);
	text-decoration: none;
	font-size: 15px;
	line-height: 20px;
	padding: 0 0 0 20px;
	
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.footerCopy ul li a:hover {
}











.navMob {
	display: none !important;
	
}

.navMob i {
	color: var(--blue);
	margin-top: 15px;
}

.menuOverlay {
	display: none;
}


.mobileMenu {
	display: none;
}




@media screen and (max-width: 1200px) {

	

	
}





@media screen and (max-width: 992px) {
	
	
	.nav {
		display: none;
	}
	
	.mobileMenu {
		display: block;
	}
	
	.navMob {
		display: block !important;
		float: right !important; 
		font-size: 23px;
		color: #000;
		margin-top: 16px;
		margin-right: 26px;
		width: 25px;
		height: 33px;
	}
	
	
	.menuOverlay {
		display: none;
		background: rgba(0, 0, 0, 0.9);
		height: 100vh; 
		width: 100%; 
		position: fixed;
		z-index: 9999999;
		font-weight: 700;
		text-transform: uppercase;
	}
	

	
	.menuOverlay .close {
		position: fixed;
		right: 32px;
		top: 32px;
		font-size: 29px;
		color: #fff !important;
	}
	
	.menuOverlay .close i {
		color: #fff !important;
	}
	
	.menuOverlay .overMenu {
		text-align: center;
	}
	
	.menuOverlay .overMenu ul {
		text-align: center;
		list-style: none;
		margin: 0;
		padding: 0;
		margin-top: 90px;
	}
	
	
	.menuOverlay .overMenu ul li {
		text-align: center;
		margin-bottom: 10px;
	}
	
	.menuOverlay .overMenu ul li a {
		text-align: center;
		color: #fff;
		text-decoration: none;
		font-size: 24px;
	}
	
	
	
	.menuOverlay .overMenu ul li ul {
		text-align: center;
		list-style: none;
		margin: 0;
		padding: 0;
		margin-top: 0px;
	}
	
	.menuOverlay .overMenu ul li ul li a {
		text-align: center;
		color: #fff;
		text-decoration: none;
		font-size: 18px;
	}
	
	.menuOverlay .overMenu ul li ul li {
		text-align: center;
		margin-bottom: 5px;
	}
	
		
	.menuOverlay .social {
		margin-top: 15px;
	}
	
	.menuOverlay .social i {
		color: #ffffff;
		font-size: 22px;
		margin: 0 3px;
	}
	
	.menuOverlay .social i:hover {
		color: #b39a6a;
	}
	
	
	
	
	
	
	
}


@media screen and (max-width: 768px) {
	
	.headerTop .logo {
	    float: left;
	    width: 227px;
	    margin-right: 10px;
	}
	
	.navHeader {
		display: none;
	}
	
	
	
	.pb_headerCurve {
	    bottom: -4px;
	}
	
	
	
	.pb_header {
	    position: relative;
	    height: 330px;
	}
	
	
	.pb_dienstenInner {
		margin-bottom: 30px;
	}
	
	.pb_blogInner {
		margin-bottom: 30px;
	}
	
	
	.pb_uspInner {
		flex-direction: column;
	}
	.pb_uspItem {
	    width: 100%;
	    text-align: center;
	    margin-bottom: 20px;
	}
	
	
	
	.pb_text_img  .order-first {
	    order: 1 !important;
	}
	
	
	.footerContact {
	    margin-top: 40px;
	}
	
	.footerCopy ul {
	    text-align: left;
	    margin-top: 0px;
	    margin-bottom: 20px;
	}
	
	.footerCopy ul li {
	    display: block;
	}
	
	.footerCopy ul li a {
	    font-weight: normal;
	    color: var(--white);
	    text-decoration: none;
	    font-size: 15px;
	    line-height: 20px;
	    padding: 0 0 0 0px;
	    -webkit-transition: 0.5s;
	    -moz-transition: 0.5s;
	    -o-transition: 0.5s;
	    transition: 0.5s;
	}
	
	.footerCopyRight {
		order: 1;
	}
	
	.footerCopyLeft {
		order: 2;
	}
	


	
	

}



