/* ip header */

/* */
#inner-page-wrapper {
	margin-bottom: 0;
}

#inner-page-wrapper > .container {
	width: 100%;
	padding: 0;
}

.section-title h2 strong {
    display: inline-block;
}

.ip-chv-top {
	position: relative;
	padding: 31px 0 0;
}
	
	.ip-chv-container {
		display: flex;
		flex-flow: row wrap;
		align-items: flex-start;
	}
		.ip-chv-top-photo {
			width: 28.813%;
			position: relative;
		}
			.ip-chv-top-photo:after {
				position: absolute;
				content: '';
				background: var(--gradient-1);
				width: 71%;
				height: 50px;
				top: -50px;
			}
			.ip-ab-section-img {
				overflow: hidden;
				width: 100%;
				box-shadow: 17px 0 40px rgba(0, 0, 0, 0.2);
			}
			.ip-chv-top-photo.ip-chv-top-left {
				order: 1;
			}
				.ip-chv-top-photo.ip-chv-top-left:after {
					left: 0;
				}
				.ip-chv-top-photo.ip-chv-top-left .ip-ab-section-img {
					border-top-right-radius: 10px;
					border-bottom-right-radius: 10px;	
				}
			.ip-chv-top-photo.ip-chv-top-right {
				order: 3;
			}
				.ip-chv-top-photo.ip-chv-top-right:after {
					right: 0;
				}
				.ip-chv-top-photo.ip-chv-top-right .ip-ab-section-img {
					border-top-left-radius: 10px;
					border-bottom-left-radius: 10px;
				}
		.ip-chv-top-center {
			width: 42.374%;
			order: 2;
			align-self: center;
			position: relative;
		}
			/*.ip-chv-top-center .section-title.text-center h2 {
			    font-size: min(6.875vw, 110px);
			    line-height: 0.818181818181818;
			}*/
			.ip-chv-top-center .section-title.text-center h2 small {
			    color: #afa5a5;
			}

			.ip-chv-top-center::before {
				content: '';
				position: absolute;
				background: url(../../images/site-monogram.png) no-repeat;
				width: 445px;
				max-width: 95%;
				height: 812px;
				background-size: contain;
				top: -27%;
				left: 50%;
				transform: translate(-50%,0);
				opacity: .05;
				pointer-events: none;
			}


.ip-chv-form {
	margin: 77px 0 98px;
}
	.ip-chv-form form {
		display: flex;
		flex-flow: row wrap;
		align-items: flex-start;
		justify-content: center;
		margin: 0 -15px;
	}
		.ip-chv-form-field {
			padding: 0 15px;
			margin-bottom: 43px;
		}
			.ip-chv-form-field label {
				display: block;
			}
			.ip-chv-form-field.field-6 {
				width: 50%;
			}
			.ip-chv-form-field.field-12 {
				width: 100%;
			}
			.ip-chv-form-field small {
				display: block;
				font-size: 28px;
				letter-spacing: 0.025em;
				line-height: 1.142857142857143;
				color: #454545;
				font-family: var(--font-family-title);
			}
			.ip-chv-form-field input {
			    width: 100%;
			    height: 56px;
			    border: none;
			    font-size: 28px;
			    letter-spacing: 0.025em;
			    line-height: 1.142857142857143;
			    color: #000;
			    border-bottom: 2px solid rgba(0,0,0,0.17);
			    background: transparent;
			}
.ip-chv-form-field textarea {
	width: 100%;
			    border: none;
			    font-size: 28px;
			    letter-spacing: 0.025em;
			    line-height: 1.142857142857143;
			    color: #000;
			    border-bottom: 2px solid rgba(0,0,0,0.17);
			    background: transparent;
}

			.ip-chv-form form .section-btn {
			    position: relative;
			    letter-spacing: 0.15em;
			    font-size: 16px;
			    font-weight: 700;
			    margin: 15px 0 0;
			}

			.ip-chv-form form .section-btn input {
			    position: absolute;
			    top: 0;
			    left: 0;
			    width: 100%;
			    height: 100%;
			    opacity: 0;
			}

			.ip-chv-form form .section-btn .ajax-loader, .ip-chv-form form .section-btn .wpcf7-spinner {
			    position: absolute;
			    bottom: -30px;
			    left: 0;
			    right: 0;
			    margin: auto;
			}

			.ip-chv-form form .section-btn:not(:hover) {
			    color: var(--primary);
			}

		.use-floating-validation-tip .wpcf7-not-valid-tip {
		    position: absolute;
		    width: auto;
		    top: 30%;
		}
		.ip-chv-form .wpcf7 form .wpcf7-response-output {
		    width: 100%;
		    margin: 20px 0 0;
		    text-align: center;
		}

@media(min-width: 992px) {
	.ip-chv-top-center .section-title.text-center h2 {
	    font-size: min(6.875vw, 110px);
	    line-height: 0.818181818181818;
	}
}

/*@media(max-width: 1440px) {

}*/

@media(max-width:1366px) {

}

@media(max-width:1280px) {

}

@media(max-width:1199px) {

}


@media(max-width: 991px) {
	.ip-container #breadcrumbs {
	    padding: 0 15px;
	}
	.ip-chv-top-photo.ip-chv-top-left {
	    order: 1;
	    width: 48%;
	    margin-right: auto;
	}
	.ip-chv-top-photo.ip-chv-top-right {
	    order: 2;
	    width: 48%;
	    margin-left: auto;
	}
	.ip-chv-top-photo:after {
	    top: initial;
	    bottom: 100%;
	    height: 8vw;
	    max-height: 40px;
	}
	.ip-chv-top-center {
	    order: 3;
	    width: 100%;
	    margin: 70px 0 0;
	}
		.ip-chv-top-center .section-title.text-center h2 {
			font-size: 60px;
		}
	.ip-chv-form {
	    margin-top: 20px;
	}
		.ip-chv-form-field {
			margin-bottom: 15px;
		}
		.ip-chv-form-field.field-6 {
			width: 100%;
		}

	.ip-chv-form-field small,
	.ip-chv-form-field input {
		font-size: 18px;
	}
}

@media(max-width: 650px) {
	
}