/* single post */
.single-post table tr th strong {
    border-right: 1px solid #eaeaeb;
    font-weight: 500;
}
.single-post .kingster-single-article .kingster-single-article-thumbnail {
    padding-bottom: 40%;
    position: relative;
}
.single-post .kingster-single-article .kingster-single-article-thumbnail img {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.single-post .kingster-page-wrapper .kingster-content-area h2 {
    font-size: 38px;
    line-height: 1.3;
    color: var(--text-color);
    margin-top: 20px;
    margin-bottom: 10px;
    letter-spacing: 0;
}
.single-post .kingster-page-wrapper .kingster-content-area h3 {
    font-size: 34px;
    line-height: 1.3;
    color: var(--text-color);
    margin-top: 20px;
    margin-bottom: 10px;
}
.single-post .kingster-page-wrapper .kingster-content-area h4 {
    font-size: 28px;
    line-height: 1.3;
    color: var(--text-color);
    margin-top: 10px;
    margin-bottom: 10px;
}
.single-post .kingster-page-wrapper .kingster-content-area h5 {
    font-size: 22px;
    line-height: 1.3;
    color: var(--text-color);
    margin-bottom: 10px;
}
.single-post .kingster-page-wrapper .kingster-content-area h6 {
    font-size: 20px;
    line-height: 1.3;
    color: var(--text-color);
    margin-bottom: 10px;
}
.single-post .kingster-page-wrapper .kingster-content-area p {
    color: var(--footer-bg);
    font-size: 18px;
    line-height: 1.5;
}
.single-post .kingster-page-wrapper .kingster-content-area ul:not(.flex-direction-nav, .slides) {
    margin: 0 0 25px;
    list-style: none;
}
.single-post .kingster-page-wrapper .kingster-content-area ul:not(.flex-direction-nav, .slides) li {
    position: relative;
    font-size: 18px;
    line-height: 1.3;
    color: var(--footer-bg);
    padding-left: 25px;
}
.single-post .kingster-page-wrapper .kingster-content-area ul:not(.flex-direction-nav, .slides) li+li {
    margin-top: 13px;
}
.single-post .kingster-page-wrapper .kingster-content-area ul:not(.flex-direction-nav, .slides) li::before {
    position: absolute;
    content: "\f192";
    display: inline-block !important;
    font: normal normal normal 17px/1 FontAwesome;
    width: 17px;
    color: var(--secondary-color);
    left: 0;
    top: 3px;
}
.single-post .kingster-page-wrapper .kingster-content-area ol ol,
.single-post .kingster-page-wrapper .kingster-content-area ol ul,
.single-post .kingster-page-wrapper .kingster-content-area ul ol,
.single-post .kingster-page-wrapper .kingster-content-area ul ul {
    margin-top: 15px;
    margin-bottom: 0;
}
.single-post .wp-block-image {
    margin-bottom: 20px;
}
.single-post .kingster-page-wrapper .kingster-content-wrap {
    padding-left: 0;
    padding-right: 0;
}
.single-post .kingster-page-wrapper .kingster-content-area ol {
    margin-left: 20px;
    margin-bottom: 25px;
}
.single-post .kingster-page-wrapper .kingster-content-area ol li {
    font-size: 18px;
    line-height: 1.3;
    color: var(--footer-bg);
    padding-left: 5px;
}
.single-post .kingster-page-wrapper .kingster-content-area ol li ul li {
    padding-left: 25px;
}
.single-post .kingster-page-wrapper .kingster-content-area ol li+li {
    margin-top: 13px;
}
.single-post .kingster-page-wrapper .kingster-content-area ul li ol {
    list-style-type: none;
    margin: 10px 0 0;
    padding-left: 0;
}
.single-post .kingster-page-wrapper .kingster-content-area ul li ol li {
    padding-left: 9px;
}
.single-post .kingster-page-wrapper .kingster-content-area ul li ol li+li {
    margin-top: 10px;
}
.single-post .kingster-page-wrapper .kingster-content-area ul li ol li::before {
    content: '';
    height: 4px;
    width: 4px;
    background: #696969;
    border-radius: 50%;
    top: 9px;
}
.single-post table {
    border-spacing: 0;
    text-align: left;
    border: 1px solid #eaeaeb;
    border-bottom: 0;
    border-right: 0;
    min-width: 600px;
}
.single-post table tr th {
    padding: 10px 15px;
    border-right: 1px solid #eaeaeb;
    font-weight: 500;
    border-bottom: 1px solid #eaeaeb;
    border-top: 1px solid #eaeaeb;
    border-left: 0;
}
.single-post table tr td p {
    margin-bottom: 10px;
}
.single-post table tr td p:last-child {
    margin-bottom: 0;
}
.single-post table tr td {
    padding: 10px 15px;
    border-bottom: 1px solid #eaeaeb;
    border-right: 1px solid #eaeaeb;
    border-left: 0;
}
.single-post table tr td strong {
    color: #121212;
}
.single-post .kingster-single-nav-area {
    border-top: 1px solid #eaeaeb;
    border-bottom: 0;
    padding: 15px 0;
}
.single-post .kingster-single-nav-area a {
    color: #121212;
}
.single-post .kingster-single-nav-area a:hover {
    color: var(--secondary-color);
}
.single-post .kingster-single-social-share {
    padding-bottom: 15px;
}
.single-post table thead {
    border-bottom: 0;
}

.single-post .alumni-story-gallery .slides li img {
    width: 100%;
    height: 220px;

}
@media(max-width: 767px) {
    .single-post .kingster-page-wrapper .kingster-content-area h2 {
        font-size: 28px;
    }
    .single-post .kingster-page-wrapper .kingster-content-area h3 {
        font-size: 26px;
    }
    .single-post .kingster-page-wrapper .kingster-content-area h4 {
        font-size: 22px;
    }
    .single-post .kingster-page-wrapper .kingster-content-area h5 {
        font-size: 20px;
    }
    .single-post .kingster-page-wrapper .kingster-content-area h6 {
        font-size: 18px;
    }
    .single-post .kingster-page-wrapper .kingster-content-area p {
        font-size: 16px;
    }
    .single-post .kingster-page-wrapper .kingster-content-area ul li {
        font-size: 16px;
    }
}