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

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

                #wpfront-notification-bar-open-button.bottom                {
                background-image: url(https://artemis.astonmiles.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 #555555;
            background-color: #555555;
            color: #000000;
            }
            #wpfront-notification-bar div.wpfront-close:hover            {
            border: 1px solid #aaaaaa;
            background-color: #aaaaaa;
            }
             #wpfront-notification-bar-spacer { display:block; }/* Style the notification bar */ .wpfront-notification-bar { background-color: #073F41; color: #ffffff; font-size: 16px; font-family: 'Montserrat', sans-serif; display: flex; align-items: center; justify-content: center; padding: 8px 12px; } /* Style the text link as a button */ .wpfront-notification-bar a { background-color: #F4C26D; color: #073F41; padding: 6px 16px; border-radius: 6px; font-weight: bold; text-decoration: none; margin-left: 12px; display: inline-block; vertical-align: middle; transition: all 0.3s ease; } /* Button hover effect */ .wpfront-notification-bar a:hover { background-color: #e2ad54; color: #ffffff; } /* Remove weird inline block/gap next to button */ .wpfront-notification-bar span.wpfront-close { display: none !important; }