/*
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:*/

:root {
	--imn-gold: #b6972a;
	--imn-newgold: #c4a63a;
	--imn-gray: #f9f9f9;
}

h1.slider-title,
h2.slider-title,
h3.slider-title,
h4.slider-title {
	color: #fafafa;
	font-size: 65px;
	padding-bottom: 25px;
}
.title h1,
.title h2,
.title h3,
.title h4,
.title h5 {
	padding-bottom: 30px;
	font-size: 47px;
	color: #fff;
}
.subtitle p {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 400;
	font-family: "Outfit";
	padding-bottom: 15px;
	letter-spacing: 3px;
	color: var(--imn-gold);
}
.subtitle.white p,
.title.white h1,
.title.white h2,
.title.white h3,
.title.white h4,
.title.white h5 {
	color: #fafafa;
}
.txt-white {
	color: #fafafa;
}
.icon-home .w-iconbox-title,
.w-iconbox-title,
.w-iconbox-title a {
	font-size: 23px;
	padding-bottom: 5px;
	color: #fafafa;
}
.icon-home {
	align-items: center!important;
	margin-top: 30px;
}
.icon-home.no-margin {
	margin-top: 0;
}
.icon-home .w-iconbox-icon {
	position: relative;
}
.icon-home .w-iconbox-icon:before {
	position: absolute;
	content: '';
	background: #1f1e1e;
	background-repeat: no-repeat;
	height: 4rem;
	width: 4rem;
	border-radius: 50%;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
	transition: background 0.2s ease-in-out;
}
.icon-home .w-iconbox-icon svg {
	z-index: 5;
}
.icon-home:hover .w-iconbox-icon:before {
	background: var(--imn-gold);
}
img {
	border-radius: 20px!important;
}
.clm-padding .vc_column_container {
	padding: 40px 40px 40px 20px;
}
.txt-footer p,
.txt-footer p a {
	color: #fafafa;
	font-size: 16px;
	margin-top: 15px;
}
.title-footer p {
	font-size: 20px;
	color: var(--imn-gold);
	font-weight: 600;
}
/*FORM*/
.form-row p {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.form-row p label {
	width: 49%;
}
.wpcf7-list-item-label,
.wpcf7-list-item-label a {
	color: #fafafa;
}
.us-field-style_2 .wpcf7-list-item-label {
	color: var(--color-content-text);
}
.us-field-style_2 .wpcf7-list-item-label a {
	color: var(--imn-gold);
}
.us-field-style_2 .wpcf7-form input.wpcf7-form-control.wpcf7-submit.has-spinner {
	background: var(--imn-gold)!important;
	color: #fafafa!important;
}
/*FINE FORM*/
.title-big h1,
.title-big h2,
.title-big h3,
.title-big h4,
.title-big h5 {
	color: #fafafa;
	font-size: 56px;
	padding-bottom: 20px;
}
.g-breadcrumbs-item span {
	color: #fafafa;
	font-weight: 600;
}
.g-breadcrumbs-separator {
	color: #bdbdbd;
}
.contact-section {
	margin-top: 4rem;
}
.contact-section .vc_column-inner {
	padding: 40px;
    background: #f9f9f9;
    border-radius: 20px;
	height: 225px;
}
.contact-section .vc_column-inner a {
	color: var(--color-content-text);
}
.section-slider .l-section-h {
	padding-top: 0!important;
}
.w-nav-arrow:before {
	font-size: 1em;
}
.w-nav-list.level_2 {
	border-radius: 10px;
    padding: 10px;
    border-right: 4px solid var(--imn-gold);
    border-bottom: 4px solid var(--imn-gold);
}
.l-header.sticky .l-subheader.at_middle {
	background: #fafafa;
}
.l-header.sticky .l-subheader.at_middle .menu-item .w-nav-title,
.l-header.sticky .l-subheader.at_middle .menu-item .w-nav-anchor .w-nav-arrow {
	color: #2b2b2b;
}
.l-header.sticky .l-subheader.at_middle .current-menu-item .w-nav-title,
.l-header.sticky .l-subheader.at_middle .menu-item .w-nav-anchor:hover .w-nav-title,
.l-header.sticky .l-subheader.at_middle .menu-item .w-nav-anchor:hover .w-nav-arrow {
	color: var(--imn-gold);
}
.sr7-html5-video {
    transform: scaleX(-1);
}
.l-subheader-cell .w-image-h img {
	object-fit: contain;
}
p {
	color: #fafafa;
}
path {
	fill: #fff;
}
.txt-black a,
.txt-black p {
	color: #000;
}
.w-tabs-section-title {
	color: #fff;
}
.txt-black .w-iconbox-title {
	color: #000;
}
.w-tabs-sections.icon_chevron>div>.w-tabs-section-header .w-tabs-section-control:before, .w-tabs-sections.icon_chevron>div>.w-tabs-section-header .w-tabs-section-control:after {
	background: #fafafa;
}




