/*
	Theme Name: History in Pieces
	Theme URI: http://historyinpieces.com/
	Description: Modified Sixteen-Nine-Pro Genesis child theme.
	Author: StudioPress
	Author URI: http://www.studiopress.com/

	Version: 1.0

	Tags: black, white, one-column, two-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.0

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php 
*/

 
/* Table of Content

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Headings
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Jetpack
		- Gravity Forms
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Entries
		- After Entry
		- Pagination
		- Comments
	- Sidebar
	- Site Footer
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.archive-pagination:before,
.author-box:before,
.clearfix:before,
.entry:before,
.entry-comments:before,
.entry-pagination:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.archive-pagination:after,
.author-box:after,
.clearfix:after,
.entry:after,
.entry-comments:after,
.entry-pagination:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}

/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

body {
	background-color: #000;
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.625;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #000;
	color: #fff;
}

::selection {
	background-color: #000;
	color: #fff;
}

a {
	color: #000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

p {
	margin: 0 0 24px;
	margin: 0 0 2.4rem;
	padding: 0;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 40px 40px 24px;
	margin: 4rem 4rem 2.4rem;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0;
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
	padding: 0;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 30px;
	font-size: 3rem;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	width: auto; /* IE8 */
}

.format-gallery #gallery-1 img {
	border: none;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #666;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	padding: 16px;
	padding: 1.6rem;
	width: 100%;
}

input:focus,
textarea:focus {
	outline: none;
}

.content input:focus,
.content textarea:focus {
	border: 1px solid red;
}

::-moz-placeholder {
	color: #fff;
}

::-webkit-input-placeholder {
	color: #fff;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #000;
	border: none;
	color: #fff;
	cursor: pointer;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
	padding: 16px 24px;
	padding: 1.6rem 2.4rem;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"] {
	background-color: #1dbec0;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
	padding: 0.6rem 0;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-container {
	max-width: 1280px;
	padding-top: 50px;
}

.sixteen-nine-landing .site-container {
	margin: 40px auto;
	margin: 4rem auto;
	max-width: 800px;
}

.site-inner {
	float: right;
	width: 1040px;
	margin-top: 41px;
}

.sixteen-nine-landing .site-inner {
	float: none;
	max-width: 100%;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-wrap {
	float: left;
	width: 100%;
}

/* Content */

.content {
	background-color: #fff;
	float: left;
	padding: 48px 60px 60px;
	padding: 4.8rem 6rem 6rem;
	width: 760px;
}

.full-width-content .content {
	width: 1000px;
}

.sixteen-nine-landing .content {
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 240px;
	word-wrap: break-word;
}

/* Secondary Sidebar */

.sidebar-menu {
	background-color: #000;
	color: #999;
	float: left;
	height: 100%;
	margin-top: 4rem;
	position: fixed;
	text-align: center;
	width: 240px;
}

.sidebar-menu .menu {
	border-top: 1px solid #333;
	clear: both;
	font-family: "Roboto Condensed",sans-serif;
	font-size: 1.6rem;
	font-weight: 300;
	letter-spacing: 0.1rem;
	overflow: hidden;
	padding: 0px;
	width: 100%;
}

.sidebar-menu .menu li {
    border-bottom: 1px solid #333;
    float: left;
    list-style-type: none;
    width: 100%;
}

.sidebar-menu .menu a {
    color: #FFF;
    display: block;
    padding: 1.2rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.sidebar-menu .menu a:hover,
.sidebar-menu .menu .current-menu-item > a {
	background-color: #000;
	color: #fff;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.site-header .avatar,
.site-header .site-avatar img {
	border-radius: 50%;
	display: block;
	float: none;
	height: 112px;
	margin: 0 auto 24px;
	margin: 0 auto 2.4rem;
	width: 112px;
	display: none;
}

.author-box .avatar {
	height: 70px;
	margin-right: 24px;
	margin-right: 2.4rem;
	width: 70px;
}

.entry-comments .avatar {
	height: 48px;
	margin: 0 16px 24px 0;
	margin: 0 1.6rem 2.4rem 0;
	width: 48px;
}

.alignleft .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

.alignright .avatar {
	margin-left: 24px;
	margin-left: 2.4rem;
}

.search-form {
	padding: 40px 20px;
	width: 100%;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.sticky {
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 2.4rem
}

img.alignnone {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
	margin: 0 2.4rem 2.4rem 0;
}

img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
	margin: 0 0 2.4rem 2.4rem;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	margin: 0;
	text-align: center;
}

.gallery-caption {
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.archive-description,
.author-box,
.breadcrumb {
	background-color: #f5f5f5;
	margin: 0 -60px 60px;
	margin: 0 -6rem 6rem;
}

.archive-description {
	padding: 40px 60px 16px;
	padding: 4rem 6rem 1.6rem;
}

.author-box,
.breadcrumb {
	padding: 40px 60px;
	padding: 4rem 6rem;
}

.archive .archive-description,
.author .author-box,
.breadcrumb {
	margin-top: -48px;
	margin-top: -4.8rem;
}

.author-box p {
	margin-bottom: 0;
}

.author-box-title {
	color: #000;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}

/* Headings
--------------------------------------------- */

.entry-title,
.widgettitle {
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
}

.entry-title {
	font-size: 60px;
	font-size: 6rem;
	font-weight: 300;
	line-height: 1.2;
	text-align: center;
}

.entry-title a {
	text-decoration: none;
}

.entry-title a:hover {
	color: #1dbec0;
}

.widgettitle {
	color: #cdf593;
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
	text-transform: uppercase;
}

.site-header .widgettitle {
	color: #fff;
}

.archive-title {
	background-color: #f5f5f5;
	font-size: 20px;
	font-size: 2rem;
}

.search .archive-title {
	background-color: #f5f5f5;
	font-size: 20px;
	font-size: 2rem;
	margin: -48px -60px 40px;
	margin: -4.8em -6rem 4rem;
	padding: 20px 60px;
	padding: 2rem 6rem;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
	padding: 0;
}

.featured-content .entry-header .entry-meta,
.featured-content .entry-title {
	text-align: left;
}

.featured-content .entry-title {
	font-size: 24px;
	font-size: 2.4rem;
}

.featured-content .entry-header .entry-meta {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.featured-content .entry-header .entry-meta,
.featured-content .entry-header .entry-meta a:hover {
	color: #fff;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget {
	color: #fff;
}

.enews-widget input {
	border: none;
	margin-right: -4px;
	margin-right: -0.4rem;
	padding: 16px 24px 15px;
	padding: 1.6rem 2.4rem 1.5rem;
	width: 60%;
}

.content .enews-widget input:focus {
	border: none;
}

.enews-widget input[type="submit"] {
	background-color: #1dbec0;
	color: #fff;
	margin: 0;
	padding: 16px 24px 15px;
	padding: 1.6rem 2.4rem 1.5rem;
	width: auto;
}

.enews-widget input:hover[type="submit"] {
	background-color: #19a5a7;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}

/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 16px;
	padding: 1.6rem;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
	margin: 1.6rem 0 0;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #000;
	color: #999;
	position: fixed;
	width: 100%;
}

.site-header a,
.site-header a:hover {
	color: #fff;
	text-decoration: none;
}

.header-image .site-header {
	padding: 0;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	width: 20%;
	padding: 20px 5px;
	max-width: 240px;
	text-align: center;
}

.site-title {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 400;
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
	line-height: 1;
	margin-bottom: 10px;
	margin-bottom: 1rem;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
	color: #fff;
	text-decoration: none;
}

.site-description {
	color: #999;
	font-family: 'Playfair Display', serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-style: italic;
	font-weight: 300;
	margin-bottom: 0;
}

/* Widget Area
--------------------------------------------- */

.header-widget-area {
	float: left;
	width: 80%;
}

.header-widget-area .widget {
	margin-bottom: 40px;
	margin-bottom: 4rem;
 	padding: 0 20px;
 	padding: 0 2rem;
}

.header-widget-area .widget_nav_menu {
 	padding: 0;
}

.site-header .simple-social-icons ul li {
	margin-bottom: 0 !important;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.nav-header {
	float: left;
	padding: 20px;
}

.genesis-nav-menu {
	clear: both;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

.genesis-nav-menu li {
	float: left;
	list-style-type: none;
}

.genesis-nav-menu a {
	background-color: none;
	color: #fff;
	display: block;
	padding: 12px;
	padding: 1.2rem;
	text-align: center;
	text-transform: uppercase;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a {
	background-color: #fff;
	color: #000;
}

.sidebar-menu a:hover,
.sidebar-menu .current-menu-item > a {
	background-color: #000;
	color: #fff;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	margin: 0;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 160px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a,
.sidebar-menu .sub-menu a {
	background-color: #000;
	color: #999;
	letter-spacing: 0;
	position: relative;
	width: 160px;
}

.genesis-nav-menu .sub-menu a:hover,
.sidebar-menu .sub-menu a:hover {
	color: #fff;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -50px 0 0 159px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu,
.sidebar-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

/* Responsive Menu
--------------------------------------------- */

#responsive-menu-icon {
	cursor: pointer;
	display: none;
}

#responsive-menu-icon::before {
	color: #fff;
	content: '\2630';
	font-size: 20px;
	font-size: 2rem;
	margin: 0 auto;
}

#responsive-menu-icon-secondary {
	cursor: pointer;
	display: none;
}

#responsive-menu-icon-secondary::before {
	color: #fff;
	content: '\2630';
	font-size: 20px;
	font-size: 2rem;
	margin: 0 auto;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	border-bottom: 3px solid #f5f5f5;
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.error404 .entry,
.page .entry,
.single .entry {
	border: none;
}

.error404 .entry,
.page .entry {
	margin: 0;
}

.entry-content ol,
.entry-content p,
.entry-content ul {
	margin-bottom: 26px;
	margin-bottom: 2.6rem;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
	margin-left: 4rem;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul,
.entry-content .wp-caption p {
	margin-bottom: 0;
}

.entry-meta {
	clear: both;
	color: #666;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
	text-transform: uppercase;
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.entry-header .entry-meta {
	text-align: center;
}

.single .entry-footer .entry-meta {
	margin-bottom: 0;
}

.entry-meta a {
	color: #666;
	text-decoration: none;
}

.entry-meta a:hover {
	color: #000;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
	margin: 0 0.6rem 0 0.2rem;
}

.entry-categories,
.entry-tags {
	display: block;
}

/* After Entry
--------------------------------------------- */

.after-entry {
	background-color: #000;
	color: #fff;
	margin-bottom: 60px;
	margin-bottom: 6rem;
	padding: 40px 60px 10px;
	padding: 4rem 6rem 1rem;
	text-align: center;
}

.after-entry .widgettitle {
	font-size: 20px;
	font-size: 2rem;
}

.after-entry .widget {
	margin-bottom: 30px;
	margin-bottom: 3rem;
}

.after-entry li {
	list-style-type: none;
}

.after-entry li a {
	color: #999;
}

/* Pagination
--------------------------------------------- */

.archive-pagination,
.entry-pagination {
	clear: both;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #000;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	padding: 8px 12px;
	padding: 0.8rem 1.2rem;
	text-decoration: none;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #1dbec0;
}

/* Comments
--------------------------------------------- */

.entry-comments,
.ping-list {
	margin-bottom: 60px;
	margin-bottom: 6rem;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	display: block;
	margin-right: 12px;
	margin-right: 1.2rem;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
	margin-top: 24px;
	margin-top: 2.4rem;
	padding: 32px;
	padding: 3.2rem;
}

.comment-list li li {
	margin-right: -32px;
	margin-right: -3.2rem;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff; 
	border-right: none; 
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 24px;
	padding: 2.4rem;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	color: #fff;
	display: inline;
	padding-top: 60px;
	padding-top: 6rem;
}

.sidebar a {
	color: #fff;
	text-decoration: underline;
}

.sidebar a:hover {
	text-decoration: none;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

.sidebar .widget {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	border-top: 1px solid #333;
	clear: both;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
	padding: 20px 16px;
	padding: 2rem 1.6rem;
	text-transform: uppercase;
}

.site-footer,
.site-footer a {
	color: #999;
}

.site-footer a:hover {
	color: #fff;
}

.site-footer p {
	margin-bottom: 0;
}


/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1279px) {
	
	.site-container {
		padding-top: 0;
	}
	
	.full-width-content .content,
	.site-header {
		width: 100%;
	}

	.site-inner {
		width: 80%;
		margin-top: 0;
	}

	.content {
		width: 70%;
	}

	.sidebar-primary {
		width: 30%;
	}

	.sidebar-menu {
		width: 20%;
		position: relative;
		margin-top: 0;
	}

	.site-header {
		float: none;
		height: auto;
		padding-top: 20px;
		padding-top: 2rem;
		position: relative;
	}

	.site-title,
	.site-description {
		text-align: center;
	}

	.title-area {
		width: 100%;
		max-width: 100%;
	}

	.header-widget-area {
		width: 100%;
		float: none;
		text-align: center;
	}

	.nav-header {
		float: none;
		padding: 0;
	}

	.nav-header ul {
		border-top: 1px solid #333;
	}

	.nav-header ul li {
		width: 100%;
		border-bottom: 1px solid #333;
	}

	.genesis-nav-menu {
		border-bottom: 1px solid #333;
		margin: 0 0 20px;
		margin: 0 0 2rem;
		text-align: center;
	}

	.genesis-nav-menu .menu-item {
		display: inline-block;
		text-align: left;
	}

	.genesis-nav-menu li {
		border: none;
		float: none;
		width: auto;
	}

	.genesis-nav-menu .sub-menu {
		margin: 0;
	}

	.genesis-nav-menu .sub-menu a {
		text-align: left;
	}

	.sidebar {
		padding: 60px 60px 0;
		padding: 6rem 6rem 0;
	}

	.responsive-menu {
		display: none;
	}

	#responsive-menu-icon {
		display: block;
	}

}

@media only screen and (max-width: 1023px) {

	.content,
	.sidebar-primary {
		width: 100%;
	}

	.archive-description,
	.author-box,
	.breadcrumb {
		margin: 0 0 60px;
		margin: 0 0 6rem;
	}

	.sixteen-nine-landing .site-container {
		margin: 5%;
	}

	.search-form {
		margin: 0 auto;
	}

}


@media only screen and (max-width: 767px) {

	.site-container {
		padding-top: 0;
	}

	.site-title {
		font-size: 24px;
		font-size: 2.4rem;
	}

	.title-area {
		margin-bottom: 0;
	}

	.site-inner {
		width: 100%;
		margin-top: 0;
	}

	.sidebar-menu {
		width: 100%;
		margin-top: 0;
	}

	.search-form {
		display: none;
	}

	.header-widget-area .widget,
	.site-description {
		margin-bottom: 20px;
		margin-bottom: 2rem;
	}

	.site-header .widget-area {
		text-align: center;
	}

	.content,
	.sidebar {
		padding-left: 10%;
		padding-right: 10%;
	}

	.entry-title {
		font-size: 32px;
		font-size: 3.2rem;
	}

	.enews-widget input,
	.enews-widget input[type="submit"],
	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.search-form,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.site-container #responsive-menu-icon-secondary {
		background-color: #666;
		text-align: center;
		padding-bottom: 5px;
	}

	.responsive-menu-secondary {
		display: none;
	}

	#responsive-menu-icon-secondary {
		display: block;
	}

	.site-footer {
		display: none;
	}

}


.sidebar {text-shadow: 1px 1px 1px #000; background-color: rgba(0, 0, 0, 0.5);
padding: 15px; }
.sidebar li a {text-decoration: none; }
.sidebar li { margin-bottom: 1.4em;}

blockquote::before {content: none;}
.footnotes {font-size: 13px; margin-top: 60px;}

.wp-caption-text {font-size: 1.35rem; font-weight: 400; text-align: left; padding-bottom: 10px; color: #999; line-height: 1.3; }
/*.entry-content .wp-caption p {margin-bottom: 90px;}*/
body {font-family: 'Helvetica Neue', Helvetica, arial, sans-serif; font-size: 1.8rem; color: #444; letter-spacing: 0.03rem;}

blockquote {
	/*display: inline-block;*/ 
	background-image:url('/content/historyinpieces/gfx/paper1.jpg');
	background-repeat: repeat;
	background-color: #ccc;
	margin: 30px 10px 40px 10px;
	padding: 50px;
	text-shadow: rgb(250, 250, 250) 2px 1px 0px;
	color: #444; 
	font-family: "museo-slab-1","museo-slab-2", Georgia, sans-serif; font-size: 18px; 
	-webkit-box-shadow: 7px 7px 13px 0px rgba(50, 50, 50, 0.41);
	-moz-box-shadow: 7px 7px 13px 0px rgba(50, 50, 50, 0.41);
	box-shadow: 7px 7px 13px 0px rgba(50, 50, 50, 0.41);
}

.pullquote {
	display: inline-block; 
	float:right;
	width: 50%;
	line-height: 1.15;
	background-color: #000;
	color: #eee;
	padding: 40px;
	margin: 0 -60px 10px 20px;
	font-family: "museo-slab-1","museo-slab-2", Georgia, sans-serif; 
	font-size: 20px; 
	text-shadow: none;
}

.pullquote a, .after-entry a { color: #cdf593; text-decoration: none;}

h3 { margin-top: 40px;}
h2 {font-size: 33px; font-size: 3.3rem; }

::-moz-selection {
	background-color: #FFFF00;
	color: #000;
	text-shadow: none
}

::selection {
	background-color: #FFFF00;
	color: #000;
	text-shadow: none
}

.home .entry-meta { display: none; }

.archive .entry-meta { 
display: none; 
}

.home .entry-content {margin-bottom: 60px;}

.entry-title a:hover {
	color: #B80000;
}
.site-description { font-family: 'Roboto Condensed', serif; font-style: normal;}

.after-entry p {text-align: left;}
.avatar, .site-header .avatar, .site-header .site-avatar img {display: none !important;}

@media only screen and (max-width : 568px) { 
	blockquote { 
		background-image: none;
		background-repeat: none;
		background-color: #f8f8f8;
		margin: 0;
		padding: 10px;
		text-shadow: none;
		color: #444; 
		font-family: "museo-slab-1","museo-slab-2", Georgia, sans-serif; font-size: 18px; 
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		font-size: 1.6rem;
			} 
	.site-footer {display: none;}
	.after-entry { padding: 20px 10px 20px; padding: 1rem 1rem 1rem; text-align: left; }
	.entry-meta {display: none;}
	.sharedaddy {display: none;}
	.simple-social-icons {display: none;}
 }

@media only screen and (max-width : 1224px) {
	.simple-social-icons {display: none;}
}

h2, h3, h4, h5, h6 {font-weight: 300; text-transform: uppercase;}
.widgettitle { font-family: 'Roboto', sans-serif;}


.entry-title {font-size: 40px; font-size: 4rem; text-transform: none;}
.entry-footer {margin-top: 40px;}

table {max-width: 100%; font-size: 15px; font-size: 1.5rem; font-weight: 400; color: #444; margin-top: 40px;}
table a{text-decoration: none;}
table#list-video tr {vertical-align:top;}
td {padding: 10px 10px 10px 10px; line-height: 1.2;}
th { text-align: left; font-weight: bold; line-height: 1; background: #f8f8f8; padding: 10px 0 10px 10px; }

hr {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
}

.adjacent-entry-pagination {margin-top: 40px; font-size: 1.8rem; font-color: #333;border-top: 1px solid #333; margin-bottom: 140px; font-weight: bold; }


//* Custom Post Types Styles for Info Boxes etc */
.item-info {font-size: 14px; font-size: 1.4rem; font-weight: 400; color: #444; margin-bottom: 40px; padding: 40px 30px 20px 30px; font-family: Helvetica, Arial, sans-serif; text-transform:uppercase; letter-spacing: 1px; letter-spacing: 0.1rem; border: 1px solid #ccc;}

.item-info h2, .item-transcript h2, .item-notes h2, .video-contact-sheet h2, .item-text h2 {color: #000; font-size: 25px; font-size: 2.4rem; letter-spacing: 1px; letter-spacing: 0.1rem;  text-transform: uppercase; font-family: 'Roboto', sans-serif; border-bottom: 1px solid #ccc; padding-bottom: 10px; }

.item-info, .item-notes, .video-contact-sheet, .item-transcript, .item-text {margin-top: 60px;}

/*.item-transcript, .item-notes, .video-contact-sheet {margin-bottom: 40px; padding: 40px 30px 20px 30px; border: 1px solid #ccc; } */

.dpe-flexible-posts h4 {color: #fff; font-size: 1.8rem; text-transform: none; font-family: "helvetica neue", Helvetica, arial, sans-serif;}
.dpe-flexible-posts .entry {border-bottom: none !important; }

.sidebar li {margin-bottom: 0.4rem; line-height: 2rem; padding-bottom: 20px;}

input[type="search"], input { 
	background-color: transparent;
	color: #cdf593;
	font-family: 'Roboto Condensed', 'helvetica neue', sans-serif;
	text-transform: uppercase;
	text-align: center;
	border: 1px solid #ddd;
}

::-moz-placeholder {
	color: #fff;
}

::-webkit-input-placeholder {
	color: #fff;
}


.sidebar-menu .sub-menu {
    left: -9999px;
    margin: -50px 0px 0px 240px;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
    width: 160px;
    z-index: 99;
}