/*
Theme Name: Posty Child
Theme URI: https://themedox.com/posty
Template: posty
Author: ThemeDox
Author URI: https://themedox.com
Description: News Magazine WordPress Theme
Tags: two-columns,three-columns,four-columns,right-sidebar,custom-menu,featured-images,full-width-template
Version: 1.0.1775236118
Updated: 2026-04-03 17:08:38

*/


body {
    font-family: 'Inter', sans-serif;
    line-height: 1.6;
    font-size: 14px;
    background: #fff;
    color: #666;
    font-weight: 500;
    border: 0;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Inter', sans-serif;
    color: #000000;
    font-weight: 600;
}

h1 {
    font-size: 40px;
    line-height: 48px !important;
}

h2 {
    font-size: 28px;
    line-height: 36px;
}

h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

h4 {
    font-size: 18px;
    line-height: 28px;
}

h5 {
    font-size: 14px;
    line-height: 24px;
}

h6 {
    font-size: 14px;
    line-height: 28px;
}

p {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 28px;
    color: var(--grey-color);
}

p:last-child {
    margin-bottom: 0;
}


.main-header .top-bar{
	display: none;
}
/* MAIN GRID */
.custom-layout-wrapper {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 20px;
}

/* BIG POST */
.big-post {
    position: relative;
    overflow: hidden;
	border-radius: 6px;
}

.big-post img {
    width: 100%;
    height: 100%;
    min-height: 420px;
    object-fit: cover;
}

.big-post .overlay {
    position: absolute;
    bottom: 0;
	top: unset;
	z-index: 1;
    width: 100%;
    padding: 25px;
    color: #fff;
    background: linear-gradient(to top, rgba(0,0,0,0.9), transparent);
	border-radius: 0 0 6px 6px;
	height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.big-post h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

.meta {
    font-size: 11px;
    display: flex;
    gap: 10px;
}

/* RIGHT SIDE GRID */
.custom-layout-wrapper .small-posts {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 15px;
}

/* SMALL POST */
.small-post {
    position: relative;
    overflow: hidden;
	border-radius: 6px;
	height: 50%;
}

.small-post > a {
	height: 100% !important;
}
.small-post img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
	border-radius: 6px;
}

/* OVERLAY */
.small-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px;
    color: #fff;
    background: linear-gradient(to top, rgba(0, 0, 0, 01) 10%, rgba(0, 0, 0, 0.9) 40%, rgba(0, 0, 0, .8) 70%, rgba(0, 0, 0, 0) 100%);
	border-radius: 0 0 6px 6px;
}

.small-overlay h4 {
    font-size: 14px;
	line-height: 18px;
	font-weight: 600;
    margin: 0 0 5px;
}

/* HOVER */
.big-post img,
.small-post img {
    transition: 0.4s;
}

.big-post:hover img,
.small-post:hover img {
    transform: scale(1.08);
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .custom-layout-wrapper {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
    .small-posts {
        grid-template-columns: 1fr;
    }
}
/* MAIN */
.sc-carousel {
    position: relative;
    overflow: hidden;
}

/* TRACK */
.sc-carousel .sc-track {
    display: flex;
    transition: transform 0.4s ease;
	padding-bottom: 78px;
}

/* EACH SLIDE (2 POSTS) */
.sc-carousel .sc-slide {
    min-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* POST */
.sc-carousel .sc-post {
    position: relative;
    overflow: hidden;
	border-radius: 6px;
}

.sc-carousel .sc-post img {
    width: 100%;
    height: 208px;
    object-fit: cover;
    display: block;
}

/* OVERLAY */
.sc-carousel .sc-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 15px;
    color: #fff;
/*     background: linear-gradient(to top, rgba(0,0,0,0.9), transparent); */
	background: linear-gradient(to top, rgba(0, 0, 0, 01) 10%, rgba(0, 0, 0, 0.9) 40%, rgba(0, 0, 0, .8) 70%, rgba(0, 0, 0, 0) 100%);
}

.sc-carousel .sc-overlay h3 {
    font-size: 16px;
    margin: 0 0 5px;
}

.sc-carousel .sc-meta {
    font-size: 12px;
    display: flex;
    gap: 10px;
}

/* ARROWS */
.sc-carousel .sc-prev,
.sc-carousel .sc-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #000;
    color: #fff;
    border: none;
    padding: 8px 12px;
    cursor: pointer;
    z-index: 10;
}

.sc-carousel .sc-prev { left: 10px;top: unset;bottom: 6px;}
.sc-carousel .sc-next { right: 10px;top: unset;bottom: 6px;}

/* HOVER */
.sc-carousel .sc-post img {
    transition: 0.4s;
}

.sc-carousel .sc-post:hover img {
    transform: scale(1.08);
}

/* WRAPPER */
.sc-hero-wrap .sc-hero-left > a{
	max-width: 588px;
	height: 396px;
}
.sc-hero-wrap .sc-hero-left > a img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 5px;
	overflow: hidden;
}

/* HERO IMAGE */
.sc-hero-left {
    position: relative;
    margin-bottom: 25px;
}

.sc-hero-left img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 6px;
}

/* FLOATING CONTENT */
.sc-hero-content {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 420px;
    background: #181818;
    padding: 30px;
    color: #fff;
}

/* BADGE */
.sc-badge {
    display: inline-block;
    background: #1e73be;
    padding: 5px 10px;
    font-size: 11px;
    margin-bottom: 12px;
    color: #fff;
}

/* TITLE */
.sc-hero-content h2 {
    font-size: 26px;
    margin: 10px 0;
    line-height: 1.4;
}

/* TEXT */
.sc-hero-content p {
    font-size: 14px;
    color: #ccc;
    margin-bottom: 12px;
}

/* GRID */
.sc-hero-right {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

/* CARD */
.sc-card img {
    width: 100%;
    height: 160px !important; 
    object-fit: cover;
    border-radius: 6px !important;
}

.sc-card h4 {
	font-size: 18px;
	font-weight: 600;
    margin: 15px 0px 4px 0px;
    color: #fff;
}

.sc-card .sc-badge {
    margin-top: 10px;
}

/* META */
.sc-meta {
    font-size: 12px;
    color: #aaa;
    display: flex;
    gap: 10px;
}

/* HOVER */
.sc-card img,
.sc-hero-left img {
    transition: 0.4s;
}

.sc-card:hover img,
.sc-hero-left:hover img {
    transform: scale(1.05);
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .sc-hero-content {
        position: relative;
        right: 0;
        transform: none;
        width: 100%;
        margin-top: 15px;
    }

    .sc-hero-right {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .sc-hero-right {
        grid-template-columns: 1fr;
    }
}


.ml-post-slider { position:relative; overflow:hidden; }
    .ml-slider-wrapper { display:flex; transition:transform .5s ease; }
    .ml-slide { min-width:100%; height:500px; position:relative;border-radius: 6px;overflow: hidden; }

    .ml-slide-bg {
        position:absolute;
        width:100%;
        height:100%;
        background-size:cover;
        background-position:center;
    }

  /*   .ml-slide-overlay {
        position:absolute;
        width:100%;
        height:100%;
        background:linear-gradient(to top,#000,transparent);
		opacity:.7;}*/

   .ml-slide-content {
	position: absolute;
    bottom: 0;
    width: 100%;
    padding: 30px 20px 30px 20px;
    color: #fff;
	background: linear-gradient(to top, rgba(0, 0, 0, 01) 20%, rgba(0, 0, 0, 0.9) 50%, rgba(0, 0, 0, .8) 70%, rgba(0, 0, 0, 0) 100%);
    }

    .ml-title { font-size:32px; font-weight:700; margin:0;
	display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden; }
    .ml-title a { color:#fff; text-decoration:none; }

    .ml-meta { margin-top:10px; font-size:14px; opacity:.9; }
    .ml-meta span { margin-right:10px; }

    .ml-prev, .ml-next {
        position:absolute;
        top:50%;
        transform:translateY(-50%);
        background:rgba(0,0,0,0.6);
        color:#fff;
        border:none;
        padding:10px 15px;
        cursor:pointer;
        font-size:20px;
    }

    .ml-prev { left:10px; }
    .ml-next { right:10px; }

.ml-post-list {
        display:flex;
        flex-direction:column;
        gap:25px;
    }

    .ml-post-item {
        display:flex;
        align-items:center;
        gap:20px;
    }
.ml-post-item .ml-thumb{
	width: 40%;
}
    .ml-thumb img {
        width: 100% !important;
        height:90px;
        object-fit:cover;
        border-radius:6px !important;
    }
.ml-post-item .ml-content{
	width: 60%;
}
    .ml-title {
        font-size:15px;
        font-weight:600;
        margin:0;
    }

    .ml-title a {
        color:#fff;
        text-decoration:none;
    }

    .ml-date {
        margin-top:6px;
        font-size:14px;
        color:#aaa;
    }

.post-tabs-nav{
	display:flex;
	gap:20px;
	margin-bottom:20px;
}

.post-tabs-nav li{
	list-style:none;
	padding:8px 16px;
	background:#eee;
	cursor:pointer;
}

.post-tabs-nav li.active{
	background:#000;
	color:#fff;
}

.tab-pane{
	display:none;
}

.tab-pane.active{
	display:block;
}

.post-item{
	display: flex;
	gap: 10px;
	align-items: center;
	margin-bottom: 4px;
}

.post-item img{
	width:80px;
	height:80px;
	object-fit:cover;
}

.post-item h4{
	font-size:14px;
	margin:0;
}
.box-office-wrapper{
	display:flex;
	align-items: flex-start;
	gap:30px;
}

.box-office-sidebar{
	width:250px;
	background: #eeeeee;
    padding: 16px;
    border-radius: 8px;
}

.box-office-sidebar ul{
	list-style:none;
	padding:0;
}

.box-office-sidebar li{
	margin-bottom:10px;
}
.box-office-sidebar li a{
	color: #000;
}
.box-office-sidebar li.active a{
	font-weight: bold;
	color: #b31700;
}

.box-office-posts{
	flex:1;
}

.box-office-item{
	display: flex;
	gap: 20px;
	margin-bottom: 30px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
}
.box-office-item .post-thumb{
	width: 34%;
}
.box-office-item .post-thumb a{
	height: 100%;
}
.box-office-item .post-thumb a img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.box-office-item  .post-content{
	width: 66%;
}
.post-thumb img{
	width: 160px;
	height: auto;
}

/* =====================================================
   BASE WRAPPERS
===================================================== */

.movie-post-list,
.series-post-list,
.box-office-post-list,
.news-post-list {
    width: 100%;
}

/* =====================================================
   CARD STYLE
===================================================== */

.movie-item,
.series-item,
.box-office-item,
.news-item {
    background: #e4e4e4;
    border: 1px solid #eaeaea;
    padding: 16px;
    transition: all 0.3s ease;
	border-radius: 10px;
}

.movie-item:hover,
.series-item:hover,
.box-office-item:hover,
.news-item:hover {
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    transform: translateY(-3px);
}

/* =====================================================
   THUMBNAIL
===================================================== */

.movie-thumb img,
.series-thumb img,
.box-office-item img,
.news-item img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 6px !important;
}

/* =====================================================
   CONTENT
===================================================== */

.movie-content,
.series-content {
    margin-top: 12px;
}

.movie-title,
.series-title,
.box-office-item h3,
.news-item h3 {
    font-size: 18px;
    margin: 10px 0 6px;
}

.movie-title a,
.series-title a,
.box-office-item h3 a,
.news-item h3 a {
    color: #222;
    text-decoration: none;
}

.movie-title a:hover,
.series-title a:hover,
.box-office-item h3 a:hover,
.news-item h3 a:hover {
    color: #0073aa;
}

.movie-excerpt,
.series-excerpt,
.box-office-item p,
.news-item p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

/* =====================================================
   GRID VIEW
===================================================== */

.movie-post-list.layout-grid,
.series-post-list.layout-grid,
.box-office-post-list.layout-grid,
.news-post-list.layout-grid {
    display: grid;
    gap: 24px;
}

.movie-post-list.columns-2,
.series-post-list.columns-2,
.box-office-post-list.columns-2,
.news-post-list.columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.movie-post-list.columns-3,
.series-post-list.columns-3,
.box-office-post-list.columns-3,
.news-post-list.columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.movie-post-list.columns-4,
.series-post-list.columns-4,
.box-office-post-list.columns-4,
.news-post-list.columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

/* =====================================================
   LIST VIEW
===================================================== */

.movie-post-list.layout-list .movie-item,
.series-post-list.layout-list .series-item,
.box-office-post-list.layout-list .box-office-item,
.news-post-list.layout-list .news-item {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    margin-bottom: 20px;
}

.movie-post-list.layout-list .movie-thumb,
.series-post-list.layout-list .series-thumb {
    max-width: 220px;
    flex-shrink: 0;
}

/* =====================================================
   PAGINATION
===================================================== */

.movie-pagination,
.series-pagination,
.box-office-pagination,
.news-pagination {
    margin-top: 30px;
    text-align: center;
}


.movie-custom-info {
    font-size: 15px;
    line-height: 1.7;
}
.movie-info-row,
.person-details .item{
	display: flex;
	font-size: 16px;
}
.movie-info-row strong,
.person-details .item strong{
	width: 16%;
}
.movie-tags {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.movie-tag-pill {
    padding: 6px 14px;
    border: 2px solid #000;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    color: #000;
    background: transparent;
}

.movie-tag-pill:hover {
    background: #000;
    color: #fff;
}

.movie-info-row {
    margin-bottom: 8px;
}

.movie-person-list {
    display: flex;
    gap: 12px;
    margin-top: 10px;
}

.movie-person-image {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 6px;
    margin-bottom: 4px;
}

.movie-person-name {
    font-size: 13px;
    font-weight: 600;
    display: block;
    text-align: center;
}


.movie-selected-info {
    display: flex;
    gap: 30px;
    color: #fff;
}

.movie-poster img {
    width: 280px;
    border-radius: 8px;
}

.movie-details {
    flex: 1;
}

.movie-title {
    font-size: 36px;
    margin-bottom: 10px;
}

.movie-rating .stars {
    color: #ffb400;
    font-size: 18px;
}

.movie-row {
    margin-bottom: 8px;
}

.movie-cast-list {
    display: flex;
    gap: 12px;
    margin-top: 10px;
}

.movie-cast-item {
    text-align: center;
}

.movie-cast-image {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 6px;
    margin-bottom: 5px;
}

.movie-tags {
    display: flex;
    gap: 10px;
    margin-bottom: 12px;
    flex-wrap: wrap;
}

.movie-tag-pill {
    padding: 6px 14px;
    border: 2px solid #000;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    color: #000;
    background: transparent;
}

.movie-tag-pill:hover {
    background: #000;
    color: #fff;
}


.movie-review-slider-wrapper {
    position: relative;
    max-width: 700px;
}

.movie-review-slide, .series-review-slide {
    background-color: #eeeeee;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.08);
    color: #212529;
    padding: 25px;
    border-radius: 10px;
}

.movie-review-title,
.series-review-title{
    font-size: 18px;
	font-weight: 600;
    margin-bottom: 6px;
}

.movie-review-stars,
.series-review-stars{
    color: #ffb400;
    font-size: 18px;
    margin-bottom: 10px;
}

.movie-review-content a,
.series-review-content a{
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 12px;
	color: #fff;
	display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
	height: 58px;
}

.movie-review-author a,
.series-review-author a{
    font-size: 14px;
    opacity: 0.8;
	color: #fff;
}

/* Navigation */
.movie-review-nav, .series-review-nav{
    position: absolute;
	bottom: -48px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
	z-index: 1;
}

.movie-review-prev,
.movie-review-next,
.series-review-prev,
.series-review-next{
    pointer-events: all;
    width: 30px;
    height: 42px;
    background: transparent;
    color: #616161;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    cursor: pointer;
    opacity: 0.85;
}

.movie-review-prev:hover,
.movie-review-next:hover,
.series-review-prev:hover,
.series-review-next:hover{
    opacity: 1;
	background: #b31700;
	color: #fff;
}


.ws-review-item, .ml-review-item {
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
}

.ws-review-rating, .ml-review-rating {
    color: #ffb400;
    font-size: 18px;
    margin-bottom: 6px;
}

.ws-review-content, .ml-review-content {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 6px;
}

.ws-review-author, .ml-review-author {
    font-size: 14px;
    opacity: 0.8;
}

.ws-review-form, .ml-review-form {
    margin-top: 30px;
}



.news-post-list .news-item .news-title a,
.movie-post-list .movie-item .movie-title a,
.series-post-list .series-item .series-title a,
.box-office-post-list .box-office-item .box-office-title a{
	font-size: 24px;
	font-weight: 600;
}
.news-post-list .news-item .news-meta,
.movie-post-list .movie-item .movie-meta,
.series-post-list .series-item .series-meta,
.box-office-post-list .box-office-item .box-office-meta{
	display: flex;
	justify-content: space-between;
}
.news-post-list .news-item .news-meta .news-author,
.movie-post-list .movie-item .movie-meta .movie-author,
.series-post-list .series-item .series-meta .series-author,
.box-office-post-list .box-office-item .box-office-meta .box-office-author{
	display: flex;
}

.ms-container { display:flex; gap:30px; align-items: flex-start;}
.ms-sidebar { width:25%; background: #333; padding: 16px; border-radius: 8px;}
.ms-content { width:75%; }

.filter-group { margin-bottom: 28px;}
.filter-title { font-weight:bold; cursor:pointer; margin-bottom: 10px; color: #fff;}
.filter-content { display:none; }
.filter-group.open > .filter-content { display:block; color: #ccc;}
.filter-group.open > .filter-content a { color: #ccc;}
.filter-group.open > .filter-content .parent-item{
	margin-bottom: 16px;
}
.filter-group.open > .filter-content .parent-link {
	color: #ccc;
}

.parent-row { display:flex; justify-content:space-between; margin-bottom: 10px;}
.parent-row .toggle-child{cursor: pointer;}
.child-list { display:none; padding-left:15px; }
.parent-item.open > .child-list { display:block; }
.parent-item.open > .child-list a{ color: #ccc;}

.parent-link.active,
.child-list a.active,
.filter-content a.active {
    background:#000;
    color:#fff;
    padding:4px 6px;
}

.ms-tabs a {padding:8px 14px; background: #333; text-decoration:none; color: #fff; border-radius: 4px;}
.ms-tabs .active { background: #b31700; color:#fff; }

.ms-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; margin-top:20px; }
.ms-card { border:1px solid #ddd; padding:10px; text-align:center; }

.ms-pagination { margin-top: 40px; text-align:center; }
.ms-pagination .ms-pagination-inner,
.news-pagination,
.pcpl-pagination{display: flex; justify-content: center; gap: 10px;}
.ms-pagination .ms-pagination-inner span,
.news-pagination span,
.ms-pagination .ms-pagination-inner a,
.news-pagination a,
.pcpl-pagination a,
.pcpl-pagination span{
	background: #616161 !important;
	color: #fff !important;
	padding: 10px;
	border-radius: 4px;
}
.ms-pagination .ms-pagination-inner span, .news-pagination span, .pcpl-pagination span.current{
	background: #b31700 !important;
	color: #fff !important;
}
.ms-card-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.ms-card-link:hover h3 {
    color: #ff0000; /* optional hover effect */
}
.ms-tabs {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 0;
    flex-wrap: wrap; /* prevents breaking on small screens */
}
.ms-tabs-wrapper {
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom: 40px;
}

.ms-search-box form {
    display:flex;
    gap:8px;
}

.ms-search-box input {
    padding:6px 10px;
}

.ms-search-box button {
    padding:6px 12px;
}

.ms-search-box form {
    display:flex;
    gap:5px;
}

.ms-search-btn {
    background: #b31700;
    border:none;
    color:#fff;
    padding:6px 10px;
    cursor:pointer;
}


.elementor-location-archive{
	padding: 60px 0;
}
.elementor-location-archive .elementor-heading-title {
    text-transform: uppercase;
    font-size: 48px;
    line-height: 56px;
    font-weight: 800 !important;
    color: #000 !important;
}
.elementor-widget-ms_movie_series_widget{
	padding-top: 40px;
}
.elementor-widget-ms_movie_series_widget .ms-card{
	position: relative;
	height: 284px;
	border: none;
	padding: 0;
	background: #000;
    box-shadow: 0 0 2px #333;
	border-radius: 10px;
	overflow: hidden;
}
.elementor-widget-ms_movie_series_widget .ms-card a{
	height: 100%;
}
.elementor-widget-ms_movie_series_widget .ms-card a img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.elementor-widget-ms_movie_series_widget .ms-card h3{
	text-align: left;
    padding: 20px 10px;
    color: #fff;
    font-size: 22px;
    line-height: 28px;
	font-weight: 800;
	margin-bottom: 0;
	padding: 48px 16px 16px;
    position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(0deg, rgba(3, 3, 3, 1) 0%, rgba(28, 28, 28, 1) 0%, rgb(255 255 255 / 0%) 100%);
}
.elementor-widget-ms_movie_series_widget .ms-tabs a:last-child{
	display: none;
}
.site-logo{
	width: 200px;
}
.footer-section .menu-item{
	margin-bottom: 8px;
}
.footer-section .menu-item a{
	color: #A4ADB6;
	font-size: 16px;
	line-height: 24px;
}
.same-genre-posts{
    display:grid;
    grid-template-columns:repeat(6,1fr);
    gap:20px;
}
.same-cast-posts{
	display:grid;
	grid-template-columns:repeat(6,1fr);
	gap:20px;
}

.single .related-post-item{
	margin-bottom: 20px;
}
.single .related-post-item .related-thumb img{
	width: 100%;
	border-radius: 10px;
}
.t-l-tab .post-tabs-nav li{
	background-color: #000;
	color: #fff;
	width: 48%;
    text-align: center;
}
.t-l-tab .post-tabs-nav li.active{
	background-color: #b31700;
}
.t-l-tab .tab-pane.active{
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.t-l-tab .tab-pane a{
	display: flex;
	align-items: center;
	gap: 18px;
}
.t-l-tab .tab-pane a .thumb{
	width: 185px;
	height: 77px;
    overflow: hidden;
    border-radius: 8px;
}
.t-l-tab .tab-pane a .thumb img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.t-l-tab .tab-pane a h4{
	width: -webkit-fill-available;
	font-size: 16px;
	line-height: 22px;
	font-weight: 500;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.t-l-tab .post-tabs-nav{
	padding-left: 0 !important;
}
.social-box-wrap .social-box.youtube,
.social-box-wrap .social-box.spotify{
	display: none;
}
.trending-now-posts{
	display: flex;
    flex-direction: column;
    gap: 20px;
}
.trending-now-posts .trending-title a{
	display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.custom-post-card-list .post-card-thumb img{
	width: 100%;
	height: 260px;
	object-fit: cover;
}
.custom-post-card-list{
	display: flex;
    flex-direction: column;
    gap: 40px;
}
.custom-post-card-list .post-card-item{
	box-shadow: rgb(59 59 59 / 20%) 0px 8px 24px;
	border-radius: 8px;
	overflow: hidden;
}
.custom-post-card-list .post-card-content{
	padding: 20px;
}
.single-movie .related-posts-widget,
.single-series .related-posts-widget{
	background-color: #eeeeee;
	padding: 20px;
	border-radius: 8px;
	display: flex;
    flex-direction: column;
    gap: 26px;
}
.single-movie .related-post-item,
.single-series .related-post-item{
	display: flex;
	align-items: center;
    gap: 20px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 0;
	padding-bottom: 20px;
}
.single-movie .related-post-item:last-child,
.single-series .related-post-item:last-child{
	border: none;
}
.single-movie .related-thumb a,
.single-series .related-thumb a{
	width: 100px;
    height: 100px;
    border-radius: 50%;
    display: block;
    overflow: hidden;
}
.single-movie .related-thumb a img, 
.single-series .related-thumb a img{
	width: 100%;
    height: 100%;
	object-fit: cover;
}
.single-movie .related-content .related-title,
.single-series .related-content .related-title{
	font-size: 18px;
	line-height: 22px;
}
.single-movie .same-genre-item,
.single-movie .same-cast-item,
.single-series .same-genre-item,
.single-series .same-cast-item{
	position: relative;
    height: 124px;
    border: none;
    padding: 0;
    background: #000;
    box-shadow: 0 0 2px #333;
    border-radius: 10px;
    overflow: hidden;
}

.single-movie .same-genre-title,
.single-movie .same-cast-title,
.single-series .same-genre-title,
.single-series .same-cast-title{
	text-align: left;
    color: #fff !important;
    font-size: 15px;
    line-height: 19px;
    font-weight: 600;
    margin-bottom: 0;
    padding: 48px 10px 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, rgba(3, 3, 3, 1) 0%, rgba(28, 28, 28, 1) 0%, rgb(255 255 255 / 0%) 100%);
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.single-movie .same-genre-title a,
.single-movie .same-cast-title a,
.single-series .same-genre-title a,
.single-series .same-cast-title a{
	color: #fff;
}
.single-movie .ml-review-form button[type="submit"],
.single-series .ws-review-form button[type="submit"]{
	padding: 10px 20px;
	color: #fff;
	background-color: #b31700;
	border-radius: 4px;
}
.ws-review-form, .ml-review-form{
	margin-top: 30px;
}
.ws-review-form h4, .ml-review-form h4{
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 20px;
}
.ws-review-form p label, .ml-review-form p label{
	display: block;
	margin-bottom: 6px;
}
.ws-review-form select, .ml-review-form select{
	max-width: 360px;
	width: 100%;
	padding: 4px 10px;
	height: 40px;
	border-radius: 10px;
}
.ws-review-form textarea, .ml-review-form textarea{
	max-width: 360px;
	width: 100%;
	padding: 4px 10px;
	height: 80px;
	border-radius: 10px;
}
.single-movie_review .movie-selected-info ,
.single-series_review .series-selected-info{
	display: block;
	color: inherit;
}
.single-movie_review .movie-selected-info .series-poster,
.single-series_review .series-selected-info .series-poster{
	margin-bottom: 24px;
}
.single-movie_review .movie-selected-info .movie-row,
.single-series_review .series-selected-info .series-row{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.single-movie_review .movie-selected-info .movie-row strong,
.single-series_review .series-selected-info .series-row strong{
	margin-right: 14px;
}
.single-movie_review .movie-selected-info .movie-poster img,
.single-series_review .series-selected-info .series-poster img{
	width: 100%;
    border-radius: 10px;
    height: 340px;
    object-fit: cover;
}
.single-movie_review .comment-form .logged-in-as a,
.single-series_review .comment-form .logged-in-as a{
	color: #b31700;
}
.single-movie_review .movie-selected-info .movie-title,
.single-series_review .series-selected-info .series-title{
	font-size: 36px;
	margin-bottom: 18px;
}
.series-rating .stars{
	color: #ffb400;
}

.blog .post-card p,
.blog .post-card .news-post-btn{
	display: none;
}

.categorie-item .categorie-thumb{
	border-radius: 10px;
    overflow: hidden;
}


.blog-post-comment .comment-respond .comment-form .form-control,
.ml-review-form form input,
.ws-review-form form input{
    height: 56px;
    margin-bottom: 10px;
    background: #fff;
    border: 1px solid var(--border-2);
    border-radius: 5px;
    padding: 15px 22px;
}
.ml-review-form form input,
.ws-review-form form input{
	max-width: 360px;
	width: 100%;
}

.blog-post-comment .comment-respond .comment-form .form-control.msg-box {
    height: 200px;
}

.social-icon-boxes .elementor-icon-box-title {
	margin-bottom: 0;
}

.single-lists .elementor-widget-theme-post-featured-image img,
.single-editorials .elementor-widget-theme-post-featured-image img, 
.single-explained .elementor-widget-theme-post-featured-image img,
.single-awards_festivals .elementor-widget-theme-post-featured-image img,
.single-post .elementor-widget-theme-post-featured-image img{
	height: 350px;
    width: 100%;
    object-fit: cover;
}
.blog-default-card .post-thumb img {
    height: 260px;
    border-radius: 8px;
}

.trending-item .trending-content .trending-title {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 0;
    width: 100%;
}

.box-office-slider {
	height: 100% !important;
}
.box-office-slider .elementor-widget-container{
	height: 100% !important;
}
.box-office-slider .elementor-widget-container .ml-post-slider{
	height: 100% !important;
}
.box-office-slider .elementor-widget-container .ml-post-slider .ml-slider-wrapper{
	height: 100% !important;
}
.box-office-slider .elementor-widget-container .ml-post-slider .ml-slider-wrapper .ml-slide{
	height: 100% !important;
}

.box-office-slider .ml-title a{
	font-size: 24px;
	line-height: 28px;
}
.post-type-archive-news .news-post-list .news-thumb{
	height: 220px;
}
.post-type-archive-news .news-post-list .news-thumb a{
	height: 100%;
}
.post-type-archive-news .news-post-list .news-thumb a img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.browse-universe .categories-section.padding{
	padding: 0;
}
.ml-post-slider .ml-slide .ml-title{
	font-size: 24px;
}

.filmography-grid,
.rb-list{
	display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 15px;
}
.filmography-grid .film-item,
.rb-list .rb-item{
	position: relative;
}
.filmography-grid .film-item .film-thumb img,
.rb-list .rb-item .rb-thumb img{
	width: 100%;
	object-fit: cover;
	height: 220px;
	border-radius: 6px;
	overflow: hidden;
}
.filmography-grid .film-item .film-title,
.rb-list .rb-item .rb-title-text{
	position: absolute;
    bottom: 0;
    width: 100%;
    padding: 15px;
    margin-bottom: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 01) 10%, rgba(0, 0, 0, 0.9) 40%, rgba(0, 0, 0, .8) 60%, rgba(0, 0, 0, 0) 100%);
}
.person-related-blogs .rb-item a{
	height: 100%;
}
.person-related-blogs .rb-item .rb-thumb{
	height: 220px;
}
.person-related-blogs .rb-title-text{
	display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
table{
	margin-bottom: 10px !important;
	background: transparent;
}
table thead{
  border-bottom: 1px solid #ccc !important;
}
table thead th{
	border: none !important;
}
table td {
    border: none !important;
}
.wp-block-table.is-style-stripes{
	border: none !important;
}
.wp-block-separator{
	display: none !important;
}
table tbody tr:nth-child(odd) {
    background-color: transparent !important;
}

.pcc-wrapper .pcc-card .pcc-overlay{
	opacity: 0;
}
.pcc-wrapper .pcc-card .pcc-content{
	 background: linear-gradient(to top, rgba(0, 0, 0, 01) 10%, rgba(0, 0, 0, 0.9) 40%, rgba(0, 0, 0, .8) 70%, rgba(0, 0, 0, 0) 100%);
}
.pcc-wrapper .pcc-card .pcc-content .pcc-name{
	font-weight: 600 !important;
}
.pcc-wrapper .pcc-card .pcc-content .pcc-btn{
	background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
}
.pcc-wrapper .pcc-card .pcc-content .pcc-btn:hover{
	background-color: #b31700;
	border-color: #b31700;
    color: #fff;
	opacity: 1;
}

.pcpl-category-section .pcpl-card{
	position: relative;
}
.pcpl-category-section .pcpl-card .pcpl-card-body{
	position: absolute;
	bottom: 0;
	width: 100%;
    padding: 20px 14px !important;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
	background: linear-gradient(to top, rgba(0, 0, 0, 01) 10%, rgba(0, 0, 0, 0.9) 40%, rgba(0, 0, 0, .8) 70%, rgba(0, 0, 0, 0) 100%);
}
.pcpl-card .pcpl-post-title a{
	font-size: 18px;
	color: #fff !important;
}
.main-p-content{
	padding: 80px 0;
}
.main-p-content .hero-title{
	font-family: "Roboto", Sans-serif;
    font-size: 40px;
	line-height: 56px;
    font-weight: 800 !important;
	margin-bottom: 46px;
}
.main-p-content .hero-title span{
	color: #b31700;
}


/* white-mode */

.dark-font h1,.dark-font h2{
	color: #000 !important;
}


[data-theme="light"] .movie-review-content a,
[data-theme="light"] .series-review-content a{
	color: #000;
}
[data-theme="light"] .movie-review-author a,
[data-theme="light"] .series-review-author a{
	color: #000;
}
[data-theme="light"] .sc-card h4{
	color: #000;
}
[data-theme="light"] .sc-hero-content h2{
	color: #fff;
}
[data-theme="light"] .big-post h2{
	color: #fff;
}
[data-theme="light"] .small-overlay h4{
	color: #fff;
}
[data-theme="light"] .small-overlay h4{
	color: #fff;
}
[data-theme="light"] .sc-carousel .sc-overlay h3{
	color: #fff;
}
[data-theme="light"] .ml-title a{
	color: #000;
}

[data-theme="light"] .social-icon-boxes .e-con.e-child{
	 background-color: #ececec !important;

}
[data-theme="light"] .social-icon-boxes .elementor-icon-box-title a{
	color: #000;
}

[data-theme="light"] .social-icon-boxes .elementor-icon-box-icon a.elementor-icon[aria-label="Twitter"]{
	fill: #000000;
    color: #000000;
    border-color: #000000;
}
[data-theme="light"] .box-office-slider .ml-title a{
	color: #fff;
}
[data-theme="light"] .ml-post-slider .ml-title a{
	color: #fff;
}
[data-theme="light"] .person-related-blogs .rb-title-text{
	color: #fff;
}
 i.twitter{
	color: inherit;
}
[data-theme="light"] .sc-hero-content{
	background: #f8faff;
}

/* white-mode */

/* dark-mode */

[data-theme="dark"] .elementor-location-archive .elementor-heading-title{
	color: #fff !important;
}
[data-theme="dark"] .dark-font h1,[data-theme="dark"] .dark-font h2{
	color: #fff !important;
}
[data-theme="dark"] .dark-img img{
	filter: brightness(0) invert(1);
}
[data-theme="dark"] .movie-info-row a,
[data-theme="dark"] .person-details .item,
[data-theme="dark"] .person-details .person-cat a{
	color: #fff !important;
}
[data-theme="dark"] h1,
[data-theme="dark"] h2,
[data-theme="dark"] h3,
[data-theme="dark"] h4,
[data-theme="dark"] h5,
[data-theme="dark"] h1 a,
[data-theme="dark"] h2 a,
[data-theme="dark"] h3 a,
[data-theme="dark"] h4 a,
[data-theme="dark"] h5 a,
[data-theme="dark"] p,
[data-theme="dark"] li{
	color: #fff !important;
}

[data-theme="dark"] .movie-review-slide, [data-theme="dark"] .series-review-slide{
	background-color: #181818;
	color: #fff;
}
[data-theme="dark"] .box-office-sidebar{
	background: #333;
}

[data-theme="dark"] .box-office-sidebar li a{
	color: #fff;
}
[data-theme="dark"] .post-type-archive-box_office .box-office-posts .post-title a{
	color: #fff !important;
}
[data-theme="dark"] .post-type-archive-news .news-post-list .news-title a{
	color: #fff !important;
}
.news-post-list .news-title a{
	color: #000 !important;
}
[data-theme="dark"] .trending-item{
	background-color: #181818;
}
[data-theme="dark"] .single-movie .related-posts-widget,
[data-theme="dark"] .single-series .related-posts-widget{
	background-color: #181818;
}
[data-theme="dark"] blockquote{
	background-color: #181818;
	border: none;
}
[data-theme="dark"] .single-movie_review .movie-selected-info .movie-row,
[data-theme="dark"] .single-series_review .series-selected-info .series-row{
	color: #fff;
}
[data-theme="dark"] .single-movie_review .movie-selected-info .movie-row a,
[data-theme="dark"] .single-series_review .series-selected-info .series-row a{
	color: #fff;
}
[data-theme="dark"] .ws-review-item,
[data-theme="dark"] .ml-review-item{
	color: #fff;
}
[data-theme="dark"] .series-rating{
	color: #fff;
}
[data-theme="dark"] .post-card ul.post-list li,
[data-theme="dark"] .post-card ul.post-list li span{
	color: #fff;
}


[data-theme="dark"] .movie-item,
[data-theme="dark"] .series-item,
[data-theme="dark"] .box-office-item,
[data-theme="dark"] .news-item{
	background: #181818;
	border-color: #181818;
}

[data-theme="dark"] .single-lists .elementor-heading-title,
[data-theme="dark"] .single-editorials .elementor-heading-title, 
[data-theme="dark"] .single-explained .elementor-heading-title,
[data-theme="dark"] .single-awards_festivals .elementor-heading-title{
	color: #fff;
}
[data-theme="dark"] ul.wp-block-latest-posts li a{
		color: #fff !important;
}

[data-theme="dark"] .movie-review-prev,
[data-theme="dark"] .movie-review-next,
[data-theme="dark"] .series-review-prev,
[data-theme="dark"] .series-review-next{
	color: #fff;
	opacity: 1;
}

[data-theme="dark"] .mid-header-wrap .mid-header-left ul li a {
    color: #fff;
    border: 1px solid #fff;
}

[data-theme="dark"] .mid-header-wrap .mid-header-left ul li a:hover {
    background-color: #fff;
    color: #000;
    border: 1px solid #fff;
}
[data-theme="dark"] .sidebar.blog-sidebar .wp-block-search .wp-block-search__label{
	color: #fff;
}

[data-theme="dark"] table thead th{
	color: #fff !important;
}
[data-theme="dark"] table tbody td{
	color: #fff !important;
}
/* dark-mode */


/* =====================================================
   RESPONSIVE
===================================================== */

@media (max-width: 1300px) {
.meta{
	font-size: 11px;
}
}
@media (max-width: 1024px) {
    .movie-post-list.columns-4,
    .series-post-list.columns-4,
    .box-office-post-list.columns-4,
    .news-post-list.columns-4 {
        grid-template-columns: repeat(3, 1fr);
    }
	
	.box-office-slider .elementor-widget-container .ml-post-slider .ml-slider-wrapper .ml-slide {
    	height: 400px !important;
	}
}
@media (max-width: 991px){
	.main-header .mid-header{
		display: none;
	}
	.header-1 .navigation-wrapper .site-logo{
		opacity: 1;
	}
}
@media (max-width: 767px) {
    .movie-post-list.columns-3,
    .movie-post-list.columns-4,
    .series-post-list.columns-3,
    .series-post-list.columns-4,
    .box-office-post-list.columns-3,
    .box-office-post-list.columns-4,
    .news-post-list.columns-3,
    .news-post-list.columns-4 {
        grid-template-columns: repeat(2, 1fr);
    }

    .movie-post-list.layout-list .movie-item,
    .series-post-list.layout-list .series-item,
    .box-office-post-list.layout-list .box-office-item,
    .news-post-list.layout-list .news-item {
        flex-direction: column;
    }
	.movie-item, .series-item, .box-office-item, .news-item{
		flex-direction: column;
	}
	.sidebar.blog-sidebar{
		padding-left: 0;
		border: none;
		margin-top: 30px;
	}
	.box-office-item .post-thumb{
		width: 100%;
	}
	.box-office-item .post-content{
		width: 100%;
	}
	.movie-info-row strong, .person-details .item strong {
    width: 36%;
}
}
@media (max-width: 480px){
	.box-office-wrapper{
	   flex-direction: column;
	}
	.box-office-sidebar{
		width: 100%;
	}
}

@media (max-width: 480px) {
    .movie-post-list,
    .series-post-list,
    .box-office-post-list,
    .news-post-list {
        grid-template-columns: 1fr !important;
    }
}