/* Site Wide */
.show-banner {
  padding-top: 10px;
}
.article-aside {
  display: none;
}
.t4-banner {
  background: transparent; 
  border-bottom: 4px solid rgba(52, 58, 64, .80);
}
.sidebar-r {
  border-left: 4px solid rgba(52, 58, 64, 0);
}
.sponsors {  
  border-top: 4px solid rgba(52, 58, 64, .80);
}
.module-title {
  color: #000000;
  display: flex;
  justify-content: center;
  text-align: center;
}
.module-title span::before{
  background-image: url(/images/website/module-title.png);
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 100%; 
  height: 20px;
  content:"";
}
.module-title span::after{
  background-image: url(/images/website/module-title.png);
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 100%; 
  height: 30px;
  content:"";
}
a:hover img{    
  border: 4px solid rgba(52, 58, 64, .80);
}
a.modal{
  color: #000000;
}
.page-header{
  text-align: center;
}

/* Podcast Player */
.playlist-mother-podcast {
    width: 100%;
    height: 30px;
}
.video-js .vjs-big-play-button {
  display: none;
}
.video-js .vjs-control-bar {
  display: flex; 
}
[id*="podcast-row-play"] {
  display: none;
}
.player-wrapper { 
  text-align: left;
  display: inline-block;
  width: 100%;
}
.playlist-wrapper {
  display: flex;
}

/* Menu Bar */
.menu-logo a:hover img{
  border: none;
}
.t4-megamenu .navbar-nav > li > a, .t4-megamenu .navbar-nav > li > .nav-link {
  color: #0f61ba;
}
.t4-offcanvas .t4-off-canvas-header .close span {
  color: #f8f9fa;
}

/* Home Page Content */
.homepage-container{  
  flex-wrap: wrap; 
  width: 100%;
  flex-basis: 100%;
}
.homepage-row{
  display: flex;
  flex-grow: 1;
  justify-content: center;
}
.homepage-logo img{
  width: 85%;
  height: auto;
}
@media screen and (max-width: 767.98px){
    .listen-live-mobile {
      text-align: center;
      display: block;
    }
    .listen-live-sidebar {
      display: none;
    }
}
@media screen and (min-width: 767.99px){
    .listen-live-mobile {
      display: none;
    }
    .listen-live-sidebar {
      display: flex;
      justify-content: center;
      align-items: center;
    }
}

/* Off Canvas */
.t4-offcanvas .t4-off-canvas-header{
  background-color: #ebd89c;
}

/* Sidebar - Right */
.modulefeatured_sponsor_banner .bannerheader {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 10px;
}
.modulefeatured_sponsor_banner .banneritem {
  padding-bottom: 10px;
}
.moduleFootball_Scores, .moduleBasketball_Scores {
  display: flex;
  justify-content: center;
  align-items: center;
}  

/* BRB Center PayPal image & style donate button */
.osdonate-container .osdonate-form {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
  max-width: 400px;
}
.osdonate-container .osdonate-form input[type=text] {    
  width: 60%;
}
.osdonate-container .osdonate-form input[type=image]:hover {    
  border: 4px solid rgba(52, 58, 64, .80);
}

/* BRB Increase Font size of Kroger Rewards to match paypal */     
.modulekroger p{
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.modulelocal-interest-menu .nav li a{
  color: #0f61ba;
}
.modulelocal-interest-menu .nav > li.active > a{
  color: #0f61ba;
  font-weight: normal;
}
.modulelocal-interest-menu .nav li a:hover{
  color: #22cc99;
}
.modulelocal-interest-menu .nav > li.active > a:hover{
  color: #22cc99;
  font-weight: normal;
}

/* Footer */
.footer_copyright{
  text-align: center;
}
.footer_copyright img{
  float: center;
  max-width: 100%;
  height: 15px;
}
.footer_donate{
  	text-align: center;
  }
.footer_contactandfollow{
  text-align: center;
}
.footer_contactandfollow img{
  padding: 0 10px 0 10px;
}

/* Login Form */
.list-group-item {
  background-color: transparent;
  border: none;
  font-weight: bold;  
}
.pi-request {
  font-weight: bold;
  padding: 0px 0px 100px 100px;
}

/* Articles */
.KCRLogo img{
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.Christian-concerts img{
  display: block;
  margin-left: auto;
  margin-right: auto; 
}
.sponsors-on-demand-spots {
  width: 100%
  margin: 0 25%;
}
.current-sponsors-on-demand {
  float: left;
  width: 50%;
}
.past-sponsors-on-demand {
  float: right;
  width: 50%;
}
.volunteer-staff-heading {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
.volunteer-name {
  font-weight: bold;
  text-decoration: underline; 
}

/* Styling for Volunteer Staff Page */
@media screen and (min-width: 809px) {
  .volunteer-staff {
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px; 
  }
  .volunteer img{
    float: left;
    padding: 0 50px 5px 0;
    max-width: 250px;
    max-height: 300px;
  }
}
@media screen and (max-width: 808px){
  .volunteer-staff {
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px; 
  }
  .volunteer img{
    float: left;
    padding: 0 50px 5px 0;
    max-width: 250px;
    max-height: 300px;
  }
}
@media screen and (max-width: 576px){
  .volunteer-staff {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .volunteer img{
    float: none;
    max-width: 250px;
    max-height: 300px;
  }
}

/* BRB - Stying to seperate articles in blog category list - High Shcool Sports */
.blog-item-content .item-content .page-header h2:before{
  background-image: url(/images/website/module-title.png);
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 100%; 
  height: 20px;
  content:"";
}
.blog-item-content .item-content .page-header h2:after{
  background-image: url(/images/website/module-title.png);
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 100%; 
  height: 30px;
  content:"";
}

/* BRB - Styling for Game of the Week Page */
.GOTW-Schedule {
  text-align: center;
}  
.GOTW-Schedule p{
  font-size: 25px;
}

/* BRB - Styling for Program Guide, Sports Schedule, Sports Statistics, Church Directory, and Sponsor Directory Tables */
@media screen and (min-width: 577px) {
  #Program_Guide, #Sports_Schedule, #Sports_Statistics, #church_directory, #sponsor_directory{
    max-width: 100%;
    height: auto;
    margin: auto;
    border-collapse: collapse;
  }
  #church-directory-city{
    text-align: center;
    font-weight: bold;
    font-size: 18px;
  }
  #Program_Guide th, #Sports_Schedule th, #Sports_Statistics th, #church_directory th, #sponsor_directory th, #Program_Guide td, #Sports_Schedule td, #Sports_Statistics td, #church_directory td, #sponsor_directory td{
    border: 3px solid #A0A0A0;
  }
  #Program_Guide th, #Sports_Schedule th, #Sports_Statistics th, #church_directory th, #sponsor_directory th{
    text-align: center;
    background-color: #7F3300;
    color: #FFFFFF;
  } 
  #Program_Guide tr, #Sports_Schedule tr, #Sports_Statistics tr, #church_directory tr, #sponsor_directory tr, #Program_Guide td, #Sports_Schedule td, #Sports_Statistics td, #church_directory td, #sponsor_directory td{
    position: relative;
    padding: 3px 20px;
    font-weight: bold;
  } 
  #Program_Guide tr:nth-child(even), #Sports_Schedule tr:nth-child(even), #Sports_Statistics tr:nth-child(even), #church_directory tr:nth-child(even), #sponsor_directory tr:nth-child(even){
    background-color: #ffffff;
  }  
  #Program_Guide tr:nth-child(odd), #Sports_Schedule tr:nth-child(odd), #Sports_Statistics tr:nth-child(odd), #church_directory tr:nth-child(odd), #sponsor_directory tr:nth-child(odd){
    background-color: #ebd89c;
  }
  #Statistics_Heading {
    text-align: center;
    font-size: large;
    font-weight: bold;
  }
}
@media screen and (max-width: 576px) {
  #Program_Guide, #Sports_Schedule, #Sports_Statistics, #church_directory, #sponsor_directory{
    max-width: 100%;
    height: auto;
    margin: auto;
    border-collapse: collapse;
    font-size: 10px;
  }
  #church-directory-city{
    text-align: center;
    font-weight: bold;
    font-size: 18px;
  }
  #Program_Guide th, #Sports_Schedule th, #Sports_Statistics th, #church_directory th, #sponsor_directory th, #Program_Guide td, #Sports_Schedule td, #Sports_Statistics td, #church_directory td, #sponsor_directory td{
    border: 3px solid #A0A0A0;
  }
  #Program_Guide th, #Sports_Schedule th, #Sports_Statistics th, #church_directory th, #sponsor_directory th{
    text-align: center;
    background-color: #7F3300;
    color: #FFFFFF;
  } 
  #Program_Guide tr, #Sports_Schedule tr, #Sports_Statistics tr, #church_directory tr, #sponsor_directory tr, #Program_Guide td, #Sports_Schedule td, #Sports_Statistics td, #church_directory td, #sponsor_directory td{
    position: relative;
    padding: 3px 0px;
    font-weight: bold;
  } 
  #Program_Guide tr:nth-child(even), #Sports_Schedule tr:nth-child(even), #Sports_Statistics tr:nth-child(even), #church_directory tr:nth-child(even), #sponsor_directory tr:nth-child(even){
    background-color: #ffffff;
  }  
  #Program_Guide tr:nth-child(odd), #Sports_Schedule tr:nth-child(odd), #Sports_Statistics tr:nth-child(odd), #church_directory tr:nth-child(odd), #sponsor_directory tr:nth-child(odd){
    background-color: #ebd89c;
  }
  #Statistics_Heading {
    text-align: center;
    font-size: large;
    font-weight: bold;
  }
  #sponsor_directory th:nth-child(5), #sponsor_directory th:nth-child(6), #sponsor_directory th:nth-child(7){
    display: none;
  } 
  #sponsor_directory td:nth-child(5), #sponsor_directory td:nth-child(6), #sponsor_directory td:nth-child(7){
    display: none;
  } 
}

/* BRB - Styling for Football/Basketball Sponsor Module */
@media screen and (min-width: 577px){
  .sports-sponsor {
    display: flex;
    flex-wrap: wrap; 
    width: 100%;
    padding-bottom: 50px;
  }
  .sponsor-heading {
    flex-basis: 100%;
  }    
  .sponsor-row a{
    padding-left: 50px;
    padding-right: 50px; 
  }
  .sponsor-row {
    display: flex;
    flex-grow: 1;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 576px){
  .sports-sponsor {
	max-width: 560px;
  }
  .sponsor-row a{
    padding-right: 20px; 
  }
  .sponsor-row {
    text-align: center;
    max-width: 540px;
    padding-top: 10px;
    padding-bottom: 10px; 
  }
}

/*Show Pages*/
/* BRB - Styling for Host captions */
#host{
  border: none;
  font-size: 80%;
  float: left; 
  text-align: center;
}
#host tr, #host th, #host td{
  border: 0px;
  border: none;
}
#host img{
  float: none;
  margin: auto;
}
.rightpic img{
  float: right;
  padding: 0 0 5px 25px;
  max-width: 100%;
  height: 250px;
}
.leftpic img{
  float: left;
  padding: 0 25px 5px 0;
  max-width: 100%;
  height: 250px;
}
.sponsorheader{
  float: right;
  padding: 0 0 25px 25px;
  max-width: 100%;
  max-height: 150px;
}
.showsponsor .community-events-spotlight-sponsored-by p{
  text-align: right;
  padding-right: 130px;
}
.showsponsor .old-time-radio-sponsored-by p{
  text-align: right;
  padding-right: 130px;
}
.showsponsor .gaither-homecoming-radio-sponsored-by p{
  text-align: right;
  padding-right: 130px;
}
.showsponsor .lifepoint-church-sponsored-by p{
  text-align: right;
  padding-right: 130px;
}
.showsponsor .the-first-united-methodist-church-of-london-sponsored-by p{
  text-align: right;
  padding-right: 130px;
}
.showsponsor .pre-gameday-warmup-show-sponsored-by p{
  text-align: right;
  padding-right: 130px;
}
.showsponsor .red-raider-recap-sponsored-by p{
  text-align: right;
  padding-right: 130px;
}
.showsponsor .gospel-country-countdown-sponsored-by p{
  text-align: right;
  padding-right: 130px;
}
.showsponsor .the-bluegrass-gospel-hour-sponsored-by p{
  text-align: right;
  padding-right: 130px;
}
.showsponsor .music-for-the-mountain-bluegrass-sponsored-by p{
  text-align: right;
  padding-right: 130px;
}
.showsponsor .pickn-n-grinn-bluegrass-fest-sponsored-by p{
  text-align: right;
  padding-right: 130px;
}
.showsponsor img{
  float: right;
  padding: 0 0 25px 25px;
  max-width: 100%;
  max-height: 150px;
}
.showsponsorpodcast .community-events-spotlight-sponsored-by p{
  text-align: left;
}
.showsponsorpodcast .lifepoint-church-sponsored-by p{
  text-align: left;
}
.showsponsorpodcast .the-first-united-methodist-church-of-london-sponsored-by p{
  text-align: left;
}
.showsponsorpodcast .pre-gameday-warmup-show-sponsored-by p{
  text-align: left;
}
.showsponsorpodcast .red-raider-recap-sponsored-by p{
  text-align: left;
}
.showsponsorpodcast img{
  float: left;
  padding: 0 0 25px 25px;
  max-width: 100%;
  max-height: 150px;
}

/* Styling for Podcast Administration page */
.podcast_administration_control_panel {
  text-align: center;
  padding-top: 50px;
}
.podcast_administration_selection label{
  font-weight: bold;
}
#show_to_process {
  margin-right: 50px;
}
#show_year {
  width: 75px;
  text-align: center;
}
#process {
  margin-top: 25px;
  border-radius: 12px;
  font-size: 20px;
  font-weight: bold;
  width: 100px;
}
#podcast_administration_results {
  margin-top: 25px;
  font-size: 24px;
}
#Process_results {
  font-size: 20px;
}

/* Styling for Podcast Selector */
.show-podcasts-heading {
  clear: both;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
.show-podcast-year-1col {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: block;
}

@media screen and (min-width: 809px) {
  .show-podcast-year-2col {
    margin-left: 200px;
    margin-right: 200px;
    text-align: center;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
  .show-podcast-year-3col {
    margin-left: 200px;
    margin-right: 200px;
    text-align: center;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
  }
  .show-podcast-year-4col {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px; 
  }
  .show-podcast-year-5col {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 20px;
  }
  [class*='show-podcast-year'] img{
    max-width: 150px;
    max-height: 150px;
    border-radius: 12px;    
  }
}
@media screen and (max-width: 808px){
  .show-podcast-year-2col {
    margin-left: 100px;
    margin-right: 100px;
    text-align: center;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
  .show-podcast-year-3col {
    margin-left: 100px;
    margin-right: 100px;
    text-align: center;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
  }
  .show-podcast-year-4col {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px; 
  }
  .show-podcast-year-5col {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 20px;
  }
  [class*='show-podcast-year'] img{
    max-width: 100px;
    max-height: 100px;
    border-radius: 12px;    
  }
}
@media screen and (max-width: 576px){
  .show-podcast-year-2col {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: block;
  }  
  .show-podcast-year-3col {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: block;
  }
  .show-podcast-year-4col {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: block;
  }
  .show-podcast-year-5col {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: block;
  }
  [class*='show-podcast-year'] img{
    max-width: 100px;
    max-height: 100px;
  }
}

/* Styling for Podcast on ReadyFM Page */
.readyfm-podcasts-section-title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
.readyfm-podcasts {
  display: flex;
  justify-content: Center;
  flex-flow: row nowrap;
}

/* Styling for show podcast page */
.show-podcast-body {
  display: flex;
  margin-bottom: 50px;
}
.show-podcast-inner {
  flex: 1;
}
.show-podcast-inner:first-child {
  margin-right: 20px;
}
.show-podcast-leftside {
  Padding-top: 15px;
  text-align: center;
}
.show-podcast-rightside {
  Padding-top: 15px;
}
.show-podcast-desc p{
  background-color: #f8f9fa;
  text-align: left;
  padding: 10px 10px 10px 10px;
  border-radius: 12px;
}
.show-podcast-image-title {
  display: flex;
  justify-content: Center;
  align-items: center;
  flex-flow: row nowrap;
}  
.show-podcast-year-image img{
  max-width: 100px;
  max-height: 100px;
  border-radius: 12px;
}
#podcast_title {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  padding-left: 25px;
}
#loading {
  text-align: center;
  display: none;
}
@keyframes spinner {
  to {transform: rotate(360deg);}
}
 
#spinner:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-top-color: #000;
  animation: spinner .6s linear infinite;
}

#archive-status {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  padding-left: 25px;  
}

#spinner {
  position: relative;
  display: none;
}

.podcast-table-block {
  width: 100%;
  display: block;
}
.podcast-table {
  background-color: #f8f9fa;
  display: inline-block;
  max-height: 250px;
  overflow: auto;
  margin-left: auto;
  margin-right: auto;
}
.podcast-table img{
  max-height: 50px;
}
.podcast-table tr {
  border: solid 2px #000000;
}
.podcast-table [id*="podcast-row-image"] {
  text-align: center;
  display: table-cell;
  width: 75px;
  border-collapse: collapse;
  vertical-align: middle;
}
.podcast-table [id*="podcast-row-play"] {
  text-align: center;  
  display: none;  
  width: 75px;
  border-collapse: collapse;
  vertical-align: middle;
}
.podcast-table [id*="podcast-row-title"] {
  border: solid 2px #000000;
  padding-left: 5px;  
  width: 800px;
  text-align: left;
  display: table-cell;
}
.podcast-table [id*="podcast-row-download"] {
  text-align: center;
  display: table-cell;
  width: 75px;
  vertical-align: middle;
}
@media screen and (min-width: 809px){
  .readyfm-podcasts img{
    margin: 25px;
    max-height: 200px;
    border-radius: 12px;
  }
}
@media screen and (max-width: 808px){
  .readyfm-podcasts img{
    margin: 20px;
    max-height: 100px;
    border-radius: 12px;
  }
}
@media screen and (max-width: 576px){
  .show-podcast-body {
    display: block;
  }
  .readyfm-podcasts img{
    margin: 10px;
    max-height: 75px;
    border-radius: 12px;
  }
}