/*@font-face {*/
/*    font-family: IranSansWeb;*/
/*    src: url('../fonts/Vazir-Light.woff2') format('woff2');*/
/*    font-weight: normal;*/
/*}*/
@font-face {
    font-family: DanaReqular;
    src: url('../fonts/DanaPro/woff2/dana-fanum-regular.woff2') format('woff2');
    font-weight: normal;
}

@font-face {
    font-family: DanaBold;
    src: url('../fonts/DanaPro/woff2/dana-fanum-bold.woff2') format('woff2');
    font-weight: normal;
}

body {
    font-family: DanaReqular;
    direction: rtl;
    background: #F8F8F8;
    overflow-x: hidden;
}

a {
    text-decoration: none !important;
}
h1,h2,h3,b,strong {
    font-family: DanaBold;
}

.text-regular {
    font-family: DanaReqular;
}

.dot-right:before {
    content: ' ';
    width: 5px;
    height: 5px;
    background: #FF5C5C;
    display: inline-block;
    border-radius: 50%;
    margin-left: 10px;
}

.text-sm {
    font-size: 12px;
}

.text-medium {
    font-size: 13px;
    line-height: 20px;
}

.top-header {
    position: relative;
    margin-bottom: 20px;
    background: #fff !important;
    box-shadow: 1px 1px 10px #BDBDBD;
    padding: 10px 15px 1px 10px;
}

.top-header:before {
    content: ' ';
    background: linear-gradient(to right, #00d2ff, #3a7bd5);
    height: 8px;
    width: 100%;
    position: absolute;
    top: 0px;
    right: 0;
}

.search-box {
    width: 300px;
}

/*.logo-text {*/
/*    text-shadow: 1px 1px 5px #02c4ff;*/
/*}*/

/* .top-nav a{
    color: #1da7da;

font-weight: bold;
} */


.section-posts-img {
    width: 100px;
    height: 100px;
    overflow: hidden;
    float: right;
    margin-left: 10px;
}

.section-posts-img img {
    width: 100%;
    height: 100%;
}

.section-card .category {
    background: #3ae374;
    color: #FFF;
    margin-right: -10px;
    font-size: 1rem;
    padding: 5px 20px;
    float: right;
}

.post-link {
    margin: 15px 0px;
    color: #6F6F6F;
    position: relative;
}

.post-link h2 {
    font-size: 1rem;
    color: #6F6F6F;
}

.post-link .date {
    font-size: 0.7rem;
    position: absolute;
    left: 15px;
    bottom: 0;
    color: #A7A7A7;
}

nav .searcher .search-input {
    margin-left: .5em;
}

.new-posts-block {
    margin-bottom: 20px;
    border-radius: 5px;
}

.new-posts-block .box-title {
    margin: 0 0px;
    padding: 10px;
    background: #3a7bd5;
    text-align: center;
    font-size: 20px;
    color: #FFF;
    border-radius: 5px;
}

.new-post-box {
    margin-top: 20px;
    padding: 12px;
    border-radius: 5px;
    box-shadow: 1px 1px 11px #C8C8C8;
    background: #FFF;
}

.new-post-box img {
    width: 25%;
    margin-left: 10px;
}

.new-post-box .title {
    font-size: 1.1rem;
}

.new-post-box .info-box {
    padding-top: 12px;
    margin-bottom: -15px;
}


.posts-block .list-group-item {
    font-size: 14px;
}

.posts-block .list-group-item:before {
    content: ' ';
    width: 5px;
    height: 5px;
    background: #FF5C5C;
    display: inline-block;
    margin-left: 10px;
    border-radius: 50%;
}

.posts-block {
    margin-bottom: 20px;
    border-radius: 5px;
    background: #FFF;
}

.posts-block .box-title {
    margin: 0 0px;
    padding: 10px;
    background: #EEE;
    text-align: center;
    font-size: 20px;
}


.random-post-box {
    margin-bottom: 10px;
    padding: 12px;
}

.random-post-box:not(:last-child) {
    border-bottom: 1px solid #DDD;
}

.random-post-box .img-link {
    float: right;
}

.random-post-box img {
    width: 80px;
    height: 80px;
    margin-left: 10px;
}

.random-post-box .title {
    font-size: 1.1rem;
}

.show-post-block {
    box-shadow: 1px 1px 10px #C3C3C3;
    padding: 10px 20px;
    border-radius: 5px;
    background: #FFF;
}

.show-post-box .title {
    font-size: 1.5rem;
    border-bottom: 1px solid #CCC;
    padding-bottom: 20px;
    border-top: 1px solid #CCC;
    padding-top: 20px;
}

.res-box {
    width: 100%;
    height: 35px;
    overflow-y: scroll;
    margin-bottom: 20px;
}

.res-box h3 {
    font-size: 20px;
}

.res-box p {
    font-size: 15px;
}

.comment-form {
    padding: 15px;
}

/*** for this project ***/
.main-content-box {
    height: 100%;
    margin-top: -22px;
    margin-bottom: -22px;
}

.short-desc {
    width: 225px;
    height: 72px;
    overflow-y: scroll;
    margin-right: 25px;
    border: 1px solid #bcbcbc;
    margin-top: -8px;
    padding-right: 5px;
}

.short-desc h3 {
    font-size: 14px;
}

.short-desc p {
    font-size: 12px;
}

/** end **/

.footer-box {
    background: #333;
    color: #FFF;
    margin-bottom: -20px;
    margin-top: 20px;

}


.order-box {
    background-image: url(/assets/front/img/newsletter-strip.png);
    background-repeat: repeat-x;
    background-size: 80px 20px;
    padding-top: 60px;
}

img:not(.img-fluid) {
    max-width: 100%;
    height: auto;
}
.sticky-btn-wrp {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 5px 5px;
    background: #fff;
    box-shadow: 0 -1px 1px rgba(0,0,0,.14),0 -2px 2px rgba(0,0,0,.05);
}
.sticky-btn {
    width: 95%;
}

.btn-buy {
    background: #00ae34;
    padding: 15px 25px;
}

.h2, h2 {
    font-size: 1rem;
}

