#wpfront-notification-bar { visibility: hidden; position: fixed; overflow: hidden; left: 0px; right: 0px; color: rgb(255, 255, 255); background-color: rgb(0, 0, 0); }
.wpfront-bottom-shadow { box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75); }
.wpfront-top-shadow { box-shadow: 0px -5px 5px 0px rgba(0, 0, 0, 0.75); }
#wpfront-notification-bar.wpfront-fixed { position: fixed; z-index: 9999; width: 100%; }
#wpfront-notification-bar div.wpfront-close { position: absolute; top: 3px; right: 5px; cursor: pointer; font-family: Arial,sans-serif; font-weight: bold; line-height: 0px; font-size: 10px; padding: 5px 2px; border-radius: 2px; }
#wpfront-notification-bar table, #wpfront-notification-bar tbody, #wpfront-notification-bar tr { margin: auto; border: 0px none; padding: 0px; background: inherit; }
#wpfront-notification-bar td { background: inherit; vertical-align: middle; text-align: center; border: 0px none; margin: 0px; padding: 5px 0px; line-height: 1em; }
#wpfront-notification-bar div { text-align: center; display: inline-block; vertical-align: middle; }
#wpfront-notification-bar div.wpfront-message {  }
#wpfront-notification-bar a.wpfront-button { display: inline-block; box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2); white-space: nowrap; font-size: 13px; font-weight: bold; text-align: center; text-decoration: none; text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3); cursor: pointer; padding: 5px 10px; margin-left: 5px; border-radius: 2px; }
#wpfront-notification-bar-open-button { display: none; position: absolute; right: 10px; z-index: 9999; border: 3px solid white; width: 23px; height: 30px; cursor: pointer; background-repeat: no-repeat; border-radius: 2px; box-sizing: content-box; }
#wpfront-notification-bar-open-button.top { top: 0px; background-image: url(9cc3a0822244320ce5ae59323d43fd6e79138dc0.png) ; background-position: center top; border-top: 0px none; border-top-right-radius: 0px; border-top-left-radius: 0px; }
#wpfront-notification-bar-open-button.bottom { bottom: 0px; background-image: url(b12caace2d8000a2935685340b5fee856439da01.png) ; background-position: center bottom; border-bottom: 0px none; border-bottom-right-radius: 0px; border-bottom-left-radius: 0px; }
#wpfront-notification-bar-spacer { display: none; position: relative; }
