
/* 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;
}
 /*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:15px;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: 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 .col {width:31.5%;margin: 15px 0;}
.catListing article.repeat-box a:hover {opacity: 0.9;}
.catListing article.repeat-box .photo {flex: inherit;}
.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: var(--pink);}
.catListing p.author a:hover {color: var(--purple);}
/************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************/
.tabLink {border-bottom: 2px solid var(--pink);clear: both;margin: 15px 0;margin-top: 30px;}
.tabLink a {padding: 6px 15px; color:var(--white);display: inline-block;margin-bottom:0px;margin-right: 5px;}
.tabLink a.active {font-weight: 600;}
.tabLink a.active, .tabLink a:hover {padding: 6px 15px; color:var(--white);background: var(--pink);display: inline-block;margin-bottom:0px;margin-right: 5px;transition: 0.2s;}
/* authors list */
.authors-list { position: relative;clear: both;margin-top: 50px;}
       
.authors-list authors-list.shine:after { position: absolute; top: 0; left: -100%; z-index: 15;
    display: block; content: ''; width: 50%; height: 100%; opacity: .1;
    -webkit-transform: skewX(-25deg); transform: skewX(-25deg);
    background: -moz-linear-gradient(top,#fff 0,rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(top,#fff 0,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom,#fff 0,rgba(255,255,255,0) 100%);
}
.authors-list .shine:hover:after {
    -webkit-animation: shine .9s;
    animation: shine .9s;
}
@-webkit-keyframes shine{100%{left:125%}}@keyframes shine{100%{left:125%}}@-webkit-keyframes pulse{0%,to{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-5px,0,0) scale(1.05);transform:translate3d(-5px,0,0) scale(1.05)}20%,40%,60%,80%{-webkit-transform:translate3d(5px,0,0) scale(1.05);transform:translate3d(5px,0,0) scale(1.05)}}@keyframes pulse{0%,to{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-5px,0,0) scale(1.05);transform:translate3d(-5px,0,0) scale(1.05)}20%,40%,60%,80%{-webkit-transform:translate3d(5px,0,0) scale(1.05);transform:translate3d(5px,0,0) scale(1.05)}}
.authors-list .box p:before { content: ''; top: 0; left: 0; bottom: 0; right: 0;
    position: absolute; z-index: -1; overflow: hidden; -webkit-transform: scaleX(0); -ms-transform: scaleX(0); transform: scaleX(0);
    -webkit-transform-origin: right center; -ms-transform-origin: right center; transform-origin: right center;
    -webkit-transition: -webkit-transform .4s cubic-bezier(.645,.045,.355,1);
    transition: transform .4s cubic-bezier(.645,.045,.355,1);
    background-color: var(--color-05);color: var(--white);
    border-radius: 50px;
}
.authors-list .box a:hover p:before { -webkit-transform: none;
    -ms-transform: none; transform: none; -webkit-transform-origin: left center; -ms-transform-origin: left center; transform-origin: left center;
}

.authors-list .box { font-size: 16px; width:208px;  text-align: center;margin-bottom: 15px; }
.authors-list .box a { color: var(--white); display: block; }
.authors-list .lazy-image img { position: absolute; left: 0; top: 0; right: 0; bottom: 0; object-position: center; -webkit-backface-visibility: hidden; backface-visibility: hidden; width: 100%; height: 100%; object-fit: fill; border: 0; transition: opacity 1s ease-in, -webkit-transform 1s ease-in; transition: opacity 1s ease-in, transform 1s ease-in; transition: opacity 1s ease-in, transform 1s ease-in, -webkit-transform .6s ease-in; }
.authors-list .box .lazy-image {width: 170px; display: inline-block; border-radius: 200px; position: relative; padding-top:80%; overflow: hidden; z-index: 2; background-color: #444; line-height: 1.3; font-size: 11px; color: var(--black); }
.authors-list .box .lazy-image img { object-position: top; object-fit: cover; }
 
.authors-list .box h3 { font-size: 15px; display: block; padding: 15px 0 5px; margin: 0; font-weight: 600; word-break: break-word; }
.authors-list .box p { padding: 0 10px; margin: 0; font-size: 13px; color: var(--pink); display: inline-block; line-height: 1.6; word-break: break-word; position: relative; }
.authors-list .box p:before { content: ''; top: 0; left: 0; bottom: 0; right: 0; position: absolute; z-index: -1; overflow: hidden; -webkit-transform: scaleX(0); -ms-transform: scaleX(0); transform: scaleX(0); -webkit-transform-origin: right center; -ms-transform-origin: right center; transform-origin: right center; -webkit-transition: -webkit-transform .4s cubic-bezier(.645, .045, .355, 1); transition: transform .4s cubic-bezier(.645, .045, .355, 1); background-color:#eeeeee; color: var(--white); border-radius: 50px; }
.authors-list .box a:hover { color:#bc35ff; display: block;text-decoration: none; }


.prb-rhs .pr-b {margin-left: -3px;}

