/**
 * Theme Name: MTLBlog Narcity Child
 * Theme URI: http://www.mtlblog.com/
 * Template: narcity-theme
 * Description: MTLBlog child theme based on Narcity
 * Version: 1.7
 * Author: Ziad Saab
 * Author URI: http://github.com/ziad-saab
 * Contributor: Erik Desjardins
 * Contributor URI: http://erikdesjardins.com
**/

/* General */
a {
  color: #ff4200;
}
.sidebar-title {
  color: #ff4200;
}

/* Header */
.header__title {
  background-color: transparent;
  width: 100px;
  position: relative;
  z-index: 12;
}





/* Article list */
.post-list-item__sponsored,.article__sponsored,.post-list-item__city,.post-list-item__likes-count {
  background-color: #ff4200;
}
.article__info-content--event a,.article__info-content .article__views,
body .article__subtitle .category a,
body .author-wrapper .author-content-wrapper h2 {
  color: #ff4200;
}
.article__event-button {
  background-color: #ff4200;
}
.venue-categories__item a {
  background-color: #ff4200;
}

.social-share-bar--before .social-share-bar__item.social-share-bar__item--fav {
  background-color: #EEE;  
} 

/* Events */
.event-filters__title-text {
  background-color: #ff4200;
}
.event-filters__filter-values {
    background-color: #ff4200;
}
.event-list__morelink a {
    background-color: #ff4200;
}
.events-placeholder__submit-button {
    background-color: #ff4200;   
}

  .adblock-contentbox.right {
    margin: -20px 0px 10px 30px;
    border: 1px solid #f2f2f2;
    float: left;
    display: block;  
  }

  .adblock-contentbox.left {
    margin: 0px 30px 10px 0px;
    border: 1px solid #f2f2f2;
    float: left;
    display: block;  
  }  


/* Hot list */
.hot-list__views {
  color: #ff4200;
}
.whats-new-list__views,.whats-new-list__views a {
  color: #ff4200;
}





/* Taboola */
.trc_rbox_header_span {
  color: #ff4200;
}




/* Layout */
.body-section {
  margin-top: 35px;
}

/* Sidebar */
.view-more-link {
    background-color: #ff4200;  
}



/* Footer */
.footer__columns {
  display: none;
}


  .article__tag-list a::before {
    background-color: #FF4200;
  }


/* Tablet and Desktop styles */
@media only screen and (min-width: 768px) {
  /* Header */
  .header__title {
    width: 130px;
  }
  
  
  
  
  
  /* Footer */
  .footer__columns {
    display: block;
    overflow: hidden;
    list-style: none;
    margin: 0;
  }
  .footer__column {
    float: left;
    width: 25%;
    font-size: 14px;
  }
  .footer__column h3 {
    font-weight: bold;
    font-size: 14px;
  }
  .footerlinks {
    margin: 0;
    list-style: none;
  }
  .footerlinks a {
    color: #000;
  }
}

@media only screen and (min-width: 1000px) {
  .header__nav-item-link--current {
    border-bottom: 5px solid #ff4200;
  } 
}