#site-navigation,
footer#colophon {
    display: none;
}

#page .site-content .entry-title {
    color: #fff;
    font-size: 1.5rem;
}

#page .site-content .entry-title span {
    background: rgba(0 0 0 / 20%);
}

.player-controls-wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 1;
}

header.entry-header {
    width: calc(100% - 10px);
    margin: 5px auto;
    line-break: anywhere;
}

.player-controls {
    width: calc(100% - 10px);
    max-width: 962px;
    margin: 5px auto;
    padding: 5px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0 0 0 / .61);
    transition: all .4s ease;
}

.controls-idle .player-controls {
    opacity: 0;
    pointer-events: none;
}

.play-toggle-control {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fal' data-icon='pause' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' class='svg-inline--fa fa-pause fa-w-14 fa-2x'%3E%3Cpath fill='%23fff' d='M48 479h96c26.5 0 48-21.5 48-48V79c0-26.5-21.5-48-48-48H48C21.5 31 0 52.5 0 79v352c0 26.5 21.5 48 48 48zM32 79c0-8.8 7.2-16 16-16h96c8.8 0 16 7.2 16 16v352c0 8.8-7.2 16-16 16H48c-8.8 0-16-7.2-16-16V79zm272 400h96c26.5 0 48-21.5 48-48V79c0-26.5-21.5-48-48-48h-96c-26.5 0-48 21.5-48 48v352c0 26.5 21.5 48 48 48zM288 79c0-8.8 7.2-16 16-16h96c8.8 0 16 7.2 16 16v352c0 8.8-7.2 16-16 16h-96c-8.8 0-16-7.2-16-16V79z' class=''%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
}

.paused .play-toggle-control {
    background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fal' data-icon='play' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' class='svg-inline--fa fa-play fa-w-14 fa-2x'%3E%3Cpath fill='%23fff' d='M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6zm-16.2 55.1l-352 208C45.6 483.9 32 476.6 32 464V47.9c0-16.3 16.4-18.4 24.1-13.8l352 208.1c10.5 6.2 10.5 21.4.1 27.6z' class=''%3E%3C/path%3E%3C/svg%3E");
}

.player-duration {
    flex: 1;
    margin: 0 15px;
    display: flex;
}

.player-duration progress {
    width: 100%;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    background-color: rgba( 0 0 0 / 50%);
}

.player-duration progress::-moz-progress-bar {
    background: rgba(255 255 255 / 61%);
}

.player-duration progress::-webkit-progress-value {
    background: rgba(255 255 255 / 61%);
}

.sound-control {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fal' data-icon='volume' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 480 512' class='svg-inline--fa fa-volume fa-w-15 fa-2x'%3E%3Cpath fill='%23fff' d='M342.91 193.57c-7.81-3.8-17.5-.48-21.34 7.5-3.81 7.97-.44 17.53 7.53 21.34C343.22 229.2 352 242.06 352 256c0 13.94-8.78 26.8-22.9 33.58-7.97 3.81-11.34 13.38-7.53 21.34 3.86 8.05 13.54 11.29 21.34 7.5C368.25 306.28 384 282.36 384 256s-15.75-50.29-41.09-62.43zM231.81 64c-5.91 0-11.92 2.18-16.78 7.05L126.06 160H24c-13.26 0-24 10.74-24 24v144c0 13.25 10.74 24 24 24h102.06l88.97 88.95c4.87 4.87 10.88 7.05 16.78 7.05 12.33 0 24.19-9.52 24.19-24.02V88.02C256 73.51 244.13 64 231.81 64zM224 404.67L139.31 320H32V192h107.31L224 107.33v297.34zm256-148.68c0-66.12-34.02-126.62-88.81-157.87-7.69-4.38-17.59-1.78-22.04 5.89-4.45 7.66-1.77 17.44 5.96 21.86 44.77 25.55 72.61 75.4 72.61 130.12s-27.84 104.58-72.61 130.12c-7.72 4.42-10.4 14.2-5.96 21.86 4.3 7.38 14.06 10.44 22.04 5.89C445.98 382.62 480 322.12 480 255.99z' class=''%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
}

.muted .sound-control {
    background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fal' data-icon='volume-slash' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512' class='svg-inline--fa fa-volume-slash fa-w-20 fa-2x'%3E%3Cpath fill='%23fff' d='M256 107.3v37.2l32 25.2V88c0-14.5-11.9-24-24.2-24-5.9 0-11.9 2.2-16.8 7l-37.1 37.1 25.3 19.9zm152 18.6c44.4 25.5 72 75.4 72 130.1 0 19.8-3.7 39-10.5 56.6l25.9 20.4c10.6-23.6 16.6-49.8 16.6-77 0-66.1-33.7-126.6-88-157.9-7.6-4.4-17.4-1.8-21.8 5.9-4.5 7.7-1.8 17.5 5.8 21.9zm30.8-95.7C523.4 74.7 576 161.2 576 256c0 41.8-10.7 81.7-29.4 117.3l25.5 20.1C595 352 608 305.1 608 256c0-106.7-59.1-204.1-154.2-254.2-7.9-4.1-17.5-1.1-21.6 6.7-4.2 7.9-1.2 17.5 6.6 21.7zm-77.7 192.2c9.5 4.5 16.3 12 19.9 20.5l33.1 26c.9-4.3 1.9-8.5 1.9-13 0-26.4-15.8-50.3-41.1-62.4-7.8-3.8-17.5-.5-21.3 7.5s-.5 17.6 7.5 21.4zM637 485.2L23 1.8C19.6-1 14.5-.5 11.8 3l-10 12.5C-1 19-.4 24 3 26.7l614 483.5c3.4 2.8 8.5 2.2 11.2-1.2l10-12.5c2.8-3.5 2.3-8.5-1.2-11.3zm-198.2-3.4c-7.8 4.1-10.8 13.8-6.7 21.6 2.8 5.3 8.2 8.6 14.2 8.5 2.5 0 5.1-.6 7.5-1.8 21.7-11.4 41.2-25.5 58.8-41.4l-25.7-20.2c-14.7 12.6-30.5 24.1-48.1 33.3zM256 404.7L171.3 320H64V192h97.1l-40.6-32H56c-13.3 0-24 10.7-24 24v144c0 13.2 10.7 24 24 24h102.1l89 89c4.9 4.9 10.9 7 16.8 7 12.3 0 24.2-9.5 24.2-24V291.9l-32-25.2v138z' class=''%3E%3C/path%3E%3C/svg%3E");
}

.nav-btn {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 41px;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: .71;
    transition: opacity .4s ease;
}

.nav-btn:hover {
    opacity: 1;
}

.next-video.nav-btn {
    right: 16px;
    background-image: url(/wp-content/uploads/2023/02/Group-9.png);
}

.prev-video.nav-btn {
    left: 16px;
    background-image: url(/wp-content/uploads/2023/02/Group-11.png);
}

.play-toggle-layer {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100vh;
    max-width: calc(var(--ratio) * 100vh);
    display: block;
    cursor: url(/wp-content/uploads/2023/04/pause-icon.svg) 0 0, pointer !important;
}

.paused .play-toggle-layer {
    cursor: url(/wp-content/uploads/2023/04/play-icon.svg) 0 0, pointer !important;    
}

.director-page {
    position: fixed;
    top: 6px;
    right: 6px;
    z-index: 1000;
    width: 22px;
    height: 22px;
    background-image: url(/wp-content/uploads/2023/02/Group-10.png);
}

.entry-content > p {
    display: none;
}

@media screen and (max-width: 1024px) {
    
    #page .vimeotheque-player {
        position: fixed;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    #page .vimeotheque-player,
    #page .vimeotheque-player .fluid-width-video-wrapper {
        height: 100vh !important;
        width: calc(101vh * var(--ratio)) !important;
        max-width: unset !important;
    }
    
    .player-controls {
        width: calc(100% - 108px);
        margin-bottom: 7px;
    }

    .cky-revisit-bottom-right {
        bottom: 5px !important;
        right: 5px !important;
    }
}

@media screen and (min-width: 1025px) {

    #page .vimeotheque-player {        
        position: fixed;
        left: 0;
        top: 0;
        width: 100vw !important;
        height: 100vh !important;
        display: flex;
        align-items: center;
    }

    #page .vimeotheque-player .fluid-width-video-wrapper {
        /*position: fixed;
        left: 0;
        top: 0;*/
        width: 100vw !important;
        height: calc(100vw / var(--ratio)) !important;
        max-height: 100vh;
    }
    
    .nav-btn {
        width: 30px;
        height: 83px;
    }
}
