:root {
    --primary-color: red;
    --secondary-color: blue;
    --background-color: green;
}
.container-fluid{
     padding: 0 140px!important;
}
/* TYPOGRAPHY */

body,html {
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    scroll-behavior: smooth;
}


header {
    position: fixed;
}
img.bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

h1 {
    font-weight: 600;
}

h2 {
    font-weight: 600;
    font-size: 18px;
    line-height: 38px;
}

h3 {
    font-weight: 600;
}

h4 {
    font-weight: 600;
}
a{
    transition: opacity .15s linear;
    -webkit-transition-property: opacity;
}
/* unvisited link */
a:link {
}

/* visited link */
a:visited {
}

/* mouse over link */
a:hover {
    color: inherit;
    opacity: 0.6;
    text-decoration: none;
}

/* selected link */
a:active {
}

p, ul {
    font-size: 14px;
    line-height: 24px;
}
p.lead{
    font-weight:600;
    font-size: 14px;
    line-height: 24px;
}
ul {
}

li {
}

blockquote {
}

::selection {
    background: #e2eae2;
}
::-moz-selection {
    background: #e2eae2;
}
::-webkit-selection {
    background: #e2eae2;
}

/* COMMON ELEMENTS */
.btn {
}

.btn:hover {
}

img {
}
.youtube iframe, .youtube object, .youtube embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.youtube img{
    width: 100%;
    height: auto;
}
.youtube{
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.img-load-wrap {
    overflow: hidden;
}

.img-load-wrap img {
    width: 101%;
    height: 101%;
    filter: blur(10px);
    margin: -10px;
    transition: filter 0.25s;
}
.img-load-wrap img.loaded {
    width: 100%;
    height: 100%;
    margin: 0;
    filter: none;
}
.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* HEADER */

header {
    width: 100%;
    height: 80px;
    background-color: #F5F5F5;
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
}
header  *{
    height:100%;
    position:relative;
}
header .contactinfo{
    display: inline-block;
    height: auto;
    padding-top: 31px;
    font-size: 12px;
}
header .contactinfo a{
    color: #707070;
}
header .contactinfo a:first-child:after{
    content: "";
    height: 2px;
    background-color: #707070;
    width: 22px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -43px;
}
header .contactinfo a:first-child{
    margin-right: 67px;
}
.logo-wrap {
    width: auto;
    display: inline-block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    height: 100%;
    max-width: 300px;
    padding: 24px 0px;
}
.logo-wrap a{
    width: 100%;
}
.logo-wrap a:hover img {
    opacity: .9;
}
.logo-wrap img{
    object-fit: contain;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    transition: .25s;
}

.menu-wrapper {
}
.menu-button-wrap{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    z-index: 10000;
    pointer-events: none;
}
#menu{
    display: none;
    width: 100%;
    height: 100vh;
    background-color: #3D3D3D;
    margin: 0;
    padding: 0;
    position: fixed;
    z-index: 99;
}
.main-menu.header-menu{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.menu-main-container > ul{
    padding-inline-start: 0px;
    text-align: center;
    list-style: none;
    padding-bottom: 64px;
    border-bottom: 1px solid white;
    margin-bottom: 64px;
}
.menu-main-container > ul > li{
    padding-bottom: 8px;
}
.menu-main-container > ul > li a{
    text-decoration: none;
    font-size: 32px;
    color: #fff;
    font-weight: 600;
    
}
.menu-main-container > ul > li.current_page_item a{
    text-decoration: underline;
}
.menu-button{
    pointer-events: auto;
    position: absolute;
    right: 56px;
    top: 28px;
    color: #707070;
    transition: color .25s;
}
.menu-button.open{
    color:#FFF;
}
/* POST ARCHIVE */

#post-row {
    padding-left: 100px;

}

#loadmore {
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 64px;
    cursor: pointer;
    transition: opacity .15s linear;
}
#loadmore:hover{
    color: inherit;
    opacity: 0.6;
}

/* POST PARTIAL */
.post-block {
    padding-right: 0;
    margin-bottom: 76px;
}

/* FOOTER */
.newsletter-cta{
    text-align: center;
}
footer {
}

.byron-bottom {
}

.back-top-top {
}

.back-top-top:hover {
}

/* HOME */
.page-top {
    height: 80vh;
    max-height: 840px;
    width: 100%;
    margin: 0;
    padding: 0;
    background-size: cover;
    color: #fff;
    margin-bottom: 105px;
    background-position: center;
}

.page-top h1{
    font-size: 44px;
    line-height: 50px;
}
.cta-wrap{
    max-width:350px;
}

.cta-container {
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
}
.cta-link.white{
    color: #fff;
}

.cta-link:before{
    content: "";
    background-image: url(/wp-content/themes/byron/assets/img/svg/link-arr-dark.svg);
    position: absolute;
    left: 0;
    background-size: contain;
    width: 21px;
    height: 12px;
    top: 6px;
}
.cta-link.white:before{
    background-image: url(/wp-content/themes/byron/assets/img/svg/link-arr.svg);
}
.cta-link{
    color: #575757;
    position: relative;
    font-weight: 500;
    padding-left: 43px;
    text-transform: lowercase;
    border-bottom: 2px solid;
    padding-bottom: 6px;
    padding-right: 2px;
}
.content-block-small,
.laatste-nieuws{
    margin-bottom:100px;
}

.content-block-small .text{
    padding:45px;
    padding-left:95px;
    padding-right:95px;
    padding-bottom:45px;
    position: relative;
}
span.tab{
    color: #707070;
    margin-left: 34px;
    position: relative;
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 32px;
    display: block;
}
span.tab:before{
    content: "";
    width: 7px;
    height: 7px;
    background-color: #707070;
    border-radius: 62px;
    position: absolute;
    left: -34px;
    top: 5px;

}
span.date{
    color: #A7A7A7;
    font-size: 14px;
    margin-bottom:16px;
    display: block
}
.hero-post .text,
.laatste-nieuws .text{
    padding-left:95px;
    padding-right:95px;
    padding-bottom:45px;
    position: relative;

}

.content-block-small .text p{
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.text .cta-link{
    position: absolute;
    bottom: 0;
}
.content-block-large .text .cta-link {
    bottom: 2rem;
}
.content-block-large .text{
    background-color: #fff;
    padding: 50px;
    padding-left: 170px;
    padding-right: 170px;
    position: relative;
    padding-bottom: 100px;
}
.content-block-large{
    z-index: 1;
    position: relative;
    padding: 0 155px!important;
}
.content-large-wrap{
    -webkit-box-shadow: 0px 18px 39px 2px rgba(0,0,0,0.28);
    -moz-box-shadow: 0px 18px 39px 2px rgba(0,0,0,0.28);
    box-shadow: 0px 18px 39px 2px rgba(0,0,0,0.28);
    width: 66.666666666666667%;
    margin: 0 auto;
    margin-bottom: 134px;
}
.footer-cta .text{
    padding-right:170px;
    padding-bottom: 50px;
}
.newsletter-cta{
    background-color:#D8D8D8;
    padding: 80px 0px;
}
.newsletter-cta h2{
    font-weight: 500;
    margin-bottom:24px;
}
.newsletter-cta a{
    color: #575757;
    position: relative;
    font-weight: 500;
    padding-right: 32px;
    text-transform: lowercase;
    border-bottom: 2px solid;
    padding-bottom: 6px;
    padding-left: 2px;
}
.newsletter-cta a:after{
    content: "";
    background-image: url(/wp-content/themes/byron/assets/img/svg/link-ext.svg);
    position: absolute;
    right: -4px;
    background-size: contain;
    background-repeat: no-repeat;
    width: 22px;
    height: 19px;
    top: 1px;
}
.footer-cta{
    background-color: #F5F5F5;
    padding-top: 340px;
    margin-top: -340px;
    padding-bottom: 160px;
    padding-left: 120px;
}
footer .logo-wrap{
    width: 150px;
    display: inline-block;
    position: relative;
    left: -15px;
    transform: none;
    padding: 0;
    padding-top: 50px;
}
footer h3{
    display: inline-block;
    font-size: 14px;
}
.footer-adres{
    display: inline-block;
    position: absolute;
    left: 184px;
    font-size: 14px;
}
footer .menu-main-container > ul{
    padding-inline-start: 0px;
    text-align: left;
    list-style: none;
}
footer .menu-main-container > ul > li{
    padding-bottom: 0;
    display: inline-block;
    margin-right: 42px;
}
footer .menu-main-container > ul > li a{
    text-decoration: none;
    font-size: 14px;
    color: #000000;
    font-weight: 400;
    
}
footer .menu-main-container > ul > li.current_page_item a{
    text-decoration: underline;
}
footer .menu-main-container{
    display: inline-block;
    position: absolute;
    left: 184px;
}
footer .row.contact > div{
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    padding:16px 0px;
}
footer .row.sitemap > div{
    border-bottom: 1px solid #E5E5E5;
    padding:16px 0px;
    text-transform: lowercase;
}
footer .socials{
    display: inline-block;
    float: right;
    height: 110px;
    padding-top: 50px;
}
footer .socials a{
    margin-left:24px;
}
footer .socials a img{
    width:16px;
    height:16px;

}

.footer-adres span.tel{
    margin-left: 42px;
    margin-right: 42px;
}
.footer-adres span a{
    color: #000;
}

.bread-crumbs{
    height: 30px;
    background-color: #fff;
    position: absolute;
    top: 80px;
    left: 50%;
    margin: 0;
    transform: translateX(-50%);
    text-transform: lowercase;
    font-size: 10px;
    font-weight: 600;
    opacity: 0.9;
    color: #707070;
    width: 100%;
    background-clip: content-box;
}
.bread-crumbs a{
    color: inherit;
    font-weight: 500;
}
.flex-content{
    background-color: #fff;
    -webkit-box-shadow: 0px 18px 39px -10px rgba(0,0,0,0.28);
    -moz-box-shadow: 0px 18px 39px -10px rgba(0,0,0,0.28);
    box-shadow: 0px 18px 39px -10px rgba(0,0,0,0.28);
    margin-bottom:134px;
    padding: 0 140px;
    padding-bottom: 134px;
    padding-top: 90px;
}
.flex-content h1{
    font-size: 44px;
    margin-bottom: 30px;
}
.flex-content .lijst,
.flex-content .quote,
.flex-content .afbeelding,
.flex-content .tekst{
    margin-bottom: 45px;
}
.tekst a {
    font-weight: bold;
    color: #000;
    border-bottom: 2px solid;
}
.header-image img{
    margin-top: 80px;
    height: 550px;
}
.quote{
    padding: 0 100px;
    font-style: italic;
    font-size: 24px;
    font-weight: 300;
}
.lijst ul{
    list-style: none;
    padding-inline-start: 111px;
}
.lijst li{
    position: relative;
    font-size: 14px;
    margin-bottom: 10px;
}
.lijst li:before{
    content: "";
    height: 2px;
    width: 24px;
    background-color: #575757;
    position: absolute;
    left: -68px;
    top: 50%;
    transform: translateY(-50%);
}
.bc-wrap{
    display: inline-block;
    padding-left: 47px;
    padding-top: 7px;
}
.bc-wrap svg{
    margin-right: 0;
    position: absolute;
    top: 11px;
    left: 30px;
    transition: left .25s linear;
}
.bc-wrap:hover svg{
    left: 25px;
}

.header-image.blog{
    margin-bottom: 72px;
}
.blog-intro{

}
.blog-intro h1{
    margin-bottom: 32px;
}
.blog-intro p{
    font-size: 16px;
}

.hero-post{
    margin-top: 64px;
    margin-bottom: 64px;
}
.post-block{
    width: 50%;
    display: inline-block;
    padding-right: 50px;
}
.cat-link{
    display: inline-block;
    font-weight: 500;
    margin-right: 23px;
    border-bottom: 2px solid;
    padding-bottom: 15px;
    /* padding-left: 34px; */
    opacity:0.3;
}
.cat-link.active{
    opacity:1;
}
.cat-link a{
    font-size: 16px;
    color: #707070;
}
.cat-links{
    padding-inline-start: 0;
    padding-bottom: 48px;
    border-bottom: 1px solid #707070; 
    margin-bottom: 48px;
}
.cat-link-row{
    padding-left: 100px;
}
.share-links{
    margin-top: 32px;
    border-bottom: 1px solid  #707070;
    padding-bottom: 32px;
    margin-bottom:54px;
}
.share-links > a{
    margin-right:20px;
}
.share-links > a:hover{
    opacity: 1;
    text-decoration: none;
}
.share-links > a svg path{
    fill: #575757;
    transition: fill .15s linear;
}
.share-links > a:hover svg path{
    fill: #707070;
}
.flex-content .post-block{
    margin-top:32px;
}

.hamburger{
    display: inline-block;
    margin-top: 0px;
    position: absolute;
    right: -41px;
    top: 4px;
    cursor: pointer;
}

.hamburger span{
    width: 22px;
    height: 3px;
    background-color: #707070;
    display: block;
    margin-bottom: 4px;
    transition: all .25s linear;
}
.hamburger:hover span {
    opacity: .7;
}
.menu-button.open .hamburger span:nth-child(1){
    width: 0px;
}
.hamburger span:nth-child(3){
    width: 17px;
}
.menu-button.open .hamburger span{
    background-color: #fff;
}
.menu-button.open .hamburger span:nth-child(3){
    width: 0px;
}
.header-bg{
    height: 355px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    background-color: #F5F5F5;
    z-index: -1;
}
.links-section{
    display: inline-block;
    font-size: 10px;
    font-weight: 500;
    margin-left: -15px;
    margin-top: 64px;
    margin-bottom: 16px;
}
.links-section a{
    color: #707070;
    text-decoration: underline;
}
.colofon{
    font-size: 10px;
    display: inline-block;
    float: right;
    font-weight: 500;
    margin-top: 64px;
}
.colofon a{
    color: #707070
}
.laatste-nieuws .text{
    padding-bottom:45px;
}
.hero-post .text{
    padding-bottom: 45px;
}
.flex-row{
    padding: 0 15px;
    position: relative;
}

.contactinfo-col span{
    display: block;
    font-size: 14px;
}
.contactinfo-col a,
.contactinfo-col span a{
    color: #000;
}
.contactinfo-col a:hover span{
    color: inherit;
    opacity: 0.6;
}
.contact-wrap > .container-fluid > .row{
    background-color: #fff;
    padding: 38vh 15px;
}
.contactinfo-col h5{
    font-size: 16px;
}
.contact-form .input-column{
    width: -webkit-fill-available;
}
textarea,
input{
    width: 100%;
    color: #575757;
    border: none;
    border-bottom: 2px solid;
    padding: 10px 0;
    padding-bottom: 16px;
}
textarea:focus,
input:focus{
    outline: none;
}
.contact-form .input-column span{

}
.contact-form .input-column input:focus{
    outline: none;
}
.two-columns{
    display: flex;
}
.two-columns .input-column:first-child{
    padding-right:10px;
}
.two-columns .input-column:last-child{
    padding-left:10px;
}
textarea{
    width:100%;
}
.submit{
    position: relative;
}
.submit input{
    background: none;
    width: 187px;
    right: 0;
    text-align: right;
    position: absolute;
    display: inline-block;
}
.submit svg{
    position: absolute;
    right: 166px;
    top: 15px;
    transition: all .15s linear;
}
.submit:hover > svg{
    right: 155px;
}


.contact-header{
    margin-bottom: 50px;
}

.contact-form{
    margin-top:-16px;
}
.cat-link-row h1{
    margin-bottom: 32px;

}
.load_more:before{
    transform: rotate(90deg);
}
.extra-links{
    display: flex;
    flex-wrap: wrap;
}
.extra-links a{
    width: 33.33333333333333%;
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
}
.main-menu .socials{
    max-width: 150px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 128px;
}
.contactinfo-col .tab{
    margin-top:80px;
}

.socials svg path{
    fill: #575757;
}
#menu .socials svg path{
    fill: #fff;
}
.contactinfo-col .socials a{
    margin-right: 16px;
}
.bedrijfsinfo{
    margin-top: 2em;
}
div.sidebar{
    width: 140px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #fff;
    height: 80vh;
    max-height: 840px;
}
div.sidebar .tab{
    transform: rotate(-90deg) translateY(-100%);
    color: #707070;
    bottom: 27px;
    position: absolute;
    left: 64%;
    font-size: 12px;
    margin-left: 0;
    margin-bottom: 0;
    white-space: nowrap;
    transform-origin: left;

}
.ontdek-meer{
    position: absolute;
    top: 85px;
    z-index: 1;
    cursor: pointer;
}
.ontdek-meer span{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-size: 12px;
    white-space: nowrap;
    top: 55px;
    color: #707070;
}
.ontdek-meer svg {
    transition: .25s;
}
.ontdek-meer:hover svg {
    transform: scale(.9);
}
.archive .ontdek-meer,
.blog .ontdek-meer{
    top: -4px;
}
#no-category {
    margin-bottom: 4rem;
}
.page-template-overview-pages-php .page-top {
    height: 550px;
}

.link-grid{
    display: grid;
    grid-template-columns: auto auto auto;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.link-block{
    padding: 25px;
    position: relative;
    height:240px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-box-shadow: 0px 18px 39px 2px rgba(0,0,0,0.28);
    -moz-box-shadow: 0px 18px 39px 2px rgba(0,0,0,0.28);
    box-shadow: 0px 18px 39px 2px rgba(0,0,0,0.28);
}
.link-block h4{
    color: #fff;
    font-weight: 600;
    position: absolute;
    bottom:25px;
    left: 25px;
    font-size: 1.2rem;
}
.page-template-overview-pages .footer-cta{
    margin-top: -200px;
}
.page-template-sitemap li,
.flex-content li {
    list-style: none;
    position: relative;
    padding-inline-start: 93px;
    font-size: 14px;
    margin-bottom:1em;
}
.page-template-sitemap ul,
.flex-content ul {
    padding-inline-start: 0;
    position: relative;
}
.page-template-sitemap li:before,
.flex-content li:before{
    content: "";
    position: absolute;
    height: 2px;
    left: 0px;
    top: calc(50% - 1px);
    width: 24px;
    background-color: black;
}
.wsp-container > .wsp-posts-list > li::before{
    content: none;
    
}
.wsp-container > .wsp-posts-list > li{
    padding-inline-start: 0px;
}
.wsp-category-title{
    font-size: 1.5rem;
    padding-bottom: 1em;
    display: block;
}
.wsp-container .wsp-category-title a{
    text-decoration: none;
}

.page-template-sitemap h1{
    margin-bottom: 24px;
}
footer li:before,
#menu li:before{
    content: none!important;

}
footer li,
#menu li{
    font-size: unset!important;
    padding-inline-start: 0px!important;
    margin:unset;
}
.wsp-container a{
    color: #000;
    text-decoration: underline;
}