@font-face {
    font-family: IRANSans_Fa;
    font-style: normal;
    /*font-weight: 500;*/
    src: url('../fonts/IRANSansWeb.eot') format('eot');
    src: url('../fonts/IRANSansWeb.ttf') format('truetype'),
    url('../fonts/IRANSansWeb.woff2') format('woff');
}

body {
    font-family: IRANSans_Fa;
    direction: rtl;
    text-align: right;
    background: #f0f0f0;
    font-size: 14px;
    color: #212529 !important;
}


* {
    margin: 0;
    padding: 0;
    outline: none !important;
    list-style: none;
}

a {
    text-decoration: none !important;
    color: #666;
}

p {
    margin-top: 0;
}

* + .uk-h1, * + .uk-h2, * + .uk-h3, * + .uk-h4, * + .uk-h5, * + .uk-h6, * + .uk-heading-2xlarge, * + .uk-heading-large, * + .uk-heading-medium, * + .uk-heading-small, * + .uk-heading-xlarge, * + h1, * + h2, * + h3, * + h4, * + h5, * + h6 {
    margin-top: 2px;
}


address, dl, fieldset, figure, ol, p, pre, ul {
    margin: 0 0 0 0;
}

figure {
    margin: 0 0 0;
}


/*****************/
/*****************/
/*****************/
/*هدر وبلاگ*/

/*content img*/
.post-weblog {
    position: relative;
    display: block;
    max-width: 100%;
    max-height: 100%;
    border-radius: 20px;
    padding-bottom: calc(0.64 * 100%);
    padding-top: 20px;
    margin-top: 10px;
}

.post-weblog1 {
    position: relative;
    display: block;
    border-radius: 20px;
    padding-bottom: calc(0.54 * 100%);
    /*padding-bottom: calc(0.75 * 100%);*/
    padding-top: 20px;
    margin-top: 10px;

}

.post-item-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 20px;
    max-width: 100%;
    max-height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.overlay-weblog-1 {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 14px;
    transition: opacity 1s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    background-color: #020202AD;
    border-radius: 20px;
}


.overlay-weblog-1:hover {
    opacity: 1;
    transition: opacity .5s;
}

.overlay-weblog-2 {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px;
    transition: opacity 1s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    background-color: #020202AD;
    border-radius: 20px;
}

.overlay-weblog-2:hover {
    opacity: 1;
    transition: opacity .5s;
}

.overlay-weblog {
    opacity: 0;
    position: absolute;
    top: 18px;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px;
    transition: opacity 1s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    background-color: #020202AD;
    border-radius: 20px;
    /*height: 100%;*/
}

.overlay-weblog:hover {
    opacity: 1;
    transition: opacity .5s;
}

.title-overlay-weblog {
    padding: 0;
    line-height: 2;
    font-size: 15px;
    color: #fff;
    margin: 0;
}

/*img large*/

.post-weblog-large {
    padding-bottom: calc(1.17 * 100%);
    position: relative;
    display: block;
}

.post-item-img-large {
    position: absolute;
    top: 22px;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 100%;
    max-width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    border-radius: 20px;
}


/*هدر وبلاگ*/
/*****************/
/*****************/
/*****************/

/*img large end*/


/*content img end*/


/*content*/
.post-item-weblog {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
}

.post-item-weblog-img {
    background: #f5f5f5;
    /*   margin: 0 0 20px 0 !important;*/
    border-radius: 20px;
    overflow: hidden;
    /*width: 256px;*/
    /*height: 150px;*/
    position: relative;
    float: right
}

.title-item-weblog a {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.title-tag-weblog {
    display: inline-block;
    padding: 0;
    margin: 0;
    font-size: 25px;
    color: #777;
    font-weight: 400;
    transition: 0.2s;
    float: right;
}

.caption-item-weblog {
    font-size: 13px;
    color: #666;
    line-height: normal;
    margin-bottom: 15px;
}

.info-item-weblog {
    margin-top: 10px;
}

.info-item-weblog .info-ul {
    padding: 0;
    margin: 0;
    font-family: "B Yekan";
}

.info-item-weblog .info-li {
    display: inline-block;
    margin-left: 15px;
    color: #777;
    font-size: 12px;
}

.info-item-weblog ul.info-ul li.info-li i {
    margin-left: 5px;
    color: #999;
    width: 0;
    transition: 0.2s;
    opacity: 0;
    visibility: hidden;
}

article.post-item-weblog:hover .info-item-weblog ul.info-ul li.info-li i {
    opacity: 1;
    visibility: visible;
    width: 14px;
}

article.post-item-weblog:hover figure.post-item-weblog-img img {
    filter: brightness(70%);
    -webkit-filter: brightness(70%);
}

.entry-video-weblog {
    position: relative;
    width: 100%;
    padding: 0 !important;
}

.inner-weblog {
    min-height: auto;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    width: 100%;
    border: none;

}

.inner-weblog::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #464646;
    opacity: .3;
    transition: 0.2s;
}

.inner-weblog:hover::before {
    opacity: 0;
    visibility: hidden;
}

.entry-video-weblog video {
    max-width: 100%;
    margin: 0;
    line-height: 1;
    border: none;
}

.entry-video-weblog video {
    width: 100%;
    display: block;
}

.entry-video-weblog .btn-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    border: none;
    display: block;
    width: 80px;
    height: 80px;
    padding: 0;
    line-height: 90px;
    text-align: center;
    border-radius: 100px;
    font-size: 36px;
    background: rgba(255, 255, 255, .8);
    color: #464646;
    cursor: pointer;
    transition: 0.2s;
    /*overflow: hidden;*/
}

.inner-weblog button.btn-play {
    line-height: 90px;
    text-align: center;
    font-size: 36px;
    color: #464646;
    cursor: pointer;
}


/*content end*/


/*latest comments*/
.latest-comment-weblog {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 20px;
}

.latest-comment-weblog .header-weblog h6 {
    text-align: right;
    color: #7a7a7a;
    font-size: 14px;
    margin: 0;
}

@font-face {
    font-family: 'FontAwesome';
    /*src: url('../fontawesome/webfonts/') format('eot');*/
    src: url('../fontawesome/webfonts/fa-brands-400.ttf') format('truetype'),
    url('../fontawesome/webfonts/fa-regular-400.woff2') format('woff');
    font-weight: 400;
    font-style: normal
}

ul#recentComments {
    padding: 0;
    margin: 0;
    line-height: normal
}

/*.inner-weblog video[poster]{
    width: 100%;
    border-radius: 20px;
}*/


li.recent-comment-weblog {
    color: #999;
    text-overflow: ellipsis;
    margin-right: 40px;
    overflow: visible;
    white-space: normal;
    background: #f5f5f5;
    padding: 5px 10px;
    border-radius: 20px;
    margin-bottom: 5px
}

li.recent-comment-weblog::before {
    content: "\f10d";
    font-family: Font Awesome\ 5 Pro, sans-serif;
    font-weight: 300;
    margin-left: 5px;
    float: right;
    margin-right: -47px;
    font-size: 25px;
    color: #eee;
    margin-top: 5px
}

li.recent-comment-weblog::after {
    content: "";
    display: block;
    clear: both
}

.recent-comment-link {
    font-size: 11px;
}

li.recent-comment-weblog a {
    display: block !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
}

/*////////////////////////////////////////////////*/
/*////////////////////////////////////////////////*/
/*////////////////////// inner blog//////////////////////////*/
.post-item-weblog-img-1 {
    background: #f5f5f5;
    /*   margin: 0 0 20px 0 !important;*/
    border-radius: 20px;
    overflow: hidden;
    /*    width: 256px;
        height: 150px;*/
    position: relative;

}

.post-item-weblog-img-1 a img {
    margin: auto;
    width: 100%;
    height: auto;
    transition: 0.2s;
}

article.post-item-weblog:hover figure.post-item-weblog-img-1 img {
    filter: brightness(70%);
    -webkit-filter: brightness(70%);
}

.caption-item-weblog-home {
    font-size: 14px;
    line-height: 2;
    color: #777;
    padding-bottom: 15px;
    font-weight: 400;
}

.caption-item-weblog-home p {
    margin-top: 0;
    margin-bottom: 1rem;
}

.wp-weblog-img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.wp-weblog-img img {
    max-width: 100%;

}


blockquote::after {
    position: absolute;
    content: "";
    left: 44px;
    bottom: 50px;
    width: 60px;
    height: 48px;
    background: url(../images/blak1.svg) no-repeat 50% 50%;
    background-size: auto;
    background-size: 100%;

}

blockquote::before {
    position: absolute;
    content: "";
    top: 29px;
    right: 56px;
    width: 69px;
    height: 55px;
    background: url(../images/blak2.svg) no-repeat 50% 50%;
    background-size: auto;
    background-size: 100%;

}

blockquote {
    clear: both;
    position: relative;
    margin: 15px 0;
    background: #fbfbfb;
    /*font-size: 1.143rem;*/
    color: #494949;
    font-weight: 300;
    letter-spacing: -.1px;
    padding: 40px 150px 40px 121px;
    border-radius: 20px;
    font-size: 15px;
}

.caption-item-weblog-home p a {
    color: #651fff;
}

.caption-item-weblog-home-tag a {
    display: inline-block;
    padding: 0 10px;
    background: #f5f5f5;
    border-radius: 10px;
    margin-bottom: 2px;
}

.caption-item-weblog-home-tag a:hover {
    color: #651fff;
}

.post-comment-blog {
    background: #fff;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 20px;
    border-radius: 20px;
}

.comment-blog-title {
    font-size: 16px;
    color: #777;
    font-weight: 500;
    margin-bottom: 30px;
}

.comment-blog-1 {
    background: #f5f5f5;
    padding: 20px;
    border-radius: 20px;
}

.comment-meta-blog {
    font-size: 13px;
    padding-right: 55px;
    color: #999;
}

.comment-author-blog {
    font-size: 14px;
    color: #777;
    padding-top: 5px;
}

.img-center img {
    border-radius: 20px;
}


.comment-meta-blog img {
    width: 40px;
    height: auto;
    position: absolute;
    margin-right: -50px;
    border-radius: 100px;
}

.comment-meta-data {
    font-size: 12px;
    padding-bottom: 5px;
}

.comment-meta-data a time {
    padding: 51px;
}

.comment-count-blog {
    margin: 0 0 5px 0;
    color: #777;
    font-size: 14px;
    padding: 10px;
}

.reply-blog {
    text-align: left;
    font-size: 14px;
}

.comment-respond-title {
    font-size: 18px;
    color: #777;
    font-weight: 400;
}

.comment-notes-blog {
    font-size: 14px;
    margin-bottom: 20px;
    color: #999;
}


@media screen and (max-width: 768px) {
    .pt-responsive {
        padding-top: 20px;
    }

    .overlay-weblog {
        top: 40px;
    }

    .section-6-overlay i {
        top: 50%;
    }
}


@media screen and (max-width: 576px) {
    .logo-footer img {
        width: 40%;
    }

    blockquote {
        /*padding: 40px 150px 40px 121px;*/
        padding: 82px 30px;
    }

}


.alert-single-blog{
    border: none !important;
    border-radius: 20px;
    background: #fff;
    color: #999;
    box-shadow: rgba(0, 0, 0, .1) 0 2px 3px;
    position: relative;
    padding: 1rem 4rem;
    margin: 10px 0;
}







.img-single-post img{
    max-height: 100%;
    border-radius: 20px;
    width: 100%;
    object-fit: cover;
}
.title-single-blog h1{
    display: inline-block;
    padding: 15px 10px;
    margin: 0;
    font-size: 18px;
    color: #777;
    font-weight: bold;
    transition: .2s;
}
.title-single-blog h1:hover{
    color: #039be5;
}

.content-single-blog {
    font-size: 14px;
    line-height: 2;
    color: #777;
    padding-bottom: 15px;
    font-weight: 400;
    padding: 0 10px;
}
.content-single-blog .text-link-single-blog{
    color: #039be5;
}
.tag-single-blog{
    font-size: 13px;
    color: #999;
    padding: 0 10px;
    margin-top: 10px;
}
.tag-single-blog > a{
    display: inline-block;
    padding: 3px 10px;
    background: #f5f5f5;
    border-radius: 10px;
    margin-bottom: 2px;
    margin-right: 15px;
}

.bg-blog-comment{
    background-color: #f5f5f5;
    border-radius: 20px;
}

.img-comment-blog{
    width: 100px;
    height: 100px;
    display: flex;

}
.img-comment-blog img{
    max-height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.comment-btn-blog button{
    border: none;
    background-color: transparent;

}
.comment-btn-blog button:hover{
    color: #039be5;
}
.title-comment-blog h4{
    font-size: 16px;
    color: #000;
}
.title-comment-blog span{
    font-size: 13px;
}
.title-comment-blog span.comment-blog-5{
    font-size: 15px;
}
