
.more-list {list-style-type: disc; margin: 0 0 0 40px;}
.more-list li a{ font: 400 14px/22px 'Nunito';letter-spacing: 0;color: #FFFFFF; }
.more-list li{ margin: 0 0 15px; }

/*Trending News */
.v-play-icon {position: absolute;left: 0;right: 0;text-align: center;top: 25%;transform: translate(0%, 0%);pointer-events: none;}

/*Trending News */
.more-compare-wrap{
  padding-top: 15px;
}
/*most-popular*/
.most-pop-wrap {background: #0B0C0E;padding: 15px;margin-bottom: 23px;}
.most-pop-wrap .copyt {font-size: 14px;color: #DDDDDD;font-weight: 400;line-height: 1.22;margin-bottom: 8px;opacity: 1;}
.most-pop-wrap li {padding-bottom: 15px;border-bottom: 1px solid #7C7C7C;opacity: 0.8;margin-bottom: 15px;}
.most-pop-wrap li:last-child {padding-bottom: 15px;border-bottom: 0 solid #ddd;opacity: 0.8;margin-bottom: 15px;}
/*most-popular*/

.widget-img{position:relative}.widget-img-txt {
    background: rgba(0,0,0,.59);
    position: absolute;
    bottom: 5px;
    padding: 5px;
    left: 0;
    right: 0;
}.widget-img-txt .catagory a{text-transform:uppercase}.widget-title a{font:900 16px/18px Archivo;letter-spacing:-.8px;color:#fff}.top-story-list li{margin:0 0 20px}.widget-img img{width:100%;}.widget-img a {display: flex;}

 /*Trending News */
.trending-wraper {
    flex-wrap: wrap;
    justify-content: flex-start;
}
  .news-wrap {
   
    width: 32%;
  }
  
  .news-wrap{margin:0 18px 30px 0}.news-wrap:nth-child(3n+3){margin:0 0 30px}
   @media screen and ( max-width: 800px) {
     /*Trending News */
  .trending-wraper {justify-content: space-between;}
   .news-wrap {
    width: 48%;
      margin: 0 0 25px 0;
  }
  .news-wrap:nth-child(3n+3) {
      margin: 0 0 25px 0;
  }
  /*Trending News */
  .photo-tabs .tab {
    white-space: nowrap;
overflow: hidden;
overflow-x: scroll;
} 
   
  }
  
  @media screen and (max-width: 360px)
  {
      
  .news-wrap {
      width: 100%;
  
  }
  
  
  }