@import url(https://fonts.googleapis.com/css?family=Permanent+Marker|Bangers);
/* BHQ Styles */

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
:focus {
	outline: 0;
}
.clear {
	clear: both;
}
html {
	height: 100%;
}
body {
	background: #33201b;
	height: 100%;
	margin: 0;
}
.detail {
	display: none;
}
#header,
#inner,
#footer {
  margin: 0 auto;
  padding: 0 20px;
	position: relative;
}
#header {
	height: auto;
	padding: 20px;
}
#logo {
	color: #F5773A;
	font: bold 28px/28px 'Bangers', Arial, Helvetica, sans-serif;
	float: left;
	letter-spacing: 3px;
  max-width: none;
}
#icons {
	float: right;
  padding-top: 3px;
  width: auto;

  & img {
    height: 40px;
    width: 40px;
  }
}
#outer {
	background: url(../images/bg-bud-mobile-980.jpg) no-repeat 50% 0;
  background-size: 100%;
	height: 90%;
	width: 100%;
}
#inner {
	height: 100%;
  position: relative;
}
#bhq-player .title h2 {
  color: #000;
  display: block;
  filter: drop-shadow(1px 1px #A57FA4);
  font: 20px/20px 'Bangers', Arial, Helvetica, sans-serif;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.playlist {
  margin: 0;
  padding: 0;
}
#bhq {
  display: none;
}
#play-pause {
  background-image: url('../images/play.png');
	display: block;
  height: 40px;
  position: relative;
  top: 620px;
  width: 40px;

  &.now-playing {
  background-image: url('../images/pause.png');
  }
}
#contact-icon-mobile {
	display: block;
}
#contact-icon {
	display: none;
}
.music-player {
	padding: 20px 0;
  position: relative;
	width: 100%;
}
#controls {
	display: none; /* replacing with custom controls  */
	left: 50%;
	margin: 0 0 0 -270px;
	position: absolute;
	top: -50px;
}
#inner #bhq_controlbar {
	height: 40px !important;
}
#inner #bhq_controlbar .jwplay.jwbuttoncontainer button {
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}
#inner #bhq_controlbar .jwplay.jwbuttoncontainer button:hover{
	-webkit-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
}
.track {
	clear: both;
	float: left;
	list-style: none;
	min-width: 9px;
}
.track a:link,
.track a:visited {
	color: #fff;
	display: inline-block;
	font: 48px/56px 'Bangers', Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	padding: 2px 5px;
	text-decoration: none;
}
.track a:hover,
.track a:active {
	color: #b42c1c;
}
.track a.now-playing {
	background: #33201a;
	color: #fff;
}
.track a#play {
	background: url(../images/btn-play-off.png) no-repeat;
	width: 9px;
}
.track a#pause {
	background: url(../images/btn-pause-off.png) no-repeat;
	width: 12px;
}
.track a#stop {
	background: url(../images/btn-stop-off.png) no-repeat;
	width: 23px;
}
.track a#play:hover,
.active a#play	{
	background: url(../images/btn-play.png) no-repeat;
}
.track a#pause:hover,
.active a#pause {
	background: url(../images/btn-pause.png) no-repeat;
}
.track a#stop:hover,
.active a#stop {
	background: url(../images/btn-stop.png) no-repeat;
}
#footer {
  clear: both;
	color: #a17f98;
	font: 10px/10px 'Bangers',Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
  padding: 10px 0;
	text-align: center;
}
/************************************************
	CONTACT FORM
************************************************/
#contact #header{
	display: none;
}
#bhq-form-wrapper h1 {
	font-family: 'Permanent Marker', Arial, Helvetica, sans-serif;
}
div.form #contact-bhq label {
	display: none;
	/*clear: both;
	color: #dfd7d7;
	float: left;
	font: normal 15px Arial, Helvetica, sans-serif;*/
}
div.form #contact-bhq label.error {
	color: #f55656;
	display: block;
}
div.thanksTitles p.contactForm { visibility: hidden; }

div.fields {
	float: left;
	margin-right: 5px;
	margin-top: -13px;
	text-align: right;
	width: 62px;
}

div.fields p {
	font-size: 15px;
	margin-top: 18px;
	width: 60px;
}

input#name,
input#email {
	background: #fff;
	border: 1px solid #bdc0c4;
	border-radius: 3px;
	clear: both;
	color: #666;
	float: left;
	font-size: 28px;
	font-weight: normal;
	height: 60px;
	line-height: 32px;
	margin-bottom: 5px;
	padding: 0 8px;
	width: 100%;
}

input#name:focus,
input#email:focus,
textarea#message:focus {
	border-color: #999;
    box-shadow: 0 1px 1px gray inset, 0 0 8px gray;
    outline: 0 none;
}

textarea#message {
	background: #fff;
	border: 1px solid #bdc0c4;
	border-radius: 3px;
	clear: both;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	float: left;
	font-size: 18px;
	height: 205px;
	line-height: 22px;
	margin-top: 2px;
	max-height: 400px;
	max-width: 100%;
	overflow: auto;
	padding: 8px;
	width: 100%;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color:#dfd7d7;
	font-size: 28px;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color:#dfd7d7;
	font-size: 28px;
	opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color:#dfd7d7;
	font-size: 28px;
	opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
	font-size: 28px;
}
div.contactText p.thanks {
	font-weight: bold;
	margin-top: 80px;
}

label#name-error,
label#email-error {
	clear: both;
	float: left;
	margin: 0 0 3px 5px;
}
label#message-error {
	margin-top: 5px;
}
#contact textarea,
label#message-error,
#contact input#submit {
	clear: both;
	float: left;
}
#contact input#submit {
	background: #000;/*#0368d4;*/
	border: 1px solid #000;
	color: #fff;
  cursor: pointer;
	font: bold 18px  Arial, Helvetica, sans-serif;
	letter-spacing: -.5px;
	margin: 7px 0 20px;
	padding: 8px 20px;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
#contact input#submit:hover {
	background-color: #fff;/*#278efc;*/
	border: 1px solid #bdc0c4;
	color: #666;
	cursor: pointer;
    /*box-shadow: 0 6px 18px -9px #000000;*/
}
.ri-grid ,
.content-area{
	width: 88%;
}
.content-area {
  margin: 30px auto;
  position: relative;
}


/* Smartphones (portrait) ----------- */
@media only screen and (min-device-width: 320px) {

  #contact {
    #header{
      display: block;
      padding: 20px;
    }
    #bhq-form-wrapper {
      background-color: #33201b;
      margin: 0 20px 0;
      min-width: 0;
    }
    #bhq-form-wrapper h1{
      color: #fff;
    }
    #contact-icon-mobile {
      display: none;
    }
    #contact-icon-mobile-close {
      display: block;
    }
    input#submit {
      background-color: #F5773A;
      color: #000;
    }
    #footer {
      top: 0;
    }
  }
  @supports (height: 15dvh) {
    #header {
      height: 15dvh;
    }
    #outer {
      height: 75dvh;
    }
    #footer {
      height: 10dvh;
    }
  }
  #logo {
    max-width: 240px;
  }
  #icons {
    & img {
      height: 40px;
      width: 40px;
    }
  }

  #contact-icon-mobile {
    margin: 0;
  }
  #contact-icon-mobile-close {
    display: none;
  }

  .track a:link,
  .track a:visited {
    color: #fff;
    display: block;
    filter: drop-shadow(1px 1px #000);
    font: 18px/18px 'Bangers', Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
    padding: 2px 5px;
    text-decoration: none;
  }
  .track a:hover,
  .track a:active {
    color: #b42c1c;
  }
  .track a.now-playing {
    background: #33201a;
    color: #fff;
  }

  .music-player {
    top: 78px;
  }
  #play-pause {
    background-size: cover;
    top: 150px;
  }
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-device-width: 375px)
  and (orientation: landscape) {

  #contact {

    #header{
      display: block;
      padding: 20px;
    }
    #contact-icon-mobile {
      display: none;
    }
    #contact-icon-mobile-close {
      display: block;
    }
    input#submit {
      background-color: #F5773A;
      color: #000;
    }
    #bhq-form-wrapper {
      margin-top: 0;

      & h1 {
        color: #fff;
      }
    }
  }
  #logo {
  	max-width: none;
  }
  #contact-icon-mobile-close {
    display: none;
  }
  #outer {
  	background: url(../images/bg-bud.jpg) no-repeat 50% 0;
  	height: 600px;
  	width: 100%;
  }
  .music-player {
    top: 0;
  }
  #bhq-player .title h2 {
    margin: 15px 0;
  }
  .track a:link,
  .track a:visited {
    color: #fff;
    display: block;
    filter: drop-shadow(1px 1px #000);
    font: 18px/18px 'Bangers', Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
    padding: 2px 5px;
    text-decoration: none;
  }
  .track a:hover,
  .track a:active {
    color: #b42c1c;
  }
  .track a.now-playing {
    background: #33201a;
    color: #fff;
  }
  #play-pause {
    background-size: cover;
    top: 150px;
  }
  @supports (height: 15dvh) {
    #header {
      height: 25dvh;
    }
  }
}

/* iPads (portrait) -----------*/
@media only screen and (min-device-width : 768px) {

  #contact {

    #header {
      display: block;
      padding: 20px 50px 15px;
    }
    #contact-icon-mobile {
      display: none;
    }
    #contact-icon-mobile-close {
      display: block;
    }
    input#submit {
      background-color: #F5773A;
      color: #000;
    }
    #bhq-form-wrapper {
      margin: 20px 50px 0;
      padding: 0;

      & h1 {
        color: #fff;
      }
    }
  }
  #logo {
    font: bold 38px/38px 'Bangers', Arial, Helvetica, sans-serif;
    max-width: none;
  }
  #icons {
    margin: 0;

    & img {
      height: 50px;
      width: 50px;
    }
  }
	#outer {
		background: url(../images/bg-bud-mobile-980.jpg) no-repeat 50% 0;
    background-size: 100%;
    padding: 20px 50px 15px;
	}
  #bhq-player .title h2 {
    font: 32px/40px 'Bangers', Arial, Helvetica, sans-serif;
    letter-spacing: 2px;
  }
  .track a:link,
  .track a:visited {
  	font: 24px/24px 'Bangers', Arial, Helvetica, sans-serif;
    letter-spacing: 2px;
  }
  #play-pause {
    background-size: cover;
    height: 50px;
    top: 200px;
    width: 50px;
  }
  #footer {
  	font: 12px/24px 'Bangers',Arial, Helvetica, sans-serif;
    height: 40px;
    top: 0;
  }
  @supports (height: 15dvh) {
    #header {
      height: 10dvh;
    }
    #outer {
      height: 85dvh;
    }
    #footer {
      height: 5dvh;
    }
  }
}

/* iPads (landscape) -----------*/
@media only screen and (min-device-width : 1024px) and (orientation : landscape) {

  #contact {

    #header {
      display: block;
    }
    #contact-icon-mobile {
      display: none;
    }
    #contact-icon-mobile-close {
      display: block;
    }
    input#submit {
      background-color: #F5773A;
      color: #000;
    }
    #bhq-form-wrapper {

      & h1 {
        color: #fff;
      }
    }
  }

  #header {
    padding: 20px 50px 15px;
  }
  #logo {
    font: bold 40px/52px 'Bangers', Arial, Helvetica, sans-serif;
  }
  #icons {
    margin: 0;

    & img {
      height: 50px;
      width: 50px;
    }
  }
  #outer {
    padding: 0 50px;
  }
  #bhq-player .title h2 {
    font: 32px/40px 'Bangers', Arial, Helvetica, sans-serif;
    letter-spacing: 2px;
  }
  .track a:link,
  .track a:visited {
  	font: 24px/30px 'Bangers', Arial, Helvetica, sans-serif;
    letter-spacing: 2px;
  }
  #play-pause {
    background-size: cover;
    height: 50px;
    top: 230px;
    width: 50px;
  }
  @supports (height: 15dvh) {
    #header {
      height: 15dvh;
    }
    #outer {
      height: 90dvh;
    }
  }
}

/* laptop / small desktop -----------*/
@media only screen and (min-device-width : 1210px) {
  #header,
  #inner,
  #footer {
  	margin: 0 auto;
  	position: relative;
  	width: 80%;
  }
  #header {
  	height: 100px;
  	padding: 20px 0;

    .fancybox-outer & {
      display: none;
    }
  }
  #logo {
  	float: left;
  	font: bold 48px/48px 'Bangers', Arial, Helvetica, sans-serif;
  	letter-spacing: 3px;
  	width: auto;
  }
  #icons {
  	float: right;

    & img {
      height: 60px;
      width: 60px;
    }
  }
  #outer {
  	background: url(../images/bg-bud.jpg) no-repeat 50% 0;
  	height: 600px;
  	width: 100%;
  }
  #inner {
  	height: 100%;
  }
  #bhq-player .title h2 {
    display: block;
    font: 32px/38px 'Bangers', Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
    margin: 0;
    padding: 0 40px 10px;
  }
  .playlist {
    padding-left: 40px;
  }
  #icons a:first-child {
  	margin-left: 0;
  }
  #contact-icon-mobile,
  #contact-icon-mobile-close {
  	display: none;
  }
  #contact-icon {
  	display: block;
  }
  .music-player {
  	padding: 20px 0;
    position: relative;
    top: 70px;
  	width: 50%;
  }
  #controls {
  	display: none; /* replaced with new BHQ skin  */
  	left: 50%;
  	margin: 0 0 0 -270px;
  	position: absolute;
  	top: -50px;
  }
  .track {
  	clear: both;
  	float: left;
  	list-style: none;
  	min-width: 9px;
  }
  .track a:link,
  .track a:visited {
  	display: inline-block;
    filter: drop-shadow(1px 1px #000);
  	font: 22px/28px 'Bangers', Arial, Helvetica, sans-serif;
  	letter-spacing: 1px;
  	padding: 2px 5px;
  	text-decoration: none;
  }
  .track a:hover,
  .track a:active {
  	color: #33201a;
    filter: none;
  }
  .track a.now-playing {
  	background: #33201a;
  	color: #fff;
  }
  .track a#play {
  	background: url(../images/btn-play-off.png) no-repeat;
  	width: 9px;
  }
  .track a#pause {
  	background: url(../images/btn-pause-off.png) no-repeat;
  	width: 12px;
  }
  .track a#stop {
  	background: url(../images/btn-stop-off.png) no-repeat;
  	width: 23px;
  }
  .track a#play:hover,
  .active a#play	{
  	background: url(../images/btn-play.png) no-repeat;
  }
  .track a#pause:hover,
  .active a#pause {
  	background: url(../images/btn-pause.png) no-repeat;
  }
  .track a#stop:hover,
  .active a#stop {
  	background: url(../images/btn-stop.png) no-repeat;
  }
  #play-pause {
    background-image: url('../images/play.png');
    background-size: cover;
    display: block;
    height: 60px;
    left: 45px;
    position: relative;
    top: 220px;
    width: 60px;

    &.now-playing {
    background-image: url('../images/pause.png');
    }
  }
  .detail {
    display: block;
    color: #000;
  }
  #footer {
  	color: #a17f98;
  	font: 12px/24px 'Bangers',Arial, Helvetica, sans-serif;
  	letter-spacing: 1px;
    top: 0;

    .fancybox-wrap & {
      display: none;
    }
  }
}

/* large desktop -----------*/
@media only screen and (min-device-width : 1440px) {
	#header,
  #inner,
  #footer {
		width: 75%;
	}
}

/* widescreen desktop -----------*/
@media only screen and (min-device-width : 1920px) {
  #header,
  #inner,
  #footer {
		width: 40%;
	}
}



