/* Header */
.page-header {
    padding-top: 9.5rem;
    padding-bottom: 52px;
}
/* End Header */

.section-card-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.blog-gutter {
    margin-left: -12px;
    margin-right: -12px;
}

.blog-gutter > [class^="col-"],
.blog-gutter > [class^=" col-"] {
    padding-left: 12px;
    padding-right: 12px;
}

.header-img {
    width: 100%;
    height: 360px;
    object-fit: cover;
}

.text-date {
    font-family: "Source" !important;
    font-style: normal;
    font-weight: 300;
    font-size: 0.875rem;
    text-align: center;
    color: #4f4f4f;
}

.text-posted {
    font-family: "Source" !important;
    font-style: normal;
    font-weight: 300;
    font-size: 1.125rem;
    line-height: 21px;
    text-align: center;
    color: #4f4f4f;
}

.text-posted span {
    font-family: "Roboto-Medium";
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    color: var(--secondary);
}

.text-share {
    font-family: "Source";
    font-style: normal;
    font-weight: 300;
    font-size: 0.9375rem;
    line-height: 150%;
    color: #0f0f0e;
}

.hr-header {
    border: 1px solid var(--primary);
    width: 58px;
}

.drop-cap {
    font-family: "Roboto-Medium";
    font-style: normal;
    font-weight: 500;
    font-size: 1.5rem;
    color: #3a3b3c;
}

.drop-cap::first-letter {
    font-family: "Roboto-Medium";
    float: left;
    font-size: 5rem;
    line-height: 0.65;
    margin: 0.1em 0.1em 0.2em 0;
}

.hr-section {
    border-top: 1px solid var(--secondary);
}

.read-more {
    transition: all 0.5s;
}

.read-more a {
    text-decoration: none;
    font-family: "Source" !important;
    font-style: normal;
    font-weight: 300;
    font-size: 1rem;
    letter-spacing: 0.05em;
    color: #0391df;
}

.read-more img {
    opacity: 0;
}

.read-more:hover img {
    opacity: 1;
    transition: all 0.5s;
}

section .card-body h3 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

section .card-body p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.page-header {
    padding-bottom: 0;
}

.mb-15-responsive{
    margin-bottom: 15px;
}

.mb-30-responsive{
    margin-bottom: 30px;
}

h6 {
    font-family: "Source" !important;
    font-style: normal !important;
    font-weight: 300 !important;
    font-size: 1rem !important;
    color: var(--primary) ;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */

    .container {
        padding-right: 1rem;
        padding-left: 1rem;
    }
    .text-date {
        text-align: left;
    }
    h1 {
        font-size: 1.5rem;
        text-align: left;
    }
    .text-posted {
        font-size: 1rem;
        text-align: left;
    }
    .drop-cap {
        font-size: 1.25rem;
    }
    .drop-cap::first-letter {
        float: none;
        font-size: 1.25rem;
        margin: 0;
    }

    .mb-15-responsive{
        margin-bottom: 5px;
    }
    .mb-30-responsive{
        margin-bottom: 10px;
    }
    .read-more a {
        font-size: 0.8125rem;
    }

    .blog-gutter .card-body {
        padding: 8px;
    }

    .section-card-img {
        height: 180px;
    }

}

@media (min-width: 768px) and (max-width: 997.98px) {

    /* Header */
    .page-header {
        padding-top: 6rem;
    }
    /* End Header */

}

@media (max-width: 767.98px) {

    /* Header */
    .page-header {
        padding-top: 4.5rem;
    }
    /* End Header */

}

