/* ==========================
Begin - News Rotator
=============================*/

/* News Masonry Style1 */
.mod-news-mondrian.style1 { position:relative;  }
.mod-news-mondrian.style1 .mondrian-stories-grid { margin:-1px; }
.mod-news-mondrian.style1 .mondrian-stories-grid .mondrian-row {  }
.mod-news-mondrian.style1 .mondrian-stories-grid .mondrian-row .mondrian-column-main:not(.stretch){ flex:2;}
.mod-news-mondrian.style1 .mondrian-stories-grid .mondrian-row .mondrian-column-aside{  flex:1; }
.mod-news-mondrian.style1 .related-links { z-index:2; position:relative; }
.mod-news-mondrian.style1 .related-links .card-link:hover { text-decoration:underline; }
.mod-news-mondrian.style1 .story-card { position:relative; border:1px solid var(--color-light); margin:-1px; overflow:hidden; background:var(--color-light);}
.mod-news-mondrian.style1 .story-card .story-box{ position:absolute; bottom:0; right:0; left:0; z-index:2; }
.mod-news-mondrian.style1 .story-card .stats-box { z-index:3 }
.mod-news-mondrian.style1 .story-card .story-box .story-box-main { flex:1 }
.mod-news-mondrian.style1 .story-card .story-box .story-box-aside{ flex:1; z-index:2; }
.mod-news-mondrian.style1 .story-card .story-box .card-title,
.mod-news-mondrian.style1 .story-card .story-box .date-sport{ text-shadow: .1rem .1rem .1rem var(--color-primary); }
.mod-news-mondrian.style1 .story-card .story-box .stats-box .brief-stats a{ color:var(--global-linkcolor); }
.mod-news-mondrian.style1 .story-card .story-box .stats-box .brief-stats a:hover{ color:var(--global-linkhovercolor); }
.mod-news-mondrian.style1 .story-card .story-box .stats-box .brief-stats .linescore { margin-bottom:0 !important;}
.mod-news-mondrian.style1 .story-card .story-box .stats-box .brief-stats .linescore .gamebox {display:none;}
/*.mod-news-mondrian.style1 .story-card .story-box .stats-box .brief-stats .linebox .table td,
.mod-news-mondrian.style1 .story-card .story-box .stats-box .brief-stats .linebox .table th { padding: .3rem; } */
.mod-news-mondrian.style1 .story-card .media-box:before {transition: 0.2s;position: absolute;z-index: 1;top: 0;left: 0;width: 100%;height: 200%;content: '';background: linear-gradient(180deg, rgba(0,0,0,0.0) 0%, var(--color-primary) 100%);}
.mod-news-mondrian.style1 .story-box-aside .table td,
.mod-news-mondrian.style1 .story-box-aside .table th {
    padding:0.3rem;
}
.mod-news-mondrian.style1 .story-box-aside .game-label.text-muted { color:var(--color-light) !important; font-weight:bold; text-shadow: .1rem .1rem .1rem var(--color-primary);}
@media (min-width: 768px){
    .mod-news-mondrian.style1 .story-card:hover .media-box:before { transform: translate(0, -50%); }
}
@media (min-width: 1024px) {
    .mod-news-mondrian.style1 .story-card .media-box:before { top: 25%; }  
    .mod-news-mondrian.style1 .story-card .story-box .card-title { font-size:1.5rem; }
}

.mod-news-mondrian.style1 .story-card .story-box .breadcrumb-item+.breadcrumb-item::before { color:inherit }


/* TABLET */
@media only screen and (min-width:768px) {
    /* News Masonry Style1 */
    .mod-news-mondrian.style1 {  }
}

/* DESKTOP */
@media only screen and (min-width:992px) {
    /* News Masonry Style1 */
    .mod-news-mondrian.style1 {  }

/* LARGE DESKTOP */
@media only screen and (min-width:1200px) {
    /* News Masonry Style1 */
    .mod-news-mondrian.style1 {  }
    .mod-news-mondrian.style1 .story-card .story-box .card-title { font-size:1.75rem; }
}

/* DESKTOP LARGE VERTICAL SCREEN */
@media only screen and (min-width:992px) and (min-height:1200px) {    
    /* News Masonry Style1 */
    .mod-news-mondrian.style1 {  }
    
}