/* Hide when printing */
@media print {
    .wpfront-notification-bar-spacer {
        display:none;
    }
}

#wpfront-notification-bar
{
    visibility: hidden;
    position: fixed;
    overflow: hidden;
    left: 0px;
    right: 0px;
    color: #fff;
    background: url('/wp-content/plugins/usni-notification-bar/images/meagan-giving-tuesday.jpg') center right no-repeat;
    background-size: cover;
}

#wpfront-notification-bar:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: -webkit-gradient(linear, right top, left top, from(#102da936), to(#102da9));
    background-image: -o-linear-gradient(right, #102da936 0%, #102da9 70%);
    background-image: linear-gradient(270deg, #102da936 0%, #102da9 70%);
    opacity: 1;
    z-index: -1;
}

.wpfront-bottom-shadow
{
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.75);
}

.wpfront-top-shadow
{
    -webkit-box-shadow: 0px -5px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px -5px 5px 0px rgba(0,0,0,0.75);
    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, div.wpfront-open
{
    position: absolute;
    top: 12px;
    right: 12px;
    cursor: pointer;

    font-family: Arial, sans-serif;
    font-weight: bold;
    line-height: 40px;
    font-size: 43px;
    color: #000;
    padding: 0;
    width: 42px;
    height: 42px;
    text-align: center;
    border-radius: 50%;
    background: #fff;
}

#wpfront-notification-bar  div.wpfront-close {
    transform: rotate(45deg);
}

div.wpfront-open {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 30px;
    top: 6px;
}

#wpfront-notification-bar  div
{
    vertical-align: middle;
}

.notification-bar--content-wrapper {
    padding: 1rem;
    margin: 0 auto;
}

@media screen and (min-width: 992px) {
    .notification-bar--content-wrapper {
        margin: 0 auto;
        width: 960px;
    }
}

@media screen and (min-width: 1200px) {
    .notification-bar--content-wrapper {
        width: 1170px;
    }
}

.notification-button--wrapper {
    float: right;
    width: 200px;
    position: relative;
    padding-top: 40px;
}


@media (max-width: 800px) and (min-width: 10px) {
    .notification-button--wrapper {
        float: none;
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
    }
}
.usni-notification-message-text {
    display: inline-block;
    width: calc(100% - 220px);
    font-size: 15px;
    line-height: 1.3rem;
}

@media (max-width: 800px) and (min-width: 10px) {
    .usni-notification-message-text {
        width: 100%;
    }
}

#wpfront-notification-bar  a.wpfront-button
{
    background-color: #ffc42a;
    color: #0d203d;
    float: left;
    line-height: 22px;
    display: inline-block;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    white-space: nowrap;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    padding: 5px 10px;
    margin-left: 5px;
    width: 100%;
    position: absolute;
    bottom: 0;
    max-width: calc(100% - 20px);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #ffc52c), to(#faa41f));
    background-image: -o-linear-gradient(top, #ffc52c 20%, #faa41f 100%);
    background-image: linear-gradient(to bottom, #ffc52c 20%, #faa41f 100%);
    background-repeat: repeat-x;
}

#wpfront-notification-bar  a.wpfront-button:after {
    background-color: rgba(35, 31, 32, 0.9);
    content: '';
    height: 5px;
    left: 7px;
    position: absolute;
    top: calc(100% + 0px);
    width: calc(100% - 14px);
}

#wpfront-notification-bar-open-button
{
    display: none;
    position: absolute;
    z-index: 9999;
    width: 100%;
    height: 40px;
    cursor: pointer;
    padding:
    
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

#wpfront-notification-bar-open-button.top 
{
    top: 0;
}

#wpfront-notification-bar-open-button.bottom 
{
    bottom: 0;
}

@media screen and (min-width: 992px) {
    #wpfront-notification-bar-open-button {
        max-width: 960px;
        width: 960px;
        margin-left:calc((100vw - 960px) / 2);
    }
}


@media screen and (min-width: 1200px) {
    #wpfront-notification-bar-open-button {
        max-width: 1170px;
        width: 1170px;
        margin-left: calc((100vw - 1170px) / 2);
    }
}

.usni-notification-closed-message--wrapper {
    background-color: #0b1e3f;
    color: #fff;
}

.usni-notification-closed-message {
    padding: 10px;
    font-weight: bold;
    font-size: 18px;
}

#wpfront-notification-bar-spacer
{
    display: none;
    position: relative;
}
.usni-notification-message-heading {
    padding-top: 12px;
}

.usni-notification-message-heading * {
    color: #fff;
}

