/*
	Theme Name: Pin It Child Theme
	Description: Pin It is a Pinterest-style child theme created for the Genesis Framework.
	Author: MediaCairn Design Studio
	Author URI: http://www.media-cairn.com/
	Version: 3.0
 
	Tags: gray, silver, white, light, fluid-width, sticky-posts, custom-menu, featured-images, full-width-template, theme-options, threaded-comments, mobile-responsive, lazy-scrolling, masonry

	Template: genesis
	Template Version: 2.0.1

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/


/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Sticky 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
		- Primary Navigation
		- Secondary Navigation
	- Social Media Icons
	- Content Area
		- Entries
		- Entry Navigation
		- Comments
		- Masonry Content
	- Sidebars
	- Site Footer
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 800px
		- max-width: 767px
		- max-width: 479px

*/


/*
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,
.clearfix:before,
.entry: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,
.clearfix:after,
.entry: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: url(images/bg.png) repeat center top #f0eeef;
	color: #333;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 1.4;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.masonry .entry-image {
	-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;
}

a {
	color: #666;
	text-decoration: none;
}

a img {
	margin-bottom: -4px;
	margin-bottom: -0.4rem;
}

a:hover {
	color: #333;
}

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

.clear {
	clear: both;
}

.clear-line {
    border-bottom: 1px solid #ddd;
    clear: both;
    margin-bottom: 25px;
	margin-bottom: 2.5rem;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	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 */
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	box-shadow: 1px 1px 3px #eee inset;
	color: #999;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 16px;
	padding: 1.6rem;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

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

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #333;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	padding: 10px 20px;
	padding: 1rem 2rem;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #cf2521;
}

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

.button {
	border-radius: 3px;
	display: inline-block;
}

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-inner,
.wrap {
	margin: 0 auto;
	max-width: 1140px;
}

.site-header .wrap {
	max-width: 100%;
}

.site-inner {
	clear: both;
	padding: 22px 0;
	padding: 2.2rem 0;
}

.masonry .site-inner {
	max-width: 100%;
}

.pin-it-landing .site-inner {
	max-width: 800px;
}

.site-footer .wrap {
	max-width: 100%;
	padding: 0 20px;
	padding: 0 2rem;
}

/* Sticky Containers
--------------------------------------------- */

.site-header .wrap.sticky {
	background: #fff;
	position: fixed;
	width: 100%;
}

.nav-primary .wrap.sticky {
	background: #fff;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	max-width: none;
	position: fixed;
	top: 47px;
	width: 100%;
}

.nav-secondary .wrap.sticky {
	background: #fff;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	max-width: none;
	position: fixed;
	width: 100%;
}

.site-inner.sticky {
	padding-top: 64px;
	padding-top: 6.4rem;
}

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

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 1040px;
}

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

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

.masonry .content-sidebar-wrap {
	width: 100%;
}

/* Content */

.content {
	border-radius: 4px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.25);
	float: right;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	overflow: hidden;
	width: 905px;
}

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

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 805px;
}

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

.masonry .content {
	border-radius: 0;
	box-shadow: none;
	float: none;
	margin: 0 auto 40px;
	margin: 0 auto 4rem;
	overflow: visible;
	text-align: center;
	width: auto;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 220px;
}

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

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 85px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

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

.five-sixths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
	margin-bottom: 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.9510%;
}

.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;
	margin-right: 2.4rem;
}

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

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	margin: -0.1rem;
	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;
	text-align: center;
}

.gallery-caption {
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	font-size: 12px;
	font-size: 1.2rem;
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.masonry .breadcrumb {
	padding: 0 20px;
	padding: 0 2rem;
}

.home.masonry .breadcrumb {
	text-align: center;
}

.archive.masonry .breadcrumb {
	margin: 0;
	text-align: center;
}

.archive-description {
	margin-bottom: 30px;
	margin-bottom: 3rem;
}

.archive-description {
	padding: 10px 20px 0;
	padding: 1rem 2rem 0;
	text-align: center;
}

.search .content .archive-description {
	display: none;
}

div.archive-description p {
	margin-top: 6px;
	margin-top: 0.6rem;
}

.author-box {
	border-bottom: 1px solid #ccc;
	background: #fff;
	overflow: hidden;
	padding: 5px 20px 20px;
	padding: 0.5rem 2rem 2rem;
}

.masonry .author-box {
	border: none;
	border-radius: 3px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
	margin: 0 20px 20px;
	margin: 0 2rem 2rem;
	padding: 15px;
	padding: 1.5rem;
}

.author-box-title {
	color: #333;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}

.author-box img {
	border: 1px solid #ccc;
}

.author-box a {
	border-bottom: 1px solid #ddd;
}

.author-box p {
	margin-bottom: 0;
}

.author-box .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

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

.entry-title {
	font-size: 30px;
	font-size: 3rem;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
}

.entry-title a,
.sidebar .widgettitle a {
	color: #333;
}

.entry-title a:hover {
	color: #666;
}

.widgettitle {
	font-size: 20px;
	font-size: 2rem;
	font-weight: 400;
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

.sidebar .widgettitle a {
	border: none;
}

.archive-title {
	font-size: 47px;
	font-size: 4.7rem;
	margin-bottom: 0;
}


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

/* Featured Content
--------------------------------------------- */

.featured-content .entry,
.masonry .featured-content .entry {
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	width: auto;
}

.featured-content .entry:last-child,
.masonry .featured-content .entry:last-child {
	margin-bottom: 0;
}

.masonry .featured-content .entry-content {
	padding: 0;
}

.featured-content .entry-title {
	border: none;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.2;
}

.featured-content .entry-title a {
	border: none;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget {
	color: #999;
}

.enews-widget .widgettitle {
	color: #fff;
}

.enews-widget input {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

.enews-widget input:focus {
	border: 1px solid #ddd;
}

.enews-widget input[type="submit"] {
	background-color: #f15123;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #333;
}

/* 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="email"],
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;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 14px;
	font-size: 1.4rem;
}


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

.site-header {
	background-color: #fff;
	position: relative;
	z-index: 9999;
}

.site-header .wrap {
	box-shadow: 0 0 3px rgba(0,0,0,0.5);
	height: 47px;
	max-height: auto;
	padding: 8px 0;
	padding: 0.8rem 0;
}

/* Title Area
--------------------------------------------- */

.title-area {
	left: 50%;
	margin: 0 auto 0 -25%;
	position: absolute;
	text-align: center;
	width: 50%;
	z-index: 9999;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	font-size: 26px;
	font-size: 2.6rem;
	font-weight: 400;
	font-family: 'Oleo Script Swash Caps', cursive;
	line-height: 1.31;
	margin: 0;
}

.site-title a,
.site-title a:hover {
	color: #cf2521;
}

.site-description {
	color: #999;
	DISPLAY: NONE; /* Comment out or delete if you want to see the site description */
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1;
	margin-bottom: 0;
}

/* Full width header, no widgets */

.header-image .site-description,
.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

/* Logo, hide text */

.header-image .site-header .wrap {
	background: url(images/logo.png) no-repeat center #fff;
	padding: 8px 0;
	padding: 0.8rem 0;
}

.header-image .site-title a {
	float: left;
	min-height: 47px;
	width: 100%;
}

/* Widget Area
--------------------------------------------- */

.header-widget-left {
	float: left;
	padding-left: 20px;
	padding-left: 2rem;
	max-height: 32px;
	text-align: left;
	width: 60%;
}

.header-widget-right {
	float: right;
	padding-right: 20px;
	padding-right: 2rem;
	max-height: 32px;
	text-align: right;
	width: 40%;
}

.header-widget-right .user-profile {
    border: 1px solid #ccc;
    border-radius: 3px;
	box-shadow: inset 0 -7px 10px rgba(0,0,0,0.05);
	color: #999;
    float: right;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 2.2;
    max-height: 31px;
    overflow: hidden;
    width: auto;
}

.header-widget-right .user-profile p {
	min-width: 200px;
	text-align: left;
}

.header-widget-right .user-profile .avatar {
	border-right: 1px solid #ccc;
	margin-right: 10px;
	margin-right: 1rem;
	max-height: 30px;
}

.header-widget-right .user-profile .pagelink {
	border-left: 1px solid #ccc;
	float: right;
	margin-left: 20px;
	margin-left: 2rem;
	padding: 0 7px 1px 9px;
	padding: 0 0.7rem 0.1rem 0.9rem;
}

.header-widget-right .user-profile .pagelink::before {
	content: '\25BA';
}

.header-widget-right .user-profile .pagelink:hover {
	background: #cf2521;
	color: #fff;
}

.site-header .search-form {
	float: left;
	margin-left: 44px;
	margin-left: 4.4rem;
	position: absolute;
	z-index: 9999;
}

.site-header .search-form input[type="search"] {
	border: 1px solid #ccc;
	box-shadow: inset 0 -7px 10px rgba(0,0,0,0.05);
	color: #666;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: bold;
	padding: 6px 10px 7px;
	padding: 0.6rem 1rem 0.7rem;
	position: relative;
}

.site-header .search-form *::-moz-placeholder {
	color: #bbb;
}

.site-header .search-form input[type="submit"] {
	background: url(images/search.png) no-repeat center;
	float: right;
	height: 30px;
	margin: -31px 4px 0 0;
	margin: -3.1rem 0.4rem 0 0;
	opacity: 0.8;
	position: relative;
	width: 30px;
}

.site-header .search-form input[type="submit"]:hover {
	opacity: 1;
}


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

.genesis-nav-menu {
	clear: both;
	color: #999;
	line-height: 1.5;
	text-align: center;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	border: none;
	color: #8f8f8f;
	display: block;
	font-size: 13px;
	font-size: 1.3rem;
	padding: 8px;
	padding: 0.8rem;
	position: relative;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	background: #CF2521;
	color: #fff;
}

.genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #999;
}

.genesis-nav-menu .sub-menu {
	background-color: #fff;
	box-shadow: 0 2px 2px rgba(0,0,0,0.5);
	left: -9999px;
	opacity: 0;
	padding: 5px 5px 3px;
	padding: 0.5rem 0.5rem 0.3rem;
	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: 210px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	margin-bottom: 2px;
	margin-bottom: 0.2rem;
	padding: 4px 10px;
	padding: 0.4rem 1rem;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu a:hover {
	background-color: #eee;
	border-radius: 3px;
	box-shadow: inset 0 0 2px rgba(0,0,0,0.15);
	color: #444;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -34px 0 0 199px;
	margin: -3.4rem 0 0 19.9rem;
}

.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 {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 28px 0;
	padding: 2.8rem 0;
	text-transform: uppercase;
}

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

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

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

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #fff;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	position: relative;
	z-index: 9998;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #fff;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	position: relative;
	z-index: 9997;
}


/*
Social Media Icons
---------------------------------------------------------------------------------------------------- */

.widget_nav_menu .social {
	background-color: #fff;
	border-radius: 3px;
	display: inline-block;
	height: 49px; /* max 68px - must be same value as width below */
	list-style: none;
	margin: 2px 1px 0;
	margin: 0.2rem 0.1rem 0;
	overflow: hidden;
	width: 49px; /* max 68px - must be same value as height above */
}

.site-header .widget_nav_menu .social {
	height: 29px;
	width: 29px;
}

.sidebar li.social {
	border: none;
	margin: 0 3px 5px;
	margin: 0 0.3rem 0.5rem;
	padding: 0;
}

.widget_nav_menu .social a {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border: none;
	display: block;
	font-size: 0;
	height: 100%;
	margin: 0;
	opacity: 1.0;
	padding: 15px 0 0;
	padding: 1.5rem 0 0;
	width: 100%;
}

.widget_nav_menu .social a:hover {
	opacity: 0.8;
}

.widget_nav_menu .social.facebook a {
	background-image: url(images/social-facebook.png);
}

.widget_nav_menu .social.twitter a {
	background-image: url(images/social-twitter.png);
}

.widget_nav_menu .social.google-plus a {
	background-image: url(images/social-googleplus.png);
}

.widget_nav_menu .social.youtube a {
	background-image: url(images/social-youtube.png);
}

.widget_nav_menu .social.linked-in a {
	background-image: url(images/social-linkedin.png);
}


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

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

.entry {
	background-color: #fff;
	padding: 15px 20px;
	padding: 1.5rem 2rem;
}

.entry-content a {
	border-bottom: 1px solid #ddd;
	color: #f15123;
}

.entry-content a[data-filetype="image"] {
	border: none;
}

.entry-content a:hover {
	color: #333;
}

.entry-content a img {
	cursor: zoom-in;
	-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.1sease-in-out;
}

.entry-content a img:hover {
	opacity: 0.9;
}

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

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	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 {
	margin-bottom: 0;
}

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

.entry-meta {
	border-bottom: 1px solid #ccc;
	clear: both;
	color: #999;
	font-size: 13px;
	font-size: 1.3rem;
	margin: 0 -20px 15px;
	margin: 0 -2rem 1.5rem;
	padding: 0 20px 12px;
	padding: 0 2rem 1.2rem;
}

.entry-meta a {
	color: #8c7e7e;
	font-weight: 700;
}

.entry-meta a:hover {
	color: #666;
}

.entry-header .entry-meta {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.entry-footer .entry-meta {
	border-top: 1px solid #ccc;
	margin: 15px -20px 0;
	margin: 1.5rem -2rem 0;
	padding: 20px;
	padding: 2rem;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
	margin: 0 0.6rem 0 0.2rem;
}

.entry-categories,
.entry-tags {
	display: block;
}

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

.navigation {
	clear: both;
	font-size: 14px;
	font-size: 1.4rem;
	margin: 40px 0;
	margin: 4rem 0;
}

.entry .navigation a {
	border-bottom: 1px solid #ddd;
}

.navigation li {
	display: inline;
}

.navigation li a {
	background-color: #333;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
	padding: 0.8rem 1.2rem;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #f15123;
}

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

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

.entry-comments {
	padding: 15px 20px;
	padding: 1.5rem 2rem;
}

.comment-respond,
.entry-pings {
	padding: 15px 20px;
	padding: 1.5rem 2rem;
}

.comment-respond a,
.entry-comments a {
	border-bottom: 1px solid #ddd;
}

.entry-comments p,
.entry-pings p {
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

.comment-content {
	clear: both;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.comment-reply {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

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

.comment-list li {
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.comment-list .children {
	margin: 20px 0 0 40px;
	margin: 2rem 0 0 4rem;
}

.comment-list li li {
	border: none;
}

li.comment {
	
}

.comment .avatar {
	border: 1px solid #ccc;
	margin: 0 16px 10px 0;
	margin: 0 1.6rem 1rem 0;
}

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

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	border-radius: 3px;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 14px;
	padding: 1.4rem;
}

/* Masonry Content
--------------------------------------------- */

.masonry .entry,
.home-stamp {
	border-radius: 3px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.25);
	font-size: 12px;
	font-size: 1.2rem;
	margin: 0 0 14px;
	margin: 0 0 1.4rem;
	overflow: hidden;
	padding: 0;
	text-align: left;
	width: 236px;
}

.home-stamp {
	background: #fff;
	padding: 15px;
	padding: 1.5rem;
}

.search.search-no-results .masonry .entry {
	padding: 15px;
	padding: 1.5rem;
	text-align: center;
}

.masonry .entry-content {
	clear: both;
	padding: 15px;
	padding: 1.5rem;
}

.masonry .entry-image {
	margin: 0;
}

.masonry .entry-image:hover {
	opacity: 0.9;
}

.masonry .entry-content .entry-title,
.masonry .entry-content .entry-title a {
	border: none;
	color: #333;
    font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

.masonry .entry-content .entry-title a:hover {
	color: #cf2521;
}

.masonry p {
	margin: 0;
}

.home-stamp p {
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

.home-stamp p:last-child {
	margin-bottom: 0;
}

.masonry .entry-footer {
	border-top: 1px solid #ddd;
	padding: 10px 15px;
	padding: 1rem 1.5rem;
}

.masonry .entry-meta {
	border: none;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 1.2;
	margin: 0 0 10px;
	margin: 0 0 1rem;
	padding: 0;
}

.masonry .entry-meta:last-child {
	margin: 0;
}

.home-stamp .widget {
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
}

.home-stamp .widget:last-child {
	margin-bottom: 0;
}

.home-stamp li {
	border-bottom: 1px dotted #ccc;
    list-style-type: none;
    margin-bottom: 5px;
	margin-bottom: 0.5rem;
    padding-bottom: 5px;
	padding-bottom: 0.5rem;
    word-wrap: break-word;
}

.home-stamp ul > li:last-child {
	border: none;
	margin-bottom: 0;
}


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

.sidebar {
	font-size: 12px;
	font-size: 1.2rem;
}

.masonry .sidebar {
	display: none;
}

.sidebar .entry {
	padding: 0;
}

.sidebar p {
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

.sidebar p:last-child {
	margin-bottom: 0;
}

.sidebar li {
	border-bottom: 1px dotted #ccc;
    list-style-type: none;
    margin-bottom: 5px;
	margin-bottom: 0.5rem;
    padding-bottom: 5px;
	padding-bottom: 0.5rem;
    word-wrap: break-word;
}

.sidebar ul > li:last-child {
	border: none;
	margin-bottom: 0;
}

.sidebar .widget {
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.25);
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
	padding: 15px;
	padding: 1.5rem;
}

.sidebar .enews-widget {
	background-color: #333;
}


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

.site-footer {
	background-color: #fff;
    bottom: 0;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    color: #999;
	font-size: 14px;
    font-size: 1.4rem;
	padding: 5px 0 6px;
    padding: 0.5rem 0 0.6rem;
    position: fixed;
    text-align: left;
    width: 100%;
}

.site-footer a:hover {
	text-decoration: underline;
}

.site-footer p {
	margin-bottom: 0;
}

.site-footer .creds {
	clear: both;
}

a.return-to-top {
	background: #fafafa;
	border: 1px solid #ccc;
	border-radius: 4px 4px 0 0;
	border-width: 1px 1px 0;
	bottom: -75px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	float: right;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.1;
	padding: 10px;
	padding: 1rem;
	position: fixed;
	right: 15px;
	right: 1.5rem;
	text-align: center;	
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition:    all 0.25s ease-in-out;
	-ms-transition:     all 0.25s ease-in-out;
	-o-transition:      all 0.25s ease-in-out;
	transition:         all 0.25s ease-in-out;
}

a.return-to-top::before {
	content: '\25B2';
}

a.return-to-top.sticky {
	bottom: 0;
}

a.return-to-top:hover {
	background: #fff;
	text-decoration: none;
}


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

@media screen and (-webkit-min-device-pixel-ratio: 2) {

	.header-image .site-header .wrap {
		background: url(images/logo@2x.png) no-repeat left;
		background-size: 360px 48px;
	}

}

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

	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 860px;
	}
	
	.masonry .content-sidebar-wrap {
		width: 100%;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 625px;
	}
	
	.content {
		width: 725px;
	}

}

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

	.content-bottom-widget,
	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.home-slider,
	.home-cta,
	.home-top, .home-top-left, .home-top-right,
	.home-middle, .home-middle-left, .home-middle-center, .home-middle-right,
	.home-bottom, .home-bottom-left, .home-bottom-right,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-inner,
	.wrap {
		width: 100%;
	}

	.header-image .site-header .wrap {
		background-position: center top;
	}
	
	.site-inner {
		padding: 22px 5% 40px;
		padding: 2.2rem 5% 4rem;
	}
	
	.content {
		background: #fff;
		margin-bottom: 15px;
		margin-bottom: 1.5rem;
		padding: 15px 20px;
		padding: 1.5rem 2rem;
	}
	
	.masonry .content {
		background: none;
		padding: 0;
	}

	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.site-header {
		padding: 0;
	}
	
	.masonry .author-box {
		margin: 0 0 20px;
		margin: 0 0 2rem;
	}

	.genesis-nav-menu .menu-item,
	.site-header ul.genesis-nav-menu {
		float: none;
	}
	
	.widget_nav_menu .nav-header .menu-item.social {
		display: inline-block;
	}
	
	.widget_nav_menu .nav-header a,
	.widget_nav_menu .nav-header a:hover {
		background-color: transparent;
	}
	
	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}
	
	.genesis-nav-menu li.right {
		display: none;
	}
	
	.sidebar .widget.enews-widget {
		padding: 40px;
		padding: 4rem;
	}
	
	.comment-respond, .entry-pings {
		margin-top: 20px;
		margin-top: 2rem;
	}
	
}

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

	.site-inner.sticky {
		padding-top: 158px;
		padding-top: 15.8rem;
	}
	
	/* Uncomment the following rule if using the primary OR secondary navigation */
	/*.site-inner.sticky {
		padding-top: 193px;
		padding-top: 19.3rem; 
	}
	
	/* Uncomment the following rule if using the primary AND secondary navigation */
	/* .site-inner.sticky {
		padding-top: 228px;
		padding-top: 22.8rem; 
	} */
	
	.archive-title {
		font-size: 32px;
		font-size: 3.2rem;
	}
	
	.site-header .wrap {
		height: auto;
	}
	
	.title-area {
		left: 0;
		margin: 0 auto 12px;
		margin: 0 auto 1.2rem;
		position: relative;
		width: 100%;
	}
	
	.header-widget-left,
	.header-widget-right {
		padding: 0 3%;
		text-align: center;
		width: 100%;
	}
	
	.header-widget-left {
		margin-bottom: 10px;
		margin-bottom: 1rem
	}
	
	.header-widget-right .user-profile {
		width: 100%;
	}
	
	.site-header .search-form {
		left: 3%;
		right: 3%;
	}
	
	.site-header .search-form input[type="search"] {
		padding-top: 7px;
		padding-top: 0.7rem;
	}
	
	.masonry .entry,
	.home-stamp {
		width: 220px;
	}

}

@media only screen and (max-width: 767px) {
	
	.masonry .entry,
	.home-stamp {
		width: 208px;
	}
	
	.five-sixths,
	.four-sixths,
	.one-fifth,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin-left: 0;
		width: 100%;
	}	
	
	.site-footer {
		line-height: 1.1;
		position: relative;
	}
	
	a.return-to-top {
		padding: 5px;
		padding: 0.5rem;
		right: 5px;
		right: 0.5rem;
	}
	
	.site-footer .creds {
		margin-right: 40px;
		margin-right: 4rem;
	}

}

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

	.header-image .site-header .wrap {
		background-size: contain;
	}
	
	.archive-title {
		font-size: 24px;
		font-size: 2.4rem;
	}

	.masonry .content .entry,
	.home-stamp {
		width: 100%;
	}
	
}