
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 100000;
    top: 0;
    left: 0;
    background-color: #e7512f;
    overflow-x: hidden;
    transition: 0.5s;
    /*padding-top: 60px;*/
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 14px;
    color: #FFFFFF;
    display: block;
    /*height: 40px;*/
    line-height: 40px;
    padding-left: 10px;
}

.sidenav a:hover {
    background:#eeeeee;
    color:#000000;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    color:#000000;
}

.article-list .col-md-6 .material-box-full .list-content .post-date {font-size:14px;}
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

.imask {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    opacity: 0.2;
    background-image: none !important;
    background-color: #000;
    z-index: 10000;

}
@media   only screen and (min-width: 998px) and (max-width: 3400px) {
.amp-stories-list-image {
 height:250px;
overflow: hidden;
}
}
@media   only screen and (min-width: 998px) and (max-width: 3400px) {
.amp-stories-list-title {
 height:65px;
overflow: hidden;
}
}
