/*** General CSS ***/
body {
    line-height: 1.9em;
}

/*** Header Area ***/
/* Header Top */
#sp-top-bar {
    position: relative;
    z-index: 999;
    font-size: 15px;
    padding: 12px 0 12px;
}
body:not(.home) #sp-top-bar {
  	border-bottom: 1px solid rgb(255 255 255 / 36%);
}

/* Header Menu */
#sp-header {
    top: 0px;
    padding: 0px;
    height: inherit;
    box-shadow: none;
    z-index: 9999;
  	background-color: rgba(0, 0, 0, 0.59);
}
#sp-header.header-sticky {
    position: fixed;
    top: 0;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
}
body:not(.home) #sp-header {
    position: static;
    background-color: #333;
}
body:not(.home) #sp-header.header-sticky {
    position: fixed;    
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {
    font-weight: 400 !important;
    padding: 10px 0;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    position: relative;
}
.sp-megamenu-parent>li.active>a {
    font-weight: 600; 
	border-bottom:none !important;
}
.sp-megamenu-parent > li > span {
  	color: #fff;
}

/* Canvas Menu */
.offcanvas-menu .offcanvas-inner .menu-child > li a {
    padding: 12px 10px !important;
    border-bottom: 1px solid rgba(197, 153, 153, 0.21);
    display: inherit;
}
.offcanvas-menu .offcanvas-inner ul.menu>li>a, .offcanvas-menu .offcanvas-inner ul.menu>li>span {
    font-size: 15px;
    font-weight: 500;
}
.offcanvas-menu .offcanvas-inner ul.menu>li>a:hover {color:#A5ABD3;}
.burger-icon>span {
    /*background-color: #fff;*/
}
.offcanvas-menu > .align-items-center {
    /*background:#521384;*/
}
.offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span {
    /*background-color: #fff;*/
}

/*** Block Styles ***/
/* Button */
.btn {
    border-radius: 30px;
    letter-spacing: 1px;
    display: inline-block;
  	border-radius: 5px;
  	border: 2px solid;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.btn:hover {
  	background: transparent;
}
.btn.no-bg, .btn.no-bg:hover {
    background: transparent;
    border: 2px solid;
}

/* Slider */
#slider {
  	margin-top: -80px !important;
}

/* Video */
.video {
    min-width: 60px;
    min-height: 60px;
    position: relative;
    top: 34%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    background: #fff;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.video .sppb-img-container {
    overflow: hidden;
}
.video .sppb-img-container:hover:before {
    background-color: rgba(0, 0, 0, 0.90);
}
.video .sppb-img-container:before {
    background-color: rgba(0, 0, 0, 0.60);
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 10px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.video img {
    width: 100%;
}
#video-popup-container,
#video-popup-containers {
    display:none;
    position: fixed;
    z-index: 996;
    width: 60%;
    left: 50%;
    margin-left: -30%;
    top: 20%;
    background-color: #fff;
}
.video a {
    font-size: 0;
    position: absolute;
    top: 44%;
}
.video a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    margin-top: 5px;
    margin-left: 0;
    border-radius: 50%;
    z-index: 10;
    border: 10px solid #fff;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
    z-index: -1;
}
.video a:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    margin-top: -11.5px;
    margin-left: -5px;
    border: solid 11px transparent;
    border-left: solid 17px;
    border-left-color: #000;
    z-index: 10;
}
#video-popup-close,
#video-popup-closes {
    cursor: pointer;
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 9999;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    text-align: center;
    font-size: 12px;
    background-color: #000;
    line-height: 25px;
    color: #fff;
    opacity: 1;
}
#video-popup-iframe-container,
#video-popup-iframe-containers {
    position: absolute;
    z-index: 999;
    width: 100%;
    padding-bottom: 56.25%;
    border: 2px solid #000;
    border-radius: 2px;
    background-color: #000;
}
#video-popup-iframe,
#video-popup-iframes {
    z-index: 999;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #000;
}
#video-popup-overlay,
#video-popup-overlays {
    display: none;
    position: fixed;
    top: 0;
    background-color: #000;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    left: 0;
}
#video-popup-close:hover,
#video-popup-closes:hover {
    color: #DE0023;
}
@-webkit-keyframes pulse-border{
    0%{
        -webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity:1
    }
    100%{
        -webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.8);
        transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.8);
        opacity:0
    }
}
@keyframes pulse-border{
    0%{
        -webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity:1
    }
    100%{
        -webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.8);
        transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.8);
        opacity:0
    }
}

/* Event */
.events-day {
    position: absolute;
    left: 0;
    z-index: 2;
}
.events-day h3 {
   	padding: 10px;
}
.social-links li {
    position: relative;
    display: inline-block !important;
    margin-right: 5px;
}
.social-links li a {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    z-index: 1;
    background: #222;
    color: #fff;
    text-align: center;
    border-radius: 50%;
}
.social-links strong {
    display: none;
}

/* Counter */
.counter-item h1 {
    font-size: 35px;
    margin-top: 20px;
  	margin-bottom: 10px;
}
.counter-item h5 {
  	font-size: 17px;
}

/* Blog */
.jmm-item .jmm-image.mod-article-image {
  	overflow: hidden;
  	margin: 0;
}
.jmm-image.mod-article-image img {
  	transform: scale(1);
  	-webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.jmm-item:hover .jmm-image.mod-article-image img {
  	transform: scale(1.12);
  	filter: grayscale(100%);
}
.jmm-text {
    padding: 20px;
    border-radius: 0px 0px 0px 0px;
    background: #f5f5f5;
}
.jm-category-module.default .jmm-text .jmm-title {
	font-size: 20px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 10px;
}
.jm-category-module.default .jmm-readmore {
	margin-top: 20px;
}

/* Contact Info */
.contact-info h2, .contact-info h3 {
    font-size: 25px;
}
button.btn.btn-primary.validate {
    padding: 13px 20px; background:#a5abd3; border:2px solid #a5abd3;
}
#sp-position1 {
	padding: 0;
}

/* Bottom */
#sp-bottom {
	overflow: hidden;
	position: relative;
	z-index: 1;
	line-height: 21px;
}
#sp-bottom .sp-module .sp-module-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 0px;
    position: relative;
}
#sp-bottom2 strong {
	display: none;
}
#sp-bottom2 span {
	padding-right: 10px;
}
#sp-bottom div.container-inner {
	margin:0 1.25%;
}

/* Footer Copyright */
#sp-footer {
    display: inline-block;
    width: 100%;
    position: relative;
  	/*text-align: left;*/
    z-index: 1;
	margin-bottom:20px;
}
#sp-footer .container-inner {
    border-top: none;
	background-color:#A5ABD3;
	line-height:21px;
}
#sp-footer1 {
	margin-top:-32px;
	margin-bottom:-15px;
}

/*** Responsive Layout ***/
/* Tablet Landscape Layout */
@media (min-width: 1400px) {
    .sppb-row-container {
      	max-width: 1320px;
    }
}

/* Mobile Standard Layout */
@media (min-width: 768px) and (max-width: 991px){
  	.about-row-item .sppb-row-column {
    	max-width: 100% !important;
    	flex-basis: 100% !important;
	}
}
@media (max-width: 991px) {
	#sp-header, #sp-header .logo {
        height: 70px;
    }
  	#sp-footer p {
  		text-align: center;
	}
	#sp-footer3 {
		text-align:center;
	}
  	body #sp-header {
      	padding: 0;
	}
  	div#sp-bottom2 {
    	text-align: left;
	}
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
  	body #sp-header {
      	top: 0;
	}
}

/* General color defination
Color value depend on preset color that picking on template settings > Presets
*/

:root {
  --background-color: currentColor;
  --background: currentColor;
  --text-color: currentColor;
}
.page-item.active .page-link, .slider-item .sppb-btn-success, .sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info:hover, 
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay, .btn,
.project-link a, .pricing-column.center, .team-img h1.sppb-addon-title, .call,
.events-day h3, .counter, .social-links li a {
 	background-color: var(--background-color);
}
.article-list .article .readmore a:hover, .article-list .article .readmore a:active, .article-list .article .article-header h2 a:hover,
.slider-title h1, .title h3, .about-item h3, .about-item i, .btn:hover, .causes-item h2, .event-item i, .project-item h3,
.feature-item i {
  	color: var(--text-color);
}

.article-list .article .featured-article-badge { display: none; visibility: hidden;}
.article-details .featured-article-badge { display: none; visibility: hidden;}

.btn, button.btn.btn-primary.validate:hover {
  	border-color: var(--text-color);
}
.btn:hover {
  	color: var(--text-color) !important;
}

/* Custom */

/* Featured modules homepage */
.home .article-header h2 {color:#a5abd3 !important;}

/* Kernmodules homepage */
div.sp-module.kernmod h3 {background:#A5ABD3; color:#fff; font-size:19px; font-weight:400; margin:0; padding:9px; line-height:24px;}
div.sp-module.kernmod h3 a {color:#fff !important; text-decoration:none;}
div.sp-module.kernmod p {color:#888;}

/* Copyright */
#sp-copyrightwrap {margin-top:-5px;}
.sp-copyright {color:#a5abd3;}
#sp-copyright1 {padding-bottom:20px;}
#sp-copyright2 img {margin-right:8px; padding-bottom:10px; display:inline; height:48px; width:auto;}
#mod-custom94 > p:nth-child(1) > img:nth-child(6) {margin-right:0;} /* laatste logo in de rij */

/* Social media icons in module Footer3 */
#mod-custom97 > p:nth-child(1) {margin-bottom:-18px;}

/* Menus algemeen */
.nav {list-style:none;}
.nav-pills {float:right;}
.nav-pills > li {float:left; list-style:none;}
.nav-pills li a {margin:0;}

/* Main menu */
#\#main {padding:0;}
#sp-navigation {background:#FFFFFF;}
#sp-navigation > div:nth-child(1) > div:nth-child(1) {border-bottom:1px solid #E4E6F2;}
#sp-navigation li {}
#sp-navigation li a {font-size:22.49px; color:#A5ABD3; padding:0 64px; line-height:52px; font-weight:300; border-bottom:6px solid #FFFFFF;}
#sp-navigation li.active {border-bottom:6px solid #A5ABD3; background-color:#F7F7F7;}
#sp-navigation li.active > a:hover {border-bottom:none;}
#sp-navigation li a:hover {border-bottom:6px solid #A5ABD3;}

@media (min-width:992px) and (max-width:1199px) {#sp-navigation li a {padding:0 28px;}}

@media (min-width:1200px) and (max-width:1399px) {#sp-navigation li a {padding:0 46px;}}

/* Topmenu */
#sp-title {z-index:10;}
#sp-page-title li {margin-top:8px;}
#sp-page-title li a {font-size:16px; color:#A5ABD3; padding:18px 52px; line-height:50px; font-weight:300;}
#sp-page-title li.active {border-top:6px solid #A5ABD3; background-color:#F7F7F7; margin-top:0; margin-bottom:0;}
#sp-page-title li a:hover {border-top:6px solid #A5ABD3; margin:0;}
#sp-page-title li a:focus {}

/* Topmenu in mobiel menu - position "offcanvas-modules" */
div.sp-module:nth-child(3) > div:nth-child(1) > ul:nth-child(1) {margin:0 155px 0 0;}
@media (max-width:991px) {#sp-title {z-index:0;}}

/* Zijmenu */
div.zijmenu li {background:#A5ABD3; color:#FFF; font-size:19px; margin:10px; padding:1px 9px; line-height:25px;}
div.zijmenu ul li a {color:#FFF;}
div.zijmenu ul li a:hover {color:#FFF; text-decoration:underline;}
div.zijmenu li img {padding-top:5px;}

/* Algemeen */
#sp-main-body >div:nth-child(1) > div:nth-child(1) {margin:0 1.25%;}

/* Sliders */
#sp-sliders {margin-top:-74px;}

/* Tabellen */
.table > thead {/*background:#A5ABD3; color:#888; font-size:20px;*/}

/* List kernvisiemethode */
#list1 {display:inline-table; padding:0 2.5%; margin-bottom:0rem;}
#list2 {display:inline-table; padding:0 2.5%;}

/* Contact */
#sp-position1 {padding:40px 2.5% 0 2.5%;}
#sp-position2 {padding:40px 2.5% 0 2.5%;}
#sp-position1 h1 {text-align:center;}
#sp-position2 h1 {text-align:center;}
