/* 

1. Add your custom Css styles below
2. Place the this code in your template: 

 <link href="css/custom.css" rel="stylesheet">

*/

.carousel button.flickity-button,
.carousel ol.flickity-page-dots {
	display: none;
}

ul.job-offer {
	margin: 0 0 16px;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#jobs h2 {
	padding: 0;
	margin: 0;
	letter-spacing: 0;
}

#jobs h6 {
	letter-spacing: 0;
	font-weight: 400;
	color: #676767;
	margin-bottom: 16px;
}

#oferty-pracy nav ul {
	display: flex;
	justify-content: center;
}

p.text-smaller {
	font-size: 11px !important;
}

.footer-offer {
	margin-top: 20px !important;
	font-size: 14px !important;
}

.footer-offer > p {
	font-size: inherit !important;
	color: #676767;
}

.widget ul.list {
	padding-left: 0;
}

.widget ul.list a {
    text-transform: capitalize;
}

span.input-group-text {
	border-radius: 0;
	border-top-left-radius: .42rem;
	border-bottom-left-radius: .42rem;
}

.btn-close {
	position: absolute;
    right: 20px;
    top: 18px;
    font-weight: 400;
	font-size: 16px;
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}

.btn-close,
.btn-close:hover {
	color: #000;
}

.statute h4 {
	font-size: 14px;
	font-weight: 600;
	line-height: normal;
	margin-top: 10px;
	margin-bottom: 0px;
	letter-spacing: normal;
}

.statute p,
.statute ul li,
.statute ol li{
	font-size: 11px;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 5px;
}

.statute ul li,
.statute ol li{
	margin-bottom: 0px;
}

.statute ul,
.statute ol {
	margin-bottom: 5px;
}

.soon {
	display: flex; /* zmiana z block na flex */
	justify-content: center; /* wyśrodkowanie w poziomie */
	align-items: center; /* wyśrodkowanie w pionie */
	position: absolute;
	background-color: rgba(255,255,255,.75); 
	width: 100%; 
	height: 100%;
	z-index: 100;
}

.soon-txt {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 2.5rem;
	transform: rotate(30deg);
	color: rgba(0,0,0,.5);
}

#logo a {
	text-align: center;
}

#logo a > span {
	line-height: normal !important;
	margin: 5px 0 0 !important;
}

#logo a > span > span {
	display: block;
	font-weight: 600 !important;
	line-height: normal;
	font-size: 10px !important;
	margin-top: -13px;
	letter-spacing: 3px !important;
}

.portals li.disabled img {
	opacity: .2;
	filter: grayscale(1);
	pointer-events: none !important;
	
}

.seperator {
	margin: 0 !important;
	padding: 30px 0 !important;
		
}