﻿.profile-picture-container {
    width: 33%;
    height: auto;
    position: relative;
}

.profile-picture > img {
    width: 100%;
    position: relative;
    top: 20px;
    left: 20px;
    border: 1px solid #ccc;
    z-index: 1;
}

.below-profile-picture {
    position: relative;
    margin-top: 50px;
}

.profile-links {
    position: absolute;
}

.profile-name-stylistic {
    text-orientation: sideways-right;
    writing-mode: vertical-lr;
    transform: rotate( 180deg);
    font-size: 5vw;
    left: calc(100% - 5vw);
    position: relative;
    white-space: nowrap;
    color: #333;
    opacity: .14;
    margin-top: 50px;
    font-family: "Bodoni Moda", sans-serif !important;
    overflow: hidden;
    line-height: 1.25;
}

.profile-social-links {
    display: flex;
    position: relative;
    justify-content: flex-start;
    padding: 20px 20px 0 50px;
    column-gap: 30px;
}

.profile-social-twitter > i {
    font-size: 30px;
    color: #333;
}

.profile-social-linkedin > i {
    font-size: 30px;
    color: #333;
}

.profile-personal-links, .profile-personal-info {
    display: flex;
    flex-direction: column;
    margin: 20px 0;
}

.profile-personal-links > i, .profile-personal-info > i {
    margin-right: 10px;
}

.profile-personal-link {
    padding: 30px 20px 0 50px;
    color: #FF5271;
    font-weight: bold;
    font-size: 19px;
}

.profile-personal-link:hover, .profile-personal-link:focus {
    color: #f14c6a;
    text-decoration: underline;
}

.profile-personal-link > span {
    font-weight: bolder;
    vertical-align: baseline;
    margin-left: 16px;
}

.profile-data {
    width: 67%;
    padding: 20px 50px 40px 80px;
    background-color: #fff;
    border-top: 4px solid #FF5271;
}

.profile-subscribe {
    justify-content: right;
    display: flex;
    margin-right: -20px;
}

.profile-subscribe > a {
    background-color: #FF5271;
    color: #fff;
    text-decoration: none;
    padding: 9px 24px 9px 24px;
    font-size: 16px;
    font-family: "Bodoni Moda", sans-serif !important;
    letter-spacing: .64px;
}

.profile-subscribe > a:hover, .profile-subscribe > a:focus {
    background-color: #f14c6a;
    color: #fff;
    text-decoration: none;
}

.profile-subscribe > a > svg {
    fill: #fff;
    width: 19px;
    height: 18px;
    margin-right: 5px;
    position: relative;
    top: 3px;
}

.profile-name > h1 {
    font-weight: bold;
    font-size: 64px;
}

.profile-role > h3 {
    margin-bottom: 20px;
}

.profile-header-separator {
    border-block: 2px solid #FF5271;
    width: 50px;
    margin-bottom: 36px;
    position: relative;
}

.profile-location, .profile-email {
    font-size: 19px;
    padding: 30px 20px 0 50px;
    font-weight: bold;
}

.profile-location > i {
    margin-right: 11px;
}

.profile-email > i {
    margin-right: 6px;
}

.profile-tab {
    word-break: break-word;
}

.about-me {
    margin-top: 60px;
    word-break: break-word;
    line-height: 24px;
    font-size: 17px;
}

.about-me > p {
    margin: 0 0 20px;
    font-size: 19px;
}

.about-me > p > a {
    color: #FF5271;
}

.about-me > h3 {
    font-weight: bold;
    margin-bottom: 20px;
}


.full-width-container > .author-posts {
    position: relative;
    left: 40px;
    width: calc(100% - 80px);
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
    padding: 40px;
}

.author-posts-header {
    text-align: center;
    position: relative;
    width: 100%;
}

.author-posts-header > h3 {
    font-weight: bold;
}

.author-posts-header > h3::before {
    content: "";
    border-block: 2px solid #FF5271;
    width: 50px;
    position: absolute;
    margin-left: -70px;
    margin-top: 11px;
}

.author-posts-header > h3::after {
    content: "";
    border-block: 2px solid #FF5271;
    width: 50px;
    position: absolute;
    margin-left: 20px;
    margin-top: 11px;
}

.author-posts > .post {
    width: calc(50% - 20px);
    height: 300px;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.author-posts > .post:hover {
    text-decoration: none;
    color: #fff;
}

.author-posts > .post > img {
    position: absolute;
    overflow: hidden;
    min-height: 100%;
    min-width: 100%;
    align-self: center;
}

.author-posts > .post > .post-image-overlay {
    opacity: 0.55;
    background-color: #000;
    transition: opacity 0.3s, background-color 0.3s;
}

.author-posts > .post:hover > .post-image-overlay {
    opacity: 1;
    background-color: #ff5271;
}

.author-posts > .post > div > .post-date {
    display: block;
}

.author-posts > .post:hover > div > .post-date {
    display: none;
}

.author-posts > .post > div > .post-preview {
    display: none;
}

.author-posts > .post:hover > div > .post-preview {
    display: block;
}

.author-posts > .post > div {
    width: 100%;
    height: 300px;
    text-align: start;
    display: flex;
    flex-direction: column;
    justify-content: start;
    color: #fff;
    position: absolute;
    padding: 40px;
}

.author-posts > .post > div > h3 {
    font-size: 28px;
    line-height: 1.3;
    word-break: break-word;
    margin-top: 10px;
}

.author-posts > .post > div > h4 {
    font-size: 16px;
    line-height: 1.4;
}

.author-posts > .post > div > span {
    margin-top: 10px;
    line-height: 1.4;
}
