/*--Customization--*/
/*--GENERAL--*/
.mosaic-blog {
    padding: 0px 26px;
    max-width: 1250px;
    margin: 0px auto;
}
/*--HEADER--*/
.mosaic-blog .widget-header {
    padding-top: 68px;
    padding-bottom: 24px;
    background: url("/includes/public/assets/shared/opera-house.png");
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
}
.mosaic-blog .widget-pretitle {
    font-family: var(--font-montserrat);
    font-size: 30px;
    color: var(--black-29);
    line-height: 1;
    margin-bottom: 2px;
    letter-spacing: 1.5px;
}
.mosaic-blog .widget-title {
    font-family: var(--font-montserrat);
    font-size: 34px;
    color: var(--black-29);
    font-weight: 900;
    line-height: 1;
    margin-bottom: 6px;
    letter-spacing: 1.5px;
}
.mosaic-blog .widget-description {
    font-family: var(--font-montserrat);
    font-size: 12px;
    color: var(--black-29);
    line-height: 1.7;
    letter-spacing: 0.5px;
    font-weight: 600;
    padding-right: 5px;
}
.mosaic-blog .widget-header .widget-view-all {
    display: none;
    position: relative;
}
.mosaic-blog .widget-view-all.grid {
    background-color: var(--blue-32);
    height: calc(100% - 36px);
    /* height: 92%; */
    border-radius: var(--rounded-lg);
    position: relative;
    z-index: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: var(--cream-fb);
    font-family: var(--font-montserrat);
    font-size: 18px;
    font-weight: 900;
    line-height: 1;
    text-transform: capitalize;
    padding: 10px;
    padding-right: 30px;
    padding-bottom: 35px;
}
.mosaic-blog .widget-view-all.grid:hover {
    text-decoration: none;
}
.mosaic-blog .widget-view-all.grid span {
	background: url("/includes/public/assets/shared/flannel-CTA.svg");
	background-repeat: no-repeat;
	border: none;
	width: 65px;
	height: 25px;
	font-size: 0px;
	opacity: 1;
	z-index: 2;
	transform: translateY(55px) translateX(10px);
	position: absolute;
}
.mosaic-blog .cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* grid-template-rows: repeat(8, .5fr); */
    column-gap: 10px;
    row-gap: 20px;
}
.mosaic-blog .cols .slide:nth-child(1) {
    grid-column: 1 / span 2;
    grid-row: 1 / span 2;
}
.mosaic-blog .cols .slide:nth-child(2) {
    grid-column: 1 / span 2;
    grid-row: 3 / span 2;
}
.mosaic-blog .cols .last-column {
    display: grid;
    grid-column: 1 / span 2;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 10px;
    margin: 0px 2px;
}

.mosaic-blog .cols .last-column p {
    display: none;
}
.mosaic-blog .cols .last-column .slide:nth-child(1) {
    grid-column: 1 / span 1;
    grid-row: 1 / span 1;
}
.mosaic-blog .cols .last-column .slide:nth-child(2) {
    grid-column: 2 / span 1;
    grid-row: 1 / span 1;
}
.mosaic-blog .cols .last-column .slide:nth-child(3) {
    grid-column: 1 / span 1;
    grid-row: 2 / span 1;
}
/*--IMAGE--*/
.mosaic-blog .cols .img-cont {
    margin-bottom: 10px;
    position: relative;
}
.mosaic-blog .cols .img-cont img,
.mosaic-blog .cols .img-cont-promoted img {
    width: 100%;
    border-radius: var(--rounded-lg);
}
.mosaic-blog .img-cont-promoted { 
    margin-bottom: 11px;
}
.mosaic-blog .shared-play-button {position: absolute;transform: translate(-50%, -50%);z-index: 0;}
/*--CONTENT--*/
.mosaic-blog .cols .slide .content-section {

}
.mosaic-blog .cols .slide .content-section h4 {
    font-family: var(--font-montserrat);
    font-size: 18px;
    color: var(--black-29);
    font-weight: 900;
    text-transform: capitalize;
    line-height: 1.2;
    margin-bottom: 2px;
}
.mosaic-blog .cols .slide:nth-child(3) .content-section h4,
.mosaic-blog .cols .slide:nth-child(4) .content-section h4,
.mosaic-blog .cols .slide:nth-child(5) .content-section h4 {
    font-size: 18px;
    line-height: 1.05;
}
.mosaic-blog .cols .slide .content-section p {
    font-family: var(--font-montserrat);
    font-size: 12px;
    color: var(--black-29);
    font-weight: 600;
    letter-spacing: 0.5px;
}
.mosaic-blog .cols .slide:nth-child(3) .content-section p,
.mosaic-blog .cols .slide:nth-child(4) .content-section p,
.mosaic-blog .cols .slide:nth-child(5) .content-section p,
.mosaic-blog .cols .slide .content-section p .read-more {
    display: none;
}
/*--BUTTON--*/
/*--ARROW--*/
@media screen and (min-width:469px) {
    .mosaic-blog .widget-view-all.grid {
        height: calc(100% - 36px);
    }
}
@media screen and (min-width:536px) {
    .mosaic-blog .widget-view-all.grid {
        height: calc(100% - 34px);
    }
}
@media screen and (min-width:40em) {
    /*--GENERAL--*/
    /*--HEADER--*/
    .mosaic-blog .widget-header {
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    }
    .mosaic-blog .widget-description {
        width: 60%;
    }
    /*--IMAGE--*/
    /*--CONTENT--*/
    /*--BUTTON--*/
    /*--ARROW--*/
}
@media screen and (min-width:64em) {
    /*--GENERAL--*/
    .mosaic-blog {
        padding: 0px 14px;
        margin-bottom: 50px;
    }
    .mosaic-blog .widget-header {
        background-size: contain;
        background-position: 59% 50%;
    }
    .mosaic-blog .cols {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr;
        column-gap: 20px;
        row-gap: 47px;
    }
    .mosaic-blog .cols .slide:nth-child(1) {
        grid-column: 1 / span 1;
        grid-row: 1 / span 1;
    }
    .mosaic-blog .cols .slide:nth-child(2) {
        grid-column: 2 / span 1;
        grid-row: 1 / span 1;
    }
    .mosaic-blog .cols .last-column {
        display: grid;
        grid-column: 1 / span 2;
        grid-template-columns: 1fr 1fr 1fr 0.635fr;
        grid-template-rows: 1fr;
        gap: 20px;
        margin: 0px -5px;
    }
    .mosaic-blog .cols .last-column .slide:nth-child(3) {
        grid-column: 3 / span 1;
        grid-row: 1 / span 1;
    }
    /*--HEADER--*/
    .mosaic-blog .widget-pretitle {
        font-size: 48px;
        margin-bottom: 5px;
    }
    .mosaic-blog .widget-title {
        font-size: 63px;
        margin-bottom: 7px;
    }
    .mosaic-blog .widget-description {
        font-size: 16px;
        width: 50%;
        line-height: 1.5;
    }
    /*--IMAGE--*/
    .mosaic-blog .cols .slide .img-cont-promoted {
        margin-bottom: 16px;
        width: 100%;
        border-radius: var(--rounded-lg);
    }
    .mosaic-blog .cols .slide .img-cont-promoted img {
        /* width: 100%; */
    }
    /*--CONTENT--*/
    .mosaic-blog .cols .slide .content-section h4 {
        font-size: 24px;
        margin-bottom: 5px;
    }
    .mosaic-blog .cols .slide:nth-child(3) .content-section h4,
    .mosaic-blog .cols .slide:nth-child(4) .content-section h4,
    .mosaic-blog .cols .slide:nth-child(5) .content-section h4 {
        font-size: 24px;
        line-height: 1;
    }
    .mosaic-blog .cols .slide .content-section p {
        font-size: 16px;
        line-height: 1.25;
        margin-right: 30px;
    }
    /*--BUTTON--*/
    .mosaic-blog .widget-view-all.grid {
        font-size: 24px;
        letter-spacing: 1px;
        line-height: 1.1;
        padding: 20px;
        padding-right: 30px;
        justify-content: center;
        padding-bottom: 54px;
        height: calc(100% - 50px);
        text-transform: capitalize;
    }
    .mosaic-blog .widget-view-all.grid span {
        bottom: 12%;
        transform: translateY(11px) translateX(15px);
        width: 85px;
    }
    /*--ARROW--*/
}
@media screen and (min-width:1055px) {
    .mosaic-blog .widget-view-all.grid {
        height: calc(100% - 50px);
    }
}
@media screen and (min-width:1145px) {
    .mosaic-blog .widget-view-all.grid span {
        bottom: 12%;
        transform: translateY(0px) translateX(15px);
    }
}
@media screen and (min-width:1217px) {
    .mosaic-blog .widget-view-all.grid {
        height: calc(100% - 50px);
    }
    .mosaic-blog .widget-view-all.grid span {
        bottom: 25%;               
        transform: translateY(11px) translateX(15px);       
        width: 85px;
    }
}
