/*
 Theme Name:   Dentalia child theme 
 Description:  WordPress theme for Jort Utrecht
 Author:       FrontICT
 Author URI:   https://frontict.com
 Template:     dentalia
 Version:      1.0.0
 Text Domain:  dentalia-child
*/


/********** GLOBAL **********/
.grecaptcha-badge {
	display: none !important;
}

/********** HAMBURGER MENU **********/
header .to-x .hamburger-box {
	border-radius: 0 !important;
}

/********** RESPONSIVE **********/
@media only screen and (max-width: 768px) {
	header .site-branding .logo img {
		height: 50px;
	}
	
	header.site-header.mobile-header-compact .hamburger-box {
		border-color: white !important;
	}
}
