#wpfront-notification-bar
{
    visibility: hidden;
    position: fixed;
    overflow: hidden;
    left: 0px;
    right: 0px;
    color: #fff;
    background-color: #000;
}

#wpfront-notification-bar.wpfront-fixed
{
    position: fixed;
    z-index: 9999;
    width: 100%;
}

#wpfront-notification-bar  div.wpfront-close
{
    position: absolute;
    top: 14px;
    right: 12px;
    cursor: pointer;
    width: 26px;
    height: 26px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: background 0.3s ease-out;
    transition: background 0.3s ease-out;
    color: #fff;
}

#wpfront-notification-bar  div.wpfront-close svg {
  width: 12px;
  height: 12px;
  display: block;
}

#wpfront-notification-bar  div.wpfront-close svg line {
  stroke: currentColor;
}


#wpfront-notification-bar  div.wpfront-content
{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 45px;
}

#wpfront-notification-bar  div.wpfront-content > div {
  padding: 0 10px;
}

#wpfront-notification-bar  a.wpfront-button
{
    display: inline-block;
    white-space: nowrap;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
}

#wpfront-notification-bar-spacer
{
    display: none;
    position: relative;
}
