/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */


@media screen and (min-width: 991px) {

  .list .q_event_schedule {
    display: flex;
  }

  .list .q_event_schedule * {
    margin-right: 5px;
  }

}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .q_events_wrapper.grid .q_event_single:nth-child(3n) {
    margin-right: 20px;
  }
  .q_events_wrapper.grid .q_event_single:nth-child(2n) {
    margin-right: 0;
  }
  
}


@media screen and (max-width: 979px) {
  .q_mbl_hide {
    display: none;
  }
  .q_desktop_hide {
    display: block;
  }
  .q_desktop_hide.q_display_flex {
    display: flex;
  }
  .list .q_event_single {
    padding-right: 0px;
    max-height: unset;
  }
  .list .q_event_picture_details {
    width: 100%;
  }
  .list .q_event_details {
    width: calc(100% - 190px);
    padding-right: 5px;
  }
  .q_event_name {
    font-size: 16px;
    line-height: 16px;
  }
  .q_event_subtitle {
    font-size: 12px;
    line-height: 12px;
  }
  /* .q_events_wrapper p {
    line-height: 12px;
    font-size: 12px;
  } */
  .q_event_comment {
    font-size: 10px;
  }
  .row_q_event_details_bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .col_q_event_details_bottom {
    width: 100%;
  }
  .col_event_location_bottom {
    margin-top: 5px;
  }
  .q_events_wrapper .q_event_details_bottom i {
    width: auto;
    font-size: 1em;
    margin-right: 2px;
    vertical-align: top;
    margin-top: 2px;
    height: auto;
  }
  .q_event_details_bottom {
    /* margin-top: 15px; */
  }
  .col_event_location_right {
    font-size: 10px;
    line-height: 12px;
  }
  .q_event_systems.q_event_systems_mbl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px;
  }
  .q_event_systems.q_event_systems_mbl > a {
    width: 49%;
    font-size: 12px;
    padding: 5px;
    text-align: center;
    border-radius: 0;
    line-height: 15px;
  }
  .q_event_systems.q_event_systems_mbl > a:only-child {
    width: 100%;
  }
  .list .q_event_picture img {
    height: 100%;
    object-fit: cover;
  }
  .col_event_location_bottom .q_event_price {
    display: inline-block;
    vertical-align: middle;
  }
  .q_events_wrapper .q_event_schedule_location_left i {
    font-size: 1em;
  }
  .col_event_location_top .col_event_location_right {
    /* width: 100%; */
    vertical-align: middle;
  }
  .q_events_wrapper .q_event_details_bottom .dashicons {
    color: #333333;
    font-size: 1em;
    height: auto;
  }
  .q_event_schedule_location_left p {
    display: inline-block;
  }
  .q_event_schedule_location_left p:first-child {
    margin-right: 5px;
  }
  .q_events_wrapper .col_event_location_top i {
    margin-right: 6px;
  }
  span.icon-container {
    display: inline-block;
    width: 20px;
    vertical-align: middle;
  }
  .q_event_date span {
    vertical-align: middle;
  }
  .q_event_time span {
    vertical-align: middle;
  }

  .q_events_wrapper.grid .q_event_single {
    width: calc((100% - 20px) / 2);
  }
}

@media screen and (max-width: 575px) {
  .q_events_wrapper.grid .q_event_single {
    width: 100%;
    margin-right: 0;
  }
  .list .q_event_details {
    width: calc(100% - 160px);
  }
  .list .q_event_picture img {
    width: 150px;
  }

  .grid .q_event_single .q_event_systems a.button {
    font-size: 14px;
    padding: 15px 5px;
  }

  .q_events_wrapper.artist_list p {
    line-height: 16px;
    font-size: 12px;
  }

  .q_events_wrapper.artist_list .q_event_price {
    font-size: 16px;
  }

  .artist_list .genre-typ {
    font-size: 10px;
    padding: 0px 5px;
  }

  .artist_list .q_event_event_date p {
    line-height: 20px;
  }
  .artist_list span.q_event_fblink {
    margin-right: 5px;
  }
  .q_event_moved_info {
    margin-left: 0;
  }
  .q_event_location_moved_info {
    margin-bottom: 5px;
  }
  .q_event_fblink a span {
    font-size: 15px;
}
  
}

@media screen and (min-width: 767px) {
  .artist_list .q_event_ticket {
    align-self: center;
  }
  
  
}
