.workshopsContentContainer {
  position: relative;
  width: 90%;
  margin: auto;
  height: auto;
  overflow: visible;
  margin-top: 50px;
  /* display: flex; */
  justify-content: center;
}

.workshopsContainer {
  position: relative;
  width: 90%;
  margin: auto;
  height: auto;
  overflow: hidden;
  display: grid;
  grid-gap: 0%;
  grid-template-columns: repeat(3, 1fr);
  margin: 50px auto;
  row-gap: 50px;
  column-gap: 3%;
}

.workshopsContainer.home,
.workshopsContainer.item {
  width: auto;
  flex: 1;
  margin: auto;
  margin-top: 0;
  overflow: visible;
  margin-bottom: 50px;
}

.workshopsContainer.item {
  border: none;
}

.subscribeContainer {
  width: 50%;
  position: relative;
  margin: auto;
  padding-right: 1%;
  margin-top: 28px;
  height: auto;
}

.subscribeTitle {
  position: relative;
  width: 100%;
  line-height: 20px;
  margin: 10px auto;
  font-size: 24px;
  margin-bottom: 49px;
}

.workshopWrapper {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
}

.workshopWrapper.inactive {
  /* pointer-events: none;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    opacity: 0.5; */
}

.workshop {
  position: relative;
  width: 90%;
  margin: auto;
  height: auto;
  overflow: hidden;
  font-size: 14px;
  margin-top: 0;
}

.workshopCategory {
  position: relative;
  font-size: 14px;
  color: #801a2e;
  width: 100%;
  margin: 10px auto;
  display: flex;
  justify-content: space-between;
  font-weight: 400;
}

.ticketEventTop {
  display: flex;
  align-items: center;
  font-family: "futura";
  color: #801a2e;
  font-weight: 400;
}

.workshopImage {
  position: relative;
  background-size: cover;
  width: 100%;
  height: auto !important;
  aspect-ratio: 1/1;
  margin-bottom: 15px;
}

.ticketEventsContainer {
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem 3rem;
  width: 100%;
}
.ticketEventsContainer h2 {
  position: absolute;
  margin: auto;
  right: 0;
  left: 0;
  width: fit-content;
}
.sectionTitle {
  font-size: 23px;
  margin-top: 40px;
  text-transform: uppercase !important;
  margin-bottom: 20px !important;
}

.workshopTitle,
.workshopByUser {
  position: relative;
  width: 90%;
  height: auto;
  line-height: 30px;
  font-size: 22px;
  /* font-weight: bold; */
  overflow: hidden;
  margin: auto;
  margin-left: 0;
  /*   text-transform: uppercase; */
}

.workshopTitle {
  margin-top: 8px;
  font-family: "Futura";
  font-size: 22px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 15px;
}

.workshopByUser {
  margin-bottom: 15px;
  font-size: 16px;
  margin-top: 0;
}

.ticketEventBox {
  display: flex;
  width: 78%;
  align-items: center;
  justify-content: center;
  gap: 40px;
  height: 42px;
  margin: 2rem auto 4rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.widthContainer {
  width: 90% !important;
  font-family: "Galliard";
}

.ticketEventStatusContainer {
  border: 1px solid #0000004d;
  border-radius: 40px;
  width: 100%;
  height: 42px;
}

.ticketEventFiltersContainer {
  border: 1px solid #0000004d;
  border-radius: 40px;
  height: 42px;
  display: flex;
  width: 100%;
}

.ticketEventsFilters {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 20px;
  font-size: 15px;
  height: 42px;
}

.ticketEventCategoriesContainer {
  border: 1px solid #0000004d;
  border-radius: 40px;
  width: 100%;
  height: 42px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  font-size: 15px;
}

.ticketEventCategoriesContainer select {
  width: 100%;
  border: none;
  text-indent: 10px;
  color: #801a2e;
  text-align: center;
  text-align-last: left;
}
.ticketEventCategoriesContainer select option {
  font-family: "futura";
  font-weight: 500;
}

.ticketEventsStatusFilters {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 20px;
  font-size: 15px;
  height: 42px;
}

.workshopFrom,
.workshopWhen,
.workshopEnrollmentStatus {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: auto;
  line-height: 20px;
  font-size: 18px;
  font-family: var(--font-family-2) !important;
  margin-bottom: 15px;
}

.workshopFrom {
  margin-bottom: 5px;
}

.workshopSummary {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 15px auto;
  line-height: 20px;
  line-height: 22px;
  font-family: var(--font-family-2) !important;
}

.workshopAuthor {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 20px auto;
  font-family: var(--font-family-2) !important;
}

.formInput {
  position: relative;
  width: 100%;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid black;
  color: #801a2e;
  height: 35px;
  font-family: "Galliard Pro" !important;
  margin: 15px auto;
}

.formInput::placeholder {
  color: #808080;
}

textarea.formInput {
  width: calc(100% - 30px);
  padding-left: 15px;
  padding-right: 15px;
  height: 200px;
  resize: none;
}

.subscribe.customButton {
  padding: 0;
  width: 100%;
  margin: 20px auto;
}

.formInputContainer {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 15px;
}

.formInputContainer .formInput {
  margin: auto;
  border: none;
}

.formInputTitleContainer {
  position: relative;
  width: 100%;
  height: 30px;
  line-height: 30px;
  display: flex;
  justify-content: space-around;
}

.formInputTitle {
  position: relative;
  margin: auto;
  margin-left: 0;
  width: 100%;
  font-family: "Galliard Pro" !important;
  border-bottom: 1px solid black;
}

.selectTriangle {
  position: absolute;
  height: 10px;
  width: 10px;
  margin: auto;
  right: 5px;
  background-image: url(/files/triangle.png);
  bottom: -20px;
  pointer-events: none;
}

.inactiveWorkshops {
  position: relative;
  width: 90%;
  height: auto;
  overflow: hidden;
  margin: auto;
  margin-bottom: 50px;
}

.inactiveWorkshop {
  position: relative;
  height: auto;
  width: 100%;
  border-top: 1px solid;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 10%;
}

.workshopAttribute {
  position: relative;
  width: 100%;
  line-height: 30px;
  text-align: left;
  font-size: 16px;
  margin-top: 0;
}

.workshopCategory.workshopAttribute {
  color: #801a2e;
}

.sectionTitle {
  margin-bottom: 80px !important;
  font-size: 40px;
}

.worksShopStateContainer {
  position: relative;
  width: 80%;
  grid-template-columns: auto auto;
  display: flex;
  margin: auto;
  height: auto;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  height: auto;
  margin: 15px auto;
  height: auto;
  display: flex;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 40px;
}

.stateTitle {
  font-family: var(--font-family-2) !important;
  text-align: center;
}

.worksShopState {
  position: relative;
  display: flex;
  border: 1px solid #0000004d;
  /* margin: auto; */
  /* width: 20%; */
  padding: 5px 10px 5px 25px;
  height: 37px;
  border-radius: 40px;
  overflow: hidden;
  text-align: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(25% - 90px);
  min-width: 220px;
}

.workshopEnrollmentStatus {
  margin-top: 10px;
  color: #801a2e;
}

.formStateInput {
  position: relative;
  width: 100%;
  height: auto;
  /* margin: auto 40px; */
  text-align: left;
  font-family: var(--font-family-2) !important;
  cursor: pointer;
  background-color: transparent;
  border: none;
  color: #801a2e;
  text-indent: 10px;
  text-align: center;
  text-align-last: left;
}

.processGalleryContainer {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
  margin-bottom: 40px;
}

.processGalleryImageContainer {
  position: relative;
  width: 60vw;
  height: 40vw;
  float: left;
  margin: auto 3vw;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.processGalleryImage {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.processGalleryImageCaption {
  position: relative;
  width: 80%;
  margin: 10px auto;
  text-align: center;
  height: auto;
  font-family: "Galliard Pro" !important;
  font-size: 18px;
}

.processGalleryArrows {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.arrow {
  position: relative;
  width: 100%;
  height: 100%;
  margin: auto;
}

.arrow.next {
  cursor: url("/files/nav_next.svg"), auto;
}

.arrow.previous {
  cursor: url("/files/nav_prev.svg"), auto;
}

.sectionTitle.gallery {
  font-size: 50px;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .workshopsContentContainer {
    display: block;
    margin-top: 12px;
    width: 85%;
  }

  .ticketEventBox {
    flex-direction: column;
    width: 80%;
    margin-top: 7rem;
    margin-bottom: 8rem;
    gap: 20px;
  }

  .ticketEventFiltersContainer {
    width: 100%;
  }

  .ticketEventCategoriesContainer {
    width: 100%;
  }

  .ticketEventStatusContainer {
    width: 100%;
  }

  .ticketEventContainer.workshop {
    width: 100%;
  }

  .worksShopStateContainer {
    width: 90%;
  }

  .workshopsContainer {
    grid-template-columns: auto;
  }

  .workshopsContainer.home {
    border-right: 0px solid black;
  }

  .ticketEventsContainer {
    grid-template-columns: 1fr;
    gap: 4rem 3rem;
    width: 100%;
  }

  .subscribeContainer {
    width: 100%;
    margin: auto;
    margin-bottom: 70px;
  }

  .formInputContainer,
  .formInput {
    width: 100%;
  }

  .workshopTitle,
  .workshopByUser {
    font-size: 17px;
    line-height: 26px;
  }

  .workshopFrom,
  .workshopEnrollmentStatus,
  .workshopWhen {
    font-size: 16px;
  }

  .sectionTitle {
    margin-bottom: 20px !important;
    font-size: 25px;
  }

  .processGalleryImageContainer {
    width: 80vw;
    height: 60vw;
    margin: auto 2vw;
  }

  .processGalleryImageCaption {
    font-size: 14px;
  }

  .processGalleryImage.slick-slide {
    width: 75vw;
    margin: auto 15px;
  }

  .sectionTitle.gallery {
    font-size: 25px;
  }
  .activityViewMore {
    text-decoration: underline;
    text-underline-offset: 2px;
  }
}
