/*
Theme Name: Custom Theme
Author: the Custom team
Author URI: https://wordpress.org/
Version: 1.1
*/

#header .site-logo a img {
    max-width: 60%;
}

.header-sticky.sticky .site-logo a  img {
    max-width: 40%;
}

.header-sticky.sticky .header-elements {
    padding-top: 5px!important;
    padding-bottom: 5px!important;
}