/*---------------------------------------------------------------------------------

	Theme Name: M. Hemingway Light
	Version: 2.0
	Description: Hemingway child theme.
	Tags: black, dark, white, green, two-columns, fluid-layout, responsive-layout, custom-header, custom-menu, custom-colors, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready, editor-style
	Template: hemingway
	Text Domain: hemingway
	Author: Anders Norén & RavanH
	Theme URI: http://www.andersnoren.se/teman/hemingway-wordpress-theme/
	License: GNU General Public License version 2.0
	License URI: http://www.gnu.org/licenses/gpl-2.0.html

	All files, unless otherwise stated, are released under the GNU General Public License
	version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

----------------------------------------------------------------------------------- */

/**
 * Main style overrides
----------------------------------------------- */


/* push sidebar below content area */

.content.left, .sidebar.right {
	width: 100%;
	float: none;
}

.section-inner {
	width: 758px;
	max-width: 96%;
	overflow: hidden;
}

.featured-media img {
	border-radius: 0;
}

.post-content p, .post-content blockquote {
	text-align: justify;
}

.post-content .alignleft {
	margin-right: .6em;
}

.post-content .alignright {
	margin-left: .6em;
}

img.alignleft, .alignleft img, img.aligncenter, .aligncenter img, img.alignright, .alignright img {
	border: none;
	padding: 0;
}

.post-nav {
	border: none;
}

/**
 * Plugin styles
----------------------------------------------- */

/* Jetpack */

div#jp-relatedposts {
	clear: both;
}

/* MarketPress */

a.mp_link_buynow {
	font-family: Lato, sans-serif;
}

a.mp_link_buynow:hover {
	text-decoration: none;
}

/* Media Elements */
.mejs-button>button {
	margin: 1px !important;
	height: 18px !important;
	filter: saturate(.1);
}

.mejs-button {
	height: 20px !important;
	width: auto !important;
}

.mejs-container.mejs-audio {
	background: transparent !important;
	width: 30px !important;
	height: 22px !important;
	display: inline-block !important;
	margin-bottom: 0 !important;
	vertical-align: text-top;
}

.mejs-container.mejs-audio .mejs-controls {
	height: 20px !important;
	border-radius: 3px;
	padding: 0 4px;
	background-color: #dd0000;
}

.mejs-audio .mejs-controls div.mejs-time-rail,
.mejs-container.mejs-audio .mejs-controls .mejs-time,
.mejs-container.mejs-audio .mejs-controls .mejs-volume-button,
.mejs-container.mejs-audio .mejs-controls .mejs-horizontal-volume-slider {
	display: none;
}
