/* Font Family
================================================== */

@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap");


/* Global Styles
================================================== */

html,body {
-webkit-font-smoothing:antialiased;
-webkit-text-size-adjust:100%;
background-color:white;
/*background-image: linear-gradient(-135deg, #ff9900a3, #0000ff3d) !important;*/
/*background-image: linear-gradient(180deg, #d3d3d3, #0000ff3d) !important;*/
color:#001345;
font-size:1rem;
font-family:"Source Sans Pro", arial, sans-serif;
font-weight:800;
letter-spacing:.025rem;
line-height:1.618;
background-image: linear-gradient(180deg, #fff8a2 1%, #fff 90%);
}

*,::before,::after {
box-sizing:border-box;
}

* {
-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
-webkit-tap-highlight-color:transparent;
}


/* Setup
================================================== */

.container { position:relative; margin:0 auto; max-width:800px; width:100%; }
.column { width:inherit; }


/* Typography / Links
================================================== */

p { color:#000000; display:block; font-size:.9rem; font-weight:400; margin:0 0 2px; }

a,a:visited { color:#8cc3e6; outline:0; text-decoration:underline; }
a:hover,a:focus { color:#bbdef5; }
p a,p a:visited { line-height:inherit; }


/* Misc.
================================================== */

.add-bottom { margin-bottom:2rem !important; }
.left { float:left; }
.right { float:right; }
.center { text-align:center; }
.hidden { display:none; }

.no-support {
margin:2rem auto;
text-align:center;
width:90%;
}


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

footer {
  width: 100%;
  position: sticky;
  bottom: 0;
  background: #fff1a6;
  color: var(--colorPen);
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  /*border-top: 3px solid rgb(223 200 0);*/
  box-shadow: -1px -5px 15px #00000055;
}

audio {
display:none;
}

#audiowrap,
#plwrap {
margin:0 auto;
}

#tracks {
font-size:0;
position:relative;
text-align:center;
}

#nowPlay {
display:block;
font-size:0;
}

#nowPlay span {
display:inline-block;
font-size:1.05rem;
vertical-align:top;
}

#nowPlay span#npAction {
padding:0px 21px 21px 21px;
width:30%;
}

#nowPlay span#npTitle {
padding:0px 21px 21px 21px;
text-align:right;
width:70%;
}

#plList li {
cursor:pointer;
display:block;
margin:0;
padding:21px 0;
}

#plList li:hover {
background-color:rgba(0, 0, 0, .1);
}

.plItem {
position:relative;
}

.plTitle {
left:50px;
overflow:hidden;
position:absolute;
right:65px;
text-overflow:ellipsis;
top:0;
white-space:nowrap;
margin-left:10px;
}

.plNum {
padding-left:21px;
padding-right:15px;
width:25px;
}

.plLength {
padding-left:21px;
position:absolute;
right:21px;
top:0;
}

.plSel,
.plSel:hover {
background-color:rgba(0, 0, 0, .1);
color:#004ed7;
cursor:default !important;
}

#tracks a {
border-radius:3px;
color:#004ed7;
cursor:pointer;
display:inline-block;
font-size:3rem;
height:42px;
line-height:.2;
margin:0 5px 30px;
padding:12px;
text-decoration:none;
transition:background .3s ease;
}

#tracks a:hover,
#tracks a:active {
background-color:rgba(0, 0, 0, .1);
color:#004ed7;
}

#tracks a::-moz-focus-inner {
border:0;
padding:0;
}


/* Plyr Overrides
================================================== */

.plyr--audio .plyr__controls {
background-color:transparent;
border:none;
color:#004ed7;
font-family:"Source Sans Pro", arial, sans-serif;
padding:20px 0px 0px 0px;
/*padding:20px 20px 20px 13px;*/
width:100%;
}

a.plyr__controls__item.plyr__control:hover,
.plyr--audio .plyr__controls button:hover,
.plyr--audio .plyr__controls button.tab-focus:focus,
.plyr__play-large {
background-color:rgba(0, 0, 0, .1);
}

.plyr__progress--played,
.plyr__volume--display {
color:rgba(0, 0, 0, .1);
}

.plyr--audio .plyr__progress--buffer,
.plyr--audio .plyr__volume--display {
background-color:rgba(0, 0, 0, .1);
}

.plyr--audio .plyr__progress--buffer {
color:rgba(0, 0, 0, .1);
}

.plyr__controls .plyr__controls__item.plyr__time {
font-size:18px;
margin-left:7px;
}

#prev-15,
#next-30{
  position:relative;
  display: inline-block;
  color:#004ed7;
  min-width:30px;
  height:30px;
  cursor:pointer;
  transition:all 0.2s ease-in-out;
  /*background-color:#004ed7;*/
  padding: 0px 30px 0px 30px;
}
#prev-15:hover,
#next-30:hover{
	background-color: rgba(0, 0, 0, .1);
    color: #004ed7;
}
#prev-15::before,
#next-30::before{
  content: "";
  position: absolute;
  /*background:url("arrow-sec-white.svg") center no-repeat;*/
  background-size: cover;
  width: 31px;
  height: 30px;
  left: 0;
  top: 0;
}
#prev-15::before{
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
#prev-15::after,
#next-30::after{
  content:'-15s';
  position:absolute;
  line-height:31px;
  width:60px;
  text-align:center;
  top:0;
  left:0;
  font-size:15px;
}
#next-30::after{
  content:'+15s';
}

.container { position:relative; margin:0 auto; max-width:800px; width:100%; }
.column { width:inherit; }


/* Media Queries
================================================== */

@media only screen and (max-width:600px) {
    #nowPlay span#npAction { display:none; }
    #nowPlay span#npTitle { display:block; text-align:center; width:100%; }
}

@media screen and (min-width:768px) {
    .Screen { font-size:20px; }
}