/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: Buro Beeldvang
Author URI:  https://www.beeldvang.nl
Template: salient
Version: 1.0
*/

/*
==========================================
GLOBAL
==========================================
*/

.nectar-button {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}

.nectar-button.large {
    font-size: 16px;
}

span.markedtext {
	background-color: rgb(235,91,37);
	padding: 0 5px;
}

.clear {
	clear: both; 
	display: block; 
	overflow: hidden; 
	visibility: hidden; 
	height: 0px;
}

.madeinkeyportstempelwit {
	background-image: url(/wp-content/uploads/2020/02/madeinkeyportstempelwit.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	opacity: 1;
	width: 200px;
	height: 200px;
	margin: 0 auto;
}

.madeinkeyportstempelwit-container {
	display: block;
	width: 100%;
	height: auto;
}

.unclickable > a:hover {
  cursor: default;
}

h1.paginatitel {
	font-weight: normal;
}

/*
==========================================
STICKY SOCIAL SIDEBAR //functions.php
==========================================
*/

.social-sidebar {
	position: fixed;
	z-index: 99999;
	right: 0;
	top: 30%;
  	width: auto;
  	height: auto;	
}

.social-sidebar-icon {
  	background-color: rgb(242,142,0);
  	position: relative;
  	display: block;
	float: right;
	width: 50px;
	height: auto;
	padding: 15px 0;
	text-align: center;
	font-size: 18px;
	cursor: pointer;
	z-index: 1;
  	max-width: 100%;  
  	overflow: hidden;
	transition: .3s;
	clear: both;
}

.social-sidebar-icon > i {
  	color: white;
}

.social-sidebar-icon:before {
	content: '';
	background-color: rgb(242,142,0);
	background-image: linear-gradient(to bottom right, rgb(242,142,0), rgb(235,91,37));
  	position: absolute;
  	left: auto;
  	right: 0;
  	top: 50%;
	transform: translateY(-50%);
  	width: 200%;
  	height: 200%;
	transition: .3s;
	z-index: -1;
}

.social-sidebar-icon:hover:before {
  	right: -100%;
}

.social-sidebar-icon:hover {
  	width: 65px;
}

.social-sidebar-icon:hover > i {
  	color: white;
}

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



/*
==========================================
MENU
==========================================
*/



/*
==========================================
CONTENT
==========================================
*/



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

.bldvngcredits {
	text-align: right;
}

#footer-widgets .container:after {
	background-image: url(/wp-content/uploads/2020/02/madeinkeyportstempelwit.svg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 360px;
	content: "";
	display: block;
	opacity: .1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
	overflow: hidden;
}

#footer-outer .widget h4 {
	color: white;
	font-size: 16px;
	font-family: 'Open Sans';
	font-weight: 700;
	margin-bottom: 20px;
}

#footer-outer .widget .custom-html-widget h2 {
	color: white;
	margin-bottom: 20px;
}

#footer-outer .widget .custom-html-widget p {
	font-family: Roboto Slab;
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
}

#footer-outer .widget .custom-html-widget img {
	width: 130px;
}

body #footer-outer[data-link-hover="underline"] #footer-widgets .textwidget .footer-social a:not(.nectar-button) {
	background-image: none !important;
}

body #footer-outer .social-footer-icon {
  	background-color: #474747;
  	display: inline-block;
	position: relative;
	padding: 10px 0;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
	min-width: 50px;
}

/*
==========================================
PORTFOLIO
==========================================
*/

body .portfolio-filters {
    top: -140px;
	background-color: #e5e5e5 !important;
	color: #333333 !important;
}

body .portfolio-filters a, body .portfolio-filters #sort-portfolio {
	background-color: #e5e5e5 !important;
	color: #333333 !important;
}

body .portfolio-filters a {
	border-top: 1px dotted rgba(51, 51, 51, 0.3);
}

#sort-portfolio span {
	color: #333333 !important;
}

body .portfolio-items .work-item .work-info a:first-child {
    display: none !important;
}

#portfolio-extra .projectentop img.projectenimage {
	margin-bottom: -150px;
}

#portfolio-extra .projectentop .projecttitel {
	padding: 60px 0 80px 0;
}

.portfolio-wrap .portfolio-items .col {
	background-color: rgba(0,0,0,0);
}

.portfolio-items .col .work-item {
    margin-bottom: 0;
}

.portfolio-items .work-meta {
    float: none;
    width: 100%;
    background-color: white;
    padding: 15px;
    margin: 0;
}

.portfolio-filters li li a {
    padding-left: 15px;
}

.linksendownloads .widget_nav_menu ul {
	margin: 0;
}

.linksendownloads .widget_nav_menu ul.menu li {
	list-style-type: none;
	height: 30px;
	margin-bottom: 10px;
	position: relative;
}

.linksendownloads .widget_nav_menu ul.menu li::before {
	content: "";
	display: inline-block;
	background: url(/wp-content/uploads/2020/02/icoon-pijl-r.svg) center center no-repeat;
	background-size: contain;
	height: 30px;
	width: 30px;
	margin-right: 10px;
	transition: all .5s;
}

.linksendownloads .widget_nav_menu ul.menu li:hover::before {
	transform: translate(5px, 0);
}

.linksendownloads .widget_nav_menu ul.menu li a {
	font-weight: bold;
	color: #4c4a50;
	position: absolute;
   	top: 50%;
   	transform: translate(0, -50%);
}

.linksendownloads .widget_nav_menu ul.menu li a:hover {
	color: #eb5b25;
}

.customlinks-projectverhaal {
	margin: 0;
}

.customlinks-projectverhaal .customlinks-projectverhaal-item {
	list-style-type: none;
	height: 30px;
	margin-bottom: 10px;
	position: relative;
}

.customlinks-projectverhaal .customlinks-projectverhaal-item::before {
	content: "";
	display: inline-block;
	background: url(/wp-content/uploads/2020/02/icoon-pijl-r.svg) center center no-repeat;
	background-size: contain;
	height: 30px;
	width: 30px;
	margin-right: 10px;
	transition: all .5s;
}

.customlinks-projectverhaal .customlinks-projectverhaal-item:hover::before {
	transform: translate(5px, 0);
}

.customlinks-projectverhaal .customlinks-projectverhaal-item a.customlinks-projectverhaal-link {
	font-weight: bold;
	color: #4c4a50;
	position: absolute;
   	top: 50%;
   	transform: translate(0, -50%);
}

.customlinks-projectverhaal .customlinks-projectverhaal-item a.customlinks-projectverhaal-link:hover {
	color: #eb5b25;
}

body .ambassadeur h2 {
	font-family: Roboto Slab;
	font-size: 20px;
	line-height: inherit;
	font-weight: 700;
	color: #474747;
}

body .ambassadeur p {
	color: #474747;
	padding-bottom: 10px;
}

body .row .ambassadeur .col  h3 {
	font-family: Open Sans;
	font-size: 16px;
	line-height: inherit;
	font-weight: 700;
	color: #f28e00;
}

body .ambassadeur hr {
	opacity: .5;
}

.amb-social {
	
}

.social-amb-icon {
  	background-color: #474747;
  	display: inline-block;
	position: relative;
	padding: 10px 0;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
	min-width: 50px;
	color: white;
}

.row.project-title, .bottom_controls {
	display: none;
}

#ajax-content-wrap .project-cat a h2 {
	color: white;
	display: inline-block;
	font-weight: normal;
	margin-bottom: 0;
	font-size: 16px;
	line-height: 22px;
	opacity: .5;
}

#ajax-content-wrap .project-cat a:not(:first-child):before {
	content: "•";
	display: inline-block;
	padding: 0 10px;
	color: white;
	font-size: 18px;
	opacity: .5;
}

#ajax-content-wrap .project-cat {
	margin-bottom: 0;
}

.portfolio-items .work-meta p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/*
==========================================
EVENEMENTEN
==========================================
*/

.tribe-events-list-widget ol, .tribe-events-list-widget ol li {
    list-style-type: none;
}

.tribe-events-list-widget ol {
	margin-bottom: 0;
}

.tribe-events-list-widget ol li {
    border-bottom: 1px solid white;
}

.tribe-events-list-widget ol li:last-child {
    border-bottom: 0;
}

.tribe-events-list-widget .tribe-events-list-widget-events {
    padding: 10px 0 10px 0 !important;
	margin-bottom: 0 !important;
}

.tribe-events-list-widget h4.tribe-event-title {
	margin-bottom: 0 !important;
}

.tribe-events-list-widget h4.tribe-event-title > a {
	font-size: 16px;
	font-weight: bold;
}

.tribe-events-list-widget .tribe-events-widget-link > a {
    font-size: 16px !important;
    font-weight: normal !important;
	text-decoration: underline;
}

.tribe-events-list-widget .tribe-events-widget-link {
	display: none;
}

a.home-agenda-link {
	text-decoration: underline;
	float: right;
}

a.home-agenda-link:hover {
	text-decoration: none;
}

h3.home-agenda-titel {
	float: left;
	color: white;
}

body .agenda a {
	color: white;
}

.tribe-events-title-bar {
	display: none;
}

.tribe-events-read-more {
	background-color: #eb5b25;
    font-weight: 600;
    border-radius: 0;
    padding: 15px 22px;
    position: relative;
    display: inline-block;
    color: #fff !important;
    font-size: 16px !important;
}

#tribe-bar-form {
    background: rgba(255,255,255,.6);
}

#tribe-bar-form label {
    font-size: 12px;
    font-weight: 400;
    text-transform: none;
	color: #676767;
	margin-bottom: 15px;
}

#tribe-bar-form .tribe-bar-submit input[type="submit"] {
    background-color: #333333;
    border: none;
    border-radius: 0;
    color: #fff;
    font-size: 16px;
    height: auto;
    letter-spacing: 0;
    padding: 15px 22px;
    width: 100%;
	font-weight: 600;
}

#tribe-events .tribe-events-button, .tribe-events-button {
	text-transform: none;
}

#tribe-bar-form input[type="text"] {
    border-bottom: 1px solid #e5e5e5;
    font-style: normal;
    font-weight: 400;
}

#tribe-bar-form input {
    font-size: 16px;
}

.tribe-events-list-separator-month {
    background-color: #e5e5e5;
    font-size: 40px;
	line-height: 50px;
	font-weight: 700;
    margin: 15px 0;
    padding: 0 0 15px 0;
    text-transform: none;
	border-bottom: 1px solid rgba(0,0,0,.1);
}

.tribe-events-list .type-tribe_events {
    border-bottom: 0;
    margin: 30px 0;
    padding: 30px;
	background: white;
}

.tribe-events-list .tribe-events-venue-details, .tribe-events-list .tribe-event-schedule-details {
	font-size: 12px;
	font-weight: 400;
	line-height: 26px;
	color: #676767;
	letter-spacing: normal;
}

#tribe-events .tribe-events-list .tribe-events-loop .tribe-events-content p {
	font-size: 14px;
	margin-bottom: 0;
}

.tribe-events-list .tribe-events-event-cost {
	display: none;
}

.tribe-events-list .tribe-events-list-event-title {
    font-size: 20px;
	line-height: 30px;
}

.tribe-events-list .tribe-events-list-event-title  a {
	color: black;
}

.tribe-events-list .tribe-events-list-event-title  a:hover {
	color: #eb5b25;
}

.tribe-events-list .tribe-event-schedule-details {
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(0,0,0,.1);
}

a.tribe-events-ical, a.tribe-events-gcal {
	display: none !important;
}

.single-tribe_events #tribe-events {
	padding: 75px 0;
}

.single-tribe_events .tribe-events-single-event-title {
    font-size: 40px;
    line-height: 50px;
    margin: 0;
    padding: 0;
}

.single-tribe_events .tribe-events-back {
    margin-bottom: 15px;
	padding: 0;
	font-size: 12px;
}

.single-tribe_events .tribe-events-back a {
	color: #676767;
}

.single-tribe_events #tribe-events-header {
    display: none;
}

.single-tribe_events .tribe-events-schedule .tribe-events-cost {
    display: none;
}

.single-tribe_events .tribe-events-schedule {
	margin: 0 0 30px 0;
}

.single-tribe_events .tribe-events-schedule h2 {
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: #eb5b25;
}

#tribe-events-content {
    margin-bottom: 0;
}

.single-tribe_events #tribe-events-footer {
    display: none;
}

.single-tribe_events .tribe-events-event-meta {
    background: #e5e5e5;
    border: 0;
	border-radius: 0;
    margin: 30px 0;
	color: black;
}

.single-tribe_events .tribe-events-event-meta .tribe-events-meta-group {
	margin: 0;
	padding: 30px;
}

.single-tribe_events .tribe-events-event-meta .tribe-events-meta-group a {
	color: black;
}

.single-tribe_events .tribe-events-event-meta .tribe-events-meta-group a:hover {
	color: #eb5b25;
}

.single-tribe_events .tribe-events-meta-group .tribe-events-single-section-title {
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
	font-size: 20px;
	color: black;
	font-weight: 600;
	border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.single-tribe_events #tribe-events-content .tribe-events-event-meta dt, 
.single-tribe_events #tribe-events-content .tribe-events-event-meta abbr,
.single-tribe_events #tribe-events-content .tribe-events-event-meta dd{
    clear: left;
    font-weight: 400;
    color: black;
    line-height: inherit;
    list-style: none;
	font-size: 16px;
}

.single-tribe_events #tribe-events-content .tribe-events-event-meta dt {
	opacity: 1;
	font-weight: bold;
	text-decoration: underline;
}

#tribe-bar-collapse-toggle {
    background: rgba(255,255,255,.6);
    color: black;
    display: none;
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    line-height: 28px;
    padding: 15px;
    position: relative;
    text-align: left;
    text-transform: none;
    border: 0;
}

/*
==========================================
NIEUWS
==========================================
*/

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

.blog-recent[data-style*="classic_enhanced"] .post-header h3 {
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/*.masonry-blog-item .excerpt {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}*/

.blog-recent[data-style*="classic_enhanced"] .excerpt {
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.blog-recent[data-style*="classic_enhanced"] .inner-wrap {
    border-radius: 0;
    overflow: hidden;
    box-shadow: none;
}

.blog-recent[data-style*="classic_enhanced"] .inner-wrap:not(.has-post-thumbnail) .article-content-wrap {
    padding: 11%;
}

.masonry-blog-item .inner-wrap {
    padding: 0;
	box-shadow: none;
}

.masonry-blog-item .bottom-line {
	display: none;
}

.masonry-blog-item .post-content.classic .content-inner {
	border-bottom: 0;
}

.masonry-blog-item .post-content.classic .content-inner .article-content-wrap {
	padding: 15px 15px 30px 15px;
}

.masonry-blog-item .post-meta {
	padding: 0;
}

.masonry-blog-item .excerpt {
	font-size: 14px;
	color: black;
}

.original .post-area.masonry .post .post-content.classic .content-inner {
	padding-bottom: 0;
	margin-bottom: 0;
}

html body.archive.category .container-wrap, html body.archive .container-wrap {
	background-color: #e5e5e5;
	padding: 75px 0;
}

html body.archive.category .page-header-no-bg, html body.archive .page-header-no-bg {
	background: #333333;
	padding-top: 0;
}

html body.archive.category .page-header-no-bg .section-title, html body.archive .page-header-no-bg .section-title {
    padding: 60px 0;
    border-bottom: none;
}

html body.archive.category .page-header-no-bg .section-title h1, html body.archive .page-header-no-bg .section-title h1 {
    margin-bottom: 7px;
	color: white;
	letter-spacing: normal;
	top: 0;
}

html body.archive.category .page-header-no-bg .section-title span, html body.archive .page-header-no-bg .section-title span {
    display: none;
}

.post .more-link span {
	background-color: #eb5b25;
	font-weight: 600;
	border-radius: 0;
	padding: 15px 22px;
}

.sidebar-nieuws h1 {
	font-size: 20px;
	color: white;
	line-height: normal;
}

.sidebar-nieuws {
	margin-bottom: 15px;
}

.row .col .sidebar-nieuws img, html body.archive.category .row .col .sidebar-nieuws img {
	margin: 0;
	width: 100%;
	height: auto;
	display: block;
}

.sidebar-nieuws-inner {
	padding: 15px;
	background-color: #333333;
	color: white;
}

.sidebar-nieuws-inner p {
	font-size: 14px;
	padding-bottom: 0;
}

.sidebar-nieuws-inner a {
	background-color: #eb5b25;
	font-weight: 600;
	border-radius: 0;
	padding: 15px 22px;
	color: white;
	display: inline-block;
	margin-top: 10px;
}

#sidebar .widget.widget_categories li a {
    border-bottom: 1px solid rgba(51,51,51,.3);
	color: black;
}

#sidebar .widget.widget_categories li a:hover {
    color: #eb5b25;
}

#sidebar .widget.widget_categories h4 {
    font-family: 'Roboto Slab';
    margin-bottom: 15px;
	font-size: 20px;
	color: black;
	line-height: normal;
}

.blog-recent[data-style*="classic_enhanced"] .excerpt {
	color: black;
	font-size: 14px;
}

.blog-recent[data-style*="classic_enhanced"] .article-content-wrap {
	padding: 12%;
}

.blog-recent .col .post-header h3 {
	font-size: 20px;
	line-height: normal;
}

html body.single-post {
	
}

.single .heading-title {
    padding: 60px 0;
    border-bottom: none;
    margin-bottom: 60px;
    background-color: #333333;
}

.single .container-wrap {
    padding-top: 0;
}

.single.single-post .fullscreen-header .blog-title {
    text-align: left;
}

.single:not(.material) #page-header-bg.fullscreen-header h1 {
    font-size: 40px;
    line-height: 50px;
}

.single.single-post #page-header-wrap.fullscreen-header #page-header-bg, .admin-bar #page-header-wrap.fullscreen-header, #page-header-wrap.fullscreen-header {
	height: 200px !important;
}

.single.single-post .section-down-arrow {
	display: none;
}

.single.single-post #page-header-bg.fullscreen-header .author-section {
	text-align: left;
	margin: 0;
}

#page-header-bg.fullscreen-header .author-section .avatar-post-info {
	margin-left: 0;
}

.row .col.section-title span.meta-category {
    font-size: 16px;
    line-height: normal;
    padding-left: 0;
}

.row .col.section-title span.meta-category a:first-child {
    padding-left: 0;
}

.row .col.section-title span.meta-category a {
    padding-left: 10px;
}

.fullscreen-blog-header #single-below-header {
    display: none;
}

/*.blog-recent[data-style*="classic_enhanced"] .excerpt:after {
    content: "Lees meer";
    background-color: #eb5b25;
    font-weight: 600;
    border-radius: 0;
    padding: 15px 22px;
    position: relative;
    display: block;
    color: #fff !important;
    font-size: 16px !important;
    margin-top: 25px;
	width: max-content;
}*/

.blog-recent[data-style*="classic_enhanced"] .article-content-wrap:after {
    content: "Lees meer";
    background-color: #eb5b25;
    font-weight: 600;
    border-radius: 0;
    padding: 15px 22px;
    position: relative;
    display: block;
    color: #fff !important;
    font-size: 16px !important;
    margin-top: 25px;
    width: max-content;
}

body .blog-recent[data-style*="classic_enhanced"] .has-post-thumbnail .meta-category a {
    display: none;
}

/*
==========================================
ZOEKEN
==========================================
*/

body.search #page-header-bg {
    height: 178px;
}


h1.banner-title {
	font-size: 4em;
	line-height: 1.2em;
}

h2.banner-title {
	font-size: 2.5em;
	line-height: 1.5em;
}

#search-outer #search input[type="text"] {
    width: 100%;
    color: black;
    font-size: 26px;
    line-height: 26px;
    font-family: 'Open Sans';
    font-weight: normal;
    text-transform: none;
    letter-spacing: normal;
}

#search-outer #search #close a span:not(.close-line) {
    top: -20px;
}

/*
==========================================
HOME ORANJE BLOKKEN
==========================================
*/

.homebuttons {
	margin-top: -125px;
}

h2.fancybox-title {
	font-weight: 300;
	font-size: 1.3em;
	line-height: 1.1em;
}

.nectar-fancy-box[data-style="parallax_hover"] p {
    opacity: 1;
}

.homebuttons .nectar-fancy-box[data-style="parallax_hover"] .bg-img::after {
    /*background-color: rgba(235,91,37,1) !important;*/
	background-image: linear-gradient(to bottom right, rgb(242,142,0), rgb(235,91,37));
}

.nectar-fancy-box[data-style="parallax_hover"] .inner {
    padding: 20% 0px;
}

.icoon-home-btn-ondernemerschap {
	background: url(/wp-content/uploads/2020/02/icoon-ondernemerschap.svg) center center no-repeat;
	height: 75px;
	margin-bottom: 15px;
}

.icoon-home-btn-arbeidsmarkt {
	background: url(/wp-content/uploads/2020/02/icoon-arbeidsmarkt.svg) center center no-repeat;
	height: 75px;
	margin-bottom: 15px;
}

.icoon-home-btn-duurzaam {
	background: url(/wp-content/uploads/2020/02/icoon-duurzaam.svg) center center no-repeat;
	height: 75px;
	margin-bottom: 15px;
}

.icoon-home-btn-innoveren {
	background: url(/wp-content/uploads/2020/02/icoon-innoveren.svg) center center no-repeat;
	height: 75px;
	margin-bottom: 15px;
}

/*
==========================================
HOME KEYPORT IN CIJFERS
==========================================
*/

.icoon-keyportcijfers {
	height: 60px;
	margin-bottom: 15px;
	margin-top: 5px;	
}

.icoon-hotspot {
	background: url(/wp-content/uploads/2020/02/icoon-hotspot.svg) center center no-repeat;
}

.icoon-maasplassen {
	background: url(/wp-content/uploads/2020/02/icoon-maasplassen.svg) center center no-repeat;
}

.icoon-bedrijfsvestigingen {
	background: url(/wp-content/uploads/2020/02/icoon-bedrijfsvestigingen.svg) center center no-repeat;
}

.icoon-banen {
	background: url(/wp-content/uploads/2020/02/icoon-banen.svg) center center no-repeat;
}

h2.keyportcijfers {
	font-weight: 600 !important;
	font-size: 1.3em;
	line-height: 1.1em;
	color: #009fe3;
}

h3.keyportcijfers {
	font-weight: 600 !important;
}

/*body .nectar-milestone .number h3, .nectar-milestone .number .symbol {
	font-family: Roboto Slab;
	font-size: 30px;
	line-height: 40px;
	font-weight: 700;
}

body .nectar-milestone .number {
	margin-bottom: 0;
}*/

/*
==========================================
HOME EN PAGE BOTTOM BLOKKEN
==========================================
*/

.zwartbtnkl {
	color: black !important;
}

.img-nieuwsbrief {
	min-height: 320px;
}

.home-menu-sectoren ul {
	text-align: center;
	margin: 0;
}

.home-menu-sectoren ul li {
	list-style-type: none;
	float: left;
	width: 20%;
	border-left: 1px solid white;
}

.home-menu-sectoren ul li:last-child {
	border-right: 1px solid white;
}

.home-menu-sectoren ul li a {
	padding: 20px 0;
	display: inline-block;
	font-weight: bold;
	color: white;
}

.home-menu-sectoren ul li a:hover {
	color: #eb5b25;
}

/*
==========================================
SMART SLIDER
==========================================
*/

.border-slider-btm {
	border-bottom: 10px solid #f28e00;
}

.n2-ss-slider .n2-ow {
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.n2-ss-item-content {
	
}

/*
==========================================
TESTIMONIAL
==========================================
*/

.nectar_single_testimonial[data-style="small_modern"] {
	margin-top: 60px;
}

.nectar_single_testimonial[data-style="small_modern"] p span.open-quote {
	font-family: Roboto Slab;
	font-size: 5em;
	line-height: inherit;
	font-weight: 700;
	color: #009fe3;
}

.nectar_single_testimonial[data-style="small_modern"] p span {
	margin-bottom: 0;
}

.nectar_single_testimonial p {
	font-family: Open Sans;
	font-size: 22px;
	line-height: inherit;
	font-weight: 400;
	letter-spacing: normal;
	font-style: italic;
	color: #009fe3;
}

.nectar_single_testimonial .wrap span:first-of-type {
	font-weight: bold;
}

.nectar_single_testimonial .wrap, .nectar_single_testimonial .title {
	font-family: Open Sans;
	font-weight: 400;
	letter-spacing: normal;
	color: #009fe3;
	font-size: 16px;
}

/*
==========================================
PROJECT CIJFERS
==========================================
*/

.icoon-techniek {
	background: url(/wp-content/uploads/2020/02/icon-techniek.svg) center center no-repeat;
}

.icoon-leden {
	background: url(/wp-content/uploads/2020/02/icon-leden.svg) center center no-repeat;
}

.icoon-school {
	background: url(/wp-content/uploads/2020/02/icon-school.svg) center center no-repeat;
}

.icoon-leerlingen {
	background: url(/wp-content/uploads/2020/02/icon-leerlingen.svg) center center no-repeat;
}

h2.projectcijfers {
	font-weight: 600 !important;
	font-size: 1.3em;
	line-height: 1em;
	color: white;
}

p.projectcijfers {
	font-weight: 400 !important;
	font-size: 16px;
	line-height: 26px;
	color: black;
}

h3.projectcijfers {
	color: white;
	font-weight: 600 !important;
	line-height: 1em !important;
	font-size: 3.5em !important;
}

/*
==========================================
MEDIA QUERIES
==========================================
*/

/* Mobiel portret */
@media only screen and (max-width: 470px) {
	.social-sidebar {
		position: relative;
		display: block;
		right: 0;
		top: 0;
  		width: 100%;
  		height: auto;
		text-align: center;
		background-color: rgb(242,142,0);
	}
	.social-sidebar-icon {
  		background-color: transparent;
  		display: inline-block;
		float: none;
		width: auto;
		height: auto;
		padding: 10px 10px 5px 10px;
		text-align: center;
		font-size: 16px;
		cursor: pointer;
		z-index: 1;
  		max-width: 100%;  
  		overflow: hidden;
		transition: none;
		clear: none;
	}
	.social-sidebar-icon > i {
  		color: white;
	}
	.social-sidebar-icon:before {
		content: '';
		background-color: rgb(242,142,0);
		background-image: none;
  		position: relative;
  		left: auto;
  		right: 0;
  		top: 0;
		transform: none;
  		width: auto;
  		height: auto;
		transition: none;
		z-index: -1;
	}
	.social-sidebar-icon:hover:before {
  		right: auto;
	}
	.social-sidebar-icon:hover {
  		width: auto;
	}
	.social-sidebar-icon:hover > i {
  		color: white;
	}
	body .portfolio-filters {
    	top: 0px;
	}
	#portfolio-extra .projectentop img.projectenimage {
		margin: 0 0 30px 0;
	}
	#portfolio-extra .projectentop .projecttitel {
		padding: 0;
	}
	.tribe-events-loop .tribe-events-event-meta {
    	background: none;
    	border: 0;
    	margin-top: 15px;
    	padding: 0;
	}
	.tribe-events-list .tribe-events-venue-details {
    	border-top: 0;
    	margin-top: 15px;
    	padding: 0;
	}
	.tribe-events-list .tribe-event-schedule-details {
		padding: 0;
	}
	.single-tribe_events .tribe-events-schedule {
    	background: none;
    	border: 0;
    	margin-top: 15px;
    	padding: 0;
	}
}

/* Mobiel landschap */
@media only screen and (min-width : 471px) and (max-width : 689px) {	
	body .portfolio-filters {
    	top: 0px;
	}
	#portfolio-extra .projectentop img.projectenimage {
		margin: 0 0 30px 0;
	}
	#portfolio-extra .projectentop .projecttitel {
		padding: 0;
	}
	.tribe-events-loop .tribe-events-event-meta {
    	background: none;
    	border: 0;
    	margin-top: 15px;
    	padding: 0;
	}
	.tribe-events-list .tribe-events-venue-details {
    	border-top: 0;
    	margin-top: 15px;
    	padding: 0;
	}
	.tribe-events-list .tribe-event-schedule-details {
		padding: 0;
	}
	.single-tribe_events .tribe-events-schedule {
    	background: none;
    	border: 0;
    	margin-top: 15px;
    	padding: 0;
	}
}

/* Tablet portret */
@media only screen and (min-width : 690px) and (max-width : 999px) {	
	.one-fourths.span_3, .one-fourths.vc_span3, .one-fourths.vc_col-sm-3:not([class*="vc_col-xs-"]) {
    	width: 49%;
	}
	body .portfolio-filters {
		float: right;
	}
	#portfolio-extra .projectentop img.projectenimage {
		margin: 0 0 30px 0;
	}
	#portfolio-extra .projectentop .projecttitel {
		padding: 0;
	}
	.tribe-events-loop .tribe-events-event-meta {
    	background: none;
    	border: 0;
    	margin-top: 15px;
    	padding: 0;
	}
	.tribe-events-list .tribe-events-venue-details {
    	border-top: 0;
    	margin-top: 15px;
    	padding: 0;
	}
	.tribe-events-list .tribe-event-schedule-details {
		padding: 0;
	}
	.single-tribe_events .tribe-events-schedule {
    	background: none;
    	border: 0;
    	margin-top: 15px;
    	padding: 0;
	}
	.tribe-bar-submit {
		margin-left: 0;
	}
}

@media only screen and (max-width: 999px) {
	.home-menu-sectoren ul {
		text-align: center;
		margin: 0;
	}
	.home-menu-sectoren ul li {
		list-style-type: none;
		float: none;
		display: block;
		width: 100%;
		border-bottom: 1px solid white;
		border-left: none;
	}
	.home-menu-sectoren ul li:last-child {
		border-bottom: 1px solid white;
		border-left: none;
		border-right: none;
	}
	.home-menu-sectoren ul li a {
		padding: 20px 0;
		display: inline-block;
		font-weight: bold;
		color: white;
	}
}

@media only screen and (min-width: 1000px) {
	.post-area.masonry.span_9 .masonry-blog-item {
        width: 29% !important;
    }
}