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

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

                #wpfront-notification-bar-open-button.bottom                {
                background-image: url(https://perimetrospro.com.ar/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; }#wpfront-notification-bar div.wpfront-message { color: #ffffff; font-weight: bold; } @media only screen and (max-width: 900px) #wpfront-notification-bar a.wpfront-button { color: #dc1616; background: linear-gradient(to bottom, #fbb03b00 0%; }