.is-live {
    position: absolute;
    left: 0;
    width:100%;
    max-width:216px;
    padding: 5px 20px;
    z-index: 2;
    background-color: #B50021;
    font-size:4.1rem;
    font-family: var(--serif);
    display: flex;
    align-items: center;
    font-weight:bold;
}.is-live .dotlive {
    width: 20px;
    height: 20px;
    background-color: #FFF;
    border-radius: 100%;
    animation: blinker 1.5s linear infinite;
    margin-right: 9px;
}
.is-live span{line-height:1}

@keyframes blinker {
    50% {
        opacity: .2
    }
}

.wrap__newsroom_widget{display:none}
.single .wrap-inner-banner .das-r1 {margin-left: 0!important}

.ingr__article {max-width: 100%}

.single.ingr__magazine .outer-breaking,
.single.ingr__magazine .subheader,
.single.ingr__magazine .single-topnews-container,
.single.ingr__magazine .single-bg, 
.xsingle.ingr__magazine .wrap-das-placeholder {background-color: #960361!important}

.single.ingr__bscience .outer-breaking,
.single.ingr__bscience .subheader,
.single.ingr__bscience .single-topnews-container,
.single.ingr__bscience .single-bg,
.xsingle.ingr__bscience .wrap-das-placeholder {
    background-color: #585196!important;
}

.single.ingr__sports .outer-breaking,
.single.ingr__sports .subheader,
.single.ingr__sports .single-topnews-container,
.single.ingr__sports .single-bg,
.xsingle.ingr__sports .wrap-das-placeholder {
    background-color: #0079C2!important;
}

.single.ingr__newspaper .outer-breaking,
.single.ingr__newspaper .subheader,
.single.ingr__newspaper .single-topnews-container,
.single.ingr__newspaper .single-bg,
.xsingle.ingr__newspaper .wrap-das-placeholder {
    background-color: #F8F3ED!important;
}


.ingr__magazine #ingr-header,
.ingr__sports #ingr-header,
.ingr__newspaper #ingr-header,
.ingr__bscience #ingr-header{padding-bottom:0}


.subheader-title {
    color: #FFF;
    margin: 0;
}.subheader-inner {display: flex;}
.subheader-inner span {
    display: block;
    width: 60px;
    position:relative;
    margin-right: 20px;
    display:none;
}.subheader-title {
    color: #FFF;
    margin: 0;
    margin-top: 12px;
    margin-left:0;
    padding-bottom:15px;
    font-size:25px;
    line-height: 0.7;
    font-weight:normal;
    font-family: var(--serif);
}.subheader-inner a {
    display: block;
    line-height: 1;
    color: #FFF;
}
.single.ingr__newspaper .subheader-inner a,
.single.ingr__newspaper .subheader .subheader-title {color: var(--darkblue)}

.single.ingr__newspaper .subheader-inner span:after { border-left-color: var(--darkblue)}



.single-topnews-container {padding-top: 7rem}
.single-bg{background-color:var(--darkblue);position:absolute;left:0;right:0}
.article-header .wrap-article-figure{margin-bottom:30px;margin-top:-7rem}
.article-assets{padding-left:calc(4 * var(--col-width))}
.article-headline{margin:0;font-size:40px;line-height:51px;letter-spacing:-.3px}
.article-summary{margin-bottom:30px;margin-top:30px;font-size:18px;line-height:26px}
.article-assets .breadcrumb-wrap {
    font-family: var(--sans-serif);
    font-size: 11px;
    color: #666;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}.article-assets .breadcrumb-wrap p, .article-assets .breadcrumb-wrap p a {
    color: #666;
    font-weight: normal !important;
}
.article-assets .post-meta {align-items: center;font-size: 14px;margin-bottom:11px;color:#595959}
.article-assets .post-meta .article-category {margin-right: 10px}
.article-category .post-category{color:var(--inred);font-family:var(--sans-serif);font-size:14px;line-height:1;margin-bottom:0;display:block;font-weight:500;text-transform:uppercase}
.wrap-main-content{padding-left:var(--col-width);max-width:100%;width:100%}
.main-content{position:relative;font-size:18px;font-family:var(--sans-serif);line-height:27px;color:var(--darkblue);max-width:720px;width:100%;white-space: normal;word-break: break-word}
.main-content p{margin:0 0 20px;font-size:19px;font-family:var(--sans-serif);line-height:30px;color:var(--darkblue)}
.main-content p strong {font-weight: 600}

.main-content ol, .main-content ul {
    margin-left: 3rem;
    margin-bottom: 3rem;
}.main-content ol li, .main-content ul li {
    margin-bottom: 2rem;
}

.main-content h2,
.main-content h3,
.main-content h4, 
.main-content h1,
.main-content h5,
.main-content h6 {
    margin-bottom: 18px;
    margin-top: 6rem;
    font-weight: 600;
    line-height:1.3;
}
.main-content h1{font-size:2.6rem}
.main-content h2{font-size:2.2rem}
.main-content h3{font-size:2rem}
.main-content h4{font-size:1.8rem}
.main-content h5{font-size:1.4rem}
.main-content h6{font-size:1.2rem}

.main-content.article-wrapper {margin-bottom:4rem}
.main-content p:last-child {margin-bottom: 0}


.main-content p a strong, .main-content p a {font-weight: normal}
.main-content p a {border-bottom: 2px solid var(--inred)}

.ingr__postmeta {
    border-bottom: 0.5px solid #595959;
    border-top: 0.5px solid #595959;
    padding-block: 13px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap:wrap;
}

.wrap-ingr__postmeta{margin-bottom:4rem}

.playPauseButton {
    width: 50px;
    height: 50px;
    display: block;
    padding: 10px;
    display: flex;
    align-items: center;
}
.displayAuthors {
    display: flex;
    align-items: center;
}
.displayAuthors .author__image {
    width: 50px;
    height: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    border-radius: 100%;
    background-color: var(--darkblue);
    margin-right: 15px;
}
.displayAuthors .author__image img {
    width: 100%;height: 100%;object-fit: cover;object-position: center
}

.displayAuthors .author-c span, .displayAuthors .author-c .author {
    display: block;
    font-size: 13px;
    line-height: 1.3;
    font-weight: 500;
    font-family: var(--sans-serif);
}.displayAuthors .author-c .reportaz_entipes {
    color: var(--inred);margin-bottom:2px;
}
.ingr__postmeta .postdate {
    color: #363e5e;
    font-size: 14px;
    line-height: 1.1;
    display:flex;align-items:center;
}.ingr__postmeta .postdate .dashicons {
    width: 24px;
    height: 24px;
    font-size: 24px;
    margin-right: 5px;
}
.credits_rows {
    width: 100%;
    font-size: 13px;
    font-family: var(--sans-serif);
    clear: both;
    margin-top: 10px;
    color: #363E5E;
}.credits_rows .credit-a {
    line-height: 1.4;
    font-size: 13px;
}.postdate .updateT {
    color: var(--inred);
    position: relative;
    display: flex;
    align-items: center;
}
.postdate .updateT i{display:block;font-style:normal}
.postdate .updateT:before {
    content: "";
    width: 10px;
    height: 10px;
    float: left;
    background-color: var(--inred);
    border-radius: 100%;
    margin-right: 5px;
}


.aside-news{padding-top:4rem;padding-left:calc(var(--col-width))}
.aside-tags,
.aside-inner{max-width:170px;margin-left:-30px}

.aside-news .related-header{margin:0;border-bottom:.5px solid var(--lightpurple);padding-bottom:13.5px;margin-bottom:18px;line-height:1}
.aside-inner .related-posts .related-article{border-bottom:.5px solid var(--lightpurple);line-height:19px;padding-bottom:19px;margin-bottom:19px;display:block;position:relative}
.aside-inner .related-posts .related-article:last-child{margin-bottom:0;border:none;padding-bottom:0}
.aside-inner .related-posts .related-article a{color:var(--darkblue)}
.related-article h3:before{content:"";width:0;height:0;border-style:solid;display:block;margin-bottom:10px;border-width:6px 0 6px 11px;border-color:transparent transparent transparent #161f2d;position:absolute;left:-20px;top:2px}

.aside-tags{margin-top:6rem}
.aside-tags span{text-transform:uppercase;font-size:12px;line-height:1.3;display:block;letter-spacing:1.7px;color:var(--inred);font-family:var(--sans-serif);font-weight:600;margin-bottom:10px}
.aside-tags span a{color:var(--inred)}
.aside-tags span a:hover{text-decoration:underline}

.trending-col .row-title{margin:0;padding-bottom:13.5px;border-bottom:.5px solid var(--lightpurple);margin-bottom:20px}
.trending-col-post li{display:block;width:100%;padding-bottom:20px;border-bottom:.5px solid var(--lightpurple);margin-bottom:20px}
.trending-col-post li figure{margin:0 0 12px;border-radius:100%;overflow:hidden;width:90px;height:90px;background-color:#f4f4f4}
.trending-col-post li:last-child{border:none;padding-bottom:0;margin-bottom:0}
.is-desktop .trending-col {position: sticky;-webkit-position:sticky;top: 120px}
.trending-col-post li a:hover {text-decoration: underline}


.article-sidebar {width: 340px;padding-top:4rem;background-color: #FFF}


.single .trends-col {background:#edf0f5;padding-block:2.3rem;padding-left:20px;margin:4rem 0 0;position: relative}
.is-desktop .trends-col {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-radius:10px;
}

.postmeta_row{display:flex;justify-content:space-between}
.postmeta_row .social-buttons{display:flex}
.postmeta_row .social-buttons .more,.postmeta_row .social-buttons a{display:flex;width:50px;border-right:.5px solid #595959;align-items:center;justify-content:center;height:50px}

.social-buttons a {padding: 15px}
.social-buttons a svg {width: 100%;height: 100%}
.social-buttons a svg path {fill:var(--inred)}

.postmeta_row .social-buttons a:hover svg path {fill:#d60229}
.more.open-hidden-s:hover span{color:#d60229}
.more-incon{display:flex;cursor:pointer}
.more-incon span:nth-child(2){margin:0 3px}
.more-incon span{display:block;width:6px;height:6px;background-color:var(--inred);border-radius:100%}

.more.open-hidden-s {cursor: pointer}
.hidden-on-m{
    display: flex;
    width: 0;
    overflow: hidden;
    transition: all .3s ease;  
}.hidden-on-m.expand-social {
    width: auto;
}

.post-features {
    display: flex;
}.post-features .bbrx {
    padding-left: 18px;
    display: flex;
    align-items: center;
    width:60px;
    border-left:0.5px solid #595959;
}
.post-features .text-icons {
    display: flex;
    align-items:baseline;  
    font-size: 16px;
    line-height: 20px;
    font-family: var(--sans-serif);
    color: #131C43;
    font-weight: 500;
}.post-features .bbrx .magplusiconplus {
    font-size: 21px;
}.post-features .text-icons div {
    margin: 0 2px;
    cursor: pointer;
}


.googlenews-row {
    display: flex;
    border-top: 1px solid var(--lightpurple);
    clear: both;
}
.googlenews-row .googlenews-icon {
    width: 65px;
    padding-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    position:relative;
}
.googlenews-icon:after {
    content: "";
    right: 0;
    border-right: 1px solid var(--lightpurple);
    position: absolute;
    top: 0;
    bottom:5px
}
.googlenews-row .googlenews-icon a {
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    margin-top: 10px;  
}
.googlenews-row p {
    margin: 0;
    flex: 1;
    padding-left: 10px;
    font-size: 17px;
    font-weight: 600;
    font-family: var(--sans-serif);
    line-height: 1.15;
    padding-top:10px;
    color: var(--darkblue);    
}.googlenews-row p a {
    text-decoration: underline;
}.googlenews-row p a, .googlenews-row p a:visited, .googlenews-row p a:hover {
    color: var(--darkblue);
}

.main-content .wp-video{max-width:100%!important;clear:both;margin:30px auto;width:auto!important}
.image-container img {
    margin-inline: auto;
    display: block;
}

.wrap-video-container {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    width: 100%;
    max-width: 100%!important;
    margin-bottom: 30px;
    margin-top:30px;
}
/* .main-content .wp-video video, */
.wrap-video-container iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.main-content ifame {
    max-width: 100%;
}
.wrap-facebook {max-width: 100%;clear: both;margin: 30px auto;text-align: center}
.article-wrapper .wrap-facebook iframe {margin: 0 auto;max-width: 100%}


.main-content .wp-caption {width:auto!important;max-width: 100%!important;margin:6rem auto}
.main-content .wp-caption p {font-size: 14px;line-height: 20px;color:#333;font-weight: 400;max-width: 550px;margin-top:10px}

.main-content .horizontal, .main-content .vertical {margin-bottom:8rem}
.main-content .wp-caption img {
    margin-bottom: 0;
}
.main-content p .horizontal, .main-content p .vertical, .main-content p img {
    margin: 3rem auto 8rem;
    display: block;
}

.main-content .instagram-media,
.main-content .twitter-tweet {
    margin-inline: auto!important;
}
.main-content blockquote:not(.tiktok-embed) {
    font-weight: 600;
    margin: 5rem 0;
    padding-left: 4.5rem;
    position:relative;
}.main-content blockquote p {
    font-size: 22px;
    line-height: 1.417;
}
.main-content blockquote:not(.tiktok-embed)::after {
    content: "";
    width: 5px;
    background-color: var(--inred);
    height: 55px;
    position: absolute;
    left: 10px;
    top: 5px;
}
.main-content blockquote:not(.tiktok-embed)::before {
    content: "";
    width: 5px;
    background-color: var(--inred);
    height: 55px;
    position: absolute;
    left: 0;
    top: 5px;
}.main-content .wp-caption.aligncenter .wp-caption-text {
    text-align:left;
    max-width: 100%;
}.main-content .wp-caption .image-container {
    background-color:#F9F9F9;
}.main-content video {
    max-width: 100%;
    height: auto;
}


.article-sidebar .latest_news_col {padding: 0;max-width:300px}
.wrap-col-posts li{display:block;border-bottom:1px solid #595959;padding-bottom:15px;margin-bottom:19px}


/* BLUE */
#Bluey{max-width:calc(16 * var(--col-width));margin-top:10rem;width:100%}
.blue-label{margin:0;border-bottom:.5px solid var(--lightpurple);padding-bottom:13.5px;margin-bottom:0;line-height:1}
.ext-column .is-block,.in-column .is-block{border-bottom:3px solid var(--darkblue);height:100%;padding-bottom:25px}
.in-column .is-block{border-bottom:3px solid var(--inred)}


/* INTERNAL LINK */
.related-o-post{padding-bottom:25px;margin-bottom:40px;display:block;clear:both;margin-left:0}
.internal-rowbox{display:flex;align-items:flex-start}
.internal-rowbox .wrap-thumb-holder{width:calc(3 * var(--col-width))}
.internal-rowbox .wrap-mask-title{padding-left:20px;flex:1}
.internal-rowbox .post-meta{height:20px;font-size:13px;line-height:20px;margin-bottom:10px;display:flex;font-family:var(--sans-serif)}
.internal-rowbox .post-meta-i .post-category{color:var(--inred)}
.internal-rowbox .post-meta-i .post-date{color:#595959}
.internal-rowbox .wrap-mask-title p{display:none}
.internal-rowbox .wrap-mask-title .o-head{margin:0;font-family:var(--sans-serif);line-height:1.29;font-size:17px;}
.internal-rowbox .wrap-mask-title .o-head{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}


.single .inbox-row {
    padding-top: 6rem;
    border-bottom: 0.5px solid var(--lightpurple);
    margin-bottom: 4rem;
    padding-bottom: 4rem;
}

.wrap-inner-banner{position:relative}

.article-box.row-box{display:flex;align-items:flex-start}
.article-box.row-box .wrap-thumb-holder{width:calc(3 * var(--col-width))}
.article-box.row-box .wrap-mask-title{padding-left:15px;flex:1}
.row-box-inner .displayAuthors {
    margin-bottom: 0;
}.row-box-inner {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
}


.wrap-article-row .article-box.row-box{display:flex;flex-wrap:wrap;align-items:flex-start}
.wrap-article-row .article-box.row-box .wrap-thumb-holder{width:calc(5 * var(--col-width))}
.wrap-article-row .article-box.row-box .wrap-mask-title{padding-left:var(--col-width);flex:1}
.wrap-article-row{flex-wrap:wrap;padding-bottom:22px;margin-bottom:22px;border-bottom:.5px solid #c4c4c4}

.outer_touch_trends,
.brief-content .latest_news_col {display: none}

.article-footer {padding-top:0;position: relative;background-color: #FFF}
.ext__post {
    margin-top:4rem;
    padding:2rem 2rem;
    position:relative;
    background-color: #F8F3ED;
}.ext__post .related-o-post {
    margin-bottom: 0;
    padding-bottom: 0;
}

.ext__post:after {
    content: "";
    background-image:url('data:image/svg+xml,<svg class="svg-icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg"><path d="M746.666667 725.333333a21.333333 21.333333 0 0 1-21.333334-21.333333V298.666667H320a21.333333 21.333333 0 0 1 0-42.666667h426.666667a21.333333 21.333333 0 0 1 21.333333 21.333333v426.666667a21.333333 21.333333 0 0 1-21.333333 21.333333z" fill="%23FFF"></path><path d="M277.333333 768a21.333333 21.333333 0 0 1-15.146666-6.186667 21.333333 21.333333 0 0 1 0-30.293333l469.333333-469.333333a21.333333 21.333333 0 0 1 30.293333 30.293333l-469.333333 469.333333A21.333333 21.333333 0 0 1 277.333333 768z" fill="%23FFF"></path></svg>');
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    filter: invert(1);
}
.ext__post .internal-rowbox {
    max-width: 95%;
}


/* MUSTREAD */
.mustreadnetrow{background-color:#e9edf4;padding:6rem 0;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);clear:both}
.mustreadnetrow .row-title{margin-bottom:4rem}
.brand-logo-wrap{border-bottom:.5px solid #8e93aa;margin-bottom:15px;padding-bottom:12px}
.brad-logo{line-height:0;width:100px;height:22px}
.brad-logo img{width:100%;height:100%;object-fit:contain;object-position:left}
.brad-logo.taNeaLogo_ img {height: 16px;margin-top: 4px}
.must-read-col .wrap-col-relative{height:calc(100% - 60px)}

.article_above_footer{padding-bottom:3rem}

@media screen and (min-width:1400px) {
/*   .ext__post{margin-left:var(--col-width)} */
  .article_above_footer {padding-left: calc(4 * var(--col-width))}  
  #Bluey{max-width:none;margin-top:6rem;width:auto;margin-right:calc(-3 * var(--col-width))}
  .inner-slick-slider{margin-left:0;position:relative}
}

.full__latest__in{margin-top:6rem}
.full__latest__in .article-box .post-description{display:none}

.single .inbox-col li:not(.col_1) {display: none}
.single .inbox-col .col_1:after{display:none}


.ext__post .blue-label {
    margin-bottom: 20px;
}

@media screen and (max-width:1023px) {
.is-live {font-size:2.8rem;max-width: 130px;padding-inline:15px;}
.is-live .dotlive {width:12px;height:12px}
.article-headline {font-size: 2.8rem;line-height: 1.3}  
.article-assets,.wrap-main-content{padding-inline:12px}
.article-sidebar {width: 330px;min-width:300px}
.inbox-box {margin-left: -20px;margin-right: -20px;padding-bottom: 25px;height: auto}
.wrap-single-cols {margin-inline: -20px}
  
.newsletter-row {padding-block: 3rem}
#mc_embed_signup{padding-inline:0}
.newsletter-columns {padding-inline:20px}
  
.trending-col{padding-inline:20px;margin-top:5rem}
.trending-col-post li a{display:flex;align-items:center}
.trending-col-post li a figure{width:90px;height:90px;margin-bottom:0}
.trending-col-post li a .o-head{flex:1;padding-left:20px}  

  
.aside-news {padding-inline: 0;padding-top:0;padding-bottom:3rem}
.aside-news .aside-inner,.aside-news .aside-tags{width:100%;max-width:100%;margin:0 auto}
.related-article:before{left:0}
.aside-inner .related-posts .related-article{padding-left:25px}
.aside-news .aside-tags{padding-top:5rem}
.aside-tags span{display:inline-block;margin-right:15px}
  
.googlenews-row p{font-size:15px}
  
#native-share-button {display: flex;width: 55px;border-right: 0.5px solid #595959;align-items: center;justify-content: center}
.more.open-hidden-s{display:none!important}  
.article_above_footer {max-width: 100%;padding-inline: 20px}
#textlink_1 {display:none!important}
#Bluey {max-width: 100%}
.main-content.article-wrapper {margin-bottom:3rem}
  
}

@media screen and (min-width:1023px) {
.das-mmiddle {display: none}
.aside-news .aside-tags{min-height:180px}
}

@media screen and (max-width:819px) {
.article-sidebar {width: 300px}  
}

@media screen and (max-width:767px) {
.outer_touch_trends{display:block;background-color:var(--darkblue);padding-top:0}
.ingr.has-breaking-row .outer_touch_trends {padding-top: 0}
.touch_trends::-webkit-scrollbar {display: none}
.touch_trends{width:100%;display:block;padding-top:10px;background-color:#e9edf4;position:relative;white-space:nowrap;overflow-x:scroll}
.touch_trends .one-third{min-width:30%;width:auto;text-align:center;padding-bottom:10px;border-right:1px solid #8e93aa;display:inline-block;padding-inline:8px}
.touch_trends .one-third a,.touch_trends .one-third span{font-size:11px;letter-spacing:.5px;color:var(--darkblue);white-space:nowrap;text-overflow:ellipsis;overflow:hidden;display:block}
.touch_trends .one-third:last-child{border-right:none}
.trends-posts{display:none}
.trends_tab.one-third.active .trends-posts{display:block;position:absolute;left:0;right:0;z-index:1;padding:12px;background:var(--inred);top:30px}
.trends-posts li{display:block;font-size:13px;font-family:var(--sans-serif);font-weight:600;color:#fff;text-align:left;padding-bottom:10px;line-height:1.3}
.trends-posts li:last-child{padding-bottom:0}
.trends-posts li a{color:#fff}
  
.ingr__bscience #ingr-header,.ingr__magazine #ingr-header,.ingr__newspaper #ingr-header,.ingr__sports #ingr-header{padding-bottom:0}
.ingr:not(.home) .inner-header{padding-bottom:12px}
.single-topnews-container {padding-top: 0}
.article-header .wrap-article-figure {margin-bottom: 20px;margin-top: 0}
.subheader-inner span{display:none}
.subheader-title{margin-left:0;padding-bottom:10px;font-size:30px;margin-top:8px}
.wrap-single-cols {margin-left: calc(50% - 50vw);margin-right: calc(50% - 50vw)}  
/* .article-headline{font-size:2.65rem} */
.article-summary {margin-block: 15px}  
.article-category .post-category{font-size:13px;line-height:1}  
.main-content, .main-content p {font-size:19px;line-height: 1.5}
.internal-rowbox .post-meta{margin-bottom:5px}  
.internal-rowbox .wrap-mask-title .o-head {font-size:16px!important}  
.ext-column .is-block, .in-column .is-block {height:100%;margin-bottom:2rem;padding-bottom: 0}
  
.newsletter-row {padding-block: 3rem}  
#mc_embed_signup{padding-inline:0}
.newsletter-columns {padding-inline:12px}

.home .inbox-row,.single .inbox-row{margin-top:6rem;margin-inline:-12px;padding-block:0;padding-right:0;background-color:var(--inred)}
.inbox-col{background-color:#fff;padding-bottom:30px;margin-bottom:40px}
.inbox-box p,.inbox-col .col_1:after,.inbox-header sp{display:none}
.inbox-header{padding-left:4rem;position:relative;padding-bottom:2.5rem}
.inbox-box{margin:0 0 -15px;padding-left:40px}
  
.inbox-col .col_1 article .relative-header .wrap-mask-title{padding-left:40px;position:relative;height:auto;padding-right:5rem}
.inbox-col .col_1 article .relative-header .wrap-mask-title .o-head {height: auto;display:block;overflow: initial;max-width: 85%;margin-bottom: 10px}
.inbox-col .col_1 article .relative-header .wrap-mask-title:after,.inbox-header:after{content:"";position:absolute;right:0;width:50px;background-color:var(--inred);top:0;bottom:0}
  
  
.inbox-col li:not(.col_1, .slick-slide){padding-inline:12px;padding-bottom:20px;margin-bottom:20px}
.inbox-col li:last-child {margin-bottom: 0;padding-bottom: 0}
.inbox-col .article-box.row-box .wrap-thumb-holder{width:calc(3 * var(--col-width))}
.latest_inbox_col .inbox-col {margin-bottom: -10px}
  
.trending-col {margin-top: 4rem;padding-inline:15px;border-top: 0.5px solid var(--darkblue);padding-block: 2.5rem;border-bottom: 0.5px solid var(--darkblue);background-color: #EDF0F5}
.trending-col-post li a{display:flex;align-items:center}
.trending-col-post li a figure{width:90px;height:90px;margin-bottom:0}
.trending-col-post li a .o-head{flex:1;padding-left:15px}  
  
.wrap-single-cols {margin-inline: -12px}
.article-sidebar .latest_news_col {display: none}

#Bluey {width: 100%;margin-top:4rem;padding-inline: 12px}  
  
.main-content blockquote p {
    font-size: 20px;
    text-align:left!important;
    line-height: 1.417;
}
.main-content blockquote:not(.tiktok-embed)::before{left:10px}
.main-content blockquote:not(.tiktok-embed)::after{left:20px}
.article-box.row-box .wrap-mask-title{padding-left:15px}
  
.single .trends-col {
    background: #edf0f5;
    padding-top: 50px;
    padding-bottom: 55px;
    padding-left: 20px;
    position: relative;
    margin-right: 10px;
    margin-top: 3rem;
    margin-bottom: 3rem;
    padding-inline:15px;
}.single .trends-col .trends-box {
    right: -20px;
}
/* .trends-row .tag_name{font-size:11px;letter-spacing:-0.5px} */

.single .subheader{display:none}
.aside-news .related-header{background-color:#fff;border:none;padding:0 12px;text-align:center;display:inline-block;z-index:1;position:relative}
.related-posts-header{text-align:center;position:relative}
.related-posts-header:before{content:"";height:2px;background-color:var(--darkblue);position:absolute;left:0;right:0;top:10px}
.aside-news{display:flex;flex-direction:column}
.aside-news .aside-tags{padding-top:4rem;margin-bottom:0}
.aside-news .aside-tags .related-header{padding-left:0;display:block;text-align:left}  
  
.ext__post {padding: 2rem}
.ext__post:after{display:none}  
.wrap-article-row .article-box.row-box .wrap-mask-title {padding-left: 15px}
.wrap-article-row .article-box.row-box .wrap-mask-title .post-description {display: none}  
  
.newsroom_widget{border:none;margin-inline:-12px}
  
.mustreadnetrow {padding-bottom:3rem;padding-top:3rem}
.must-read-col .brand-logo-wrap {margin-bottom: 14px;padding-bottom: 14px}
.must-read-col .reverse-item .relative-box .relative-header {flex-direction: column;}
.must-read-col .relative-header .wrap-thumb-holder {width:100%;margin-top:0;margin-bottom:10px}
.must-read-col .reverse-item .relative-box .relative-header .wrap-mask-title {flex:none;width:100%;padding-right:0}
.mustreadnetrow .row-title {margin-bottom: 2rem}
/* .must-read-col .relative-header .wrap-thumb-holder .thumb-holder {padding-bottom: 100%} */
.must-read-col .wrap-col-relative {height: auto}
.must-read-col .wrap-col-relative .relative-box {border: none}  
  
.ingr__postmeta .displayAuthors .author__image{width:40px;height:40px;margin-right:10px}
.postdate .updateT{font-size:11px}
.postdate .updateT:before {
    width: 7px;
    height: 7px;
    margin-right: 4px;
    margin-bottom: 2px;
}  
.main-content .horizontal, .main-content .vertical {margin-bottom: 4rem}
.wrap__newsroom_widget{display:block}  
.tabcols .inner-post {width: 100%}
.tabcols .inner-post .post-meta-i {display: flex}
.tabcols .inner-post .post-category {display: block}
  
.wrap__latest__i {display: flex;flex-direction: column-reverse}
.aside-inner .related-posts .related-article .thumb-holder {margin-left: -25px}
.article_above_footer{padding-inline:0;}
.wrap__latest__i .ext__post {margin-top: 0}
  
}

.wrap-sidebar-widget {
    padding:3rem 0;
    position: relative;
    z-index: 1;
    background-color: #FFF;
}

.single.has-breaking-row #ingr-header {padding-bottom: 0}
.single.has-breaking-row .single-topnews-container {padding: 0}
.single.has-breaking-row .article-header .wrap-article-figure{margin-top:0}

.wrap-dasr{padding-block:25px}
.ingr__sports.is-mobile .aside-news .related-header,
.ingr__sports .aside_widget_wrap,
.ingr__sports .wrap-dasr,
.ingr__sports .sp_banner_Desk,
.ingr__sports .wrap-sidebar-widget,
/* .ingr__sports .trends-col, */
.ingr__sports .single-post,
.ingr__sports #new__trends,
.ingr__sports .single-post .article-sidebar:not(.article-bottom-sidebar),
.ingr__sports .single-post .wrap-single-cols {
    background-color: var(--sportbg)!important;
}

.ingr__bscience.is-mobile .aside-news .related-header,
.ingr__bscience .aside_widget_wrap,
.ingr__bscience .wrap-dasr,
.ingr__bscience .sp_banner_Desk,
.ingr__bscience .wrap-sidebar-widget,
.ingr__bscience .single-post,
.ingr__bscience #new__trends,
/* .ingr__bscience .trends-col, */
.ingr__bscience .single-post .article-sidebar:not(.article-bottom-sidebar),
.ingr__bscience .single-post .wrap-single-cols {
    background-color: var(--sciencebg)!important;
}

.ingr__magazine.is-mobile .aside-news .related-header,
.ingr__magazine .aside_widget_wrap,
.ingr__magazine .wrap-dasr,
.ingr__magazine .sp_banner_Desk,
.ingr__magazine .wrap-sidebar-widget,
.ingr__magazine .single-post,
/* .ingr__magazine .trends-col, */
.ingr__magazine #new__trends,
.ingr__magazine .single-post .article-sidebar:not(.article-bottom-sidebar),
.ingr__magazine .single-post .wrap-single-cols {
    background-color: var(--magbg)!important;
}



.playPauseButton i:not(.audio-paused):hover {
    background-color: #F9F9F9;
}
.playPauseButton i {
    width: 30px;
    height: 30px;
    display: block;
    background-image:url('data:image/svg+xml,<svg viewBox="0 0 22 22" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns%23" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns%23" xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" id="svg4355" version="1.1" inkscape:version="0.92.1 r15371" sodipodi:docname="dark_audio-volume-high.svg" fill="%23000000"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><sodipodi:namedview id="base" pagecolor="%23ffffff" bordercolor="%23666666" borderopacity="1.0" inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="16.301626" inkscape:cx="2.1779706" inkscape:cy="11.600004" inkscape:document-units="px" inkscape:current-layer="layer1" showgrid="true" width="0px" height="0px" fit-margin-top="0" fit-margin-left="0" fit-margin-right="0" fit-margin-bottom="0" inkscape:window-width="1884" inkscape:window-height="1051" inkscape:window-x="0" inkscape:window-y="0" inkscape:window-maximized="1" inkscape:showpageshadow="false"><inkscape:grid type="xygrid" id="grid4112"></inkscape:grid><sodipodi:guide position="2.0000011,19.999996" orientation="18,0" id="guide4118" inkscape:locked="false"></sodipodi:guide><sodipodi:guide position="2.0000011,1.9999962" orientation="0,18" id="guide4120" inkscape:locked="false"></sodipodi:guide><sodipodi:guide position="20.000001,1.9999962" orientation="-18,0" id="guide4122" inkscape:locked="false"></sodipodi:guide><sodipodi:guide position="20.000001,19.999996" orientation="0,-18" id="guide4124" inkscape:locked="false"></sodipodi:guide><sodipodi:guide position="3.0000011,18.999996" orientation="16,0" id="guide4126" inkscape:locked="false"></sodipodi:guide><sodipodi:guide position="3.0000011,2.9999962" orientation="0,16" id="guide4128" inkscape:locked="false"></sodipodi:guide><sodipodi:guide position="19.000001,2.9999962" orientation="-16,0" id="guide4130" inkscape:locked="false"></sodipodi:guide><sodipodi:guide position="19.000001,18.999996" orientation="0,-16" id="guide4132" inkscape:locked="false"></sodipodi:guide></sodipodi:namedview><metadata id="metadata4360"><rdf:rdf><cc:work><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"></dc:type><dc:title></dc:title><dc:date>2016</dc:date><dc:creator><cc:agent><dc:title>Timothée Giet</dc:title></cc:agent></dc:creator><dc:description>Based on Breeze icons</dc:description><cc:license rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/"></cc:license></cc:work><cc:license rdf:about="http://creativecommons.org/licenses/by-sa/4.0/"><cc:permits rdf:resource="http://creativecommons.org/ns%23Reproduction"></cc:permits><cc:permits rdf:resource="http://creativecommons.org/ns%23Distribution"></cc:permits><cc:requires rdf:resource="http://creativecommons.org/ns%23Notice"></cc:requires><cc:requires rdf:resource="http://creativecommons.org/ns%23Attribution"></cc:requires><cc:permits rdf:resource="http://creativecommons.org/ns%23DerivativeWorks"></cc:permits><cc:requires rdf:resource="http://creativecommons.org/ns%23ShareAlike"></cc:requires></cc:license></rdf:rdf></metadata><g inkscape:label="Capa 1" inkscape:groupmode="layer" id="layer1" transform="translate(-544.571 -742.934)"><path inkscape:connector-curvature="0" style="fill:%23131C43;fill-opacity:1;stroke:none" d="m555.56 745.933-4.989 4.99v6.02l4.989 4.99h1.011V745.935h-1.011zm2.877.537-.245.977a7 7 0 0 1 4.38 6.486 7 7 0 0 1-4.381 6.479l.244.974a8 8 0 0 0 5.136-7.453 8 8 0 0 0-5.134-7.463zm.459 3.744-.54.862a4 4 0 0 1 1.215 2.857 4 4 0 0 1-1.21 2.861l.539.864a5 5 0 0 0 1.671-3.725 5 5 0 0 0-1.675-3.719zm-11.325.72v6h2v-6h-2z" class="ColorScheme-Text" id="path6"></path></g></g></svg>');
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    cursor: pointer;
}


.playPauseButton i.audio-paused{
  background-color:var(--darkblue);
  background-image:url('data:image/svg+xml,<svg viewBox="0 0 22 22" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns%23" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns%23" xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" version="1.1" id="svg6190" inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)" sodipodi:docname="dark_animation_pause.svg" inkscape:export-filename="../light_animation_play.png" inkscape:export-xdpi="90" inkscape:export-ydpi="90" fill="%23000000"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><sodipodi:namedview pagecolor="%23ffffff" bordercolor="%23666666" borderopacity="1" objecttolerance="10" gridtolerance="10" guidetolerance="10" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-width="2560" inkscape:window-height="1384" id="namedview4440" showgrid="true" inkscape:zoom="42.90909" inkscape:cx="15.307054" inkscape:cy="10.870402" inkscape:window-x="0" inkscape:window-y="28" inkscape:window-maximized="1" inkscape:current-layer="svg6190" inkscape:snap-bbox="true" inkscape:snap-bbox-edge-midpoints="true"><inkscape:grid type="xygrid" id="grid3250"></inkscape:grid></sodipodi:namedview><metadata id="metadata6196"><rdf:rdf><cc:work><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"></dc:type><dc:title></dc:title><dc:date>2015</dc:date><dc:creator><cc:agent><dc:title>Timothée Giet</dc:title></cc:agent></dc:creator><cc:license rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/"></cc:license></cc:work><cc:license rdf:about="http://creativecommons.org/licenses/by-sa/4.0/"><cc:permits rdf:resource="http://creativecommons.org/ns%23Reproduction"></cc:permits><cc:permits rdf:resource="http://creativecommons.org/ns%23Distribution"></cc:permits><cc:requires rdf:resource="http://creativecommons.org/ns%23Notice"></cc:requires><cc:requires rdf:resource="http://creativecommons.org/ns%23Attribution"></cc:requires><cc:permits rdf:resource="http://creativecommons.org/ns%23DerivativeWorks"></cc:permits><cc:requires rdf:resource="http://creativecommons.org/ns%23ShareAlike"></cc:requires></cc:license></rdf:rdf></metadata><path style="color:%23000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;fill:%23FFF;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" d="M5 5v12h4V5H5zm8 0v12h4V5h-4z" id="rect4134"></path></g></svg>');
}



@media screen and (min-width:1520px) {
.inbox-col .col_1 article .relative-header .wrap-mask-title{height:160px}
.inbox-header {height:80px}
.inbox-box {height: 240px;padding-bottom: 0}
.inbox-col .col_1 article .relative-header .wrap-mask-title .o-head{height:70px;margin-top:15px}  
  
}




.custom-audio {display: flex;align-items: center;padding-bottom:15px}

.custom-audio__btn {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color:var(--inred)
}
.custom-audio__btn:hover{background-color:#bf0f1b;cursor:pointer;}

.player__waveform-container {
  position: relative;
  
}
.waveform.waveform--progress {
   position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 0;
  height: 100%;
  z-index: 2;
}

.waveform.waveform--scrubber {
   position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.waveform.waveform--progress svg path {stroke:var(--inred)!important}
.custom-audio__time {color: black}
.custom-audio__wave {position: relative;width: calc(100% - 50px);display: block;cursor: pointer;padding-left:10px}

.controller-icon {background-image:url('data:image/svg+xml,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><path d="M15 12.3301L9 16.6603L9 8L15 12.3301Z" fill="%23FFFFFF"></path></g></svg>');width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size:100%}
.custom-audio.playing .controller-icon {background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAABmJLR0QA/wD/AP+gvaeTAAAAWElEQVRoge3PQQqAMBAEwcT//zl+QMHopZGq8+5AjwEA783dh7XWejQ85+X21/87x85xmZAaITVCaoTUCKkRUiOkRkiNkBohNUJqhNQIqRFSI6RGCAD8yQmiFAhEmlSRvAAAAABJRU5ErkJggg==);background-size: 30px;
}

.custom-audio audio {opacity: 0;height: 0;overflow: hidden}

@media (max-width:1023px) {
.waveform svg, .waveform--progress svg {width: calc(100vw - 90px)}
.related-o-post {padding: 2rem!important;margin-inline: -12px}  
.ext__post .related-o-post {padding-top: 0!important;padding-inline: 0!important;margin: 0;padding-bottom:0!important}
}

.single .ingr__postmeta .author-c:before{display:none}

.wrap___headlines{margin-top:4rem;margin-bottom:4rem}
.main-content .dailyHeadlines li{font-weight:600;font-size:17px;margin-bottom:15px;display:block;line-height:1.3;color:var(--darkblue)}
.main-content .dailyHeadlines li:last-child{margin-bottom:0}
.main-content .dailyHeadlines li a{color:var(--darkblue)}
.dailyHeadlines ul{margin-left:0}
.dailyHeadlines .topnews-header{border-bottom:1px solid var(--lightpurple);display:block;margin-bottom:15px;padding-bottom:5px}
.main-content .dailyHeadlines li a:hover{text-decoration:underline}
.main-content .dailyHeadlines li {
    padding-left:15px;
    margin-left:5px;
    position: relative;
}
.main-content .dailyHeadlines li:before {
    content: "";
    width: 7px;
    height: 7px;
    background-color: var(--inred);
    display: block;
    position: absolute;
    left: 0;
    border-radius:100%;
    top: 5px;
}

.internal-rowbox .video-ico {display: none}
.article-wrapper iframe{max-width:100%}


@media screen and (min-width:1216px) {
.single.ingr.has-breaking-row .ingr__article {margin-top:-98px}
.aside-news {position: relative;height: calc(100% - 700px);display: flex;flex-direction: column}
.aside-news .aside-inner {position: sticky;top:170px;order: 2}
.aside-news .aside-tags {margin-top: 0;margin-bottom: 6rem}
}
  
.single.ingr:not(.has-breaking-row) .ingr__article {margin-top: -16.8rem}

@media screen and (max-width:1216px) {
.single.ingr.has-breaking-row .ingr__article {margin-top: 0}  
}

.ingr .plyr__poster {
    background-size: cover;
    background-position: top center;
}

@media (min-width:1023px) {
.wrap__video__article{min-height:400px}
}

@media (max-width:1023px) {
.single.ingr:not(.has-breaking-row) .ingr__article {margin-top: 0}
.bottom_320x50 {margin-bottom: 40px}
}


@media (min-width:767px) and (max-width:1023px) {
.article-main-article-column{max-width:calc(100vw - 330px)}
}
    

.ingr .slick-slider{display:none;opacity:0;margin:0;padding:0}
.ingr .slick-initialized.slick-slider{display:block;opacity:1}
.btn-wrap{position:absolute;bottom:-1px;right:0;padding:15px;padding-top:8%;left:0;display:flex;align-items:center;justify-content:flex-end;background:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.8) 100%)}
.btn-wrap button{-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;width:50px;height:50px;border:1px solid #d5d5d5;border-radius:100%;background-color:#fff;margin:0 5px;cursor:pointer;display:flex;align-items:center;justify-content:center}
.btn-wrap button:focus,.btn-wrap button:hover{background-color:#e9e9e9}
.wrap-whsk-slides{overflow:hidden}
.is-mobile .wrap-whsk-slides .btn-wrap button{width:40px;height:40px}
.is-mobile .wrap-whsk-slides .btn-wrap{padding:15px 10px;padding-top:8%}
.btn-wrap button .dashicons{color:var(--inred)}
.inner-slick-slider{margin-block:5rem}
.inner-main-article {margin-bottom: 30px}

@media (min-width: 1024px) and (max-width: 1181px){
.article-sidebar{width:300px}
.article-assets{padding-left:12px}
}

.ingr.is-desktop:not(.has-breaking-row) .sponsored-row {margin-bottom: 60px}
.aside-tags span:nth-child(n+8) {display: none}
.single.ingr:not(.has-breaking-row).single__inview .ingr__article {margin-top: 0}
.single.ingr:not(.has-breaking-row).single__inview .single-topnews-container {padding: 0}

.wrap-video-containerx {line-height:0;width:80%;max-width:350px;margin: 0 auto;position: relative;aspect-ratio: 9 / 16}
.wrap-video-containerx iframe {width: 100%;height: 100%}

@media (max-width:1023px) {
.wrap-video-containerx {width:330px}
#trends{display:none}
}

@media (max-width:680px) {
.trending-col-post {counter-reset: section}    
.trending-col-post li:after {content: "";counter-increment: section;content: counters(section, ".") " ";font-family: var(--serif);position: absolute;font-size:4.2rem;bottom:12px;z-index: 0;color: var(--darkblue);line-height: 1;left: 0}
.trending-col-post li {padding-left: 35px;position:relative;padding-bottom: 12px;margin-bottom: 15px}
.trending-col-post li a figure {width: 70px;height: 70px}
.aside-inner .related-posts-header {display: none}
.ot__one {margin-inline: -12px}


.onerow-layout .mobile-flex .relative-box {margin-bottom: 10px;border-bottom: 2px solid var(--darkblue);padding-bottom: 15px}
.onerow-layout .mobile-flex:not(.ocm-column) .relative-box .relative-header{display:flex;width:100%}
.onerow-layout .mobile-flex:not(.ocm-column) .relative-box .relative-header .thumb-link{width:44%}
.onerow-layout .mobile-flex:not(.ocm-column) .relative-box .relative-header .wrap-mask-title{width:56%;padding-left:12px;margin-top:-5px;}
.onerow-layout .mobile-flex:not(.ocm-column) .relative-box .relative-header .wrap-mask-title .post-description{display:none}
.onerow-layout .mobile-flex:not(.ocm-column) .relative-box .relative-header .thumb-link .wrap-thumb-holder {margin-bottom: 0}
.onerow-layout .mobile-flex:not(.ocm-column) .relative-box .relative-header .post-date {display: none}
.onerow-layout .mobile-flex:last-child .relative-box {border: none;padding: 0;margin-bottom: 0}
}

.more____articles {padding-top: calc(1* var(--col-width));padding-bottom:5rem}

#embed-code{background-color:#f0f0f0;margin:0 auto;padding:15px;width:75%;box-shadow:6px 10px 10px 0 #000000a1;border-radius:4px;overflow-x:hidden;max-width:500px}
.modalContentTextArea{background-color:#fff;color:#202020;font-size:13px;width:100%;height:90px;border:1px solid #ddd;padding:10px;white-space:initial;border-radius:10px}
.copycode{text-align:center;background:#be111f;font-size:15px;color:#fff;border-radius:50px;cursor:pointer;border:none;font-weight:bold;display:block;margin:10px auto;padding:5px 15px;font-family:var(--sans-serif)}
.newEmbed:hover {background-color: #007eb3}
.wrap-embed-rows{font-size:13px;align-items:center;font-family:var(--sans-serif);display:flex;justify-content:flex-end;border-bottom:1px solid #ccc;padding-bottom:5px;margin-bottom:5px}
.wrap-embed-rows .embed-row{display:flex;align-items:center;padding-left:20px}
.wrap-embed-rows .embed-row svg{margin-right:6px}
.embed-row a {
    background-color: var(--inred);
    padding: 4px 5px;
    color: #FFF;
    font-weight: 600;
    border-radius: 4px;
    display: flex;
    align-items: center;
}
.embed-row a svg {
    margin-right: 5px;
}
.embed-row a svg path {
    fill: #FFF;
}
.single.is-desktop #new__trends {position: relative;background-color: #FFF;padding-top:20px;}
.single.is-desktop #new__trends #trends__one {margin-top:0}


.single .sintaxi-in a.blue-c.vcard.author {display: flex;align-items: end}
.single .sintaxi-in a.blue-c.vcard.author svg {width: 24px;height: auto;margin-left: 8px;display:block;}
.article-header .wrap-article-figure .image-caption {
    font-family: var(--sans-serif);
    font-size: 13px;
    border-bottom: 1px solid #DDD;
    color: #999;
    padding: 8px 0;
    line-height: 1.3;
}

.star__rpt {
    margin-bottom: 40px;
    text-align: center;
    border-bottom: 1px solid #CCC;
    padding-bottom: 20px;
}
.star__rpt:last-child{border:none;padding:0;margin-bottom:0;}
.main-content .star__rpt img {margin-bottom: 0}
.main-content .star__rpt h3 {margin-top: 0}
.star_sing {
    width: 66px;
    height: 66px;
    background: linear-gradient(to bottom, #db568f, #654ea3);
    border-radius: 100%;
    margin-inline: auto;
    padding: 9px;
}
.star_sing img{filter:invert(1) brightness(30.5)}

.hide__all .ingr__postmeta {border-top: none;padding-top: 0}
.hide__all .ingr__postmeta .displayAuthors {display: none}


.youtube-lazyload{position:relative;width:100%;padding-bottom:56.25%;background-color:#000;cursor:pointer;margin-bottom:30px;}
.youtube-thumbnail{position:absolute;width:100%;height:100%;background-size:cover;background-position:center}
.youtube-play-button{position:absolute;top:50%;left:50%;width:60px;height:60px;margin-top:-30px;margin-left:-30px;background:url('../imgs/youtubeicon.png') no-repeat center;background-size:60px 60px;border:none;cursor:pointer;opacity:.8}
.youtube-play-button:hover{opacity:1}
.youtube-lazyload iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    max-width: none;
}
/* .das-r1--in:has(iframe),
.das-mmiddle:has(iframe),
.ingr_adunit:has(iframe)  */
/* .das-mmiddle, */
.das-r1--in,
.das-r2--in,
.das-r3--in,
.bottom_320x50,
.das-text,
.ingr_adunit {
    position: relative;
    padding-top: 25px;
    padding-bottom: 0;
    background: #f8f8f8;
}
.bottom_320x50:has(iframe):before,
.das-text:has(iframe):before,
.das-r1--in:before,
.das-r2--in:has(iframe):before,
.das-r3--in:has(iframe):before,
/* .das-mmiddle:before, */
.ingr_adunit:before {
    content: "ΔΙΑΦΗΜΙΣΗ";
    font-size: 10px;
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
    color: #727272;
    line-height:1;
    font-family: var(--sans-serif);
}

@media (max-width:480px) {
.article-sidebar {width: 100vw;padding: 0 12px}    
.more____articles{padding-top:0}
#ArticleAside .related-posts {background-color: #FFF;padding: 18px 16px;border-radius: 10px;border: 1px solid #EEE;box-shadow: 2px 2px 13px #eee}
.aside-inner .related-posts .related-article .thumb-holder {border-radius: 8px;overflow: hidden}
.related-article h3:before {border-color: transparent transparent transparent var(--inred)}
}

.single .is-site-footer {margin-top: 0}
.single .post_image_l {
    display: none;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 50px;
    height: 50px;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.75);
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    padding: 12px;
    display: flex
;
}