@import "https://use.typekit.net/hne8axm.css";

/* Fonts */
.tk-aktiv-grotesk-extended {
    font-family: aktiv-grotesk-extended, sans-serif
}

.text-shadow {
    text-shadow: 0 0 20px #282828;
}

/* Blog Wrapper + Header */
#blogWrapper {
    width: 100%;
    padding: 0;
    max-width: 100%;
}

.blog-header {
    display: block;
    position: relative;
}

.abs-center-text {
    position: absolute;
    /*left: 0;*/
    top: 50%;
    width: 90%;
    transform: translateY(-50%);
    z-index: 1;
    max-width: 990px;
}

.featpost-top {
    position: absolute;
    left: 0;
    top: 5%;
    width: 100%;
    transform: translateY(-50%);
    z-index: 1;
    color: #fff;
}

.featpost-bottom {
    position: absolute;
    left: 0;
    top: 93%;
    width: 100%;
    transform: translateY(-50%);
    z-index: 1;
    color: #fff;
}

.top-l,
.bottom-l {
    position: absolute;
    left: 5%;
    z-index: 1;
}

.top-r,
.bottom-r {
    position: absolute;
    right: 5%;
    z-index: 1;
}

.align-r {
    position: absolute;
    right: 0%;
    z-index: 1;
}

.post-category,
.read-time {
    font-size: 10px;
    color: #fff;
}

.post-number,
.blog-name {
    font-size: 10px;
    color: #eaeaea;
}

/* Blog Post Body Components */
#blogWrapper .img-description {
    font-size: .85rem;
    line-height: 1;
}

.post-body-copy {
    font-size: 1.1rem;
}

.img-credit {
    font-size: 10px;
    color: #aaa;
    display: block;
}

.quote-credit {
    font-size: 1.35rem;
    color: #aaa;
}

.main-text-wrapper {
    display: block;
    max-width: 990px;
    width: 90%;
    margin: 0 auto;
}

.custom-small-heading {
    font-size: 12px;
    font-weight: 400;
    color: #f6f2f4;
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.75rem;
    line-height: 1.15;
    font-weight: bold;
    border-style: solid none;
    border-width: 1px 0;
    border-color: #b9b9b9;
}

.blockquote em {
    width: 90%;
    margin: 0 auto;
    display: inline-block;
}

.blog-header .custom-small-heading {
    color: #eaeaea;
}

div.h3 {
    position: relative;
    z-index: 2;
}

.main-sm-copy {
    font-size: 1.2rem;
    text-transform: none;
    color: #aaa;
    max-width: 500px;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 1rem;
    font-weight: 600
}

/*.grid-hp-1 .align-r {
        right: 7%;
    }*/

.post-img-main,
.post-img {
    display: block;
    height: 100%;
    overflow: hidden;
    background-color: #000;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.post-img-main::before {
    background: linear-gradient(to top, #0000 80%, rgba(0, 0, 0, 0.507) 100%);
    background-image: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0.507) 0%, transparent 100%);
    content: '';
    height: 100%;
    pointer-events: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1;
}

.post-img-main::after {
    background: linear-gradient(to bottom, #0000 80%, rgba(0, 0, 0, 0.507) 100%);
    background-image: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0.507) 0%, transparent 100%);
    content: '';
    height: 100%;
    pointer-events: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1;
}

.post-img .img-thumb {
    width: 100%;
}

#blogWrapper a div.post-img-main,
#blogWrapper a div.post-img {
    transition: transform 2500ms ease-in-out;
}

#blogWrapper a:hover div.post-img-main,
#blogWrapper a:hover div.post-img {
    transform: scale(1.05);
    transition: transform 2500ms ease-in-out;
}

/* Featured Post */
#blogPost {
    height: 100%;
    /*overflow: hidden;*/
}

#blogPost .h1,
#fullPost .h1 {
    line-height: 1;
}

.line-down-wrap {
    height: 150px;
}

.line-down {
    border-right: 1px solid #fff;
}

.post-body {
    max-width: 990px;
    width: 90%;
    margin: 0 auto;
}

/* Filter Blocks + Blog Grid */
.container-fluid div.h3 {
    width: 90%;
    max-width: 100%;
    margin: 0 auto;
}

.snap-align-center {
    scroll-snap-align: center
}

.post-details-t {
    display: block;
    position: relative;
}

.post-details-t span.read-time {
    margin-top: 5px;
}

.post-img-wrapper {
    max-height: 400px;
    height: 100%;
    overflow: hidden;
    display: block;
    position: relative;
}

.blog-post-img {
    position: relative;
}

/*.post-img-full .img-details {
    text-align: center;
    margin: 0 auto;
}*/

#blogWrapper .grid-hp-1::after,
#blogWrapper .grid-hp-3::after,
#blogWrapper .grid-hp-5::after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    right: 0;
    left: auto;
    border-right: 1px solid #b9b9b9;
}

/*#blogWrapper div.col-md-12>div:nth-child(1),
        #blogWrapper div.col-md-12>div:nth-child(3),
        #blogWrapper div.col-md-12>div:nth-child(4) {
            width: 95%;
            margin: 0 auto;
        }*/

#blogWrapper .grid-post-half .bottom-l {
    position: absolute;
    left: 4%;
    top: 93%;
    width: 100%;
    transform: translateY(-50%);
    z-index: 2;
}

@media screen and (max-width:767px) {

    #blogWrapper .grid-hp-1::after,
    #blogWrapper .grid-hp-3::after,
    #blogWrapper .grid-hp-5::after {
        display: none;
    }

    #blogWrapper .grid-hp-2::before,
    #blogWrapper .grid-hp-3::before,
    #blogWrapper .grid-hp-4::before,
    #blogWrapper .grid-hp-5::before,
    #blogWrapper.grid-hp-6::before {
        content: '';
        display: inline-block;
        position: absolute;
        width: 100%;
        height: 1px;
        top: 0;
        right: 0;
        left: auto;
        border-top: 1px solid #b9b9b9;
    }

    #blogPost .h1 {
        font-size: 2rem;
    }
}

/* Blog Meta */
.blog-meta-wrap {
    max-width: 990px;
    margin: 0 auto;
    margin-bottom: 0px;
    width: 90%;
    border-style: solid none;
    border-width: 1px 0;
    border-color: #b9b9b9;
    font-size: 0.75rem;
}

.blog-meta-label {
    color: #aaa;
}

.blog-share-blocks {
    display: block;
}

.share-link {
    display: inline-block;
}

.blog-primary-btn {
    color: #fff;
    max-width: 350px;
    width: 80%;
    font-size: 14px;
    background: #000;
    margin: 0 auto;
    display: block;
    height: 60px;
    line-height: 60px;
}

.blog-primary-btn:hover {
    color: #fff;
    background: #1c3a56;
    text-shadow: none
}