.fwd-hide {
    position: relative;
}

.live-sign {
    position: absolute;
    content: '';
    background: rgb(255 0 0 / 28%);
    top: 10px;
    left: 10px;
    padding: 2px 7px;
    border-radius: 6px;
    z-index: 1;
}

.live-sign i {
    position: relative;
    font-size: 22px;
    color: red;
}

.live-sign i:after {
    position: absolute;
    content: '';
    top: 9px;
    left: 11px;
    background: rgba(255, 82, 82, 1);
    box-shadow: 0 0 0 0 rgb(255 82 82);
    animation: pulse-red 2s infinite;
    width: 5px;
    height: 5px;
    border-radius: 5px;
}

.live-sign small {
    color: #fff;
    line-height: 22px;
    margin-left: 4px;
    font-weight: 600;
}

@keyframes pulse-red {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 82, 82, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(255, 82, 82, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
    }
}

/*--------------------------------------------------------------
## fade-in effect
--------------------------------------------------------------*/

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/*--------------------------------------------------------------
## Loader
--------------------------------------------------------------*/

.loader-rel {
    position: relative;
}

.loader {
    position: absolute;
    right: 47.7%;
    border: 5px solid;
    border-radius: 50%;
    border-top: 5px solid #f3f3f3 !important;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 0.8s linear infinite;
    /* Safari */
    animation: spin 0.8s linear infinite;
    display: none;
    margin: 20px 0;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/*--------------------------------------------------------------
## Banner
--------------------------------------------------------------*/
.banner {
    border-radius: 15px;
    padding: 150px 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.banner .banner-content h1 {
    font-weight: bold;
    font-size: 75px;
    margin-bottom: 35px;
}

.banner .banner-content p {
    font-size: 22px;
    font-weight: 300;
    line-height: 36px;
}

.banner .banner-content .viewtube-btn {
    padding: 15px 50px;
}

.banner .banner-content .meta {
    margin-bottom: 20px;
}

.banner .banner-content .meta li {
    font-size: 18px;
    padding-right: 15px;
    color: #fff;
}

.banner .banner-content .meta li i {
    margin-right: 15px;
}

.banner .banner-content .meta li:nth-child(1) {
    font-weight: 600;
}

.banner .banner-content .meta li:nth-child(4) span {
    font-weight: bold;
    text-align: center;
    padding: 2px 5px;
    font-size: 15px;
    border-radius: 6px;
}

.banners .slick-dots {
    bottom: 30px;
}

.banners .slick-dots li {
    margin: 0 10px;
}

.banners .slick-dots li button {
    background: #fff;
    width: 25px;
    height: 10px;
}

.banners .slick-dots li button:before {
    display: none;
}



/*--------------------------------------------------------------
## Video categories
--------------------------------------------------------------*/
.video-categories {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.video-category-item {
    position: relative;
    padding: 30px;
    display: block;
    height: 300px;
    border-radius: 20px;
    color: #fff;
    font-weight: bold;
    overflow: hidden;
    z-index: 1;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.video-category-item::after {
    position: absolute;
    content: '';
    background: rgb(0 0 0 / 22%);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

/*--------------------------------------------------------------
## InfoBox
--------------------------------------------------------------*/

.infobox-item {
    position: relative;
    text-align: center;
    background: #fff;
    padding: 50px 40px;
    border-radius: 15px;
    margin-top: -10px;
}

.infobox-item:hover,
.infobox-item.dropshadow {
    -webkit-box-shadow: 0px 8px 32px 0px rgb(176 176 176 / 30%);
    box-shadow: 0px 8px 32px 0px rgb(176 176 176 / 30%);
}

.infobox-item i {
    font-size: 45px;
    margin-bottom: 30px;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    text-align: center;
    line-height: 100px;
}

.infobox-item .second-circle {
    position: absolute;
    top: 113px;
    right: 35%;
    opacity: 0.6;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.infobox-item h3 {
    font-weight: bold;
    color: #333;
    font-size: 24px;
    margin-bottom: 20px;
}

.infobox-item a {
    font-weight: 500;
    color: #444;
}

.infobox-item a span {
    margin-left: 10px;
}

/*--------------------------------------------------------------
## Countdown
--------------------------------------------------------------*/
.countdown-date b {
    font-size: 30px;
    margin: 0 2px;
    color: #f1f1f1
}

.countdown-date span {
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    font-size: 26px;
    font-weight: bold;
    border-radius: 10px;
    line-height: 60px;
    width: 60px;
    height: 60px;
    color: #fff;
}

/*--------------------------------------------------------------
## Video item horizontal
--------------------------------------------------------------*/
.video-item-horizontal video {
    width: 100%;
}

.video-item-horizontal .avatar {
    width: 30px;
    border-radius: 50%;
}

.video-item-horizontal .video-item-card {
    border-radius: 15px;
    overflow: hidden;
}

.video-item-horizontal ul li {
    background: #f1f1f1;
    border-radius: 50px;
    padding: 0 15px;
}

.video-item-horizontal ul li a {
    color: #444;
}

.video-item-horizontal ul li i {
    font-size: 14px;
    margin-right: 5px;
    color: #b3b3b3;
}

/*--------------------------------------------------------------
## Video item card
--------------------------------------------------------------*/
.video-item-card {
    position: relative;
    margin-bottom: 30px;
}

.video-item-card video {
    width: 100%;
}

.video-item-card .video-content {
    padding-top: 20px;
}

.video-item-card .avatar {
    overflow: hidden;
    width: 40px;
    display: inline-table;
    margin-right: 15px;
}

.video-item-card .avatar img {
    border-radius: 50%;
}

.video-item-card a h5 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
    font-weight: 500;
}

.video-item-card .author {
    text-transform: capitalize;
    font-size: 13px;
    color: #212121;
}

.video-item-card.radius .fwduvp,
.video-item-card.radius .video-thumb,
.video-item-card.radius .video-thumbnail {
    border-radius: 15px;
    overflow: hidden;
}

.video-thumbnail a img {
    margin: 0 auto;
    display: block;
}

.video-meta {
    padding: 15px;
    background: #333;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.video-meta i {
    margin-right: 10px;
    font-size: 16px;
}

.video-meta img {
    width: 40px;
    border-radius: 50% !important;
}

.video-meta li {
    margin: auto;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    text-align: center;
}

.video-meta li a {
    color: #fff;
}

.video-meta li a:hover {
    color: #fff;
}

.content-creator {
    margin-bottom: 20px;
}

.content-creator img {
    width: 50px;
    border-radius: 50%;
}

.subscribe i {
    margin-left: 10px;
    color: #fff;
}

.entry-content .video-entry-title {
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}

.video-like {
    font-family: Fira Sans Condensed;
}

.video-like a,
.video-like .like-button {
    color: #909090;
}

.video-like a span {
    font-size: 20px;
    margin-left: 5px;
}

.video-like i {
    font-size: 20px;
}

.video-shere {
    display: flex;
    align-items: center;
    float: right;
}

.social-share ul li a {
    background: #f1f1f1;
    font-size: 16px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    display: block;
}

.social-share ul li a i {
    margin-right: 0;
}

.video-item-card .video-meta-bottom {
    font-size: 13px;
}

.video-item-card .video-meta-bottom i {
    font-size: 5px;
    margin-top: 10px;
}

.single-video .player {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}


/*--------------------------------------------------------------
## Ad Banner
--------------------------------------------------------------*/
.ad-banner {
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 50px;
    color: #fff;
    z-index: 1;
    border-radius: 10px;
    overflow: hidden;
}

.ad-banner.horizontal:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: -webkit-gradient(linear, left top, right top, color-stop(25%, rgba(26, 26, 26, .98)), color-stop(90%, rgba(26, 26, 26, 0)));
    background: -o-linear-gradient(left, rgba(26, 26, 26, .98) 25%, rgba(26, 26, 26, 0) 90%);
    background: linear-gradient(90deg, rgba(26, 26, 26, .98) 25%, rgba(26, 26, 26, 0) 90%);
    z-index: -1;
}

.ad-banner.horizontal:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: -webkit-gradient(linear, left top, right top, color-stop(25%, rgba(26, 26, 26, .98)), color-stop(90%, rgba(26, 26, 26, 0)));
    background: -o-linear-gradient(left, rgba(26, 26, 26, .98) 25%, rgba(26, 26, 26, 0) 90%);
    background: linear-gradient(90deg, rgba(26, 26, 26, .98) 25%, rgba(26, 26, 26, 0) 90%);
    z-index: -1;
    -webkit-transition: opacity 0.5s linear;
    -o-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;
    opacity: 0;
}

.ad-banner.horizontal:hover::before {
    opacity: 1;
    background: -webkit-gradient(linear, left top, right top, color-stop(35%, rgba(26, 26, 26, .98)), color-stop(90%, rgba(26, 26, 26, 0)));
    background: -o-linear-gradient(left, rgba(26, 26, 26, .98) 35%, rgba(26, 26, 26, 0) 90%);
    background: linear-gradient(90deg, rgba(26, 26, 26, .98) 35%, rgba(26, 26, 26, 0) 90%);
}


.ad-banner.vertical:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: -o-linear-gradient(260deg, rgba(26, 26, 26, .98) 25%, rgba(26, 26, 26, 0) 90%);
    background: linear-gradient(190deg, rgba(26, 26, 26, .98) 25%, rgba(26, 26, 26, 0) 90%);
    z-index: -1;
}

.ad-banner.vertical:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: -o-linear-gradient(260deg, rgba(26, 26, 26, .98) 25%, rgba(26, 26, 26, 0) 90%);
    background: linear-gradient(190deg, rgba(26, 26, 26, .98) 25%, rgba(26, 26, 26, 0) 90%);
    z-index: -1;
    -webkit-transition: opacity 0.5s linear;
    -o-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;
    opacity: 0;
}

.ad-banner.vertical:hover::before {
    opacity: 1;
    background: -o-linear-gradient(260deg, rgba(26, 26, 26, .98) 45%, rgba(26, 26, 26, 0) 90%);
    background: linear-gradient(190deg, rgba(26, 26, 26, .98) 45%, rgba(26, 26, 26, 0) 90%);
}

.ad-banner.vertical ul li {
    line-height: 35px;
}

.ad-banner h2 {
    line-height: 26px;
}

.ad-banner h2,
.ad-banner h3 {
    font-weight: bold;
}

.ad-banner h2,
.ad-banner h3,
.ad-banner p,
.ad-banner a {
    color: #fff;
}

.ad-banner .viewtube-btn {
    padding: 12px 35px;
}

/*--------------------------------------------------------------
# Stripe
--------------------------------------------------------------*/
.StripeElement {
    box-sizing: border-box;
    height: 40px;
    padding: 10px 12px;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: white;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

.StripeElement {
    box-sizing: border-box;
    height: 40px;
    padding: 10px 12px;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: white;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

/*--------------------------------------------------------------
# Channel
--------------------------------------------------------------*/
#channel-settings {
    margin: 50px 0 100px;
    background: #fff;
    padding: 50px 30px;
    border-radius: 10px;
}

.channel-banner {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
}

.channel-banner>img {
    border-radius: 20px;
    width: 100%;
}

.channel-banner .avatar img {
    border-radius: 50%;
    width: 90px;
}

.channel-content {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
}

.channel-menu ul {
    padding-bottom: 20px;
    border-bottom: 1px solid #dfdfdf;
}

.channel-menu ul li a {
    color: inherit;
    font-weight: 600;
    padding: 0 10px;
}

.channel-item {
    text-align: center;
    margin-bottom: 30px;
}

.channel-item img {
    border-radius: 50% !important;
    margin: 0 auto;
}

.upload-media {
    border-radius: 10px;
    border: 2px dashed #ccc;
    display: flex;
    text-align: center;
    margin-bottom: 20px;
}

.upload-media img {
    margin: 0 auto;
    max-width: unset;
    height: unset;
    width: 100%;
}

.profile-image {
    width: 100px;
}

.banner-image {
    height: 200px;
}

.media-router .media-menu-item {
    border-radius: 0;
    color: #333;
}

.media-modal-content select,
.media-modal-content button,
.media-modal-content input,
.media-modal-content .attachments-browser input {
    height: unset;
}

.social-link {
    box-shadow: 0px 1px 4px 0px rgb(35 38 58 / 10%);
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 10px;
}


.social-link .remove {
    cursor: pointer;
}

.social-media-links {
    border-top: 1px solid #dfdfdf;
    padding: 30px 0;
}

.social-media-link {
    background: #f1f1f1;
    border-radius: 10px;
    padding: 7px 20px;
}

.social-media-link i {
    width: 20px;
}

.social-media-link p a {
    color: inherit;
}

/*--------------------------------------------------------------
# Blog item
--------------------------------------------------------------*/
.blog--item img {
    border-radius: 10px !important;
}

.blog--meta {
    margin: 20px 0 10px;
    font-family: 'Fira Sans Condensed';
    font-weight: 500;
}

.blog--content a {
    text-transform: capitalize;
    color: #333;
}

.blog--content h4 {
    font-size: 22px;
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media screen and (min-width: 1020px) and (max-width: 1490px) {
    .video-item-card ul {
        display: none;
    }

    .video-title {
        margin: auto 0;
    }
}

@media screen and (max-width: 991px) {
    .banner .banner-content h1 {
        font-size: 60px;
    }

    .video-meta li {
        flex-basis: unset;
        margin-right: 10px;
    }
}

@media screen and (max-width: 768px) {
    .video-shere {
        float: left;
        margin-top: 10px;
    }

    .video-entry-title {
        font-size: 28px;
    }

    .channel-banner>img {
        display: none;
    }

    .channel-banner .avatar img {
        margin-bottom: 20px;
    }

    .channel-banner .subscribe {
        margin-top: 20px;
    }
}

@media screen and (max-width: 540px) {
    .banner {
        padding: 70px 15px 100px;
    }

    .banner .banner-content h1 {
        font-size: 36px;
    }

    .banner .banner-content p {
        font-size: 20px;
        line-height: 30px;
    }

    .video-meta img {
        width: 20px;
    }

    .video-meta li {
        display: none;
        font-size: 13px;
    }

    .video-meta li i {
        font-size: 13px;
    }

    .video-meta li:nth-child(1),
    .video-meta li:nth-child(2),
    .video-meta li:nth-child(3) {
        display: block;
    }


}