/*
Theme Name: Spar Kariera
Author: Małek Media
Author URI: http://malekmedia.pl/
Version: 2.0
*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700&display=swap&subset=latin-ext');

@font-face {
	font-family: "HelveticaNeue Bold";
	src: url("/wp-content/themes/spar/fonts/HelveticaNeueBold.ttf");
}

@font-face {
	font-family: "TheAbsolute";
	src: url("/wp-content/themes/spar/fonts/TheAbsolute.TTF");
}


body {
	margin: 0;
	padding: 73px 0 0 0;
	font-family: Open Sans;
	font-size: 15px;
	line-height: 1.7;
	position: relative;
	background: #f7f7f7
}

body.home {
    padding: 65px 0 0 0;
}

section {
	padding: 0;
	margin: 8px 0
}

.fixed {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	background: #fff;
	padding: 15px 0;
	z-index: 999
}

.small {
	font-size: 11px;
}

body.logged-in .fixed {
    top: 32px;
}

nav {
	max-width: 1200px;
	padding: 0 50px;
	margin: 0 auto;
}

nav ul {
	padding: 0;
	margin: 0
}

nav ul li {
	display: inline-block;
	padding: 10px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
}


nav ul li a {
	color: rgba(0,121,52,1);
	display: inline-block
	
}

nav ul li a:hover {
	color: rgb(224,0,52)
}

nav img {
	float: left;
}

nav ul {
	float: right
}

.menu i {
    display: block;
    text-align: center;
    margin: 0 0 10px 0;
}

a {
	text-decoration: none;
	color: #000
}

a:hover {
	color: rgb(224,0,52)
}

a.button, span.button {
	background: rgba(0,121,52,1);
	color: #fff;
	transition: 0.2s;
	padding: 10px;
	margin: 10px 0;
	padding: 10px 15px;
	display: inline-block;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff
}

a.button:hover, span.button:hover {
	background: rgb(224,0,52);
}

a.button-border {
	border: 2px solid rgb(0,121,52);
	transition: 0.2s;
	padding: 10px;
	margin: 10px 0;
	padding: 10px 15px;
	display: inline-block;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

a.button-border:hover {
	border: 2px solid rgb(224,0,52);
	background: rgb(224,0,52);
	color: #fff
}

img {
	max-width: 100%;
	height: auto;
}

video {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.logo {
	max-width: 250px;
	height: auto;
}

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 15px 0
}

h1, h2 {
	font-weight: 300;
	font-size: 37px;
	letter-spacing: 1px;
	line-height: 1.2
}

h1 {
	font-size: 43px
}

h3 {
	font-weight: 300;
	font-size: 27px;
	letter-spacing: 1px;
	line-height: 1.2
}

video {
	width: 100%;
}

.flex {
	display: flex;
	flex-flow: row wrap;
	margin: 0;
	align-items: center;
	justify-content: center;
}

.flex-x {
	flex: 1;
	margin: 0;
}

.flex.image {
	align-items: initial
}

.flex-x-2 {
	flex: 2
}

.block {
	max-width: 1200px;
	margin: 0 auto;
	display: block
}

.flex-x.left {
	margin: 0 4px 0 0
}

.flex-x.right {
	margin: 0 0 0 4px;
}

.flex-x.middle {
	margin: 0 4px;
}

.red a {
	font-weight: bold;
	color: rgb(224,0,52)
}

.white {
	background: #fff;
}

.page .title h1 {
	margin: 0;
	padding: 0;
}

.page .title.white, .page .content.white {
	margin: 0 0 8px 0;
	padding: 30px;
}

.green {
	background: #94C878;
}

.yellow {
	background: #F7EF34
}

.center {
	text-align: center;
}

.red-bg {
	background: rgb(224,0,52);
	text-align: center
}

.red-title {
	background: rgb(224,0,52);
	margin-bottom: 30px
}

select, input, textarea {
	display: inline-block;
	position: relative;
	width: calc(100% - 60px);
	margin: 0 10px;
	padding: 10px 20px;
	font-family: Open Sans;
	border: 0px solid rgba(0,0,0,0);
	background: #fff
}

select, input[type=submit] {
	width: calc(100% - 20px)
}

input {
	padding: 11px 20px
}

.oferta {
	padding: 20px 30px;
	background: #fff;
	margin-bottom: 8px;
	border-bottom: 0px;
}

.lista-ofert a:last-of-type .oferta {
	margin-bottom: 0px;
}

.oferta:hover {
	background: rgba(0,121,52,1);
	color: #fff;
}

.oferta span.button {
	transition: 0
}

.oferta:hover span.button {
	background: rgb(224,0,52);
}

.lista-ofert a:hover {
	color: #94C878;
}

span.stanowisko {
	font-size: 17px;
	padding: 0 10px 0 0;
}

.home .oferta a.button {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.home .oferta span.lokalizacja {
	position: relative;
}

.home .oferta span.lokalizacja::before {
	content: "\f3c5";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin: 0 10px 0 0
}

.oferta .flex-x {
	padding: 0 10px 0 0
}

.opinia {
	background: #fff;
	padding: 20px 40px;
	margin: 0 10px 20px 10px;
	font-size: 14px;
	font-style: italic;
	position: relative;
	transition: 0.5s;
}

.opinia::after {
    content: ' ';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 12px 0;
    border-color: #fff transparent transparent;
    position: absolute;
    display: block;
    bottom: -12px;
    left: 50%;
    margin-left: -12px;
}

.opinia span {
	display: block;
	text-align: right;
	font-style: normal;
}

#six .flex-x:nth-child(even) .opinia {
	margin-top: 20px;
}

#six .flex-x:nth-child(even):hover .opinia {
	margin-top: -20px;
}

#six .flex-x:nth-child(odd):hover .opinia {
	margin-top: -20px;
}

.opinia-meta {
	text-align: center;
	transition: 0.5s;
}

#six .flex-x:hover .opinia-meta, #six .flex-x:hover .opinia {
	opacity: 1;
	cursor: default;
}

.opinia-meta img {
	max-width: 70px;
	border-radius: 50%
}

.mapa {
	min-height: 450px
}

/* Home */

.home section#one {
	position: relative;
	padding: 0
}

.home section#one .video-wrapper {
	max-height: 65vh;
	min-height: 550px;
	overflow: hidden;
}

.home section#one video {
	margin-top: -15vw
}

.home section#one .video-wrapper {
	position: relative
}

.home section#one .video-wrapper::before {
    content: '';
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    background: rgba(0,121,52,0.5);
}

.home section#one .one {
	text-align: center;
    margin-bottom: 50px;
    margin-top: -240px;
    z-index: 99;
    position: relative;
}

.home section#one .one .title {
	margin: 0;
}

.home section#one .one .content {
	font-size: 25px;
	color: #fff;
	text-shadow: 0px 0px 20px rgba(0,0,0,0.7);
	margin: 20px 0 0 0
}

.home input[type=submit] {
	background: rgb(224,0,52);
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: 0.5s;
}

.home input[type=submit]:hover {
	color: rgba(0,121,52,1);
	background: #fff;
}

.wyszukiwarka {
	background: rgba(0,121,52,1);
	padding: 30px;
	position: relative;
	max-width: 1140px;
}

.flex-x.padding {
    margin: 0 8px;
}

.flex-x.padding .wrapper {
	padding: 30px 50px;
}

.flex-x.padding.right {
	margin-right: 0px;
}

.flex-x.padding.left {
	margin-left: 0px;
}

.home .block.dymek {
	max-width: 550px;
	margin: 50px auto 0 auto;
	border: 5px solid rgba(0,121,52,0.9);
	padding: 70px 30px;
	text-align: center;
}

.home .block.dymek a {
	margin: 20px 0 0 0;
}

.home .title h2 {
	margin: 0 0 10px 0;
	font-size: 30px;
	line-height: 1.2;
	letter-spacing: 1px;
	font-weight: 300;
}

.home .link {
	margin: 15px 0 0 0
}

.home .link a.button {
	font-weight: 600;
	letter-spacing: 1px;
	margin: 0;
}

.home #six .title {
	text-align: center;
	margin: 0 0 40px 0;
	color: #fff;
}

.home #six .title h3 {
	font-weight: bold;
}

.home #seven {
	text-align: center
}

.link.hero {
	margin: 8px 0 0 0
}

.link.hero a {
    display: block;
    padding: 30px;
    text-align: right;
	padding-right: 35px;
}

.link.hero a:hover {
	color: #fff
}

/* FAQ */

.faq #one .flex {
    min-height: 450px;
}

.qanda .answer {
	display: none;
	padding: 0 10px;
}

.qanda.selected .answer {
	display: block
}

.qanda {
	padding: 20px 40px;
	background: #fff;
	margin: 0 0 8px 0
}

.qanda .question:hover {
	cursor: pointer;
}

.qanda:last-of-type {
    margin: 0
}

.qanda .question {
	position: relative;
}

.qanda .question h3 {
	font-size: 19px;
	letter-spacing: 0px;
}

.qanda .question::before {
	content: "+";
	position: absolute;
	right: 0px;
	font-size: 30px;
	top: calc(50% - 15px);
	font-weight: 300;
	line-height: 1;
}

.qanda.selected .question::before {
	content: "-"
}

.qanda.selected .question h3 {
	font-weight: 700;
}

.koronawirus .qanda::before, .koronawirus .wrapper::before {
    content: "Zmiany w procesie rekrutacji w związku z COVID-19";
    font-size: 12px;
    text-transform: uppercase;
    color: rgb(224,0,52);
}

.koronawirus .flex-x.padding.left, .koronawirus .qanda {
	border-bottom: 1px solid rgb(224,0,52);
}

.koronawirus .qanda .question::before {
	top: calc(50% - 25px);
}

.page.faq section#two {
    padding-top: 0px;
}


/* Oferta */

.single-oferta section#one {
	padding: 50px 0 0 0
}

.single-oferta section#two {
	padding: 0
}

.single-oferta section#two .flex {
	align-items: flex-start;
}

.single-oferta h1 {
	margin: 0;
	font-size: 30px;
}

section#aplikuj {
    position: fixed;
	bottom: 0px;
	padding: 0px;
    width: 500px;
    margin: 0 auto;
    right: calc(50% - 600px);
	z-index: 9999;
	display: none;
}

section#aplikuj .formularz .form {
	padding: 10px 30px;
	border-right: 1px solid rgba(0,121,52,1);
	border-left: 1px solid rgba(0,121,52,1);
	background: #fff;
}

section#aplikuj .formularz .title {
	background: rgb(0,121,52);
	color: #fff;
	font-weight: 700;
	padding: 10px 20px;
	border: 1px solid rgb(0,121,52);
	position: relative;
}

.mini-me:hover, .hide-me:hover {
	cursor: pointer;
}

#aplikuj select, #aplikuj input, #aplikuj textarea {
	width: calc(100% - 20px);
	display: block;
	margin: 10px 0;
	border-bottom: 1px solid #94C878;
	padding: 10px;
}

#aplikuj textarea {
	min-height: 100px;
	border: 1px solid #94C878;
}

#aplikuj input[type=checkbox] {
	display: inline-block;
	width: auto;
}

#aplikuj input[type=file] {
	padding: 10px 0;
	border: 0px;
}

#aplikuj input[type=submit] {
	border: 0px;
	width: 100%;
	background: rgb(224,0,52);
	color: #fff
}

#aplikuj label {
	display: block;
	font-size: 10px;
}

#aplikuj label input {
	margin: 0 5px 0 0
}

#aplikuj label span.hide {
	display: none;
}

#aplikuj label span.less {
	display: none;
	font-weight: 700;
}

#aplikuj label span.more {
	font-weight: 700;
}

section#aplikuj .formularz .title .mini-me {
	position: absolute;
	right: 25px;
	font-size: 20px;
	top: calc(50% - 19px);
	font-weight: 300;
	line-height: 1;
	padding: 10px;
}

section#aplikuj .formularz .title .hide-me {
	position: absolute;
	right: 5px;
	font-size: 20px;
	top: calc(50% - 20px);
	font-weight: 300;
	line-height: 1;
	padding: 10px;
}

section#aplikuj .formularz .title .hide-me span {
	transform: rotate(45deg);
	position: absolute;
    top: 10px;
	font-size: 22px;
	right: 5px;
}

.single-oferta .right, .single-oferta .left {
	float: left;
}

.single-oferta .left {
	width: calc(100% - 510px);
    margin-right: 8px;
    background: #fff;
    padding: 30px 50px;
}

.single-oferta .right {
	width: 400px;
	background: #fff;
}

.fly p {
	padding: 10px 30px 0 30px;
	font-weight: 700;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.fly ul {
	padding: 0 30px;
}

.fly ul li {
	list-style-type: none;
	padding: 10px 20px;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1px;
	border-bottom: 1px solid #94C878
}

.fly ul li:last-of-type {
	border-bottom: 0px
}

.fly ul li span {
	display: block;
	font-weight: 700;
	font-size: 12px;
}

.fly .button {
	background: rgba(0,121,52,1);
	font-weight: 700;
	display: block;
	margin: 0 -1px -1px 0;
	padding: 20px 30px;
	text-align: right
}

.fly .button:hover {
	cursor: pointer;
}

.page.szukaj-pracy section#one {
	padding: 0px;
	margin: 0
}

.page.szukaj-pracy .wyszukiwarka {
    margin-top: -50px;
}

.aplikacja-feedback h4 {
	margin: 0;
}

.aplikacja-feedback.feedback-error h4 {
	padding-bottom: 0;
}

.single-oferta .single-social {
	margin: 10px 0 0 0;
	text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
	text-align: center;
}

.single-oferta .single-social a {
	font-weight: bold;
	padding: 10px;
	display: inline-block;
}

.single-oferta .flex-x.padding.white.left {
    max-width: 400px;
}

.single-oferta-aplikacja .right {
    width: 300px;
    padding: 30px 50px;
}

.gm-style .gm-style-iw-c {
	border-radius: 0px !important;
	box-shadow: 0 0 0 rgba(0,0,0,0) !important;
}

.gm-style .gm-style-iw-c {
	padding: 10px 10px 10px 20px
}

button.gm-ui-hover-effect {
	top: 3px !important;
	right: 0px !important;
}


/* Footer */


footer {
	margin: 8px 0 50px 0;
	font-size: 14px;
	position: relative;
	
}

footer .block {
	max-width: 1100px;
    padding: 50px;
    background: #fff;
}

footer img {
	max-width: 150px;
}

footer ul {
	padding-left: 15px;
}

footer ul li {
	list-style-type: none;
	transition: 0.5s;
	margin: 0 0 5px 0
}

footer a {
	transition: 0.5s
}

footer a:hover {
	color: rgb(0,121,52);
}

footer h4 {
	margin-top: 0px;
	padding: 0px;
}

footer .flex {
	align-items: initial
}

footer .social-info {
	margin-top: 15px;
}

footer .credit {
	max-width: 1200px;
	margin: 8px auto 0 auto;
	text-transform: uppercase;
	text-align: right;
	letter-spacing: 1px;
	padding: 0 10px
}

/* Inne */

.social {
    position: fixed;
    top: 30vh;
    right: 0px;
    z-index: 9999;
}

.social a {
    color: #fff;
    display: block;
    padding: 10px 17px;
	font-size: 14px;
}

.social .facebook a {
	padding: 10px 14px 10px 20px;
}

.social .linkedin a {
	padding: 10px 14px 10px 20px;
}

.social .facebook {
    background: #3b5998;
}

.social .instagram {
    background: #FCAF45;
}

.social .e-spar {
	background: rgb(224,0,52);
}

.social .linkedin {
    background: #0e76a8;
}

.komunikat {
	background: rgba(255,255,255,0.8);
	padding: 30px;
	text-align: center;
}

.page.no-style .block {
    background: #fff;
    padding: 50px;
    max-width: 1100px;
}

.aplikuj-spontanicznie {
	margin-top: 8px;
}

.single-oferta-aplikacja section#two .flex {
	align-items: initial;
}

.single-oferta-aplikacja .flex-x.left {
	flex: 0 300px;
	margin: 0 4px 0 0;
}

.pin {
	text-align: center
}

.pin:not(:first-child) .pin-lokalizacja {
	display: none;
}

.pin:not(:first-child) {
	border-top: 1px solid rgba(0,121,52,1)
}

.pin a {
	display: block;
	margin: 10px 0;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1px
}

.pin .stanowisko {
	font-weight: bold;
	color: rgba(0,121,52,1)
}

li#wp-admin-bar-new-post {
	display: none
}

.lista-ofert .link.hero {
	min-height: 83px;
}

/* RWD */

.rwd {
	display: none
}

@media screen and (min-width: 1081px) {
	.flex-rwd-img {
		min-height: 0px;
		background: none !important;
	}
}



@media screen and (max-width: 1280px) {
	.block, footer .credit, nav, .single-oferta .flex-x.padding.white.left {
		max-width: 1000px;
	}
	
	.wyszukiwarka {
		max-width: 940px
	}
	
	footer .block {
		max-width: 900px;
	}
	
	nav {
		padding: 0;
	}
	
	section#aplikuj {
		right: 100px;
	}
}

@media screen and (max-width: 1080px) {
	.flex-x {
    	flex: 0 100%;
		margin: 0 0 8px 0 !important
	}
	
	.flex-img {
		min-height: 500px;
	}
	
	.flex-rwd-img {
		min-height: 400px;
		margin-bottom: 0px !important;
	}
	
	.onas .flex.image, .faq .flex.image {
		background: none !important;
	}
	
	.onas .flex.image .flex-x {
		background: #fff
	}
	
	.oferta {
		padding: 30px 50px;
		text-align: center
	}
	
	a.button, span.button {
		margin: 10px 0 0 0;
	}
	
	.home .link {
		text-align: center
	}
	
	.home #three .flex, .onas #two .flex, .onas #four .flex {
		flex-direction: column-reverse;
	}
	
	.single-oferta .right, .single-oferta .left {
		float: none;
		width: auto;
	}
	
	.fly ul {
		padding: 30px 50px;
		background: #fff;
		margin: 8px 0
	}
	
	section#aplikuj {
		width: 80%;
		right: 10%;
		left: 10%;
	}
	
	.single-oferta .right {
		background: none
	}
	
	.faq #one .flex-x.padding.left {
    	background: #fff
	}
	
	.home #two .flex-x.flex-img, .home #three .flex-x.flex-img {
    	margin: 0 0 0 0 !important;
	}
	
	.home #five {
		margin: -8px 0 !important;
	}
	
	.single-oferta #four {
    	margin-bottom: -8px;
	}
}

@media screen and (max-width: 1020px) {
	.block, footer .credit, nav, .single-oferta .flex-x.padding.white.left {
		max-width: calc(100% - 40px)
	}
	
	.wyszukiwarka {
		max-width: calc(100% - 100px)
	}
	
	footer .block {
		max-width: calc(100% - 140px)
	}
}

@media screen and (max-width: 920px) {
	.rwd {
		display: block;
    	position: fixed;
    	top: 20px;
    	z-index: 567890;
    	right: 30px;
    	font-size: 18px;
	}
	
	nav ul.menu {
		position: fixed;
	   	top: 73px;
   		left: 0px;
   		right: 0px;
   		background: #fff;
		padding: 10px 0;
		display: none
	}
	
	nav ul.menu li {
    	text-align: center;
    	margin: 4px 2px;
		display: block;
	}
	
	.home section#one video {
		margin-top: 0px;
	}
}

@media screen and (max-width: 630px) {
	.home section#one .one {
		margin-top: -270px;
	}
}