.single-post-header{display:none;position:fixed;top:0;left:0;z-index:61;width:100%;height:var(--sticky-header-height-mobile);margin:0;padding:0 10px;box-sizing:border-box;background:var(--sticky-header-background-color);border-top:var(--header-border-top-width) solid var(--header-border-color-top);border-bottom:var(--header-border-bottom-width) solid var(--header-border-color-bottom);transform:translateY(-100%);transition:all .3s}.single-post-header.sticky{transform:translateY(0)}.single-post-header.show-progress .scroll-progress{display:block;position:absolute;left:0;bottom:0;width:0;height:2px;background:var(--main-color)}.single-post-header.with-shadow{box-shadow:0 4px 4px -4px rgba(0,0,0,.3)}.single-post-header.mobile-sticky{display:initial}.single-post-header .logo{display:none}.single-post-header-title{overflow:hidden;width:100%;margin:0;padding:0;color:var(--text-color-headings);font:var(--headings-font-weight) 15px/1.2em var(--secondary-font);max-height:36px;text-overflow:ellipsis}.single-post-header-content{display:flex;align-items:center;max-width:var(--layout-width);min-height:100%;margin:0 auto}.single-post-header-content .logo img{width:auto;max-height:var(--max-logo-height-sticky)}@media(min-width: 400px){.single-post-header{padding:0 20px}.single-post-header-title{margin:0}.single-post-header-content{flex-wrap:nowrap;justify-content:space-between}}@media(min-width: 600px){.single-post-header .logo{display:block}.single-post-header-title{text-align:center;width:100%}}@media(min-width: 1140px){.single-post-header{display:block;height:var(--sticky-header-top-height);margin:0}.single-post-header.sticky-enabled+header.sticky-static,.single-post-header.sticky-enabled+header.sticky-animate-scroll-up,.single-post-header.sticky-enabled+header.sticky-animate-scroll-down{position:relative}.single-post-header.full-width .single-post-header-content{max-width:none}}
