/*
 Theme Name:     Divi child voor tandartsen
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    
 Author:         Knap-IT
 Author URI:     https://www.knap-it.com
 Template:       Divi
 Version:        1.0.0
*/
.blurbs .et_pb_blurb_container {
	padding-left: 10px;
	padding-right: 10px;
}

/* <!---- Header ----!> */
.et_pb_pagebuilder_layout #page-container {
    padding-top: 0!important;
}
#main-header {
    background-image: linear-gradient(90deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 0%)!important;
    background-color: rgba(0,0,0,0);
}
#main-header.et-fixed-header #top-menu > li:not(.btn) > a {
	/* text-shadow: 1px 1px 1px rgb(0,0,0); */
	color: #29337E!important;
}
#main-header.et-fixed-header {
	background-color: white;
}
#main-header .logo_container img {
	padding-top:10px;
}
/* #main-header:not(.et-fixed-header) {
	background-color:white;
} */
#main-header #top-menu > li > a {
	color: white !important;
}
/* <!---- Menu ----!> */
#top-menu-nav #top-menu.nav .btn a{
	padding: 15px;
	border-radius: 25px; 
	color: white;
}
#top-menu-nav #top-menu.nav .sub-menu {
	border-radius:25px;
	border: 1px solid black;
}
#top-menu-nav #top-menu.nav .sub-menu a {
	color: black;
}
#top-menu-nav #top-menu.nav .sub-menu li:before {
	/* font-family: "Font Awesome 6 Free"; */
	/* content:"\f1b2"; */
	content: url("/wp-content/themes/Divi-Tandartsen/Logo_16.png");
	position:absolute;
	top: 9px; /* was 6px */
	height: 32px;
}

.btn.btn-vacatures a{
	background-color: #29337e;
}
.btn.btn-spoed a{
	background-color: #ce1231;
	text-transform: uppercase;
}

/* <!---- Mobile Menu ----!> */
.mobile_nav .mobile_menu_bar::before {
	color: white;
}
.mobile_nav.opened #mobile_menu .btn a{
	padding: 15px;
	border-radius: 25px;
	color: white;
}
.mobile_nav.opened #mobile_menu li.btn{
	margin-bottom: 15px;
}

#mobile_menu { display: block !important; min-height: 100vh; top: 0; border-top: none; padding-top: 80px; z-index: 9998; }

.mobile_nav.closed #mobile_menu {
	transform: rotateY(90deg); -webkit-transform: rotateY(90deg);
	transform-origin: right; -webkit-transform-origin: right;
	background: #fff; transition: .8s ease-in-out !important;
}

.mobile_nav.opened #mobile_menu {
	transform: rotateY(0deg); -webkit-transform: rotateY(0deg);
	transform-origin: right; -webkit-transform-origin: right;
	background: #f1f1f1; transition: .8s ease-in-out;
}

.mobile_nav.opened .mobile_menu_bar:before
{
	content: "\4d"; color: #303030;
}
.et_mobile_menu li a { color: #303030; }

@media(max-width: 980px) {
	.et_header_style_split .mobile_menu_bar, .et_header_style_left .mobile_menu_bar { z-index: 9999; }
	#main-header .container.clearfix.et_menu_container { width: 100%; }
	.logo_container { padding-left: 30px; }
	#et-top-navigation { padding-right: 30px; }
	#main-header .logo_container img { padding-top: 10px;}
	.et_header_style_left #logo {max-width: 80%; max-height: 100%;}
}

@media(max-width: 600px) {
	.home .et_pb_section_1 h1 {
		/* font-size: 52px; */
	}
}

@media(min-width: 341px) {
	#mobile_menu { width: 340px; margin-left: calc(100% - 340px); }
} 

@media(max-width: 340px) {
	#mobile_menu { width: 100%; margin-left: 0; }
}

.mobile_menu_bar:before {
	color: #29337E;
}
/* <!---- Footer menu ----!> */
.et-menu-nav #menu-footer.nav {
	flex-direction: column;
}
@media (max-width: 980px) {
	.footermenu.et_pb_menu--style-left_aligned.et_pb_text_align_right .et_pb_menu__wrap {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.copyrightmenu.et_pb_menu--style-left_aligned.et_pb_text_align_right .et_pb_menu__wrap {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
/*show desktop menu on phone*/
@media (max-width: 980px) {
	.showonmobile.et_pb_menu .et_pb_menu__menu {
		display: flex!important;
	}
	.showonmobile.et_pb_menu .et_mobile_nav_menu {
		display: none!important;
	}
}
/* <!---- Order on mobile with flex ----!> */
@media all and (max-width: 980px) {
/*** wrap row in a flex box ***/
	.flex_row {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap; /* Safari 6.1+ */
		flex-wrap: wrap;
	}

	/*** custom classes that will designate the order of columns in the flex box row ***/
	.first-on-mobile {
		-webkit-order: 1;
		order: 1;
	}

	.second-on-mobile {
		-webkit-order: 2;
		order: 2;
	}

	.third-on-mobile {
		-webkit-order: 3;
		order: 3;
	}

	.fourth-on-mobile {
		-webkit-order: 4;
		order: 4;
	}
	/*** add margin to last column ***/
	.custom_row:last-child .et_pb_column:last-child {
		margin-bottom: 30px;
	}

}

/* <!---- End order on mobile with flex ----!> */


/* <!---- Lokaal, betrokken en kwaliteit row ----!> */
@media (min-width: 980px) {
	.lbk-row .et_pb_image .et_pb_image_wrap img {
		object-fit: cover;
		height:200px;
		border-radius: 25px;
	}
}
@media (max-width:980px) {
	.lbk-row .et_pb_image .et_pb_image_wrap img {
		object-fit: cover;
		width:500px;
		height: 300px;
		border-radius: 25px;
	}
}

/* <!---- Behandelingen / Homepagina ----!> */
p.forcebtm {
	position:absolute;
	bottom: 10px;
}

	.behandelingen .et_pb_main_blurb_image img {
		height: 200px;
		object-fit: cover;
	}
/* <!---- Sidebar menu, zoals op huisregels ----!> */
.sidebarmenu .et_pb_menu__menu,
.sidebarmenu .et_pb_menu__menu .et-menu-nav ul,
.sidebarmenu nav.et-menu-nav {
	flex-basis: 100%;
}
.sidebarmenu .nav {
	flex-direction: column;
}
.sidebarmenu .nav li {
	background: white;
	padding: 15px 15px;
	border-radius: 25px;
}
.sidebarmenu .nav li:not(:first-of-type) {
	margin-top: 10px;
}
.sidebarmenu .nav li.current-menu-item {
	background: #29337e;

}
.sidebarmenu .nav li.current-menu-item a {
	color:white;
}

.sidebarmenu .nav li a {
	width: 100%;
	padding-bottom: 0 !important;
}

/* <!---- Team Members ----!> */
.horizontal_team_members .jv_hr_members .et_pb_column_1_3 .jv_hr_members img,
.et_pb_jv_team_members.et_pb_jv_team_members_style1 .et_pb_column_1_3 .et_pb_jv_team {
	border-top-right-radius: 75px;
	border-top-left-radius: 75px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	box-shadow: unset;
}

.archive_jv_team_view_grid .et_pb_column_1_3 {
	margin-right: 2% !IMPORTANT;
}
.swiper-pagination {
	display: none;
}

.logo_container img {
	max-width:400px;
}

@media only screen and (max-width: 1400px) and (min-width: 1200px) {
	.logo_container img {
		max-width:250px;
	}
	
	#top-menu li {
		padding-right: 15px !important;
	}
}

@media only screen and (max-width: 1230px) {
	.logo_container img {
		max-width:200px;
	}

	#top-menu li {
		padding-right: 13px !important;
	}
}

/*adjust Divi Menu module breakpoint*/
/* @media only screen and (max-width: 1150px) {
    #top-menu-nav #top-menu {
        display: none;
    }
    #et_mobile_nav_menu {
        display: block;
    }
} */

.et_pb_team_members_slider_0 .team_member_slider:hover {
    background: rgba(0, 0, 0, 0) !important;
    transform: scale(0.99);
    filter: brightness(1.03);
}

.et_pb_team_members_slider_0 .team_member_slider {
    cursor: pointer;
    backface-visibility: hidden;
    transform: translateZ(0);
    -webkit-font-smoothing: subpixel-antialiased;
}