/* Custom CSS File for Buyers to Modify */
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/IRANSansWeb/eot/IRANSansWeb_Bold.eot);
    src: url(../fonts/IRANSansWeb/eot/IRANSansWeb_Bold.eot?#iefix) format('embedded-opentype'), url(../fonts/IRANSansWeb/woff2/IRANSansWeb_Bold.woff2) format('woff2'), url(../fonts/IRANSansWeb/woff/IRANSansWeb_Bold.woff) format('woff'), url(../fonts/IRANSansWeb/ttf/IRANSansWeb_Bold.ttf) format('truetype')
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/IRANSansWeb/eot/IRANSansWeb_Medium.eot);
    src: url(../fonts/IRANSansWeb/eot/IRANSansWeb_Medium.eot?#iefix) format('embedded-opentype'), url(../fonts/IRANSansWeb/woff2/IRANSansWeb_Medium.woff2) format('woff2'), url(../fonts/IRANSansWeb/woff/IRANSansWeb_Medium.woff) format('woff'), url(../fonts/IRANSansWeb/ttf/IRANSansWeb_Medium.ttf) format('truetype')
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/IRANSansWeb/eot/IRANSansWeb_Light.eot);
    src: url(../fonts/IRANSansWeb/eot/IRANSansWeb_Light.eot?#iefix) format('embedded-opentype'), url(../fonts/IRANSansWeb/woff2/IRANSansWeb_Light.woff2) format('woff2'), url(../fonts/IRANSansWeb/woff/IRANSansWeb_Light.woff) format('woff'), url(../fonts/IRANSansWeb/ttf/IRANSansWeb_Light.ttf) format('truetype')
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 200;
    src: url(../fonts/IRANSansWeb/eot/IRANSansWeb_UltraLight.eot);
    src: url(../fonts/IRANSansWeb/eot/IRANSansWeb_UltraLight.eot?#iefix) format('embedded-opentype'), url(../fonts/IRANSansWeb/woff2/IRANSansWeb_UltraLight.woff2) format('woff2'), url(../fonts/IRANSansWeb/woff/IRANSansWeb_UltraLight.woff) format('woff'), url(../fonts/IRANSansWeb/ttf/IRANSansWeb_UltraLight.ttf) format('truetype')
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/IRANSansWeb/eot/IRANSansWeb.eot);
    src: url(../fonts/IRANSansWeb/eot/IRANSansWeb.eot?#iefix) format('embedded-opentype'), url(../fonts/IRANSansWeb/woff2/IRANSansWeb.woff2) format('woff2'), url(../fonts/IRANSansWeb/woff/IRANSansWeb.woff) format('woff'), url(../fonts/IRANSansWeb/ttf/IRANSansWeb.ttf) format('truetype')
}
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
body{
    font-size: 16px;
    font-family: IRANSans, Tahoma;
}
[class*="span"] {
    float: right;
}

.span-home-category-box{
    margin-bottom: 30px;
}
.home-category-box{
    border: 1px solid transparent;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    text-align: center;
    padding: 20px;
}
.home-category-box:hover{
    border: 1px solid rgba(0, 0, 0, 0.5);
}
.home-category-box > h2{
    font-size: 22px;
    color: rgba(57, 58, 60, 1);
}
.home-category-box > img{
    width: 116px;
    height: 116px;
}

.archive-category-title{
    text-align: center;
    font-size: 25px;
}
.archive-subcategory-title{
    font-size: 20px;
}
.archive-subcategory-title a{
    color: rgba(0, 117, 251, 1);
}
.archive-post-list{
    list-style-type: none;
}
.archive-post-list > li{
    border-bottom: 1px solid rgba(84, 84, 84, 1);
    padding: 6px 0;
}
.archive-post-list > li > a{
    display: block;
}
.archive-post-list > li.load-more > a{
    font-size: 13px;
    color: rgba(0, 117, 251, 1);
}
.archive-post-list > li:last-child{
    border-bottom: none;
}
