/*
Theme Name: StreamTube
Description: Responsive Video WordPress Theme
Author: mellatweb
Theme URI: https://1.envato.market/qny3O5
Author URI: https://www.mellatweb.com/
Version: 1.0.4
Requires at least: 5.3
Tested up to: 5.8
Requires PHP: 5.6
License: Themeforest Licence
License URI: http://themeforest.net/licenses
Text Domain: streamtube
Tags: two-columns, one-column, custom-menu, custom-logo, featured-images, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/
/**
 * 1. General
 * 2. Header
 * 3. Navigation
 * 4. Form
 * 5. Login
 * 6. Site Main content
 * 7. Post Grid - List
 * 8. Activity
 * 9. Sidebar
 * 10. Comments
 * 11. Profile
 * 12. Dashboard
 * 13. Member Loop
 * 14. Single Video
 * 15. Single Page
 * 16. Message
 * 17. Misc
 * 18. VideoJS
 * 19. Slick
 * 20. Blocks
 * 21. Dark Mode
 */
/** General  */
::-webkit-scrollbar {
    width: 8px;
    background-color: #fff;
}

::-webkit-scrollbar-thumb {
    background-color: #666;
    border-radius: 35px;
}

:root {
    font-size: 15px;
}

body {
    font-family: 'Lato', sans-serif;
    background: #f6f6f6;
    overflow-anchor: none;
}

@media only screen and (max-width: 1000px) {
    body {
        overflow: auto;
    }
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    line-height: 1.5;
}

h1,
.h1 {
    font-size: 2.2rem;
}

h2,
.h2 {
    font-size: 2rem;
}

h3,
.h3 {
    font-size: 1.8rem;
}

h4,
.h4 {
    font-size: 1.6rem;
}

h5,
.h5 {
    font-size: 1.4rem;
}

h6,
.h6 {
    font-size: 1.2rem;
}

img {
    max-width: 100%;
    height: auto;
}

figure {
    max-width: 100%;
}

blockquote {
    border-left: .25em solid;
    margin: 0 0 1.75em;
    padding-left: 1em;
}

address {
    font-style: italic;
}

table {
    width: 100%;
    margin-bottom: 1rem;
}

table th,
table td {
    padding: .5rem .5rem;
    border: 1px solid #e9ecef;
}

.badge {
    font-size: .8rem;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    word-break: normal;
}

.alignleft {
    /*rtl:ignore*/
    float: left;
    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {
    float: right;
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
    text-align: center;
}

.alignfull {
    clear: both;
}

.wp-caption,
.wp-caption-text,
.bypostauthor {
    display: block;
}

.ratio-26-5:before {
    padding-top: calc(5 / 26 * 100%);
}

.ratio-9x16 {
    --aspect-ratio: calc(16 / 9 * 100%);
}

.h-100vh {
    height: 100vh;
}

.w-120px {
    width: 120px;
}

.w-200px {
    width: 200px;
}

.border {
    border: 1px solid #e9ecef;
}

.border-top {
    border-top: 1px solid #e9ecef !important;
}

.border-bottom {
    border-bottom: 1px solid #e9ecef !important;
}

.border-right {
    border-right: 1px solid #e9ecef !important;
}

.border-left {
    border-left: 1px solid #e9ecef !important;
}

.bg-black {
    background: #000;
}

.no-scroll {
    scrollbar-width: none;
}

.no-scroll::-webkit-scrollbar {
    display: none;
}

.dot {
    position: absolute;
    background: #1ee52d;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    top: 7px;
    right: 10px;
}

.bg-cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.toast-wrap {
    z-index: 9999;
}

.dropdown-menu .dropdown-item.active,
.dropdown-menu .dropdown-item:active {
    background-color: #eee;
    color: #212529;
}

.dropdown-menu .dropdown-item .menu-icon {
    font-size: 1.3rem;
    color: #6c757d;
    margin-right: .5rem;
}

.pointer {
    cursor: pointer;
}

.list-items .list-item {
    padding: 1rem;
    position: relative;
}

.list-items .list-item:hover {
    background: #f8f9fa;
}

.badge-publish,
.badge-approved {
    background-color: #198754 !important;
}

.badge-reject,
.badge-trash {
    background-color: #dc3545 !important;
}

.badge-pending,
.badge-unapproved {
    background-color: #ffc107 !important;
}

.badge-private {
    background-color: #0dcaf0 !important;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-item a {
    display: block;
}

.gallery-item a:focus img {
    outline-offset: -2px;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

figcaption {
    font-size: 1rem;
}

pre {
    font-size: 1rem;
}

.backdrop-blur {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.not-found-title {
    font-size: 4rem;
    font-weight: bold;
}

.container__md {
    max-width: 1024px;
}

.container__sm {
    max-width: 900px;
}

@media (max-width: 1300px) {
    :root {
        font-size: 13px;
    }
}

@media (min-width: 1440px) {
    .container-wide {
        max-width: 1300px;
    }
}

@media (min-width: 1600px) {
    .container-wide {
        max-width: 1500px;
    }
}

@media (min-width: 1800px) {
    .container-wide {
        max-width: 1700px;
    }
}

@media (min-width: 2000px) {
    .container-wide {
        max-width: 1900px;
    }
}

/** Header  */
.site-header {
    z-index: 10000;
    height: 70px;
    background: #fff;
}

.site-header .site-title {
    text-align: inherit;
}

.site-header .site-title a {
    font-family: 'Poppins', sans-serif;
    text-indent: 0;
    background-image: none;
    overflow: visible;
    width: auto;
    height: auto;
    margin: 0;
    font-size: 1.75rem;
    outline: none;
    box-shadow: none;
}

.site-header .custom-logo-link {
    outline: none;
    box-shadow: none;
    border: none;
}

.site-header .custom-logo {
    outline: none;
    box-shadow: none;
    border: none;
    max-width: 175px;
    max-height: 65px;
}

.site-header .custom-logo:focus {
    outline: none;
    box-shadow: none;
    border: none;
}

@media only screen and (max-width: 1200px) {
    .site-header .custom-logo {
        max-width: 150px;
    }
}

.site-header .show-search {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    display: block !important;
}

.site-header .show-search .site-search {
    display: block !important;
}

@media only screen and (max-width: 450px) {
    .site-header .logo-sm {
        text-align: left !important;
        margin-left: .7rem;
    }
}

.site-header.backdrop-blur {
    background: rgba(255, 255, 255, 0.7);
}

.navbar-toggler span {
    font-size: 1.5rem;
}

.text__light {
    display: none;
}

.site-search form {
    margin: 0;
    padding: 0;
    border: 0;
    box-shadow: none;
    overflow: visible;
    font-weight: normal;
    background: none;
    transform: none !important;
    animation: none !important;
}

.site-search form .btn-main {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 5;
    border-radius: 35px;
    border: 1px solid #ced4da;
    background: #fff;
}

.site-search form .btn-main:hover {
    background: #fff;
}

.site-search form input[name="s"] {
    position: relative;
    border-radius: 35px;
    z-index: 2;
    margin: 0;
    background: #f1f3f4;
    border: 1px solid #ced4da;
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    min-height: auto;
    outline: none;
    font-size: 1rem;
}

.site-search form [class*=icon] {
    color: #6c757d;
}

.site-search.show {
    display: block !important;
}

@media only screen and (max-width: 992px) {
    .site-search {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        padding: 1.5rem;
        z-index: 2;
    }

    .site-search form button[type="submit"] {
        border: none;
        top: 1px;
        right: 1px;
    }
}

.search-filter button {
    z-index: 3;
}

.search-filter button.show .btn__icon:before {
    content: "\e847";
}

.search-filter .widget-title-wrap {
    margin-bottom: 1rem;
}

.search-filter .widget-title-wrap .widget-title {
    text-transform: capitalize;
    font-size: .9rem;
    line-height: 1rem;
    font-weight: 600;
    letter-spacing: 0;
}

.search-filter .widget-title-wrap .widget-title:after {
    height: 2px;
    background: #ddd;
}

.search-filter .dropdown-menu {
    top: 19px;
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 2rem;
    z-index: 1;
    overflow: auto;
    max-height: 600px;
}

.search-filter .list-filter li {
    margin: .3rem 0;
}

.search-filter .list-filter label {
    text-decoration: none;
    font-size: .9rem;
    text-transform: capitalize;
    cursor: pointer;
    display: block;
    padding: .1rem 0;
    -o-transition: .25s;
    -ms-transition: .25s;
    -moz-transition: .25s;
    -webkit-transition: .25s;
}

.search-filter .list-filter label span {
    position: relative;
}

.search-filter .list-filter label input {
    display: none;
}

.search-filter .list-filter label input:checked+span {
    font-weight: 600;
    padding-left: 1rem;
}

.search-filter .list-filter label input:checked+span:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    content: "\e814";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    color: #198754;
    left: 0;
    bottom: 3px;
    font-size: .5rem;
}

.search-filter .term_tags.tagcloud li {
    display: inline-block;
}

.search-filter .term_tags.tagcloud label {
    border-radius: 3px;
    padding: .3rem .7rem;
    display: inline-block;
    border: 1px solid #e9ecef;
    transition: .25s;
}

.header-user .btn__icon {
    font-size: 1.5rem;
    color: #6c757d;
}

.header-user__upload .btn-submit:hover .dot {
    background: #dc3545;
}

.header-user__notification .btn-notification .badge {
    top: 0;
    right: 0;
}

.header-user__notification .dropdown-menu {
    width: 400px;
}

.header-user__notification .list-items {
    max-height: 500px;
    overflow: auto;
    border-bottom: 1px solid #e9ecef;
    border-top: 1px solid #e9ecef;
}

.header-user__notification .widget-title:after {
    content: none;
}

.header-user__dropdown .dropdown-menu {
    width: 300px;
}

.header-user__dropdown .dropdown-menu .dropdown-item {
    position: relative;
    padding: .7rem 2rem;
    font-size: .9rem;
    text-transform: capitalize;
}

.header-user__dropdown .dropdown-menu .dropdown-item .btn__icon {
    font-size: 1.3rem;
    color: #6c757d;
    margin-right: .5rem;
}

.header-user__dropdown .dropdown-menu .dropdown-item .badge {
    position: absolute;
    left: 46px;
    top: 3px;
}

.header-user__dropdown .author-name {
    font-size: 1.2rem;
    text-decoration: none;
}

.header-user__dropdown .author-name a {
    text-decoration: none;
    color: #212529;
}

.header-user__dropdown .btn-login {
    background: #ce1e1e;
    border-color: #ce1e1e;
    border-radius: 35px;
    position: relative;
}

.header-user__dropdown .btn-login .btn__icon {
    color: #f9fafb;
    font-size: 1.2rem;
}

.header-user__dropdown .theme-switcher {
    cursor: pointer;
}

@media only screen and (max-width: 1000px) {
    .header-user__dropdown .btn-login {
        border: none;
        border-radius: 50%;
        width: 25px;
        height: 25px;
        padding: 0;
    }

    .header-user__dropdown .btn-login .btn__icon {
        font-size: 1.4rem;
    }
}

.header-user__search .dropdown-menu {
    padding: 1rem;
    width: 300px;
}

.header-user__search .btn-close {
    position: absolute;
    right: 22px;
    top: 23px;
    z-index: 4;
}

.header-user__search .site-search {
    position: relative;
    padding: 0;
}

.header-user__search .search-form {
    right: 0;
}

.header-user__search .search-form .toggle-search {
    display: none !important;
}

.header-user__search .search-form input[name="s"] {
    border-radius: .25rem;
    padding-left: 3rem !important;
}

.header-user__search .search-form button[type="submit"] {
    padding: 0 !important;
    border: none !important;
    background: none !important;
    left: 6px;
    right: auto;
}

@media only screen and (max-width: 480px) {
    .header-user__search .dropdown-menu {
        position: fixed;
        left: 0;
        top: 76px;
        width: 100%;
    }

    .header-user__search .dropdown-menu .site-search button[type="submit"] {
        top: 6px;
    }
}

.admin-bar .site-header {
    top: 32px;
}

.admin-bar .site-header .show-search {
    top: 32px;
}

@media only screen and (max-width: 768px) {
    .admin-bar .site-header {
        top: 46px;
    }

    .admin-bar .site-header .show-search {
        top: 46px;
    }
}

/** Navigation */
.navigation .spinner {
    width: 17px;
    height: 17px;
}

.navigation button {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 100%;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.navigation button:hover {
    opacity: .6;
}

.navigation button.waiting .load-icon {
    display: none;
}

.post-nav-links {
    margin-top: 1rem;
}

.post-nav-links .post-page-numbers {
    position: relative;
    display: inline-block;
    text-decoration: none;
    padding: 1px 12px;
    font-size: .9rem;
    color: #212529;
    border: 1px solid #dee2e6;
    margin-left: .5rem;
    border-radius: 3px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.post-nav-links .post-page-numbers:hover {
    border: 1px solid #dee2e6;
    background-color: #222;
    color: #fff;
}

.post-nav-links .current {
    border: 1px solid #dee2e6;
    background-color: #222;
    color: #fff;
}

.nav-link {
    position: relative;
    border-radius: 3px;
    font-family: 'Poppins', sans-serif;
}

.nav-link .menu-icon {
    margin-right: .5rem;
}

.dropdown-toggle:after {
    border: none;
    content: "\f107";
    font-family: "fontello";
    vertical-align: 0;
    color: #666;
}

ul.flex-column .nav-link.active:before {
    background: #dc3545;
}

.main-menu .nav-link {
    letter-spacing: 1px;
    font-weight: 400;
    padding: 1rem !important;
    text-transform: uppercase;
    font-size: .9rem;
    color: #555;
    border-radius: 0;
}

.main-menu .current-menu-parent>.nav-link,
.main-menu .current-menu-item>.nav-link {
    font-weight: 600;
    color: #ce1212;
}

.main-menu .dropdown-menu {
    top: 100%;
    padding: 0;
    margin: 0;
}

.main-menu .dropdown-menu .nav-link {
    text-transform: capitalize;
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.main-menu .dropdown-menu .nav-link:hover {
    background: none;
}

.main-menu .dropdown-menu .dropdown-toggle:after {
    position: absolute;
    transform: translate(-50%, -50%);
    right: 5%;
    top: 50%;
    border: none;
    content: "\f105";
    font-family: "fontello";
}

@media (min-width: 992px) {
    .main-menu .dropdown-menu .menu-item-has-children:hover>.dropdown-menu {
        display: block !important;
        position: absolute !important;
        left: 100% !important;
        top: 0 !important;
    }
}

@media (max-width: 991px) {
    .main-menu .nav-link {
        padding: 0.75rem !important;
        font-size: 0.9rem;
    }

    .main-menu .dropdown-toggle:after {
        position: absolute;
        right: 0.75rem;
    }

    .main-menu .dropdown-menu {
        padding-left: 2rem;
    }

    .main-menu .dropdown-menu .nav-link:before {
        content: "";
        position: absolute;
        left: 0;
        top: 17px;
        width: 5px;
        height: 5px;
        border: 1px solid #fff;
        border-radius: 50%;
    }

    .main-menu .dropdown-menu .dropdown-toggle:after {
        content: "\f107";
        right: 0.4rem;
    }

    .main-menu .dropdown-menu .current-menu-item>.nav-link {
        background: none !important;
    }

    .main-menu .dropdown-menu .current-menu-item>.nav-link:before {
        background-color: #ce1212;
        border-color: #ce1212;
    }
}

.secondary-nav .menu-icon {
    font-size: 1.3rem;
}

.navbar-dark {
    background: #333;
}

.navbar-dark .navbar-nav .dropdown-toggle:after {
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

.navbar-dark .navbar-nav .current-menu-parent>.nav-link,
.navbar-dark .navbar-nav .current-menu-item>.nav-link {
    background: #444;
}

.navbar-dark .navbar-nav .dropdown-menu {
    background: #333;
    box-shadow: none;
}

.navbar-red {
    background: #ff1e1e;
}

.navbar-red .navbar-nav .dropdown-toggle:after {
    color: #f9f9f9;
}

.navbar-red .navbar-nav .nav-link {
    color: #f9f9f9;
}

.navbar-red .navbar-nav .nav-link:focus,
.navbar-red .navbar-nav .nav-link:hover {
    background: #f31a1a;
}

.navbar-red .navbar-nav .dropdown-menu {
    background: #ff1e1e;
    border: none;
}

.navbar-red .navbar-nav .current-menu-parent>.nav-link,
.navbar-red .navbar-nav .current-menu-item>.nav-link {
    background: #f31a1a;
    color: #f9f9f9;
}

@media only screen and (max-width: 991px) {
    .navbar-boxed {
        position: absolute;
        top: 70px;
        left: 0;
        background: #fff;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .navbar-boxed .navbar-nav {
        padding: 1rem 0;
    }
}

.narbar-fw .dropdown-menu {
    border-radius: 0;
    border: 0;
}

.float-nav .nav-item .menu-icon {
    width: auto;
    height: auto;
    font-size: 24px;
    margin-right: 2rem;
}

.float-nav .nav-item .nav-link {
    border-radius: 0;
    padding: .8rem 1rem;
    color: #555;
    line-height: 2;
}

.float-nav .nav-item .nav-link:focus,
.float-nav .nav-item .nav-link:hover {
    background: #f6f7f7;
    color: #dc3545;
}

.float-nav .nav-item .nav-link .menu-text {
    font-size: .95rem;
}

.float-nav .nav-item.current-menu-item>a {
    background: #f6f7f7;
    color: #dc3545;
}

.float-nav .dropdown-menu {
    border: none;
    border-radius: 0;
    position: relative;
    left: 0;
    top: 0;
    padding: 0;
    margin: 0;
    display: block;
    max-height: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
}

.float-nav .dropdown-menu .menu-icon-wrap {
    text-align: left;
}

.float-nav .dropdown-menu .menu-icon-wrap .menu-icon {
    display: inline-block;
}

.float-nav .dropdown-menu.show {
    max-height: 900px;
    visibility: visible;
}

.float-nav .dropdown-menu .nav-item .nav-link {
    font-size: .95rem;
    font-weight: 400;
}

@media only screen and (max-width: 1300px) {
    .float-nav .menu-title {
        display: none;
    }
}

.nav-top {
    z-index: 10000;
}

.nav-links {
    display: flex;
    flex-direction: row-reverse;
}

.nav-links .nav-previous a,
.nav-links .nav-next a {
    text-decoration: none;
    color: #212529;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Poppins', sans-serif;
    position: relative;
}

.nav-links .nav-previous span,
.nav-links .nav-next span {
    color: #aaa;
}

.nav-links .nav-previous {
    margin-right: 0;
}

.nav-links .nav-next {
    margin-right: auto;
}

.pagination .nav-links {
    margin: 0 auto;
}

.pagination ul.page-numbers {
    display: flex;
    padding-left: 0;
    margin: 0;
    list-style: none;
}

.pagination ul.page-numbers .page-numbers {
    position: relative;
    display: block;
    color: #333;
    text-decoration: none;
    padding: .5rem 1rem;
    margin-right: 1rem;
    border-radius: 3px;
    border: 1px solid #dee2e6;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.pagination ul.page-numbers .page-numbers.current,
.pagination ul.page-numbers .page-numbers:hover {
    background-color: #222;
    color: #fff;
}

.pagination-sm ul.page-numbers .page-numbers {
    padding: .2rem .7rem;
    margin-right: 0;
    border-radius: 0;
}

/** Animate */
@media (min-width: 768px) {
    .animate {
        animation-duration: 0.3s;
        -webkit-animation-duration: 0.3s;
        animation-fill-mode: both;
        -webkit-animation-fill-mode: both;
    }
}

@keyframes slideIn {
    0% {
        transform: translateY(1rem);
        opacity: 0;
    }

    100% {
        transform: translateY(0rem);
        opacity: 1;
    }

    0% {
        transform: translateY(1rem);
        opacity: 0;
    }
}

@-webkit-keyframes slideIn {
    0% {
        -webkit-transform: transform;
        -webkit-opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        -webkit-opacity: 1;
    }

    0% {
        -webkit-transform: translateY(1rem);
        -webkit-opacity: 0;
    }
}

.slideIn {
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
}

/** Form  **/
select,
input[type="text"],
input[type="search"],
input[type="email"],
input[type="password"],
textarea {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #f1f3f4;
    border: 1px solid #ced4da;
    background-clip: padding-box;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
}

select:focus,
input[type="text"]:focus,
input[type="search"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus {
    background-color: #fff !important;
    border-color: #86b7fe;
    outline: none;
}

.form-check-label {
    cursor: pointer;
}

.form-control,
.form-select {
    background-color: #f1f3f4;
}

.form-control:focus,
.form-select:focus {
    background-color: #fff;
}

.checkboxes {
    max-height: 300px;
    overflow: auto;
    padding: 1rem;
}

.checkboxes li {
    margin-bottom: .5rem;
    list-style: none;
}

.form-message textarea {
    height: 100px !important;
}

.selectit input {
    margin-right: .5rem;
}

.taginput-wrap {
    background-color: #f1f3f4;
    border: 1px solid #ccc;
    border-radius: .25rem;
}

.taginput-wrap:focus {
    background-color: #fff;
}

.bootstrap-tagsinput {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    margin-top: 2rem;
    margin-bottom: 1rem;
    width: 100%;
}

.bootstrap-tagsinput .tag {
    font-size: 1rem;
    background: #6c757d;
    padding: 0.1rem .5em;
    border-radius: 3px;
    margin-bottom: 5px;
    display: inline-block;
}

.bootstrap-tagsinput input[type="text"] {
    display: inline-block !important;
    background-color: transparent !important;
}

.bootstrap-tagsinput input[type="text"]:focus {
    background: none !important;
}

.search-form {
    position: relative;
}

.search-form .btn-main {
    z-index: 3;
    position: absolute;
    right: 0;
    top: 0;
}

.search-form .btn-main .btn__icon {
    color: #6c757d;
}

.drag-drop-upload .upload-form__label {
    border: 5px dashed #acadaf;
    width: 100%;
    height: 300px;
    cursor: pointer;
    position: relative;
}

.drag-drop-upload .upload-form__label .icon {
    font-size: 5rem;
    color: #666;
}

.drag-drop-upload .upload-form__label:hover {
    opacity: .9;
}

.drag-drop-upload .upload-form__label h5 {
    color: #aaa;
    font-weight: 400;
}

.drag-drop-upload .progress-wrap {
    display: none;
}

.drag-drop-upload.active .upload-form__label {
    display: none;
}

.drag-drop-upload.active .progress-wrap {
    display: block;
}

.form-avatar .cropper-wrap {
    height: 300px;
    width: 300px;
    margin: 0 auto;
    border-radius: 3px;
    overflow: hidden;
}

.profile-photo-form .img-cropper-wrap {
    height: 250px;
    margin: 0 auto;
    overflow: hidden;
}

.form-regular #source {
    height: 100px;
}

textarea[name="share-embed"] {
    height: 150px !important;
}

.upload-video-form textarea#post_content {
    height: 200px;
}

.form-ajax button[type="submit"] .spinner-border {
    margin-left: 1rem;
    width: 1rem;
    height: 1rem;
}

.form-ajax.form-post-like button[type="submit"] .spinner-border {
    display: none;
}

/** Login  */
body.login p {
    line-height: 2;
}

body.login #login {
    padding: 3% 0 3% 0;
    width: 400px;
}

body.login #login h1 {
    display: none;
}

body.login #login input[type="text"],
body.login #login input[type="email"],
body.login #login input[type="password"] {
    display: block;
    padding: .375rem .75rem;
    font-size: 1rem;
    background: #f1f3f4;
    border: 1px solid #ced4da;
}

body.login #login input[type="text"]:focus,
body.login #login input[type="email"]:focus,
body.login #login input[type="password"]:focus {
    background-color: #fff;
    box-shadow: none;
    outline: none;
    border-color: #ced4da;
}

body.login #login input[type="text"]:-webkit-autofill,
body.login #login input[type="text"]:-webkit-autofill:hover,
body.login #login input[type="text"]:-webkit-autofill:focus,
body.login #login input[type="email"]:-webkit-autofill,
body.login #login input[type="email"]:-webkit-autofill:hover,
body.login #login input[type="email"]:-webkit-autofill:focus,
body.login #login input[type="password"]:-webkit-autofill,
body.login #login input[type="password"]:-webkit-autofill:hover,
body.login #login input[type="password"]:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px #f1f3f4 inset;
    -webkit-text-fill-color: #212529;
}

body.login #login form {
    border: none;
    border-radius: 3px;
    padding: 2.5rem;
}

body.login #login form label {
    margin-bottom: 1rem;
}

body.login #login form input[type="submit"] {
    width: 100%;
    padding: .2rem;
    font-size: 1rem;
    background-color: #ce1e1e;
    border: 1px solid #ce1e1e;
    border-radius: 35px;
    outline: none;
    box-shadow: none;
}

body.login #login #loginform #wp-submit {
    margin-top: 2rem;
}

body.login #login .wp-hide-pw {
    outline: none;
    box-shadow: none;
    border: none;
}

@media only screen and (max-width: 425px) {
    body.login #login {
        width: 95%;
    }
}

/** Site Main content  */
.content-container-fluid.header-template-1 .site-main {
    margin-top: 70px;
}

/** Post Grid **/
.post-thumbnail {
    overflow: hidden;
}

.post-thumbnail img {
    transition: transform .7s;
}

.post-thumbnail:hover img {
    transform: scale(1.1);
}

.more-link {
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: #212529;
}

.post-title {
    font-size: 1rem;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.post-title a {
    font-weight: 600;
    text-decoration: none;
    color: #212529;
}

.post-title-md {
    font-size: 1.4rem;
}

.post-title-lg {
    font-size: 1.6rem;
}

.post-title-xl {
    font-size: 1.8rem;
}

.post-title-xxl {
    font-size: 2rem;
}

.type-video .post-thumbnail img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
}

.type-video .post-thumbnail .video-length {
    position: absolute;
    right: 0.75rem;
    top: 0.75rem;
    left: auto;
    display: inline-block;
}

.post-meta__items {
    font-size: 13px;
    color: #aaa;
    text-decoration: none;
    position: relative;
}

.post-meta__items a {
    color: #aaa;
    text-decoration: none;
}

.post-meta__items .icon {
    font-size: 1em;
}

.post-meta__items>div {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}

.post-meta__items>div:last-child {
    margin-right: 0;
}

.post-meta__items .user-avatar {
    width: 35px;
    height: 35px;
}

@media only screen and (max-width: 375px) {
    .post-meta__items .user-avatar {
        width: 25px;
        height: 25px;
    }

    .post-meta__items .user-avatar img {
        padding: 0;
    }

    .post-meta__items .comment-box {
        padding: 1px 7px;
    }
}

.post-meta__author {
    font-size: 0.9rem;
    color: #aaa;
    text-decoration: none;
}

.post-meta__author a {
    color: #aaa;
    text-decoration: none;
}

.comment-box {
    background: #aaa;
    color: #fff;
    padding: 2px 9px;
    font-size: 11px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
}

.comment-box .comment-link {
    color: #fff;
}

.comment-box:before {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #aaa;
    bottom: -5px;
    content: '';
    left: 50%;
    margin-left: -5px;
    position: absolute;
}

.comment-box:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #aaa;
    bottom: -5px;
    content: '';
    left: 50%;
    margin-left: -5px;
    position: absolute;
}

.comment-box:hover {
    background: #222;
}

.comment-box:hover:before,
.comment-box:hover:after {
    border-top-color: #222;
}

.post-options .btn__icon {
    font-size: 1.5rem;
    color: #6c757d;
}

.video-length {
    font-size: 13px;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    width: auto;
    height: auto;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.video-hover {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: 0;
}

.video-hover:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .7;
}

.video-hover:hover {
    opacity: 1;
}

.video-hover:hover+.video-length {
    background: #ce1e1e;
}

.video-hover span {
    font-size: 40px;
    color: #fff;
}

.bg-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #f2f2f2;
    background: linear-gradient(180deg, rgba(242, 242, 242, 0) 0%, black 100%);
}

.view-more-url span.badge {
    font-weight: 400;
    background-color: #222 !important;
    border: 1px solid #333;
    letter-spacing: 0;
}

.view-more-url span.badge:hover {
    background-color: #111 !important;
}

.post-excerpt,
.post-content {
    line-height: 2;
}

.post-excerpt p,
.post-content p {
    word-wrap: break-word;
}

.post-tags:not(.post-category) a {
    position: relative;
    font-size: 12px;
    display: inline-block;
    color: #222;
    background-color: #f5f5f5;
    margin: 5px;
    text-decoration: none;
    padding: 1px 7px;
    text-transform: capitalize;
}

.post-tags:not(.post-category) a:hover {
    background: #444;
    color: #fff;
}

.post-category a {
    color: #2f85dc;
    font-weight: 700;
    text-transform: uppercase;
    font-size: .9rem;
    text-decoration: none;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    font-family: 'Poppins', sans-serif;
}

.post-category a:hover {
    text-decoration: underline;
}

.post-category .sep {
    color: #aaa;
}

.post-category.post-tags a {
    background: #111;
    border: 1px solid #333;
    color: #fff;
    padding: .2rem .5rem;
    font-weight: 600;
    text-transform: uppercase;
    font-size: .85rem;
}

.post-category.post-tags a:hover {
    text-decoration: none;
}

.hentry.sticky {
    background: #fdffde;
}

.social-share .meks_ess {
    margin-bottom: 0;
}

.modal-body .social-share {
    margin-bottom: 1rem;
}

.has-large-font-size {
    font-size: 2rem;
}

.has-small-font-size {
    font-size: .95rem;
}

.js-read.js-more {
    max-height: 4rem;
    overflow: hidden;
}

.js-read-toggler span {
    font-size: 1.5rem;
}

.js-read-less span:before {
    content: "\f102";
}

.tagcloud a {
    margin-right: .5rem;
    margin-bottom: .5rem;
    text-decoration: none;
}

.tagcloud a:hover {
    text-decoration: underline;
}

.post-main {
    position: relative;
}

.post-main .post-meta__items {
    position: absolute;
    left: 0.75rem;
    top: 0.75rem;
    color: #fff;
}

.post-main .post-meta__items>div {
    display: block;
    background: rgba(0, 0, 0, 0.7);
    padding: 2px 5px;
    border-radius: 3px;
    color: #fff;
    margin-right: 0;
    margin-bottom: 10px;
}

.post-main .post-meta__items>div a {
    color: #fff;
}

.post-main .post-meta__items>div:before {
    content: none;
}

.post-grid-list_xs .post-thumbnail {
    width: 120px;
}

.post-grid-list_xs .video-length {
    top: 5px !important;
    right: 5px !important;
    padding: 4px;
}

.post-grid-list_xs .icon-play {
    font-size: 30px;
}

.post-grid-list_sm .post-thumbnail {
    width: 140px;
}

.post-grid-list_sm .video-hover span {
    font-size: 30px;
}

.post-grid-list_sm .icon-play {
    font-size: 30px;
}

.post-grid-list_md .post-thumbnail {
    width: 180px;
}

.post-grid-list_md .video-hover span {
    font-size: 40px;
}

.post-grid-list_lg .post-thumbnail {
    width: 300px;
}

.post-grid-list_xl .post-thumbnail {
    width: 350px;
}

.post-grid-list_xxl .post-thumbnail {
    width: 400px;
}

.post-list-wrap .post-thumbnail {
    width: 150px;
}

.post-grid .post-meta__title {
    display: -webkit-box;
    max-height: 3.2rem;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    line-height: 1.5;
}

.post-grid .post-title-lg,
.post-grid .post-title-xl,
.post-grid .post-title-xxl {
    max-height: 4.2rem;
}

.post-grid .post-meta_author {
    margin: .3rem 0;
}

.post-grid .post-excerpt {
    font-size: 1rem;
}

.post-grid.post-grid-dark .post-item:hover {
    opacity: .8;
}

.post-grid.post-grid-dark .post-item .post-meta_author a,
.post-grid.post-grid-dark .post-item .post-title a {
    color: #f9f9f9 !important;
}

.post-grid.post-grid-dark .post-item .post-meta__items {
    color: #f9f9f9;
}

.post-grid.post-grid-dark .post-item .post-meta__items a {
    color: #f9f9f9;
}

.post-grid.post-grid-dark::-webkit-scrollbar {
    width: 8px;
    background-color: #333;
}

.post-grid.post-grid-dark::-webkit-scrollbar-thumb {
    background-color: #666;
}

@media only screen and (max-width: 1024px) {
    .post-grid .post-title-xl {
        font-size: 1.5rem;
    }

    .post-grid .post-title-xxl {
        font-size: 1.7rem;
    }
}

@media only screen and (max-width: 768px) {

    .post-grid .post-title-lg,
    .post-grid .post-title-xl,
    .post-grid .post-title-xxl {
        font-size: 1.4rem;
    }
}

@media only screen and (max-width: 480px) {

    .post-grid .post-title-lg,
    .post-grid .post-title-xl,
    .post-grid .post-title-xxl {
        font-size: 1.2rem;
    }
}

@media only screen and (max-width: 380px) {

    .post-grid .post-title-md,
    .post-grid .post-title-lg,
    .post-grid .post-title-xl,
    .post-grid .post-title-xxl {
        font-size: 1rem;
    }
}

.post-grid-grid.post-grid-avatar-size-sm .post-excerpt {
    padding-left: 3rem;
}

.post-grid-grid.post-grid-avatar-size-md .post-excerpt {
    padding-left: 3.5rem;
}

.post-grid-grid.post-grid-avatar-size-lg .post-excerpt {
    padding-left: 5rem;
}

.post-grid-grid.post-grid-avatar-size-l .post-excerpt {
    padding-left: 6.5rem;
}

.post-grid-grid.post-grid-avatar-size-xl .post-excerpt {
    padding-left: 9rem;
}

.post-grid-overlay .avatar {
    padding: 0;
}

.post-grid-overlay .post-bottom {
    position: absolute;
    left: 1.5rem;
    bottom: 1.5rem;
    margin: 0 !important;
    padding: 0;
    color: #f9f9f9;
    align-items: center !important;
}

.post-grid-overlay .post-bottom .post-title {
    display: -webkit-box;
    max-height: 3.2rem;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 1;
}

.post-grid-overlay .post-bottom .post-title a {
    color: #f9f9f9;
}

.post-grid-overlay .post-meta__author {
    color: #aaa;
}

.post-grid-overlay .post-meta__author a {
    color: #aaa;
}

.post-grid-overlay:not(.post-grid-avatar) .post-bottom .post-meta__items {
    color: #f9f9f9;
}

.post-grid-overlay:not(.post-grid-avatar) .post-bottom .post-meta__items a {
    color: #f9f9f9;
}

@media only screen and (max-width: 767px) {
    .post-grid-overlay .post-bottom {
        left: 0.75rem;
        bottom: 0.75rem;
    }
}

.post-grid-no-margin .row {
    margin-left: 0;
    margin-right: 0;
}

.post-grid-no-margin .post-item {
    padding-left: 0;
    padding-right: 0;
}

.post-grid-no-margin .post-main,
.post-grid-no-margin .post-thumbnail {
    border-radius: 0 !important;
}

.post-grid-no-margin .slick-list {
    margin-left: 0;
    margin-right: 0;
}

.post-grid-no-margin .slick-list .slick-slide {
    padding-left: 0;
    padding-right: 0;
}

.post-grid-no-margin.post-grid-slick {
    padding-left: 0;
    padding-right: 0;
}

.post-grid-no-margin.post-grid-slick .slick-list {
    margin: 0 !important;
}

.post-grid-no-margin.post-grid-slick .slick-list .slick-slide {
    padding: 0 !important;
}

@media only screen and (max-width: 500px) {
    .post-grid-no-margin .slick-list .slick-slide {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.flat-posts {
    height: 500px;
    width: 100%;
}

.flat-posts article {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.flat-posts article .bg-thumbnail {
    transition: transform .7s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.flat-posts article:hover .bg-thumbnail {
    transform: scale(1.1);
}

.flat-posts .post-bottom {
    color: #f9f9f9;
    position: absolute;
    bottom: 1.5rem;
    left: 1.5rem;
    max-width: 90%;
}

.flat-posts .post-title a {
    color: #f9f9f9;
    display: -webkit-box;
    max-height: 6rem;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
}

.flat-posts .post-meta__items {
    color: #f9f9f9;
}

.flat-posts .post-meta__items a {
    color: #f9f9f9;
}

.flat-posts .post-meta__author {
    color: #f9f9f9;
}

.flat-posts .post-meta__author a {
    color: #f9f9f9;
}

.flat-posts .video-length {
    position: absolute;
    right: 10px;
    top: 10px;
    left: auto;
    display: inline-block;
}

.flat-posts .large-post-wrap {
    width: 60%;
    float: left;
    height: 100%;
}

.flat-posts .large-post-wrap .post-title {
    font-size: 1.5rem;
}

.flat-posts .small-posts-wrap {
    width: 40%;
    float: left;
    height: 100%;
}

.flat-posts .small-posts-wrap .post-title {
    font-size: 1rem;
}

.flat-posts .small-posts-wrap .small-post-wide {
    width: 100%;
    height: 50%;
}

.flat-posts .small-posts-wrap .small-post-small {
    width: 50%;
    height: 50%;
    float: left;
}

@media only screen and (max-width: 1400px) {
    .flat-posts {
        height: 450px;
    }
}

@media only screen and (max-width: 1024px) {
    .flat-posts .large-post-wrap {
        width: 55%;
    }

    .flat-posts .small-posts-wrap {
        width: 45%;
    }

    .flat-posts .small-posts-wrap .post-title {
        font-size: 1.1rem;
    }
}

@media only screen and (max-width: 767px) {
    .flat-posts {
        height: 1000px;
    }

    .flat-posts .large-post-wrap,
    .flat-posts .small-posts-wrap {
        width: 100%;
        height: 500px;
    }

    .flat-posts .post-bottom {
        bottom: 10px;
        left: 0.75rem;
    }
}

@media only screen and (max-width: 480px) {
    .flat-posts {
        height: 1000px;
    }

    .flat-posts .large-post-wrap {
        height: 400px;
    }

    .flat-posts .large-post-wrap .post-title {
        font-size: 1.2rem;
    }

    .flat-posts .small-posts-wrap {
        height: 600px;
    }

    .flat-posts .small-posts-wrap .small-post {
        width: 100%;
    }

    .flat-posts .small-posts-wrap .small-post.small-post-wide {
        height: 200px;
    }

    .flat-posts .small-posts-wrap .small-post.small-post-small {
        height: 200px;
    }
}

.post-grid-slick {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    overflow: hidden;
}

@media only screen and (max-width: 380px) {

    .post-grid-list_md .post-thumbnail,
    .post-grid-list_lg .post-thumbnail,
    .post-grid-list_xl .post-thumbnail,
    .post-grid-list_xxl .post-thumbnail {
        width: 140px;
    }
}

@media only screen and (max-width: 767px) {

    .post-grid-list_lg .post-body,
    .post-grid-list_xl .post-body,
    .post-grid-list_xxl .post-body {
        display: block !important;
    }

    .post-grid-list_lg .post-body .post-main,
    .post-grid-list_xl .post-body .post-main,
    .post-grid-list_xxl .post-body .post-main {
        margin: 0 !important;
        width: 100%;
    }

    .post-grid-list_lg .post-body .post-bottom,
    .post-grid-list_xl .post-body .post-bottom,
    .post-grid-list_xxl .post-body .post-bottom {
        margin-top: 1rem;
    }

    .post-grid-list_lg .post-thumbnail,
    .post-grid-list_xl .post-thumbnail,
    .post-grid-list_xxl .post-thumbnail {
        width: 100%;
    }
}

@media only screen and (max-width: 992px) {
    .post-title-lg {
        font-size: 1.4rem;
    }

    .post-title-xl {
        font-size: 1.6rem;
    }

    .post-title-xxl {
        font-size: 1.8rem;
    }
}

@media only screen and (max-width: 1300px) {

    .video-length,
    .post-meta__items {
        font-size: 11px;
    }
}

/** Activity **/
.activity-item .post-title {
    font-size: 1.1rem;
}

.activity-item .comment-count a {
    text-decoration: none;
    color: #a0a1a3;
    font-size: .95rem;
}

@media only screen and (max-width: 700px) {
    .activity-item .user-avatar {
        width: 45px;
        height: 45px;
    }

    .activity-item .post-title {
        font-size: 1rem;
    }
}

/** Sidebar */
.li-post-count {
    position: absolute;
    right: 0;
    top: 10px;
    color: #aaa;
    font-size: .9rem;
}

.widget-title-wrap {
    border-bottom: 1px solid #e9ecef;
    margin-bottom: 1.5rem;
    z-index: 2;
}

.widget-title {
    letter-spacing: 1px;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.5rem;
    margin-bottom: 1rem;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    color: #666;
}

.widget-title:after {
    content: "";
    position: absolute;
    height: 4px;
    width: 50px;
    left: 0;
    bottom: -1rem;
    background: #ce1212;
}

.widget-title.no-after:after {
    content: none;
}

.widget-title .view-more {
    font-size: .9rem;
}

.widget-title .title-icon {
    font-size: 1rem;
    background: #ce1212;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    margin-right: 1rem;
}

.widget_archive ul,
.widget_categories ul,
.widget_pages ul,
.widget_meta ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_rss ul,
.widget_nav_menu ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.widget_archive ul li,
.widget_categories ul li,
.widget_pages ul li,
.widget_meta ul li,
.widget_recent_comments ul li,
.widget_recent_entries ul li,
.widget_rss ul li,
.widget_nav_menu ul li {
    display: block;
    width: 100%;
    padding: .7rem 0;
    text-align: inherit;
    position: relative;
    border-bottom: 1px solid #f5f5f5;
}

.widget_archive ul li:first-child,
.widget_categories ul li:first-child,
.widget_pages ul li:first-child,
.widget_meta ul li:first-child,
.widget_recent_comments ul li:first-child,
.widget_recent_entries ul li:first-child,
.widget_rss ul li:first-child,
.widget_nav_menu ul li:first-child {
    padding-top: 0;
}

.widget_archive ul li a,
.widget_categories ul li a,
.widget_pages ul li a,
.widget_meta ul li a,
.widget_recent_comments ul li a,
.widget_recent_entries ul li a,
.widget_rss ul li a,
.widget_nav_menu ul li a {
    text-decoration: none;
    clear: both;
    color: #212529;
    display: block;
    position: relative;
    padding: 0 1.5rem;
    font-size: 1rem;
}

.widget_archive ul li a:before,
.widget_categories ul li a:before,
.widget_pages ul li a:before,
.widget_meta ul li a:before,
.widget_recent_comments ul li a:before,
.widget_recent_entries ul li a:before,
.widget_rss ul li a:before,
.widget_nav_menu ul li a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 7px;
    height: 7px;
    border: 1px solid #ce1212;
    border-radius: 50%;
}

.widget_archive ul li a:hover:before,
.widget_categories ul li a:hover:before,
.widget_pages ul li a:hover:before,
.widget_meta ul li a:hover:before,
.widget_recent_comments ul li a:hover:before,
.widget_recent_entries ul li a:hover:before,
.widget_rss ul li a:hover:before,
.widget_nav_menu ul li a:hover:before {
    background: #ce1212;
}

.widget_archive ul li .children,
.widget_categories ul li .children,
.widget_pages ul li .children,
.widget_meta ul li .children,
.widget_recent_comments ul li .children,
.widget_recent_entries ul li .children,
.widget_rss ul li .children,
.widget_nav_menu ul li .children {
    padding-left: 1.5rem;
    padding-top: 1.5rem;
}

.widget_archive ul li:last-child,
.widget_categories ul li:last-child,
.widget_pages ul li:last-child,
.widget_meta ul li:last-child,
.widget_recent_comments ul li:last-child,
.widget_recent_entries ul li:last-child,
.widget_rss ul li:last-child,
.widget_nav_menu ul li:last-child {
    border-bottom: none !important;
    padding-bottom: 0 !important;
}

.widget_nav_menu .sub-menu {
    padding-left: 1.5rem;
    padding-top: 1rem;
}

.widget_recent_comments ul li a,
.widget_recent_entries ul li a,
.widget_rss ul li a {
    display: inline-block;
    padding: 0;
}

.widget_recent_comments ul li a:before,
.widget_recent_entries ul li a:before,
.widget_rss ul li a:before {
    content: none;
}

.widget_recent_comments ul li .comment-author-link,
.widget_recent_entries ul li .comment-author-link,
.widget_rss ul li .comment-author-link {
    font-weight: 600;
}

.widget_recent_comments ul li .rssSummary,
.widget_recent_entries ul li .rssSummary,
.widget_rss ul li .rssSummary {
    color: #666;
    font-style: italic;
}

.wp-block-tag-cloud a,
.tagcloud a {
    font-size: 0.9rem !important;
    background-color: #e9ecef;
    color: #212529;
    padding: .2rem .5rem;
    margin: 4px;
    display: inline-block;
    text-decoration: none;
    border-radius: 3px;
}

.wp-block-tag-cloud a:hover,
.tagcloud a:hover {
    opacity: .5;
    text-decoration: none;
}

.wp-calendar-nav {
    display: flex;
    justify-content: space-between;
}

.wp-calendar-nav a {
    font-weight: 600;
    color: #212529;
}

.comments-widget ul li:last-child {
    border-bottom: none !important;
}

.widget_rss .rss-widget-icon {
    margin-right: .7rem;
}

.widget_rss .rss-date {
    color: #aaa;
    font-size: .9rem;
    display: block;
}

.widget_rss .rssSummary {
    font-size: .9rem;
}

.user-list-widget .user-wrap {
    margin-right: 2rem;
}

.user-list-widget .user-name {
    font-size: 1rem;
}

.user-list-widget .video-count {
    font-size: .85rem;
    color: #aaa;
}

.widget-videos-playlist .total-score {
    display: none;
}

.widget-videos-playlist iframe {
    background: #000;
}

.widget-videos-playlist .post-grid {
    overflow-x: hidden;
    overflow-y: scroll;
}

.widget-videos-playlist .post-grid .post-item {
    position: relative;
    border-bottom: 1px solid #ececec;
}

.widget-videos-playlist .post-grid .post-item.active {
    background: #eee;
}

.widget-videos-playlist .post-grid .post-item.active:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 3px;
    top: 0;
    left: 0;
    background: #666;
}

.widget-videos-playlist .post-grid .post-item .post-title {
    font-size: .95rem;
}

.widget-videos-playlist .post-grid-dark .post-item {
    border-bottom: 1px solid #222;
}

.widget-videos-playlist .post-grid-dark .post-item.active {
    background: #222;
}

.widget-videos-playlist .post-grid-dark.border {
    border: 1px solid #222 !important;
}

@media only screen and (max-width: 1330px) {
    .widget-videos-playlist .embed-wrap .ratio:before {
        padding-top: calc(9 / 16 * 100%);
    }

    .widget-videos-playlist .post-grid-list_sm .post-thumbnail,
    .widget-videos-playlist .post-grid-list_md .post-thumbnail {
        width: 120px;
    }
}

.widget {
    margin-bottom: 1.5rem;
    position: relative;
}

.widget p {
    line-height: 2;
}

.widget [class*=wp-block-] {
    margin-bottom: 0;
}

.widget-footer .post-grid-list .post-item:last-child,
.widget-primary .post-grid-list .post-item:last-child {
    margin-bottom: 0 !important;
}

.widget-footer .post-grid-grid .row-cols-sm-1 .post-item:last-child,
.widget-footer .post-grid-grid .row-cols-lg-1 .post-item:last-child,
.widget-footer .post-grid-grid .row-cols-xl-1 .post-item:last-child,
.widget-footer .post-grid-grid .row-cols-xxl-1 .post-item:last-child,
.widget-primary .post-grid-grid .row-cols-sm-1 .post-item:last-child,
.widget-primary .post-grid-grid .row-cols-lg-1 .post-item:last-child,
.widget-primary .post-grid-grid .row-cols-xl-1 .post-item:last-child,
.widget-primary .post-grid-grid .row-cols-xxl-1 .post-item:last-child {
    margin-bottom: 0 !important;
}

.widget-footer .post-grid-grid .row-cols-sm-2 .post-item:nth-last-child(-n+2),
.widget-footer .post-grid-grid .row-cols-lg-2 .post-item:nth-last-child(-n+2),
.widget-footer .post-grid-grid .row-cols-xl-2 .post-item:nth-last-child(-n+2),
.widget-footer .post-grid-grid .row-cols-xxl-2 .post-item:nth-last-child(-n+2),
.widget-primary .post-grid-grid .row-cols-sm-2 .post-item:nth-last-child(-n+2),
.widget-primary .post-grid-grid .row-cols-lg-2 .post-item:nth-last-child(-n+2),
.widget-primary .post-grid-grid .row-cols-xl-2 .post-item:nth-last-child(-n+2),
.widget-primary .post-grid-grid .row-cols-xxl-2 .post-item:nth-last-child(-n+2) {
    margin-bottom: 0 !important;
}

@media (max-width: 576px) {

    .widget-footer .post-grid-grid .row-cols-1 .post-item.mb-5:last-child,
    .widget-primary .post-grid-grid .row-cols-1 .post-item.mb-5:last-child {
        margin-top: 3rem;
        margin-bottom: 3rem !important;
    }

    .widget-footer .post-grid-grid .row-cols-1 .post-item.mb-4:last-child,
    .widget-primary .post-grid-grid .row-cols-1 .post-item.mb-4:last-child {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem !important;
    }

    .widget-footer .post-grid-grid .row-cols-1 .post-item.mb-3:last-child,
    .widget-primary .post-grid-grid .row-cols-1 .post-item.mb-3:last-child {
        margin-top: 1rem;
        margin-bottom: 1rem !important;
    }

    .widget-footer .post-grid-grid .row-cols-1 .post-item.mb-2:last-child,
    .widget-primary .post-grid-grid .row-cols-1 .post-item.mb-2:last-child {
        margin-top: .5rem;
        margin-bottom: 0.5rem !important;
    }
}

.widget-elementor {
    margin-bottom: 0;
}

.widget-elementor .navigation {
    margin-bottom: 1.5rem !important;
}

.sidebar.sidebar-primary.sticky-top {
    top: 100px;
    z-index: 90;
}

.sidebar-primary .widget {
    padding: 1.5rem;
    background: #fff;
}

.sidebar-primary .widget .widget-title-wrap .widget-title:after {
    content: none;
}

.sidebar-primary .post-grid .icon-play {
    font-size: 30px;
}

@media only screen and (max-width: 1400px) {

    .sidebar-primary .post-grid-list_sm .post-thumbnail,
    .sidebar-primary .post-grid-list_md .post-thumbnail,
    .sidebar-primary .post-grid-list_lg .post-thumbnail,
    .sidebar-primary .post-grid-list_xl .post-thumbnail,
    .sidebar-primary .post-grid-list_xxl .post-thumbnail {
        width: 130px;
    }
}

@media only screen and (min-width: 576px) {
    .sidebar-primary .post-grid-1-cols .post-item:nth-last-child(-n+1) {
        margin-bottom: 0 !important;
    }

    .sidebar-primary .post-grid-2-cols .post-item:nth-last-child(-n+2) {
        margin-bottom: 0 !important;
    }

    .sidebar-primary .post-grid-3-cols .post-item:nth-last-child(-n+3) {
        margin-bottom: 0 !important;
    }

    .sidebar-primary .post-grid-4-cols .post-item:nth-last-child(-n+4) {
        margin-bottom: 0 !important;
    }

    .sidebar-primary .post-grid-6-cols .post-item:nth-last-child(-n+2) {
        margin-bottom: 0 !important;
    }

    .sidebar-primary .post-grid-12-cols .post-item:nth-last-child(-n+1) {
        margin-bottom: 0 !important;
    }
}

.sidebar-secondary {
    position: fixed;
    width: 200px;
    top: 70px;
    bottom: 0;
    left: 0;
    z-index: 10000;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
    overflow-y: scroll;
    overflow-x: hidden;
}

.sidebar-secondary.active {
    left: 0;
}

@media only screen and (max-width: 1300px) {
    .sidebar-secondary {
        width: 50px;
    }

    .sidebar-secondary .widget-title-wrap {
        display: none;
    }

    .sidebar-secondary .user-list-widget .user-meta {
        display: none;
    }
}

@media only screen and (max-width: 1200px) {
    .sidebar-secondary {
        left: -200px;
    }
}

.sidebar-secondary .widgettitle {
    letter-spacing: 1px;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.5rem;
    position: relative;
    margin-bottom: 1rem;
}

.sidebar-secondary .main-nav .dropdown-toggle::after {
    position: absolute;
    right: 1.5rem;
    top: 12px;
    color: #666;
}

.sidebar-secondary .widget .widget-title:after {
    content: none;
}

.sidebar-secondary .widget .widget-title-wrap {
    margin-bottom: 1rem;
}

.sidebar-secondary .user-list-widget .user-wrap {
    margin-right: 2rem;
}

.sidebar-secondary .user-list-widget .user-avatar {
    width: 24px;
    height: 24px;
}

.sidebar-secondary .user-list-widget .user-avatar img {
    padding: 0;
}

.sidebar-secondary .user-list-widget .user-name {
    font-family: 'Poppins', sans-serif;
}

.sidebar-secondary .user-list-widget .user-name a {
    font-weight: 400 !important;
    font-size: .95rem;
}

.sidebar-secondary+.site-main {
    padding-left: 200px;
}

.sidebar-secondary+.site-main .page-main {
    padding-left: .75rem;
    padding-right: .75rem;
}

@media only screen and (max-width: 1300px) {
    .sidebar-secondary+.site-main {
        padding-left: 50px;
    }
}

@media only screen and (max-width: 1200px) {
    .sidebar-secondary+.site-main {
        padding-left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .sidebar-secondary+.site-main .page-main {
        padding-left: 0;
        padding-right: 0;
    }
}

.sidebar-secondary+.site-main+.site-footer {
    padding-left: 200px;
}

@media only screen and (max-width: 1300px) {
    .sidebar-secondary+.site-main+.site-footer {
        padding-left: 50px;
    }
}

@media only screen and (max-width: 1200px) {
    .sidebar-secondary+.site-main+.site-footer {
        padding-left: 0;
    }
}

.sidebar-secondary-active {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
}

.sidebar-secondary-active .body-overlay {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .95;
    z-index: 9999;
}

.sidebar-secondary-active .navbar-toggler span:before {
    content: "\f142";
}

.sidebar-secondary-active .sidebar-secondary {
    width: 200px;
    left: 0 !important;
}

.sidebar-secondary-active .sidebar-secondary .menu-title {
    display: inline-block;
}

.sidebar-secondary-active .sidebar-secondary .user-list-widget .user-meta {
    display: block;
}

@media only screen and (max-width: 480px) {
    .sidebar-secondary-active .sidebar-secondary {
        width: 100%;
    }
}

.admin-bar.content-container-fluid .sidebar-secondary {
    top: 102px;
}

@media only screen and (max-width: 768px) {
    .admin-bar.content-container-fluid .sidebar-secondary {
        top: 116px;
    }
}

.admin-bar.content-container-fluid .sidebar.sidebar-primary.sticky-top {
    top: 130px;
    z-index: 90;
}

/** Comment **/
.cancel-reply-text {
    font-size: .8em;
}

.comments-list .comment-avatar {
    float: left;
}

.comments-list .comment-author-name {
    font-size: .9rem;
    font-weight: 600;
}

.comments-list .comment-date {
    font-size: .9rem;
    color: #767676;
}

.comments-list .comment-text {
    padding-left: 5.5rem;
    line-height: 2;
}

.comments-list .comment-text-js {
    height: 6rem;
    overflow: hidden;
}

.comments-list .comment-text-js .bg-overlay {
    background: linear-gradient(180deg, rgba(242, 242, 242, 0) 0%, white 100%);
}

.comments-list .comment-text-js .comment-show-more {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    text-transform: capitalize;
}

.comments-list .comment-text-js .comment-show-less {
    display: none;
    text-transform: capitalize;
}

.comments-list .comment-text-js.show-less {
    height: auto;
}

.comments-list .comment-text-js.show-less .bg-overlay {
    display: none;
}

.comments-list .comment-text-js.show-less .comment-show-more {
    display: none;
}

.comments-list .comment-text-js.show-less .comment-show-less {
    display: block;
}

.comments-list .pingback,
.comments-list .trackback,
.comments-list .review,
.comments-list .comment {
    border-bottom: 1px solid #f3f3f3;
    padding: 1rem 1.5rem;
}

.comments-list .pingback:last-child,
.comments-list .trackback:last-child,
.comments-list .review:last-child,
.comments-list .comment:last-child {
    border-bottom: none !important;
    margin-bottom: 0;
    padding-bottom: 0;
}

.comments-list .pingback .btn__icon,
.comments-list .trackback .btn__icon,
.comments-list .review .btn__icon,
.comments-list .comment .btn__icon {
    color: #767676;
    font-size: 1rem;
}

.comments-list .pingback .comment-text,
.comments-list .trackback .comment-text {
    padding-left: 0;
}

.comments-list ul.children {
    list-style: none;
    padding-left: 50px;
}

.comments-list ul.children .user-avatar {
    width: 50px;
    height: 50px;
}

.comments-list ul.children .comment {
    padding-right: 0;
}

@media (max-width: 480px) {
    .comments-list ul.children {
        padding-left: 0;
    }

    .comments-list ul.children .comment {
        padding-left: 0;
    }
}

.comments-list .toggle-replies-link,
.comments-list .comment-reply-link,
.comments-list .comment-reply-login {
    font-size: .85rem;
    text-decoration: none;
    font-weight: bold;
    color: #212529;
    text-transform: uppercase;
}

.comments-list .toggle-replies-link {
    color: #2f85dc;
}

.comments-list .comment-reply-title {
    font-size: 1rem;
    position: relative;
}

.comments-list .comment-reply-title small {
    position: absolute;
    right: 0;
}

.comments-list .toggle-replies-link.active span:before {
    content: '\f106';
}

.comments-list .comment-form {
    padding: 1.5rem !important;
}

.comments-list.widget .user-avatar {
    width: 60px;
    height: 60px;
}

.comment-respond .must-log-in a {
    color: #212529;
}

.comment-respond .comment-notes {
    color: #0dcaf0;
}

.comment-respond .comment-avatar {
    display: inline-block;
    float: left;
}

.comment-respond .comment-form {
    padding: 1.5rem 2.5rem;
}

.comment-respond .respond-area {
    overflow: hidden;
}

.comment-respond textarea#comment {
    min-height: 70px;
}

.comment-respond .form-submit {
    padding: .5rem;
    margin: 0;
    border-top: 1px solid #e9ecef;
    display: flex;
}

.comment-respond .form-submit button[type="submit"] {
    border-radius: 35px;
    background: #333;
    border: none;
}

.comments-ajax ul.children {
    display: none;
}

@media only screen and (max-width: 480px) {
    .comments-list .user-avatar {
        width: 50px;
        height: 50px;
    }

    .comments-list .comment-text {
        padding-left: 0;
    }
}

/** Profile **/
.user-avatar {
    position: relative;
    width: 40px;
    height: 40px;
}

.user-avatar img {
    border-radius: 50% !important;
}

.user-avatar.is-online:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    content: '\e811';
    color: #15e315;
    position: absolute;
    right: .45em;
    bottom: 0em;
    line-height: 1rem;
    z-index: 1;
}

.user-avatar.is-online:after {
    content: "";
    background: #fff;
    position: absolute;
    right: .37em;
    bottom: 0em;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    line-height: 1rem;
}

.user-avatar-sm {
    width: 30px;
    height: 30px;
}

.user-avatar-md {
    width: 40px;
    height: 40px;
}

.user-avatar-lg {
    width: 60px;
    height: 60px;
}

.user-avatar-xl {
    width: 80px;
    height: 80px;
}

.user-avatar-xxl {
    width: 120px;
    height: 120px;
}

.profile-top {
    padding-bottom: 30px;
}

.profile-top .profile-header {
    width: 100%;
    position: relative;
}

.profile-top .profile-header:before {
    display: block;
    padding-top: calc(5 / 26 * 100%);
    content: "";
}

@media only screen and (max-width: 1000px) {
    .profile-top .profile-header {
        height: 170px;
    }
}

.profile-top .profile-header__photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.profile-top .profile-header__photo .profile-photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #e9ecef;
}

.profile-top .profile-header__avatar {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    text-align: center;
    height: auto;
    width: auto;
    top: auto;
}

.profile-top .author-info {
    text-align: center;
    padding-top: 80px;
}

.profile-top .author-info .author-name {
    font-size: 1.4rem;
}

.profile-nav.navbar .nav-link {
    font-size: .9rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #6c757d;
    position: relative;
    padding: .5rem 1rem;
}

.profile-nav.navbar .nav-link.active:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    background: #ce1e1e;
    left: 0;
    bottom: -7px;
}

@media only screen and (max-width: 1000px) {
    .profile-nav.navbar .nav-link.active:after {
        width: 3px;
        height: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
}

.profile-menu__right {
    top: 0;
    right: 1.5rem;
}

.profile-forums #bbpress-forums #bbp-user-navigation .nav-link {
    background: none;
    padding: 0.5rem 1rem !important;
}

.profile-forums #bbpress-forums #bbp-user-navigation .nav-link.active:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    left: 0;
    bottom: 0;
    background: #ce1e1e;
}

.profile-forums #bbpress-forums .entry-title {
    font-size: 1.2rem;
}

.btn-follow {
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 1rem;
}

.btn-follow.btn-danger {
    background: #ce1e1e;
}

@media only screen and (min-width: 1200px) {
    .profile-main .container {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

@media only screen and (max-width: 1200px) {
    .profile-main .profile-menu__right {
        right: 0.75rem;
    }
}

/** Dashboard **/
.user-dashboard .col_sidebar,
.user-dashboard .col_main {
    height: calc(100vh - 70px);
    overflow-y: auto;
}

.user-dashboard .col_sidebar {
    background: #222;
    border-right: 1px solid #222;
}

.user-dashboard .col_sidebar .navbar-nav .nav-link {
    font-weight: 400;
    color: #fff;
}

.user-dashboard .col_sidebar .navbar-nav .nav-link.active,
.user-dashboard .col_sidebar .navbar-nav .nav-link:hover,
.user-dashboard .col_sidebar .navbar-nav .nav-link:focus {
    background: #333;
}

.user-dashboard .col_sidebar .navbar-nav .nav-link .menu-icon {
    font-size: 1.3rem;
}

.user-dashboard .col_main {
    padding-left: 200px;
}

@media only screen and (max-width: 1300px) {
    .user-dashboard .col_main {
        padding-left: 50px;
    }
}

.user-dashboard .badge-filters .badge {
    font-size: .9rem;
}

.user-dashboard .badge-filters .status-any {
    order: 0;
}

.user-dashboard .badge-filters .status-publish {
    order: 1;
}

.user-dashboard .badge-filters .status-private {
    order: 2;
}

.user-dashboard .badge-filters .status-pending {
    order: 3;
}

.user-dashboard .badge-filters .status-reject {
    order: 4;
}

.user-dashboard .badge-filters .status-trash {
    order: 5;
}

.user-dashboard .badge-filters .badge-trash {
    background: none !important;
}

.user-dashboard .badge-filters .entry-status {
    display: inline-block;
    margin-right: .7rem;
}

.user-dashboard tr:hover .row-buttons {
    visibility: visible !important;
}

.user-dashboard .table .col-id {
    width: 2.2em;
}

.user-dashboard .table .post-thumbnail {
    width: 150px;
}

.user-dashboard .table .progress {
    background-color: #dcdcde;
}

.user-dashboard .table .bg-success {
    background-color: #1dbf56 !important;
}

.user-dashboard .table td,
.user-dashboard .table th {
    text-align: left;
    padding: 1rem;
}

.user-dashboard .table-videos .col-title {
    width: 30%;
}

.user-dashboard .table-videos .col-author {
    width: 30%;
}

.user-dashboard .table-comments .col-author {
    width: 10%;
}

.user-dashboard .table-comments .col-comment {
    width: 40%;
}

.user-dashboard .table-comments .col-response-to {
    width: 30%;
}

.user-dashboard .posts-widget .post-grid,
.user-dashboard .comments-widget ul {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}

.user-dashboard .quick-upload-widget .upload-form__label .icon {
    font-size: 3rem;
}

.user-dashboard .quick-upload-widget .upload-form__label h5 {
    font-size: 1.2rem;
}

.user-dashboard .post-thumbnail img {
    object-fit: cover;
}

.user-dashboard input[name="post_title"] {
    height: 5rem;
    font-size: 1.5rem;
}

@media only screen and (max-width: 1200px) {
    .user-dashboard .col_sidebar {
        left: -200px;
    }

    .user-dashboard .col_main {
        padding-left: 0;
    }
}

@media only screen and (max-width: 767px) {

    .user-dashboard table,
    .user-dashboard thead,
    .user-dashboard tbody,
    .user-dashboard th,
    .user-dashboard td,
    .user-dashboard tr {
        display: block;
    }

    .user-dashboard thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .user-dashboard tr {
        border: 1px solid #eee;
        margin-bottom: 2rem;
    }

    .user-dashboard td {
        border: none;
        border-bottom: 1px solid #eee !important;
        position: relative;
        padding: 1rem 0 1rem 35% !important;
        text-align: left !important;
        width: auto !important;
    }

    .user-dashboard td:before {
        position: absolute;
        top: 1rem;
        left: 1rem;
        width: 45%;
        white-space: nowrap;
        content: attr(data-title);
    }

    .user-dashboard .col-id {
        display: none;
    }

    .user-dashboard .row-buttons {
        visibility: visible !important;
    }
}

.body-dashboard .site-main {
    margin-top: 70px;
}

.body-dashboard .header-user__dropdown .nav-videos .nav-link {
    background: none;
}

/** Member Loop **/
.member-loop .profile-top {
    padding-bottom: 0;
}

.member-loop .profile-top .profile-header:before {
    padding-top: calc(9 / 21 * 100%);
}

.member-loop .profile-top .author-info {
    padding-top: 50px;
    padding-bottom: 30px;
}

.member-loop .profile-top .author-info .author-name {
    font-size: 1rem;
    text-align: center;
    margin-bottom: 1rem;
}

.member-loop .profile-top .author-info .author-name a {
    text-decoration: none;
}

.member-loop .member-info {
    font-size: .9rem;
    text-align: center;
    margin-top: 1rem;
}

.member-loop .member-info .member-info__item {
    padding: 1rem;
}

.member-loop .member-info .member-info__item .member-info__item__count {
    font-size: 1rem;
    font-weight: 600;
    color: #212529;
}

/** Single **/
.post-img {
    height: 500px;
    margin-bottom: 0;
    width: 100%;
    position: relative;
}

.post-img .post-header {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
    color: #fff;
}

.post-img .post-header .post-title {
    font-size: 2.5rem;
}

.post-img .post-category a {
    color: #fff;
}

.post-img.no-image {
    height: 200px;
    background: #fff;
}

.post-img.no-image .post-header {
    color: #212529;
}

.post-img.no-image .bg-overlay {
    display: none;
}

.post-img.no-image .post-category a {
    color: #2f85dc;
}

@media only screen and (max-width: 1400px) {
    .post-img {
        height: 400px;
    }
}

@media only screen and (max-width: 768px) {
    .post-img .post-header .post-title {
        font-size: 2rem;
    }
}

.post-password-form .input-group {
    max-width: 350px;
}

.type-video .single-body .post-title {
    font-size: 1.8rem;
}

@media only screen and (max-width: 768px) {
    .type-video .single-body .post-title {
        font-size: 1.6rem;
    }
}

@media only screen and (max-width: 480px) {
    .type-video .single-body .post-title {
        font-size: 1.4rem;
    }
}

/** Single Video **/
.player-wrapper .player-header {
    background: #fff;
    display: none;
}

.player-wrapper .sticky-player {
    position: fixed;
    left: auto;
    top: auto;
    right: 10px;
    bottom: 10px;
    z-index: 10;
    width: 500px;
    height: auto;
}

.player-wrapper .sticky-player .ratio::before {
    padding-top: calc(9 / 16 * 100%);
}

.player-wrapper .sticky-player .player-header {
    display: block;
}

@media only screen and (max-width: 600px) {
    .player-wrapper .sticky-player {
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999;
    }
}

@media only screen and (max-width: 768px) {
    .player-wrapper .ratio:before {
        padding-top: calc(9 / 16 * 100%);
    }
}

.single-main .player-wrapper .progress {
    height: 2rem;
    background: #333;
    font-size: 1rem;
}

.single-main .single-video__body {
    height: calc(100vh - 70px);
    overflow-y: auto;
}

.single-main .single_video__comments--fixed .comments-list-lg {
    height: calc(100vh - 70px);
}

.single-main .single_video__comments--fixed .comment-avatar {
    margin-right: 0.75rem !important;
}

.single-main .single_video__comments--fixed .comment-title {
    padding: 0.75rem 1.5rem !important;
}

.single-main .single_video__comments--fixed .post-comments {
    height: 100%;
}

.single-main .single_video__comments--fixed .comments-list {
    overflow-y: auto;
}

.single-main .single_video__comments--fixed .comments-list .comment {
    padding: 1.5rem;
}

.single-main .single_video__comments--fixed .comments-list .user-avatar {
    width: 45px;
    height: 45px;
}

.single-main .single_video__comments--fixed .comment-respond {
    width: 100%;
    border-top: 1px solid #e9ecef;
}

.single-main .single_video__comments--fixed .comment-respond button[type="submit"] {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
}

.single-main .single_video__comments--fixed .comments-area {
    height: 100%;
}

.single-main .single_video__comments--fixed .comment-avatar .user-avatar {
    width: 35px;
    height: 35px;
}

.single-main .single_video__comments--fixed.comments--nofixed {
    border: none !important;
    height: auto;
}

.single-main .single_video__comments--fixed.comments--nofixed>div {
    border: none !important;
}

.single-main .single_video__comments--fixed.comments--nofixed .comment-title {
    display: block !important;
    padding: 1rem;
    margin: 0;
}

.single-main .single_video__comments--fixed.comments--nofixed .comment-title .widget-title {
    margin: 0;
    padding: 0;
}

.single-main .single_video__comments--fixed.comments--nofixed .post-comments {
    height: auto;
}

.single-main .single_video__comments--fixed.comments--nofixed .comments-list {
    overflow: visible;
}

.single-main .single_video__comments--fixed.comments--nofixed .comment-respond {
    position: relative !important;
}

.single-main .sidebar-float+.site-main {
    overflow: hidden;
    height: auto;
}

@media (max-width: 992px) {

    .single-main .single-video__body,
    .single-main .single_video__comments--fixed .comments-list-lg {
        height: auto;
        overflow: visible;
    }

    .single-main .comments-area {
        height: auto !important;
    }
}

.single-body .post-meta__items {
    font-size: 1rem;
}

.single-body .post-meta__right .btn__text {
    font-size: 1rem !important;
}

.single-body .post-bottom__author+.post-bottom__content .post-content {
    padding-left: 7rem;
}

@media only screen and (max-width: 480px) {
    .single-body .post-bottom__author+.post-bottom__content .post-content {
        padding-left: 0;
    }
}

.video-template-single-video-v3 .comment-respond {
    order: 3;
}

.video-template-single-video-v3 .comment-respond .widget-title-wrap {
    display: none !important;
}

.video-template-single-video-v3 .comments-list .comment-respond .widget-title-wrap {
    display: flex !important;
}

.video-template-single-video-v3 .comments-list .comment-respond .comment-avatar {
    display: none !important;
}

.single-video-v2 .player-wrapper .ratio {
    --aspect-ratio: calc(9 / 16 * 100%);
}

.single_video__comments--fixed .comments-list .comment-text {
    padding-left: 3rem !important;
    padding-right: 0;
}

/** Search **/
.search-results .page-main .post-grid-list_xl .post-title,
.search-results .page-main .post-grid-list_xxl .post-title {
    font-size: 1.4rem;
}

.search-results .page-main .post-grid-list_xl .post-meta__items,
.search-results .page-main .post-grid-list_xxl .post-meta__items {
    margin: 1rem 0;
}

/** Single Page**/
.search-results .page-main .post-excerpt {
    font-size: 1rem;
}

.edit-post .col_main {
    height: calc(100vh - 60px);
    overflow-y: auto;
}

/** Message **/
.section-messages .user-name {
    font-size: .9rem;
    font-weight: 600;
}

.section-messages .user-name a {
    text-decoration: none;
}

.section-messages .search_user-wrap {
    margin: 0 -12px 0px -12px;
}

.section-messages .search_user-wrap input[name="search_users"] {
    border-radius: 35px;
}

.section-messages .search_user-wrap button[type="submit"] {
    right: 0;
}

.section-messages .list-message-wrap {
    height: calc(100vh - 60px);
}

.section-messages .list-message-wrap .list-message__threads {
    overflow-y: auto;
}

.section-messages .list-message-wrap .list-message .badge {
    transform: translate(-50%, -50%);
    top: 50%;
    right: 0;
}

.section-messages .list-reply-wrap {
    height: calc(100vh - 60px);
}

.section-messages .list-reply-wrap .list-reply__top {
    z-index: 1;
}

.section-messages .list-reply-wrap .list-reply__top .user-name {
    font-size: 1rem;
}

.section-messages .list-reply-wrap .list-reply__top [class*=icon] {
    color: #6c757d;
}

.section-messages .list-reply-wrap .list-reply__top .icon-ellipsis-vert {
    font-size: 1.5rem;
}

.section-messages .list-reply-wrap .list-reply__body {
    overflow-y: auto;
}

.section-messages .list-reply-wrap .list-reply__body .message .message_content {
    max-width: 30em;
}

.section-messages .list-reply-wrap .list-reply__body .message.mine {
    text-align: right;
}

.section-messages .list-reply-wrap .list-reply__body .message.mine .message_content {
    text-align: left;
}

.section-messages .list-reply-wrap .list-reply__body .message:last-child {
    margin-bottom: 0px !important;
}

@media only screen and (max-width: 1000px) {
    .section-messages .list-message-wrap {
        position: fixed;
        top: 133px;
        width: 84px;
        background: #f8f9fa !important;
    }

    .section-messages .list-message-wrap .user-avatar {
        width: 50px;
        height: 50px;
    }

    .section-messages .list-reply__body,
    .section-messages .list-reply__bottom {
        margin-left: 84px;
    }
}

@media only screen and (max-width: 700px) {
    .section-messages .list-reply__body .user-avatar {
        display: none;
    }

    .section-messages .list-reply__body .message_content {
        width: 100% !important;
        max-width: 100% !important;
    }
}

/** Misc **/
.has-preloader .preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 99999;
}

#user_switching_switch_on {
    position: fixed;
    right: 0;
    bottom: 0;
}

.wppl-like-button.button-liked .btn__icon span {
    color: #ce1e1e;
}

.wppl-like-button.button-liked .btn__icon span:before {
    content: '\e803';
}

.login-wrap {
    height: calc(100vh - 200px);
}

/** Videojs **/
.vjs-poster {
    background-size: cover !important;
}

/** Embed **/
.embed-responsive object,
.embed-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/** Review **/
.post-review {
    border-top-color: #e9ecef !important;
    background: #fff !important;
}

.post-review .review-score span {
    border-color: #ce1e1e;
}

.post-review .thescore {
    background: #ce1e1e;
}

.total-score {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 20px;
    height: 20px;
    z-index: 1;
}

.total-score span {
    color: #fff;
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background: #ce1e1e;
    border-radius: 50%;
    font-weight: 700;
    font-size: 14px;
}

/** Slick **/
.slick-slide {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.slick-list {
    margin: 0px -1.5rem !important;
}

.slick-prev,
.slick-next {
    width: auto;
    z-index: 2;
}

.slick-prev:before,
.slick-next:before {
    font-size: 30px;
    opacity: 1;
}

.slick-prev {
    left: 0.75rem;
}

.slick-next {
    right: 0.75rem;
}

.slick-dots li button:before {
    font-size: 12px;
    color: #666;
}

.slick-dots li.slick-active button:before {
    color: #ec2c2c;
}

.js-slick {
    display: none;
    visibility: hidden;
}

.js-slick.slick-initialized {
    display: block;
    visibility: visible;
}

/** Blocks **/
.wp-block-group__inner-container h2 {
    letter-spacing: 1px;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.5rem;
    margin-bottom: 2rem;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}

.wp-block-button,
.wp-block-image,
.wp-block-cover,
.wp-block-categories,
.wp-block-latest-comments,
.wp-block-group,
.wp-block-table,
.wp-block-latest-comments,
.wp-block-archives-list,
.wp-block-archives-dropdown,
.wp-block-calendar,
.wp-block-latest-posts,
.wp-block-archives,
.wp-block-search,
.wp-block-tag-cloud,
.wp-block-quote {
    margin-bottom: 1rem;
}

.wp-block-cover:not([class*="background-color"]) .wp-block-cover-text {
    color: #fff;
}

.wp-block-group.has-background {
    margin-bottom: 1rem;
}

.li-post-count {
    position: absolute;
    right: 0;
    top: 10px;
    color: #aaa;
    font-size: .9rem;
}

.wp-calendar-table,
.wp-block-table {
    width: 100%;
    min-width: 240px;
    border-collapse: collapse;
}

.wp-calendar-table caption,
.wp-block-table caption {
    text-align: center;
}

.wp-calendar-table th,
.wp-calendar-table td,
.wp-block-table th,
.wp-block-table td {
    border: 1px solid #e9ecef;
    padding: 0.75rem;
}

.wp-calendar-table thead,
.wp-block-table thead {
    background: #f9f9f9;
}

.wp-calendar-table a,
.wp-block-table a {
    font-weight: 700;
    color: #212529;
}

@media only screen and (max-width: 1400px) {

    .wp-calendar-table th,
    .wp-calendar-table td,
    .wp-block-table th,
    .wp-block-table td {
        padding: .7rem;
    }
}

.wp-calendar-table {
    margin-bottom: 0;
}

.wp-calendar-table th,
.wp-calendar-table td {
    text-align: center;
}

.wp-block-latest-comments,
.wp-block-archives-list {
    padding-left: 0;
    list-style: none;
}

.wp-block-latest-comments.has-avatar {
    padding-left: 0;
    list-style: none;
}

.wp-block-latest-comments.has-excerpts .wp-block-latest-comments__comment {
    border-bottom: 1px solid #f1f1f1;
}

.wp-block-latest-comments.has-excerpts .wp-block-latest-comments__comment:last-child {
    border-bottom: none;
}

.wp-block-latest-comments .wp-block-latest-comments__comment-author,
.wp-block-latest-comments .wp-block-latest-comments__comment-link {
    font-weight: 600;
    text-decoration: none;
    color: #212529;
}

.wp-block-latest-comments__comment-date {
    font-size: .95rem;
    color: #aaa;
    margin: .5rem 0;
}

.wp-block-rss,
.wp-block-archives-list,
.wp-block-latest-posts__list,
.wp-block-latest-comments,
.wp-block-categories-list {
    list-style: none;
    padding: 0;
}

.wp-block-rss li,
.wp-block-archives-list li,
.wp-block-latest-posts__list li,
.wp-block-latest-comments li,
.wp-block-categories-list li {
    display: block;
    width: 100%;
    padding: .7rem 0;
    text-align: inherit;
    position: relative;
    border-bottom: 1px solid #f5f5f5;
}

.wp-block-rss li:first-child,
.wp-block-archives-list li:first-child,
.wp-block-latest-posts__list li:first-child,
.wp-block-latest-comments li:first-child,
.wp-block-categories-list li:first-child {
    padding-top: 0;
}

.wp-block-rss li a,
.wp-block-archives-list li a,
.wp-block-latest-posts__list li a,
.wp-block-latest-comments li a,
.wp-block-categories-list li a {
    text-decoration: none;
    clear: both;
    color: #212529;
    display: block;
    position: relative;
    padding-left: 1.2rem;
}

.wp-block-rss li a:before,
.wp-block-archives-list li a:before,
.wp-block-latest-posts__list li a:before,
.wp-block-latest-comments li a:before,
.wp-block-categories-list li a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 7px;
    height: 7px;
    border: 1px solid #ce1212;
    border-radius: 50%;
}

.wp-block-rss li a:hover:before,
.wp-block-archives-list li a:hover:before,
.wp-block-latest-posts__list li a:hover:before,
.wp-block-latest-comments li a:hover:before,
.wp-block-categories-list li a:hover:before {
    background: #ce1212;
}

.wp-block-rss li:last-child,
.wp-block-archives-list li:last-child,
.wp-block-latest-posts__list li:last-child,
.wp-block-latest-comments li:last-child,
.wp-block-categories-list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.wp-block-latest-posts__list.is-grid a {
    padding-left: 0;
}

.wp-block-latest-posts__list.is-grid a:before {
    content: none;
}

.wp-block-latest-comments li a {
    display: inline-block;
    padding-left: 0;
}

.wp-block-latest-comments li a:before {
    content: none;
}

.wp-block-latest-posts .wp-block-latest-posts__post-date {
    font-size: .85rem;
    color: #aaa;
    margin: .5rem 0;
}

.wp-block-quote cite,
.wp-block-quote footer {
    font-size: .9rem;
}

.wp-block-search input[type=search] {
    border: 1px solid #ced4da;
}

.wp-block-search button {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.wp-block-search button:hover {
    color: #fff;
    background-color: #565e64;
    border-color: #51585e;
}

/** 404 **/
.error-404-wrap h1 {
    font-size: 10rem;
    font-family: 'Poppins', sans-serif;
    line-height: 1.2;
}

.error-404-wrap .btn {
    border-radius: 35px;
    text-transform: capitalize;
}

@media (max-width: 320px) {
    .error-404-wrap h1 {
        font-size: 7rem;
    }
}

/** Footer **/
.site-footer {
    background: #191919;
    color: #f9f9f9;
    border-top: 1px solid #222;
}

.site-footer a {
    color: #f9f9f9;
}

.site-footer .widget-title-wrap {
    border-bottom: 1px solid #222;
}

.site-footer .widget-title {
    color: #fff;
}

.site-footer .widget a {
    color: #f9f9f9;
}

.site-footer .footer-sidebar {
    padding: 3rem 0.75rem 1.5rem 0.75rem;
    border-bottom: 1px solid #222;
}

.site-footer .footer-sidebar input[type="text"],
.site-footer .footer-sidebar input[type="password"],
.site-footer .footer-sidebar input[type="email"],
.site-footer .footer-sidebar input[type="url"],
.site-footer .footer-sidebar select {
    background-color: #222;
    border: 1px solid #333;
    color: #f9f9f9;
}

.site-footer .footer-sidebar input[type="text"]:focus,
.site-footer .footer-sidebar input[type="password"]:focus,
.site-footer .footer-sidebar input[type="email"]:focus,
.site-footer .footer-sidebar input[type="url"]:focus,
.site-footer .footer-sidebar select:focus {
    background-color: #333 !important;
}

.site-footer .footer-sidebar input[type="text"]::placeholder,
.site-footer .footer-sidebar input[type="password"]::placeholder,
.site-footer .footer-sidebar input[type="email"]::placeholder,
.site-footer .footer-sidebar input[type="url"]::placeholder,
.site-footer .footer-sidebar select::placeholder {
    color: #ccc;
    opacity: 1;
}

.site-footer .footer-sidebar input[type="text"]:-ms-input-placeholder,
.site-footer .footer-sidebar input[type="password"]:-ms-input-placeholder,
.site-footer .footer-sidebar input[type="email"]:-ms-input-placeholder,
.site-footer .footer-sidebar input[type="url"]:-ms-input-placeholder,
.site-footer .footer-sidebar select:-ms-input-placeholder {
    color: #ccc;
}

.site-footer .footer-sidebar input[type="text"]::-ms-input-placeholder,
.site-footer .footer-sidebar input[type="password"]::-ms-input-placeholder,
.site-footer .footer-sidebar input[type="email"]::-ms-input-placeholder,
.site-footer .footer-sidebar input[type="url"]::-ms-input-placeholder,
.site-footer .footer-sidebar select::-ms-input-placeholder {
    color: #ccc;
}

.site-footer .footer-sidebar table td,
.site-footer .footer-sidebar table th {
    border: 1px solid #333;
}

.site-footer .footer-sidebar .widget_archive li,
.site-footer .footer-sidebar .widget_categories li,
.site-footer .footer-sidebar .widget_pages li,
.site-footer .footer-sidebar .widget_meta li,
.site-footer .footer-sidebar .widget_recent_comments li,
.site-footer .footer-sidebar .widget_recent_entries li,
.site-footer .footer-sidebar .widget_rss li,
.site-footer .footer-sidebar .widget_nav_menu li {
    border-bottom: 1px solid #222;
    padding: .5rem 0;
}

.site-footer .footer-sidebar .widget_archive li:last-child,
.site-footer .footer-sidebar .widget_categories li:last-child,
.site-footer .footer-sidebar .widget_pages li:last-child,
.site-footer .footer-sidebar .widget_meta li:last-child,
.site-footer .footer-sidebar .widget_recent_comments li:last-child,
.site-footer .footer-sidebar .widget_recent_entries li:last-child,
.site-footer .footer-sidebar .widget_rss li:last-child,
.site-footer .footer-sidebar .widget_nav_menu li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.site-footer .footer-sidebar .tagcloud a {
    background-color: #333;
}

.site-footer .footer-sidebar .logo {
    max-width: 160px;
}

.footer-text {
    border-top: 1px solid #222;
    background: #111;
}

.footer-socials .social-list span {
    font-size: 1.3rem;
}

.footer-socials .social-list li {
    display: inline-block;
    margin-right: 1.5rem;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: #222;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.footer-socials .social-list li:last-child {
    margin-right: 0;
}

.footer-socials .social-list li:hover {
    opacity: .8;
}

.footer-socials .social-list .social__youtube {
    background: #CD201F;
}

.footer-socials .social-list .social__vimeo {
    background: #1AB7EA;
}

.footer-socials .social-list .social__pinterest {
    background: #BD081C;
}

.footer-socials .social-list .social__linkedin {
    background: #0A66C2;
}

.footer-socials .social-list .social__facebook {
    background: #1877F2;
}

/** Dark mode **/
html[data-theme=dark] ::-webkit-scrollbar {
    width: 8px;
    background-color: #333;
}

html[data-theme=dark] ::-webkit-scrollbar-thumb {
    background-color: #666;
    border-radius: 35px;
}

html[data-theme=dark] ::placeholder {
    color: #f9f9f9;
}

html[data-theme=dark] body {
    background: #121212;
    color: #f9f9f9;
}

html[data-theme=dark] .border {
    border: 1px solid #222 !important;
}

html[data-theme=dark] .border-top {
    border-top: 1px solid #222 !important;
}

html[data-theme=dark] .border-end {
    border-right: 1px solid #222 !important;
}

html[data-theme=dark] .border-bottom {
    border-bottom: 1px solid #222 !important;
}

html[data-theme=dark] .border-start {
    border-left: 1px solid #222 !important;
}

html[data-theme=dark] .bg-white {
    background-color: #1b1b1b !important;
}

html[data-theme=dark] .bg-light {
    background-color: #222 !important;
}

html[data-theme=dark] .text-body {
    color: #f9f9f9 !important;
}

html[data-theme=dark] .text-secondary {
    color: #dee2e6 !important;
}

html[data-theme=dark] .text-muted {
    color: #dee2e6 !important;
}

html[data-theme=dark] .modal-footer {
    border-top: 1px solid #555;
}

html[data-theme=dark] .dropdown-menu {
    background: #333;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

html[data-theme=dark] .dropdown-item {
    color: #f9f9f9;
}

html[data-theme=dark] .dropdown-item:hover {
    background: none;
    opacity: .8;
}

html[data-theme=dark] .dropdown-item:focus,
html[data-theme=dark] .dropdown-item.active {
    background-color: #444;
    color: #f9f9f9;
}

html[data-theme=dark] .dropdown-item .menu-icon {
    color: #f9f9f9;
}

html[data-theme=dark] .dropdown-divider {
    border-top: 1px solid #636464;
}

html[data-theme=dark] .avatar.img-thumbnail {
    background: #333;
    border-color: #444;
    padding: 1px;
}

html[data-theme=dark] .modal-content {
    background: #444 !important;
}

html[data-theme=dark] .modal-content .modal-header {
    border-bottom: 1px solid #444;
}

html[data-theme=dark] .modal-content .modal-body {
    background: #222 !important;
}

html[data-theme=dark] .list-items .list-item:hover {
    background: #1f1f1f;
}

html[data-theme=dark] .cropper-wrap {
    background: #333;
}

html[data-theme=dark] figcaption {
    color: #f9f9f9;
}

html[data-theme=dark] .site-header {
    background: #1b1b1b;
}

html[data-theme=dark] .site-header form .btn__icon {
    color: #f9fafb;
}

html[data-theme=dark] .site-header form button[type="submit"] {
    background: #ce1212;
    border: 1px solid #ce1212;
}

html[data-theme=dark] .site-header .header-user .btn__icon {
    color: #f9fafb;
}

html[data-theme=dark] .site-header .header-user__notification .list-notification {
    border-top: 1px solid #444;
    border-bottom: 1px solid #444;
}

html[data-theme=dark] .site-header .header-user__dropdown .author-name a {
    color: #f9fafb;
}

html[data-theme=dark] .site-header.backdrop-blur {
    background: rgba(27, 27, 27, 0.8);
}

html[data-theme=dark] .site-search input[name="s"] {
    color: #f9fafb;
    border: 1px solid #333;
    background: #222;
}

html[data-theme=dark] .navbar-toggler span {
    color: #f8f9fa;
}

html[data-theme=dark] .theme-switcher .icon-moon {
    color: #fff;
}

@media only screen and (max-width: 1000px) {
    html[data-theme=dark] .site-search {
        background: #222;
    }
}

html[data-theme=dark] .page-header {
    background-color: #121212 !important;
}

html[data-theme=dark] .post-nav-links .post-page-numbers {
    color: #f9f9f9;
}

html[data-theme=dark] .post-nav-links span {
    border: 1px solid #333;
}

html[data-theme=dark] .nav-tab .nav-link.active {
    background: #333;
}

html[data-theme=dark] .nav-tab .nav-link.active:before {
    background: #ffc107;
}

html[data-theme=dark] .navbar-boxed .nav-link {
    color: #f9f9f9;
}

html[data-theme=dark] .navbar-boxed .current-menu-parent>.nav-link,
html[data-theme=dark] .navbar-boxed .current-menu-item>.nav-link {
    color: #ff1e1e;
    font-weight: 600;
}

@media only screen and (max-width: 991px) {
    html[data-theme=dark] .navbar-boxed {
        background: #111;
    }
}

html[data-theme=dark] .float-nav .nav-link:focus,
html[data-theme=dark] .float-nav .nav-link:hover {
    color: #ddd;
    background: #222;
}

html[data-theme=dark] .float-nav .current-menu-item>.nav-link {
    color: #ddd;
    background: #222;
}

html[data-theme=dark] .float-nav .dropdown-menu .current-menu-item>.nav-link {
    background: #333;
}

html[data-theme=dark] .nav-links .nav-previous a,
html[data-theme=dark] .nav-links .nav-next a {
    color: #f9f9f9;
}

html[data-theme=dark] ul.page-numbers .page-numbers {
    color: #f9f9f9;
    border: 1px solid #333;
}

html[data-theme=dark] input[type="text"],
html[data-theme=dark] input[type="search"],
html[data-theme=dark] input[type="email"],
html[data-theme=dark] input[type="password"],
html[data-theme=dark] input[type="url"],
html[data-theme=dark] textarea,
html[data-theme=dark] select,
html[data-theme=dark] .form-control {
    color: #f9f9f9;
    border: 1px solid #333;
    background-color: #222;
}

html[data-theme=dark] input[type="text"]:focus,
html[data-theme=dark] input[type="search"]:focus,
html[data-theme=dark] input[type="email"]:focus,
html[data-theme=dark] input[type="password"]:focus,
html[data-theme=dark] input[type="url"]:focus,
html[data-theme=dark] textarea:focus,
html[data-theme=dark] select:focus,
html[data-theme=dark] .form-control:focus {
    background-color: #222 !important;
}

html[data-theme=dark] input[type="text"]:-webkit-autofill,
html[data-theme=dark] input[type="text"]:-webkit-autofill:hover,
html[data-theme=dark] input[type="text"]:-webkit-autofill:focus,
html[data-theme=dark] input[type="search"]:-webkit-autofill,
html[data-theme=dark] input[type="search"]:-webkit-autofill:hover,
html[data-theme=dark] input[type="search"]:-webkit-autofill:focus,
html[data-theme=dark] input[type="email"]:-webkit-autofill,
html[data-theme=dark] input[type="email"]:-webkit-autofill:hover,
html[data-theme=dark] input[type="email"]:-webkit-autofill:focus,
html[data-theme=dark] input[type="password"]:-webkit-autofill,
html[data-theme=dark] input[type="password"]:-webkit-autofill:hover,
html[data-theme=dark] input[type="password"]:-webkit-autofill:focus,
html[data-theme=dark] input[type="url"]:-webkit-autofill,
html[data-theme=dark] input[type="url"]:-webkit-autofill:hover,
html[data-theme=dark] input[type="url"]:-webkit-autofill:focus,
html[data-theme=dark] textarea:-webkit-autofill,
html[data-theme=dark] textarea:-webkit-autofill:hover,
html[data-theme=dark] textarea:-webkit-autofill:focus,
html[data-theme=dark] select:-webkit-autofill,
html[data-theme=dark] select:-webkit-autofill:hover,
html[data-theme=dark] select:-webkit-autofill:focus,
html[data-theme=dark] .form-control:-webkit-autofill,
html[data-theme=dark] .form-control:-webkit-autofill:hover,
html[data-theme=dark] .form-control:-webkit-autofill:focus {
    color: #f9f9f9 !important;
    background-color: #222 !important;
    -webkit-box-shadow: 0 0 0 1000px #1b1b1b inset !important;
    -webkit-text-fill-color: #f9f9f9 !important;
}

html[data-theme=dark] .form-check-input {
    background-color: #444;
}

html[data-theme=dark] .taginput-wrap {
    background-color: #222 !important;
    border: 1px solid #333;
}

html[data-theme=dark] .bootstrap-tagsinput .tag {
    background: #444;
}

html[data-theme=dark] .bootstrap-tagsinput input[type="text"] {
    border: none;
}

html[data-theme=dark] .btn-close {
    filter: invert(1) grayscale(100%) brightness(200%);
}

html[data-theme=dark] .login #login a {
    color: #f9f9f9 !important;
}

html[data-theme=dark] .login #login form {
    background: #1b1b1b;
}

html[data-theme=dark] .login #login input[type="text"],
html[data-theme=dark] .login #login input[type="email"],
html[data-theme=dark] .login #login input[type="password"] {
    background-color: #222 !important;
    border-color: #333;
}

html[data-theme=dark] .login #login input[type="text"]:focus,
html[data-theme=dark] .login #login input[type="email"]:focus,
html[data-theme=dark] .login #login input[type="password"]:focus {
    background-color: #333 !important;
    border-color: #444;
}

html[data-theme=dark] .login #login .wp-hide-pw {
    color: #fff;
    outline: none;
    box-shadow: none;
    border: none;
}

html[data-theme=dark] .login #login .success,
html[data-theme=dark] .login #login .message,
html[data-theme=dark] .login #login #login_error {
    background-color: #333;
}

html[data-theme=dark] .more-link {
    color: #f9f9f9;
}

html[data-theme=dark] .post-title {
    color: #f9f9f9;
}

html[data-theme=dark] .post-title a {
    color: #f9f9f9;
}

html[data-theme=dark] .post-options .btn__icon {
    color: #f9f9f9;
}

html[data-theme=dark] .post-meta__items {
    color: #aaa !important;
}

html[data-theme=dark] .post-meta__items a {
    color: #aaa !important;
}

html[data-theme=dark] .post-meta__author,
html[data-theme=dark] .post-meta__items {
    color: #aaa;
}

html[data-theme=dark] .post-meta__author .btn__text,
html[data-theme=dark] .post-meta__author a,
html[data-theme=dark] .post-meta__items .btn__text,
html[data-theme=dark] .post-meta__items a {
    color: #aaa;
}

html[data-theme=dark] .post-meta__comment .comment-link {
    color: #fff !important;
}

html[data-theme=dark] .post-meta__comment .comment-box {
    background: #666;
}

html[data-theme=dark] .post-meta__comment .comment-box:before,
html[data-theme=dark] .post-meta__comment .comment-box:after {
    border-top-color: #666;
}

html[data-theme=dark] .post-grid::-webkit-scrollbar {
    width: 8px;
    background-color: #333;
}

html[data-theme=dark] .post-grid::-webkit-scrollbar-thumb {
    background-color: #666;
    border-radius: 35px;
}

html[data-theme=dark] .post-main .post-meta__items {
    color: #fff !important;
}

html[data-theme=dark] .post-main .post-meta__items>div {
    color: #fff !important;
}

html[data-theme=dark] .post-main .post-meta__items>div a {
    color: #fff !important;
}

html[data-theme=dark] .widget-title-wrap {
    border-bottom: 1px solid #333;
}

html[data-theme=dark] .widget-title {
    color: #f9fafb;
}

html[data-theme=dark] .widget {
    color: #f9f9f9;
}

html[data-theme=dark] .widget a {
    color: #f9f9f9;
}

html[data-theme=dark] table th,
html[data-theme=dark] table td,
html[data-theme=dark] .wp-block-table th,
html[data-theme=dark] .wp-block-table td {
    border: 1px solid #333;
    padding: 1rem;
}

html[data-theme=dark] .wp-block-archives-list li,
html[data-theme=dark] .wp-block-latest-posts__list li,
html[data-theme=dark] .wp-block-latest-comments li,
html[data-theme=dark] .wp-block-categories-list li {
    border-bottom: 1px solid #222;
}

html[data-theme=dark] .widget_archive ul li,
html[data-theme=dark] .widget_categories ul li,
html[data-theme=dark] .widget_pages ul li,
html[data-theme=dark] .widget_meta ul li,
html[data-theme=dark] .widget_recent_comments ul li,
html[data-theme=dark] .widget_recent_entries ul li,
html[data-theme=dark] .widget_rss ul li,
html[data-theme=dark] .widget_nav_menu ul li {
    border-bottom: 1px solid #222;
}

html[data-theme=dark] .tagcloud a {
    background-color: #333;
}

html[data-theme=dark] .widget-videos-playlist .post-grid .post-item {
    border-bottom: 1px solid #222;
}

html[data-theme=dark] .widget-videos-playlist .post-grid .post-item.active {
    background: #222;
}

html[data-theme=dark] .sidebar-primary .widget {
    background: #1b1b1b;
}

html[data-theme=dark] .sidebar-secondary .nav-link {
    color: #f9fafb;
}

html[data-theme=dark] .sidebar-secondary .dropdown-toggle:after {
    color: #f9fafb;
}

html[data-theme=dark] .sidebar-secondary .widget {
    border-bottom: 1px solid #333;
}

html[data-theme=dark] .sidebar-secondary a {
    color: #f9f9f9;
}

html[data-theme=dark] .sidebar-secondary .dropdown-menu {
    background: #222;
}

html[data-theme=dark] .comments-list .comment {
    border-bottom: 1px solid #191818;
}

html[data-theme=dark] .comments-list .comment:hover {
    background: #1f1f1f;
}

html[data-theme=dark] .comments-list .comment .btn__icon {
    color: #f9fafb;
}

html[data-theme=dark] .comments-list .toggle-replies-link,
html[data-theme=dark] .comments-list .comment-reply-link,
html[data-theme=dark] .comments-list .comment-reply-login {
    color: #f9fafb;
}

html[data-theme=dark] .comments-list .comment-read-more,
html[data-theme=dark] .comments-list .comment-read-less {
    color: #ce1212 !important;
}

html[data-theme=dark] .comment-respond .must-log-in a {
    color: #f9fafb;
}

html[data-theme=dark] .comment-respond .form-submit {
    border-top: 1px solid #333;
}

html[data-theme=dark] .comment-respond .form-submit button[type="submit"] {
    background: #ce1212;
}

html[data-theme=dark] .profile-top .profile-header__photo .profile-photo {
    background-color: #222;
}

html[data-theme=dark] .profile-nav.navbar-expand-lg .nav-link {
    color: #f9fafb;
}

html[data-theme=dark] .profile-forums #bbp-user-navigation .nav-tabs {
    border-bottom: 1px solid #333;
}

html[data-theme=dark] .user-dashboard .btn__icon {
    color: #f9f9f9;
}

html[data-theme=dark] .user-dashboard .col_main {
    background: #111;
}

html[data-theme=dark] .user-dashboard .nav-tabs {
    border-bottom: 1px solid #444;
}

html[data-theme=dark] .user-dashboard .nav-tabs .nav-link.active,
html[data-theme=dark] .user-dashboard .nav-tabs .nav-link:hover {
    background-color: #333;
    border-color: #444 #444 #333;
}

html[data-theme=dark] .user-dashboard table {
    color: #f9f9f9;
}

html[data-theme=dark] .user-dashboard table thead {
    background: #333 !important;
}

html[data-theme=dark] .user-dashboard table th,
html[data-theme=dark] .user-dashboard table td {
    border-bottom: 1px solid #333 !important;
}

html[data-theme=dark] .user-dashboard table tr:hover {
    color: #f9f9f9;
}

html[data-theme=dark] .user-dashboard table .post-thumbnail {
    background: #444 !important;
}

@media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px) {
    html[data-theme=dark] .user-dashboard tr {
        border: 1px solid #333;
    }
}

html[data-theme=dark] .member-loop .member-info .member-info__item .member-info__item__count {
    color: #f9f9f9;
}

html[data-theme=dark] #insert-media-button {
    color: #fff;
    border-color: #444;
    background: #333;
    box-shadow: none;
}

html[data-theme=dark] #insert-media-button:hover {
    opacity: .8;
}

html[data-theme=dark] .wp-editor-wrap .wp-editor-container {
    border: 1px solid #333;
}

html[data-theme=dark] .wp-editor-wrap .wp-editor-container .quicktags-toolbar .button {
    background: #666;
    color: #fff;
    border: 1px solid #666;
}

html[data-theme=dark] .wp-editor-wrap .wp-editor-container .quicktags-toolbar .button:hover {
    opacity: .8;
}

html[data-theme=dark] .wp-editor-wrap .quicktags-toolbar,
html[data-theme=dark] .wp-editor-wrap .mce-container {
    background-color: #333;
    border: 1px solid #333;
}

html[data-theme=dark] .wp-editor-wrap .mce-toolbar button {
    background-color: #444;
}

html[data-theme=dark] .wp-editor-wrap .mce-toolbar .mce-ico {
    color: #fff;
}

html[data-theme=dark] .wp-editor-wrap .mce-toolbar .mce-listbox {
    border: 1px solid #444 !important;
}

html[data-theme=dark] .wp-editor-wrap .mce-toolbar .mce-listbox button {
    color: #fff;
}

html[data-theme=dark] .wp-editor-wrap .mce-toolbar .mce-active button {
    background: #0dcaf0;
}

html[data-theme=dark] .wp-editor-wrap .wp-switch-editor {
    background: #333;
    border: 1px solid #444;
    border-bottom: 1px solid #333;
    color: #fff;
}

html[data-theme=dark] .wp-editor-wrap.tmce-active .switch-tmce {
    background-color: #666;
}

html[data-theme=dark] .wp-editor-wrap.html-active .switch-html {
    background-color: #666;
}

html[data-theme=dark] .post-review {
    border-top-color: #222 !important;
    background: #1b1b1b !important;
}

html[data-theme=dark] .post-review .review-summary h4 {
    color: #f9f9f9;
}

html[data-theme=dark] .post-review .review-score span {
    color: #f9f9f9;
}

html[data-theme=dark] .post-review .criteria {
    background: #222;
}

html[data-theme=dark] .drag-drop-upload .upload-form__label .icon {
    color: #ce1212;
}

html[data-theme=dark] .player-wrapper .player-header {
    background: #333;
}

html[data-theme=dark] .single-body .post-tags a {
    color: #fff;
    background: #333;
}

html[data-theme=dark] .single-body .post-tags a:hover {
    background: #222;
}

html[data-theme=dark] .single_video__comments--fixed .comment-respond {
    border-top: 1px solid #333 !important;
}

html[data-theme=dark] .post-img.no-image {
    background: #222;
}

html[data-theme=dark] .rtl {
    /** Sidebar  */
}

html[data-theme=dark] .rtl .sidebar-secondary {
    border-left: 1px solid #222 !important;
}

html[data-theme=dark] .preloader {
    background: #121212;
}

html[data-theme=dark] .wppl-button-wrap .btn__badge {
    background-color: #dc3545 !important;
}