/*******************************************************
 *
 * Recruitment
 *
 *******************************************************/


.recruitment-banner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	z-index: 2;
	color: #fff;
	width: 100%;
  	padding: 20px 15px;
	display: block;
}

.banner-title {
	font: 400 50px/1.5 var(--heading-font);
	text-transform: uppercase;
}

.banner-sub-title {
	font: 400 35px/1.2 var(--heading-font);
	text-transform: uppercase;
}

.recruitment-banner p {
	font-size: 18px;
	margin: 20px 0 30px;
}

.ip-banner canvas {
	aspect-ratio: 1600/601;
}

.recruitment-banner .site-btn.is-btn-white {
	background: #fff;
	color: #3d3d3d;
}

#content .entry-title {
	display: none;
}

.img-wrapper {
    position: relative;
    overflow: hidden;
}

.img-wrapper canvas {
    display: block;
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.img-wrapper img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    position: absolute;
    top: 0;
    left: 0;
}

.recruitment-container {
	display: block;
	position: relative;
	margin: 50px 0 70px;
}

.recruitment-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 95px;
}

.recruitment-item:last-child {
	margin-bottom: 0;
}

.recruitment-item > div {
	width: 50%;
}

.recruitment-item:nth-child(even) {
	flex-direction: row-reverse;
}

.recruitment-text {
	padding: 50px 0 50px 80px;
}

.recruitment-item:nth-child(even) .recruitment-text {
	padding: 50px 80px 50px 0;
}

.recruitment-text-title {
	font: 400 40px/1.2 var(--heading-font);
	text-transform: uppercase;
}

.recruitment-text ul {
	margin-left: 20px !important;
	font-size: 16px;
}

.recruitment-form {
	display: block;
	margin-top: 90px;
}

.recruitment-form-content {
	position: relative;
	display: block;
	text-align: center;
}

.recruitment-form-form {
	width: 50%;
	margin: auto;
	font-size: 0;
	margin-top: 50px;
}

.recruitment-input {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 20px;
}

.recruitment-sm {
	width: calc( 50% - 15px );
	margin-right: 30px;	
}

.recruitment-nomar {
	margin-right: 0;
}

.recruitment-lg {
	width: 100%;
}

.recruitment-input input, 
.recruitment-input select, 
.recruitment-input textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid transparent;
	border-bottom: 1px solid #000000;
	background: none;
	font-size: 16px;
	color: #000000;
	letter-spacing: 0.1em;
	padding: 0 5px;
	outline: none;
	width: 100%;
	height: 52px;
	transition: all 0.3s ease-in-out;
}

.recruitment-btn input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	min-width: 192px;
	height: 50px;
	font-size: 14px;
	color: #ffffff;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	background: var(--secondary-color);
	display: block;
	margin: 32px auto auto;
	padding: 10px;
}

.recruitment-btn input[type="submit"]:hover {
	background: var( --secondary-color-dark);
	opacity: 0.8;
}

.recruitment-form-form .wpcf7 form .wpcf7-response-output {
    font-size: 14px;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
	font-size: 12px;
}




/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/

/* iPad(portrait) | Galaxy Tab 4(portrait)  */

@media only screen and (max-width: 991px) {
	.recruitment-container {
		margin-top: 0;
	}
	
	.recruitment-item,
	.recruitment-item:nth-child(even) {
		flex-direction: column;
	}
	
	.recruitment-item {
		margin-bottom: 50px;
	}
	
	.recruitment-item > div {
		width: 100%;
	}

	.recruitment-text {
		padding: 30px 0;
	}

	.recruitment-item:nth-child(even) .recruitment-text {
		padding: 30px 0;
	}
	
	.ip-banner canvas {
		min-height: 500px;
	}
	
	.banner-title {
		font-size: 35px;
		line-height: 1;
		margin-bottom: 10px;
	}
	
	.banner-sub-title {
		font-size: 25px;
		line-height: 1;
	}
	
	.recruitment-banner p {
		font-size: 16px;
		margin: 15px 0 20px;
		line-height: 1.5;
	}
	
	.recruitment-form {
		margin-top: 40px;
	}
	
	.recruitment-form-form {
		width: 100%;
	}
}


/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */

@media only screen and (max-width: 767px) {	
	
}

@media only screen and (max-width: 567px) {	
	
}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */

@media only screen and (max-width: 480px) {
	
}