a,
a:visited {
    text-decoration: none;
    color: #000;
}
.new_blog article {
    display: flex;
    flex-wrap: wrap;
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
}

.blog .new_blog article {
    box-shadow: 0 0 10px 2px rgb(0 0 0 / 6%);
    margin-bottom: 40px;
    position: relative;
}
.blog .new_blog article .post_thumb {
    width: 50%;
    margin: 0;
}
.blog .new_blog article .thumb_content {
    width: 50%;
}
.blog .new_blog article .post_thumb a img {
    width: 100%;
    height: 100%;
}
.blog .new_blog article .entry-content p {
    margin-bottom: 15px;
    line-height: 160%;
    font-size: 15px;
    max-height: 46px;
    overflow: hidden;
}
.blog .new_blog .post-date-format {
    background: 0;
    color: #555;
    position: relative;
    width: auto;
    height: auto;
    text-align: left;
    padding-top: 0;
}
.blog .new_blog .post-date-format span {
    display: inline;
    font-size: 14px;
    font-weight: 400;
}
.single-post article {
    box-shadow: 0 0 10px 2px rgb(0 0 0 / 6%);
    position: relative;
}
.single-post .post-thumbnail img {
    width: 100%;
    height: auto;
}
.blog article header h2 {
    font-size: 20px;
    font-weight: 400;
    line-height: 140%;
}
.blog article header {
    box-shadow: none;
}
.blog article .entry-meta {
    display: none;
}
.blog article .entry-content {
    margin-top: 5px;
}
.blog article .thumb_content {
    padding: 25px 30px;
}
.blog article .btn-primary {
    border-radius: 0;
    text-transform: uppercase;
    font-size: 14px;
    padding: 11px 25px;
    margin: 5px 0 0 0;
    color: #fff;
    display: inline-block;
    border-radius: 50px;
}
.blog article .btn-primary:hover {
    color: #f57c21;
}
.blog .widget-area {
    padding-left: 15px;
}
.blog .widget-area .widget {
    box-shadow: 0 0 10px 2px rgb(0 0 0 / 6%);
    margin-bottom: 40px;
    padding: 40px;
}
.blog .widget-area h2,
.blog article .thumb_content h1 {
    font-size: 23px;
    margin-bottom: 20px;
    line-height: 160%;
}
.blog .widget-area .search-form {
    background: #f4f4f4;
    display: flex;
}
.blog .widget-area .search-form label {
    margin-bottom: 0;
    width: calc(100% - 60px);
}
.blog .widget-area .search-form label input {
    background: 0;
    border: 0;
    height: 52px;
    padding: 0 15px;
}
.blog .widget-area input[type="submit"] {
    border-radius: 0;
    padding: 0;
    width: 60px;
    font-size: 0;
    background-image: url("../../../../../images/search-icon.png");
    background-repeat: no-repeat;
    background-position: center center;
}
.blog article header h2 a {
    color: #000;
    font-weight: bold;
    font-size: inherit;
}
.blog .widget-area input[type="submit"]:hover {
    background-image: url("../../../../../images/search-icon.png");
}
.post_thumb {
    min-height: 80px;
    overflow: hidden;
}
.search .inner-banner > .row {
    width: 100%;
}
.widget_categories ul {
    font-size: 16px;
}
.widget_categories ul li {
    border-top: 1px solid #efefef;
}
.widget_categories ul li:first-child {
    border-top: 0;
    padding-top: 0;
}
.widget_categories ul li a {
    padding: 20px 0 20px 38px;
    display: block;
    position: relative;
}
.widget_categories ul li a:before {
    margin: 0;
    padding: 0;
    content: "";
    background: url(../../../../../images/checklist.png) 0 0 no-repeat;
    position: absolute;
    left: 0;
    top: 18px;
    width: 23px;
    height: 23px;
}
.widget_categories ul li a:hover {
    color: #f57c21;
}
.blog article .post-thumbnail {
    overflow: hidden;
}
.blog article .post_thumb a img {
    transform: scale(1);
    transition: all 0.8s ease 0;
    width: 100%;
}
/* .blog article:hover .post_thumb a img {
    transform: scale(1.1);
} */
.post-date-format {
    width: 86px;
    height: 80px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    color: #fff;
    font-size: 14px;
    text-align: center;
    font-weight: 400;
    padding-top: 8px;
}
.post-date-format span {
    display: block;
    font-size: 30px;
    width: 100%;
    font-weight: 700;
    line-height: 40px;
}
.blog article header {
    margin-top: 0;
    padding-top: 0;
}
.blog article .thumb_content ul {
    margin-bottom: 30px;
}
.blog article .thumb_content ul li {
    margin: 10px 0;
    padding: 0 0 0 35px;
    font-size: 16px;
    line-height: 180%;
    position: relative;
}
.blog article .thumb_content ul li:before {
    margin: 0;
    padding: 0;
    content: "";
    background: url(../../../../../assets/images/checklist.png) 0 0 no-repeat;
    position: absolute;
    left: 0;
    top: 3px;
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
}
.blog article .thumb_content img {
    width: 100%;
    height: auto;
    margin-top: 10px;
}
.blog article .thumb_content h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 15px 0;
}
.navigation.post-navigation {
    height: auto;
}
.comments-area {
    display: none;
}
.navigation.post-navigation .nav-title {
    display: none;
}
.navigation.post-navigation .nav-links {
    width: 100%;
    display: none;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    flex: none;
}
.navigation.post-navigation .btn-primary {
    border-radius: 0 !important;
    padding: 10px 35px;
}
.search .page-header {
    margin-bottom: 30px;
    box-shadow: none;
    position: relative;
    z-index: 1;
}
.search .page-header h1 {
    font-size: 24px;
    font-weight: 600;
}
.search-no-results .page-content {
    margin-top: 0;
}
.search.search-no-results .page-header {
    margin-bottom: 15px;
}
.search.search-no-results [type="search"] {
    height: 40px;
    padding: 0 15px;
}
.search-no-results .search-submit {
    border-radius: 0 !important;
    margin-left: 10px;
}
.search .inner-banner {
    height: 300px;
}
.search figure.banner_circle img {
    max-width: 200px;
}
.share_this_blog {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
}
.share_this_blog .addtoany_shortcode {
    margin-left: 10px;
    margin-top: 6px;
}
.blog article .thumb_content h1 {
    font-size: 28px;
    line-height: 130%;
}
.blog article .thumb_content h2 {
    font-size: 26px;
    line-height: 130%;
    font-weight: 500;
    margin-bottom: 15px;
}
.blog article .thumb_content h3 {
    font-size: 24px;
    line-height: 130%;
    font-weight: 500;
    margin-bottom: 15px;
}
.blog article .thumb_content h4 {
    font-size: 20px;
    line-height: 130%;
    font-weight: 500;
    margin-bottom: 15px;
}
.blog article .thumb_content h5 {
    font-size: 18px;
    line-height: 130%;
    font-weight: 500;
    margin-bottom: 15px;
}
.blog .new_blog article .thumb_content h2 {
    font-size: 20px;
}
.blog article .thumb_content header{
    position: relative;
    padding: unset;
    background-color: transparent!important;
    z-index: unset;
}
.blog .inner-banner{
    display: none;
}
.pagination a.prev,
.pagination a.next{
    border: 1px solid #f57c21;
    color: #f57c21;
}
.pagination .page-numbers.current, .pagination .page-numbers:hover {
    color: #f57c21;
}
.ctasection .btn-primary{
    color: #fff;
    display: inline-block;
}
.ctasection .btn-primary:hover{
    color: #f57c21;
}
.pagination a.next:hover, .pagination a.prev:hover
{
    background-color: #f57c21;
}
.ctasection .cta-bottom h2.cta-heading{
    font-size: 28px;
}
.ctasection ul.cta-points li{
    font-size: 18px;
}
.yarpp-related .Relatedblog .content h3{
    font-size: 108%;
}
.yarpp-related .Relatedblog .btn-cont a{
    border-radius: 50px;
    font-size: 16px;
    padding: 12px 30px;
    line-height: 1;
    font-weight: 700;
    border: 1px solid #f57c20;
    background-color: #f57c20;
    border-color: #f57c20;
    color: #fff;
}
.yarpp-related .Relatedblog .btn-cont a:hover{
    background-color: transparent;
    color: #f57c20;
}
.yarpp.yarpp-related{
    margin: 0;
}

.blog .widget-area .widget_search{
    padding: 0 0 0 40px;
    box-shadow: none;
}
.blog .widget-area .widget_search input{
    border: none;
    padding: 8px;
    font-size: 18px;
    color: #000;
    font-weight: 400;
}
.blog .widget-area .widget_search .wp-block-search__inside-wrapper{
    border-bottom: 2px solid #000;
}
.blog .widget-area .widget_search button{
    font-size: 0;
    width: 30px;
    background: url(../../../../../assets/images/search-icon.png) 0 0 no-repeat;
    border: none;
    background-position: center;
    background-size: 59%;
}
.blog .widget-area .widget_search input::placeholder{
    font-style: italic;
    color: #333;
}
.blog .widget-area .widget_search .wp-block-search__label{
    display: none;
}
.blog .widget-area .widget_categories ul li a:before{
    background: url(../../../../../assets/images/checklist.png) 0 0 no-repeat;
}   
.blog .widget-area .widget_categories ul li a{
    font-weight: 600;
}
.blog .widget-area .wp-block-categories::before{
    content: 'Categorieën';
    font-size: 32px;
    font-weight: 400;
    color: #333;
    padding-bottom: 28px;
    display: block;
}
.blog .ctasection .ctasection-inner{
    background-size: cover;
    background-position: center;
}
.blog .ctasection {
    background-color: #262a40;
}
.blog .ctasection .inside-sec{
    padding: 36px;
    min-height: 714px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.inside-sec-bottom > h3{
    font-size: 32px;
    padding: 31px 40px;
    text-align: center;
    background-color: #fff;
    color: #14213d;
}
.inside-sec-bottom{
    background-color: #14213d;
    border: 2px solid #fff;
    border-radius: 2px;
    padding-bottom: 20px;
}
.inside-sec-bottom > img{
    display: block;
    text-align: center;
    width: auto;
    margin: 20px auto;
}
.inside-sec-bottom span{
    display: block;
    text-align: center;
    font-size: 22px;
    color: #fff;
    margin-bottom: 20px;
}
.ctasection .cta-text-btm {
    padding-bottom: 38px;
}
.ctasection .cta-text-btm p{
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    margin: 0;
    padding: 35px 30px 24px;
    font-style: italic;
}


header.fixed,
.header-white {
    background-color: #14213d !important;
    box-shadow: 0 3px 8px rgb(0 0 0 / 8%);
}
header.fixed .navigation nav li a,
.header-white .navigation nav li a {
    color: #fff;
}
header.fixed .navigation nav li:hover a,
.header-white .navigation nav li:hover a {
    color: #f57c20;
}
header.fixed .btn-primary.btn-white,
.header-white .btn-primary.btn-white {
    background-color: #fff;
    border-color: #fff;
    color: #000;
}
header.fixed .btn-primary.btn-white:hover,
.header-white .btn-primary.btn-white:hover {
    background-color: transparent;
    color: #f57c20;
}
header .logo-img .logo-black,
header.fixed .logo-img .logo-black,
.header-white .logo-img .logo-white,
.header-white .logo-img .logo-black {
    display: none;
}
.header-white .logo-img .logo-white,
header.fixed .logo-img .logo-white  {
    display: block;
}
.blog .widget-area{
    top: 147px!important;
}
.social_right a{
    color: #fff;
}
.blog .widget-area{
    position: initial!important;
    height: 100%;
}
.blog .widget-area section:nth-child(3){
    position: sticky;
    top: 40px
}
html {
    margin-top: 0 !important;
}

@media (max-width: 1700px) {
    .inside-sec-bottom > h3,
    .blog .widget-area .wp-block-categories::before{
        font-size: 28px;
    }
    .blog .ctasection .inside-sec{
        padding: 24px;
    }
    .ctasection .cta-text-btm p{
        font-size: 18px;
    }
}
@media (max-width: 1400px) {
    .blog .new_blog article .post_thumb {
        width: 100%;
    }
    .blog .new_blog article .thumb_content {
        width: 100%;
    }
    .blog .widget-area .wp-block-categories::before{
        font-size: 24px;
    }
    .inside-sec-bottom > h3{
        font-size: 24px;
        padding: 24px 16px;
    }
    .inside-sec-bottom span{
        font-size: 16px;
        margin-bottom: 14px;
        padding-left: 14px;
        padding-right: 14px;
    }
    .ctasection .cta-text-btm p{
        font-size: 16px;
    }
    .blog .ctasection .inside-sec{
        min-height: 500px;
    }
    .blog .widget-area{
        top: 109px!important;
    }
}
@media (max-width: 1366px) {
    .inside-sec-bottom > h3 {
        font-size: 18px;
        padding: 12px 12px;
    }
    .blog .ctasection .inside-sec {
        min-height: 400px;
    }
    .inside-sec-bottom span{
        margin-bottom: 8px;
    }
    .ctasection .cta-text-btm p{
        padding: 22px 24px 22px;
    }
    .blog .new_blog article {
        flex-wrap: wrap;
    }
    .blog .new_blog article .post_thumb {
        width: 100%;
    }
    .blog .new_blog article .thumb_content {
        width: 100%;
    }
    .blog .new_blog article .thumb_content h2 {
        margin-bottom: 0;
    }
}
@media (max-width: 1200px) {
    .search .page-header{
        margin-bottom: 0;
    }
    .blog .widget-area{
        width: 100%!important;
    }
}
@media (max-width: 991px) {
    .blog article .thumb_content ul li {
        font-size: 14px;
    }
    .blog article .thumb_content,
    .blog .widget-area .widget {
        padding: 25px;
    }
    .blog .widget-area {
        padding-left: 0;
    }
    .widget_categories ul li a {
        padding: 15px 0 15px 38px;
    }
    ul.Relatedblog{
        flex-wrap: wrap;
    }
    ul.Relatedblog li{
        width: calc(50% - 10px);
    }
}
@media (max-width: 767px) {
    .search .page-header{
        padding-top: 0;
    }
    .search .search-form,
    .share_this_blog {
        margin-bottom: 30px;
    }
    .search .banner_circle {
        padding-bottom: 20px;
    }
    .search .banner-caption {
        margin-bottom: 10px;
    }
    .blog article .post-thumbnail {
        display: block;
        overflow: hidden;
    }
    .blog article .post-thumbnail img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .blog .widget-area{
        width: 100%!important;
        margin-top: 0px;
        margin-bottom: 20px;
        padding-left: 0!important;
    }
    ul.Relatedblog li{
        width: 100%;
    }
    .blog .ctasection .inside-sec{
        min-height: 540px;
    }
}
