/*
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: Kadence Theme is a lightweight yet full featured WordPress theme for creating beautiful fast loading and accessible websites, easier than ever. It features an easy to use drag and drop header and footer builder to build any type of header in minutes. It features a full library of gorgeous starter templates that are easy to modify with our intelligent global font and color controls. With extensive integration with the most popular 3rd party plugins, you can quickly build impressive ecommerce websites, course websites, business websites, and more.
Tags: translation-ready,two-columns,right-sidebar,left-sidebar,footer-widgets,blog,custom-logo,custom-background,custom-menu,rtl-language-support,editor-style,threaded-comments,custom-colors,featured-images,wide-blocks,full-width-template,theme-options,e-commerce
Version: 1.1.14.1645629808
Updated: 2022-02-23 16:23:28

*/

/*GENERAL*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

:root{
	--gray-Color: #666666;
	--light-Text: #CCCCCC;
	--dark-gray-text: #333333;
	--box-shadow-first: 0 4px 4px 0 #00000011;
	--box-shadow-second: 0 4px 4px 0 #0000025;
	
}

.light-par{
	color: var(--light-Text);
}
.blue{
	background-color:  #0057B8;
}
.red{
	background-color: #C8102E;
}
.yellow{
  background-color:	#FBB033;
}
.green{
	background-color:#008000;
}


p, p>ul, ul>li>span{
	font-family: 'Roboto';
	font-weight: 300;
	margin-bottom: 10px!important;
}
.pojo-a11y-toolbar-link {
	text-decoration: none;
}
.eael-tabs-nav span{
	font-weight: 500;
}
#fancybox-title-over{
	display: none!important;
}

/* TYMCZASOWE */
.ue_post_blocks > div:first-child .ue_post_blocks_content {
	display: none;
}
.ue_post_blocks > div:first-child img {
	height: 100% !important;
}


/*ON HOVER TRIANGLE*/
.triangle::after{
	content: '';
	position: absolute;
	top: 0;
	left: 15%;
  	border: 8px solid transparent;
  	border-top: 0;
  	border-bottom: 12px solid transparent;
	transform: rotate(-180deg);
}
.triangle:hover::after{
	border-bottom-color: #fff;
}

/*BUTTONS*/
a.btn-simply{
	box-sizing: border-box;
	text-transform:uppercase;
	color: var(--dark-gray-text);
	font-size: 12px;
	text-align: center;
	border: 1px solid var(--light-Text);
	border-radius: 4px;
	font-weight: 400;
	min-width: 160px;
	padding: 10px 9px;
	max-height: 40px;
	white-space: nowrap;
	text-decoration: none;
}

a.btn-icon {
	display: flex;
	gap: 5px;
	align-items: center;
	margin-left: 9px;
	
}

.btn-icon img{
	width: 25px;
	height: 25px;
}

.btn-simply a{
	display: inline-block;
	line-height: 100%;
	width: 100%;
	height: 100%;
}

.btn-with-icon a::after,
 .small-btn-icon::after,
.all-news .small-btn-icon::after,
.carousel-about-metro .uc_more_btn::after,
.related-news .read-more::after{
	content: url('/wp-content/uploads/2022/03/Icon_awesome-arrow-right-1.svg');
	margin-left: 10px;
	background-color: #F4F4F4;
	padding: 4px; 
	width: 25px;
	height: 25px;
	border-radius: 4px;
	display: inline-block;
	text-align: center;
	cursor: pointer;
}
.small-btn-icon::after,
.carousel-about-metro .uc_more_btn::after,
.related-news .read-more::after{
	content: url('/wp-content/uploads/2022/03/Icon_awesome-arrow-right.svg');
	background-color: #C8102E;
	line-height: 100%;
	border: 2px solid  #C8102E;
}
.btn-with-icon a:hover::after,
.all-news .uc_more_btn:hover.small-btn-icon::after
{
	content: url('/wp-content/uploads/2022/03/Icon_awesome-arrow-right.svg');
	background-color: #C8102E;
}
.small-btn-icon:hover::after,
.carousel-about-metro .uc_more_btn:hover::after,
.carousel-about-metro .ue-carousel-item:hover .uc_more_btn::after,
.home-block-with-icons .single-block:hover .small-btn-icon::after,
.related-news .read-more:hover::after{
	content: url('/wp-content/uploads/2022/03/Icon_awesome-arrow-right-1.svg');
	background-color: #fff;
}
.essential-btn-icon .cretive-button-text{
	text-align: right;
}
.essential-btn-icon i{
	background-color: #fff;
	padding: 4px;
	border-radius: 4px;
	font-weight: 600;
}
.essential-btn-icon:hover i{
	background-color: #c8102e;
	padding: 4px;
	border-radius: 4px;
	font-weight: 600;
}


/*HEADER*/
.site-header-section-right{
	align-items: center;
}
.logo-syrenka {
	height: 72px;
	top: -5px;
	position: relative;
}

/*SEARCH*/
#main-header .search-toggle-label{
	opacity: 0.5;
}
#main-header .search-toggle-open{
	border: 1px solid #E4E4E4;
	border-radius: 4px;
	min-width: 200px;
	width: 250px;
	justify-content:space-between;
	position: relative;
	height: 40px;
	color: var(--gray-Color);
	box-shadow: var(--box-shadow-first);
} 
#main-header .search-toggle-open .search-toggle-icon{
	position:absolute;
	color: #fff;
	background-color: var(--gray-Color);
	top: 0;
	right: 0;
	height: 100%;
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	padding: 0 10px;
}

/*SOCIALS*/
#main-header .social-button{
	padding: 10px;
	height: 40px!important;
	border-radius: 4px!important;
	box-shadow: var(--box-shadow-first)
}

#main-header .social-button:nth-last-child(1){
	background-color: #fff!important;
	padding: 0;
	box-shadow: none;
}

#main-header .social-button:nth-child(1):hover{
	background-color: #4267B2;
}
#main-header .social-button:nth-child(2):hover{
	background-color: #FF0000;
}
#main-header .social-button:nth-child(3):hover{
	background-color: #C13584;
}
#main-header .social-button:nth-child(4):hover{
	background-color: #0077B5;
}

/*MENU*/
nav#site-navigation,
nav#site-navigation .primary-menu-container>ul
{
	height: 100%;
}

#site-navigation .primary-menu-container >ul li{
	position: relative;
	height: 100%;
}
#site-navigation .primary-menu-container >ul>li>a{
	height: 100%;
	display: flex;
	align-items:center;
} 

#site-navigation .primary-menu-container >ul>li::after{
	content: '';
	position: absolute;
	top: 0;
	left: 15%;
  border: 8px solid transparent;
  border-top: 0;
  border-bottom: 12px solid transparent;
	transform: rotate(-180deg);
}

#site-navigation .primary-menu-container >ul>li:hover::after{
	border-bottom-color: #fff;
}
#site-navigation .sub-menu{
	background-color: transparent;
}

#site-navigation .sub-menu>li{
	border-bottom: none;
	margin-top: 6px;
	background-color: #115096;
	
}
.header-navigation .menu{
	flex-wrap: nowrap;
}

/*MAIN PAGE*/
/*NEWS*/
.news-main-page .ue_post_blocks_box, .news-main-page .ue_post_blocks_content{
	display: flex;
	flex-direction: column;
}
.news-main-page .ue_post_blocks_content,
.news-main-page .ue_post_blocks_text{
	flex-grow:1;
}
.news-main-page .ue-grid-item-meta-data{
	order: -1
}
.news-main-page .ue_post_blocks_link{
	align-self: flex-end;
}
.news-main-page .ue_post_blocks_link{
	position: relative;
}

.news-main-page .ue_post_blocks_link a{
	width: 100%;
	height: 100%;
	position: absolute;
	text-decoration: none;
}
.news-main-page .ue_post_blocks_title a{
	text-decoration: none;
}
/*BLOCK WITH ICON*/
.home-block-with-icons.columns{
	display: flex;
	justify-content:space-between;
}
.home-block-with-icons .single-block{
	height: 120px;
	margin-bottom: 20px;
	box-shadow: 0 4px 4px 0 rgba(0,0,0, 0.25);
	position: relative;
}
.home-block-with-icons .single-block>a{
	display: flex;
	width: 100%;
	height: 100%;
	text-decoration: none
}
.home-block-with-icons.columns .single-block>a{
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
}

.home-block-with-icons.columns .single-block{
	
	height: 192px;
	flex-basis: 23%;
}

.home-block-with-icons .img-sec{
	flex-basis: 30%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px 0 0 4px;
	position: relative;
}
.home-block-with-icons .img-sec a{
	height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-block-with-icons.columns .img-sec{
	border-radius: 4px 4px 0 0;
	padding: 20px;
}
.home-block-with-icons .img-sec img{
	height: 50px;
}

.home-block-with-icons .content-sec{
	background-color: #F3F4F6;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	display: flex;
	align-items:center;
	justify-content: center;
	font-size: 20px;
	padding: 10px 10px 10px 20px;
	flex-basis: 70%;
}

.home-block-with-icons h3{
	font-weight: 400;
	font-size: 1em;
	text-align: center;	
	margin-bottom: 0;
	width: 100%;
	color: #000;
}
.home-block-with-icons a{
	align-self: flex-end;
}
.home-block-with-icons .small-btn-icon::after{
	padding: 0;
}

/*CAROUSEL*/

.uc_classic_carousel .uc_classic_carousel_placeholder img {
	filter: brightness(80%);
}

div.uc_classic_carousel .uc_classic_carousel_content {
	justify-content: flex-start;
}
.carousel-about-metro .uc_classic_carousel .uc_classic_carousel_content{
	position: relative;
	padding: 0;
	width: 100%;
	left: 0;
}
.carousel-about-metro .uc_classic_carousel_placeholder img{
	height:auto!important;
}
.carousel-about-metro .all-content{
	margin-left: 0px!important;
	
}

.carousel-about-metro .card_carousel_title{
	margin-top: -50px!important;
}


/*PAGES HEADER*/


/*FOOTER*/
footer .partners-img{
	display: flex;
	width: 100%;
	align-items: center
} 

 .partners-img a{
	min-width: 90px;
	height: 90px;
}
.partners-img img{
	height: 90px;
}

.footer-btn-sec{
	display: flex;
}
.site-footer-middle-section-2 .footer-widget-area-inner {
	width: 100%;
	display: flex;
	align-items: center;
}
footer .footer-social-inner-wrap {
	display: flex;
	justify-content: center;
}
.widget-area .light-par a:not(.button){
	color: var(--global-palette9);
}
.widget-area .light-par a:not(.button):hover{
	text-decoration:none;
	color:#aaa;
}
div.disable-title > div.elementor-widget-container > .uc_bold_tabs > ul > li > a.r-tabs-anchor{
	display: none !important;
}
@media screen and (max-width: 1024px){
	.light-par{
		text-align:center;
	}
	.footer-widget-area{
		text-align: center;
	}
}

/*AKTUALNOŚCI*/

.all-news .uc_post_list_content_inside{
	display: flex;
	flex-direction: column;
}
.all-news .ue-meta-data{
	order: -1
}
.all-news  .uc_post_content{
	margin-bottom: 13px;
}
.all-news .uc_post_list_image a{
	display: inline-block;
	height: 100%;
}
.all-news .uc_post_list_image a img{
	height: 100%;
	object-fit: cover;
}

/*WPIS - WARSZAWA I DANIA – PARTNERSTWO NA RZECZ EKOLOGII*/
.postid-14676 .post-hero-section .before-title-news{
	max-height:300px;
}
.postid-14676 .before-title-news .img-sec img{
	object-position: top;
}

/*MOBILE MENU*/

.popup-drawer .drawer-content{
	padding: 0;
}
.menu-item > a, 
.menu-item>.drawer-nav-drop-wrap>a,{
	padding-left: 20px;
	padding-right: 20px;
}
.popup-drawer .drawer-inner{
	max-width: 400px;
}

@media screen and (max-width: 450px){
	.popup-drawer .drawer-inner{
	max-width: 300px;
}
}


/*STREFA PASAŻERA itp*/

.section-title{
	width:100%;
	height: 200px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background-position: bottom;
	background-repeat: no-repeat;
}
.section-title::before{
	content:'';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
}
.section-title.contact{
	background-image: url('/wp-content/uploads/2022/03/111-scaled.jpg');
}
.section-title.passenger-area{
	background-image: url('/wp-content/uploads/2022/03/baner-strefa-pasazera-scaled.jpg');
}
.section-title.orders{
	background-image: url('/wp-content/uploads/2022/03/12_495-scaled.jpg');
}
.section-title.about-company{
	background-image: url('/wp-content/uploads/2022/03/15-scaled.jpg');
}
.section-title.contractors{
	background-image: url('/wp-content/uploads/2022/03/8-scaled.jpg');
}
.section-title.invests{
	background-image: url('/wp-content/uploads/2022/03/7-scaled.jpg');
}
.section-title.warsaw-metro{
	background-image: url('/wp-content/uploads/2022/03/21-scaled.jpg');
	background-position: center;
}
.section-title.line-m1{
	background-image: url('/wp-content/uploads/2022/03/Kalendarz_metro-2014--scaled.jpg');
	background-position: center;
}
.section-title.line-m2{
	background-image: url('/wp-content/uploads/2024/03/linia-m2-bg-scaled.jpg');
	background-position: center;
}
.section-title.line-m3{
	background-image: url('/wp-content/uploads/2022/03/Kalendarz_metro-2014-_-II-tura-zdjec-42-scaled.jpg');
	background-position: center;
}
.section-title.line-m4{
	background-image: url('/wp-content/uploads/2022/03/Kalendarz_metro-2014-_-II-tura-zdjec-42-scaled.jpg');
	background-position: center;
}


.section-title h1{
	z-index: 1;
	letter-spacing: 2px;
}
.section-title nav#kadence-breadcrumbs{
	color: rgb(51, 51, 51);
	font-weight: 300;
}

.custom-template-page{
	margin-top:65px !important;
	margin-bottom: 50px!important;
}

.custom-template-page .content-container{
	display: flex;
	max-width:1300px;
	margin-left:auto;
	margin-right:auto;
	padding-left:24px;
	padding-right:24px;
	
}
.aside-nav-container{
	flex-basis: 30%;
	margin-right: 60px;
}
.aside-nav-container .page-aside-nav {
	list-style: none;
}
.aside-nav-container .page-aside-nav li{
	background-color: #F3F4F6;
	text-align: center;
	margin-bottom: 15px;
	border-radius: 4px;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.11);
	border: 1px solid #EBEBEB;
	position: relative;
	font-size: 18px;
	font-weight: 400;
	font-family: 'Signika';
}
.aside-nav-container .page-aside-nav li.current-menu-item{
	border-color: #FBB033;
} 

.aside-nav-container .page-aside-nav li a{
	text-decoration: none;
	font-size: 1em;
	display: inline-block;
	width:100%;
	padding: 10px 45px 10px 15px;
	color: #333333;
	
}
.aside-nav-container .page-aside-nav li a::after{
	content: url('/wp-content/uploads/2022/03/Icon_awesome-arrow-right.svg');
	background-color: #C8102E;
	line-height: 100%;
	border: 2px solid  #C8102E;
	position: absolute;
	right: 10px;
	top:50%;
	transform:translatey(-50%);
	border-radius: 4px;
	width: 25px;
	height: auto;
}
.aside-nav-container .page-aside-nav li a:hover::after{
	content: url('/wp-content/uploads/2022/03/Icon_awesome-arrow-right-1.svg');
	background-color: #F4F4F4;
} 

.aside-nav-container .nav-img{
	margin: 30px 0 0 1.5em;
}

.aside-nav-container .nav-img a.additional-link{
	margin-top: 1.5em;
	text-align: center;
	display: block;
	text-decoration: none;
	
}
.aside-nav-container img{
	border-radius: 4px;
}
.custom-template-page main.site-main{
	flex-grow:1;
	flex-basis: 70%;
	margin-left:auto;
	margin-right:auto;
	
	
}
.custom-template-page .title-sec{
	margin-bottom: 50px;
	text-transform: uppercase;
	font-size: 28px;
	border-bottom:16px solid #F3F4F6;
}
.custom-template-page .title-sec h2{
	color: #000;
	font-size: 1em;
}


ul.list-p li{
	color: #000;
	font-weight: 300;
	margin-bottom: 15px;
}
ul.list-p span,
ul.list-p a
{
	display: block;
	
}
ul.list-p span{
	text-transform: uppercase;
	font-weight: 500;
}

/*METRO HISTORY*/
#historical-events .elementor-tab-title{
	display: flex;
}
#historical-events .elementor-tab-title a{
	flex-grow:1;
	display: flex;
	justify-content: space-between;
}
#historical-events table td{
  border: 1px solid #d4d4d4;
  padding: 2px 5px;
}
@media screen and (max-width: 1024px){
	.aside-nav-container .page-aside-nav li{
		font-size: 14px;
	}
	.aside-nav-container .page-aside-nav li a::after{
		height: 25px;
		line-height: 25px;
}
}

@media screen and (max-width: 754px){
	.aside-nav-container{
		display: none;
	}
	.custom-template-page .title-sec{
		font-size: 20px;
	}
}

/*FORM*/
form.wpcf7-form {
	text-align: center;
}
.wpcf7-submit{
	margin-top: 20px;
	min-width: 200px;
}
/*WCAG*/
#pojo-a11y-toolbar a{
	text-decoration: none;
}

/*PROGRESS BAR*/
#progress-bar, div.elementor-widget-container, div.elementor-progress-wrapper, div.elementor-progress-bar span.elementor-progress-text{
	overflow: clip;
}
span.elementor-progress-text{
	overflow: clip !important;
}

.progress-title, .progress-title-K, .progress-title-podzial{
    text-transform: uppercase;
}
#progress-title b, #progress-title-K b, #progress-title p, #progress-title-K p, #progress-title-podzial b, #progress-title-podzial p{
	display:inline-block;
}
#progress-title b, #progress-title-K b, #progress-title-podzial b{
	padding-right:5px;
}
#progress-title-K{
	padding-top:10px;
}
#progress-title-podzial {
display:none;	
}

#progress-box, #progress-box-K, #progress-box-podzial{
    width: calc(100% - 0.75em);
    margin: 0 0.75em;
    position: relative;
    height: 3.2em;
}
.progress-title, .progress-title-K, .progress-title-podzial{
    text-transform: uppercase;
}
#progress-box-podzial .dot .dot-label{
	display:block;
	width: max-content;
    height: auto;
    top: 1.5em;
    position: relative;
    padding: 5px;
}

.dot-label{
 display: none;   
}
.dot:hover .dot-label{
    display: block;
    width: max-content;
    height: auto;
    top: 1.5em;
    position: relative;
    padding: 5px;
}
.dot{
    background-color: #d09301;
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    position: absolute;
    top: 0;
    background-image: url("/wp-content/uploads/2022/03/cropped-emka.png");
    background-size: contain;
}
    progress {
  background-color: #FBB033;
  text-align: center;
  height: 1.5em;
  width: 100%;
  -webkit-appearance: none;
  border: none;
  border-radius: 20px;
  
  /* Set the progressbar to relative */
  position:relative;
}
progress:before {
  content: attr(data-label);
  font-size: 0.8em;
  vertical-align: 0;
  
  /*Position text over the progress bar */
  position:absolute;
  left:0;
  right:0;
}
progress::-webkit-progress-bar {
  background-color: #c9c9c9;
}
progress::-webkit-progress-value {
  background-color: #7cc4ff;
}
progress::-moz-progress-bar {
  background-color: #0057B8E6;
}
#progress-box-podzial progress{
/* 	background-color:transparent; */
	visibility: hidden;
}

#progress-box-podzial .dashed-line{
	height: 170px;
	width:2px;
	position: absolute;
    background-color: transparent;
    border-left: 2px dashed #8990A6;
    border-radius: 0;
    position: absolute;
    top: -147px;
}
#progress-box-podzial .dashed-line-label{
	display:block;
	position: relative;
	top: 97% !important;
	width:max-content;
	height: auto;
	padding:5px;
}
@media all and (max-width:1024px){
    #progress-title, #progress-title-K, .progress-title-podzial{
        margin: 0 20px;
    }
    #progress-box, #progress-box-K, #progress-box-podzial{
    margin: 0 calc(20px + 0.75em);
    width: calc(100% - 3.75em);
    }
}
@media (max-width:766px){
	#progress-box-podzial .dashed-line{
	height: 150px;
    top: -131px;
	}
}