/*!
Theme Name:		Piotr Bytner Studio
Author: 		Piotr Bytner Studio
Author URI: 	https://bytner.studio
Description:	Dobra grafika, ładne życie. piotr@bytner.studio
Version: 		1.2
License:		GNU General Public License v3 or later
License URI:	https://www.gnu.org/licenses/gpl-3.0.html
Tags: 			
Template:		page-builder-framework
Text Domain:	page-builder-framework-child
*/

/* Colors Example
.has-black-color {
    color: #000000;
}

.has-black-background-color {
    background-color: #000000;
} 
*/

/* 
.current-menu-item {
	display: none;
}
*/

html, body {
	scroll-behavior: smooth;
	overflow-x: hidden;
}

.wpbf-remove-font-size h1 {
	display: none;
}

a:hover span, a:focus span {
	text-decoration-line: underline;
}

.romb {
	clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
	height: 30vh;
	display: flex;
 	align-items: center;
  	justify-content: center;
}

.romb:hover {
	background-color: var(--wp--preset--color--wpbf-palette-color-3);
}

body .over-bg {
	margin-top: -10vh;
}

.has-wpbf-palette-color-5-color:hover {
    color: var(--wp--preset--color--wpbf-palette-color-3) !important;
}

ul {
	padding-left: 0;
}

ul > li::marker {
  font-size: 2rem
} {
	
}

.slick-slide {
	clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
}

body .wp-block-getwid-images-slider .slick-dots li {
	margin: 0 15px;
} 

.slick-dots li button:before {
    font-size: 16px;
    color: var(--wp--preset--color--wpbf-palette-color-3)!important;
}

.hover-image figure:nth-child(2) {
	display: none;
	width: 100%;
}

.hover-image figure:nth-child(1) {
	margin-block-end: 0;
}

.hover-image:hover figure:nth-child(1) {
	display: none;
}

.hover-image:hover figure:nth-child(2) {
	display: flex;
}

.overlay-minus .wp-block-getwid-section__foreground {
	margin-top: -10vh;
}

.wpbf-nav-wrapper {
	padding-left: 0;
	padding-right: 0;
}