/*
 Theme Name:  Sarkis Child Theme
 Theme URI:    https://zjstudio.nl
 Description:  Child Theme for Divi
 Author:       Tim Strifler
 Author URI:   https://zjstudio.nl
 Template:     Divi
 Version:      1.0.0
*/

/*****Add any custom CSS below this line*****/

@media screen and (max-width: 980px) {
	
	.et_pb_menu_inner_container {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.et_pb_menu_0_tb_header .et_pb_menu_inner_container>.et_pb_menu__logo-wrap {
		margin: 0;
	}
	
	.et_pb_menu--style-inline_centered_logo .et_pb_menu__logo {
		padding-left: 2rem !important;
	}
	

	/* X icon in expanded mobile menu */
	.mobile_nav.opened .mobile_menu_bar:before {
	content: '\4d';
	}

	/* Remove the top line in the mobile menu*/
	.et_mobile_menu {
	border-top:0;
	}

	/* Center-align moble menu items */

	.et_mobile_menu li {
	text-align:center !important;
	}

	.et_mobile_menu li li, .et_mobile_menu li ul {
	padding-left:0 !important;
	}

	/* Make mobile menu fullwidth */
	.et_mobile_menu {
	min-width: 100vw;
	margin-left: -10vw;
	}

	/* Make the mobile menu full height */

	.et_mobile_menu {
	min-height:100vh !important;
	min-height: -webkit-fill-available;
	padding-top:50px !important;
	}

	html {
	height: -webkit-fill-available;
	}

	/* Remove the animation to avoid delay */

	.mobile_nav.opened .et_mobile_menu {
	display:block !important;
	}
}

/* FOOTER  */

.zj-footer-partners {
	display: flex;
    flex-direction: column;
}

.zj-footer-p-text {
	color: #fff;
	font-size: 2rem;
	font-weight: 600;
	display: flex;
	justify-content: flex-end;
	margin-bottom: 2rem;
}

.zj-footer-p-text-c {
	width: 50%;
}

.zj-footer-p-afbeeldingen-c {
	width: 50%;
    display: flex;
    align-items: center;
}

.zj-footer-p-afbeeldingen {
	display: flex;
	justify-content: flex-end;
}
.zj-footer-p-afbeeldingen > div img {
	padding: 0 2rem;
}

.zj-footer-p-afbeeldingen > div > div:nth-child(1) > img {
	padding-left: 0;
}

.zj-footer-p-afbeeldingen > div > div:nth-child(3) > img {
	padding-right: 0;
}

#zj-footer h2 {
	color: #fff;
	font-weight: 500;
}

#zj-footer a {
	color: #fff;
	text-decoration: underline;
}
#zj-footer a:hover {
	font-weight: 900;
}

.zj-footer-div {
	font-size: 1.4rem;
	color: #fff;
}
.zj-footer-openingstabel > div {
    display: grid;
	grid-template-columns: 50% 50%;
}

.footerSocialIcons {
	display: flex;
	justify-content: center;
}
.footerSocialIcons a {
	color: #fff;
	font-size: 3rem;
	margin: 0 1rem;
}

.zj-final-foot {
	display: flex;
	align-items: center;
}

.credits-footer {
	display: flex;
	justify-content: space-between;
	font-size: 1.5rem;
	color: #fff;
}

.credits-zj {
	display: flex;
	align-items: center;
}

.credits-text-zj {
	display: flex;
    align-items: center;
}

.credits-zj img {
	height: 2.5rem;
	margin-right: .3rem;
}

.credits-zj a {
	color: #fff;
	font-size: 1.5rem;
}
.grecaptcha-badge {
	visibility: hidden !important;
}

@media only screen and (max-width: 768px) {
	
	.credits-footer {
		font-size: 1rem;
	}
	
	.credits-zj img {
		height: 2rem;
	}
	
	.credits-zj a {
		font-size: 1rem;
	}
	
	.zj-final-foot {
		flex-direction: column;
	}
	
	.footerSocialIcons {
		margin-bottom: 2rem;
	}
	
	#zj-footer > div {
		text-align: center;
	}
	
	.zj-footer-p-text-c {
		width: 100%;
		text-align: center;
	}

	.zj-footer-p-afbeeldingen-c {
		width: 100%;
	}
}