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

body.admin-bar .menu-lateral{
    top:97px;
   
}
.content-area{
    padding-top:42px;
   
}
.header{
    width: 100%!important;
    position: fixed!important;
    z-index: 10!important;
    background: #020202!important;
    top:0;
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Cor semitransparente */
    z-index: 7; /* Deve ficar abaixo do menu lateral */
    visibility: hidden; /* Inicialmente escondido */
    opacity: 0; /* Invisível */
    transition: opacity 0.3s ease, visibility 0s 0.3s; /* Transição suave */
}


.site-branding{
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-start;
}
.fa-search,
.site-branding .barras{
    font-size: 1.5rem;
    color: white;
    position: relative;
    bottom: 8px;
    cursor: pointer;
}
.site-branding .logo a{
    display: inline-block;
    color: #ffffff!important;
    outline: none;
    height: 3rem;
    width: auto;
    font-size:unset!important;
}

.videos-list-new {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(14%, 1fr));
    grid-gap: 10px;
    margin: 10px 0 10px 0;
    min-width:285px;
}
.videos-list-new .item_video {
    position: relative;
    padding: 0;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    scroll-snap-align: start;
    border-radius: 15px;
}
.videos-list-new .item_video .post-thumbnail{
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
    border-radius: 15px;
    
}
.videos-list-new a {
    color:#fff;
}
.videos-list-new .item_video .post-thumbnail img, .wpst-trailer{
    border-radius: 15px;
    width: 100%;
    height: 100% !important;
    min-height: 346px;
    max-height: 346px;
    object-fit: cover;
    background-size: cover;
    

}

.archive-content .widget-title{
    font-size:3rem;
    color:#fff;
    margin-top: 0;
    margin-bottom: 1.5rem;
    font-weight: 600;
    line-height: 1.1;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-break: break-word;
    word-wrap: break-word;}
    .loop-title{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 1.2rem;
    }
.loop-heading{
    width: 1%;
    flex: 1;
    color: #d5d5d5;
}
.loop-subtitle{
    font-size: 14px;
    font-weight: 400;
    color: var(--text-secondary-color, #888);
    line-height: 1.6;
    text-transform: none;
    display: block;
    width: 100%;
}
.post-thumbnail .play_{
    opacity:0;
    position: absolute;
    font-size: 10px;
    z-index: 1;
    font-weight: 21;
    left: 35%;
    top: 44%;
    background: #3f3f3f73;
    padding: 12px 12px 11px 14px;
    border-radius: 30px;
    transition:0.3s;
}
.videos-list-new a:hover .play_ {
  opacity:1;
  color: #fff; 
}
.read-more-loop{
    display: block;
    text-align: center;
    width: 100%;
    color: #fff;
    margin: 30px 0;
}
.read-more-loop span{
    background: #26262a;
    padding: 10px;
    border-radius: 20px;
    border: solid 1px rgba(150, 155, 160, 0.25);
}
.read-more-loop .loading {
  display: inline-block;
  font-size: 20px;
}

.read-more-loop .loading span {
  animation: bounce 1.2s infinite;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 2px;
  border-radius: 50%;
  background-color: #333;
}

.read-more-loop .loading span:nth-child(1) {
  animation-delay: 0s;
}

.read-more-loop .loading span:nth-child(2) {
  animation-delay: 0.2s;
}

.read-more-loop .loading span:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.footer-mobile{
    display:none;
    position: fixed;
    bottom: 0;
    left:0;
    right:0;
    height: 3.6rem;
    width: 100%;
    background: #26262a;
    list-style: none;
    transition: transform 0.2s;
    -webkit-overflow-scrolling: touch;
    box-shadow: 0 -1px 0;
    min-width:285px;
}

.footer-mobile ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    height: 100%;
    width:100%;
    padding: 10px 20px;
    
}
.footer-mobile ul a {
    color:#fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    
}
.footer-mobile ul a span{
    font-size:0.65rem;
}
.footer-mobile ul a svg{
    width:1.25rem;
    height:1.65rem;
}


.menu-lateral {
    position: fixed;
    top: 65px;
    left: -300px;
    width: 300px;
    height: 100vh;
    background-color: #020202;
    color: white;
    padding-top: 10px;
    transition: left 0.3s ease;
    z-index: 8;
}

.menu-lateral ul {
    list-style: none;
    padding: 10px 0;
}

.menu-lateral ul li {
   
    border-bottom: none;
  
}

.menu-lateral ul li a {
    display:block;
    color: white;
    text-decoration: none;
    padding: 10px 24px;
    border-radius: 2rem;
    margin: .5rem;
    font-size: 18px;
    transition:0.3s;
}

.menu-lateral ul li a:hover {
    background: #26262a;
}


.menu-open#menu-lateral  {
    left: 0;
    height: 100vh;
}

.site-content.menu-open .content-area {
    margin-left: 0; 
}

 .content-area {
    transition: margin-left 0.2s ease;
}
#comments, #comment, #reply-title{
    color:#fff!important;
}
@media (min-width: 1200px) {

   .menu-lateral {
       
        left: 0;
    }
    .content-area {
    margin-left:300px;
}

	.site-info {
	overflow:hidden;
	padding:20px;
    box-sizing:border-box;
	margin-left:300px;
		text-align:center;
}

 
    .site-content.menu-open .content-area {
        margin-left: 0; 
    }

	 .site-footer.menu-open .site-info {
        margin-left: 0; 
    }

     .menu-open#menu-lateral   {
        left: -300px; 
    }
}


@media (max-width: 1200px) {

    .menu-lateral {
        left: -300px;
    }
    .content-area {
    margin-left:0;
}


    .menu-open.content-area  {
        margin-left: 0; 
    }

.menu-open.overlay {
    visibility: visible; 
    opacity: 1; 
    transition: opacity 0.3s ease, visibility 0s;
}

    .menu-open#menu-lateral {
        left: 0; 
    }
}
@media (max-width: 1260px) {
  .videos-list-new {
    grid-template-columns: repeat(auto-fill, minmax(19%, 1fr));
  }
}
@media (max-width: 960px) {
  .videos-list-new {
    grid-template-columns: repeat(auto-fill, minmax(24%, 1fr));
  }
}

@media (max-width: 640px) {
  .videos-list-new {
    grid-template-columns: repeat(auto-fill, minmax(29%, 1fr));
  }
  
  .videos-list-new .item_video .post-thumbnail img, .wpst-trailer{
    min-height: 266px;
    max-height: 266px;  
  }
  .footer-mobile{
      display:block;
  }
}

@media (max-width: 420px) {
  .videos-list-new {
    grid-template-columns: repeat(auto-fill, minmax(47%, 1fr));
  }
    
}