/*
 Theme Name:   HumanRights Child
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  HumanRights Child Theme
 Author:       WPCharming
 Author URI:   http://www.wpcharming.com
 Template:     HumanRights
 Version:      1.0.0
 Tags:two-columns, left-sidebar, right-sidebar, light, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
 Text Domain:  wpcharming-child
*/
.ul-reset {
	margin: 0px;
	padding: 0;
	list-style: none;
}
.jobpost-list {
	display: flex;
	flex-wrap: wrap;
	margin: 50px 0;
}
.jobpost-list > li {
	margin: 0px;
	margin: 10px 0;
	flex: 0 0 33.33%;
	max-width: 33.33%;
}
.jobpost {
	display: flex;
	height: 100%;
	flex-direction: column;
	margin: 10px;
	border: 1px solid #eaeaea;
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
	transition: all 0.3s;
}
.jobpost:hover {
	box-shadow: 0 10px 10px 5px rgba(0, 0, 0, 0.1);
}
.jobpost__image {
	background: #fff;
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid #eaeaea;
	padding: 20px;
}
.jobpost__image img {
	margin: 0 auto;
}
.jobpost__category {
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.jobpost__category {
	text-align: right;
}
.jobpost__category .button {
	padding: 10px;
	background: #222;
	color: #fff;
	border-radius: 5px;
	font-size: 14px;
	font-weight: 600;
}
.jobpost__category .button.sm-button {
	padding: 5px 10px;
	background: #b00f14;
	font-size: 12px;
}
.jobpost__content {
	padding: 20px;
	display: flex;
	flex-direction: column;
	flex: 1;
}
.jobpost__title {
	font-size: 15px;
	line-height: 20px;
	color: #b00f14;
	font-weight: 800;
	display: block;
}
.jobpost__info {
	display: flex;
	margin: 10px 0px 0;
	flex-direction: column;
}
.jobpost__info > li {
	display: flex;
	margin: 0px;
}
.jobpost__info > li label {
	color: #888;
	font-weight: 600;
	font-size: 14px;
	margin: 0px;
}
.jobpost__info > li span {
	color: #666;
	font-size: 14px;
	margin-left: 10px;
}
.jobpost__info > li + li {
	margin-top: 5px;
}
.jobpost__action {
	flex: 0;
	margin-top: auto;
}
.jobpost__action .button {
	height: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #eaeaea;
	color: #000;
	text-transform: uppercase;
	padding: 0 20px;
	font-weight: 600;
	border-radius: 5px;
}
.jobpost__action .button:hover {
	background: #dadada;
}

.job__header {
	display: flex;
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 20px;
	margin-bottom: 20px;
	align-items: center;
	justify-content: space-between;
}
.job__title {
	margin-right: 20px;
}
.job__title a {
	font-size: 20px;
	font-weight: 800;
}
.job__box {
	border: 1px solid #dadada;
}
.job__box + .job__box {
	margin-top: 30px;
}
.job__label {
	display: flex;
	align-items: center;
	font-size: 16px;
	margin-bottom: 5px;
	background: #b00f14;
	color: #fff;
	padding: 10px 20px;
}
.job__label i {
	font-size: 25px;
	margin-right: 10px;
}
.job__text {
	font-size: 16px;
}
#job-apply .modal-header,#enquiry-now .modal-header{
	display: flex;
	width: 100%;
	position: relative;
}
#job-apply .modal-header .close {
	position: absolute;
	right: 0;
	top: 0;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.job__apply .btn {
	border-color: #b00f14 !important;
	color: #b00f14;
}
.job__apply .btn:hover {
	background-color: #b00f14 !important;
	color: #fff !important;
}
.gform_button {
	color: #fff !important;
}
.job__box__action {
	margin-top: 20px;
}
.job__box__content {
	padding: 10px 20px;
}
.gform_body label.gfield_label {
	margin-bottom: 0px !important;
}
body .gform_wrapper .top_label div.ginput_container {
	margin-top: 0px !important;
}
.gf_readonly input[type="text"] {
	cursor: not-allowed;
	pointer-events: none;
}
.jobpost-list article {
	height: 100% !important;
	padding: 0px !important;
	border: none !important;
	margin: 0px !important;
}
@media (max-width: 992px) {
	.jobpost-list > li {
		flex: 0 0 50%;
		max-width: 50%;
	}
}
@media (max-width: 568px) {
	.jobpost-list > li {
		flex: 0 0 100%;
		max-width: 100%;
		margin: 0px;
	}
	.jobpost__title {
		font-size: 16px;
		line-height: 20px;
	}
	.jobpost {
		height: auto;
	}
	.jobpost__content {
		padding: 10px;
	}
	.jobpost__info > li label {
		flex: 0 0 80px;
		max-width: 80px;
	}
	.job__title {
		margin-left: 10px;
	}
	.job__title a {
		font-size: 18px;
		line-height: 22px;
	}
	.jobpost__action {
		margin-top: 10px;
	}
}
