/******************************************** Single post page  *******************************************************/
.single-post-page-wrapper {
    margin-bottom: 144px;
}

.single-post-page-thumbnail {
    margin-bottom: 80px;
}

.single-post-page-thumbnail img {
    display: block;
    min-height: 640px;
    height: 100%;
    width: auto;
    max-width: 100%;
    object-fit: cover;
    margin: 0 auto;
}

.single-post-page-info {
    margin-bottom: 24px;
}

.single-post-page-info:last-child {
    margin-bottom: 0;
}

.single-post-page-info h5.single-post-page-info-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #ffcb08;
    margin-bottom: 16px;
}

.single-post-page-info p.single-post-page-info-value {
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
    color: #FFF;
}

.single-post-page .post-card-items-wrapper {
    padding-bottom: 128px;
}

.single-post-page-title {
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 56px;
    margin-bottom: 24px;
}

.single-post-page .ticker-talk-slider {
    margin-bottom: 120px;
}

.single-post-page-more-posts-title {
    display: none;
}

.single-post-page .post-card-items-wrapper .post-card-item:nth-child(4n+2),
.single-post-page .post-card-items-wrapper .post-card-item:nth-child(4n+3) {
    width: calc(35.6% - 15px);
    max-width: calc(35.6% - 15px);
}

.single-post-page .post-card-items-wrapper .post-card-item:nth-child(4n+1),
.single-post-page .post-card-items-wrapper .post-card-item:nth-child(4n+4) {
    width: calc(64.4% - 15px);
    max-width: calc(64.4% - 15px);
}

/****************************************** Single Post Typography ****************************************************/
.single-post-page .single-post-page-content * {
    color: #A1A1A1;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
}

.single-post-page .single-post-page-content h1,
.single-post-page .single-post-page-content h2,
.single-post-page .single-post-page-content h3,
.single-post-page .single-post-page-content h4,
.single-post-page .single-post-page-content h5,
.single-post-page .single-post-page-content h6 {
    color: #FFF;
    font-style: normal;
    padding-top: 16px;
    margin-bottom: 8px;
}

.single-post-page .single-post-page-content h1 {
    font-size: 80px;
    font-weight: 700;
    line-height: 96px;
    text-transform: capitalize;
}

.single-post-page .single-post-page-content h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 80px;
}

.single-post-page .single-post-page-content h3 {
    font-size: 40px;
    font-weight: 600;
    line-height: 56px;
}

.single-post-page .single-post-page-content h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
}

.single-post-page .single-post-page-content h5 {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
}

.single-post-page .single-post-page-content h6 {
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
}

.single-post-page .single-post-page-content p {
    margin-bottom: 16px;
}

.single-post-page .single-post-page-content ul,
.single-post-page .single-post-page-content ol {
    margin-top: -16px;
    margin-bottom: 16px;
    padding-left: 32px;
}

.single-post-page .single-post-page-content ul {
    list-style: disc;
}

.single-post-page .single-post-page-content ol {
    list-style: decimal;
}

.single-post-page .single-post-page-content a {
    color: #ffcb08;
}

.single-post-page .single-post-page-content em {
    font-style: italic;
}

.single-post-page .single-post-page-content strong {
    font-weight: bold;
}

.single-post-page .single-post-page-content img {
    display: block;
    max-width: 100%;
}

/*********************************************** Media Queries ********************************************************/
@media screen and (max-width: 1022px) {
    .single-post-page-wrapper,
    .single-post-page-thumbnail,
    .single-post-page .ticker-talk-slider,
    .single-post-page .two-column-block .left-column {
        margin-bottom: 72px;
    }
}

@media screen and (max-width: 991px) {
    .single-post-page .post-card-items-wrapper .post-card-item:nth-child(n) {
        width: 100%;
        max-width: 100%;
    }

    .single-post-page .post-card-items-wrapper .post-card-item .post-card-item-title {
        min-height: initial;
    }

    .single-post-page-thumbnail img {
        min-height: 480px;
    }

    .single-post-page-info {
        margin-bottom: 24px;
    }
}

@media screen and (max-width: 768px) {
    .single-post-page-title {
        font-size: 32px;
        line-height: 48px;
    }

    .single-post-page-wrapper {
        margin-bottom: 48px;
    }

    .single-post-page-info h5.single-post-page-info-title {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 4px;
    }

    .single-post-page-info p.single-post-page-info-value {
        font-size: 18px;
        line-height: 24px;
        font-weight: 600;
        color: #FFF;
    }

    .single-post-page-more-posts-title {
        display: block;
        color: #FFF;
        font-size: 32px;
        font-weight: 600;
        line-height: 48px;
        margin-bottom: 32px;
    }

    .single-post-page .single-post-page-content ul,
    .single-post-page .single-post-page-content ol {
        padding-left: 28px;
    }
}

@media screen and (max-width: 575px) {
    .single-post-page-thumbnail img {
        min-height: 280px;
    }
}

@media screen and (min-width: 1024px) {
    .single-post-page-info {
        margin-bottom: 40px;
    }
}