/*
Theme Name: Independent Publisher JC
Theme URI: http://independentpublisher.me/
Author: Johnny Chadda
Author URI: http://johnny.chadda.se
Description: A clean minimal theme for independent publishers. Ideal for single-author blogs.
Template: independent-publisher
Version: 1.2.4
License: GNU GPLv3
License URI: http://www.gnu.org/copyleft/gpl.html
Tags: light, white, blue, two-columns, left-sidebar, flexible-width, custom-background, custom-colors, custom-menu, editor-style, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready

Based on _s http://underscores.me
and Publish by Konstantin Kovshenin http://kovshenin.com/themes/publish

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/* =Imports styles from the parent theme
-------------------------------------------------------------- */
@import url('../independent-publisher/style.css');

/* =Theme customization starts here. Add your own custom styles.
-------------------------------------------------------------- */

/* Uncomment this style definition to hide the green bar on Quote Formatted posts: */

/*
.format-quote blockquote {
	border-left: none;
	padding-left: 0;
}
*/

/* Uncomment this style definition to use the original, Mac-specific font stack */

/*
h1,
h2,
h3,
h4,
h5,
h6,
.pinglist,
#taglist,
.comment-form-author label,
.comment-form-email label,
.comment-form-url label,
.comment-form-comment label,
.comment-form-subscriptions label,
.comment-form-reply-title {
	font-family: "Myriad Pro","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
}
*/

/* Uncomment this style definition to use a long dash in ```<cite>```: */

/*
blockquote cite:before {
content: "\2014 \0020";
}
*/

#jp-carousel-comments-loading { display: none !important; }

.aesop-img-enlarge { display: none !important; }

#share-comment-button {
      display: none !important;
}

/* fixes for full width */

.site, .site-content {
  max-width: 1200px;
  padding: 0;
}

.site-content p,
.site-content h1,
.site-content h2,
.site-content h3,
.site-content h4,
.site-content h5,
.site-content h6,
.site-content pre,
.site-content ul,
.site-content ol,
.site-content hr,
.site-content form,
.site-content blockquote,
.site-content iframe,
.site-content .enhanced-excerpt-read-more,
.site-content .entry-meta,
.home article,
.archive article,
.post-author-bottom,
.dcl-disqus-thread,
.paging-navigation
{
    max-width: 700px !important;
    margin-left: auto;
    margin-right: auto;
}

.site-content ul,
.site-content ol
{
  padding-left: 50px !important;
}

.tiled-gallery {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.tiled-gallery .gallery-row {
  margin-left: auto !important;
  margin-right: auto !important;
}

.format-standard .entry-title {
  width: 100%;
}

.site-content, .site-footer {
  max-width: 100%;
}

.paging-navigation {
  border-bottom: none !important;
}

