﻿
p {
    font-family: "Poppins" !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #212529 !important;
}
.single-post .post-item .post-item-description {
    color: #000000 !important;
}
#page-title .page-title > h1 > strong {
    font-weight: 700 !important;
}
#page-title .page-title > h1 {
    font-family: "Poppins" !important;
    text-transform: none;
    font-size: calc(1.375rem + 1.5vw) !important;
    font-weight: 500;
    line-height: 1.2 !important;
    font-weight: bolder !important;
    color: #1e2022;
}
h2{
    font-family: "Poppins" !important;
    text-transform: none;
    font-size: calc(1.325rem + .9vw) !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
    color: #1e2022;
}
h3, h4, h5, h6 {
    font-family: "Poppins" !important;
    text-transform: none;
    font-size: calc(1.3rem + .6vw) !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
    color: #1e2022;
}
.single-post .post-item .post-item-description {
    padding: 0px 0;
    line-height: 28px;
    color: #676767;
}
.beneathImg {
    padding-top: 12px;
}
a:not(.btn):not(.badge):hover, a:not(.btn):not(.badge):focus, a:not(.btn):not(.badge):active {
    color: #EE4135 !important;
}

@media only screen and (max-width : 992px) {
    .btnBlog {
        margin-top: -12px;
    }
}

.sidebar .widget .post-thumbnail-list .post-thumbnail-entry img + .post-thumbnail-content {
    padding-left: 75px !important;
}
