/*
 Theme Name:     FALCO
 Theme URI:      https://www.getlogic.pl
 Description:    Divi Child Theme
 Author:         Sławomir Słuszczak
 Author URI:     https://www.getlogic.pl
 Template:       Divi
 Version:        1.0.0
*/
 
/* =Theme customization starts here
--------------------------------------------------------- */

/* text w gradiencie - zgodnie z księgą znaku */
.gradient-text {
    background-color: #284c98;
    background-image: linear-gradient(90deg,#284c98,#017ab9 50%,#49babf 100%);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent; 
    -moz-text-fill-color: transparent;
}
.gradient-text-short {
    background-color: #284c98;
    background-image: linear-gradient(90deg,#284c98,#017ab9 20%,#49babf 40%);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent; 
    -moz-text-fill-color: transparent;
}

/* maski tła */
.pa-custom-background-mask-1 .et_pb_background_mask {
    background-image: url("/wp-content/uploads/2025/09/falco-bk-mask-circle.svg")!important;
}

/* li marker color in blue */
ul li::marker {
	color: #017ab9;
}

/* Display field titles above fields */
.et_pb_contact_form_label {
	display: block;
	font-weight:bold;
	font-size: 18px;
	color: #0f1d2a;
	bottom:3px;
}

/* Hide duplicate placeholders */
.et_pb_contact_form_container .input::placeholder {
    opacity:0;
}

/*Hide duplicate titles in radio buttons and checkboxes */
.et_pb_contact_field_options_title {
	display:none;
}


/* Stylizacja menu produkty */
.et_pb_fullwidth_menu--without-logo .et_pb_menu__menu>nav>ul>li {
    margin-top: 0;
}

.et_pb_fullwidth_menu--without-logo .et_pb_menu__menu>nav>ul {
    padding: 0 0 0 !important;
}

/*set the Divi menu dropdown auto width*/
@media only screen and (min-width: 981px) {
	.nav li ul {
		width: fit-content;
		display: flex;
		flex-direction: column;
	}
	.nav li li {
		white-space: nowrap;
	}
	.nav li li a {
		width: auto !important;
	}
}

/* Menu produktowe na urządzenia mobilne */
#ss-menu-produkty .mobile_menu_bar:after {
    content: 'NASZE PRODUKTY';
    position: relative;
    top: -6px;
    left: 5px;
    cursor: pointer;
	font-size: 18px;
	font-weight: 700;
	color: #0f1d2a !important;
}
#ss-menu-produkty .mobile_menu_bar:before {
	color: #0f1d2a !important;
}
#ss-menu-produkty .mobile_menu_bar {
	padding-top: 20px;
	color: #0f1d2a !important;
	font-weight: 700;
}

.notka-kontakt .et_pb_blurb_container {
	padding-left: 30px;
}


/* banner formatowanie na szerokich ekranach - przyklej do prawej */
@media screen and (min-width: 1920px) {
  .banner_01 .et_pb_slide {
    background-size: contain !important;
    background-position: right 0px center !important;
  }
}

@media screen and (max-width: 980px) {
	.banner_01 .et_pb_slider_container_inner {
		vertical-align: top;
	}
	.banner_01 .et_pb_button {
		display: none !important;
	}
}
