/* Paranjape Athena — General Publication (blog) styles */

body {
    background: #fff;
}

.blog-header {
    background: #fff;
    border-bottom: 1px solid #eee;
    padding: 14px 0;
}

.blog-header img {
    height: 52px;
}

.blog-header .back-link {
    float: right;
    margin-top: 16px;
    color: #c45508;
    font-size: 14px;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.blog-header .back-link:hover {
    color: #000;
}

.blog-banner {
    background: #c45508;
    color: #fff;
    padding: 45px 0;
    text-align: center;
}

.blog-banner h1 {
    font-size: 34px;
    letter-spacing: 1px;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.blog-banner p {
    font-size: 15px;
    color: #e6e6e6;
    margin: 0;
}

.blog-list {
    padding: 50px 0 20px;
}

/* equal-height cards in a flex grid (bootstrap 3 columns float by default) */
.blog-list .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.blog-list .row > [class*="col-"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: none;
}

.blog-card {
    border: 1px solid #eaeaea;
    background: #fff;
    margin-bottom: 30px;
    transition: box-shadow .3s ease, transform .3s ease;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.blog-card:hover {
    box-shadow: 0 10px 26px rgba(0, 0, 0, .12);
    transform: translateY(-4px);
}

.blog-card .thumb {
    display: block;
    overflow: hidden;
}

.blog-card .thumb img {
    width: 100%;
    height: 210px;
    object-fit: cover;
    display: block;
}

.blog-card .body {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.blog-card .date {
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #c45508;
    margin-bottom: 8px;
}

.blog-card h3 {
    font-size: 17px;
    line-height: 25px;
    margin: 0 0 12px;
    color: #000;
}

.blog-card h3 a {
    color: #000;
}

.blog-card h3 a:hover {
    color: #c45508;
}

.blog-card p {
    font-size: 14px;
    line-height: 22px;
    color: #646368;
    flex: 1;
}

.blog-card .read-more {
    display: inline-block;
    margin-top: 14px;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #c45508;
    border-bottom: 1px solid #c45508;
    padding-bottom: 2px;
    align-self: flex-start;
}

.blog-card .read-more:hover {
    color: #000;
    border-color: #000;
}

.blog-foot-note {
    text-align: center;
    padding: 10px 0 50px;
}

.blog-foot-note a {
    color: #c45508;
    font-size: 14px;
}

#sp-footer h2 {
    font-size: 15px;
}

@media (max-width: 767px) {
    .blog-banner h1 {
        font-size: 24px;
    }

    .blog-header .back-link {
        float: none;
        display: block;
        margin-top: 10px;
    }
}
/* ---------- single article ---------- */
.blog-single {
    padding: 45px 0 20px;
}

.blog-single .post-meta {
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #c45508;
    margin-bottom: 12px;
}

.blog-single h1 {
    font-size: 32px;
    line-height: 42px;
    color: #000;
    margin: 0 0 25px;
}

.blog-single .post-hero {
    margin-bottom: 30px;
}

.blog-single .post-hero img {
    width: 100%;
    display: block;
}

.blog-single .post-body p {
    font-size: 16px;
    line-height: 28px;
    color: #444;
    margin: 0 0 20px;
}

.blog-single .post-body h2 {
    font-size: 22px;
    line-height: 32px;
    color: #004f4b;
    margin: 34px 0 14px;
}

.blog-single .post-body h3 {
    font-size: 18px;
    line-height: 28px;
    color: #000;
    margin: 26px 0 12px;
}

.blog-single .post-body ul,
.blog-single .post-body ol {
    margin: 0 0 20px 18px;
}

.blog-single .post-body li {
    font-size: 16px;
    line-height: 28px;
    color: #444;
    margin-bottom: 8px;
}

.blog-single .post-foot {
    border-top: 1px solid #eee;
    margin-top: 35px;
    padding-top: 22px;
}

.blog-single .back-to-list {
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #c45508;
}

.blog-single .back-to-list:hover {
    color: #000;
}

/* ---------- more posts strip ---------- */
.more-posts {
    background: #fafafa;
    border-top: 1px solid #eee;
    padding: 45px 0 20px;
}

.more-posts .more-title {
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000;
    margin: 0 0 28px;
    text-align: center;
}

.more-posts .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.more-posts .row > [class*="col-"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: none;
}

.more-posts .blog-card .body {
    padding: 18px;
}

.more-posts .blog-card h3 {
    font-size: 15px;
    line-height: 23px;
}

@media (max-width: 767px) {
    .blog-single h1 {
        font-size: 23px;
        line-height: 33px;
    }

    .blog-single .post-body p,
    .blog-single .post-body li {
        font-size: 15px;
        line-height: 26px;
    }
}

/* ---------- download button (between cards and footer) ---------- */
.blog-download {
    text-align: center;
    padding: 20px 0 60px;
}

.blog-download .download-btn {
    display: inline-block;
    background: #c45508;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 15px 42px;
    border: 1px solid #c45508;
    transition: background .3s ease, color .3s ease;
}

.blog-download .download-btn i {
    margin-right: 8px;
}

.blog-download .download-btn:hover,
.blog-download .download-btn:focus {
    background: #fff;
    color: #c45508;
    text-decoration: none;
}

@media (max-width: 767px) {
    .blog-download .download-btn {
        padding: 13px 26px;
        font-size: 13px;
        letter-spacing: 1px;
    }
}

/* ---------- annexure (PDF) card ---------- */
.annexure-card .doc-thumb {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 210px;
    background: #004f4b;
    color: #fff;
    text-align: center;
}

.annexure-card .doc-thumb i {
    font-size: 46px;
    margin-bottom: 12px;
    color: #f2d379;
}

.annexure-card .doc-thumb .doc-label {
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.annexure-card .read-more i {
    margin-right: 6px;
}
