/*** Responsive CSS for agenda programs***/

@media only screen and (max-width: 991px) {
  .agenda-streams-component {
    padding: 50px 30px 50px;
    /* border-bottom: 1px solid #2d2929; */
  }

  .agenda-streams-view .block-title-2 {
    font-size: 42px;
    line-height: 48px;
  }
}

@media screen and (min-width: 768px) and (max-width: 840px) {
  .sub-streams-view .view-content {
    grid-gap: 7px;
    padding: 7px;
  }

  .sub-streams-view .views-row {
    padding: 7px;
  }

  .sub-streams-title {
    font-size: 13px;
    line-height: 19px;
  }
}

@media only screen and (max-width: 767px) {
  .agenda-streams-component {
    padding: 50px 15px 50px;
  }

  .agenda-streams-view>.view-content {
    padding: 14px 15px 15px 15px;
  }

  .agenda-streams-view .block-title-2 {
    font-size: 31px;
    line-height: 37px;
  }

  .agenda-day-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .agenda-head1 {
    font-size: 20px;
    line-height: 26px;
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
    width: 100%;
    border-bottom: 1px solid var(--silver-gray);
    position: relative;
  }

  .agenda-head2 {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 10px;
  }

  .agenda-stream-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .stream-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }

  .sub-streams {
    width: 100%;
    padding-left: 0;
  }

  .sub-streams-view .view-content {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
    padding: 10px;
  }

  .sub-streams-view .view-content.substreams-3-col {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }

  .session-category {
    font-size: 18px;
  }

  .agenda-substreams-wrapper .sub-streams-name {
    font-size: 16px;
    line-height: 16px;
  }

  .sub-streams-title {
    font-size: 14px;
    line-height: 20px;
  }

  .agenda-tabs {
    padding: 0;
  }

  .agenda-tab-item {
    margin-right: 20px;
  }

  .agenda-tab-link {
    font-size: 16px;
  }
}

@media only screen and (max-width: 480px) {
  .agenda-streams-component {
    padding: 30px 15px 30px;
  }

  .agenda-streams-view .block-title-2 {
    font-size: 28px;
    line-height: 34px;
  }
}
