/*
Theme Name: Checkout Child Theme
Theme URI: https://array.is/themes/checkout-wordpress-theme/
Description: Launch a digital goods store or your own marketplace with Checkout. Checkout is powered by Easy Digital Downloads, a free plugin that enables you to sell digital downloads with your WordPress site. Sell your stock photography, audio files, eBooks, video and more.
Author: Array
Author URI: https://array.is
Version: 1.0
Template: checkout
Tags: white, gray, white, two-columns, flexible-width, custom-background, custom-colors, custom-menu, editor-style, featured-images, theme-options, translation-ready, photoblogging, threaded-comments
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/*
This is a starter style.css file for your child theme. For more
information about child themes, visit the following web page:
http://codex.wordpress.org/Child_Themes
*/

/* Add your customizations below this line */

/* Smaller font size */
body .syntaxhighlighter code, body .syntaxhighlighter .gutter { font-size: 12px !important; }

/* rating images side-by-side */
#content .post-ratings img { display: inline-block; }

/* Your email address will not be shown */
#comments .comment-notes { display: block; text-align: left;}

.withimages { display: block; }

/* Troubleshoot-my-device - prevent image resizing in Chrome */
#tsmd img {
    max-width: none; 
}

/* Link color in sidebar text widget */
#secondary-page aside a {
  color: #1e73be;
}
#secondary-page aside a:hover {
  color: #4A545A;
}

/* More room for text on pages */
.post-text {
  padding: 5% 6% 5% 6%;
}

/* No extra spacing */
#content .post-content ul li {
    margin-bottom: 0%;
}

/* No text-shadow for hero-title */
.hero-title h2 {
   text-shadow: none;
}

/* No text-shadow for hero-subtitle */
.hero-title p {
   text-shadow: none;
}
