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

            color: #909090;
            }
            #wpfront-notification-bar-open-button            {
            background-color: #ffffff;
            right: 10px;
                        }
            #wpfront-notification-bar-open-button.top                {
                background-image: url(https://glensidepld.org/wp-content/plugins/wpfront-notification-bar/images/arrow_down.png);
                }

                #wpfront-notification-bar-open-button.bottom                {
                background-image: url(https://glensidepld.org/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 #ffffff;
            background-color: #ffffff;
            color: #808080;
            }
            #wpfront-notification-bar div.wpfront-close:hover            {
            border: 1px solid #ffffff;
            background-color: #ffffff;
            }
             #wpfront-notification-bar-spacer { display:block; }.wpfront-notification-bar-spacer { position: relative; z-index: 999; } .wpfront-notification-bar td { padding-left: 1rem; padding-right: 1rem; } #wpfront-notification-bar div.wpfront-message { padding-top: 8px; padding-bottom: 8px; line-height: 24px; } #wpfront-notification-bar div.wpfront-close { border: 5px solid #fff; font-family: 'Poppins',sans-serif; } #wpfront-notification-bar div.wpfront-close:hover { border: 5px solid #fff; font-family: 'Poppins',sans-serif; } #wpfront-notification-bar div.wpfront-close { top: 28%; right: 7.5px; } #wpfront-notification-bar a.wpfront-button { box-shadow: none; white-space: nowrap; font-size: 16px; text-shadow: none; padding: 5px 10px; border-radius: 20px; } .wpfront-message a { color: #846534; } .wpfront-message a:hover { color: #b59463!important; }