/*
Theme Name: Websita Child Theme
Theme URI: http://websita/n;
Description: Websita Child Theme for your Customizations.
Author: websita
Author URI: http://websita.nl
Template: websita
Version: 1.1
*/

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;
}
.font-special, .button {
    font-family: ia-font, Arial, Helvetica, sans-serif !important;
}
#navigation > ul > li > a {
	  font-family: ia-font, Arial, Helvetica, sans-serif !important;
}
	
@font-face {
  font-family: 'ia-font';
  src: url('https://notarisafspraak.vastgoedplan.nl/wp-content/themes/websita-child/fonts/ia-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'ia-font';
  src: url('https://notarisafspraak.vastgoedplan.nl/wp-content/themes/websita-child/fonts/ia-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;
}

/* mobiele header cta knoppen */
#mobile-header .logo {
    margin-top: 18px;
    float: left;
    width: 42% !important;
    display: inline-block;
    margin-right: 15px;
    margin-left: 15px;
}
div#mobile-header .container, div#mobile-header .sixteen.columns {
    width: 100%;
}
#mobile-header .logo {
      margin-top: 18px !important;
    float: left !important;
    width: 42% !important;
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
}
a.info-btn {
    display: inline-block;
    background: #003668;
    text-align: center;
    border-radius: 3px;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    padding: 3px 7px;
    margin-top: 23px;
}
a.voorwaarden-btn {
    display: inline-block;
    background: #ff5e00;
    text-align: center;
    border-radius: 3px;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    padding: 3px 7px;
}
@media only screen and (max-width: 760px){
.logo img {
    max-width: 100% !important;
	}}