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

/*Add your own styles here:*/

.l-canvas {
	overflow-x: hidden;
}

/* Header */

.l-subheader.with_centering_tablets .l-subheader-cell:empty {
	display: flex;
}


/* Nav */

.w-nav.type_desktop .w-nav-anchor.level_1 .w-nav-arrow:before {
	font-size: 1.2em;
}
.w-nav-arrow:before {
	font-weight: 300;
}


div.wpforms-container-full .wpforms-form button[type=submit] {
	background-color: #7E3049;
	border-radius: 0.1em;
    padding: 0.7em 1.4em;
}
div.wpforms-container-full .wpforms-form button[type=submit]:hover {
	background-color: #32141D;
}

/* Misc */

.l-section.for_sidebar > .l-section-h .l-section {
	padding-left: 0;
	padding-right: 0;
}

/* Footer Mailchimp */

.l-footer .edit-link {
	display: none;
}

.l-footer .yikes-easy-mc-form input[type=email] {
	margin-bottom: 0;
	padding: 0 0.8rem;
	border: none;
}

.l-footer .yikes-easy-mc-form label {
	margin-bottom: 0;
}

.l-footer .yikes-easy-mc-form .submit-button-inline-label .yikes-easy-mc-submit-button {
	margin-bottom: 0;
	padding: 0.86em 1.4em;
}



/* ===== Media Queries ===== */


@media (max-width: 1365px) and (min-width: 1024px) {
	.vc_inner.home-services-inner {
		margin-left: calc(-1.5rem - 14px) !important;
		margin-right: calc(-1.5rem - 14px) !important;
	}
}

@media (max-width: 1299px) and (min-width: 1200px) {
	.l-subheader-cell.at_right .us-btn-style_2,
	.l-subheader-cell.at_right .us-btn-style_3 {
		padding: 0.7em 1em;
	}
	.l-header:not(.sticky) .ush_image_1 {
	    height: 60px!important;
	}
	.l-body.header_hor .ush_menu_1.type_desktop .menu-item.level_1>a:not(.w-btn) {
	    padding-left: 15px;
	    padding-right: 15px;
	}
}

@media (max-width: 1199px) and (min-width: 1024px) {
	.l-subheader-cell.at_right .us-btn-style_2,
	.l-subheader-cell.at_right .us-btn-style_3 {
		padding: 0.7em .7em;
	}
	.l-header:not(.sticky) .ush_image_1 {
	    height: 54px!important;
	}
	.l-body.header_hor .ush_menu_1.type_desktop .menu-item.level_1>a:not(.w-btn) {
	    padding-left: 12px;
	    padding-right: 12px;
	}
}

@media (max-width: 1023px) and (min-width: 768px) {
	.l-footer .w-hwrapper > .l-section {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (min-width: 900px) {
	.footer-subscribe-title h3 {
		text-align: right;
	}
}

@media (max-width: 899px) and (min-width: 600px) {
	.l-header .l-subheader.at_top {
		background: #32141d;
	}

	.l-header .l-subheader.at_top .us-btn-style_2,
	.l-header .l-subheader.at_top .us-btn-style_3 {
		padding: 0.7em 0.7em;
	}
	.l-subheader.at_top .w-btn i {
		display: none;
	}
	.home .w-grid.cols_3 article:last-child {
		display: none;
	}
}

@media (min-width: 768px) {
	.l-footer .yikes-easy-mc-form.yikes-mailchimp-form-inline {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.l-footer .yikes-easy-mc-form .submit-button-inline-label {
		width: auto;
		min-width: inherit;
		-ms-flex-preferred-size: 25%;
		    flex-basis: 25%;
	}
}

@media (max-width: 768px) {

	.l-footer .yikes-easy-mc-form label.label-inline {
	    width: 100%;
	    padding-right: 0;
	    margin-bottom: .6rem;
	}
}

@media (max-width: 767px) {
	.footer-subscribe-title h3 {
		text-align: center;
	}
}

@media (max-width: 767px) and (min-width: 600px) {
	.l-footer .call-text-sch-hwrapper {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}

	.l-footer .call-text-sch-hwrapper > .w-btn-wrapper {
		margin-right: 0 !important;
	}

	.l-footer .call-text-sch-hwrapper > .w-btn-wrapper > .w-btn {
		min-width: 220px;
	}
}

@media (max-width: 599px) {
	.l-header .l-subheader.at_top {
		background: #32141d !important;
	}

	.l-header .l-subheader.at_top .us-btn-style_2,
	.l-header .l-subheader.at_top .us-btn-style_3 {
		padding: 0.4em 0.7em !important;
		font-size: 14px;
	}

	.l-subheader.at_top .w-btn i {
		display: none !important;
	}

	.l-footer .call-text-sch-hwrapper {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}

	.l-footer .call-text-sch-hwrapper > .w-btn-wrapper {
		margin-right: 0 !important;
	}

	.l-footer .call-text-sch-hwrapper > .w-btn-wrapper > .w-btn {
		min-width: 220px;
	}
}