/*
Theme Name: Zephyr Child - PM
Template: Zephyr
Version: 1.0
Author:	UpSolution - optymalizacja - P. Michalis
Theme URI: 
Author URI: 
*/

/*Add your own styles here:*/
:root{
    --red:#de2d41;
	--border:#253d61;
}
.l-footer{
    box-shadow: 0px 0px 20px #00000040;
}
.w-btn, .button, button[type="submit"], input[type="submit"] {
    transition-property: none;
}
.helpBtn{
    color: var(--red);
}
.liczba {
    font-size: 52px;
    line-height: 1;
    color: var(--red);
    background: rgb(215,220,227);
    background: linear-gradient(0deg, rgba(215,220,227,1) 0%, rgba(255,255,255,1) 50%, rgba(215,220,227,1) 50%, rgba(255,255,255,1) 100%);
    padding: 15px 10px;
    margin-right: 10px !important;
    border: solid 3px var(--border);
	font-family: 'oddajRowerekt',sans-serif;
}
.liczba:nth-child(2) {
	margin-right: 20px !important;
}
.title-podsumowanie:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 150px;
    background: url(/wp-content/uploads/2021/02/under-title.png) no-repeat;
	    background-size: cover;
}
.rower{
    position: absolute;
    right: 0;
}
.header_hor .w-nav.type_mobile.m_layout_dropdown .w-nav-list.level_1 {
    left: auto;
    text-align: right;
    right: 0px;
    padding-left: 2.5rem!important;
    padding-right: 1.5rem!important;
    max-width: 80%;
    box-shadow: 0 3px 18px rgb(0 0 0 / 30%);
	z-index: -1;
}
.w-nav.type_mobile.m_align_left .menu-item-has-children>.w-nav-anchor .w-nav-arrow {
    right: 2rem;
    left: 0;
}
.w-nav-arrow:before {
    content: ''!important;
    width: 10px;
    height: 50px;
    background: url(/wp-content/uploads/2021/02/arrow-menu.jpg) no-repeat;
    background-position: center;
    background-size: 10px;
    display: inline-block;
}
.owl-prev:after {
    content: ''!important;
    width: 10px;
    height: 50px;
    background: url(/wp-content/uploads/2021/02/prew.png) no-repeat;
    background-position: center;
    background-size: 10px;
    display: inline-block;
}
.owl-next:after {
    content: ''!important;
    width: 10px;
    height: 50px;
    background: url(/wp-content/uploads/2021/02/next.png) no-repeat;
    background-position: center;
    background-size: 10px;
    display: inline-block;
}
.ush_menu_1 .w-nav-icon {
    font-size: 30px;
}
.sponsorzy{
	-moz-column-count: 2;
    column-count: 2;
}
.sponsorzy li{
	 break-inside: avoid;
}
.aktaulnosci .w-grid-list{
    display: flex;
    justify-content: center;
}
@media (max-width:992px){
	.owl-nav {
    display: block;
}
	.w-nav-arrow:before {
	height: 25px;
}
	.w-nav.type_mobile.m_align_left .menu-item-has-children>.w-nav-anchor .w-nav-title {
    padding-right: 0em;
}
	.rower{
    display:none;
}
	.title-podsumowanie:after {
    height: 100px;
}
	.liczba {
    font-size: 32px;
    margin-right: 5px!important;
    border: solid 2px var(--border);
	padding: 10px 5px;
}
	.liczba:nth-child(2) {
	margin-right: 10px !important;
}
.us-btn-style_2 {
	font-size: 14px;
    padding: 0.8em 1.5em;
}
.us-btn-style_3{
		font-size: 14px;
	}
}