/* Minimal SCSS for world-tour page: wrapper only */
#world-tour-events-luma .world-tour-event-list {
  color: #222;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
#world-tour-events-luma .world-tour-event-item {
  align-items: flex-start;
  border-top: 1px solid;
  color: #222;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 1rem 0;
  text-decoration: none;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #world-tour-events-luma .world-tour-event-item {
    border-width: 3px;
    flex-direction: column;
    padding: 1rem 0 2rem;
    position: relative;
  }
}
@media screen and (min-width: 769px) {
  #world-tour-events-luma .world-tour-event-item {
    display: grid;
    grid-template-columns: clamp(8rem, 12vw, 10rem) minmax(0, 2fr) clamp(4.5rem, 6vw, 5.5rem) minmax(0, 2fr) clamp(9rem, 10vw, 10.5rem);
    column-gap: 1.25rem;
    row-gap: 0.5rem;
    justify-content: initial;
    align-items: start;
  }
}
@media screen and (min-width: 1100px) {
  #world-tour-events-luma .world-tour-event-item {
    grid-template-columns: clamp(9rem, 12vw, 12rem) minmax(0, 2fr) clamp(5rem, 6vw, 6rem) minmax(0, 2fr) clamp(9rem, 10vw, 11rem);
  }
}
#world-tour-events-luma .world-tour-event-item:visited {
  color: #222;
}
#world-tour-events-luma .world-tour-event-item .world-tour-event-top-block {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (min-width: 769px) {
  #world-tour-events-luma .world-tour-event-item .world-tour-event-top-block {
    display: contents;
  }
}
@media screen and (max-width: 768px) {
  #world-tour-events-luma .world-tour-event-item .world-tour-event-top-block {
    flex-direction: column;
    margin-bottom: 1.5rem;
    width: 100%;
  }
}
#world-tour-events-luma .world-tour-event-item .world-tour-event-title {
  color: #222;
  font-size: 1.5rem;
  line-height: 1.2;
  margin: 0 0 0.5rem 0;
}
#world-tour-events-luma .world-tour-event-item .world-tour-event-day {
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
#world-tour-events-luma .world-tour-event-item .world-tour-event-time {
  font-size: 0.8rem;
  margin: 0.8rem 0 0 0;
  padding: 0;
}
#world-tour-events-luma .world-tour-event-item .world-tour-event-thumb {
  flex: 0 0 5rem;
  margin-right: 1rem;
}
@media screen and (min-width: 769px) {
  #world-tour-events-luma .world-tour-event-item .world-tour-event-thumb {
    grid-column: 3;
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  #world-tour-events-luma .world-tour-event-item .world-tour-event-thumb {
    position: absolute;
    top: 1rem;
    left: 0;
    margin-right: 0;
    flex-basis: auto;
    max-width: 130px;
    z-index: 2;
  }
  #world-tour-events-luma .world-tour-event-item .world-tour-event-thumb img {
    max-width: 100%;
    width: 100%;
  }
}
#world-tour-events-luma .world-tour-event-item .world-tour-event-thumb img {
  border-radius: 8px;
  display: block;
  margin-bottom: 1rem;
  max-width: 100px;
  object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #world-tour-events-luma .world-tour-event-item .world-tour-event-thumb img {
    width: auto;
    max-height: 7rem;
  }
}
#world-tour-events-luma .world-tour-event-item .world-tour-event-main-content {
  align-items: flex-start;
  display: flex;
  flex-basis: 28rem;
  flex-direction: row;
  justify-content: flex-start;
  padding: 0;
}
@media screen and (min-width: 769px) {
  #world-tour-events-luma .world-tour-event-item .world-tour-event-main-content {
    grid-column: 4;
    min-width: 0;
  }
}
@media screen and (max-width: 768px) {
  #world-tour-events-luma .world-tour-event-item .world-tour-event-main-content {
    flex-basis: auto;
    flex-direction: column;
    width: 100%;
  }
}
#world-tour-events-luma .world-tour-event-item .world-tour-event-details {
  color: #444;
  font-size: 1rem;
  margin-bottom: 1rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #world-tour-events-luma .world-tour-event-item .world-tour-event-details {
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    margin-left: 0;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
  }
}
#world-tour-events-luma .world-tour-event-item .world-tour-event-details p {
  margin: 0;
  padding: 0;
}
#world-tour-events-luma .world-tour-event-header-block,
#world-tour-events-luma .world-tour-event-title-block {
  flex-shrink: 0;
  flex-grow: 0;
}
@media screen and (max-width: 768px) {
  #world-tour-events-luma .world-tour-event-header-block,
  #world-tour-events-luma .world-tour-event-title-block {
    flex-basis: auto;
    flex-shrink: auto;
    margin-right: 0;
  }
}
#world-tour-events-luma .world-tour-event-header-block {
  flex-basis: 12rem;
}
@media screen and (min-width: 769px) {
  #world-tour-events-luma .world-tour-event-header-block {
    grid-column: 1;
    min-width: 0;
  }
}
@media screen and (max-width: 768px) {
  #world-tour-events-luma .world-tour-event-header-block {
    flex-basis: auto;
    margin-bottom: 4rem;
    text-align: right;
  }
}
#world-tour-events-luma .world-tour-event-title-block {
  flex-basis: 28rem;
  margin-right: 2rem;
}
@media screen and (min-width: 769px) {
  #world-tour-events-luma .world-tour-event-title-block {
    grid-column: 2;
    margin-right: 0;
    min-width: 0;
  }
}
@media screen and (max-width: 1220px) {
  #world-tour-events-luma .world-tour-event-title-block {
    flex-basis: 13rem;
  }
}
@media screen and (max-width: 768px) {
  #world-tour-events-luma .world-tour-event-title-block {
    flex-basis: auto;
    flex-shrink: 3;
    margin-bottom: 1rem;
  }
}
#world-tour-events-luma .world-tour-event-teacher-name {
  font-size: 1rem;
  margin: 0;
  padding: 0;
  white-space: pre-line;
}
#world-tour-events-luma .world-tour-event-details {
  color: #444;
  font-size: 1rem;
  margin-bottom: 1rem;
  width: 100%;
}
#world-tour-events-luma .world-tour-event-details p {
  margin: 0;
  padding: 0;
}
#world-tour-events-luma .world-tour-event-address {
  color: #666;
  font-size: 0.97rem;
  margin-bottom: 0.5rem;
  padding: 0;
}
#world-tour-events-luma .world-tour-event-cta-block {
  display: flex;
  flex-direction: column;
  min-width: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 769px) {
  #world-tour-events-luma .world-tour-event-cta-block {
    grid-column: 5;
    justify-self: stretch;
    align-self: start;
  }
}
@media screen and (max-width: 768px) {
  #world-tour-events-luma .world-tour-event-cta-block {
    margin: 1.5rem auto 0;
    width: 100%;
  }
}
#world-tour-events-luma .world-tour-event-link {
  color: #222;
}
#world-tour-events-luma .world-tour-event-link:hover, #world-tour-events-luma .world-tour-event-link:focus {
  text-decoration: none;
}
#world-tour-events-luma .book-cta {
  background-color: rgba(0, 0, 0, 0.15);
  color: rgb(0, 0, 0);
  width: 100%;
  box-sizing: border-box;
  margin-right: 0;
  text-align: center;
  text-transform: uppercase;
  border-radius: 60px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  border-image: initial;
  padding: 0.5rem 1rem;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  #world-tour-events-luma .book-cta {
    white-space: nowrap;
  }
}
@media screen and (max-width: 768px) {
  #world-tour-events-luma .book-cta {
    padding: 1.3rem;
  }
}
#world-tour-events-luma .book-cta:hover, #world-tour-events-luma .book-cta:focus {
  border-color: rgb(0, 0, 0);
  transition: border-color 0.5s;
}
#world-tour-events-luma .world-tour-event-copy-link {
  border: 1px solid;
  border-radius: 60px;
  border-color: transparent;
  color: #666;
  cursor: pointer;
  font-size: 0.9rem;
  margin-top: 0.5rem;
  padding: 0.2rem 0.5rem;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  box-sizing: border-box;
  white-space: normal;
  transition: border-color 0.3s, background-color 0.3s, color 0.3s;
}
@media screen and (max-width: 768px) {
  #world-tour-events-luma .world-tour-event-copy-link {
    border-color: #676666;
    padding: 0.7rem;
  }
}
#world-tour-events-luma .world-tour-event-copy-link:hover, #world-tour-events-luma .world-tour-event-copy-link:focus {
  border-color: rgb(0, 0, 0);
  color: #222;
  text-decoration: none;
}

/*# sourceMappingURL=world-tour-pg.css.map */
