/*
Theme Name: Dentist WP Child
Theme URI:
Author: Curly Themes
Author URI:
Description: Child Theme for Dentist WP Theme
Version: 1
Template: dentist-wp

*/

/*  NOTE(babis):  Hides weird line from language switcher */
.ct-header .wpml-switcher {
	display: none;
}

/* NOTE(babis): Custom social icons css. Added as custom html to footer */
.my-social-icons .my-social-icon:hover {
	opacity: 0.5;
	transition: opacity .15s ease-in-out;
	text-decoration: none;	
}

.my-social-icons .my-social-icon:focus {
	opacity: 0.75;
	text-decoration: none;	
}
/* end */

/* NOTE(babis): fix disappearing hero banner in responsive */
@media screen and (max-width: 768px) {
	#ct-header__hero {
		height: 300px;
	}
			
	#ct-header__hero::before {
		/* NOTE(babis): Needs to be scroll or it doesn't work in iOS */
		background-attachment:  scroll;
	}
}
