.site-header{font-family:Lora,Georgia,serif}
.site-header .header-inner{max-width:1300px;width:calc(100% - 48px);margin:0 auto;padding:0;display:flex;align-items:center;gap:32px;min-height:80px}
.site-header .site-branding{width:150px;flex:0 0 150px;height:auto;margin:0;display:block}
.site-header .site-logo,.site-header .site-logo a{display:block;width:150px;height:75px}
.site-header .site-logo img{display:block;width:150px!important;max-width:150px!important;height:75px!important;object-fit:contain}
.site-header .site-description{display:none}
.site-header .site-navigation{flex:1 1 auto;width:auto;height:auto;display:flex;align-items:center;justify-content:flex-end;margin:0}
.site-header .site-navigation ul.menu{display:flex;align-items:center;justify-content:flex-end;flex-wrap:nowrap;margin:0;padding:0;gap:0}
.site-header .site-navigation ul.menu>li>a{padding:13px 15px;color:#3b3b3b;white-space:nowrap;font:400 16px/24px Lora,Georgia,serif}
.site-header .site-navigation ul.menu>li>a:hover,.site-header .site-navigation ul.menu>li.current-menu-item>a{color:#6f7450}
@media (min-width:1025px) {
.site-header .site-navigation-toggle-holder,.site-header .site-navigation-dropdown{display:none!important}
}
@media (max-width:1024px) {
.site-header .header-inner{width:calc(100% - 32px);min-height:80px;gap:16px}
.site-header .site-branding{width:150px;flex-basis:150px}
.site-header .site-logo,.site-header .site-logo a{width:150px;height:75px}
.site-header .site-logo img{width:150px!important;height:75px!important}
}
@media (max-width:600px) {
.site-header .header-inner{width:calc(100% - 24px)}
.site-header .site-branding,.site-header .site-logo,.site-header .site-logo a{width:130px;flex-basis:130px}
.site-header .site-logo img{width:130px!important;height:65px!important}
}