/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

abbr {
	text-decoration: none !important;
}

.partner-logos img {
	height: 80px;
	width: auto;
	object-fit: contain;
}

.image-carousel img {
	height: 250px;
	object-fit: cover;
}

.flexslider .slides img {
	border-radius: 6px;
}

/* Responsive */

@media all and (max-width: 1100px) {
	.title h1, .custom-headline h2 {
		font-size: 42px !important;
	}
	
	.headline-michelin {
		height: 42px !important;
	}
}

@media all and (max-width: 672px) {
	.title h1, .custom-headline h2 {
		font-size: 32px !important;
	}
	
	.headline-michelin {
		height: 32px !important;
	}
}