:root {
    --color-primary: #6497eb;
    --color-secondary: #c0392b;
    --font-size: 18px;
}



/* Start Custom Fonts CSS */
@font-face {
    font-family: 'Dunbar Text';
    font-style: normal;
    font-weight: normal;
    font-display: auto;
    src: url('../fonts/Dunbar_Text-Regular.woff2') format('woff2'), url('../fonts/Dunbar_Text-Regular.woff') format('woff'), url('../fonts/Dunbar_Text-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Dunbar Text';
    font-style: normal;
    font-weight: 500;
    font-display: auto;
    src: url('../fonts/Dunbar_Text-Bold.woff2') format('woff2'), url('../fonts/Dunbar_Text-Bold.woff') format('woff'), url('../fonts/Dunbar_Text-Bold.ttf') format('truetype');
}

/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */
@font-face {
    font-family: 'Dunbar Tall';
    font-style: normal;
    font-weight: 300;
    font-display: auto;
    src: url('../fonts/Dunbar_Tall-Book.woff2') format('woff2'), url('../fonts/Dunbar_Tall-Book.woff') format('woff'), url('../fonts/Dunbar_Tall-Book.ttf') format('truetype');
}

@font-face {
    font-family: 'Dunbar Tall';
    font-style: normal;
    font-weight: normal;
    font-display: auto;
    src: url('../fonts/Dunbar_Tall-Regular.woff2') format('woff2'), url('../fonts/Dunbar_Tall-Regular.woff') format('woff'), url('../fonts/Dunbar_Tall-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Dunbar Tall';
    font-style: normal;
    font-weight: 500;
    font-display: auto;
    src: url('../fonts/Dunbar_Tall-Medium-1.woff2') format('woff2'), url('../fonts/Dunbar_Tall-Medium-1.woff') format('woff'), url('../fonts/Dunbar_Tall-Medium-1.ttf') format('truetype');
}

@font-face {
    font-family: 'Dunbar Tall';
    font-style: normal;
    font-weight: 600;
    font-display: auto;
    src: url('../fonts/Dunbar_Tall-Medium.woff2') format('woff2'), url('../fonts/Dunbar_Tall-Medium-1.woff') format('woff'), url('../fonts/Dunbar_Tall-Medium.ttf') format('truetype');
}

/* End Custom Fonts CSS */

body {
    font-family: "Dunbar Text", sans-serif !important;
    font-size: 16px;
}

/*top bar css*/
.top_bar {

    padding: 10px 0;
}

.top_bar .container {
    border-bottom: 1px solid #f0ede7;

}

ul#menu-top li a {
        color: #414045;
    margin: 0 15px;
    font-size: 14px;
    text-decoration: none;
    line-height: 24px;
}

ul#menu-top {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}

.paper img {
    width: auto;
}

.headinputbox[type=text] {
    width: 5%;
    margin-top: 5px;
    margin-bottom: 5px;
    float: right;
    border: none;
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 16px;
    background-color: white;
    background-image: url(/wp-content/uploads/Search.png);
    background-position: 16px 14px;
    background-repeat: no-repeat;
    padding: 0;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    padding-right: 69px;
    height: 50px;
}

.headinputbox[type=text]:focus {
    width: unset;
    padding-left: 42px;
    padding-right: 0;
}

.headwid1 {
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.texthead1 {
    color: #46454a;
}

.inputhead {
    border: 1px solid #fff;
    /* box-shadow: inset 0 1px 3px #ddd; */
    height: 56px;
    line-height: 56px;
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, .1);
    -o-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, .1);
    border-radius: 9px !important;
}

.logo {
    margin: 0 !important;
    padding: 0 !important;
}

section.banner_sec {
    width: 1600px;
    background: #6497eb;
    margin: 0 auto;
    min-height: 366px;
    max-width: 100%;
}

section.banner_sec .page__title {
        font-size: 64px;
    color: #fff;
    line-height: 80px;
    font-weight: 700;
}

.subtitle {
        font-size: 28px;
    color: #fff;
    font-weight: 400;
    margin-top: 0;
    line-height: 40px;
}

section.main_content-area .site-main .wp-post-image {
    width: 100%;
    max-width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 30px;
    margin-top: -130px;
}



.sidebar {
    margin-top: -300px;
}

aside.widget.widget_nav_menu h2.widget-title {
    font-size: 40px;
    color: #333333;
    line-height: 56px;
    font-weight: 400;
}

.footer .widget_nav_menu ul li a {
    color: #211d1d;
    font-size: 17px;
    
}

.footer h3.widget-title {
    
    font-size: 20px;
    line-height: 25px;
    color: #333333;
}

.footer-bottom .container {
    border-top: 1px solid #e5e5e5;
    padding-top: 10px;
}
ul#menu-menu-1 li {
    opacity: 1;
    border-bottom: 1px solid rgba(240,237,231, 1);
}
ul#menu-footer-bottom-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: end;
}

ul#menu-footer-bottom-menu li {
    margin: 0 5px;
}

aside#text-15 ul li a,
aside#text-16 .textwidget a {
    color: #414045;
    font-size: 18px;
    line-height: 36px;
}

aside#text-15 ul li {
    position: relative;
}

aside#text-15 ul {
    list-style: none;
}

aside#text-15 ul li a:after {
    content: "\f178";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 25px;
    position: absolute;
    left: -37px;
    right: auto;
    color: #6497eb;
    top: 7px;
}

aside#text-15 h2.widget-title,
aside#text-16 h2.widget-title {
    color: #333333;
    font-size: 28px;
font-weight:400;
    padding-bottom: 30px;
    border-bottom: 1px solid #E0E0E0;
}

.widget_nav_menu ul {
    position: relative;
}

.sidebar .widget.widget_nav_menu ul li a:after {
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 25px;
    position: absolute;
    left: auto;
    right: 0;
    color: #ADADAD;
    /* top: 0; */
}

.widget_text img {
    max-width: 100%;
    height: auto;
    margin-right: 10px;
    margin-top: 6px;
}

.widget_nav_menu ul>li:hover>.sub-menu li a:after {
    content: none;

}

.panel-widget-style {
    background-color: #F0EDE7 !important;
}

.header-widgets {
    margin: 0 !important;
}

@media (min-width: 1200px) {
    .container {
        width: 1400px;
    }
}

@media (max-width: 992px) {
    ul#menu-top li a {
        margin: 0 10px;
    }

    .header-widgets.sticky-element-original.element-is-sticky {
        background: #fff;
        border-bottom: 1px solid #ddd;
    }

    .headwid1 {
        justify-content: center;
        align-items: center;
        margin-right: 0px;

    }

    .backgrwidget {
        padding: 10px 15px 9px 15px !important;

    }
}

@media screen and (max-width: 992px) {
    .sidebar {
        margin-top: 0;
    }

    .custom-logo {
        width: 100%;
        height: auto;
        margin-top: 7px;
    }
}

@media (min-width: 992px) {
    .widget_nav_menu ul .sub-menu {
       padding-left: 15px;
    margin: 0;
    display: none;
    position: relative;
    top: 100%;
    left: 0;
    z-index: 1;
    transition: height 0.3s ease-in-out;
    transition-delay: 0.1s;
    }

    .widget_nav_menu ul>li:hover>.sub-menu {
        display: block;
        padding-left: 25px;
margin: 25px 0;

     
    }

    .menu-item-has-children {
        position: relative;
        padding-left: 25px;

    }

    .menu-item-has-children:before {
            content: "";
    background-image: url(/wp-content/uploads/plus.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: auto;
    color: #333333;
    top: 12px;
    width: 100%;
    height: 20px;


    }

    .menu-item-has-children:hover:before {
        content: "";
        background-image: url(https://test.digiankita.nl/wp-content/uploads/minus.png);
        background-repeat: no-repeat;
        position: absolute;
        left: 0;
        right: auto;
        color: #333333;
        top: 16px;
        width: 100%;
height:20px;
    }
.widget_nav_menu ul>li:hover>.sub-menu li {
    border-bottom: 0 !important;
}
}

h2.entry-title.h1 {
    font-size: 28px;
    line-height: 40px;
}
header.entry-header {
    margin-bottom: 50px;
}
main.site-main.Search_page .wp-post-image {
    margin-top: -263px!important;
}
main.site-main.Search_page header.entry-header {
    margin-bottom: 110px;
}
main.site-main.Search_page h2.entry-title{
font-size: 28px;
    line-height: 40px;
}
.search_header {
    border: none !important;
    margin-bottom: 0;
    color: #fff;
}
img.img-fluid.related_post_img.wp-post-image {
    height: 300px;
    object-fit: cover;
}
.row.custom-header-part .header-widgets {
    justify-content: center;
    border-top: 1px solid #dee2e6;
    padding-top: 20px;
}
.lang_menu_1 a {
    
    margin: 0 !important;
}
.lang_menu a {
    margin: 0 !important;
}
.lang_menu:before {
    content: "|";
    position: absolute;
    right: auto;
    left: 5px;
    top: 5px;
    color: #E0E0E0;
}
.lang_menu {
    position: relative;
}
footer.site-footer.footer {
    margin-top: 50px;
}