.article-section img{
    width: 100%;
}
.article-section {
    background: url("/media/images/NewStyle/img/elements/articleBG.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 140px 0 30px;
}


#back-top{
    display:none !important;
}

.article-section .image{
    width: 100%;
    margin-bottom: 5%;
    background-color: #333232;
    padding: 2%;
}

.article-section .image img{
    width: 23%;
}

.header-area .main-header{
    background-color: rgba(5, 6, 23, 0.8) !important;
}


.paragraph p{
    color: white;
}



.content a{
    font-family:Myrid;
    color: white;
    font-size:140%
}

.article-block{
    direction: ltr;
    margin-bottom: 10%;
}

.sidebarBlock .title{
    text-align: left;
}


.sidebarBlock .title a{
    font-family:Myrid;
}

.timeStamp{
    font-family: Ebrima;
    color: #d5d5d5;
    font-size: 80%;
    text-align: left;
}

.container{
    max-width: 1220px;
}

.content{
    text-align: left;
}

.header{
    border-left: solid 10px #fef200;
    padding-left: 2%;
    margin-bottom: 4%;
}

.btn-more{
    text-align: right;
    margin: -3.5% 0 3%;
}

.btn-more a{
    font-family: Myrid !important;
    border-radius: 25px;
    color: #333232;
    font-size: 13px;
    padding: 1.5% 3%;
    background-color:yellow;
}

.btn-more a:hover{
    background-color: #333232;
    color: white;
}

.lastPost{
    font-family: IranYekan;
    text-align: right;
    padding:4% ;
    min-height: 90px;
}

.lastPost img{
    margin-top: 50%;
}


.sidebar h2{
    font-family: Myrid;
    text-align: left;
    font-size: 180%;
}

.sidebar{
    padding-left:3%
}

.sidebar-items li:nth-child(2n+1){
    background-color: #333232;
}

.sidebar-items li:nth-child(2n+1) .title  a:hover{
    color: yellow;
}

.pagination{
    justify-content: center;
}

.page-link{
    color: #fff;
    background-color:#333232 ;
    padding: 8px 14px 8px 11px;
    border: 1px solid #333232;
    margin: 5%;
    border-radius: 3px;
}

.page-item.active .page-link{
    background-color:#fc0 ;
    border: solid 1px #fc0;
    color:#030303 ;
    font-weight: 700;
}

.page-item.disabled .page-link{
    border-color: #b7b7b7;
    background-color: #b7b7b7;
    color: black;
}


.page-link:hover{
    color:#030303
}

.col-md-hide{
    display:block;
}






@media only screen and (max-width:991px){
    .col-md-hide{
        display:none;
    }
    .article-section{
        padding:100px 0 0;
    }
}

@media only screen and (max-width:767px){
    .content{
        margin-top:20px;
    }
    
    .article-section .image img{
        width:34%;
    }
    
    .article-section .image{
        padding:3%;
    }
}
