/*   
Theme Name: Liang Hong 
Theme URI: https://www.donkeys.co
Description: Liang Hong
Author: Donkeys & Co.
Author URI: https://www.donkeys.co
Version: 1
*/


:root {
	--blue: #315898;
	--dblue: #25477f;
	--lblue: #D5DDEA;
	--black: #000000;
	--white: #ffffff;
}



h1, h2, h3, h4, h5, h6 {
	font-family: 'Lato', sans-serif;
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
	color: var(--blue);
}


h1 {
	font-size: 28px;
	line-height: 40px;
}

h2 {
	font-size: 24px;
	line-height: 36px;
}

h3 {
	font-size: 22px;
	line-height: 34px;
}

h4 {
	font-size: 20px;
	line-height: 30px;
}

h5 {
	font-size: 18px;
	line-height: 26px;
}

h6 {
	font-size: 18px;
	line-height: 26px;
}


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



p, a, li, td {
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	line-height: 27px;
	color: var(--blue);
}

a {
	text-decoration: none;
	color: var(--blue);
}

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






.btn {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	display: inline-block;
    padding: 14px 30px;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.42857143;
    text-align: center;
    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: 8px;
    margin-top: 20px;
}


/******************* BUTTON *******************/
.btn-blue {
	position: relative;
    color: var(--white) !important;
    background-color: var(--blue);
    font-size: 15px;
	line-height: 22px;
    
    -webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.btn-blue:hover, .btn-blue:focus {
    color: var(--white) !important;
    background-color: var(--dblue);
}

.btn-lblue {
	position: relative;
    color: var(--blue) !important;
    background-color: var(--lblue);
    font-size: 15px;
	line-height: 22px;
    
    -webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.btn-lblue:hover, .btn-lblue:focus {
    color: var(--white) !important;
    background-color: var(--blue);
}


.btn-white {
	position: relative;
    color: var(--blue) !important;
    background-color: var(--white);
    font-size: 15px;
	line-height: 22px;
    
    -webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.btn-white:hover, .btn-white:focus {
    color: var(--blue) !important;
    background-color: var(--white);
}














.headerFix {
	height: 82px;
}

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

.headerTop .logo {
	width: 242px;
    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: 38px 13px;
	color: var(--blue);
	font-size: 17px;
	font-weight: 600;
	font-family: 'Lato', sans-serif;
	
	-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: var(--dblue);
}

.sf-menu li ul li {
    background: var(--blue);
    
}

.sf-menu li ul li:hover,
.sf-menu li ul li.sfHover {
	background: var(--dblue);
}


.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: 13px;
}

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






















.pageBuilder ul {
	list-style: none;
	padding: 0;
}
.pageBuilder li {
	padding-left: 28px;
}
.pageBuilder li:before {
	content: "\f00c"; /* FontAwesome Unicode */
	font-family: 'Font Awesome 5 Free';
	display: inline-block;
	margin-left: -28px; /* same as padding-left set on li */
	width: 28px; /* same as padding-left set on li */
	font-weight: 900;
}


/********** PAGE BUILDER **********/

.pb_header {
	height: 600px;
    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_headerInner {
	height: 600px;
}

.pb_headerWrap {
	position: relative;
	z-index: 2;
}

.pb_headerGradient {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,0.96) 7%, rgba(255,255,255,0) 72%);
}


.pb_header figure {
    width: 100%;
    overflow: hidden;
    margin-bottom: 0px;
    
}
.pb_header figure img {

}

.pb_header .pb_headerImgInner {
	padding-left: 50px;
}

.pb_header .pb_headerImg {
	margin-right: 0px;
}










.pb_text .pb_textBlock {
	padding: 45px;
	border-radius: 8px;
	box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.22);
}









.pb_text_imgTextInner {
	padding: 55px 0;
}

.pb_text_img .pb_text_imImgInner {
	padding-left: 50px;
	padding-right: 0px;
}
.pb_text_img .order-1 .pb_text_imImgInner {
	padding-left: 0px;
	padding-right: 50px;
}

.pb_text_img .pb_text_imImgInner figure {
	width: 100%;
    height: 100%;
    overflow: hidden;
    margin-bottom: 0px;
    
    border-radius: 8px;
	box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.22);
}

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







.pb_text_img_bgTextInner {
	padding: 25px 0;
}

.pb_text_img_bg .pb_text_imImgInner {
	padding-left: 50px;
	padding-right: 0px;
}
.pb_text_img_bg .order-1 .pb_text_imImgInner {
	padding-left: 0px;
	padding-right: 50px;
}

.pb_text_img_bg .pb_text_imImgInner figure {
	width: 100%;
    height: 100%;
    overflow: hidden;
    margin: -55px 0;
    
    border-radius: 8px;
	box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.22);
}

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



.pb_text_img_bgWrapper {
	background-color: aqua;
	padding: 20px 0;
}







.pb_usps_imgTextInner {
	padding: 25px 0;
}

.pb_usps_img .pb_usps_imImgInner {
	padding-left: 50px;
	padding-right: 0px;
}
.pb_usps_img .order-1 .pb_usps_imImgInner {
	padding-left: 0px;
	padding-right: 50px;
}

.pb_usps_img .pb_usps_imImgInner figure {
	width: 100%;
    height: 100%;
    overflow: hidden;
    margin-bottom: 0px;
    
    border-radius: 8px;
	box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.22);
}

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


.pb_usps_img_uspWrap {
	margin-bottom: 20px;
}

.pb_usps_img_uspWrapIcon {
	margin-right: 30px;
}

.pb_usps_img_uspWrapIconInner {
	border: 3px solid var(--blue);
	border-radius: 100%;
}

.projectbody .pb_usps_img_uspWrapIconInner {
	border: 3px solid var(--black);
	border-radius: 100%;
}
.personeelbody .pb_usps_img_uspWrapIconInner {
	border: 2px solid var(--red);
	border-radius: 100%;
}



.pb_usps_img_uspWrapIconInnerInner {
	padding: 12px;
	width: 71px;
}

.pb_usps_img_uspWrapText h5 {
	margin-bottom: 10px;
}




.pb_text_2cols {
	
}

.pb_text_2cols .pb_text_2colsBlock {
	padding: 45px;
	border-radius: 8px;
	box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.22);
}

.pb_text_2colsTitle {
	margin-bottom: 20px;
}

.pb_text_2colsInner1 {
	padding-right: 20px;
}

.pb_text_2colsInner2 {
	padding-left: 20px;
}










.pb_tableInnerTable table {
	width: 100%;
}

.pb_table .pb_tableBlock {
	padding: 45px;
	border-radius: 8px;
	box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.22);
}

.pb_table tbody tr {
	background-color: white;
	color: white;
	border-bottom: 1px solid var(--lblue) !important;
}
.pb_table thead tr th {
	padding: 1px 15px;
	color: white;
}


.pb_table tbody tr td {
	padding: 1px 15px;
}

.pb_table tbody tr td:nth-child(2) {
	text-align: right;
}












/* Styles for Accordion */
.toggle:first-child .toggle-title {
  border-top: 0px solid #EAE9F0;
}
.toggle .toggle-title {
  position: relative;
  display: block;
  border-top: 1px solid #EAE9F0;
  margin-bottom: 6px;
  padding-right: 40px;
}
.toggle .toggle-title h3 {
	font-weight: 600;
  font-size: 18px;
  margin: 0px;
  line-height: 1;
  cursor: pointer;
}
.toggle .toggle-inner {
  padding: 7px 0 10px 0;
  display: none;
  margin: -7px 0 6px;
}
.toggle .toggle-inner div {
  max-width: 100%;
}
.toggle .toggle-title .title-name {
  display: block;
  padding: 22px 0px 18px;
}
.toggle .toggle-title a i {
  font-size: 22px;
  margin-right: 5px;
}
.toggle .toggle-title i {
  position: absolute;
  background: url("images/plus_minus.png") 0px -24px no-repeat;
  width: 24px;
  height: 24px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 20px 0 20px 20px;
  right: 0;
}
.toggle .toggle-title.active i {
  background: url("images/plus_minus.png") 0px 0px no-repeat;
}










.pb_artikelen.noBg {
	background-color: transparent !important;
}


.pb_artikelenInnerImg figure {
    width: 100%;
    height: 225px;
    overflow: hidden;
    margin-bottom: 20px;
    
	border-radius: 8px;
	box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.22);
}

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

.pb_artikelenInnerText p {
	margin: 0px;
}

.pb_artikelenInnerText {
	margin-bottom: 40px;
}

.category_detail li {
	margin: 0px;
	padding: 0px;
}

.category_detail li:before {
	content: "";
}





.pb_mapsInner {
	padding-right: 30px; 
}





.pb_dienstenIntro {
	margin-bottom: 50px;
}

.pb_diensten.noBg {
	background-color: transparent !important;
}

.pb_diensten a .pb_dienstenInner {
	background-color: var(--lblue);
	border-radius: 8px;
	box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.12);
	padding: 30px 30px 15px 30px;
	
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.pb_diensten a:hover .pb_dienstenInner {
	border-radius: 8px;
	box-shadow: 0px 3px 18px rgba(0, 0, 0, 0.27);
}

.pb_dienstenInnerImg figure {
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    margin: 0px;
    text-align: center;
}

.pb_dienstenInnerImg figure img {
	width: 120px;
}


.pb_dienstenInnerText {
	padding: 20px 30px;
}

.pb_dienstenInnerText h5 {
	margin: 0px;
	text-decoration: none;
}






.pb_teamIntro {
	margin-bottom: 50px;
}

.pb_team.noBg {
	background-color: transparent !important;
}

.pb_team .pb_teamInner {
	background-color: var(--lblue);
	border-radius: 8px;
	box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.12);
	
	
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}



.pb_teamInnerImg figure {
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    margin: 0px;
    text-align: center;
}

.pb_teamInnerImg figure img {
}


.pb_teamInnerText {
	padding: 20px 30px;
}

.pb_teamInnerText h5 {
	margin: 0px;
	text-decoration: none;
}














::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(255, 255, 255, 0.4);
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(255, 255, 255, 0.4);
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: rgba(255, 255, 255, 0.4);
}


input[type="text"], input[type="tel"], input[type="email"], textarea {
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid var(--lblue);
	background-color: transparent;
	border-radius: 8px;
	outline: none;
	padding: 8px;
	resize: none;
	color: white;
}

textarea {
	height: 166px;
}

input[type="submit"] {
	outline: none;
	box-shadow: none !important;
}

.wpcf7-list-item {
    display: inline-block;
    margin: 0 !important;
}

.wpcf7 form .wpcf7-response-output {
    margin: 2em 0 1em !important;
}














footer {
	padding: 40px 0;
}

footer .columnLogo img {
	margin-bottom: 14px;
}



.footerCopy {
	background-color: var(--lblue);
	padding: 10px 0;
}

.footerCopy p {
	margin-bottom: 0px;
}











.navMob {
	display: none !important;
	
}

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

.menuOverlay {
	display: none;
}






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

	

	
}





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

	
	
}


@media screen and (max-width: 768px) {
	
	
	
	h1 {
		font-size: 24px;
		line-height: 36px;
	}
	
	h2 {
		font-size: 21px;
		line-height: 32px;
	}
	
	h3 {
		font-size: 19px;
		line-height: 29px;
	}
	
	h4 {
		font-size: 19px;
		line-height: 27px;
	}
	
	h5 {
		font-size: 18px;
		line-height: 24px;
	}
	
	h6 {
		font-size: 18px;
		line-height: 24px;
	}
	
	
	p, a, li, td {
		font-size: 14px;
		line-height: 24px;
	}

	
	.headerTop .nav {
		display: none;
	}
	
	
	.headerTop .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(49, 88, 152, 0.9);
		height: 100vh; 
		width: 100%; 
		position: fixed;
		z-index: 9999999;
		font-weight: 400;
	}
	

	
	.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;
	}
	
	
	
	
	
	.pb_header {
	    height: 300px;
	}
	.pb_headerInner {
	    height: 300px;
	}
	
	.pb_headerGradient {
		background-color: rgba(255,255,255,0.6) !important;
	}
	
	
	
	.pb_dienstenInner {
		margin-bottom: 15px;
	}

	.pb_text_img_bg .pb_text_imImgInner figure {
		height: 350px !important;
		margin: 0px;
	}
	.pb_text_img_bg .pb_text_imImgInner {
		padding: 0px !important;
	}
	
	.pb_text_img .pb_text_imImgInner {
		padding: 0px !important;
	}
	
	
	
	.pb_text_img .order-1 .pb_text_imImgInner {
		padding: 0px !important;
	}
	.pb_text_img .pb_text_imImgInner figure {
		height: 350px !important;
	}
	
	.col-md-2.columnLogo {
	    width: 50%;
	}
	
	
	.pb_mapsInner {
	    padding-right: 0px !important;
	    margin-bottom: 30px;
	}
	
	
	.pb_text_img .order-1 {
	    order: 2 !important;
	}
	
	.pb_text_img_bg .order-1 {
	    order: 2 !important;
	}
	
	
	
	
	
	.widget {
		margin-bottom: 20px;
	}
	
	

}



