﻿.article {
    margin-bottom:20px;
}

    .article .article-heading a {
        width: 100%;
        overflow: hidden;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        height: 250px;
        position: relative;
        display: block;
        border-radius: 5px;
    }

@font-face {
    font-family: 'IRANSansWeb';
    src: url('../Font/IRANSansWeb.ttf') format('truetype');
}

.font-sans {
    font-family: IRANSansWeb !important;
}

/*.row {
    margin-top: 100px;
}*/

.article-title {
    font-weight:bold;
}
.article-heading {
    border: 1px solid #e8e7e7;
    border-radius: 8px;
}

.article-body {
    padding-top: 8px;
    text-align: justify;
}

    .article-body span {
        color: #9e9494;
    }

        .article-body span i {
            color: #13adad;
            font-size: 10px;
        }

.article-author {
    text-align:left;
}

a {
    text-decoration: none !important;
    transition: color .2s ease-in;
}

    a:hover {
        color: #c5cf31;
    }
