/*
Theme Name: Bou Child
Theme URI: http://themeforest.net/user/An-Themes/portfolio
Description: A custom child theme for the Bou theme
Version: 1.0
Template: bou-wp
Author: Will Gorham
Author URI: http://willgorham.com
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/

.time_ago {
  display: none;
}

.entry-top {
  padding-top: 0;
}

.wrap-box {
  padding-top: 20px;
}


@media only screen and (max-width: 1000px) {
  .wrap,
  .main-content {
    width: 100%;
  }

  .wrap-box {
    width: calc(100% - 44px);
  }

  #bousingle {
    width: 100%;
  }

  #example-1 article.list {
    width: calc((100% - 25px) * .33 - 25px);
    box-sizing: border-box;
  }

  #example-1 article.list img {
    width: 100%;
  }
}

@media only screen and (max-width: 760px) {
  #example-1 article.list {
    width: calc((100% - 25px) * .50 - 25px);
    box-sizing: border-box;
  }
}

@media only screen and (max-width: 479px) {
  #example-1 article.list {
    width: calc((100% - 25px) * 1.0 - 25px);
    box-sizing: border-box;
  }
}
