#yews-hello-bar {
    overflow:hidden;
    width:100%;
    text-align:center;
    padding: 1px 0;
    -moz-animation-name:dropHeader;
    -moz-animation-iteration-count:1;
    -moz-animation-timing-function:ease-in;
    -moz-animation-duration:1.5s;
    -webkit-animation-name:dropHeader;
    -webkit-animation-iteration-count:1;
    -webkit-animation-timing-function:ease-in;
    -webkit-animation-duration:1.5s;
    animation-name:dropHeader;
    animation-iteration-count:1;
    animation-timing-function:ease-in;
    animation-duration:1.5s;
}
@-moz-keyframes dropHeader {
    0% {-moz-transform:translateY(-40px)}
    100%{-moz-transform:translateY(0)}
}
@-webkit-keyframes dropHeader{
    0%{-webkit-transform:translateY(-40px)}
    100%{-webkit-transform:translateY(0)}
}
@keyframes dropHeader{
    0%{transform:translateY(-40px)}
    100%{transform:translateY(0)}
}
#yews-hello-bar a {
    padding:4px 16px!important;
    margin-bottom:1px;
    display:inline-block;
    font-size:1em;
    margin-right:5px;
    border-width:0;
    outline:0;
    cursor:pointer;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    font-weight:700;
    -moz-animation-name:dropHeaderA;
    -moz-animation-iteration-count:1;
    -moz-animation-timing-function:ease-in;
    -moz-animation-duration:2s;
    -webkit-animation-name:dropHeaderA;
    -webkit-animation-iteration-count:1;
    -webkit-animation-timing-function:ease-in;
    -webkit-animation-duration:2s;
    animation-name:dropHeaderA;
    animation-iteration-count:1;
    animation-timing-function:ease-in;
    animation-duration:2s;
}

body{
    padding-top:40px !important;
}
body.admin-bar #yews-hello-bar{
    top:32px !important;
}
body.admin-bar .fusion-is-sticky .fusion-secondary-main-menu{
    top: 72px !important;
}
body.admin-bar .gdlr-fixed-menu {
    top: 72px !Important;
}
#yews-hello-bar{
    padding: 4px 5px;
    font-size: 14px!important;
    min-height: 40px!important;
    box-sizing: border-box;
}
#yews-hello-bar > a{
    text-decoration: none !important;
    margin-left: 10px;
}


@media screen and (min-width:768px){
    #yews-hello-bar{position:fixed;top:0;z-index:99999999999}
    .logged-in .fusion-header-v2 .fusion-header,
    .logged-in .fusion-is-sticky .fusion-secondary-main-menu {top: 68px!important;}
    .fusion-header-v2 .fusion-header,
    .fusion-is-sticky .fusion-secondary-main-menu {top: 36px!important;}
    .gdlr-fixed-menu {top: 36px!important;}
}

@media screen and (max-width:767px){
    body{padding-top:48px !important;}
    body.admin-bar #yews-hello-bar{top:32px !important;}
    #yews-hello-bar{position:absolute;top:0;z-index:99999999999}
    #yews-hello-bar a{display:block;width:50%;margin: auto !important; }
    #yews-hello-bar { min-height: 62px; }
}

@media screen and (max-width:480px){

body{padding-top:42px !important;}
#yews-hello-bar { font-size: 12px!important; }

}




    