@import url(./base.css);
@import url(./navigation.css);
@import url(./footer.css);
@import url(./banner.css);



/* # main */

#main {
    position: relative;
}



/* # post content */

.post-image img {
    width: 100%;
    height: auto;
    margin-top: 20px;
}

.post-meta {
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 30px;
    font-size: 13px;
    padding: 20px 0 15px;
    text-transform: uppercase;
    color: #5a5a5a;
}

.post-title {
    font-size: 25px;
    line-height: 2rem;
    margin-bottom: 20px;
    ms-word-wrap: break-word;
    word-wrap: break-word;
}

.post-content {
    counter-reset: footnotes;
    line-height: 2.1rem;
}

blockquote.block-quote {
    border-left: 5px solid #ffb923;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 30px 30px 40px 40px;
    position: relative;
    color: #fff;
    background: #252a37;
}

cite:before {
    content: 'ـــ';
    display: block;
    color: #ffb923;
    font-size: 36px;
}


.hr {
    color: #eeeeee21;
    width: 100%;
    margin: 30px;
    opacity: 0.2;
}

@media (max-width:986px) {
    .post-title {
        font-size: 20px;
        font-weight: 600;
        line-height: 2.2rem;
    }

    .post-content p {
        font-size: 16px;
        font-weight: 300;
    }
}

@media (max-width:524px) {
    .post-title {
        font-size: 18px;
        font-weight: 500;
        line-height: 2.2rem;
    }

    .post-content p {
        font-size: 14px;
        font-weight: 280;
    }
}

@media (max-width:375px) {
    .post-title {
        font-size: 16px;
        font-weight: 400;
        line-height: 2.2rem;
    }

    .post-content p {
        font-size: 12px;
        font-weight: 260;
    }

}
