/*
Theme Name: DeHoogstraatV2
Theme URI: https://sixtyseven.com/
Description: This is a custom child theme for Salient
Author: Sixtyseven
Author URI: https://www.sixtyseven.com/
Template: salient
Version: 2.0
*/

/* ==============================================================
GENERAL
=================================================================*/

.hide {
	display: none !important;
}

/* ==============================================================
TYPE
=================================================================*/

.vc_custom_heading {
    letter-spacing: -0.03em;
}

/* ==============================================================
HEADER
=================================================================*/

body header#top nav > ul > li[class*="button_solid_color"] > a,
body #header-outer.transparent header#top nav > ul > li[class*="button_solid_color"] > a {
    /* padding-top: 22px!important; */
    padding-left: 9px!important;
    padding-right: 12px!important;
}

body header#top nav > ul > li[class*="button_solid_color"] > a:before,
body #header-outer.transparent header#top nav > ul > li[class*="button_solid_color"] > a:before {
    height: 30px;
}

/* Meta menu */

body #header-secondary-outer nav > ul > li a {
    font-size: 1em;
    font-weight: 600;
}
body #header-secondary-outer nav > ul > li a:hover {
    text-decoration: underline;
}
body #header-secondary-outer nav > ul > li.menu-item-has-children > a:hover {
    text-decoration: none!important;
}

body #header-secondary-outer nav > ul > li.menu-item-has-children > a:after {
    content: '\f107';
    opacity: 0.75;
    font-family: FontAwesome;
    padding-left: 6px;
    font-size: 1em;
    -webkit-transition: 200ms all ease;
    transition: 200ms all ease;
}
body #header-secondary-outer nav > ul > li.menu-item-has-children > a:hover:after {
    opacity: 1;
}

#header-secondary-outer ul {
    height: initial;
}

body[data-header-color="custom"]:not(.material) #header-secondary-outer {
    border-bottom: 1px solid rgba(0,0,0,0);
}
body[data-header-color="custom"]:not(.material) #header-secondary-outer nav >ul >li >a {
    border-left: 1px solid rgba(0,0,0,0);
}
body[data-header-color="custom"]:not(.material) #header-secondary-outer nav >ul >li:last-child {
    border-right: 1px solid rgba(0,0,0,0);
}

.diap{
    background-color:#f58026;
}
#header-secondary-outer nav > ul > li.diap >  a{
    color:#ffffff!important;
}
#header-secondary-outer[data-lhe="animated_underline"] nav >ul.sf-menu >li.diap:hover >a { 
	color: #ffffff !important; 
}
}
/* Mobile */

#slide-out-widget-area.slide-out-from-right .inner .off-canvas-menu-container li {
    padding-bottom: 6px;
}

#slide-out-widget-area.slide-out-from-right .inner .off-canvas-menu-container li a {
    opacity: 1;
}

.mobile-only .menu li:last-child {
    border-top: 1px solid rgba(0,0,0,0.12);
    border-bottom: 1px solid rgba(0,0,0,0.12);
    margin-top: 30px;
    padding-top: 6px;
}

/* ==============================================================
BUTTONS
=================================================================*/

html body .light .wpb_text_column a {
    color: inherit
}
html body .nectar-button.medium {
    font-size: 0.9375em;
}

/* ==============================================================
HERO
=================================================================*/

/* body .slider-pagination {
    bottom: 45px;
}

body .swiper-slide .content {
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: -10px 10px 0 0 rgba(245,128,38, 0.75);
    max-width: 50%;
    padding-bottom: 30px !important;
    padding-left: 30px;
    padding-right: 30px;
    display: inline-block;
    width: auto;
}

@media only screen and (min-width: 1000px) {
    body .swiper-slide .content {
        padding: 0px 40px;
        margin-left: 140px;
        display: inline-block;
        width: initial;
    }
}

.full-width-section > .col.span_12.dark .swiper-slide .content h2 {
    color: #F58026;
    margin-top: 30px;
}

.full-width-section > .col.span_12.dark .swiper-slide .content p {
    color: #717073;
}

@media only screen and (max-width:690px) {
    body .nectar-slider-wrap[data-full-width="true"][data-fullscreen="false"] .swiper-slide .content h2 {
        font-size: 1.875em!important;
        line-height: 1.1em!important;
    }
    body .nectar-slider-wrap[data-full-width="true"][data-fullscreen="false"] .swiper-slide .content p {
        font-size: 1.3125rem !important;
        letter-spacing: 0;
        line-height: 1.2em !important;
    }
    body .swiper-slide .content {
        display: block;
        max-width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }
} */

/* ==============================================================
NEWS & BLOG
=================================================================*/

.home .full-width-section > .col.span_12.dark .blog-recent .col .post-header h3 {
    color: #333333;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}
.home .full-width-section > .col.span_12.dark .blog-recent .col a.entire-meta-link:hover ~ div .post-header h3 {
    color: #F58026;
}

.blog-recent[data-style*="classic_enhanced"] .post-meta .nectar-love {
    display: none;
}

html .home .blog-recent .col .post-header .meta,
.blog-recent[data-style*="classic_enhanced"] .excerpt  {
    color: #717073;
    font-size: 0.9375em;
}

.home .blog-recent[data-style*="classic_enhanced"] .has-post-thumbnail .excerpt {
    display: none;
}

@media only screen and (min-width: 1000px) {
.home .blog-recent[data-style*="classic_enhanced"].columns-3 .span_4, .blog-recent[data-style="material"].columns-3 .span_4 {
    margin-bottom: 0;
}}

@media only screen and (min-width: 690px) {
    html .ascend.single-post .container-wrap {
        background-color: #ffffff;
    }

    body[data-ext-responsive="true"].single-post .container-wrap.no-sidebar .post-area {
        background-color: #ffffff;
        border-radius: 5px;
        padding: 45px !important;
        padding-right: 45px !important;
        max-width: 800px;
    }
}

.single-post .container-wrap {
    padding-bottom: 0;
}

.single-post .related-post-wrap {
    background-color: #EFF3F5;
    margin-top: 0 !important;
}

.single-post .date-time {
    font-size: 1rem;
    margin-block-end: 1rem;
}

/* ==============================================================
CUSTOM
=================================================================*/

.row-border-orange .row-bg.using-bg-color {
    border: 8px solid #F58026;
    background-color: transparent;
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,128,38,0.1) 100%) !important;
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(245,128,38,0.1) 100%) !important;
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(245,128,38,0.1) 100%) !important;
    opacity: 1 !important;
}
.row-border-orange .wpb_column {
    border-right: 8px solid #F58026;
}
@media (min-width: 1000px) {
	body .row-border-orange .wpb_column.vc_col-sm-4 {
		width: 33%;
	}
}
.row-border-orange h3 {
    color: #F58026;
}

@media (max-width: 690px) {
.wpb_row.row-shortcuts.row-border-orange .span_12 > .col.padding-2-percent.wpb_column {
    padding: 24px !important;
}}

.row-grid-shortcuts {
    box-shadow: inset 0 0 0 1px rgba(0,0,0,0.12);
    margin-bottom: 30px;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 5% !important;
}

.row-grid-shortcuts .wpb_column  {
    margin-left: 0;
}
@media (min-width: 1000px) {
    body .vc_row-fluid.row-grid-shortcuts .vc_col-sm-4 {
        width: 33.333%;
    }
    body .vc_row-fluid.row-grid-shortcuts .vc_col-sm-6 {
        width: 50%;
    }
}

div[data-bg-color="#717073"]:before {
    background-color: transparent;
    background: -moz-linear-gradient(left, rgba(113,112,115,1) 0%, rgba(113,112,115,0.66) 48%, rgba(113,112,115,0) 100%) !important;
    background: -webkit-linear-gradient(left, rgba(113,112,115,1) 0%,rgba(113,112,115,0.66) 48%,rgba(113,112,115,0) 100%) !important;
    background: linear-gradient(to right, rgba(113,112,115,1) 0%,rgba(113,112,115,0.66) 48%,rgba(113,112,115,0) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#717073', endColorstr='#00717073',GradientType=1 );
    opacity: 1 !important;
}
.nectar-fancy-ul[data-list-icon="icon-angle-right"] li a {
    display: block;
    padding-bottom: 6px;
    padding-top: 6px;
    border-bottom: 1px solid #F2F2F2;
}


/* ==============================================================
FOOTER
=================================================================*/

@media only screen and (min-width: 1000px) {
    #footer-widgets > .container > .row {
        display: -webkit-flex;
        display: flex;
    }

    #footer-social {
        text-align: right;
    }
}

#footer-social li {
    display: inline-block;
    text-align: center;
}

#footer-social li a {
    border: 2px solid rgba(0,0,0,0.12);
    border-radius: 75px;
    display: inline-block !important;
    line-height: 71px;
    margin-right: 12px;
    width: 75px;
    -webkit-transition: all 150ms;
    transition: all 150ms;
}
#footer-social li a:hover {
    border-color: rgba(0,0,0,0.25);
}
#footer-social li a i {
    font-size: 1.875em;
}

@media (max-width: 690px) {
    #footer-social li a {
        width: 50px;
        line-height: 48px;
    }
    #footer-social li a i {
        font-size: 1.5em;
    }
}


body #sidebar h4, body .widget h4, body #footer-outer .widget h4 {
    font-size: 1.3125em !important;
    font-weight: 400;
}

body #sidebar p, body .widget p, body #footer-outer .widget p {
    font-size: 0.9375em;
    font-weight: 400;
}

#footer-outer .widget_nav_menu ul li a {
    font-size: 1.235em;
}

#footer-outer .widget_nav_menu ul li a:after {
    content: '\f105';
    display: inline-block;
    font-family: FontAwesome;
    font-size: 0.85em;
    padding-left: 12px;
}

@media only screen and (min-width: 1000px) {
    /* #footer-outer #link-zorgkaart {
        position: absolute;
        bottom: 0;
        right: 0;
    }
    #footer-outer #hkz-logo {
        height: 60px;
        position: absolute;
        bottom: 4px;
        right: 237px;
    } */
}
@media only screen and (max-width: 1000px) {
    #footer-outer #link-zorgkaart {
        display: inline-block;
        margin-top: 21px;
    }
    #footer-outer #hkz-logo {
        height: 60px;
        display: inline-block;
    }
}

#header-outer .sf-menu .sub-menu li a {
    padding: 8px 14px !important;
}