/*
 Theme Name:   Innova.uno Theme
 Theme URI:    https://innova.uno
 Description:  Innova.uno Theme
 Author:       Innova.uno
 Author URI:   http://www.innova.uno
 Template:     generatepress
 Version:      0.1
 Tags: two-columns, three-columns, one-column, right-sidebar, left-sidebar, fluid-layout, responsive-layout, custom-header, custom-background, custom-menu, custom-colors, sticky-post, threaded-comments, translation-ready, featured-images, theme-options, light, white, dark, black, blue, brown, gray, green, orange, pink, purple, red, silver, tan, yellow
*/


/*  BB toolbar colorfix for Publish / Draft / Discard buttons */
 
[data-action="discard"] {
    color: white!important;
}
.fl-builder-button-primary[data-action="discard"] {
	background: #e74647!important;
}
[data-action="discard"]:hover{
	background: #CE3F40!important;
}
[data-action="publish"] {
    background: #059669!important;
}
[data-action="publish"]:hover {
    background: #047857!important;
}
.fl-builder-publish-actions >.fl-builder-button-group {
    gap: 4px;
}
.fl-builder-button-group > .fl-builder-button {
    border-radius: 3px!important;
}


/*** GLOBAL ***/

.site-info {
	display: none;
}
