﻿.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;
}

.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);
}

/* MAIN */

.author {
    position: relative;
    min-height: 520px;
    display: flex;
    margin-bottom: 30px;
}

.author-kacey {
    background-color: #692e98;
}

.author-jason {
    background: linear-gradient(to bottom, rgba(221,221,221,1) 0%,rgba(238,238,238,1) 30%,rgba(238,238,238,1) 70%,rgba(221,221,221,1) 100%);
}

.author-emma {
    background-color: #000;
}

.author-photo, .author-photo::after {
    position: absolute;
}

.author-photo {
    background-position: center center;
    height: 100%;
    left: 0;
    top: 0;
    width: 45%;
    display: none;
}

.auth-wrap {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.author-header {
    position: relative;
    width: 100%;
    padding: 0 20px;
}

    .author-header p {
        margin-bottom: 20px;
        font-size: 15px;
    }

    .author-header h3 {
        font-weight: 500;
        font-size: 16px;
    }

.author h1 {
    font-size: 72px;
    letter-spacing: -.0125em;
    line-height: 1;
    margin-bottom: 28px;
    font-weight: 700;
}

.author-location {
    font-size: 18px;
    margin-bottom: 1.5em;
}

.author-bio {
    font-size: 16px;
    margin-bottom: 30px;
    box-sizing: border-box;
}

/* AUTHOR LATEST */

#author_latest {
    margin-bottom: 20px;
}

    #author_latest .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-elaborate {
    font-size: 14px;
    color: #666;
    margin-top: 7px;
    display: none;
}

.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: block;
        float: right;
        margin: 0 4px;
    }

    .heat-post-byline li:last-child::after {
        content: '';
    }

.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;
    color: #444;
    float: left;
    width: 100%;
    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: '';
    }

.block-left {
    display: block;
    float: left;
}

@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;
        }

    .heat-post {
        width: calc(33.33% - 20px);
        margin-bottom: 30px;
    }

    .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;
    }

    .heat-post-elaborate {
        display: block;
    }

    .author-photo {
        display: block;
    }

    .author-bio {
        font-size: 16px;
    }

    .author-header {
        width: calc(50% - 50px);
        padding-left: 0;
        padding-right: 50px;
    }
}

@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);
    }
}
