/*
 Theme Name:  Divi Child Theme
 Description:  Child Theme for Divi
 Template:     Divi
 Version:      1.0.0
*/

/*
a.position div {
    color: #2ea3f2;
    font-weight: 400;
    font-size: 16px;
}

a.position:hover {
    background-color: rgba(0,0,0,.05);
    -webkit-transition: background-color 300ms ease 0ms;
  	-moz-transition: background-color 300ms ease 0ms;
  	-o-transition: background-color 300ms ease 0ms;
  	transition: background-color 300ms ease 0ms;
}

a.position:hover div {
    font-weight: 700;
    -webkit-transition: font-weight 300ms ease 0ms;
  	-moz-transition: font-weight 300ms ease 0ms;
  	-o-transition: font-weight 300ms ease 0ms;
  	transition: font-weight 300ms ease 0ms;
}


a.position {
    width: 31%;
    display: block;
    height: 100px;
    float: left;
    margin: 15px 1%;
    padding: 15px;
    color: #2ea3f2;
    cursor: pointer;
    border: 2px solid #2ea3f2;
    border-radius: 3px;
}

@media screen and (max-width: 768px) {
	a.position {
		width: 98%;
	}
}
*/
.job_filter{
	display: flex;
	background: #cbcbcb;
}

.job_filter select, .job_filter input, .job_filter button{
	width: 28%;
	margin: 4% 0 4% 4%;
	margin-right: 0;
    padding-right: 0px;
    background-color: #f1f1f1;
    padding: 6px 6px;
}

.job_filter select{
	background-color: #f1f1f1;
}

.job_filter input, button.position_form, .position_form + label, .job_filter button  {
    border: 0;
    background: #004c75;
    padding: 7px;
    color: white;
}

#formZajem button{
	font-size: 100%;
	margin-top: 10px;
}

.job_filter select[name=category]{
	margin-left: 4%;
}

.job_filter input, .job_filter button{
	margin-right: 4%;
}

.job_block{
	width: 100%;
    display: inline-block;
    border-bottom: 1.5px solid #4abcb1;
    padding-bottom: 20px;
    padding-top: 25px;
}

.job_block .image{
	height: 130px;
    width: 23%;
    float: left;
		    background-size: cover;
    background-position: center center;
}

.job_block .image img, .detail_image{
    width: 100%;
    height: 100%;
	    background-size: cover;
    background-position: center center;
}

.detail_image{
	height: 400px;
	margin-bottom: 15px;
}

.job_block .description{
	float: left;
    width: 65%;
    margin-left: 2%;
    font-size: 13px;
    line-height: 1.5;
    font-weight: 400;
    color: #000;
}

.job_block .button{
	float: right;
    color: #004c75;
    font-size: 20px;
    border: 3px solid #004c75;
    padding: 5px 10px;
    margin-top: 10px;
}

.job_block h3{
	font-size: 17px;
}

.required{
	color: rgb(236,0,140);
}

.job_filter h2{
    font-weight: 800;
    color: #4abcb1;
    margin-top: 20px;
}

#praha, #brno, #bratislava{
	cursor: pointer;
}

.all_filter select, .all_filter input, .all_filter button {
    width: 250px;
    padding-top: 10px;
    /* max-width: 180px; */
    margin-left: 0px;
    margin-right: 0px;
    margin: auto;
    text-align: center;
    display: block;
    border: 2px solid #004d75;
    color: #004d75;
    font-size: 18px;
    text-align: center;
    text-align-last: center;
    padding-bottom: 10px;
    margin-bottom: 15px;
    background-color: white;
    cursor: pointer;
}

.all_filter input[type="submit"], .all_filter button {
	background-color: #004d75;
	color: #fff;
}

.map {
    width: 65%;
    position: relative;
    display: grid;
}

.map img {
	width: 650px;
}

.all_filter{
	width: 35%;
	float: right;
}

.all_position{
    width: 31%;
    display: block;
    height: 120px;
    background-color: #4cbdb0;
    float: left;
    margin: 15px 1%;
    padding: 15px;
    color: #fff;
    cursor: pointer;
}

.all_position div{
	float: left;
	width: 90%;
}

.all_position h5{
	color: #fff;
	font-weight: 400;
	font-size: 18px;
}

.all_position i{
	float: right;
	margin-top: 35px;
}

a.all_position:hover h5{
	font-weight: 700;
}

#positions{
	clear: both;
}

#map{
	width: 500px;
	float: left;
	margin-bottom: 30px;
	margin-left: 0;
}

#region_responsive{
	display: none;
}

.position_form{
	padding: 6px 6px !important;
	width: 30%;
}

@media only screen and (max-width: 1270px)  {
	#map{
		width: 500px;
		float: none;
		margin-left: none;
	}
	.all_filter{
		width: 100%
	}
	.all_filter select, .all_filter input, .all_filter button{
		width: 31%;
    	float: left;
    	margin: 10px 1% 0px;
	}
	.all_jobs{
		text-align: center;
	}

}

@media only screen and (max-width: 1200px)  {
	.all_position {
    	width: 48%;
    }
    .position_form{
		width: 40%;
	}
}

@media only screen and (max-width: 840px)  {
	.detail_image{
		height: 330px;
	}
	#region_responsive{
		display: block;
	}
	.all_jobs img{
		display: none;
	}
	.all_filter select, .all_filter input, .all_filter button{
		width: 48%;
    	float: left;
    	margin: 10px 1% 0px;
	}
	.position_form{
		width: 50%;
	}
/*
	.map img {
		width: 450px;
	}
*/
}
/*
@media only screen and (max-width: 580px)  {
	.map img {
		width: 290px;
	}
}
*/

@media only screen and (max-width: 700px)  {
	.job_filter{
		display: block;
		padding-top: 5%;
		padding-bottom: 5%;
	}
	.detail_image{
		height: 250px;
	}
	.job_filter select[name=category]{
		margin-left: 10%;
	}
	.job_filter select, .job_filter input, .job_filter button{
		width: 80%;
		margin: 2% 10%;
	}
	.job_block .image{
		height: 200px;
	    width: 80%;
	    float: none;
	    display: block;
	    margin-left: 0px;
	    margin-right: 0px;
	    margin: auto;
		    background-size: cover;
    background-position: center center;
	}
	.job_block .image img {
	    width: 100%;
	    height: 130px;
	}
	.job_block .description{
		float: none;
		width: 80%;
		text-align: justify;
		margin-left: 0px;
		margin-right: 0px;
		margin: auto;
		text-align: justify;
		margin-top: 20px;
	}
	.job_block .button{
		margin-left: 0px;
		margin-right: 0px;
		margin: auto;
		margin-top: 15px;
		float: none;
		width: 80%;
	}
	.job_block h3{
		text-align: center;
	}
	.all_filter select, .all_filter input, .all_filter button{
		width: 98%;
		margin: 10px 1%;
	}
	.all_position{
		width: 98%;
		margin: 10px 1%;
	}
	#positions{
		padding-top: 30px;
	}
	 .position_form{
		width: 100%;
	}
}

#file0{
	display: block;
}
.fa-chevron-right{
    float: right;
    margin-top: 5px;
    color: #fff;
    margin-left: 0px;
    transition: all 300ms ease 0ms;
}
.button:hover .fa-chevron-right{
	display: block;
    color: #004c75;
    margin-left: 10px;
    transition: all 300ms ease 0ms;
}
.job_filter .fa-chevron-right, .all_filter .fa-chevron-right, .position_form  .fa-chevron-right{
	color: #004c75;
	margin-top: 2px;
}
.all_filter .fa-chevron-right{
	margin-top: 3px;
}
.job_filter button:hover .fa-chevron-right, .all_filter button:hover .fa-chevron-right, button.position_form:hover .fa-chevron-right{
	color: #fff;
}
button{
	cursor: pointer;
}
#formZajem div{
	margin-top: 10px;
}
input[type=file]{
    border: 1px solid #bbb;
    color: #4e4e4e;
    background-color: #fff;
}
option.strong{
	font-weight: 700;
}

@media only screen and (min-width: 1100px)  {
	.detail_image{
		height: 500px;
	}
}
@media only screen and (min-width: 1300px)  {
	.detail_image{
		height: 600px;
	}
}
@media only screen and (min-width: 1500px)  {
	.detail_image{
		height: 700px;
	}
}

div#vypis{
	margin-top: 30px;
	color: #ec5daa;
}

.detail .title{
	font-weight: 1000;
    color: #333;
    padding-top: 1em;
}

.detail ul{
	padding-bottom: 2em;
}

input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], input[type=number], select, textarea {
    background-color: #fff;
    border: 1px solid #bbb;
    padding: 2px;
    color: #4e4e4e;
}
