/*
 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"] {
    background: none;
    color: #CE3F40!important;
}
[data-action="discard"]:after {
    content: "\00a0 zmiany ×";
}
.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;
}

body:not(.fl-builder-edit) .hero-row .fl-row-content-wrap {
	z-index: 100;
}
.link-arrow {
	position: relative;
}
.link-arrow::before {
    transform: rotate(45deg);
    margin: -15px 0 0 -20px;
    content: "";
    display: block;
    width: 13px;
    height: 13px;
    bottom: 3px;
    right: -30px;
    border-style: solid;
    border-color: #dcba26;
    border-width: 3px 3px 0 0;
    position: absolute;
    transform-origin: 50% 50%;
}
.link-arrow::after {
    width: 15px;
    height: 0;
    border-width: 3px 0 0 0;
    transform: translate(-26px, -1px);
    content: "";
    display: block;
    bottom: 7px;
    right: -55px;
    border-style: solid;
    border-color: #dcba26;
    position: absolute;
    transform-origin: 50% 50%;
}

.klauzula-link a {
	color: #222222!important;
	text-decoration: none!important;
}