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

/* General */
h3 strong,
h2 strong,
h1 strong {
    color: var(--color-donkergroen);
}

.mc--bg-1-2 .l-section-overlay {
    height: 50%;
    top: unset;
}

.mc--fsize-60 h2 {
    font-size: 3.33rem;
}

.mc--fsize-36 h1 {
    font-size: 2rem;
}

.mc--bg-1-3 .l-section-overlay {
    height: 33.33%;
    top: unset;
}

.mc--bg-2-3 .l-section-overlay {
    height: 66.66%;
    top: unset;
}

.mc--fsize-81 h2 {
	font-size: 5rem;
	line-height: 1.2;
}

.wpb_text_column p strong {
	font-family: 'Avenir Black';
}

.mc--vacancies-counter {
    margin: 3rem auto 0 auto;
}

.fa-facebook:before {
    content: '\f39e';
}

.fa-linkedin:before {
    content: '\f0e1';
}

.mc--header h1 {
    color: var(--color-wit);
    padding: 3rem 3rem !important;
    font-size: 3.33rem !important;
    width: 75%;
}

.mc--header .g-cols {
    height: 500px;
}

.mc--header .vc_column-overlay{
    background: linear-gradient(180deg, rgba(0,0,0,0.00) 2%, rgba(0,0,0,0.76) 100%) !important;
    height: 60%;
    top: unset;
}

.mc--video-header .l-section-overlay{
    background: linear-gradient(180deg, rgba(0,0,0,0.00) 2%, rgba(0,0,0,0.76) 100%) !important;
    height: 60%;
    top: unset;
}

.mc--back span {
    color: var(--color-donkergrijs);
    font-size: 15px;
}

.mc--back i {
    font-size: 16px;
    transition: all .2s ease;
}

.mc--back:hover i{
    margin-right: 5px;
}

/* Story - template */
.single-post main > section.l-section.with_img .l-section-overlay{
    background: linear-gradient(180deg, rgba(0,0,0,0.00) 2%, rgba(0,0,0,0.76) 100%) !important;
    height: 80%;
    top: unset;
}

.mc--story-content .wpb_text_column,
.single-post .w-separator {
    width: 85%;
    margin: 0 auto 2.5rem auto;
}

.mc--story-content .wpb_text_column:last-child{
    margin-bottom: 1.5rem;
}

.mc--story-content .w-video {
    margin-bottom: 3rem;
}

.single-post .w-sharing-item {
    border-width: 0px !important;
    border: 0px !important;
    padding-left: 0px;
    justify-content: unset;
    text-align: left;
}

.single-post .w-sharing-item i {
    color: var(--color-groen);
    opacity: 1 !important;
}

.post_navigation.layout_sided .post_navigation-item-arrow {
    background: var(--color-donkergrijs);
}

.no-touch .post_navigation.layout_sided a:hover .post_navigation-item-arrow {
    background: var(--color-zwart);
}

.post_navigation.layout_sided .post_navigation-item-title span {
    background: rgba(0,0,0,0.75);
}

/* Story - grid */
.story_grid .us-btn-style_4 span {
    color: var(--color-donkergrijs);
    font-size: 0.9rem;
}

.story_grid {
    margin: 0 auto 3rem auto;
    width: 90%;
}

.story_grid article:nth-child(even) .usg_vwrapper_1 {
    right: unset !important
}

.story_grid article:nth-child(even) .usg_post_image_1 {
    left: 34%;
}

.story_grid article:nth-child(even) .usg_vc_video_1 {
    margin-left: 34%;
}


/* Vacancy - template */
.single-vacancy .mc--header h1 {
    padding: 0rem 3rem !important;
}

.mc--green-block .l-section-overlay {
    width: 90%;
    margin: 0 auto;
}

.mc--green-block h2 {
    color: var(--color-wit);
}

.mc--green-block {
    color: var(--color-wit);
}

.mc--green-block ul li b {
    font-family: 'Avenir-Heavy', sans-serif;
}

.mc--green-block ul li {
    margin-bottom: 1.5rem;
}

.mc--green-block ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2; 
    column-gap: 5rem;
    margin-left: 2.5rem;
}    

.mc--green-block ul li:before {
    content: url(/wp-content/uploads/2024/05/plus-sharp-light-white.svg) !important;
}

.mc--list-plus ul { 
    list-style-type: none;
}       

.mc--list-plus ul li:before {
    content: url(/wp-content/uploads/2024/05/plus-sharp-light-grey.svg);
    transform: translate(-2.5rem, 2px);
    position: absolute;
}

.mc--nav-vacancy {
    background-color: var(--color-lichtgrijs);
    display: inline-block;
}

.mc--nav-vacancy li{
    padding: 2rem 0.5rem;
    color: var(--color-groen);
}

#menu-vacancy,
#menu-internship {
    padding-left: 2rem;
}

#menu-vacancy:before,
#menu-internship:before {
    content: 'nav:';
    margin-right: 2rem;
    text-decoration: none !important;
    font-family: 'Avenir-Book', sans-serif !important;
    font-size: 0.8rem;
    padding-top: 2rem;
    color: var(--color-groen);
}

.mc--nav-vacancy li:last-child,
#menu-internship li:last-child{
    padding-right: 0rem!important;
}

#menu-vacancy li:last-child a,
#menu-internship li:last-child a{
    background-color: var(--color-donkergrijs);
    padding: 2.3rem;
    color: var(--color-wit);
    transition: all .2s ease;
}

#menu-vacancy li:last-child a:hover,
#menu-internship li:last-child a:hover{
    background-color: var(--color-groen);
}

.mc--nav-vacancy li.current-menu-item,
#menu-internship li.current-menu-item{
    text-decoration: underline;
}

.mc--nav-vacancy li:last-child.current-menu-item,
#menu-internship li:last-child.current-menu-ite{
    text-decoration: none !important;
}

.single-vacancy .w-sharing-item {
    border-width: 0px !important;
    border: 0px !important;
    padding-left: 0px;
    justify-content: unset;
    text-align: left;
}

.single-vacancy .w-sharing-item i {
    color: var(--color-groen);
    opacity: 1 !important;
}

.single-vacancy #offering ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2; 
    column-gap: 5rem;
    margin-left: 2.5rem;
}

.single-vacancy #apply .w-post-elm-after{
    font-size: 15px;
    line-height: 1.2;
}

.single-vacancy #apply p a {
    text-decoration: underline;
    color: var(--color-groen);
}

.single-vacancy #apply p a:hover {
    color: var(--color-donkergroen);
}


/* Vacancy - filter */
.mc--vacancy-filter {
    background-color: var(--color-lichtgrijs);
}

.mc--vacancy-filter .w-filter {
    padding: 2rem;
    width: 60%;
}

.mc--vacancy-filter .w-filter-item {
    width: 45% !important;
    padding-right: 30px !important;
} 

.w-filter-item-title {
    box-shadow: none !important;
    background-color: var(--color-lichtgrijs) !important;
    border-bottom: solid 1px var(--color-donkergrijs) !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.w-filter.state_desktop.style_drop_default .w-filter-item:not(.has_value) .w-filter-item-title:after {
    border: 0px !important;
    content: '\f078';
    font-family: 'fontawesome';
    margin-right: 30px !important;
}

.mc--vacancy-filter .w-popup.w-btn-wrapper {
    height: 130px;
    margin: 0;
}

.mc--vacancy-filter button {
    height: 100%;
    border-radius: 0px;
    padding-left: 2.8rem;
    padding-right: 2.8rem;
}

/* Vacancy - grid */
.vacancy_grid .us-btn-style_3{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

.vacancy_grid .us-btn-style_4 span{ 
    text-decoration: underline;
}

/* Home */
.mc--video-header h2{
    width: 34%;
}

.story_grid-full .usg_vwrapper_1 {
    display: block;
}

.story_grid-full .w-btn {
    margin-top: 2rem;
}
.mc--counter-slider .owl-stage{
    height: 100vh;
}
.mc--carousel-nav {
    position: absolute;
    bottom: 0px;
    right: 30px;
    z-index: 999;
    width: 370px;
    display: inline-flex;
}

.mc--navigation {
    display: inline-flex;
    align-items: end;
}

.mc--all-stories{
    display: inline-flex;
    align-items: end;
}

.mc--all-stories a{
    color: var(--color-wit);
    padding: 10px 5px 10px 15px;
    font-size: 0.8rem;
}

.mc--all-stories a:hover{
    color: var(--color-wit);
    text-decoration: underline;
}

.mc-owl-carousel-counter,
.mc-owl-next-button {
    width: 80px;
    height: 80px;
    background-color: var(--color-groen);
    color: var(--color-wit);    
}

.mc-owl-carousel-counter {
    display: inline-flex;
    align-items: center;
    text-align: center;
    padding-left: 30px;
}

.mc-owl-previous-button {
    width: 60px;
    height: 60px;
    background-color: var(--color-donkergroen);
    color: var(--color-wit);
}

/* Footer */
footer .mc--bottom-footer  a {
    color: #898989;
}

footer .us-btn-style_5 i {
    color: var(--color-groen);
}

footer .w-socials-item {
    padding-right: 3rem;
}

footer .w-socials-item i {
    color: var(--color-wit);
}

/* Contact */
.with_frm_style input:not([type=checkbox]),
.with_frm_style textarea {
    border-left: 0px !important;
    border-top: 0px !important;
    border-right: 0px !important;
}

/* .with_frm_style label.frm_primary_label {
    padding: 0px !important;
} */

.with_frm_style .frm_inside_container > label {
    line-height: 2.5 !important;
}

/* Responsive Queries */
/* Large */
@media screen and (max-width: 1200px){}

/* Medium */
@media screen and (max-width: 1040px){}

/* Small */
@media screen and (max-width: 768px){}

/* Extra Small */
@media screen and (max-width: 576px){}



/* Device Queries */
/* Large Devices */
@media screen and (max-device-width: 1200px){}

/* Medium Devices */
@media screen and (max-device-width: 1040px){}

/* Small Devices */
@media screen and (max-device-width: 768px){}

/* Extra Small Devices */
@media screen and (max-device-width: 576px){}

