:root{
    --main-color: #800000;
}

.white-bg {
    background-color: #fff!important;
}

/* Custom Style */
.hl-title {
    border-top: 5px solid #fff;
    background: var(--main-color);
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    margin-bottom: 5px;
    padding: 10px 10px 12px;
    text-transform: uppercase;
    font-family: 'Open Sans Condensed';
    font-weight: 700;
}

.tags-scroll-list {
  overflow: auto;
  width: 100%;
  background: #fff;
  font-family: "Lato", sans-serif;
}

.tags-flex {
  white-space: nowrap;
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom:5px;
}

.tag-item {
  border: 1.5px solid rgba(217, 217, 217, 0.5803921569);
  border-radius: 10px;
  text-decoration: none;
  font-weight: bold;
  padding: 5px 9px;
}

.tag-content {
  display: flex;
  flex-direction: column;
  padding: 2px 5px;
}

.tag-content .tag-name {
  font-size: 14px;
  color: #616b71;
}

.tag-date {
	color: #3c4043;
	font-family: Roboto,Helvetica Neue,Arial,sans-serif;
	font-size: 14px;
	line-height: 20px;
	margin-top: 2px;
	font-weight: 400;
}

img.verified-badge {
    width: 14px!important;
    height: 14px!important;
    vertical-align: sub;
}

/* End Custom Style */

/* Header */

.appsflyerContainer {
    background-color:#eee;
}

.appsflyer-banner-text-container {
    width:70%
}

.appsflyer-banner-title {
    font-size:14px;
    font-weight:600;
    color:#282f36;
    line-height:20px
}

.appsflyer-banner-subtitle {
    font-size:12px;
    color:#282f36
}

.appsflyer-banner-close-img {
    outline: 0!important;
    -webkit-appearance: none;
    border: none;
    text-indent: -10000px;
    vertical-align: middle;
}

.downloadButton {
    padding:4px 10px;
    width:80px;
    border-radius:4rem;
}

button.red {
    background-color:#ed1c24;
    border:1px solid #ed1c24;
    color:#fff;
}
    
button.red:hover {
    background-color:#cc0016
}

button.dark-red {
    background-color:#e8121a;
    border:1px solid #e8121a;
    color:#fff;
}

button.white {
    background-color:#fff;
    border:1px solid #e8e8e8
}

.p-2 {
    padding: 0.5rem!important;
}

.mr-2, .mx-2 {
    margin-right:.5rem!important;
}

.mb-2, .my-2 {
    margin-bottom:.5rem!important;
}

.ml-2, .mx-2 {
    margin-left:.5rem!important;
}

.align-items-center {
    align-items: center!important;
}

.justify-content-center {
    justify-content: center!important;
}

.d-flex {
    display: flex!important;
}

.d73393 {
    width:100px;
    height:80px!important;
}

img.border-image {
    border-color: var(--main-color);
    border-style: solid;
    border-width: 3px;
    padding: 6px;
}

div.td-a-rec.td-a-rec-id-header_mob > img, div.td-a-rec.td-a-rec-id-footer_mob > img {
    border-color: var(--main-color);
    border-style: solid;
    border-width: 3px;
    padding: 6px;
}

div#clever-68158-top-scroll {
    height:10px!important;
}

/* Header End */

.search-box{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(7,41,77,.5);
    z-index: 9999;
    display:none;
}

.search-closebtn {
    position: absolute;
    top: 20px;
    right: 50px;
    cursor: pointer;
    width: 30px;
    height: 25px;
}

.search-closebtn span {
    width: 30px;
    height: 2px;
    background-color: #fff;
    position: relative;
    display: block;
}

.search-closebtn span:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 11px;
}

.search-closebtn span:nth-of-type(2) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 9px;
}

.search-box .search-form input {
    width: 50%;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background-color: #fff;
    border: 2px solid #07294d;
    color: #07294d;
    padding-left: 20px;
    border-radius: 50px;
}

.search-box .search-form button {
    position: absolute;
    top: 50%;
    left: 72%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    padding: 0;
    border: 0;
    background-color: transparent;
    color: #07294d;
    cursor: pointer;
    font-size: 16px;
}

@media only screen and (max-width: 575.98px){
    .search-box .search-form button {
        left: 80%;
    }
    
    .search-box .search-form input {
        width: 80%;
    }
}

.popup .content {
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%,-150%) scale(0);
	/*width: 350px;*/
	height: 430px;
	z-index: 2;
	text-align: center;
	padding: 10px;
	border-radius: 5px;
	/*background: #dfdfdf;*/
	z-index: 9;
}

.popup .close-btn {
	position: absolute;
	right: 20px;
	top: 20px;
	width: 30px;
	height: 30px;
	color: white;
	font-size: 30px;
	border-radius: 50%;
	padding: 2px 5px 7px 5px;
	background: #237be6;
}

.popup.active .content {
	transition: all 300ms ease-in-out;
	transform: translate(-50%,-50%) scale(1);
}

.input-field .validate {
	padding: 20px;
	font-size: 16px;
	border-radius: 5px;
	border: none;
	margin-bottom: 15px;
	color: #000000;
	background: #ffffff;
	border: 2px solid rgb(214, 214, 214);
	width: 270px;
	outline: none;
}

.first-button {
	color: rgb(3, 48, 146);
	font-size: 25px;
	font-weight: 500;
	padding: 15px 50px;
	border-radius: 5px;
	border: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #dadadb;
	transition: box-shadow .35s ease !important;
	outline: none;
}

.first-button:active {
	background-color: rgb(2, 42, 112);
	color: #fff;
	border: none;
}

.second-button {
	color: white;
	font-size: 18px;
	font-weight: 500;
	margin-top: 20px;
	padding: 15px 40px;
	border-radius: 5px;
	border: none;
	background: #05438f;
	transition: box-shadow .35s ease !important;
	outline: none;
}

.second-button:active{
	background: linear-gradient(145deg,#222222, #292929);
	border: none;
	outline: none;
}

.ayoan_whatsapp_row {
    margin-right: -15px;
    margin-left: -15px;
}
.ayoan_whatsapp_full:before,
.ayoan_whatsapp_full:after,
.ayoan_whatsapp_clearfix:before,
.ayoan_whatsapp_clearfix:after,
.ayoan_whatsapp_container:before,
.ayoan_whatsapp_container:after,
.ayoan_whatsapp_row:before,
.ayoan_whatsapp_row:after{
    display: table;
    content: " ";
}
.ayoan_whatsapp_full:after,
.ayoan_whatsapp_clearfix:after,
.ayoan_whatsapp_container:after,
.ayoan_whatsapp_row:after{
    clear: both;
}

.ayoan_whatsapp_container{
    width: 1170px;
    margin: 0 auto;
}
.ayoan_whatsapp_scroll1::-webkit-scrollbar {
    width: 7px;
}

.ayoan_whatsapp_scroll1::-webkit-scrollbar-track {
    background: #ccc;
}

.ayoan_whatsapp_scroll1::-webkit-scrollbar-thumb {
    background: #9c9c9c;
}

.ayoan_whatsapp_full{
    position:relative;
    width: 100%;
    display: block;
}


.ayoan_whatsapp_chatbox_container{
    /*border: 1px solid #000;*/
    /*position: fixed;*/
    bottom: 0px;
    /* height: 550px; */
    /*right: 20px;*/
    /*width: 400px;*/
    font-size: 14px;
}
.ayoan_whatsapp_chatbox_container .ayoan_whatsapp_chatbox{
    /*border: 1px solid #000;*/
    position: relative;
    top: 0;
    /*height: 450px;*/
}

.ayoan_whatsapp_chatbox .widget-wrapper{
    position: relative;
    height: 100%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 19px rgba(0,0,0,.05);
}

.ayoan_whatsapp_chatbox .widget-header{
    display: flex;
    flex-direction: row;
    background: #3cb743;
    padding: 20px 25px;
    /*height: 105px;*/
    border-radius: 10px 10px 0 0;
}
.ayoan_whatsapp_chatbox .widget-header .col-1{
    /*border: 1px solid;*/
}
.ayoan_whatsapp_chatbox .widget-header .col-1 .header-icon{
    width: 40px;
    opacity: .8;
}
.ayoan_whatsapp_chatbox .widget-header .col-2{
    flex-grow: 1;
    color: #fff;
    padding-left: 18px;
}
.ayoan_whatsapp_chatbox .widget-header .col-2 .header-title{
    font-size: 150%;
    margin-bottom: 8px;
    opacity: .8;
}
.ayoan_whatsapp_chatbox .widget-header .col-2 .header-content{
    font-size: 90%;
    font-weight: 300;
    letter-spacing: .3px;
    opacity: .8;
    line-height: 1.5;
}

.ayoan_whatsapp_chatbox .widget-body{
    /*height: 345px;*/
    padding: 10px 10px 25px 10px;
    border-radius: 0 0 10px 10px;
}
.ayoan_whatsapp_chatbox .widget-body .body-title{
    /*border: 1px solid #000;*/
    padding: 7px 15px 13px 15px;
    color: #aaa;
    font-weight: 300;
    font-size: 90%;
    /*height: 40px;*/
}
.ayoan_whatsapp_chatbox .widget-body .body-content{
    /*border: 1px solid #000;*/
    height: 302px;
    overflow-x:hidden;
    overflow-y:auto;
}
.ayoan_whatsapp_chatbox .widget-body .body-content .user-list{
    /*border: 1px solid #000;*/
    height: 100%;
    margin: 0;
    padding: 0 15px 0 15px;

}
.ayoan_whatsapp_chatbox .widget-body .body-content .user-list .item{
    margin-bottom: 15px;
    background: #f1f4f7;
    border-radius: 5px;
    border-left: 3px solid #aaa;
    display: flex;
    padding: 5px 0;

}
.ayoan_whatsapp_chatbox .widget-body .body-content .user-list .item:last-child{
    margin-bottom: 0px;

}
.ayoan_whatsapp_chatbox .widget-body .body-content .user-list .item.active{
    border-left: 3px solid #3cb743;

}
.ayoan_whatsapp_chatbox .widget-body .body-content .user-list .item .col-1{
    padding: 15px;
    width: 80px;
    min-width: 80px;
}
.ayoan_whatsapp_chatbox .widget-body .body-content .user-list .item .user-pro-pic-wrapper{
    border-radius: 100%;
    overflow: hidden;
    /* object-fit: cover; */
    width: 50px;
    height: 50px;

}
.ayoan_whatsapp_chatbox .widget-body .body-content .user-list .item .user-pro-pic-wrapper .user-pro-pic{
    width: 100%;
    display: block;
    object-fit: cover;
    height: 100%;

}

.ayoan_whatsapp_chatbox .widget-body .body-content .user-list .item .col-2{
    flex-grow: 1;
    padding: 5px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    word-break: break-word;
}
.ayoan_whatsapp_chatbox .widget-body .body-content .user-list .item .col-2 .list-title{
    font-size: 110%;
    color: #222;
    font-weight: 400;
    margin-bottom: 2px;
}
.ayoan_whatsapp_chatbox .widget-body .body-content .user-list .item .col-2 .list-content{
    font-size: 90%;
    color: #aaa;
    margin-bottom: 5px;
}
.ayoan_whatsapp_chatbox .widget-body .body-content .user-list .item .col-2 .list-latest-text{
    color: #e6ac0a;
}
.ayoan_whatsapp_chatbox .widget-body .body-content .user-list .item .col-2 .list-latest-text:empty{
    display: none;
}

.ayoan_whatsapp_chatbox .widget-body .body-content .user-list .item .col-3{
    width: 50px;
    min-width: 50px;
    text-align: center;
}
.ayoan_whatsapp_chatbox .widget-body .body-content .user-list .item .col-3 .list-icon-wrapper .list-icon{
    width: 25px;
    height: 25px;
    margin-top: 28px;
}
.ayoan_whatsapp_chatbox .widget-body .body-content .user-list .item .col-3 .list-icon-wrapper .list-icon path{
    fill: #aaa;
}
.ayoan_whatsapp_chatbox .widget-body .body-content .user-list .item.active .col-3 .list-icon-wrapper .list-icon path{
    fill: #3cb743;
}

.ayoan_whatsapp_chatbox_container .widget-close-btn-row{
    /*border: 1px solid #000;*/
    position: relative;
    /*height:100px;*/
    text-align: right;
}
.ayoan_whatsapp_chatbox_container .widget-close-btn{
    background: #3cb743;
    border: none;
    /*padding: 20px 20px;*/
    /*border-radius: 100%;*/
    /*margin-top: 20px;*/
    box-shadow: 0px 20px 15px rgba(0,0,0,.1);
    outline: none !important;
}
.ayoan_whatsapp_chatbox_container .widget-close-btn .icon{
    width: 20px;
    /*display: block;*/
}
/* End WhatsApp Chatbox*/


/* Featured Posts */
.tagcommon{
    margin: 25px 2px;
    background: #fff;}
.tagslist {
    background-color: #fff;
    overflow: auto;
    white-space: nowrap;
	border: 1px solid red; 
    padding-left: 40px;
}
.tagslist a {
    display: inline-block;
    color: black;
    text-align: center;
    padding: 10px;
    text-decoration: none;
	font-weight:bold;
}
.tagimg img {
    border: 1px solid #ddd;
    
    box-shadow: 0 0 1px 1px rgba(214, 193, 193);
    padding: 3px;
	    width: 80px;
    height: 80px;
}
/* End Featured Posts */


/* Version Switch */
.btniTunes {
    margin-left: 0px;
    margin-top: 0px;
    font-family: 'Roboto', sans-serif;
    background-color: #B22222;
    border: 1px solid #ffffff;
    display: inline-block;
    cursor: pointer;
    color: white;
    font-size: 10px;
    text-decoration: none;
    padding: 12px;
}

.btniTunes:hover {
    background-color: #ffffff;
    color: #B22222;
    border: 1px solid #B22222;
    text-decoration: none;
}
.btniTunes a {
    display: block;
    padding: 10px 18px;
    text-decoration: none;
    color: white;
}
.btniTunes:hover a {
    color: #B22222;
}
            
.dropbtn {
  /*background-color: #3498DB;*/
  color: white;
  padding: 12px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
  background-color: #fff;
  color: #B22222;
  border: 1px solid #B22222;
}

.dropdown {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #B22222;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  margin-left: 3.9em;
}

.dropdown-content a {
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  background-color: #fff;
  color: #b22222;
  border: 1px solid #B22222;
}

.dropdown a:hover {background-color: #b22222;color: #fff;}

.show {display: block;}
.hr {
    margin: 0;
}
/* End Version Switch */

/**
* POPULAR SCROLL
**/
.popularlist {
    background-color: #fff;
    overflow: auto;
    white-space: nowrap;
    border: 1px solid var(--main-color);
    margin-right: 3px;
    margin-left: 3px;
    margin-bottom: 8px;
    padding-left: 0px;
    padding-top: 4px;
}

.popular-scroll-list {
  width: 100%;
  background: #fff;
  font-family: "Lato", sans-serif;
  /*height: 120px;*/
  padding-left:8px;
  /*margin-right:8px;*/
  margin-top:8px;
  margin-bottom:5px;
}

.popular-flex {
  overflow: auto;
  white-space: nowrap;
  display: flex;
  gap: 10px;
  align-items: center;
}

.popular-item {
  width: 110px;
  min-height: 120px;
  border: 1px solid rgba(217, 217, 217, 0.5803921569);
  border-radius: 10px;
  text-decoration: none;
}

.scroll-popular-img {
    width: 108px;
}

.scroll-popular-img img {
  width: 120px;
  height: 90px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.popular-content {
  display: flex;
  flex-direction: column;
  padding: 2px 5px;
}
.popular-content .popular-name {
  font-size: 12px;
  color: #9b9999;
  font-weight: 400;
  /*white-space: wrap;*/
  overflow: hidden;
  text-overflow: ellipsis;
}
.popular-content .song-price {
  text-align: right;
  font-weight: 400;
  color: #575757;
  font-size: 13px;
  padding-top: 5px;
}
.popular-content .song-title {
  font-size: 12px;
  /*padding-top: 7px;*/
  color: #616b71;
  font-weight:bold;
  /*white-space: wrap;*/
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Download Button */
.download-btn-wrapper {
    display: block;
    text-align: center;
}

a.btn-ghost {
    background: #000 no-repeat !important;
    position: relative;
    border: 1px solid #000 !important;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    border-radius: 4px !important;
    display: inline-block !important;
    padding: 10px 40px 10px 20px !important;
    letter-spacing: 0 !important;
    text-decoration: none;
}

a.btn-ghost::after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 2px;
    top: 20%;
    height: 35px;
    width: 35px;
    background: url() no-repeat !important;
    background-size: 35px !important;
}
/* End Download Button */

/* Pagination */
.hl-pagination {
     background: var(--main-color);
     color: #fff!important;
}

span.current{
    background-color: #000;
    color: #fff!important;
}

a.page{
    border-style:solid;
    border-color:var(--main-color);
    border-width:1.1px;
}

.page-nav a[aria-label="next-page"], .page-nav a[aria-label="prev-page"] {
    background: var(--main-color);
    color: #fff!important;
}

/* Tag Cloud */
.tag_cloud_heading_block{
    margin-top: -10px;
    margin-bottom: 20px;
}

.tag_cloud_heading {
    border-bottom: 2px solid #eee;
    margin:0 10px 0 10px;
}

.tag_cloud_heading:after {
    content: '';
    width: 30px;
    height: 2px;
    background: #800000;
    display: block;
    position: relative;
    bottom: -2px;
}

.tag_cloud_title {
    color: #212121;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    line-height: normal;
    float: left;
}

.tag_cloud_title span {
    display: inline-block;
    height: 36px;
    line-height: 36px;
    padding: 0;
    white-space: nowrap;
}

.tag_cloud a {
    font-size: 14px!important;
    font-weight: bold;
    font-family: "Lato", sans-serif;
    letter-spacing: 1px;
    line-height: inherit;
    border: 1.5px solid rgba(217, 217, 217, 0.5803921569);
    padding: 3px 10px;
    color: #616b71;
    display: inline-block;
    margin: 0 3px 6px 0;
    text-decoration: none!important;
    text-rendering: auto;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
/* End Tag Cloud */


/* Front Page Custom Post */
.card {
    padding-bottom: 50px;
    /*padding-top: 10px;*/
    border-radius: 5px;
/* 		padding-left: 15px;
	padding-right: 15px; */
}

.card {
    background-color: #fff;
    /*box-shadow: 0 0.5em 1em -0.125em rgba(10,10,10,.1), 0 0 0 1px rgba(10,10,10,.02);*/
    color: #4a4a4a;
    max-width: 100%;
    position: relative;
}

.my_card_title {
    padding: 10px;
    background: #800000;
    color: #fff;
    font-size: 20px;
    left: 0;
    z-index: 0;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    font-weight: 700;
}

.sidebar_full_post {
    width: 100%;
    height: 280px;
    border: .5px solid #e2e9ed;
    /*margin-bottom: 10px;*/
}
.rounded_tr {
    border-top-right-radius: 5px;
}
.rounded_tl {
    border-top-left-radius: 5px;
}

a {
    color: #800000;
    cursor: pointer;
    text-decoration: none;
}

.sidebar_full_post img {
    width: 100%;
    height: 280px;
}
.rounded_tr {
    border-top-right-radius: 5px;
}
.rounded_tl {
    border-top-left-radius: 5px;
}
img {
    height: auto;
    max-width: 100%;
}

.post_info {
    position: relative;
    z-index: 0;
    background-color: rgba(255,255,255,.86);
    padding: 12px;
    margin-top: -90px;
}

.post_info .post_date {
    color: #106ecc;
    font-size: 14px;
    font-weight: 500;
}

.post_info .post_title {
    color: rgba(38,50,56,.9);
    font-weight: 500;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 20px;
}
.post_title {
    font-size: 30px;
    font-weight: 700;
}

.mt20 {
    margin-top: 20px;
}

.flex_row {
    flex-direction: row;
}
.narrow_post_list a {
    padding: 5px;
    width: 100%;
}
.flex {
    display: flex;
    /*flex-direction: column;*/
}

.narrow_post_list img {
    width: 64px!important;
    height: 64px!important;
    object-fit: cover;
    object-position: center;
}
.narrow_post_list a img {
    width: 80px!important;
    height: 64px!important;
    border-radius: 4px;
    background: 0 0;
    overflow: hidden;
    border: 1px solid #e2e9ed;
}
.flex img {
    max-width: 100%;
    max-height: 100%;
    display: block;
}
img {
    height: auto;
    max-width: 100%;
}

.text_context {
    max-height: 64px;
    padding: 0 4px 4px;
    width: 100%;
    display: block;
}

.title {
    font-size: 13.5px;
    /*height: 38px!important;
    overflow-y: hidden;
    text-overflow: ellipsis;*/
    display: inline-block!important;
    color: #304047;
    line-height: 1.35;
    width: 100%;
    display: block;
}
.title {
    color: #3b4d56;
}

.details {
    height: 16px;
    position: relative;
    top: -30px;
    font-weight: 700;
    color: rgba(128,0,0,.7);
    display: block;
    width: 100%;
}
.small {
    font-size: 12px;
}
.text_right {
    text-align: right;
}

.my_button_link {
    padding: 10px;
    text-align: right;
    background: #800000;
    color: #fff;
    font-size: 20px;
    bottom: -45px;
    right: 0;
    font-size: 16px;
    border-radius: 0;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 700;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.my_title {
    padding: 0px;
    text-align: right;
    background: #fff;
    color: #fff;
    font-size: 20px;
    bottom: -45px;
    right: 0;
    font-size: 16px;
    border-radius: 0;
	padding-left: 10px;
    padding-right: 15px;
    font-weight: 700;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
	/*border-bottom: 3px solid #800000;*/
}

.my_title:before {
	border-color: #800000;
}
/* End Front Page Custom Post */

/* Gospel Tab Content */
.gospel-tab-container {
  width: 100%;
}

.gospel-tab {
    display: flex;
    padding: 0;
    padding-left: 5px;
    padding-right: 5px;
    background: #fff;
    border-bottom: 3px solid #800000;
    margin-bottom: 3px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.gospel-tab-button {
  flex: 1;
  padding: 10px;
  background-color: #fff;
  border: none;
  cursor: pointer;
  font-size: 19px;
  font-weight: 600;
  line-height: 27px;
  border-top: 2px solid #800;
  border-left: 2px solid #800;
  border-right: 2px solid #800;
}

.gospel-tab-button.active {
  background-color: #800;
  color: white;
}

.gospel-tab-content {
  display: none;
  background: #464646;
  padding-bottom: 15px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 5px;
}

.gospel-tab-content.active {
  display: block;
}
/* End Gospel Tab Content */

/* Custom Tab Content */
.custom-tab-container {
  width: 100%;
}

.custom-tab {
    display: flex;
    padding: 0;
    padding-left: 5px;
    padding-right: 5px;
    background: #fff;
    border-bottom: 3px solid #800000;
    margin-bottom: 3px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.custom-tab-button {
  flex: 1;
  padding: 10px;
  background-color: #fff;
  border: none;
  cursor: pointer;
  font-size: 19px;
  font-weight: 600;
  line-height: 27px;
  border-top: 2px solid #800;
  border-left: 2px solid #800;
  border-right: 2px solid #800;
}

.custom-tab-button.active {
  background-color: #800;
  color: white;
}

.custom-tab-content {
  display: none;
  background: #464646;
  padding-bottom: 15px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 5px;
}

.custom-tab-content.active {
  display: block;
}
/* End Custom Tab Content */

/* Tab Content */
.tab-container {
  width: 100%;
}

.tab {
  display: flex;
  padding: 0;
    padding-left: 0;
    background: #fff;
    border-bottom: 3px solid #800000;
    margin-bottom: 3px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.tab-button {
  flex: 1;
  padding: 10px;
  background-color: #fff;
  border: none;
  cursor: pointer;
  font-size: 19px;
  font-weight: 600;
  line-height: 27px;
}

.tab-button.active {
  background-color: #800;
  color: white;
}

.tab-content {
  display: none;
  /*padding: 20px;*/
  /*background-color: #f9f9f9;*/
  /*background: #464646;*/
  padding-bottom: 15px;
}

.tab-content.active {
  display: block;
}
/* End Tab Content */

/* Footer Sticky */
.fixedbar {
    bottom: 60px;
    color: #fff;
    ffont-family: Arial,Helvetica,sans-serif;
    left: 0;
    right: 0;
    padding: 0;
    position: fixed;
    font-size: 16px;
    wvidth: 100%;
    z-index: 99999;
    float: left;
    vertical-align: middle;
    marggin: 0 0 0;
    margin: 0 auto;
    opacity: .95;
    font-weight: 700
}

.boxfloat {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    position: relative
}

#tips,#tips li {
    margin: 0;
    padding: 0;
    list-style: none
}

#tips {
    width: 100%;
    font-size: 20px;
    line-height: 120%
}

#tips li {
    padding: 0;
    display: none
}

#tips li a {
    color: #fff
}

#tips li a:hover {
    text-decoration: none
}

#tips li a img {
    max-width: 100%
}

#tip-close {
    position: absolute;
    right: -1px;
    top: -1px;
    display: block;
    cursor: pointer
}
/* End Footer Sticky */

/* Footer Nav */
.nav-bar-container {
    height: 60px;
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 102;
    border-top: 2px solid rgba(128, 0, 0, .5);
    /*border-top-style: solid;*/
    /*border-color: #800;*/
    /*border-top-width: 2px;*/
}

.nav-bar {
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
}

.nav-bar__button {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    flex-grow: 1;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    font-size: 1.4em;
    color: #fff;
    outline: 0!important;
}

/*a {*/
/*    text-decoration: none;*/
/*    color: #ffa200;*/
/*}*/

.nav-bar__button-inner {
    width: 20px;
    height: 20px;
}

.nav-bar__button svg {
    position: relative;
    color: #800;
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    transform: translateY(-5px);
}

svg:not(.u-no-fill) {
    fill: currentColor;
}

svg {
    width: 100%;
    height: 100%;
}

/*.nav-bar__button--active svg {*/
/*    -webkit-animation: pulse .25s ease-in-out;*/
/*    -moz-animation: pulse .25s ease-in-out;*/
/*    animation: pulse .25s ease-in-out;*/
/*    color: #ffa200;*/
/*}*/

.nav-bar__label {
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 100%;
    /*font-size: 1rem;*/
    font-size: 12px;
    color: #800;
    /*color: #800;*/
    text-align: center;
    white-space: nowrap;
    -webkit-transition: color .25s ease-in-out;
    -moz-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out;
    font-weight: 600;
    letter-spacing: -.3px;
}

/*.nav-bar__button--active .nav-bar__label {*/
/*    color: #ffa200;*/
/*}*/

/*abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {*/
/*    margin: 0;*/
/*    padding: 0;*/
/*    border: 0;*/
/*    outline: 0;*/
/*    font-size: 100%;*/
/*    vertical-align: baseline;*/
/*    background: transparent;*/
/*}*/
/* End Footer Nav */