/*
Theme Name: UltimaTube
Theme URI: https://www.wp-script.com/adult-wordpress-themes/ultimatube/
Author: WP-Script
Author URI: https://www.wp-script.com
Description: The Ultimate Theme we have ever created.
Version: 1.4.2
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wpst
Tags:
*/ 

:root {
    --main-bg: #181818;
    --bg-header: #0f0f0f;
    --side-width: 220px;
   --grid-containers-xs: 100%;
    --grid-containers-sm: 100%;
    --grid-containers-md: 100%;
    --grid-containers-lg: 100%;
    --grid-containers-xl: 1454px;
    --grid-containers-xxl: 1652px;
    --nav-height: 60px;
    --mobile-menu-height: 3rem;
    --primary-text: #E2E5E9;
    --secondary-text: #aaa;
    --main-font: "Inter", sans-serif;
	--secundary-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    -webkit-font-smoothing: antialiased; /* Chrome, Safari */
    -moz-osx-font-smoothing: grayscale;  /* Firefox en macOS */
    text-rendering: optimizeLegibility;  /* Mejora kerning y ligaduras */
}

html {
    color-scheme: dark;
    -webkit-font-smoothing: antialiased;
    scroll-behavior: smooth;
}

.ava {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    overflow: hidden;
}

redes {
    display: grid;
    padding: 0;
    border-radius: 12px;
    grid-template-columns: 1fr 1fr 1fr;
}

redes a {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    padding: 0 5px !important;
}

redes a icon {
    margin-bottom: 5px;
    align-items: center;
    display: flex;
    width: 50px;
    justify-content: center;
}

redes a icon svg, redes a icon path {
    width: 20px;
    height: 20px;
    fill: white !important;
}

redes a title {
    display: block;
    color: white;
    font-size: 10px;
    font-weight: 500;
}

.videos-similar .block-loop-items .thumb-block .avatar {
    width: 20px;
    height: 20px;
    object-fit: cover;
}

.tooltip-text {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--main-color);
    color: white;
    padding: 10px 14px;
    border-radius: 8px;
    font-size: 14px;
    white-space: nowrap;
    transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
    z-index: 999;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    gap: 5px;
}
.tooltip-text .btn-ver-mas-tarde {
  display: flex;
  padding: 3px 10px;
  border-radius: 100px;
  background-color: #000;
  color: white;
  text-decoration: none;
  font-size: 12px;
}

#category-filter {
    color: #fff;
    border-radius: 6px;
    cursor: pointer;
    position: relative;
    transition: border-color 0.2s ease, background-color 0.2s ease;
}

#category-filter:focus {
  outline: none;
  border-color: none;
  box-shadow: 0 0 0 2px rgba(255, 64, 129, 0.3);
}

#category-filter option {
  background-color: #111;
  color: #fff;
}

.wp-block-loop,
.plugin-slider{
  position: relative;
  --grid-gap: 1.5rem;
  --row-gap: 1rem;
  --grid-rows: 1;
  --grid-columns: 2;
  --loop-line: 1;
  --loop-line-height: 1.3;
  --loop-ratio: 1;
  --loop-radius: 4px;
  --loop-max-width: 100%;
}

.block-loop-items{
  margin-bottom: 1.5rem;
  list-style: none;
  display: grid;
  --grid-auto-cols: calc((100% - (var(--grid-columns) - 1) * var(--grid-gap)) / var(--grid-columns));
  grid-gap: var(--grid-gap);
  grid-template-columns: repeat(auto-fill,minmax(var(--grid-auto-cols),1fr));
}

[data-plugin="slider"],
.block-loop-slider{
  display: grid;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  overscroll-behavior-x: none;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
  --grid-auto-cols: calc((var(--loop-max-width) - (var(--grid-columns) - 1) * var(--grid-gap)) / var(--grid-columns));
  grid-auto-flow: column;
  grid-auto-columns: var(--grid-auto-cols);
  grid-template-rows: repeat(var(--grid-rows),-webkit-max-content);
  grid-template-rows: repeat(var(--grid-rows),max-content);
  grid-template-columns: inherit !important;
  box-sizing: border-box;
}

.block-loop-slider::-webkit-scrollbar {
  display: none;
}

.bio-relative {
    max-width: fit-content;
    word-break: break-word;
    position: relative;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
}

.bio-card {
    position: relative;
    margin-top: 12px;
    --one-ch: 8;
    --fade-direction: 270deg;
    --line-height: 20;
    max-width: 700px;
    --link-length: 11;
    -webkit-mask: linear-gradient(0deg, transparent 0, transparent calc(var(--line-height) * 1px), #000 calc(var(--line-height) * 1px)), linear-gradient(var(--fade-direction), transparent 0, transparent calc((var(--link-length) * var(--one-ch)) * 1px), #000 calc((var(--link-length) * var(--one-ch) + var(--line-height) * 2) * 1px));
    mask: linear-gradient(0deg, transparent 0, transparent calc(var(--line-height) * 1px), #000 calc(var(--line-height) * 1px)), linear-gradient(var(--fade-direction), transparent 0, transparent calc((var(--link-length) * var(--one-ch)) * 1px), #000 calc((var(--link-length) * var(--one-ch) + var(--line-height) * 2) * 1px));
    -webkit-mask-position: right bottom;
    mask-position: right bottom;
    -webkit-mask-size: initial,initial;
    mask-size: initial,initial;
    word-break: break-word;
}

.bio-snippet {
    line-height: 1.5;
    font-size: 14px;
    opacity: .8;
    font-weight: 300;
}

.bio-snippet.one-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  display: block;
}

.bio-readmore {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0 !important;
    border: none;
    border-radius: 0;
    background-color: transparent !important;
    color: white;
    line-height: 1.5;
    font-size: 14px;
}

/* Modal */
.bio-modal {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .75);
}

.bio-modal-content {
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    padding: 24px;
    width: 100%;
    max-width: 600px;
    border-radius: 12px;
    animation: fadeIn 0.3s 
ease-in-out;
    border: 1px solid hwb(0deg 100% 0% / 10%);
    background: #121212;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .4);
}

.bio-close {
  float: right;
  font-size: 24px;
  cursor: pointer;
  font-weight: bold;
}

@keyframes fadeIn {
  from { opacity: 0;}
  to { opacity: 1;}
}

/* Por defecto, oculta el botón si no hay contenido extra */
.bio-readmore.visible-mobile {
  display: none;
}

/* Muestra el botón si hay contenido extra */
.bio-readmore.visible-desktop {
  display: inline-block;
}

/* En móvil, SIEMPRE mostrar el botón */
@media screen and (max-width: 768px) {
  .bio-readmore {
    display: inline-block !important;
  }
}

.badge-watched {
    display: none !important;
} 
.badge-watched.visible {
  display: flex !important;
}

.exo-ipp-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

#cinematics {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
}

#bgCanvas {
    top: 0;
    left: 0;
    z-index: 0;
    filter: blur(40px);
    opacity: .2;
    transition: opacity 0.6s ease;
}

.follow-wrapper {
  position: relative;
}

.single .follow-button-wrapper, .single .follow-wrapper {
    margin-inline-start: auto;
}

.notification-wrapper {
  position: relative;
  display: inline-block;
}

.single .notify-dropdown {
    right: 0 !important;
}

.notify-dropdown button svg {
    width: 18px;
    height: 18px;
    fill: transparent;
}

.notify-dropdown button:hover {
    background: hsl(0deg 0% 100% / 12%) !important;
}

.notify-dropdown button {
    border-radius: 0;
    background: transparent !important;
    display: flex;
    width: 210px;
    text-wrap-mode: nowrap;
    align-items: center;
    gap: 10px;
}

.notify-dropdown button .icon-bell {
    width: 18px;
    height: 18px;
}

.btn-notify {
    border: none;
    cursor: pointer;
    position: relative;
    width: 40px;
    height: 40px;
    background: #222222 !important;
    display: flex;
    align-items: center;
    justify-content: center;
	padding: 0;
}

.notify-count {
    position: absolute;
    top: 0px;
    right: -2px;
    background: red;
    color: white;
    font-size: 9px;
    padding: 2px 5px;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
}

.notify-dropdown2 .scroll {
    max-height: 439px;
    overflow: auto;
    scrollbar-width: thin;
}

.notify-dropdown, .notify-dropdown2 {
    position: absolute;
    top: 55px;
    right: -100%;
    background: #1a1a1a;
    border: 1px solid hsl(0deg 0% 100% / 10%);
    border-radius: 12px;
    width: 300px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    display: none;
    z-index: 100;
    overflow: hidden;
}

.notify-item.unread {
  background-color: hsl(0deg 0% 100% / 10%);
}

.notify-item {
    padding: 10px;
    border-bottom: 1px solid hsl(0deg 0% 100% / 10%);
    color: #eee;
}

.notify-item .author-name {
    line-height: normal;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.notify-item .notify-author {
    display: grid;
    width: 100%;
    grid-template-columns: 30px 1fr;
    align-items: center;
    gap: 10px;
}

.notify-item:last-child {
    border: 0;
}

.notify-post a {
    color: white;
    line-height: normal;
    display: block;
    margin-top: 10px;
    font-size: 13px;
}

.notify-empty {
  font-size: 13px;
  color: #888;
  text-align: center;
  padding: 10px 0;
}

.player-opacity {
    opacity: 0;
    transition: opacity 0.6s ease;
}

.player-opacity.fade-in {
  opacity: 1;
}

.fluid_initial_play_button, .fluid_initial_pause_button {
    display: none;
}

.fluid_initial_play {
    background-color: transparent !important;
    background-image: url(https://itnaked.com/wp-content/uploads/2025/09/play_white.png);
    background-size: cover;
    width: 90px !important;
    height: 90px !important;
}

.fluid_button.fluid_control_mini_player.fluid_button_mini_player {
    display: none !important;
}

/* Oculta los controles inicialmente */
.fluid_video_wrapper .fluid_controls_container {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}

/* Muestra los controles con fade solo cuando el video está reproduciéndose */
.fluid_video_wrapper.show-controls .fluid_controls_container {
  opacity: 1;
  pointer-events: auto;
}


/*--------------------------------------------------------------
## Login register popup
--------------------------------------------------------------*/
.top-bar .membership {
	font-size: 0.875em;
	height: 24px;
	line-height: 24px;
}

.top-bar .membership span.topbar-item {
	float: left;
	margin: 0 10px;
}

.top-bar .membership .welcome {
	color: #999;
	float: left;
	margin-right: 20px;
}

.top-bar .membership .or {
	color: #aaa;
	margin: 0;
}

.top-bar .membership .login {
	margin: 0 5px;
}

.top-bar .membership a {
	color: #ddd;
	display: inline-block;
	margin: 0 10px;
	outline: 0;
}

.top-bar .membership .login a {
	margin: 0;
	font-size: inherit;
}

.top-bar .membership a:hover {
	color: #fff;
}

.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999999;
	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: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: 100%;
    margin: 0 auto;
    max-width: 800px;
}

.modal.show {
    opacity: 1;
}

.modal.fade .modal-dialog {
	-webkit-transition: -webkit-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	transition: transform .3s ease-out;
}

.modal-content {
	position: relative;
	background-color: #333;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border-radius: 12px;
	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;
}

.modal-body label {
	display: block;
	font-size: 0.875em;
	margin-bottom: 5px;
}

.modal-body input {
	display: block;
	width: 100%;
}

.modal-body .lost-password a {
	font-size: 0.875em;
}

.wpst-reset-password p {
	font-size: 0.875em;
}

.modal-footer {
    padding: 15px 0;
    text-align: center;
    border-top: 1px solid #252525;
    margin-top: 10px;
    margin-left: -40px;
    margin-right: -40px;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99999;
	background-color: #000;
}

.modal-backdrop.fade {
	filter: alpha(opacity=0);
	opacity: 0;
}

.modal-backdrop.in {
	filter: alpha(opacity=50);
	opacity: .8;
}

.wpst-register,
.wpst-login,
.wpst-reset-password,
.wpst-register-footer,
.wpst-login-footer {
	display: none;
}

div[data-active-tab="#reset-password"] .wpst-reset-password,
div[data-active-tab="#reset-password"] .wpst-login-footer,
div[data-active-tab="#login"] .wpst-login,
div[data-active-tab="#register"] .wpst-register,
div[data-active-tab="#register"] .wpst-login-footer,
div[data-active-tab="#login"] .wpst-register-footer {
	display: block;
}

.wpst-loading {
	display: none;
}

.alert>p,
.alert>ul {
	margin-bottom: 0;
}

#wpst-user-modal h3 {
    clear: none;
    margin: 0 0 10px;
    text-align: center;
}

.g-recaptcha {
    justify-content: center;
    display: flex;
}

.wpst-register:hover {
    scrollbar-width: thin;
    margin-right: -40px;
    padding-right: 30px;
}
.wpst-register {
    max-height: 440px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-right: -40px;
    padding-right: 40px;
    scrollbar-width: none;
}

#wpst-user-modal.fade-out {
  opacity: 0;
  transition: opacity 0.4s ease;
}

#wpst-user-modal a.close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: hwb(0deg 100% 0% / 10%);
    border-radius: 100%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.form-field {
	margin: 20px 0;
	position: relative;
}

@media (min-width: 768px) {
	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
	}
}

.slidercat {
    position: relative;
    margin-bottom: 15px;
}

.slidercat .grid-nav {
    top: 50%;
}

.slidercat .categories-container {
    display: grid;
    white-space: nowrap;
    height: 40px;
    align-items: center;
    gap: 5px;
    width: 100%;
    grid-template-rows: 1fr;
    grid-auto-flow: column;
    position: relative;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.slidercat .categories-container a { 
    background-color: #303030;
    color: #f5f5f5;
    letter-spacing: .3px;
    padding: 0 15px;
    text-transform: capitalize;
    transition: all 0.5s cubic-bezier(.05,0,0,1);
    height: 35px;
    border-radius: 10px;
    font-weight: 500;
    line-height: 35px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.user-grid-wrapper {
  position: relative;
}

.user-grid-scroll {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: 1fr;
    grid-template-columns: repeat(auto-fill, minmax(81px, 1fr));
    grid-auto-columns: minmax(81px, 1fr);
    gap: 10px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

/* Difuminado lateral */
.user-grid-wrapper::before,
.user-grid-wrapper::after, .slidercat::before, .slidercat::after  {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 40px;
  pointer-events: none;
  z-index: 5;
  transition: opacity 0.3s ease;
}

.user-grid-wrapper::before, .slidercat::before {
  left: 0;
  background: linear-gradient(to right, var(--main-bg), rgba(255,255,255,0));
  opacity: 0;
  
}

.user-grid-wrapper::after, .slidercat::after {
  right: 0;
  background: linear-gradient(to left, var(--main-bg), rgba(255,255,255,0));
  opacity: 0;
}

.user-grid-wrapper.has-left::before, .slidercat.has-left::before { opacity: 1; }
.user-grid-wrapper.has-right::after, .slidercat.has-right::after { opacity: 1; }

.grid-thumb {
  scroll-snap-align: start;
  box-sizing: border-box;
  min-width: 65px;
  transition: transform 0.2s ease;
}

.slidercat::after {
    background: linear-gradient(270deg, var(--main-bg) 52.6%, rgba(0, 0, 0, 0) 100%);
    width: 60px;
}

.slidercat::before {
    background: linear-gradient(-270deg, var(--main-bg) 52.6%, rgba(255, 255, 255, 0));
    width: 60px;
}

/* Botones de navegación */
.grid-nav {
    position: absolute;
    top: calc(50% - 17px);
    transform: translateY(-50%);
    color: #fff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .3), 0 0 4px rgba(0, 0, 0, .2);
    border: none;
    padding: 0;
    font-size: 24px;
    cursor: pointer;
    z-index: 10;
    width: 40px;
    height: 40px;
    border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.grid-nav.prev { left: -10px; }
.grid-nav.next { right: -10px; }
.grid-nav.disabled {
  opacity: 0;
  pointer-events: none;
  cursor: default;
}


#modal-playlist {
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

#modal-playlist.visible {
    opacity: 1;
    pointer-events: auto;
}

.bar {
  width: 1px;
  height: 15px;
  border-radius: 50%;
  background: var(--main-color);
  animation: pulse 1.2s infinite ease-in-out;
  opacity: 0.6;
}

.bar:nth-child(1) { animation-delay: 0s; }
.bar:nth-child(2) { animation-delay: 0.2s; }
.bar:nth-child(3) { animation-delay: 0.4s; }
.bar:nth-child(4) { animation-delay: 0.6s; }

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.6;
  }
  50% {
    transform: scale(1.8);
    opacity: 1;
  }
}

    #fixedactors bg {
        height: auto;
        inset: 0;
        filter: blur(50px);
        background-color: #323232 !important;
        background-size: cover;
        clip-path: padding-box;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: -1;
    }
    
    #fixedactors bg img {
        width: 100% !important;
        height: 100% !important;
        border-radius: 0 !important;
        object-position: center;
        opacity: .7;
    }

.skeleton {
    border-radius: 4px;
    margin-bottom: 12px;
    overflow: hidden;
    position: relative;
}

.skeleton .skeleton-photo {
    line-height: 0;
    position: relative;
    width: 100%;
    height: 0;
    background-color: #131313;
    border-radius: 8px;
    padding-bottom: 56.25%;
}

.skeleton-line {
    height: 16px;
    background: linear-gradient(90deg, hsl(0deg 0% 100% / 10%) 25%, hsl(0deg 0% 100% / 20%) 37%, hsl(0deg 0% 100% / 10%) 63%);
    background-size: 400% 100%;
    animation: shimmer 1.4s ease infinite;
    border-radius: 4px;
    margin-bottom: 6px;
    margin-top: 8px;
}
.skeleton-line.short {
    width: 60%;
    margin: 0 auto;
}
@keyframes shimmer {
    0% { background-position: -400px 0; }
    100% { background-position: 400px 0; }
}


.page-category .thumb-block .post-thumbnail img {
    z-index: 0;
}

#fixedactors.imagen-gradient:before, #fixedactors.imagen-gradient:after {
    display: none;
}

.exo-native-widget-item-brand {
    display: none !important;
}

.collections {
    background-color: #606060;
    opacity: 50%;
    position: absolute;
    top: -8px;
    width: calc(100% - 24px);
    height: 100%;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    right: 0;
    border-radius: 8px;
}

.collections-large {
    position: absolute;
    top: -4px;
    width: calc(100% - 10px);
    height: 100%;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    right: 0;
    border-radius: 8px;
    background-color: #606060;
}

modeporn {
    position: relative;
    display: flex;
    height: 40px;
    align-items: center;
    padding-left: 20px;
}

modeporn .btn:hover, modeporn .btn:active, modeporn .btn:focus {
    color: #eee;
    outline: 0;
}

.icon-flag-gay {
    display: inline-block;
    height: 12px;
    position: relative;
    vertical-align: middle;
    width: 22px;
}

.icon-flag-gay .r {
    background: #e40203;
    top: 0;
}

.icon-flag-gay * {
    display: block;
    left: 2px;
    height: 2px;
    position: absolute;
    width: 18px;
    z-index: 1;
}

.icon-flag-gay .o {
    background: #f98c00;
    top: 2px;
}

.icon-flag-gay .y {
    background: #fced00;
    top: 4px;
}

.icon-flag-gay .g {
    background: #1b8026;
    top: 6px;
}

.icon-flag-gay .b {
    background: #294dfe;
    top: 8px;
}

.icon-flag-gay .v {
    background: #740787;
    top: 10px;
}


modeporn .dropdown-menu.show {
    height: auto;
    display: flex;
    flex-direction: column;
    z-index: 99;
    visibility: visible;
    opacity: 1;
    background: #404040;
    padding: 7px 10px;
    border-radius: 5px;
    min-width: auto;
}

modeporn .dropdown-menu.show a {
background: #454545;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 5px 10px 5px;
    margin: 2px 0;
    font-size: 14px;
    line-height: 24px;
    display: flex;
    align-items: center;
}

modeporn .btn svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

modeporn .btn {
    background: transparent !important;
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: 1;
    font-weight: 500;
    color: white;
    height: 60px;
}

.count:empty {
    display: none !important;
}

error-page {
    display: grid;
    grid-template-columns: 1fr 500px;
    margin-bottom: 20px;
}

error-page left img {
    max-width: 80%;
}

error-page left {
    text-align: right;
    padding: 20px 0;
}

error-page right {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

error-page right h2 {
    margin: 0;
    padding: 0;
    font-size: 35px;
    font-weight: 700;
    line-height: 1;
}

error-page right p {
    margin: 10px 0 0;
    font-size: 16px;
}

followers button.btn-follow.button-primary {
    display: none;
}

error-page right p a {
    font-weight: 600;
}

.exo-ipp-image {
    object-fit: cover;
}


.single related .block-loop-items .thumb-block .entry-header .title {
    text-align: center;
    font-size: 14px;
    line-height: 17px;
}

.single .station-more-from .block-loop-items .thumb-block .entry-header {
    margin-top: 5px;
}

.wpa-test-msg {
    display: none !important;
}

.search-open-icon {
    display: flex;
}  
    
.search-open-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='close' style='fill: white;' viewBox='0 0 448 512'%3E%3Cpath d='M420.7 36.69C426.9 30.44 437.1 30.44 443.3 36.69C449.6 42.93 449.6 53.06 443.3 59.31L246.6 256L443.3 452.7C449.6 458.9 449.6 469.1 443.3 475.3C437.1 481.6 426.9 481.6 420.7 475.3L224 278.6L27.31 475.3C21.07 481.6 10.94 481.6 4.686 475.3C-1.562 469.1-1.562 458.9 4.686 452.7L201.4 256L4.686 59.31C-1.562 53.07-1.562 42.94 4.686 36.69C10.93 30.44 21.06 30.44 27.31 36.69L224 233.4L420.7 36.69z'%3E%3C/path%3E%3C/svg%3E") !important;
    width: 16px;
    height: 16px;
    background-position: center !important;
    background-size: 14px !important;
    background-repeat: no-repeat !important;
}

.search-open-icon svg {
    display: none !important;
}    

.search .modal-header {
    padding-bottom: 10px !important;
}

.side-user-following {
    padding: 10px;
}

.side-user-following .block-loop-items {
    --grid-columns: 1 !important;
}

.side-user-following .block-loop-items .block-loop-item {
    gap: 15px;
    display: grid;
    grid-template-columns: 24px 1fr;
    height: 27px;
    align-items: center;
}

.side-user-following .block-loop-items .block-loop-item .post-thumbnail {
    width: 24px;
    height: 24px;
    margin: 0;
}

.side-user-following .block-loop-items .block-loop-item .post-thumbnail a {
    padding: 0;
}

.side-user-following .block-loop-items .block-loop-item .btn-follow {
    display: none !important;
}

.side-user-following .block-loop-items .block-loop-item .entry-header {
    padding: 0;
    display: flex;
}

.side-user-following .block-loop-items .block-loop-item .entry-header .entry-title {
    text-transform: capitalize;
    justify-content: start;
    font-size: 14px;
}

.side-user-following .block-loop-items .block-loop-item a {
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400;
    font-family: var(--secundary-font);
    color: #f1f1f1 !important;
    font-size: 15px;
}

#center_navigation ul {
    display: flex;
    align-items: center;
    gap: 24px;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

#center_navigation ul a {
    line-height: 1.3;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
    white-space: nowrap;
    cursor: pointer;
    color: white;
    display: flex;
    align-items: center;
    gap: 5px;
    height: var(--nav-height);
}

#center_navigation ul a svg {
    width: 21px;
    height: 21px;
}

#center_navigation ul li.current-menu-item a {
    position: relative;
}

#center_navigation ul li.current-menu-item a:before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 3px;
    left: 0;
    right: 0;
    background: var(--main-color);
}

.videos-list a.exo-native-widget-item .exo-native-widget-item-title {
    text-align: left !important;
    color: var(--primary-text) !important;
    font-size: 12px !important;
    height: auto;
    max-height: initial;
    font-family: var(--main-font) !important;
    margin-bottom: 4px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    font-weight: 500 !important;
    line-height: 15px;
}

#adnew .exo-native-widget-item-container {
    padding: 0 !important;
}

#adnew .exo-native-widget-item-image-wrapper {
    border-radius: 8px;
}

#adnew .exo-native-widget-item-image-wrapper:before {
    content: "";
    border: 1px solid hwb(0deg 100% 0% / 15%);
    border-radius: inherit;
    bottom: 0;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

#adnew .exo-native-widget-item-image:after {
    display: flex;
    align-items: center;
    gap: 5px;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    background: rgb(0 0 0 / 70%) !important;
    border-radius: 6px !important;
    padding: 0px 6px !important;
    line-height: 1;
    font-weight: 700 !important;
    font-size: 11px !important;
    height: 21px;
    right: auto !important;
    left: 5px;
    bottom: 5px;
    top: auto !important;
}

#adnew .exo-native-widget-item-content .exo-native-widget-item-title {
    color: var(--primary-text) !important;
    font-weight: 500 !important;
    height: auto;
    font-family: var(--main-font) !important;
    text-align: center;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: normal;
}

#adnew .exo-native-widget-item-content {
    padding-top: 5px !important;
}

#adnew .exo-native-widget-item-text {
    display: flex !important;
    margin-bottom: 10px;
    font-size: 12px !important;
    color: #979797 !important;
    margin-top: 5px;
    font-family: var(--main-font) !important;
    font-weight: 400 !important;
    line-height: 15px !important;
    justify-content: center;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    text-overflow: ellipsis;
}

#adnew .exo-native-widget-item-brand, #adnew .exo-native-widget-header {
    display: none !important;
}

.search-menu-mobile, .header .flex .right .nav, .membership, button, a {
    -webkit-tap-highlight-color: transparent;
}
    
.home-videos .thumb-block:last-child {
    display: none !important;
} 

.responsive-player .poster img {
    width: 100%;
    height: 100%;
}

.responsive-player .play-btn {
    position: absolute;
    z-index: 99;
    cursor: pointer;
    display: flex;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    justify-content: center;
    width: 100%;
    background: transparent !important;
    color: transparent;
    box-shadow: none;
}

.responsive-player .play-btn:before {
    background: rgb(0 0 0 / 50%) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCI+PHBhdGggZD0ibTIuOTkxLjQ1NyAxNCA3LjE0MWMxLjQ0MS44NDYgMS4yNDcgMiAwIDIuNzc0bC0xNCA3LjE4NWEyLjE0MiAyLjE0MiAwIDAgMS0yLjU4NiAwIDEuMyAxLjMgMCAwIDEtLjQtLjc0NnYtMTUuNmExIDEgMCAwIDEgLjQtLjc1NiAyLjA2MiAyLjA2MiAwIDAgMSAyLjU4Ni4wMDJ6IiBmaWxsPSIjZjVmNWY1IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=) 27px 50% no-repeat;
    background-size: 33px 30px;
    border-radius: 50%;
    cursor: pointer;
    height: 80px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    z-index: 3;
    box-shadow: 0 0 15px hwb(0deg 0% 100% / 70%);
    backdrop-filter: blur(10px);
    border: 0;
    content: "";
}

newads {
    overflow: auto;
    position: relative;
    z-index: 10;
}

newads .exo-native-widget-outer-container::-webkit-scrollbar {
    display: none;
}

newads .exo-native-widget-header {
    display: none !important;
}

newads .exo-native-widget-outer-container {
    display: grid !important;
    grid-auto-rows: 0;
    grid-template-rows: 1fr;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    grid-auto-columns: minmax(160px, 1fr);
    overflow-x: scroll;
    grid-auto-flow: column;
    margin: 0 !important;
    padding: 10px 0 10px 10px;
}

newads a.exo-native-widget-item:before {
    content: "";
    background: linear-gradient(180deg, transparent 25%, rgba(0, 0, 0, .7) 97.37%);
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    top: 0;
    z-index: 3;
    border-radius: 6px;
}

newads .exo-native-widget-item-image-wrapper .exo-native-widget-item-image {
    width: 100% !important;
}

newads .exo-native-widget-item-content {
    position: absolute !important;
    bottom: 0 !important;
    z-index: 3 !important;
    height: auto !important;
    top: auto !important;
    margin: 0 !important;
    padding: 5px 10px !important;
}

newads .exo-native-widget-item-image-wrapper {
    border-radius: 6px;
}

newads .exo-native-widget-item-content .exo-native-widget-item-title {
    font-size: 13px !important;
    line-height: normal !important;
    font-family: var(--main-font) !important;
    font-weight: 500 !important;
    color: white !important;
    letter-spacing: 0 !important;
    text-align: center;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

newads .exo-native-widget-item-image-ratio {
    padding-top: 110px !important;
}

newads .exo-native-widget-item-content .exo-native-widget-item-brand {
    display: none !important;
}

newads .exo-native-widget-outer-container .exo-native-widget-item-container {
    padding-bottom: 0 !important;
    padding-right: 5px !important;
}

.exo-ipp-title, .exo-ipp-description {
    color: black;
}

login-content {
    display: grid;
    grid-template-columns: 350px 1fr;
    border-radius: 8px;
    overflow: hidden;
    margin: 0;
    border: 1px solid hwb(0deg 100% 0% / 12%);
    background: #121212;
}
login-content left {
    display: grid;
    position: relative;
    background: #121212;
}

login-content left logo {
    position: absolute;
    z-index: 1;
    bottom: 30px;
    left: 0;
    right: 0;
    text-align: center;
}

login-content left bg {
    background-image: url(https://itnaked.com/wp-content/uploads/2025/02/loginbg.jpg);
    animation: imageMovement 20s linear infinite;
    position: relative;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-mask-image: linear-gradient(0deg, rgba(0, 0, 0, .05) 40%, rgba(0, 0, 0, .95) 75%, #121212 85%);
    mask-image: linear-gradient(0deg, rgba(0, 0, 0, .05) 20%, #121212 75%, #121212 85%);
    opacity: .6;
}

login-content right {
    padding: 1.5rem 2.5rem 0;
}

login-content right button[type=submit] {
    justify-content: center;
    display: flex;
    width: 100%;
    border-radius: 100px;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

login-content right footer {
    margin-top: 1.25rem;
    padding: 1.25rem 0;
    display: flex;
    justify-content: center;
    border-top: 1px solid hwb(0deg 100% 0% / 12%);
    margin-left: -2.5rem;
    margin-right: -2.5rem;
}

footer p {
    margin: 0;
    font-weight: 500;
}

footer p a {
    margin-left: 5px;
}

.modal-backdrop.show {
    opacity: 1;
    background: rgba(0,0,0,.8);
}

.modal-loading .modal-dialog {
    max-width: 100%;
}

#login-form .input {
    width: -webkit-fill-available;
    background-color: rgb(37 37 37);
    border-color: rgb(54 54 54);
}

button.button.btn-toggle-pwd {
    height: 40px;
    width: 40px;
    padding: 9px;
}

button.btn-toggle-pwd svg {
    fill: transparent;
}

@keyframes imageMovement {
    100% {
        background-position-y: 360px; /* width of the image */
    }        
}

.modal-body p {
    white-space: pre-line;
}

.widget-title {
    display: flex;
    align-items: center;
}

.imagen-gradient {
    color: white;
}

.block-loop-empty, .wp-block-loop .pagination, .wp-block-loop .scroller {
    margin-top: 10px;
}

.wp-block-loop .pagination .nav-links {
    display: flex;
    gap: 4px;
}

.wp-block-loop-user .entry-header .entry-title {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination a.page-numbers svg {
    fill: transparent;
}

.wp-block-loop-slider .block-loop-slider {
    position: relative;
    --grid-gap: 10px;
}

.wp-block-loop {
    position: relative;
    --grid-gap: 15px;
}

body .adde_modal_detector {
    -webkit-backdrop-filter: saturate(1.8) blur(20px);
    backdrop-filter: saturate(1.8) blur(20px);
    background-color: rgba(30, 30, 30, .72);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 8px;
    overflow: hidden;
}

body .adde_modal_detector-action-btn-refresh {
    border-radius: 100px;
    padding: 10px 40px;
    text-transform: uppercase;
    font-weight: 600;
}

button:focus, a:focus, img:focus {
    outline-offset: 0px;
    outline-width: 0px !important;
}

.block-loop-items {
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .page-actors .block-loop-items {
        --grid-columns: 3;
        grid-gap: 10px;
    }
}

@media (max-width: 600px) {
    .page-actors .block-loop-items {
        --grid-columns: 2;
    }
}


.comment-form-comment {
    margin-top: 0;
}

.single .block-loop-items .under-thumb {
    margin-inline-start: 0;
    -webkit-margin-start: 0;
    justify-content: start;
}

.single .station-more-from .under-thumb {
    justify-content: center;
}

.single .station-more-from .none {
    display: none !important;
}

.x-avatar {
    align-items: center;
    background-color: rgba(255, 255, 255, .1);
    border-radius: 50%;
    display: inline-flex;
    font-weight: 500;
    justify-content: center;
    line-height: normal;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transition: color .2s ease-in-out;
    vertical-align: middle;
    width: 35px;
    height: 35px;
}

.x-avatar:before {
    border: 1px solid hwb(0deg 100% 0% / 15%);
    border-radius: 50%;
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.search-form .dropdown-menu {
    width: 100%;
    left: 0;
    top: 100% !important;
    transform: none !important;
    min-width: 240px;
    max-height: 300px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
    height: calc(100vh - 60px);

}

.header-search .dropdown-item {
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: normal;
}

.header-search .dropdown-item img {
    width: 50px;
    height: auto;
    border-radius: 3px;
}

input {
    color-scheme: dark;
}

.channels-on-search .hide-on-search {
    display: none;
}


channels-home {
    padding-top: 23px;
    padding-left: 20px;
    padding-bottom: 20px;
    border-left: 1px solid hwb(0deg 100% 0% / 10%);
    height: 100%;
}

.view-btn {
    border-radius: 100px; 
    font-weight: 500; 
    height: 40px; 
    min-width: 108px; 
    padding-left: 16px; 
    padding-right: 16px; 
    font-size: 16px; 
    line-height: 21px; 
    display: flex; 
    align-items: center; 
    border: 1px solid; 
    color: white;     
}

.scroller {
    width: auto !important;
    border-radius: 100px !important;
}

.block-loop-nav button {
    box-shadow: none;
}

.block-loop-nav button svg {
    fill: transparent !important;
}

input[type='checkbox'], input[type='radio'] {
    width: 18px;
    min-width: 18px;
    height: 18px;
    margin-inline-end: .5rem;
    -webkit-margin-end: .5rem;
    vertical-align: middle;
    display: inline-block;
    padding: 0;
    text-align: center;
    line-height: 0;
    border-color: var(--main-color);
    border-radius: 2px;
    border-width: 2px;
    transition: all .3s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 2px solid;
}

input[type="checkbox"]:checked, input[type="radio"]:checked {
    color: var(--main-color);
}

input[type="radio"] {
    background-color: transparent;
    border-radius: 50%;
    position: relative;
}

input[type='checkbox']:checked:before, input[type='radio']:checked:before {
    transform: translate(-50%, -50%) scale(1);
}
input[type='checkbox']:before, input[type='radio']:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 100%;
    width: 10px;
    height: 10px;
    background-color: currentColor;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0.2s;
}

.block-loop-title {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
}

.block-loop-item .btn-follow {
    height: 2rem;
    font-size: 14px;
}
 
.play-count {
    display: none;
}

.user-placeholder svg {
    fill: transparent;
}

.block-loop-item .entry-title a {
    color: white !important;
    font-size: 14px;
    font-weight: 500;
}

.block-loop-item .post-thumbnail a img {
    height: 100% !important;
}

#plyr-playlist {
    display: none !important;
}


.btn-follow, button.btn-share, .btn-following {
    border-radius: 100px;
    font-weight: 600;
    height: 36px;
    min-width: 108px;
    padding: 0 16px;
    font-size: 14px;
    line-height: normal;
    color: black;
    background: white !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

button.btn-share {
    background: transparent !important;
    border: 1px solid white;
    line-height: normal;
}

.verified {
    background-color: transparent;
    margin-inline-start: 5px;
    -webkit-margin-start: 5px;
}

.verified svg {
    fill: #0866ff;
}

.user-verified {
    display: flex;
}

.verified:after {
    display: none;
}

.entry-description.moreless p {
    --one-ch: 8;
    color: hwb(0deg 100% 0% / 70%);
    --fade-direction: 270deg;
    --line-height: 20;
    --link-length: 10;
    -webkit-mask: linear-gradient(0deg, transparent 0, transparent calc(var(--line-height)* 1px), #000 calc(var(--line-height)* 1px)), linear-gradient(var(--fade-direction), transparent 0, transparent calc((var(--link-length)* var(--one-ch))* 1px), #000 calc((var(--link-length)* var(--one-ch) + var(--line-height)* 2)* 1px));
    mask: linear-gradient(0deg, transparent 0, transparent calc(var(--line-height)* 1px), #000 calc(var(--line-height)* 1px)), linear-gradient(var(--fade-direction), transparent 0, transparent calc((var(--link-length)* var(--one-ch))* 1px), #000 calc((var(--link-length)* var(--one-ch) + var(--line-height)* 2)* 1px));
    -webkit-mask-position: right bottom;
    mask-position: right bottom;
    -webkit-mask-size: initial, initial;
    mask-size: initial, initial;
    word-break: break-word;
    max-height: 50px;
    margin: 0;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.75);
    line-height: 20px;
}

.share-list svg {
    fill: white;
}
.btn-moreless {
    line-height: normal;
}

.btn-moreless:hover, .btn-moreless {
    background: transparent !important;
}

.block-loop-xs .post-thumbnail img {
    height: 100% !important;
}

.playlist-content-main .block-loop-items .thumb-block .post-thumbnail {
    display: block;
}

.private {
    padding: 1px 4px !important;
    font-size: 10px;
    background: var(--main-color);
    line-height: normal;
}

.block-loop-index.block-loop-row .block-loop-item:before {
    display: none;
}

.user-placeholder{
	text-align: center;
	padding: 1rem 0;
}
.user-placeholder p{
	margin-top: 1rem;
	color: var(--text-secondary-color);
}

.dropdown-item, .dropdown-menu li a {
    color: white;
    font-weight: 500;
    font-size: 14px;
}

.dropdown-item:hover, .dropdown-menu .cat-item a:hover {
    color: var(--main-color);
    background: hsl(0deg 0% 0% / 50%);
}

.dropdown-menu {
    overflow: auto;
    -webkit-backdrop-filter: saturate(1.8) blur(20px);
    backdrop-filter: saturate(1.8) blur(20px);
    background-color: rgba(30, 30, 30, .8);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 8px;
}

input,
textarea,
button,
select,
a {
    -webkit-tap-highlight-color: transparent;
}

badget {
    position: absolute;
    right: 10px;
    border-radius: 100px;
    background: red;
    padding: 0 5px;
    height: 18px;
    line-height: normal;
    font-size: 10px;
    display: flex;
    align-items: center;
    color: white;
    font-weight: 700;
}


user-content {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: relative;
    padding-top: 20px;
}

follow-bottom .btn-follow {
    border-radius: 100px;
    display: flex;
    justify-content: center;
    font-weight: 600;
    width: 70%;
    text-transform: uppercase;
    font-size: 16px;
    padding: 10px;
    line-height: 1;
}

follow-bottom .btn-follow.active .active {
    display: flex;
}

follow-bottom .btn-follow.active .normal {
    display: none;
}

follow-bottom .btn-follow .active {
    display: none;
}

follow-bottom .btn-follow span {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

follow-bottom .btn-follow span svg {
    width: 16px;
    height: 16px;
    display: none;
}

user_list title {
    display: flex;
    justify-content: center;
    text-transform: capitalize;
    color: white;
    font-size: 16px;
    font-weight: 500;
}
user_list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.filters {
    display: block;
    position: sticky;
    top: var(--nav-height);
    z-index: 99;
    background: var(--main-bg);
}

.filter-title {
	display: none;
}

.filters a {
    font-weight: 500;
    font-size: 14px;
    color: #888;
    padding: 0 16px;
    height: 45px;
    position: relative;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-color: transparent;
    display: flex
;
    align-items: center;
}

.filters a span {
    margin-left: 5px;
    color: var(--main-color);
}

.filters a:first-child {
	margin-left: 0;
}

.filters a:first-child:before {
	content: none;
}

.filters a.active {
    font-weight: 700;
}

.filters-list {
    border-bottom: 1px solid hsl(0deg 0% 100% / 10%);
    margin-bottom: 15px;
    overflow-y: hidden;
    display: flex;
    width: 100%;
    text-wrap: nowrap;
    padding: 0;
    scrollbar-width: none;
}

.filters-list li {
    list-style: none;
    display: inline-block;
}


#follow-page.videos-list {
    grid-template-columns: repeat(5, 1fr);
}

#svg-animate svg {
    transition: all .8s cubic-bezier(.3,1.1,.4,1.1);
    z-index: 2;
}

.gt_float_switcher .gt-selected:hover {
    background: hsl(0deg 0% 100% / 10%) !important;
}

.gt_float_switcher .gt-selected {
    transition: all .8s cubic-bezier(.3,1.1,.4,1.1);
}



/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	 font-family: var(--main-font);
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

img {
  -webkit-user-drag: none;
}

a span {
    -webkit-transition: all .3s;
    transition: all .3s;
}

a, a:hover {
    -webkit-transition: all .3s;
    transition: all .3s;
}

top-user {
    display: grid;
    grid-template-columns: 40px 1fr;
    align-items: center;
    gap: 10px;
    padding-left: 1rem;
    padding-right: 1rem;
}

top-user img {
    background: hsl(0deg 0% 100% / 10%);
    border-radius: 100%;
    width: 40px;
    height: 40px;
    object-fit: cover;
}

top-user span {
    font-size: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-transform: capitalize;
    color: white;
    font-weight: 600;
}

top-user span des {
    opacity: .7;
    font-size: 12px;
    font-weight: 400;
}

.player-bottom content a.active add, .player-bottom content a.active .active {
    display: flex !important;
}


#nologin {
    width: auto;
    border-radius: 0;
    background: transparent !important;
    gap: 10px;
}

.membership .welcome {
    width: 40px;
}

.imagen-gradient:before {
    content: "";
    inset: -20px 0;
    position: absolute;
    z-index: 2;
    transition: all .8scubic-bezier(.3,1.1,.4,1.1);
    -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, .05) 40%, rgba(0, 0, 0, .95) 75%, #000 85%);
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, .05) 40%, rgba(0, 0, 0, .95) 75%, #000 85%);
    background: var(--main-bg);
}

.imagen-gradient:after {
    background-color: var(--colorbg);
    content: "";
    inset: -20px 0;
    position: absolute;
    z-index: 2;
    transition: all .8scubic-bezier(.3,1.1,.4,1.1);
    -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, .05) 40%, rgba(0, 0, 0, .95) 75%, #000 85%);
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, .05) 40%, rgba(0, 0, 0, .95) 75%, #000 85%);
    opacity: .4;
}

.imagen-gradient img {
    height: 0;
}

#aside #navigation {
    position: relative;
    display: block;
    z-index: 1;
    height: auto;
    width: auto;
    padding: 0 0 15px !important;
    overflow: hidden;
    background: transparent;
    top: 0;
    margin-bottom: 10px;
    border-bottom: 1px solid hsl(0deg 0% 100% / 10%);
}

#aside #navigation:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0 !important;
}

#aside #navigation ul, #aside #navigation .aside-filters {
    background: transparent;
    padding: 0;
    border-radius: 0;
    margin: 0;
}

#aside #navigation .current-menu-item a {
    color: white !important;
    background: #272727;
    margin-left: -10px;
    margin-right: -10px;
    padding: 0 10px;
    border-radius: 8px;
}

#aside #navigation a:hover {
    color: white !important;
    background: #272727;
    margin-left: -10px;
    margin-right: -10px;
    padding: 0 10px;
}

#aside #navigation ul span a, #aside #navigation .aside-filters span a, #aside #navigation > ul > li > a {
    margin: 0;
}

#aside #navigation ul span a:hover, #aside #navigation .aside-filters span a:hover, #aside #navigation > ul > li > a:hover {
    color: white;
}

#aside #navigation ul span a svg, #aside #navigation .aside-filters span a svg {
    fill: currentColor;
}

.img-btn {
    position: absolute;
    left: 5px;
    top: 5px;
}

.es-porn-icon {
    font-size: 10px;
    display: flex;
    gap: 3px;
    background: hwb(0deg 0% 100% / 70%);
    padding: 3px 7px;
    border-radius: 8px;
    -webkit-backdrop-filter: saturate(1.8) blur(20px);
    backdrop-filter: saturate(1.8) blur(20px);
    color: white;
    align-items: center;
    line-height: 1;
    font-weight: 500;
}

.shemale-icon {
    font-size: 16px;
    display: flex;
    padding: 3px 0;
    border-radius: 5px;
    color: white;
    align-items: center;
    line-height: 1;
    font-weight: 500;
}

.es-porn-icon img.emoji {
    font-size: 12px !important;
}

.scroll-disabled {
    overflow: hidden;
}

.single.scroll-disabled #aside {
    transform: translate3d(0, 0, 0);
}

bg-video {
    display: none;
}

bg-video img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    filter: blur(100px);
}

bg-video:after {
    content: "";
    background: linear-gradient(0deg, var(--main-ng) 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
}

header-fixed {
    display: grid;
    grid-template-columns: 120px 1fr;
    align-items: center;
    position: relative;
    gap: 20px;
}

header-fixed .entry-meta {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

header-fixed .entry-meta button svg {
    width: 16px;
    height: 16px;
}

header-fixed .entry-meta button {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
}

header-fixed#current-user {
    margin-bottom: 30px;
}

header-fixed country {
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #aaa;
    line-height: 1;
}

header-fixed country img {
    font-size: 14px;
}

header-fixed.fixed country {
    display: none;
}

header-fixed img {
    width: 120px;
    height: 120px;
    object-position: top;
    object-fit: cover;
    border-radius: 100%;
}

header-fixed des {
    display: flex;
    flex-direction: column;
}

header-fixed des p {
    margin-top: 10px;
    opacity: .7;
}

header-fixed h1.widget-title {
    font-size: 36px;
    line-height: 50px;
    font-weight: 700;
    color: white;
}

header-fixed .search-video-number {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.75);
    width: 100%;
    display: flex;
    font-weight: 400;
    position: relative;
    z-index: 2;
    gap: 10px;
    align-items: center;
    line-height: normal;
}

header-fixed .search-video-number svg {
    fill: none;
    width: 18px;
    height: 18px;
}

header-fixed .search-video-number a {
    color: #aaa;
}

header-fixed .search-video-number div:after {
    content: "•";
    margin-left: 5px;
    color: currentColor;
    opacity: .7;
}

header-fixed .search-video-number div:last-child:after {
    display: none;
}

native-ads .exo-native-widget-header {
    display: none !important;
}

native-ads .exo-native-widget .exo-native-widget-outer-container .exo-native-widget-item-container a.exo-native-widget-item .exo-native-widget-item-content {
    height: auto !important;
    max-height: none !important;
}

native-ads .exo-native-widget-item-image-wrapper {
    border-radius: 12px !important;
}

native-ads .exo-native-widget .exo-native-widget-outer-container {
    margin: 0 !important;
}

native-ads .exo-native-widget .exo-native-widget-outer-container .exo-native-widget-item-container a.exo-native-widget-item .exo-native-widget-item-content .exo-native-widget-item-text {
    font-family: var(--main-font) !important;
}

native-ads .exo-native-widget .exo-native-widget-outer-container .exo-native-widget-item-container {
    padding: 0 !important;
}

native-ads .exo-native-widget .exo-native-widget-outer-container .exo-native-widget-item-container a.exo-native-widget-item .exo-native-widget-item-content .exo-native-widget-item-text {
    font-family: var(--main-font) !important;
    font-size: 12px !important;
    color: #979797 !important;
    font-weight: 400 !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
}

native-ads#twoads .exo-native-widget .exo-native-widget-outer-container {
    margin: 0 !important;
    gap: 7px;
    display: grid !important;
}

native-ads#twoads .exo-native-widget-item {
    grid-template-columns: 1fr !important;
    gap: 5px;
}   

native-ads#twoads .exo-native-widget-item-title {
    text-align: center !important;
    -webkit-line-clamp: 2;
    font-size: 14px !important;
    line-height: 18px;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #e5e5e5 !important;
    font-weight: 500 !important;
    font-family: var(--main-font) !important;
}   
    
native-ads#twoads .exo-native-widget-item-image-wrapper {
    border-radius: 8px;
}   
    
native-ads#twoads .exo-native-widget-item-image-wrapper:before {
    border: 1px solid hwb(0deg 100% 0% / 15%);
    border-radius: inherit;
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}    

native-ads#twoads .exo-native-widget-item-text {
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block !important;
    width: 100%;
    font-family: var(--main-font) !important;
    color: #979797 !important;
    font-weight: 400 !important;
    margin-bottom: -5px;
    font-size: 13px !important;
}
    
native-ads#twoads .exo-native-widget-item-content {
    padding: 0 !important;
}

slider-searchs {
    position: relative;
    height: 32px;
    list-style: none;
    margin: 0;
    overflow-x: scroll;
    overflow-y: hidden;
    display: flex;
    padding: 0 10px;
    text-wrap-mode: nowrap;
    gap: 7px;
}

slider-searchs a {
    color: white;
    padding: 0 12px;
    display: flex;
    height: 32px;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    text-transform: capitalize;
    background-color: rgba(255, 255, 255, .1);
    border: 1px solid hwb(0deg 100% 0% / 15%);
    border-radius: 8px;
}

slider-searchs::-webkit-scrollbar {
    display: none;
}

.exo-ipp-close-button-container {
    display: flex;
    padding: 0 !important;
    justify-content: center;
    align-items: center;
    width: 43px !important;
    height: 26px !important;
}

.chact-list {
    margin: 10px 0;
    display: flex;
    align-items: center;
}

.chact-list a.label {
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.about-video {
    margin-top: 10px;
    opacity: .8;
    text-align: justify;
}

.about-video p {
    margin: 0 0 5px;
}

.share-buttons {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-bottom: 15px;
}

.share-buttons a span {
    display: none;
}

.share-buttons a {
    background: #222;
    border-radius: 100px;
    height: 40px !important;
}

.share-buttons a .cuadro {
    height: 20px;
    width: 20px;
}

.share-buttons a .cuadro svg {
    width: 100%;
    height: auto;
}

.rating-likes-bar {
    display: none;
}

.title-views {
    display: flex;
    gap: 0;
    line-height: normal;
    flex-direction: column;
    width: 100%;
}

.player-bottom content a.like, .player-bottom content a.dislike {
    position: relative;
    background: transparent;
}

.player-bottom content a.like:after {
    content: "";
    background: rgba(255, 255, 255, 0.2) !important;
    height: 19px;
    width: 1px;
    margin-left: 5px;
}

.player-bottom::-webkit-scrollbar {
    display: none;
}

button.btn-like icon-active {
    margin-left: -22px;
    margin-right: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1f1f1f;
    display: none;
}

.btn-like.active #svg-animate svg {
    opacity: 0;
}

.player-bottom content button.active icon-active {
    display: flex;
}

.player-bottom {
    white-space: nowrap;
    width: auto;
    overflow-x: auto;
    overflow-y: hidden;
    grid-template-rows: 1fr;
    grid-auto-flow: column;
    align-items: center;
    display: flex;
    position: relative;
    gap: 10px;
    margin-top: 10px;
    margin-left: -10px;
    margin-right: -10px;
    padding: 0 10px;
    transition: all .8s cubic-bezier(.3,1.1,.4,1.1);
}

.player-bottom content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    font-weight: 500;
    line-height: normal;
    font-size: 14px;
    gap: 2px;
    cursor: pointer;
    position: relative;
}

.player-bottom content .cuadro {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.player-bottom content span {
    font-size: 14px;
    margin-top: 0px;
}    
.player-bottom content svg {
    width: 17px;
    height: 17px;
    fill: transparent;
}

.player-bottom content a.btn-like {
    background: transparent !important;
    color: transparent;
}

.favorito-activo svg {
    stroke: var(--main-color);
    fill: var(--main-color) !important;
}
    
.player-bottom content a, player-bottom content a:hover, .player-bottom content button {
    color: #E4E6EB;
    gap: 5px;
    height: 32px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    font-weight: 500;
    transition: background 0.3s ease;
}   

.player-bottom content.post-like, .player-bottom content {
    background: hwb(0deg 100% 0% / 15%) !important;
    border-radius: 100px;
}

.player-bottom content button {
    background: transparent !important;
}

.player-bottom content.post-like:hover, .player-bottom content:hover {
    background: hwb(0deg 100% 0% / 25%) !important;
}

.like #more, .dislike #less {
    display: flex;
    justify-content: center;
    color: white;
    font-weight: 500;
    height: 40px;
    align-items: center;
    gap: 5px;
}

.owl-dots, .owl-nav {
    display: none;
}

.video-share-url {
    width: 100%;
}

.tags-list img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: top;
}

.pornstar_face {
    border-radius: 100%;
    width: 35px;
    height: 35px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pornstar_face img {
    width: 35px !important;
    height: 35px !important;
    object-fit: cover;
}

header-title {
    display: flex;
    position: relative;
    overflow: hidden;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
    margin-top: 5px;
}
    
header-title a.more-videos {
    font-weight: 500;
    justify-content: center;
    border-radius: 100px;
    margin: 0 0 5px;
    font-size: 10px;
    height: 24px;
    transition: background 0.5s;
    color: #ceced9;
    letter-spacing: .12em;
    line-height: normal;
    text-transform: uppercase;
    padding: 0 15px;
    background: rgba(235, 235, 255, .1);
    display: flex;
    align-items: center;
    gap: 0;
}
    
header-title .more-videos svg {
    width: 11px;
    margin-left: 2px;
    fill: currentColor;
}

.header-search input::placeholder {
    font-weight: 400;
    font-size: 14px;
    color: #bfbfbf;
}

.widget-title span {
    text-transform: capitalize;
}

.videos-list {
    display: grid;
}

.videos-list .thumb-block .entry-header .under-thumb {
    justify-content: start !important;
    margin-top: 6px;
    margin-bottom: 7px;
}

.videos-list {
    margin: 0;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px 10px;
} 

.videos-list .thumb-block .entry-header {
    margin-top: 0;
}

.videos-list .thumb-block .post-thumbnail {
     border-radius: 8px;
}
    
.videos-list .block-loop-items {
    grid-template-columns: 1fr;
    gap: 10px !important;
}
    
.videos-list .block-loop-items .thumb-block {
    display: grid;
    grid-template-columns: 150px 1fr;
    gap: 10px;
}
    
.videos-list .block-loop-items .thumb-block .title {
    text-align: left !important;
    padding: 0;
    line-height: 17px;
    font-size: 14px;
    margin-bottom: 0;
}

.colorbg img {
    display: none !important;
} 


.hover .block-loop-items .pornstar:hover .imagen-gradient:after {
    content: "";
    mask-image: none !important;
}

.pornstar.hover:hover img {
    opacity: 0 !important;
}

.pornstar.hover:hover desc {
    position: absolute;
    left: 5px;
    top: 5px;
    right: 5px;
    z-index: 3;
    margin: 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    display: -webkit-box !important;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    opacity: 1 !important;
    visibility: visible !important;
    transition: opacity 1.5s;
    color: var(--textcolor);
    filter: brightness(1.02);
}


.PornstarsSlider .pornstars {
    position: relative;
}

.PornstarsSlider .pornstars .pornstar .ImageOuter {
    display: flex;
    width: 100%;
    height: 0;
    border-radius: 8px;
    overflow: hidden;
    padding-top: 120%;
    position: relative;
    z-index: 2;
    background: linear-gradient(var(--colorbg), var(--colorbg)) padding-box, linear-gradient(-45deg, hsla(0, 0%, 100%, .25), rgba(70, 70, 70, .25) 30%, transparent 50%) border-box, linear-gradient(135deg, hsla(0, 0%, 100%, .25), rgba(70, 70, 70, .25) 30%, transparent 50%) border-box;
    border: 1px solid transparent;
}

.PornstarsSlider .pornstars .pornstar .ImageOuter country {
    position: absolute;
    width: 16px;
    height: 16px;
    right: 0;
    left: 0;
    bottom: 5px;
    z-index: 2;
    margin: 0 auto;
    opacity: 0;
    color: transparent;
}

.PornstarsSlider .pornstars .pornstar .ImageOuter country img {
    width: 100% !important;
    height: 100% !important;
}

.PornstarsSlider .pornstars .page-channels .pornstar .ImageOuter img {
    height: auto;
}

.PornstarsSlider .pornstars .pornstar .ImageOuter img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    border-radius: 0 !important;
    object-position: top;
}

.PornstarsSlider .pornstars .infos {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0;
    gap: 0;
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    z-index: 3;
}

.PornstarsSlider .pornstars .infos button {
    background-image: linear-gradient(90deg, var(--main-color), rgb(211 78 151));
    box-shadow: rgb(238 35 164 / 30%) 0px 0px 12px, rgb(183 0 74) 0px -2px inset;
    font-weight: 600;
}

.PornstarsSlider .pornstars .infos .title {
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.PornstarsSlider .pornstars .infos .title .user-verified {
    display: inline-flex;
}

.PornstarsSlider .pornstars .pornstar #channels.ImageOuter img {
    height: auto;
    border-radius: 0;
    padding: 20px;
}

.PornstarsSlider .pornstars .infos .video-datas {
    margin-bottom: 10px;
    gap: 10px;
    display: flex;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.PornstarsSlider .pornstars .grid-thumb .infos .video-datas {
    margin-bottom: 0;
}

.PornstarsSlider .pornstars .infos .video-datas span {
    font-size: 10px;
    font-weight: 600;
    opacity: .7;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 3px;
}

.PornstarsSlider .pornstars .infos .video-datas svg {
    fill: none;
    width: 14px;
    height: 14px;
}

.PornstarsSlider .pornstars::-webkit-scrollbar {
    height: 0;
    width: 0;
}

#comment_form_wrapper.active.hidde {
    display: none !important;
}

#navigation::-webkit-scrollbar {
    width: 8px;
}

#navigation::-webkit-scrollbar-thumb {
    background-color: inherit;
    border-radius: 100px;
}

#navigation:hover::-webkit-scrollbar-thumb {
    background-color: #686868;
}

.aside-filters {
    margin-bottom: 10px;
    padding: 0;
}


.aside-filters h3 {
    font-size: 16px;
    margin: 0px 0 10px;
    font-weight: 600;
    line-height: normal;
}

.aside-filters span {
    display: block;
}

.aside-filters a {
    color: #fff;
    outline: 0;
    font-size: 15px;
    font-weight: 600;
    display: flex;
    height: 30px;
    line-height: 30px;
    align-items: center;
}

.aside-filters a svg, .aside-filters a img {
    margin-right: 15px;
    width: 18px;
    height: 18px;
}

#comment_form_wrapper {
    margin-top: 20px;
}

#site-navigation-black {
    display: block;
    height: 35px;
    background: black;
}
    
#site-navigation-black ul {
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    overflow-x: scroll;
    overflow-y: hidden;
    scrollbar-width: none;
    white-space: nowrap;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
}
    
#site-navigation-black ul li {
    display: inline-block;
    vertical-align: middle;
}
    
#site-navigation-black ul li a {
    border-bottom: 3px solid transparent;
    font-weight: 500;
    color: white;
    font-size: 15px;
    line-height: 45px;
    margin-left: 5px;
    padding: 0 5px;
    text-transform: capitalize;
    display: flex;
    align-items: center;
}

#site-navigation-black ul li.home {
    margin-left: 10px;
}

#site-navigation-black ul li.home a {
    font-size: 0;
    height: 32px;
    overflow: hidden;
    margin-left: 0;
}

#site-navigation-black ul li:last-child {
    padding-right: 10px;
}

.home.current_page_item:after {
    border-bottom: 3px solid #ff0167;
    content: "";
    display: block;
}
    
#site-navigation-black ul li a svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
}   

tgchannel {
    margin-left: -10px;
    margin-right: -10px;
    display: flex;
    align-items: center;
    margin-top: 10px;
    position: relative;
    overflow: hidden;
    height: 50px;
    padding: 0 10px;
}

tgchannel a:focus, tgchannel a:active, tgchannel a:hover {
    color: white !important;
}

tgchannel a svg {
    width: 24px;
    height: 24px;
    fill: currentColor;
}

tgchannel a {
    background: lch(63 43.28 253.74 / 0.3);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    border-radius: 6px;
    color: #fff;
    gap: 10px;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    /* animation: circle 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite; */
}


#st-1 {
    max-width: calc(100% - 317px);
    width: 100%;
}

#st-1.st-justified .st-btn {
    background-color: #282828 !important;
    height: 36px;
    line-height: 1;
    width: 36px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

#st-1 .st-btn > img {
    filter: none !important;
    width: 20px !important;
    height: 20px !important;
    top: 0 !important;
}

related {
    margin-top: 15px;
    display: block;
}

single-meta {
    color: #b7b2b2;
    font-weight: 400;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 2px;
}

single-meta .entry-info-playlist {
    display: none;
}

single-meta span:after {
    line-height: 0;
    padding: 0;
    content: "•";
    margin-top: 1px;
    margin-left: 5px;
}

single-meta span {
    line-height: normal;
    display: flex;
    align-items: center;
}

single-meta svg {
    width: 18px;
    height: 18px;
    margin-right: 5px;
    fill: currentColor;
}

single-meta span:last-child:after {
    display: none;
}

#navigation ul, .aside-filters {
    background: hwb(0deg 6.27% 93.73%);
    border-radius: 6px;
    padding: 15px;
}

#navigation {
    top: var(--nav-height);
    left: 0;
    background: #181818;
    display: none;
    position: fixed;
    height: 100vh;
    width: 280px;
    color: #fff;
    overflow: auto;
    z-index: 99998;
    padding-bottom: 60px !important;
}


#navigation > ul > li {
    float: left;
    width: 100%;
}

#navigation > ul > li > a {
    padding: 0;
    outline: 0;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    height: 35px;
    line-height: 35px;
    align-items: center;
    color: #f6f6f6;
}

#navigation > ul > li > a > svg {
    margin-right: 15px;
    width: 19px !important;
    height: 19px !important;
    fill: none !important; 
}

#navigation > ul > li {
    list-style: none;
}

.scroll-disabled:before {
    content: "";
    left: 0;
    position: fixed;
    right: 0;
    top: var(--nav-height);
    background: rgba(0, 0, 0, .8);
    bottom: 0;
    z-index: 9999;
}

.single content-single right.playlist .under-thumb {
    justify-content: start !important;
}

.single .station-more-from .author {
    display: none !important;
}

.single .station-more-from .block-loop-items .thumb-block .post-thumbnail {
    border-radius: 8px;
}

.single .videos-list {
    grid-template-columns: repeat(1, 1fr);
}

content-single right.playlist .exo-native-widget-item-content {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
}

content-single left.playlist {
    width: calc(100% - 370px);
}

content-single right.playlist .exo-native-widget-item {
    border: 0 !important;
}

content-single right.playlist {
    width: 370px;
    display: block;
}

content-single {
    display: flex;
    gap: 20px;
}

content-single right {
    display: flex;
    flex-direction: column;
    width: 370px;
    gap: 5px;
    margin-top: 15px;
}

content-single right .block-loop-title {
    margin-top: -6px;
}

content-single left {
    width: calc(100% - 410px);
    position: relative;
}

content-single right ads-300 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

search-popular {
    margin-top: 20px;
    display: block;
    margin-bottom: 20px;
}

search-popular ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 5px;
    justify-content: center;
    flex-wrap: wrap;
}

search-popular ul li {
    display: flex;
}

search-popular ul li a {
    padding: 5px 10px;
    background: rgba(255,255,255,.1);
    border-radius: 6px;
    font-weight: 500;
    color: #fff;
    text-transform: capitalize;
}

.menu-open {
    display: block !important;
}

.bar1, .bar2, .bar3 {
  width: 24px;
  height: 1px;
  background-color: #fff;
  margin: 7px 0;
  transition: 0.4s;
}

.bar2 {
    width: 20px !important;
margin-left: 4px;
}

.change .bar1 {
    transform: translate(-1px, 9px) rotate(-45deg);
    background-color: white !important;
}

.change .bar2 {opacity: 0;}

.change .bar3 {
    transform: translate(0px, -7px) rotate(45deg);
}
.menu-icon {
    cursor: pointer;
}

top-menu {
    height: 30px;
    display: block;
    background: black;
}


top-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    height: 30px;
    gap: 20px;
}

top-menu ul li a {
    color: white;
    font-weight: 600;
    font-size: 14px;
}

top-menu ul li {
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header {
    height: var(--nav-height);
    line-height: var(--nav-height);
    background-color: rgb(24 24 24 / 100%) !important;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9991;
}

.header .flex .right .nav {
    margin: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    list-style: none;
    border-radius: 100%;
    background: hsl(0deg 0% 100% / 12%);
}

.header .flex .right .nav svg {
    fill: transparent;
    stroke: white;
}

.header .flex .right .nav li, .header .flex .right .nav li a {
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header .flex {
    display: grid;
    align-items: center;
    grid-template-columns: auto auto 1fr auto;
    gap: 20px;
    justify-content: space-between;
    height: var(--nav-height);
    width: 100%;
}

.header .flex .right {
display: flex;
    gap: 20px;
    align-items: center;
}

.search-menu-mobile svg {
    fill: currentColor;
    width: 24px !important;
    height: 24px !important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
	text-decoration: none;
	outline: 0;
}

a * {
	outline: 0;
}

a:active,
a:hover,
a:focus,
a:visited {
	outline: 0;
}

*:focus,
*:active,
*:visited,
*:hover {
	outline: 0;
}

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: 0;
    outline : 0;
}

i {
	margin-right: 2px;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

.site-title {
	margin: 0;
	font-size: 2em;
	font-weight: bold;
}

p.site-description {
	margin: 0 0 10px 10px;
	color: #555;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: white;
	font: inherit;
	margin: 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

button,
.button {
	overflow: visible;
	outline: none;
	border: none;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	padding: 10px 20px;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
    position: relative;
    border-radius: 100%;	
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

.search-form label {
	width: auto;
}

fieldset {
	border: 1px solid #ddd;
	margin: 1.5em 0;
	padding: 1em 1.5em;
}

legend {
	border: 0;
	padding: 0 10px;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	font-size: 14px;
	line-height: 1.5;
	color: #eee;
    font-family: var(--main-font);
	font-weight: 400;
}

select {
	cursor: pointer;
}

button,
.button,
.button:visited,
.button:focus {
	color: #fff;
}

.button-grey {
	background: #ddd!important;
	color: #333!important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

.padding-top-1 {
	padding-top: 1em;
}

.padding-top-2 {
	padding-top: 2em;
}

.padding-top-3 {
	padding-top: 3em;
}

.padding-top-4 {
	padding-top: 4em;
}

.padding-bottom-1 {
	padding-bottom: 1em;
}

.padding-bottom-2 {
	padding-bottom: 2em;
}

.padding-bottom-3 {
	padding-bottom: 3em;
}

.padding-bottom-4 {
	padding-bottom: 4em;
}

.margin-top-1 {
	margin-top: 1em;
}

.margin-top-2 {
	margin-top: 2em;
}

.margin-top-3 {
	margin-top: 3em;
}

.margin-top-4 {
	margin-top: 4em;
}

.margin-bottom-1 {
	margin-bottom: 1em;
}

.margin-bottom-2 {
	margin-bottom: 2em;
}

.margin-bottom-3 {
	margin-bottom: 3em;
}

.margin-bottom-4 {
	margin-bottom: 4em;
}

.label {
    color: #9f9f9f;
    padding: 5px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-weight: 800;
    background: hsl(0deg 0% 100% / 7%);
}

.label:hover,
.label:hover i {
	color: #fff;
}

h1.homepage-title {
	font-size: 20px;
	margin-bottom: 0;
}

.homepage-description {
	color: #aaa;
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 20px;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background-color: var(--main-bg);
	margin: 0;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

.row {
	margin: 0 auto;
    padding: 0 20px;
}

.width70 {
	width: 70%;
}

.width100 {
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.label:focus {
	color: #fff;
	outline: 0;
}

.widget_categories ul li a:before {
	content: "\f07b";
	font-family: fontAwesome;
	margin-right: 0.5em;
}

.widget_categories ul li:hover a:before {
	content: "\f07c";
	margin-right: 0.33em;
}

.widget_categories ul li a,
a.tag-cloud-link {
	margin: 0 0.25em 0.5em 0;
}

a.tag-cloud-link:before {
	content: "\f02b";
	font-family: fontAwesome;
	margin-right: 0.4em;
}

a.tag-cloud-link {
	display: inline-block;
}

a.tag-cloud-link:hover {
	color: #fff;
}

.widget a.tag-cloud-link {
	font-size: 0.9em!important;
}

button.large,
.button.large {
	font-size: 1.2em;
	padding: 0.75em 1em;
}

button:hover,
.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.widget_categories ul li a,
.comment-reply-link:hover,
a.tag-cloud-link,
.template-actors li a {
	background-color: #333!important;
	transition: all 200ms linear;
	color: #fff;
	outline: none;
}

button:focus,
.button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	outline: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
select,
textarea,
.wp-editor-container {
    background-color: #181818;
    border: 1px solid hsl(0deg 0% 93% / 10%);
	color: #eee;
	padding: 0 0.8em;
	height: 40px;
}

textarea {
	min-height: 60px;
	padding: 0.5em 0.8em;
}

.wp-editor-container {
	height: auto;
}

.label.secondary,
.pagination ul li a,
.pagination ul li span,
.pagination a.page-numbers,
.pagination span.page-numbers,
.mobile-pagination ul li span {
    background-color: hwb(0deg 100% 0% / 10%);
    border-color: hwb(0deg 100% 0% / 10%);
    outline: none;
    color: #fff;
}

.pagination ul li a, .pagination a.page-numbers,
.pagination span.page-numbers,
.mobile-pagination ul li span {
	font-weight: bold;
}

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

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #eee;
	outline: 0;
	-webkit-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
	transition: all 200ms linear;
}

textarea {
	width: 100%;
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a:hover,
a:focus,
a:active {
	color: #777;
}

a:focus {
	outline: thin dotted;
}

a.tag-cloud-link:focus {
	color: #fff;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

#navigation:after,
#navigation > ul:after {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0;
}

#navigation #head-mobile,
#navigation .button-nav {
	display:none;
}


#navigation ul {
    margin: 10px auto;
    z-index: 5;
}

#navigation > ul > li {
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
}

#navigation ul #atmosphere {
	padding-left: 5px;
	margin-right: 15px;
	height: 45px;
    line-height: 45px;
}

#navigation ul #atmosphere:hover {
	cursor: pointer;
}

#navigation ul #atmosphere i {
	color: #fff;
	line-height: 45px;
}

#navigation ul #atmosphere i.fa-caret-down {
	font-size: 12px;
	margin-left: 3px;
}
#navigation > ul > li:hover > a {
	color:#ccc;
}

#navigation ul.sub-menu li.current-menu-item a {
	border: none;
}

#navigation > ul > li:hover,
#navigation ul li.current-menu-item:hover,
#navigation ul li.current-menu-item,
#navigation ul li.has-sub.current-menu-item:hover {
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}

#navigation > ul > li.menu-item-has-children > a:after {
	content: "\f0d7";
	font-family: fontAwesome;
	padding-left: 0.75em;
	font-size: 12px;
}

#navigation > ul > li.has-sub > a:hover:after {
	color: #fff;
}

#navigation ul ul {
	position: absolute;
	left: -9999px;
	background-color: #fff;
	min-width: 160px;
	box-shadow: 0 10px 30px 0 rgba(0,0,0,.15);
	padding: 10px 0;
	z-index: 99999;
	list-style: none;
	margin: 0;
	top: 40px;
	right: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#navigation ul #atmosphere:hover ul {
	top: 40px;
    left: -10px;
}

#navigation ul ul li {
	height:0;
	-webkit-transition:all .25s ease;
	-ms-transition:all .25s ease;
	transition:all .25s ease;
}

#navigation ul ul li a:before {
	content: "";
}

#navigation li:hover > ul {
	left:auto;
}

#navigation li:hover > ul > li {
	height: 35px;
}

#navigation ul ul ul {
	margin-left: 100%;
	top: 0;
}
#navigation ul ul li a {
	padding: 10px 15px;
	white-space: nowrap;
	/* min-width: 150px; */
	text-decoration: none;
	font-weight: 400;
	color: #333;
}

#navigation ul ul li a:hover {
	background: #ddd;
}

#navigation ul #atmosphere ul li a {
	padding: 0 15px;
}

#navigation ul ul li:last-child > a,
#navigation ul ul li.last-item > a {
	border-bottom:0;
}

#navigation ul ul li.has-sub > a:after {
	content: "\f0da";
	font-family: fontAwesome;
	position: absolute;
	right: 11px;
}

#navigation ul ul li.has-sub > a:hover:after,
#navigation ul ul li.has-sub > a:focus:after {
	color: #fff;
}

#navigation ul ul li.has-sub:hover,
#navigation ul li.has-sub ul li.has-sub ul li:hover {
	background:#363636;
}

#navigation ul ul ul li.current-menu-item a {
	border-left:1px solid #333;
}

#navigation > ul > li.has-sub > ul > li.current-menu-item > a,
#navigation > ul ul > li.has-sub > ul > li.current-menu-item> a {
	border-top:1px solid #333;
}

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

.nav-menu a {
	color:#fff;
	text-decoration: none;
	padding: 10px 20px;
	width: 100%;
	display: block;
	outline: 0;
}

.nav-menu ul.sub-menu a,
#menu-popout .welcome-mobile ul.sub-menu a {
	padding: 10px 0;
}

.footer-menu-container {
	width: 100%;
    margin: 15px 0;
}

.footer-menu-container ul {
    list-style: none;
    padding: 0;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 0;
}

.footer-menu-container ul li {
	display: inline-block;
	margin: 0 5px;
}

.footer-menu-container a {
    color: white;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 5px;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.pagination,
.mobile-pagination {
	clear: both;
	display: table;
	margin: 30px auto 10px;
}

.mobile-pagination {
	display: none;
}

.pagination ul,
.mobile-pagination ul {
	list-style: none;
	overflow: hidden;
	padding: 0;
    margin: 0;
}

.pagination ul li,
.mobile-pagination ul li {
	float: left;
	margin: 2px;
	display: block;
}

.pagination ul li a,
.pagination ul li span,
.pagination a.page-numbers,
.pagination span.page-numbers,
.mobile-pagination ul li span,
.mobile-pagination ul li a {
	display: flex;
	padding: 10px 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.mobile-pagination ul li.pagination-sep {
	background: transparent!important;
    padding: 15px 5px;
}

.mobile-pagination ul li.pagination-nav span,
.mobile-pagination ul li.pagination-nav a {
	padding: 10px 25px;
}

.mobile-pagination ul li.pagination-nav i {
	color: #fff!important;
	margin: 0;
	font-size: 29px;
}

.mobile-pagination ul li.pagination-nav.disabled {
	opacity: 0.40;
	filter: alpha(opacity =40);
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

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

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.page-title,
.page .entry-title {
	margin: 0 0 1em;
}

.widget-title,
.page-title,
.page .entry-title,
.comments-title,
.comment-reply-title {
    padding: 0;
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    position: relative;
    z-index: 2;
}

#comments p.form-submit input {
    margin: 0;
    font-size: 16px;
    border-radius: 100px;
    padding: 5px 20px;
    border: 1px solid;
    background: transparent !important;
    font-weight: 500;
}

.comments-title,
.comment-reply-title {
    display: block;
    margin-bottom: 5px;
    margin-top: 10px;
    font-weight: bold;
    font-size: 20px;
}

.comments-title a {
    color: white;
}

.comment-respond textarea {
    min-height: 2.5rem;
    background: transparent;
    border: 1px solid hsl(0deg 0% 100% / 12%);
    height: 100%;
}

.comment-form .form-submit {
    margin: 0;
    padding: 0;
}

.comments-title i, .comment-reply-title i {
    display: none;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

.widget_categories ul {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.widget_categories ul li a {
	display: inline-block;
	float: left;
	font-size: 0.9em;
	margin-right: 10px;
	outline: none;
}

.search-field {
	width: 72%;
	margin-left: 1px;
}

.widget_videos_listings {
	position: relative;
}

.more-videos:hover,
.more-videos:hover span,
.more-videos span:hover {
	color: #fff;
}

.more-videos i {
	color: #555;
}

#sidebar .more-videos i,
.site-footer .more-videos i {
	position: relative;
	top: 1px;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.site-title a {
	letter-spacing: -0.5px;
}

.site-branding .logo {
    position: relative;	
}

.site-branding .logo a {
	display: flex;
	outline: none;
}


.site-branding .logo i {
	margin-right: 0;
}

.sticky {
	display: block;
}

/* body.single .hentry {
	margin: 0 15px 20px 0;
    padding: 30px 15px 30px 30px;
} */

img[data-src] {
    opacity: 0;
    -webkit-transition: opacity 1s;
    transition: opacity 1s
}

img[data-src].display-img {
    opacity: 1;
    -webkit-transition: opacity .5s;
    transition: opacity .5s
}

.page-header {
    position: relative;
}

.video-widget-container,
.video-list-content {
	position: relative;
}

/* .videos-list.with-happy {
	width: 60%;
	float: left;
} */

/* .video-widget-ad {
	width: 40%;
	float: right;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #f5f5f5;
	margin: 4px 0 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
} */

.thumb-block {
	display: inline-block;
    position: relative;
}

.thumb-block:hover .title {
    color: var(--main-color) !important;
}

.thumb-block a {
    display: block;
}

.thumb-block play-button:after {
    content: '';
    width: 0;
    height: 0;
    border: .5em solid transparent;
    border-left-color: white;
    border-left-width: .75em;
    border-right-width: 0;
    margin-inline-start: .25em;
    -webkit-margin-start: .25em;
    margin-block-start: 1px;
    display: inline-block;
    transform: rotate(var(--transform-rotate));
}

.thumb-block play-button {
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 5px;
    right: 40px;
    border-radius: 100%;
    -webkit-backdrop-filter: saturate(1.8) blur(10px);
    backdrop-filter: saturate(1.8) blur(10px);
    background-color: rgb(22 22 22 / 72%);
    transition: opacity .4s;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
}

.thumb-block .entry-header .title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--primary-text);
    font-size: 14.4px;
    font-weight: 500;
    max-height: 44px;
    margin-bottom: 5px;
    line-height: 18px;
    text-align: center;
}

.thumb-block:hover span.title {
    color: white;
}

.thumb-block .entry-header {
    color: #d3d3d3;
    font-weight: 500;
    font-size: 14.5px;
    text-align: center;
    line-height: 18px;
    margin-top: 5px;
}

.thumb-block:hover more .btn-more {
    opacity: 1;
}


.thumb-block .post-thumbnail {
    line-height: 0;
    position: relative;
    width: 100%;
    height: 0;
    background-color: #131313;
    border-radius: 8px;
}

.post-thumbnail-container {
    position: relative;
    z-index: 1;
}

.video-canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    filter: blur(20px);
    transform: scale(1.2);
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    object-fit: cover;
}

.video-preview {
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.video-with-trailer.is-active .video-preview,
.video-with-trailer.is-active .video-canvas {
  opacity: 1;
}

.video-with-trailer.is-active img {
    opacity: 0;
}

.video-with-trailer img {
  display: block;
  width: 100%;
  height: auto;
  transition: opacity 0.5s ease;
}

.video-with-trailer:hover img {
  opacity: 0;
}

.thumb-block .post-thumbnail:before {
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 12px;
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 11;
}

.thumb-block .post-thumbnail .wpst-trailer {
	width: 100%;
}

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

.video-debounce-bar--wait {
	/*
	 * debounce-bar-load
	 * 0.50s = animation time
	 * 0.25s = delay time
	 *
	 * debounce-bar-hide
	 * 0.50s = animation time
	 * 1s    = animation delay ( > debounce-bar-load animation + delay times)
	 */
	animation: debounce-bar-load 0.5s 0s ease-in-out forwards, debounce-bar-hide 0.5s 1s 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-preview {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

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

.thumb-block .bottom-panel {
    position: absolute;
    width: 100%;
    padding: 5px;
    bottom: 0;
    z-index: 1;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: white;
    font-size: 12px;
    font-family: Arial;
}

.thumb-block .bottom-panel .group {
    display: flex;
    align-items: center;
    gap: 3px;
}

.thumb-block .bottom-panel .box {
    display: flex;
    align-items: center;
    gap: 3px;
    height: 22px;
    font-family: var(--secundary-font);
    color: #fff;
    border-radius: 4px;
    padding: 1px 5px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}

.thumb-block .bottom-panel .box.second {
    background: var(--main-color);
}

.thumb-block .bottom-panel .box img {
    margin: 0 !important;
    position: relative;
    height: auto !important;
}

.thumb-block .bottom-panel .box svg {
    width: 13px;
    fill: none;
}

.thumb-block .post-thumbnail img {
	width: 100%;
    height: auto !important;
	z-index: 10; 
    position: relative;
    border-radius: 12px;
}

.post-thumbnail-container.video-with-trailer {
    overflow: hidden;
    border-radius: 12px;
}


.post-thumbnail-container.video-with-trailer.is-active {
    z-index: 2;
}

.thumb-block .title {
    overflow: hidden;
    display: block;
}



.thumb-block .rating i,
.thumb-block .views i {
	margin: 0;
}

.thumb-block .entry-header .card-content {
    margin-top: 8px;
    display: flex;
    gap: 10px;
}

.thumb-block .entry-header .card-content .ava {
    flex-grow: 0;
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    overflow: hidden;
    border-radius: 100%;
    position: relative;
}

.thumb-block .entry-header .card-content .ava .photo {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1 !important;
}

.thumb-block .entry-header .card-content .wrap {
    flex-grow: 1;
    flex-shrink: 1;
    overflow: hidden;
}

.thumb-block .entry-header .card-content .wrap .group {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px 0; 
}

.thumb-block .entry-header .card-content .wrap .group .list {
    font-size: 13px;
    color: var(--secondary-text);
    list-style: none;
    font-weight: 400;
    margin: 0 0 0.75rem;
    padding: 0;
    white-space: nowrap;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}

.thumb-block .entry-header .card-content .wrap .group .list li:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}

.thumb-block .entry-header .card-content .wrap .group .list li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: normal;
}

.thumb-block .entry-header .card-content .wrap .group .list li:after {
    content: '';
    width: 3px;
    height: 3px;
    background: currentColor;
    border-radius: 100%;
    overflow: hidden;
    display: flex;
    margin-right: 5px;
    margin-top: 2px;
}

.thumb-block .entry-header .card-content .wrap .group .list li a {
    color: #9d9d9d;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 5px;
    text-transform: capitalize;
}

.thumb-block .entry-header .card-content .wrap .group .list li a .avatar-name {
    font-size: 11px;
}

.thumb-block .entry-header .card-content .wrap .group .list li:last-child::after {
    display: none;
}


.rating-bar-meter {
	-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;
}

.thumb-block .rating-bar-meter,
.thumb-block:hover .rating-bar i,
.thumb-block:hover .rating-bar span,
.thumb-block:hover .rating-bar.no-rate .rating-bar-meter {
	display: none;
}

.thumb-block:hover .rating-bar-meter {
	display: block;
}

.thumb-block:hover .rating-bar.no-rate i,
.thumb-block:hover .rating-bar.no-rate span {
	display: inline-block;
}

.no-thumb {
	background: #ddd;
}

.no-thumb span {
	color: #333;
	position: absolute;
	top: 50%;
  	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	margin: auto;
	display: table;
}

span.hd-video {
    font-weight: 900;
    padding: 9px 7px;
    top: 5px;
    right: 5px;
    letter-spacing: 1px;
    font-style: italic;
    left: inherit;
    bottom: inherit;
    font-size: 10px;
    background: var(--main-color);
    color: white;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    position: absolute;
}

.thumb-block:hover span.hd-video {
	color: #fff;
}

#sidebar span.hd-video {
	font-size: 0.65em;
	padding: 8px 3px;
}

.bx-wrapper span.hd-video {
	padding: 2px 5px;
}

.under-thumb {
    font-weight: 400;
    display: grid;
    position: relative;
    justify-content: start;
    grid-template-columns: auto auto auto;
    align-items: center;
    margin-top: 2px;
    margin-bottom: 5px;
    color: var(--secondary-text);
    font-size: 13px;
}

.under-thumb > span:after {
    display: inline-block;
    content: '\00B7';
    width: 0.7rem;
    font-weight: bold;
    text-align: center;
}

.under-thumb > span + span:last-child:after {
    display: none;
}

.under-thumb span svg {
    width: auto;
    height: 12px;
    margin-right: 5px;
    fill: currentColor;
    display: none;
}

.under-thumb span {
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    text-wrap: nowrap;
    display: flex;
    align-items: center;
    margin-inline-start: 0;
    -webkit-margin-start: 0;
}


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


#video-rate {
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.video-share {
    padding: 0;
    margin-top: 10px;
}

.video-share span.title {
    font-weight: bold;
    font-size: 20px;
    display: block;
}

.modal-body desc {
    margin-bottom: 10px;
    display: block;
    max-width: 350px;
}


#show-sharing-buttons {
    color: white !important;
}

#video-links a:hover, #video-links a:active, #video-links a:focus {
    color: white !important;
}

.video-share .video-share-url #clickme {
    display: inline-block;
    float: right;
    color: #9b9b9b;
    outline: 0;
}

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

a#clickme {
    cursor: pointer;
}

#clickme i {
	color: #555;
}

.tags-list, .tags-list .owl-stage {
    display: flex;
    gap: 5px;
    position: relative;
    letter-spacing: .5px;
    flex-wrap: wrap;
}

.video-tags {
    margin-bottom: 10px;
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
}

.video-tags a {
    margin: 0;
    display: flex;
    text-transform: capitalize;
    padding: 3px 10px;
    font-weight: 400;
    font-size: 12px;
    color: #ccc;
    border: 1px solid hwb(0deg 100% 0% / 15%);
    border-radius: 100px;
    background: transparent;
    align-items: center;
    gap: 3px;
}

.video-tags a .emoji {
    margin-top: 2px !important;
}

.video-tags a .img .avatar-name {
    font-size: 14px;
    font-weight: 400;
}

.video-tags a .img {
    height: 26px;
    width: 26px;
    margin: -3px 3px -3px -10px;
    border-radius: 100px;
    overflow: hidden;
    background: hsl(0deg 0% 100% / 10%);

}

.video-tags a i {
    display: none;
}

.video-description {
	padding: 0;
    margin-top: 15px;
}

.video-description p {
    margin: 0 0 10px;
    text-align: justify;
    font-size: 14px;
    line-height: 18px;
    opacity: .8;
}

.video-description .more {
	margin-bottom: 0;
	overflow:hidden;
}

.morecontent span {
	display: none;
	outline: 0;
}

.morelink {
    text-align: right;
    padding: 5px 0;
    outline: 0;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    text-transform: uppercase;
    gap: 5px;
    line-height: 1;
    margin-top: 5px;
    position: relative;
    height: 30px;
}

a.morelink:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 40px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(14 14 14) 100%);
    top: -40px;
}

.morelink:visited,
.morelink:focus,
.morelink.less {
	outline: 0;
}

.morelink i {
	margin-right: 2px;
	font-size: 14px;
	position: relative;
	top: -1px;
}

.happy-header-mobile,
.happy-footer,
.happy-footer-mobile,
.happy-related-videos-mobile {
	background: transparent;
	text-align: center;
	margin: 0 auto;
	font-size: 0;
	padding: 20px 0;
}

.happy-related-videos-mobile,
.happy-footer-mobile {
	display: none;
}

.post-like a {
    text-align: center;
    outline: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rating-bar,
.rating-bar-meter {
    height: 1px;
    background: #ff0000;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.categories-list .thumb-block .entry-header,
.actors-list .thumb-block .entry-header {
	height: 2em;
	overflow: hidden;
	font-size: 1em;
	padding: 0.25em 0 0;
	box-shadow: none;
	text-align: center;
}



#video-buttons i, span.post-like, .show-more i {
	color: #777;
}

.like #more:hover .grey-link {
	color: #fff;
}

.grey-link {
    color: #777;
    font-size: 1rem;
}

.like #more .likes {
    display: flex;
    align-items: center;
}

span.post-like {
	font-size: 1.3em;
}

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

.tab-content #video-about {
	display: block;
}

.entry-content,
.custom-content {
	padding: 20px 0px 30px;
}

.entry-content h1,
.custom-content h1 {
    font-size: 24px;
    margin: 0;
    font-weight: 600;
}

.entry-content #video-views {
	font-size: 0.875em;
	padding-bottom: 0.4em;
}

.entry-content #video-views span {
	font-size: 1.25em;
	font-weight: bold;
	color: #eee;
}

.entry-content .rating-bar-meter {
    width: 0%;
    bottom: 0px;
    background: #00ff00 !important;
    left: 0;
    right: 0;
}

.edit-link {
	font-size: 0.875em;
}

#video-about p {
	font-size: 0.875em;
	line-height: 1.6em;
	margin-top: 0;
}

#video-author, #video-date, #video-actors {
	padding-bottom: 0.5em;
}

#video-author i, #video-date i, #video-actors i {
	color: #eee;
}

.advertising {
	text-align: center;
	margin: 1.25em 0 0;
	line-height: 0;
}

.sidebar-ads {
    display: flex;
    flex-direction: column;
    gap: 5px;
    position: sticky;
    top: 0;
}

.sidebar-ads a {
	display: block;
}

.sidebar-ads div {
    border-radius: 8px;
    overflow: hidden;
}

.title-block {
	background: #fff;
	overflow: hidden;
}

.title-block h1.entry-title {
	margin: 0;
	padding: 20px;
	font-size: 20px;
	font-weight: 700;
	color: #333;
}

#video-tabs {
	position: relative;
	padding-top: 0.5em;
}

#video-tabs button.tab-link {
	background: none!important;
	border: none;
	box-shadow: none;
	border-bottom: 3px solid #555!important;
	padding: 0 2em 0.75em;
}

#video-tabs button.tab-link.active {
	border-bottom-style: solid;
	border-bottom-width: 3px;
}

.clear {
	clear: both;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline, .group-blog .byline {
    display: flex;
    gap: 10px;
    margin-top: 15px;
    align-items: center;
    margin-bottom: 10px;
}

.group-blog .byline .avatar {
    width: 50px;
    height: 50px;
}

.group-blog .byline .author {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.group-blog .byline .btn-follow {
    margin-inline-start: auto;
    -webkit-margin-start: auto;
    background: white !important;
    justify-content: center;
    align-items: center;
    display: flex;
    color: black;
    text-transform: capitalize;
    font-weight: 700 !important;
    padding: 0 16px;
    height: 36px;
    font-size: 14px;
    line-height: 36px;
    border-radius: 18px;
}

.group-blog .byline .author a {
    font-size: 18px;
    font-weight: 500;
    color: white;
    display: flex;
    align-items: center;
}

.page-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

#content {
    margin-inline-start: var(--side-width);
    -webkit-margin-start: var(--side-width);
    padding: 0 calc(16px / 2 + 16px);
}

#aside { 
    height: calc(100% - var(--nav-height));
    position: fixed;
    width: var(--side-width); 
    overflow: auto;
    background: var(--main-bg);
    left: 0;
    padding: 8px 10px 20px;
    top: var(--nav-height);
    z-index: 99999;
}


#aside:hover::-webkit-scrollbar-thumb {
    display: block;
    opacity: 1;
}

#aside::-webkit-scrollbar-thumb {
    background: #333;
    opacity: 0;
    display: none;
}

#aside::-webkit-scrollbar {
    width: 5px;
}

.archive-aside::-webkit-scrollbar-thumb { 
    background: #333;
}

.aside-filters span {
	display: block;
}

.aside-filters span a {
	color: #f5f5f5;
	display: flex;
	padding: 5px  0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	outline: 0;
}

.archive-aside a.active {
background: hwb(0deg 92% 8% / 10%);
    color: white;
}

.archive-aside a.active {
	font-weight: bold;
}

.aside-filters span i {
	width: 15px;
	font-size: 14px;
}

.aside-filters span i.fa-fire {
	position: relative;
	left: 2px;
}

.aside-filters span i.fa-star {
	position: relative;
	top: -1px;
}

.archive-aside div:last-child {
border: none;
    margin-bottom: 0;
    --grid-gap: 10px;
}

.archive-aside div {
    margin-bottom: 30px;
}

.archive-aside h3 {
    margin: 0 0 10px;
    color: white;
    font-size: 16px;
    font-weight: 500;
}

.archive-aside a {
	color: #eee;
	display: block;
	padding: 5px 10px;
	outline: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.archive-aside a.show-all-link {
    font-weight: bold;
    border-radius: 100px;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 10px;
}

.archive-aside a.show-all-link i {
	margin-left: 4px;
}

.archive-content {
    position: relative;
    padding: 5px 0 10px;
    float: right;
    width: 100%;
}

.clearfix-after:after {
    content: ' ';
    height: 0;
    width: 100%;
    overflow: hidden;
    clear: both;
    display: block;
}

.footer-widget-zone {
	padding: 30px 30px 10px;
	background: #eee;
	width: 100%;
	clear: both;
	margin: 0;
	overflow: hidden;
}

.site-footer {
    padding: 0 25px 10px;
    clear: both;
    border-top: 1px solid hwb(0deg 100% 0% / 12%);
    margin-inline-start: var(--side-width);
    -webkit-margin-start: var(--side-width);
}

.site-footer .widget-title {
	box-shadow: none;
	margin-top: 0;
}

.site-footer .site-info {
    clear: both;
    text-align: center;
    font-size: 14px;
    margin-top: 10px;
    color: #cfcfcf;
    font-weight: 500;
}

.footer-widget-zone .one-column-footer .widget {
	width: 100%;
}

.footer-widget-zone .two-columns-footer .widget {
	width: 48%;
	margin: 0 4% 0 0;
	float: left;
}

.footer-widget-zone .three-columns-footer .widget {
	width: 30%;
	margin: 0 5% 0 0;
	float: left;
}

.footer-widget-zone .four-columns-footer .widget {
	width: 22%;
	margin: 0 4% 0 0;
	float: left;
}

.footer-widget-zone .two-columns-footer .widget:nth-child(2n),
.footer-widget-zone .three-columns-footer .widget:nth-child(3n),
.footer-widget-zone .four-columns-footer .widget:nth-child(4n) {
	margin-right: 0;
}

.logo-footer {
	text-align: center;
	padding-top: 20px;
}

.logo-footer a {
	display: inline-block;
	max-width: 12.5em;
}

.social-share {
	text-align: center;
	margin: 20px auto 0;
}

footer recent-search {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1100px;
    margin: 10px auto 0;
}

footer recent-search h2 {
    display: none;
}

footer recent-search ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    justify-content: center;
}

footer recent-search ul li {
    margin: 0;
    padding: 0;
    line-height: normal;
    display: inline-block;
}

footer recent-search ul li a {
    border-radius: 10px;
    color: #f5f5f5;
    text-transform: capitalize;
    font-size: 14px;
    position: relative;
    background: #131313;
    align-items: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: flex;
    text-align: center;
    line-height: 1.3;
    font-weight: 600;
    padding: 8px 13px;
}


.video-js .vjs-play-control,
.vjs-fullscreen-control,
.vjs-fullscreen-control:hover,
.vjs-mute-control,
.vjs-mute-control:hover,
.video-js button {
	background: none!important;
	box-shadow: none;
}

.video-js .vjs-control-bar {
	background: rgba(0,0,0,0.7);
}

.vjs-button > .vjs-icon-placeholder:before {
    font-size: 2.2em;
    line-height: 1.37em;
}

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

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

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

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

/* .video-js .vjs-progress-holder {
	height: 30px;
} */

.video-player {
    position: relative;
    border-radius: 8px;
}

.video-player-area h1 {
    font-size: 22px;
    line-height: 24px;
    margin: 10px 0;
}

.video-player-area .video-infos {
    display: flex;
    justify-content: space-between;
}

.video-player-area .video-infos h1 {
	border: none;
	padding: 0;
    margin-bottom: 5px;
}

.video-player-area .video-infos .views i {
	margin-right: 2px;
}

.video-player-area .video-infos .tracking-btn a {
	color: #fff;
	display: inline-block;
}

.responsive-player .fluid_video_wrapper {
    overflow: visible !important;
}

.responsive-player {
    position: relative;
    border-radius: 8px;
    z-index: 9;
    overflow: hidden;
    display: block;
    aspect-ratio: 16 / 9;
}

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

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

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

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

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

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

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

.video-js .vjs-play-progress::before {
	display: none;
}

.logo-watermark-img {
	position: absolute;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

#logo-watermark .top-left {
	top: 1em;
	left: 1em;
}
#logo-watermark .top-right {
	top: 1em;
	right: 1em;
}
#logo-watermark .bottom-left {
	bottom: 3em;
	left: 2em;
}
#logo-watermark .bottom-right {
	bottom: 3em;
	right: 2em;
}

.grayscale {
	-webkit-filter: saturate(0);
	filter: saturate(0);
}

.logo_maintain_display img {
	max-width: 20%;
}

.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;
}

.happy-inside-player .zone-1,
.happy-inside-player .zone-2  {
	align-self: center;
	width: 300px;
	font-size: 0;
}

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

.happy-under-player {
	background: #333;
	text-align: center;
	padding: 10px 0;
}

.happy-under-player .under-player-mobile {
	display: none;
}

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

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

#sidebar {
	margin: 30px 30px 0 0;
}

.under-video-block {
	overflow: hidden;
}

.under-video-block .show-more-related a.button {
    justify-content: center;
    display: flex;
    margin: 20px auto 10px;
    text-align: center;
    font-size: 14px;
    border-radius: 100px;
    padding: 10px 50px;
    text-transform: uppercase;
    font-weight: 600;
    background: hwb(0deg 100% 0% / 10%) !important;
    width: fit-content;
    letter-spacing: 1px;
}

.under-video-block .video-archive-ad {
	background: #fff;
}

.custom-content .under-video-block {
	padding: 0;
}


.under-video-block h2 {
    font-weight: 500;
	margin-top: 20px;
}

.notfound-videos {
	margin-top: 2em;
}

.archive-description p {
	font-size: 14px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	text-align: justify;
	margin: 10px 0;
}

/******************/
/****** BLOG ******/
/******************/
.blog-article {
	width: 100%;
	display: inline-block;
	clear: both;
	margin: 20px 0;
}

.blog-article h2 {
	margin-top: 0;
	margin-bottom: 0;
}

.blog-article .col-2 p {
	margin-top: 5px;
}

.blog-article .entry-meta {
	font-size: 14px;
	font-style: italic;
	color: #999;
}

/********************/
/****** PHOTOS ******/
/********************/
.photo-content .gallery figure,
.photo-content .wp-block-gallery figure {
	margin: 0;
	overflow: hidden;
}

.photo-content .gallery figure .gallery-icon,
.photo-content .wp-block-gallery figure .gallery-icon {
	position: relative;
	overflow: hidden;
}

.photo-content .gallery figure a,
.photo-content .wp-block-gallery figure a {
	outline: 0;
	display: block;
}

.photo-content .gallery figure a img,
.photo-content .wp-block-gallery figure a img {
	width: 100%;
	vertical-align: top;
	-webkit-transition: 0.6s ease;
	transition: 0.6s ease;
	-ms-transition: 0.6s ease;
}

.photo-content .gallery figure .gallery-icon:hover img,
.photo-content .wp-block-gallery figure .gallery-icon:hover img {
	-webkit-transform: scale(1.2);
 	transform: scale(1.2);
}

.photo-content {
	text-align: center;
	position: relative;
	z-index: 0;
}

.photo-content .prev-photo i,
.photo-content .next-photo i {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	font-size: 80px;
	margin-right: 0;
	background: rgba(0,0,0,0.8);
	padding: 30px 15px;
	display: none;
}

.photo-content .next-photo i {
	left: inherit;
	right: 0;
}

.photos-count {
	position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    padding: 5px 8px;
	background: rgba(0,0,0,0.6);
	font-size: 0.9rem;
}

.photos-count i {
	-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;
}

.fancybox-caption {
	text-align: center;
	font-size: 18px;
}

.gallery-caption {
	display: none;
}

.photo-bg {
	margin-bottom: 10px;
}

/*--------------------------------------------------------------
## Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs-area {
	background: #333;
	height: 30px;
	line-height: 28px;
	background-color: #333!important;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 70%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 70%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 70%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	border: 1px solid #333;
	border-left: none;
	border-right: none;
	margin-bottom: 1em;
}

#breadcrumbs {
    list-style: none;
	/*margin: 0 0 1em;*/
	overflow: hidden;
	font-size: 0.8em!important;
	text-align: left;
	margin: 0;
	padding: 0 2em;
}

#breadcrumbs li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.4em;
}

#breadcrumbs li.separator {
	margin-left: 0.3em;
}

#breadcrumbs li.item-current .bread-current {
	color: #eee;
	font-weight: 400;
}

/*--------------------------------------------------------------
## Login register popup
--------------------------------------------------------------*/
.membership a {
    font-size: 14px;
    color: white;
    display: flex;
    height: 44px;
    align-items: center;
    gap: 12px;
    padding-left: 1rem;
    padding-right: 1rem;
}

.membership a:hover .rounded-full {
    background: var(--main-color);
}

.membership a .rounded-full svg {
    width: 18px;
    height: 18px;
    fill: none;
}
.membership a .rounded-full {
    width: 32px;
    height: 32px;
    border-radius: 100%;
    background: hsl(0deg 0% 100% / 10%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.membership a.button {
	color: #fff;
	padding: 0 20px;
    cursor: pointer;
}

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

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

.membership .welcome:hover, .membership:hover {
    background: hwb(0deg 100% 0% / 15%) !important;
    border-radius: 100px;
}

.membership .welcome, .membership {
    height: 40px;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    background: hwb(0deg 12.16% 87.84%) !important;
    border-radius: 100%;
    transition: all .3s;
}

.membership .welcome img,
.membership-mobile .welcome-mobile img {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 40px;
    height: 40px;
}

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

.membership ul li {
	padding: 0 15px;
	overflow: hidden;
}

.membership ul li:hover {
	background: #ddd;
}

.membership ul a {
	font-size: 14px;
	padding: 0;
	margin: 5px 0;
	display: block;
    width: 100%;
}

.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;
}

.user-content {
    display: none;
    position: absolute;
    overflow: auto;
    box-shadow: 0 0 15px hwb(0deg 0% 100% / 55%);
    z-index: 1;
    top: 59px;
    width: 200px;
    border-radius: 8px;
    padding: 10px 0;
    right: 20px;
    -webkit-backdrop-filter: saturate(1.8) blur(20px);
    backdrop-filter: saturate(1.8) blur(20px);
    background-color: rgba(30, 30, 30, .8);
    border: 1px solid rgba(255, 255, 255, .08);
}

.user-content li {
    list-style: none;
    transition: all .4s;
}

.user-content li:hover {
    background: hsl(0deg 0% 100% / 10%);
}

.user-content ul {
    display: flex !important;
    position: relative;
    flex-direction: column;
    background: transparent;
}

.dropdown a:hover {background-color: #ddd;}


.wpst-reset-password p {
	font-size: 0.875em;
}

.alert>p, .alert>ul {
    margin-bottom: 0;
}

.form-field {
	margin: 20px 0;
    position: relative;
}

/*--------------------------------------------------------------
## Template video submit
--------------------------------------------------------------*/
.video-submit-area label {
	display: block;
	margin-bottom: 10px;
	font-weight: bold;
}

.video-submit-area input,
.video-submit-area textarea {
	display: block;
	width: 100%;
	margin-bottom: 1.5em;
}

.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;
}

form#SubmitVideo,
form#edit-user {
    margin: 0 auto;
}

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

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

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

#wpst_theme_pro_login_submit,
#wpst_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%;
}

#edit-user #updateuser {
    padding: 0.75em 1.5em;
    width: auto;
    margin: 0 auto;
    border-radius: 100px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .5px;
}

/*--------------------------------------------------------------
## My channel
--------------------------------------------------------------*/
.author-channel-img {
	margin-right: 20px;
}

.author-channel-img img {
	width: 85px;
	height: 85px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.author-channel-img,
.author-channel-name {
	display: inline-block;
}

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

.author-header h1 {
	margin-bottom: 0;
}

.author-header .author-video-count {
	margin-bottom: 10px;
}

/*--------------------------------------------------------------
## Menu icon
--------------------------------------------------------------*/
.home-icon a:before,
.cat-icon a:before,
.tag-icon a:before,
.star-icon a:before,
.blog-icon a:before,
.video-icon a:before,
.link-icon a:before,
.photo-icon a:before {
	font-family: fontAwesome;
	margin-right: 0.4em;
}

.home-icon a:before {
	content: "\f015";
}

.cat-icon a:before {
	content: "\f07b";
}

.tag-icon a:before {
	content: "\f02c";
}

.star-icon a:before {
	content: "\f005";
}

.blog-icon a:before {
	content: "\f044";
}

.video-icon a:before {
	content: "\f144";
}

.link-icon a:before {
	content: "\f0c1";
}

.photo-icon a:before {
	content: "\f03e";
}


/*--------------------------------------------------------------
## Style
--------------------------------------------------------------*/

h1.widget-title i {
	margin-right: 0.4em;
}

.widget-area .widget-title {
	margin-top: 1em;
}

.avatar{
	display: block;
	position: relative;
	border-radius: 50%;
	flex-shrink: 0;
	background-color: #1f1f1f;
	color: #fff;
}
.avatar:before{
	content: '';
	display: block;
	padding-top: 100%;
}
.avatar img,
.avatar > .avatar-name{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: bolder;
	text-transform: capitalize;
}
.avatar-name svg{
	color: var(--text-secondary-color);
}

/*--------------------------------------------------------------
## Comments 
--------------------------------------------------------------*/
.comments-area{
	margin-bottom: calc(var(--y-gap)*2);
}
.comments-title {
	display: flex;
	align-items: center;
margin-top: 20px;
}
.comments-title .close {
	margin-inline-start: auto;
	-webkit-margin-start: auto;
	font-weight: 100;
	cursor: pointer;
	padding: 0 0.25rem;
	display: none;
}
.comment-list,
.comment-list .comment-list,
.comment-list .comment,
.comment-list .children{
    list-style: none;
    padding: 0;
    margin: 0;
}

.comment-list .trackback,
.comment-list .pingback{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.comment-list .says{
	font-size: 0;
	display: none;
}
.comment-content,
.comment-body > .reply,
.children .comment,
.comment-toolbar,
.comment-meta,
.comment .comment-respond{
	padding-inline-start: 3.25rem;
	-webkit-padding-start: 3.25rem;
	line-height: 1.5;
}

#cancel-comment-reply-link{
	padding-inline-start: 0.75rem;
	-webkit-padding-start: 0.75rem;
}
.comment-body{
	margin-bottom: var(--y-gap);
	font-size: 14px;
}
.comment-toolbar{
	display: flex;
	align-items: center;
	margin-top: 4px;
	color: var(--text-secondary-color);
}
.comment-author .avatar{
	position: absolute;
	left: 0;
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 50%;
	font-size: 0.85rem;
}

.comment-author .url {
    color: white;
    font-size: 16px;
}

.comment-toolbar button {
    background-color: transparent !important;
    padding: 0 !important;
}

.comment-toolbar button.btn-like span {
    display: none;
}

.comment-toolbar button.btn-like .count {
    display: block !important;
    margin-right: 15px;
}

.comment-content p {
    margin-top: 5px;
}
.rtl .nav .menu-item-has-children:before{
	left: 0;
	right: auto;
}
.rtl .site-header .menu-after-login .sub-menu{
	left: 0;
	right: auto;
}
.rtl .site-header .sub-menu .sub-menu{
	left: 100%;
	right: auto;
}
.rtl .site-sidebar{
	left: auto;
	right: 0;
}
.rtl .comment-author .avatar{
	left: auto;
	right: 0;
}
.comment-meta{
	position: relative;
	display: flex;
	flex-wrap: wrap;
}
.comment-metadata{
	display: flex;
	flex: 1;
	margin: 0 4px;
}
.comment-metadata > a{
	margin-inline-end: auto;
	-webkit-margin-end: auto;
}
.comment-metadata time,
.comment-metadata > a{
	font-size: 0;
}
.comment-meta,
.comment-metadata > a .comment-human-time{
	font-size: 13px;
	line-height: 1.5;
}
.comment-metadata > a .comment-human-time{
	color: var(--text-secondary-color);
}
.comment-content a {
	word-wrap: break-word;
}
.comment-content p{
	color: inherit !important;
}
.comment-content p:last-child{
	margin-bottom: 0;
}
.bypostauthor > .comment-body .comment-author b a{
	background-color: #999;
	color: #fff;
	font-size: 12px;
	padding: 0px 8px;
	border-radius: 10px;
  display: inline-block;
}
.comment-author a:hover{
	color: inherit;
}
/* comment form */
.comment-respond{
	position: relative;
	margin-bottom: 1.5rem;
	display: flex;
	grid-gap: 0.75rem;
	align-items: start;
}
.comment-list .comment-respond{
	margin-top: 2rem;
}
.no-comments{
	font-size: 14px;
	color: var(--text-secondary-color);
	text-align: center;
	padding: 1rem;
}
.comment-message{
	margin-top: 0.5rem;
	order: 2;
}
.comment-message p:empty,
.comment-message p a{
	display: none;
}

.comment-respond .avatar{
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 50%;
	margin: 0 !important;
}
.comment-respond textarea{
	/*height: 2.5rem;*/
}
.comment-respond .comment-reply-header{
	display: flex;
	align-items: center;
}
.comment-respond .comment-reply-title{
	font-size: 1rem;
	margin: 0 1rem;
	height: 2rem;
	overflow: hidden;
}
.comment-respond .comment-reply-title span{
	display: flex;
	align-items: center;
	color: var(--text-secondary-color);
	height: 2rem;
	transition: all 0.2s ease-in-out;
}
.comment-respond .comment-reply-header small{
	margin-inline-start: auto;
	-webkit-margin-start: auto;
}
.comment-form{
	/*max-height: 4rem;*/
	transition: max-height 0.3s ease-in-out;
	overflow: hidden;
	display: flex;
	flex: 1;
	flex-wrap: wrap;
}
.is-logged-in ~ .comment-form{
	max-height: inherit;
}
.comment-form-comment label{
	width: 100%;
	height: 2.375rem;
	position: absolute;
	top: 0;
	padding: 0.375rem 0.75rem;
	margin: 0;
	z-index: 2;
}
.is-logged-in + .comment-form .comment-form-comment label{
	display: none;
}
#commentform-state{
	display: none;
}
#commentform-state:checked ~ .comment-form{
	max-height: 50rem;
}
#commentform-state:checked ~ .comment-form .comment-form-comment label{
	display: none;
}

.comment-form input[name="author"], 
.comment-form input[name="email"], 
.comment-form input[name="url"],
.comment-form textarea {
    display: block;
    width: 100%;
}
.comment-form > p{
	order: 10;
	position: relative;
}
.comment-form .comment-notes{
	font-size: 0.85rem;
	color: var(--text-secondary-color);
	order: 3;
	width: 100%;
	margin-top: 0.5rem;
}
.comment-form .comment-form-cookies-consent{
	display: flex;
}
.comment-form .comment-form-comment{
	flex: 1;
	display: flex;
}
.comment-form .comment-form-comment:after{
	/*content: '';*/
	display: inline-block;
	width: 1rem;
}
.comment-form .comment-form-comment,
.comment-form .form-submit{
	width: 100%;
	flex: auto;
	/*order: 1;*/
}
.comment-reply-title{
	margin-bottom: 0;
}
.comment-form .logged-in-as{
	margin-top: 0.5rem;
	font-size: 0.85em;
	color: var(--text-secondary-color);
}
.comment-list .pingback .comment-body a:not(.comment-edit-link), 
.comment-list .trackback .comment-body a:not(.comment-edit-link) {
    font-weight: 500;
    font-size: 14px;
    padding-right: 0.5rem;
    display: block;
}
.comment-edit-link,
.comment-reply-link{
	font-size: 0.75rem;
	color: var(--text-secondary-color);
	text-transform: uppercase;
	display: inline-block;
}
.comment-toolbar .comment-reply-link{
	padding: 0.5rem;
}
.comment-edit-link:hover,
.comment-reply-link:hover{
	color: inherit;
	border-color: currentColor;
}
#cancel-comment-reply-link{
	position: absolute;
	top: -1.5rem;
	color: #999;
	font-size: 13px;
}
.comment-reply-login{
	display: none;
}
.comment-respond .must-log-in{
	flex: 1;
	display: flex;
}
.comment-respond .must-log-in p{
	flex: 1;
	display: block;
	text-align: inherit;
	height: auto;
	margin-bottom: 0;
}
.comment-respond .must-log-in p a {
    color: white;
    font-weight: 500;
}
.comment-respond .must-log-in + button{
	display: none;
}
.comment-respond .must-log-in:after{
	content: '';
	display: inline-block;
	width: 0.75rem;
}
.comment-awaiting-moderation{
	width: 100%;
	display: block;
	margin-top: 0.5rem;
	font-size: 0.85em;
}
.comment-form .comment-form-author, 
.comment-form .comment-form-email, 
.comment-form .comment-form-url{
	width: 100%;
}
.comment-navigation{
	margin: 1rem 0;
	width: auto !important;
	max-width: auto !important;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery,
.wp-block-gallery {
	margin-bottom: 1.5em;
	opacity:0;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}

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

.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%;
}

.fancybox-navigation {
	cursor: pointer;
}

.fancybox-navigation .fancybox-button--arrow_left,
.fancybox-navigation .fancybox-button--arrow_right {
	padding: 0!important;
}


/****************/
/* MEDIAQUERIES */
/****************/

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 991px) {

    bottom-menu {
        display: flex;
        background: black;
        height: 30px;
        overflow: hidden;
        position: relative;
        top: var(--mobile-menu-height);
    }
    
    bottom-menu ul { 
        margin: 0;
        padding: 0 10px;
        list-style: none;
        overflow: auto;
        display: flex;
        gap: 10px;
        align-items: center;
        text-wrap-mode: nowrap;
        scrollbar-width: none;
    }    
    
    bottom-menu ul a {
        font-family: Roboto;
        display: flex;
        align-items: center;
        gap: 5px;
        color: white;
        font-weight: 500;    
    } 
    
    bottom-menu ul a img {
        width: 20px;
        height: 20px;
    }    

    .single .header.header-gradient {
        border-bottom-width: 1px !important;
    }
    .single .header {
        border-bottom-width: 0;
    }

    .filters {
        top: var(--mobile-menu-height);
    }

    .PornstarsSlider .pornstars .infos {
        gap: 5px;
        bottom: 10px;
    }

    .PornstarsSlider .pornstars .grid-thumb .infos {
        gap: 0;
    }

    .PornstarsSlider .pornstars .infos span {
        font-size: 14px !important;
    }

    .PornstarsSlider .pornstars .infos .video-datas span {
        font-size: 10px !important;
    }


    .search .btn-following svg, .search .btn-following .inline-bell {
        width: 18px !important;
        height: 18px !important;
    }

    .search .btn-follow, .search .btn-following {
        font-size: 14px;
        line-height: 1;
    }

    .bio-modal-content {
        width: calc(100% - 20px);
    }
    
    .bio-snippet, .bio-readmore {
        font-size: 13px;
    }

    .bio-card {
        margin-top: 0;
    }

    .bio-relative {
        margin-bottom: 10px;
    }

    .single #page {
        overflow-x: hidden;
    }

    #content {
        padding-top: var(--mobile-menu-height) !important;
    }

    #bgCanvas {
        opacity: .3;
    }

    #btn-play {
        width: 60px;
        height: 60px;
    }

    .custom-controls {
        bottom: 10px;
    }
     
    .circle-button {
        width: 45px;
        height: 45px;
    }     
        
    .custom-time-bar .progress, .custom-time-bar:before {    
        height: 2px;
    }
        
    .btn-follow, button.btn-share, .btn-following {
        min-width: auto;
        padding: 0 10px;
        font-size: 12px;
        font-weight: 700;
        height: 33px;
    }    
        
    .group-blog .byline .avatar {
        width: 40px;
        height: 40px;
    }    

    #cinematics {
        top: -100px;
    }

    .notify-count {
        position: absolute;
        top: -2px;
        right: -7px;
    }

    .notify-dropdown2 {
        top: auto;
        bottom: calc(var(--mobile-menu-height) + 6px);
        right: 0;
        left: 0;
        width: auto;
        position: fixed;
        border-radius: 12px 12px 0 0;
        box-shadow: 0 0 30px black;
    }

    #navigation > ul > li > a {
        font-size: 14px;
    }

    .videos-list .block-loop-items .thumb-block .title {
        font-size: 13px;
    }

    .filters-list {
        margin-bottom: 10px;
        padding: 0 10px;
    }
    
    .search .slidercat {
        margin-bottom: 10px;
    }    
    
    .search .follow-wrapper {
        width: 100%;
        margin-bottom: 10px;
    }
        
    header-fixed .search-video-number {
        gap: 5px;
    }    
    
    header-fixed .search-video-number div:after {
        margin-left: 5px;
    }    
    
    .search .follow-wrapper button {
        width: 100%;
    }    
 
	.modal-dialog {
		padding: 10px;
	}

    .fluid_initial_play {
        width: 60px !important;
        height: 60px !important;
    }

    .slidercat {
        margin: 0;
        overflow: hidden;
        width: 100%;
    }

    .slidercat .categories-container {
        padding: 0 20px;
        overflow: auto;
        scrollbar-width: none;
        height: auto;
        gap: 4px;
        margin: 10px -10px;
        width: auto;
    }

    .slidercat .categories-container a {
        height: 26px;
        line-height: 26px;
        font-size: 12px;
        border-radius: 4px;
        letter-spacing: 0;
        padding: 0 10px;        
    }

    .single .station-more-from .block-loop-items {
        overflow: scroll;
        scrollbar-width: none;
        display: grid;
        grid-template-rows: 1fr;
        grid-template-columns: repeat(auto-fill, minmax(45%, 1fr));
        grid-auto-columns: minmax(45%, 1fr);
        overflow-x: scroll;
        grid-auto-flow: column;
    }

    .filters a {
        padding: 0 15px;
        height: 30px;
    }

    .user-grid-wrapper {
        margin-left: -10px;
        margin-right: -10px;
        margin-top: 10px;
        margin-bottom: 5px;
    }
    
    .user-grid-scroll {
        padding: 0 10px;
        grid-template-columns: repeat(auto-fill, minmax(73px, 1fr));
        grid-auto-columns: minmax(73px, 1fr);
        scroll-snap-type: none;
    }    

    playlist-panel-renderer {
        margin: 10px;
    }

    .location-img img {
        width: 18px !important;
        height: auto !important;
        border-radius: 2px !important;
        overflow: hidden;
        margin-top: 5px;
    }

    .playlist-content-main .block-loop-slider {
        grid-template-columns: repeat(auto-fill, minmax(var(--grid-auto-cols), 1fr)) !important;
    }

    error-page left {
        text-align: center;
    }

    content-single left.playlist {
        padding: 10px;
    }
    
    .group-blog .byline .btn-follow {
        padding: 0 16px;
        height: 32px;
        line-height: 32px;
        font-size: 12px;
    }

    .thumb-block .bottom-panel .box svg {
        width: 10px;
        height: 10px;
    }

    .search .btn-follow {
        width: 100%;
    }

    header-fixed .entry-meta {
        margin-top: 5px;
    }

    error-page {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;
        padding: 20px;
    }
    
    error-page right {
        align-items: center;
    }    
    
    error-page right p {
        text-align: center;
    }    

    .site-branding .logo a svg {
        width: 170px;
        height: auto;
    }

    .block-loop-items {
        gap: 10px 5px;
    }  

    tgchannel {
        width: 32px !important;
        height: 32px !important;
        flex: 0 0 32px !important;
    }

    followers .block-loop-item .entry-title a {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    followers .block-loop-slider {
        --grid-columns: 3;
    }
    
    .menu-cart .cart-quantity, .nav .count {
        position: absolute;
        top: 9px;
        margin: 0;
        right: 12px;
        padding: 0;
        font-size: 8px;
        font-weight: 600;
        height: 16px;
        min-width: 16px;
        line-height: 1;
        background-color: var(--main-color);
        border: 2px solid var(--main-bg);
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .header .flex .right .nav {
        background: hsl(0deg 0% 100% / 0%);
    }

    .thumb-block .entry-header .title {
        line-height: 16px;
        font-size: 13px;
        text-align: center;
    }
    
    .thumb-block .entry-header .card-content .wrap .group .list {
        justify-content: center;
        margin: 0 0 5px;
        font-size: 12px;
    }    
    
    .thumb-block .post-thumbnail {
        border-radius: 8px;
    }    

    .search_modal_open {
        overflow: hidden !important;
    }

    .search-open {
        position: fixed;
        top: var(--nav-height);
        left: var(--side-width);
        right: 0;
        z-index: 9999;
        height: 100%;
        -webkit-backdrop-filter: blur(25px);
        backdrop-filter: blur(25px);
        background: rgb(0 0 0 / 80%);
        padding: 0px;
    }
        
    .search-open .search-menu-mobile {
        width: 35px;
        height: 35px;
    }    
    
    .search-open .page-category .block-loop-items .thumb-block .entry-header {
        position: absolute;
        bottom: 5px;
        z-index: 1;
        left: 10px;
        display: flex;
        flex-direction: column;
    }    
        
    .search-open .page-category .block-loop-items .thumb-block .entry-header span {
        font-size: 14px !important;
        text-align: left;
    }
    
    .search-open .page-category .block-loop-items .thumb-block .entry-header count-videos {
        font-size: 8px !important;
        line-height: normal;
        text-align: left;
    }    
    
    .search-open .page-category .thumb-block .post-thumbnail:after {
        background: linear-gradient(to bottom, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .7) 100%);
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        content: "";
    }    
    
    .search-open slider-actors span {
        line-height: normal;
        margin-bottom: 5px;
    }    
        
    .search-open recent-search {
        display: flex;
        flex-direction: column;
        margin-left: -10px;
        margin-right: -10px;
    }
        	
    .search-open recent-search h2 {
        margin: 15px 10px 10px;
        line-height: normal;
        font-size: 16px;
        color: white;
        font-family: var(--main-font);
    }	
    
    .search-open recent-search ul {
        list-style: none;
        margin: 0;
        padding: 0 10px;
        display: flex;
        -webkit-overflow-scrolling: touch;
        overflow-x: scroll;
        overflow-y: hidden;
        scrollbar-width: none;
        white-space: nowrap;
        scroll-behavior: smooth;
        scroll-snap-type: x mandatory;
    }   
    
    .search-open recent-search ul a {
        border-color: rgba(255, 255, 255, .2);
        border-radius: 1.5rem;
        border-style: solid;
        border-width: 1px;
        text-transform: capitalize;
        font-size: 12px;
        line-height: normal;
        margin-right: .3rem;
        padding: 7px 10px;
        color: white;
        font-weight: 400;
        display: block;
        font-weight: 600;
    }
    
    .search-open .home-slider .block-loop-items {
        scrollbar-width: none;
        white-space: nowrap;
        overflow-x: scroll;
        scroll-behavior: smooth;
        text-wrap-mode: nowrap;
        grid-auto-rows: 0;
        grid-template-rows: 1fr;
        grid-auto-flow: column;
    }    
     
    .search-open channels-for-you .thumb-block .post-thumbnail {
        margin: 0;
        border-radius: 12px !important;
        background-color: hwb(0deg 100% 0% / 6%);
    }
        
    .search-open channels-for-you .thumb-block .post-thumbnail .photo {
        border-radius: 8px;
        object-position: center;
        width: auto;
        height: 110px !important;
        object-fit: contain;
        margin: -17px auto 0;
        background: transparent !important;
    }
    
    .search-open channels-for-you .thumb-block .post-thumbnail .infos {
        position: absolute;
        bottom: 5px;
        z-index: 3;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }   
    
    .search-open channels-for-you .thumb-block .post-thumbnail .infos .video-datas {
        font-size: 8px !important;
        font-weight: 500;
        opacity: .7;
        text-transform: uppercase;
    }    
    
    .search-open channels-for-you .home-slider .block-loop-items {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr))  !important;
        grid-auto-columns: minmax(150px, 1fr);
        padding: 0 10px !important;
        gap: 10px;
    } 

            
    
    .search-open .show-search-content.hide {
        opacity: 1 !important;
        transition: opacity 1s;
        height: calc(100% - var(--mobile-menu-height)) !important;
        visibility: visible !important;
        width: 100%;
        overflow: auto;
        padding: 10px 20px;
    }

    .search-open .page-category .block-loop-items {
        scrollbar-width: none;
        white-space: nowrap;
        scroll-behavior: smooth;
        text-wrap-mode: nowrap;
        grid-auto-rows: 0;
        grid-template-rows: 1fr;
        grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)) !important;
        grid-auto-columns: minmax(120px, 1fr);
        overflow-x: scroll;
        grid-auto-flow: column;
        padding: 0 10px !important;
        gap: 10px;
    }  

    #adnew .exo-native-widget-item-content .exo-native-widget-item-title {
        font-size: 13px !important;
    }
    
    #adnew .exo-native-widget-item-text {
        margin-top: 2px;
    }      
    
    #adnew .exo-native-widget-item-text {    
        font-size: 11px !important;
    }

    .player-bottom {
        gap: 6px;
    }

    #svg-animate {
        width: 18px !important;
        height: 18px !important;
    }
    
    button.btn-like.active dotlottie-player {
        width: 62px !important;
        left: -13px !important;
    }    

    .player-bottom content a, player-bottom content a:hover, .player-bottom content, .player-bottom content button, likes-system {
        font-size: 12px;
        height: 30px;
    }
    
    .player-bottom content svg {
        width: 16px;
        height: 16px;
    }    
        
    .player-bottom content span {
        font-size: 12px;
    }    

    .home-search a {
        font-size: 12px;
        padding: 5px 10px;
    }

    #menuuser {
        height: 32px !important;
        padding: 0 !important;
    }

    login-content {
        grid-template-columns: 1fr;
    }
    
    login-content left {
        height: 220px;
		
    }  
	
	login-content left bg {
		opacity: .4;
	}	
		
    login-content left logo {
        bottom: 10px;
    }    
        
    login-content right {
        padding-top: 0;
        max-height: 360px;
        overflow: auto;
        scrollbar-width: none;
    }    

    login-content right h2 {
        text-align: center;
        margin-bottom: 0;
    }
    
    login-content left bg {
        mask-image: linear-gradient(to top, transparent 40%, #1a1a1a);
    }    

    .block-loop-nav { 
        display: none;
    }

    .under-thumb {
        justify-content: center;
    }

    #aside {
        transform: translate3d(-100%, 0, 0);
        top: var(--mobile-menu-height);
        z-index: 99999;
        display: none;
        transition: all .4s cubic-bezier(0.4, 0.97, 0.79, 0.9);
    }
        
    #content {
        padding: 0;
        margin-inline-start: 0;
        -webkit-margin-start: 0;
        margin: 0 auto;
    } 

    .single related .block-loop-items .thumb-block .entry-header .title {
        font-size: 13px;
        line-height: 15px;
        margin-bottom: 0;
    }
    
    .btn-following svg, .btn-following .inline-bell {
        width: 13px !important;
        height: 13px !important;
    }
    
    .group-blog .byline .author span {
        margin-top: 0 !important;
        font-size: 8px !important;
    }

    .group-blog .byline .author a {
        line-height: 18px;
        font-size: 14px;
    }
    
    .widget-title, .page-title, .page .entry-title, .comments-title, .comment-reply-title {
        font-size: 20px;
    }    

    .site-footer {
        margin-inline-start: 0;
        -webkit-margin-start: 0;
    }

    .under-thumb > span + span:before {
        width: 1.25rem;
    }
    
    .wp-block-loop-slider {
        --loop-max-width: 95%;
    }  
    

    .wp-block-loop-slider .block-loop-items, .wp-block-loop-slider .block-loop-title {
        padding: 0 !important;
        scroll-snap-type: none;
    }
    
    .group-blog .byline img {
        width: 45px;
        height: 45px;
    }

    .playlist-content-main.user-playlists .block-loop-items .thumb-block .entry-header {
        align-items: center;
    }

    .playlist-content-main.user-playlists .block-loop-items .thumb-block {
        grid-template-columns: 1fr;
    }
    
    .playlist-content-main.user-playlists .block-loop-items {
        grid-template-columns: repeat(3, 1fr);
    }    

    pc {
        display: none !important;
    }

    related {
        margin-top: 10px;
        display: block;
    }
       
    header-fixed des {
        gap: 5px;
    } 
    
    player-load {
        border-radius: 0;
        margin-left: -10px;
        margin-right: -10px;
        width: auto;
        margin-top: -10px;
    } 
    
    player-load img {
        border-radius: 0;
    }
    
    player-load .responsive-player {
        border-radius: 0;
    }    
        
    .header .flex .right .nav, .header .flex .right .nav li, .header .flex .right .nav li a {
        height: 24px;
        width: 24px;
    }    
    
    .header .nav svg {
        width: 16px !important;
        height: 16px !important;
    }    
        
    #PornstarsSlider header-title {
        margin-top: 0;
    }    
    
    
    #site-navigation-black {
        position: sticky;
        top: var(--mobile-menu-height);
        z-index: 999;
        border-bottom: 1px solid hwb(0deg 100% 0% / 10%);
    }    
        

    @keyframes imageMovement {
        100% {
            background-position-y: 250px; /* width of the image */
        }        
    }

    bg-video {
        position: absolute;
        top: 100px;
        left: 0;
        right: 0;
        height: 0;
        padding-bottom: 100%;
        overflow: hidden;
        z-index: -1;
        opacity: .6;
        display: block;
    }
    
    .responsive-player {
        border-radius: 0px;
    }    
    
    .single .byline, .group-blog .byline {
        padding: 0 10px;
    }    
    
    .video-player {
        z-index: 9;
        margin-left: -10px;
        margin-right: -10px;
        border-radius: 0;   
    }  
    
    .filters {
        margin-left: -10px;
        margin-right: -10px;
    }   
    
    
    .search slider-searchs ul {
        margin-left: -10px;
        margin-right: -10px;
    }    
        
    .page .archive-content h1 {
        margin-top: 10px;
        margin-bottom: 10px;
    }    
 
    #follow-page.videos-list {
        grid-template-columns: repeat(3, 1fr);
    } 
    
    user_list title {
        font-size: 14px;
    }    
     
    
    .membership .welcome, .membership {
        width: 32px;
        height: 32px;
    }    
    
    .membership .welcome img, .membership-mobile .welcome-mobile img {
        width: 32px;
        height: 32px;
    }   
    
    .no-scroll {
        overflow: hidden !important;
    }    
    
    .user-content {
        width: 100%;
        top: auto;
        bottom: calc(var(--mobile-menu-height) + 7px);
        right: 0;
        position: fixed;
        z-index: 99;
        background: var(--main-bg);
        border-radius: 0;
        height: calc(100% - var(--mobile-menu-height) - 7px);
        padding-top: var(--nav-height);
    }   
    
    .membership a .rounded-full {
        background: transparent;
    }    
    
    .membership a .rounded-full svg {
        width: 20px;
        height: 20px;
    }    
    
    .happy-footer-mobile {
        margin-top: 0;
        border-top: 1px solid lch(100 0 0 / 0.1);
    }    
    
    #PornstarsSlider .pornstars .infos .video-datas {
        font-size: 8px !important;
        font-weight: 500;
        margin-top: -1px;
        margin-bottom: 0;
    }    

    slider-searchs a {
        color: #f5f5f5;
        padding: 0 10px;
        height: 27px;
        font-size: 12px;
        border-radius: 100px;
        border: 0;
        background: rgb(21, 21, 21);
    }

    slider-searchs {
        display: flex;
        position: relative;
        height: 27px;
        margin: 10px 0;
        gap: 6px;
        height: auto;
    }

    .pagination, .mobile-pagination {
        margin: 20px auto 10px;
    }
    
    .btn-follow, button.btn-share, .view-btn {
        height: 36px;
        min-width: 90px;
        font-size: 14px;
        line-height: normal;
        padding: 0 16px;
    }   
    
    header-fixed#actors, header-fixed#channels {
        gap: 15px;
        margin-top: 0px;
    }    
    
    header-fixed .search-video-number span {
        font-weight: 500;
        color: white;
    }    
        
    header-fixed#actors .search-video-number, header-fixed#channels .search-video-number {
        margin: 5px 0 0;
    }    
    
    header-fixed .entry-meta button svg {
        width: 14px;
        height: 14px;
    }    
        
    .filters-list li {
        margin-bottom: 9px;
    } 
    
    .btn-moreless {
        font-size: 12px;
    }    

    .show6videos { 
        grid-row: 6; 
        grid-column: 1 / span 2;
    }
    
    header-fixed {
        grid-template-columns: 65px 1fr !important;
        margin-bottom: 10px;
    }  
        
    header-fixed des p {
        margin-top: 5px;
        margin-bottom: 0;
    }    
        
    
    header-fixed#actors .profileimg {
        width: 50px !important;
        height: 50px !important;
    }    
    
    #fixedactors {
        position: fixed;
        top: var(--mobile-menu-height);
        visibility: hidden;
        gap: 10px;
        transform: translateY(0);
        top: 0;
        left: 0;
        right: 0;
        transition: transform .3s ease-in-out;
        margin: 0 !important;
    }    

    header-fixed.fixed {
        z-index: 99;
        margin-left: -10px !important;
        margin-right: -10px !important;
        padding: 8px 10px 10px;
        align-items: center !important;
        -webkit-backdrop-filter: blur(24px);
        background: black;
        grid-template-columns: 50px 1fr auto !important;
        visibility: visible !important;
        transform: translateY(var(--mobile-menu-height)) !important;
    }  
    
    header-fixed.fixed img {
        width: 50px !important;
        height: 50px !important;
    }    
        
    header-fixed.fixed main-button .btn-follow {
        min-width: 100px !important;
        font-size: 12px !important;
        height: 32px;
    }  
    
    header-fixed .search-video-number div:before {
        margin-right: 5px;
    }    
        
    header-fixed.fixed h1.widget-title {
        font-size: 16px !important;
        font-weight: 700;
        margin-bottom: 3px;
    }    
        
    header-fixed.fixed .search-video-number {
        font-size: 10px !important;
    }    
        
    header-fixed#channels.fixed {
        grid-template-columns: 65px 1fr !important;
    }    
    
    header-fixed .profileimg, header-fixed .profileimg img, header-fixed img {
        width: 65px !important;
        height: 65px !important;
    }    
    
    header-fixed.fixed .profileimg, header-fixed.fixed .profileimg img {
        width: 50px !important;
        height: 50px !important;
        object-position: top;
    }   
    
    header-fixed h1.widget-title {
        margin-bottom: 0;
        letter-spacing: 0;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: normal;
        gap: 5px;
        font-size: 22px;
    }  
    
    header-fixed h1.widget-title .user-verified {
        display: inline-block;
    }    
        
    header-fixed .search-video-number {
        font-size: 13px !important;
        margin: 5px;
        line-height: 1;
    }
    
    header-fixed des {
        gap: 0;
        overflow: hidden;
    }  
    
    header-fixed .filters {
        margin: 0;
    }    
 
    header-fixed .filters-list {
        padding: 0;
    } 
        
    .title-views {
        flex-direction: column;
    }
      
    .tags-list, .tags-list .owl-stage {
        padding: 0 10px;
        width: auto;
        overflow-y: hidden;
        overflow-x: scroll;
        flex-wrap: nowrap;
        text-wrap-mode: nowrap;
    }      

    single-meta {
        font-size: 13px;
        margin: 0;
        font-weight: 400;
    }

    .entry-content h1, .custom-content h1 {
        font-size: 18px;
        line-height: 21px;
    }
    
    .share-buttons a span {
        display: none;
    }
    
    .share-buttons a svg {
        margin-right: 0;
        width: 20px;
        height: 20px;
    }  
    
    .single .videos-similar {
        padding: 0 10px;
        margin-top: 10px;
    }    
    
    .single related, content-single right {
        width: 100%;
        margin-top: 5px;
    }    
     #mobile.single related {
        margin-left: -10px;
        margin-right: -10px;
        width: auto;
    } 
    
    .video-comments {
        padding: 0 10px;
    }    
    
    content-single right {
        width: auto;
    } 
    
    #mobile.single .station-more-from .block-loop-items {
        padding: 0 10px !important;
        margin-bottom: 15px;
        gap: 10px;
    }    

    .videos-similar .block-loop-items .thumb-block .under-thumb {
        margin: 3px 0 0;
    }
    
    .single .videos-similar .block-loop-items {
        grid-template-columns: 1fr;
    }    

    .single .videos-list .thumb-block, .single .playlist-content-main .block-loop-items .thumb-block, .videos-similar .block-loop-items .thumb-block {
        display: grid;
        grid-template-columns: 150px 1fr;
        gap: 10px;
    }

    .playlist-content-main .block-loop-items .thumb-block .entry-header .under-thumb {
        justify-content: center;
        font-size: 13px;
    }    
    
    .rating-bar,
    .rating-bar-meter {
        bottom: 1px;
    }
    

    #st-1.st-justified {
        max-width: 100%;
    }
    
    bg-blur div {
        display: none;
    }  
    
    .under-video-block h2 {
        margin-top: 0;
        margin-bottom: 5px;
    }    
    
    .fixedhome {
        position: sticky;
        top: var(--mobile-menu-height);
        z-index: 99;
        border-top: 1px solid hwb(0deg 100% 0% / 10%) !important;
        border-bottom: 1px solid hwb(0deg 100% 0% / 10%) !important;
        background-color: hwb(0deg 8% 92% / 70%) !important;
        -webkit-backdrop-filter: blur(24px);
        backdrop-filter: blur(24px);
    }    
    
    header-title a.more-videos {
        margin: 0;
        background: transparent;
        border: 1px solid hwb(0deg 100% 0% / 20%);
    }
    
    .PornSliderMobile { 
        overflow: hidden;
        padding: 0 10px;
        grid-row: 5 / span 1;
        grid-column: 1 / span 2;
    }    
    
    .site-footer .site-info {
        margin-top: 10px;
    }    

    .pagination ul li, .mobile-pagination ul li {
        margin: 2px;
    }    

    #comment_form_wrapper.active {
        display: none !important;
    }
    
    #comment_form_wrapper {
        margin-top: 20px;
        display: block !important;
    }

    .happy-header-mobile {
        height: 110px;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        margin-left: -10px;
        margin-right: -10px;
    }
    
    .happy-header-mobile div {
        width: auto !important;
    }    

    .row {
        padding-left: 0;
        padding-right: 0;
    }

    content-single right ads-300 {
        display: none;
    }

    search-popular {
        margin-bottom: 5px;
    }

    search-popular ul li {
        margin-right: 5px;
    }

    #footerpc {
        display: none;
    }

    .footer-menu-container {
        display: none;
    }
    
    .footer-mobile-links .footer-menu-container {
        display: flex;
        width: 100%;
        margin-top: 10px;
        text-align: center;
        justify-content: center;
        flex-wrap: wrap;
        gap: 5px;
    }
    
    .footer-mobile-links {
        list-style: none;
        perspective: 900;
        padding: 0;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    
    .footer-mobile-links li:last-of-type {
        padding-bottom: 0;
    }
    
    .footer-mobile-links li:nth-of-type(1) {
        animation-delay: 0.5s;
    }
    
    .flipIn, .footer-mobile-links li {
        animation: flipdown 0.5s ease both;
    }
    
    .footer-mobile-links li {
        position: relative;
        padding: 0;
        margin: 0;
    }
    
    .footer-mobile-links li input[type=checkbox] {
        position: absolute;
        cursor: pointer;
        width: 100%;
        height: 100%;
        z-index: 3;
        opacity: 0;
    }
    
    .footer-mobile-links li i {
        position: absolute;
        transform: translate(-6px,0);
        margin-top: 15px;
        right: 0;
    }
    .footer-mobile-links li input[type=checkbox]:checked~p a {
        display: none;
    }
    
    .footer-menu-container a {
        float: left;
        margin-right: 10px;
        color: #fff;
        display: flex;
        align-items: center;
        gap: 5px;
    font-size: 12px;
    }
    
    .footer-mobile-links li input[type=checkbox]:checked~i:before {
        transform: translate(3.5px,0) rotate(45deg);
    }
    
    .footer-mobile-links li i:before {
        transform: translate(-3.5px,0) rotate(45deg);
    }
    
    .footer-mobile-links li i:after {
        transform: translate(3.5px,0) rotate(-45deg);
    }
    
    .footer-mobile-links li input[type=checkbox]:checked~i:after {
        transform: translate(-3.5px,0) rotate(-45deg);
    }
    
    .footer-mobile-links li i:before, .footer-mobile-links li i:after {
        content: "";
        position: absolute;
        background-color: #fff;
        width: 1px;
        height: 10px;
        right: 0;
    }
    
    
    @keyframes flipdown{0%{opacity:0;transform-origin:top center;transform:rotateX(-90deg)}5%{opacity:1}80%{transform:rotateX(8deg)}83%{transform:rotateX(6deg)}92%{transform:rotateX(-3deg)}100%{transform-origin:top center;transform:rotateX(0deg)}}

    .social-share {
        text-align: center;
        display: flex;
        gap: 15px;
        justify-content: center;
        align-items: center;
        margin-bottom: 10px;
        border-bottom: 1px solid rgba(255,255,255,.1);
        margin-left: -10px;
        margin-right: -10px;
        padding: 10px;
        border-top: 1px solid rgba(255,255,255,.1);
        margin-top: 0;
    }
    
    .social-share a {
        display: flex;
        gap: 5px;
        color: #ccc;
        align-items: center;
        font-size: 12px;
    }
    
    .social-share svg, .social-share img {
        width: 18px;
        height: 18px;
        fill: #ccc;
    }

    .header {
        height: var(--mobile-menu-height);
        line-height: var(--mobile-menu-height);
    }

    .site-footer {
        padding: 0 10px 10px;
        border-top: 1px solid hwb(0deg 100% 0% / 12%);
    }
    
    search-popular ul {
        overflow-y: hidden;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap;
        display: -webkit-box;
        flex-wrap: nowrap;
        margin-left: -20px;
        margin-right: -20px;
        padding: 0 20px 5px;
    }    

    search-popular ul::-webkit-scrollbar {
        display: none;
    }

    .site-branding .logo img {
        max-width: 170px;
        margin-top: 1px;
    }

    .scroll-disabled:before {
        top: var(--mobile-menu-height);
    }
    
    .scroll-disabled {
        overflow: hidden;
    }

    content-single {
        flex-direction: column;
        gap: 0;
    }
    
    content-single left {
        width: 100% !important;
        padding: 0 10px;
    }
    
    content-single right.playlist {
        margin-top: 5px;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        padding: 0 10px;
    }    
    
    .entry-description.moreless p {
        font-size: 14px;
        line-height: 19px;
    }    
    
    .video-player-area h1 {
        font-size: 18px;
        color: white;
        line-height: 22px;
        margin-bottom: 10px;
    }
    
    .video-tags {
        margin-left: -10px;
        margin-right: -10px;
        width: auto;
        margin-bottom: 0;
        padding: 0;
        margin-top: 10px;
    }
    
    .tags-list::-webkit-scrollbar {
        display: none;
    }
    
    .entry-content {
        padding-top: 10px !important;
    }    

    top-menu {
        display: none;
    }

    .header .flex {
        padding: 0 10px;
        grid-template-columns: 1fr auto;
        height: var(--mobile-menu-height);
        gap: 10px;
    }

    #site-navigation-black ul li {
        vertical-align: top;
    }   
    
    #site-navigation-black ul li a {
        line-height: 35px;
        font-size: 14px;
        border-bottom: 0;
        display: flex;
        align-items: center;
        gap: 3px;
    }    

	/** DISPLAY NONE */
	#navigation .membership ul.sub-menu,
	.happy-inside-player,
	.under-player-desktop,
	.video-archive-ad,
	.prev-photo,
	.next-photo,
	.happy-footer {
		display: none;
	}

	/** DISPLAY BLOCK */
	.happy-under-player .under-player-mobile,
	.happy-related-videos-mobile,
	.happy-footer-mobile,
	.author-header,
	/* .filters a.filter-title:hover .filters-list, */
	.mobile-pagination {
		display: block;
	}
    
    .scroll-disabled #aside {
        top: var(--mobile-menu-height);
        height: calc(100% - var(--mobile-menu-height));
        transform: translate3d(0, 0, 0);
        width: 240px;
        display: block;
        border-left: 1px solid rgba(255, 255, 255, .15);
        left: auto;
        right: 0;
    }

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

	.membership .welcome i {
		position: relative;
		top: -1px;
		margin-right: 5px;
	}
	

	#navigation > ul > li {
		float: none;
		width: 100%;
	}

	#navigation ul li.current-menu-item a {
		border: none;
	}

	.site-branding {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -moz-flex;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        min-height: var(--mobile-menu-height);
        padding: 0;
	}

	.search-menu-mobile {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 24px;
        height: 24px;
        border-radius: 100%;
        cursor: pointer;
	}

	.header-search {
        display: none;
        left: 0;
        top: var(--mobile-menu-height);
	}
	
    .search-open .show-search-content.hide {
        padding: 10px;
        scrollbar-width: none;
    }	
    	
    .header-search #searchform {
        position: relative;
        display: flex;
        width: 100%;
    }	

	.header-search input {
        width: 100%;
        height: 40px;
        padding: 0 15px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        border: 0;
        border-radius: 100px;
        background: hsl(0, 0%, 7%);
        border: 1px solid hsl(0, 0%, 18.82%);
	}

	.header-search input[type="submit"] {
        font-size: 0 !important;
        width: 15%;
        padding: 0;
        height: 40px;
        border: none;
        margin: 0;
        color: #fff;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' enable-background='new 0 0 24 24' height='24' fill='white' viewBox='0 0 24 24' width='24' focusable='false' style='pointer-events: none; display: block; width: 100%25; height: 100%25;'%3E%3Cpath d='m20.87 20.17-5.59-5.59C16.35 13.35 17 11.75 17 10c0-3.87-3.13-7-7-7s-7 3.13-7 7 3.13 7 7 7c1.75 0 3.35-.65 4.58-1.71l5.59 5.59.7-.71zM10 16c-3.31 0-6-2.69-6-6s2.69-6 6-6 6 2.69 6 6-2.69 6-6 6z'%3E%3C/path%3E%3C/svg%3E");
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        right: 0;
        background-color: transparent !important;
	}

	.more-videos i {
		margin: 0;
	}


	/* body.page .entry-content {
		padding: 0;
	} */

	.with-aside {
		display: block;
	}

    .single .archive-content {
        padding-left: 10px;
        padding-right: 10px;
    }

	.archive-content,
	.entry-content,
	.footer-widget-zone {
		padding-left: 10px;
		padding-right: 10px;
	    padding-top: 0;
	   padding-bottom: 10px;
	   overflow: inherit;
	}

	#mobile.archive-content {
	    padding-top: 10;
	}

	.site-branding .logo .site-title a {
		display: block;
		max-height: 80px;
		overflow: hidden;
		font-size: 28px!important;
	}
    
    .thumb-block .post-thumbnail {
        overflow: hidden;
    }    
    
    .playlist-content-main {
        margin: 0;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px 10px;
    }    
    
    .thumb-block .post-thumbnail .bottom-panel .box {
        height: 20px;
        line-height: 1;
        padding: 0 5px;
    }    
        
    .thumb-block .entry-header .under-thumb {
        font-size: 11px !important;
    }    

	.thumb-block.full-width {
		width: 100%;
	}

    more .btn-more {
        opacity: 1;
    }

	.video-player-area .video-infos {
		display: block;
		width: 100%;
	    padding: 0;
	}

	.video-player-area .video-infos .tracking-btn a {
		display: block;
		text-align: center;
		margin-top: 10px;
	}

	.video-share-url {
		padding-left: 0;
	}

    .tags-letter-block {
        flex-direction: column;
        align-items: flex-start !important;
    }

	#comments input,
	#comments textarea,
	.comment-form-comment {
		width: 100%;
	    margin-right: 0;
	}

    #commentform .row {
        float: left;
        width: 100%;
    }

	.comment-form-comment,
	.comment-form-author,
	.comment-form-email,
	.comment-form-url {
        float: none;
        width: 100%;
        padding-right: 0;
	}

	#back-to-top {
		right: 10px;
		bottom: 20px;
	}

	.footer-widget-zone .one-column-footer .widget,
	.footer-widget-zone .two-columns-footer .widget,
	.footer-widget-zone .three-columns-footer .widget,
	.footer-widget-zone .four-columns-footer .widget {
		width: 100%;
		float: none;
		margin: 0 0 8%;
	}

	.author-channel-img {
		float: left;
	}


	.mobile-pagination ul {
    display: flex;
    justify-content: center;
		margin: 0 auto 30px;
	}

	.site-footer .row,
	.footer-widget-zone .row {
		padding: 0;
	}
	
    #navigation {
        top: var(--mobile-menu-height);
        height: calc(100vh - var(--mobile-menu-height));
    }
    
    #navigation::-webkit-scrollbar {
        width: 0;
    }    
}

@media (max-width: 600px) {

    .thumb-block .post-thumbnail .bottom-panel .box {
        font-size: 10px;
    }

    .PornstarsSlider .pornstars .infos span {
        font-size: 11px !important;
    }
    
    .thumb-block .entry-header .card-content {
        margin-top: 5px;
    }

    .thumb-block .entry-header .title {
        line-height: 15px;
        font-size: 12px;
        margin-bottom: 3px;
    }
    
    .thumb-block .entry-header .card-content .wrap .group .list {
        font-size: 11px;
    }    
    
    header-fixed .search-video-number div:after {
        display: none;
    }
    
    header-fixed .search-video-number {
        gap: 10px;
    }    

    header-fixed .search-video-number svg {
        width: 15px;
        height: 15px;
    }

    header-fixed h1.widget-title {
        font-size: 18px;
    }
    
    header-fixed .search-video-number span {
        font-size: 11px;
    }    

    .twocollumns {
        grid-column: 1 / span 2 !important;
    }


    .playlist-content-main.user-playlists .block-loop-items {
        grid-template-columns: repeat(2, 1fr);
    }

    .thumb-block .entry-header {
        margin-top: 5px;
    }
    
    .block-loop-items {
        gap: 10px 5px;
    }    
    
    .wp-block-loop {
        --grid-columns: 2;
    }   
    
    .wp-block-loop.wp-block-loop-post.station-more-from.wp-block-loop-slider {
        --grid-columns: 2;
    }    
    
} 


@media (min-width: 769px) and (max-width: 999px) {   
    
    .playlist-content-main.user-playlists .block-loop-items {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .slider-actors-tablet {
        grid-column: 1 / span 2 !important;
        grid-row: 5 !important;
    }   
    
    .last-native-tablet {
        display: none !important;
    }
    
    .wp-block-loop {
        --grid-columns: 3;
    }       
 
}


/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 992px) {

    #sliders {
        margin-bottom: 10px;
    }

    #content {
        padding-top: var(--nav-height);
    }

    #cinematics .segundo {
        aspect-ratio: 2.5 / 1 !important;
    }

    .location-img img {
        width: 24px !important;
        height: auto !important;
        border-radius: 2px !important;
        overflow: hidden;
        margin-top: 5px;
        margin-left: 5px;
    }

    #fixedactors {
        position: sticky;
        transition: transform .3s ease-in-out;
        visibility: hidden;
        height: 0;
        margin: 0;
        gap: 10px;
    }
    
    #fixedactors.fixed photo img {
        width: 70px !important;
        height: 70px !important;
    }    
    
    #fixedactors.fixed {
        height: auto;
        z-index: 99;
        visibility: visible;
        top: 0;
        background: var(--main-bg);
        margin-left: -24px;
        margin-right: -24px;
        padding: 10px calc(16px / 2 + 16px);
        grid-template-columns: 70px 1fr auto;
        transition: all ease-in-out .2s;
        transform: translateY(var(--nav-height)) !important;
    }    

    .videos-list .thumb-block .post-thumbnail {
        padding-bottom: 90px;
    }
    
    .videos-list .thumb-block .post-thumbnail img {
        height: 90px !important;
    }    

    .filters a {
        font-size: 1rem;
    }

    #twoads.pcacomodar {
        grid-row: 9 !important;
    }

    .search-menu-mobile, .header-search-mobile {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: hwb(0deg 100% 0% / 5%);
        border-radius: 100%;
        cursor: pointer;
    }

    .site-branding .logo a svg {
        height: auto;
        width: 170px;
    }

    header-title {
        margin-bottom: 10px;
    }

    .menu-cart .cart-quantity, .nav .count {
        position: absolute;
        top: 4px;
        margin: 0;
        right: 5px;
        padding: 0;
        font-size: 10px;
        font-weight: 600;
        height: 16px;
        min-width: 16px;
        line-height: 1;
        background-color: var(--main-color);
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .search_modal_open .search-open {
        position: absolute;
        left: 0;
        right: 0;
    }    

    .search_modal_open .search-open .show-search-content {
        opacity: 1 !important;
        height: auto !important;
        visibility: visible !important;
    }

    .search_modal_open #center_navigation {
        opacity: 0;
        visibility: hidden;
    }

    #adnew .exo-native-widget-item-content .exo-native-widget-item-title {
        font-size: 14px !important;
    }
    
    #adnew .exo-native-widget-item-text {
        margin-top: 5px;
    }    
        
    #adnew .exo-native-widget-item-text {    
        font-size: 11px !important;
    }
    
    content-single right .exo-native-widget {
        width: 100% !important;
    }
    
    content-single right .exo-native-widget-header {
        display: none !important;
    }
        
    content-single right .exo-native-widget-item-container {
        padding-right: 0 !important;
        margin-bottom: 5px;
    }    

    content-single right .exo-native-widget-item-content {
        padding: 10px !important;
        background: hwb(0deg 0% 100% / 70%);
    }
    
    content-single right .exo-native-widget-item-text {
        display: block !important;
    }
    
    content-single right .exo-native-widget-item {
        border-radius: 8px;
        border: 1px solid hwb(0deg 100% 0% / 12%);
    }
    
    content-single right .exo-native-widget-item-title {
        font-family: var(--main-font) !important;
        color: white !important;
    }
    
    content-single right .exo-native-widget-item-brand {
        font-family: var(--main-font) !important;
        color: white !important;
        opacity: .7 !important;
        font-size: 13px !important;
    }

    .home-slider.page-actors .block-loop-items {
        --grid-columns: var(--grid-cols);
    }

    #mobile.single native-ads {
        display: none !important;
    }

    #mobile.single telegram-channels {
        margin-bottom: 15px !important;
    }
 
    #mobile .video-player-area, #mobile.single .station-more-from {
        position: relative;
        top: 0;
    } 
    
    #mobile.single .videos-similar .block-loop-items .thumb-block {
        display: grid;
        grid-template-columns: 150px 1fr;
        gap: 10px;
    } 
    
    .home.scroll-disabled #aside, .search.scroll-disabled #aside, .page.scroll-disabled #aside, .author.scroll-disabled #aside {
        transform: translate3d(-100%, 0, 0);
    } 
    
    .home.scroll-disabled::before, .search.scroll-disabled::before, .page.scroll-disabled::before, .author.scroll-disabled::before {
        display: none;
    }    
    
    .home.scroll-disabled, .search.scroll-disabled, .page.scroll-disabled, .author.scroll-disabled {
        overflow: auto !important;
    }
    
    .home.scroll-disabled .change .bar2, 
    .search.scroll-disabled .change .bar2, 
    .page.scroll-disabled .change .bar2,
    .author.scroll-disabled .change .bar2
    {
        opacity: 1;
    }
    .home.scroll-disabled .change .bar1, 
    .home.scroll-disabled .change .bar3, 
    .search.scroll-disabled .change .bar1, 
    .search.scroll-disabled .change .bar3,
    .page.scroll-disabled .change .bar1,
    .page.scroll-disabled .change .bar3,
    .author.scroll-disabled .change .bar1,
    .author.scroll-disabled .change .bar3
    {
        transform: none;
    }  

    .home.scroll-disabled telegram-channels, 
    .single telegram-channels, .search.scroll-disabled telegram-channels, 
    .page.scroll-disabled telegram-channels,
    .author.scroll-disabled telegram-channels,
    .home.scroll-disabled footer,
    .search.scroll-disabled footer,
    .page.scroll-disabled footer,
    .author.scroll-disabled footer
    {
        margin: 0 !important;
    }

    .single #aside {
        transform: translate3d(-100%, 0, 0);
    }
    
    .group-blog .byline .author span {
        margin-top: 0 !important;
    }
    
    sticky, .video-player-area {
        position: sticky;
        top: 75px;
    }

    .filters-list {
        margin-top: 10px;
    }        
        
    .search main-button {
        margin-top: 12px;
    }    

    header-fixed des desc {
        margin-bottom: 0;
        max-width: 720px;
        font-size: 16px;
        color: rgba(255, 255, 255, 0.75);
        line-height: 22px;
    }

    
    header-fixed .search-video-number span {
        font-weight: 600;
        color: white;
    }        
        
    .filters {
        margin-bottom: 24px;
    }    
       
    header-fixed#channels des .search-video-number {
        margin-bottom: 0px !important;
    }       

    .single .station-more-from {
        position: sticky;
        top: 60px;
    }
    
    .single .videos-list {
        gap: 0;
    }
    
    #PornstarsSlider .pornstars .owl-stage {
        display: flex;
    }    
    
    #PornstarsSlider .row {
        padding: 0;
    }    
    
    .owl-loaded {
        overflow: hidden;
    }    
    
    .owl-nav {
        position: absolute;
        display: flex;
        align-items: center;
        height: 0;
        top: 50%;
        transform: translate(0, -50%);
        justify-content: space-between;
        right: 0;
        left: 0;
        margin: 0;
    }
    
    .owl-nav .owl-prev.disabled, .owl-nav .owl-next.disabled {
        opacity: 0;
        visibility: hidden;
    }
    
    .owl-nav button {
        background: transparent !important;
        padding: 0;
        width: 40px;
        height: 35px;
    }
    
    .owl-nav button:hover {
        background: transparent !important;
    }
    
    .owl-nav .owl-next:before {
        right: 0;
        background: linear-gradient(275deg, black 47.62%, rgba(0, 0, 0, 0) 100%);
        margin: 0;
        content: "";
        width: 100%;
        position: relative;
        height: 35px;
        display: block;
        bottom: 0;
    }
    
    .owl-nav .owl-prev:before {
        left: 0;
        background: linear-gradient(90deg, black 47.62%, rgba(0, 0, 0, 0) 100%);
        margin: 0;
        content: "";
        width: 100%;
        position: relative;
        height: 35px;
        display: block;
        bottom: 0;
    }
    
    .owl-nav .owl-prev span {
        font-size: 0;
        background-repeat: no-repeat;
        background-position: center;
        width: 33px;
        height: 33px;
        margin: 0;
        left: -10px;
        background-size: 24px;
        position: absolute;
        top: -17px;
        background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg' data-test='icon-ActionSmallBackArrowButtons' class='css-1wbmeri'%3E%3Cpath d='M9.5 4L5.5 8L9.5 12' stroke='%239898A6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E");
    }
    
    .owl-nav .owl-next span {
        font-size: 0;
        background-repeat: no-repeat;
        background-position: center;
        width: 33px;
        height: 33px;
        margin: 0;
        right: -10px;
        background-size: 24px;
        position: absolute;
        top: -17px;
        background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg' data-test='icon-ActionSmallForwardArrowButtons' class='css-1wbmeri'%3E%3Cpath d='M6.5 12L10.5 8L6.5 4' stroke='%239898A6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E");
    }
    
    
    #PornstarsSlider .pornstars .owl-nav .owl-prev span {
        left: 1px;
        top: 1px;
        background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg' data-test='icon-ActionSmallBackArrowButtons' class='css-1wbmeri'%3E%3Cpath d='M9.5 4L5.5 8L9.5 12' stroke='%23EEEEEE' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E");    
    }
    
    #PornstarsSlider .pornstars .owl-nav .owl-next span {
        right: 0px;
        top: 1px;
        background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg' data-test='icon-ActionSmallForwardArrowButtons' class='css-1wbmeri'%3E%3Cpath d='M6.5 12L10.5 8L6.5 4' stroke='%23EEEEEE' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E");
    }
    
    #PornstarsSlider .pornstars .owl-nav button {
        background: #2d2d2d !important;
        width: 35px !important;
        height: 35px !important;
        border-radius: 100% !important;
        box-shadow: 0 0 5px black;
    }
    
    #PornstarsSlider .pornstars .owl-nav button.owl-prev {
        position: absolute;
        left: 5px;
        top: 0;
        transform: translate3d(0, -50%, 0);
    }
    
    #PornstarsSlider .pornstars .owl-nav button.owl-next {
        position: absolute;
        right: 5px;
        top: 0;
        transform: translate3d(0, -50%, 0);
    }
    
    #PornstarsSlider .pornstars .owl-nav button:before, #PornstarsSlider .pornstars .owl-nav button:after {
        display: none;
    }

    .happy-footer {
        border-top: 1px solid hwb(0deg 100% 0% / 10%);
        border-bottom: 1px solid hwb(0deg 100% 0% / 10%);
    }

    slider-searchs {
        margin-bottom: 25px;
    } 

    slider-searchs, slider-searchs ul {
        height: 35px;
    }
    
    slider-searchs ul {
        padding: 0;
        overflow: hidden;
    }    

    .happy-footer div:last-child {
        margin: 0;
    }
    
    .happy-footer div {
        margin-right: 10px;
    }

    mobile {
        display: none !important;
    }
    
    content-single {
        margin-bottom: 20px;
    }    
    

    .video-player-area .video-infos h1 {
        margin-bottom: 5px;
    }

    .aside-block.aside-tags .title {
        padding: 0;
        font-size: 15px;
        font-weight: 500;
        text-transform: capitalize;
        margin-bottom: 5px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        color: #bdbdbd;
        display: flex;
        gap: 5px;
    }
    
    .archive-aside ul {
        list-style: none;
        padding: 0;
        flex-wrap: wrap;
        margin-bottom: 15px;
    }

    .archive-aside ul li a {
        padding: 0;
        background: transparent;
        border-radius: 6px;
        font-size: 14px;
        font-weight: 400;
        text-transform: capitalize;
        margin-bottom: 5px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        color: #bdbdbd;
    }
    
    .archive-aside h2 {
        font-size: 18px;
        margin: 0px 0 15px;
        font-weight: 500;
        color: white;
        line-height: normal;
    }

    .search .archive-aside h2 {
        margin-top: 0 !important;
    }

    .actors-aside .pornstars .pornstar {
        display: grid;
        grid-template-columns: 50px 1fr;
        gap: 10px;
        margin-bottom: 10px;
    }    

    .actors-aside .pornstars .pornstar .ImageOuter {
        padding: 0;
        border-radius: 100%;
        overflow: hidden;
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .actors-aside .pornstars .pornstar .ImageOuter img {
        height: 50px;
        width: 50px;
        object-fit: cover;
    }    
    
    .actors-aside .pornstars .pornstar .infos {
        padding: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        background: none !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
    .actors-aside .pornstars .pornstar .infos .title {
        font-weight: 600;
        font-size: 16px;
    }
    
    .actors-aside .pornstars .pornstar .infos .video-datas {
        font-size: 9px;
        letter-spacing: 1px;
        font-weight: 500;
        color: white;
        opacity: 0.8;
        text-transform: uppercase;
    }


    #site-navigation-black ul li.home a {
        margin-left: 0;
        height: 45px;
        margin-top: -3px;
    }

    tgchannel {
        display: none !important;
    }

    .videos-list a {
        display: grid;
        gap: 10px;
        align-items: center;
    }

    .videos-list a.if-user {
        grid-template-columns: 35px 1fr;
    }
    
    .thumb-block .entry-header {
        text-align: left;
        font-size: 14px;
        font-weight: 600;
        line-height: 20px;
        color: #d5d5d5;
    }
    
    .videos-list .thumb-block a .entry-header .under-thumb {
        font-size: 14px;
    }    

    #footermobile, .social-share, .footer-mobile-links, .social-share {
        display: none;
    }


	#navigation .membership {
		position: absolute;
		top: -63px;
		right: 40px;
	}

	#navigation .membership ul {
		display: none;
		position: absolute;
		background-color: #fff;
		min-width: 170px;
		box-shadow: 0 10px 30px 0 rgba(0,0,0,.15);
		padding: 10px 0;
		z-index: 99999;
		list-style: none;
		margin: 0;
		top: 100%;
		right: 0;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}

	#navigation .membership ul li {
		padding: 0 15px;
		overflow: hidden;
	}

	#navigation .membership ul a {
		font-size: 14px;
		padding: 0;
		margin: 15px 0;
		display: block;
		width: 100%;
		height: auto;
    	line-height: 0;
	}

	.happy-header-mobile {
		display: none;
	}

	#navigation .membership:hover ul {
		display: block;
	}

	.site-branding {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -moz-flex;
		display: -webkit-flex;
		display: flex;
		/* justify-content: space-between; */
		align-items: center;
		min-height: var(--mobile-menu-height);
	}
	
    #searchform {
        width: 60%;
        position: relative;
    }

	.header-search input {
        width: 100%;
        height: 40px;
        padding: 0 15px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        border: 0;
        border-radius: 100px;
        background: hsl(0, 0%, 7%);
        border: 1px solid hsl(0, 0%, 18.82%);
	}

	.header-search input#searchsubmit {
width: 64px;
        font-size: 0;
        height: 40px;
        right: 0;
        top: 10px;
        line-height: 40px;
        padding: 0;
        border-left: 1px solid hsl(0, 0%, 18.82%);
        border-right: 0;
        border-bottom: none;
        border-top: 0;
        color: #fff;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0 100px 100px 0;
        background-color: hsla(0, 0%, 100%, .08) !important;
        position: absolute;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 22px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-search-icon lucide-search'%3E%3Cpath d='m21 21-4.34-4.34'/%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3C/svg%3E");
	}

	/* #menu-popout {
		position: inherit;
		width: inherit;
	}

	#menu-popout ul {
		padding: 0 30px;
		overflow: hidden;
	}

	#menu-popout li.menu-item-has-children {
		position: relative;
	}

	#menu-popout .nav-menu li {
		float: left;
		display: block;
	}

	#menu-popout .nav-menu a {
		width: inherit;
		font-size: 16px;
		border-top: 3px solid transparent;
		border-bottom: 3px solid transparent;
	}

	#menu-popout .nav-menu a:hover {
		color: #ddd;
	}

	#menu-popout .nav-menu li.current-menu-item a {
		border-bottom-style: solid;
		border-bottom-width: 3px;
	}

	#menu-popout .nav-menu ul.sub-menu {
		position: absolute;
		top: 100%;
		background: #333;
	} */

	.video-archive-ad {
		position: absolute;
		top: 4px;
		right: 0;
		width: 38%;
		display: flex;
		justify-content: center;
		align-items: center;
		background: #f5f5f5;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}

	.video-list-content.with-happy .thumb-block:nth-child(4),
	.video-list-content.with-happy .thumb-block:nth-child(7),
	.video-widget-container.with-happy .thumb-block:nth-child(4),
	.video-widget-container.with-happy .thumb-block:nth-child(7) {
		display: block;
		clear: both;
	}

	.footer-widget-zone .four-columns-footer .thumb-block {
		width: 50%;
	}

	.footer-widget-zone .two-columns-footer .thumb-block {
		width: 25%;
	}

	.footer-widget-zone .three-columns-footer .thumb-block {
		width: 33.33%;
	}
}
@media (min-width: 1260px) {
    .block-loop-items {
        --grid-columns: var(--grid-cols, 4);
    }
}
@media(min-width:768px) {
    #content {
        max-width: var(--grid-containers-xs)
    }
}

@media(min-width:940px) {
    #content {
        max-width: var(--grid-containers-sm)
    }

    .station-more-from article:nth-child(7), .station-more-from article:nth-child(8) {
        display: none;
    }
    
    .wp-block-loop-user .block-loop-items {
        --grid-columns: 4;
    }        
    
    .single .block-loop-items {
        --grid-columns: 3;
        column-gap: 10px;
        row-gap: 15px;
    }   
    
    .block-loop-items {
        --grid-columns: 3;
    }
    
    .single #content, .single .site-footer {
        margin: 0 auto;
    }    
    
    .home.scroll-disabled #content, .search.scroll-disabled #content, .page.scroll-disabled #content, .author.scroll-disabled #content {
        margin: 0 auto;
        max-width: calc(var(--grid-containers-sm) - var(--side-width));
    }    
    
    .page-category .block-loop-items {
        --grid-columns: 4;
    }       
    
}

@media(min-width:1200px) {
    
    .block-loop-items {
        --grid-columns: 4;
    }        
    
    #content {
        max-width: var(--grid-containers-md)
    }

    .hover .block-loop-items {
        --grid-columns: 5;
    }    
    
    .wp-block-loop-user .block-loop-items {
        --grid-columns: 5;
    }    
    
    .single #content {
        margin: 0 auto;
        max-width: calc(var(--grid-containers-md) - 100px);
        padding-left: 0;
    }  
    
    .home.scroll-disabled #content, .search.scroll-disabled #content, .page.scroll-disabled #content, .author.scroll-disabled #content {
        margin: 0 auto;
        max-width: calc(var(--grid-containers-md) - var(--side-width));
    }      

    .page-category .block-loop-items {
        --grid-columns: 5;
    }
    
    #adnew {
        grid-row: 2;
    }
    
     .adnew {
        grid-row: 3 !important; 
        grid-column: 4 / span 1;
    }   
    
}

@media(min-width:1310px) {
    
    #content {
        max-width: var(--grid-containers-lg)
    }
    
    .single #content {
        margin: 0 auto;
        max-width: calc(var(--grid-containers-lg) - 140px);
        padding-left: 0;
    }   
    
    .home.scroll-disabled #content, .search.scroll-disabled #content, .page.scroll-disabled #content, .author.scroll-disabled #content {
        margin: 0 auto;
        max-width: calc(var(--grid-containers-lg) - var(--side-width));
    }  
}

@media(min-width:1430px) {

    .single .block-loop-items {
        --grid-columns: 4;
    }   
    
    .station-more-from article:nth-child(7), .station-more-from article:nth-child(8) {
        display: block;
    }  
    
    .single #content {
        margin: 0 auto;
        max-width: calc(var(--grid-containers-xl) - 160px);
        padding-left: 0;
    }    
    
    .home.scroll-disabled #content, .search.scroll-disabled #content, .page.scroll-disabled #content, .author.scroll-disabled #content {
        margin: 0 auto;
        max-width: calc(var(--grid-containers-xl) - var(--side-width));
    }  
    
}

@media(min-width:1728px) {

    .block-loop-items {
        --grid-columns: 5;
    }  

    .single #content {
        margin: 0 auto;
        max-width: calc(var(--grid-containers-xxl) - var(--side-width));
        padding-left: 0;
    } 
    
    .home.scroll-disabled #content, .search.scroll-disabled #content, .page.scroll-disabled #content, .author.scroll-disabled #content {
        margin: 0 auto;
        max-width: calc(var(--grid-containers-xxl) - var(--side-width));
    }    
}