/* @override 
	https://www.sanctuaryfirst.org.uk/assets-v2/css/secret-chord.css
	https://www.sanctuaryfirst.org.uk/assets-v2/css/secret-chord.css?*
	https://stage.sanctuaryfirst.org.uk/assets-v2/css/secret-chord.css?* */

body {
	background-color: hsl(238, 92%, 9%);
	background-image: url('/assets-v2/img/scs-background.jpg');
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
}

.strap {
	color: hsl(204, 20%, 100%, 80%);
}

.heading a,
.navbar a,
.crumbs,
.crumbs a,
.upperfoot p,
.upperfoot p a,
.upperfoot .quicklinks a,
.lowerfoot p,
.lowerfoot a {
	color: hsl(204, 20%, 100%);
}

nav {
	/*border-top: 4px solid hsl(204, 20%, 100%, 80%);*/
	/*border-bottom: 2px solid hsl(204, 20%, 100%, 80%);*/
}

nav li a,
nav .search a i {
	color: hsla(233, 100%, 8%, 1.00) !important;
}

nav li {
	border-bottom: none;
}

nav li a:hover {
	color: #b2aaf5
}

nav li.active {
	/*border-bottom: 4px solid hsl(204, 20%, 100%, 100%);*/
}

nav .dropdown .dropdown-menu {
	margin: 0px;
	padding: 0px;
	top: 1.7em;
}

nav .dropdown-menu a {color:#272947}

nav .navbar-toggler {color: #fff !important}

.main-content {
	position: relative;
}

#body-theme-title {
	position: absolute;
	top: -15px;
	font-size: 1.2em;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

.article-desc figure {
	margin-bottom: 0px;
}

h2.article-title span {
	color: #ffffff;
	background-color: hsl(347, 100%, 50%);
	padding: 1px 8px 4px 8px;
	font-size: 0.6em;
	display: block;
	float: left;
	margin-top: 7px;
	margin-right: 15px;
}


.right-column {
	padding-top: 20px;
}

.right-column h2 {
	margin-bottom: 0px;
}

.right-column .inner {
	background-color: #fff;
	padding: 10px 10px 1px 5px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}

.right-column .listen-on ul {
	margin-top: 20px;
	padding: 10px 0px 0px 0px
}

.right-column .listen-on ul li {
	padding: 0px 0px 10px 0px;
}

.right-column .listen-on ul li img {
	width: 50%;
}

.right-column ul.podcast-list  {
	margin-left: 10px;
	margin-bottom: 10px;
}

.right-column ul.podcast-list li {
	padding: 5px 0px;
}

.right-column .podcast-list .latest-link-image img {
	width: 100px;
	height: 56px;
	-webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.42);
	-moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.42);
	box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.42);
}

.right-column .podcast-list .latest-link-image {
	height: 56px;
	float: left;
}

.right-column .podcast-list .latest-link {
	height: 56px;
	font-size: 1.0em;
	line-height: 1.0em;
	display: flex;
	justify-content: l;
	align-items: center;
	padding-left: 10px;
}


@media (min-width: 768px) {  
	.right-column {
		padding-top: 0px;
	}
}

.lowerfoot {
	background-color: hsl(238, 92%, 9%);;
}

.card {
	border-radius: 2px;
}

.card img{
	border-radius: 2px;
}

.card-body {
	padding: 10px;
}

.card-body h5.card-title {
	margin: 0px;
	white-space: nowrap; 
	  overflow: hidden;
	  text-overflow: ellipsis;
}