/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

* {
	box-sizing: border-box;
}

*:focus-visible {
	box-shadow: none !important;
	outline: 2px dotted #f15d2c !important;
}

*:focus:not(:focus-visible) {
	box-shadow: none !important;
	outline: none !important;
}

/**********************************************
					TEXT
**********************************************/
a:not(.w-nav-anchor):not(.w-socials-item-link):not(.w-toplink):not(.w-btn),
nav li:hover a, nav li a:focus-visible {
	text-decoration: underline;
	transition: 0s;
}

/* MAIN BIG HEADER */
.header-1 {
	color: #111;
	font-size: 80px;
	font-size: clamp(40px, 20px + 4vw, 80px);
	font-weight: 700;
	letter-spacing: -0.03em;
	margin: 0 0 20px;
	line-height: 1;
}

/* SECONDARY HEADER */
.header-2 {
	color: #444;
	font-size: 30px;
	font-size: clamp(28px, 22.5px + 0.75vw, 36px);
	font-weight: 700;
	letter-spacing: -0.02em;
	margin: 0 0 15px;
	padding: 0;
}

/* SUBHEAD */
.header-3 {
	/*color: #2870a4;*/
	color: #004e78;
	font-size: 28px;
	font-size: clamp(26px, 21px + 0.7vw, 32px);
	font-weight: 700;
	letter-spacing: -0.02em;
	margin: 0 0 15px;
	padding: 0;
}

/* SMALL SUBHEAD */
.header-4 {
	color: #444;
	font-size: 22px;
	font-size: clamp(20px, 16.5px + 0.55vw, 24px);
	font-weight: 700;
	letter-spacing: -0.02em;
	margin: 0 0 15px;
	padding: 0;
}

/* LARGE BODY */
.large-body {
	color: #444;
	font-size: 18px;
	font-size: clamp(17px, 13.5px + 0.45vw, 20px);
	font-weight: 300;
	line-height: 1.6;
	padding: 0;
}
.large-body:not(:last-of-type) {
	margin: 0 0 25px;
}

/* MAIN BODY */
p {
	color: #666;
	font-size: 15px;
	font-size: clamp(14px, 11.25px + 0.375vw, 16px);
	font-weight: 400;
	line-height: 1.6;
	padding: 0;
}
p:not(:last-of-type) {margin: 0 0 25px;}

/* HOME PAGE HERO */
#hero-content {}

.hero-header {
	color: #fff;
	font-size: 80px;
	font-size: clamp(30px, 5vw, 80px);
	font-weight: 700;
	letter-spacing: -0.03em;
	margin: 0 0 30px;
	line-height: 1;
}
.hero-body {
	color: #fff;
	font-size: 22px;
	font-size: clamp(15px, 14px + 0.5vw, 22px);
	font-weight: 300;
	line-height: 1.8;
	padding: 0;
	
}



/**********************************************
					SECTIONS
**********************************************/

/* WHITE ROW */
.white-row {
	padding-top: 125px;
	padding-bottom: 150px;
}

/* DARK ROW */
.row-dark {
	background-color: #111;
	padding-top: 100px;
	padding-bottom: 125px;
}
.row-dark-card {
	border: 1px solid #fff;
	box-shadow: 10px 20px 20px rgba(0,0,0,0.15);
	padding: 100px 0;
}
.row-dark-card h1, .dark-header h1 {
	background-color: transparent;
	color: #fff;
	padding: 0;
}
.row-dark-card h2, .row-dark-card h3, .row-dark-card h4, .row-dark-card h5, .row-dark-card h6 {
	color: #eee;
}
.row-dark-card p, .row-dark-card ul, .row-dark-card ol {
	color: #aaa;
}

/* RULE ABOVE */
.rule-above:before {
	border-bottom: 3px solid #f15d2c;
	content: '';
	display: block;
	left: 0;
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative;
	width: 200px;
}

/* HEADER / IMAGE */
.header-w-img {
	
}
.header-w-img img {
	
}




/**********************************************
					FOOTER
**********************************************/
footer p {color: #aaa;}
footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {color: white !important;}

/* FOOTER FORM */
.contact-form {margin-top: 20px;}

.contact-form label {
	color: #aaa !important;
	font-family: 'Arimo', sans-serif;
	font-size: 15px !important;
	font-weight: 700;
	opacity: 1;
	text-transform: uppercase;
}
/*.contact-form input::-moz-placeholder, .contact-form textarea::-moz-placeholder {
	color: #aaa !important; font-family: 'Arimo', sans-serif; font-size: 15px !important; font-weight: 700; opacity: 1; text-transform: uppercase;
}
.contact-form input:-ms-input-placeholder, .contact-form textarea:-ms-input-placeholder {
	color: #aaa !important; font-family: 'Arimo', sans-serif; font-size: 15px !important; font-weight: 700; opacity: 1; text-transform: uppercase;
}*/
.contact-form input, .contact-form textarea, .contact-form input:-internal-autofill-selected {
	background-color: transparent;
	border-color: #888;
	color: #fff;
	font-size: 16px;
	padding: 6px;
	line-height: 1;
}
.contact-form select {
	background: #fff;
	font-family: 'Arimo', sans-serif;
	font-weight: 600;
	line-height: 1;
	position: relative;
	text-transform: uppercase;
	-webkit-appearance: none !important;
}

.contact-form .evf-field:not(:first-of-type) {
	margin-top: 6px;
}

.contact-form div.evf-field-select {position: relative;}
.contact-form div.evf-field-select:after {
	content: '\f0dd';
	display: block;
	font-family: "fontawesome";
	font-weight: 600;
	line-height: 40px;
	position: absolute;
	right: 0;
	top: 0;
}
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus {
	box-shadow: none !important;
}
.contact-form button[type="submit"] {
	font-size: 16px!important;
	font-weight: 700!important;
	border-radius: 0em!important;
	padding: 0.6em 1.5em!important;
	color: #fff !important;
	background: #f15d2c!important;
	border-color: transparent!important;
}
.contact-form button[type="submit"]:hover,
.contact-form button[type="submit"]:focus-visible {
	background: #348fce!important;
}

.contact-form .evf-honeypot-container.evf-field-hp {
	display: none;
}

.contact-form .evf-recaptcha-container, .contact-form .evf-submit-container {
	margin-top: 1rem;
}

.contact-form .everest-forms .everest-forms-notice--success {
	margin-top: 1rem;
}

.contact-form .everest-forms .everest-forms-notice--success::before {
	display: none;
}

.nomargin, .nomargin h1, .nomargin h2, .nomargin h3, .nomargin h4, .nomargin h5, .nomargin h6, .nomargin p {margin: 0;}




/**********************************************
				RESPONSIVE
**********************************************/
@media only screen and (max-width: 767px) {
	.contact-form .evf-frontend-row {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}
@media only screen and (max-width: 600px) {
	.row-dark-card {
		border: none;
		padding: 0;
	}
	.header-w-img .wpb_text_column {
		width: 100%;
	}
	.header-w-img img {
		margin-top: 1rem;
	}
}













