#wpfront-notification-bar, #wpfront-notification-bar-editor            {
            background: #fef9ec;
            background: -moz-linear-gradient(top, #fef9ec 0%, #fef9ec 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fef9ec), color-stop(100%,#fef9ec));
            background: -webkit-linear-gradient(top, #fef9ec 0%,#fef9ec 100%);
            background: -o-linear-gradient(top, #fef9ec 0%,#fef9ec 100%);
            background: -ms-linear-gradient(top, #fef9ec 0%,#fef9ec 100%);
            background: linear-gradient(to bottom, #fef9ec 0%, #fef9ec 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fef9ec', endColorstr='#fef9ec',GradientType=0 );
            background-repeat: no-repeat;
                        }
            #wpfront-notification-bar div.wpfront-message, #wpfront-notification-bar-editor.wpfront-message            {
            color: #030303;
                        }
            #wpfront-notification-bar a.wpfront-button, #wpfront-notification-bar-editor a.wpfront-button            {
            background: #b22c1b;
            background: -moz-linear-gradient(top, #b22c1b 0%, #b22c1b 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b22c1b), color-stop(100%,#b22c1b));
            background: -webkit-linear-gradient(top, #b22c1b 0%,#b22c1b 100%);
            background: -o-linear-gradient(top, #b22c1b 0%,#b22c1b 100%);
            background: -ms-linear-gradient(top, #b22c1b 0%,#b22c1b 100%);
            background: linear-gradient(to bottom, #b22c1b 0%, #b22c1b 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b22c1b', endColorstr='#b22c1b',GradientType=0 );

            background-repeat: no-repeat;
            color: #fef9ec;
            }
            #wpfront-notification-bar-open-button            {
            background-color: #030303;
            right: 10px;
                        }
            #wpfront-notification-bar-open-button.top                {
                background-image: url(https://jordanos.com/wp-content/plugins/wpfront-notification-bar/images/arrow_down.png);
                }

                #wpfront-notification-bar-open-button.bottom                {
                background-image: url(https://jordanos.com/wp-content/plugins/wpfront-notification-bar/images/arrow_up.png);
                }
                #wpfront-notification-bar-table, .wpfront-notification-bar tbody, .wpfront-notification-bar tr            {
                        }
            #wpfront-notification-bar div.wpfront-close            {
            border: 1px solid #030303;
            background-color: #030303;
            color: #fef9ec;
            }
            #wpfront-notification-bar div.wpfront-close:hover            {
            border: 1px solid #b22c1b;
            background-color: #b22c1b;
            }
             #wpfront-notification-bar-spacer { display:block; }p { font-family: 'Oswald'; font-size: 16px; }