/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 26 2021 | 22:14:24 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

 @media (max-width: 480px)
.main-header.header-split .site-logo img {
    padding-left: 5px;
    padding-right: 5px;
    max-height: 90px;
}

@media (max-width: 991px)
.main-header:not(.header-menu-top) .site-logo img {
    max-width: 100%;
    max-height: 90px!important;
}
