.header {
    position: relative;
    background-color: var(--neutral-color);
    margin: 44px 42px 100px 52px;
}

.header .wrapper {
    padding: 1px;
    max-width: 1366px;
    margin: auto;
}


/* Header logo -------------------------------- */

.header-logo {
    position: absolute;
    top: 52px;
    left: 52px;
}

.header-logo .vertical-logo-mobile {
    display: none;
}


/* Header time and location -------------------------------- */

.time-location {
    display: flex;
    gap: 32px;
    position: absolute;
    top: 368px;
    left: -9px;
    font-size: 14px;
    font-family: 'Sohne Mono';
    text-transform: uppercase;
    transform-origin: left top;
    transform: rotate(90deg) translateY(-100%);
    border-bottom: 1px solid var(--black);
    padding-bottom: 8px;
    z-index: 100;
}

.time-location p {
    margin: 0;
}

/* Header nav -------------------------------- */

.nav-main {
    display: flex;
    justify-content: flex-end;
}

.nav-main div {
    display: flex;
    align-items: center;
    padding: 46px 14px 3px 14px;
}

.nav-main div:last-child {
    padding-right: 48px;
}

.nav-hover-icon {
    width: 20px;
    visibility: hidden;
}

.nav-main div a {
    display: flex;
    align-items: center;
    font-family: 'Sohne Mono';
    position: relative;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    cursor: pointer;
}

.nav-main div a:after {
    position: absolute;
    transition: all ease-in-out .2s;
    background: none repeat scroll 0 0 var(--black);
    content: "";
    display: block;
    height: 1px;
    bottom: -2px;
    width: 0;
}

.nav-main div a:hover:after {
    width: 100%;
}

.nav-main div a:hover .nav-hover-icon {
    visibility: visible;
}

/* Header share section -------------------------------- */

.share-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 145px 94px 135px;
    padding-top: 26px;
    border-top: 1.5px dashed var(--black);
}

.share-section .return-btn span {
    font-family: 'Sohne Mono';
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.06em;
    color: var(--white);
    text-transform: uppercase;
}

.share-section-social-links {
    display: none;
    align-items: center;
}

.share-section-text {
    display: flex;
    align-items: center;
    margin-right: 40px;
}

.share-section-text span {
    font-family: 'Sohne Mono';
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.share-section-text .mobile-share-icon {
    display: none;
}

.share-section-social-icons {
    display: flex;
    align-items: center;
    gap: 25px;
}

.share-section-social-icons a {
    transition: all .2s ease-in-out;
}

.share-section-social-icons a:hover {
    transform: scale(1.06);
}


/* Header content section -------------------------------- */

.header-content {
    min-height: 1000px;
}

.header-content {
    padding: 150px 258px 110px 248px;
}

.header-content .blog-author {
    font-family: 'Sohne Mono';
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin: 0;
}

.header-content .article-title {
    font-family: 'Sohne';
    font-size: 32px;
    font-weight: 300;
    line-height: 44px;
    margin-top: 8px;
    margin-bottom: 16px;
}

.header-content .article-title strong {
    font-weight: 300 !important;
}

.header-content .blog-byline {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}

.header-content .article-body {
    overflow: hidden;
    font-family: 'Pitch';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}

.header-content .article-body a {
    color: var(--link-color);
    text-decoration: underline;
}

.header-content .article-body a:hover, .header-content .article-body a:active, .header-content .article-body a:focus {
    color: var(--link-visited-color);
}

.header-content .article-body a:visited {
    color: var(--link-visited-color);
}

.header-content .article-body h2,
.header-content .article-body .h2 {
    font-family: 'Sohne Mono';
    font-size: 18px;
    font-weight: 300;
    line-height: 40px;
    text-decoration: underline;
    text-underline-offset: 4px;
    text-transform: uppercase;
    margin-bottom: 28px;
}

.header-content .article-body .wp-block-quote {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
    color: var(--black) !important;
}

.header-content .article-body .wp-block-quote p {
    font-family: 'Sohne';
    font-size: 26px;
    line-height: 40px;
    font-weight: 200;
}

.header-content .article-body .wp-block-quote p em,
.header-content .article-body .wp-block-quote p i {
    font-style: normal !important;
}

.header-content .article-body .wp-block-quote cite {
    font-family: 'Sohne';
    font-style: normal;
    font-size: 18px;
    font-weight: 700;
}

.header-content .article-body figure.is-type-video {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
}

.header-content .article-body .wp-block-image figcaption,
.header-content .article-body figure.is-type-video figcaption {
    font-family: 'Sohne Mono';
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.header-content .article-body .wp-block-image {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
}

.header-content .article-body .wp-block-image figcaption em,
.header-content .article-body .wp-block-image figcaption i,
.header-content .article-body figure.is-type-video figcaption em,
.header-content .article-body figure.is-type-video figcaption i {
    font-style: normal !important;
}


/* Blog Header section -------------------------------- */

.blog-header {
    min-height: calc(404px - 69px);
}

.blog-header-title {
    position: absolute;
    left: 186px;
    bottom: 52px;
    font-family: 'Sohne';
    font-weight: 500;
    font-size: 60px;
    line-height: 68px;
    margin: 0;
}



/*  Medium devices (tablets, less than 992px) */
@media (max-width: 1200px) {

    .header-content {
        padding: 150px 118px 110px 148px;
    }
}

/*  Medium devices (tablets, less than 992px) */
@media (max-width: 992px) {
    .time-location {
        display: none;
    }

    .header-content {
        padding: 150px 118px 110px 138px;
    }

    .share-section {
        margin: 0 118px 94px 138px;
    }

    .share-section-text {
        margin-right: 20px;
    }

}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 768px) {
    .time-location {
        display: none;
    }
}

/*  X-Small devices (portrait phones, less than 576px) */
@media (max-width: 576px) {
    .header {
        margin: 60px 16px 100px 16px;
    }

    .header-logo {
        top: -44px;
        left: 8px;
    }

    .header-logo .vertical-logo-mobile {
        display: block;
    }

    .header-logo .vertical-logo-desktop,
    .nav-main,
    .time-location {
        display: none;
    }

    .header-content {
        padding: 150px 19px 110px 19px;
    }

    .share-section {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 28px 19px;
        margin: 0;
    }

    .share-section-text span {
        margin-bottom: 20px;
    }

    .share-section-social-links {
        flex-direction: column;
        align-items: flex-start;
        margin-top: 56px;
    }

    .share-section-text {
        flex-direction: column;
        align-items: flex-start;
    }

    .share-section-social-icons {
        margin-top: 44px;
    }

    .share-section-text .desktop-share-icon {
        display: none;
    }

    .share-section-text .mobile-share-icon {
        display: block;
    }

    /* Blog Header section -------------------------------- */

    .blog-header-title {
        left: 58px;
    }
}