/*changed tavin may26 2021*/
.toshoButton3 {
  color: #fff;
  background-color: #250834;
  border-color: #250834; }
  .toshoButton3:hover {
    color: #fff;
    background-color: #0d0313;
    border-color: #060108; }
  .toshoButton3:focus, .toshoButton3.focus {
    color: #fff;
    background-color: #0d0313;
    border-color: #060108;
    box-shadow: 0 0 0 0.2rem rgba(70, 45, 82, 0.5); }
  .toshoButton3.disabled, .toshoButton3:disabled {
    color: #fff;
    background-color: #250834;
    border-color: #250834; }
  .toshoButton3:not(:disabled):not(.disabled):active, .toshoButton3:not(:disabled):not(.disabled).active,
  .show > .toshoButton3.dropdown-toggle {
    color: #fff;
    background-color: #060108;
    border-color: black; }
    .toshoButton3:not(:disabled):not(.disabled):active:focus, .toshoButton3:not(:disabled):not(.disabled).active:focus,
    .show > .toshoButton3.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(70, 45, 82, 0.5); }
/*end change tavin*/

/* Schedule CSS by mcall */


/* NAV PILLS */
.tosho-schedule .schedule .nav-pills {
  font-size: 24px;
  margin: 0 0 1em 0;
}

.tosho-schedule .schedule .nav-link {
  text-transform: uppercase;
  font-weight: 500;
  border: 0;
  padding:0;
  opacity: 1 !important;
}

.tosho-schedule .schedule .nav-link a{
  display: block;
  padding: 16px;
  color: #fff;
  border-radius: 4px 4px 0 0;
  background-color: #662c8d;
  border-color: #662C8D;
}

.tosho-schedule .schedule .nav-link a.active{
  background: #FFF;
  border-color: #FFF;
  color: #de3e91;
}

.tosho-schedule .schedule .nav .nav-link a:hover:not(.active) {
  background-color: #662c8d;
  border-color: #662C8D;
}

@media (max-width: 768px) {
  .tosho-schedule .schedule .nav-link {
      font-size: 16px !important;
  }
}
.tosho-schedule .timetable .tab-content {
  background-color: white;
  padding: 2em;
  border-radius: 0 0 10px 10px;}

.tosho-schedule i.fa {width: 10px; margin-right: 10px;}

.tosho-schedule .classes-details ul.timetable {
  margin: 0 0 22px;
  padding: 0;
}
.tosho-schedule .classes-details ul.timetable li {
  list-style: none;
  font-size: 15px;
  color: #7f7f7f;
}
.tosho-schedule .timetable-item {
  border: 1px solid #ee35eb;
  padding: 15px;
  margin-top: 20px;
  position: relative;
  display: block;
}



@media (min-width: 768px) {
  .tosho-schedule .timetable-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
          }
      }
      .tosho-schedule .timetable-item-img {
          overflow: hidden;
          height: 100px;
          width: 100px;
          display: none;
}

.tosho-schedule .timetable-item-img img {
  height: 100%;
  border-radius: 4px;
}
@media (min-width: 768px) {
  .tosho-schedule .timetable-item-img {
      display: block;
  }
}
.tosho-schedule .timetable-item-main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  margin-top: 12px;
}
@media (min-width: 768px) {
  .tosho-schedule .timetable-item-main {
      margin-top: 0;
      padding-left: 15px;
  }
}
.tosho-schedule .timetable-item-time, .tosho-schedule .timetable-item-location {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 4px;
}
.tosho-schedule .timetable-item-name {
  font-size: 24px;
  font-weight: 600;
  margin-top: 4px;
  margin-bottom: 10px;
}

 
/* bg type 4 by mcall */

.bg-primary-4 {
  background-image: url("https://www.slcolibrary.org/sebin/d/c/2021_tosho_background_4.jpg");
  background-repeat: no-repeat;
  background-color: #250834;
  background-size: cover;
}

.tosho-box {
  background:#61318b;
  padding: 2em;
  border-radius: 10px;
}
