/*
Theme Name: 33. Stealth Mode
Author: Nova Interface
Tags: video, stealth, minimal, hidden, subtle
Tested up to: 6.6
License: GPL v2 or later
Description: Ultra-minimal interface fades into the background. Content-first philosophy taken to the extreme.
Requires PHP: 8.0
Version: 1.0.5
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Requires at least: 6.0
Author URI: https://novainterface.com
*/

@charset "UTF-8";

/* ==================== Theme Color Variables ==================== */
/* Change colors here to update entire theme */
:root {
    --theme-primary: #2600ff;
    --theme-primary-rgb: 38, 0, 255;
    /* Must match --theme-primary */
}

/* Global link styles - remove underline */
a,
a:hover,
a:focus,
a:active {
    text-decoration: none !important;
    -webkit-tap-highlight-color: transparent !important;
}

.btn-primary {
    /* background: rgba(0,0,0,0.25); */
    padding: 0.7rem 1rem;
    font-weight: 500;
    border: none;
}

.btn-primary:hover {
    /* background: rgba(0,0,0,0); */
    animation: none !important;
}

.input-group .btn-primary {
    padding: 0 1rem;
}

.form-control:focus,
.wpcf7 .wpcf7-validation-errors:focus,
.wpcf7 input:focus[type=color],
.wpcf7 input:focus[type=date],
.wpcf7 input:focus[type=datetime-local],
.wpcf7 input:focus[type=datetime],
.wpcf7 input:focus[type=email],
.wpcf7 input:focus[type=file],
.wpcf7 input:focus[type=month],
.wpcf7 input:focus[type=number],
.wpcf7 input:focus[type=range],
.wpcf7 input:focus[type=search],
.wpcf7 input:focus[type=submit],
.wpcf7 input:focus[type=tel],
.wpcf7 input:focus[type=text],
.wpcf7 input:focus[type=time],
.wpcf7 input:focus[type=url],
.wpcf7 input:focus[type=week],
.wpcf7 select:focus,
.wpcf7 textarea:focus {
    box-shadow: none;
}

.wrapper {
    padding: 30px 0 0;
    min-height: calc(100vh - 184px);
}

.hero {
    padding: 30px 0;
    text-align: center;
}

.hero-text {
    overflow: hidden;
}

.hero h1 {
    font-size: 36px;
    margin-bottom: 0;
}

.hero-desc {
    margin: 10px 0 0;
    display: block;
    font-size: 20px;
    opacity: 0.7;
}

.menu-footer-menu-container {
    height: 60px;
    line-height: 60px;
}

ul#menu-footer-menu {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin: 0;
}

ul#menu-footer-menu li {
    float: left;
    margin: 0 10px;
}

.row.no-gutters {
    margin-right: 0;
    margin-left: 0;

    &>[class^="col-"],
    &>[class*=" col-"] {
        padding-right: 0;
        padding-left: 0;
    }
}

.video-block-happy {
    position: relative;
    height: calc(200% - 0.5rem);
    margin: 0.25rem;
}

.video-block-happy-absolute {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 1rem;
}

.video-block-happy-absolute>img,
.video-block-happy-absolute>iframe {
    max-width: 100%;
    height: 100%;
}

@media (max-width: 767.98px) {
    .video-block-happy {
        height: 0;
        padding-bottom: 56.25%;
        margin: 0.5rem;
    }
}

.lds-dual-ring {
    position: absolute;
    z-index: 0;
    display: inline-block;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 50px;
    height: 50px;
    margin: 1px;
    border-radius: 50%;
    border: 5px solid #fff;
    border-color: rgba(255, 255, 255, .2) transparent rgba(255, 255, 255, .2) transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.video-block {
    margin: 0.25rem;
}

.video-block.related-video-block {
    margin: 0 0 0.25rem;
}

.side-related {
    overflow: hidden;
}

.slick-arrow {
    position: absolute;
    z-index: 5;
    width: 91%;
    border: none;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.slick-arrow.slick-next {
    bottom: 0;
}

.navbar-expand-md .navbar-nav .nav-link {
    font-weight: 500;
    padding: 0.5rem 0.75rem;
    margin: 0 0.5rem;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.video-block a {
    display: block;
}

.video-block a.thumb {
    position: relative;
    overflow: hidden;
    aspect-ratio: var(--fv-thumb-aspect-ratio, 16/9);
}

.video-block a.thumb img,
.video-block .video-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-block .no-thumb {
    background-image: url("../img/no-thumb.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
}

.video-block a.infos {
    padding: 5px;
}

.video-block a.infos span.title {
    font-size: 14px;
    height: 50px;
    display: block;
    overflow: hidden;
    font-weight: 500;
    letter-spacing: 0.5px;
    padding: 5px;
    text-align: center;
}

.video-block.video-block-cat a.infos span.title {
    font-size: 16px;
    font-weight: 700;
    padding: 5px;
    height: 35px;
}

.video-block .video-datas {
    padding: 10px 0 15px;
    font-size: 13px;
    text-align: center;
}

.video-block.video-block-cat .video-datas {
    padding: 0 0 10px;
}

.video-block .video-datas i {
    font-size: 90%;
    margin-right: 2px;
    position: relative;
    top: -1px;
}

.video-block .views-number {
    opacity: 0.70;
    filter: alpha(opacity=70);
    margin: 0 5px;
}

.video-block .rating {
    font-weight: 500;
    margin: 0 5px;
}

.video-block .duration {
    background: #333;
    padding: 2px 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 500;
    margin: 0 5px;
}

.video-block .video-debounce-bar {
    position: absolute;
    z-index: 200;
    top: 0;
    left: 0;
    height: 5px;
    width: 0%;
    background: rgba(255, 255, 255, 0.5);
}

.video-block .video-debounce-bar--wait {
    animation: debounce-bar-load 0.5s 0.2s ease-in-out forwards, debounce-bar-hide 0.5s 0.8s ease-in-out forwards;
}

@keyframes debounce-bar-load {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

@keyframes debounce-bar-hide {
    0% {
        top: 0;
    }

    100% {
        top: -100%;
    }
}

.video-block .video-preview {
    position: absolute;
    /* z-index: 10; */
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.video-block .thumbs-rotation {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.video-block .video-img {
    display: block;
    position: absolute;
    /* z-index: 50; */
    border: 0;
    opacity: 0;
    min-height: 1px;
    min-width: 100%;
}

.video-block .video-img:not(.initial) {
    transition: opacity .3s ease-in-out;
}

.video-block .video-img.initial,
.video-block .video-img.loaded,
.video-block .video-img.error {
    opacity: 1;
}

.video-block .video-img:not([src]) {
    visibility: hidden;
}

.video-block .video-img--hidden {
    opacity: 0 !important;
    transition: opacity .5s ease-in !important;
}

.video-block .img-thumbnail {
    background-color: rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(0, 0, 0, 0.25);
}

.video-block .video-name {
    position: absolute;
    z-index: 100;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.25);
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-shadow: 1px 1px rgba(0, 0, 0, .38);
    font-weight: 700;
    padding: 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: bottom 0.5s ease-in-out !important;
}

.video-block .video-name--hidden {
    transition: bottom 0.5s ease-in-out 0.8s !important;
    bottom: -100%;
}

.video-block .video-duration {
    position: absolute;
    top: 5px;
    left: 5px;
    padding: 0 5px;
    height: 20px;
    line-height: 20px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    z-index: 100;
    font-size: 80%;
}

.video-block .video-duration--hidden {
    transition: top 0.5s ease-in-out 0.8s !important;
    top: -100%;
}

.video-block .video-name span.video-status {
    display: inline-block;
    width: 13px;
    height: 13px;
    border-radius: 100%;
    position: relative;
    top: 1px;
    margin-right: 5px;
}

.video-block .video-name span.video-status-online {
    background: #a2db00;
}

.video-block .video-name span.video-status-offline {
    background: #ddd;
}

.video-block .video-iframe {
    display: none !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-block a:hover .video-iframe {
    display: inline-block !important;
}


/* .video-block .video-name::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background: #a2db00;
    bottom: 5px;
} */

/********************/
/****** SEARCH ******/
/********************/
.search-nav {
    display: flex;
    align-items: center;
}

.search-nav .nav-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-search-form {
    display: none;
}

.header-search-toggle {
    margin-right: 20px;
}

.header-search-toggle svg {
    cursor: pointer;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.header-search-form input {
    height: 70px;
    line-height: 70px;
    padding: 0 20px;
    width: calc(100% - 60px);
    border: none;
    outline: 0;
}

.header-search-form form {
    display: flex;
    align-items: center;
}

.header-search-form .search-submit {
    width: 60px;
    height: 70px;
    border: none;
    background: rgba(0, 0, 0, 0.25);
    color: rgba(255, 255, 255, 0.9);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease;
}

.header-search-form .search-submit:hover {
    background: rgba(255, 255, 255, 0.2);
}

.header-search-form .search-submit svg {
    stroke: currentColor;
}

.header-search-form.active {
    display: block;
}

/*******************************/
/****** SINGLE VIDEO PAGE ******/
/*******************************/
/* #content.single-video {
    padding: 0 30px;
} */

.single-video-player {
    padding: 60px 0 30px;
}

.server-list {
    text-align: center;
}

#video-content .inner {
    max-width: 450px;
    margin-right: 30px;
    padding: 15px 20px 45px;
    -webkit-border-top-left-radius: 70px;
    -moz-border-radius-topleft: 70px;
    border-top-left-radius: 70px;
}

.responsive-player {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    box-shadow: 0px 20px 30px -10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 20px 30px -10px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 20px 30px -10px rgba(0, 0, 0, 0.5);
}

.responsive-player iframe,
.responsive-player .fluid_video_wrapper,
.responsive-player .video-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* .fluid_video_wrapper {
	width: 100%!important;
	height: 100%!important;
} */

.fluid_video_wrapper #my-video {
    cursor: pointer;
}

.video-player {
    box-shadow: 0px 20px 30px -10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 20px 30px -10px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 20px 30px -10px rgba(0, 0, 0, 0.5);
}

.vjs-tech,
.video-player,
.video-js {
    outline: none;
}

.video-js .vjs-control-bar {
    /* background-color: #333!important;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 70%); 
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 70%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 70%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a62b2b2b', endColorstr='#00000000',GradientType=0 ); */
    /* border: 1px solid #333; */
    height: 40px;
    line-height: 40px;
}

.vjs-poster {
    background-size: cover;
}

.video-js .vjs-duration,
.vjs-no-flex .vjs-duration {
    display: block;
}

.vjs-big-play-centered .vjs-big-play-button {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}

.video-js .vjs-big-play-button {
    font-size: 5em;
}

.video-js .vjs-control:focus::before,
.video-js .vjs-control:hover::before,
.video-js .vjs-control:focus {
    outline: 0;
}

.video-js .vjs-play-progress::before {
    font-size: 17px;
    position: absolute;
    right: -0.5em;
    top: -16px;
    z-index: 1;
}

.vjs-button>.vjs-icon-placeholder:before {
    font-size: 25px;
    line-height: 40px;
}

.video-js .vjs-progress-holder {
    height: 7px;
}

.video-js .vjs-slider {
    background-color: rgba(0, 0, 0, 0.5);
}

.video-js .vjs-time-tooltip {
    top: -57px;
    padding: 0 8px;
}

.vjs-quality-selector .vjs-icon-placeholder:before {
    content: '\f110';
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
    font-size: 1.8em;
    line-height: 1.67em;
}

.vjs-quality-selector button.vjs-menu-button {
    background-color: transparent !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;
}

.video-js .vjs-time-control {
    font-size: 14px;
    line-height: 40px;
}

.video-content-top {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0.75rem 0 2rem;
}

#video-content h1 {
    font-size: 1.75rem;
    line-height: 2.5rem;
    letter-spacing: -0.5px;
    margin: 0;
}

#video-content h1 a {
    display: block;
}

.video-action {
    margin-top: 1rem;
}

.video-action .btn {
    font-size: 1.2rem;
    font-weight: bold;
    text-transform: uppercase;
    overflow: hidden;
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
}

.video-thumb-link {
    display: inline-block;
    border-width: 3px;
    border-style: solid;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.video-thumb-img {
    position: relative;
    display: block;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 110px;
    height: 110px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.video-info {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 2rem;
}

.video-info .col {
    padding: 15px;
    font-size: 12px;
    /* background: rgba(0,0,0,0.15); */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
    margin: 1%;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.video-info .col strong {
    font-size: 18px;
    text-transform: capitalize;
    display: block;
}

.video-info .col span {
    font-size: 12px;
}

.video-bio {
    padding: 1rem 2rem;
    text-align: left;
}

.video-bio p {
    margin-bottom: 2rem;
}

.video-bio .tags-title {
    float: left;
    margin-right: 8px;
    font-weight: 500;
}

.video-bio ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.video-loop {
    padding: 0.5rem;
    min-height: 800px;
    overflow: hidden;
}

.video-loop.video-loop-padding {
    padding: 0.5rem;
}

#single-wrapper.wrapper {
    padding: 0;
}

.single-video-infos {
    padding: 40px;
}

.single-video-infos .col-left {
    padding: 0 50px 0 20px;
}

.video-description {
    opacity: 0.8;
    max-width: 90%;
    text-align: justify;
}

.tags-list h3 {
    margin-bottom: 10px;
}

.tags-list a {
    display: inline-block;
    padding: 4px 8px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0 10px 10px 0;
    font-size: 14px;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.tags-list .list {
    display: block;
    margin: 15px 0;
}

.tags-list .list i {
    font-size: 90%;
    margin: 0 2px;
}

.tags-list .list-title {
    margin-right: 5px;
    font-size: 15px;
}

.tag-sep {
    display: inline-block;
    width: 5px;
    height: 5px;
    margin: 0 10px;
    position: relative;
    top: -2px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.tag-sep.first {
    margin: 0 7px;
}

.happy-inside-player {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 400;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding-bottom: 40px;
}

.happy-inside-player a {
    display: block;
    line-height: 0;
}

.happy-player-under {
    text-align: center;
    padding: 30px 0 0;
}

.happy-player-beside {
    display: flex;
    flex-direction: column;
    /* justify-content: space-around; */
}

.close-text {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    padding: 0 12px;
    height: 40px;
}

.bg-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.video-tracking {
    margin-top: 30px;
    position: sticky;
    top: 30px;
    box-shadow: 0px 20px 30px -10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 20px 30px -10px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 20px 30px -10px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.video-tracking a {
    display: inline-block;
    /* border-style: solid;
    border-width: 5px; */
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.video-tracking a span.text {
    position: absolute;
    left: 0;
    bottom: 0;
    border: none;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    width: 100%;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
    color: #fff;
    text-shadow: 1px 1px rgba(0, 0, 0, .38);
    padding: 15px;
    /* overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; */
    text-align: center;
}

.video-tracking:hover a span.text {
    letter-spacing: 2px;
}

.video-tracking:hover .bg-image {
    transform: scale(1.2);
}

.happy-section {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
}

.related-videos {
    padding: 60px 0;
}

.related-videos h2 {
    margin-bottom: 2.5rem;
    padding-top: 0;
    color: #eeee22;
    font-size: 24px;
    font-weight: 700;
}

.related-videos .video-loop {
    min-height: auto;
}

.single-video-comments {
    padding: 60px 0;
}

.single-video-comments .comments-area,
.single-video-comments .comments-area h3 {
    margin-top: 0;
}

.single-video-comments .comments-area h3 {
    font-size: 80px;
    opacity: 0.2;
}

.single-video-comments textarea {
    padding: 20px;
}

.single-video-comments label {
    font-weight: 500;
    opacity: 0.9;
}

/***************************/
/****** VIDEO ACTIONS ******/
/***************************/
.video-actions {
    justify-content: space-between;
}

.video-actions-box {
    height: 90px;
    text-align: center;
    padding: 0 30px;
}

#video-views span.views-number {
    display: block;
    /* font-size: 60px; */
    font-size: 30px;
    font-weight: 700;
    opacity: 0.5;
    margin: 10px 0;
}

#video-views span.views-title {
    display: inherit;
    margin-top: -15px;
}

#video-rate {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* #video-rate {
    width: 25%;
    margin: 10px 20px;
} */

.post-like {
    display: flex;
    justify-content: center;
}

.post-like a {
    display: block;
    padding: 5px 10px;
    /* background: #fff; */
    text-align: center;
    outline: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.post-like a i {
    font-size: 35px;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

.rating-likes-bar {
    width: 130px;
    text-align: center;
    font-size: 12px;
    padding: 0 10px;
}

.rating-likes-bar .likes {
    font-size: 14px;
    margin-bottom: 5px;
}

.rating-bar,
.rating-bar-meter {
    height: 8px;
}

.rating-bar-meter {
    width: 0%;
    -webkit-transition: width 0.3s ease-in-out;
    -moz-transition: width 0.3s ease-in-out;
    -ms-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
}

#show-sharing-buttons {
    display: block;
    color: inherit;
}

#video-share i {
    font-size: 45px;
    opacity: 0.5;
    padding-top: 20px;
    margin-bottom: 10px;
    display: block;
}

#show-sharing-buttons:hover i {
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.video-share-box {
    display: none;
    padding: 40px;
    margin: 30px 0px;
}

.video-share-box span.title {
    width: 130px;
    font-weight: bold;
    display: inline-block;
}

.video-share-box .share-buttons {
    display: inline-block;
}

.video-share-box .share-buttons a {
    margin: 0 0.2rem;
    display: inline-block;
    outline: 0;
}

.video-share-box .share-buttons i,
.social-share i {
    font-size: 20px;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.video-share-box i#facebook,
.social-share .fa-facebook {
    background-color: #3b5998;
}

.video-share-box i#twitter,
.social-share .fa-twitter {
    background-color: #55acee;
}

.video-share-box i#googleplus,
.social-share .fa-google-plus {
    background-color: #dd4b39;
}

.video-share-box i#linkedin,
.social-share .fa-linkedin {
    background-color: #007bb5;
}

.video-share-box i#reddit,
.social-share .fa-reddit {
    background-color: #ff4500;
}

.video-share-box i#tumblr,
.social-share .fa-tumblr {
    background-color: #36465d;
}

.social-share .fa-youtube-play {
    background-color: #ff0000;
}

.social-share .fa-instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.video-share-box i#odnoklassniki {
    background-color: #f7931e;
}

.video-share-box i#vk {
    background-color: #507299;
}

.video-share-box i#email {
    background-color: #777;
}

.video-share-url {
    padding-left: 135px;
    margin-top: 20px;
}

.video-share-url textarea {
    width: 100%;
    padding: 10px 15px;
    border: 0;
    -webkit-border-radius: .25rem;
    -moz-border-radius: .25rem;
    border-radius: .25rem;
}

.video-share-box .video-share-url #clickme {
    display: inline-block;
    margin: 0 5px 0 0;
    float: right;
    outline: 0;
    cursor: pointer;
}

#temptext {
    position: fixed;
    left: 0;
    opacity: 0;
}

/******************/
/****** PAGE ******/
/******************/
.entry-content {
    padding: 40px;
    margin-bottom: 80px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/***********************/
/****** TAGS PAGE ******/
/***********************/
.archive-tags-list {
    padding: 40px 20px;
}

.tags-letter-block {
    margin: 0 0 30px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding-bottom: 30px;
}

.tags-letter-block .tag-letter {
    float: left;
    padding-top: 3px;
    padding-left: 8px;
    font-size: 18px;
    line-height: 32px;
    font-weight: 700;
    text-transform: uppercase;
}

.tags-letter-block .tag-items {
    margin: 0 0 0 105px;
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
    -moz-column-gap: 10px;
    -webkit-column-gap: 10px;
    column-gap: 10px;
}

.tags-letter-block .tag-items .tag-item {
    display: block;
    list-style: none;
    text-overflow: ellipsis;
}

.tags-letter-block .tag-items .tag-item a {
    padding: 8px;
    display: inline-block;
    outline: 0;
}

/******************************/
/****** SINGLE BLOG POST ******/
/******************************/
.entry-header .entry-meta {
    margin-bottom: 15px;
}

.entry-footer span.edit-link {
    display: none;
}

.post-navigation {
    margin-top: 15px;
}

.post-navigation a {
    display: block;
    padding: 6px 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.comments-area {
    margin-top: 30px;
}

.comments-area h3 {
    font-size: 1.4rem;
}

/*********************/
/****** SIDEBAR ******/
/*********************/
.widget-area {
    width: 200px;
}

.widget-area h3 {
    font-size: 1.1rem;
    padding: 15px 20px 0;
    margin: 0 0 14px;
}

.wpst-tag-filter-widget {
    margin-bottom: 15px;
}

.wpst-tag-filter-widget ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.wpst-tag-filter-widget .cat-item-none {
    padding-left: 20px;
}

.wpst-tag-filter-widget ul li a {
    display: block;
    padding: 10px 20px;
    margin-bottom: 1px;
    font-size: 14px;
}

.wpst-tag-filter-widget ul li a:hover,
.wpst-tag-filter-widget ul li a.active,
.wpst-tag-filter-widget ul li.current-cat a {
    font-weight: 700;
}

.widget p {
    padding-left: 20px;
}

.col-md-3.five-per-row {
    flex: 0 0 20%;
    max-width: 20%;
}

.see-all-tax {
    font-weight: 700;
    font-style: italic;
}

.see-all-tax i {
    font-size: 80%;
    margin-left: 3px;
}

/********************/
/****** FOOTER ******/
/********************/
#wrapper-footer {
    position: relative;
    padding: 20px 0 30px;
}

/* Extra small devices (portrait and landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    h1 {
        font-size: 22px;
        line-height: 36px;
    }

    .hero h1 {
        font-size: 28px;
    }

    .hero-desc {
        font-size: 18px;
    }

    h2 {
        font-size: 1.5rem;
        line-height: 35px;
    }

    .container {
        max-width: 100%;
    }

    .navbar {
        padding: 15px;
    }

    .navbar a.navbar-brand,
    .navbar h1 {
        font-size: 1.5rem;
    }

    .navbar-collapse {
        position: absolute;
        top: 100%;
        width: 100%;
        left: 0;
        z-index: 99999;
    }

    .navbar-dark .navbar-collapse ul.navbar-nav {
        padding-bottom: 5px;
    }

    .navbar a.navbar-brand,
    .navbar h1 {
        font-size: 1.25rem;
        width: 60%;
    }

    .navbar-dark .navbar-collapse .nav-link {
        padding: 0 15px;
        height: 50px;
        line-height: 50px;
        border-top-style: solid;
        border-top-width: 1px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    .navbar-dark .navbar-toggler {
        border: none;
        padding: 0;
    }

    .navbar-dark .navbar-toggler:focus {
        outline: 0;
    }

    #wrapper-navbar {
        line-height: 0;
    }

    .dropdown-item {
        padding: 20px 24px;
    }

    .header-search-form {
        width: 100%;
        overflow: visible;
        position: relative;
    }

    .header-search-form input {
        width: calc(100% - 60px);
        padding: 15px;
        height: 70px;
        line-height: 40px;
        border: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        outline: 0;
    }

    .header-search-form form {
        position: relative;
    }

    .widget-area {
        display: none;
    }

    .video-loop {
        padding: 1px;
        margin-top: 10px;
    }

    .video-block a {
        margin: 1%;
    }

    .video-block .video-name {
        display: none;
    }

    /* #content.single-video {
        padding: 0 15px;
    } */
    .video-action .btn {
        font-size: 1rem;
        margin-bottom: 1rem;
    }

    #video-content .inner {
        max-width: 100%;
        margin-right: 0;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }

    .video-iframe {
        width: 100%;
    }

    .video-content-top {
        margin-bottom: 1rem;
    }

    .video-thumb-link {
        display: none;
    }

    .menu-footer-menu-container {
        height: auto;
    }

    .menu-footer-menu-container ul {
        margin-bottom: 30px;
    }

    .menu-footer-menu-container ul#menu-footer-menu li {
        float: none !important;
        line-height: 35px;
    }

    .site-info {
        line-height: 32px;
    }

    .single-video-player {
        padding: 30px 0;
    }

    .happy-inside-player {
        display: none;
    }

    .happy-player-beside {
        display: block;
        text-align: center;
        margin-top: 30px;
    }

    .happy-player-beside .zone-2 {
        display: none;
    }

    .single-video-infos {
        padding: 20px 20px 40px;
    }

    .single-video-infos .col-left {
        padding: 0;
    }

    .tags-list .list {
        text-align: center;
    }

    .video-actions {
        display: block;
        text-align: center;
        margin: 0 auto;
    }

    .video-actions-box {
        background-color: transparent !important;
    }

    .video-actions-box {
        height: 80px;
    }

    .rating-likes-bar {
        width: 100px;
    }

    .happy-section {
        display: none;
    }

    .tags-letter-block .tag-items {
        column-gap: unset;
        column-count: unset;
    }

    .tags-letter-block .tag-items .tag-item,
    .tags-letter-block .tag-items .tag-item a {
        display: block;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
    h2 {
        font-size: 1.75rem;
    }

    .container {
        max-width: 100%;
    }

    /* #content.single-video {
        padding: 0 15px;
    } */
    .video-content-top {
        display: block;
    }

    #video-content .inner {
        max-width: 100%;
        margin: 15px 0 0;
        padding: 20px 100px 20px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }

    .video-iframe {
        width: 100%;
    }

    .video-content-top {
        margin-bottom: 1rem;
    }

    .video-thumb-link {
        display: none;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .container {
        max-width: 100%;
    }

    /* #content.single-video {
        padding: 0 15px;
    } */
    #video-content .inner {
        max-width: 350px;
        padding: 15px 20px 20px;
    }

    .video-thumb-img {
        width: 90px;
        height: 90px;
    }

    #video-content h1 {
        font-size: 1.5rem;
        line-height: 2.25rem;
    }

    .video-bio p {
        margin-bottom: 1rem;
    }

    .video-info {
        margin-bottom: 0;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .container {
        max-width: 1400px;
    }

    .container-lg {
        max-width: 100%;
    }
}

/* ==================== Theme Customizer Colors ==================== */


body,
.navbar-expand-md .navbar-nav .dropdown-menu {
    color: rgba(255, 255, 255, 0.75) !important;
    background: var(--theme-primary) !important;
}

.body-gradient {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: -moz-linear-gradient(45deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0) 100%);
}

a {
    color: #eeee22;
}

a:hover,
ul#menu-footer-menu li a,
.tags-list .list-title,
.single-video-comments label,
.tags-letter-block .tag-items .tag-item a,
.video-block .rating {
    color: rgba(255, 255, 255, 0.95) !important;
}

ul#menu-footer-menu li a:hover,
.required,
#show-sharing-buttons:hover i,
.tags-letter-block .tag-items .tag-item a:hover {
    color: #eeee22 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.navbar a,
.video-bio .tags-title,
.wpst-tag-filter-widget ul li a,
.slick-arrow,
.video-share-url textarea,
.video-block a.infos span.title,
.video-block .video-datas {
    color: rgba(255, 255, 255, 0.95) !important;
}

.tags-list a,
.video-block .duration,
.no-thumb {
    background-color: var(--theme-primary);
    color: #ffffff !important;
}

.navbar li a:hover,
.navbar li.active>a,
.wpst-tag-filter-widget ul li a:hover,
.wpst-tag-filter-widget ul li a.active,
.wpst-tag-filter-widget ul li.current-cat a,
.video-js .vjs-play-progress,
.tags-list a:hover {
    background-color: #eeee22;
    color: #000000 !important;
}

.btn-primary,
.post-navigation a {
    background-color: #eeee22;
    color: #000000 !important;
    border-color: #eeee22;
}

.btn-primary:hover,
.post-navigation a:hover,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: rgba(255, 255, 255, 0.95) !important;
    background-color: rgba(var(--theme-primary-rgb), 0.8);
    border-color: rgba(var(--theme-primary-rgb), 0.8);
}

.video-block {
    background: rgba(0, 0, 0, 0.25);
    background: radial-gradient(circle, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.30) 100%);
}

.video-block-happy,
.video-js .vjs-load-progress div {
    background-color: rgba(0, 0, 0, 0.25) !important;
}

.page-link {
    margin: 0;
    background-color: rgba(0, 0, 0, 0.25) !important;
    color: #FFFFFF !important;
    border: none !important;
    z-index: 1 !important;
}

.page-link:not(.dots):hover {
    background-color: var(--theme-primary) !important;
    color: #FFFFFF !important;
    border: none !important;
}

.navbar-brand {
    font-size: 2rem !important;
}

.page-link.dots,
.post-like a i,
.post-like a.already-voted:hover i {
    color: rgba(255, 255, 255, 0.5) !important;
}

.post-like a:hover i,
.post-like a.already-voted i,
.post-like a.active i,
.post-like a.liked i {
    color: #eeee22 !important;
}

.page-item.active .page-link {
    border: 2px solid black;
    background-color: #eeee22 !important;
    color: #000000 !important;
    border: none !important;
}

body,
.navbar,
.navbar-collapse {
    background-color: var(--theme-primary);
}

.video-player .video-js .vjs-control-bar,
.fluid_video_wrapper.fluid_player_layout_default .fluid_controls_container,
.slick-arrow {
    background-color: rgba(var(--theme-primary-rgb), 0.8) !important;
}

.slick-arrow:hover {
    background-color: rgba(238, 238, 34, 0.8);
}

.video-actions-box,
.video-share-box {
    background-color: rgba(var(--theme-primary-rgb), 0.4);
}

.hero,
.wpst-tag-filter-widget ul li a,
.entry-content,
.related-videos {
    background-color: rgba(0, 0, 0, 0.15);
}

.single-video-player {
    background-color: rgba(0, 0, 0, 0.5);
}

.happy-section {
    background-color: rgba(0, 0, 0, 0.3);
}

#wrapper-footer,
.header-search-form input,
.video-js .vjs-load-progress,
.rating-bar,
.rating-bar-meter {
    background-color: rgba(0, 0, 0, 0.25);
}

.video-tracking a span.text,
.rating-bar-meter {
    background: -moz-linear-gradient(0deg, rgba(238, 238, 34, 0.7) 0%, rgba(238, 238, 34, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(238, 238, 34, 0.7) 0%, rgba(238, 238, 34, 1) 100%);
    background: linear-gradient(0deg, rgba(238, 238, 34, 0.7) 0%, rgba(238, 238, 34, 1) 100%);
}

.widget-area {
    background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.05) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.05) 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.05) 100%);
}

.video-info .col {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
}

.video-info .col strong,
.header-search-form input,
.header-search-form input::placeholder {
    color: rgba(255, 255, 255, 0.9) !important;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after,
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
    background-color: rgba(255, 255, 255, 0.9);
}

.search-svg {
    fill: rgba(255, 255, 255, 0.9) !important;
}

.tag-sep {
    background-color: rgba(255, 255, 255, 0.3);
}

.header-search-toggle:hover .search-svg {
    fill: #eeee22 !important;
}

.video-thumb-link,
.form-control:focus,
.navbar-dark .navbar-collapse .nav-link,
.video-tracking {
    border-color: rgba(0, 0, 0, 0.15);
}

textarea,
input,
textarea.form-control,
.form-control {
    background-color: rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.3);
}

@-webkit-keyframes glowing {
    0% {
        border-color: #eeee22;
        -webkit-box-shadow: 0 0 3px #eeee22;
    }

    50% {
        -webkit-box-shadow: 0 0 20px #eeee22;
    }

    100% {
        border-color: #eeee22;
        -webkit-box-shadow: 0 0 3px #eeee22;
    }
}

@-moz-keyframes glowing {
    0% {
        border-color: #eeee22;
        -moz-box-shadow: 0 0 3px #eeee22;
    }

    50% {
        -moz-box-shadow: 0 0 20px #eeee22;
    }

    100% {
        border-color: #eeee22;
        -moz-box-shadow: 0 0 3px #eeee22;
    }
}

@keyframes glowing {
    0% {
        border-color: #eeee22;
        box-shadow: 0 0 3px #eeee22;
    }

    50% {
        box-shadow: 0 0 20px #eeee22;
    }

    100% {
        border-color: #eeee22;
        box-shadow: 0 0 3px #eeee22;
    }
}

/* ===== AUTOCOMPLETE DROPDOWN ===== */
.autocomplete-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100% !important;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-top: none;
    max-height: 300px;
    overflow-y: auto;
    display: none;
    box-sizing: border-box;
}

.autocomplete-dropdown a {
    display: block;
    padding: 20px;
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.autocomplete-dropdown a:hover {
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
}

.autocomplete-dropdown::-webkit-scrollbar {
    width: 6px;
}

.autocomplete-dropdown::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.3);
}

.autocomplete-dropdown::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 3px;
}

/* Search SVG icon styling */
.search-svg {
    fill: rgba(255, 255, 255, 0.9);
    cursor: pointer;
    transition: all 0.1s ease-in-out;
}

.header-search-toggle:hover .search-svg {
    fill: #eeee22;
}

/* ===== Dropdown menu fix: align right + scrollable ===== */
.navbar .dropdown-menu {
    left: auto;
    right: 0;
    max-height: 80vh;
    overflow-y: auto;
}

/* Active dropdown item */
.dropdown-item.active,
.dropdown-item:active {
    background-color: #eeee22 !important;
    color: #000 !important;
    font-weight: 700;
}

/* ===== Ribbon badge on video cards ===== */
.video-block .badge-ribbon {
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 100;
    background: #eeee22;
    color: #000;
    padding: 2px 6px;
    border-radius: 3px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.3;
}