/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 12 2026 | 21:27:23 */
/* 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 */ 

#ast-scroll-top {
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
}
.sticky-header{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    background:#fff;
    box-shadow:0 8px 30px rgba(0,0,0,.12);
    animation:slideDown .35s ease;
}

@keyframes slideDown{
    from{
        transform:translateY(-100%);
        opacity:0;
    }
    to{
        transform:translateY(0);
        opacity:1;
    }
}
div#cus-hed-par {
    position: fixed;
    width: 100%;
    z-index: 999999 !important;
}h1.entry-title {
    display: none;
}#logo-par a{
    display:inline-block;
    background:#fff;
    padding:12px 19px;
    border-radius:8px;
    line-height:0;
}#logo-par img{
    display:block;
    width:100%;
    height:auto;
    padding:0;
}
