/*
	Theme Name: Credenza Child Theme
	Theme URI: http://themeforest.net/user/fuelthemes
	Description: <strong>A Premium theme for magazine, editor, community and more! WordPress Theme by <a href="http://www.themeforest.net/user/fuelthemes">fuelthemes</a></strong> – Update notifications available on Twitter and Themeforest <a href="http://twitter.com/anteksiler">Follow us on twitter</a> – <a href="http://themeforest.net/user/fuelthemes">Follow us on Themeforest</a>
	Version: 1.0.0
	Author: fuelthemes
	Template: credenza-wp
*/

@import url("../credenza-wp/style.css");

.post .post-container {
  padding-left: 0px;
}
.post-author {
display: none;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

#comments {
display: none !important;
}
@media only screen and (min-width: 40.063em) {
  .post .post-container {
    padding-left: 0px;
  }
}