﻿.heat-header-bg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/heat-header.jpg);
    width: 100%;
    height: 72px;
    display: inline-block;
    margin-bottom: 20px;
}

.heat-header-title {
    font-size: 42px;
    text-transform: uppercase;
    font-family: 'PT Sans Narrow', sans-serif;
    line-height: 42px;
    font-weight: 400;
    font-weight: 700;
    float: left;
    width: calc(100% - 15px);
    margin-left: 15px;
    margin-top: 4px;
}

.heat-header-intro-wrapper {
    line-height: 16px;
    float: right;
    width: calc(100% - 21px);
    margin-left: 21px;
    margin-top: 2px;
}

.heat-header-blurb {
    font-size: 16px;
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 400;
    padding-right: 0;
    color: #222;
    display: flex;
    justify-content: flex-start;
    position: relative;
}

.heat-header-smooch {
    height: 30px;
    width: 35px;
    background: url(../img/heat-smooch.png) no-repeat;
    margin-top: 0px;
    margin-left: 10px;
    position: absolute;
    right: 15px;
    top: -28px;
}

.pink-2-grey {
    color: #f70058;
}

    .pink-2-grey:hover {
        color: #444;
    }

.heat-grids {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.grid-section {
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-right: 10px;
    float: left;
    margin-bottom: 40px;
}

.section-title .head {
    font-size: 28px;
    letter-spacing: -1px;
    margin-bottom: 10px;
}

.heat-post {
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-right: 10px;
    float: left;
    margin-bottom: 15px;
}

.heat-post-image {
    display: block;
    overflow: hidden;
    margin-bottom: 8px;
    position: relative;
    background-color: #000;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 0;
    width: 75px;
    padding-top: 75px;
    float: left;
    margin-right: 15px;
}

.heat-txt-wrap {
    height: 83px;
    width: 100%;
}

.heat-post-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    color: #444;
    letter-spacing: -0.25px;
}

.heat-post-byline {
    font-size: 13px;
    line-height: 20px;
    overflow: hidden;
    color: #AAA;
    padding-top: 4px;
    list-style: none;
}

    .heat-post-byline li:after {
        content: '\b7';
        display: inline-block;
        margin: 0 4px;
    }

    .heat-post-byline li:last-child::after {
        content: '';
    }

.block-left {
    display: block;
    float: left;
}

.section-popular {
    height: 0;
    padding-top: 75%;
    position: relative;
    width: 100%;
}

.section-popular-image {
    background-color: #000;
    background-size: cover;
    background-position: center center;
    top: 0;
    z-index: 1;
}

.section-popular-trigger {
    background: url(../img/image-gradient.png) no-repeat;
    background-size: 100% 100%;
    top: 0;
    z-index: 2;
}

.section-popular-header, .section-popular-image, .section-popular-trigger {
    bottom: 0;
    position: absolute;
    right: 0;
    left: 0;
}

.section-popular-header {
    padding: 14px;
    z-index: 3;
}

.section-popular-header, .section-popular-image, .section-popular-trigger {
    bottom: 0;
    position: absolute;
    right: 0;
    left: 0;
}

.section-popular-section {
    color: #FFF;
    font-size: 14px;
}

.section-popular-title {
    margin-bottom: 6px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

h3 {
    font-size: 20px;
    line-height: 1.1;
}

.post-body a .section-popular-title strong, .section-popular-title .post-body a strong, .section-popular-title a {
    color: #FFF;
}

.section-popular-byline {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
}

    .section-popular-byline li {
        display: block;
        float: left;
    }

    .post-body a .section-popular-byline strong, .section-popular-byline, .section-popular-byline .post-body a strong, .section-popular-byline a {
        color: rgba(255,255,255,.6);
    }

        .section-popular-byline li::after {
            content: '\b7';
            display: block;
            float: right;
            margin: 0 4px;
        }

        .section-popular-byline li:last-child::after {
            content: '';
            display: none;
        }

/* LATEST */

.section-latest {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    background-color: rgba(255,68,34,.06);
    margin: 2px 0;
}

.section-latest-section {
    color: #F42;
    font-size: 14px;
}

h5 {
    font-family: 'Ropa Sans', sans-serif;
    font-weight: 500;
    letter-spacing: .04em;
    line-height: 1.5;
    text-transform: uppercase;
}

h4 {
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: -0.5px;
}

.section-latest-title {
    max-height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    font-family: 'Roboto', sans-serif;
}

.section-latest-header {
    -webkit-flex: 1;
    flex: 1;
    overflow: hidden;
    padding: 14px 14px;
}

.orange {
    color: #FF470F;
}

.grey-2-orange {
    color: #444;
}

    .grey-2-orange:hover {
        color: #FF470F;
    }

.light-grey-2-dark-grey {
    color: #AAA;
}

    .light-grey-2-dark-grey:hover {
        color: #444;
    }

.light-grey-2-white {
    color: #AAA;
}

    .light-grey-2-white:hover {
        color: #FFF;
    }

.dark-grey-2-black {
    color: #444;
}

    .dark-grey-2-black:hover {
        color: #000;
    }

.thin-ul:hover {
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.3);
}

.thin-ul-orange:hover {
    box-shadow: inset 0 -1px 0 rgba(255, 71, 15, 0.5);
}

/* SECTION HEADLINE */

.section-headline {
    border-bottom: 1px solid #EEE;
}

    .section-headline h4 {
        font-size: 13px;
        font-weight: 400;
        line-height: 1.6;
    }

        .post-body a .section-headline h4 strong, .section-headline h4 .post-body a strong, .section-headline h4 a {
            color: #555;
            display: block;
            padding: 6px 0 6px 14px;
            position: relative;
        }

            .section-headline h4 strong::before, .section-headline h4 a::before {
                background-color: #F42;
                border-radius: 50%;
                content: '';
                display: block;
                height: 4px;
                left: 0;
                position: absolute;
                top: 13px;
                width: 4px;
            }

/* HIGHLIGHTS SECTION */

#highlights_section {
    background: #2e2e2e;
    overflow: hidden;
    position: relative;
    height: 360px;
    margin-bottom: 20px;
}

    #highlights_section #highlights-tint {
        background: transparent;
        position: absolute;
        z-index: 2;
        bottom: 0px;
        right: 0px;
        left: 0px;
        top: 0px;
        background: radial-gradient(ellipse at center, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 10%, rgba(0,0,0,0.8) 100%);
    }

#highlights-image {
    position: relative;
    display: flex;
    align-items: center;
    height: 360px;
    overflow: hidden;
    height: 100%;
}

#highlights_section #highlights-primary {
    padding: 0 10px;
    height: 100%;
    text-align: center;
    position: absolute;
    z-index: 3;
    width: calc(100% - 20px);
    color: white;
    left: 0px;
    top: 0px;
}

.section-eb {
    text-transform: uppercase;
    letter-spacing: 0.3px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-family: "ProximaNovaBold", sans-serif;
    line-height: 12px;
    font-size: 12px;
    color: #FF470F;
}

#highlights_section a {
    color: #FFF;
}

.section-eb a, .eb a {
    color: #FF470F;
}

.headline {
    -webkit-font-smoothing: antialiased;
    font-family: "Roboto", serif;
    line-height: 1;
    margin-top: 0px;
    font-size: 28px;
    padding: 0;
}

#highlights_section .desktop {
    display: inline;
}

#highlights_section #highlights-secondary {
    padding: 0 10px;
    position: absolute;
    z-index: 3;
    bottom: 0px;
    color: #FFF;
    text-align: center;
    width: calc(100% - 20px);
}

    #highlights_section #highlights-secondary .secondary-story {
        padding-bottom: 10px;
        margin-bottom: 0;
        margin-top: 0;
    }

        #highlights_section #highlights-secondary .secondary-story .eb {
            text-transform: uppercase;
            letter-spacing: 0.3px;
            font-family: "ProximaNovaThin", sans-serif;
            font-size: 10px;
            line-height: 16px;
            color: #FF470F;
            margin-bottom: 2px;
        }

.secondary-story .headline {
    -webkit-font-smoothing: antialiased;
    font-family: "Roboto", serif;
    line-height: 17px;
    line-height: 1.2;
    font-size: 14px;
}

#highlights_section .desktop {
    display: inline;
}

.heat-post-stacked {
    margin-left: 10px;
    margin-right: 10px;
    float: left;
    width: calc(100% - 20px);
    margin-bottom: 60px;
}

.heat-post-image-stacked {
    display: flex;
    align-items: center;
    overflow: hidden;
    margin-bottom: 8px;
    position: relative;
    width: 100%;
}

.heat-txt-wrap-stacked {
    width: 100%;
    float: left;
}

.heat-post-title-stacked {
    
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    float: left;
    width: 100%;
    line-height: 30px;
    border-bottom: 1px solid #444;
    padding-bottom: 11px;
    padding-top: 2px;
    margin-bottom: 13px;
    min-height: 44px;
}

.heat-post-intro-blurb-stacked {
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    margin-top: 5px;
}

.heat-post-elaborate-stacked {
    font-size: 14px;
    color: #666;
    margin-top: 7px;
    display: block;
}

.heat-post-byline-stacked {
    font-size: 13px;
    line-height: 20px;
    overflow: hidden;
    color: #AAA;
    padding-top: 4px;
    list-style: none;
    float: left;
    width: 100%;
}

    .heat-post-byline-stacked li:after {
        content: '\b7';
        display: block;
        float: right;
        margin: 0 4px;
    }

    .heat-post-byline-stacked li:last-child::after {
        content: '';
    }

@media all and (min-width:480px) {
    .heat-post-stacked {
        width: calc(49.99% - 20px);
    }

        .heat-post-stacked:last-child {
            display: none;
        }
}

@media all and (min-width:768px) {
    .heat-post-stacked {
        width: calc(33.32% - 20px);
    }

        .heat-post-stacked:last-child {
            display: block;
        }

    .grid-section {
        width: calc(50% - 20px);
    }

    .heat-post {
        width: calc(33.33% - 20px);
        margin-bottom: 30px;
    }

    #highlights_section #highlights-primary {
        width: calc(100% - 400px);
        text-align: center;
        padding: 0 35px;
    }

        #highlights_section #highlights-primary .section-eb {
            margin-top: 30px;
            text-align: left;
        }

    .headline {
        font-size: 48px;
        text-align: left;
    }

    .secondary-story .headline {
        font-size: 16px;
    }

    .heat-post-image {
        width: 100%;
        padding-top: 50%;
        float: none;
        margin-right: 0;
    }

    .heat-txt-wrap {
        height: 90px;
    }

    .heat-post-title {
        font-size: 16px;
        line-height: 22px;
    }

    #highlights_section #highlights-secondary {
        padding-bottom: 0;
        padding-top: 28px;
        padding-right: 35px;
        position: absolute;
        z-index: 3;
        bottom: 0px;
        right: 0px;
        color: #FFF;
        text-align: right;
        height: 100%;
        width: 275px;
        top: 0px;
    }

        #highlights_section #highlights-secondary .secondary-story {
            padding-bottom: 10px;
            margin-bottom: 8px;
            margin-top: 0px;
        }
}

@media all and (min-width:992px) {
    .heat-header-title {
        width: 48.6%;
        margin-left: 1.4%;
        line-height: 72px;
        margin-top: 0;
        font-size: 58px;
    }

    .heat-header-blurb {
        justify-content: flex-end;
        font-size: 26px;
        padding-right: 16px;
    }

    .heat-header-intro-wrapper {
        width: 50%;
        line-height: 72px;
        margin-left: 0;
        margin-top: 0;
    }

    .heat-header-smooch {
        margin-top: 21px;
        position: static;
        right: unset;
        top: unset;
    }

    .grid-section {
        width: calc(33.33% - 20px);
    }

    .heat-post {
        width: calc(25% - 20px);
    }
}
