.single-workshops header {
    position: relative;
}

.single-workshops .header {
    position: absolute;
}

.workshop_hero {
    position: relative;
}
.workshop_hero img {
    width: 100%;
    height: 90vh;
    object-fit: cover;
    display: block;
}
.workshop_hero .arrow {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}
.workshop_hero .arrow img {  
    animation: pulse 2s infinite;
    max-width: 100px;
    height: 100%;
    width: 100%;
}

@keyframes pulse {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(25px);
    }
    100% {
        transform: translateY(0);
    }
}
@media (max-width: 992px) {
.workshop_hero {
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.workshop_content .right::-webkit-scrollbar {
    display: none;
}
}

.workshop_content {
    color: var(--black);
    line-height: var(--line-height-normal);
    font-size: var(--size-text);
    display: flex;
    margin: auto;
}
.workshop_content.esoteriki {
    padding: 30px 0;
}
.workshop_content .left a, .workshop_content .left p, .workshop_content .left li {
    color: var(--black);
    line-height: var(--line-height-normal);
    font-size: var(--size-sub);
}
.workshop_content .right a, .workshop_content .right p, .workshop_content .right li {
    color: var(--black);
    line-height: var(--line-height-normal);
    font-size: var(--size-text);
}
.workshop_content p {
    margin: 0 0 var(--spacing-text) 0;
}
.workshop_content a {
    text-decoration: underline !important;
}
.workshop_content ul {
    margin: 10px 0 10px 20px;
}
.workshop_content strong {
    font-weight: var(--font-bold);
}
.workshop_content .inner {
    display: flex;
    gap: 50px;
}
.workshop_content .left {
    width: 100%;
    max-width: 300px;
}
.workshop_content .left p {
    font-weight: var(--font-bold);
    margin: 0;
    line-height: var(--line-height-medium);
}
.workshop_content .left .top {
    margin-bottom: var(--spacing-text);
}
.workshop_content .right {
    width: 100%;
    /* height: calc(100vh - 100px); */
    overflow: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.workshop_content .right::-webkit-scrollbar {
    display: none;
}

.workshop_content .video_title {
    color: var(--green-text);
    font-size: var(--size-sub);
    font-weight: var(--font-bold);
    margin: var(--spacing) auto;
    text-align: center;
}
.workshop_content .inner_videos {
    display: flex;
    gap: var(--spacing-text);
    flex-wrap: wrap;
    width: 100%;
}
.workshop_content.has-videos .right {
    height: auto;
}
.workshop_content .inner_video {
    margin: auto;
}
.workshop_content .inner_video iframe {
    /* width: 100%;
    height: 100%;
    max-height: 15vw;
    max-width: 20vw; */
    margin: auto;
}
/* .workshop_content .fp-overflow {
    overflow-y: visible !important;
} */

.inner_videos.desktop {
    display: block;
}
.inner_videos.swiper {
    display: none;
}
@media (max-width: 992px) {
.workshop_content.esoteriki {
    padding: var(--spacing-large) 0 var(--spacing) 0;

}
/* .workshop_content .right {
        height: 80vh; 
    overflow: scroll;
}  */
.workshop_content .inner {
    flex-direction: column;
    gap: 50px;  
}
/* .workshop_content .right {
    height: auto;
} */
.workshop_content .video_title {
    margin: var(--spacing-text) auto;
}
.workshop_content .inner_video iframe {
    width: 100%;
    height: 100%;
}
.inner_videos.swiper {
    overflow: hidden;
    width: 100%;
    display: block;
}
.inner_videos .swiper-wrapper {
    display: flex;
}
.inner_videos .swiper-slide {
    flex-shrink: 0;
    width: 85%; 
    position: relative;
    padding-bottom: 47.8%; 
    height: 0;
    overflow: hidden;
}
.inner_videos .swiper-slide iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.inner_videos.desktop {
    display: none;
}
}



/* UPCOMING INFO HERE */
.info_and_artist {
    background-color: var(--white-bg);
}
.info_and_artist .top {
    border-top: 1px solid var(--black);
    border-bottom: 1px solid var(--black);
}
.upcoming_info {
    display: flex;
    height: 60vh;
    /* padding-top: 5vh; */
}    
.upcoming_info .left {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 0 50px 0 0;
    border-right: 1px solid var(--black);
    flex: 1;
}
.upcoming_info .left .inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* gap: var(--spacing-text); */
}
.upcoming_info .left .title, .upcoming_info .left .text, .upcoming_info .right .title {
    text-transform: uppercase;
    color: var(--black);
    font-size: var(--size-text);
    font-weight: var(--font-bold);
}

.upcoming_info .right {
    padding-left: 50px;
    flex: 1;
    display: flex;
    flex-direction: column;
    /* justify-content: space-evenly; */
    height: 93%;
    overflow: scroll;
    scrollbar-width: none;
    padding-top: 40px;
}
.upcoming_info .right::-webkit-scrollbar {
    display: none;
}
.upcoming_info .right .text {
    color: var(--black);
    font-size: var(--size-text);
    margin-top: var(--spacing-text);
}
.upcoming_info .right .text ol, .upcoming_info .right .text ul {
    padding-left: 40px;
}
.upcoming_info .right .inner {
    display: flex;
    flex-direction: column;
    grid-area: var(--spacing-text);
}


/* SCHOLARSHIP INFO */
.upcoming_info.workshop_sholarship .left {
    width: 100%;
    overflow: hidden;
}
.upcoming_info.workshop_sholarship .left img {
    width: auto;
    height: 60vh;
    object-fit: cover;
    object-position: center;
}
.upcoming_info.workshop_sholarship .right {
    width: 100%;
    flex: 1;
    justify-content: start;
    padding-top: 50px;
}
.upcoming_info.workshop_sholarship .right .inner {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-text);
}
.upcoming_info.workshop_sholarship .right .deadline,
.upcoming_info.workshop_sholarship .right a {
    color: var(--black);
    font-size: var(--size-text);
    /* margin-top: var(--spacing-text); */
}


/* ARTIST HERE */
.workshop_artist {
    position: relative;
    background: var(--green-light);
    display: flex;
    margin: auto;
    align-items: center;
    height: 100%;
    padding: 50px 0;
    border-bottom: 1px solid var(--black);
}
.workshop_artist::after {
    content: "";
    background: var(--black);
    width: 1px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.workshop_artist .info_and_artist .top {
    border-top: none;
    border-bottom: none;
}
.info_and_artist.expand .workshop_artist {
    height: calc(100vh - 108px);
    border-bottom: none;
    border-top: 1px solid var(--black);
}
.info_and_artist .bottom_nav {
    display: none;
}
.info_and_artist.expand .bottom_nav {
    display: block;
}
.artist_card, .artist_card.swiper-slide {
    display: flex;
    align-items: center;
    /* gap: 80px; */
}
.artist_image_parent {
    width: 100%;
    height: 100%;
    flex: 1;
    display: flex;
    justify-content: center;
    /* border-right: 1px solid var(--black); */
    align-items: center;
}
.artist_image {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    max-width: 330px;
    max-height: 330px;
}
.artist_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    min-width: 450px;
}

.artist_info {
    flex: 1;
    width: 100%;
    padding-left: 35px;
}
.artist_info .artist_name {
    font-weight: var(--font-bold);
    text-transform: uppercase;
    margin-bottom: var(--spacing-text);
    color: var(--black);
    font-size: var(--size-text);
    padding-left: 30px;
}
.artist_bio {
    padding-left: 30px;
}
.artist_bio, .artist_bio p, .artist_bio a {
    margin-bottom: 15px;
    color: var(--black);
    line-height: var(--line-height-normal);
    font-size: var(--size-text);
}
.artist_bio .inner {
    margin-bottom: var(--spacing-text);
}
.swiper-pagination-bullet-active {
    background: var(--white) !important;
}
.swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
}

.workshop_artist .maxgridrow {
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
}
.workshop_artist .artist_swiper {
    height: 100%;
}


/* MOVING SLIDE HERE */
.moving_slide {
    display: none;
    width: 100%;
    overflow: hidden;
    padding: 15px 0;
    white-space: nowrap;
    /* border-top: 1px solid var(--black); */
    border-bottom: 1px solid var(--black);
    /* padding-top: 60px; */
}

.moving_slide_inner {
    display: flex;
    width: max-content;
    animation: scroll 12s linear infinite;
}

.moving_slide_inner span {
    color: var(--black);
    font-size: var(--size-title);
    font-weight: var(--font-bold);
    margin-right: 40px;
    flex-shrink: 0;
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

@media (max-width: 992px) {
.info_and_artist .top {
    padding: var(--spacing-large) 0 var(--spacing) 0;
    border-bottom: none;
}
/* .upcoming_info.workshop_sholarship > .info_and_artist.top {
    padding: 0 !important;
} */

.top:has(.upcoming_info.workshop_sholarship) {
    padding: 0;
}
.upcoming_info.workshop_sholarship .right {
    padding-inline: 30px;
}
.upcoming_info.workshop_sholarship .left img {
    height: 100%;
}
.workshop_artist {
    overflow: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    height: 100%;
    padding-top: 100px;
}
.artist_card {
    flex-direction: column;
    padding: var(--spacing-text) 0;
}
.artist_image img {
    min-width: 100%;
}
.artist_image {
    /* max-width: 150px;
    max-height: 150px; */
    margin-bottom: var(--spacing);
}
.artist_image_parent {
    border-right: none;
}
.upcoming_info {
    flex-direction: column;
    display: flex;
    height: auto;
}
.upcoming_info .left {
    padding-right: 0;
    border-right: none;
    padding-left: 0;
}
.upcoming_info .right {
    padding-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
}
/* .moving_slide {
    padding-top: 80px;
} */
}


/* FORM */
.apply_and_form  .info_and_artist .top {
    border-top: none;
    border-bottom: none;
}
.form {
    padding: var(--spacing-text) 0;
}
.form .top p,
.form .top a {
    color: var(--black);
    font-size: var(--size-text);
    text-decoration: none;
}

.form .top p:first-of-type {
    margin-bottom: var(--spacing-text);
}
.form .bottom {
    padding: var(--spacing) 0;
}

.workshop-form {
    display: grid;
    grid-template-columns: 1fr 2fr;
    column-gap: 40px;
    width: 100%;
    font-size: var(--size-text);
    color: var(--black);
    align-items: start;
}

.left-fields {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-top: 20px;
}


.field {
    position: relative;
    width: 100%;
}
.field .wpcf7-form-control-wrap {
    display: block;
}

.field input[type="text"],
.field input[type="email"],
.field textarea {
    width: 100% !important;
    max-width: 100% !important;
    background: transparent;
    border: none;
    border-bottom: 1px solid var(--grey-text);
    border-radius: 0;
    padding: 0 !important;
    height: 30px;
    font-size: var(--size-text);
    color: var(--black);
    box-shadow: none;
    outline: none;
}
.field input::placeholder,
.field textarea::placeholder {
    color: transparent;
}
.field label {
    position: absolute;
    left: 0;
    top: 0px;
    color: var(--grey-text);
    font-size: var(--size-text);
    font-weight: 400;
    pointer-events: none;
    transition: .25s ease;
}

.field:has(input:focus) label,
.field:has(input:not(:placeholder-shown)) label,
.field:has(textarea:focus) label,
.field:has(textarea:not(:placeholder-shown)) label {
    top: -16px;
    font-size: 12px;
    opacity: 0;
}

.message-field {
    width: 100%;
    height: 100%;
}
.textarea-field {
    height: 100%;
}
.field.textarea-field label {
    top: 18px;
}
.textarea-field textarea {
    --row-height: 47px;
    --row-gap: 16px;
    height: calc((var(--row-height) + var(--row-gap)) * 4) !important;
    min-height: calc((var(--row-height) + var(--row-gap)) * 4) !important;
    resize: none !important;
    border: none !important;
        border-bottom-width: medium;
        border-bottom-style: none;
        border-bottom-color: currentcolor;
    border-bottom: none !important;
    border-radius: 0 !important;
    background-color: transparent !important;
    padding: 0 !important;
    line-height: calc(var(--row-height) + var(--row-gap)) !important;
    font-size: var(--size-text);
    color: var(--black);
    background-image: repeating-linear-gradient( to bottom, transparent 0, transparent var(--row-height), var(--grey-text) var(--row-height), var(--grey-text) calc(var(--row-height) + 1px), transparent calc(var(--row-height) + 1px), transparent calc(var(--row-height) + var(--row-gap)) ) !important;
    background-position: 0 0 !important;
    background-repeat: repeat-y !important;
    background-attachment: local !important;
    font-size: var(--size-text);
    color: var(--black);
    font-family: var(--font);
}


.last_bottom {
    display: flex;
    width: 100%;
    align-items: end;
    gap: 5vw;
}

.left_last_bottom {
    width: 100%;
    max-width: 28vw;
}

.upload {
    position: relative;
    width: 100%;
    max-width: 25vw;
    font-size: var(--size-text);
}
.upload label {
    display: block;
    margin-bottom: -12px;
    color: var(--grey-text);
}
.upload input[type="file"] {
    font-size: var(--size-text);
    color: var(--grey);
    border: none !important;
    opacity: 0;
    z-index: 10;
    position: relative;
}

.file-name {
    position: absolute;
    bottom: 0;
    z-index: 1;
    background: var(--white);
    display: flex;
    gap: 25px;
    padding: 5px 0;
    color: var(--grey-text);
}
.file-name p {
    margin: 0;
}
.file-name p:first-of-type {
    border-bottom: 1px solid var(--black);
    color: var(--black);
}

.privacy {
    color: var(--grey-text);
    margin-top: var(--spacing-text);
    font-size: var(--size-text);
    display: flex;
    width: 100%;
    margin: var(--spacing) 0;
    max-width: 25vw;
}

.wpcf7-acceptance .wpcf7-list-item {
    margin: 0 !important;
}
.wpcf7-acceptance .wpcf7-list-item label {
    display: flex;
}
.wpcf7-acceptance .wpcf7-list-item label input {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}


form input[type="submit"] {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    border: 1px solid var(--black);
    background: transparent;
    color: var(--black);
    font-size: var(--size-sub);
    font-weight: 400;
    text-transform: uppercase;
    padding: 0;
    transition: .3s all ease-in-out;
}
form .submit {
    width: 100%;
}
form input[type="submit"].ready {
    color: var(--white);
    background: var(--green-dark);
}
.wpcf7-not-valid-tip {
    display:none;
}
.wpcf7-response-output {
    display:none;
}
.wpcf7-spinner {
    display:none;
}


@media(max-width:992px){
    .workshop-form {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .left-fields {
        gap: 20px;
        width: 100%;
    }

    .last_bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }
    .submit {
        width: 100%;
    }
    .workshop-form input[type="submit"] {
        width: 120px;
        height: 120px;
    }
    .textarea-field textarea {
        height: 200px !important;
        --row-height: 34px;
    }
    .left_last_bottom, .upload, .privacy {
        max-width: 100%;
    }
    .privacy {
        margin: var(--spacing-text) 0;
    }
    form input[type="submit"] {
        width: 100px;
        height: 100px;
    }
}



/* UPCOMING LAST SECTION */
.last_section {
    border-top: 1px solid var(--black);
    /* border-bottom: 1px solid var(--black); */
}
.last_section .top {
    /* height: calc(100vh - 110px); */
    overflow: hidden;
}
.last_section .inner {
    display: flex;
    /* height: calc(100vh - 90px); */
}
.last_section .inner .left {
    border-right: 1px solid var(--black);
    padding-right: var(--spacing);
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
}
.last_section .inner .right {
    padding-left: var(--spacing);
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
}
.last_section .title {
    color: var(--black);
    font-size: var(--size-text);
    margin-bottom: var(--spacing);
}
.last_section a {
    color: var(--black);
    font-size: var(--size-sub);
    font-weight: var(--font-bold);
    text-decoration: none;
}
.last_section .right a {
    width: 60%;
}

/* .last_section {
    border-top: none;
} */
.last_section .inner {
    height: 50vh;
}
.last_section .inner .left, .last_section .inner .right {
    justify-content: start;
    padding-top: 30px;
}
.bottom_nav {
    display: flex;
    background: var(--green-light);
    padding: var(--spacing-text);
    border-top: 1px solid var(--black);
    border-bottom: 1px solid var(--black);
}
.bottom_nav .inner_nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bottom_nav .inner_nav a, .bottom_nav .inner_nav .nav_label {
    color: var(--black);
    font-size: var(--size-sub);
    font-weight: var(--font-bold);
    text-decoration: none;
}
@media (max-width: 992px) {
.last_section .inner {
    flex-direction: column;
    /* height: calc(100vh - 70px); */
}
.last_section .inner .left {
    padding-right: 0;
    border-right: none;
    border-bottom: 1px solid var(--black);
}
.last_section .inner .right {
    padding-left: 0;
}
.bottom_nav .inner_nav {
    flex-direction: column; 
    grid-area: 10px;
}
}

@media (max-width: 450px) {
.workshop_hero img {
    height: calc(100vh - 50px);
}
}



.postid-741 .workshop_content.has-videos .right {
    height: 40vh;
    overflow: scroll !important;
}