html,body,div,span,object,iframe,pre,a,abbr,acronym,address,code,del,dfn,em,img,q,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline}
*,:before,:after{-webkit-box-sizing:inherit;box-sizing:inherit;outline:0;}

html{-webkit-box-sizing:border-box;box-sizing:border-box;font-size:10px;font-display:swap;font-family:'Arial',sans-serif;outline:0;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-font-feature-settings:kern 1;font-feature-settings:kern 1;-webkit-font-kerning:normal;font-kerning:normal;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}


@font-face {
    font-family: 'Inter';
    src: url('../fonts/inter/Inter28pt-Regular.woff2') format('woff2'),
        url('../fonts/inter/Inter28pt-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url('../fonts/inter/Inter28pt-Medium.woff2') format('woff2'),
        url('../fonts/inter/Inter28pt-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Inter';
    src: url('../fonts/inter/Inter28pt-SemiBold.woff2') format('woff2'),
        url('../fonts/inter/Inter28pt-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/inter/Inter28pt-Bold.woff2') format('woff2'),
        url('../fonts/inter/Inter28pt-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/inter/Inter28pt-ExtraBold.woff2') format('woff2'),
        url('../fonts/inter/Inter28pt-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Frank Ruhl Libre';
    src: url('../fonts/frank/FrankRuhlLibre-Black.woff2') format('woff2'),
        url('../fonts/frank/FrankRuhlLibre-Black.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

:root {
  --col-width: calc(min(100vw, var(--maxgridrow))/26);
  --darkblue:#131C42;
  --semidarkblue:#131c42;
  --alterblue:#161F2D;
  --lightblue:#F3F8FF;
  --lightpurple:#8E93AA;
  --lightgrey:#C4C4C4;
  /* --inred:#EE0033;
  --lightred:#FF0432; */
  --inred:#e20026;
  --lightred:#e20026;  
  --darkred:#B50021;
  --narrowcolor:#EEE;
  --serif: 'Frank Ruhl Libre','Georgia', serif;
  --serif-medium: 'Frank Ruhl Libre','Georgia', serif;
  --sans-serif: "Inter", sans-serif;
  --maxgridrow:1640px;
  --magbg: #FCF7FB;
  --sciencebg:#f5f5ff;
  --sportbg:#F4F8FD;  
  --plyr-color-main:#EE0033;
  --t4-primary:#131C43;
}


@media screen and (max-width:1599px) { :root { --maxgridrow:calc(100vw - 40px)}}

@media screen and (max-width:1023px) { :root { --maxgridrow:100vw}}

@media screen and (max-width:1023px) { 
 :root {  --col-width: calc(100vw / 12) }
}

img { max-width:100%;height:auto}
a, a:hover, a:visited{text-decoration:none;color:initial}
em {font-style: italic}
.hover-underline:hover .o-head {text-decoration: underline}

.sticky-item {position:sticky;-webkit-position:sticky;top:13rem}
.single .wrap-inner-banner .sticky-item{top:19rem}

.bg--white{background-color:#FFFFFF}
.is-darkblue{color:#020512}
.is-semidarkblue{color:#131c42}
.is-red{color:var(--inred)}
.is-white-color{color:#FFF}

.hover-underline:hover{text-decoration:underline}

.maxgridrow{max-width:var(--maxgridrow);margin:0 auto;padding:0 10px;width:100%}

.maxgridrow-nogap{max-width:calc(var(--maxgridrow) - 20px);padding:0;margin:0 auto}

.minus-left-10{margin-left:-10px}
.minus-right-10{margin-right:-10px}

.ingr{background:var(---darkblue);font-family:'Times';width:100%}

.site-index {min-height: 1000px}
#page{max-width:100vw;overflow-x:clip}

.is-sans-serif-font{font-family:var(--sans-serif)}
.is-serif-font{font-family:var(--serif)}

.whsk-is-size-0{font-size:4.5rem}
.whsk-is-size-1{font-size:3.5rem}
.whsk-is-size-2xx{font-size:3rem}
.whsk-is-size-2x{font-size:2.6rem}
.whsk-is-size-22{font-size:2.2rem}
.whsk-is-size-2{font-size:2.4rem}
.whsk-is-size-3{font-size:2rem}
.whsk-is-size-4pl{font-size:1.5rem}
.whsk-is-size-4{font-size:1.4rem}
.whsk-is-size-normal{font-size:1.7rem}

.is-less-1 {padding-inline: calc(1* var(--col-width))}
.is-less-2 {padding-inline: calc(2 * var(--col-width))}
.is-less-3 {padding-inline: calc(3 * var(--col-width))}


.is-regular{font-weight:400}
.is-lightmedium{font-weight:500}
.is-medium{font-weight:600}
.is-semibold{font-weight:700}
.is-bold{font-weight:700}
.is-ultra{font-weight:800}

.line-height-1{line-height:1}

.uppercase{text-transform:uppercase}

.o-head {margin: 0;font-family:var(--sans-serif);line-height:1.29}
.thumb-holder{margin:0;padding:0;height:0;padding-bottom:66%;position:relative;background-color:#EDF0F5}

.thumb-holder.vertical-thumb .imagefit {object-fit: contain;object-position: center}
.thumb-holder.vertical-thumb {background-color:#EDF0F5}

.imagefit{
  height:100%;
  width:100%;
  object-fit: cover;
  object-position: top center;  
  transition:all 0.3s ease;
}
.thumb-holder .imagefit {
    position: absolute;
    top: 0;
    left: 0;
}

.break-container {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}
.br:after {
    content: "";
    position: absolute;
    top: 10px;
    bottom: 10px;
    right: 0;
    opacity: 1;
    width: 0.5px;
    background: var(--lightpurple);
}.bl::before {
    content: "";
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 0;
    opacity: 1;
    width: 0.5px;
    background: var(--lightpurple);
}

.ft-layout .br::after {
    right: -10px;
}

.ft-layout .bl::before {
    left: -10px;
}


/* HEADER */
body:not(.home) .ingr-header-wrap {position: sticky;-webkit-position: sticky;top:0;z-index: 999}
#ingr-header{padding-top:2rem;padding-bottom:0}
.home #ingr-header {padding-bottom:0}
.single #ingr-header{padding-bottom:2rem}
.inner-header{min-height:50px;display:flex;height:auto;justify-content:space-between;padding-right:0}

.ingr:not(.home) .inner-header {flex-direction:row-reverse;}

.home .inner-header{align-items:flex-start;padding-bottom:2rem}
.main-header-items{display:flex;align-items:center}
.ingr-logo{position:relative;width:60px;line-height:0}
.ingr-logo img{width:100%}
.ingr-logo svg{width:100%;height:auto}
.ingr:not(.home) .main-header-items .date-weather{margin-left:15px}
.ingr:not(.home) .main-header-items .ingr-logo{margin-right:20px;padding-bottom:20px}
.ingr:not(.home) .main-header-items .ingr-logo:after, .subheader-inner span:after{content:"";top:0;bottom:0;height:100%;position:absolute;display:block;right:-20px;border-left:0.5px solid #fff}
.date-time-details{display:flex;align-items:center}
.fulldate{color:#fff;font-size:15px}
.txtime{min-height:15px;min-width:56px;color:#fff;font-size:15px;font-family:var(--sans-serif);font-weight:600;margin-left:10px;border-left:1px solid #fff;padding-left:10px;line-height:1}
.weather-flex{margin-top: 11px;display:flex;align-items:center}
.weather-flex select{border:none;background-color:transparent;color:#fff;font-family:var(--sans-serif);font-weight:600;font-size:15px;line-height: 20px;-webkit-appearance: none;-moz-appearance: none;-ms-appearance: none}
.weather-flex select {
    background-repeat: no-repeat;
    background-image:url('data:image/svg+xml,<svg fill="%23FFFFFF" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><polygon points="12 17.414 3.293 8.707 4.707 7.293 12 14.586 19.293 7.293 20.707 8.707 12 17.414"/></svg>');
    background-size: 20px;
    background-position: center right;
}
.weather-flex .weather-i{display:flex;align-items:center}
.weather-flex select option {color:var(--darkblue)}

.gem-temperature{color:#fff;font-family:var(--sans-serif);font-weight:600;font-size:12px;line-height:20px;display:flex;margin-right:10px}
.gem-temperature .weather-num{font-size:15px;margin-right:1px}
.weather-flex .weather-i .weather-ico{width:20px;height:20px;margin-right:10px}

.main-header-menu .menu-items{display:flex;color:#fff;margin-left:25px}
.main-header-menu .menu-items li{color:#fff;display:block;font-family:var(--sans-serif);font-size:16px;font-weight:600;line-height:20px;margin-right:18px;position:relative;}
.main-header-menu .menu-items li:last-child{margin-right:0}
.main-header-menu .menu-items li a{color:#fff}

.main-header-menu .menu-items li a{display:flex;align-items:baseline;border-bottom:1.5px solid transparent;}
.main-header-menu .menu-items li a svg{width:16.5px;margin-right:1px}
.main-header-menu .menu-items li a:hover{text-decoration:none;border-bottom:1.5px solid}
.main-header-menu .menu-items li span{flex:1}

.main-header-menu{display:flex;justify-content:flex-end;align-items:center}
#igr_burger{width:37.5px;position:relative;cursor: pointer}
.burger-lines {position: relative}
.burger-lines span{height:3px;background-color:var(--inred);display:block;width:100%}
.burger-lines span:nth-child(2){margin:5px 0}

.ingr.openmenu {overflow-y: hidden}
.openmenu .burger-lines span:nth-child(1) {transform: rotate(45deg);top: -2px}
.openmenu .burger-lines span:nth-child(2){opacity:0}
.openmenu .burger-lines span:nth-child(3) {transform: rotate(-45deg);bottom:-1px}
.openmenu .burger-lines span {position: absolute;width:100%;transition: transform 0.3s ease}

.is-site-wrapper:after{top:0;bottom:0;left:0;right:0;background:#e9edf4;position:absolute;content:"";opacity:0;transition:all .2s ease;z-index:2;display:none}
.openmenu .is-site-wrapper:after{opacity:.86;display:block}
#burger-area{width:60vw;max-width:800px;margin-right:-60vw;transition:all .3s ease;position:fixed;top:0;right:0;bottom:0;background-color:#fff;z-index:9999999;padding-left:var(--col-width);overflow-y:auto;padding-bottom:10rem}
#burger-area::-webkit-scrollbar{display:none}
#burger-area.openL{margin-right:0}
#burger-area .burger-inner{display:flex;flex-direction:column}
.buger-nav {max-width:610px}
.is-mobile .buger-nav {max-width:calc(100% - var(--col-width))}
.burger-logo{display:block;line-height:1}
#burger-area .burger-inner .burger-item{margin-bottom:20px;display:block;padding-bottom:10px;border-bottom:.6px solid var(--lightpurple)}
#burger-area .burger-inner .burger-item a{color:var(--darkblue)}
#burger-area .burger-inner .burger-item a:hover {text-decoration: underline}
.subsubitems {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 0.5px solid #DDD;
    padding-bottom: 8px;
    margin-bottom:20px;
}.subsubitems a {
    font-weight: normal;
    margin-right: 10px;
    margin-top: 10px;
    font-size: 14px;
}.subsubitems a:hover {
    text-decoration: underline;
}
.burger-header{margin-bottom:3rem;margin-top:3rem;display:flex;align-items:center;flex-wrap:wrap;justify-content:space-between;padding-right:var(--col-width)}
.burger-submenu{padding-top:10px;display:none}
.burger-submenu li{font-size:17px;font-weight:600;font-family:var(--sans-serif);display:block;margin-bottom:10px;line-height:1.2}
.burger-submenu li:last-child .subsubitems {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.burger-headline{display:flex;justify-content:space-between;align-items:center}
.burger-headline .smb:hover{cursor:pointer}
#closem{cursor:pointer;padding-top:10px}

.burger-headline .smb span {font-size: 32px;width: 32px;height: 32px;color: var(--darkblue);border-left: 1px solid transparent}
.burger-item.active .burger-submenu{display:block}
.burger-item.active .smb{transform:scaleY(-1)}
.burger-item.active .smb span{color:var(--inred)}

.burger-header .date-time-details {width:100%;border-top: 1px solid var(--lightpurple);padding-top: 12px;margin-top: 12px;color: var(--darkblue)}
.burger-header .date-time-details .fulldate .txtime,
.burger-header .date-time-details .fulldate {color: var(--darkblue)}
.burger-header #closem {width: 20px}
.burger-header #closem svg {width: 100%;height: auto}

.burger-search {padding-right: var(--col-width);padding-bottom: 3rem}
.burger-search form.gsc-search-box .gsc-search-box,
.burger-search form.gsc-search-box {margin-bottom: 0}
.burger-search form.gsc-search-box .gsc-input {padding-right: 0}
.burger-search form.gsc-search-box .gsc-search-button {background-color: var(--inred);border:none}
.burger-search form.gsc-search-box .gsc-input .gsc-input-box{border-radius:0 0 0 0}

.burger-item.active .burger-submenu.level_two {
    display: flex;
    flex-wrap: wrap;
    border-bottom:none;
    padding-bottom: 0;
    padding-top:0;
    margin-bottom:0;
}.burger-submenu.level_two li {
    font-weight: normal;
    margin-right: 10px;
    margin-top: 10px;
    font-size: 14px;
    margin-bottom: 0;
}
.burger-header .date-time-details a {width: 20px;height: 20px;border: none;padding: 0}
.burger-header .date-time-details a:last-child {
    margin-right: 0;
}
.burger-header  .social-items a svg path {fill: var(--darkblue)}


.article-box.relative-box .wrap-thumb-holder{margin-bottom:14px}
.article-box .post-meta{height:auto;min-height:20px;font-size:13px;line-height:15px;margin-bottom:2px;display:flex;font-family:var(--sans-serif);width:100%;overflow:initial}
.article-box .post-meta-i {align-items:center;display:flex}
.article-box .post-meta-i .post-category{color:#e51503;margin-right:5px;font-weight:500}
.article-box .post-meta-i .post-date{color:#595959}
.post-meta-i .post-date date:after{content:" |";margin-right:0}
.article-box .displayAuthors{margin-top:0;margin-bottom:0}
.article-box .displayAuthors .author-c {padding-top:12px;display:flex;align-items:center;flex:1}
.article-box .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}
.article-box .displayAuthors .author__image img {width: 100%;height: 100%;object-fit: cover;object-position: center}
.article-box .displayAuthors .author{font-size:13px;line-height:20px;font-family:var(--sans-serif);color:#566A8F;font-weight:500}
.article-box .post-description{margin:10px 0 0;font-size:14px;line-height:1.3;font-family:var(--sans-serif);color:#363e5e;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;max-width:610px}
.onerow-layout .relative-box{height:100%;border-bottom:4px solid var(--darkblue);padding-bottom:18px;display:flex;flex-direction:column;justify-content:space-between}

.onerow-layout .relative-box.lightweight{border-bottom:.5px solid var(--lightpurple)}
.lightweight .post-description{display:none}
.onerow-layout .row-title{margin-inline:calc(1 * var(--col-width))}
.reverse-item,.wrap-col-relative{height:100%}
.reverse-item .relative-box{display:flex;justify-content:space-between;padding-bottom:0}
.reverse-item .relative-box .wrap-thumb-holder{margin-bottom:15px;margin-top:30px}
.reverse-item .relative-box .post-description{display:none}
.reverse-item .post-category{display:none}
.reverse-item .relative-box .relative-header{flex-direction:column-reverse;display:flex;justify-content:space-between;height:100%}
.reverse-item .relative-box .displayAuthors {order: -1;margin-top: 0;margin-bottom: 0}
.reverse-item .relative-box .displayAuthors .author-c {border-top: 0.5px solid var(--lightpurple);margin-top: 12px;padding-top: 13px;margin-bottom:20px}


.article-box .displayAuthors .author__image{display:none}
.home #ypogegrammna .displayAuthors .author__image{width:80px;height:80px;display:block}


.onerow-layout .relative-link{height:100%}
.relative-box a:hover .o-head {text-decoration: underline}

.simple-box .video-ico {
    width: 20px;
    height: 20px;
    display: flex;
    background-color: var(--inred);
    position: relative;
    align-items: center;
    justify-content: center;
    margin-top:-3px
}
.video-ico:after {
    content: "\f522";
    font-family: 'dashicons';
    color: #FFF;
}
.category .article-box .video-ico,
.row-box .video-ico,
.relative-box .video-ico {
    position: absolute;
    bottom: 0;
    width: 30px;
    height: 30px;
    background-color: var(--inred);
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}.circle-element .video-ico {
    display: none;
}.hc_1 .video-ico {
    width: 63px;
    height: 63px;
    font-size: 24px;
}


/* VERTICAL BOXES */
.vertical-box{height:600px;display:flex;flex-direction:column;background-color:#000;justify-content:flex-end}
.vertical-box .mask-title{padding-inline:var(--col-width);white-space:normal}
.vertical-box figure{position:absolute;top:0;left:0;right:0;bottom:0;height:100%;padding-bottom:0;opacity:.82}
.vertical-box figure .imagefit{object-fit:cover;object-position:center}
.vertical-box .mask-title{padding-inline:var(--col-width);z-index:1;position:relative}
.vertical-box .mask-title .post-description{font-size:14px;letter-spacing:0;margin-bottom:0;line-height:19px;font-family:var(--sans-serif);color:#fff;display:none}
.vertical-box:hover .post-description{height:auto;opacity:1;display:block}
.vertical-box:after{transition:all .2s ease;content:"";position:absolute;bottom:0;left:0;right:0;background:#131c43;opacity:.85;height:0}
.vertical-box:hover:after{height:100%}
.vertical-box .mask-title .post-meta-i{padding-top:20px;padding-bottom:20px;border-bottom:3px solid #fff;margin-bottom:40px;color:#fff;font-family:var(--sans-serif);font-size:13px;line-height:1.3}
.vertical-box .video-label {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    z-index: 2;
    background-color: var(--inred);
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
}



/* TRENDS */
.trends-col{background:#edf0f5;padding-top:4rem;padding-bottom:4rem;padding-left:20px;position:relative}
.home .trends-col{margin-left:0;margin-top:4rem}
.trens-wrap{margin-top:20px}
.trends-row{position:relative}

.trends-row .tag_name {
    border-bottom: 0.5px solid var(--lightpurple);
    max-width: 232px;
    width: 100%;
    display: block;
    color:var(--darkblue);display:block;font-size:12px;letter-spacing:1px;line-height:17px;padding-bottom:12px;margin-bottom:12px}
.trends-box .article-box {border-bottom: 2px solid #FFF;margin-bottom: 20px;padding-bottom: 20px}
.trends-box .article-box:last-child{margin-bottom:0;padding-bottom:0;border:none}
.trends-box .article-box .post-meta,
.trends-box .article-box p {display: none}
.trends-box .tag-headline {margin-top: 0;margin-bottom:20px}
.trends-box .article-box .displayAuthors {display: none}
.trends-box .o-head {display: -webkit-box;line-clamp: 4;-webkit-line-clamp: 4;-webkit-box-orient: vertical;overflow: hidden;-o-text-overflow: ellipsis;text-overflow: ellipsis}

.trends-row.active:after,
.wrap-trend-item:hover .trends-row:after{width:170px}

.trends-box {
    padding:20px;
    opacity: 0;
    position: absolute;
    right: 0;
    height: auto;
    background-color: var(--inred);
    width: 195px;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 1;
}

.trends-row.active .trends-box{opacity:1;z-index:2}
.wrap-trend-item:last-child .trends-row .tag_name {margin-bottom: 0}

@media screen and (min-width:1640px){
.trends-row .tag_name{letter-spacing:1.7px}
.trends-box{right:-20px}
}


/* PICKS */
.editor__picks {max-width: 300px;margin-top:5rem}
.editor__picks h2 {
    margin: 0;
    border-bottom: 0.5px solid var(--lightpurple);
    padding-bottom:10px;
    margin-bottom:15px;
    line-height: 1;
}.editor__picks .wrap-col-posts li {
    border-bottom: 0.5px solid var(--lightgrey);
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.editor__picks .wrap-col-posts li:last-child{margin-bottom:0;padding-bottom:0;border:none}
.editor__picks .wrap-col-posts li .wrap-thumb-holder {width: calc(2 * var(--col-width) - 20px)}
.editor__picks .wrap-col-posts li .wrap-thumb-holder .thumb-holder {padding-bottom:80%}


/* OUTSIDE ARROWS */
.outside-arrows{position:absolute;right:0;display:flex}
.outside-arrows .slick-arrow{width:40px;height:40px;display:block;margin-left:10px;cursor:pointer;position:relative}
.outside-arrows .slick-arrow .dashicons{width:40px;height:40px;font-size:40px;color:#161f2d}
.outside-arrows .slick-arrow.slick-disabled{opacity:.5}
.tslider-next:before{content:"";border-right:1px solid;top:0;bottom:0;display:block;position:absolute;left:-2px}


/*NEWSLETTER */
.newsletter-row {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background-color: #131C43;
    clear: both;
    z-index:2;position:relative;
    padding-block:3rem;
}.newsletter-columns {
    padding-inline: var(--col-width);
}.newsletter-label span {
    font-size: 55px;
    font-weight: bold;
    font-family: var(--sans-serif);
    color: #A8B8FF;line-height:1;
}
.newsletter-description {
    font-size: 14px;
    font-weight: 600;
    color: #FFF;
    font-family: var(--sans-serif);
    padding-bottom: 20px;
    width: 100%;
    max-width: 500px;
    line-height: 1.2;
}
#mc_embed_signup {
    padding-inline: var(--col-width);
}
#mc_embed_signup_scroll{display:flex;border-bottom:1px solid #fff;justify-content:space-between}
#mce-EMAIL{-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;background-color:transparent;border:none;flex:1;font-family:var(--sans-serif);color:#FFF;font-size:1.7rem}
#mc-embedded-subscribe{background-color:var(--inred);-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;font-family:var(--sans-serif);font-size:15px;color:#fff;font-weight:600;padding:15px 25px;border:none;border-radius:0 0 0 0}
.checbox-flex{display:flex;align-items:center;margin-top:35px;font-size:13px;color:#fff;font-family:var(--sans-serif)}
.checbox-flex a{color:#fff;text-decoration:underline}
.newsletter-label {display: flex;align-items: baseline}
.newsletter-label-image {margin-right: 5px}
.newsletter-columns .bl::before {background-color: #FFF;opacity: 1;left: -10px}
#mc-embedded-subscribe[disabled] {opacity: 0.7}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}


/* POPULARS */
.populars-row {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background-color: #F3F8FF;
    clear: both;
    padding-top:6rem;
    padding-bottom:6rem;
}.populars-row .article-box.row-box {
    border-bottom: 0.5px solid #C4C4C4;
    margin-bottom:4rem;
    line-height:0;
}.publico-number {
    font-family: var(--serif);
    font-size: 96px;
    font-weight: normal;
    color:var(--darkblue);
    width: 17.5%;
    display: flex;
    align-items: center;
    justify-content: center;
    order: 1;
}
.populars-row .article-box.row-box .wrap-thumb-holder {
    order: 3;
    line-height:0;
    padding-left: 20px;
}
.populars-row .article-box.row-box .wrap-mask-title {
    order: 2;
}.populars-row .article-box.row-box .wrap-mask-title .displayAuthors {
    padding-bottom:8px;
}.populars-row .inner-inner-row-box {
    align-items: center;
    padding-top: 0;
    margin-top: 0;
}



.sintaxi-in{display:none!important}
.ingr__postmeta .sintaxi-in{display:block!important}


/* LATEST COL */
.latest_news_col{padding-left:calc(1 * var(--col-width));padding-top:3rem}
.latest_news_col .wrap-col-posts{margin-top:25px;position:relative}
.home .latest_news_col .wrap-col-posts{overflow-y:auto;padding-bottom:7rem}
.home .latest_news_col .wrap-col-posts::-webkit-scrollbar{display:none}
.home .latest_news_col .wrap-col-posts{scrollbar-width:none}

.home .wrap__latestwrap:after {
    content: "";
    height: 70px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to bottom,rgba(255,255,255,.25) 0,rgba(255,255,255,1) 100%);
}
.latest_news_col .post-meta .post-meta-i{display:flex;flex-direction:row-reverse}
.latest_news_col .post-date{padding-right:4px;white-space:nowrap}
.latest_news_col .post-date {
    color: #161F2D!important;
    font-size: 13px;
}
.latest_news_col .post-date date{display:none}
.latest_news_col .article-box .post-description{display:none}
.latest_news_col .wrap-col-posts li{border-bottom:.5px solid var(--lightgrey);display:block}
.dot {
    width: 27px;
    border: 3px solid var(--inred);
    height: 27px;
    padding:2px;
    border-radius: 100%;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home .latest_news_col .wrap-col-posts li:last-child {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
}
.dot i {
    display: block;
    border-radius: 100%;
    height: 100%;
    width: 100%;-webkit-animation:1s blink ease infinite;-moz-animation:1s blink ease infinite;-ms-animation:1s blink ease infinite;-o-animation:1s blink ease infinite;animation:1s blink ease infinite;;
    background-image:url('data:image/svg+xml,<svg fill="%23e03" height="64px" width="64px" version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 512 512" xml:space="preserve"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><g><g><path d="M256,0C114.614,0,0,114.614,0,256s114.614,256,256,256s256-114.614,256-256S397.386,0,256,0z M367.807,399.75 L233.412,265.356V75.294h45.177v171.35l121.163,121.16L367.807,399.75z"></path></g></g></g></svg>');
    background-size: 100%;
    background-repeat: no-repeat;
}

a.readmore-text {
    color: var(--inred);
    font-size: 13px;
}

a.readmore-text:hover{text-decoration:underline}

.home .latest_news_col {display: flex;flex-direction: column;height: 100%}


.inbox-row {padding-top:5rem;padding-bottom:4rem}
.inbox-col li .post-description {display: none}

.inbox-col li {
    display: block;
    list-style: none;
    padding-bottom:15px;
    min-height:90px;
    margin-bottom: 15px;
    border-bottom: 0.5px solid var(--lightpurple);
}.inbox-col li:last-child {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.inbox-col li .author-c.sintaxi-in {display: block!important;opacity:0;}
.inbox-col .col_1 article .relative-header .wrap-mask-title .author-c.sintaxi-in {display: none;opacity:0}
.inbox-col li .article-box.row-box .o-head {min-height:60px;-webkit-line-clamp:4}

.inbox-col .col_1 .wrap-whsk-slides {
    margin-bottom: 0!important;
}

.inbox-col .col_1 article .relative-header {
    display: flex;
    flex-direction: column-reverse;
    background-color: #E9EDF4;
}.inbox-col .col_1 article .relative-header .wrap-thumb-holder {
    margin: 0;
}.inbox-col .col_1 article .relative-header .wrap-mask-title {
    padding: 0 20px 20px;
    height: 135px;
}

.inbox-col .col_1 article .relative-header .wrap-mask-title .o-head {
    max-width: 280px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    height: 66px;
    margin-bottom:10px;
}
.inbox-col .col_1 article .relative-header .wrap-mask-title .author-c {
    padding: 0;
}
.inbox-col .col_1 {
    margin-bottom:20px;
    position: relative;
}
.inbox-col .article-box.row-box .wrap-mask-title{padding-right:15px;padding-left:0;}
.inbox-col .article-box.row-box .wrap-thumb-holder {width: 100px;height: 100px}
.inbox-col .article-box.row-box .wrap-thumb-holder .thumb-holder {height: 100%}

.inbox-col li:not(.col_3,.col_1) .article-box.row-box .wrap-mask-title {padding-left: 0}
.inbox-col .col_1 .displayAuthors:last-child {display: none}
.inbox-col .inner-inner-row-box {flex-direction: row-reverse}
.is-desktop.home .inbox-col .inner-inner-row-box{border: none;padding: 0;}

.inbox-header {
    display: flex;
    background: #E9EDF4;
    align-items: center;
    padding-bottom: 3.5rem;
    padding-top: 2.5rem;
}
.inbox-header h2 {
    margin: 0;
    font-size: 18px;
}.inbox-header sp {
    background-color: var(--inred);
    width: 15px;
    height: 15px;
    margin-right: 11px;
}


.inbox-box {
    background-color: var(--inred);
    height: 0;
    padding-bottom:calc(100% + 20px);
    padding-left: 25px;
    padding-right: 20px;
}.inbox-box h2 {
    font-size: 40px;
    margin: 0;
    line-height: 1;
    padding-top: 2rem;
}.inbox-box p {
    font-size: 15px;
    color: #FFF;
    margin: 0;
    font-family: var(--sans-serif);
    font-weight: 600;
    margin-top: 20px;line-height:1.2;
}

.inbox-box {
    margin-left: -20px;
}.inbox-col .extra-top-posts {
    display: none;
}


/* FOOTER */
.is-site-footer{background-color:var(--darkblue);padding:6rem 0 3rem;margin-top:10rem}
.is-site-footer .footer-logo{line-height:0;display:block;margin:0}
.is-site-footer .cms-pages{border-top:.5px solid var(--lightpurple);border-bottom:.5px solid var(--lightpurple)}
.is-site-footer .cms-pages .cmspages-ul{display:flex;padding:12px 0;flex-wrap:wrap;}
.is-site-footer .cms-pages .cmspages-ul li{display:block;color:#fff;font-family:var(--sans-serif);font-size:14px;line-height:1.2;border-right:1px solid;margin-right:10px;padding-right:10px}
.is-site-footer .cms-pages .cmspages-ul li:last-child{border:none;padding-right:0;margin-right:0}
.is-site-footer .cms-pages .cmspages-ul li a{color:#fff}
.is-site-footer .menu-items li a:hover,
.is-site-footer .cms-pages .cmspages-ul li a:hover {text-decoration: underline}
.social-items {display: flex;justify-content: flex-end}
.social-items a {
    display: flex;
    width: 36px;
    height: 36px;
    padding: 8px;
    margin: 0 5px;
    align-items: center;
    justify-content: center;  
    border: 1px solid var(--lightpurple);
    border-radius: 100%;
}
.social-items a svg{width:100%;height:100%}
.social-items a svg path {fill: #FFF}

.disclaimer{color:#fff;font-size:13px;line-height:17px;font-family:var(--sans-serif);max-width:990px;}
.disclaimer p{margin:0 0 20px;font-size:13px;line-height:17px}
.is-site-footer .menu-items{display:flex;flex-wrap:wrap}
.is-site-footer .menu-items li{font-weight:500;color:#fff;font-size:16px;line-height:1.3;font-family:var(--sans-serif);margin-right:22px;display:block}
.is-site-footer .menu-items li a{color:#fff}
.copyright-label {font-size: 14px;color: #FFF;font-family:var(--sans-serif);width: 100%;display: block;text-align: right}
.copyright-label a {color: #FFF;text-decoration: underline}

.ingr-id {padding: 3rem 0;text-align: left;background-color: #E9EDF4}
.ingr-id h4 {margin: 0}
.ingr-id .block-id {font-size: 14px;font-family: var(--sans-serif);line-height:1.3;}
.ingr-id .block-id strong {font-weight: 500}
.ingr-id .block-id:not(:last-child) {margin-bottom: 20px}
.ingr-id .block-id p:last-child {margin-bottom: 0}


/* INSPORTS */
.whsk--matchcenter{margin-bottom:3rem}
.whsk--matchcenter .whsk--matchcenter_filters{display:none}
.whsk--matchcenter-header.show{border-top:1.5px solid #131c43;border-bottom:1.5px solid #131c43}
.ingr .whsk--matchcenter__games .whsk--matchcenter__game {
    border-right: 1px solid #131c43;
    font-family: var(--sans-serif);
    padding-top: 20px;
    flex: 0 0 200px;
    margin-right: 20px;
    display: initial;
    padding-left: 0;
    padding-right: 20px;
}
.ingr .whsk--matchcenter__games .whsk--matchcenter__game:first-child{padding-left:0}
.ingr .whsk--matchcenter__games {
    width:100%;
    overflow-x: auto;
    white-space: nowrap;
    display: flex;
    transition: transform 0.3s ease;
}
.ingr .whsk--matchcenter__games .whsk--matchcenter__game .header-game{margin-bottom:10px}
.ingr .whsk--matchcenter__games .whsk--matchcenter__game .header-games__team.win{font-weight:500}
.ingr .whsk--matchcenter__games .whsk--matchcenter__game.is-live .elapsed-time {font-weight: 500;background-color: var(--inred);border-radius: 0}
.ingr .whsk--matchcenter__games .whsk--matchcenter__game:last-child {
    margin-right: 0;
    border-right: none;
}
.whsk--matchcenter__games .whsk--matchcenter__game.is-live{position: relative}
#game_prevButton, #game_nextButton {
    -webkit-appearance: none;
    width: 40px;
    height: 40px;
    margin-left: 0;
    cursor: pointer;
    position: relative;
    -moz-appearance: none;
    -ms-appearance: none;
    border: 0.5px solid var(--lightpurple);
    background-color: transparent;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.game-carousel-buttons {
    display: flex;
    align-items: center;
}
#game_prevButton .dashicons, #game_nextButton .dashicons {
    width: 30px;
    height: 30px;
    font-size:30px; 
    color:var(--darkblue);
}.whsk--matchcenter__games .whsk--matchcenter__game.is-live {
    order: -1;
}
#game_nextButton{margin-left:20px}
#game_nextButton:before {
    left: -10px;
    content: "";
    border-left: 1px solid #CCC;
    display: block;
    margin-right: 10px;
    position: absolute;
    top: -5px;
    bottom: -5px;
}


.outer-breaking { background-color: var(--darkblue)}

.outer-breaking .breaking-row {
    position: relative;
    z-index: 2;
    padding: 0 3rem;
    background-color: var(--inred);
    max-width: calc(100% - var(--col-width));
    display: flex;
}

.outer-breaking .breaking-row a:hover{text-decoration:underline}

.paper-widget {
    margin-top:3rem;
    max-width: 300px;
    padding: 2rem;
    margin-left: 0;
    border-radius:10px;
    background-color: var(--darkblue);
    background: linear-gradient(180deg, rgba(92, 116, 153, 0.8) 50%, var(--darkblue) 100%)
}
.paper-widget .thumb-holder {margin-bottom:2rem}
.paper-widget .thumb-holder img {object-position: center}
.paper-headline {padding-right: var(--col-width);line-height: 1.14}
.paper-widget .post-category,
.paper-widget .post-date {color: #FFF !important}

.inner-inner-row-box{width:100%;display:flex;flex-wrap:wrap;align-items:flex-start}

@media screen and (max-width:1023px) {
.whsk-is-size-2-touch{font-size:2.5rem}
.whsk-is-size-22-touch{font-size:2.3rem}
.whsk-is-size-3-touch{font-size:2rem}
.whsk-is-size-4-touch{font-size:12px}
.whsk-is-size-4pl,  
.whsk-is-size-normal{font-size:1.8rem}
.outer-breaking .breaking-row{padding:10px 12px;display:block;max-width:100%;height:115px}
.breaking-items {width: 100%}
}

@media screen and (max-width:680px) {
.whsk-is-size-normal-touch{font-size:18px}    
.whsk-is-size-small-touch{font-size:16px}
.whsk-is-size-xsmall-touch{font-size:14px}
.hc_1 .video-ico {width: 50px;height:50px}
.copyright-label{text-align: left;}
}


@media screen and (max-width:1023px) {
.inner-header {padding-right: 0;align-items:center}  
#ingr_stream {color: #FFF;display: flex;align-items: center;flex-direction: row-reverse;margin-inline:8px}
#ingr_stream .dot {width: 30px;height: 30px;margin-right: 0;margin-left:10px;border: 1.5px solid var(--inred);}
.main-header-menu #ingr_games svg {width:26px;height: auto}
.maxgridrow{padding-inline:20px}
.is-less-3,  
.is-less-2,  
.is-less-1{padding-inline:0} 
  
.whsk_flex_col{flex-direction:column;display:flex}
.order__0 {order:0}  
.order__1{order: 1}
.order__2{order: 2}  
.order__3{order: 3}  
  
.is-site-footer {margin-top: 6rem;padding-top: 3rem}
.trends-row .tag_name { padding-bottom: 10px;margin-bottom: 10px}
.trends-box {width: 175px;padding: 12px} 
.ft-layout .br::after,
.bl::before{display:none}
 
.inner-inner-row-box {width: 100%;display: flex;margin-top: 5px;}
.newspapers-posts .squized-rowbox .inner-inner-row-box {align-items: center}
}

@media screen and (min-width:1023px) { .subinner{display:none!important}}
 
.article-box .post-description {color: #565656}

@media screen and (max-width:767px){
.whsk-is-size-21{font-size:21px!important}
.maxgridrow{padding-inline:12px}
.date-weather {display: none}
.home .inner-header{padding-bottom:1.2rem;align-items:center;}
  
#ingr-header, .single #ingr-header {padding-bottom:0;padding-top:10px}
.ingr:not(.home) .inner-header{flex-direction:row;align-items:center;padding-bottom:12px}
  
.ingr.home .main-header-menu {flex-direction: row-reverse;padding-top:5px;align-items:flex-start;}
.ingr:not(.home) .main-header-menu {flex-direction: row-reverse}

#ingr_stream{margin-right:15px}
#ingr_stream .dot {width:27px;height:27px;margin-right:0;margin-left:6px;padding:3px}
  
#igr_burger {width:27px}
.burger-logo {display: block;line-height: 1;max-width: 50px}
.burger-logo svg {width: 100%;height: auto}  
.inner-header {padding-right: 0;min-height: initial;align-items: center}
.ingr:not(.home) .main-header-items .ingr-logo {margin: 0;padding: 0;width: 45px}
.ingr:not(.home) .main-header-items .ingr-logo:after, .subheader-inner span:after{display:none}
.ingr:not(.home) .new__header__items {line-height: 0;border-right: 0.5px solid rgba(255, 255, 255, 0.5);padding-right: 12px}

.bl::before,  
.br:after{display:none}

.onerow-layout .relative-box {margin-bottom:22px}
.wraponerow-cols .columns .column:last-child .relative-box {margin-bottom: 0}
  
.is-less-3,  
.is-less-2,  
.is-less-1{padding-inline:0}  

#burger-area {width: 100vw;margin-right: -100vw;padding-left:var(--col-width)}
.burger-header {margin-top: 2.5rem;margin-bottom: 3.2rem}
.is-site-footer .cms-pages .cmspages-ul li {margin-bottom: 12px}
.article-box .displayAuthors{margin-bottom:0}  
  
.editor__picks .wrap-col-posts li {margin-bottom:20px}
  

.newsletter-label-image {width: 50px}
.newsletter-label span {font-size: 35px}
  
#burger-area .burger-inner .burger-item{margin-bottom:18px;padding-bottom: 8px}
#burger-area .burger-inner .burger-item:last-child {margin-bottom: 0}
.burger-submenu li {font-size:16px}
.burger-submenu li:last-child {margin-bottom: 0}
.burger-submenu {padding-top:8px;display: none}
.subinner{display:block;font-size:24px;color:#fff;font-family:var(--serif);position:relative;margin-left:10px;padding-left:10px;padding-top:10px}
.subinner a{color:#FFFFFF}
.subinner:before{content:"";border-left:.5px solid #fff;position:absolute;top:10px;left:0;bottom:-12px}
.ingr:not(.home) #ingr_stream span{display:none}
.outer-breaking .maxgridrow{padding:0}
.outer-breaking .breaking-row{padding:10px 12px;display:block;max-width:100%}
.outer-breaking .breaking-row .o-head {line-height:1.28;display: block;margin-left: 0;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden}
.outer-breaking .breaking-row .breaking-label:after{display:none}
.paper-widget {margin:0rem auto 2.5rem;width:100%}
.publico-number {font-size: 70px}
  
.inbox-col li {height: auto}
.inbox-col .col_1{padding-bottom:0!important;}
.inbox-col li .author-c.sintaxi-in {display: none!important}
.inbox-col li .article-box.row-box .o-head {min-height: auto;-webkit-line-clamp: 4}
.trends-box .article-box .whsk-is-size-4 {font-size: 13px}  
 
#mce-EMAIL{flex:1}  
#mc-embedded-subscribe {padding: 10px 15px;width: 100px;text-align: center}
  
.inner-inner-row-box .displayAuthors,
.inner-inner-row-box .post-meta {display: none}  
  
}

@media screen and (max-width:680px){
.onerow-layout .relative-box{height: auto}
}

.is-stuck .outer-breaking {height: 1px;overflow: hidden;opacity: 0}


.home .displayAuthors .author-c:before,
.single .displayAuthors .author-c:before,
.single .wrap-article-row .displayAuthors .author-c:before,
.page-template .displayAuthors .author-c:before,
.archive .displayAuthors .author-c:before{
    content: "";
    width: 10px;
    height: 12px;
    background-image:url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg width="10px" height="12px" viewBox="0 0 10 12" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><title>F201551A-4AC6-4DA9-A4AD-A64C613005D1</title><g id="Welcome" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="homepage-30_8" transform="translate(-674.000000, -4829.000000)" fill="%235C7499"><g id="Group-3-Copy-3" transform="translate(674.000000, 4829.000000)"><rect id="Rectangle" x="0" y="11" width="10" height="1"></rect><path d="M7.33333333,0 L6,1.33333333 L8.66666667,4 L10,2.66666667 L7.33333333,0 Z M5.33333333,2 L0,7.33333333 L0,10 L2.66666667,10 L8,4.66666667 L5.33333333,2 Z" id="Shape" fill-rule="nonzero"></path></g></g></g></svg>');
    display: block;
    background-position: center;
    background-size: 100%;
    background-repeat:no-repeat;
    margin-right:10px;
    float: left;
    opacity:0.8;
}
.big-right .article-box .displayAuthors .author-c::before {
    filter:invert(1) brightness(10) grayscale(1);
}.latest_news_col .displayAuthors {
    display: none;
}



@media screen and (min-width:1216px){    
.wrap__submenu{width:calc(320px + 6 * var(--col-width))}
.single .wrap__submenu{width: calc(340px + 4 * var(--col-width))}
#SubMenu h2{width:100%}
.topics_items{display:flex}
#SubMenu{padding-left:calc(1*var(--col-width) - 20px);padding-top:2.1rem;display:flex;flex-wrap:wrap}
.single #SubMenu{padding-left:10px}
#SubMenu .topics_items{display:flex;flex-wrap:wrap;margin-top:12px}
#SubMenu .topics_items li{display:block;font-size:14px;margin-bottom:5px;font-family:var(--sans-serif);font-weight:500;color:var(--darkblue);margin-right:10px}
#SubMenu .topics_items li a{color:var(--darkblue)}
#SubMenu .topics_items li a:hover {color: rgba(22,31,45,0.7)}
}

@media screen and (min-width:1399px){
.wrap__submenu {width: calc(340px + 6 * var(--col-width))}
.single .wrap__submenu{width: calc(340px + 4 * var(--col-width))}
  
#SubMenu .topics_items {border-bottom: 0.5px solid var(--lightpurple)}
#SubMenu .topics_items li {margin-bottom: 0;border-right: 0.5px solid var(--lightpurple);padding-right:6px;padding-top: 5px;padding-bottom:4px;margin-right:6px;font-weight: 600;font-size:15px}
#SubMenu .topics_items li:last-child {margin-right: 0;border-right: none;padding-right: 0}
  
}


.das-billboard--in{margin:0 auto}
.ingr__updateT{display:flex;font-size:11px;color:var(--inred);font-family:var(--sans-serif);font-weight:600;margin-top:12px;align-items:center;text-transform:uppercase}
.ingr__updateT:before{content:"";width:6px;height:6px;background-color:var(--inred);border-radius:100%;margin-right:5px}
.invert__row .ingr__updateT{color:#fff}
.invert__row .ingr__updateT::before{background-color:#fff}
.inbox-col li .ingr__updateT{display:none}
.tab_s date{display:none}


.adFixed {
    position: fixed;
    top: 0;
    left: 50%;
    z-index:99999;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: rgba(255,255,255,0.8);
    width: 100%;
    border: none;
}
.adFixed.adTransparent {visibility:hidden}
.das-billboard.adFixed:after {border: none}


#onesignal-popover-container,
#onesignal-slidedown-container {z-index: 9999!important}

.is-desktop .populars-row .inner-inner-row-box,
.is-desktop .newspapers-posts .squized-rowbox .inner-inner-row-box,
.is-desktop .big-right .wrap-col-posts li .inner-inner-row-box {
    border: none;
    padding: 0;
}

.sintaxi-in svg {display: none}

@media (min-width:1024px){
.outer-breaking.scriptum---news {min-height:60px}
.outer-breaking.breaking---news .breaking-row,
.outer-breaking.breaking---news .breaking-row .breaking-items,
.outer-breaking.breaking---news {min-height:88px}
.mmmenu__item.menu-sports:after {
    content: "";
    width: 70px;
    height: 10px;
    display: block;
    margin-left: -1px;
    background-image: url('/wp-content/themes/whsk_in.gr/common/imgs/betsson/bybetsson_white_orange_min.png');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
}
}

.hide__all .displayAuthors {display: none !important}

#searchform{display:flex;align-items:center}
#searchform input#s{-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;border:1px solid #ccc;padding:5px;color:#222;font-family:'Inter';font-weight:400;font-size:16px;height:40px;border-radius:0;flex:1}
#searchform #searchsubmit{-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;background-color:var(--inred);border:none;padding:5px;color:#fff;font-family:'Inter';font-weight:700;font-size:16px;width:120px;height: 40px;border-radius: 0}
#searchform #searchsubmit:hover {background: var(--darkred);cursor: pointer}
/* #searchform label{display:none} */

@media screen and (max-width:680px){
.new__header__items a svg {width: auto;height: 24px;margin-bottom: 3px;margin-inline: auto}
}

@media screen and (max-width:480px) {
.whsk-is-size-normal-touch{font-size:17px}  
}

.aside_widget_wrap{background-color:#FFFFFF;padding-block:12px;position:relative}
.ingr__widget_wrap {border: 1px solid #DDD;padding:14px 12px;border-radius: 10px;margin-inline: auto;background-color: #EDF0F4;box-shadow: 1px 3px 6px #eee}
.ingr__widget_inner {margin: 0 auto;padding:12px;background-color: #FFF;border-radius:10px;border: 1px solid #DDD}
.ingr__widget_inner .button.is-primary {text-align:center;background-color: var(--darkblue);-webkit-appearance: none;-moz-appearance: none;font-family: 'Inter';color: #FFF;border:none;margin-bottom:0;border-radius: 8px;font-weight: 500;padding: 10px;font-size: 14px;font-family: var(--sans-serif);font-weight:600;width: 100%;display:block;}
.ingr__widget_inner .button.is-primary:hover{cursor: pointer}

.adrow {
    background-color: #eee;
    min-height: 275px;
    padding-block: 15px;
    position: relative;
}
.adrow_no{min-height:0}
.adrow_big{min-height:600px}
.adrow:before {
    content: "ΔΙΑΦΗΜΙΣΗ";
    font-size: 10px;
    line-height: 1;
    font-weight: 600;
    text-align: center;
    margin-inline: auto;
    width: 100%;
    display: block;
    position: absolute;
    top: 3px;
    color: #727272;
    font-family: var(--sans-serif);
}

.parent__div .adunit__sticky {position: sticky;top:70px;-webkit-position: sticky}
.exclude-ads .parent__div {
    display: none !important;
}

/* wag updates */
#populars .article-box .post-meta-i .post-category,
.editor__picks .article-box .post-meta-i .post-category,
.inbox-col .col_1 article .relative-header .wrap-mask-title .post-category,
.wrap__euro__24 .article-box .post-meta-i .post-category{color:#B01103}
#mc_embed_signup label {background-color:#131C42;color:#FFF}

.mobapp a.googlefc,
.mobapp .bottom__sticky {bottom: 40px !important}


@media screen and (min-width:767px) and (max-width:1023px) {
#burger-area{padding-inline:30px;}
}

@media screen and (min-width:1024px) {
.home .main-header-items .ingr-logo.ingrstoiximan-logo {width: 160px!important}
.main-header-items .ingr-logo.ingrstoiximan-logo {width:100px!important}
}

@media screen and (max-width:1023px) {
    .main-header-items .ingr-logo.ingrstoiximan-logo,
    .home .main-header-items .ingr-logo.ingrstoiximan-logo {
        width: 80px!important;
    }
}