/*
Theme Name: Independent Publisher 2 - WordPress.com Child
Theme URI: https://wordpress.com/themes/independent-publisher-2/
Description: Independent Publisher 2 WPcom Child Theme.
Author: Raam Dev/KF
Author URI: http://raamdev.com/
Template:     independent-publisher-2-wpcom
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: independent-publisher-2
*/


@import url("../independent-publisher-2-wpcom/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

.site-title {
	font-family: "DIN Condensed", "Open Sans Condensed", sans-serif;
	font-size: 54px;
	text-transform: uppercase;
}

.site-description {
	font-family: "DIN Condensed", "Open Sans Condensed", sans-serif;
	font-size: 17px;
	font-style: italic;
}

@media screen and (min-width: 48.9375em) {
	.site-title {
		margin-left: -400px;
		margin-top: 50px;
	}
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "DIN Condensed", "Open Sans Condensed", sans-serif;
}

.entry-title {
	font-family: "DIN Condensed", "Open Sans Condensed", sans-serif;
}


ul.mention-list {
	list-style-type: disc;
}

/* =Post Formats
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title,
.search .format-aside .entry-title,
.blog .format-status .entry-title,
.archive .format-status .entry-title,
.search .format-status .entry-title,
.blog .format-image .entry-title,
.archive .format-image .entry-title,
.search .format-image .entry-title,
.blog .format-quote .entry-title,
.archive .format-quote .entry-title,
.search .format-quote .entry-title {
	display: none;
}

.format-aside .entry-format,
.format-quote .entry-format,
.format-chat .entry-format,
.format-status .entry-format,
.format-image .entry-format,
.format-link .entry-format,
.format-gallery .entry-format {
	color: #b3b3b1;
	font-weight: 300;
}

.format-link .entry-title {
	font-size: 1.5em;
}

.format-link .entry-title a:after {
	font-family: "Genericons";
	content: '\f442';
	font-size: 24px;
	height: 24px;
	position: relative;
	top: 0;
	width: 24px;
}

.format-aside .entry-content .e-content {
	padding: 35px 25px 25px 25px;
	border: 1px solid #e0e0e0;
	background-color: #fcfcfc;
}

.format-aside .entry-content .e-content,
.format-quote .entry-content .e-content {
	margin-top: 1em;
	font-size: 1em;
	line-height: 1.5;
	color: #7d7d7c;
	font-weight: 300;
}

.format-aside .entry-content .e-content a {
	text-decoration: none;
	color: #0087be;
}

.format-aside .entry-title-meta {
	margin-bottom: 20px;
}

.format-aside .entry-content a,
.format-aside .entry-content a:hover,
.format-quote .entry-content a,
.format-quote .entry-content a:hover {
	color: inherit;
	text-decoration: none;
}

.single-format-aside .entry-title,
.single-format-quote .entry-title {
	display: none;
}

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

.format-chat .entry-content,
.format-chat .entry-summary {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	background: #eee;
	padding: 20px 20px 10px 20px;
	margin-bottom: 2em;
	font-size: 12px;
	line-height: 1.6;
}

blockquote {
	border: none;
    margin: 0.25em 0;
    padding: 0.35em 40px;
    line-height: 1.45;
    position: relative;
}

blockquote:before {
    display: block;
    padding-left: 10px;
    content: "\201C";
    font-size: 80px;
    position: absolute;
    left: -20px;
    top: -20px;
    color: #0087be;
}

blockquote cite {
    display: block;
    margin-top: 10px;
}

blockquote cite:before {
    content: "\2014 \2009";
}