/*
 * SINGLE CAREER CENTER VACANCY
*/

@import 'header_block.css';
@import 'bottom_sec.css';

#post-sec{
	position: relative;
	padding: 50px 0;
}
#post-sec .sec-title{
	margin: 0 0 28px;
}
.thumb-block{
	border-radius: 20px;
	max-width: 100%;
	overflow: hidden;
}
.thumb-block img{
	max-width: 100%;
}
.post-date{
	font-size: 10.5px;
	color: #A5B6BE;
	margin-bottom: 14px;
}
.entry-content > *{
	margin-top: 0;
	font-size: 13.5px;
	line-height: 2em;
}
.entry-content > *:not(:last-child){
	margin-bottom: 2em;
}
.entry-content > *:last-child{
	margin-bottom: 0;
}
.entry-content > h2,
.entry-content > h3,
.entry-content > h4,
.entry-content > h5,
.entry-content > h6{
	margin: 0;
	font-size: 15px;
}
#comments{
	display: block;
}
article .entry-title{
	font-size: 24px;
	line-height: 1.3em;
	margin: 0 0 5px;
}

.lists-sec .list-block{
	padding: 22px 20px 39px 20px;
	border-radius: 20px;
	-webkit-box-shadow: 0 0 35px 0 rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 35px 0 rgba(0,0,0,0.1);
	box-shadow: 0 0 35px 0 rgba(0,0,0,0.1);
}
.lists-sec .list-col{
	margin-bottom: 30px;
}

.lists-sec .list__icon{
	width: 45px;
	height: 45px;
	margin: 0 auto;
	margin-bottom: 20px;
	position: relative;
}
.lists-sec .list__icon img{
	display: block;
	position: absolute;
	max-width: 100%;
	max-height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
}
.list-block__title{
	font-size: 15px;
	line-height: 1.5em;
	font-weight: 600;
	display: block;
	margin-bottom: 6px;
}
.list-block__list{
	padding-top: 20px;
	border-top: 1px solid #DCE8EE;
}
.lists-sec ul{
	font-size: 13.5px;
	line-height: 1.44em;
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.lists-sec ul li{
	margin-bottom: 5px;
	padding-left: 21px;
	position: relative;
}
.lists-sec ul li:before{
	content: '';
	position: absolute;
	top: .5em;
	left: 0;
	width: .5em;
	height: .5em;
	border-radius: 50%;
	background-color: #3F5BA9;
}

.text-after-lists-sec{
	padding: 0 0 50px 0;
}


#form-sec{
	padding: 0 0 50px 0;
}
#form-sec .sec-title{
	text-align: center;
	margin-bottom: 28px;
}

@media screen and (min-width: 576px){

	.comment-form-author,
	.comment-form-email{
		width: calc(50% - 15px);
	}
	.comment-form-author{
		margin-right: 30px;
	}

	article .entry-title{
		font-size: 26px;
	}
}
@media screen and (min-width: 768px){
	article .entry-title{
	    font-size: 28px;
	}
	.lists-sec .list-block{
		display: table;
		width: 100%;
	}
	.lists-sec .list-block > *{
		display: table-cell;
		vertical-align: middle;
	}
	.lists-sec .list__icon{
		width: 112px;
	}
	.lists-sec .list__icon img{
		max-width: 45px;
		max-height: 45px;
		left: 20px;
		transform: translate(0,-50%);
		-ms-transform: translate(0,-50%);
	}
	.list-block__list{
		padding: 0 0 0 45px;
		border-top: 0;
		border-left: 1px solid #DCE8EE;
	}

}
@media screen and (min-width: 992px){
	.thumb-block{
		max-width: 50%;
		float: right;
		margin-left: 72px;
		margin-bottom: 50px;
	}
	.lists-sec .list-col{
		margin-bottom: 45px;
	}
	article .entry-title{
    	font-size: 30px;
	}
	.text-after-lists-sec{
		padding: 0 0 45px;
	}
	.lists-sec ul{
		columns: 2;
		-webkit-columns: 2;
		-moz-columns: 2;
	}
	#form-sec{
		padding: 45px 0;
	}
	#contact-us-sec{
		padding-top: 138px;
	}
}
@media screen and (min-width: 1200px){
	#post-sec{
		padding: 93px 0 46px;
	}
	article .entry-title{
    	font-size: 32px;
	}
}