/* stylelint-disable property-no-vendor-prefix */

/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
  color: #fff;
}

/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
  background-color: #fff;
  border: 1px solid #fff;
}


/*
 * Base structure
 */

html,
body {
  height: 100%;
  background-color: black;
  z-index: 10;
}
body {
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 3px rgba(0, 0, 0, .5);
}

/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  position: relative;
  display: table;
  width: 100%;
  height: 100%; /* For at least Firefox */
  min-height: 100%;
  -webkit-box-shadow: inset 0 0 100px rgba(0, 0, 0, .5);
  box-shadow: inset 0 0 100px rgba(0, 0, 0, .5);
}
.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}
.cover-container {
  margin-right: auto;
  margin-left: auto;
}

/* Padding for spacing */
.inner {
  padding: 30px;
}


/*
 * Header
 */

.masthead-nav > li {
  display: inline-block;
}
.masthead-nav > li + li {
  margin-left: 20px;
}
.masthead-nav > li > a {
  padding-right: 0;
  padding-left: 0;
  font-size: 16px;
  font-weight: 700;
  color: #fff; /* IE8 proofing */
  color: rgba(255, 255, 255, .75);
  border-bottom: 2px solid transparent;
}
.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
  background-color: transparent;
  border-bottom-color: #a9a9a9;
  border-bottom-color: rgba(255, 255, 255, .25);
}
.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
  color: #fff;
  border-bottom-color: #fff;
}

@media (min-width: 768px) {
  .masthead-brand {
    float: left;
  }
  .masthead-nav {
    float: right;
  }
}


/*
 * Cover
 */

.cover {
  padding: 0 20px;
}
.get-tickets-btn {
  padding: 15px 30px;
  font-weight: 700;
}

@keyframes glowing {
  0% {
    background-color: white;
    box-shadow: none;
    color: #333;
    padding: 15px 30px;
  }
  50% {
    background-color: white;
    box-shadow: none;
    color: #333;
    padding: 15px 30px;
  }
  90% {
    background-color: rgba(0, 100, 0, 1);
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.75);
    border-color: rgba(0, 100, 0, 1);
    color: ghostwhite;
    padding: 15px 50px;
  }
  100% {
    background-color: white;
    box-shadow: 0 0 3px rgba(0, 100, 0, 1);
    border-color: white;
    color: #333;
    padding: 15px 30px;
  }
}

.get-tickets-btn-glowing {
  animation: glowing 4000ms infinite;
}

/*
 * Footer
 */

.mastfoot {
  color: #999; /* IE8 proofing */
  color: rgba(255, 255, 255, .5);
}


/*
 * Affix and center
 */

@media (min-width: 768px) {
  /* Pull out the header and footer */
  .masthead {
    position: fixed;
    top: 0;
  }
  .mastfoot {
    position: fixed;
    bottom: 0;
  }
  .site-wrapper-inner {
    vertical-align: middle; /* Start the vertical centering */
  }
  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%; /* Must be percentage or pixels for horizontal alignment */
  }

  #squadup-checkout,
  .info-section {
    margin-top: 8rem;
  }
}

@media (min-width: 992px) {
  .masthead,
  .mastfoot,
  .cover-container {
    width: 700px;
  }
}

#squadup-checkout {
  width: 100%;
}

.info-wrapper {
  padding: 1em;
}

.info-wrapper h2 {
  text-decoration: underline;
  text-decoration-color: white;
  text-decoration-width: 0.2em;
  text-underline-offset: 0.2em;
  text-shadow: 0 1px 3px rgba(0, 0, 0, .5);
  margin-bottom: 1em;
}

@media (min-width: 768px) {
  body.tickets .site-wrapper-inner,
  body.info .site-wrapper-inner {
    vertical-align: top; /* Start the vertical centering */
  }

  .info-wrapper {
    padding: 4em;
  }
}

@media (min-width: 768px) {
  /* Pull out the header and footer */
  body.tickets .masthead,
  body.info .masthead {
    position: initial;
  }
}

.squadup-checkout-nav {
  display: none !important;
}

.squadup-checkout-app {
  padding: 1rem;
}

.squadup-checkout-app .title,
.squadup-checkout-app .time,
.squadup-checkout-app .location-name
{
  color: white !important;
}

.squadup-checkout-app .btn-primary.edit-qty-btn,
.squadup-checkout-app .squadup-donation-button .btn-primary {
  background-color: rgba(0, 100, 0, 1) !important;
  border-color: rgba(0, 100, 0, .6) !important;
}

.squadup-checkout-app .btn-primary.edit-qty-btn:hover,
.squadup-checkout-app .squadup-donation-button .btn-primary:hover {
  background-color: rgba(0, 100, 0, .8) !important;
  border-color: rgba(0, 100, 0, .6) !important;
}

.squadup-checkout-app .squadup-donation-button .btn-primary.active {
  background-color: rgba(0, 100, 0, .8) !important;
  border-color: rgba(0, 100, 0, .8) !important;
}

.squadup-checkout-app .page-title-ident {
  color: rgba(0, 100, 0, 1) !important;
  border-bottom: 1px solid rgba(0, 100, 0, 1) !important;
}

.squadup-checkout-app .tickets {
  /*border-bottom: 2px solid rgba(0, 100, 0, 1) !important;*/
}

.squadup-checkout-app .squadup-tickets-table hr.visible-xs {
  border-top: 1px dashed white !important;
}

.btn-primary:hover {
  color: #fff;
}

.squadup-checkout-app .squadup-row-centered > .squadup-navigation-view-container .page-title-ident {
  color: white !important;
  border-color: white !important;
}

.event-checkout-detail {
  border: none !important;
}

#squadup-checkout > div > div > div > div > div.col-sm-12.squadup-embed-view > div:nth-child(2) > div.event-checkout-detail > form > div > div > div.row > div > div.text-left > fieldset > div {
  border-bottom: none;
}

img.bg {
  min-height: 100%;
  min-width: 1024px;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0.7;
}

@media screen and (max-width: 1024px) { /* Specific to this particular background image */
  img.bg {
    left: 50%;
    margin-left: -480px;
  }
}

.squadup-checkout-app .ticket-collapse .ticket-collapse-parent {
  border-bottom: solid 1px !important;
}

.squadup-checkout-app .ticket-collapse .ticket-collapse-parent:hover {
  background-color: rgba(0, 0, 0, .5) !important;
}

#squadup-checkout > div > div > div > div > div.col-sm-12.squadup-embed-view > div:nth-child(2) > div:nth-child(2) > div > div > div.hidden-xs {
  display: none;
}

.squadup-checkout-app .squadup-navigation-view-container .ticket-collapse .ticket-collapse-child.well {
  border-radius: 0;
  margin-bottom: 0;
  border-bottom: solid 1px rgba(0, 100, 0, 1);
  background-color: rgba(0, 0, 0, .5) !important;
  border-left: 0 none;
  border-right: 0 none;
}

.row.ticket-collapse-child.well {
  padding: 19px 8px;
}

div.event-checkout-detail > form > div > div > div:nth-child(1) > div > div > div {
  display: none;
}