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

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

                #wpfront-notification-bar-open-button.bottom                {
                background-image: url(https://redcedartailor.com/wp-content/plugins/wpfront-notification-bar/images/arrow_up.png);
                }
                #wpfront-notification-bar-table, .wpfront-notification-bar tbody, .wpfront-notification-bar tr            {
                            width: 100%
                            }
            #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; }/* Default desktop height and padding */ #wpfront-notification-bar { padding-top: 30px; padding-bottom: 30px; display: flex; align-items: center; text-align: center; justify-content: center; line-height: 1.4; } /* Adjust for mobile screens */ @media only screen and (max-width: 768px) { #wpfront-notification-bar { height: auto !important; padding-top: 35px; padding-bottom: 30px; padding-left: 16px; padding-right: 16px; font-size: 14px; box-sizing: border-box; } }