p { 
  font-size: 18px; 
}
  
.styled_button a {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px;
}

.btn-any {
  border: 2px solid #000;
  color: #000;
}

.btn-any:hover {
  background: #03C4EB;
  border: 2px solid #03C4EB;
  color: #000
}

/* custom table */
.tg {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0px auto;
}

.tg td {
  font-family: Arial, sans-serif;
  font-size: 14px;
  padding: 10px 5px;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  word-break: normal;
  border-color: black;
}

.tg th {
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  padding: 10px 5px;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  word-break: normal;
  border-color: black;
}

.tg .tg-baqh {
  text-align: center;
  vertical-align: top
}

.tg .tg-vspe {
  font-family: Tahoma, Geneva, sans-serif !important;
  ;
  text-align: center;
  vertical-align: top
}

@media screen and (max-width: 767px) {
  .tg {
    width: auto !important;
  }

  .tg col {
    width: auto !important;
  }

  .tg-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: auto 0px;
  }
}

/* Buy Tickets Section */
#buyTickets {
  display:none
  /* 
  padding: 80px 0;
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url("../img/buyTickets-bg.jpg") fixed center center;
  background-size: cover;
  padding: 80px 0 60px 0;
  */
}

#buyTickets .buyTickets-container {
}

#buyTickets .buyTickets-content {
}

#buyTickets .buyTickets-title {
  color: #333;
  font-weight: 700;
  font-size: 28px;
}

#buyTickets .buyTickets-text {
  line-height: 26px;
}

#buyTickets .buyTickets-text:last-child {
  margin-bottom: 0;
}

#buyTickets .actions a {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px;
}

#buyTickets .btn-any {
  background: #03C4EB;
  border: 2px solid #03C4EB;
  color: #fff;
}

#buyTickets .btn-any:hover {
  background: #111;
  border: 2px solid #fff;
  color: #fff;
}

.map-responsive {
  overflow:hidden;
  padding-bottom:56.25%;
  position:relative;
  height:0;
}
.map-responsive iframe{
  left:0;
  top:0;
  height:100%;
  width:100%;
  position:absolute;
}

#about {
    display:none;
}

/* 
#services {
    display:none;
} */

/* Services customization for special guests */

#services .profile {
  text-align: center;
}

#services .profile .pic {
  /* border-radius: 50%; */
  border: 6px solid #fff;
  margin-bottom: 15px;
  overflow: hidden;
  height: 260px;
  width: 260px;
}

#services .profile .pic img {
  max-width: 100%;
}

#services .profile h4 {
  font-weight: 700;
  color: #03C4EB;
  margin-bottom: 5px;
}

#services .profile-title h4 {
  font-weight: 700;
  color: #03C4EB;
  margin-bottom: 5px;
}

#services .profile-description {
  color: #333333;
  line-height: 24px;
}

#services .profile span {
  color: #333333;
}

#services .quote {
  position: relative;
  background: #fff;
  padding: 60px;
  margin-top: 40px;
  font-size: 16px;
  font-style: italic;
  border-radius: 5px;
}

#services .quote b {
  display: inline-block;
  font-size: 22px;
  left: -9px;
  position: relative;
  top: -8px;
}

#services .quote small {
  display: inline-block;
  right: -9px;
  position: relative;
  top: 4px;
}


/*
#games {
    display:none;
}
*/

/* 
#vendors {
    display:none;
}
*/

#vendors .vendor-item a {
  color: #111;
}

#vendors .vendor-title {
  margin-left: 1em;
  font-weight: 700;
  margin-bottom: 15px;
}

#vendors .vendor-title a {
  color: #111;
}

#vendors .vendor-description {
  margin-left: 2em;
  line-height: 24px;
}

/* Agenda Styling */
.agenda {  }

/* Dates */
.agenda .agenda-date { 
  /* width: 170px; 
  min-width: 120px; */
}
.agenda .agenda-date .dayofmonth {
  width: 40px;
  font-size: 2em;
  line-height: 36px;
  /* float: left; */
  text-align: right;
  margin-right: 10px; 
}

.agenda .agenda-date .dayofweek {
  font-size: 1em;
  font-weight: 700;
}
.agenda .agenda-date .shortdate {
  font-size: 0.75em; 
}


/* Times */
.agenda .agenda-time { 
  width: 140px; 
} 

/* Events */
.agenda .agenda-events {  
} 

.agenda .agenda-events .agenda-event { 
} 

/* Bring a game section */
#bringinggame {
  display:none;
}

/* Schedule section */
#schedule {
  padding: 80px 0 60px 0;
}

#subscribe button[type="submit"] {
  background-color: transparent;
}



@media (max-width: 767px) {
    
}

/* Flexbox fix for Bootstrap 3 columns */
.row.display-flex {
  display: flex;
  flex-wrap: wrap;
}
.row.display-flex > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

/* animated link boxes */
.link {
  display: inline-block;
  position: relative;
  text-decoration: none;
  padding: 10px 0;
  color: #fff;
}
.link-wrapper {
  position: relative;
  display: block;
  padding: 20px 0;
}

.hover-7:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #03C4EB;
  transform: scaleX(0);
  transform-origin: top left;
  transition: transform 0.3s;
}
.hover-7:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 3px;
  background-color: #03C4EB;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.3s;
}
.hover-7:hover:before {
  transform: scaleX(1);
}
.hover-7:hover:after {
  transform: scaleX(1);
}

/* Utility classes */
.scrollable-table {
  height: 34em;
  overflow-y: scroll;
}