.article-section img{
    width: 100%;
}

.mobile_menu .slicknav_menu .slicknav_nav{
    background-color:rgba(27, 28, 34, 0.9) !important;
}

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

.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 h2{
    font-family: Beirot, Ebrima;
    color: white;
    font-size:170%
}

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

.timeStamp{
    font-family: IranYekan;
    color: #d5d5d5;
    font-size: 80%;
}

.container{
    max-width: 1220px !important;
}


.content{
    text-align: right;
}

.header h2{
    border-right: solid 10px #fef200;
    padding-right: 2%;
    margin-bottom: 4%;
    transition:all 0.3s ease-out 0s ;
}


.header h2:hover{
    color:Yellow;
}

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

.btn-more a{
    font-family: IranYekan !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: Beirot, Ebrima;
    text-align: right;
    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;
}



.pagination li a{
    color: #fff;
    background-color:#333232 ;
    padding: 8px 14px 8px 11px;
    border: 1px solid #333232;
    margin: 2px;
    border-radius: 3px;
    font-family:Iranyekan;
}

.pagination .active span{
    background-color:#fc0 ;
    border: solid 1px #fc0;
    color:#030303 ;
    font-weight: 700;
    padding: 8px 14px 8px 11px;
    margin: 2px;
    border-radius: 3px;
    font-family:Iranyekan;
}

.pagination .disabled span{
    border-color: #b7b7b7;
    background-color: #b7b7b7;
    color: black;
     font-weight: 700;
    padding: 8px 14px 8px 11px;
    margin: 2px;
    border-radius: 3px;
}


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

.sidebar{
        display:block;
    }




/* PAGINATION STYLE*/

.pagination a[aria-label^='Go']{
    color:white;
    font-family:Iranyekan;
    width:40px;
    border-radius: 4px;
    background-color:#333232 !important;
    display:inline-block;
    text-align:center;
    padding:1% !important;
    border:1px solid #333232 !important
}


.pagination a[aria-label='pagination.previous']{
    color:white;
    font-family:Iranyekan;
    width:40px;
    border-radius: 4px;
    background-color:#333232 !important;
    display:inline-block;
    text-align:center;
    padding:2% 1% 1% !important;
    border:1px solid #333232 !important;
    vertical-align: middle;
}


.pagination a[aria-label='pagination.next']{
    color:white;
    font-family:Iranyekan;
    width:40px;
    border-radius: 4px;
    background-color:#333232 !important;
    display:inline-block;
    text-align:center;
    padding:2% 1% 1% !important;
    border:1px solid #333232 !important;
    vertical-align: middle;
}


.pagination span[aria-current="page"] span{
    color:#030303;
    font-family:Iranyekan;
    width:40px;
    border-radius: 4px;
    background-color:#fc0 !important;
    display:inline-block;
    text-align:center;
    padding:1% !important;
    border:1px solid #fc0 !important
}

.pagination span[aria-hidden="true"]{
    color:white;
    font-family:Iranyekan;
    width:40px;
    border-radius: 4px;
    background-color:#b7b7b7 !important;
    display:inline-block;
    text-align:center;
    padding:2% 1% 1% !important;
    border:1px solid #b7b7b7 !important;
    vertical-align: middle;
}

.pagination nav div:first-child{
    display: none !important;
}

.pagination svg{
    width:20px
}



@media only screen and (max-width:991px){
    .pagination a[aria-label^='Go']{
        width:30px
    }

    .pagination span[aria-current="page"] span{
        width:30px
    }


    .pagination a[aria-label='pagination.next']{
        width:30px
    }

    .pagination a[aria-label='pagination.previous']{
        width:30px
    }

    .pagination  span[aria-hidden="true"]{
        width:30px
    }
}

@media only screen and (max-width:1300px){
    .container{
        max-width:1000px !important;
    }

    .paragraph p{
        font-size:88%;
    }

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

    .sidebarBlock .title  a{
        font-size:90%;
    }

    .article-section{
        padding:11% 0;
    }
}

@media only screen and (max-width:1050px){
    .container{
        max-width:800px !important;
    }

    .content h2{
        font-size:120%;
    }


    .btn-more a{
        font-size:80%;
    }

    .responsive-image-width{
        flex:0 0 100% !important;
        max-width:100% !important;
        margin-bottom: 5%;
    }

    .responsive-content-width{
         flex:0 0 100% !important;
        max-width:100% !important;
    }

    .sidebarBlock .icon{
        padding:0 5%;
    }

    .sidebar h2{
        font-size:160%;
    }
}

@media only screen and (max-width:870px){
    .container{
        max-width:650px !important;
    }
}


@media only screen and (max-width:767px){
    .sidebar{
        display:none;
    }
}

@media only screen and (max-width:680px){
    .container{
        max-width:500px !important;
    }

    .article-section{
        padding:17% 0 11%;
    }

    .pagination .active span{
        padding:3px 10px 8px;
    }

    .pagination li a{
        padding:3px 10px 8px;
    }

    .pagination .disabled span{
        padding:3px 10px 8px;
    }
}

@media only screen and (max-width:530px){
    .container{
        max-width:400px !important;
    }

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


@media only screen and (max-width:400px){
    .container{
        max-width:350px !important;
    }

    .article-section{
        padding:22% 0 11%;
    }

}

@media only screen and (max-width:350px){
    .container{
        max-width:300px !important;
    }

    .article-section{
        padding:24% 0 11%;
    }

}




.image-Header{
    height:120px;
    margin-bottom:40px;
    padding:0;
    background-color:#333232;
}


.image-Header img{
    width:20%;
    margin:61px 30px;
}


.image-Header h1{
    font-family:Beirot;
    text-align:right;
    margin:30px 52px;
    font-size:300%;
}


@media only screen and (max-width:1480px){
     .image-Header h1{
        margin:24px 52px;
        font-size:280%;
    }

    .image-Header{
        height:100px;
    }

    .image-Header img{
        margin:48px 30px;
    }


    .padding-style-2{
        padding: 25% 7px 0;
    }
}


@media only screen and (max-width:1300px){
     .image-Header h1{
        margin:20px 52px;
        font-size:260%;
    }

    .image-Header{
        height:90px;
    }

    .image-Header img{
        margin:42px 30px;
        width:22%;
    }
}




@media only screen and (max-width:991px){
     .image-Header h1{
        margin:14px 35px;
        font-size:230%;
    }

    .image-Header{
        height:70px;
        width:101%;
        margin-left:-0.5%;
        margin-bottom:20px;
    }

    .image-Header img{
        margin:30px 23px;
        width:28%;
    }
}

@media only screen and (max-width:767px){
     .image-Header h1{
        margin:14px 35px;
        font-size:210%;
    }


    .image-Header img{
        margin:21px 35px;
        width:35%;
    }
}



@media only screen and (max-width:575px){
     .image-Header h1{
        margin:14px 25px;
        font-size:200%;
    }

    .image-Header{
        width:102%;
        margin-left:-1.2%;
    }

    .image-Header img{
        margin:22px 25px;
        position:absolute;
        width:22%;
    }
}



@media only screen and (max-width:400px){
     .image-Header h1{
        margin:20px 20px;
        font-size:150%;
    }


    .image-Header img{
        margin:20px 18px;
        width:33%;
    }

}
