/*******************************************************
 *
 * Home Valuation Template
 *
 *******************************************************/

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

.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;
}

#inner-page-wrapper > .container {
	width: 100%;
	padding: 0;
}

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

#content-full {
	margin-top: 0;
}

.opt-wrap > .opt-policy {
	display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  clear: both;
  gap: 10px;
  padding-bottom: 15px;
  padding-top: 15px;
}
.opt-box .wpcf7-list-item-label {
	display: none !important;
}
.opt-policy .opt-box input {
	margin: 0;
}
.opt-policy .opt-txt {
  /*color: initial;*/
  text-align: justify;
  line-height: 1.2;
	font-size: 12px;
}
.opt-policy .opt-txt a {
    font-weight: bold;
	/*color: initial;*/
}
.ai-contact-wrap .opt-box span {
	line-height: 0
}
.opt-policy .wpcf7-list-item {
margin: 0;
}

.se-title {
	color: #000;
	text-transform: uppercase;
	font-family: var(--font-family-title);
	font-size: 40px;
	letter-spacing: 3px;
	line-height: 1.3;
	margin-bottom: 40px;
}

.he-wrapper {
	display: flex;
	justify-content: space-between;
	gap: 5%;
	padding-top: 80px;
}

.he-wrapper > div {
	width: 50%;	
}

.he-text {
	padding-right: 10%;
	display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.he-form-field {
	display: flex;
	align-items: center;
	border: 1px solid #000;
	padding: 8px 13px;
	max-width: 450px;
}

.he-form-field i {
	font-style: normal !important;
	margin-right: 15px;
	font-size: 25px;
}

.he-form-field input {
	border: none;
	background: transparent;
	appearance: none;
	text-transform: uppercase;
	color: #919191;
	font-size: 16px;
	letter-spacing: 0.05em;
	width: 100%;
}

.he-form-sub {
	margin-top: 40px;
}

.he-form-sub input {
	background: #cae9ef;
	border: 0;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #686868;
	font-size: 20px;
	font-weight: 600;
	border-radius: 30px;
	padding: 8px 10px;
	max-width: 250px;
	width: 100%;
}

.he-subscribe-form {
	margin-top: 40px;
}

.opt-wrap {
	margin-top: 10px;
}

.he-text p {
	font-size: 15px;
	letter-spacing: 0.05em;
}

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

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

@media only screen and (max-width: 991px) {
	.he-form-sub .wpcf7-spinner {
		position: absolute;
	}
	
	.he-wrapper {
		padding-top: 30px;
		flex-direction: column;
	}
	
	.he-wrapper > div {
		width: 100%;
	}
	
	.he-photo .img-wrapper canvas {
		aspect-ratio: 924/590;
	}
	
	.he-text {
		padding-right: 30px;
		padding-left: 30px;
		margin-top: 50px;
		text-align: center;
		display: flex;
	  flex-direction: column;
	  gap: 50px;
	  align-items: center;
	}
	
	.he-form-field {
		margin: 0 auto;
	}
}


/* 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) {
	
}