#wpfront-notification-bar, #wpfront-notification-bar-editor            {
            background: #221e1d;
            background: -moz-linear-gradient(top, #221e1d 0%, #221e1d 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#221e1d), color-stop(100%,#221e1d));
            background: -webkit-linear-gradient(top, #221e1d 0%,#221e1d 100%);
            background: -o-linear-gradient(top, #221e1d 0%,#221e1d 100%);
            background: -ms-linear-gradient(top, #221e1d 0%,#221e1d 100%);
            background: linear-gradient(to bottom, #221e1d 0%, #221e1d 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#221e1d', endColorstr='#221e1d',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: #a87339;
            background: -moz-linear-gradient(top, #a87339 0%, #a87339 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a87339), color-stop(100%,#a87339));
            background: -webkit-linear-gradient(top, #a87339 0%,#a87339 100%);
            background: -o-linear-gradient(top, #a87339 0%,#a87339 100%);
            background: -ms-linear-gradient(top, #a87339 0%,#a87339 100%);
            background: linear-gradient(to bottom, #a87339 0%, #a87339 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a87339', endColorstr='#a87339',GradientType=0 );

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

                #wpfront-notification-bar-open-button.bottom                {
                background-image: url(https://www.tnwhiskeytrail.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 #fafafa;
            background-color: #fafafa;
            color: #000000;
            }
            #wpfront-notification-bar div.wpfront-close:hover            {
            border: 1px solid #b5b5b5;
            background-color: #b5b5b5;
            }
             #wpfront-notification-bar-spacer { display:block; }#wpfront-notification-bar div.wpfront-message, #wpfront-notification-bar-editor li, #wpfront-notification-bar-editor p { font-size: 20px; } ..wpfront-notification-bar td { display: flex; align-items: center; justify-content: center; } .wpfront-notification-bar a.wpfront-button { margin: 0; padding: 8px 25px; } @media only screen and (min-width: 690px) { .wpfront-notification-bar div.wpfront-div { margin-right: 45px; } } @media only screen and (max-width: 530px) { #wpfront-notification-bar padding: 15px 0px; } }