.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.hide {
  display: none !important;
}
.ezticket-wrpr .loader img {
  width: 80px;
  margin: 0 auto;
  text-align: center;
}

.events-list .single-event {
  border-radius: 3px;
  box-shadow: 1px 2px 7px 3px #e2e2e2;
  color: #e2e2e2;
  margin-bottom: 25px;
  transition: all ease 0.4s;
  transform: perspective(-1px);
}

.events-list .single-event:hover {
  transform: scale(1.03) translate3d(0,0,0);;
  -webkit-font-smoothing: antialiased;
}

.events-list .single-event .event-link {
  color: #333;
  font-size: 13px;
}

.events-list .single-event .event-img {
  height: 130px;
  background-size: 100%;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.single-event .event-info .date {
  float: left;
  padding: 0px 10px;
  color: #d9231c;
  font-weight: 600;
  height: 55px;
  -webkit-font-smoothing: antialiased;
}

.single-event .event-info .date p {
  margin: 0;
  text-align: center;
  -webkit-font-smoothing: antialiased;
}

.single-event .event-info .text-info p {
  margin: 0;
  text-transform: capitalize;
}
.single-event .event-info .text-info .price-onwards{
  color: #999;
}
.single-event .event-info {
  padding: 8px 10px 15px;
}

.single-event .event-info .book-now-btn {
  /*width: 100%;
  height: 34px;
  color: #fff;
  background: #d9231c;
  border: 0;
  margin-top: 15px;*/
  width: 100%;
  height: 36px;
  color: #d9231c;
  border: 0;
  margin-top: 15px;
  border: 1px solid #d9231c;
  line-height: 18px;
}

.single-event .event-info .text-info .event-name {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
}

.ezticket-wrpr .btn.load-more {
  height: 34px;
  width: 190px;
  border: 1px solid #d9231c;
  color: #d9231c;
  line-height: 16px;
}

/** Event details css **/
.main_header{
  background-color:#fff;
  position:relative;
}
.featured_background_image {
  filter: blur(8px);
  /* background: no-repeat; */
  -webkit-filter: blur(8px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
}
.img_wrpr{
  background-color: #fff;
  padding: 20px;
  height: 150px;
  width: 25%;
}
.img_wrpr img{
  height: 100%;
  width: 100%;
}
.featured_logo{
  position: absolute;
  top: 65%;
}
.featured_small_image img{
  height:100%;
}
.featured_banner{
  position: relative;
  height: 400px;
}
footer{
  position: relative;
  margin-top: 30px;
}
.featured_small_image{
  height: 400px;
  position: absolute;
  top: 0;
  left: 14%;
}
.events_details{
  position: relative;
}
h1.section-title{
  color: #555555;
  font-size: 33px;
  line-height: 34px;
  margin: 0 0 20px;
  text-transform: uppercase;
  font-weight: 400;
  position: relative;
  padding-left: 8px;
}
h1.section-title:before{
  border-left: 6px solid #fe000b;
  left: -6px;
  bottom: 0;
  z-index: 1;
  content: '';
  height: 35px;
  position: absolute;
}
.events_details{
  padding-top: 20px;
}
.events_list_wrpr .total-step{
  padding-left: 25px;
}
.events_list_wrpr{
  margin-top: 40px;
}
.event_name i{
  font-size: 22px;
  margin-right: 15px;
  color: #555;
}
h2.sub-title{
  color: #555555;
  font-family: montserrat;
  font-size: 18px;
}
.event_details{
  list-style: none;
}
.tic_image {
  text-align: center;
  width: 70px;
}
.tickets-wrpr{
  margin-bottom: 20px;
  margin-top: 20px;
  min-height: 155px;
  padding: 25px 0;
  width: 100%;
  border: 1px solid rgba(204, 204, 204, 0.39);
}
.tickets-wrpr:hover{
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2);
}
.events_name{
  margin-top: 50px;
}
.events_name h1.main-event-name{
  color: #fe000b;
  font-size: 36px;
  line-height: 30px;
  margin: 0 0 0px;
  text-transform: uppercase;
  font-weight: 400;
}
.events_name h4{
  font-weight: 600;
  font-size: 14px;
  margin-top: 10px;
  text-transform: uppercase;
}
.img_block img{
  height:60px;
}
.event_detail_wrpr{
  padding-top: 86px;
}
.img_block{
  width: 20%;
  float: left;
}
.content_block{
  float: right;
  width: 80%;
  padding-top: 16px;
}
.content_block span{
  text-transform: capitalize;
}
.event_details{
  clear:both;
}
.event_details li{
  margin-bottom: 40px;
}
.ticket_name h5{
  margin-top: 36px;
  font-size: 20px;
  font-weight: 400;
}
.ticket_counter .number_wrppr{
  border: 1px solid #d9231c;
  width: 90px;
  margin: 0 auto;
  margin-top: 36px;
  height: 30px;
  position:relative;
}
.number_wrppr .wrp_symbols{
  display: inline-block;
  line-height: 2;
  position: absolute;
  color:#000;
}
.number_wrppr .wrp_sign_minus{
  left: 0;
  padding: 0px 8px;
}
.wrp_sign_minus:hover, .wrp_sign_plus:hover{
  background-color: rgba(254, 0, 11, 0.22);
}
.wrp_sign_minus:hover i,.wrp_sign_plus:hover i {
  color: #fff;
}
.number_wrppr .wrp_sign_plus{
  right: 0;
  padding: 0px 8px;
}
.wrp_sign_number{
  text-align:center;
  padding: 0px 0px;
}
.events-area-tickets{
  padding-top: 62px;
}
.btn_red{
  padding: 8px 20px;
  border: 1px solid #555;
  color: #555;
  background-color: transparent;
  border-radius: 2px;
}  
.btn_red:hover{
  color:#fff;
  background-color:#ff004d;
  border: 1px solid #ff004d;
}
.btn_full_red{
background-color: #d9231c;
    color: #fff;
    border-radius: 2px;
    padding: 10px 30px;
    font-weight: 600;
    border: 1px solid #d9231c;
}
.total_display .input-text{
  padding: 7px 20px;
  border-radius: 2px;
  border: 1px solid #555;
  margin-right: 12px;
  width: auto;
}
.apps-cont {
  border: 1px solid #aaa;
  overflow: hidden;
}
.left-app {
  background-color: #fff;
  float: left;
  max-width: 100%;
  padding: 16px 100px 0 49px;
}
.right-app {
  background: rgba(0, 0, 0, 0) url(/wp-content/images/app-bg.png) no-repeat scroll 0 0 / cover;
  border-left: 1px solid #aaa;
  overflow: hidden;
  padding: 63px 98px 75px;
}
.right-app h1 {
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #555555;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 400;
}
.app{
  padding-top:80px;
  padding-bottom:50px;
}
.ticket_detail{
  padding-left: 48px;
  padding-top: 18px;
}
.ticket_image{
  width: 20%;
  float: left;
  margin-right: 16px;
}
.club_details h6{
  font-weight:400;
  margin-top: 5px;
  margin-bottom: 5px;
  text-transform: capitalize;
}
.club_details h5{
  margin-top: 4px;
  margin-bottom: 5px;
  text-transform: capitalize;
}
.total_wrpr span{
 
  padding: 10px 30px; 
}
.button_series{
  padding-top: 20px;
}
.customer_form_details h4{
  font-weight:400;
}
.customer_form_details{
  padding-top:20px;
}

/** Media Queries **/
@media (min-width: 992px) and (max-width: 1200px) {}
@media (min-width: 769px) and (max-width: 991px){
  .featured_small_image{
    left:0%;
  }
}
@media (max-width: 768px){
  .featured_small_image{
    left:0%;
  }
  .img_block img {
    height: 44px;
 }
 .content_block{
  padding-top: 10px;
 }
 h1.section-title{
  font-size: 26px;
 }
 h1.section-title:before{
  height: 32px;
 }
}
@media (max-width: 767px){}
@media (max-width: 600px){
  .events_name h1.main-event-name{
    font-size: 22px;
  }
  .total_display .col-sm-12.text-right{
    text-align: center;
  }

}
@media (max-width: 426px){
  .events_name h1.main-event-name{
    font-size: 18px;
  }
  .events_name{
    margin-top: 18px;
  }
  .events_name h1.main-event-name{
    line-height: 20px;
  }
  .events_details{
    padding-top: 0px;
  }
  .events_list_wrpr {
    margin-top: 5px;
}
h1.section-title {
    font-size: 20px;
}
h1.section-title:before{
  line-height: 28px;
}
.event_detail_wrpr {
    padding-top: 0px;
}
.tic_image {
    text-align: center;
    width: 58px;
}
.club_details h5{
  font-size: 16px;
}
.ticket_name h5{
  margin-top: 15px;
}
.ticket_counter .number_wrppr{
      margin-top: 0px;
}
}
@media (max-width: 380px){}
@media (max-width: 320px){}