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

@font-face {
    font-family: 'FilsonPro-Medium';
    src: url('fonts/FilsonProMedium.eot');
    src: local('Filson Pro Medium'), local('FilsonPro-Medium'),
        url('fonts/FilsonProMedium.eot?#iefix') format('embedded-opentype'),
        url('fonts/FilsonProMedium.woff2') format('woff2'),
        url('fonts/FilsonProMedium.woff') format('woff'),
        url('fonts/FilsonProMedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'FilsonPro-Heavy';
    src: url('fonts/FilsonProHeavy.eot');
    src: local('Filson Pro Heavy'), local('FilsonPro-Heavy'),
        url('fonts/FilsonProHeavy.eot?#iefix') format('embedded-opentype'),
        url('fonts/FilsonProHeavy.woff2') format('woff2'),
        url('fonts/FilsonProHeavy.woff') format('woff'),
        url('fonts/FilsonProHeavy.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'FilsonPro-Light';
    src: url('fonts/FilsonProLight.eot');
    src: local('Filson Pro Light'), local('FilsonPro-Light'),
        url('fonts/FilsonProLight.eot?#iefix') format('embedded-opentype'),
        url('fonts/FilsonProLight.woff2') format('woff2'),
        url('fonts/FilsonProLight.woff') format('woff'),
        url('fonts/FilsonProLight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'FilsonPro-Regular';
    src: url('fonts/FilsonProRegular.eot');
    src: local('Filson Pro Regular'), local('FilsonPro-Regular'),
        url('fonts/FilsonProRegular.eot?#iefix') format('embedded-opentype'),
        url('fonts/FilsonProRegular.woff2') format('woff2'),
        url('fonts/FilsonProRegular.woff') format('woff'),
        url('fonts/FilsonProRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FilsonPro-Bold';
    src: url('fonts/FilsonProBold.eot');
    src: local('Filson Pro Bold'), local('FilsonPro-Bold'),
        url('fonts/FilsonProBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/FilsonProBold.woff2') format('woff2'),
        url('fonts/FilsonProBold.woff') format('woff'),
        url('fonts/FilsonProBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'FilsonPro-Black';
    src: url('fonts/FilsonProBlack.eot');
    src: local('Filson Pro Black'), local('FilsonPro-Black'),
        url('fonts/FilsonProBlack.eot?#iefix') format('embedded-opentype'),
        url('fonts/FilsonProBlack.woff2') format('woff2'),
        url('fonts/FilsonProBlack.woff') format('woff'),
        url('fonts/FilsonProBlack.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
.landing{
  padding: 25px!important;
}
.landing-text{
  font-family: 'FilsonPro-Bold';
  font-weight: 800;
  font-style: normal;
  color: #FFFFFF;
  text-transform: uppercase;
  max-width: 350px;
  font-size: 20px;
  padding: 20px 0px;
  margin-left: auto;
  margin-right: auto;
}
.landing-btn{
  text-transform: uppercase!important;
  font-family: 'FilsonPro-Bold'!important;
}
.landing-header-text{
  color: #FFFFFF;
  font-family: 'FilsonPro-Light'!important;
  position: fixed;
  top: 30px;
  left: 0;
  right: 0;
}
.l-divider{
  margin-left: 15px;
  margin-right: 15px;
}
.landing-img img{
  max-width: 470px;
}
lottie-player{
  width: 100%;
  height: 100%;
  max-width: 470px;
  margin-left: auto;
  margin-right: auto;
}

.slide-newsletter {
    z-index: 10; /* to position it in front of the other content */
    position: fixed;
    overflow: hidden; /* to prevent scrollbar appearing */
    top: 0;
    height: 100vh;
    width: 60vw;
    transition: transform .5s ease; /* our nice transition */
    font-family: 'FilsonPro-Regular';
}
.close-section .w-btn {
    background: transparent;
    font-size: 30px;
    padding: 0.6em;
    color: #e55039;
}
.close-section .w-btn:before {
    content: none
}
.slide-newsletter.from-left {
    left: 0;
}
.slide-newsletter.from-right {
    right: 0;
}
.slide-newsletter .slide-in-content {
    padding: 5px 20px;
    background: #fcded3;
    height: 100%;
}
.slide-newsletter.from-left{
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
}
.slide-newsletter.from-right {
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
}
.slide-newsletter.from-right.show , .slide-newsletter.from-left.show {
    transform: translateX(0);
    -webkit-transform: translateX(0);
}
.slide-newsletter .wpcf7-form .wpcf7-form-control {
    border-radius: 10px;
    margin: 0;
}
.slide-newsletter .wpcf7-form .btn-newsletter-submit {
    box-shadow: 0 0em 0em rgb(0 0 0 / 20%);
    background: #45608c;
    border-color: transparent;
    color: #ffffff!important;
    margin-top: 10px;
}
.slide-newsletter .wpcf7-form .ajax-loader {
    display: none;
}
.slide-newsletter .wpcf7-form.submitting .ajax-loader {
    display: block;
}
@media(min-width: 992px){
    .slide-newsletter .wpcf7-form .btn-newsletter-submit {
        margin-top: 0;
        margin-left: 10px;
    }
}
@media(min-width: 1024px){
    .newsletter-wp-content {
        width: 90%;
        margin-left: 0;
    }
}
@media(min-width: 1300px){
    .newsletter-wp-content {
        width: 530px;
    }
}
@media(max-width: 1024px){
  .landing .vc_col-sm-4{
    width: 100%;
  }
}
@media(max-width: 425px){
    .slide-newsletter {
        width: 90vw;
    }
}
@media(max-width: 1024px){
  .landing-header-text{
    position: relative;
    margin-bottom: 50px;
  }
  .landing-text{
    text-align: center;
  }
  .l-divider {
    margin-left: 15px;
    margin-right: 15px;
    display: block;
    visibility: hidden;
    line-height: 0;
  }
  .landing-btn{
    margin-top: 50px;
  }
}


#page-header .w-btn{
  font-family: 'FilsonPro-Black';
  font-size: 12px;
  max-width: 175px;
  min-width: 175px;
}

.custom-grid .wpb_wrapper{
  max-width: 1300px;
  width: 100%;
  margin-left: auto!important;
  margin-right: auto!important;
  display: flex;
  grid-template-columns: repeat(5,1fr);
  grid-gap: 0px;
  padding: 0px 20px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.custom-grid .wpb_wrapper .w-image {
  width: 20%;
  padding: 10px;
}
.custom-grid .w-image-title{
  line-height: 1;
  color: #652601;
  font-family: 'FilsonPro-Medium';
  height: 40px;
  font-size: 22px;
}
.custom-grid .w-ibanner-title{
  line-height: 1!important;
  color: #E96644;
  font-family: 'FilsonPro-Bold';
  text-align: center;
}
.custom-grid-hover .w-image:hover{
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}
.custom-slider{
  max-width: 900px!important;
  margin-left: auto;
  margin-right: auto;
}
.custom-slider .rsOverflow {
  max-height: 58vh;
}
.custom-slider .rsThumb {
    width: 3rem;
    height: 3rem;
}
.custom-slider-buttons .fas{
  font-size: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #F7DFD4;
  cursor: pointer;
}
.custom-slider-buttons .fa-chevron-left{
  left: 30px;
}
.custom-slider-buttons .fa-chevron-right{
  right: 30px;
}
.languaje-version p{
  font-size: 14px!important;
}
.hide-in-mobile{
  display: block;
}
.hide-in-desktop{
  display: none;
}
@media(max-width: 1023px){
  .custom-grid .wpb_wrapper .w-image {
    width: 30%;
    padding: 10px;
  }
}
@media(max-width: 899px){
  .custom-grid .w-ibanner-title {
    font-size: 15px!important;
  }
}
@media(max-width: 1780px) and (min-height: 900px){

}
@media(max-width: 767px){
  .hide-in-mobile{
    display: none;
  }
  .hide-in-desktop{
    display: block;
  }
  .custom-grid .wpb_wrapper .w-image {
    width: 50%;
    padding: 10px;
  }
}

/* NEW */
.c-down{
  cursor: pointer;
  position: fixed;
  bottom: 30px;
  left: 0;
  right: 0;
}
.c-corazon{
  position: fixed;
  left: 30px;
  bottom: 30px;
  width: 40px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
  z-index: 1;
}
.c-corazon.active{
  bottom: 50px;
}
.c-corazon:not(.active) ul{
  display: none;
}
.c-corazon.active ul{
  display: block;
}
.c-corazon ul{
  list-style-type: none;
  margin: 0px;
  position: absolute;
  min-width: 200px;
  bottom: 70px;
}
.c-corazon ul li{
  margin-bottom: 0px;
}
.c-corazon ul li a{
  color: #fff;
  font-size: 15px;
  line-height: 1;
  background-color: #DF4F35;
  padding: 4px;
}
.c-corazon ul li a:hover{
  color: #FFFFFF;
}
.c-logo{
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 165px;
  cursor: pointer;
}

.numbers{
  display: grid;
  grid-template-columns: repeat(4,1fr);
  grid-gap: 10px;
  max-width: 490px;
  margin-left: auto;
  margin-right: auto;
}
.numbers .item {
  text-align: center;
}
.numbers .item .number{
  display: block;
  color: #1D2A41;
  font-size: 40px;
  font-family: 'FilsonPro-Bold',sans-serif!important;
  background-color: #E1EFF8;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.numbers .item .text{
  display: block;
  color: #1D2A41;
  font-size: 16px;
  font-family: 'FilsonPro-Bold',sans-serif!important;
}
.numbers .item:hover .number{
  background-color: #1D2A41!important;
  color: #E1EFF8;
}
.numbers-fixed{
  position: fixed;
  bottom: 30px;
  left: 30px;
  max-width: 250px;
  visibility: hidden;
}
.numbers-fixed .item .number{
  width: 40px;
  height: 40px;
  font-size: 20px;
  background-color: #FFFFFF;
  margin-bottom: 0px;
}
.numbers-fixed .item .text{
  font-size: 10px;
}

#illustrator-section-two .wpb_text_column a{
  color: #E96644!important;
}
#illustrator-section-two .custom-slider{
  max-width: 900px!important;
  margin-left: auto;
  margin-right: auto;
}
.custom-slider .royalSlider {
  max-height: 620px;
}
#illustrator-section-two .rsArrow {
  visibility: hidden;
}

#illustrator-section-three .bio{
  max-width: 1140px!important;
  margin-left: auto;
  margin-right: auto;
}
#illustrator-section-three .bio-img{
  border-radius: 0px;
}
#illustrator-section-three .q-a{
  position: absolute;
  width: 160px;
  margin-top: -100px;
  margin-left: -50px;
}
#illustrator-section-three .footer-bio{
  position: relative;
  left: 0;
  right: 0;
  margin-top: 60px;
}
#illustrator-section-three .w-btn.us-btn-style_4{
  font-size: 0.8rem;
}
#illustrator-section-four .w-hwrapper{
  position: absolute;
  top: 25vh;
  z-index: 99999;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

#werkwijze-section-five .w-btn{
  max-width: 230px;
}

.general-footer{
  display: flex!important;
  align-items: center;
  justify-content: center;
}
.general-footer .l-section-h{
  position: initial;
}
.general-footer .footer-logo{
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}
.general-footer .w-socials-list{
  display: flex;
  justify-content: center;
}
.general-footer .w-socials-item{
  color: #F7DFD4;
  font-size: 25px;
  margin-left: 5px;
  margin-right: 5px;
}
#footer{
  max-width: 100vw;
  overflow-x: hidden;
}
.l-subheader{
  box-shadow: none!important;
}

.w-nav .w-nav-list.level_1{
  background: #DEAF55!important;
}
.w-nav .menu-item:not(.c-menu-btn) .w-nav-anchor.level_1{
  padding: 0px!important;
  line-height: 1.2!important;
  margin-bottom: 15px;
}

.w-nav-list.level_1 .menu-logo{
  max-width: 200px;
  margin-left: auto!important;
  margin-right: auto!important;
  width: 100%;
  position: absolute!important;
  left: 0;
  right: 0;
}
.w-nav-list.level_1 .menu-btn{
  max-width: 180px;
  margin-left: auto!important;
  margin-right: 2rem!important;
  width: 100%;
  position: absolute!important;
  left: 0;
  right: 0;
  background-color: #567496;
  border-radius: 1.90em;
  padding: 0.5em 1.5em;
}
.w-nav-list.level_1 .menu-btn a{
  font-size: 12px!important;
  margin-bottom: 0px;
}
.w-nav-list.level_1 .menu-btn .w-nav-title{
  font-size: 12px;
}
.w-nav-list.level_1 .menu-btn:hover{
  background-color: #604C16;
}
.w-nav-list.level_1 .menu-btn:hover .w-nav-title{
  color: #FFFFFF;
}
.w-nav-list.level_1 .first-item{
  margin-top: auto;
}
.w-nav-list.level_1 .last-item{
  margin-bottom: auto
}
.w-nav-list.level_1 .w-nav-close{
  right: auto;
  left: 2rem;
  width: 30px;
  height: 30px;
  opacity: 1;
}
.w-nav-list.level_1 .w-nav-close:hover{
  color: #604C16;
}
.m-social-links .w-nav-anchor.level_1{
  display: none;
}
.m-social-links{
  position: absolute!important;
  bottom: 0;
  right: 0;
  left: 0;
  margin-bottom: 2rem!important;
  line-height: 1;
  padding-left: 20px;
  padding-right: 20px;
}
.m-social-links p{
  line-height: 1;
  margin-bottom: 10px;
  font-size: 14px;
  font-family: 'FilsonPro-Regular',sans-serif!important;
}

#contact-section-two .wpcf7-form{
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
#contact-section-two .wpcf7-form-control{
  background-color: #EFE9CF;
  color: #604C16;
  font-family: 'FilsonPro-Medium';
  font-size: 24px;
  border-radius: 30px;
  padding: 8px 30px;
  line-height: 1;
  height: auto;
  min-height: auto;
}
#contact-section-two .wpcf7-form .label{
  text-align: center;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
#contact-section-two .wpcf7-form button{
  font-size: 28px;
  font-family: 'FilsonPro-Black';
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#contact-section-two .wpcf7-textarea{
  height: 140px;
}
#contact-section-two .wpcf7-form br{
  display: none;
}
.c-accordion .w-tabs-section-title{
  font-family: 'FilsonPro-bold';
}
.c-accordion .w-tabs-section-header{
  padding: 0px 15px;
}
.c-accordion .w-tabs-section.active:not(.has_text_color) .w-tabs-section-header{
  color: #DEAF55!important;
}
.c-accordion  .w-tabs-section{
  border-bottom: 2px solid #DEAF55!important;
}

.w-nav-close:before{
  background-image: url(img/close-btn.svg);
  background-position: left;
  min-width: 30px;
  min-height: 30px;
  background-repeat: no-repeat;
  font-family: none;
  color: transparent;
  background-size: 30px;
  display: inline-block;
}
.w-nav-close:hover:before{
  background-image: url(img/close-btn-hover.svg);
}
.footer-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.footer-links a{
    margin-right: 1rem;
    color: #F7DFD4;
}
.footer-links a:last-child{
    margin-right: 0;
}
.footer-links a:hover {
    color: #F7DFD4!important;
}
.page-id-632 .footer-links a,
.page-id-632 .footer-links a:hover,
.single-case .footer-links a,
.single-case .footer-links a:hover,
.illustrator-template-default .footer-links a,
.illustrator-template-default .footer-links a:hover{
  color: #F7DFD4;
}

#illustrator-section-two .w-scroller-dots{
  display: none!important;
}

.page-id-285 .footer-links a{
  color: #E1EFF8!important;
}
.page-id-285 .footer-links a:hover{
  color: #E1EFF8!important;
}


.c-menu-btn{
  line-height: 1!important;
}
.c-menu-btn .w-nav-anchor{
  background-color: #604C16;
  color: #FFFFFF;
  display: inline-block;
  font-size: 18px!important;
  padding: 5px 15px!important;
}
.c-menu-btn:hover .w-nav-anchor{
  background-color: #604C16!important;
  color: #DEAF55!important;
}
.home-top-title{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.home-section-two .l-subheader-cell.at_center:before{
  content: 'Illustratoren';
  font-family: 'FilsonPro-Bold';
  font-size: 55px;
  color: #DF4F35;
}
.home-section-three .l-subheader-cell.at_center:before{
  content: '';
  background-image: url(img/frenky-loves-to-ilustrate-life.svg);
  width: 100%;
  max-width: 550px;
  height: 80px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 20px;

}
.home-section-three .numbers .item .number{
  background-color: #FFFFFF;
}
.home-section-four .l-subheader-cell.at_center:before{
  content: 'Life illustrated';
  font-family: 'FilsonPro-Bold';
  font-size: 55px;
  color: #337449;
}


.custom-media-filter .w-filter-item-values{
  max-height: 100%!important;
  display: grid!important;
  grid-template-columns: repeat(4,1fr);
  grid-gap: 38px;
  padding: 20px;
  overflow: hidden;
}
.custom-media-filter .w-filter-item-value-label{
  font-family: 'FilsonPro-Medium';
  font-size: 23px;
  line-height: 1;
  padding: 35px 10px 16px 10px;
  color: #337449!important;
}
.custom-media-filter .w-filter-item-value.selected{
  border: 0px!important;
  outline: none!important;
  box-shadow: none!important;
}
.custom-media-filter .w-filter-item-value.selected:before{
  content: '';
  position: absolute;
  background-image: url(img/media-selected.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  -moz-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -o-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
.custom-media-filter  .w-filter-item-value.selected label{
  position: relative;
  z-index: 2;
}

.single-case .l-subheader-cell.at_center span{
  font-family: 'FilsonPro-Bold';
  color: #E24F35;
  font-size: 31px;
  line-height: 1.2;
}

#case-section-one .post_title{
  display: none!important;
}
#case-section-two .wpb_text_column .wpb_wrapper{
  column-count: 2;
}
#case-section-two .wpb_text_column p{
  font-family: 'FilsonPro-Heavy';
  font-size: 16px;
  line-height: 1.4;
}
#case-section-two .wpb_text_column p strong{
  font-weight: 400;
  color: #511B04;
}

.ilustrated-ul-list{
  margin-top: 100px;
  margin-bottom: 50px;
}
.ilustrated-ul-list ul{
  list-style-type: none;
  margin: 0px;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  grid-gap: 38px;
}
.ilustrated-ul-list ul li{
  margin-bottom: 0px;
  text-align: center;
}
.ilustrated-ul-list ul li a{
  font-family: 'FilsonPro-Bold';
  color: #093019;
  font-size: 22px;
  padding: 30px 0px;
  position: relative;
}
.ilustrated-ul-list ul li a:hover{
  color: #337449;
}
.ilustrated-ul-list ul li a:hover:before{
  content: '';
  position: absolute;
  background-image: url(img/media-selected.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  -moz-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -o-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  width: 100%;
  height: 75px;
}
#home-section-five{
  padding: 0px!important;
  min-height: 100vh!important;

}
.rev-btn{
  font-family: 'FilsonPro-Regular',sans-serif!important;
  border: 1px solid #456083;
}
.rev-btn:hover{
  background: #FFFFFF!important;
  color: #456083!important;
  border: 1px solid #456083!important;
}

#case-section-three .owl-prev:hover,
#case-section-three .owl-next:hover{
  background-color: transparent!important;
}

body:not(.illustrator-template-default) .l-preloader{
  display: none!important;
}

.header-social a{
  display: flex;
  align-items: center;
  justify-content: center;
}

@media(max-width: 1199px){
  .c-logo{
    width: 100px;
  }
  .c-corazon{
    width: 25px;
  }
  .custom-media-filter .w-filter-item-values {
    grid-template-columns: repeat(3,1fr);
  }
  .ilustrated-ul-list ul{
    grid-template-columns: repeat(3,1fr);
  }
  .custom-grid.cases-list .wpb_wrapper .w-image {
    width: 25%;
  }
}
@media(max-width: 1024px){
  html body {
    overflow-y: auto !important;
    overflow-x: hidden!important;
  }
  .w-scroller{
    visibility: hidden;
  }
  .bio .vc_col-sm-5 {
    width: 100%;
    max-width: 400px;
    margin-left: auto!important;
    margin-right: auto!important;
    margin-bottom: 80px!important;
  }
  .bio .vc_col-sm-7 {
    width: 100%;
    text-align: center;
  }
  .bio .vc_col-sm-7 .vc_custom_heading{
    text-align: center!important;
  }
  #illustrator-section-three .footer-bio{
    margin-top: 20px;
  }
  .c-logo,
  .c-corazon,
  .c-down{
    display: none!important;
  }
  .w-nav-list.level_1 .menu-logo{
    max-width: 130px;
  }
  .ush_menu_1.type_mobile .menu-item:not(.menu-btn):not(.c-menu-btn) .w-nav-anchor.level_1 {
    font-size: 25px!important;
    margin-bottom: 5px;
  }
  .w-nav-list.level_1 .menu-btn{
    position: relative!important;
    margin-left: auto!important;
    margin-right: auto!important;
    margin-bottom: auto!important;
  }
  /*.w-nav-list.level_1 .last-item{margin-bottom: 0px;}*/
  .page-template-default h1.vc_custom_heading,
  .page-template-default h1.vc_custom_heading:not([class*="us_custom_"]){
    font-size: 80px!important;
  }
  #overons-section-one h1{
    max-width: 510px;
    margin-left: auto;
    margin-right: auto;
  }
  .contact-info p{
    font-size: 28px!important;
  }
  #case-section-one .g-cols .vc_col-sm-6{
    width: 100%!important;
  }
  lottie-player {
    max-width: 250px;
  }
  .home-top-title{
    position: relative;
  }
  #home-section-one .w-hwrapper{
    display: block;
  }
  #home-section-one .w-hwrapper .w-btn-wrapper{
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .home-top-title{
    margin-top: 30px;
  }
  .custom-media-filter .w-filter-item-value-label {
    padding: 0px 10px 0px 10px;
  }
  .custom-media-filter .w-filter-item-value-label{
    font-size: 18px!important;
  }
  .single-case .l-subheader-cell.at_center span{
    font-size: 20px!important;
  }
  .single-case #page-header .w-btn{
    font-size: 10px!important;
  }
  .ilustrated-ul-list ul{
    grid-template-columns: repeat(2,1fr);
  }
  #illustrator-section-one .custom-grid {
    margin-top: 90px;
  }
  .bio .vc_col-sm-5 {
    margin-bottom: 0px !important;
  }
  .custom-grid.cases-list .wpb_wrapper .w-image {
    width: 50%;
  }
}
@media(max-width: 899px){
  .custom-media-filter .w-filter-item-values {
    grid-template-columns: repeat(2,1fr);
  }
}
@media(max-width: 767px){
  .numbers.numbers-fixed{
    visibility: hidden!important;
  }
  #illustrator-section-one .custom-grid {
    margin-top: 30px;
  }
  #illustrator-section-two p{
    text-align: center!important;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  #illustrator-section-two .vc_col-sm-6{
    margin-bottom: 0px;
  }

  .page-template-default h1.vc_custom_heading,
  .page-template-default h1.vc_custom_heading:not([class*="us_custom_"]){
    font-size: 50px!important;
  }

  .page-template-default h2.vc_custom_heading,
  .page-template-default h2.vc_custom_heading:not([class*="us_custom_"]){
    font-size: 40px!important;
  }

  .page-template-default .wpb_wrapper h2.vc_custom_heading:nth-child(2),
  .page-template-default .wpb_wrapper h2.vc_custom_heading:nth-child(2):not([class*="us_custom_"]){
    font-size: 30px !important;
    max-width: 425px;
  }
  #illustrator-section-one,
  #illustrator-section-two,
  #illustrator-section-three{
    min-height: auto!important;
  }
  #werkwijze-section-one,
  #werkwijze-section-two,
  #werkwijze-section-three,
  #werkwijze-section-four,
  #werkwijze-section-five,
  #faq-section-one{
    min-height: auto!important;
  }
  #werkwijze-section-one h2,
  #werkwijze-section-two h2,
  #werkwijze-section-three h2,
  #werkwijze-section-four h2,
  #werkwijze-section-five h2,
  #werkwijze-section-two p{
    text-align: left!important;
  }
  .numbers {
    display: grid;
    grid-template-columns: repeat(2,1fr);
  }
  #overons-section-one h1 {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
  .overons-ilustraties,
  .contact-ilustraties {
    position: relative!important;
    left: auto!important;
    bottom: 0!important;
    right: auto!important;
    text-align: center!important;
  }
  .overons-ilustraties h4,
  .contact-ilustraties h4{
    text-align: center!important;
  }
  #illustrator-section-four .w-hwrapper{
    display: block;
  }
  #case-section-two .wpb_text_column .wpb_wrapper{
    column-count: 1;
  }
  .us_custom_87cb10f1 {
    font-size: 20px !important;
  }
  #home-section-three .vc_custom_heading.us_custom_aaf2e03e{
    font-size: 35px !important;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
  #home-section-three .wpb_text_column.us_custom_4618346b{
    font-size: 50px!important;
  }
  #home-section-three .w-hwrapper{
    display: block;
  }
  #home-section-three .w-hwrapper .w-btn-wrapper{
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  #home-section-four .w-hwrapper{
    display: block;
  }
  #home-section-four .w-hwrapper .w-btn-wrapper{
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  #home-section-five .vc_col-sm-12{
    margin: 0px!important;
  }
  .single-case .l-subheader.with_centering_mobiles .l-subheader-cell.at_left{
    flex-basis: 0px;
  }
  #case-section-one .vc_custom_heading.us_custom_8b937538{
    margin-bottom: 0px;
    padding-top: 0px;
    font-size: 30px !important;
  }
  #case-section-one .vc_custom_heading.us_custom_d37b3fea{
    padding-top: 0px;
    font-size: 30px !important;
  }
  body:not(.home-section-two):not(.home-section-three):not(.home-section-four):not(.home-section-five) .l-subheader-cell.at_center:after{
    display: none;
  }
  .footer-links{
    display: block;
  }
  .footer-links a{
    display: block;
    margin-right: 0px;
  }
  .custom-grid.cases-list .wpb_wrapper .w-image {
    width: 100%;
  }
}

@media(max-width: 600px){
  #page-header .w-text{
    display: none;
  }
  .contact-info p a{
    display: block;
    margin-bottom: 15px;
  }
  .contact-info p br{
    display: none;
  }
  .custom-grid .wpb_wrapper,
  .custom-grid .vc_column-inner{
    padding: 0px!important;
  }
  .custom-media-filter .w-filter-item-values {
    grid-template-columns: repeat(1,1fr);
    grid-gap: 10px;
    padding: 0px;
  }
  .single-case .l-subheader-cell.at_right{
    display: none;
  }
  .ilustrated-ul-list ul{
    grid-template-columns: repeat(1,1fr);
    grid-gap: 30px;
  }
  .page-id-910 #page-header .w-btn{
    display: none;
  }
}
@media(max-width: 400px){
  #home-section-three .wpb_text_column.us_custom_4618346b{
    font-size: 35px!important;
  }
}