﻿.BlogPostTitleContainer{
    margin: 25px 0;
}

.BlogPostTitle {
    font-family: Iransans;
    font-size: 1.5rem;
    margin: 25px 0;
    color: #5f5f5f;
}

    .BlogPostTitle:hover {
        color: #FF5400;
    }

.PostSummryText {
    font-family: Iransans;
    font-size: .9rem;
    font-weight: 400;
    line-height: 2rem;
    text-align: justify;
    text-indent: 1rem;
    margin-bottom: 20px;
}

.BlogPostMoreBtn {
    color: #333;
    font-family: IranSans;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid gray;
    padding: 2px 18px;
    border-radius: 5px;
}

    .BlogPostMoreBtn:hover{
        color: whitesmoke !important;
        background-color: #FF5400;
        border: 1px solid #FF5400;
    }

.postTags a:after {
    content: ", ";
}

.postTags a:last-child:after {
    content: "";
}

.postTitle::before {
    content: "";
    position: absolute;
    top: 44px;
    right: 20px;
    background-color: #ff5400;
    height: 3px;
    width: 120px;
    border: none;
    border-radius: 3px;
}

.PostSummryText {
    text-indent: 20px;
    text-align: justify;
}

.FullText {
    font-family: Iransans;
    font-size: 1rem;
    font-weight: 400;
    line-height: 2rem;
    text-align: justify;
    text-indent: 1rem;
    margin-bottom: 20px;
}

.FullText p{
    font-family: Iransans;
    font-size: 1rem;
    font-weight: 400;
    line-height: 2rem;
    text-align: justify;
    text-indent: 1rem;
    margin-bottom: 20px;
}

.blog-post-content img {
    margin: 0 auto;
    text-indent: 1rem;
}

.blog-post-content .PostSummryText{
    font-size: 14px !important;
}

.blog-post-content .FullText + p{
    font-size: 1rem !important;
    line-height: 2rem !important;
}

.btn-success {
    box-shadow: none;
    padding: 6px 10px;
    background-color: white !important;
    border-radius: 3px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

    .btn-success:hover {
        background-color: dimgray !important;
        color: whitesmoke;
    }

.catUl li {
    display: inline-block;
}

.btnSubmit {
    color: whitesmoke;
    background-color: chocolate;
    border: 1px solid chocolate;
}

    .btnSubmit:hover {
        color: whitesmoke;
        background-color: #FF5400;
        border: 1px solid #FF5400;
    }

