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

/*Add your own styles here:*/
.orfou-sticky-logo{
    display: none;
    position: absolute;
    padding: 15px 15px 15px 0;
}
.orfou-sticky-logo img{
    height: 100px !important;
    width: auto;
}
.sticky-show{
    display: block;
    z-index: 999999;
}
.hide{
    display: none;
}
@media (max-width: 767px) {
    .orfou-sticky-logo{
        display: none !important;
    }
}
