@charset "utf-8";
 @import url(https://web.archive.org/web/20200508021919cs_/https://fonts.googleapis.com/css?family=Roboto:400,300,500);

/* CSS Document */
body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

.menu {
	font-size: 2.8vh;
	position: relative;
	margin-left: 30px;
	margin-top: 13px;
}

.menu a {
	color: #e3e0cf;
}

@keyframes text1 {
	from {
		margin-left: 140px;
	}

	to {
		margin-left: 125px;
	}
}

.rightMenu {
	margin-left: 1200px;
}

.rightMenu button {
	margin-top: 15px;
	height: 20px;
	width: 20px;
	background-color: transparent;
	border: none;
	background-repeat: no-repeat;
	background-image: url(/web/20200508021919im_/http://goonjpodcast.com/css/icon/icons8-down-button-filled-15.png);
	background-position: center;
}

.rightMenu button:active {
	background-image: url(/web/20200508021919im_/http://goonjpodcast.com/css/icon/icons8-slide-up-filled-15.png);
}

/*.dropbox{
	height:300px;
	width:150px;
	background-color:#fff;
	box-shadow:0 5px 25px rgba(0, 0, 0, 0.3);
	margin-top:-7px;
	margin-left:-10px;
	border-radius:5px;
}


.dropbox:after{
	content:'';
	width:0px;
	height:0px;
	border-left:8px solid transparent;
	border-bottom:8px solid #fff;
	border-right:8px solid transparent;
	border-top:8px solid transparent;
	position:relative;
	margin-top:-103px;
	margin-left:13px;
}
.dropbox ul{
	list-style-type:none;
}
.dropbox ul li a{
	text-decoration:none;
	font-family:roboto;
}*/

/*content*/

.overallcontain {
	height: 645px;
	/*width:1350px;*/
	width: 100%;
	background-color: #ffe0e0;
}

.mainbox {
	width: 100%;
	background-color: #1a1a1a;
	box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
	margin-bottom: 100px;
}

.px-0 {
    z-index: 5;
}

.px-00 {
    z-index: 15;
}

.roundbox {
	position: relative;
	left: 2.8vh;
	height: 15.5vh;
	width: 15.5vh;
	background-color: #1a1a1a;
	border-radius: 41.3vh;
	top: -5.6vh;
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
}

.roundbox img {
    z-index: 15;
	width: 100%;
	height: 100%;
	border-radius: 90px;
	animation: none;
}

@keyframes r1 {
	0% {
		transform: rotate(-360deg);
	}

	10% {
		transform: rotate(0deg);
	}
}

/*small hole at image box*/
.smallbox {
	position: relative;
	left: 5.7vh;
	top: 5.7vh;
	height: 4vh;
	width: 4vh;
	background-color: #1a1a1a;
	border-radius: 360px;
}

.button {
	background-color: #1a1a1a;
	z-index: 10;
}

.button a {
	margin: 0px;
	background-color: #1a1a1a;
	border-radius: 15px;
	cursor: pointer;
	border: none;
	font-size: 30px;
	color: #CCC;
	text-align: center;
	display: inline-block;
	overflow: hidden;
}

.playButton {
    height: 1.5vh;
	width: 1.5vh;
	border-radius: 15px;
	cursor: pointer;
	border: none;
	background-color: #1a1a1a;
}

.playButton {
	height: 7vh;
	width: 7vh;
	position: relative;
	top: 20px;
	right: 10px;
	border-radius: 15px;
	cursor: pointer;
	border: none;
	background-color: #1a1a1a;
}

.playButton:active {
	position: relative;
	top: 20px;
}

.playButton:hover {
    background-color: #000000;    
}

.button i {
	margin-top: 20px;
}

.button a:hover {
	color: #fff;
}

/*backward playbar-box-css*/
.playbar-box {
	position: relative;
	top: -11.4vh;
	background-color: rgba(26, 26, 26, 0.9);
}

.playbar-box2 {
	display: none;
}

@keyframes barmove {
	0% {
		top: 300px;
	}

	100% {
		top: 225px;
	}
}

.play-content {
	margin-top: 5px;
	width: auto;
	font-family: sans-serif;
}

.text1 {
	font-weight: bold;
	color: #ffffff;
	font-size: 31px;
}

.text2 {
	font-size: 20px;
	color: #eeeeee;
}

#defultBar {
	height: 3px;
	width: 95%;
	background: #ffffff;
	border-radius: 2px;
	margin-top: 10px;
}

#progressBar {
	height: 3px;
	width: 0px;
	border-radius: 2px;
	background: #F96;
}

@media (max-width: 1000px) {
    .playbar-box2 {
        display: block;
    }
    .mainbox .play-content {
        display: none;
    }
    .mainbox {
        margin-bottom: 0px;
    }
}


/*-------------- AUDIO PLAYER --------------*/

.audio-player {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.no-flexbox .audio-player {
  display: none;
}

.flex-wrap {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.flex-item {
}

.jp-controls.flex-item {
  flex-basis: 150px;
}

.jp-progress-container.flex-item {
  flex-basis: 350px;
  flex-grow: 2;
  flex-shrink: 2;
}

.jp-now-playing.flex-item {
  flex-basis: 145px;
}

.jp-toggles.flex-item {
  flex-basis: 130px;
}

.jp-volume-controls.flex-item {
  flex-basis: 155px;
}

.jp-audio,
.jp-audio-stream,
.jp-video {
  background: rgba(0, 0, 0, 0.8);
  padding: 15px;
  position: relative;
}

/*Controls*/

.jp-playlist {
  display: none;
}

.jp-interface .jp-controls button,
.jp-interface .jp-toggles button,
.jp-interface .jp-volume-controls button {
  background: none;
  border: none;
  outline: none;
  color: #7b7c8b;
  line-height: 24px;
  font-weight: 600;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-size: 20px;
  padding: 0 5px;
}

.jp-interface .jp-controls .jp-play i,
.jp-interface .jp-controls .jp-previous i,
.jp-interface .jp-controls .jp-next i {
  font-size: 23px;
  color: #fff;
}

.jp-interface .jp-controls .jp-play {
  border: solid 3px #fff;
  border-radius: 50%;
  width: 52px;
  height: 52px;
  margin: 0 10px;
}

.jp-interface .jp-controls .jp-play i {
  padding-left: 5px;
  padding-top: 5px;
}

.jp-audio.jp-state-playing .jp-play i {
  padding-left: 0px;
}

.jp-audio.jp-state-playing .jp-play i:before {
  content: "\f04c" !important;
}

/*Progress bars*/

.jp-progress-container,
.jp-volume-bar-container {
  height: 30px;
  padding: 10px;
}

.jp-progress,
.jp-seek-bar,
.jp-play-bar,
.jp-volume-bar,
.jp-volume-bar-value {
  height: 8px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.jp-progress {
  margin: 0 50px;
  background-color: #2b2b2b;
  border-radius: 5px;
}

.jp-seek-bar,
.jp-volume-bar {
  cursor: pointer;
  background-color: #2b2b2b;
  border-radius: 5px;
}

.jp-play-bar {
  float: left;
  position: relative;
  background-color: #00c85f;
  border-radius: 5px;
  overflow: visible !important;
}

.jp-volume-bar-value {
  float: left;
  position: relative;
  background-color: #aaaaaa;
}

.jp-progress .bullet,
.jp-volume-bar .bullet {
  position: absolute;
  content: "";
  top: -5px;
  right: -7px;
  height: 18px;
  width: 18px;
  background: #ffffff;
  border-radius: 50%;
}

.jp-time-holder {
  position: relative;
  top: 0;
  color: #979797;
  font-size: 12px;
}

.jp-time-holder .jp-current-time {
  position: absolute;
  left: 0;
  top: -3px;
}

.jp-time-holder .jp-duration {
  position: absolute;
  right: 0;
  top: -3px;
}

/* Track & Artist */

.jp-now-playing {
  padding: 0 10px;
}

.jp-track-name {
  color: #c9c9c9;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 145px;
}

.jp-artist-name {
  color: #6d6d6d;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 140px;
}

/* Toggles */

.jp-toggles button {
  margin: 0 3px;
}

.jp-toggles button:hover {
  color: #fff;
}

.jp-state-looped .jp-toggles .jp-repeat,
.jp-state-shuffled .jp-toggles .jp-shuffle,
.jp-interface .jp-toggles .playlist-is-visible.jp-show-playlist {
  color: #00c85f;
}

/* Volume Controls */

.jp-volume-controls button {
  float: left;
}

.jp-volume-controls .jp-volume-bar {
  margin-left: 40px;
  margin-top: 8px;
}

.jp-state-muted .jp-mute i:before {
  content: "\f026" !important;
}

.jp-volume-bar,
.jp-volume-bar-value {
  border-radius: 5px;
}

.jp-state-no-volume .jp-volume-controls {
  display: none;
}

/* Playlist  */

.jp-playlist {
  position: absolute;
  right: 65px;
  bottom: 100%;
  background: rgba(0, 0, 0, 0.8);
  padding: 20px 25px;
  width: 400px;
}

.jp-playlist ul {
  padding: 0;
  margin: 0;
  max-height: 200px;
  overflow: auto;
}

.jp-playlist li {
  list-style: none;
}

.jp-playlist li a {
  color: #c9c9c9;
  display: block;
  padding: 10px 0;
  outline: none;
  border-bottom: 1px solid #1f1f1f;
}

.jp-playlist li:last-child a {
  border-bottom: 0;
}

.jp-playlist li a:hover,
.jp-playlist li a:focus,
.jp-playlist li a:active {
  color: #00c85f;
  text-decoration: none;
}

.jp-playlist li a span {
  color: #6d6d6d;
}

/* ==================== Media Query ==================== */

@media (max-width: 992px) {
  .jp-now-playing {
    display: none;
  }
}

@media (max-width: 767px) {
  .jp-volume-bar,
  .jp-volume-bar .bullet,
  .jp-time-holder {
    display: none !important;
  }
  .jp-progress-container.flex-item {
    flex-basis: 140px;
    padding: 12px 15px;
  }
  .jp-progress .bullet {
    right: -10px;
  }
  .jp-volume-controls.flex-item {
    flex-basis: 33px;
  }
  .jp-progress {
    margin: 0;
  }
  .jp-interface .jp-controls .jp-play {
    margin: 0 3px;
  }
  .jp-interface .jp-controls .jp-play i,
  .jp-interface .jp-controls .jp-previous i,
  .jp-interface .jp-controls .jp-next i {
    font-size: 16px;
  }
  .jp-interface .jp-controls .jp-play {
    width: 42px;
    height: 42px;
  }
  .jp-interface .jp-controls .jp-play i {
    padding-left: 3px;
    padding-top: 0;
  }
  .jp-state-playing .jp-interface .jp-controls .jp-play i {
    padding-left: 0;
  }
  .jp-controls.flex-item {
    flex-basis: 100px;
  }
}

@media (max-width: 480px) {
  .jp-toggles,
  .jp-playlist {
    display: none !important;
  }
}

.music-img{
	background-color: #fff;
	background-size: cover;
	
	width: 20em;
	height: 20em;
	margin: 0 auto;

	border-radius: 12.5%;
	transform-origin: 0% 0%;
	transition: all 0.3s ease-in;
	-webkit-box-shadow: 0px 1px 101px 52px rgba(0,0,0,1);
-moz-box-shadow: 0px 1px 101px 52px rgba(0,0,0,1);
box-shadow: 0px 1px 101px 52px rgba(0,0,0,1);
 }
 
 
 



#overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  z-index: -1;
}

header {
  width: 100%;
  margin: 0 auto;
}

#menu-bar {
  cursor: pointer;
  /* not a real menu */
  
  margin-top: 40px;
  margin-left: 40px;
  width: 40px;
}

#menu-bar span {
  width: 100%;
  height: 4px;
  float: left;
  margin-bottom: 6px;
  background: #FFF;
}

#song-info {
  width: 400px;
  margin: 0 auto;
  text-align: center;
}

#song-info h1 {
  font-family: Roboto;
  font-weight: 500;
  color: #FFF;
  font-size: 46px;
}

#song-info p {
  font-family: Roboto;
  font-weight: 400;
  color: #FFF;
  font-size: 26px;
  margin-top: -30px;
}

#search {
  float: right;
  width: 80px;
  position: absolute;
  top: 40px;
  right: 40px;
  color: #FFF;
  cursor: pointer;
}

#content {
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: #020203;
  -webkit-box-shadow: 0px -12px 80px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px -12px 80px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px -12px 80px -5px rgba(0, 0, 0, 0.75);
}
/*
CLEAN THAT BITCH
*/

input[type=range] {
  -webkit-appearance: none;
  width: 100%;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}

input[type=range]:focus {
  outline: none;
}

input[type=range]::-ms-track {
  width: 100%;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

#content #range {
  width: 100%;
  margin-top: -10px;
}
/*
RESTYLE THAT BITCH
*/

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 28px;
  width: 28px;
  border-radius: 50px;
  background: #700049;
  cursor: pointer;
  margin-top: -14px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

input[type=range]::-webkit-slider-thumb:active {
  height: 38px;
  width: 38px;
  margin-top: -18px;
}

input[type=range]::-moz-slider-thumb:active {
  height: 38px;
  width: 38px;
  margin-top: -18px;
}

input[type=range]::-ms-slider-thumb:active {
  height: 38px;
  width: 38px;
  margin-top: -18px;
}

input[type=range]::-moz-range-thumb {
  height: 28px;
  width: 28px;
  border-radius: 50px;
  background: #700049;
  cursor: pointer;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
}

input[type=range]::-ms-thumb {
  height: 28px;
  width: 28px;
  border-radius: 50px;
  background: #700049;
  cursor: pointer;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
}

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 8px;
  cursor: pointer;
  background: #700049;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #700049;
}

input[type=range]::-moz-range-track {
  width: 100%;
  height: 8px;
  cursor: pointer;
  background: #700049;
}

input[type=range]::-ms-track {
  width: 100%;
  height: 8px;
  cursor: pointer;
  background: #700049;
}

input[type=range]::-ms-fill-lower {
  width: 100%;
  height: 8px;
  cursor: pointer;
  background: #700049;
}

input[type=range]:focus::-ms-fill-lower {
  background: #700049;
}

input[type=range]::-ms-fill-upper {
  width: 100%;
  height: 8px;
  cursor: pointer;
  background: #700049;
}

input[type=range]:focus::-ms-fill-upper {
  background: #700049;
}
/*
 OK, I NEED TO CALM DOWN
*/

#content #time {
  float: left;
  position: absolute;
  left: 30px;
  bottom: 30px;
}

#content #time p {
  color: #fff;
  font-family: Roboto;
  font-weight: normal;
  font-size: 1em;
}

#content #total-time {
  float: right;
  position: absolute;
  right: 30px;
  bottom: 30px;
}

#content #total-time p {
  color: #fff;
  font-family: Roboto;
  font-weight: normal;
  font-size: 1em;
}

#content #buttons {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  height: 120px;
}

#content #buttons i {
  cursor: pointer;
  padding: 0 4vw;
  line-height: 120px;
}
/*
FINALLY
*/

footer {
  position: absolute;
  
  left: 0px;
  width: 100%;
}

footer #repeat {
  float: left;
  position: absolute;
  left: 40px;
  font-size: 1.5em;
  bottom: 10px;
  color: #fff;
  cursor: pointer
  /* not a button */
}

footer #commen {
  float: left;
  position: absolute;
  right: 40px;
  font-size: 1.5;
  bottom: 10px;
  color: #FFF;
  cursor: pointer;
  /* not a button */
}

#tip {
  position: absolute;
  display: none;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
  background: #700049;
  padding: 10px;
  font-family: Roboto;
  font-weight: normal;
  font-size: 36px;
  color: #FFF;
  top: -90px;
  border-radius: 2px;
}

h1{ margin: 0; }




#contactForm { 
  display: none;
    border-radius:5%;
  border: 6px solid #380128; 
  padding: 2em;
  width: 400px;
  text-align: center;
  background: #000;
  position: fixed;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%)
  
}

input, textarea { 
  margin: .8em auto;
  font-family: inherit; 
  text-transform: inherit; 
  font-size: inherit;
  
  display: block; 
  width: 280px; 
  padding: .4em;
}
textarea { height: 80px; resize: none; }

.formBtn { 
  width: 140px;
  display: inline-block;
  
  background: teal;
  color: #000;
  font-weight: 100;
  font-size: 1.2em;
  border: none;
  height: 30px;
}

/*
     FILE ARCHIVED ON 02:19:19 May 08, 2020 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 07:58:43 Jun 10, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.805
  exclusion.robots: 0.031
  exclusion.robots.policy: 0.014
  esindex: 0.015
  cdx.remote: 6.512
  LoadShardBlock: 74.856 (3)
  PetaboxLoader3.datanode: 176.717 (5)
  load_resource: 301.288 (2)
  PetaboxLoader3.resolve: 193.447 (2)
*/