.category-description {
    padding: 40px 10px 0px 10px;
}

.stories {
    padding: 100px 30px 20px 30px;
    background-color: #D8D8D8;
}

.story {
    width: 100%;
    margin: 30px 0;
}

.story__info, .story__actions {
    width: 100%;
}

.story__actions {
    margin-top: 20px;
    position: relative;
}

.story__actions ul {
    display: flex;
    padding: 0;
    justify-content: space-between;
}

.story__actions ul li {
    display: flex;
    align-items: center;
}

.story__actions ul li p {
    margin-right: 15px;
    margin-bottom: 0;
}

.story__actions ul li a svg {
    width: max-content;
}

.story__breadcrumb {
    color: #000;
    border-bottom: 1px solid #000;
    font-size: 15px;
}

.story__breadcrumb p {
    padding-bottom: 8px;
}

.story__content {
    width: 100%;
    margin-top: 20px;
    display: none;
    flex-direction: column;
}

.active {
    display: block;
}

.story__content .story__text {
    padding-bottom: 15px;
}

.story__content--left .project-partner, .story__content--left .project-team {
    margin-top: 20px;
}

.story__content--left .project-partner p:first-child, .story__content--left .project-team p:first-child {
    font-weight: 700;
}

.project-lead {
    margin-top: 15px;
    font-weight: normal;
    font-size: 16px;
}

.project-sharing {
    margin-top: 30px;
}

.project-sharing a {
    color: #000;
    border-bottom: 1px solid #707070;
}

.story-name {
    font-weight: 700;
    font-size: 40px;
    text-transform: none;
}

.story__inner {
    display: flex;
    flex-direction: column;
}

.story__info {
    text-align: center;
    cursor: pointer;
}

.story-smaller {
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
}

.story__content--left {
    width: 100%;
}

.story__content--right {
    width: 100%;
}


.button {
    border: none;
    padding: 4px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 18px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
    transition: all 0.2s ease;
}

.button:hover {
    background-color: #1DBBD5;
}

.button:hover svg path, .button:hover svg rect, .button:hover svg polyline, .button:hover svg line {
    stroke: #000;
}

.button .icon {
    width: 18px;
    height: 14px;
}

.button.button-active {
    background-color: #FF5B1A;
}

.project {
    width: 100%;
    position: relative;
    display: flex;
    min-height: 25vh;
    max-height: calc(100vh - 50px);
}

.project--noimg {
    background-color: #ededed
}

.project--noimg .project__content {
    color: #333333;
}

.project img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.project__content {
    position: absolute;
    bottom: 15px;
    left: 15px;
    font-size: 14px;
    color: #fff;
}

.project__content .project__title {
    text-decoration: underline;
}

.quotes__text {
    font-weight: 800;
}

.pause, .playing .play {
    display: none;
}

.playing .pause {
    display: block;
}

/*AUDIO PLAYER*/

.green-audio-player {
    width: 100%;
    padding: 0;
    box-shadow: none;
    background-color: transparent;
}

.volume {
    display: none;
}

.green-audio-player .slider .gap-progress {
    background-color: #000;
}

.green-audio-player .slider .gap-progress .pin {
    background-color: #000;
}

.green-audio-player .controls {
    position: relative;
    display: flex;
    flex-direction: column;
    margin: unset;
    font-size: 20px;
    color: #000;
}

.green-audio-player .controls .controls__current-time {
    position: absolute;
    left: 0;
    top: 15px;
}

.green-audio-player .controls .controls__total-time {
    position: absolute;
    right: 0;
    top: 15px;
}

.green-audio-player .controls .controls__slider {
    width: 100%;
    height: 8px;
    margin-left: 16px;
    margin-right: 16px;
    border: 1px solid #000;
}

.holder {
    position: absolute !important;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    top: 0;
    left: 6rem;
    background: #000;
    border-radius: 100%;
    cursor: pointer;
}

.holder:hover {
    background: #1DBBE2;
    transition: 0.2s;
}

.holder:hover svg polyline, .holder:hover svg line {
    stroke: #000;
}

.green-audio-player .slider .gap-progress .pin {
    height: 8px;
    box-shadow: none;
    border-radius: 0;
}

.green-audio-player .controls .controls__slider .controls__progress .progress__pin {
    top: -1px;
}

.pause-svg polyline {
    visibility: hidden;
}

.pause-svg {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='pause' x='0px' y='0px' viewBox='0 0 49 49'%3E%3Cline fill='none' stroke='%231DBBD5' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='bevel' stroke-miterlimit='10' x1='27.76' y1='15.81' x2='27.76' y2='33.19'%3E%3C/line%3E%3Cline fill='none' stroke='%231DBBD5' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='bevel' stroke-miterlimit='10' x1='21.24' y1='33.19' x2='21.24' y2='15.81'%3E%3C/line%3E%3C/svg%3E");
}

.pause-svg:hover {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='pause' x='0px' y='0px' viewBox='0 0 49 49'%3E%3Cline fill='none' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='bevel' stroke-miterlimit='10' x1='27.76' y1='15.81' x2='27.76' y2='33.19'%3E%3C/line%3E%3Cline fill='none' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='bevel' stroke-miterlimit='10' x1='21.24' y1='33.19' x2='21.24' y2='15.81'%3E%3C/line%3E%3C/svg%3E");
}

.exhibitions-wrapper .interview-single {
    position: relative;
}

.exhibitions-wrapper .interview-single a {
    display: block;
}

.exhibitions-wrapper {
    margin-top: 0 !important;
}

.exhibitions-wrapper .interview {
    position: absolute;
    bottom: 40px;
    height: auto;
    min-height: auto !important;
    padding: 0 20px;
}

.exhibitions-wrapper img {
    width: 100%;
    height: 100vh;
    display: block;
    object-fit: cover;
}

.exhibitions-wrapper .interview-description h3, .exhibitions-wrapper .interview-description p  {
    color: #FFFFFF!important;
}

@media only screen and (min-width: 1200px) {
    .project__content {
        font-size: 18px;
    }
}

@media only screen and (max-width: 992px) {
    .button {
        padding: 7px;
        width: 28px;
        height: 28px;
    }

    .holder {
        left: 4rem;
        width: 28px;
        height: 28px;
    }

    .holder svg {
        padding: 4px;
    }
}

@media only screen and (min-width: 992px) {
    .project__content {
        font-size: 20px;
        bottom: 30px;
        left: 30px;
    }

    .project {
        min-height: 40vh;
    }

    .header .logo {
        font-size: 20px;
    }

    .button {
        width: 35px;
        height: 35px;
        font-size: 22px;
    }

    .button .icon {
        width: 25px;
        height: 20px;
    }

    .stories {
        padding: 100px 30px 20px 30px;
    }

    .story__inner {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .story__info, .story__actions {
        width: 100%;
    }

    .story__actions ul {
        max-width: 60%;
    }

    .project-lead {
        font-size: 20px;
    }

    .story__breadcrumb {
        font-size: 18px;
    }

    .story__info {
        padding-right: 60px;
        text-align: left;
    }

    .story-smaller {
        flex-direction: row;
    }

    .story__content {
        width: 50%;
        padding-right: 60px;
        margin-top: 30px;
    }

    .story__content--left {
        width: 50%;
        padding-right: 60px;
    }

    .story__content--right {
        width: 50%;
    }

    .stories p {
        font-size: 20px;
    }

}
