
/* article details */
.article-details {clear: both;margin: 10px 0; color:var(--white);}
.article-details h1 {font-size: 36px;}
.article-details p.slug {font-size: 22px;}
.author p{color:#ddd;font-size: 14px !important;margin-bottom: 25px;}
.author p a {color: var(--pink);font-weight: 600;}
.author p a:hover {color: var(--white);}
.social-share a {display: inline-block;margin: 3px;}
.social-share a:hover {opacity: 0.9;}
.article-details p {font-size: 18px;}
.adsVdoBox {background: #222222;display: flex;align-items: center;justify-content: center;padding: 15px;margin: 15px auto;}
.article-details .articleTaboola {display: flex;align-items: center;justify-content: center;margin: 20px 0;}
.article-details .videoBox {background: #000;display: flex;align-items: center;justify-content: center;padding:50px 70px;}
.promoVideo { position: relative; overflow: hidden; width: 100%; padding-top: 56.25% }
.responsive-iframe { position: absolute; top: 0; left: 0; bottom: 0; right: 0; width: 100%; height: 100% }
.article-details .caption {text-align: right;padding: 5px 0;color: #fff;font-size: 12px;} 
.stayTune p {font-size: 18px;}
.tags {border-top: 1px solid #777;border-bottom: 1px solid #777;padding: 10px 0;vertical-align: middle; white-space: nowrap;  overflow-x: auto;}
.tags .tag {border:1px solid #777;display: inline-block;padding: 5px 10px;margin: 5px;color: #fff;font-size: 12px;margin-left: 10px;margin-right: 0;color: #ccc;vertical-align: middle;}
.tags a:hover {color: #fff;border: 1px solid #ccc;}
.dflex-d {display: flex;  justify-content: flex-start;
    flex-wrap: wrap; align-items: flex-start; gap: 20px;
}
 /*subscribe now in bottom starts*/
 :root {--color-1: rgba(0, 0, 0, 0.1);--color-3: rgba(0, 0, 0, 0.3);
    --color-4: rgba(0, 0, 0, 0.4);    --color-6: rgba(0, 0, 0, 0.6);
    --color-5: rgba(0, 0, 0, 0.5);    --gray-bg: #f8f8f8;--blue:#470093;
    --color-2: rgba(0, 0, 0, 0.2);}
 .subscribe-now-bottom{display:flex;justify-content:space-between;flex-wrap:wrap;align-items:center;overflow:hidden;margin-top:45px;margin-bottom: 15px;background: #fff;}
 .subscribe-now-bottom .subscribe-logo{width:auto;padding-left:15px;text-align:center}
 .subscribe-now-bottom img{display:inline-block}
 .subscribe-now-bottom .text{width:auto;padding:5px 10px;border-left:1px solid var(--color-1);margin:5px 0}
 .subscribe-popup .thanks-u p,
 .subscribe-now-bottom .text p{font-size:16px;line-height:1.3;font-weight:400;color:#fff;padding:0;padding-left: 15px;}
 .subscribe-popup .thanks-u p span,
 .subscribe-now-bottom .text p span{color:#fff;padding-top:5px;display: block;font-weight: 700;}
 .subscribe-popup .thanks-u p span {color: #27ae2e;margin-top: 10px;display: block;}
 .subscribe-now-bottom .btn-col{width:auto;padding-top: 30px;padding-left: 15px;}
 .subscribe-popup .thanks-u .subscribe-btn-thanks,
 .subscribe-popup .subscribe-btn, .subscribe-popup .subscribe-btn-popup,
 .subscribe-now-bottom .btn-col .btn{min-width:160px;font-size:18px;border:0;border-radius:0px;padding:10px 0;color:var(--white);font-weight:600;text-transform:none;background:#5F00C6;margin-left: 15px;}
 .subscribe-popup .thanks-u .subscribe-btn-thanks:hover,
 .subscribe-popup .subscribe-btn:hover,.subscribe-popup .subscribe-btn-popup:hover,
 .subscribe-now-bottom .btn-col .btn:hover{background:#f32c89;background:-moz-linear-gradient(top,#f32c89 0%, #a617be 100%);background:-webkit-linear-gradient(top,#f32c89 0%, #a617be 100%);background:linear-gradient(to bottom,#f32c89 0%, #a617be 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a617be', endColorstr='#f32c89',GradientType=0 );border:0}
 .subscribe-now-bottom .envelope{width:auto;margin-top:3px;border-radius:0 10px 0 0;position: absolute;bottom: 0;right: 0;}

 .subscribe-popup{position:fixed;left:0;top:0;right:0;bottom:0;background-color:var(--color-4);z-index:999999;display:none;padding:10px}
 .subscribe-popup.active{display:block!important;opacity:1}
 .subscribe-popup .white-box{position:relative;z-index:90;margin:0 auto;max-width:450px;padding:15px;box-shadow:0 0 6px var(--color-1);background-color:var(--gray-bg);border-radius:10px;top: 50%;-ms-transform: translateY(-50%); transform: translateY(-50%);}
 .subscribe-popup .subscribe-form{position:relative; z-index: 5}
 .subscribe-popup h2.border-heading{margin-top: 0}
 .subscribe-popup .border-heading {
     padding: 0 0 8px 15px; margin: 20px 0 10px; text-transform: none; clear: both;font-size:22px;font-weight: 600; position: relative;
     color: var(--black); border-bottom: 1px solid rgba(0,0,0, 0.2); display: flex;padding-bottom: 17px; padding-top: 5px; justify-content: space-between; align-items: center;
 }
 .subscribe-popup .border-heading:before {
     content: ''; background: #f32c89; width: 4px; height: 22px; position: absolute; left: 0; top: 3px;
 }
 .subscribe-popup h2.border-heading:before{top:5px!important}
 .subscribe-popup p{font-size:16px;line-height:1.4;padding:5px 0 20px;color: var(--black);}
 .subscribe-popup input[type="text"],
 .subscribe-popup input[type="email"]{padding:10px 15px;border-radius:5px;font-size:16px;line-height:1.4;width: 100%;border:1px solid #999}
 .subscribe-popup input + input{margin-top:20px}
 .subscribe-popup .envelope{position:absolute;right:0px;bottom:0px; opacity:.2}
 .subscribe-close{position:absolute;right:0px;top:0px;cursor:pointer;cursor:pointer;z-index:5;width:30px;height:30px;display:inline-block; background-color:var(--color-05); border-radius:0 0 0 10px;border:1px solid #999}
 .subscribe-close:before, 
 .subscribe-close:after{content:'';height:2px;width:14px;display:block;background:var(--color-6);position:absolute;top:13px;left:8px;transform:rotate(-45deg);-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);-ms-transform:rotate(-45deg);border:0}
 .subscribe-close:after{transform:rotate(45deg);-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);}
 .subscribe-popup .thanks-u{text-align: center}
 .subscribe-popup .thanks-u .subscribe-btn-thanks{color:#ffc343!important; margin-top: 15px; text-transform: uppercase; padding:10px 15px}
 .subscribe-popup .thanks-u .subscribe-btn-thanks img{vertical-align: middle; margin-right: 5px; display: inline-block}
 .subscribe-popup .thanks-u .subscribe-btn-thanks:hover{color:var(--white)!important;}

 .rightBg {background: var(--pink);width: calc(100% - 220px); display: flex;color: #fff;position: relative;}
 .subscribe-logo {width: 200px;}
 .rightBg:before {content: '';position: absolute;left: -11px;
    border: 11px solid var(--pink); height: 100px; transform: skew(-11deg);
} 
.two-cols-aside .aside {position: relative;}
 
 /*subscribe now in bottom ends*/
.newsBox {margin: 15px auto;clear: both;margin-top: 30px;}
.newsBox .newsList {margin-top:25px;}
.newsList article.repeat-box .text h3{font-size: 14px;font-weight: 600;}
.newsList article.repeat-box + article.repeat-box {border-top: 1px solid #555;padding-top: 15px;margin-bottom: 15px;margin-top: 15px;}
.newsList article.repeat-box  a:hover {color:#ddd;}
.trendingBox {background: var(--blue);padding:40px 15px;padding-top:10px;position: relative;height: 205px;margin:20px auto;}
.trendingBox article.repeat-box .text h4 {font-size: 18px;font-weight: 600;color: var(--white);white-space: normal;
    overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 5;  display: -webkit-box; -webkit-box-orient: vertical;
}
.trendingBox article.repeat-box a:hover .text h4 {color:#b8d6ff;}
.trendingBox .splide__arrows {width:54px;position: absolute;right: 0;top:-27px;border-radius: 50px;}
.trendingBox .splide__arrow:disabled {opacity: 0.5;}
.trendingBox .splide__arrow--prev, .trendingBox .splide__arrow--next {background: var(--white);width: 22px;height: 22px;border-radius: 50px;}
.trendingBox .splide__pagination {bottom: -30px;}
.trendingBox .splide__arrow:before {width: 8px;height: 8px;}
.trendingBox .splide__arrow--prev:before {right: -2px;}
.trendingBox .splide__arrow--next:before {right: 2px;} 
.trendingBox h3 {font-size: 24px;font-weight: normal;margin-bottom: 15px;margin-top: 10px;}
.trendingBox .splide__arrow:before {
    display: inline-block; content: ""; margin: 0px; border: solid var(--black);
    border-width: 0 2px 2px 0;     
}
.trendingBox .splide__pagination__page {width: 7px;height: 7px;}
/* article details end */
.searchBox {background: #383838;text-align: center;padding: 15px 15px 25px ;position: relative;margin:20px auto;margin-bottom: 30px;}
.searchBox p, h1.srchTxt {font-size: 18px;color: var(--white);text-align: center;padding: 0px;margin: 0;margin-bottom: 15px;font-weight: normal;}
.formBox {width: 90%;margin: 0 auto;display: block;margin-bottom: 30px;}
.formBox .searchField {background: white;padding: 10px;font-size: 15px;border:0;width: 60%;color: #222;height: 45px;
}
.formBox .searchBtn {background: var(--pink);color: white;padding: 8px 18px;
    border: 0; margin-left: -5px;height: 46px;margin-top: -0.5px;
}
.formBox .searchBtn:hover {background: var(--purple);}
.searchBox .alphabet {width: 30px; height: 29px;border-radius: 50px;text-align: center;text-transform: uppercase;background: white;color: #DC2229;display: flex;align-items: center;justify-content: center;font-weight: 600;
}
.searchBox .alphabet:hover,.searchBox .alphabet.active {background: var(--pink);color: white;transition: 0.2s;}
.searchBox .splide__arrow--next,.searchBox .splide__arrow--prev {background: var(--pink);border-radius: 50px;width: 30px;height: 30px;border:1px solid #fff}
.searchBox .splide__arrow--next {right: -40px;}
.searchBox .splide__arrow--prev {left: -40px;}
.searchBox .splide__arrow:before {width: 10px;height: 10px;right: 2px;}
.searchBox .splide__arrow--prev:before {left: 2px;}
.searchBox .splide__arrow:hover {background: var(--purple) !important;}
.searchBox .splide {width:85%;margin: 0 auto;}
.searchBox .splide__arrow:disabled {opacity: 0.2;}
.celebrities-list {position: relative;clear: both;margin: 20px auto;margin-top: 5px;}
.celebrities-list ul {display: flex;flex-wrap: wrap;margin: 0;padding: 0;list-style-type: none;margin-right: -15px;
}
.celebrities-list li {width: 18.25%;color:white;margin: 15px 15px 15px 0px;}

.celebrities-list li .lazy-image {aspect-ratio: 3/4;}
.celebrities-list li a p {color:white;text-align: center;font-size: 16px;margin: 8px 0;}
.celebrities-list li:hover {opacity: 0.8;}
.searchBox ::placeholder {color: #bbb; opacity: 1; }  
.searchBox ::-ms-input-placeholder {color: #bbb; }
/************pagination and page of starts************/
.total-paging{padding:15px 0;margin-top:0px;display:flex;justify-content:space-between;flex-wrap:wrap;align-items:center;clear:both;width:100%;font-size:15px;}
.pagination{display:flex;justify-content:center;flex-wrap:wrap;align-items:center;gap:0 5px;margin:5px auto;}
.total-paging .page-of + .pagination{width:auto;}
.page-of{font-size:15px;color:var(--white);}
.pagination li{list-style:none;}
.pagination .prev,
.pagination .next,
.pagination a{margin:4px;border:0;padding:0;min-width:34px;min-height:34px; background:#444;line-height:34px;text-align:center;display:inline-block;border-radius:50px;color:#ccc;font-size:15px;}
.pagination .prev:hover,
.pagination .next:hover {background: #333;}
.pagination a:hover{background-color:var(--white);color: var(--black);}
.pagination .prev,
.pagination .next{min-width:auto;padding-left:8px;padding-right:8px}
.pagination .prev:before{display:inline-block;content:"";margin:0 8px 0 0;vertical-align:middle;border:solid #fff;border-width:0 1.5px 1.5px 0;padding:4px;transform:rotate(-220deg);-webkit-transform:rotate(-220deg);position:relative;top:-1px;right:-5px;width:0;height:0;color: #555;}
.pagination .next:after{display:inline-block;content:"";margin:0 8px 0 0;vertical-align:middle;border:solid #fff;border-width:0 1.5px 1.5px 0;padding:4px;transform:rotate(-45deg);-webkit-transform:rotate(-45deg);position:relative;top:-1px;right:-3px;width:0;height:0}
.pagination .current:before,
.pagination .current:after{border-color:var(--purple);}
.pagination .current{background-color:var(--white);color:var(--black);}
.pagination a.current:hover{background-color:var(--white);color:var(--black);transition: 0.2s;}
.pagination .disabled{ cursor:not-allowed!important;color:#999;}
.celebrities-list .lazy-image {background-color: #333;}
 
/************pagination and page of ends************/
@media only screen and (max-width:1164px) {
    .celebrities-list li{width: 18%;}
}