/*
Theme Name: Independent Publisher Child
Theme URI: http://independentpublisher.net/wp-theme/
Author: Raam Dev
Author URI: http://raamdev.com
Description: A clean minimal theme for independent publishers. Ideal for single-author blogs.
Template: independent-publisher
Version: 1.2.5
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

GitHub Theme URI: raamdev/independent-publisher-child
GitHub Theme URI: https://github.com/raamdev/independent-publisher-child

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
-------------------------------------------------------------- */

/**
 * Contains CSS for modifying plugin styles
 */


/* Custom styles for the Snazzy Archives plugin */
.sz_year {
	font-size: 15px !important;
}

.sz_excerpt {
	display: none;
}

.sz_title {
	font-weight: normal !important;
	font-size: 12px !important;
}

.snazzy a {
	display: block;
}

.snazzy a:visited {
	color: #444 !important;
}

.snazzy a:hover {
	color: #57ad68 !important;
}

.sz_img {
	height: inherit !important;
	line-height: 18px !important;
}

.sz_clr {
	padding-top: 10px !important;
}

/* Journal Subscription Option styles */

.subscription-options-option {
	float: left;
	margin-right: 20px;
}

#journal-notice {
	background: #eee;
	padding: 30px 30px 10px 30px;
	border-radius: 5px;
	margin-bottom: 20px;
}

blockquote cite:before {
	content: "";
}

/* Simplify Aside Post Format; makes the text look like regular posts */
.format-aside {
    font-size: inherit;
    font-style: inherit;
    line-height: inherit;
}

.single .format-aside .entry-content,
.single .format-quote .entry-content {
  margin-top: 6em;
  margin-bottom: 6em;
  padding-bottom: 0;
}

@media only screen and (max-width: 500px) {
  .single .format-aside .entry-content,
  .single .format-quote .entry-content {
    margin-top: 6em;
    margin-bottom: 6em;
    padding-bottom: 0;
  }
}

/* Lighten the default border color that separates entries */

.blog article, .archive article, .search article {
  border-bottom: solid 1px #F5F5F5;
}

/* Re-add the space that's removed from the top of the first post (doesn't look right with Asides) */

article.first-post {
  margin-top: auto;
  padding-top: 40px;
}

/* Decrease letter spacing of entry title meta, e.g., "Raam Dev in Journal" */
.entry-title-meta {
  letter-spacing : 0;
}

/* Don't style links in Trackbacks or Pingbacks; I'd rather these not stand out.
   (.webmention p a {} is intentionally left out here as Webmentions contain minimal formatting
*/
.trackback p a,
.pingback p a {
  color: black;
  text-decoration: none;
}

/* Hide separator before date at the top of Single posts (becuase we float the date to the right; see below) */
.single .entry-title-meta-post-date .sep {
  display : none;
}
/* Float the date to the right on Single posts (requires customizations to independent_publisher_posted_on_date() in functions.php) */
.single .entry-title-meta .entry-title-meta-post-date-permalink {
  float: right;
}

/* Increase content font size for asides and quotes on mobile devices */
@media only screen and (max-width: 500px) {
  .format-aside .entry-content,
  .format-quote .entry-content {
    font-size: inherit;
  }
}

/* Use default author card sizes under 1200px */
@media only screen and (max-width: 1200px) {
  .site-description {
    font-size: 13px;
  }

  .site-published-date {
    font-size: 12px;
    line-height: 2;
  }

  .site-published-location {
    font-size: 12px;
  }
}

/* Increase author card fonts slightly for mobile devices */
@media only screen and (max-width: 768px) {
  .site-description {
    font-size: 15px;
  }

  .site-published-date {
    font-size: 14px;
    line-height: 3;
  }

  .site-published-location {
    font-size: 14px;
  }
}

/* Widen MailChimp email input field. */
.post-author-bottom #mc_embed_signup input.email {
  width: 75%;
}
@media only screen and (max-width: 768px) {
  .post-author-bottom #mc_embed_signup input.email {
    width: 100%;
  }
}

/* Fix button style for Jetpack contact form. */
.wp-block-button__link {
	padding: 0px 15px 0px 15px;
}
