/*
Theme Name: Independent Publisher Child Theme
Theme URI: http://independentpublisher.me/
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.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 */

/*
body,
button,
input,
select,
textarea {
    font-size: 16px;
	font-size: 1.6rem;
}
*/

h1 {
    font-size: 32px;
	font-size: 3.2rem;
    margin-top: 0;
}

.entry-content .game-title {
	margin-top: 0px;
	margin-bottom: 7px;
}

.page h1.entry-title {
    font-size: 32px;
	font-size: 3.2rem;
    margin-top: 0;
}

.site-footer {
    clear: both;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #b3b3b1;
}

.details-table {
    border: none;
}

.summary_name {
    font-weight: bold;
}

.details_info { 
}

.youtube {
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
}

#menu-social li a[href*="pinboard.in"]::before {
	content: '\f308';
    transform: scale(-1, 1);
	color: #BBC7D3;
}

#menu-social li a[href*="pinboard.in"]:hover::before {
	transition: color ease 0.3s;
	color: #4A4A4E;
}