/*
 * Template Name: Join Our Team
 */

#inner-page-wrapper{
	margin-bottom: 0;
}
#inner-page-wrapper > .container{
	width: 100%;
	padding: 0 0;
}
.ip-container #breadcrumbs {
    margin: 0 auto 30px auto;
    padding: 0 15px;
    max-width: 1300px;
    width: 100%;
}
#ip-tupr{}
.jot-inner{
	width: 1300px;
	margin: 0 auto;
	max-width: calc(100% - 30px);
}

.intro-inner{
	position: relative;
}
.jot-top{
	position: relative;
}
.jot-top-bg{
	position: absolute;
	z-index: 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	pointer-events: none;
}
.intro-bg:before{
	content:'';
	display: block;
	position: absolute;
	z-index: 0;
	top: max(-5.75vw,-92px);
	right: max(-9.8125vw,-157px);
	bottom: max(-5.75vw,-92px);
	width: min(27.8125vw,445px);
	background: url(../../images/turnkey-program/tupr-logo_accent.png) center center no-repeat;
	background-size: 100% auto;
	opacity: 0.05;
}
.intro-bg{
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	pointer-events: none;
}
.intro-l{
	position: relative;
	z-index: 1
}
.intro-content{}
.intro-title{}
.intro-title h2{
	color: #454545;
    font-size: 110px;
    font-family: var(--font-family-title);
}
.intro-title h2 small{
	display: block;
	text-transform: uppercase;
	color: #afa5a5;
	font-weight: 700;
	font-size: 0.182em;
	letter-spacing: 0.250em;
    font-family: var(--font-family-default);
}
.intro-title h2 span{
	color: var(--primary);
}

.intro-desc{
	font-size: 18px;
	line-height: 2;
	letter-spacing: 0.050em;
	color: #454545;
	margin: 38px 0 0;
}

.intro-r{
	position: relative;
	z-index: 3;
}
.intro-photo{
	position: relative;
}
.intro-photo img{
	display: block;
	width: 100%;
	height: auto;
}
.jot-fillup{
	position: relative;
	padding: 150px 0 84px;
}
.jot-fillup:before{
	content:'';
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../../images/join-our-team/jot-bg_01.jpg) center center no-repeat;
	background-size: cover;
	opacity: 0.53;
}
.jot-fillup:after{
	content:'';
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,1) 10%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,1) 90%);
}
.jot-content{
	width: 1140px;
	margin: 0 auto;
	max-width: calc(100% - 30px);
	position: relative;
	z-index: 2;
}
.jot-form{}
.jot-form .wpcf7-form-control-wrap{
	display: block;
}
.jot-row{
	margin: 43px 0 0;
}
.jot-row:first-child{
	margin: 0 0 0;
}
.jot-row.dual{
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-between;
}
.jot-row.dual > div{
	width: calc(50% - 15px);
}
.jot-row.dual > div:first-child{
	margin: 0 0 0;
}
.jot-row label{
	display: block;
	font-family: var(--font-family-title);
	font-size: 28px;
	letter-spacing: 0.025em;
	line-height: 1.143;
}
.jot-row input[type="email"],
.jot-row input[type="tel"],
.jot-row input[type="text"]{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	width: 100%;
	border: 0;
	border-bottom: 1px solid #cecece;
	padding: 0 0 0;
	outline: 0;
	height: 55px;
	background: none;
}
.jot-row.msg{}
.jot-row textarea{
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #cecece;
    padding: 20px 0 0;
    outline: 0;
    height: 135px;
    resize: none;
    background: none;
}
.jot-row.button{
	display: flex;
	flex-flow: column wrap;
	align-items: center;
	justify-content: center;
}
.jot-row.button button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 192px;
    height: 66px;
    border: 2px solid #cecece;
    color: #a07167;
    font-size: 16px;
    letter-spacing: 0.250em;
    background: none;
    position: relative;
    padding: 0 0;
    outline: 0;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 20px;
}
.jot-row.button button:hover{
	color: #000;
}
.jot-row.button button:before{
	content:'';
	display: block;
	position: absolute;
	z-index: 0;
	top: -2px;
	left: -2px;
	right: -2px;
	bottom: -2px;
	background: rgb(160,113,103);
    background: linear-gradient(90deg, rgba(160,113,103,1) 0%, rgba(229,189,176,1) 50%, rgba(160,113,103,1) 100%);
    opacity: 0;
    border-radius: 20px;
}
.jot-row.button button:hover:before{
	opacity: 1;
}
.jot-row.button button span{
	position: relative;
	z-index: 1;
}
.jot-row.button button:hover span{}
@media only screen and (min-width: 992px) {
	.intro-inner{
		display: flex;
		flex-flow: row-reverse wrap;
		align-items: center;
		justify-content: center;
		min-height: 85vh;
	}
	.intro-l{
		width: 55.615%;
	}
	.intro-r{
		width: 44.385%;
	}
	.intro-content{
		padding: 0 0 0 47px;
	}

	.intro-photo:before{
		content:'';
		display: block;
		width: min(25.5625vw,409px);
		height: 53px;
		background: rgb(160,113,103);
		background: linear-gradient(90deg, rgba(160,113,103,1) 0%, rgba(229,189,176,1) 50%, rgba(160,113,103,1) 100%);
		position: absolute;
		z-index: 0;
		top: 100%;
		left: 0;
	}
	.jot-offers{
		padding: 164px 0 0;
	}
	.offers-list{
		display: flex;
		flex-flow: row wrap;
		align-items: flex-start;
		justify-content: flex-start;
	}
	.offers-list > div {
	    width: 25%;
	}
	.offers-list > div:nth-child(n + 5){
		margin: 21px 0 0;
	}
}
@media only screen and (min-width: 1200px) {}
@media only screen and (max-width: 1199px) {
	.intro-title h2 {
	    font-size: 80px;
	}
}
@media only screen and (max-width: 991px) {
	.intro-content {
	    text-align: center;
	    padding: 0 0 30px;
	}
	.intro-photo {
	    max-width: 500px;
	    margin: 0 auto;
	}
}
@media only screen and (max-width: 767px) {

	.jot-row {
	    margin: 20px 0 0;
	}
	.jot-row label {
	    font-size: 20px;
	}
	.jot-row.dual > div {
	    width: 100%;
	    margin: 20px 0 0;
	}
	.jot-row input[type="email"],
	.jot-row input[type="tel"],
	.jot-row input[type="text"]{
		font-size: 17px;
	}
}
@media only screen and (max-width: 567px) {
	.intro-title h2 {
	    font-size: 70px;
	}
}
@media only screen and (max-width: 480px) {
	.intro-title h2 {
	    font-size: 45px;
	}
	.intro-title h2 small {
	    font-size: 0.31em;
	    margin: 0 0 5px;
	    letter-spacing: 0.050em;
	}
}