.section-header .wrap .logo {
    transition: .2s all;
    -webkit-transition: .2s all;
}

@media screen and (max-width: 768px) {
    .video-library-list { text-align: center !important; }
    body.single-video_library .video-block { height: auto !important; }
    body.single-video_library .play-btn {
        max-width: 60px;
        max-height: 60px;
    }

    body.single-video_library .activities ul.menu {
        display: none;
        padding: 0 !important;
        margin: 40px auto 0 !important;
    }
    body.single-video_library .activities ul li { max-width: 100% !important; }
    body.single-video_library .activities ul li img { display: none; }
    #back-btn { display: none; }
}

#back-btn {
    position: absolute;
    min-width: 22%;
    top: 120px;
    right: 0;
    padding: 18px 40px;
    font-size: 22px;
    text-decoration: none;
    text-align: right;
    color: #fdb813;
    filter: invert(.5);
}

.mini-player {
    position: absolute;
    width: 300px;
    height: 200px;
    z-index: 999;
}
.mini-player iframe {
    width: 300px;
    height: 170px;
}
.mini-player .mini-player-content {
    display: block;
    position: relative;
    width: 100%;
    top: -2px;
    padding: 14px 30px;
    background: #000;
}
.mini-player .mini-player-content .title {
    display: block;
    font-size: 22px;
    font-weight: bold;
    color: #fdb813;
}
.mini-player .mini-player-content .tags {
    display: block;
    width: 100%;
    margin-top: 26px;
    font-size: 16px;
    text-align: center;
}
.mini-player .i-icon {
    position: absolute;
    width: 30px;
    height: 30px;
    top: -14px;
    left: 30px;
    background: #fff;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    cursor: pointer;
}

.wpcf7 {
    position: relative;
}
.wpcf7-spinner {
    position: fixed;
    width: 20px !important;
    height: 20px !important;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.footer-subscribe {
    display: inline-block;
    width: 50%;
    margin: 0 0 30px;
}
.footer-subscribe span {
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 1.6;
    text-align: center;
    color: #000;
}
.footer-subscribe input[type="email"] {
    display: block;
    width: 80%;
    padding: 10px 30px;
    margin: 0 auto;
    font-size: 18px;
    background: #000;
    border-radius: 50px;
    -webkit-border-radius: 50px;
}
.footer-subscribe input[type="submit"] {
    position: absolute;
    width: 30px;
    height: auto;
    top: 15px;
    left: calc(10% + 20px);
    color: transparent;
    background: transparent url('/wp-content/themes/shemvener-child/dist/images/envelope-solid.svg') no-repeat;
    background-size: 80%;
    background-position: center;
}

body.page-template-ptm-library,
body.single-video_library,
body.single-video_library .single-content {
    background: #000;
}
body.single-video_library .single-content {
    padding-bottom: 300px;
}

body.rtl.single-video_library input[type="email"],
body.rtl.page-template-ptm-library input[type="email"] {
    text-align: right !important;
}

body.single-video_library h1 {
    position: absolute;
    min-width: 22%;
    top: 0;
    right: 0;
    padding: 18px 40px;
    font-weight: bold;
    text-align: center;
    color: #000;
    background: #fdb813;
    border-radius: 10px 0 0 10px;
    -webkit-border-radius: 10px 0 0 10px;
}

body.single-video_library .content {
    margin-top: 136px;
}

body.single-video_library .video-block {
    display: block;
    position: relative;
    width: 100%;
    height: 500px;
    margin-top: 80px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    cursor: pointer;
}

body.single-video_library .video-block img:not(.play-btn) {
    display: block;
    width: auto;
    max-height: 500px;
    margin: 0 auto;
}

body.single-video_library .play-btn {
    content: '';
    position: absolute;
    width: 120px;
    height: 120px;
    right: 10%;
    bottom: 10%;
}

body.single-video_library .title {
    display: block;
    position: relative;
    width: 100%;
    margin: 30px 0 10px;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    color: #fdb813;
}

body.single-video_library .video-tags {
    display: block;
    width: 100%;
    margin-bottom: 40px;
    font-size: 20px;
    text-align: center;
    color: #838383;
}

body.single-video_library .video-text {
    display: block;
    width: 100%;
    padding: 0 10%;
    font-size: 20px;
    line-height: 1.4;
    font-weight: bold;
    text-align: center;
    color: #fff;
}

body.single-video_library .title:before {
    content: '';
    position: absolute;
    width: 24%;
    height: 2px;
    top: calc(50% - 1px);
    right: 0;
    background: #bbbbbb;
}
body.single-video_library .title:after {
    content: '';
    position: absolute;
    width: 24%;
    height: 2px;
    top: calc(50% - 1px);
    left: 0;
    background: #bbbbbb;
}

body.single-video_library .activities ul {
    padding: 0;
    margin: 40px 0 0;
    text-align: center;
    list-style: none;
}

body.single-video_library .activities ul li.online-activities {
    max-width: 42%;
    margin: 0 auto 20px;
}
body.single-video_library .activities ul li.online-activities span {
    width: 100%;
    background: #bbbbbb;
}

body.single-video_library .activities ul li.online-activities:nth-child(odd) span {
    background: #fdb813;
}

body.single-video_library .activities ul li {
    display: block;
    width: auto;
    max-width: 36%;
    margin: 0 auto 40px;
    list-style: none;
}
body.single-video_library .activities ul li a {
    display: inline-block;
    width: 100%;
    height: 80px;
    text-decoration: none;
    color: #000;
}
body.single-video_library .activities ul li img {
    float: right;
    margin-left: 10px;
}
body.single-video_library .activities ul li span {
    position: relative;
    float: left;
    top: 16px;
    width: 400px;
    padding: 10px 80px;
    font-size: 30px;
    font-weight: bold;
    background: #fff;
    border-radius: 6px;
    -webkit-border-radius: 6px;
}
body.single-video_library .activities ul li .menu  li {
    width: 100%;
    max-width: 100%;
    margin: 0;
}
@media screen and (min-width: 769px) {
    body.single-video_library .activities ul.menu {
        display: none;
        padding: 0 100px 0 0;
        margin: 0 auto !important;
    }
}
body.single-video_library .activities ul li .menu  li.menu-item-has-children,
body.single-video_library .activities ul li .menu  li > a {
    font-size: 26px;
    font-weight: bold;
}
body.single-video_library .activities ul li .menu  li.menu-item-has-children a,
body.single-video_library .activities ul li .menu  li > a {
    height: initial;
    line-height: 1.6;
    color: #fff;
}
body.single-video_library .activities ul li .menu  li .sub-menu {
    display: none;
    margin: 0;
}
body.single-video_library .activities ul li .menu  li .sub-menu a {
    font-size: 18px;
    font-weight: bold;
    color: #fdb813;
}
body.single-video_library .activities ul li .menu  li a {
    height: initial;
    line-height: 3;
    color: #fff;
}

@media screen and (max-width: 768px) {
    body.single-video_library .single-content {
        padding-bottom: 600px;
    }

    body.single-video_library .activities ul li span {
        width: auto;
    }
}

.page-template-ptm-library .site-main {
    min-height: 2000px;
    background: #000 url('images/footer-bg.jpg') no-repeat bottom center;
}

.page-template-ptm-library footer { padding-top: 0 !important; }

.page-template-ptm-library h2 {
    display: block;
    width: 100%;
    padding: 0 10px;
    margin: 40px 0 14px;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}

.yellow {
    color: #fdb813 !important;
}

.page-template-ptm-library #main {
    margin-top: 136px;
}

@media screen and (max-width: 786px) {
    .page-template-ptm-library #main {
        margin-top: 76px;
    }
}

.page-template-ptm-library main .site-container {
    max-width: 1300px;
}

.page-template-ptm-library .video-banner-slider::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 200px;
    top: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    z-index: 1;
}
.page-template-ptm-library .video-banner-slider::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100px;
    bottom: 100px;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    z-index: 1;
}

.page-template-ptm-library .main-video-banner {
    display: block;
    position: relative;
    width: 100%;
    height: 660px;
    margin-bottom: 100px;
    background-size: 100% !important;
    background-position: center center !important;
}

.page-template-ptm-library .main-video-banner .banner-content {
    position: absolute;
    width: 50%;
    top: 24%;
    right: 5%;
    bottom: initial;
}

.page-template-ptm-library .main-video-banner .banner-content h1 {
    display: block;
    max-width: 100%;
    font-size: 70px;
    font-weight: bold;
    color: #fff;
    text-shadow: 2px 2px #333;
}
.page-template-ptm-library .main-video-banner .banner-content h1::first-line {
    font-size: 60px;
}

.page-template-ptm-library .main-video-banner .banner-content li {
    display: inline-block;
    min-width: 140px;
    text-align: center;
    color: #fff;
    background: #bbbbbb;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    cursor: pointer;
}
.page-template-ptm-library .main-video-banner .banner-content li a {
    display: block;
    width: 100%;
    padding: 14px 50px;
    font-size: 22px;
    font-weight: bold;
    text-decoration: none !important;
    color: #fff;
}
.page-template-ptm-library .main-video-banner .banner-content li.bg-yellow {
    margin-left: 20px;
    background: #fdb813;
}

@media screen and (max-width: 768px) {
    .page-template-ptm-library .video-banner-slider::before {
        height: 100px;
    }
    .page-template-ptm-library .video-banner-slider::after {
        bottom: 20px;
    }

    .page-template-ptm-library .site-main {
        padding-bottom: 600px;
    }

    .page-template-ptm-library .main-video-banner {
        height: 300px;
        margin-bottom: 40px;
        background-size: cover !important;
    }

    .page-template-ptm-library .main-video-banner .banner-content {
        width: 100%;
    }

    .page-template-ptm-library .main-video-banner .banner-content h1,
    .page-template-ptm-library .main-video-banner .banner-content .buttons {
        width: 100% !important;
        max-width: 100% !important;
    }
    .page-template-ptm-library .main-video-banner .banner-content h1 {
        font-size: 40px !important;
    }

    .page-template-ptm-library .main-video-banner .banner-content li a {
        padding: 14px 30px !important;
    }

    .footer-logo {
        display: flex !important;
        width: 50%;
        right: initial !important;
        left: 50%;
        transform: translateX(-50%);
        padding: 10px !important;
    }
    .footer-logo span {
        position: relative;
        top: 16px;
        font-size: 18px !important;
        line-height: 1.3 !important;
    }

    #footer-header {
        margin: 0 0 30px;
        text-align: center;
    }
    .social-icons, .footer-subscribe {
        width: 100% !important;
        position: static !important;
    }
    .social-icons .auto-width { display: none !important; }
    .social-icons ul {
        display: flex;
        justify-content: center;
        text-align: center;
    }
    .social-icons li {
        margin: 0 10px !important;
    }
}

@media screen and (min-width: 769px) and (max-width: 1400px) {
    .page-template-ptm-library .main-video-banner {
        height: 460px;
        background-size: cover !important;
        background-position: bottom center !important;
    }
    .page-template-ptm-library .video-banner-slider::before {
        height: 100px;
    }

    .page-template-ptm-library .main-video-banner .banner-content {
        top: 10%;
        right: 2%;
    }
    .page-template-ptm-library .main-video-banner .banner-content h1,
    .page-template-ptm-library .main-video-banner .banner-content h1::first-line {
        font-size: 50px !important;
    }
    .page-template-ptm-library .main-video-banner .banner-content li a {
        padding: 10px 30px;
        font-size: 18px;
    }

    .page-template-ptm-library h2 {
        padding-right: 6.8%;
    }
    .page-template-ptm-library .video-library-list li {
        width: 20%;
        max-width: 20%;
    }

    body.single-video_library .activities ul li {
        max-width: 46%;
    }
    body.single-video_library .activities ul li .menu {
        padding: 0 150px 0 0;
    }
}

.page-template-ptm-library .video-library-list {
    display: block;
    padding: 0;
    margin: 0;
    text-align: center;
    list-style: none;
}

.page-template-ptm-library .video-library-list li {
    display: inline-block;
    max-width: 300px;
    max-height: 200px;
    margin: 0 10px 30px;
    box-shadow: 0 0 14px 8px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 0 14px 8px rgba(0, 0, 0, .5);
}

.page-template-ptm-library .video-library-list li div {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    cursor: pointer;
}

.page-template-ptm-library .video-library-list li div .title {
    display: block;
    position: absolute;
    width: 100%;
    min-height: 60px;
    bottom: 2px;
    line-height: 1.2;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, .5);
}

.page-template-ptm-library .video-library-list li div .title > span {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.videos-library-footer {
    display: block;
    position: absolute;
    width: 100%;
    padding: 30px 0;
    bottom: 100px;
    left: 0;
    background: #feb716;
}

.videos-library-footer .footer-logo {
    display: inline-block;
    position: absolute;
    right: 70px;
    bottom: calc(100% - 35px);
    padding: 2px 30px 4px;
    background: #fff;
    border-radius: 10px;
}
.videos-library-footer .footer-logo * { float: right; }
.videos-library-footer .footer-logo span {
    font-size: 24px;
    line-height: 50px;
    font-weight: bold;
    color: #000;
}
.videos-library-footer li a:hover {
    text-decoration: underline !important;
}

.videos-library-footer .footer-menu {
    display: block;
    width: 100%;
    text-align: center;
}
.videos-library-footer .footer-menu li {
    display: inline-block;
    margin-left: 20px;
}
.videos-library-footer .footer-menu li:not(:last-child)::after {
    content: '|';
    margin-right: 20px;
    color: #000;
}
.videos-library-footer .footer-menu li a {
    font-size: 18px;
    text-decoration: none;
    color: #000;
}

@media screen and (max-width: 1500px) {
    .videos-library-footer {
        bottom: -180px;
    }
}

.social-icons {
    display: inline-block;
    position: relative;
    width: 48%;
    top: 16px;
}
.social-icons ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.social-icons ul li.auto-width, .social-icons ul li.auto-width a {
    width: auto !important;
    line-height: 40px;
    text-decoration: none;
    color: #000 !important;
    background: none !important;
}
.social-icons ul li.auto-width a:hover {
    text-decoration: underline;
}
.social-icons ul li {
    float: right;
    width: 40px;
    height: 40px;
    margin-left: 20px;
    text-align: center;
    background-color: #000;
    border-radius: 100%;
    -webkit-border-radius: 100%;
}
.social-icons ul li a {
    display: block;
    width: 40px;
    height: 40px;
}
.social-icons ul li img {
    position: relative;
    max-height: 22px;
    top: 50%;
    transform: translateY(-50%);
}

#footer-header {
    display: block;
    position: relative;
    width: 100%;
    top: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #000;
}
