/* @override 
	http://ch4.sanctusmedia.net/assets/css/ch4-purple.css
	http://ch4.sanctusmedia.net/assets/css/ch4-purple.css?*
	http://judges.sanctusmedia.net/assets/css/ch4-purple.css?*
	https://music.churchofscotland.org.uk/assets/css/ch4-purple.css?* */

#ch4frame {
	padding-top: 30px;
}

nav.nav_hymnary {
	background-color: rgba(143, 122, 184, 0.85);
	margin: 0px 0px 0px 0px;
	display: table;
	border-top: 2px solid #fff;
}

nav.nav_hymnary ul li {
	border-left: 1px solid rgba(255, 255, 184, 1);
	display: inline;
	
}

nav.nav_hymnary ul li:nth-child(1) {
	border-left: none;
}

nav.nav_hymnary ul li a {
	padding: 12px 18px;
	display: inline-table;
	text-transform: capitalize;
	font-size: 1.5rem;
	cursor: pointer;
	color: #fff;
}

nav.nav_hymnary ul li a:hover, header .nav_main ul li a:focus {
	background-color: #fff;
	color: #775ea9;
}
nav.nav_hymnary ul li.active a {
	color: #775ea9;
}

@media screen and (max-width: 576px){
	nav.nav_hymnary {
		background-color: #fff;
		text-align: center;
	}
	
	nav.nav_hymnary ul li { 
		background-color: rgba(143, 122, 184, 0.85);
		padding: 12px 5px;
	}
}

.clear {
	clear: both !important;
}


.clear_row {
	clear: both !important;
}


.ch4_block_left {
	padding-right: 40px;
}

#heading h2 {
	font-size: 60px;
	margin-bottom: 20px;
	font-weight: 300;
	color: #565656;
}

p {
	font-size: 1.5rem;
	padding: 15px 0px 10px 0px;
	line-height: 2.3rem;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 40px;
	color: #000;
}

h2:after, h3::after, h4::after {
	content: "";
	display: block;
	height: 3px;
	width: 40px;
	margin-top: 5px;
	background-color: #e9e9e9;
}

.no-underline::after {
	display: none;
}
.no-underline {
	margin-bottom: 4px;
}

footer h2::after, footer h3::after {
	display: none;
}

  
article.feature {
	margin-top: 20px;
}
article.feature img {
	border-radius: 3px;
}
article.feature figure {
	position: relative;
}
article.feature figure figcaption {
	position: absolute; !important;
	bottom: 0px;
	border-radius: 3px;
	font-size: 12px;
	background-color: rgba(0, 0, 0, 0.55);
	padding: 5px 15px 10px 15px;
}
figcaption span {
	font-size: 20px;
	display: block;
	
}

.headtext {
	font-size: 16px;
}

input#keywords {
	font-size: 24px;
	margin-bottom: 0px;
/* 	width: 79%; */
	display: block;
	line-height: 30px;
	padding: 5px 10px;
	border: 1px solid #cbcbcb;
/* 	border-right: 0px; */
	outline: 0;
	height: 4rem;
	float: left;
}
input#keywords:focus {
	outline: none !important;
	outline-width: 0px;
	border-color: #979797;
}
button.search-btn {
	display: inline-block;
	margin-left: 0px;
	border-radius: 0px;
	font-size: 24px;
	height: 4rem;
	padding: 0px 10px;
	text-decoration: none !important;
	background-color: #937abc;
	color: #fff;
	width: 120px;
	float: right;
}


.btn {
	border: none;
	font-size: 14px;
	background-color: #937abc;
	color: #fff !important;
	padding: 10px 15px;
	margin-left: 5px;
	margin-bottom: 0px;
	line-height: 20px;
	display: inline-block;
}

.btn:hover {
	background-color: #575757 !important;
}

.btn.btn-player i {
	transition: all .5s ease-in-out 0s;
	
}

.btn.btn-player {
	width: 40px;
	float: right;
}

.text-right {
	text-align: right;
}
.hymn {
	width: 95%;
	
	margin-top: 15px;
	border-bottom: 2px dashed #dfdfdf;
	padding-bottom: 10px;
}
.hymn h5 {
	font-size: 16px;
	margin: 0px;
	font-weight: 400;
}
.hymn h5 a {
}



.hymn .tags {
	font-size: 12px;
	display: block;
	clear: both;
}
.hymn .tags i {
	color: #cbcbcb;
}
.hymn .tags a {
	text-decoration: underline;
}

.toppicks > .hymn:last-of-type {
	border-bottom: none;
}
.hymn .count {
	float: left;
	line-height: 30px;
	margin: 3px 10px 10px 0px;
	font-size: 2.5rem;
	background-color: HSL(259, 30%, 60%);
	color: #fff;
	border-radius: 3px;
	padding: 1px 5px 2px 6px;
}
.play-btn {
	font-size: 20px;
}

.jp-playlist {

	min-height: 50px;
}

/**** single page ****/

span.author {
	font-size: 17px;
	line-height: 20px;
	display: block;
	margin-top: 10px;
	font-weight: 400;
	color: #8f7ab8;
}

span.copyright {
	display: block;
	font-size: 14px;
	font-weight: 200;
}

.subsec {
	margin-bottom: 10px;
}

.themes.subsec {
	margin-top: 30px;
	clear: both;
}

blockquote {
	padding: 10px 90px 10px 20px;
	font-size: 20px;
	font-style: italic;
	margin-top: 20px;
	border-radius: 3px;
	position: relative;
}
/*
blockquote::after {
	content: '”';
	font-family: 'K2D';
	color: #fff;
	position: absolute;
	font-size: 400px;
	z-index: 0;
	top: 60px ;
	right: 40px;
	line-height: 100px;
}
*/

blockquote p {
	padding: 0px;
}

.tunes #accordion h3 {
	font-size: 24px;
	padding: 5px 10px;
	font-weight: 500;
	border-bottom: 5px solid #fff;
	cursor: pointer;
}
.tunes #accordion {
	margin-top: 20px;
}

.tunes #accordion h3 span {
	float: right;
	font-size: 20px;
	padding: 2px;
	font-weight: 100;
}
.tunes #accordion h3 b {
	font-weight: 400;
	color: #9b9b9b;
}
.tunes #accordion h3.ui-state-active b {
	color: rgba(255, 255, 255, 0.5);
}
.tunes #accordion h3::after {
	content: none;
}
.tunes #accordion .ui-state-active {
	background-color: #937abc;
}
.tunes .tune {
	padding: 5px 20px 20px 20px;
	display: block;
}
span.metre {
	font-size: 1.6rem;
	display: block;
	color: #555;
}
span.metre b {
	font-weight: 500;
	color: #909090;
}


/*** book info ***/
span.hymn-no, span.book-title {
	display: block;
	width: 100%;
	text-align: center;
}
span.book-title img {
	width: 90%;
	margin: auto;
}
span.hymn-no {
	font-size: 100px;
	line-height: 100px;
	/*border-bottom: 3px solid #d4d4d4;*/
	color: #636363;
	margin-bottom: 8px;
}
span.book-title a {
	font-size: 18px;
	background-color: #9978c1;
	color: #fff;
	font-weight: 700;
	display: block;
	border-radius: 3px;
}

/*** tags ***/
.tagcloud {
	margin-top: 20px;
}
.tagcloud a.tag {
	font-size: 16px;
	background-color: #f2f2f2;
	padding: 0px 5px;
	margin-bottom: 5px;
	margin-right: 3px;
	display: inline-block;
	border-radius: 3px;
	border-bottom: 1px solid #afafaf;
	color: #616161;
}
.themecloud a.tag {
	color: #92426f;
	font-weight: 600;
}
article.rel-pl {
	margin-top: 10px;
}
article.rel-pl h5 a {
	font-size: 16px;
	font-weight: 500;
	color: #756999;
}
article.rel-pl .tags {
	font-size: 12px;
}
article.rel-pl .tags a {
	text-decoration: underline;
}

/* *******************************
              LOGIN 
  ******************************* */

.ch4_form legend {
	display: none;
}
  
.ch4_form .sq-form-submit {
	font-size: 1.4em !important;
	font-weight: 400;
}

.ch4_form input[type='text'], .ch4_form input[type='password'] {
	font-size: 1.4em;
	padding: 7px 12px;
	border-radius: 2px;
}

.ch4_form .pw_forgot_text {
	text-align: right;
	padding-top: 0px;
}

/* *******************************
              SEARCH 
  ******************************* */

.search form {
	margin-bottom: 0px;
}

section.search {
	display: block;
	width: 100%;
}

section.search p {
	padding: 0px 0px 4px 0px;
}

.title p.tag-results {
	/*font-weight: bold;*/
	font-size: 1.8rem;
	border-bottom: 1px solid rgba(143, 122, 184, 0.55);
	border-top: 1px solid rgba(143, 122, 184, 0.55);
	margin-bottom: 30px;
	padding: 10px 0px 10px 10px;
	background-color: rgba(143, 122, 184, 0.15);
}

.search_results {
	margin: 15px 0px 6px 0px;
}

.search_results h1 {
	font-size: 2.5rem;
	font-weight: 400;
}

.search_results .btn.btn-player {
	float: left;
	margin-right: 9px;
	height: 3.5rem;
	padding: 8px 0px;
	margin-left: -3px;
}

.search_results .hymn_number {
	float: left;
	height: 3.5rem;
	margin-right: 9px;
}

@media screen and (max-width: 576px){
	.search_results .hymn_title {
		clear: both;
		display: block;
	}
}

.search_results h1 span {
	font-size: 2.5rem;
	background-color: HSL(259, 30%, 60%);
	color: #fff;
	border-radius: 3px;
	padding: 1px 5px;
	margin-left: 0px;
	margin-right: 10px;
}

.search_results p.first_line {
	margin-bottom: 0px;
	font-size: 1.5em;
	color: #676767;
	font-style: italic;
}

.search_results .tagcloud {
	margin-top: 0px;
	padding-top: 5px;
}

.search_results .tagcloud a, .themes .tagcloud a {
	font-size: 1.3em;
	text-transform: capitalize;
}


.search_results .excerpt {
	font-size: 1.4rem;
	font-style: italic;
	padding: 5px 0px 2px 0px;
	margin-bottom: 0px;
	clear: both;
}


ul.results_pagination {
	margin-bottom: 0px;
}

ul.results_pagination li {
	list-style: none;
	background: none;
	font-size: 1.6em;
	display: inline;
}

ul.results_pagination li.active {
	font-weight: bold;
	text-decoration: underline;
}

.more_results {
	font-size: 1.3em;
	margin-top: 20px;
	padding-top: 5px;
	border-top: 3px solid #eee;
}


/* Playlists */

.playlist {
	margin-top: 30px;
}

.playlist .background {
	background-color: HSL(259, 30%, 98%);
	border-radius: 6px;
	/*padding: 10px;*/
	border: 1px solid HSL(259, 30%, 80%);
	
}

.playlist .background p {
	padding-top: 0px;
}

.playlist h2 {
	font-size: 3rem;
	/*margin-top: 10px;*/
	padding: 10px 16px 20px 16px;
	margin-bottom: 0px;
	/*border-left: 1px solid HSL(259, 30%, 80%);*/
	/*border-right: 1px solid HSL(259, 30%, 80%);*/
}

.playlist .item {
	padding: 0px 15px;
	/*border-left: 1px solid HSL(259, 30%, 80%);*/
	/*border-right: 1px solid HSL(259, 30%, 80%);*/
	/*border-bottom: 1px solid HSL(259, 30%, 80%);*/
}

.playlist h3 {
	font-size: 2rem;
	margin-bottom: 10px;
	margin-top: 5px;
	padding: 0 10px;
}

.playlist dl {
    margin-bottom:10px;
	padding: 10 10px;
}
 
.playlist dl dt {
    background: HSL(259, 30%, 60%);
    color:#fff;
    float:left; 
    font-weight:bold; 
    margin-right:10px; 
    padding:3px;  
    width:50px; 
	text-align: center;
	font-size: 1.7rem;
	border-radius: 3px;
	margin-bottom: 5px;
}

.playlist dt a {
	color: #fff;
}

.playlist dl dd {
    margin:2px 0; 
    padding:5px 0;
	font-size: 1.7rem;
	margin-left: 60px;
	line-height: 2rem;
	min-height: 40px;
	font-weight: 600;
}

.playlist.weekly h2::after {
	content: none;
	display: block;
}

.playlist.weekly h2 {
	margin-bottom: 3px;
	padding-bottom: 9px;
	text-align: center;
}

.playlist .card_footer {
	background-color: rgb(234, 230, 255);
	text-align: center;
	padding: 10px !important;
	font-weight: 600;
	color: rgb(97, 72, 99);
}
.playlist .card_footer .fa-chevron-right {
	margin-left: 3px;
}
.playlist .card_footer a {
	color: rgb(96, 86, 119);
}

.weekly .jp-audio {
	display: none;
}

.jp-artist {
	display: none !important;
}

/* User playlists */

ul.playlist_list {
	font-size: 1.5rem;;
	margin-top: 20px;;
}

.add_to_playlist .title {
	width: 100%;
	font-size: 1.9rem;
	border: 1px solid #9978C1;
	border-radius: 2px;
	height: 34px;
	position: relative;
	padding: 4px 0px 0px 8px;
	color: #333;
}

.add_to_playlist span {
	background-color: #9978C1;
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
	padding: 3px 7px;
	color: #fff;
	float: right;
	border-radius: 2px;
	height: 32px;
}

.add_to_playlist .existing_playlists {
	border: 1px solid #C4C4C4;
	border-top: none;
	margin-left: 20px;
	padding: 2px 10px 0px 10px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius-radius: 3px;
}

.add_to_playlist .existing_playlists ul {
	margin: 0px;
	/*background-color: yellow;*/
}

.add_to_playlist .existing_playlists ul li {
	background-image: none;
	color: #333;
	padding: 7px 5px 0px 5px;
	font-size: 1.6rem;
	border-top: 1px solid rgba(153, 120, 193, .4);
}

.add_to_playlist .existing_playlists ul li:first-child {
	border-top: none;
}

.add_to_playlist .existing_playlists ul li.new_playlist input {
	background-color: #ECEC8B;
	font-size: 1.6rem;
	padding: 4px 6px;
}

.background_yellow {
	background-color: #ECEC8B;
}

.check_mark::before {
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900;
	content:  '\f00c';
	padding-right: 5px;
}

.blinkFade{
       -webkit-transition: background 0.5s ease-in-out;
       -ms-transition:     background 0.5s ease-in-out;
       transition:         background 0.5s ease-in-out;
}

/* *******************************
              FAQ 
  ******************************* */
  
 .faq {
 	
 }
 
 .faq h2.faq_q {
 	font-size: 2.5rem;
 	margin-top: 25px;
 }
 
 .faq p {
 	padding: 0px;
 	margin: 5px 0px 10px 0px;
 }
 
  /* *******************************
               Errors 
   ******************************* */
   
.title.subsec.ee_error ul {
	margin-top: 20px;
	list-style-type: square;
}

.title.subsec.ee_error ul li {
   	font-size: 1.7em;
   	background: none;
}
   
 