/*
Theme Name: RIC
Theme URI: www.blikoponline.nl
Template: pilon
Author: Blik op online
Author URI: www.blikoponline.nl
Description: Theme voor RIC
Version: 2.0
Text Domain: pilon
*/
/* Theme customization starts here
------------------------------------------------------- */

/* Algemeen */

/* Header */
	/* Topbar */
	
	/* Navbar */
/*	#modeltheme-main-head {
		box-shadow: none !important;
	}
	#modeltheme-main-head-sticky-wrapper{
		max-height:32px;
	}
	.header1 #navbar {
		padding-right: 15px !important;
	}
	.navbar-nav > li > a {
		padding: 10px !important;
	}	
*/

	body {
		background: #FAFAFA;
	}
	.navbar-header div.logo {
		margin: 4px 16px !important;
	}
	.navbar-header div.logo  img {
		max-width: 170px;
	}
	#navbar .menu-item:last-of-type a{
		padding-right: 0px !important;
	}	
	#navbar .menu-item > a {
		padding: 4px 22px !important;
		color: #2E3B4E;
	}
	#navbar .menu-item > a:hover, #navbar .menu-item.current-menu-item > a, header #navbar ul.sub-menu li a:hover {	
		color: #8B1E1E !important;
	}
	#navbar #topbar .menu-item > a {
		font-weight: 100;
	}
	.breadcrumbscontainer {
		background-color: #2E3B4E;
	}
	.breadcrumbscontainer #breadcrumbs {
		margin: 0px;
	}
	.breadcrumbscontainer #breadcrumbs span, .breadcrumbscontainer #breadcrumbs span a{
		color: #fff !important;
		padding: 3px 0 !important;
	}
	/* Footer */
	footer .textwidget > p {
		color: #3A4A5B;
	}
	footer .social-links i, footer .footer-top .widget-title {
		color: #8B1E1E !important;
	}
	footer .social-links i.fa-facebook-official::before {
		content: "\f09a";
	}
	.footer-row-1 ul {
		padding-left: 2px;
	}
	.footer-row-1 ul li {
		list-style: none;
		color: #3A4A5B;
	}	
	.footer-div-parent ul {
		display: flex;
		flex-flow: row wrap;
		align-items: center;
		padding: 0;
		list-style: none;
}
	.footer-div-parent li {
		width: 25%;
		text-align: right;
	}
	.footer-div-parent li:first-of-type {
		text-align: left;
	}
	footer a:hover {
		color: #8B1E1E !important;
	}
	
	/* Algemeen */
	.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
	.fa-long-arrow-up::before {
		content: "\f176";
	}

	h2 {
		font-family: 'Poppins' !important;
		font-size: 48px;
		text-align: left;
		font-weight: 700 !important;
		color: #2E3B4E;
	}
	button {
		background-color: #8B1E1E !important;
	}
	.underline a {
		text-decoration: underline;
	}
	.red a {
		color: #8B1E1E;
	}	
	
/* Home */

.home .blog-posts-shortcode .time-n-date, .home .single-post.list-view .post-excerpt.row, .home .single-post.list-view .text-element.content-element {
  display: none;
}
	.blog-posts-shortcode.blog-posts article.single-post .post-thumbnail::before {
		content: " ";
		display: block;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		position: absolute;
		z-index: 3;
/*		background: linear-gradient(0deg, rgba(188, 58, 54, 0.9) 0%, rgba(188, 58, 54, 0) 50%); */
		margin: 20px 20px 0px 20px;
		border-radius: 10px;
	}
	.blog-posts-shortcode.blog-posts article.single-post .post-thumbnail {
		border-radius: 10px 10px 0px 0px;
	}
	article.single-post img {
		border-radius: 30px;
		padding: 20px;
	}
	.blog-posts-shortcode.blog-posts article.single-post .post-details {
		padding: 0px 20px;
		background-color: #3A4A5B;
		border: none;		
	}
	.blog-posts-shortcode.blog-posts .list-view .post-details .post-name {
		margin: 0px;
	}
	.blog-posts-shortcode.blog-posts .list-view .post-details .title-n-excerpt {
		border: none;
	}
	.blog-posts-shortcode.blog-posts article.single-post .post-details .post-name a {
		font-family: 'Poppins' !important;
		font-size: 21px;
		font-weight: 300;
		color: #fff;
		line-height: unset;
	}
	.blog-posts-shortcode.blog-posts article.single-post .post-details .post-name a:hover {
		color: #BC4736;
		text-decoration:none;
		color: #ccc;
	}		
	/*harmonie, Brassband, Fanfare blokken */
	.mt--custom_services:hover img {
		opacity: 0.4;
	}
	.mt--custom_services .hover_container {
		background-color: transparent !important;
	}
	.home .mt--custom_services .hover_container_holder {
		align-self: flex-start;
		padding: 50px 30px;
		width: 100%;
		background-color: transparent;
	}	
	.home .mt--custom_services .wow {
		background-color: #F2DAD7;
		border-radius: 30px;
	}
	.home .mt--custom_services .wow	img {
		border-radius: 30px;
	}
	.home .mt--custom_services .hover_container .hover_container_holder h1.custom_service_second_title {
		text-transform: unset;
		font-size: 40px !important;
		color: #2E3B4E !important;
	}
	.home p.custom_service_description {
		font-size: 26px !important;	
		color: #2E3B4E !important;
		margin: 24px 0px !important;
	}
	.home .mt--custom_services .hover_container .more-link {
		border: 0px solid;
		border-radius: 15px;
		font-style: unset;
		text-transform: none;
		background-color: #8B1E1E;
		color: #fff;
	}
	.home .mt--custom_services .hover_container	.more-link::before, .home .mt--custom_services .hover_container .more-link::after {
		background: transparent;
	}
	button#zoekknopdetail, button#zoekknop {
		border-radius: 20px;
		margin-left: -126px;
		border: solid 1px #8B1E1E;
	}
	button#zoekknopdetail::before, button#zoekknopdetail::after, button#zoekknop::before, button#zoekknop::after {
		background: unset;
	}
	button#zoekknopdetail:hover, button#zoekknop:hover  {
		background-color: #3A4A5B !important;
		border-color: #3A4A5B !important;
	}	
	.home #zoekterm {
		width: 70%;
		border: solid 2px #8B1E1E;
		padding: 13px 10px 13px 100px;
		border-radius: 20px;
	}
.home .zoekveld-container {
    position: relative;
    display: flex;
    align-items: center;
}
.home #zoekcategorie {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 94px;
    border: none;
	border-right: solid 2px #8B1E1E;
    background-color: transparent;
    padding-left: 10px;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    appearance: none; 
    background-image: url("data:image/svg+xml,%3Csvg ...%3C/svg%3E"); 
    background-repeat: no-repeat;
    background-position: right 10px center;
}
.home #zoekknop.actief {
    background-color: #2a6ebb; 
    cursor: pointer;
    opacity: 1;
}
.home #zoekterm:focus {
    outline: none;
    border-color: #000;
    box-shadow: 0 0 0 3px rgba(42, 110, 187, 0.2);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.home #zoekterm::placeholder {
    color: #888;
}
.home #zoekcategorie:focus,
.home #zoekcategorie:hover {
    border-radius: 4px 0 0 4px;
    border-color: #2a6ebb;
    box-shadow: 0 0 0 2px rgba(42, 110, 187, 0.2);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.home #zoekcategorie option:hover {
    background-color: #e8f0fe;
    color: #000;
}
.home #zoekknop.actief:hover {
    background-color: #1f53a5;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

	/* Formulier */
/* Pagina's */
	/* algemeen */
	#primary .wpb_row {
		margin-bottom: 40px;
	}
	.header-title-breadcrumb-overlay {
		padding: 70px 0 0px 0px;
	}
	.header-title-breadcrumb-overlay-semitransparent {
		background: #FAFAFA;
	}	
	#primary h1, .header-title-breadcrumb-overlay h1 span {
		font-family: 'Poppins' !important;
		font-size: 48px;
		text-align: left;
		font-weight: 700 !important;
		color: #2B2B2B;
		margin-bottom: 32px;
	}
	#primary h2 {
		margin-top: 50px;
	}
	#primary p, #primary ul li {
		font-size: 20px;
		line-height: 1.5;
		color: #2B2B2B;
		margin: 0 0 30px;
	}
	#primary .sidebar-content ul li {
		font-size: 16px;
		line-height: 27px;
		margin-top: 5px;
		margin-bottom: 0px;
	}
	#primary p strong {
		font-size: 25px;
		color: #2B2B2B;		
		font-weight: 600;
	}
	/* Repertoirelijsten */
	.sidebar-content {
		margin-top: 30px;
	}
	.sidebar-content #zoektermdetail {
		width: 100%;
		border: 1px solid #A1A4B3;
		padding: 6px 10px;
		border-radius: 20px;
		float: left;
	}
	.sidebar-content #zoekknopdetail {
		background-color: #8B1E1E;
		border-radius: 20px;
		padding: 4px 20px;
		max-width: 30%;
		float: right;
	}
	.zoek-error {
		color: #d33;
		font-size: 13px;
		margin-top: 4px;
	}
	.wpcf7-form-control.wpcf7-submit {
		background-color: #8B1E1E !important;
		border: solid 1px #8B1E1E;
		border-radius: 20px;
		padding: 4px 20px;
		float: right;
		color: #fff;
		width: auto;
		text-transform: none;
	}
	.sidebar-content #zoekknopdetail:hover, .sidebar-content #zoekresetknop:hover, .wpcf7-form-control.wpcf7-submit:hover {
		background-color: #3A4A5B !important;
		border-color: #3A4A5B !important;
	}
	.sidebar-content #zoekknopdetail::before, .sidebar-content #zoekknopdetail::after, .sidebar-content #zoekresetknop::before, .sidebar-content #zoekresetknop::after {
		background: unset;
	}
	.sidebar-content .widget:first-child .widget-title {
		margin-top: 80px;
		color: #2B2B2B;
	}
	.sidebar-content ul.filter-list {
		list-style: outside none none;
		padding-left: 0;
	}
	.sidebar-content ul.filter-list li::before {
		content: "\f105";
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		margin-right: 8px;
		color: #8B1E1E;
	}
//	table {
//		width: 100%;
//		border-collapse: collapse;
//		margin: 20px 0;
//	}
//	th, td {
//		border: 1px solid #ccc;
//		padding: 10px;
//		text-align: left;
//	}
//	th {
//		background-color: #f4f4f4;
//	}
	.el-item .bezetting {
		font-size: 16px;
	}
	.pagination {
		margin: 20px 0;
		text-align: center;
	}
	.pagination a {
		margin: 5px;
		padding: 8px 12px;
		text-decoration: none;
		border: 1px solid #ddd;
		background-color: #f9f9f9;
		color: #0073aa;
		float: left;
	}
	.pagination a.current {
		font-weight: bold;
		background-color: #0073aa;
		color: #fff;
		border: 1px solid #0073aa;
	}
	.pagination a:hover {
		background-color: #e9e9e9;
	}
	#filters-top {
		float: left;
		width: 100%;
		position: relative;
	}
	#actieve-filters  {
		position: relative;
		float: left;
		margin-right:10px;
	}
	
	.filter-tag {
		display: inline-block;
		background-color: #ffffff;
		color: #8B1E1E;
		border: #8B1E1E solid 2px;
		padding: 4px 10px;
		margin: 3px 10px 3px -1px;
		border-radius: 15px;
		font-size: 0.9em;
		cursor: pointer;
		animation: fadeIn 0.3s ease;
		float: left;
	}
	.filter-tag:hover {
		background-color: #8B1E1E;
		color: #fff;
	}
	.filter-tag .remove {
		font-weight: bold;
		cursor: pointer;
	}

@keyframes fadeIn {
	from { opacity: 0; transform: scale(0.9); }
	to { opacity: 1; transform: scale(1); }
}
	.toggle-filter {
		display: block;
		margin-top: 5px;
		font-size: 0.9em;
		color: #007bff;
		cursor: pointer;
	}
	.reset-filters, .meer_details {
		background-color: #8B1E1E !important;
		color: #fff !important;
		border-radius: 30px;
		padding: 5px 12px;
		cursor: pointer;
		margin-bottom: 10px;
		margin-top: 2px;
		border-width: 2px;
	}
	.reset-filters:hover, .meer_details:hover {
		background-color: #3A4A5B !important;
		color: #fff !important;
	}
	.reset-filters::after {
		background: unset;
	}
	#aantalgevonden {
		padding-top: 44px;
	}
	/* Projecten */
	/* Blogs */
	.next-post a, .prev-post a {
		color: #8B1E1E;
	}
	.next-post a:hover, .prev-post a:hover {
		color: #151515 !important;
	}	
	
	/* Repertoirelijsten*/
	.uk-accordion {
  padding: 0;
  list-style: none;
}

.accordionmusidesk div.uk-open {
  border: 1px solid #A1A4B3;
  border-radius: 12px;
}
.accordionmusidesk.uk-accordion > :nth-child(n+2).uk-open {
  border: 1px solid #A1A4B3;
  border-radius: 12px;
  margin-top: 20px;
  padding-top: 0;
}
.accordionmusidesk.uk-accordion > :nth-child(n+2) {
  border: 0;
}
.accordionmusidesk div.uk-open {
  border: 1px solid #A1A4B3;
  border-radius: 12px;
}
.accordionmusidesk div.el-item {
  margin: 0;
}

.uk-open > .uk-accordion-title::before {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23434967%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%3C%2Fsvg%3E");
}
.uk-accordion-title::before {
  content: "";
  width: 1.4em;
  height: 1.4em;
  margin-left: 10px;
  float: right;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23434967%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23434967%22%20width%3D%221%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.accordionmusidesk div.el-item {
  margin: 0;
}
.uk-accordion > :nth-child(n+2) {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e2e2e2;
}
.accordionmusidesk div.uk-open.el-item a {
  border: 0;
}
.accordionmusidesk div.uk-open.el-item a.uitgever {
	color: #AE0101;
}
.accordionmusidesk div.uk-open.el-item a.uitgever:hover {
	text-decoration: underline;
}
.accordionmusidesk div.el-item a {
  border: 1px solid #A1A4B3;
  border-radius: 12px;
}
.uk-accordion-title, #agenda .uk-button {
  border-radius: 12px;
  margin-left: auto;
}
.uk-accordion-title {
  display: block;
  font-size: 26px;
  line-height: 1.4;
  color: #3A4A5B;
  overflow: hidden;
  padding: 10px 20px;
  background: #fff;
  font-weight: 500;
}
.uk-accordion-title .componist {
  font-size: 16px;
}
.uk-accordion-title:hover {
  color: #8B1E1E;
  text-decoration: none;
}
.accordionmusidesk .uk-accordion-content {
  padding: 0 20px 20px 20px;
  display: flow-root;
  margin-top: 20px;
}
.uk-accordion-content > :last-child {
  margin-bottom: 0;
}
.uk-panel {
  display: flow-root;
  position: relative;
  box-sizing: border-box;
}
[hidden] {
  display: none !important;
}

/* OVERLAY */
.overlay-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 1000;
	display: none;
}
.overlay-backdrop.is-visible {
    display: block;
}
.overlay {
    position: fixed;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease;
    z-index: 999999999999;
	top: 0;
	right: 0;
	height: 100vh;
	width: 600px;
	max-width: 100%;
	overflow-y: auto;
	box-shadow: -4px 0 12px rgba(0,0,0,0.2);
}
.overlay.is-active {
    opacity: 1;
    visibility: visible;
}
.overlay__content {
    max-width: 640px;
    margin: 10vh auto;
    padding: 30px;
    border-radius: 8px;
    position: relative;
}
.overlay__content button {
  float: right;
  font-size: 36px;
  padding: 9px;
  line-height: 25px;
}
body.overlay-open {
    overflow: hidden;
}
@media (max-width: 768px) {
    .overlay-detail {
        width: 100%;
    }
}
.overlay__content .manifestatie {
	float: left;
	padding-bottom: 32px;
}
.overlay__content .manifestatie .links {
	float: left;
	width: 160px;
	padding-right: 20px;
}
.overlay__content .manifestatie .rechts {
	float: left;
	width: calc(100% - 160px);
}
/* EINDE OVERLAY */
	
@media (min-width: 1200px) {
.container {
		width: 1200px;
	} 	
/*	body:not(.home) #primary .container {
		width: 800px;
	}	*/	
}
@media (min-width: 992px) {

.home .simple-posts .vc_col-sm-6:first-of-type {
    width: calc(69% - 15px);
    height: 620px;
    float: left;
    margin-right: 15px;
  }
 .home .simple-posts .vc_col-sm-6 {
    width: calc(32% - 15px);
    height: 303px;
    overflow: hidden;
    float: right;
    margin-bottom: 14px;
    padding-left: 0px;
    padding-right: 0px;
    border-radius: 10px;
    background-color: #3A4A5B;
  }
}

@media (max-width:1199px) {
	.home #zoekterm {
		width: 100%;
	}
	.widgets_v2 .sidebar-content {
		z-index: 99999999999;
	}
}
@media (max-width:991px) {
}

@media (min-width:768px) and (max-width:991px) {
}

@media (max-width:767px) {
	body .navbar-header {
		background: #fff;
	}	
	.overlay__content .manifestatie .links {
		width: 100%;
	}
	.overlay__content .manifestatie .rechts {
		width: 100%;
		margin-top: 20px;
	}
}