/*
Theme Name: Deepvelop Theme
Description: Custom Deepvelop theme
Author: Deepvelop
Author URI: https://deepvelop.nl/
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/
.fusion-tb-header img[title=ithec_logo] {
  min-width: 188px;
}

.gtranslate_wrapper a {
  color: white;
  font-size: 16px;
  font-weight: 600;
}
.gtranslate_wrapper a:not(:last-of-type)::after {
  content: " /";
  color: white;
}
.gtranslate_wrapper a.gt-current-lang {
  color: #ff7800;
}

.page-title h1 {
  text-transform: uppercase !important;
}
.page-title h1::before {
  content: "";
  width: 30px;
  aspect-ratio: 1/1;
  background: #ff7800;
  position: relative;
  display: inline-block;
  top: -12px;
  margin-right: 24px;
}

.awb-off-canvas-wrap.main-menu ul:not(#menu-main-menu-4) > li {
  border-bottom: 1px solid #7ca4ba;
}
.awb-off-canvas-wrap.main-menu ul:not(#menu-main-menu-4) > li button {
  color: white !important;
}
.awb-off-canvas-wrap.main-menu ul:not(#menu-main-menu-4) > li:hover button {
  color: #ff7800 !important;
}

.awb-off-canvas-wrap.main-menu nav > ul:not(#menu-main-menu-3):not(#menu-main-menu-4):first-of-type > li:first-of-type {
  border-bottom: none;
}

.awb-off-canvas-wrap.main-menu nav > ul:not(#menu-main-menu-4):first-of-type > li:first-of-type > a {
  color: white !important;
  font-size: 19px;
  font-weight: 400;
  font-family: "Roboto Condensed", sans-serif;
}

.awb-off-canvas-wrap.main-menu nav > ul:not(#menu-main-menu-3):not(#menu-main-menu-4):first-of-type > li:first-of-type > a {
  color: #ff7800 !important;
  font-size: 19px;
  font-weight: 400;
  font-family: "Roboto Condensed", sans-serif;
}

.awb-off-canvas-wrap.main-menu ul:not(#menu-main-menu-3) > li a {
  color: white !important;
  font-size: 19px;
  font-weight: 400;
  font-family: "Roboto Condensed", sans-serif;
}
.awb-off-canvas-wrap.main-menu ul:not(#menu-main-menu-3) > li ul > li > a {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #7ca4ba !important;
}

.awb-off-canvas-wrap.main-menu nav > ul#menu-main-menu-4 > li > a {
  color: #7ca4ba !important;
  font-size: 16px;
}
.awb-off-canvas-wrap.main-menu nav > ul#menu-main-menu-4 > li > a:hover {
  color: #ff7800 !important;
}

.fa-angle-right, .fa-angle-left {
  color: #ff7800 !important;
}

ul li {
  margin-bottom: 10px !important;
}

.h2--slab {
  font-family: "Roboto Slab", sans-serif;
  color: #5b7f92;
  font-size: 30px;
  line-height: 30px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
}

@media (min-width: 1280px) {
  .h2--slab {
    font-size: 50px;
    line-height: 50px;
  }
}
.subpages .card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  padding-bottom: 64px;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 64px;
}
.subpages .card:nth-child(odd) .image {
  order: 2;
}
.subpages .card h2 {
  margin-bottom: 1rem;
}
.subpages .card .description {
  --link_hover_color: #003755 !important;
  --link_color: #003755 !important;
  color: #003755 !important;
  transition: none !important;
}
.subpages .card .image {
  -o-object-fit: cover;
     object-fit: cover;
  width: calc(100% - 27px);
  height: 100%;
  min-height: 280px;
  position: relative;
}
.subpages .card .image::before {
  content: "";
  display: block;
  background: #f1f4f5;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 27px;
  left: 27px;
  z-index: 0;
  transition: all 0.3s ease;
}
.subpages .card .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 1;
}
.subpages .card .action {
  margin-top: 32px;
  margin-bottom: 0;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
.subpages .card .action i {
  margin-right: 5px;
}
.subpages .card:hover .image::before {
  top: 20px;
  left: 20px;
}
.subpages .card:hover .description {
  color: #003755 !important;
}

.sibling-pages .parent-title {
  color: #003755;
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 32px;
  text-transform: uppercase !important;
  font-family: Roboto, sans-serif;
}
.sibling-pages .sibling-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 48px 24px;
}
.sibling-pages .sibling-list .sibling-card .sibling-title {
  font-size: 18px;
  line-height: 26px;
  margin-top: 0px;
  margin-bottom: 8px;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  transition: 0.3s all ease;
  color: #003755 !important;
}
.sibling-pages .sibling-list .sibling-card .sibling-title i {
  margin-right: 5px;
}
.sibling-pages .sibling-list .sibling-card .description {
  margin-bottom: 0px;
  color: #003755 !important;
}
.sibling-pages .sibling-list .sibling-card:hover .sibling-title {
  color: #ff7800 !important;
}

.breadcrumbs {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 14px;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  border-bottom: 1px solid #f0f0f0;
  display: inline-flex;
  align-items: center;
  line-height: 19px;
}
.breadcrumbs i.fas {
  margin-left: 13px;
  margin-right: 12px;
  font-size: 19px;
}

.link-btn {
  font-weight: bold;
}

.after-layer {
  position: relative;
  z-index: 1;
}
.after-layer::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #f1f4f5;
  position: absolute;
  top: 27px;
  left: 27px;
  z-index: -1;
}

.sub-subpage-content h2 {
  position: relative;
  font-family: "Roboto Slab", sans-serif !important;
  padding-bottom: 1rem;
  color: #144e93;
  font-size: 24px !important;
  line-height: 33px;
  margin-bottom: 50px;
}
.sub-subpage-content h2:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  border-top: 1px solid #ff7800;
}

@media (min-width: 73.4375em) {
  .sub-subpage-content h2 {
    width: 200px;
    margin-left: -230px;
    float: left;
    margin-bottom: 0;
  }
  .sub-subpage-content h2:nth-child(1) {
    margin-left: auto;
    margin-right: -230px;
    float: right;
  }
}
.footer-socials {
  display: inline-grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 10px;
  width: 60%;
}

ul#menu-footer-menu-voor-opdrachtgevers > li > a, ul#menu-footer-menu-voor-professionals > li > a {
  color: #ff7800 !important;
}
ul#menu-footer-menu-voor-opdrachtgevers > li ul > li > a, ul#menu-footer-menu-voor-professionals > li ul > li > a {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: white !important;
  margin-bottom: 10px !important;
}
ul#menu-footer-menu-voor-opdrachtgevers > li ul > li > a:hover, ul#menu-footer-menu-voor-professionals > li ul > li > a:hover {
  color: #ff7800 !important;
}
ul#menu-footer-menu-voor-opdrachtgevers > li ul > li ul > li > a, ul#menu-footer-menu-voor-professionals > li ul > li ul > li > a {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #5b7f92 !important;
  margin-bottom: 0 !important;
}

.textshaddow {
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
}

.footer-socials svg:hover path.social-icon__fill--hover, .footer-socials svg:hover circle.social-icon__stroke--hover {
  transition: all 0.5s ease;
}

.footer-socials svg:hover path.social-icon__fill--hover {
  fill: #ff7800 !important;
}

.footer-socials svg:hover circle.social-icon__stroke--hover {
  stroke: #ff7800 !important;
}

.fusion-tb-header .fusion-sticky-transition * {
  color: #003755;
}
.fusion-tb-header .fusion-sticky-transition svg g {
  fill: #003755 !important;
}
.fusion-tb-header .fusion-sticky-transition .gtranslate_wrapper a:not(:last-of-type)::after {
  color: #003755 !important;
}
.fusion-tb-header .fusion-sticky-transition a:hover {
  color: #ff7800 !important;
}

.support a {
  position: relative;
}

.sibling-pages {
  background: #d9e1e6 !important;
  padding: 48px 69px !important;
}

.sibling-spacer {
  height: 96px;
}

.current_page_item * {
  color: #ff7800 !important;
}

li.menu-item:hover > a * {
  color: azure !important;
}

li.menu-item > a * {
  transition: color 0.3s;
}

#block-quiz {
  display: none;
  grid-template-columns: 520px auto 520px;
}
#block-quiz .title {
  color: #FF7800;
  padding: 0px 30px;
  grid-row: 1/span 1;
  font-family: roboto, sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
  text-align: center;
}

body.home .fullwidth-box.video-background .fullwidth-video {
  position: fixed !important;
}
body.home .fusion-tb-footer {
  position: relative !important;
  z-index: 1 !important;
}

@media (max-width: 1480px) {
  .hide-laptops {
    display: none !important;
  }
  #block-quiz {
    display: grid !important;
    margin-top: -15vh !important;
  }
}
@media (min-width: 800px) {
  .margin-btm-25 {
    margin-bottom: 25px !important;
  }
}/*# sourceMappingURL=style.css.map */