.top-info:after {
  content: "";
  display: table;
  clear: both;
}

.top-info .club-info p {
  margin: 0;
  text-transform: capitalize;
  font-size: 16px;
}

.top-info .club-image {
  float: left;
  margin-right: 20px;
}

.top-info .club-image .img-wrpr {
  width: 100px;
  height: 100px;
  text-align: center;
  display: flex;
  padding: 10px;
  box-shadow: 1px 1px 20px 0px rgb(191, 191, 191);
  border-radius: 3px;
}

.top-info .club-image .img-wrpr img {
  display: inline-block;
  height: auto;
  align-self: center;
}

.top-info.club-info p {
  margin: 0;
  font-size: 18px;
}

.top-info .club-info .event-date {
  font-weight: bold;
}
.ticket-modal {
  z-index: 10002 !important;
  color: #333;
}
.top-info .club-info .event-name{
  color: #d80000;
}
.ticket-modal .ticket-summary h3{
  color: #333;
}

.customer-info .form-group input[type="text"], .customer-info .form-group input[type="tel"] , .customer-info .form-group input[type="email"] {
  color: #333 !important;
  padding: 5px;
	font-size: 15px !important;
  /*
  height: 34px !important;
  padding: 6px 12px !important;
  font-size: 14px !important;
  line-height: 1.42857143 !important;
  color: #555 !important;
  background-color: #fff !important;
  background-image: none !important;
  border: 1px solid #ccc !important;
  border-radius: 4px !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s !important;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s !important;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s !important;
  */
}
.customer-info .form-group input[type="text"]:focus, .customer-info .form-group input[type="tel"]:focus , .customer-info .form-group input[type="email"]:focus{
  border-bottom-color: #333!important;
}
.ticket-summary{
  margin-top: 20px;
}
.ticket-modal .row {
  margin-right: -15px;
  margin-left: -15px;
}
.ticket-modal .modal-footer {
  padding: 0;
}

.ticket-modal .loader {
  width: 100px;
  margin: 100px auto;
}
.ticket-success-modal .modal-icon,
.ticket-failure-modal .modal-icon {
  width: 100px;
  margin: 0 auto;
}
.ticket-modal .btn.pay-btn {
  background: #d80000;
  color: #fff;
  border: 0;
  border-radius: 0;
  padding: 13px 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.ticket-modal .modal-close {
  height: 25px;
  width: 25px;
  position: absolute;
  right: 10px;
  text-align: center;
  line-height: 25px;
  border-radius: 50%;
  background: #d80000;
  color: #fff;
}
.ticket-modal .modal-close:hover {
  text-decoration: none;
  color: #fff;
}
.tickets-wrpr {
  padding: 25px 25px;
}
.app-store img {
  cursor: pointer;
}
@media (max-width: 1024px) {
  .right-app {
    padding: 50px 29px 75px;
  }
}
@media (max-width: 768px) {
  .left-app {
    padding: 40px 50px 0 49px;
  }
  .right-app {
    padding: 36px 30px 75px;
  }
  .right-app h1 {
    font-size: 24px;
  }
  .app-store img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .featured_small_image img {
    height: auto;
  }
  .featured_background_image {
    display: none;
  }
  .featured_banner {
    height: auto !important;
  }
}
@media (max-width: 520px) {
}
@media (max-width: 426px) {
  .modal-open #YLC {
    display: none;
  }
  .ticket_counter .number_wrppr {
    margin-top: 10px;
  }
  .left-app {
    float: none;
  }
  .right-app {
    padding: 36px 30px 75px;
    border-left: none;
  }
  .app-store img {
    max-width: 46%;
  }
  .right-app h1 {
    font-size: 24px;
  }
  .events-area-tickets {
    padding-top: 0px;
  }

  .ticket-summary .table-responsive {
    margin-bottom: 10px;
  }
  .ticket-modal .btn.pay-btn {
    padding: 8px 0;
  }
  .customer-info h3 {
    margin-top: 0px;
  }
  .top-info .club-info p {
    font-size: 14px;
    padding-right: 16px;
  }
  .customer-info .form-group .form-control {
    height: 26px;
  }

  .customer-info .form-group label {
    font-size: 12px;
  }
  .customer-info h3 {
    font-size: 18px;
  }
  .ticket-detail-wrpr {
    height: auto;
    border-bottom: 1px dotted;
    border-color: #ccc;
  }
  .ticket-summary h3 {
    font-size: 14px;
    margin-top: 10px;
  }
}
@media (max-width: 380px) {
  .ticket-summary h3 {
    font-size: 14px;
    margin-top: 0px;
  }
  .featured_banner {
    height: auto !important;
  }
  .ticket_detail {
    padding-top: 0px;
  }
  .club_details {
    width: 72%;
    float: left;
  }
  .ticket_name h5 {
    font-size: 16px;
  }
  .ticket_counter .number_wrppr {
    width: 80px;
  }
  .customer-info h3 {
    font-size: 16px;
  }
  .customer-info .form-group {
    margin-bottom: 4px;
  }
}
