/*
	Theme Name:  PopCrunch 2014
	Description: Custom child theme for the <a href="http://genesistheme.com">Genesis Framework</a>.
	Author:      Bill Erickson
	Author URI:  http://www.billerickson.net
	Version:     1.0.0
	License:     GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Template:    genesis
*/


/* 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;
}

.sharing * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}

/* Float Clearing
--------------------------------------------- */

.clearfix:before,
.entry:before,
.footer-widgets:before,
.gallery-content:before,
.nav-primary:before,
.nav-secondary:before,
.sidebar .widget:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.clearfix:after,
.entry:after,
.footer-widgets:after,
.gallery-content:after,
.nav-primary:after,
.nav-secondary:after,
.sidebar .widget:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;	
}


/* Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
	background-color: #fff;
	color: #000;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 300;
	line-height: 1.866;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-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: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #c1272d;
	text-decoration: underline;
}

a:hover,
.genesis-nav-menu a,
.sidebar a,
.footer-widgets a,
.site-footer a,
.you-may-like a,
.pagination li a,
.entry-content .more a,
.more-galleries .gallery a {
	text-decoration: none;
}

.sidebar a:hover,
.footer-widgets a:hover,
.site-footer a:hover,
.you-may-like a:hover,
.entry-content .more a:hover,
.more-galleries .gallery a:hover {
	text-decoration: underline;
}

p {
	margin: 0 0 24px;
	padding: 0;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote {
	background: rgba(0,0,0,0.10);
	margin: 40px 40px 24px;
	font-style: italic;
	padding: 15px 20px;
	color: #444;
}

blockquote p:last-of-type {
	margin: 0;
}

code,
pre {
	font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
	font-size: 12px;
	color: #333333;
	border: 1px solid #e1e1e8;
	background-color: #f7f7f9
}

code {
	padding: 2px 4px;
	white-space: nowrap;
}

pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	line-height: 18px;
	word-break: break-all;
	word-wrap: break-word;
	white-space: pre;
	white-space: pre-wrap;
}

pre code {
	padding: 0;
	color: inherit;
	white-space: pre;
	white-space: pre-wrap;
	background-color: transparent;
	border: 0;
}

cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: 'League Gothic', sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0;
	margin-bottom: 16px;
	padding: 0;
	text-transform: uppercase;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	width: auto; /* IE8 */
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: none;
	padding: 10px;
	width: 100%;
}

input:focus,
textarea:focus {
	outline: none;
}

.input-large {
	font-size: 18px;
	padding: 15px;
}

select.input-large {
	height: 54px;
	line-height: 54px;
	padding-top: 12px;
}

.input-small {
	font-size: 12px;
	padding: 5px 10px;
}

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
}

input:focus::-webkit-input-placeholder,
input:focus:-moz-placeholder{ 
	color:transparent; 
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.button.button-invert:hover {
	background-color: #333;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	padding: 10px;
	text-transform: uppercase;
	width: auto;
	-webkit-appearance: none;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.button.button-invert {
	background-color: #f15123;
	color: #fff;
}

.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

.button.button-block {
	display: block;
	width: 100%;
}

.button.button-large {
	font-size: 28px;
	padding: 10px 20px;
}

.button.button-small {
	font-size: 13px;
	padding: 8px;
}

.button.button-mini {
	font-size: 11px;
	padding: 5px 8px;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Search Form
--------------------------------------------- */

.search-form {
	position: relative;
}

.search-form input[type="search"] {
	padding-right: 38px;
}

.search-form input[type="submit"] {
	background: url(images/search.png) no-repeat;
	width: 28px;
	height: 28px;
	position: absolute;
	top: 5px;
	right: 5px;
}

/* Tables
--------------------------------------------- */

table {
	max-width: 100%;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
}

.table {
	width: 100%;
	margin-bottom: 20px;
}

.table th,
.table td {
	padding: 8px;
	line-height: 20px;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #ddd;
}

.table th {
	font-weight: bold;
}

.table thead th {
  vertical-align: bottom;
}

.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
	border-top: 0;
}

.table tbody + tbody {
	border-top: 2px solid #ddd;
}

.table .table {
	background-color: #fff;
}

.table-condensed th,
.table-condensed td {
	padding: 4px 5px;
}

.table-bordered {
	border: 1px solid #ddd;
	border-collapse: separate;
	*border-collapse: collapse;
	border-left: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.table-bordered th,
.table-bordered td {
  border-left: 1px solid #ddd;
}

.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
	border-top: 0;
}

.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
}

.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
}

.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
}

.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-left-radius: 0;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-right-radius: 0;
}

.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
}

.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
}

.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
	background-color: #f9f9f9;
}

.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
	background-color: #f5f5f5;
}


/* Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

body {
	background: #fdf6e1 url(images/site-bg.jpg) center top;
}

.site-container {
	margin: 0 auto;
	max-width: 1132px;
	padding: 0 11px;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Content */

.content {
	float: right;
	width: 68.468468468%; /* 760/1110 */
}

.content-sidebar .content {
	float: left;
}

.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 27.027027027%; /* 300/1110 */
}

.sidebar-content .sidebar-primary {
	float: left;
}

/* Column Classes - Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.four-fifths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-fifths,
.three-sixths,
.two-fourths,
.two-fifths,
.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-fifth {
	width: 17.9487179487179488%;
}
 
.two-fifths {
	width: 38.4615384615384616%;
}
 
.three-fifths {
	width: 58.9743589743589744%;
}
 
.four-fifths {
	width: 79.4871794871794872%;
}
 
.one-sixth {
	width: 14.52991452991453%;
}
 
.five-sixths {
	width: 82.90598290598291%;
}
 
.first {
	clear: both;
	margin-left: 0;
}

/* Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone {
	margin-bottom: 12px;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}

.gallery-caption {
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td {
	text-align: center;
}

/* Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	padding: 15px 0 0;
}

.title-area {
	float: left;
	width: 369px;
}

h1.site-title,
p.site-title {
	margin: 0;
}

.site-title a {
	background: url(images/logo.png) no-repeat;
	display: block;
	text-indent: -9999em;
	width: 369px;
	height: 111px;
}

.header-widget-area {
	float: right;
	width: 728px;
	text-align: right;
}

/* Site Navigation
---------------------------------------------------------------------------------------------------- */

.nav-primary {
	border-bottom: 9px solid #000;
	margin-bottom: 15px;
}

.genesis-nav-menu {
	clear: both;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	float: left;
	list-style: none;
	display: block;
	width: 16.666666667%;
}

.genesis-nav-menu a {
	border-left: 1px solid #fff;
	color: #fff;
	display: block;
	font-family: 'League Gothic', sans-serif;
	font-size: 28px;
	height: 42px;
	overflow: hidden;
	letter-spacing: 1px;
	padding: 9px 0 5px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	background: #737373; /* Old browsers */
	background: -moz-linear-gradient(top,  #737373 0%, #434343 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#737373), color-stop(100%,#434343)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #737373 0%,#434343 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #737373 0%,#434343 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #737373 0%,#434343 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #737373 0%,#434343 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#737373', endColorstr='#434343',GradientType=0 ); /* IE6-9 */
}

.genesis-nav-menu .menu-item:first-child a {
	border-left: 0;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	text-decoration: none;
	background: #c0272c; /* Old browsers */
	background: -moz-linear-gradient(top,  #c0272c 0%, #70161a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c0272c), color-stop(100%,#70161a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #c0272c 0%,#70161a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #c0272c 0%,#70161a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #c0272c 0%,#70161a 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #c0272c 0%,#70161a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0272c', endColorstr='#70161a',GradientType=0 ); /* IE6-9 */
}

.genesis-nav-menu .more a {
	background: #f38b49; /* Old browsers */
	background: -moz-linear-gradient(top,  #f38b49 0%, #8e512b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f38b49), color-stop(100%,#8e512b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f38b49 0%,#8e512b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f38b49 0%,#8e512b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f38b49 0%,#8e512b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f38b49 0%,#8e512b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f38b49', endColorstr='#8e512b',GradientType=0 ); /* IE6-9 */
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	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: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: none;
	font-size: 14px;
	padding: 16px 20px;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	float: right;
	list-style-type: none;
	padding: 28px 0;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	padding: 14px 0 0;
}


/* Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	background: #fff;
	background: rgba( 255, 255, 255, .5 );
	margin-bottom: 27px;
	padding: 30px;
}

.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.fluid-width-video-wrapper,
.quote-caption {
	margin-bottom: 26px;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content ul.list-unstyled,
.entry-content ol.list-unstyled {
	margin-left: 20px;
}

.entry-content ul.list-unstyled > li,
.entry-content ol.list-unstyled > li,
.entry-content .gform_wrapper ul li {
	list-style: none;
}

.entry-content .search-form {
	width: 50%;
}

.entry-header .entry-meta {
	margin: 0;
	text-transform: uppercase;
}

.entry-header .sharing {
	background: #f5fcfe;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px;
	margin: 0 0 30px;
}

.entry-footer .entry-meta {
	border-left: 23px solid #c1272d;
	padding-left: 4px;
	margin-left: -27px;
	line-height: 1;
}

.entry-content .more {
	font-family: 'Yellowtail', sans-serif;
	font-size: 28px;
	margin: 0;
	text-align: right;
}

.entry-content .more a {
	color: #000;
}

/* Entry Navigation
--------------------------------------------- */

.pagination {
	clear: both;
	font-family: 'League Gothic', sans-serif;
	font-size: 24px;
	margin: 40px 0;
	text-transform: uppercase;
}

.pagination li {
	display: inline;
}

.pagination li a {
	background: transparent;
	color: #000;
	cursor: pointer;
	display: inline-block;
	padding: 0 15px;
}

.pagination li a:hover,
.pagination li.active a {
	background: #c1272d;
	color: #fff;
}

/* You Make Like
--------------------------------------------- */

.you-may-like .image {
	margin: 5px;
}

.you-may-like .title {
	font-weight: 700;
	line-height: 18px;
}

.you-may-like .genericon {
	color: #c1272d;
	font-size: 30px;
	vertical-align: text-bottom;
	margin-left: 10px;
}


/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
}

.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;
}

.comment-respond label[for="subscribe"] {
	display: inline-block;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	padding: 24px;
}


/* Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-family: 'Myriad Pro', sans-serif;
	font-size: 24px;
}

.sidebar .widget {
	margin-bottom: 50px;
}

.sidebar .widget:first-child {
	margin-bottom: 10px;
}

.widget-area h4 {
	border-bottom: 1px solid #42210b;
	color: #42210b;
	font-size: 36px;
}

.sidebar li {
	list-style-type: none;
}

.sidebar a {
	color: #603813;
}

/* Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	font-family: 'League Gothic', sans-serif;
	font-size: 14px;
	line-height: 18px;
	padding: 50px 0 100px;
	text-transform: uppercase;
}

.footer-widgets .widget-area {
	float: left;
	margin-left: 11.711711712%; /* 130/1110 */
	width: 25.525525526%;
}

.footer-widgets .widget-area.footer-widgets-1 {
	margin-left: 0;
}

.footer-widgets .widget-area h4 {
	border-bottom-color: #fff;
	padding-bottom: 5px;
}

.footer-widgets li {
	list-style-type: none;
}

.footer-widgets a {
	color: #000;
}

.footer-widgets .search-form input[type="search"] {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	text-transform: none;
}

.widget_socials .social-icon:before {
	color: #42210b;
	display: inline-block;
	width: 52px;
	height: 52px;
	-webkit-font-smoothing: antialiased;
	font-size: 52px;
	line-height: 1;
	font-family: 'Genericons';
	text-decoration: inherit;
	font-weight: normal;
	font-style: normal;
	margin: 0 1px;
	vertical-align: top;
}

.widget_socials .social-icon .label {
	display: none;
}

.widget_socials .social-icon.facebook:before { content: '\f203';}
.widget_socials .social-icon.twitter:before { content: '\f202';}
.widget_socials .social-icon.gplus:before { content: '\f206';}
.widget_socials .social-icon.pinterest:before { content: '\f210';}
.widget_socials .social-icon.rss:before { content: '\f413';}


/* Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	padding-bottom: 50px;
	text-transform: uppercase;
}

.site-footer p {
	margin-bottom: 10px;
}

.site-footer a {
	color: #000;
}

/* Gallery
---------------------------------------------------------------------------------------------------- */

.gallery-content {
	background: #c1272d;
	font-size: 18px;
	padding: 24px;
}

.gallery-description p {
	line-height: 1.4;
}

.gallery-content h2,
.gallery-content p,
.gallery-content a {
	color: #fff;
}

.gallery-left {
	float: left;
	width: 64.312617702%; /* 683/1062 */
}

.gallery-right {
	float: right;
	padding: 0 28px;
	width: 33.52165725%; /* 356/1062 */
}

.gallery-content h1 {
	color: #fff;
	padding: 0 40px;
	position: relative;
	text-align: center;
}

.gallery-content h1 .genericon {
	color: #fff; 
	font-size: 32px;
	width: 32px;
	height: 32px;
	position: absolute;
	left: -18px;
	top: 5px;
}

.gallery-content h1 .genericon.genericon-rightarrow {
	left: auto;
	right: -18px;
}

.gallery-image {
	text-align: center;
}

.gallery-image-credit {
	font-weight: 600;
}

.gallery-nav {
	background: #333;
	padding: 0 10px;
	margin-bottom: 8px;
	position: relative;
	text-align: center;
}

.gallery-nav .previous,
.gallery-nav .next {
	color: #b3b3b3;
	text-transform: uppercase;
	text-decoration: none;
}

.gallery-nav .position {
	color: #fff;
}

.gallery-nav .genericon { 
	position: absolute;
	font-size: 37px;
	left: -45px;
}

.gallery-nav .genericon.genericon-rightarrow {
	left: auto;
	right: -24px;
}

.more-galleries-intro {
	padding: 15px 0 25px;
}

.more-galleries-intro h2 {
	font-family: 'Yellowtail', sans-serif;
	font-size: 31px;
	float: left;
	padding: 25px 0 0;
}

.more-galleries-intro .genericon {
	color: #e02229;
	font-size: 38px;
	vertical-align: middle;
}

.more-galleries-intro .pop {
	float: right;
}

.more-galleries .listing {
	float: left;
	margin-left: 7.657657658%;
	width: 55.855855856%; /*620/1110*/
}

.more-galleries .left-pop,
.more-galleries .right-pop {
	float: left;
	width: 14.414414414%; /*160/1110*/
}

.more-galleries .right-pop {
	float: right;
}

.more-galleries .extra-margin {
	margin-top: -78px;
}

.more-galleries .one-half {
	margin-bottom: 14px;
}
.more-galleries .gallery {
	background: #c1272d;
	padding: 28px;
}

.more-galleries .gallery p {
	margin: 0;
	font-size: 24px;
	line-height: 1.45em;
}

.more-galleries .gallery a {
	color: #fff;
}

.gallery-bottom-pop { text-align: center;}

/* Media Queries
---------------------------------------------------------------------------------------------------- */

.mobile-menu {
	display: none;
}

@media only screen and (max-width: 1132px) {

	.site-container { max-width: 960px; }
	
	.title-area,
	.header-widget-area {
		float: none;
		margin: 0 auto;
	}

	.sidebar-primary { width: 31.982942431%;/*300/938*/ }
	.content { width: 65.884861407%; /* 618/938 */ }
	
	.footer-widgets .widget-area {
		margin-left: 4.744136461%;
		width: 30.170575693%; /* 283/938 */
	}

	.gallery-content { padding: 12px; }
	.gallery-left { width: 65.864332604%; /*602/914*/ }
	.gallery-right { width: 32.822757112%; /*300/914*/ padding: 0;}
	.gallery-nav .genericon { display: none;}
	
	.more-galleries-intro h2,
	.more-galleries-intro .ad {
		text-align: center;
		float: none;
	}
	
	.more-galleries .listing { width: 65.565031983%; /* 615/938 */ margin-left: 1px;}
	.more-galleries .left-ad,
	.more-galleries .right-ad { width: 17.057569296%; /*160/938*/}

}

@media only screen and (max-width: 959px) {

	.site-container { max-width: 767px; padding: 0 4px;}

	.sidebar-primary { width: 39.5256917%;/*300/759*/ }
	.content { width: 59.156785244%; /* 449/759 */ }
	img.alignleft { float: none;}
	
	.gallery-left,
	.gallery-right { float: none; width: 100%;}
	.gallery-next,
	.gallery-nav,
	.gallery-right .ad { max-width: 300px; margin: 0 auto 8px;}
	.more-galleries .listing {float: none; width: 100%; max-width: 615px; margin: 0 auto 14px;}
	.more-galleries .left-ad { width: 48%; text-align: right; clear: both;}
	.more-galleries .right-ad { width: 48%; text-align: left;}
}

@media only screen and (max-width: 767px) {

	.content,
	.sidebar-primary,
	.footer-widgets .widget-area,
	.header-widget-area,
	.five-sixths,
	.four-fifths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-fifth,
	.one-sixth,
	.one-third,
	.three-fifths,
	.three-fourths,
	.three-sixths,
	.two-fifths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.nav-primary,
	.header-widget-area,
	.gallery-bottom-ad,
	.more-galleries-intro .ad {
		display: none;
	}
	
	.more-galleries .extra-margin {
		margin: 0 0 14px;
	}

	
	.mobile-menu {
		display: block;
		max-width: 350px;
		margin: 0 auto 20px;
	}
	
	.site-container {
		padding:  0 10px;
	}
	
	.title-area { width: 300px;}
	.site-title a {
		width: 300px;
		height: 90px;
		background-size: 300px 90px;
	}
	
	.sidebar-primary {
		max-width: 300px;
		margin: 0 auto;
		float: none;
	}
	
	.entry,
	blockquote {
		padding: 12px;
	}
	
	blockquote {
		margin: 15px;
	}
	
	.entry-footer .entry-meta {
		border-left: 0;
		margin-left: 0;
		padding-left: 0;
	}
}
