/*
 Theme Name:   Versatile Child
 Description:  Versatile Child theme
 Author:       Versatile Team
 Template:     versatile
 Version:      1.0
 Text Domain:  versatile-child
*/
body{
	font-size: 17px;
}
.header-logo img{
	height: 100%;
}
#secondary h2{
	color: #b82235;
}
#secondary .kerknaam{
	color: #b82235;
}
div.sidenav{
	background-color: #b82235;	
}
#site-navigation.main-navigation ul.sub-menu .current_page_item>a, 
#site-navigation.main-navigation ul.sub-menu .current-menu-item>a, 
#site-navigation.main-navigation ul.sub-menu > li:hover > a, 
#site-navigation.main-navigation ul.sub-menu > li:hover > a,
.sidenav #slide-menu .current_page_item>a, 
.sidenav #slide-menu .current-menu-item>a, 
.sidenav #slide-menu .current_page_ancestor>a, 
.sidenav #slide-menu .current-menu-ancestor>a,
.sidenav #slide-menu a:hover,
.sidenav #slide-menu a:focus{
	background-color: #b822359c;
	/* color: #fff; */
	text-decoration: underline;
}
#site-navigation.main-navigation .current_page_item>a, 
#site-navigation.main-navigation .current-menu-item>a, 
#site-navigation.main-navigation .current_page_ancestor>a, 
#site-navigation.main-navigation .current-menu-ancestor>a{
	/* color: #fff; */
	text-decoration: underline;
}
.main-navigation #primary-menu>li:hover>a {
    text-decoration: underline;
}
.theme-hero .inner h1{
	text-indent: unset!important;
}
.nieuws-entries > h2{
	color: #b82235;
	font-size: 1.9em;
}
.searchform #s{
	max-width: 140px;
	padding-right: 30px;
	position: relative;
}
.searchform{
	padding-top: 4px; 
}
.searchform button{
    width: 30px;
    -webkit-appearance: none;
    position: absolute;
    right: 0;
    height: 30px;
    border: unset;
    background: transparent;
    cursor: pointer;
}
.searchform button i{
	font-size: 20px;
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 20px;
    width: 20px;
    margin: auto;
    color: #808080;
}
#slide-menu .searchform{
	padding: 10px;
}
#slide-menu .searchform #s{
	max-width: unset;
	width: 100%;
}
#slide-menu .searchform button{
	right: 10px;
}
#slide-menu .searchform button i{
	position: absolute;
	top: 0;
	right: 0;
	padding: unset;
	color: #000;
	
}
/*
.nieuws-entries article{

	display: flex;
}
.nieuws-entries article .post-thumbnail{
	line-height: 0;
}
.nieuws-entries article img{
	max-width: 300px;
	max-height: 300px;
	height: auto;
}
.nieuws-entries article .entry{
	margin-left: 20px;
}*/
.nieuws-entries article .entry-title{
	margin-top: unset;
	margin-bottom: unset;
}
.nieuws-entries article .entry-header{
	margin-bottom: unset;
}
.nieuws-locations-time{
	opacity: 0.4;
	font-size: 13px;
}
.nieuws-entries article  .read-more{
	display: block;
	text-align: end;
}
.nieuws-entries article  .read-more i{
	margin-left: 30px;
    line-height: 1.5;
}
.nieuws-entries article {
    border-bottom: 1px solid #b8223599;
    padding-bottom: 30px;
	width: 100%;
}
@media (max-width: 1023px){
	.nieuws-entries article .read-more {
	    text-align: start;
	}
	div.top-bar{
		display: none;
	}
}
@media (max-width: 767px){
	.blog article .post-thumbnail:hover img{
		-webkit-transform: scale(1);
   	 	transform: scale(1);
	}
}

.lucasbrief-newest{
	margin-top: 20px;
	margin-bottom: 20px;
}
.lucasbrief-newest-container{
	display: flex;
}
.lucasbrief-newest-afbeelding{
	display: inline-block;
	text-align: center;
	width: 40%;
}
.lucasbrief-newest-content{
	width: 60%;
	margin-left: 30px;
	display: inline-flex;
	flex-direction: column;
	justify-content: space-between;	
}
.lucasbrief-newest-buttons{
	margin-bottom: 20px;
	width: 100%;
}
.lucasbrief-newest-buttons .btn + .btn{
	margin-left: 20px;
}
.lucasbrief-newest-text h2{
	margin-top: unset;
	color: #b82235;
}

table{
	margin-top: 20px;
}
.parochiebladen-archive form,
.vieringen-archive form{
	display: inline-block;
}
.parochiebladen-archive form > *,
.vieringen-archive form > * {
    height: 35px;
    line-height: 1;
    cursor: pointer;
    min-width: 140px;
}

.archive-body-cpt figure,
.parochiebladen-archive figure, 
.vieringen-archive figure{
	width: calc(100% + 12px);
	margin-left: -6px;
}

.archive-body-cpt table,
.parochiebladen-archive table, 
.vieringen-archive table{
	border-spacing: 6px;
	border-collapse: separate;
}
.archive-body-cpt th,
.parochiebladen-archive th,
.vieringen-archive th{
	text-align: left;
	background-color: #b82235;
	color: #fff;
	padding: 5px;
	
}
.archive-body-cpt td,
.parochiebladen-archive td,
.vieringen-archive td{
	padding: 2px;
	border-bottom: 1px solid #b82235;
}
.archive-body-cpt .medium-table-td,
.vieringen-archive .medium-table-td{
	max-width: 300px;
}
.archive-body-cpt .lucas-table-img{
	max-width: 80px;
}
.vieringen-radio-link {
	position: relative;
}

.vieringen-radio-link .vieringen_radio_top{
	display: block;
	line-height: 0;
}
.vieringen-radio-link .vieringen_radio_bottom{
	display: inline-block;
	line-height: 1;
}
.vieringen-radio-link img{
	margin-left: 10px;
}
.vieringen-dl{
	display: inline-block;
	float: right;
}
@media (min-width: 968px){
	.vieringen-archive tr td:last-child{
		min-width: 200px;
	}
}
/* .sloepenrol-table-container .sloepenrol-contactgegevens div{
		display: inline-grid;
}

.repertoire-table-container-s{
	display: flex;
}
.repertoire-table-container-s > figure{
	max-width: 50%;
	width: 100%;
}
.repertoire-table-container input, .repertoire-jump{
	margin: 10px;
}
.repertoire-table-container-s table, .repertoire-table-container table{
	border-spacing: 6px;
	border-collapse: separate;
}
.repertoire-table-container-s th, .repertoire-table-container th{
	text-align: left;
	background-color: #173a4e;
	color: #fff;
	padding: 5px;	
}
.repertoire-table-container-s td, .repertoire-table-container td{
	padding: 2px;
}
.repertoire-table-container td div{
	display: inline-grid;
}
.repertoire-table-container td div a{
		display: flex;
    padding: 2px;
    align-items: center;
	color: #404040;
}
.repertoire-table-container td div a img{
    object-fit: contain;
    max-height: 40px;
	  margin-right: 8px;
		margin-left: 8px;
}
sparent{
	color: transparent;
}
.repertoire-gelegenheid-m{
	display: none;
}
 */
@media screen and (max-width: 911px) {
	.archive-body-cpt table,
  .parochiebladen-archive table,
  .vieringen-archive table  {
    border: 0;
  }

.archive-body-cpt table caption,
  .parochiebladen-archive table caption,
  .vieringen-archive table caption  {
    font-size: 1.3em;
  }
  .archive-body-cpt table thead,
  .parochiebladen-archive table thead,
  .vieringen-archive table thead{
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .archive-body-cpt table tr,
	.parochiebladen-archive table tr,
	.vieringen-archive table tr{
		background-color: #b82235;
		padding: 10px;
		
	}
  .archive-body-cpt table tr,
  .parochiebladen-archive table tr,
  .vieringen-archive table tr {
    border-bottom: 3px solid #fff;
    display: block;
    margin-bottom: .625em;
  }
  /* .archive-body-cpt tbody tr td,
  .parochiebladen-archive tbody td,
  .vieringen-archive tbody td{
  	border-bottom: 1px solid #333;
  } */
  .archive-body-cpt table td,
  .parochiebladen-archive table td,
  .vieringen-archive table td {
    border-bottom: 1px solid #ddd;
    display: block;
    color: #fff;
    text-align: right;
		min-height: 25.5px;
  }
  .parochiebladen-archive table a,
  .archive-body-cpt table a,
  .vieringen-radio-link{
  	color: #fff;
  }
  .vieringen-radio-link .vieringen_radio_top {
    display: inline-table;
    line-height: 1;
	}
	.archive-body-cpt .medium-table-td,
  .vieringen-archive .medium-table-td{
  	max-width: 100%;
  }
  .archive-body-cpt table td::before,
  .parochiebladen-archive table td::before,
  .vieringen-archive table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
		color: #fff;
    content: attr(data-label);
    float: left;
    font-weight: bold;
  }
	table tr.repertoire-gelegenheid::before{
		color: #fff;
    content: attr(data-label);
    float: left;
    font-weight: bold;
	}
  .archive-body-cpt table td:last-child,
  .parochiebladen-archive table td:last-child,
  .vieringen-archive table td:last-child {
    border-bottom: 0;
  }
	.repertoire-table-container td div a{
			color: #fff;
		flex-direction: row-reverse;
	}
	.zangtheorie-table-container td a{
			color: #fff;
	}
	.repertoire-gelegenheid-m{
		display: block;
	}
	.vieringen-dl{
		display: block;
		margin-top: 10px;
		width: 100%;
		float: unset;
	}
	.vieringen-dl a{
		display: block;
		width: 100%;
		text-align: center;
	}
}

@media screen and (max-width: 767px) {
	.repertoire-table-container-s{
		display: block;
	}
	.repertoire-table-container-s > figure 	 {
		max-width: 100%;
	}
	.repertoire-table-container-s > 	figure:not(:first-child){
		margin-top: -18px;
	}
	.repertoire-table-container-s > 	figure:not(:last-child){
		margin-bottom: unset;
	}
	.repertoire-table-container-s > 	figure:not(:last-child) table{
		margin-bottom: unset;
	}
	.lucasbrief-newest-buttons .btn + .btn{
		margin-left: unset;
	}
}
@media screen and (max-width: 545px) {
	.lucasbrief-newest-container{
		display: block;
	}
	.lucasbrief-newest-afbeelding{
		display: block;
		width: 100%;
	}
	.lucasbrief-newest-content{
		width: 100%;
		margin-left: unset;
		display: block;
		text-align: center;
	}
	.vieringen-archive form + form{
		margin-top: 10px;
		width: 100%;
	}
}

@media screen and (max-width: 354px) {
	
}
.sponsors-container h2{
	margin-bottom: 40px;
}
.sponsors-container .hsponser{
	display: block;
	margin: -6px;
	box-shadow: 1px 1px 6px rgb(0 0 0 / 30%);
}
.sponsors-container .image-wrapper{
	height: 150px;
	line-height: 150px;
	text-align: center;
}
.sponsors-container .link-block{
	text-align: center;
}
.sponsors-container .image-wrapper img{
	max-height: 150px!important;
	max-width: 260px;
	width: auto;
	vertical-align: middle;
}
.sponsors-container div[class^="col"] {
    padding: 0 15px!important;
	margin-bottom: 30px;
}

input[type="date"] {
    position: relative;
    cursor: pointer;
}

/* make the native arrow invisible and stretch it over the whole field so you can click anywhere in the input field to trigger the native datepicker*/
input[type="date"]::-webkit-calendar-picker-indicator{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    padding-left: 70%;
    filter: invert(0.5);
    cursor: pointer;
}

input[type="date"]::-webkit-date-and-time-value{
	height: 15px;
}

@media (max-width: 1199px){
	#breadcrumbs .container{
		max-width: unset;
	}
}

