@import url("https://use.typekit.net/suj6vhb.css?v=10");

html, body {
    height: 100%;
    margin: 0px;
    font-family: "agenda-one", sans-serif;
    font-weight: 400;
    font-style: normal;
    background-color: #ffffff;
}

a:hover {
    cursor: pointer!important;
}

.shade {
    background-color: #fff6e6;
}

.form-check-input:checked {
  background-color: #636363;
  border-color: #636363;
}

#main-content {
/*  background-color: #d9d9d9;*/
background: rgb(255,236,198);
background: linear-gradient(180deg, rgba(255,236,198,1) 0%, rgba(255,222,154,1) 23%, rgba(255,177,36,1) 89%); 
/*background: url(https://www.ticketpup.com/images/watermark.jpg?v=4) repeat top left !important;*/
}

.p-mb {
    margin-bottom: 0px;
}

#section-404 {

    margin-top:10px;

}

.tint {
    background-color: #fffccb;
}

.widget-container {
    background: #fff;
    padding: 20px 10px 10px 10px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    width: auto;
    margin: auto;
}

.inactive {
   color: #999;
}

.btn-full {
    width: 100%;
}

.billet {
    font-family: "hey-eloise", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
}

.puppy-paw {
    position: relative;
    top: -5px;
}

.dashed {
    border-right: 1px dashed #000;
}

h1, h2, h3, h4 {
    font-family: "baileywick-jf-gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.5em;
}

.text-orange {
    color:#e2a000;
}

.qrcode-size {
    width: 200px;
}

.active {
    color: #be5000;    
}

.alert p {
    margin-bottom: 0;
}

.alert {
    box-shadow: 2px 2px 6px #888;
}

.clean-list {
    list-style: none;
}

/*.alert-warning {
  background-color: #fff7e5;
  margin-left: 5px;
  box-shadow: 2px 2px 6px #636363;
  border: none;
  border-radius: 15px;
  margin-right: 5px;
}*/

.alert-warning {
  background-color: transparent;
  margin-left: 5px;
  box-shadow: none;
  border: none;
  border-radius: none;
  margin-right: 5px;
  font-style: italic;
}

.alert-warning p {
    margin-top: 10px;
}

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

p {
    font-size: 1.2em;
}

.show-on-mobile {
    display: none;
}

.show-on-desktop {
    display: inline;
}

main {
    padding-top: 100px;
}

#nav-menu-vertical {
    background-color: #f3f3f3; 
    border-bottom: 7px solid #c8f2f1;
    min-height: 875px;
    border-right: 3px solid #fff;
    padding-right: 0;
}

.menu-logo {
    padding-left: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.menu-option {
  padding: 5px 15px;
  border-top: 1px solid #c1c0c0;
}

.menu-option-spacer {
    height: 45px;
    border-top: 1px solid #c1c0c0;
}

.thumbnail {
    border:1px solid #ddd;
    paddding: 5px;
    border-radius: 5px;
}

.hide {
    display: none!important;
}

.margin-top {
    margin-top: 50px;
}

.eds {
font-family: "eds-market-bold-script", sans-serif;
font-weight: 400;
font-style: normal;
}

.ra {
    font-family: "rl-aqva", sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 2.8em;
}

.hero-section {
    padding-bottom: 120px;
    background: url(https://www.ticketpup.com/images/section-bottom-bg.jpg?v=3) no-repeat bottom center!important;    
}

.ticket-types-section {
    padding-bottom: 50px;
    padding-top: 150px;
    background: url(https://www.ticketpup.com/images/footer-top-bg.jpg?v=3) no-repeat top center!important;
}

.ticket-types-section h2 {
    margin-top: 135px;
}


.hero-section p {
    margin-bottom: 0;
    font-size: 1.4em;
    font-weight: bold;
}

.btn-primary {
  box-shadow: 2px 2px 6px #636363;
  border: none;
  padding: 4px 17px;
  border-radius: 30px;
  font-size: 1.7em;
  background-color: #fff;
  margin-top: 5px;
  color: #585858;
  margin-right: 10px;
  width: auto;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus{
  background-color: #585858!important;
  color: #fff;
  border: none;
}

.btn-primary:disabled {
  background-color: #dadada!important;
  color: #fff;
  border: none;
}

.btn-secondary {
  box-shadow: 2px 2px 6px #636363;
  border: none;
  padding: 4px 17px;
  border-radius: 30px;
  font-size: 1.7em;
/*  background-color: #ffa200;*/
  background-color: #585858;
  margin-top: 20px;
  color: #ffffff;
  margin-left: 10px;
  width: auto;
}

.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus{
  background-color: #000!important;
  color: #fff;
  border: none;
}

.btn-secondary:disabled {
  background-color: #dadada!important;
  color: #fff;
  border: none;
}


.hero-section h1 {
    font-size: 3em;
    font-family: "agenda-one", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.features-section {
background: url(https://www.ticketpup.com/images/footer-top-bg.jpg?v=3) no-repeat top center !important;
  padding: 200px 0 100px 0;
}

.category-section {
    background-color: #585858;
    color: #fff;
    padding: 50px 0 50px 0;
}

.category-container {
/*    width: 200px;
  height: 200px;
  float: left;
  background-color: #fff;
  border-radius: 50%;
  padding-top: 58px;
  font-size: 2em;
  color: #000;
  margin-right: 15px;
  margin-top: 15px;*/
}

.category-container h3 {
    color:#ffa200;
}

.category-container img {
    border-radius: 20px;
}

#category-section ul {
    list-style: none;
    font-size: 1.3em;
}

.clients-section {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #ffa200;
    color: #fff;
}

nav {
    border-bottom: #ffa200 3px solid;
}

.nav-link {
    font-size: 1.5em;
}

.nav-link.active {
  font-size: 1.5em;
  color: #db8b01;
/*  text-shadow: 1px 1px 3px #888;*/
}

.menu-option.active {
/*    background-color: #ffa200;*/
    color: #fff;
    text-shadow: 1px 1px 2px #000;
background: #FFA200;
background: linear-gradient(360deg, rgba(255, 162, 0, 1) 0%, rgba(245, 215, 149, 1) 100%);
}

nav .nav-link {
    margin-top: 5px;
}

footer a {
    color:#585858;
}

footer {
    border-top: 5px solid #ac5d00;
    padding-top:40px;
}

.sell-section {
    background-color: #585858;
    color:#ffffff;
}


/* Overlay styles */
#loading-overlay {
    position: fixed;
    top: -20px;
    left: -20px;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

#loading-spinner {
/*    border: 8px solid #6500b3; 
    border-top: 8px solid #17c100; 
    border-radius: 50%;*/
    width: 80px;
    height: 80px;
/*    animation: spin 1s linear infinite;*/
}

/*@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}*/

#ninty-nine-cents {
      background: rgb(253,188,66);
background: linear-gradient(90deg, rgba(253,188,66,1) 15%, rgba(200,91,1,1) 100%); 
border-radius: 20px;
  width: 100%;
    height: auto;
    padding: 30px;
    border: 3px solid #fff;

}

#ninty-nine-cents h2 { 
    font-size: 4em;
}

#progressBarContainer-1 {
    width: 100%;
    background: #f3f3f3;
    border: 1px solid #ccc;
    margin: 10px 0;
}
#progressBar-1 {
    width: 0%;
    height: 20px;
    background: #4caf50;
    text-align: center;
    line-height: 20px;
    color: white;
}

#ticket-container {
  box-shadow: 2px 2px 5px #888;
  padding: 22px;
  border-radius: 12px;
  border: 1px solid #ddd;
  background-color: #fff;
}

@media only screen and (max-width: 540px) { 

    #nav-menu-vertical {
      min-height: 65px;
    }

    .show-on-mobile {
        display: inline-block!important;
    }

    .show-on-desktop {
        display: none;
    }

    .margin-top {
        margin-top: 100px;
    }

    #hero-video {
        display: none;
    }

    .category-container {
        padding: 15px;
    }

    .ticket-types-section h2 {
        margin-top: unset;
    }

    .hide-on-sm, .hide-on-mobile {
        display: none;
    }

    footer {
        padding-top:20px;
        text-align: center;
    }

    .alert-warning img {
        height: 130px;
      margin-bottom: 20px;
    }


}


