.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;
    padding: 0% 1%;
    /* border-right: 1px solid black; */
    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;
}

.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;
}

.workshopCategory {
    position: relative;
    font-size: 14px;
    color: #801a2e;
    width: 100%;
    margin: 10px auto;
    display: flex;
    justify-content: space-between;
}

.workshopImage {
    position: relative;
    background-size: cover;
    width: 100%;
    height: auto !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;
}

.workshopByUser {
    margin-bottom: 15px;
    font-size: 16px;
    margin-top: 10px;
}

.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;
}

.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: 95%;
    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: 95%;
    margin: 20px auto;
}

.formInputContainer {
    position: relative;
    width: 95%;
    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;
}

.stateTitle {
    font-family: var(--font-family-2) !important;
    text-align: center;
}

.worksShopState {
    position: relative;
    height: auto;
    line-height: 26px;
    font-size: 20px;
    margin: auto;
    grid-template-columns: auto auto;
}

.workshopEnrollmentStatus {
    margin-top: 10px;
    color: #801a2e;
}

.formStateInput {
    position: relative;
    width: auto;
    height: auto;
    margin: auto 40px;
    text-align: center;
    font-family: var(--font-family-2) !important;
    cursor: pointer;
    background-color: transparent;
    border: none;
    color: #801a2e;
    text-align-last: center;
}

.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;
        width: 85%;
    }
    .workshop {
        width: 100%;
    }
    .workshopsContainer {
        grid-template-columns: auto;
    }
    .workshopsContainer.home {
        border-right: 0px solid black;
    }
    .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;
    }
}