/* @override 
	https://www.sanctuaryfirst.org.uk/assets/css/series.css?* */

h1 {
	padding: 10px 13px 14px;
	text-align: right;
	background-color: #0271bb;
	color: #fff;
	line-height: 36px;
	border-radius: 3px;
}
h1 .grey {
	opacity: 0.5;
}

article.series {
	padding: 20px;
	background-color: #fff;
	margin-bottom: 30px;
	/*border: 1px solid rgba(0,0,0,0.125);*/
	border-radius: 4px;
}

article.series h4 {
	font-size: 40px;
	color: #fa4141;
	font-weight: 100 !important;
	border-bottom: 1px solid #e4e4e4;
}
.session-desc h2 {
	font-size: 20px;
}

.series img {
	max-width: 100%;
	margin-bottom: 20px;
}
.series h5 {
	border-bottom: 1px dashed #b7b7b7;
}
span.session {
	margin-bottom: 10px;
	line-height: 18px;
	font-size: 15px;
	color: #656565;
	display: block;
}
span.session time {
	display: block;
	font-size: 17px;
	margin-bottom: 1px;
	font-weight: bold;
}

.reg-info {
	margin-bottom: 3px;
	font-style: italic;
	color: #656565;
	background-color: #e4eaf2;
	text-align: center;
}
.status-note {
	background-color: #e0e0e0;
	text-align: center;
	font-style: italic;
}
.status-note.st-remd {
	color: #c34545;
	background-color: #f9dddd;
}
.status-note.st-regd {
	color: #469937;
	background-color: #def9dd;
}

#seshform button.btn {
	background-color: #0470bb;
	color: #fff;
	font-size: 15px;
	padding: 5px 10px;
}
#seshform button.btn-remove {
	background-color: #a4a4a4;
}

#seshform {
	margin-bottom: 15px;
}
.act-reply {
	display: inline-block;
	padding: 3px 5px;
	background-color: #f8f0d7;
	color: #b08a18;
	font-weight: bold;
	font-size: 17px;
}
.act-reply.alert {
	color: #c34545;
	background-color: #f9dddd;
}
.act-reply.success {
	color: #469937;
	background-color: #def9dd;
}

#episode-resources {
	display: none;
}

h4 sub {line-height: 14px; display: block;margin-bottom: 20px; color: #8a8a8a}

a.join-btns {
	display: none;
}