/*
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:*/
.landing-image-hero {
    height: 100vh;
    position: relative;
    width: 100%;
}
.landing-image-hero .image-hero-image-outer {
    background-position: 50% 30%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 2;
}
.landing-image-hero .image-hero-image-outer .image-hero-image-inner {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}
.landing-image-hero .image-hero-content {
    max-width: 1300px;
    padding: 0 2rem;
    position: absolute;
    bottom: 4rem;
    left: 50%;
    transform:translateX(-50%);
    width: 100%;
    z-index: 3;
}
.landing-image-hero .image-hero-content h1 {
    color: #FFF !important;
}

.landing-form-hero {
    position: relative;
}
.landing-form-hero .container {
    margin: 0 auto;
    max-width: 1300px;
    position: relative;
    width: 90%;
}
.landing-form-hero .hero-top {
    padding: 3rem 0;
}
.landing-form-hero .hero-bottom {
    padding: 3rem 0;
}
.landing-form-hero .hero-top .hero-form {
    background-color: #FFF;
    margin-top: 2rem;
    padding: 1.5rem;
}
.landing-form-hero .hero-top .hero-form h2 {
    color: #000;
    font-size: 2.5rem;
    margin-bottom: 2rem;
    text-align: center;
}

.cta-buttons {
    padding: 2rem 0;
    text-align: center;
}
.cta-buttons .cta-title {
    font-family: var(--font-h3);
    font-weight: 400;
    font-size: 1.40rem;
    line-height: 1.40;
    letter-spacing: 0;
    margin-bottom: 1.5rem;
}
.cta-buttons .cta-content {
    margin: 0 auto 1.5rem auto;
    max-width: 800px;
    width: 90%;
}
.cta-buttons .button {
    padding: 14px 0 0 0;
}

.cols-2 {
    padding: 3rem 0;
}
.cols-2 .container {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    justify-content: flex-start;
    margin: 0 auto;
    max-width: 1300px;
    width: 90%;
}
.cols-2 .col-1,
.cols-2 .col-2 {
    flex: 0 100%;
}
.cols-2 .image {
    height: 300px;
    margin-bottom: 3rem;
    position: relative;
}
.cols-2 .image .image-inner{
    height: 90%;
    position: absolute;
    top: 15%;
    left: 5%;
    right: 5%;
    width: 90%;
    z-index: 1;
    background-size: 200% 80%;
    background-position: center bottom;
    background-repeat: no-repeat;
    -webkit-filter: blur(25px);
    filter: blur(25px);
}
.cols-2 .image img {
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 2;
}
.cols-2 .col-title {
    font-family: var(--font-h2);
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.40;
    letter-spacing: 0;
    margin-bottom: 1.5rem;
    text-align: center;
}
.cols-2 .col-content {
    text-align: center;
}

.image-half {
    padding: 3rem 0;
}
.image-half .container {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    justify-content: flex-start;
    margin: 0 auto;
    max-width: 1300px;
    width: 90%;
}
.image-half .col-content,
.image-half .col-image {
    flex: 0 100%;
}

.image-half .col-content.image-left {
    order: 2;
}
.image-half .col-content.image-right {
    order: 1;
}
.image-half .col-image.image-left {
    order: 1;
}
.image-half .col-image.image-right {
    order: 2;
}
.image-half .col-content .cta-title {
    font-family: var(--font-h2);
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.40;
    letter-spacing: 0;
    margin-bottom: 1.5rem;
}

.full-width {
    padding: 3rem 0;
}
.full-width .container {
    margin: 0 auto;
    max-width: 1300px;
    width: 90%;
}
.full-width .fw-title {
    font-family: var(--font-h2);
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.40;
    letter-spacing: 0;
    margin-bottom: 1.5rem;
    text-align: center;
}
.full-width .seperator {
    border-top: 2px solid #C1A56F;
    margin: 0 auto 1.5rem auto;
    width: 150px;
}
.full-width .fw-content {
    text-align: center;
}

.form-half {
    padding: 3rem 0;
}
.form-half .container {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    justify-content: flex-start;
    margin: 0 auto;
    max-width: 1300px;
    width: 90%;
}
.form-half .col-content,
.form-half .col-form {
    flex: 0 100%;
}

.form-half .col-content.form-left {
    order: 2;
}
.form-half .col-content.form-right {
    order: 1;
}
.iformmage-half .col-form.form-left {
    order: 1;
}
.form-half .col-form.form-right {
    order: 2;
}
.form-half .col-content .cta-title {
    color: #000 !important;
    font-family: var(--font-h2);
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.40;
    letter-spacing: 0;
    margin-bottom: 1.5rem;
}

.tabbed-content {
    padding: 3rem 0;
}
.tabbed-content .container {
    margin: 0 auto;
    max-width: 1300px;
    width: 90%;
}
.tabbed-content h2 {
    text-align: center;
}
.tabbed-content .tabs-list {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin: 0 auto;
    max-width: 1300px;
    width: 100%;
}
.tabbed-content .tabs-list ul {
    align-items: center;
    display: flex;
    flex-direction: column;
    list-style-type: none;
    margin-left: -8px;
    width: 100%;
}
.tabbed-content .tabs-list ul li {
    flex: 0 100%;
    width: 100%;        
}
.tabbed-content .tabs-list ul li > a {
    border-bottom: 1px solid rgba(51,51,51,.75);
    color: rgba(51,51,51,.75);
    display: block;
    padding: 1em 1.5rem;
    text-align: center;
}
.tabbed-content .tabs-list ul li > a.active {
    border-bottom: 2px solid #607974;
    color: #607974;
    display: block;
    padding: 1em 1.5rem;
    text-align: center;
}
.tabbed-content .tabs-wrapper {
    padding-top: 3rem;
}
.tabbed-content .tabs-wrapper .tab-item {
    align-items: center;
    display: none;
    flex-direction: column;
    gap: 1.5rem;
    width: 100%;
}
.tabbed-content .tabs-wrapper .tab-item.active {
    display: flex;
}

.tabbed-content .tabs-wrapper .tab-item .col-content {
    flex: 0 100%;
}
.tabbed-content .tabs-wrapper .tab-item .col-content h4 i {
    color: #607974;
    font-size: 2rem;
    margin-bottom: 1rem;
    margin-right: calc(15px + 0.2em);
}
/* FAQ */
.faq-container {
	max-width: 800px;
    margin: 50px auto;
}
.faq-container .faq-item {
	margin-bottom: 10px;
}
.faq-container .faq-question {
	background-color: #c1a56f;
	padding: 10px;
	cursor: pointer;
    font-weight: 700;
	color : #fff;
	position: relative;
}
.faq-container .faq-answer {
	padding: 10px;
	display: none;
}
.faq-container .faq-toggle-icon {
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
}
.faq-container .fa-plus { 
	font-weight: 400;
}
@media all and (min-width: 1280px) {
    .landing-image-hero .image-hero-content {
        padding: 0;
    }
    .landing-form-hero .container .inner {
        width: 60%;
    }
    .landing-form-hero .hero-top .hero-form {
        margin-top: 0;
        position: absolute;
        right: 0;
        bottom: 0;
        width: 35%;
        z-index: 2;
    }

    .cols-2 .container {
        align-items: flex-start;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 3rem;
    }
    .cols-2 .col-1,
    .cols-2 .col-2 {
        flex: 0 calc(50% - 1.5rem);
    }
    .cols-2 .image {
        height: 400px;
    }

    .image-half .container {
        align-items: flex-start;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 3rem;
    }
    .image-half .col-content,
    .image-half .col-image {
        flex: 0 calc(50% - 1.5rem);
    }

    .form-half .container {
        align-items: flex-start;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 3rem;
    }
    .form-half .col-content,
    .form-half .col-form {
        flex: 0 calc(50% - 1.5rem);
    }

    .tabbed-content .tabs-list {
	    align-items: flex-start;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .tabbed-content .tabs-list ul {
    align-items: flex-start;
        flex-direction: row;
        flex-wrap: wrap;
        margin-left: -40px;
    }
    .tabbed-content .tabs-list ul li {
	    flex: 0 33%;
        width: 33%;
    }
    .tabbed-content .tabs-wrapper .tab-item {
	    align-items: flex-start;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .tabbed-content .tabs-wrapper .tab-item .col-content {
	    flex: 0 calc(33% - .75rem);
    }
    .tabbed-content .tabs-wrapper .tab-item .col-content h4 i {
	    margin-bottom: 0;
    }
}