/* ========================================================================
   Custom CSS door Nijssen Media t.b.v. Combo Cantorij
 ========================================================================== */
#sp-main-body {
    padding:50px 0
}
 
#sp-header {
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
 }
 
.lead {
	margin-bottom: 20px;
	margin-top: 20px;
	font-size: 16px !important;
	font-weight: 400;
	line-height: 1.6
}
 
div.sp-column.hoofdmenu {
	float: right;
}

.sp-megamenu-parent >li >a, .sp-megamenu-parent >li >span {
	text-transform: uppercase;
}

div.custom.slogan {
	margin-top: 18px;
	margin-bottom: 0px;
	float: left;
	font-size: 16px;
}

.sp-megamenu-parent >li.active>a, .sp-megamenu-parent >li:hover>a {
	color: #1f5799 !important;
}

div.custom.inloggen {
	font-size: 16px;
	margin-top: 18px;
}

.logintop {
	float: right;
}

.sp-page-title .sp-page-title-heading {
    font-size: 32px;
    text-transform: uppercase;
}

.view-article #sp-main-body {
	background-color: #ffffff !important;
}

.view-article #sp-main-body .item.item-page {
	margin-bottom: 50px !important;
	border: 0px solid #ffffff !important;
	margin: 0 0 20px 0 !important;
	background: #fff !important;
	padding: 0px !important;
}

#sp-bottom .sp-module .sp-module-title:before {
	width: 0px !important;
	height: 0px !important;
	visibility: hidden !important;
}

#sp-bottom .sp-module .sp-module-title {
	padding: 0px 0px 0px 0px !important;
	color: #fff !important;
}

#sp-footer a:hover {
	color: #fff !important;
}

#sp-bottom #sp-bottom1, #sp-bottom #sp-bottom2, #sp-bottom #sp-bottom3, #sp-bottom #sp-bottom4 {
	margin-bottom: 20px !important;
}

div.custom.beneden ul >li >a {
	color: #fff !important;
	border-bottom: 0px solid #fff !important;
}

div.custom.beneden ul >li >a:hover {
	text-decoration: underline !important;
}

div.sp-module.aandacht {
	background-color: #d2ddeb;
	color: #1f5799;
	padding: 15px;
	padding-bottom: 5px;
	border-radius: 10px;
}

h3.aandacht {
	margin-top: 0px;
	font-size: 22px;
}

div.sp-module.ledenmenu {
	background-color: #d2ddeb;
	color: #1f5799;
	padding: 15px;
	padding-bottom: 5px;
	border-radius: 10px;
}

h3.ledenmenu {
	margin-top: 0px;
	font-size: 22px;
}

ul.nav.menu.ledenmenu a {
	color: #1f5799;
}

.sp-module.ledenmenu ul >li {
	border-bottom: 1px solid #b9cfe9 !important;
}

li.current.active {
	font-weight: 500;
}

li.current {
	font-weight: 500;
}

div.logout-button {
	margin-top: 15px !important; 
}

#sp-top-bar .sp-module {
	margin: 0 0 0 0px !important;
}

.facebook {
	margin-top: -10px;
}

#icon-remco {
	position: fixed;
	bottom: 15px;
	right: 15px;
  	width: 20px;
  	height: 20px;
  	z-index: 99;
}

img.rotate {
	-webkit-transition: -webkit-transform .8s ease-in-out;
    -ms-transition: -ms-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
}

img.rotate:hover {
    transform:rotate(360deg);
    -ms-transform:rotate(360deg);
    -webkit-transform:rotate(360deg);
}

.sp-page-title .sp-page-title-heading, .sp-page-title .sp-page-title-sub-heading {
    margin: 15px 0px 15px 0px;
}

.convertforms .cf-content-wrap, .convertforms .cf-form-wrap {
    padding: 0px !important;
}

#sp-top-bar {
    padding: 15px 0 0px 0;
    font-size: inherit;
}

@media screen and (max-width: 600px) {
  .footerlinks {
    float: none;
	text-align: center;
	margin-top: 0px;
  }
}

@media screen and (max-width: 600px) {
  #sp-bottom {
    float: none;
	text-align: center;
  }
}

@media screen and (max-width: 600px) {
  #sp-footer {
    float: none;
	text-align: center;
  }
}

@media screen and (max-width: 600px) {
	#sp-main-body {
		padding: 50px 0;
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media screen and (max-width: 600px) {
	.logintop {
		float: none;
	}
}

.offcanvas-menu .offcanvas-inner ul.menu > li > a, .offcanvas-menu .offcanvas-inner ul.menu > li > span {
    opacity: 1;
}

.fa-map-marker-alt:before {
	content: none;
	visibility: hidden;
}

#sp-bottom div.sp-module.aandacht a {
	color: #1f5799 !important;
	text-decoration: underline;
}