/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

body {
	font-family: "Figtree", sans-serif !important;
  	font-optical-sizing: auto;
}

.font-jakarta {
	font-family: "Plus Jakarta Sans", sans-serif !important;
  	font-optical-sizing: auto;
}

.header_hor .w-nav.type_desktop>.w-nav-list {
	flex-wrap: wrap:
}

.outlined-text {
    color: transparent;            
    -webkit-text-stroke: 2px #fff; 
    text-stroke: 2px #fff;         
}

.logo-carousel img {
	opacity: 0.5;
	transition: .3s linear;
}
.logo-carousel img:hover {
	opacity: 1;
}


@media (min-width: 768px) {
    .l-subheader.at_middle {
		line-height: 40px !important; 
    }
}
