/*************************
    ORGANISMS - NEWS LIST
*************************/

/** MOLECULE - FILTERS **/

.aggregator__catlist {
    width: 300px;
    margin: 1.5rem auto 1rem;
    position: relative;
}

.aggregator__catlist button {
    border: 0;
    width: 100%;
}

.aggregator__catlist ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 5;
    padding: 0 .5rem;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.25);
}

.aggregator__catlist .filter-button {
    display: block;
}

.aggregator-index .aggregator {
    display: flex;
    flex-wrap: wrap;
}

.post-list {
    position: relative;
    float: left;
    width: 100%;
    border-bottom: 1px solid #d7d7d7;
    background: #fff;
    display: flex;
    align-items: center;
    padding: .3rem 0;
}

.post-list > .post-list__info {
    display: none;
}

.post-list__image-container {
    width: 45%;
    order: 1;
    position: relative;
}

.post-list__description {
    order: 2;
    width: 55%;
    padding: 0 .8rem;
}

.post-list__image-container img {
    width: 100%;
}

.post-list__title-container .content__post-label {
    text-transform: capitalize;
}

.post-list__title-container .post-list__title {
    line-height: 1.3rem;
}

.post-list__title-container .post-list__title.ts-h1 {
    line-height: 2.2rem;
}

.post-list__link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.post-list__excerpt,
.post-list__info .icon-divider,
.post-list__title-container [data-type="News"] {
    display: none;
}

.post-list .button-tag {
    display: none;
    border-right: 1px solid #d7d7d7;
    padding-right: .6rem;
    margin-right: .2rem;
}

[data-type="video"] .post-list__image-container:after,
[data-type="gallery"] .post-list__image-container:after,
.post-list--video .post-list__image-container:after {
    content: "\e90a";
    font-family: 'icomoon';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    background: rgba(0,0,0,.8);
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 100%;
    font-size: 1.2rem;
}

[data-type="gallery"] .post-list__image-container:after {
    content: "\e90d";
}

/** MOLECULE - LARGE POST ITEM **/

.post-list--large {
    flex-wrap: wrap;
    background: #f1f1f1;
}

.post-list--large .post-list__description,
.post-list--large .post-list__image-container {
    width: 100%;
}

.post-list--large .post-list__description {
    padding: 1rem;
    order: 1;
}

.post-list--large .post-list__image-container {
    order: 2;
}

.post-list--large .post-list__title-container span,
.post-list--large .post-list__title-container h3 {
    font-size: 1.3rem;
}

.post-list--large .post-list__excerpt {
    display: block;
    margin-top: 1rem;
    order: 3;
    padding: 0 1rem 1rem;
}

.aggregator-index__aggregator .post-list--large .post-list__excerpt {
    padding: 0 0 1rem;
}

/** ATOM - LOAD MORE **/

.aggregator__more-news.bg-primary:hover {
    background: #000;
    color: #fff;
    cursor: pointer;
}

/** MOLECULE - LATEST NEWS BLOCK **/

.article__latest-content .post-list {
    padding: .5rem 0;
}

.article__latest-content .post-list__info {
    display: none;
}

.article__latest-content .post-list__image-container {
    width: 45%;
}

.article__latest-content .post-list__description {
    padding: 0 1rem;
}

.article__latest-content .post-list__title-container span {
    display: none;
}

.article__latest-content .post-list__title-container h3 {
    font-size: .95rem;
    line-height: 1.2rem;
    display: block;
}

/*****************************
    ORGANISMS - NEWS SECTION
*****************************/

.news__title {
    border-bottom: 1px solid #ccc;
    padding: .8rem 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.post__news-section .post-list__description {
    padding: 0 1rem;
}

.post__news-section .post-list--large .post-list__description  {
    padding: 1rem 0 0;
}

.post__news-group--small .post-list:last-of-type {
    border: 0;
}

.post__newslist .post-list {
    border: 0;
    margin: 0;
}

.post__news-section .post-list--large .post-list__excerpt {
    padding: 0 0 1rem;;
}

/* !MEDIA QUERIES */

/* !MEDIA QUERIES */
/* !Bootstrap xs: Small devices (360px) */
@media (min-width: 22.500em) {

}

/* !Bootstrap xs: Small devices (landscape phones for a 320 - 480px) */
@media (min-width: 30em) {

    /*************************
        ORGANISMS - NEWS LIST
    *************************/

    .post-list .button-tag {
        display: inline;
    }

}

/* !Bootstrap xs: Small devices (landscape phones for a 360 - 640px) */
@media (min-width: 40em) {

}

/* !Bootstrap sm: Medium devices (tablets, 768px and up) */
@media (min-width: 48em) {

    /*********************************
        ORGANISMS - NEWS LIST TABLET
    *********************************/

    /** MOLECULE - FILTERS **/

    .aggregator__catlist {
        width: 200px;
        margin: .5rem 1rem .5rem auto;
        text-align: right;
    }

    .post-list {
        display: flex;
        align-items: center;
        width: 50%;
        flex-wrap: wrap;
        padding: 1rem;
    }

    .post-list--large {
        flex: 0 1 100%;
        flex-wrap: nowrap;
    }

    .post-list--large .post-list__excerpt {
        padding: 0
    }

    .post-list__title-container span,
    .post-list__title-container h3 {
        font-size: 1.2rem;
        line-height: 1.4rem;
    }

    .article__latest-content .post-list__title-container h3 {
        font-size: 1.2rem;
        line-height: 1.4rem;
    }

    .post__news-group .post-list {
        padding: 1rem 0;
    }

    .post__news-section .post-list--large .post-list__description {
        padding-right: 1rem;
    }

    /*********************************
        ORGANISMS - VIDEO LIST TABLET
    *********************************/

    .post-list--video {
        width: 50%;
        height: 10rem;
    }

}

/* !Bootstrap sm: Medium devices (landscape tablets, 1000px and up) */
@media (min-width: 62.5em) {


    .content-overview .match__overview-container:first-child {
        margin-top: 2rem;
    }

    /*************************************
        ORGANISMS - NEWS SECTION TABLET
    ************************************/

    .post__news-group {
        display: flex;
        flex-wrap: wrap;
        align-content: flex-start;
    }

    .post__news-section .post-list {
       width: 50%;
    }

    .post__news-section .post-list--large .post-list__excerpt {
        display: none;
    }

    .post__news-section .post-list--large .post-list__description {
        padding: 0 1rem 0 .8rem;
        order: 2;
    }

    .post__news-section .post-list--large .post-list__title-container span,
    .post__news-section .post-list--large .post-list__title-container h3 {
        font-size: 1.2rem;
        line-height: 1.4rem;
    }

    .post__news-section .post-list--large .post-list__image-container {
        width: 85%;
    }

    .aggregator-index__aggregator.max__body {
        padding: 0;
    }

    /**************************************
        ORGANISMS - VIDEO LIST BIG TABLET
    **************************************/

    .content-video .match__performance-container {
        margin-top: 2rem;
    }

    .post-list--video {
        height: 12.5rem;
    }

    .post-list--video:nth-child(-n+2) {
        border-top: 1px solid #d7d7d7;
    }

    .post-list--video:nth-child(odd) {
        border-left: 1px solid #d7d7d7;
    }

    .post-list--video {
        border-right: 1px solid #d7d7d7;
    }

}

/* !Bootstrap md: Small Laptop (desktops, 1039px and up) */
@media (min-width: 65em) {

}

/* !Bootstrap md: Large devices (desktops, 1232px and up) */

@media (min-width: 77em) {

    /*********************************
        ORGANISMS - NEWS LIST DESKTOP
    ********************************/

    /** MOLECULE - FILTERS **/

    .aggregator__catlist {
        width: 100%;
        margin-top: 1.5rem;
    }

    .aggregator__catlist button {
        display: none;
    }

    .aggregator__catlist ul {
        display: block;
        position: relative;
        box-shadow: none;
        display: flex;
        justify-content: flex-end;
    }

    .aggregator__catlist .filter-button {
        padding: .25rem 1rem;
        font-size: .95rem;
    }

    .aggregator .post-list--large .post-list__info .icon-divider {
        display: inline-block;
        margin-left: .5rem;
        width: 25%;
    }

    .aggregator-index .post-list__description {
        order: 1;
        flex: 0 1 100%;
        padding: 0;
    }

    .aggregator-index .post-list__excerpt {
        display: block;
        order: 2;
        width: calc(100% - 240px);
        float: left;
        padding-right: .8rem;
    }

    .aggregator-index .post-list__image-container {
        order: 3;
    }

    .aggregator-index .post-list--large {
        flex: 0 1 100%;
        flex-wrap: nowrap;
    }

    .aggregator-index .post-list--large .post-list__description {
        padding-right: 1.5rem;
    }

    .aggregator-index .post-list--large .post-list__excerpt {
        width: 100%;
    }

    .aggregator-index .post-list--large .post-list__title-container span,
    .aggregator-index .post-list--large .post-list__title-container h3 {
       font-size: 1.6rem;
       line-height: 2rem;
    }

    .post__news-section .post-list--large .post-list__image-container {
        width: 100%;
    }

    .post-list--large .post-list__description,
    .post-list--large .post-list__image-container {
        width: 100%;
    }

    .post-list__excerpt {
        font-size: .85rem;
        line-height: 1.1rem;
    }


    .post-list__description {
        float: left;
        margin: 0;
        padding: 0;
    }

    .post-list__image-container {
        width: 240px;
        float: left;
    }

    .post-list--large .post-list__image-container {
        margin-left: 0;
    }

    .post-list__title-container {
        margin: .6rem 0;
    }

    .post-list--large .post-list__excerpt {
        margin-bottom: 1.5rem;
        width: 100%;
    }

    .post-list .button-tag {
        display: inline;
        border-right: 1px solid #d7d7d7;
        padding-right: .5rem;
        margin-right: .25rem;
    }

    .post-list__time {
        display: inline;
        float: none;
        margin-left: 0;
    }

    .post-list .icon-divider {
        display: inline-block;
        width: 20%;
        height: 8px;
        max-width: 130px;
    }

    .article__latest-content .post-list__title-container h3 {
        font-size: .95rem;
        line-height: 1.2rem;
    }

    /*************************************
        ORGANISMS - NEWS SECTION DESKTOP
    ************************************/

    .news__block {
        max-width: 980px;
        margin: 0 auto;
    }

    .news__title {
        border: 1px solid #ccc;
        border-width: 1px 1px 0;
        padding: 1rem;
        text-transform: capitalize;
    }

    .post__news-section {
        border: 1px solid #ccc;
        padding-bottom: 1.5rem;
        float: left;
        height: 100%;
        display: flex;
        width: 100%;
    }

    .post__news-group--large,
    .post__news-group--small {
        width: 50%;
        float: left;
    }

    .post__news-group--large {
        border-right: 1px solid #ccc;
    }

    .post__news-group .post-list {
        margin: 0;
        width: 100%;
    }

    .post__news-group .post-list--large .post-list__title-container {
        margin: 1rem 0;
    }

    .post__news-section .post-list__description {
        order: 1;
        width: 100%;
        padding: 0;
    }

    .post__news-group .post-list .post-list__title-container h3 {
        font-size: 1.2rem;
        line-height: 1.4rem;
    }

    .post__news-section .post-list--large {
        flex-wrap: wrap;
    }

    .post__news-group .post-list--large .post-list__title-container h3 {
        font-size: 1.4rem;
        line-height: 1.5rem;
    }

    .post__news-group .post-list:last-of-type {
        border: 0;
    }

    .post__news-section .post-list--large .post-list__description {
        order: 1;
        padding: 0;
    }

    .post__news-section .post-list .post-list__excerpt {
        display: block;
        order: 3;
        width: calc(100% - 240px);
        padding-left: 1rem;
    }

    .post__news-section .post-list--large .post-list__excerpt {
        padding: 0;
        width: 100%;
    }

    .post__news-group {
        padding: 0 1rem;
    }

    /*********************************
        ORGANISMS - VIDEO LIST TABLET
    *********************************/

    .post-list--video {
        height: 10rem;
    }

    .post-list--video .post-list__image-container {
        width: 45%;
    }

    .post-list--video .post-list__description {
        width: 55%;
        padding-left: .5rem;
    }

}

/* !Bootstrap md: Large devices (desktops, 1366px and up) */
@media (min-width: 85.375em) {

}

/* !Bootstrap lg: Extra Large devices (desktops, 1500px and up) */

@media (min-width: 93.750em) {

    /*************************************
        ORGANISMS - NEWS SECTION DESKTOP
    ************************************/

    .post__news-group .post-list__title-container span,
    .post__news-group .post-list .post-list__title-container h3 {
        font-size: 1.4rem;
        line-height: 1.6rem;
    }

    .post__news-group .post-list--large .post-list__title-container span,
    .post__news-group .post-list--large .post-list__title-container h3 {
        font-size: 1.9rem;
        line-height: 2.1rem;
    }

    .news__block {
        max-width: 1280px;
    }


}

/* !Bootstrap lg: XL devices (desktops, 1696px and up) */
@media (min-width: 106em) {

}
