/*
SINGLE POST STYLESHEET
*/

/* ### hero block ### */
.hero-block {
    margin-top: 42px;
    margin-bottom: 9px;
    position: relative;
    text-align: center;
}

.hero-block h1 {
    letter-spacing: 1px;
    margin-bottom: 28px;
    line-height: 1.42;
}

.hero-block-intro {
    margin-bottom: 20px;
}

.hero-block-intro hr {
    display: block;
    height: 1px;
    border: 0;
    margin-bottom: 29px;
    position: relative;
}

.hero-block-intro hr:after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 120px;
    background-color: var(--color-dark-alt);
    height: 1px;
    transform: translateX(-50%);
}

.hero-block-intro .has-tags {
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-block-lead {
    font-size: 12px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 7px;
}

.hero-block-lead a {
    color: var(--color-primary);
    text-decoration: none;
}

.hero-block-lead p:last-child {
    margin-bottom: 0;
}

.hero-block-share span {
    font-size: 11px;
    color: var(--color-gray-700);
    text-transform: uppercase;
}

.hero-block-share ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.hero-block-share li {
    margin: 0 16px;
}

.hero-block-share li a {
    color: var(--color-gray-700);
    text-decoration: none;
}

.hero-block-share li a:hover {
    color: var(--color-black);
}

.hero-block-next,
.hero-block-prev {
    position: absolute;
    bottom: 35px;
    left: 20px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    display: none;
    writing-mode: sideways-lr;
    color: var(--color-gray-700);
    text-decoration: none;
}

.hero-block-next {
    left: inherit;
    right: 18px;
    writing-mode: vertical-rl;
}

.hero-block-prev:focus,
.hero-block-prev:hover,
.hero-block-next:focus,
.hero-block-next:hover {
    color: var(--color-black);
}

@media only screen and (min-width: 768px) {
    .hero-block h1 {
        letter-spacing: 2.05px;
        margin-bottom: 33px;
        line-height: 1.15;
    }

    .hero-block-lead {
        font-size: 14px;
        letter-spacing: 1px;
        margin-bottom: 9px;
    }

    .hero-block-lead p {
        margin-left: -24px;
    }

    .hero-block-next,
    .hero-block-prev {
        display: block;
    }
}

@media only screen and (min-width: 1025px) {
    .hero-block {
        margin-top: 71px;
        margin-bottom: 30px;
    }

    .hero-block-intro {
        padding: 0 15%;
        margin-bottom: 0;
    }

    .hero-block-share {
        position: absolute;
        top: 45px;
        left: 50%;
        transform: translateX(-50%);
        margin-left: -480px;
    }

    .hero-block-share ul {
        display: block;
    }

    .hero-block-share li {
        margin-bottom: 2px;
    }
}

@media only screen and (min-width: 1130px) {
    .hero-block-share {
        margin-left: -488px;
    }
}

/* ### help block ### */
.help-block {
    margin-top: 15px;
    margin-bottom: 16px;
    text-align: center;
}

.help-block-text {
    font-size: 22px;
    font-family: var(--heading-font-family);
    font-weight: 500;
    letter-spacing: 0.6px;
    line-height: 1.58;
    margin-bottom: 4px;
}

.help-block-text p:last-child {
    margin-bottom: 0;
}

.help-block-name {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

@media only screen and (min-width: 1025px) {
    .help-block {
        margin-top: 16px;
        margin-bottom: 16px;
    }

    .help-block-text {
        font-size: 27px;
        line-height: 1.45;
        margin-bottom: 16px;
    }

    .help-block-name {
        font-size: 18px;
    }
}

/* ### photo block ### */
.photo-block {
    margin-top: 20px;
    margin-bottom: 20px;
}

.photo-block-image {
    width: 100%;
}

.photo-block-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media only screen and (min-width: 1025px) {
    .photo-block {
        margin-top: 30px;
        margin-bottom: 50px;
    }
}

/* ### quote block ### */
.quote-block {
    margin-top: 15px;
    margin-bottom: 15px;
}

.quote-block-text {
    text-align: center;
    font-size: 22px;
    font-family: var(--heading-font-family);
    line-height: 1.4;
    margin-bottom: 20px;
    font-weight: 400;
    letter-spacing: 0.7px;
}

.quote-block-text p {
    position: relative;
}

.quote-block-text p:after,
.quote-block-text p:before {
    content: '“';
    font-size: 75px;
    line-height: 0;
    font-weight: 500;
    position: relative;
}

.quote-block-text p:before {
    left: -10px;
    margin-right: 0;
    top: 28px;
}

.quote-block-text p:after {
    top: 34px;
    right: -5px;
    content: '”';
}

.quote-block-text p:last-child {
    margin-bottom: 0;
}

.quote-block-name {
    text-align: end;
    font-size: 22px;
    font-family: var(--heading-font-family);
}

.quote-block-name span {
    display: block;
    font-weight: 600;
    font-style: italic;
    line-height: normal;
    letter-spacing: 0.5px;
}

@media only screen and (max-width: 767px) {
    .quote-block-text.is-sanskrit {
        font-size: 26px;
    }

    .quote-block-text.is-sanskrit p:after,
    .quote-block-text.is-sanskrit p:before {
        font-size: 55px;
    }

    .quote-block-text.is-sanskrit p:after {
        top: 15px;
    }

    .quote-block-text.is-sanskrit p:before {
        top: 10px;
    }
}

@media only screen and (min-width: 768px) {
    .quote-block {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .quote-block-text {
        font-size: 27px;
        line-height: 1.5;
        letter-spacing: 0;
        margin-bottom: 30px;
    }

    .quote-block-text p:after,
    .quote-block-text p:before {
        font-size: 55px;
    }

    .quote-block-text p:after {
        top: 15px;
    }

    .quote-block-text p:before {
        top: 10px;
    }

    .quote-block-name {
        font-size: 27px;
    }

    .quote-block-name span {
        letter-spacing: 0;
    }
}

/* ### content-block ### */
.content-block {
    margin-top: 20px;
    margin-bottom: 20px;
    letter-spacing: 0.4px;
    line-height: 1.86;
}

.content-block p {
    margin-bottom: 31px;
}

.content-block p strong {
    font-weight: 600;
    color: var(--color-primary);
}

.content-block p:last-child {
    margin-bottom: 0;
}

.content-block h3 {
    font-size: 20px;
    margin-bottom: 14px;
    font-family: var(--font-family-base);
    font-weight: 600;
    letter-spacing: 0.6px;
}

.content-block ul {
    margin-left: 21px;
    padding-left: 0;
}

.content-block li {
    margin-bottom: 32px;
    list-style: none;
    position: relative;
}

.content-block p + ul {

}

.content-block li:before {
    position: absolute;
    top: 11px;
    left: -18px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: var(--color-primary);
    content: '';
}

.content-block li:last-child {
    margin-bottom: 0;
}

@media only screen and (min-width: 1025px) {
    .content-block {
        letter-spacing: 0.3px;
        line-height: 1.85;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .content-block h3 {
        margin-bottom: 16px;
        letter-spacing: 0.4px;
    }

    .content-block ul {
        margin-left: 23px;
    }

    .content-block p + ul {
        margin-top: 68px;
    }

    .content-block li {
        margin-bottom: 2px;
    }

    .content-block li:before {
        top: 12px;
        left: -16px;
        width: 5px;
        height: 5px;
    }
}

/* ### list block ### */
.list-block {
    margin-top: 17px;
    margin-bottom: 13px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.3px;
    line-height: 1.8;
}

.list-block p {
    margin-bottom: 0;
}

@media only screen and (min-width: 1025px) {
    .list-block {
        margin-bottom: 14px;
    }
}

/* ### picture block ### */
.picture-block {
    margin-top: 40px;
    margin-bottom: 40px;
}

.picture-block-image {
    margin-bottom: 13px;
}

.picture-block-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.picture-block-lead {
    font-size: 15px;
    font-style: italic;
    letter-spacing: -0.15px;
}

.picture-block-lead p {
    position: relative;
}

.picture-block-lead p:before {
    content: '>>';
    letter-spacing: -4px;
    margin-right: 6px;
}

.picture-block-lead p:last-child {
    margin-bottom: 0;
}

.picture-block-holder {
    display: grid;
}

.picture-block.is-alt .picture-block-image {
    margin-bottom: 16px;
}

.picture-block.is-alt .picture-block-lead {
    position: relative;
    top: -2px;
}

@media only screen and (min-width: 768px) {
    .picture-block {
        margin-bottom: 35px;
    }

    .picture-block-holder {
        gap: 14px;
        grid-template-columns: repeat(2, 1fr);
    }

    .picture-block.is-alt {
        margin-bottom: 50px;
    }

    .picture-block.is-alt .picture-block-image,
    .picture-block-image {
        margin-bottom: 13px;
    }

    .picture-block.is-alt .picture-block-lead {
        top: 0;
    }
}

@media only screen and (min-width: 1025px) {
    .picture-block {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .picture-block.is-alt {
        margin-bottom: 70px;
    }
}

/* ### info block ### */
.info-block {
    margin-top: 33px;
    margin-bottom: 33px;
    letter-spacing: 0.35px;
    line-height: 1.84;
}

.info-block p:last-of-type {
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
    .info-block {
        margin-top: 16px;
        margin-bottom: 16px;
        letter-spacing: 0.35px;
        line-height: 1.84;
    }
}

/* ### image block ### */
.image-block {
    margin-top: 40px;
    margin-bottom: 40px;
}

.image-block-left {
    height: 461px;
    margin-bottom: 11px;
}

.image-block-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-block-right {
    font-size: 22px;
    line-height: 1.61;
    letter-spacing: 0.6px;
    font-weight: 500;
    font-family: var(--heading-font-family);
}

.image-block-right span {
    display: block;
    padding-top: 5px;
    line-height: 1.8;
    font-size: 14px;
    letter-spacing: 0.3px;
    font-style: italic;
    position: relative;
    font-weight: normal;
    font-family: var(--font-family-base);
}

.image-block-right span:before {
    content: '>>';
    letter-spacing: -3px;
    margin-right: 7px;
}

.image-block.mm-hide {
    display: none;
}

.image-block-right p:last-of-type {
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
    .image-block {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .image-block-inner {
        display: flex;
        align-items: flex-end;
    }

    .image-block-left {
        width: 64.5%;
        height: auto;
        margin-bottom: 0;
    }

    .image-block-right {
        flex: 1;
        font-size: 27px;
        line-height: 1.48;
        padding-left: 22px;
        letter-spacing: 0.5px;
        margin-bottom: -3px;
    }

    .image-block-right span {
        padding-top: 15px;
        line-height: 1.8;
    }

    .image-block.is-alt {
        padding-bottom: 48px
    }
}

/* ### author block ### */
.author-block {
    margin-top: 72px;
    margin-bottom: 48px;
}

.author-block-content {
    text-align: center;
    font-size: 14px;
    letter-spacing: 0.4px;
    line-height: 1.74;
    position: relative;
    border-bottom: dotted 2px var(--color-dark-alt);
    padding-bottom: 30px;
}

.author-block-name {
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.5px;
}

.author-block-content span {
    display: block;
    margin-bottom: 6px;
    font-style: italic;
}

.author-block-text {
    line-height: 2.3;
}

.author-block-content i {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 77px;
    height: 40px;
    color: var(--color-light-dark);
    background-color: var(--color-light);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
}

.author-block-content:before {
    position: absolute;
    content: '';
    top: -46px;
    left: 0;
    width: 100%;
    height: 1px;
    border-top: dotted 2px var(--color-dark-alt);
}

@media only screen and (min-width: 768px) {
    .author-block {
        margin-top: 93px;
        margin-bottom: 50px;
    }

    .author-block-content {
        letter-spacing: 0.3px;
        padding-bottom: 60px;
    }

    .author-block-name {
        margin-bottom: 11px;
        font-size: 14px;
        letter-spacing: 0.3px;
    }

    .author-block-content span {
        margin-bottom: 10px;
    }

    .author-block-content:before {
        top: -44px;
    }

    .author-block-content i {
        bottom: -18px;
        font-size: 24px;
    }

    .author-block-text {
        line-height: 1.85;
    }
}

/* ### comments ### */
.comments {
    margin-bottom: 33px;
    margin-top: 33px;
}
.comments-title {
    margin-bottom: 22px;
    font-size: 27px;
    color: var(--color-primary);
}
.comments-holder {
    margin: 0 -36px;
    padding: 45px 30px 70px;
    width: calc(100% + 72px);
    border-radius: 10px;
    background-color: var(--color-gray-600);
}
.comment-content {
    font-size: 14px;
}
.comment-list {
    margin: 0;
    padding: 0;
}
.comment-list .comment {
    margin-bottom: 36px;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--color-gray-500);
}
.comment-meta {
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.comment-author {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
.comment-metadata a {
    font-size: 12px;
    font-weight: 300;
    color: var(--color-dark);
    text-decoration: none;
}
.comment-content p:last-of-type {
    margin-bottom: 0;
}
.comment-respond {
    padding-top: 5px;
}
.comment-reply-title {
    margin-bottom: 22px;
    font-size: 22px;
    font-weight: 600;
}
.comments .form-group {
    margin-bottom: 15px;
    position: relative;
}
.comments label {
    margin-bottom: 0;
    position: absolute;
    top: 13px;
    left: 20px;
    font-size: 14px;
    font-weight: 300;
    color: var(--color-gray-800);
    transition: all 0.3s;
    pointer-events: none;
}
.comments input,
.comments textarea {
    padding: 12px 20px 8px;
    font-size: 14px;
    font-weight: 300;
    height: 47px;
    color: var(--color-blue);
    border: 0;
    border-radius: 10px;
    background-color: var(--color-light);
}
.comments textarea {
    padding: 25px 20px;
    height: 189px;
}
.comments input::placeholder,
.comments textarea::placeholder {
    color: var(--color-light);
}
.comments .comment-form-comment label {
    top: 24px;
    left: 20px;
}
.comments .form-submit {
    margin-top: 10px;
    margin-bottom: 0;
}
.comments .form-submit input[type='submit'] {
    padding: 9px 25px 8px;
    font-size: 12px;
    font-weight: 500;
    height: auto;
    color: var( --color-dark);
    border: 1px solid var( --color-dark);
    border-radius: 2px;
    cursor: pointer;
    background: var(--color-light);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s;
}
.comments .form-submit input[type='submit']:focus,
.comments .form-submit input[type='submit']:hover {
    color: var(--color-white);
    background: var(--color-dark);
}
.comments .form-submit input[type='submit']:disabled {
    color: var(--color-gray);
    border: 1px solid var(--color-gray);
}
.comments .has-error input,
.comments .has-error textarea {
    border: 1px solid var(--color-error);
}
.comments .form-group.active label {
    top: 7px;
    font-size: 8px;
}
.comments .comment-form-comment.active label {
    top: 12px;
}

@media only screen and (min-width: 768px) {
    .comments {
        margin-bottom: 120px;
        margin-top: 37px;
    }
    .comments-holder {
        margin: 0 -11px;
        padding-right: 45px;
        padding-bottom: 41px;
        padding-left: 45px;
        width: calc(100% + 22px);
        border-radius: 10px;
    }
    .comment-content {
        font-size: 16px;
    }
    .comment-form {
        margin: 0 -8px;
        display: flex;
        flex-wrap: wrap;
    }
    .comments .form-group {
        margin-bottom: 11px;
        padding: 0 8px;
        width: 50%;
    }
    .comments .form-group.comment-form-comment {
        width: 100%;
    }
    .comments label {
        left: 29px;
    }
    .comments .comment-form-comment label {
        left: 37px;
    }
    .comments textarea {
        padding-right: 29px;
        padding-left: 29px;
    }
    .form-submit {
        padding: 0 8px;
    }
}
