html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 14px;
    font-family: Yekan-Bakh;
    vertical-align: baseline;
}

:focus {
    outline: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

@font-face {
    font-family: 'TitrBold';
    src: local('../font/Far_TitrBd.eot'),
    url('../font/Far_TitrBd.woff') format('woff'),
    url('../font/Far_TitrBd.ttf') format('truetype'),
    url('../font/Far_TitrBd.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'iranyekan';
    src: local('../font/iranyekanwebmediumfanum.eot'),
    url('../font/iranyekanweblightfanum.woff') format('woff'),
    url('../font/iranyekanwebmediumfanum.ttf') format('truetype'),
    url('../font/iranyekanwebmediumfanum.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Yekan-Bakh";
    src: url(../font/YekanBakhFaNum-VF.woff),
    src: url(../font/YekanBakhFaNum-VF.woff2);
}

p,
.btn {
    font-family: 'Yekan-Bakh';
}

a {
    font-family: 'Yekan-Bakh';
    color: #d99a29;
}

a:hover {
    text-decoration: none;
}

header {
    height: 70px;
    border-bottom: 1px solid #dbdbdb;
}

.header-logo {
    width: 100px;
    height: auto;
    margin-top: 15px;
}

.header-login {
    margin-top: 15px;
}

.index-container {
    margin-top: 25px;
    box-shadow: 0 2px 25px 0 rgba(0, 0, 0, .07);
    border-radius: 15px;
    padding-bottom: 30px;
}

.index-container img {
    width: 100%;
}

header .btn {
    background-color: #d99a29;
    color: #fff;
}

.index-container h1 {
    font-family: 'Yekan-Bakh';
    text-align: center;
    font-size: 47px;
    padding: 10px 0;
    margin: 5px 0;
    font-weight: 900;
}

.index-container p {
    text-align: center;
    font-size: 15px;
    line-height: 25px;
}

.index-container p a {
    font-size: 12px;
    color: #82341b;
}

.join-btn {
    max-width: 300px;
    display: block;
    margin: 20px auto 0;
    background-color: #82341b;
    width: 100%;
    border-radius: 30px;
    color: #fff;
    font-size: 15px;
}

.index-info {
    box-shadow: 0 2px 25px 0 rgba(0, 0, 0, .07);
    border-radius: 15px;
    margin-top: 30px;
    padding-top: 5px;
}

.index-info-item svg {
    display: block;
    margin: 0 auto;
    color: #bcbcbc;
    font-size: 30px;
}

.index-info-item p.index-info-num {
    color: #d99a29;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin-top: 7px;
}

.index-info-item p.index-info-num + p {
    margin-top: -8px;
}

.index-info-item p {
    text-align: center;
}

.index-article-top {
    width: 100%;
    margin-top: 20px;
    padding-top: 20px;
}

.index-article-top h2 {
    width: 100%;
    border-bottom: 1px solid #cbcbcb;
    line-height: 0.1em;
    margin: 10px 0 20px;
    font-family: 'Yekan-Bakh';
    font-size: 20px;
}

.index-article-top h2 span {
    background: #fff;
    padding: 0 0 0 20px;
    font-size: 17px;
    font-weight: 700;
    color: #444;
}

.article-header {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-bottom: 20px;
}

.article-header a {
    position: relative;
    background: #fff;
    display: block;
    padding: 0 20px 0 0;
}

.article-box {
    box-shadow: 0 2px 25px 0 rgba(0, 0, 0, .07);
    border-radius: 10px;
    padding: 20px 20px 10px;
    margin: 15px 0;
}

p.article-text {
    text-align: justify;
    font-size: 13px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 9px;
}

.article-box .article-bottom {
    border-top: 1px solid #b7b6b6;
    padding-top: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 40px;
}

.article-text-wrap a {
    display: block;
    text-align: left;
    padding-bottom: 5px;

    font-size: 13px;
}

.username svg, .username img {
    width: 24px;
    height: 24px;
    margin-left: 5px;
    font-size: 21px;
    color: #bcbcbc;
}

.username p {
    font-size: 13px;
    color: #939393;
    font-weight: 500;
}

.heart {
    width: 20px;
    height: 20px;
    background: url("../img/like-img3.png") no-repeat;
    background-position: 0 0;
    cursor: pointer;
    transition: background-position 1s steps(1);
    transition-duration: 0s;
    background-size: cover;
}

.heart.is-active {
    transition-duration: 0.1s;
    background-position: -21px 0;
}


.like-share {
    position: absolute;
    left: 40px;
}

#share-this-mofo {
    display: none;
}

.button-wrap {
    height: 20px;
    overflow: hidden;
    line-height: 20px;
    -moz-transition: color 0.1s ease;
    -o-transition: color 0.1s ease;
    -webkit-transition: color 0.1s ease;
    transition: color 0.1s ease;
}

.button-wrap i {
    display: block;
    float: left;
    font-size: 20px;
    line-height: 20px;
    margin-right: .5em;
}

#total-count {
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    float: left;
}

#total-count::before {
    position: absolute;
    top: 100%;
    left: 0;
    content: attr(data-hover);
    display: inline-block;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.article-social {
    margin-left: 10px;
    width: 20px;
    height: 20px;

}

.article-share-button {
    display: block;
    cursor: pointer;
}

.article-share-button svg {
    font-size: 20px;
    color: #bcbcbc;
}

/*.article-share-button:hover .article-share-tooltip {
    visibility: visible;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}*/

.article-share-button:hover #share-this-mofo {
    display: inline-block;
}

/*
.article-share-button:hover #total-count {
  content: '';
  display: inline-block;
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-backface-visibility: hidden;
}
*/
.article-share-button:hover #total-count::before {
    display: inline-block;
    content: attr(data-hover);
    -webkit-backface-visibility: hidden;
}

.article-share-button:hover .button-wrap {
    color: #999;
}

.article-share-tooltip {
    width: 224px;
    position: absolute;
    left: -30px;
    top: -40px;
    height: 40px;
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    visibility: hidden;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.article-share-tooltip:before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -40px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #e6e5e5;
}

.article-share-tooltip ul {
    overflow: hidden;
    display: block;
    border-radius: 3px;
    /*    background-color: transparent;*/
    width: 100%;
    height: 30px;
    overflow: hidden;
}

.article-share-tooltip ul li {
    float: left;
    width: 36px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-right: 1px solid #e6e5e5;
    background-color: #eee;
    position: relative;
    list-style-type: none;
}

.article-share-tooltip ul li:last-child {
    border-right: none;
}

.article-share-tooltip ul li i {
    font-size: 16px;
}

.article-share-tooltip ul li a {
    text-decoration: none;
    position: absolute;
    left: 0;
    top: 2px;
}

.article-share-tooltip ul li a span {
    font-size: 12px;
    position: relative;
    display: block;
    width: 31px;
    text-align: center;
    -moz-transition: -moz-transform 0.3s ease;
    -o-transition: -o-transform 0.3s ease;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
}

.article-share-tooltip ul li a span::before {
    position: absolute;
    top: 100%;
    left: 0;
    content: attr(data-hover);
    width: 40px;
    text-align: center;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/*
.article-share-tooltip ul li a:hover span,
.article-share-tooltip ul li a:focus span {
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-backface-visibility: hidden;
}
*/

#twitter-count {
    color: #00aced;
}

#facebook-count {
    color: #3b5998;
}

#linkedin-count {
    color: #007bb6;
}

.article-share-item svg {
    display: block;
    margin: 0 auto;
}

footer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-top: 1px solid gray;
    padding-top: 20px;
    margin-top: 50px;
}


.footer-menu ul li {
    display: inline-block;
    list-style-type: none;
    margin: 0 10px;
    font-size: 14px;
}


.single-header {
    height: 140px;
    background-color: #e6a721;
}

.single-header h1 {
    text-align: center;
    padding-top: 60px;
    font-family: 'Yekan-Bakh';
    font-size: 30px;
    font-weight: 800;
    color: #fff;
}

.menu-header {
    height: 50px;
    text-align: center;
    background-color: #e6a721;
    font-family: 'Yekan-Bakh';
    border-radius: 5px 5px 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.menu {
    margin-top: 40px;
}

.menu ul {
    padding: 10px;
    box-shadow: 0 2px 25px 0 rgba(0, 0, 0, .07);
    border-radius: 5px;
}

.menu ul li {
    list-style-type: none;
    border-radius: 5px;
    position: relative;
    margin: 3px 0;
    padding: 10px 0;
}

.menu ul li:hover {
    background-color: #e6a721;
}

.menu .active {
    background-color: #bbb;
}

.menu ul li a {
    color: #000;
    padding-right: 10px;
}

.menu ul li:after {
    position: absolute;
    content: ' ';
    background-image: url(../img/back.png);
    font-weight: normal;
    font-style: normal;
    margin: 0px 0px 0px 10px;
    text-decoration: none;
    left: 0;
    top: 10px;
    width: 8px;
    height: 16px;
    background-repeat: no-repeat;
}

.single-content {
    margin-top: 40px;
    text-align: justify;
    padding: 20px 40px 0;
    box-shadow: 0 2px 25px 0 rgba(0, 0, 0, .07);
    border-radius: 5px;
}

.single-content p {
    line-height: 27px;
    margin-bottom: 15px;
}

.single-post-detail {
    margin-top: 40px;
}


.single-post-detail .article-bottom {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;

    flex-direction: row;
    justify-content: space-between;
}


.single-content-wrap .index-article-top {
    position: relative;
}


.single-content-wrap .owl-nav {
    position: absolute;
    top: -90px;
    left: 20px;
}

.single-content-wrap .article-header {
    width: 95%;
}

.owl-prev span,
.owl-next span {
    font-size: 40px;
    margin: 0 5px;
}

.videWrapper {
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

@media only screen and (min-width: 540px) {


    .index-info-item-1,
    .index-info-item-3 {
        border-left: 1px solid #bbb;
    }


}


@media only screen and (min-width: 768px) {


    .index-info-item-1,
    .index-info-item-2,
    .index-info-item-3 {
        border-left: 1px solid #e5e5e5;
    }


}

@media only screen and (min-width: 992px) {
    footer {
        display: flex;
        flex-direction: row;
    }

}
