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

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

@media (max-width:1000px) {
	.container-wrap, .project-title {
		padding-top: 55px;
	}
}

.wpb_row, .wpb_content_element {
    margin-bottom: 0;
}

@media (max-width:1000px) {
    .wpb_row .col .wpb_row .col[data-using-bg="true"]:before {
        margin-left: -100px;
        width: calc(100% + 200px);
    }

    .alignright {
        float: none;
        margin-left: 0;
    }
}

.standard_section:not(.full-width-section) > .row-bg-wrap > div {
    margin-left: -30px;
    width: calc(100% + 60px);
}

.hidden {
	display: none !important;
}

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

body h1, body h2, body h3, body p, body strong,
#page-header-bg h1, .nectar-box-roll .overlaid-content h1 {
    font-family: 'Encode Sans', sans-serif;
}

body .wpb_row > .col.span_12.dark h1, body .wpb_row > .col.span_12.dark h2,
body .wpb_row > .col.span_12.dark h3, body .wpb_row > .col.span_12.dark p {
    color: #34373b;
}

body p {
    font-size: 15px;
    letter-spacing: 0.15px;
    line-height: 27px;
    padding-bottom: 17px;
}

body .intro p, body .leader p {
    font-size: 21px;
    letter-spacing: 0.15px;
    line-height: 30px;
}

body p strong, body .row .col ul li strong {
    font-family: 'Encode Sans', sans-serif;
    font-weight: 700;
}

body h4 {
    font-size: 17px;
    line-height: 1.5;
}

body h4, body h5 {
    font-family: 'Encode Sans Semi Condensed', sans-serif;
    font-weight: 700;
    letter-spacing: 0.5px;
}
body .wpb_row > .col.span_12.light h2 strong, body .wpb_row > .col.span_12.dark h4, body .wpb_row > .col.span_12.light h4, body .wpb_row > .col.span_12.dark h5 {
    color: #E83D49;
}
body .wpb_row > .col.span_12.dark .light h4, body .wpb_row > .col.span_12.dark .light h5,
body .wpb_row > .col.span_12.dark .light p {
    color: #ffffff;
}

body h1,
#page-header-bg h1, .nectar-box-roll .overlaid-content h1 {
    font-size: 42px;
    letter-spacing: -1px;
    line-height: 46px;
    text-transform: uppercase;
}

@media screen and (max-width: 768px) {
    body h1,
    #page-header-bg h1, .nectar-box-roll .overlaid-content h1 {
        font-size: 30px;
        line-height: 33px;
    }
}

body h2 {
    font-size: 30px;
    line-height: 36px;
    text-transform: uppercase;
    padding-bottom: 15px;
}
body.home h2 {
    font-size: 42px;
    letter-spacing: -1px;
    line-height: 46px;
}

body h3 {
    font-size: 21px;
    line-height: 27px;
    text-transform: uppercase;
}

.col.span_12.light h1,
.col.span_12.light h2 {
    text-shadow: 0 2px 0 rgba(0,0,0,0.15);
}

@media (max-width:1000px) {
    body.home h2 {
        font-size: 27px;
        letter-spacing: 0px;
        line-height: 33px;
    }
    body .wpb_row:not(.cta) h2 br, body h3 br  {
    	display: none;
    }
}

.testimonial_slider blockquote p {
	font-family: 'Encode Sans', sans-serif;
	font-size: 21px;
    letter-spacing: 0.15px;
    line-height: 30px;
}

body .testimonial_slider blockquote span, .nectar_single_testimonial span {
	font-family: 'Encode Sans Semi Condensed', sans-serif;
    font-weight: 600;
    font-size: 21px;
    line-height: 30px;
    letter-spacing: 0.75px;
}

.col.span_12.light a {
	color: #ffffff;
}

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

#header-outer header#top nav > ul > li > a {
    font-family: 'Encode Sans Semi Condensed', sans-serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.75px;
}

@media (min-width: 1000px) and (max-width: 1370px) {
	body #header-outer header#top nav > ul > li > a {
		font-size: 13px;
		letter-spacing: 0.5px;
	}
	body #header-outer[data-lhe="default"] header#top nav > ul > li > a {
    	padding-left: 6px;
    	padding-right: 6px;
	}
	body #header-outer:not([data-lhe="animated_underline"]) header#top nav ul li[class*="button_solid_color"] a, body #header-outer:not([data-lhe="animated_underline"]) header#top nav ul li[class*="button_bordered"] a {
    	padding-left: 15px;
    	padding-right: 15px;
	}
}

@media (min-width: 1000px) and (max-width: 1160px) {
    .slide-out-widget-area-toggle a:after {
        top:28px!important;
    }
}

.sf-menu > li.menu-item-has-children > a:after {
    content: '\f0d7';
    opacity: 0.5;
    font-family: FontAwesome;
    padding-left: 6px;
    font-size: 0.75em;
    -webkit-transition: 300ms all ease;
    transition: 300ms all ease;
    line-height: 0;
}

.sf-menu > li.menu-item-has-children > a:hover:after {
    opacity: 1;
    color: #E83D49;
}

html body #header-outer:not([data-lhe="animated_underline"]) header#top nav .sf-menu > li.current-menu-item > a,
html body #header-outer:not([data-lhe="animated_underline"]) header#top nav .sf-menu > li.current-menu-ancestor > a {
    color: #004E9A !important;
}

/* Meta menu */

#header-secondary-outer {
    overflow: hidden;
}

#header-secondary-outer ul {
    height: 48px;
}

header#top {
    clear: both;
}

html body[data-header-color="custom"] #header-secondary-outer nav >ul >li >a {
    border-left: 1px solid rgba(0,0,0,0);
    font-family: 'Encode Sans Semi Condensed', sans-serif;
    font-size: 12px !important;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 18px 9px !important;
}

.sf-menu [class^="icon-"] {
	background-color: transparent;
	color: inherit;
	float: left;
	height: auto;
	line-height: 17px;
	width: auto;
    text-align: center;
    padding: 0 6px;
    font-size: 1rem;
}

/* Menu Action */

.right-aligned-menu-items ul li a:after {
    content: "\e909";
    opacity: 0.75;
    font-family: 'icomoon'!important;
    padding-left: 6px;
    font-size: 0.85em;
    -webkit-transition: 300ms all ease-out;
    transition: 300ms all ease-out;
    vertical-align: top;
}
.right-aligned-menu-items ul li a:hover:after {
    opacity: 1;
    padding-left: 9px;
}

header#top nav >ul >li[class*="button_solid_color"] >a:hover:before,
#header-outer.transparent header#top nav >ul >li[class*="button_solid_color"] >a:hover:before {
    opacity: 1 !important;
}


/* Dropdown */
body[data-dropdown-style="minimal"] .sf-menu >li ul {
    padding: 3px;
    width: 20em;
}

body[data-dropdown-style="minimal"] .sf-menu >li ul li a,
body[data-dropdown-style="minimal"] header#top nav >ul >li.megamenu ul li a {
    padding: 12px 9px;
}

header#top nav ul > li.border-bottom {
    border-bottom: 2px solid #F2EFEF;
}

body[data-dropdown-style="minimal"]:not([data-header-format="left-header"]) header#top nav > ul > li.megamenu > ul > li > a {
    padding: 0px 9px;
}

body[data-dropdown-style="minimal"]:not([data-header-format="left-header"]) header#top nav > ul > li.megamenu > ul > li > a:after {
    content: "\e909";
    opacity: 0.75;
    font-family: 'icomoon'!important;
    padding-left: 6px;
    font-size: 1.1em;
    vertical-align: top;
    -webkit-transition: 100ms all ease-out;
    transition: 100ms all ease-out;
}

header#top .sf-menu li ul li a {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.25px;
}

/* Megamenu */

body header#top nav >ul >li.megamenu >ul.sub-menu,
body[data-dropdown-style="minimal"] header#top nav >ul >li.megamenu >ul.sub-menu {
    left: auto;
    padding: 21px 0;
    width: 480px;
}

body[data-dropdown-style="minimal"] header#top nav >ul >li.megamenu >ul >li {
    padding: 0 0 0 12px;
    border-right: 2px solid #F2EFEF;
}

body:not([data-header-format="left-header"]) header#top nav >ul >li.megamenu >ul >li >a {
    font-size: 14px;
    font-family: 'Encode Sans Semi Condensed', sans-serif;
    font-weight: 700 !important;
    letter-spacing: 0.25px;
    text-transform: none;
}

/* Off canvas nav */

.slide-out-widget-area-toggle a:after {
    content: 'Menu';
    position: absolute;
    bottom: -8px;
    left: -5px;
    font-size: 0.75rem;
}
.slide-out-widget-area-toggle a.open:after {
    content: 'Sluit';
    left: -5%;
}

#slide-out-widget-area .inner .off-canvas-menu-container li a {
    font-family: 'Encode Sans Semi Condensed', sans-serif;
    font-size: 18px !important;
    font-weight: 500;
    letter-spacing: 0px;
}

#slide-out-widget-area .inner .off-canvas-menu-container li.menu-item-has-children > a:before {
    content: "\f105";
    font-family: 'FontAwesome';
    opacity: 0.5;
    position: absolute;
    left: -14px;
}

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

@media (max-width: 690px) {
	#slide-out-widget-area .inner .off-canvas-menu-container li.button_solid_color_2 {
		display: none;
	}
}

/* Breadcrumbs */

.main-content {
    transform: translate(0); /* Acts as relative parent for fixed elements */
}
.main-content .breadcrumbs {
    background: rgba(255,255,255,0.75);
    padding: 5px 12px;
    display: inline-block;
    margin-left: 0;
    position: fixed;
    top: 0;
	z-index: 12;
}

.main-content.custom-crust .breadcrumbs {
    top: 0;
    left: initial;
}

.breadcrumbs, .breadcrumbs li {
    list-style: none;
}

.breadcrumbs li {
    font-size: 0.85em;
    color: #34373b !important;
}

.breadcrumbs li, .breadcrumbs li a {
    display: inline-block;
}

.breadcrumbs .separator {
    color: #a1a1a1;
    padding: 0 5px;
    font-size: 0.75em;
}

@media (max-width:1000px) {
    .main-content .breadcrumbs {
        display: none;
    }
}

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

.nectar-button.small,
.nectar-button[data-color-override="false"].regular-button.small {
    background-color: transparent !important;
    color: #004E9A;
    padding: 12px 0;
}
.nectar-button.small:after {
    content: "\e909";
    opacity: 0.75;
    font-family: 'icomoon'!important;
    padding-left: 6px;
    font-size: 1.1em;
    vertical-align: top;
    -webkit-transition: 100ms all ease-out;
    transition: 100ms all ease-out;
}
.nectar-button.small:hover:after {
    opacity: 1;
    padding-left: 9px;
}
.light .nectar-button.small,
.light .nectar-button[data-color-override="false"].regular-button.small {
    color: #ffffff;
}

.nectar-button span {
    font-family: 'Encode Sans Semi Condensed', sans-serif;
    font-weight: 600;
    font-size: 1.15em;
    letter-spacing: 0.5px;
    text-transform: none;
}

.nectar-button:hover,
.full-width-section .light .nectar-button:hover {
    opacity: 1;
}

.cta-mobile {
    display: none;
}
@media (max-width: 690px) {
    .cta-mobile {
        background: rgba(255,255,255,0.9);
        padding: 3px 15px;
        display: block;
        position: fixed;
        width: 100%;
        bottom: 0;
        left: 0;
        z-index: 15;
        display: flex;
    }
    .cta-mobile a {
        display: block;
        font-weight: 500;
        font-size: 16px;
        text-align: center;
        margin-top: 3px;
        margin-bottom: 0;
        width: calc(50% - .5rem);
    }
    .cta-mobile a:first-child {
        margin-right: 1rem;
    }
    /* .cta-mobile a span:after {
        display: inline-block;
        content: "\e909";
        top: 2px;
        color: #ffffff;
        opacity: 1;
        position: relative;
        font-family: 'icomoon'!important;
        padding-left: 9px;
        font-size: 1.1em;
        -webkit-transition: 100ms all ease-out;
        transition: 100ms all ease-out;
    } */
    .page-id-179 .cta-mobile {
    	display: none;
    }
}

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

@media only screen and (min-width:1000px) {
.col-border-right {
    border-right: 2px solid #F2EFEF;
}}

.span_12.light .nectar_icon_wrap[data-style="border-basic"] .nectar_icon,
.span_12.light .nectar_icon_wrap[data-style="border-animation"] .nectar_icon {
    border-color: #E83D49;
}

.nectar_icon {
    -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55)!important;
    transition:         all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55) !important;
}

a.column-link:hover ~ div .nectar_icon {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    border-color: #ffffff !important;
}

body .main-content .svg-icon-holder {
	height: auto;
}

/* Stappenplannen */

.nectar-icon-list {
    margin-top: 30px;
}

.nectar-icon-list:after {
    height: calc(100% - 30px);
}
.nectar-icon-list-item {
    margin-bottom: 30px;
    padding-left: 45px;
}
.nectar-icon-list >div:last-child {
    background: white;
    z-index: 3;
}
.col.span_12.dark .nectar-icon-list-item .content {
    color: #34373b;
}

/* Text with icons */

.row .col .iwithtext .iwt-icon img:not([srcset]) {
    width: 105px;
}
.iwithtext .iwt-text {
    padding-left: 135px;
}
.iwithtext .iwt-text a {
    font-family: 'Encode Sans Semi Condensed', sans-serif;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.iwithtext .iwt-text a:after {
    content: "\e909";
    opacity: 0.75;
    font-family: 'icomoon'!important;
    padding-left: 6px;
    font-size: 1.1em;
    vertical-align: top;
    -webkit-transition: 100ms all ease-out;
    transition: 100ms all ease-out;
}

@media (max-width: 480px) {
    .row .col .iwithtext .iwt-icon img:not([srcset]) {
        width: 60px;
    }
    .iwithtext .iwt-text {
        padding-left: 90px;
    }
    .iwithtext .iwt-text h4 {
        margin-top: 15px;
    }
}

/* Toggles */

.toggles[data-style="minimal"] .toggle h3 a {
    color: #004E9A;
    font-family: 'Encode Sans Semi Condensed', sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 26px;
    padding: 15px 70px 15px 0px;
    text-transform: none;
}

/* Lists */

.nectar-fancy-ul ul li {
	font-family: 'Encode Sans', sans-serif;
	font-size: 15px;
    letter-spacing: 0.15px;
    line-height: 27px;
    padding-bottom: 10px;
}

/* CTA */

@media (max-width: 1000px) {
	.cta h4 {
		max-width: 50%;
	}
}

/* Video Lightbox */

@media (max-width: 690px) {
    .nectar_video_lightbox .link-text {
        width: 66%;
    }
}

/* =====================================
FORMS
======================================== */

.gfield h4 {
	margin-top: 45px;
}

body .gform_wrapper .top_label .gfield_label {
    font-family: 'Encode Sans', sans-serif;
    margin-top: 0px;
    margin-bottom: 0px;
}

body .container-wrap input[type="text"], body .container-wrap textarea, body .container-wrap input[type="email"], body .container-wrap input[type="password"], body .container-wrap input[type="tel"], body .container-wrap input[type="url"], body .container-wrap input[type="search"], body .container-wrap input[type="date"] {
    background-color: #ffffff !important;
    border-radius: 3px;
    padding: 9px!important;
}

html body .gform_wrapper ul li.field_description_below div.ginput_container_checkbox, html body .gform_wrapper ul li.field_description_below div.ginput_container_radio {
	margin-top: 2px;
}

/* =====================================
BLOG / NEWS / CASES
======================================== */

.blog-recent[data-style="minimal"] .col {
    padding: 0;
    padding-right: 3%;
}

.blog-recent .col .post-header h3 {
    font-family: 'Encode Sans', sans-serif;
    font-size: 21px;
    font-weight: 400;
    letter-spacing: 0.15px;
    line-height: 30px;
    text-transform: none;
}

.blog-recent .excerpt, .single .meta-comment-count, .single-post .related-posts .post-meta {
    display: none !important;
}
.home .blog-recent .col .post-header, .blog-recent .col .post-header {
    color: #ffffff;
    font-size: 0px;
}
.home .blog-recent .col .post-header a , .blog-recent .col .post-header a {
    font-family: 'Encode Sans Semi Condensed', sans-serif;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 33px;
    color: #E83D49 !important;
    font-size: 17px;
}

.blog-recent[data-style="minimal"] .col >span {
    font-family: 'Encode Sans Semi Condensed', sans-serif;
    font-size: 13.8px;
    font-weight: 600 !important;
    letter-spacing: 0.5px;
    text-transform: none !important;
    margin-top: 30px;
}
.blog-recent[data-style="minimal"] .col span i {
    top: -1px;
    opacity: 0.75;
}

body .portfolio-items .col .work-item.style-3 .work-info-bg {
    background-color: #004e9a;
}
body .portfolio-items .col .work-item.style-3:hover .work-info-bg {
    opacity: 0.25 !important;
}

@media only screen and (max-width: 1000px) and (min-width: 1px) {
	body .work-item:not([data-custom-content="on"]) .work-info-bg {
    	display: block;
	}
}

html .ascend .row.project-title {
    background-color: #34373b;
    color: #ffffff;
}
html .ascend .col.section-title h1 {
    font-family: 'Encode Sans Condensed', sans-serif;
    text-transform: none;
    padding: 30px 0;
}
html .single-portfolio.ascend .col.section-title h1 {
	color: #ffffff;
}

body .portfolio-items .work-info {
    padding: 0 8%;
}

.carousel-wrap[data-full-width="true"] .portfolio-items .col .work-item h3:after {
    content: "\e909";
    color: #E83D49;
    opacity: 1;
    font-family: 'icomoon'!important;
    padding-left: 6px;
	font-size: 1.15em;
    vertical-align: top;
    -webkit-transition: 100ms all ease-out;
    transition: 100ms all ease-out;
}

body #portfolio-nav #prev-link a, body #portfolio-nav #next-link a {
	text-transform: none;
}

.portfolio-items .work-item.style-3 .vert-center p, .portfolio-items .work-item.style-3-alt .vert-center p{
    display: none !important;
}

/* Single */

#page-header-wrap h1 {
	text-align: center;
}
@media (min-width: 1px) and (max-width: 1000px) {
	html body.single-portfolio .row .col.section-title h1 {
		font-size: 24px;
    	line-height: 1.2 !important;
    	padding: 0 !important;
	}
}

body[data-ext-responsive="true"].single-post .container-wrap.no-sidebar .post-area {
	max-width: 800px;
}

@media (min-width: 690px) {

	.single article.post .content-inner .post-featured-img img {
	    width: auto;
	    max-width: 50%;
	    float: right;
	    margin-left: 45px;
	}

	.single-post .post-area .post-featured-img img,
	html .single article.post .content-inner .post-featured-img img {
	    margin-bottom: 65px!important;
	}

}
.single-post .post-area .post-featured-img img,
html .single article.post .content-inner .post-featured-img img {
	box-shadow: 0 10px 50px rgba(0,0,0,0.08), 0 13px 45px rgba(0,0,0,0.08);
    transform: scale(1.1);
}


html .ascend .blog-recent.related-posts, html .material .blog-recent.related-posts {
    padding: 45px 0 5% 0;
}

.single-post .meta-date.date.updated {
    display: none;
}

/* =====================================
VACATURES
======================================== */

.single-vacancies .type-vacancies .post-featured-img {
	display: none;
}

.row .col img.circle {
	border-radius: 50% !important;
}

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

#footer-outer .row {
    padding: 7% 0 5%;
}

#footer-widgets p, .storing p {
    font-family: 'Encode Sans Semi Condensed', sans-serif;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-align: center;
}
#footer-widgets p strong, .storing p strong {
    font-family: 'Encode Sans Semi Condensed', sans-serif;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.footer-action {
    border: 1px solid #ACB3BC;
    border-radius: 3px;
    padding: 15px;
    text-align: center;
}

.footer-action a.nectar-button.small {
    position: relative;
    top: 0px;
    margin-left: 6px;
    visibility: visible;
}

.footer-action p, .footer-action a {
    display: inline-block;
    padding-bottom: 0;
    margin-bottom: 0;
}

.footer-bottom {
    padding: 45px 0 60px 0;
}

@media (min-width:1000px) {
    .footer-bottom > div {
        width: 31%;
    }
}
.single-post .footer-bottom > div {
    float: left;
}

.footer-bottom ul, .footer-bottom ul li {
    list-style: none;
    text-align: center;
}

.footer-bottom ul li, .footer-bottom ul li a {
    display: inline-block;
}

.footer-bottom ul li a {
    padding: 6px 12px;
}

.footer-bottom ul li a i {
    font-size: 30px;
}

@media (max-width:1000px) {
    .footer-bottom {
        text-align: center;
    }
    #social-links {
        margin-left: 0;
    }
}

.recent-work-carousel .carousel-heading {
    display: none !important;
}

.portfolio-items .col .work-item.style-3 img,
.portfolio-items .col .work-item.style-3-alt img {
    width: 100%;
}

@media (min-width:1040px) {
.col.centered-text .breadcrumbs {
    left: 6.5em;
    }
}