/* ------------------------------------------ 

    Post Content 

------------------------------------------ */

html { font-size: 62.5%;}

#post-content h1,
.post-content h1 {
    font-size: 36px;
    font-size: 3.6rem;
    margin-bottom: 30px;
    font-family: 'Oswald';
    color: #455560;
    text-align: center;
    font-weight: 400;
}

.page .post-content h1,
.page #post-content h1 {
    text-align: left;
}

#post-content h2,
.post-content h2 {
    font-size: 25px;
    font-size: 2.5rem;
    margin-bottom: 10px;
    font-family: 'Oswald';
    color: #455560;
    font-weight: 400;
}

#post-content h4,
.post-content h4 {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 5px;
}

#post-content ul,
#post-content ol,
.post-content ul,
.post-content ol {
    margin-left: 20px;
    margin-bottom: 20px;
    list-style: none;
    list-style-type: none;
}
#post-content ul li,
#post-content ol li,
.post-content ul li,
.post-content ol li {
    margin-bottom: 5px;
    position: relative;
}
#post-content ul li::before,
.post-content ul li::before {
    content: "";
    background-color: #c16220;
    width: 7px;
    height: 7px;
    position: absolute;
    top: 7px;
    left: -15px;
    margin-right: 8px;
    border-radius: 7px;
    display: block;
}

#post-content a,
#post-content p a,
.post-content a,
.post-content p a {
    color: #e36f1e;
}

#post-content p,
.post-content p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 22px;
    line-height: 2.2rem;
    margin-bottom: 20px;
}

#post-content strong,
.post-content strong {
    font-weight: 700;
}