/* This is temporary import shift all import to one css file */

@import "filter-style.css";

body {
    position: relative;
    background: #ebf8ff;
    color: #2e303e;
    font-family: 'Arial', sans-serif;
    font-size: 15px;
    /* letter-spacing: -0.005rem; */
}

p{
    margin: 0;
}
.video-datas .fa-heart {
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}
.body-gradient {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.clear {
    clear: both;
}

.container-fluid {
    max-width: 1440px !important;
}
h1{
    font-size: 24px;
}
.fav .fa.fa-heart, .fav .fa.fa-heart-o{
    color: inherit!important;
}
/* .bg-darken {
position: absolute;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,0.5);
} */



/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal {  display: none; width : 0; height: 0; }

/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }

/*h1, h2, h3, h4, h5, h6 {
    font-size: 20px;
    margin-bottom: 2rem;
    font-weight: 700;
}*/

/*h3 {*/
/*    font-size: 1.3rem;*/
/*    margin-top: 2rem;*/
/*}*/

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

a {
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    outline: 0;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}
div#wpadminbar a{
    color: #fff !important;
}
div#wpadminbar a:focus, div#wpadminbar a:hover {
    color: #72aee6 !important;
}

button,
.btn {
    font-weight: 700;
    font-size: 14px;
}

.btn-primary.focus, .btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus,
.page-link.focus, .page-link:focus:focus {
    box-shadow: none;
}

.btn:hover {
    filter: brightness(110%);
    color: #000!important;
}

button:focus {
    outline: 0;
}

input,
textarea,
.form-control, .wpcf7 .wpcf7-validation-errors, .wpcf7 input[type=color], .wpcf7 input[type=date], .wpcf7 input[type=datetime-local], .wpcf7 input[type=datetime], .wpcf7 input[type=email], .wpcf7 input[type=file], .wpcf7 input[type=month], .wpcf7 input[type=number], .wpcf7 input[type=range], .wpcf7 input[type=search], .wpcf7 input[type=submit], .wpcf7 input[type=tel], .wpcf7 input[type=text], .wpcf7 input[type=time], .wpcf7 input[type=url], .wpcf7 input[type=week], .wpcf7 select, .wpcf7 textarea {
    background-color: transparent;
    border-color: #363636;
    color: #2e303e!important;
}

input:focus,
textarea:focus {
    background-color: #fff!important;
    border: 1px solid #363636!important;
    color: #2e303e!important;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

/****************************/
/****** LOGIN REGISTER ******/
/****************************/
.login a {
    color: #ccc;
    margin-right: 20px;
}

.login a:hover {
    color: #fff;
    text-decoration: none;
}

/*--------------------------------------------------------------
## Login register popup
--------------------------------------------------------------*/
/* .membership a {
display: block;
float: left;
padding: 0 10px;
height: 45px;
line-height: 45px;
margin: 0 10px;
font-size: 18px;
color: #ccc;
border-top: 1px solid #242424;
} */

/* .membership a.button {
color: #fff;
padding: 0 20px;
} */

.avatar {
    width: 35px;
    height: 35px;
}

.wrap-login {
    padding: 1rem;
}

.wrap-login.mobile {
    background-color: #ededed;
}

.membership ul {
    display: none;
    position: absolute;
    background-color: #2f2f2f;
    min-width: 160px;
    /* box-shadow: 0 10px 30px 0 rgba(0,0,0,.15); */
    padding: 10px 0 0;
    z-index: 99999;
    list-style: none;
    margin: 0;
    top: 100%;
    right: 0;
}

.membership .welcome,
.membership-mobile .welcome-mobile {
    cursor: pointer;
    position: relative;
    display: inline-block;
    line-height: 33px;
}

.membership .welcome img,
.membership-mobile .welcome-mobile img {
    width: 35px;
    height: 35px;
    float: left;
    margin-right: 8px;
}

.membership .welcome i {
    margin-left: 5px;
    font-size: 12px;
    position: relative;
    top: -1px;
    margin-right: 3px;
}

.membership .welcome:hover > ul {
    display: block;
}

.membership ul li.welcome {
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
}

.membership ul li a {
    font-size: 14px;
    display: block;
    width: 100%;
    padding: 5px 15px;
    overflow: hidden;
    color: #ccc;
    border-top: 1px solid #242424;
}

.membership ul li a:hover {
    background: #333;
    text-decoration: none;
}

.membership-mobile {
    display: flex;
    justify-content: space-between;
    padding: 20px 10px;
    border-bottom: 1px solid #555;
}

.membership-mobile ul.sub-menu {
    margin-bottom: 0;
}

.membership-mobile a.login {
    padding: 3px 10px;
    margin: 0 5px;
    font-size: 14px;
    font-weight: bold;
    display: block;
    width: 100%;
    white-space: nowrap;
    text-align: center;
}

.membership-mobile .welcome-mobile {
    width: 100%;
    padding: 0 10px;
}

.membership-mobile .welcome-mobile a:after,
.membership-mobile .welcome-mobile i.fa-caret-down {
    float: right;
    position: relative;
    top: 10px;
    font-size: inherit;
}

.membership-mobile .welcome-mobile i {
    margin-right: 5px;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
/*.fade {*/
/*    opacity: 0;*/
/*    -webkit-transition: opacity .15s linear;*/
/*    -o-transition: opacity .15s linear;*/
/*    transition: opacity .15s linear;*/
/*}*/
/*.fade.in {*/
/*    opacity: 1;*/
/*}*/
.modal-dialog {
    position: relative;
    width: auto;
    margin: 30px 10px;
}
/*.modal.fade .modal-dialog {*/
/*    -webkit-transition: -webkit-transform .3s ease-out;*/
/*    -o-transition: -o-transform .3s ease-out;*/
/*    transition: transform .3s ease-out;*/
/*    -webkit-transform: translate(0,-25%);*/
/*    -ms-transform: translate(0,-25%);*/
/*    -o-transform: translate(0,-25%);*/
/*    transform: translate(0,-25%);*/
/*}*/
.modal.in .modal-dialog {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}
.modal-content {
    position: relative;
    background-color: #ebf8ff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ebf8ff;
    /*border-radius: 6px;*/
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}
.modal-body {
    position: relative;
    border-radius: 6px 6px 0 0;
    padding: 40px;
}
.modal-body label {
    display: block;
    font-size: 0.875em;
    margin-bottom: 5px;
}
.modal-body input:not([type="checkbox"]) {
    display: block;
    width: 100%;
}
.modal-body .lost-password a {
    font-size: 0.875em;
}
.fxgp-reset-password p {
    font-size: 0.875em;
}
.modal-footer {
    padding: 20px 40px;
    text-align: center;

}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
/*.modal-backdrop.fade {*/
/*    filter: alpha(opacity=0);*/
/*    opacity: 0;*/
/*}*/
.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
}
.fxgp-register, .fxgp-login, .fxgp-reset-password, .fxgp-register-footer, .fxgp-login-footer {
    display: none;
}
div[data-active-tab="#fxgp-reset-password"] .fxgp-reset-password,
div[data-active-tab="#fxgp-reset-password"] .fxgp-login-footer,
div[data-active-tab="#fxgp-login"] .fxgp-login,
div[data-active-tab="#fxgp-register"] .fxgp-register,
div[data-active-tab="#fxgp-register"] .fxgp-login-footer,
div[data-active-tab="#fxgp-login"] .fxgp-register-footer {
    display: block;
}
.fxgp-loading {
    display: none;
}
.alert>p, .alert>ul {
    margin-bottom: 0;
}

#fxgp-user-modal h3 {
    clear: none;
    color: #2e303e;
    font-size: 18px;
}

.form-field {
    margin: 20px 0;
    position: relative;
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 70px auto;
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5);
    }
}


/*--------------------------------------------------------------
## Template video submit
--------------------------------------------------------------*/
.video-submit-area h1 {
    color: #fff;
    font-weight: 700;
    height: 37px;
    padding: 0 10px;
    text-transform: none;
    font-size: 18px;
    line-height: 1.8;
    text-shadow: 1px 1px #0d0d0d;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #2a2a2a;
    background: -webkit-gradient(linear,left top,left bottom,from(#292929),to(#1c1c1c));
    background: -moz-linear-gradient(top,#292929,#1c1c1c);
    background: -o-linear-gradient(top,#292929,#1c1c1c);
    background: -ms-linear-gradient(top,#292929 0,#1c1c1c 100%);
}

.video-submit-area label {
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 16px;
}

.video-submit-area input,
.video-submit-area textarea {
    display: block;
    width: 100%;
    margin-bottom: 1.5em;
    padding: 10px;
    border: 1px solid #363636;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
}

.video-submit-area input:focus,
.video-submit-area textarea:focus {
    background-color: #363636!important;
    border-color: #cacaca!important;
    color: #cacaca!important;
    outline: 0;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

/* .video-submit-area input::placeholder,
.video-submit-area input:-ms-input-placeholder,
.video-submit-area input::-ms-input-placeholder,
.video-submit-area textarea::placeholder,
.video-submit-area textarea:-ms-input-placeholder,
.video-submit-area textarea::-ms-input-placeholder {
opacity: 0.70;
filter: alpha(opacity =70);
} */

.video-submit-area textarea {
    min-height: 170px;
}

.video-submit-area select {
    display: block;
    margin-bottom: 1.5em;
}

.video-submit-area .duration-col {
    float: left;
    margin-right: 1em;
}

.video-submit-area .g-recaptcha {
    margin-bottom: 1em;
}

.video-submit-area .entry-content {
    background-color: #101010;
    border: 1px solid #313131;
    border-radius: 7px 7px 7px 7px;
    margin: 0 0 15px;
    padding: 0 0 7px;
    position: relative;
}

form#SubmitVideo,
form#edit-user {
    max-width: 700px;
    margin: 0 auto;
    padding: 30px 30px 60px;
}

/*--------------------------------------------------------------
## Template my profile
--------------------------------------------------------------*/
.fxgp_form {
    padding: 1em 2em;
    background: #111;
    border: 1px solid #252525;
    border-top: none;
}

.fxgp_form input {
    display: block;
    width: 100%;
}

.fxgp_form p {
    padding: 0 0 1em;
}

#fxgp_theme_pro_login_submit,
#fxgp_theme_pro_registration_form input.button {
    padding: 0.5em 1em;
    margin-top: 1.5em;
}

.page-template-template-my-profile h4 {
    margin-bottom: 0;
}

#edit-user label {
    display: block;
    margin-top: 1em;
    padding-bottom: 5px;
}

#edit-user input {
    margin-bottom: 1em;
}

#edit-user input,
#edit-user select {
    display: block;
    width: 100%;
    padding: 15px;
    cursor: pointer;
    background: #242424;
    border-color: #242424;
    color: #ccc;
}

#edit-user #updateuser {
    padding: 0.75em 1em;
    width: auto;
}

/*--------------------------------------------------------------
## My channel
--------------------------------------------------------------*/
.author-block {
    padding: 1em;
    background: #252525;
    border: 1px solid #333;
    margin-bottom: 1.5em;
}

.author-block strong {
    display: block;
    color: #eee;
    padding-bottom: 0.5em;
}

.author-display-name {
    display: inline-block;
    float: left;
    margin: 0 0.5em 0.5em 0;
    font-weight: bold;
    color: #eee;
}

.author-videos {
    display: inline-block;
    background: #111;
    border: 1px solid #333;
    margin-top: -2px;
    padding: 0.2em 0.5em;
    font-size: 0.85em;
}

.author-description {
    font-size: 0.9em;
    text-align: justify;
}

/********************/
/****** NAVBAR ******/
/********************/
.logo-search {
    height: 60px;
    line-height: 60px;
}

.nav-container {
    display: flex;
    justify-content: center;
}

#wrapper-navbar {
    background: #fff;
    position: relative;
}

.hamburger {
    display: none;
}

.navbar {
    /* padding: .5rem 0; */
    /*height: 40px;*/
    /*max-height: 40px;*/
    /*border-top: 1px solid #dbe0eb;*/
    /*border-bottom: 1px solid #dbe0eb;*/
    background: #ededed;
}

ul.navbar-nav {
    margin: 0!important;
}

.navbar-expand-md .navbar-nav .nav-link {
    font-weight: 700;
    padding: 0.5rem 3.5rem;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: transparent;
    font-size: 11px;
    text-transform: uppercase;
    color: #242533;
    /* margin: 0 0.5rem; */
    /* -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; */
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    border-left: none;
    border-right: none;
    padding: 0.5rem 3rem;
}

.navbar-expand-md .navbar-nav .nav-link:hover {
    color: #242533;
    border-left: none;
    border-right: none;
}

.logo-search h1,
.logo-search .navbar-brand {
    font-weight: 700;
    font-size: 1.75rem;
    letter-spacing: -0.5px;
    line-height: 0;
    padding: 0 1rem!important;
}

.logo-search h1 a:hover {
    text-decoration: none;
}

.logo-word-1 {
    color: #2e303e;
}

.logo-word-2 {
    color: #050505;
    padding: 2px 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.navbar-dark .navbar-brand,
.navbar-dark .navbar-nav,
.navbar-dark .navbar-nav .nav-link {
    z-index: 1;
}

.navbar-brand img {
    width: auto;
    max-height: 35px;
}

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

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

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

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

.mh800 {
    min-height: 800px;
}

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

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

.hero-text h1 {
    font-size: 20px;
    color: #666;
    line-height: 36px;
    margin: 0 0 10px;
    font-weight: 700;
}

.hero-text p {
    color: #666;
    line-height: 18px;
    max-width: 90%;
    margin: 0 auto;
}
.left-sidebar{
    height: 100%;
}
.left-sidebar ul li a {
    display: inline-flex;
    padding: .1875rem .5rem;
    margin-top: .125rem;
    text-decoration: none;
}

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

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

.site-footer ul li {
    float: left;
    margin: 0 10px;
}

.site-footer ul li a {
    text-decoration: none;
}

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

    & > [class^="col-"],
    & > [class*=" col-"] {
        padding-right: 0;
        padding-left: 0;
    }
}
.video-block-happy {
    position:relative;
    height: calc( 200% - 0.5rem );
    margin: 0.25rem;
}

button.wp_ulike_btn {
    width: 30px !important;
    height: 30px !important;
}

.wp_ulike_put_image:after {
    width: 30px !important;
    height: 30px !important;
}

.wpulike {
    padding: 0 !important;
}


.count-box {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin: 0 !important;
}
.video-block-happy-absolute {
    position: absolute;
    width:100%;
    height:100%;
    overflow: hidden;
    text-align:center;
    top: 50%;
    left: 50%;
    transform: translate( -50%, -50% );
}
.video-block-happy-absolute > img,
.video-block-happy-absolute > iframe {
    max-width: 100%;
    height: 100%;
}

@media (max-width: 376px) and (min-width: 198px) {
    .video-block-happy {
        height: 0;
        padding-bottom: 80.25%;
        margin: 1rem 0.5rem 3rem;
    }
}

@media (max-width: 426px) and (min-width: 375px) {
    .video-block-happy {
        height: 0;
        padding-bottom: 75%;
        margin: 1rem 0.5rem 3rem;
    }
}

@media (max-width: 501px) and (min-width: 425px) {

    .video-block-happy {
        height: 0;
        padding-bottom: 65%;
        margin: 1rem 0.5rem 3rem;
    }
}

@media (max-width: 767.98px) and (min-width: 500px) {

    .video-block-happy {
        height: 0;
        padding-bottom: 55%;
        margin: 1rem 0.5rem 3rem;
    }
}


@media (max-width: 1280px) and (min-width: 1250px){
    .video-block-happy-absolute {
        width: 102%;
        margin-left: 0.25rem;
    }
}

@media (max-width: 1251px) and (min-width: 1200px){
    .video-block-happy-absolute {
        width: 106%;
        margin-left: 0.25rem;
    }
}

@media (max-width: 1200px){
    .wpulike{
        padding: 10px!important;
    }
}
@media (min-width: 1200px){
    .advert-pad{
        padding-bottom: 23%;
    }
    .advert-pad .video-block-happy-absolute{
        overflow: visible;
    }
}


@media (max-width: 768px) {
    .head{
        height: 70px;
    }

    .swiper-button-next:after, .swiper-button-prev:after {
        font-size: 30px !important;
    }
}

.wpulike button.wp_ulike_btn{
    margin-right: 5px;
    padding: 1.5em;
}
.wpulike-badge-thumb .count-box{
    border: none!important;
    padding-left: 5px!important;
}

.video-block {
    display: flex;
    flex-direction: column;
    min-height: calc(100% - 1.25rem);
    margin: 0.25rem 0.25rem 1.15rem;
}

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

.side-related {
    overflow: hidden;
}

.video-block a {
    display: block;
}
.thumb img{
    max-width: 100%;
    width: 100%;
    height: 100%;
}
.actor-card-wrapper{
    min-width: 246px;
}
.video-block a.thumb {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 56.25%;
    background-color: #000;
}
.actor-card-wrapper .video-block-actor a.thumb{
    height: 326px!important;
    border-radius: 10px 10px 0 0;
    padding-bottom: 0!important;
}
.video-block-actor{
    width: 246px;
}
.male-placeholder, .female-placeholder {
    height: 100%;
    width: 100%;
}

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

.video-block a.infos {
    flex-shrink: 0;
    flex-grow: 0;
    margin-top: 4px;
    color: #2e303e;
    text-decoration: none;
}

.video-block a.infos span.title {
    font-size: 15px;
    max-height: 34px;
    line-height: 17px;
    margin-bottom: 3px;
    font-weight: 400;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
}

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

.items {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-top: -10px;
}
.items .item {
    flex: 1 0 calc(25% - 10px);
    box-sizing: border-box;
    background: #e0ddd5;
    color: #171e42;
    padding: 10px;
    margin-top: 10px;
    margin-left: 10px;
}

.video-block.video-block-actor a.infos .row {
    font-size: 13px !important;
}

.video-block .video-datas {
    flex-shrink: 1;
    flex-grow: 1;
    align-items: end;
    padding: 4px 5px 5px;
    font-size: 13px;
    /* position: relative; */
    /* top: -1px; */
    margin-left: 0px;
    /* margin-right: 0; */
    display: inline-block;
}

.video-block .video-datas i {
    font-size: 90%;
    /* margin-right: 2px;
    position: relative;
    top: -1px; */
    opacity: 0.7;
    margin-left: 3px;
}

.video-block .views-number {
    /* opacity: 0.70;
    filter: alpha(opacity =70); */
}

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

.video-block .duration {
    background: rgba(0,0,0,0.5);
    position: absolute;
    bottom: 5px;
    right: 5px;
    z-index: 999;
    padding: 2px 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}

.video-block .video-debounce-bar {
    position: absolute;
    z-index: 200;
    top: 0;
    left: 0;
    height: 3px;
    width: 0%;
}

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

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

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

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

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

.video-block .video-img {
    display: block;
    position: absolute;
    z-index:50;
    border: 0;
    min-height: 1px;
    min-width: 100%;
}
.video-block .video-img:not(.initial) {
    transition: opacity .3s ease-in-out;
}
.video-block .video-img.initial,
.video-block .video-img.loaded,
.video-block .video-img.error {
    opacity: 1;
    height: 100%;
}
.video-block .video-img:not([src]) {
    visibility: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

span.hd-video {
    font-weight: 900;
    padding: 5px;
    top: 5px;
    right: -5px;
    font-style: italic;
    left: inherit;
    bottom: inherit;
    font-size: 13px;
    background: #f5f5f5;
    color: #333;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    z-index: 999;
}

#clickme {
    cursor: pointer;
}

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

/********************/
/****** SEARCH ******/
/********************/
.search-video-number{
    margin-left: 15px;
}
.search-nav {
    display: flex;
    align-items: center;
}

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

.header{
    min-height: 70px;
}

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

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

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

.header-search-form input {
    height: 70px;
    line-height: 70px;
    padding: 0 20px;
    width: 300px;
    border: none;
    outline: 0;
}

/*******************************/
/****** SINGLE VIDEO PAGE ******/
/*******************************/
/* #content.single-video {
padding: 0 30px;
} */
.content .text{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    text-overflow: ellipsis;
}
.show-more-wrapper{
    justify-content: center;
}
.show-more-btn{
    padding: 5px 10px;
    background: #bebebe;
    color: #000000;
    border: 0;
    justify-content: center;
    border-radius: 10px;
    max-width: 200px;
}
.show-more-btn:hover {
    background: #f85f0d;
}

.single-video-player {
    padding: 10px 0;
}
.video-player{
    display: contents;
    max-height: 550px;
}

.video-wrapper {
    background: none;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 20px;
    position: relative;
    /* padding: 1px; */
}

.happy-under-player {
    overflow: hidden;
    background: #333;
    text-align: center;
    padding: 10px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0.5em;
}

.video-title {
    padding: 10px;
    background: none;
    border-top: none;
}

.video-title h1 {
    font-size: 20px;
    text-transform: none;
    font-weight: 400;
    margin: 0;
    padding: 0;
    line-height: 36px;
}

.video-actions-header {
    padding: 10px 10px 0 10px;
    background: #fff;
    border-bottom: 1px solid #070707;
}

.video-actions-header #rating {
    width: 190px;
    float: left;
    padding-left: 3px;
}

.video-actions-header #rating span.like {
    margin-right: 15px;
}

.video-actions-header #rating a {
    color: #2e303e;
    font-size: 16px;
}

.video-actions-header #rating a:hover {
    text-decoration: none;
}

.video-actions-header #rating i {
    font-size: 18px;
}

/* #video-tabs {
padding-left: 190px;
} */

#video-tabs button.tab-link {
    background: none!important;
    border: none;
    box-shadow: none;
    border-bottom: 3px solid transparent!important;
    padding: 3px 5px 10px;
    margin-right: 20px;
    font-size: 16px;
    color: #2e303e!important;
    font-weight: 400;
}

#video-tabs button.tab-link.active,
#video-tabs button.tab-link:hover {
    color: #f85f0d!important;
}

#video-tabs button.tab-link i {
    font-size: 90%;
    position: relative;
    top: -1px;
    margin-right: 2px;
}

.video-actions-content {
    padding: 15px 10px;
    background: #fff;
}

.video-actions-content #video-views {
    text-transform: uppercase;
}

.video-actions-content .views-number {
    font-weight: 700;
    font-size: 16px;
}

#rating-col {
    width: 190px;
    padding-left: 3px;
    float: left;
    font-size: 15px;
}

.rating-bar {
    background-color: #c71d1d!important;
    text-align: center;
    font-size: 75%;
    color: #fff;
    height: 5px;
    width: 100px;
    margin: 5px 0 7px;
}

.rating-bar-meter {
    background-color: #5faa01;
    height: 5px;
    -webkit-transition: width 0.3s ease-in-out;
    -moz-transition: width 0.3s ease-in-out;
    -ms-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
}

.rating-result .likes_count {
    margin-right: 5px;
}

.rating-result .percentage {
    margin-right: 15px;
    float: left;
}

.tracking-url {
    padding-top: 0.5rem;
}

#video-about {
    font-size: 15px;
}

.video-content-row {
    margin-bottom: 12px;
    color: #000000;
}

.nav-tabs :not(.active) {
    color: #2e303e !important;
}

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

.tab-content > div {
    display: none;
}

.tab-content #video-about {
    display: block;
    max-width: 90%;
}

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

#video-share {
    padding: 1em 0;
}

#video-share i {
    font-size: 1.5rem;
    color: #fff;
    width: 43px;
    height: 43px;
    line-height: 43px;
    text-align: center;
}
#video-share i#facebook {
    background-color: #3b5998;
}
#video-share i#twitter {
    background-color: #55acee;
}
#video-share i#googleplus {
    background-color: #dd4b39;
}
#video-share i#linkedin {
    background-color: #007bb5;
}
#video-share i#reddit {
    background-color: #ff4500;
}
#video-share i#tumblr {
    background-color: #36465d;
}
#video-share i#odnoklassniki {
    background-color: #f7931e;
}
#video-share i#vk {
    background-color: #507299;
}
#video-share i#email {
    background-color: #777;
}
#video-share a {
    margin: 0 0.2rem;
    display: inline-block;
    outline: 0;
}
#video-share a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

.video-tags .tags-list a {
    background: #ddd;
    color: #333;
    padding: 5px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
}

.video-tags .tags-list {
    padding: 0rem 0.25rem;
}
.comments-area{
    margin-bottom: 50px;
}
.comments-area textarea {
    border: 1px solid;
    border-radius: 5px;
    width: 100%;
}

.comments-area .form-submit .button {
    border: none;
    border-radius: 5px;
    padding: 0.375rem 0.75rem;
    font-weight: 700;
    font-size: 14px;
}

.comments-area .form-submit .button:hover {
    filter: brightness(110%);
}

.comment-form-comment {
    width: 50%;
}

.comment-respond label {
    background: none;
    display: block;
    margin-bottom: 5px;
    padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.video-loop {
    /* padding: 0.5rem; */
    overflow: hidden;
    margin: 0.25rem -0.25rem;
}

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

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

.video-infos .badge {
    font-size: 17px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.related-videos,
.video-comments {
    padding: 10px;
}

.video-comments h3 {
    margin: 0;
    padding: 0;
}

.happy-player-beside {
    text-align: center;
}

.happy-player-beside .zone-1,
.happy-player-beside .zone-2 {
    margin-bottom: 20px;
}

/********************************/
/****** VIDEO BLOCK WIDGET ******/
/********************************/
.widget-videos-block {
    position: relative;
}

/*.widget-title {*/
/*    font-size: 20px;*/
/*    line-height: 20px;*/
/*    margin: 28px 0;*/
/*}*/

.more-videos {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    font-weight: 700;
    height: 30px;
    line-height: 28px;
    padding: 0 15px;
    color: #7d7c7c;
    text-decoration: none;
    margin-left: 10px;
    border: 1px solid transparent;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    cursor: pointer;
}

.more-videos:hover {
    border: 1px solid #363636;
    color: #cacaca;
    text-decoration: none;
}

.page-header {
    position: relative;
    margin-top: 30px;
}

/*#filters {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    font-weight: 700;
    height: 30px;
    line-height: 28px;
    padding: 0 15px;
    text-decoration: none;
    margin-left: 10px;
    border: 1px solid transparent;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    cursor: pointer;
}

#filters .filters-select {
    position: relative;
    display: inline-block;
    cursor: pointer;
    height: auto;
    padding: 0.25em 1em;
}

#filters .filters-options {
    display: none;
    background-color: #1b1b1b!important;
    border-top: 8px solid #1b1b1b!important;
    border-color: #1b1b1b!important;
    border-width: 1px;
    position: absolute;
    z-index: 99999;
    font-size: 14px;
    right: -9px;
    top: 100%;
    height: auto;
    font-size: inherit;
    box-shadow: none;
    padding: 0 0 10px;
}

#filters .filters-options span, #filters .filters-select:hover .filters-options {
    display: block;
}

#filters .filters-select:after {
    content: "\f0d7";
    font-family: fontAwesome;
    margin-left: 0.3em;
}

#filters .filters-options span {
    display: block;
    width: 200px;
}

#filters .filters-options span a {
    color: #7d7c7c;
    padding: 6px 20px;
    display: block;
    font-weight: 400;
}

#filters .filters-options span a:hover {
    color: #cacaca;
    text-decoration: none;
    font-weight: 700;
}*/

.pagination-lg .page-link {
    margin: 0 8px;
    background: #1f1f1f;
    border-color: #1f1f1f;
    color: #fff !important;
    font-weight: 700;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.pagination-lg .page-link:hover {
    background: #3f3f3f;
}

/******************/
/****** PAGE ******/
/******************/
article.page,
#content {
    padding: 0 20px;
}

/*.entry-content {*/
/*    padding: 30px 30px 60px;*/
/*}*/

.entry-content h1 {
    color: #2e303e;
    font-weight: 700;
    padding: 0 10px;
    margin-bottom: 1rem;
    text-transform: none;
    font-size: 18px;
    line-height: 1.5;
    text-shadow: none;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: none;
}

.content-wrapper {
    padding: 20px 40px;
}

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

.post-like a {
    display: block;
    font-size: 20px;
    background: #fff;
    border: 1px solid lightgrey;
    text-align: center;
    outline: 0;
    border-radius: 5px;
    color: #2e303e !important;
    cursor: pointer;
}

.rating-likes-bar {
    text-align: center;
    font-size: 15px;
    padding: 0 5px;
}

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

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

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

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

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

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

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


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

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

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

.rating-bar, .rating-bar-meter {
    height: 5px;
    background: #eee;
}

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

.tags-letter-block {
    margin: 0 0 30px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #333;
    padding-bottom: 30px;
}
.tag-letter-index.active{
    pointer-events: none;
}
.tags-letter-block .tag-letter {
    float: left;
    margin-bottom: 20px;
    width: 100%;
    padding-left: 8px;
    font-size: 18px;
    line-height: 32px;
    font-weight: 700;
    text-transform: uppercase;
}

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

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

.tags-letter-block .tag-items .tag-item a {
    padding: 8px;
    display: inline-block;
    outline: 0;
    color: #2e303e;
    text-decoration: none;
}

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

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

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

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

/*********************************/
/****** TEMPLATE CATEGORIES ******/
/*********************************/
.cat-wrapper .video-loop {
    padding: 0 20px;
}

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

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

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

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

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

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

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

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

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

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

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

/***************************/
/****** VIDEO SIDEBAR ******/
/***************************/
.video-sidebar {
    padding-left: 15px!important;
}

.video-sidebar .col-6 {
    max-width: 100%;
    flex: 0 0 100%;
}

.video-sidebar .col-md-3,
.video-sidebar .col-lg-3,
.video-sidebar .col-xl-3 {
    max-width: 50%;
    flex: 0 0 50%;
}

.video-sidebar .more-videos {
    position: relative;
    top: inherit;
    right: inherit;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 400;
    height: 45px;
    line-height: 43px;
    padding: 0 15px;
    margin-left: 0;
    text-decoration: none;
    /* margin-left: 10px; */
    border: 1px solid transparent;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    cursor: pointer;
    display: block;
    margin: 0 3px;
    text-align: center;
    background: #2f2f2f;
    color: #ccc;
}

.video-sidebar .widget {
    padding-top: 10px;
    background-color: #181818;
    border: solid 1px #343434;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.video-sidebar .video-loop {
    padding: 0 5px;
}


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

.site-info {
    color: #666;
}

.footer-menu{
    width: 90%;
    padding-top: 50px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-menu_wrapper{
    display: flex;
    flex-direction: column;
    max-width: 200px;
    overflow: hidden;
}
.footer-menu_wrapper h2{
    font-size: 20px;
    font-weight: 700;
}
.footer-menu_wrapper ul{
    padding: 0;
}

.footer-menu_wrapper .item{
    list-style: none;
    line-height: 1.3;
    line-height: 1.3;
    text-decoration: none;
    font-size: 15px;
    padding-top: 5px;
}
.footer-menu_wrapper .item.heading{
    font-size: 18px;
    font-weight: 700;
    padding: 0;
}
.items-count {
    height: 100%;
    padding: 8px;
    font-size: 12px;
}
.views_wrapper {
    max-width: fit-content;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .navbar-expand-md .navbar-nav .nav-link {
        padding: 0.5rem 0.7rem;
    }
}

@media screen and (max-width: 600px) {
    #wpadminbar {
        position: fixed;
    }

    .comment-form-comment {
        width: 100%;
    }
}
@media (min-width: 767.98px){
    .advertise-wrapper{
        margin-left: auto;
    }
}
/* Extra small devices (portrait and landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .video-block-wrapper{
        width: 100%!important;
    }
    /****** Mobile nav icon *******/
    .hamburger {
        /* padding: 15px 15px; */
        width: 60px;
        height: 60px;
        display: inline-block;
        cursor: pointer;
        transition-property: opacity, filter;
        transition-duration: 0.15s;
        transition-timing-function: linear;
        font: inherit;
        color: inherit;
        text-transform: none;
        background-color: transparent;
        border: 0;
        margin: 0;
        overflow: visible;
        border-right: none;
    }
    .hamburger.is-active .hamburger-inner,
    .hamburger.is-active .hamburger-inner::before,
    .hamburger.is-active .hamburger-inner::after {
        background-color: #ccc;
    }
    .hamburger-box {
        width: 32px;
        height: 24px;
        display: inline-block;
        position: relative;
    }
    .hamburger-inner {
        display: block;
        top: 50%;
        margin-top: -2px;
    }
    .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
        width: 24px;
        height: 4px;
        position: absolute;
        transition-property: transform;
        transition-duration: 0.15s;
        transition-timing-function: ease;
    }
    .hamburger-inner::before, .hamburger-inner::after {
        content: "";
        display: block;
    }
    .hamburger-inner::before {
        top: -10px;
    }
    .hamburger-inner::after {
        bottom: -10px;
    }
    .hamburger--slider .hamburger-inner {
        top: 2px;
    }
    .hamburger--slider .hamburger-inner::before {
        top: 10px;
        transition-property: transform, opacity;
        transition-timing-function: ease;
        transition-duration: 0.15s;
    }
    .hamburger--slider .hamburger-inner::after {
        top: 20px;
    }

    .hamburger--slider.is-active .hamburger-inner {
        transform: translate3d(0, 10px, 0) rotate(45deg);
    }
    .hamburger--slider.is-active .hamburger-inner::before {
        transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
        opacity: 0;
    }
    .hamburger--slider.is-active .hamburger-inner::after {
        transform: translate3d(0, -20px, 0) rotate(-90deg);
    }

    #menu-toggle i,
    .header-search-mobile i {
        font-size: 30px;
    }

    .navbar-toggler {
        padding: 7px 0;
    }
    h1 {
        font-size: 22px;
        line-height: 36px;
    }
    .logo-search h1, .logo-search .navbar-brand {
        font-size: 1.5rem;
    }
    /* .navbar {
    position: absolute;
    top: 20px;
    width: 100%;
    } */
    .hero h1 {
        font-size: 28px;
    }
    .hero-desc {
        font-size: 18px;
    }
    h2 {
        font-size: 1.5rem;
        line-height: 35px;
    }
    .container {
        max-width: 100%;
    }
    .logo-search {
        background: none;
    }
    .logo-search .container {
        padding: 0;
    }
    #menu-toggle i, .header-search-mobile i {
        color: #ccc;
    }
    .header-search-mobile {
        width: 60px;
        text-align: center;
        height: 60px;
        line-height: 60px;
        padding-top: 5px;
    }
    .navbar {
        height: 0;
        padding: 0 15px;
    }
    .navbar a.navbar-brand, .navbar h1 {
        font-size: 1.5rem;
    }
    .navbar-collapse {
        position: absolute;
        top: 100%;
        width: 100%;
        left: 0;
        z-index: 99999;
    }
    .navbar-dark .navbar-collapse ul.navbar-nav {
        background: #ededed;
        padding-bottom: 5px;
    }
    .navbar a.navbar-brand, .navbar h1 {
        font-size: 1.25rem;
        width: 60%;
    }
    .navbar-dark .navbar-collapse .nav-link {
        padding: 0 15px;
        height: 50px;
        line-height: 50px;
        border-top-style: solid;
        border-top-width: 1px;
        border-color: #dbe0eb;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        border-bottom: none;
    }
    .navbar-dark .navbar-toggler {
        border: none;
        padding: 0;
    }
    .navbar-dark .navbar-toggler:focus {
        outline: 0;
    }
    #wrapper-navbar {
        line-height: 0;
    }

    .header-search {
        display: none;
        width: 100%;
    }

    .header-search input {
        width: 85%;
        padding: 15px;
        font-size: 14px;
        height: 62px;
        line-height: 62px;
        float: left;
        border: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        background-color: #ededed;
    }

    .header-search button[type="submit"] {
        width: 15%;
        padding: 0;
        height: 62px;
        font-size: 20px;
        border: none;
        margin: 0;
        color: #fff;
    }
    /* .header-search-form {
    width: 100%;
    overflow: hidden;
    }
    .header-search-form input {
    width: 100%;
    padding: 15px;
    height: 70px;
    line-height: 40px;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    outline: 0;
    } */
    .widget-area {
        display: none;
    }
    .video-loop {
        padding: 1px;
    }
    .video-block a {
        margin: 1%;
    }
    .video-block .video-name {
        display: none;
    }
    /* #content.single-video {
    padding: 0 15px;
    } */
    .video-action .btn {
        font-size: 1rem;
        margin-bottom: 1rem;
    }
    #video-content .inner {
        max-width: 100%;
        margin-right: 0;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }
    .video-iframe {
        width: 100%;
    }
    .video-content-top {
        margin-bottom: 1rem;
    }
    .video-thumb-link,
    .more-videos {
        display: none;
    }
    .menu-footer-menu-container {
        height: auto;
    }
    .menu-footer-menu-container ul {
        margin-bottom: 30px;
    }
    .menu-footer-menu-container ul li {
        float: none!important;
        line-height: 35px;
    }
    .site-info {
        line-height: 32px;
    }
    .single-video-player {
        padding: 30px 0;
    }
    .happy-inside-player {
        display: none;
    }
    .happy-player-beside {
        display: block;
        text-align: center;
        margin-top: 30px;
    }
    .happy-player-beside .zone-2 {
        display: none;
    }
    .single-video-infos {
        padding: 20px 20px 40px;
    }
    .single-video-infos .col-left {
        padding: 0;
    }
    .tags-list .list {
        text-align: center;
    }
    .happy-section {
        display: none;
    }
    .tags-letter-block .tag-items {
        column-gap: unset;
        column-count: unset;
    }
    .tags-letter-block .tag-items .tag-item,
    .tags-letter-block .tag-items .tag-item a {
        display: block;
    }
    article.page, #content {
        padding: 0;
    }
    .membership,
    #filters,
    #video-tabs {
        display: none;
    }
    .video-actions-header {
        padding: 10px;
    }
    #rating-col {
        margin-bottom: 20px;
        font-size: 15px;
    }
    .video-title h1 {
        font-size: 16px;
        line-height: 28px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .container {
        max-width: 100%;
    }
    .header-search-mobile {
        display: none;
    }
    .header-search {
        width: 40%;
        position: absolute;
        top: 17px;
        left: 50%;
        transform: translateX(-50%);
        display: block!important;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

    .header-search input {
        width: 80%;
        height: 28px;
        padding: 2px 5px;
        float: left;
        border: none;
        color: #cacaca;
        background-color: #ededed;
        font-size: 14px;
        outline: 0;
        -webkit-border-radius: 3px;
        -webkit-border-top-right-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        -moz-border-radius: 3px;
        -moz-border-radius-topright: 0;
        -moz-border-radius-bottomright: 0;
        border-radius: 3px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border: 1px solid transparent;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

    .header-search input:focus {
        border: 1px solid #777;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        color: #2e303e !important;
        background-color: #ededed !important;
    }

    .header-search #searchsubmit {
        width: 60px;
        font-size: 22px;
        height: 28px;
        line-height: 28px;
        padding: 0;
        margin: 0;
        border: none;
        color: #fff;
        position: absolute;
        top: 0;
        -webkit-border-top-left-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        -moz-border-radius-topleft: 0;
        -moz-border-radius-bottomleft: 0;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        -webkit-border-top-right-radius: 3px;
        -webkit-border-bottom-right-radius: 3px;
        -moz-border-radius-topright: 3px;
        -moz-border-radius-bottomright: 3px;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
    }

    .header-search #searchsubmit:hover {
        filter: brightness(110%);
    }

    .header-search #searchsubmit i {
        font-size: 80%;
        color: #000;
        position: relative;
        top: -1px;
    }

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .container {
        max-width: 100%;
    }
    .header-search-mobile {
        display: none;
    }
    .header-search {
        width: 40%;
        position: absolute;
        top: 17px;
        left: 50%;
        transform: translateX(-50%);
        display: block!important;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

    .header-search input {
        width: 80%;
        height: 28px;
        padding: 2px 5px;
        float: left;
        border: none;
        color: #cacaca;
        background-color: #ededed;
        font-size: 14px;
        outline: 0;
        -webkit-border-radius: 3px;
        -webkit-border-top-right-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        -moz-border-radius: 3px;
        -moz-border-radius-topright: 0;
        -moz-border-radius-bottomright: 0;
        border-radius: 3px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border: 1px solid transparent;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

    .header-search input:focus {
        border: 1px solid #777;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        color: #2e303e !important;
        background-color: #ededed !important;
    }

    .header-search #searchsubmit {
        width: 60px;
        font-size: 22px;
        height: 28px;
        line-height: 28px;
        padding: 0;
        margin: 0;
        border: none;
        color: #fff;
        position: absolute;
        top: 0;
        -webkit-border-top-left-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        -moz-border-radius-topleft: 0;
        -moz-border-radius-bottomleft: 0;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        -webkit-border-top-right-radius: 3px;
        -webkit-border-bottom-right-radius: 3px;
        -moz-border-radius-topright: 3px;
        -moz-border-radius-bottomright: 3px;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
    }

    .header-search #searchsubmit:hover {
        filter: brightness(110%);
    }

    .header-search #searchsubmit i {
        font-size: 80%;
        color: #000;
        position: relative;
        top: -1px;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .videos-list .advertise-wrapper, .video-loop .advertise-wrapper{
        width: 40%;
    }

    .videos-list .video-block-wrapper, .video-loop .video-block-wrapper{
        width: 20%;
    }
    .container {
        max-width: 1350px;
    }
    .related-videos .col-xl-3 {
        max-width: 25%;
        flex: 0 0 25%;
    }
    .col-xl-6 {
        max-width: 40%;
        flex: 0 0 40%;
    }
    .header-search-mobile {
        display: none;
    }
    .header-search {
        width: 30%;
        position: absolute;
        top: 17px;
        left: 55%;
        transform: translateX(-50%);
        display: block!important;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

    .header-search input {
        width: 80%;
        height: 28px;
        padding: 2px 5px;
        float: left;
        border: 1px solid #dbe0eb;
        color: #868791 !important;
        background-color: #ededed;
        font-size: 14px;
        outline: 0;
        -webkit-border-radius: 3px;
        -webkit-border-top-right-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        -moz-border-radius: 3px;
        -moz-border-radius-topright: 0;
        -moz-border-radius-bottomright: 0;
        border-radius: 3px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border: 1px solid transparent;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

    .header-search input:focus {
        border: 1px solid #777;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        color: #2e303e !important;
        background-color: #ededed !important;
    }

    .header-search #searchsubmit {
        width: 60px;
        font-size: 22px;
        height: 28px;
        line-height: 28px;
        padding: 0;
        margin: 0;
        border: none;
        color: #fff;
        position: absolute;
        top: 0;
        -webkit-border-top-left-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        -moz-border-radius-topleft: 0;
        -moz-border-radius-bottomleft: 0;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        -webkit-border-top-right-radius: 3px;
        -webkit-border-bottom-right-radius: 3px;
        -moz-border-radius-topright: 3px;
        -moz-border-radius-bottomright: 3px;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
    }

    .header-search #searchsubmit:hover {
        filter: brightness(110%);
    }

    .header-search #searchsubmit i {
        font-size: 80%;
        color: #000;
        position: relative;
        top: -1px;
    }
}

@media (min-width: 2560px) {
    .header-search {
        width: 20%;
        position: absolute;
        top: 17px;
        left: 55%;
        transform: translateX(-50%);
        display: block!important;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }
}

@media (min-width: 3000px) {
    .header-search {
        width: 15%;
        position: absolute;
        top: 17px;
        left: 55%;
        transform: translateX(-50%);
        display: block!important;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }
}

@media (min-width: 4000px) {
    .header-search {
        width: 12%;
        position: absolute;
        top: 17px;
        left: 50%;
        transform: translateX(-50%);
        display: block!important;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }
}

.actors-swiper .card-img-top {
    height: 12rem;
}

.actors-swiper .card {
    background-color: var(--bs-gray-800);
}

.actors-swiper .card-body {
    color: var(--bs-white) !important;
}

@media (min-width: 420px) {
    .actors-swiper .card-img-top {
        height: 14rem;
    }
}

@media (min-width: 576px) {
    .actors-swiper .card-img-top {
        height: 14rem;
    }
}

@media (min-width: 768px) {
    .actors-swiper .card-img-top {
        height: 16rem;
    }
}
.title h2{
    font-size: 24px;
    margin: 0 10px 0 0;
}
.title{
    display: flex;
    align-items: center;
    flex-grow:0;
    flex-shrink: 0;
    width: unset;
}
.title .fav{
    margin-left: auto;
}

.filters-wrapper{
    display: flex;
    justify-content: end;
    flex-wrap: wrap;
    flex-shrink: 1;
    flex-grow: 1;
    width: unset;
}
.filters:not(.filters.dropdown-menu){
    padding: 0 20px;
}
.filters a.active{
    pointer-events: none !important;
}
.shrink{
    flex-shrink: 1;
    flex-grow: 1;
}
.no-shrink{
    flex-shrink: 0;
    flex-grow: 0;
}
.filter-style-3 .item{
    padding: 0 15px;
    margin: 0;
}
.filter-style-3{
    display: flex;
    flex-grow: 1;
    flex-shrink: 1;
    flex-wrap: wrap;
    align-items: center;
}
@media (max-width: 470px) {
    .filter-style-3 .item {
        margin-top: 5px;
    }
}
.dropdown-menu{
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
.video-js.vjs-16-9{
    padding-top: 56.25%!important;
}
.fav{
    background: #eaecef;
    border: 0;
}
.fav:hover {
    background: #ff9900;
    cursor: pointer;
}
.fav.remove-favourite:hover{
    color: #000000!important;
}
.fav.remove-favourite{
    color: #ff9900!important;
}

.list{
    margin: -5px;
}
.list ul {
    column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    margin: 0;
    padding: 0;
    list-style: none;
}
.list a{
    float: left;
    width: 100%;
    display: block;
    margin: 5px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 8px 12px;
    border-radius: 4px;
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: bold;
}
@media (min-width: 640px) {
    .list ul {
        column-count: 3;
        -moz-column-count: 3;
        -webkit-column-count: 3;
    }
}
@media (min-width: 1120px) {
    .list ul {
        column-count: 4;
        -moz-column-count: 4;
        -webkit-column-count: 4;
    }
}
@media (min-width: 1400px) {
    .list ul {
        column-count: 5;
        -moz-column-count: 5;
        -webkit-column-count: 5;
    }
}
@media (min-width: 1500px) {
    .views_wrapper {
        max-width: 75px;
    }
}
/*
    Model taxonomy page
 */
.top_section{
    display: flex;
    align-items: center;
    width: 100%;
    background: #ffffff;
    padding: 10px 20px;
    max-height: 65px;
    margin-bottom: 15px;
}
@media (max-width: 1020px) {
    .top_section{
        flex-wrap: wrap;
        max-height: fit-content;
    }
}
.top_section .info{
    display: flex;
    flex-shrink: 1;
    flex-grow: 1;
    justify-content: flex-start;
    align-items: center;

}
.top_section .socials{
    display: flex;
    flex-wrap: wrap;
    margin-left: 10px;
    flex-shrink: 0;
    flex-grow: 0;
    justify-content: flex-end;
    align-items: center;

}
.icon:before{
    content: "";
    background-repeat: no-repeat;
    position: static;
    display: block;
    margin-right: 5px;
}
.icon-gallery:before{
    background: url(../images/gallery.svg);
    width: 14px;
    height: 14px;
}
.icon-views:before{
    background: url(../images/views.svg);
    width: 18px;
    height: 14px;
}
.icon-rating:before{
    background: url(../images/rating.svg);
    width: 14px;
    height: 14px;
}
.icon-comment:before{
    background: url(../images/comments.svg);
    width: 14px;
    height: 14px;
}
.icon-heart:before{
    background: url(../images/heart-icon.svg);
    width: 20px;
    height: 19px;
}
.icon-share:before{
    background: url(../images/share-icon.svg) no-repeat;
    width: 20px;
    height: 20px;
}
.icon-category:before{
    background: url(../images/category.svg) no-repeat;
    width: 14px;
    height: 14px;
}
.top_section h1{
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    margin-right: 20px;

}
.info .info-item:last-child{
    margin-right: 0;
}
.info .info-item{
    margin-right: 20px;
    display: flex;
    align-items: center;
}
.social-item:last-child{
    margin-right: 0;
}
.social-item{
    margin-right: 20px;
    position: relative;
}
.btn-favourite .fa{
    margin-right: 10px;
}

.social-item .btn-favourite{
    display: flex;
    align-items: center;
    background-color: #343a40;
    padding: 10px 15px;
    border-radius: 5px;
    border: 0;
    color: #fff;
    transition: 0.3s;
}
.social-item .btn-favourite:hover{
    background-color: #f85f0d;
    color: #000;
}
.social-item.icon-share{
    width: 20px;
    height: 20px;
}
.socials .rating{
    display: flex;
    align-items: center;
}
.model-main-section{
    width: 100%;
    background: #fff;
    padding: 15px 20px 30px 20px;
    display: flex;
    margin-bottom: 20px;
}
.model_section .info-item strong{
    margin-left: 5px;
}
.model-descr .text{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 11;
    text-overflow: ellipsis;
    margin-bottom: 20px;
}
.model-descr{
    display: flex;
    flex-grow: 1;
    flex-shrink: 1;
    gap: 1rem;
}
/*.model-descr img{*/
/*    max-width: 270px;*/
/*    max-height: 320px;*/
/*    border-radius: 10px;*/
/*}*/
.model-stats{
    flex-shrink: 0;
    flex-grow: 0;
    display: grid;
    grid-template-columns: auto auto;
    padding-left: 70px;
    margin-left: 70px;
    border-left: 1px solid #D9D9D9;
    max-width: 363px;
    grid-column-gap: 1em;
}
.model-main-section .strong{
    font-weight: 700;
}
.mobile_model_section{
    display: none;
}
.mobile_model_section .top_section{
    flex-direction: column;
    max-height: unset;
}
.mobile_model_section .top_section .info{
    width: 100%;
    justify-content: space-around;
}
.mobile_model_section .top_section .socials{
    width: 100%;
    justify-content: unset;
    margin: 0;
    flex-wrap: wrap;
}
.mobile_model_section .socials h1{
    flex-shrink: 1;
    flex-grow: 1;
}
.mobile_model_section .btn-favourite{
    padding: 20px;
}
.mobile_model_section .icon-heart:before{
    left:10px;
}

.mobile_model_section .mobile_socials{
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.model-categories, .model-tags{
    display: flex;
    width: fit-content;
    margin-bottom: 20px;
    padding: 0 20px;
    flex-wrap: wrap;
}
.model-categories{
    padding: 15px 20px;
    background: #fff;
}
.model-categories .heading, .model-tags .heading{
    display: flex;
    align-items: center;
    margin-right: 10px;
}
.model-categories .category-item:last-child{
    margin-right: 0;
}
.model-categories .category-item{
    margin-right: 10px;
    margin: 5px;
    padding: 5px 15px;
    background: #F3F3F3;
    border-radius: 5px;
    border: 1px solid #D9D9D9;
    cursor: pointer;
}
.model-categories .category-item:hover{
    filter: brightness(110%);
}

.model-tags .tag-item:last-child{
    margin-right: 0;
}

.model-tags .tag-item{
    margin-right: 10px;
}
.model-tags .tag-item a{
    text-decoration: underline;
    color: #f85f0d!important;
    transition: 0.3s;
    cursor: pointer;
}
.model-tags .tag-item a:hover{
    color: #343a40!important;
}

.model-comment .input-section{
    width: 100%;
    padding: 0 15px 20px 15px;
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
}
.model-comment .input-section label{
    max-width: 690px;
    width: 100%;
    align-items: center;
    position: relative;
}
.model-comment .input-section .insert-error{
    color: red;
    margin: 5px;
}
.input-section .input{
    padding: 5px 45px 5px 15px;
    width: 100%;
    border: 1px solid #D9D9D9;
    border-radius: 10px;
}
.input-section .submit-comment{
    position: absolute;
    right: 5px;
    top:12%;
    background: unset;
    border: 0;
}
.comments_wrapper{
    width: 100%;
    padding: 0 15px;
}
.comment_item .comment_identity{
    display: flex;
    align-items: center;
}
.comment_identity .user, .comment_identity img{
    margin-right: 10px;
}
.comment_identity .user{
    font-weight: 700;
}
.comment_item .comment{
    margin-left: 30px;
}
.comment_item{
    margin-bottom: 15px;
}

@media (max-width: 500px) {
    .model-descr{
        flex-direction: column;
        align-items: center;
    }
    .model-descr img{
        margin: auto;
        margin-bottom: 10px;
    }
    .actor-card-wrapper{
        width: 100%;
    }
    .actor-card-wrapper .video-block-actor {
        margin: auto;
    }
}

@media (max-width: 800px) {
    .model-main-section{
        flex-direction: column;
    }
    .model-main-section .model-descr{
        width: 100%;
    }
    .model-main-section .model-stats{
        padding: 30px 0 0 0;
        margin: 30px 0 0 0;
        max-width: 100%;
        border-top: 1px solid #D9D9D9;
        border-left: 0;
        justify-content: space-around;
        width: 100%;
    }
    .model_section .top_section{
        display: none;
    }
    .mobile_model_section,
    .mobile_model_section .top_section{
        display: flex;
        gap: 10px;
    }
}

@media (max-width: 1160px) {
    .social-item .btn-favourite span{
        display: none;
    }
    .social-item .btn-favourite {
        padding: 10px;
    }
    .btn-favourite.icon-heart:before {
        margin: 0;
    }
}
.social-item .fa, .info-item .fa{
    font-size: 22px;
}
.info-item .fa, .model-categories .fa{
    margin-right: 10px;
}
.fa.fa-heart, .fa.fa-heart-o{
    font-size: inherit;
}
.model-thumb{
    width: 220px;
    flex-grow: 0;
    flex-shrink: 0;
    display: flex;
}
.model-image{
    max-width: 270px;
    width: 100%;
    height: 320px;
    flex-grow: 0;
    flex-shrink: 0;
}
.video-infos, .entry-content .video-infos h1{
    color: #000000!important;
}
.rating .wpulike .percentage{
    display: none;
}

 .video-block {
     position: relative;
 }

.remove-btn.remove-favourite {
    border: 0;
    background: #eaecef;
    padding: 0 7.5px;
    position: absolute;
    top: 0;
    right: 0;
    margin: 10px;
    font-size: 20px;
    transition: background 0.3s;
    border-radius: 8px;
    z-index: 999;

}

.remove-btn.remove-favourite .fa-trash {
    color: red !important;
}

.remove-btn.remove-favourite:hover {
    background: transparent;
}

.fxgp-deletion-modal .modal-content {
    border-radius: 6px;
    border: none;
}

.fxgp-deletion-modal .modal-body {
    padding: 20px;
}

.fxgp-deletion-modal h2 {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 600;
}

.fxgp-deletion-modal .warning {
    background-color: #fff3cd;
    border-left: 4px solid #ffc107;
    padding: 15px;
    margin-bottom: 20px;
    color: #856404;
}

.fxgp-deletion-modal .form-field {
    margin-bottom: 20px;
}

.fxgp-deletion-modal label {
    display: block;
    font-weight: 500;
    margin-bottom: 5px;
}

.fxgp-deletion-modal .btn-danger {
    background-color: #dc3545;
    border-color: #dc3545;
}

.fxgp-deletion-modal .btn-danger:hover {
    background-color: #c82333;
    border-color: #bd2130;
}

.fxgp-deletion-modal .form-check {
    position: relative;
    padding-left: 1.5rem;
}

.fxgp-deletion-modal .form-check-input {
    position: absolute;
    margin-top: 0.25rem;
    margin-left: -1.5rem;
    width: auto;
}

.fxgp-deletion-modal .form-check-label {
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}

.fxgp-deletion-modal .checkbox-container {
    margin-bottom: 1rem;
}

.fxgp-deletion-modal .checkbox-container label {
    display: flex;
    align-items: flex-start;
    cursor: pointer;
}

.fxgp-deletion-modal .checkbox-container input[type="checkbox"] {
    width: auto;
    margin-right: 8px;
    margin-top: 3px;
    display: inline-block;
    cursor: pointer;
}

.fxgp-deletion-modal .checkbox-container span {
    display: inline-block;
}
