/*
Theme Name: Mens en Zo child
Author: Pixelpanters.nl
Author URI: http://pixelpanters.nl/
Description: 
License: 
Template: dt-the7
*/

.ubtn-data {
	font-family: 'Roboto', sans-serif!important;
	font-weight: bold !important;
	font-size: 18px !important;
}

.ubtn-data:hover {
	font-family: 'Roboto', sans-serif!important;
	font-weight: bold !important;
	font-size: 18px !important;
}

.soc-ico a{
	width:40px!important;
	height:40px!important;
}

.soc-ico a:before{
	width:40px!important;
	height:40px!important;
	background-color:#fff!important;
}

.soc-ico a:after{
	width:40px!important;
	height:40px!important;
}

#footer .soc-ico a:hover .soc-font-icon{
	color:#ffffff!important;
}

.soc-font-icon{
	font-size:20px!important;
	color: rgb(127, 32, 130)!important;
}


.header-elements-button-1.microwidget-btn-bg-on:before{
	background: #812384;
    border-radius: 20px;
}

.header-elements-button-1.microwidget-btn-bg-on:after{
	background: #9E61A4;
    border-radius: 20px;
}

.text-area>p{
	color:#fff!important;
}

.flip img{
	transform: scalex(-1);
}

.lijn_midden{
	display:none!important;
}

#wave{
	display:none!important;
}
.img-radius img{
	border-radius:10px!important;
}

#footer.solid-bg{
	margin-top:-15px!important;
}
/* nieuw design 2024 */

.post{
	border-bottom-left-radius:10px!important;
	border-bottom-right-radius:10px!important;
}

.post-thumbnail-rollover{
	border-top-left-radius:10px!important;
	border-top-right-radius:10px!important;
}

.owl-carousel .owl-dots .owl-dot{
	background:#7f2082!important;
}

.owl-carousel .owl-prev{
	opacity: 1!important;
}

.owl-carousel .owl-next{
	opacity: 1!important;
}

.mz_knop_blauw button{
	font-size:18px!important;
	border-radius:50px!important;
	font-family:'Roboto', sans-serif!important;
	font-weight:bold!important;
}

.ubtn-text{
	padding-left:30px!important;
}

.page-id-6240 .ubtn-text{
	padding-left:0px!important;
}

.succesverhalen-text{
	min-height:360px!important;
}

.uwv-gemeente{
	margin-top:-150px!important;
}
/* Loopbaancoaching 2024 */

.header-2024 {
	height: 500px;
	z-index: 0;
}


.header-2024 .upb_bg_overlay {
	background: rgba(000,000,000,0.3) !important;
}

.vc_tta-color-green.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-heading {
    border-color: #707070 !important;
    background-color: #9e61a4 !important;
}

.vc_tta-color-green.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-title>a {
    color: #FFF !important;
}

.vc_tta.vc_general .vc_tta-panel-title>a {
	padding-top: 18px !important;
	padding-bottom: 18px !important;
}

.vc_tta.vc_general .vc_tta-panel-body {
	color: #3c3c3c !important;

}

.vc_tta-color-green.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body {
	border-color: #707070 !important;
}

.vc_tta.vc_tta-style-modern .vc_tta-panel.vc_active+.vc_tta-panel .vc_tta-panel-heading, .vc_tta.vc_tta-style-modern .vc_tta-panel:not(:first-child) .vc_tta-panel-heading {
    margin-top: 2px !important;
}

.vc_tta-color-green.vc_tta-style-modern .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after, .vc_tta-color-green.vc_tta-style-modern .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before {
    border-color: #fff !important;
}

.vc_tta-color-green.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading {
   	border-color: #707070 !important;
   	background-color: #9e61a4 !important;
}

.blok-rechts {
	text-align: center;
	color: #fff;
	margin-top: -125px;
}
















.wpb_video_widget.vc_video-el-width-90 .wpb_wrapper {
    width: 100% !important;
}

.custom-nav>li.has-children>a svg {
    display: none !important;
}



/*---- Reviews  ----*/


.single-testimonial {
     padding: 25px 0 28px !important;
}

.single-testimonial .testimonial-review .quota i { 
	font-size: 16px !important ;
    color: #52BCDC !important;
}

.custom-container-reviews {
	background-color: #0053A1 !important;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(167, 167, 167, 0.16);
    -moz-box-shadow: 0px 0px 30px 0px rgba(167, 167, 167, 0.16);
    box-shadow: 0px 0px 30px 0px rgba(167, 167, 167, 0.16);
    overflow: hidden;
    border-radius: 10px;
    padding: 25px 30px 28px;
    border-radius: 10px;
    border: 2px solid transparent;
    margin: 30px 15px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; 
}

.custom-container-reviews:before {
    content: "";
    display: block;
    width: 0; 
    height: 0; 
	border-left: 0px solid transparent;
 	border-right: 40px solid transparent;
  	border-top: 40px solid #0053A1;
    position: absolute;
    bottom: 160px;
    left: 60px;
}

.revbuck-slider-style4 .testimonial-review.custom-d-flex,
.revbuck-slider-style4 .testimonial-author.custom-d-flex {
  display: flex;
  align-items: center;
  justify-content:unset !important;
}

.testimonial-text p { color: #fff !important;}


.author-content .text {
	color: #3C3C3C !important;
}

.morelink { color: #fff !important; text-decoration: none !important; font-size: 12px !important; }


/*--------------------*/


.sub-nav { 
	box-shadow: unset !important;
}


.paginator { margin-top: 65px !important; }


#page .blog-shortcode .entry-title a:hover { color: #fff !important;}

.footer .custom-nav > li > a:hover span, .footer .custom-nav > li > ul a:hover span { color: #68C6E2 !important;}

.team-author p {
    font-weight: unset !important;
}

.team-author-name {}

/*---- Nieuw diensten box op verzoek Dennis ----*/

.custom-diensten {
    padding: 25px 20px 25px 20px;
    background-color: #68C6E2 ;
    display: block;
	border-radius: 20px;
	text-align: center;
	text-decoration: none;
}

.custom-diensten:hover {
    background-color: #7F2082 ;
}


a.custom-diensten:hover {
	color: #fff;
	text-decoration: none;
	font-size: 25px;
	font-weight: bold;

}

.custom-diensten-link {
    color: #fff;

}

h3.custom-diensten-link {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}


/*----------------------*/



/* eRocket classes */

.tekstmargin20 {
	margin-bottom: 20px;
}

.tekstmargin20 h1, .tekstmargin20 h2, .tekstmargin20 h3, .tekstmargin20 h4 {
	color: #7F2082 !important;
}

.custom-row-erocket {
	padding: 50px 0 50px 0;
}

/*------------------------*/

.custom-nav>li.has-children>a:after {
    float: right;
    content: "\f005";
    font-family: icomoon-the7-font;
    font-size: 8px;
    color: #68C6E2 !important;
}


.page-id-162 .fancy-header {
	background-position: 0px -20rem !important;
}


.linkedin-btn i {
    margin-top: 10px;
    color: #7F2082 !important;
    background-color: #fff;
    border-radius: 50%;
    padding: 6px 3px;
}




.entry-excerpt { min-height: 130px !important;}
.entry-title  { min-height: 90px !important;}



h2 , h3 {
	padding-bottom: 10px !important;
}

.center {
	text-align: center;
}


.header_height {
	height: 70vh;
}

.btn_wrapp {
	padding: 30px 0 20px 0 ;
}

.btn-blauw a {
	text-decoration: none;
	color: #fff;
	background: #68C6E2;
	padding: 15px 30px 15px 30px;
	border-radius: 50px;
	font-weight: bold;
}

.btn-blauw a:hover {
	background: #0053A1;
}



.btn-paars a {
	text-decoration: none;
	color: #fff;
	background: #7F2082;
	padding: 25px 60px 25px 60px;
	border-radius: 50px;
	font-weight: bold;
	font-size:20px;
}

.btn-paars-2 a {
	text-decoration: none;
	color: #fff;
	background: #7F2082;
	padding: 15px 40px 15px 40px;
	border-radius: 50px;
	font-weight: bold;
	font-size:16px;
}

.btn-paars a:hover {
	background: #974F99;
}

.btn-paars-2 a:hover {
	background: #974F99;
}

.btn-wit a {
	text-decoration: none;
	color: #68C6E2;
	background: #fff;
	padding: 15px 30px 15px 30px;
	border-radius: 50px;
	font-weight: bold;
	
}


.btn-wit a:hover {
	background: #0053A1;
	color: #fff;
}

.btn-modal-md {
	text-decoration: none !important;
	color: #fff !important;
	background: #68C6E2 !important;
	padding: 15px 30px 15px 30px !important;
	border-radius: 50px !important;
	font-weight: bold!important;
	font-size: 16px !important;
	border: unset;
}

.upb_bg_overlay {
	background-color: #0053A1 !important;
    opacity: 0.8;
}

.header_menu_bnt > a > span > span  { 
	background: #68C6E2;
	padding: 10px 20px 10px 20px;
	border-radius: 50px;
	color: #FFF !important;
}

.header_menu_bnt:hover > a > span > span { 
	background: #0053A1;
}

.boxed_row {
	padding: 100px 0 100px 0;
}

.boxed_row_wave {
	padding: 100px 0 0 0;
}

.titel-paars h2, .titel-paars h3 , .titel-paars h1{
	color: #7F2082;
}

.titel-wit h1 {
	color: #fff;
}

.titel-wit h2 {
	color: #fff;
	font-style: italic;
}

.tekst-wit {
	color: #fff;
}

.diensten-wit h2 {
	color: #fff;
}

.diensten_box {
    padding: 30px 20px 30px 20px;
    background-color: #68C6E2 !important;
    display: block;
	border-radius: 20px;
	text-align: center;

}

.diensten_box a {
	color: #fff;
	text-decoration: none;
	font-size: 30px;
	font-weight: bold;
}

.diensten_box:hover {
	background-color: #7F2082 !important;
}


.diensten_box i {
	color: #fff;
	font-size: 30px;
}


.header_box_1  {
    padding: 30px 20px 30px 20px;
    background-color: #7F2082 !important;
    display: block;
	text-align: center;
}

.header_box_2  {
    padding: 30px 20px 30px 20px;
    background-color: #974f99 !important;
    display: block;
	text-align: center;
}

.header_box_3  {
    padding: 30px 20px 30px 20px;
    background-color: #b17bb3 !important;
    display: block;
	text-align: center;
}

.header_box_4  {
    padding: 30px 20px 30px 20px;
    background-color: #cba6cc !important;
    display: block;
	text-align: center;
}

.header_box_1 a, .header_box_2 a, .header_box_3 a, .header_box_4 a {
	color: #fff;
	text-decoration: none;
	font-size: 25px;
	font-weight: bold;
}

.header_box_1:hover, .header_box_2:hover, .header_box_3:hover, .header_box_4:hover {
	border-bottom: 10px solid #68C6E2 !important;
}

.team-desc {
	background-color: #7F2082 !important;
	padding: 30px 20px 0 20px !important;
	border-radius: 10px !important;
}

.team-author p { 
	color: #fff !important;
}

.team_box {
	padding: 50px;
	text-align: center;
	background: #68C6E2;
	border-radius: 10px;
	font-weight: bold;
	margin-top: -100px;
	
}

.team_personeel{
	text-align: center;
    background-color: #7F2082;
    padding: 25px;
    color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
	
}

.team_box h2 {
	color: #fff;
}

.team_personeel h4 {
	color: #fff;
	font-weight: bold;
}

.team_personeel a > i {
	color: #7F2082 !important;
	margin-top: 10px;
	background: #fff;
}

.team_personeel .fab {
	height: 15px !important;
	width: 15px !important;
	font-size: 16px !important;
}

.team_personeel_slider h4 {
	color: #fff;
	font-weight: bold;
}

.team_personeel_slider a > i {
	color: #7F2082 !important;
	background: #fff;
	margin-top: 10px;

}

.team_personeel_slider {
	text-align: center;
	background-color: #7F2082;
	padding: 25px;
	color: #fff;
	border-radius: 10px;
}



.wpb_content_element.dt-style .wpb_accordion_wrapper .wpb_accordion_header {
	background-color: #9E61A4 !important;
/*	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px; */
}

.wpb_accordion_header a:hover span {
	color: #eee !important;
}

.wpb_content_element.dt-style .wpb_accordion_header a {
	color: #fff;
}

.wpb_content_element .wpb_accordion_header > a span { 
	color: #fff;
}

.dt-accordion-bg-on.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content {
	padding: 15px !important;
	background: #9E61A4 !important;
	color: #fff !important;
}

.bericht_height {
	max-height: 130px;
}

.tekst_werkgebied {
	color: #FFF;
}

.box_z-index {
	z-index: 1;
}

.z-index0 {
	z-index: 0;
}

.box_height {
	height: 50vh;
}

.overflow-rij { overflow: visible !important; } 

.page-id-292 .vc_row[data-vc-full-width]  { overflow: unset !important; }

.lijn_midden::before {
    content: '';
    position: absolute;
    background-image: url(https://oud.mensenzo.nl/wp-content/uploads/lijn.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 10px;
    height: 85px;
	left: 50%;
    transform: translate(-50%, -45px);
}


.team_img img {
	margin-bottom: -200px;
}

.fancy-header-overlay {
	    background: linear-gradient( 0deg , #000 -50%, rgba(255,255,255,0) 100%) !important

}

.footer_wave {
	width:100%;
	height:350px;
	overflow: visible !important;
	margin-top: -255px;
}

.footer_wave > div {
	margin-bottom: 0px;
	overflow:visible !important; 
	z-index:-3; 
	position: relative !important; 
}

.footer .widget_nav_menu a {
	color: #FFF !important;
	text-decoration: none !important;
}

.footer .widget_nav_menu a:hover { 
	color: #68C6E2 !important;
}

.footer .custom-nav li.act > a span { color: #fff !important;}


.contactfooter { 
	color:#fff; 
	margin-bottom:30px;
}

.contactfooter a { 
	color:#fff !important; 
	text-decoration:none;
}

.contactfooter a:hover {
	background-color: #417911;
    -webkit-background-clip: text;
    background-clip: text;
}

.adresgegevens { 
	margin-bottom: 20px; 
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

.column {
  float: left;
  width: 30.30%;
  padding: 20px 0 20px 0;
}

.column i {
	background-color: #fff;
	padding: 15px 13px;
	border-radius: 50%;
	color: #7F2082 !important;
}

.column-aed {
	padding: 0px 0 25px 0;
}


.fab {
  padding: 15px;
  font-size: 25px;
  width: 25px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
}

.fab:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #fff;
  color: #7F2082 !important;
}

.fa-linkedin {
  background: #fff;
  color: #7F2082 !important;
}

.kolom-links {
    float: left;
    width: 50%;
    padding-left: 0px;
    padding-right: 10px;
	box-sizing: border-box;
}

.kolom-rechts {
    float: left;
    width: 50%;
    padding-left: 10px;
    padding-right: 0px;
	box-sizing: border-box;
}

input[type=text]:not(.elementor-field):not(.searchform-s), input[type=tel]:not(.elementor-field),  input[type=email]:not(.elementor-field), textarea:not(.elementor-field) {
	border-radius: 10px !important;
	border-color: #0253A1 !important;
}

.wpcf7-list-item { 
	margin: unset !important;
}

.wpcf7-form input[type="submit"], input[type="submit"]:not([name="update_cart"]) {
	background: #68C6E2 !important;
	border-radius: 50px !important; 
	padding: 15px 40px 15px 40px !important;
	margin: 20px 0 0 0 !important;
}


.vc_tta-panel.vc_active .vc_tta-panel-heading {
    border-color: #7F2082 !important;
    background-color: #7F2082 !important;
}

.vc_tta-color-green.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-title>a {
    color: #fff !important;
}

.vc_tta-color-green.vc_tta-style-modern .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before {
    border-color: #fff !important;
}

.vc_tta-color-green.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body {
    background-color: #fff !important;
}

.vc_tta-color-green.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body, .vc_tta-color-green.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body::after, .vc_tta-color-green.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body::before {
    border-color: #fff !important ;
}

.vc_tta-color-green.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading {
    border-color: #7F2082 !important;
    background-color: #7F2082 !important;
}


@media only screen and (max-width: 992px) {
	
	.header-2024-mobile{
		height:700px!important;
	}
		.btn-paars a {
	text-decoration: none;
	color: #fff;
	background: #7F2082;
	padding: 15px 30px 15px 30px;
	border-radius: 50px;
	font-weight: bold;
	font-size:18px;
}
	.uwv-gemeente{
		margin-top:-30px!important;
	}	

}



@media only screen and (max-width: 600px) {
	
	.btn-paars-2 p{
		text-align:center!important;
	}
	
	.header_height{
		height:85vh!important; 
	}
	
	.team_box {
	    margin-top: -20px;
	}
	
	.diensten_box a { 
		font-size: 16px;
		padding: 20px;
	}
	
	.page-id-162 .fancy-header {
	background-position: 0px -20px !important;
	}
	
	.single-testimonial .testimonial-text {
    margin-top: 25px;
    width: 100% !important;
    max-width: 360px !important;
	}
	
	.owl-carousel .owl-item {
    min-height: 1px;
    float: unset !important;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
    width: 100% !important;
}
	
}


