/************* LAYOUT IN CHANNELS *****************/
@media (max-width: 1015px) and (min-width: 650px) {
  #video-touts .tout-wrap,
  #channel-surfing .channel-wrap {
    width: 30%;
  }
}
@media (max-width: 649px){
  #video-touts .tout-wrap,
  #channel-surfing .channel-wrap {
    width: 100%;
  }
  #channel-surfing .col-34 {
    margin: 0;
  }
  .main .entry-content img,
  body.blog #main #content .featured-image img {
    width: 100% !important;
  }
  body.blog #main #content .featured-image a {
    width: inherit !important;
  }
}
@media (max-width: 467px){
  .nav li {
    width: 49% !important;
  }
}

@media (max-width: 1015px) {
  /******************* HEADER CONTENT *******************/
  #headerboard,
  #headerboard .leaderboard,
  #header,
  .header-wrapper {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden !important;
  }

  .main-nav-wrapper {
    height: inherit;
  }
  #navigation_mainB {
    height: inherit;
    width: 100%;
    background-color: inherit;
  }
  #navigation_mainB li {
    border-bottom: 1px solid #fff;
  }
  #navigation_mainB li:first-child {
    border-left: 1px solid #fff;
  }
  #navigation_mainB.nav li a {
    width: 100%;
  }
  .nav li {
    width: 19%;
    min-width: 150px;
    font-size: 20px;
  }
  .nav li a {
    width: 100%;
  }

  /******************* FOOTER CONTENT *********************/
  #footer {
    width: 100%;
    background: none;
  }

  /******************* MAIN CONTENT *********************/
  body.single-post #content,
  body.blog #content {
    float: none;
  }
  #main .str-inside,
  #the-buzz-content {
    background: none;
    background-color: #fff;
  }
  #main .str-inside {
    /* width: calc(100% - 40px); */
    width: inherit;
    margin: 0;
  }
  #content {
    width: inherit;
    margin-right: 0;
  }
  #the-buzz-posts {
    width: 100%;
    padding: 0;
  }

  #the-buzz-content h2.blog-title {
    margin: 10px 0;
  }
  #the-buzz-description {
    width: 100%;
    margin: 20px 0;
    border-top: 2px solid #ccc;
  }
  #sidebar {
    display:none;
  }

  #the-buzz-posts .main,
  #the-buzz-description {
    text-align: justify;
  }

  #channel-surfing h1.blog-title {
    font-size: 20px;
    line-height: inherit;
  }
  #channel-surfing h2.entry-title {
    font-size: 17px;
    line-height: inherit;
  }
  #channel-surfing .channel-rss a {
    text-indent: 0;
    background: none;
    color: #F26522;
    top: 5px;
    left: 0;
    text-transform: uppercase;
  }

  /* Font Sizes */
  #main,
  #the-buzz-description,
  #channel-surfing {
    font-size: 1.4em;
    font-size: 17px;
  }
  h1 {
    font-size: 1.8em;
    font-size: 25px;
  }
  #the-buzz-content h1.title {
    font-size: 1.6em;
    font-size: 22px;
  }
  #channel-surfing p {
    font-size: inherit;
    line-height: inherit;
  }
  #channel-surfing-headline {
    background: none;
    text-indent: inherit;
  }
}
