/* @override 
	https://www.bonessparishchurch.org.uk/assets/css/bpc.css?* */

:root {
  --bpc-purple: hsla(332, 39%, 39%, 1.00);
  --bpc-purple-opa20: hsla(332, 39%, 39%, 0.2);
  --bpc-purple-opa40: hsla(332, 39%, 39%, 0.4);
  --bpc-purple-opa60: hsla(332, 39%, 39%, 0.6);
  --bpc-purple-opa80: hsla(332, 39%, 39%, 0.8);
 }
	
/* ********************* */
/*         GLOBAL        */
/* ********************* */	

a {
	color: var(--bpc-purple);
	/*border-bottom: 1px solid hsla(332, 39%, 39%, 0.2);*/
	text-decoration: underline dotted var(--bpc-purple-opa40);
	text-decoration-thickness: 2px;
	 text-underline-offset: 0.18em;
}

a.no-underline {
	text-decoration: none;
}

figure figcaption {
	text-align: center;
	font-family: 'Nunito Sans', serif;
	font-size: 0.8em;
	font-style: italic;
	padding:  4px 0px 2px 0px;
}

.vl-header-top {
	background-color: var(--bpc-purple);
}

.mobile-header {
	&.mobile-haeder1 {
		background-color: var(--bpc-purple);
	}
}

.mobile-logo {
	font-size: 20px;
	font-weight: 500;
	color: #161616;
	text-decoration: none;
	width: 100px;
}

.header-area.homepage1.sticky {
	background-color: var(--bpc-purple);
}

.vl-breadcrumb:after {
	opacity:  0.1;
}

.vl-breadcrumb-title {
	padding-top: 108px;
	padding-bottom: 50px;
}

.vl-breadcrumb-title .heading {
	font-size: var(--ztc-font-size-font-s50);
	line-height: var(--ztc-specing-height60);
	padding-bottom: 10px;
}

.vl-sidebar-area {
	padding-top: 0px;
}

/* ********************* */
/*         HEADER        */
/* ********************* */

.mobile-sidebar .logosicon-area .logos {
	width: 200px;
}

.header-elements .site-logo {
	width: 150px;
}

.header-elements .site-logo img {
	/*background-color: yellow;*/
	filter: drop-shadow(#ffffff 0px 0px 2px);
}

/* ********************* */
/*       BODY (Home)     */
/* ********************* */

.service-video br {
	display: block;
}

.service-listing {
	line-height: 1.3em !important;
	margin-top: 0.6em;
}

.service-title {
	
}
.service-date {
	font-size: 0.9em;
	color: var(--bpc-purple-opa80);
	font-weight: 300;
}

/* ********************* */
/*          VIDEO        */
/* ********************* */

#rmp_video_element {
	border: 1px solid #ccc;
}

#rmp_video_element .rmp-content .rmp-poster {
	background-color: rgb(255,255,255) !important;
}

/* ********************* */
/*         FOOTER        */
/* ********************* */

.vl-footer-logo img {
	max-width: 200px;
}

.vl-footer-icon-list {
	margin-bottom: 0.7em !important;
}

.vl-footer-icon {
	width: 35px;
	font-size: 1.3em;
}

.vl-footer-text a br {
	display: block;
}