/*
    Theme Name: Pinsomo Theme
    Theme URI: http://one.somothemes.com/themes/pinsomo/
    Description: PinSomo is a Pinterest-style WordPress theme created using the Somo Framework. Please do not modify this stylesheet, as it might get overridden in updates.
    Author: SomoThemes
    Author URI: http://somothemes.com/
    Version: 2.0.1
    Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, flexible-width, custom-menu, featured-images, full-width-template, microformats, sticky-post, theme-options, threaded-comments, translation-ready

    License: GPL-2.0+
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* WARNING - Please read the notice below:

        Please DO NOT edit this file under any circumstances. Please do all modifications in the form of a child theme.
        Copy the contents of this file to the child theme. Do not use @import, as contents of this CSS file might change in the future.

*/
/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Custom Buttons and Boxes
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Navigation Extras
		- Mobile Navigation
		- Site Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Entries
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Masonary Styles
	- 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,
.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;
}

.clear {
	clear: both;
}


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

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

html {
	font-size: 62.5%; /* 10px browser default */
}

body {
	background-color: #fff;
	color: #666;
	font-family: "helvetica neue", arial, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.618033988749895;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.2s ease-in-out !important;
	-moz-transition:    all 0.2s ease-in-out !important;
	-ms-transition:     all 0.2s ease-in-out !important;
	-o-transition:      all 0.2s ease-in-out !important;
	transition:         all 0.2s ease-in-out !important;
}

::-moz-selection {
	background-color: #ad1114;
	color: #fff;
}

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

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

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

a:hover {
	color: #333;
	text-decoration: underline;
}

a:link {
    -webkit-tap-highlight-color: rgba(173, 17, 20, 0.4);
}

p {
	margin: 0 0 26px;
	margin: 0 0 2.6rem;
	padding: 0;
}

p,
div {
	font-size: 16px;
	font-size: 1.6rem;
}

strong {
	font-weight: 700;
}

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

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 40px 40px 26px;
	margin: 4rem 4rem 2.6rem;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 42px;
	font-size: 4.2rem;
	line-height: 1;
	height: 0;
	left: -20px;
	position: relative;
	top: -5px;
}

.entry-content code {
	background-color: #ddd;
	color: #333;
}

cite {
	clear: both;
	display: block;
	font-style: normal;
	text-align: right;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 16px;
	margin: 0 0 1.6rem;
}

h1 {
	font-size: 26px;
	font-size: 2.6rem;
}

h2 {
	font-size: 20px;
	font-size: 2rem;
}

h3 {
	font-size: 16px;
	font-size: 1.6rem;
}

h4 {
	font-size: 13px;
	font-size: 1.3rem;
}

h5 {
	font-size: 13px;
	font-size: 1.3rem;
}

h6 {
	font-size: 13px;
	font-size: 1.3rem;
}

/* 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: 13px;
	font-size: 1.3rem;
	line-height: 1.618033988749895;
	padding: 13px;
	padding: 1.3rem;
	width: 100%;
}

textarea {
	font-size: 16px;
	font-size: 1.6rem;
}

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: #ad1114;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 13px 21px;
	padding: 1.3rem 2.1rem;
	text-decoration: none;
	width: auto;
}

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

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

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

/* Custom Buttons and Boxes
--------------------------------------------- */
.button {
	border-radius: 3px;
	display: inline-block;
	margin: 0 5px 5px 0;
	margin: 0 0.5rem 0.5rem 0;
	padding: 13px 21px;
	padding: 1.3rem 2.1rem;
}

.small,
.button.small {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 24px;
	line-height: 2.4rem;
	margin: 0 3px 3px 0;
	margin: 0 0.3rem 0.3rem 0;
	padding: 10px 20px;
	padding: 1rem 2rem;
}

.large,
.button.large {
	font-size: 20px;
	font-size: 2rem;
	line-height: 32px;
	line-height: 3.2rem;
	margin: 0 10px 10px 0;
	margin: 0 1rem 1rem 0;
	padding: 16px 24px;
	padding: 1.6rem 2.4rem;
}

.blue,
.button.blue {
	background-color: #218cee !important;
}

.button.blue:hover {
	background-color: #117ee4 !important;
}

.green,
.button.green {
	background-color: #2a8a15 !important;
}

.button.green:hover {
	background-color: #237311 !important;
}

.red,
.button.red {
	background-color: #ad1114 !important;
}

.button.red:hover {
	background-color: #951400 !important;
}

.orange,
.button.orange{
	background-color: #f15123 !important;
}

.button.orange:hover {
	background-color: #eb3f0f !important;
}

.yellow,
.button.yellow{
	background-color: #ffcc33 !important;
	color: #444 !important;
}

.button.yellow:hover {
	background-color: #ffbf00 !important;
	color: #444 !important;
}

.gray,
.grey,
.button.gray,
.button.grey{
	background-color: #333 !important;
}

.button.gray:hover,
.button.grey:hover {
	background-color: #111 !important;
}

.message-box,
.note-box,
.success-box,
.alert-box,
.info-box {
	margin-bottom: 26px;
	padding: 13px;
}

.message-box {
	background-color: #eee;
	border: 1px solid #ddd;
}

.message-box.yellow,
.note-box {
	background-color: #ff9;
	border: 1px solid #e6e68a;
}

.message-box.green,
.success-box {
	background-color: #daf2ca;
	border: 1px solid #bee8a1;
}

.message-box.red,
.alert-box {
	background-color: #ffd3cc;
	border: 1px solid #ffbdb3;
}

.message-box.blue,
.info-box {
	background-color: #ddecfd;
	border: 1px solid #c5dffc;
}

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

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 1.618033988749895;
	margin-bottom: 30px;
	margin-bottom: 3rem;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: none;
}

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: 100%;
}

.site-inner > .wrap {
	max-width: 1140px;
}

.masonary-layout .site-inner,
.masonary-layout .wrap,
.masonary-layout .site-inner > .wrap {
	margin: 0 auto;
	max-width: 100%;
}

.site-inner {
	background: #e5e3e3;
	clear: both;
	margin-top: 3px;
	margin-top: 0.3rem;
	padding-top: 20px;
	padding-top: 2rem;
}

.masonary-layout .site-inner {
	margin-top: 3px;
	margin-top: 0.3rem;
	padding-top: 20px;
	padding-top: 2rem;
	padding-bottom: 20px;
	padding-bottom: 2rem;
}

.hero-area + .site-inner {
	margin-top: 0;
}

.site-inner .wrap {
	padding: 0;
}

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

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

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

/* Content */

.content {
	float: right;
	line-height: 26px;
	width: 760px;
	word-wrap: break-word;
}

.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 {
	line-height: 25px;
	width: 540px;
}

.full-width-content .content {
	line-height: 29px;
	width: 100%;
}

.noposts,
.error404 .entry-title {
	text-align: center;
}


/* Primary Sidebar */

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

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

/* Secondary Sidebar */

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

.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-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	line-height: 25px;
	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;
}

.alignleft .avatar {
	margin-right: 26px;
	margin-right: 2.6rem;
}

.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;
	padding: 0;
	position: absolute;
	width: 1px;
}

.sticky {
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 26px;
	margin: 0 auto 2.6rem;
}

img.alignnone {
	margin-bottom: 13px;
	margin-bottom: 1.3rem;
}

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

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

img.alignleft,
.wp-caption.alignleft {
	margin: 10px 26px 10px 0;
	margin: 1rem 2.6rem 1rem 0;
}

img.alignright,
.wp-caption.alignright {
	margin: 10px 0 10px 26px;
	margin: 1rem 0 1rem 2.6rem;
}

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

p.wp-caption-text {
	margin-bottom: 0;
}

.gallery-caption {
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

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

.breadcrumb {
	font-size: 13px;
	font-size: 1.3rem;
	padding: 0;
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.breadcrumb a {
	color: #666;
}

.masonary-layout .breadcrumb {
	text-align: center;
}

.archive-description,
.author-box {
	background-color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.33);
	-moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.33);
	box-shadow: 0 1px 3px 0 rgba(0,0,0,0.33);
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.archive-description {
	padding: 20px;
	padding: 2rem;
	margin: 0 10px 30px;
	margin: 0 1rem 3rem;
}

.archive-description p:last-child {
	margin-bottom: 1rem;
}

.author-box {
	padding: 20px;
	padding: 2rem;
	margin: 0 0 20px;
	margin: 0 0 2rem;
}

.masonary-layout .archive-description,
.masonary-layout .author-box {
	margin: 10px auto 30px;
	margin: 1rem auto 3rem;
	max-width: 760px;
}

.archive-description + .author-box {
	margin-top: -10px;
	margin-top: -1rem;
}

.author-box-social {
	clear: both;
	margin-top: 10px;
	margin-top: 1rem;
}

.author-box-title,
.author-box-social-title {
	color: #333;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
}

.masonary-layout .author-box-title {
	font-size: 26px;
	font-size: 2.6rem;
}

.author-box a {
	text-decoration: underline;
}

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

.author-box .avatar {
	margin: 0 20px 20px 0;
	margin: 0 2rem 2rem 0;
}

.author-box-social-list {
	font-size: 13px;
	font-size: 1.3rem;
	list-style-type: none;
}

.author-social-profiles {
	display: inline-block;
	margin-right: 5px;
	margin-right: 0.5rem;
	margin-bottom: 5px;
	margin-bottom: 0.5rem;
	padding: 0;
}

.author-social-profiles a {
	background: #333;
	color: #fff;
	display: block;
	text-decoration: none;
	padding: 6px 12px;
	padding: 0.6rem 1.2rem;
}

.author-social-profiles a:hover {
	background: #ad1114;
}


/* Titles
--------------------------------------------- */

.entry-title {
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1.2;
	word-wrap: break-word;
}

.archive-title,
.somo-archive-page .entry-title,
.somo-landing-page .entry-title {
	font-size: 42px;
	font-size: 4.2rem;
	line-height: 1.618033988749895;
	text-align: center;
}

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

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

.widget-title {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

.sidebar .widget-title a {
	border: none;
}

.archive-title {
	font-size: 42px;
	font-size: 4.2rem;
	line-height: 1.618033988749895;
	margin-bottom: 13px;
	margin-bottom: 1.3rem;
}

.search-results .archive-title {
	margin-bottom: 0;
}


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

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

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	padding: 0 0 6px;
	padding: 0 0 0.6rem;
}

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

.featured-content .entry-title {
	border: none;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 23px;
	line-height: 2.3rem;
	margin-bottom: 5px;
	margin-bottom: 0.5rem;
}

.featured-content .entry-header .entry-meta {
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

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

.featured-content .alignleft img,
.featured-content .alignnone img {
	margin-top: 5px;
	margin-top: 0.5rem;
	margin-right: 10px;
	margin-right: 1rem;
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

.featured-content .alignright img {
	margin-top: 5px;
	margin-top: 0.5rem;
	margin-left: 10px;
	margin-left: 1rem;
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

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

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

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

.enews-widget .widget-title {
	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: #ad1114;
	color: #fff;
	margin: 0;
	width: 100%;
}

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


/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

/* 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: 13px;
	font-size: 1.3rem;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}


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

.head-wrap {
	background-color: #f9f8f6;
	box-shadow: inset 0 1px #fff, 0 1px 3px rgba(34, 25, 25, 0.4);
	-moz-box-shadow: inset 0 1px #fff, 0 1px 2px rgba(34, 25, 25, 0.4);
	-webkit-box-shadow: inset 0 1px #fff, 0 1px 3px rgba(34, 25, 25, 0.4);
	padding-bottom: 1px;
}

.site-header {
	background-color: #fff;
	text-align: center;
}

.site-header .wrap {
	padding: 0;
}

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

.title-area {
	float: left;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 700;
	padding: 0;
	width: 320px;
}

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

.site-title {
	font-family: 'Pacifico', cursive, serif;
	font-size: 32px;
	font-size: 3.2rem;
	line-height: 2;
	font-weight: 300;
	margin: 0;
}

.site-title a,
.site-title a:hover {
	color: #ad1114;
	-webkit-tap-highlight-color: transparent;
	text-decoration: none;
}

.site-description {
	color: #999;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1;
	margin-bottom: -16px;
	margin-bottom: -1.6rem;
	text-indent: -9999px;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

.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 center;
	background-size: 122px 33px;
	max-width: 1120px;
	max-height: 64px;
	padding: 0;
}

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

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

.site-header .widget-area {
	float: right;
	padding: 16px 0;
	padding: 1.6rem 0;
	text-align: right;
	width: 780px;
}

.header-image .site-header .widget-area {
	padding: 30px 0;
	padding: 3rem 0;
}

.site-header .search-form {
	float: right;
	min-width: 336px;
}


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

.genesis-nav-menu {
	clear: both;
	/*color: #999;*/
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-size: 1.3rem;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	-webkit-tap-highlight-color: rgba(173, 17, 20, 0.4);
	text-align: left;
}

.genesis-nav-menu a {
	border: none;
	display: block;
	padding: 11px 12px;
	padding: 1.1rem 1.2rem;
	position: relative;
}

.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a {
	font-weight: bold;
}

.genesis-nav-menu .sub-menu {
	border-top: 1px solid #eee;
	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: 13px;
	font-size: 1.3rem;
	padding: 11px 12px;
	padding: 1.1rem 1.2rem;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -45px 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;
}

/* Navigation Extras
--------------------------------------------- */

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 11px 12px;
	padding: 1.1rem 1.2rem;
}

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

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

.genesis-nav-menu > .search {
	padding: 5px 10px;
	padding: 0.5rem 1rem;
}

.genesis-nav-menu > .search input[type="search"] {
	padding: 5px;
	padding: 0.5rem;
}

.genesis-nav-menu .menu-item.top,
.genesis-nav-menu .menu-item.twitter,
.genesis-nav-menu .menu-item.facebook,
.genesis-nav-menu .menu-item.googleplus,
.genesis-nav-menu .menu-item.pinterest,
.genesis-nav-menu .menu-item.youtube,
.genesis-nav-menu .menu-item.linkedin,
.genesis-nav-menu .menu-item.stumbleupon,
.genesis-nav-menu .menu-item.rssfeed,
.genesis-nav-menu .menu-item.email {
	margin: 5px 4px;
	margin: 0.5rem 0.4rem;
	overflow: hidden;
	padding: 0;
	text-indent: 100%;
	width: 32px;
	max-height: 32px;
}

.genesis-nav-menu .menu-item.top a:hover,
.genesis-nav-menu .menu-item.twitter a:hover,
.genesis-nav-menu .menu-item.facebook a:hover,
.genesis-nav-menu .menu-item.googleplus a:hover,
.genesis-nav-menu .menu-item.pinterest a:hover,
.genesis-nav-menu .menu-item.youtube a:hover,
.genesis-nav-menu .menu-item.linkedin a:hover,
.genesis-nav-menu .menu-item.stumbleupon a:hover,
.genesis-nav-menu .menu-item.rssfeed a:hover,
.genesis-nav-menu .menu-item.email a:hover {
	opacity: 0.7;
}

.genesis-nav-menu .menu-item.top a {
	background: rgba(0, 0, 0, 0.5) url(images/up.png) no-repeat top center !important;
	border-radius: 3px;
	color: transparent !important;
	display: block;
	height: 32px;
	margin: 0;
	padding: 0;
}

.genesis-nav-menu .menu-item.twitter a {
	background: rgba(0, 0, 0, 0.5) url(images/social-icons/32/32x32_twitter.png) no-repeat left center !important;
	border-radius: 3px;
	color: transparent !important;
	display: block;
	height: 32px;
	margin: 0;
	padding: 0;
}

.genesis-nav-menu .menu-item.facebook a {
	background: rgba(0, 0, 0, 0.5) url(images/social-icons/32/32x32_facebook.png) no-repeat left center !important;
	border-radius: 3px;
	color: transparent !important;
	display: block;
	height: 32px;
	margin: 0;
	padding: 0;
}

.genesis-nav-menu .menu-item.googleplus a {
	background: rgba(0, 0, 0, 0.5) url(images/social-icons/32/32x32_googleplus.png) no-repeat left center !important;
	border-radius: 3px;
	color: transparent !important;
	display: block;
	height: 32px;
	margin: 0;
	padding: 0;
}

.genesis-nav-menu .menu-item.pinterest a {
	background: rgba(0, 0, 0, 0.5) url(images/social-icons/32/32x32_pinterest.png) no-repeat left center !important;
	border-radius: 3px;
	color: transparent !important;
	display: block;
	height: 32px;
	margin: 0;
	padding: 0;
}

.genesis-nav-menu .menu-item.youtube a {
	background: rgba(0, 0, 0, 0.5) url(images/social-icons/32/32x32_youtube.png) no-repeat left center !important;
	border-radius: 3px;
	color: transparent !important;
	display: block;
	height: 32px;
	margin: 0;
	padding: 0;
}

.genesis-nav-menu .menu-item.linkedin a {
	background: rgba(0, 0, 0, 0.5) url(images/social-icons/32/32x32_linkedin.png) no-repeat left center !important;
	border-radius: 3px;
	color: transparent !important;
	display: block;
	height: 32px;
	margin: 0;
	padding: 0;
}

.genesis-nav-menu .menu-item.stumbleupon a {
	background: rgba(0, 0, 0, 0.5) url(images/social-icons/32/32x32_stumbleupon.png) no-repeat left center !important;
	border-radius: 3px;
	color: transparent !important;
	display: block;
	height: 32px;
	margin: 0;
	padding: 0;
}

.genesis-nav-menu .menu-item.rssfeed a {
	background: rgba(0, 0, 0, 0.5) url(images/social-icons/32/32x32_rss.png) no-repeat left center !important;
	border-radius: 3px;
	color: transparent !important;
	display: block;
	height: 32px;
	margin: 0;
	padding: 0;
}

.genesis-nav-menu .menu-item.email a {
	background: rgba(0, 0, 0, 0.5) url(images/social-icons/32/32x32_email.png) no-repeat left center !important;
	border-radius: 3px;
	color: transparent !important;
	display: block;
	height: 32px;
	margin: 0;
	padding: 0;
}

/* Mobile Navigation
--------------------------------------------- */

.flyout-menu {
	display: none;
}

.flyout-menu-buttons {
	position: fixed;
	top: 0;
	left: 0;
	padding: 0 0;
	z-index: 999;
}

.menu-toggle-open,
.menu-toggle-close {
	background-image: url(images/icon-nav.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: #ad1114;
	border: 1px solid #4e0808;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: -1px -1px 1px rgba(255, 255, 255, 0.5);
    -moz-box-shadow: -1px -1px  1px rgba(255, 255, 255, 0.5);
    box-shadow: -1px -1px 1px rgba(255, 255, 255, 0.5);
	display: block;
	float: left;
	margin: 10px 0 0 5px;
	opacity: 0.7;
	overflow: hidden;
	-webkit-tap-highlight-color: rgba(173, 17, 20, 0.4);
    text-indent: 100%;
	-webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
	width: 42px;
	height: 36px;
}

.menu-toggle-close {
	background-image: url(images/icon-close.png);
}

.menu-toggle-open:hover,
.menu-toggle-close:hover {
	border-color: #200404;
}

.menu-toggle {
	background: #f2f0f0;
    display: none;
    position: relative;
	top: 40px;
    padding: 0;
    float: left;
    clear: both;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
	width: 255px;
	height: 100%;
	overflow-y: auto;
}

.menu-toggle-close-container {
	background: #e7e4e4;
	border-bottom: 1px solid #d9d4d4;
	display: block;
	width: 100%;
	height: 55px;
}

.menu-toggle:not(:target) .menu-toggle-close {
    display: none;
}
.menu-toggle:target .menu-toggle-close {
    display: block;
}

.menu-toggle:target {
    display: block;
    position: fixed;
	top: 0;
    z-index: 2;
}

.mobile-menu-container {
	margin-bottom: 100px;
}

.somo-mobile-nav-menu {
	border-bottom: 5px solid #efd1d1;
	list-style-type: none;
}

.somo-mobile-nav-menu .sub-menu {
	border-top: 1px solid #d9d4d4;
	list-style-type: none;
}

.somo-mobile-nav-menu .menu-item a {
	display: block;
	margin-left: 5px;
	padding: 10px 0;
}

.somo-mobile-nav-menu .sub-menu a {
	margin-left: 15px;
}

.somo-mobile-nav-menu .sub-menu .menu-item .sub-menu a {
	margin-left: 30px;
}

.somo-mobile-nav-menu .sub-menu .sub-menu .sub-menu a {
	margin-left: 45px;
}

.somo-mobile-nav-menu .menu-item {
	border-bottom: 1px solid #d9d4d4;
	border-top: 1px solid #fff;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 21px;
	-webkit-tap-highlight-color: rgba(173, 17, 20, 0.4);
	text-shadow: 1px 1px #f5f5f5;
}

.somo-mobile-nav-menu .menu-item.current-menu-item > a {
	color: #000;
	font-weight: bold;
}

.somo-mobile-nav-menu .menu-item:last-child {
	border-bottom: none;
}

.somo-mobile-nav-menu .sub-menu .menu-item {
	text-transform: none;
}

.somo-mobile-nav-menu .menu-item.hide-on-mobile {
	display: none;
}

.mobile-menu-container .search-form-container {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #d9d4d4;
	padding: 10px 0;
}

.mobile-menu-container .search-form {
	margin-left: 5px;
}

.mobile-menu-container .search-form input[type="submit"] {
	border: 1px solid #ad1114;
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
	clip: auto;
	font-size: 13px;
	font-size: 1.3rem;
	margin-left: -1px;
	margin-left: -0.1rem;
	padding: 13px 0;
	padding: 1.3rem 0;
	position: relative;
	width: 30%;
	height: auto;
}

.mobile-menu-container .search-form input[type="submit"]:hover {
	border: 1px solid #333;
}

.mobile-menu-container .search-form input[type="search"] {
	background-color: #fff;
	border: 1px solid #ddd;
	box-shadow: 1px 1px 3px #eee inset;
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
	color: #999;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.618033988749895;
	padding: 13px !important;
	padding: 1.3rem !important;
	width: 156px;
}

.mobile-menu-container .search-form input:focus {
	border: 1px solid #ad1114;
	outline: none;
}

.flyout-menu ::-webkit-scrollbar {
    width: 5px;
}

.flyout-menu ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(173, 17, 20,0.3);
    border-radius: 5px;
}

.flyout-menu ::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(173, 17, 20,0.6);
}

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

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -45px;
}

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

.nav-primary {
	background-color: #faf7f7;
	border-bottom: 1px solid #cfcaca;
	box-shadow: 0 1px #fff;
	-moz-box-shadow: 0 1px #fff;
	-webkit-box-shadow: 0 1px #fff;
	color: #524d4d;
	font-weight: bold;
}

.nav-primary .sub-menu {
	font-weight: normal;
}

.nav-primary a {
	color: #524d4d;
}

.nav-primary a:hover {
	background: #eee;
}

.nav-primary a:hover,
.nav-primary .current-menu-item > a {
	text-decoration: none;
}

.nav-primary .sub-menu a:hover {
	color: #333;
}

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

.nav-secondary {
	background-color: #faf7f7;
	box-shadow: 0 -1px #cfcaca;
	-moz-box-shadow: 0 -1px #cfcaca;
	-webkit-box-shadow: 0 -1px #cfcaca;
	text-align:	center;
}

.nav-secondary a {
	color: #221919;
}

.nav-secondary .sub-menu a:hover {
	background: #eee;
	text-decoration: none;
}


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

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

.entry {
	background-color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.33);
	-moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.33);
	box-shadow: 0 1px 3px 0 rgba(0,0,0,0.33);
	margin-bottom: 20px;
	margin-bottom: 2rem;
	padding: 20px 20px 20px;
	padding: 2rem 2rem 2rem;
}

.entry-content a {
	color: #ad1114;
	text-decoration: underline;
}

.entry-content .more-link,
.masonry-container .post .more-link {
	font-weight: normal;
	text-decoration: none;
}

.entry-content a:hover,
.entry-content .more-link:hover {
	color: #333;
	text-decoration: underline;
}

.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: 30px;
	margin-left: 3rem;
}

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

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

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

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

.entry-meta {
	color: #666;
	font-size: 13px;
	font-size: 1.3rem;
	text-transform: uppercase;
}

.entry-title + .entry-meta {
	margin-top: -6px;
	margin-top: -0.6rem;
}

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

.entry-header .entry-meta {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 26px;
	margin-bottom: 2.6rem;
}

.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	margin: 0 0px;
	margin: 0 0rem;
	padding: 2px 0 6px;
	padding: 0.2rem 0 0.6rem;
}

.entry-comments-link::before {
	content: "\2219";
	font-weight: bold;
	margin: 0 6px;
	margin: 0 0.6rem;
}

.entry-categories + .entry-tags::before {
	content: "\00B7";
	margin: 0 6px 0 2px;
	margin: 0 0.6rem 0 0.2rem;
}

.entry-content .post-edit-link {
	clear: left;
	color: #666;
	display: block;
}

.clear-line {
	border-bottom:1px solid #ccc;
	clear:both;
	margin-bottom: 26px;
	margin-bottom: 2.6rem;
	padding-top: 13px;
	padding-top: 1.3rem;
}

.somo-archive-page .entry {
	background: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.featured-image {
	margin: 0 0 20px;
	margin: 0 0 2rem;
	padding: 0;
	position: relative;
}

.featured-image img{
	float: none !important;
	display: block !important;
	margin: 0 auto !important;
	padding: 0 !important;
}


/* Pagination
--------------------------------------------- */

.archive-pagination,
.entry-pagination,
.inf-pagination,
.loading {
	overflow: hidden;
	text-align: center;
}

.inf-pagination,
.loading {
	font-size: 13px;
	font-size: 1.3rem;
	width: 100%;
}

.archive-pagination,
.entry-pagination {
	font-size: 13px;
	font-size: 1.3rem;
	margin: 10px;
	margin: 1rem;
}

.pagination-previous {
	margin-left: 10%;
}

.pagination-next {
	margin-right: 10%;
}

.entry-pagination {
	margin: 10px 0;
	margin: 1rem 0;
}

.archive-pagination ul {
	list-style-type: none;
}

.archive-pagination li {
	display: inline-block;
	margin: 0 2px 0 0;
	margin: 0 0.2rem 0 0;
	padding: 0;
}

.archive-pagination li a {
	background-color: #333;
	color: #fff;
	cursor: pointer;
	display: block;
	padding: 8px 12px;
	padding: 0.8rem 1.2rem;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #ad1114;
	text-decoration: none;
}

.entry-pagination a {
	text-decoration: underline;
}

.masonary-layout .entry-pagination {
	display: none;
}


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

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	border-top: 1px solid #ddd;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.33);
	-moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.33);
	box-shadow: 0 1px 3px 0 rgba(0,0,0,0.33);
	margin-bottom: 30px;
	margin-bottom: 3rem;
}

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

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

.comment-respond a,
.entry-comments a {
	text-decoration: underline;
}

.comment-content {
	clear: both;
}

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

.comment-form {
	font-size: 13px;
	font-size: 1.3rem;
}

.comment-meta,
.comment-meta a {
	color: #666;
	font-size: 13px;
	font-size: 1.3rem;
}

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

.comment-respond input[type="email"],
.comment-respond input[type="text"] {
	width: 90%
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
	float: left;
	width: 33.3333333%;
}

.comment-respond label {
	display: block;
}

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

.comment-list li {
	margin-top: 20px;
	margin-top: 2rem;
	padding: 20px;
	padding: 2rem;
}

.comment-list li:first-child {
	margin-top: 0;
}

.comment-list li li {
	margin-right: -20px;
	margin-right: -2rem;
}

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

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

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

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	display: none;
	font-size: 13px;
	font-size: 1.3rem;
	padding: 20px;
	padding: 2rem;
}

.comment-respond .form-submit {
	margin-bottom: 0;
}


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

.sidebar {
	color: #999;
	font-size: 13px;
	font-size: 1.3rem;
}

.sidebar a {
	text-decoration: underline;
}

.sidebar p {
	font-size: 13px;
	font-size: 1.3rem;
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.sidebar li {
	font-size: 13px;
	font-size: 1.3rem;
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

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

.sidebar ul {
	margin-top: 6px;
	margin-top: 0.6rem;
}

.sidebar ul ul li {
	margin-left: 10px;
	margin-left: 1rem;
}

.sidebar .widget {
	background-color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.33);
	-moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.33);
	box-shadow: 0 1px 3px 0 rgba(0,0,0,0.33);
	margin-bottom: 20px;
	margin-bottom: 2rem;
	padding: 12px;
	padding: 1.2rem;
}

.home-sidebar-inner {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.618033988749895;
	font-weight: normal;
	padding: 15px;
	padding: 1.5rem;
}

.masonry-container .post .home-sidebar-inner a,
.home-sidebar-inner .widget-title {
	font-weight: normal;
}

.home-sidebar-inner .widget {
	margin: 10px 0 25px;
	margin: 1rem 0 2.5rem;
}

.home-sidebar-inner .widget li {
	list-style-type: none;
	padding-top: 10px;
}

.home-sidebar-inner .widget li:first-child {
	padding-top: 0;
}

.hero-area {
	background-color: #f0efef;
	border-bottom: 2px solid #fdfcfc;
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1.2;
	margin-top: 5px;
	margin-top: 0.5rem;
	padding: 25px 0 30px;
	padding: 2.5rem 0 3rem;
	text-align: center;
}

.hero-area .textwidget {
	font-size: 26px;
	font-size: 2.6rem;
}


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

.footer-widgets {
	background-color: #f0efef;
	border-top: 2px solid #fdfcfc;
	color: #999;
	clear: both;
	font-size: 13px;
	font-size: 1.3rem;
	margin-top: 0;
	padding: 30px 0 16px;
	padding: 3rem 0 1.6rem;
}

.footer-widgets .wrap {
	max-width: 1140px;
	padding: 0
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4 {
	width: 273px;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	float: left;
	margin-right: 16px;
	margin-right: 1.6rem;
}

.footer-widgets-4 {
	float: right;
}

.footer-widgets .widget {
	background-color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.33);
	-moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.33);
	box-shadow: 0 1px 3px 0 rgba(0,0,0,0.33);
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
	padding: 12px;
	padding: 1.2rem;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

.footer-widgets .search-form input:focus {
	border: 1px solid #ddd;
}


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

.site-footer {
	background-color: #faf7f7;
	box-shadow: inset 0 -1px #fff, 0 -1px 3px rgba(34, 25, 25, 0.4);
	-moz-box-shadow: inset 0 1px #fff, 0 1px 3px rgba(34, 25, 25, 0.4);
	-webkit-box-shadow: inset 0 -1px #fff, 0 -1px 3px rgba(34, 25, 25, 0.4);
	color: #322525;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 15px 0;
	padding: 1.5rem 0;
	text-align: center;
}

.site-footer .wrap {
	padding: 0 10px;
	padding: 0 1rem;
}

.site-footer a {
	color: #322525;
	text-decoration: underline;
}

.site-footer p {
	font-size: 12px;
	font-size: 1.2rem;
	margin-bottom: 0;
}

.site-footer .gototop {
	background-color: #f0eded;
	border: 1px solid #bbb;
	border-radius: .3em;
	-moz-border-radius: .3em;
	-webkit-border-radius: .3em;
	box-shadow: 0 1px 3px #999;
	-moz-box-shadow: 0 1px 3px #999;
	-webkit-box-shadow: 0 1px 3px #999;
	cursor: pointer;
	display: none;
	font-size: 15px;
	padding: 20px 10px 30px;
	padding: 2rem 1rem 3rem;
	position: fixed;
	bottom: -10px;
	bottom: -1rem;
	right: 15px;
	right: 1.5rem;
	text-align: center;
	width: 90px;
	z-index: 4;
}

.site-footer .gototop a {
	color: #524d4d;
	display: table-cell;
	font-weight: bold;
	line-height: 1.2;
	margin: 0;
	text-shadow: 0 1px #fff;
	text-decoration: none;
}


/*
Masonary Styles
---------------------------------------------------------------------------------------------------- */

.site-container {
	background-color: #f0efef;
	margin: 0 auto;
	padding: 0;
}

.masonry-container {
	float: none;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

.masonry-container .post {
	background-color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
	-moz-box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
	-webkit-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
	font-size: 11px;
	font-size: 1.1rem;
	float: left;
	line-height: 14px;
	line-height: 1.4rem;
	margin: 0 0 15px;
	margin: 0 0 1.5rem;
	padding: 0;
	width: 236px;
}

.social-actions {
	display: none;
	position: absolute;
	top: 7px;
	top: 0.7rem;
	left: 42px;
	left: 4.2rem;
	margin: 0 auto;
	width: 152px;
	height: 32px;
	z-index: 3;
}

.single .social-actions,
.page .social-actions {
	left: 7px;
	left: 0.7rem;
}

/*.page:hover .social-actions,*/
.post:hover .social-actions {
	display: block;
}

.social-actions ul {
	list-style-type: none;
}

.social-actions li {
	float: left;
	margin-right: 8px;
	margin-right: 0.8rem;
}

.social-actions li:last-child {
	margin-right: 0;
}

.social-action {
	background-color: #ababab;
	background-position: center center;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: block;
	opacity: 0.8;
	width: 32px;
	height: 32px;
}

.social-action a{
	display: block;
	width: 32px;
	height: 32px;
}

.social-action:hover{
	background-color: #d43638;
	cursor: pointer;
	opacity: 1;
}

.social-action-twitter {
	background-image: url('images/social-icons/32/32x32_twitter.png');
}

.social-action-facebook {
	background-image: url('images/social-icons/32/32x32_facebook.png');
}

.social-action-googleplus {
	background-image: url('images/social-icons/32/32x32_googleplus.png');
}

.social-action-pinterest {
	background-image: url('images/social-icons/32/32x32_pinterest.png');
}

.masonry-container .post a {
	color: #524d4d;
	font-weight: bold;
}

.masonry-container .post a:hover{
	color: #ad1114;
}

.masonry-container h1.entry-title,
.masonry-container h1.entry-title a,
.masonry-container h1.entry-title a:visited,
.masonry-container h1,
.masonry-container h1 a,
.masonry-container h1 a:visited,
.masonry-container h2 a,
.masonry-container h2 a:visited {
	clear: both;
	color: #000;
	display: block;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 17px;
	line-height: 1.7rem;
	font-weight: normal;
	margin: 0 0 5px;
	text-align: left;
	word-wrap: break-word;
}

.masonry-container h1.entry-title,
.masonry-container .entry-content,
.masonry-container .entry-footer {
	padding: 0 15px;
	padding: 0 1.5rem;
}

.masonry-container h1.entry-title {
	margin-top: 10px;
	margin-top: 1rem;
}

.masonry-container h1.entry-title a:hover,
.masonry-container h1 a:hover {
	color: #ad1114;
	text-decoration: underline;
}

.masonry-container a .post-image {
	margin: 0 auto 10px;
	margin: 0 auto 1rem;
}

.masonry-container .post-image-link {
	background-color: #f2f0f0;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-ms-border-radius: 3px 3px 0 0;
	-o-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	display: block;
}

.masonry-container .entry-content p,
.masonry-container p {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 17px;
	line-height: 1.7rem;
	margin: 0 0 10px;
	margin: 0 0 1rem;
}

.masonry-container .entry-header .entry-meta,
.masonry-container .entry-footer .entry-meta {
	border: none;
	background-color: #f2f0f0;
	color: #ad9c9c;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 14px;
	line-height: 1.4rem;
	margin: 0 -15px;
	margin: 0 -1.5rem;
	padding: 10px 15px;
	padding: 1rem 1.5rem;
	text-transform: none;
}

.masonry-container .entry-header .entry-meta .somo-info,
.masonry-container .entry-footer .entry-meta .somo-info {
	color: #ad9c9c;
	display: table-cell;
	height: 30px;
	margin: 0;
	vertical-align: middle;
}

.masonry-container .entry-header .entry-meta a,
.masonry-container .entry-footer .entry-meta a {
	color: #8c7e7e;
}

.masonry-container .entry-footer .entry-meta:last-child {
	border-top: 1px solid #d9d4d4;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	-ms-border-radius: 0 0 3px 3px;
	-o-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}

.masonry-container .entry-footer .entry-meta {
	min-height: 50px;
}

.masonry-container .no-bullet .entry-comments-link,
.masonry-container .entry-tags {
	background: none;
	margin: 0;
	padding: 0;
}

.masonry-container.archives {
	margin: 2px auto;
	margin: 0.2rem auto;
}

.masonry-container.archives .masonry-brick {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	padding: 20px 15px 15px;
	padding: 2rem 1.5rem 1.5rem;
}

.masonry-container.archives .masonry-brick h4 {
	font-size: 16px;
	font-size: 1.6rem;
}

.entry-content .masonry-container.archives ol,
.entry-content .masonry-container.archives ul {
	margin-left: 20px;
	margin-left: 2rem;
}

.entry-content .masonry-container.archives li {
	padding-top: 10px;
	padding-top: 1rem;
}

.masonry-container .featuredpage img,
.masonry-container .featuredpost img,
.masonry-container .post-image {
	border: 0 solid transparent;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-ms-border-radius: 3px 3px 0 0;
	-o-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	margin: 0;
	max-width: 236px;
	padding: 0;
}

.masonry-container .avatar {
	border: none;
	margin: 0;
	padding: 0;
	width: 30px;
	height: 30px;
}

.masonry-container .author-img {
	float: left;
	margin-right: 6px;
	margin-right: 0.6rem;
	width: 30px;
}

.masonry,
.masonry .masonry-brick {
	transition-duration: 0.7s;
	-webkit-transition-duration: 0.7s;
	-moz-transition-duration: 0.7s;
	-ms-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
}

.masonry {
	transition-property: height, width;
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
}

.masonry .masonry-brick {
	transition-property: left, right, top;
	-webkit-transition-property: left, right, top;
	-moz-transition-property: left, right, top;
	-ms-transition-property: left, right, top;
	-o-transition-property: left, right, top;
}


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

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {

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

}

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

	.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: 740px;
	}

	.content,
	.site-header .widget-area {
		line-height: 25px;
		width: 640px;
	}

	.site-header .widget-area {
		padding-bottom: 0;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		line-height: 24px;
		width: 420px;
	}

	.sidebar-primary {
		width: 300px;
	}

	.sidebar-primary {
		line-height: 20px;
	}

	.full-width-content .content {
		line-height: 28px;
	}

	.site-header .sub-menu a {
		padding: 9px 12px;
		padding: 0.9rem 1.2rem;
	}

	.footer-widgets .wrap {
		max-width: 960px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4 {
		width: 228px;
	}

}

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

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	.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-header .widget-area,
	.site-inner,
	.title-area,
	.wrap {
		font-size: 16px;
		line-height: 28px;

		width: 100%;
	}

	.site-footer .wrap {
		font-size: 13px;
		line-height: 26px;
	}

	.site-inner {
		padding-left: 5%;
		padding-right: 5%;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 7px 12px;
		padding: 0.7rem 1.2rem;
	}

	.genesis-nav-menu .sub-menu a {
		padding: 9px 12px;
		padding: 0.7rem 1.2rem;
	}

	.genesis-nav-menu .sub-menu .sub-menu,
	.site-header .sub-menu .sub-menu {
		margin-top: -44px;
	}

	.site-header .search-form {
		margin: 10px auto;
		margin: 1rem auto;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	.flyout-menu {
		display: block;
	}

	.somo-flyout-menu .nav-primary,
	.somo-flyout-menu .nav-secondary,
	.somo-flyout-menu .site-header .header-widget-area {
		display: none;
	}

	.site-footer {
		padding: 26px 0;
		padding: 2.6rem 0;
	}

	.footer-widgets {
		padding: 30px 3% 15px;
		padding: 3rem 3% 1.5rem;
	}

	.footer-widgets .wrap {
		padding: 0 20px;
		padding: 0 2rem;
	}

}

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

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		padding-left: 10px;
		padding-left: 1rem;
		padding-right: 10px;
		padding-left: 1rem;
		width: 100%;
	}

}
