/*
style.css

Theme Name: whpk redesign
Theme URI: https://github.com/dwoldenberg1/whpk/
Author: David Woldenberg
Author URI: http://dwold.com
Description: The WHPK redesign (2018). The site was redesigned with useability and modernization in mind. The theme rolves around the theme of dj shows, and tries to incorporate responsive and interactive elements. It should be minimalistic and stylish. Enjoy.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: whpk-redesign
*/

/* Reeeeeset css */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End Reset css */

@font-face {
font-family: 'Black San';
src: url('public/css/ostrich-sans-black.eot'); /* IE9 Compat Modes */
src: url('public/css/ostrich-sans-black.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('public/css/ostrich-sans-black.woff') format('woff'), /* Modern Browsers */
url('public/css/ostrich-sans-black.ttf') format('truetype'); /* Safari, Android, iOS */}

@font-face {
font-family: 'Regular San';
src: url('public/css/ostrich-sans-regular.eot'); /* IE9 Compat Modes */
src: url('public/css/ostrich-sans-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('public/css/ostrich-sans-regular.woff') format('woff'), /* Modern Browsers */
url('public/css/ostrich-sans-regular.ttf') format('truetype'); /* Safari, Android, iOS */}

@font-face {
font-family: 'Bold San';
src: url('public/css/ostrich-sans-bold.eot'); /* IE9 Compat Modes */
src: url('public/css/ostrich-sans-bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('public/css/ostrich-sans-bold.woff') format('woff'), /* Modern Browsers */
url('public/css/ostrich-sans-bold.ttf') format('truetype'); /* Safari, Android, iOS */}

body {
	font-family: 'Black San';
}

a {
	text-decoration: none;
	color: #f54848;
}

a:visited {
	color: #f54848;
}

.main-back:hover {
  text-decoration: none;
}

.contact-icons {
  z-index: 300;
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 3em;
  display: flex;
}

.contact-icons > a, .contact-icons > div {
  padding-right: 10px;
}

.main-nums {
  font-size: 30px;
}

.main-num {
  padding-top: 5px;
  color: white;
  user-select: none;
}

.social-vert {
  display: flex;
  margin-bottom: auto;
  margin-top: auto;
}

.fa-facebook-square:hover, .fa-twitter-square:hover, .fa-itunes:hover {
    color: #f54848;
}

.sticky-cont {
  position: fixed;
  background: rgba(255, 255, 255, 0.8);
  z-index: 100;
  width: 100%;
}

.space-taker {
  visibility: hidden;
}

.nav > a, .topbar > a {
  color: black;
}


.nav > a:hover {
	color: #f54848 !important;
}

.whpk-logo {
	height: 90px;
 	width: 90px;
 	padding: 20px 0px 20px 20px;
}

.masthead {
 	padding: 20px 0px 20px 15px;
  margin: auto 0 auto 0;
  position: absolute;
  top: 13px;
  left: 105px;
}

.station-info {
  	font-size: 42px;
  	padding-bottom: 5px;
}

.slogan-info {
  	font-size: 20px;
}

.listen {
  position: absolute;
  height: 50px;
  width: 160px;
  top: 40px;
  right: 60px;
  transition: all .2s ease-in-out;
}

.pulse {
  animation-name: pulse_animation;
  animation-duration: 1500ms;
  transform-origin:70% 70%;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes pulse_animation {
  0% { transform: scale(1); }
  30% { transform: scale(1.07); }
  50% { transform: scale(1.15); }
  70% { transform: scale(1.07); }
  100% { transform: scale(1); }
}

.strm-loading {
  color: rgb(255, 141, 38) !important;
}

#listen-item {
  display: inline-block;
  position: absolute;
  font-size: 45px;
  top: 15px;
  left: -36px;
}

#listen-item-bar {
  position: absolute;
  left: 45px;
  font-size: 45px;
  left: 5px;
}

.mega {
  display: inline-block;
  position: absolute;
  height: 50px;
  width: 50px;
}

#mega-top {
  right: 0px;
}

#mega-bar {
  left: 150px;
  margin-top: -10px;
}

.bar-listen:hover {
  cursor: pointer;
}

.active > a {
  color: #f54848;
}

.listen:hover {
  transform: scale(1.15);
  cursor: pointer;
}

.mobile {
  height: 35px;
}

.social-icon {
  color: black !important;
  padding-left: 10px;
}

/* hamburger menu for mobile*/

.ham {
    display: inline-block;
    cursor: pointer;
    float: right;
}

.ham1, .ham2, .ham3 {
    width: 35px;
    height: 5px;
    background-color: #333;
    margin: 6px 0;
    transition: 0.4s;
}

.change .ham1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}

.change .ham2 {opacity: 0;}

.change .ham3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}

@media only screen and (max-width: 600px) {
  /* mobile */
  .navbar { 
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    flex-direction: column;
    text-align: center; 
  }

  .station-info {
    font-size: 34px !important;
  }

  .slogan-info {
    font-size: 18px !important;
  }

  .masthead {
    top: 17px !important;
    padding-left: 15px !important;
  }

  .collapsed {
    display: none;
  }

  .hamburger {
    display: inherit;
  }

  .navbar {
    display: inherit !important;
    padding: 0px !important;
  }

  .nav {
    display: none;
  }

  .mobile {
    display: inherit;
  }

  .top.listen {
    display: none;
  }

  .playing {
    margin-top: 60px;
  }

  .legend {
    justify-content: center;
    display: flex;
    flex-direction: row;
    position: initial !important;
  }

  .legend-box {
    flex: 1;
  }

  .whpk-contact-head {
    display: initial !important;
  }

  .contact-item{
    padding-bottom: 20px !important;
  }

  .u-event {
    flex-direction: column !important;
    width: 100% !important;
  }

  .event-d, .event-d-vert {
    margin: auto !important;
  }

  .event-d-vert {
    margin-bottom: 20px !important;
  }

  .main-num {
    font-size: 25px;
    color: black;
    margin-top: 2px;
  }
}

@media only screen and (min-width: 600px) {
  /* not mobile */
  .collapsed {
    display: inherit !important;
  }

  .mobile {
    display: none;
  }

  .navbar {
    display: inline-flex;
  }

  .top.listen {
    display: inherit !important;
  }
}

.navbar, .footer, .topbar {
	display: inline-flex;
  flex-shrink: 1;
	flex-wrap: wrap;
	align-content: space-around;
	width: 100%;
}

.footer {
  width: 80%;
  margin: auto;
  display: block;
  border-top: 1px dashed black;
}

.navbar {
	border-top: 1px dashed #000;
	//border-bottom: 1px dashed #000;
	padding: 0px 20px 0px 20px;
  text-align: center;
  background: hsla(0, 5%, 93%, 0.4);
}

.nav {
	flex-basis: 125px;
	flex: 1;
	font-size: 25px;
	padding: 10px 10px 10px 10px;
}

.nav > a {
	padding: 5px 5px 5px 5px;
}

.main {
  padding-top: 35px;
  width: 80%;
  margin: auto;
  font-size: 1.2em;
  font-family: 'Montserrat', sans-serif;
  line-height: 22px;
}

.main > p > a, .sttmnt > div > a, .main > ol > li > a {
  color: #f54848 !important;
}

.main > p > b {
  font-weight: 700;
}

b.whpk-main {
  font-size: 2em !important;
  font-family: 'Black San';
}

.b-text{
  padding: 20px;
}

p {
  padding-bottom: 20px;
}

.test-img {
  height: 400px !important;
  width: 100%;
}

.display-cont {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -100;
  opacity: 0.5;
}

.video-cont{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-aspect-ratio: 16/9) {
  .video-cont {
    height: 300%;
    top: -100%;
  }
}

@media (max-aspect-ratio: 16/9) {
  .video-cont {
    width: 300%;
    left: -100%;
  }
}

.disp-text {
  flex-basis: 50%;
  flex-grow: 1;
  flex-shrink: 1;
  overflow: scroll;
  font-size: 15px;
  padding: 0 0 20px 20px;	
}

.main-list {
  display: flex;
  flex-direction: row;
}

.main-list > div {
  padding-top: 10px;
  flex: 1;
}

/* Footer stuff */

.first-list {
  display: flex;
	flex-direction: column;
  font-size: 15px;
  padding-left: 20px;
}

.foot {
	padding: 2px;
  font-size: 25px;
}

.foot > a {
  color: black;
}

.social {
  font-size: 2.7em;
}

.cprt {
  font-size: 0.8em;
  font-family: sans-serif;
}

.sttmnt {
  font-size: 16px;
  padding-left: 12px;
}

.sttmnt > div {
  flex-shrink: 0;
  padding-bottom: 10px;
}

.bot-pic {
 	height: 110px;
	width: 96px;
  box-sizing: initial !important;
	padding: 0px 20px 20px 20px;
	float: right;
}

/* 404 Stuff */

#fourofour-img {
  display: flex;
  justify-content: center;
}

#fourofour-msg {
  justify-content: center;
  display: flex;
  padding: 20px 20px 20px 20px;
  font-size: 1.5em;
}

#fourofour-pic {
  width: 250px;
}

.fourfour {
  font-size: 250px;
  line-height: 150px;
}


.fouro {
  flex-shrink: 1;
  min-width: 150px;
  max-width: 400px;
}

/* Schedule stuff */

.hidden {
  display: none !important;
}

.content-loaded {
  padding: 30px 30px 30px 30px;
  font-family: 'Montserrat', sans-serif;

  opacity: 1 !important;
}

.dj-heading {
  font-size: 4em;
  padding: 0px 0px 0px 0px !important;
}

.show-about {
  font-size: 2em;
  font-family: 'Montserrat', sans-serif;

  padding: 0px 0px 0px 0px !important;
}

.alter-msg {
  text-align: center;
  font-size: 15px;
  padding-top: 10px;
}

/* Contact stuff */

.whpk-contact-head {
  display: flex;
  flex-direction: row;
  justify-content: center;
  text-align: left;
  padding-bottom: 30px;
  font-family: 'Black San';
}

.contact-item {
  padding: 0px 10px 0px 10px;
  flex-basis: 25%;
  line-height: 25px;
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
}

.contact-whpk{
  font-size: 2em;
  line-height: initial !important;
}

.contact-address > a, .contact-email > a{
  color: #f54848;
}

.wpforms-container {
  border-top: 1px dashed black !important;
  padding-top: 20px !important;
}

.wpforms-title {
  font-size: 3em !important;
  font-family: 'Regular San';
}

.wpforms-description {
  font-size: 1.5em !important;
}

.wpforms-submit {
  font-family: 'Montserrat', sans-serif;

}

.contact-main > h1 {
  font-size: 2em;
  font-family: 'Black San';
  padding-bottom: 10px;
  text-align: center;
}

.contact-title {
  color: maroon;
  font-size: 1.2em;
}

.genre-contact, .contact-desc {
  padding-left: 20px;
}

.contact-desc {
  line-height: 30px;
}

.ul1 > li {
  padding-bottom: 20px;
}

/* Merch Stuff */

.big-announcement {
  text-align: center;
  font-size: 5em;
  padding: 50px;
  font-family: 'Regular San';
  line-height: 80px;
}

/* Donate Stuff */

h3 {
  font-size: 2.5em;
}

h2 {
  font-size: 3em;
  line-height: 50px;
}

h2, h3 {
  font-family: 'Regular San';
}

h2, h3, ol {
  padding-bottom: 20px;
}

blockquote {
  padding-left: 30px;
}

ol {
  list-style: decimal;
  padding-left: 30px;
}

/* Events stuff */

.events-main {
  width: 90%;
  margin: auto;
}

.upcoming-events {
  border-bottom: 1px dashed black !important;
}

.past-events {
  padding-top: 20px !important;
}

.u-event {
  display: flex;
  flex-direction: row;
  border: 1px dashed lightgray;
  margin-bottom: 20px;
  padding: 20px;
}

.event-d, .event-d-vert {
  border: 2px solid black;
  margin: 20px;
  padding: 10px;
  min-width: 115px;
  max-width: 115px;
  min-height: 130px;
  max-height: 130px;
  background: #fff;
}

.event-day, .event-times {
  color: #f64848;
}

.event-day {
  font-size: 80px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.event-month {
  font-size: 30px;
}

.event-day, .event-month, .event-weekday, .event-loc, .event-times {
  text-align: center;
}

.event-data-info, .event-main-cont {
  padding: 50px 20px 20px 20px;
}

.event-title {
  line-height: 30px;
}

.event-title, .event-loc {
  font-size: 30px;
  padding-bottom: 20px;
}

.event-loc {
  line-height: 28px;
}

.event-title > b {
  font-weight: 700;
}

.event-main-cont > img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  padding-bottom: 20px;
}

.g-maps-event {
  color: #f7a6a7 !important;
}

/* Numeric Pagination */

.nav-cont {
  padding: 30px 30px 30px 20px;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #fff;
    text-decoration:none;
}
 
.navigation li {
    display: inline;
}
 
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    background-color: #f7a6a7;
    border-radius: 3px;
    cursor: pointer;
    padding: 12px;
    padding: 0.75rem;
}
 
.navigation li a:hover,
.navigation li.active a {
    background-color: #f64848;
}

/* Now Playing widget */
.playing {
  position: fixed;
  font-family: 'Black San';
  background: rgba(248, 247, 247, 1);
  padding: 10px 30px 10px 40px;
  z-index: 102;
}

.playing-open {
  right: 0px;
}

.playing-transition {
  -webkit-transition: right 0.4s ease-out;  /* Chrome 1-25, Safari 3.2+ */
  -moz-transition: right 0.4s ease-out;  /* Firefox 4-15 */
  -o-transition: right 0.4s ease-out;  /* Opera 10.50–12.00 */
  transition: right 0.4s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */

}

.now-show {
  font-size: 25px;
}

.now-genre {
  font-size: 18px;
}

.now-dj {
  font-size: 15px;
}

.alter {
  color: #c1c1c1;
  font-style: italic;
}

.toggle-arrow {
  position: absolute;
  left: 5px;
  top: 10px;
}

.msg-ann {
  background: #ff0000;
  text-align: center;
  font-size: 20px;
  padding-top: 5px;
}

.custom-modal {
  margin: 10%;
  width: 80%;
  height: 400px;
  background: #883838;
  z-index: 1000;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.modal-text {
  color: white;
  font-size: 35px;
  width: 80%;
  margin: auto;
  text-align: center;
}


.close-modal {
  /* this is the 'X' icon */
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  /* replace text with icon */
  color: transparent;
  white-space: nowrap;
  text-indent: 100%;
  height: 70px;
  width: 70px;
}

.close-modal:hover {
  top: -5px;
  right: -5px;
  zoom: 1.2;
  cursor: pointer;
}

.close-modal::before, .close-modal::after {
  /* these are the two lines of the 'X' icon */
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 22px;
  background: white;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.close-modal::before {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
          transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.close-modal::after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
          transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.modal-enabled {
  opacity: 0.08;
}
