@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;
}

.featpost-bottom {
    position: absolute;
    left: 0;
    top: 93%;
    width: 100%;
    transform: translateY(-50%);
    z-index: 1;
    color: #fff;
}

.bottom-l {
    position: absolute;
    left: 5%;
    z-index: 1;
}

.bottom-r {
    position: absolute;
    right: 5%;
    z-index: 1;
}

.post-number,
.blog-name {
    font-size: 10px;
    color: #eaeaea;
}

/* Blog Post Body Components */
#blogWrapper {
    font-size: .85rem;
    line-height: 1;
}

.main-text-wrapper {
    display: block;
    max-width: 990px;
    width: 90%;
    margin: 0 auto;
}

.post-img-main {
    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;
}

/* Featured Post */
#blogPost {
    height: 100%;
}

#blogPost .h1 {
    line-height: 1;
}

.line-down-wrap {
    height: 150px;
}

.line-down {
    border-right: 1px solid #fff;
}

.custom-heading {
    font-size: 1.25vw;
    font-weight: 400;
    color: #f6f2f4;
}

.blog-header .custom-heading {
    color: #eaeaea;
}

.blog-title {
    font-size: 3.5vw;
    margin-top: 1%;
    width: 120%;
    padding-right: 20%;
    line-height: 1.25;
    font-weight: 900;
}

.abs-ctr-text {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    z-index: 1;
    /*max-width: 990px;*/
}

.post-category-1,
.read-time-1 {
    font-size: 15px;
    color: #eaeaea;
    font-weight: bold;
}

.post-body-1 {
    max-width: 990px;
    width: 90%;
    margin: 0 auto;
    font-size: 1.4rem;
}

.post-body-2 {
    font-size: 1.4rem;
}

.h-line {
    width: 100%;
}

.img-details {
    text-align: center;
    margin: 0 auto;
}

.img-credits {
    font-size: 0.9rem;
    color: #aaa;
    display: block;
}

#blogWrapper .img-desc {
    font-size: 1.1rem;
    line-height: 1;
}

.blog-meta-wp {
    max-width: 990px;
    margin: 0 auto;
    margin-bottom: 0px;
    width: 90%;
    font-size: 1rem;
}

.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
}

@media screen and (max-width:767px) {
    #blogPost .h1 {
        font-size: 2rem;
    }
}
