/*
 * jQuery TicketLeap Upcoming Events Plugin 0.1
 * Copyright (c) 2010 Tim Crowe
 *
 * http://www.ticketleap.com/
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */
/* Bottom left text */
.text-block-bkgd {
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); 
  padding: 10% 2%;
  width: 100%;
}

.text-block-left {
  position: absolute;
  left: 0px;
  bottom: 10px;
  color: white;
  padding: 2% 2%;
  width: 55%;
  font-size: 1.75vw; /* Adjust the font size as needed */
  text-align: left;
}

.text-block-right {
  position: absolute;
  right: 0px;
  bottom: 0px;
  padding: 2% 5%;
  width: 40%;
}

.buy-button  {
  font-family: Helvetica, Arial; 
  text-align: center;
  background-color: #e5422c;
  font-size: 1.5vw; /* Adjust the font size as needed */
  border-radius: 3px;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
  display: inline-block;
  margin: 0;
  text-decoration: none;
  font-weight: bold;
  color: #FFFFFF;
  letter-spacing: .07em;
  padding: 5% 3%;
}

/* Media query for smaller screens */
@media (max-width: 600px) {
  .text-block-bkgd  {
    padding: 9% 2%;
  }
  .text-block-left  {
    font-size: 4vw;
    bottom: 0px;
  }
  
  .text-block-right  {
    width: 40%;
    right: 15px;
  }
  .buy-button {
    width: 100%; /* Adjust the width as needed */
    left: 0px;
    font-size: 3.25vw; /* Adjust the font size as needed */
    border-radius: 3px;
    padding: 5% 5%;
  }
}


.tl-upcoming {
  background: #F8D54A;
  border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
  font-family: "Helvetica Neue",Helvetica,arial,sans-serif;
  font-size: 100%;
  margin: 0 0 10px 0;
  width: 700px;
}

.tl-upcoming .tl-upcoming-content-list,
.tl-upcoming .tl-upcoming-nav-controls {
  border-collapse:collapse;
  width: 100%;
}

.tl-upcoming-button {
  background: #7E7E7E;
  border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, .3), 0 23px 5px -10px rgba(255, 255, 255, 0.37) inset;
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, .3), 0 23px 5px -10px rgba(255, 255, 255, 0.37) inset;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .3), 0 23px 5px -10px rgba(255, 255, 255, 0.37) inset;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  padding: 7px 10px;
  white-space: nowrap;
}

/* Header
------------------------------------------------------------------------*/
.tl-upcoming-header-label {
  background: #F8D54A;
  border: 2px solid #F8D54A;
  border-top-left-radius: 7px;
    -moz-border-radius-topleft: 7px;
    -webkit-border-top-left-radius: 7px;	
  border-top-right-radius: 7px;
    -moz-border-radius-topright: 7px;	
    -webkit-border-top-right-radius: 7px;
  box-shadow: 0 -16px 2px 0 rgba(248, 224, 115, 0.7) inset, 0 14px 12px 0 rgba(255, 255, 255, 0.7) inset;
    -moz-box-shadow: 0 -16px 2px 0 rgba(248, 224, 115, 0.7) inset, 0 14px 12px 0 rgba(255, 255, 255, 0.7) inset;
    -webkit-box-shadow: 0 -16px 2px 0 rgba(248, 224, 115, 0.7) inset, 0 14px 12px 0 rgba(255, 255, 255, 0.7) inset;
    color: #726420;
    font-size: 13px;
    font-weight: 400;
    line-height: 30px;
    margin: 0;
    padding: 0 12px;
    text-shadow: 0 1px #FFFFFF;
}

/* Content
------------------------------------------------------------------------*/
.tl-upcoming-content {
  background: none repeat scroll 0 0 #F7F7F7;
  margin: 0 2px;
  padding: 7px 18px 10px;
}

.tl-upcoming-content .tl-upcoming-item-label,
.tl-upcoming-content .tl-upcoming-item-control {
  border-top: 2px solid #E0E0E0;
}

.tl-upcoming-content .tl-upcoming-item-first .tl-upcoming-item-label,
.tl-upcoming-content .tl-upcoming-item-first .tl-upcoming-item-control {
  border-top: 0 none;
}

.tl-upcoming-item-label {
  color: #3081BC;
  font-size: 14px;
    font-weight: bold;
    opacity: 0.86;
  padding: 7px 10px 12px 0;
    width: 100%;
}

.tl-upcoming-item-label .tl-upcoming-event-dates {
  color: #444;
  font-size: 11px;
    font-weight: normal;
}

.tl-upcoming-item-control {
  padding: 7px 0 12px 10px;
    text-align: right;
}

/* Navigation
------------------------------------------------------------------------*/
.tl-upcoming-nav {
  border: 2px solid #F8D54A;
  border-bottom-left-radius: 7px;
    -moz-border-radius-bottomleft: 7px;
    -webkit-border-bottom-left-radius: 7px;	
  border-bottom-right-radius: 7px;
    -moz-border-radius-bottomright: 7px;	
    -webkit-border-bottom-right-radius: 7px;
  box-shadow: 0 14px 14px 0 rgba(248, 224, 115, 0.7) inset, 0 -40px 20px 0 rgba(255, 255, 255, 0.7) inset;
    -moz-box-shadow: 0 14px 14px 0 rgba(248, 224, 115, 0.7) inset, 0 -40px 20px 0 rgba(255, 255, 255, 0.7) inset;
    -webkit-box-shadow: 0 14px 14px 0 rgba(248, 224, 115, 0.7) inset, 0 -40px 20px 0 rgba(255, 255, 255, 0.7) inset;
  min-height: 25px;
  padding: 0px 18px;
}

.tl-upcoming-nav .tl-upcoming-nav-previous {
  padding: 7px 10px 12px 0;
}

.tl-upcoming-nav .tl-upcoming-nav-events {
  padding: 7px 10px 12px;
  text-align: center;
  width: 100%;
}

.tl-upcoming-nav .tl-upcoming-nav-next {
  padding: 7px 0 12px 10px;
  text-align: right;
}
