

/* Custom font */

h6 {
  font-family: "freight-text-pro",serif;
  }

 blockquote h5 {
  font-family: "freight-text-pro",serif;
font-weight: 600;
  }


.skydreamsedge .q_icon_with_title  p {
  margin-top: 5px;
  margin-bottom: 0;
  font-family: "freight-text-pro",serif;
  color: #777E98;
  font-size: 19px;
  line-height: 24px;
}


.skydreamsedge .q_icon_with_title  h3 {
  line-height: 22px;
}


/* Pagina titel */

.title_holder .title_subtitle_holder h1 span {
color: transparent;
}


/* Tijdlijn */

@media only screen and (min-width: 822px) {

   .wpb_wrapper #cd-timeline {
      margin: 0 0 80px 0 !important;
   }
}

.wpb_wrapper #cd-timeline {
    margin-top: 40px;
    margin-bottom: 80px;
}

.wpb_wrapper #cd-timeline::before {
    height: 110%;
    top: -40px;
}

h2.cd-timeline-item-title {
font-size: 20px;
font-weight: 400;
line-heigh: 24px;
}

.cd-timeline-block {
margin-bottom: 30px;
}


/* News post */

.single-post .blog_holder article .post_info {
display: none;
}

.single-post .icon_social_holder {
display: none;
}

/* Breadcrumbs */

.breadcrumb {
left: 0;
}

.title .title_holder .container {
background-color: #f9f9fb;
}


/* Vacature posts */

@media screen and (min-width: 760px) and (max-width: 1000px) { 
.vc_grid.vc_row.vc_grid-gutter-35px .vc_grid-item, .vc_grid.vc_row.vc_grid-gutter-20px .vc_grid-item{
padding-right: 10px;
}
}


/* Portfolio filter - code deels aangeleverd door support */

.vc_grid-filter.vc_grid-filter- .vc_grid-filter-item, .vc_grid-filter.vc_grid-filter-comma .vc_grid-filter-item span {
    font-family: 'Montserrat', serif;
    padding-right: 30px !important;
    padding-bottom: 50px !important;
    color: #777e98 !important;
    font-weight: 400 !important;
}

 .vc_grid-filter-item span:hover {
    color: #192656 !important;
}

/* Blog single */

.single-post .content .content_inner > .container > .container_inner {
    width: 100%;
}

.single-post .blog_holder article .post_image, .single-post .blog_holder.blog_single article .entry_title {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 1200px) {
.single-post .blog_holder article .post_image, .single-post .blog_holder.blog_single article .entry_title {
    width: 950px;
    margin-left: auto;
    margin-right: auto;
}
}


@media only screen and (max-width: 1000px) {
.single-post .blog_holder article .post_image, .single-post .blog_holder.blog_single article .entry_title {
    width: 768px;
    margin-left: auto;
    margin-right: auto;
}
}

@media only screen and (max-width: 768px) {
.single-post .blog_holder article .post_image, .single-post .blog_holder.blog_single article .entry_title {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
}
}

@media only screen and (max-width: 480px) {
.single-post .blog_holder article .post_image, .single-post .blog_holder.blog_single article .entry_title {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}
}




/* Footer */

.footer-custom h2 a {
font-size: 16px;
}

@media screen and (min-width: 767px) and (max-width: 1000px) { 
.footer-custom h2 a {
line-height: 19px;
}

.footer-custom h2 a {
margin-bottom: 20px;
line-height: 19px;
}
}

/* 404 page */

.error404 .content {
    margin-top: 80px;
}


/* Spacing desktop */

@media screen and (min-width: 767px) and (max-width: 1025px) { 
.hide-laptop {
display: none;
}
}

@media screen and (min-width: 767px) and (max-width: 1000px) { 
.hide-tablet {
display: none;
}
}

@media all and (min-width: 1000px) {
nav.main_menu ul li.hide-on-desktop {
display: none;
}