/* Audio Player Styles
================================================== */

/* Default / Desktop / Firefox */
audio { width:95%; }
#audiowrap { /*background-color:white;*/ margin:0 auto; padding-bottom: 10px; }
#plwrap { margin:0 auto; }
#tracks { position:relative; text-align:center; }
#nowPlay { display:inline; font-size:large;}
#npTitle { margin:0; padding:21px; text-align:right; }
#npAction { padding:21px; position:absolute; }
#plList { margin:0; text-align: left; }
#plList li { background-color:white; cursor:pointer; display:flex; margin:0; padding:5px 0; border-top: black 1px solid; }
#plList li:hover { background-color:#c6e2ff; }
.plItem {margin-left:20px; width:80%}
.plTitle { padding-left: 20px; }
.plInfo {}
/*{#.plNum { padding-left:21px;  }#}*/
.plLength { float:right; padding-right:20px;  }
.plLink { float:right; padding-right:20px; }
.plSel,.plSel:hover { background-color:#80bfff!important; cursor:default!important; }
a[id^="btn"] { background-color:white; color:#C8C7C8; cursor:pointer; display:inline-block; font-size:30px; margin:0; padding:0px 20px; text-decoration:none; }
a[id^="btn"]:last-child { margin-left:-4px; }
a[id^="btn"]:hover,a[id^="btn"]:active { background-color:#4286f4 }
a[id^="btn"]::-moz-focus-inner { border:0; padding:0; }
ul {padding:0;}

audio::-internal-media-controls-download-button {
    display:none;
}

audio::-webkit-media-controls-enclosure {
    overflow:hidden;
}

audio::-webkit-media-controls-panel {
    width: calc(100% + 30px); /* Adjust as needed */
}

svg {
    width: 70%;
    margin: 0 auto;
    display: block;
    -webkit-transform: perspective(300px) rotateX(30deg);
    transform: perspective(300px) rotateX(30deg);
}

.mt-3 {
    margin-top: 5px !important;
  }

  .givegroup{
      display: inline !important;
      float: left !important;
      padding-left: 5px;
  }

  .info{
      color:white;
      background:#337ab7;
      padding: 10px 10px 10px 10px;
      font-size:20px;
      overflow-y: auto;
  }

  .hidden{
      display:none;
  }
  
blockquote {
font-family: Georgia, serif;

font-style: italic;
font-size:12px;
margin: 0.25em 0;
line-height: 1.45;
position: relative;
color: #383838;
}

blockquote:before {
display: block;
padding-left: 10px;
content: "\201C";
font-size: 20px;
position: absolute;
left: -20px;
top: -20px;
color: #7a7a7a;
}

blockquote cite {
color: #999999;
font-size: 14px;
display: block;
margin-top: 5px;
}
 
blockquote cite:before {
content: "\2014 \2009";
}

.song-link{
    cursor: pointer;
    border-bottom-color: black ;
    border-bottom-width: thin ;
    border-bottom-style: solid ;
    border-radius:0px;
}
.song-link:last-child{
    border:0;
}
.panel-heading:hover{
   background-color:#C2C6BA;
}

.panel-group .panel + .panel{
    margin-top:0px;
}

.song-link a{
    text-decoration:none;
    color:black;
}

.button{
    margin-bottom:4px !important;
}

.album-buttons{
    /*text-align: center;*/
    padding: 5px 5px 5px 5px;
    
}
.album-buttons span a{
    color:black;
    padding: 5px 5px 5px 5px;
}


.song-lyrics{
    overflow-y: auto;
    height: 300px;
}

h5{
     text-align: center;
}

.panel-body{
    border-style: solid;
    border-width: thick;
}
.album-songplayer{
    float:none;
    vertical-align: middle;
}
.album-songplayer.inactive{
    width:40px;
}

.album-songplayer.active{
    width:250px;
}

.albumcrumbs{
/*    margin-top: 5px;
    height: 50px;*/
}

.leftAlbum{
    float:right;
/*    text-align:left;
    border-right-style: solid;
    border-right: thin gray;*/
}
.rightAlbum{
    /*float:right;*/
/*    padding-right:25px;
    width: 50%;
    text-align:right;*/
}
/*.albumcrumbs a h3{
    color:#0066bf;
}*/

.button-social{
    background-color:white !important;
    /*border: black thin solid !important;*/
}
.button-social:hover{
    /*background-color: #13aff0 !important;*/
}

.column {
  float: left;
  width: 50%;
  padding: 10px 10px 10px 10px;
}
/* On screens that are 992px wide or less, go from four columns to two columns */
@media screen and (max-width: 992px) {
  .column {
    width: 100%;
  }
}

.row{
    padding-bottom: 10px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.trail-items{
    display: inline;
}

.trail-item{
    display:inline;
}
.button{
    font-weight:700 !important;
}

.smallpadding{
    padding:10px;
}

.pods-pagination-paginate {
    font-size:large;
}
.downloadbutton{
    margin-right:10px;
}

/*----*/
/*///pill*/
/*---*/
.pill {
  font-size: 12px;
  /*font-family: "Readex Pro", sans-serif;*/
  padding: 0.5em 1em;
  margin: 0.25em;
  border-radius: 1em;
  border: none;
  outline: none;
  background: #dddddd;
  cursor: pointer;
}

.pill:not(.pill--selected):hover {
  background: #cccccc;
}

.pill--selected {
  background: #009578;
  color: #ffffff;
}
