/*
Theme Name: Talon Music v2
Author: Simply Marvellous Creative
Version: 1.0
*/


/* =============================================================================
  HTML, BODY
============================================================================= */
body {
  color: #fff;
  font-family: 'Plus Jakarta Sans', sans-serif;
  background: #96a4af url(img/main-bg.jpg) center top no-repeat;
  background-size: 100%;
  text-transform: uppercase;
  letter-spacing: 0.015rem;
}

body.home {
  /* background: #96a4af url(img/bg-new.jpg) center -30px no-repeat; */
  background-size: 100%;
  background: #96a4af
}


section#home {
  /* width: 100%;
  height: 100vh; */
  position: relative;
  padding: 0;
}

/* @media screen and (max-width: 1024px) {
  section#home {
    height: 550px;
  }
}

@media screen and (max-width: 880px) {
  section#home {
    height: 310px;
  }

  body.home {
    background: #96a4af url(img/bg-new.jpg) center top no-repeat;
    background-size: 120%;
  }
} */



section {
  padding-top: 80px;
}


section p {
  font-size: 1.2rem;
  margin: 0 0 30px 0;
  color: #fff;
  text-align: center;
}




#gigs {
  padding: 0 0 100px 0;
}

body section#band {
  padding-bottom: 40px;
  padding-top: 0;
  text-align: center;
  background-size: 100%;
}

@media screen and (max-width: 880px) {
  body section#band {
    background-size: 100%;
  }
}

body section#contact {
  background: #404a60;
  padding: 100px 0;
}

@media screen and (max-width: 680px) {
  body section#contact {
    padding: 30px 0 0 0;
  }


section p {
  font-size: 1rem;
  margin: 0 0 30px 0;
  color: #fff;
  text-align: center;
}
}
#gallery {
  padding-bottom: 40px;
  padding-top: 40px;
  text-align: center;
  background-size: 100%;
}
h1,
h2,
h3 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;
  margin: 0 0 25px 0;
  color: #fff;
  text-transform: uppercase;
}

h2,
h1 {
  font-size: 2.2rem;
  line-height: 120%;
}

@media screen and (max-width: 480px) {
  h2,
  h1 {
    font-size: 1.82rem;
  }
}

h3,
h4 {
  font-size: 2rem;
  line-height: 100%;
  color: #fff;
}

@media screen and (max-width: 480px) {
  h4 {
    font-size: 1.2rem;
  }
}

ul {
  list-style-position: inside;
}

p {
  margin: 0 0 25px 0;
  line-height: 150%;
}

p.large {
  font-size: 2rem;
  margin: 0
}

@media (max-width: 680px) {
  p.large {
    font-size: 1.62rem;
    line-height: 130%;
    margin: 0 0 10px 0
  }
}

li {
  margin: 0 0 5px 0;
}

@media screen and (max-width: 860px) {
  p,
  li {
    margin: 0 0 2px 0;
  }
}



@media screen and (max-width: 480px) {
  p,
  li {
    font-size: 1.2rem;
  }
}

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

strong {
  font-weight: 700;
}

.flex-center {
  display: flex;
	flex-wrap: wrap;
  justify-content: center;
}

.text-center {
  text-align:center
}
.is-type-video {
  max-width: 960px;
  margin: 0 auto;
}

.wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #fff
}

.pull-up {
  margin-top: -30px
}

.uppercase {
  text-transform: uppercase;
  margin: 0;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.large-12 {
  float: none;
}

.no-pad figure {
  margin: 1rem 0
}

li.hide-mob {
  display: block;
}

li.show-mob {
  display: none;
}

@media screen and (max-width: 380px) {
  li.hide-mob {
    display: none;
  }

  li.show-mob {
    display: block;
  }
}

header {
  position: relative
}

#logo {
  width: 250px;
  position: absolute;
  top: 40px;
  right: 40px
}

@media screen and (max-width: 576px) {
  #logo {
    width: 120px;
    max-width: 120px;
    top: 20px;
    right: 20px
  }
}

#nav-toggle {
  position: fixed;
  right: 30px;
  top: 36px;
  font-size: 1.6em;
  padding: 5px 10px 0px 10px;
  z-index: 10;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
  /* iphone 5 */
  #nav-toggle {
    right: 20px;
    top: 23px;
    font-size: 1.2em;
  }
}
@media screen and (max-width: 768px) {
  #nav-toggle {
    font-size: 1.3em;
    padding: 5px 0 0px 10px;
  }
}
@media screen and (max-width: 680px) {
  #nav-toggle {
    right: 24px;
    top: 28px;
    font-size: 1.5em;
    padding: 5px 10px 0px 10px;
  }
}

@media screen and (max-width: 480px) {
  #nav-toggle {
    right: 24px;
    top: 22px;
    font-size: 1.1em;
    padding: 5px 10px 0px 10px;
  }
}

@media screen and (max-width: 380px) {
  #nav-toggle {
    right: 16px;
    top: 20px;
    font-size: 1em;
  }
}

@media screen and (max-width: 360px) {
  #nav-toggle {
    right: 14px;
    top: 14px;
    font-size: 0.6em;
  }
}

#nav-toggle {
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  height: 5px;
  width: 40px;
  background: #404a60;
  position: absolute;
  display: block;
  content: "";
}

@media screen and (max-width: 640px) {
  #nav-toggle span,
  #nav-toggle span:before,
  #nav-toggle span:after {
    width: 35px;
    height: 4px;
  }
}

#nav-toggle span:before {
  top: -12px;
}

#nav-toggle span:after {
  bottom: -12px;
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

#nav-toggle.active span {
  background-color: transparent;
}

#nav-toggle.active span:before,
#nav-toggle.active span:after {
  top: 0;
}

#nav-toggle.active span:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-toggle.active span:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav {
  position: fixed;
  right: 30px;
  top: 70px;
  z-index: 10;
  background: rgba(255, 255, 255, 0.8);
}

@media screen and (max-width: 680px) {
  #nav {
    left: 24px;
    top: 47px;
  }
}

@media screen and (max-width: 480px) {
  #nav {
    left: 24px;
    top: 40px;
  }
}

@media screen and (max-width: 380px) {
  #nav {
    left: 14px;
    top: 37px;
  }
}

#nav li {
  list-style: none;
  text-align: left;
  font-size: 1.2em;
  line-height: 120%;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

@media screen and (max-width: 680px) {
  #nav li {
    font-size: 1.4em;
  }
}

@media screen and (max-width: 480px) {
  #nav li {
    font-size: 1.3em;
  }
}

@media screen and (max-width: 360px) {
  #nav li {
    font-size: 1.2em;
  }
}

#nav li a {
  color: #575757;
  padding: 5px 35px 5px 0;
  display: inline-block;
}

#nav li a:hover {
  border: none;
  color: #af3d49;
}
/* =============================================================================
  SECTIONS
============================================================================= */
.row {
  width: 100%;
  max-width: 1140px;
}



section#contact p {
  line-height: 130%;
  text-align: left;
  font-size: 1rem;
  font-family: 'Plus Jakarta Sans', sans-serif;
  margin: 0 0 30px 0;
  text-transform: uppercase;
}

@media screen and (max-width: 480px) {
  section#contact p {
    margin: 0 0 25px 0;
    font-size: 0.7rem;
    letter-spcaing: 0
  }
}

section#contact a:hover {
  text-decoration: underline
}


section#band p {
  margin: 0 0 7px 0;
}

header .social-icons {
  position: absolute;
  /* left: 40px; */
  z-index: 103;
}



.social-icons li {
  display: inline-block;
  margin: 0 5px;
}

@media screen and (max-width: 680px) {
  .social-icons li {
    margin: 0 3px;
  }

  header .social-icons {
    top: 0;
     left: -30px;
  }
}

.social-icons li a {
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 50%;
  text-align: center;
  padding: 7px 0
}

@media screen and (max-width: 680px) {
  .social-icons li a {
    width: 35px;
    height: 35px;
    padding: 2px;
  }
}

.social-icons li svg {
  width: 24px;
}

.social-icons li img {
  width: 35px;
  padding: 0;
  vertical-align: middle;
}

@media screen and (max-width: 480px) {
  .social-icons li svg,
  .social-icons li img {
    width: 35px;
  }


}

.social-icons li svg path {
  fill: #494949;
}

header .social-icons li svg path {
  fill: #0a102a;
}

#contact .social-icons {
  margin: 20px 0 35px -40px;
}
.quote {
  margin: -60px 0 60px 0;
  position:relative;
  z-index: 2
}

@media (min-width: 1024px) {
  .quote {
    margin: -220px 0 60px 0
  }
}
.quote img  {
  max-width: 180px;
  margin: 0 auto;
  display: block;
  margin-bottom: 8px
}

.quote p:last-of-type {
  font-weight: 700;
  display: block;
  margin: -10px 0 0 0
}

@media (max-width: 680px) {
  .contact3,
  .contact3 p {
    text-align: center !important;
  }

  .quote {
    margin: 0 0 60px 0
  }
}

#footer {
  background: #494949;
  max-width: 100%;
  padding: 40px;
}

#footer p,
#footer a {
  color: #fff;
  font-size: 1.2rem;
}

.right-footer p,
.right-footer ul {
  text-align: right;
}

.left-footer img {
  float: left;
}

@media (max-width: 640px) {
  .left-footer img {
    float: none;
  }
  .left-footer,
  .right-footer p,
  .right-footer,
  .right-footer ul.social-icons {
    text-align: center;
    clear: left;
  }

  .right-footer ul.social-icons {
    padding-bottom: 40px;
  }

  .right-footer .social-icons li {
    float: left;
  }
}

.bit-show-upcoming,
.bit-rsvp-container,
.bit-top-track-button {
  display: none !important;
}

.bit-event,
.bit-upcoming-events {
  border: none !important;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.bit-event-lists div {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1rem;
  font-weight: normal !important;
  color: #ffffff;
}


div.bit-date,
.bit-widget .bit-event .bit-button {
  font-weight: 700 !important;
}

.bit-widget .bit-event .bit-date {
  width: 130px !important;
  font-weight: 300 !important
}

div.bit-venue {
  color: #fff !important;
  font-weight: 700 !important
}

.bit-button,
.bit-upcoming-events-show-all-button,
.button.add_to_cart_button
 {
  background: none !important	;
  border: 1px solid #fff !important;
  border-radius: 0 !important;
  border-color: #fff !important	;
  color: #fff !important;
  padding: 0 !important;
  line-height: 28px !important;
  margin-top: -3px !important;
  width: 120px !important;
  text-transform: uppercase !important;
  font-size: 1rem !important;
}
.bit-upcoming-events-show-all-button {
  line-height: 34px !important;
  width: 250px !important;
  margin-top: -50px
}

.bit-widget .bit-event {
  margin-top: -5px;
}

.bit-widget.bit-layout-desktop .bit-event {
  padding: 0 !important
}

.bit-upcoming-events-show-all-button {
  max-width: 300px;
  margin: 0 auto !important;
  margin-top: 70px !important;
}
div.bit-venue {
  max-width: 370px !important;
  text-align: left !important;
}

div.bit-location {
  float: left !important;
  text-align: left !important;
}

.bit-track-button-container {
  display: none !important;
}

.bit-upcoming-events-show-all-button {
  margin-top: 0 !important
}
.arrows {
  width: 30px;
  display: block;
  position: absolute;
  top: 90vh;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media screen and (max-width: 880px) {
  .arrows {
    display: none;
  }
}

.arrow1 {
  width: 0;
  height: 0;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  border-top: 17px solid #fff;
  display: block;
  opacity: 0.5;
}

.arrow2 {
  width: 0;
  height: 0;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  border-top: 17px solid #fff;
  display: block;
  opacity: 0.7;
}

.arrow3 {
  width: 0;
  height: 0;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  border-top: 17px solid #fff;
  display: block;
}


/* Player background */
#listen .mejs-container {
  max-width: 930px !important;
}
@media (max-width: 1024px) {
  #listen .mejs-container {
    max-width: 100% !important;
  }
}
#listen .mejs-container,
#listen .mejs-controls,
#listen .mejs-embed,
#listen .mejs-embed body {
  background-color: #fff;
  height: 58px;
}

#listen .mejs-button {
  color: #494949;
}

#listen .mejs-container {
  margin: 0 auto;
  margin-bottom: 65px;
  margin-top: -65px;
  max-width: 930px;
  padding: 10px;
}

@media screen and (max-width: 1366px) {
  #listen .mejs-container {
    margin-top: 0;
    max-width: 100%;
  }
}

@media screen and (max-width: 680px) {
  #listen .mejs-container {
    margin-top: 45px;
  }
}
/* Player controls */

#listen .mejs-controls:before {
  content: "LISTEN: HELLO";
  font-size: 2.4rem;
  font-family: "interstate_compressedregular";
  color: #494949;
}

@media screen and (max-width: 480px) {
  #listen .mejs-controls:before {
    content: "LISTEN: HELLO";
    font-size: 1.4rem;
    padding-top: 15px;
  }
}

#listen .mejs-time {
  color: #494949;
}

/* Progress and audio bars */

/* Progress and audio bar background */
#listen
  .mejs-controls
  .mejs-horizontal-volume-slider
  .mejs-horizontal-volume-total,
#listen .mejs-controls .mejs-time-rail .mejs-time-total {
  background-color: #494949;
  margin-top: 10px;
}

#listen .mejs-controls .mejs-time-rail .mejs-time-total {
  background-color: #494949;
  margin-top: 15px;
}

#listen .mejs-button {
  margin-top: 15px;
  margin-left: 10px;
  background-color: #494949;
  height: 30px;
  width: 30px;
  border-radius: 50%;
}

#listen .mejs-button > button {
  margin-top: 6px;
}

#listen .mejs-time {
  margin-top: 5px;
}

#listen .mejs-controls {
}
/* Track progress bar background (amount of track fully loaded)
  We prefer to style these with the main accent color of our theme */
#listen .mejs-controls .mejs-time-rail .mejs-time-loaded {
  background-color: rgba(219, 78, 136, 0.075);
}

/* Current track progress and active audio volume level bar */
#listen
  .mejs-controls
  .mejs-horizontal-volume-slider
  .mejs-horizontal-volume-current,
#listen .mejs-controls .mejs-time-rail .mejs-time-current {
  background: #333;
}

/* Reduce height of the progress and audio bars */
#listen .mejs-time-buffering,
#listen .mejs-time-current,
#listen .mejs-time-float,
#listen .mejs-time-float-corner,
#listen .mejs-time-float-current,
#listen .mejs-time-hovered,
#listen .mejs-time-loaded,
#listen .mejs-time-marker,
#listen .mejs-time-total,
#listen .mejs-horizontal-volume-total,
#listen .mejs-time-handle-content {
  height: 7px;
}

#listen .mejs-time-handle-content {
  top: -6px;
}

#listen .mejs-time-total {
  margin-top: 8px;
}

#news-click {
  color: #fff;
  font-size: 2.4rem;
  padding: 10px 15px;
  text-transform: uppercase;
  display: block;
  letter-spacing: 1px;
  margin-bottom: 100px;
  text-align: center;
  background: #4e0000;
  line-height: 120%;
}

#news-click svg {
  width: 50px;
  display: inline-block;
  margin: 0 15px -10px 0;
}
#news-click svg path {
  fill: #fff;
}

@media (max-width: 800px) {
  #news-click {
    font-size: 2rem;
  }

  #news-click svg {
    width: 50px;
    display: block;
    margin: 0 auto;
  }
}

@media (max-width: 680px) {
  #news-click {
    font-size: 2rem;
    padding: 5px 10px;
  }
}

@media (max-width: 580px) {
  #news-click {
    font-size: 1.5rem;
  }
}

.bit-play-my-city-button {
  display: none !important;
}

.pum-theme-140 .pum-content,
.pum-theme-lightbox .pum-content {
  border: none !important;
  outline: none !important;
}

.pum-theme-lightbox .pum-container p {
  font-size: 1.4rem;
  font-family: "interstatelightcompressed";
}


/* WOOCOMMERCE */
#home-shop {
  background: #abb6bf;
}
#shop-header img {
  display: block;
  max-width: 290px;
  margin: 0 auto;
  margin-top: -120px
}

#shop-header {
  margin-bottom:60px;
}

.price .amount, .variations .label label {
  color: #fff;
  font-size: 2rem;
  font-weight: 300
}

.quantity input {
  padding: 0;
  height: 37px;
}

.related.products {
  clear: both;
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #fff
}

.related.products h2 {
  font-size: 1.4rem
}

.single_add_to_cart_button.button.alt {
  background: #333 !important;
  border-radius: 0 !important;
  text-transform: uppercase
}

.woocommerce-result-count, .woocommerce-ordering {
  display: none !important
}

li.product {
  text-align: center
}

li.product h2 {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  letter-spacing: 1px;
}

li.product .price .amount {
  font-size: 1rem;
  color: #fff;
  font-weight: 300
}

.woocommerce ul.products li.product a img {
  margin-bottom: 0
}

/* OTHER SHOWS */
#other  {
background:#75828d;
padding-bottom: 60px;
}



.other-shows img {
  margin: 0 0 10px 0
}

.other-shows p {
  font-weight: 700
}

.other-shows p span {
  font-weight: 300
}

/* FORM */
select, input {
  color: #333
}

.button {
  padding: 15px;
  display: inline-block;
  padding: 0 10px;
  border: 1px solid #fff;
  line-height: 28px !important;
  font-size: 1rem;
  font-weight: 700
}

#extra-info {
  background: #9da7afff; padding: 30px 15px;
}
@media (max-width: 580px) {
#extra-info td {
  font-size: 0.9rem
}
}