@media screen and (max-width: 1023px) {
    #wwp-notice-bar {
        display: none !important;
    }
}

#wpcontent {
    position: relative;
}

.wwp-notice-bar a {
    color: #00a32a;
}

.wwp-notice-bar a:hover {
    color: #079460;
}

.wwp-notice-bar {
    background-color: #DDDDDD;
    border-top: 3px solid #00a32a;
    text-align: center;
}

.wwp-notice-bar.notice-warning {
    border-left: 1px solid #d5d5d5;
}

#wwp-notice-bar {
    background-color: #DDDDDD;
    border-top: 3px solid #00a32a;
    color: #777777;
    text-align: center;
    position: relative;
    padding: 7px;
    margin-bottom: -4px;
    opacity: 1;
    transition: all .3s ease-in-out;
    max-height: 100px;
    overflow: hidden;
}

#wwp-notice-bar.top-lite {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    padding: 7px 0;
}

#wwp-notice-bar.out {
    opacity: .5;
    max-height: 0;
}

#wwp-notice-bar a {
    color: #00a32a;
}

#wwp-notice-bar a:hover {
    color: #079460;
}

#wwp-notice-bar .wwp-dismiss-button {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    padding: 5px;
    margin-top: 1px;
    background: 0 0;
    color: #72777c;
    cursor: pointer;
}

#wwp-notice-bar .wwp-dismiss-button:before {
    background: 0 0;
    color: #72777c;
    content: "\f335";
    display: block;
    font: normal 20px/20px dashicons;
    height: 20px;
    text-align: center;
    width: 20px;
    -webkit-font-smoothing: antialiased;
}