
/** {
    outline: 1px solid #f00 !important;
}*/
.main-article-holder {
    margin-top: 15px;
}

.banner-article-holder {
    width: 100%;
    height: 200px;
    margin: auto;
    margin-bottom: 30px;
}

    .banner-article-holder picture {
        width: 100%;
        object-fit:contain;
    }

        .banner-article-holder picture #src1 {
            min-width: 650px;
            object-fit: cover;
        }

        .banner-article-holder picture #src2 {
            min-width: 465px;
            object-fit: cover;
        }

        .banner-article-holder picture img {
            width: 100% !important;
            height: 100%;
            object-fit: cover;
        }

.article-right {
    border-top: 2px solid #c08a11;
    border-top-left-radius: 0px;
 /*   margin-right: 30px;*/
}

#article-left-list-blog {
    border-top: none;
    margin-right: 0px;
    width: 97%;
    margin-top: 7px;
    margin-bottom: 45px;
}

#article-left-inner {
    padding: 10px;
}

.article-right > .article-right-inner {
    border: 1px solid #ededed;
    border-radius: 5px;
    width: 100%;
    margin: auto;
}

    .article-right > .article-right-inner > .article-right-inner-text {
        padding: 20px;
        
    }
        .article-right > .article-right-inner > .article-right-inner-text p, span, div, a {
            font-family: iransannumber !important;
        }
        .article-right > .row > .col-1, .article-right > .article-right-inner > .row > .col-11 {
            margin: 0;
            padding: 0;
        }

.article-icon-holder i {
    color: white;
}

.article-icon-holder {
    width: 50px;
    height: 100%;
    padding: 5px;
    text-align: center;
    background-color: #c08a11;
}

.article-right > .article-right-inner > .row > .col-11 > h6 {
    color: rgba(0,0,0,0.7);
    padding: 5px;
    text-align: right;
    /*display: table-cell;
    vertical-align: middle;*/
}

.article-image-holder {
    width: 300px;
    height: 200px;
    padding-top: 10px;
}

    .article-image-holder img {
        max-width: 100%;
        min-height: 100%;
        object-fit:contain;
    }

.left-brief-level-1 {
    border: 1px solid #dcdcdc;
    border-right: 5px solid #c08a11;
}

.left-brief-level-2 {
    width: 100%;
    margin: auto;
    border: 0;
    border-right: 3px solid #37307d;
}

.article-brief-title {
    font-size: 14px;
    display: table-cell;
    vertical-align: middle;
    width: 250px;
    height: 30px;
    padding: auto;
    color: white;
    background: linear-gradient(-250deg, #fff 49%,#37307d 30%);
    padding-right: 5px;
}

.article-review-item {
    font-size: 13px;
}

.article-brief-text {
    padding-top: 10px;
}

    .article-brief-text p {
        font-size: 14px;
        color: rgba(0,0,0,0.7);
    }

/*.article-left-triangle-holder{
    width: 0; 
  height: 0; 
  border-top: 20px solid #dcdcdc;
  border-bottom: 20px solid #dcdcdc;
  
  border-left: 20px solid white;
    
}*/
.article-left-box-holder {
    position: relative;
    padding: 10px;
    margin: 15px 0;
    text-align: center;
}

.border-divider-blog {
    border-top: 1px solid #ededed;
    width: 98%;
    margin: auto
}

.article-left {
    width: 100%;
    padding-top: 10px;
    background-color: white;
    border-radius: 5px;
    border-top-right-radius: 0px;
}

#article-right-list-page {
    padding-top: 0px;
}

.article-left-box-holder {
    width: 85%;
    margin: auto;
    background: #f8f8f8;
    border-radius: 10px;
}

    .article-left-box-holder::before {
        content: " ";
        position: absolute;
        top: 20px;
        right: -20px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 20px 0 20px 20px;
        border-color: transparent transparent transparent #f8f8f8;
        z-index: 2;
    }

.article-left-box-image {
    width: 100px;
    height: 100px;
    margin: auto;
    border: 1px solid #dcdcdc;
    padding: 2px;
    border-radius: 100%;
}

    .article-left-box-image img {
        width: 100%;
        height: 100%;
        border-radius: 100%;
    }

.article-left-box-icon {
    position: relative;
    text-align: center;
    display: block;
    border-bottom: 1px #dfdfdf solid;
}

    .article-left-box-icon span {
        position: relative;
        width: 25px;
        height: 20px;
        text-align: center;
        background-color: #FFF;
        display: block;
        margin: 0 auto;
        position: relative;
        bottom: -9px;
    }

.article-left-box-name a i {
    color: #c08a11;
}

i.fa {
    font-weight: 100;
}

.fa-user:before {
    content: "\f007";
}

.article-left-box-name {
    padding-top: 10px;
}

    .article-left-box-name a {
        text-decoration: none;
        color: rgba(0,0,0,0.7);
        font-size: 14px;
    }

.socials {
  
    margin: auto;
    margin-top: 10px;
    /*display:flex;
    justify-content:start;*/
    text-align: center;
    /*border: 1px solid red;*/
}
    .socials > li:last-child{
        margin-left:20px;
    }

    .socials li {
        display: inline-block;
    }

        .socials li a {
            text-decoration: none;
            color: rgba(0,0,0,0.7);
            font-size: 14px;
            border: 1px solid #dfdfdf;
            margin: 4px;
            border-radius: 5px;
            width: 25px;
            height: 25px;
            display: table-cell;
            vertical-align: middle;
        }

            .socials li a i {
                padding: 4px;
                font-size: 12px;
            }

            .socials li a:hover i {
                color: #c08a11;
            }

.checked-star {
    color: orange;
}

.star-count {
    font-size: 12px;
}

.shareboxtext {
    width: 240px;
    margin: auto;
    margin-top: 10px;
    background-color: #efefef;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
}

    /* Tooltip arrow */
    .shareboxtext::after {
        content: " ";
        position: absolute;
        bottom: 100%; /* At the top of the tooltip */
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent #efefef transparent;
    }

.article-left-box-holder1 {
    width: 88%;
    margin: auto;
    background: white;
    border-radius: 5px;
}

    .article-left-box-holder1 > ul > li > a > img {
        width: 18px;
        height: 18px;
    }

.mid {
    width: 50%;
    margin: 0px auto;
    font-family: Verdana,Geneva,sans-serif;
    padding: 10px;
}

    .mid h1 {
        font-family: Verdana,Geneva,sans-serif;
        font-size: 24px;
        color: #000;
    }



.fancy-title {
    line-height: 0.5;
    text-align: center;
}

    .fancy-title span {
        display: inline-block;
        position: relative;
        color: #081c63;
    }

        .fancy-title span:before,
        .fancy-title span:after {
            content: "";
            position: absolute;
            height: 5px;
            border-bottom: 1px solid #dcdcdc;
            border-top: 1px solid #dcdcdc;
            top: 0;
            width: 60px;
        }

        .fancy-title span:before {
            right: 100%;
            margin-right: 15px;
        }

        .fancy-title span:after {
            left: 100%;
            margin-left: 15px;
        }

.mid1 {
    width: 50%;
    margin: 0px auto;
    font-family: Verdana,Geneva,sans-serif;
    padding: 10px;
}

    .mid1 h1 {
        font-family: Verdana,Geneva,sans-serif;
        font-size: 24px;
        color: #000;
    }



.fancy-title1 {
    line-height: 0.5;
    text-align: center;
}

    .fancy-title1 span {
        display: inline-block;
        position: relative;
        color: #081c63;
    }

        .fancy-title1 span:before,
        .fancy-title1 span:after {
            content: "";
            position: absolute;
            height: 5px;
            border-bottom: 1px solid #dcdcdc;
            border-top: 1px solid #dcdcdc;
            top: 0;
            width: 450px;
        }

        .fancy-title1 span:before {
            right: 100%;
            margin-right: 15px;
        }

        .fancy-title1 span:after {
            left: 100%;
            margin-left: 15px;
        }

.article-left-box-holder1 ul {
    padding-top: 10px;
}

.article-left-box-holder1 a {
    font-size: 13px;
    color: rgba(0,0,0,0.7);
}

    .article-left-box-holder1 a:hover {
        color: #081c63;
    }

.article-left-box-holder1 i {
    color: #c08a11;
    padding-left: 5px;
}

.article-left-box-holder1 > .article-left-box-ad {
    width: 90%;
    width: 200px;
    height: 200px;
    margin: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .article-left-box-holder1 > .article-left-box-ad img {
        width: 100%;
        height: 200px;
    }

#article-right-box-holder1 {
    width: 97%;
    margin: auto;
    display: flex;
    justify-content: center;
}

.user-name-comment {
    background-color: #dcdcdc;
}


@media screen and (max-width:992px) {
    .banner-article-holder{
        width:96%;
        margin:auto;
    }
    .article-right {
        margin-right: 0;
        width: 96%;
        margin: auto;
    }

    .article-left {
        width: 100%;
    }

    .border-divider-blog {
        width: 94%;
        margin: auto;
    }

    .article-icon-holder {
        width: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .article-right > .article-right-inner > .row > .col-11 > h6 {
    }

    .article-right-inner-0 {
        text-align: center;
        font-size: 14px;
        width: 86%;
        margin: auto;
    }

    .article-left-box-holder::before {
        display: none;
    }

    .fancy-title1 span:before,
    .fancy-title1 span:after {
        width: 60px;
    }

    #article-right-box-holder1 {
        display: flex;
        justify-content: center;
        border: 1px solid #ededed;
    }

    #article-left-list-blog {
        margin: auto;
    }
}


#single-comments .comment-box-blog {
    position: relative;
    background: #fcfcfc;
    color: #717171;
    font-size: 13px;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px #ededed solid;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    overflow: hidden;
}

    #single-comments .comment-box-blog .name {
        background: #898989;
        color: #FFF;
        font-size: 13px;
        float: right;
        position: relative;
        right: -10px;
        padding: 3px 5px;
    }

    #single-comments .comment-box-blog .vote {
        float: left;
    }

    #single-comments .comment-box-blog .upvote, #single-comments .comment-box-blog .downvote, #single-comments .comment-box-blog .illegal {
        box-shadow: none !important;
        float: none !important;
        margin: 0px 5px !important;
        cursor: pointer;
    }

#single-comments .illegal {
    color: #ff6b1a;
    margin: 5px 0 !important;
    padding: 0px 2px;
    font-size: 15px !important;
    cursor: pointer;
    display: inline-block;
    transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

    #single-comments .upvote i, #single-comments .downvote i, #single-comments .illegal i {
        vertical-align: middle;
    }

    #single-comments .illegal i {
        font-size: 27px !important;
    }

.fa-exclamation-triangle:before {
    content: "\f071";
}

#single-comments .downvote {
    background: #FFF;
    color: #CF1C22;
    border: 1px #FFC5C7 solid;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: 5px;
    padding: 0px 2px;
    font-size: 13px !important;
    cursor: pointer;
    display: inline-block;
    transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

    #single-comments .downvote i {
        font-size: 20px !important;
    }

.fa-thumbs-down:before {
    content: "\f165";
}

.upvoteCount, .downvoteCount {
    font-size: 16px;
    padding: 0px 5px;
}

#single-comments .upvote {
    background: #FFF;
    color: #1E7B02;
    border: 1px #A2EC8C solid;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: 5px;
    padding: 0px 2px;
    font-size: 13px !important;
    cursor: pointer;
    display: inline-block;
    transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

    #single-comments .upvote i {
        font-size: 20px !important;
    }

.fa-thumbs-up:before {
    content: "\f164";
}

.upvoteCount, .downvoteCount {
    font-size: 16px;
    padding: 0px 5px;
}

.comment_text {
    position: relative;
    clear: both;
    padding: 10px 10px 25px 10px;
    text-align: justify;
}

#single-comments .answer {
    position: absolute;
    left: -5px;
    bottom: -5px;
    background: #29aa29;
    color: #FFF;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 3px 10px;
    font-size: 13px !important;
    cursor: pointer;
    display: inline-block;
    transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.answer-box {
    position: relative;
    background: #eefdfc;
    color: #717171;
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 5px;
    padding: 10px;
    border: 1px #C9C9C9 solid;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    overflow: hidden;
}

.clear {
    clear: both;
}

.btn-def > a {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    background-color: #c08a11;
    color: white;
    font-size: 14px;
}

    .btn-def > a:hover {
        background-color: white;
        color: #c08a11;
        border: 2px solid #c08a11;
        margin: -1px;
    }

    .btn-def > a:focus {
        outline: 0;
        box-shadow: none;
    }

.article-item {
    width: 90%;
    height:450px;
    
    margin: auto;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    box-shadow: inset 0 1px 3px 0 rgb(0 0 0 / 4%);
    position:relative;
}

    .article-item img {
        width: 100%;
        height:200px;
        object-fit:cover;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }


.article-item-0 {
    padding: 10px;
    margin:0px auto 20px auto;
    display:block;
    border-right: 3px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    text-align: center;
    font-size: 15px;
    color: rgba(0,0,0,0.7);
    font-weight: bold;
}

.article-item p {
    width: 85%;
    margin: auto;
    text-align: justify;
    font-size: 14px;
    color: rgba(0,0,0,0.7);
    text-overflow: ellipsis;
    overflow: hidden;
    /*// Addition lines for 2 line or multiline ellipsis*/ 
        display: -webkit-box !important;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    white-space: normal;
}
.article-item > .btn-def{
    position:absolute;
    bottom:0;
    width:100%;
    margin:auto;
}

.btn-contact {
    border-radius: 8px;
    color: white;
    padding: 10px 32px;
    background-color: #c08a11;
    transition: 0.5s ease;
    font-size: 14px;
}

    .btn-contact:hover {
        border: 1px solid #c08a11;
        color: #c08a11;
        background-color: white;
    }
@media screen and (max-width:900px) {
    .article-image-holder {
        width: 100%;
        height: 100%;
        padding-top: 10px;
    }
}
    @media screen and (max-width:600px) {

        .article-right-inner-0 {
            margin-right: 15px;
        }
        
    }