/*
Theme Name: Weby Child Theme
Theme URI: http://themeforest.com
Description: Weby Child Theme for your Customizations.
Author: weby
Author URI: https://weby.com
Template: weby
Version: 1.2
*/
.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}
Body {
    font-family: ia-font, Arial, Helvetica, sans-serif;
    line-height: 1.4em;
    font-weight: 400;
	font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: ia-font, Arial, Helvetica, sans-serif;
    font-weight: 700;
}
span.light {
	    font-weight: 400;
}
.button {
    font-family: arkhip, Arial, Helvetica, sans-serif !important;
}
.font-special {
	  font-family: arkhip, Arial, Helvetica, sans-serif !important;
	font-weight:700;
}
#navigation > ul > li > a {
	  font-family: ia-font, Arial, Helvetica, sans-serif !important;
	font-weight: 600;
	font-size:18px;
}
	
@font-face {
  font-family: 'ia-font';
  src: url('/wp-content/themes/weby-child/fonts/AvenirLTStd-Light.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'ia-font';
  src: url('/wp-content/themes/weby-child/fonts/AvenirLTStd-Heavy.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'ia-font';
  src: url('/wp-content/themes/weby-child/fonts/AvenirLTStd-Black.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'arkhip';
  src: url('/wp-content/themes/weby-child/fonts/Industry-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

/* css website */

/* route stappen project pagina's */
ul.route {
    position: relative;
    list-style: none;
}
.route li {
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 16px 0 16px 64px;
    font-size: 16px;
    min-height: 40px;
	    position: relative;
}
.route li strong {
    display: block;
    width: 100%;
    font-size: 1rem;
    color: #003668
}
.route li:before {
position: absolute;
    top: 50%;
    left: -6px;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    line-height: 52px;
    border: 6px solid #fff;
    background-color: #ffe5d6;
    border-radius: 50%;
    text-align: center;
    font-size: 18px;
    color: #eb752c;
    font-weight: 600;
    z-index: 2;
}
.route li:first-child:before {
    content: "1";
}
.route li:nth-child(2):before {
    content: "2";
}
.route li:nth-child(3):before {
    content: "3";
}
.route li:last-child:before {
    content: "4";
}
.route li:first-child:after {
    top: 50%;
}
.route li:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 23px;
    border-left: 2px dotted #cfd8dc;
    width: 0;
}
.review-column {
    background: #fff;
    border-radius: 10px;
    padding: 2% 3% !important;
}