
/* article details */
.article-details {clear: both;margin: 10px 0; color:var(--white);}
.article-details h1 {font-size: 36px;}
.article-details p.slug {font-size: 20px;}
.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;
}
.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: 24;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 */
.catListing {margin-top: 10px;}
.catListing .col {width:31.5%;margin: 15px 0;}
.catListing article.repeat-box a:hover {opacity: 0.9;}
.catListing article.repeat-box .photo {flex: inherit;width:100%}
.catListing article.repeat-box .text h3 {font-size: 18px;margin-top: 10px;font-weight: 600;}
.catListing p.author {font-size: 10px;width: 100%;}
.catListing p.author a {color: #FF2493;}
.catListing p.author a:hover {color: #eee;}
/************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;}
/************pagination and page of ends************/
.catListing .cam-icon {min-width:35px; height: 30px; z-index: 50;position: absolute;
    right: 10px;bottom: 10px;background:rgba(0, 0, 0, 0.7);    
    overflow: hidden; display: flex !important;justify-content: center;
    flex-wrap: wrap; align-items: center;
}
.catListing .cam-icon img {height: 18px;min-width: inherit;
    position: static;width: 15px;  object-fit: inherit;}
.cam-icon  small {font-size: 14px;padding-right: 5px;padding-top: 4px; 
    color: var(--white);
}
.pr-b {margin-left:-6px!important;}

.newsList article.repeat-box .text h3, .catListing article.repeat-box .text h3 {-webkit-line-clamp: 4;}
 
.newsBox .pr-b {margin-left: -4px !important;}

.newsList article.repeat-box .text,
.catListing article.repeat-box .text{min-height: 118px;}
.aside .newsBox .newsList article.repeat-box .text {min-height: auto;}
 