/* # Industry Theme by Station Seven. 
Theme Name: Industry
Version: 1.1.5
Theme URI: http://industry.stnsvn.com
Description: The Industry child theme for Genesis  
Author: Station Seven
Author URI: http://stnsvn.com
Template: genesis  
Template Version: 2.1.2  
Tags: 
License: GPL-2.0+  
License URI: http://www.gnu.org/licenses/gpl-2.0.html  
*/

/* Stylesheet from Genesis 2.1.2*/

/* # Table of Contents
- Imports
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Header Navigation
	- Primary Navigation
	- Secondary Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Retina Display
	- Max-width: 1200px
	- Max-width: 960px
	- Max-width: 800px
*/


/* # Imports
---------------------------------------------------------------------------------------------------- */

@import url(//fonts.googleapis.com/css?family=Lato:300,400,700);

/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#333}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}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}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}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}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* ## Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

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

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

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination: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: #333;
	font-family: Lato, sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.625;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img,
.bloglink-bg,
.item .overlay,
.item h4,
.genesis-nav-menu a:hover,
.comment-respond input#submit:hover, 
#index-content #infinite-handle span:hover {
	-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: inherit;
	text-decoration: none;
}

a:hover {
	color: #333;
}

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

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

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 30px 60px;
	border-left: 2px solid #333;
	padding-left: 35px;
}


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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: Lato, sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 10px;
}

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

.featured-content img,
.gallery img {
	width: auto;
}

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

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

.gallery img:hover {
	border: 1px solid #999;
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-weight: 300;
	padding: 10px 16px;
	width: 100%;
}

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

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: inherit;
	font-weight: 300;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: inherit;
	font-weight: 300;
}

input.wpcf7-form-control.wpcf7-submit {
width: 100%;
padding: 35%;
height: 100%;
font-size: 25px;
font-weight: bold;
background-color: #eaeaea;
color: #333;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #333;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 300;
	padding: 16px 24px;
	text-transform: uppercase;
	width: auto;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
	background-color: #e5554e;
	color: #fff;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.bloglink-bg:hover,
.enews input#subbutton:hover, 
.wpcf7 input.wpcf7-form-control.wpcf7-submit:hover,
.comment-respond input#submit:hover, 
#index-content #infinite-handle span:hover {
background-color: #d5e6e9;
color: #333;
}

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

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

.button {
	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;
	width: 100%;
}

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

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 400;
}


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

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

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 980px;
}

.site-inner {
	clear: both;
	padding-top: 0;
}

.home.page .site-inner {
	max-width: 100%;`
}

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

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

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

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

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

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

/* ## Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

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

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

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

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

.breadcrumb {
	margin-bottom: 20px;
}

.archive-description,
.author-box {
	background-color: #fff;
	font-size: 16px;
	margin-bottom: 40px;
	padding: 40px;
}

.author-box-title {
	font-size: 16px;
	margin-bottom: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

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

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: right;
	margin-top: 12px;
}

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

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

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

.archive-title {
	font-size: 20px;
}

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

.entry-title a:hover {
	color: inherit;
}

.widget-title {
	font-size: 18px;
	margin-bottom: 20px;
}

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

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

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

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

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

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

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

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

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

.wp-caption-text {
	font-size: inherit;
	font-weight: 700;
	text-align: center;
	line-height: 1.5em;
}

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

.sticky {
}


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

.widget {
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

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

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

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	padding: 0 0 24px;
}

.footer-widgets .entry {
	border-bottom: 1px dotted #666;
}

.featured-content .entry-title {
	font-size: 20px;
}


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

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

.enews-widget,
.enews-widget .widget-title {
	color: inherit;
}

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

/*.enews-widget input,
.enews-widget input:focus {
	border: 1px solid #333;
}*/

.enews-widget input {
	font-size: 16px;
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	margin: 0;
}

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

.enews form + p {
	margin-top: 24px;
}

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

#wpstats {
	display: none;
}


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

.site-header {
	background-color: inherit;
	min-height: 160px;
}

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

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

.title-area {
	float: left;
	padding: 10px 0;
	width: 360px;
}

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

.site-title {
	font-size: 32px;
	font-weight: 400;
	line-height: 1.2;
}

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

.header-image .site-title > a {
	background: url(images/logo.png) no-repeat left;
	float: left;
	min-height: 60px;
	width: 100%;
}

.site-description {
	font-size: 11px;
	font-weight: 300;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

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

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

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


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

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

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

.genesis-nav-menu a {
	color: #333;
	display: block;
	padding: 30px 24px;
}

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

.genesis-nav-menu a:hover {
	font-weight: bold;
}

.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;
	padding: 20px;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -55px 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 {
	color: #fff;
	float: right;
	list-style-type: none;
	padding: 30px 0;
}

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

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

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

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

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

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

.site-header .genesis-nav-menu li li {
	margin-left: 0;
	line-height: 1.5;
}

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

.nav-primary {
	background-color: #333;
}

.nav-primary .genesis-nav-menu a {
	color: inherit;
}

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

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu .current-menu-item > a,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: inherit;
}

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

.nav-secondary {
	background-color: #fff;
}


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

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

.entry, #disqus_thread {
	margin-bottom: 40px;
	padding: 50px 70px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	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 code {
	background-color: #333;
	color: #ddd;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 30px;
}

.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	padding-top: 24px;
}

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

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

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

.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #333;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	padding: 5px 10px;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #d5e6e9;
	color: #333;
}

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

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

.comment-respond,
.entry-pings {
	padding: 40px 40px 16px;
}

.entry-comments {
	padding: 40px;
}

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

.comment-content {
	clear: both;
}

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

.comment-list li li {
	margin-right: -32px;
}

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

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

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

.bypostauthor {
}

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


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

.sidebar {
	font-size: inherit;
}

.sidebar li {
	border-bottom: 1px dotted #ddd;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

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

.sidebar .widget {
	background-color: #fff;
	margin-bottom: 40px;
	padding: 40px;
}


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

.footer-widgets {
	background-color: #333;
	clear: both;
	padding-top: 40px;
}

.footer-widgets,
.footer-widgets a {
	color: #999;
}

.footer-widgets input {
	border: 1px solid #333;
}

.footer-widgets a.button,
.footer-widgets a:hover {
	color: #fff;
}

.footer-widgets li {
	border-bottom: 1px dotted #666;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.footer-widgets .widget {
	margin-bottom: 50px;
}

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

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

.footer-widgets-1 {
	margin-right: 60px;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

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


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

.site-footer {
	background-color: #fff;
	font-size: 16px;
	line-height: 1;
	padding: 20px 0;
	text-align: center;
}

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

.site-footer a:hover {
  color: #d5e6e9;
}

/* Industry Stylesheet 
------------------------------------------------------------------------------------------------------- */

/*Universal*/
h1 {
	color: inherit;
text-transform: uppercase;
font-family: 'Montserrat', arial, sans-serif;
letter-spacing: 5px;
font-size: 20px;
line-height: 1.8em;
font-weight: bold;
}

h2, input, textarea, .entry-meta, .entry-comments .comment-author span, .comment-reply-link, #reply-title {
	color: inherit;
text-transform: uppercase;
font-family: 'Montserrat', arial, sans-serif;
letter-spacing: 4px;
font-size: 18px;
}

h3, blockquote p, .sidebar li, .widget select, #index-content #infinite-handle span {
color: inherit;
font-family: 'Montserrat', arial, sans-serif;
letter-spacing: 2px;
font-size: 12px;
line-height: 1.5em;
}

h4, .wp-caption-text, a.more-link, .pagination-previous, .pagination-next {
color: inherit;
text-transform: uppercase;
font-family: 'Montserrat', arial, sans-serif;
letter-spacing: 3px;
font-size: 10px;
line-height: 1.6;
}

.content a, .entry-content a, .textwidget a {
	font-weight: bold;
}

input, textarea {
	font-size: 10px;
	border-radius: 0;
	text-transform: none;
	letter-spacing: 2px;
}

input {
	text-transform: uppercase;
}

body {
font-family: Verdana, sans-serif;
font-size: 12px;
line-height: 2em;
}

.entry-content h1 {
font-size: 15px;
letter-spacing: 4px;
text-align: center;
padding: 15px 0 10px;
}

.entry-content h2 {
font-size: 14px;
letter-spacing: 3px;
font-weight: normal;
text-align: center;
padding: 15px 0 10px;
}

a.more-link {
margin-left: 20px;
font-weight: bold;
}

.hidden {
	display: none!important;
}

/*Shortcode Styles*/
.stnsvn-button { 
clear: both;
display: block;
margin: 0 auto;
text-align: center;
}

.stnsvn-button h4 {
padding: 11px 23px;
color: #fff;
display: inline-block;
font-size: 11px;
}

.stnsvn-big-button h1 {
padding: 22px 45px;
}

.stnsvn-row {
display: inline-block;
margin-bottom: 17px;
}

.stnsvn-row div:first-of-type {
clear: both;
margin-left: 0;
}

.stnsvn-row > br, .stnsvn-row > p {
display: none;
}

/*Header*/
.header-fill {
height: 20px;
background-color: #222222;
}

.header-logo {
	text-align: center;
}

.header-logo a {
	display: inline-block;
}

.header-logo img {
max-height: 130px;
margin: 15px auto 0;
display: block;
}

.header-logo img.header-img-temp {
	margin: 50px auto -20px!important;
}

.nav-primary {
	background: none;
}

.site-header {
background-size: cover!important;
background-position: 50% !important;
}

.site-title {
line-height: 1;
font-size: 26px;
font-weight: bold;
letter-spacing: 11px;
margin-bottom: 15px;
}

.title-area {
	text-align: center;
}

.site-title a, .site-title a:hover {
display: inline-block;
}

.site-description {
	margin: 5px;
}

.genesis-nav-menu, .addthis_toolbox a {
font-size: 10px;
text-align: center;
font-family: 'Montserrat', arial, sans-serif;
text-transform: uppercase;
letter-spacing: 4px;
}

.genesis-nav-menu .menu-item {
margin: 0 10px;
}

.nav-primary .wrap {
	padding: 5px 15px;
}

nav {
	clear: both;
}

.sub-menu-toggle,
.menu-toggle {
	display: none;
	visibility: hidden;
}

.site-header .header-text {
max-width: 700px;
margin: 16% auto 15px;
padding: 0 15px;
text-align: center;
}

/*Front Page*/
.home-section {
	clear: both;
	margin: 9% 0;
}

.home-section h1 {
	text-align: center;
	margin-bottom: 7%;
}

h3.section-subtitle {
margin-top: -5%;
text-align: center;
margin-bottom: 7%;
}

#collection-container, .home-section.home-collection {
	width: 100%;
}

#collection-container .grid-sizer, #collection-container .item {
 float: left;
 margin-bottom: 1%;
 width: 31.99%;
}

#collection-container .gutter-sizer {
	width: 2%;
}

.item .overlay {
position: absolute;
width: 100%;
bottom: 8px;
background: none;
}

.item h4 {
margin: auto;
left: 0;
right: 0;
text-align: center;
color: transparent;
z-index: 100;
padding: 7%;
}

.item:hover .overlay {
	background: rgba(51, 51, 51, 0.8);
}

.item:hover h4 {
	color: #fff;
}

.home-section.home-content {
position: relative;
background: #eaeaea;
margin: 0;
padding: 9% 0;
}

.home-content h3.section-subtitle {
margin-bottom: 5%;
}

.bloglink-bg {
  margin: 18% auto;
  padding: 12px 45px;
  max-width: 330px;
  background: #fff;
}

@media (min-width: 1300px) {
	.bloglink-bg {
		margin: 19% auto;
	}
}

.home-section.home-bloglink {
max-height: 500px;
position: relative;
margin: 0;
}

.home-bloglink h1 {
margin: 0;
}

.fullwidth-section {
max-width: 100%
}

/*Page layout*/
.back-to-top a {
  display: inline-block;
  margin: 5% auto 5%;
}

.page-template-portfolio-page .content .entry {
  margin-bottom: -3%;
}

.page-template-portfolio-page .back-to-top a, .full-width-content .back-to-top a {
  margin: 3% auto 5%;	
}

/*Infinite scroll style*/
#index-content #infinite-handle span {
border-radius: 0;
text-align: center;
margin: 0 auto;
display: block;
max-width: 165px;
text-transform: uppercase;
color: #fff;
}

#index-content span.infinite-loader {
	margin: 0 auto;
	width: 33px;
}

.content-sidebar div#infinite-handle, #index-content span.infinite-loader {
margin: -10px auto 10px;
}

.full-width-content div#infinite-handle, #index-content span.infinite-loader {
margin: -10px auto 60px;
}


/*Footer widgets*/
.footer-widgets {
	padding: 7% 0 0%;
}

.footer-widgets, .footer-widgets a {
color: #fff;
}

.widget input {
	font-size: 0.8em;
}

h4.widget-title {
	font-size: 0.8em;
}

.simple-social-icons h4 {
	float: left;
}

.simple-social-icons ul {
	float: right;
}

.simple-social-icons:after {
clear: both;
content: " ";
display: table;
}

.footer-widgets li {
border-bottom: none;
}

.footer-widgets .widget.enews-widget {
margin-bottom: 25px;
}

.enews input {
height: 33px;
border: none;
}

.enews input#subbutton {
width: 10%;
float: right;
padding: 6px 3.3%;
font-size: 19px;
background: #fff;
color: #333333;
}

.enews input#subbox {
width: 88%;
font-size: 0.8em;
text-transform: uppercase;
}

.enews input {
	color: #333;
}

.simple-social-icons h4 {
	padding-top: 12px;
}

.simple-social-icons ul li a, .simple-social-icons ul li a:hover {
	border-radius: 0!important;
	padding: 6px!important;
}

.simple-social-icons {
	margin-right: -6px;
}

.instagram-pics li {
	text-align: center;
}

.footer-widgets .widget-title {
	text-align: center;
}

h4.widget-title {
	font-size: 0.9em;
}

.simple-social-icons h4 {
	float: none;
	padding-top: 0;
}

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

.simple-social-icons ul {
text-align: center;
float: none;
}

.simple-social-icons ul li {
display: inline;
float: none!important;
}

/*Footer*/
.site-footer {
background-color: #222;
color: #fff;
}

.site-footer p {
line-height: 1.3em;
font-size: 11px;
letter-spacing: 1px;
}

/*Blog Single Page*/

.entry-title {
text-align: center;
font-size: 17px;
}

p.entry-meta {
font-size: 11px;
text-align: center;
}

.entry-content img {
	margin: 0 auto 12px;
}

.textwidget p {
	line-height: 1.9em;
}

/*Blog Index*/
.entry-content {
border-bottom: 2px solid #f5f5f5;
padding-bottom: 40px;
}

.content .entry {
background-color: inherit;
padding-bottom: 0;
margin-bottom: 65px;
}

.full-width-content .content .entry {
  padding-top: 0px;
}

/*Pagination Style*/
.archive-pagination {
text-align: center;
position: relative;
}

.archive-pagination .page-numbers, .archive-pagination a {
display: inline-block;
float: none;
}

.archive-pagination li.pagination-next,  .archive-pagination li.pagination-previous {
display: none;
}

/*Blog Share Buttons*/
.addthis_toolbox a {
display: inline-block;
padding: 30px 24px;
float: none!important;
margin: 0 3%;
color: inherit;
}

.addthis_toolbox a span {
display: none!important;
}

.blog-share-box {
text-align: center;
padding: 50px 15px 30px;
margin-top: 20px;
}

.blog-share-box h1 {
margin-bottom: 20px;
}

/*Comment Form Style*/
.comment-respond {
padding: 50px 70px 0;
}

.comment-respond label, .comment-notes, p.comment-subscription-form, .comment .avatar, span.says {
display: none;
}

.comment-respond input[type="email"], .comment-respond input[type="text"], .comment-respond input[type="url"] {
width: 32%;
float: left;
margin-right: 2%;
margin-bottom: 2%;
border: none;
background: #eaeaea;
}

.comment-respond .comment-form-author, 
.comment-respond .comment-form-email, 
.comment-respond .comment-form-url {
    display: inline;
}

.comment-respond input[type="url"] {
	margin-right: 0;
}

textarea#comment {
  border: none;
  background: #eaeaea;
  resize: none;
}

p.comment-form-comment {
margin-bottom: 1%;
}

.comment-respond input#submit {
height: 37px;
padding: 5px 15px;
width: 100%;
background: #eaeaea;
color: inherit;
font-size: 12px;
}

.entry-comments {
padding: 30px 70px 10px;
}

li.comment article {
background: #f7f5f4;
padding: 20px 35px;
}

.comment-list li li {
margin-right: 0;
padding: 10px 0 0 30px;
background: none;
}

.comment-list li {
margin-top: 0;
padding: 0;
background: none;
margin-bottom: 10px;
border: none;
}

.entry-comments .comment-author span {
float: left;
margin-right: 10px;
letter-spacing: 3px;
font-size: 12px;
}

.comment-header a {
font-weight: normal;
}

a.comment-reply-link {
font-size: 11px;
letter-spacing: 2px;
font-weight: normal;
}

h3#reply-title {
text-align: center;
font-size: 18px;
margin-bottom: 30px;
}

.entry-comments {
	margin-bottom: 30px;
	padding-bottom: 0;
}

/*Single Page*/
.page-template h1.entry-title {
margin-bottom: 45px;
}

.entry-content p.wp-caption-text {
margin-bottom: 30px;
}

.page-template .entry-content {
	border-bottom: none;
	padding-bottom: 2%;
}

/*Sidebar Template*/
.content-sidebar .site-inner {
max-width: 1020px;
padding: 50px 20px;
}

.content-sidebar .content {
	max-width: 690px;
	width: 70%;
}

.content-sidebar .sidebar-primary {
max-width: 260px;
width: 28%;
text-align: center;
margin-top: 30px;
}

.content-sidebar .content .entry {
	padding: 0;
}

.full-width-content .content .entry {
padding-top: 0;
}

.full-width-content .content .entry{
padding-top: 0px;
}

.full-width-content .content .entry:first-child {
padding-top: 50px;
}

.full-width-content .content .infinite-wrap .entry:first-child {
padding-top: 0;
}

.content-sidebar .comment-respond {
padding: 50px 0 0;
}

.content-sidebar .entry-comments {
padding: 30px 0 10px;
}

.content-sidebar .sidebar .widget {
background: none;
margin-bottom: 0;
padding: 20px 0 20px 20px;
}

.sidebar h4.widget-title {
text-align: center;
font-size: 15px;
}

.sidebar li {
border-bottom: 1px solid #ddd;
margin-bottom: 7px;
padding-bottom: 7px;
}

.sidebar .textwidget {
text-align: left;
}

.content-sidebar .sidebar .textwidget img {
	margin-bottom: 10px;
}

.sidebar li {
font-size: 11px;
line-height: 1.7em;
text-transform: uppercase;
}

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

input[type="search"] {
padding: 13px 18px;
border-radius: 0;
-webkit-appearance: none;
border: none;
background: #eaeaea;
}

.widget select {
border: none;
border-radius: 0;
font-size: 11px;
text-transform: uppercase;
width: 180px;
-moz-appearance: none;
text-align: center;
cursor: pointer;
}

.sidebar .enews input#subbox, .sidebar .enews input#subbutton  {
  background: #eaeaea;
}

.sidebar .enews input#subbox {
	width: 85%;
}

.sidebar .enews input#subbutton  {
  width: 12%
}

.single-post .content .entry {
  margin-bottom: 10px;
}

/*Contact Page*/
.wpcf7 .contact-input input, .wpcf7 textarea.wpcf7-form-control.wpcf7-textarea {
margin-bottom: 13px;
padding: 9px 16px;
border: none;
background: #eaeaea;
}

.wpcf7 input.wpcf7-form-control.wpcf7-text {
width: 32.7%;
float: left;
margin-right: 1.3%;
}

.wpcf7 .your-subject input.wpcf7-form-control.wpcf7-text{
width: 32%;
float: right;
margin-right: 0;
}

.wpcf7 div#messagearea {
width: 100%;
}

.wpcf7 textarea.wpcf7-form-control.wpcf7-textarea {
height: 200px;
resize: none;
margin-bottom: 5px;
width: 100%;
}

.wpcf7 #messagesubmit {
width: 100%;
}

.wpcf7 input.wpcf7-form-control.wpcf7-submit {
width: 100%;
color: inherit;
padding: 4px 10px;
border: none;
background: #eaeaea;
font-size: 15px;
}

.wpcf7-response-output, .wpcf7-display-none, .wpcf7-validation-errors {
border: none!important;
}

div.wpcf7-validation-errors {
  position: relative;
}

span.wpcf7-not-valid-tip {
display: none!important;
}

/*Home contact section*/

.home .contact-image.two-sixths.first, .contact-form {
position: relative;
height: 340px;
}

.home .contact-image div {
	width: 100%;
display: block;
position: absolute;
height: 100%;
}

.home .home-contact .contact-input input, .home-contact textarea.wpcf7-form-control.wpcf7-textarea {
background: #eaeaea;
border: none;
margin-bottom: 13px;
padding: 10px;
width: 93%!important;
max-width: 100%!important;
}

.home .home-contact div#messagearea {
height: 59%;
bottom: 0;
position: absolute;
width: 100%;
}

.home .home-contact textarea.wpcf7-form-control.wpcf7-textarea {
height: 100%;
resize: none;
margin-bottom: 0;
}

.home .home-contact #messagesubmit {
float: right;
position: absolute;
right: 0;
top: 0;
height: 100%;
width: 5%;
}

.home .wpcf7 input.wpcf7-form-control.wpcf7-submit {
	font-size: 30px;
}

.home .wpcf7-response-output, .wpcf7-display-none, .wpcf7-validation-errors {
z-index: 100;
position: absolute;
bottom: 0;
width: 87%;
background: none;
border: none!important;
}

.home .wpcf7 .your-subject input.wpcf7-form-control.wpcf7-text {
	float: none;
}

span.wpcf7-not-valid-tip {
display: none!important;
}

.wpcf7-not-valid {
color: red!important;
}

/*404 Page*/
.error404 .entry-content {
	text-align: center;
border-bottom: none;
}

.error404 .entry {
	padding-top: 10%;
}

/* Full width footer*/

.full-width-footer .widget-wrap {
  padding: 1% 15px;
  text-align: center;
  margin-bottom: -10px;
}

.full-width-footer .instagram-pics li {
  display: inline-block;
  max-width: calc(100% / 8);
  margin-top: -8px;
}

.full-width-footer .instagram-pics img {
	max-width: 100%;
}

.full-width-footer .widget.null-instagram-feed .widget-wrap{
	padding: 0;
}

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

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

	.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 {
		width: 620px;
	}

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

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-primary,
	.title-area {
		width: 300px;
	}

	.footer-widgets-1 {
		margin-right: 30px;
	}

}

@media only screen and (max-width: 1024px) {
	.site-header {
	background-attachment: scroll!important; 
	}
}

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

	.site-inner,
	.wrap {
	max-width: 830px;
	padding-left: 15px;
	padding-right: 15px;
	}

	.home.page .site-inner {
		max-width: 100%;
		padding-left: 0;
		padding-right: 0;
	}

	.content,
	.title-area {
		width: 100%;
	}

	.header-image .title-area {
		background-position: center top;
	}

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

	.site-header .search-form {
		margin: 16px auto;
	}

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

	.footer-widgets-1 {
		margin-right: 0;
	}

	.footer-widgets .widget.enews-widget {
	margin-bottom: 40px;
	}

}

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

	body {
		background-color: #fff;
	}

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

	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget,
	.site-header {
		padding: 0;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.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 {
		width: 100%;
	}

	.site-header {
		padding-bottom: 50px;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
	}

	.mobile-hidden {
		display: none;
	}

	.home .wpcf7 input.wpcf7-form-control.wpcf7-submit {
	padding: 25%;
	font-size: 20px;
	}

	#disqus_thread {
	padding-left: 0;
	padding-right: 0;
	}

	.contact-image.two-sixths.first {
	margin-bottom: 13px;
	}

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

	.content-sidebar .site-inner {
	padding: 0 5%;
	}

	.content-sidebar .content {
	max-width: 100%;
	width: 100%;
	float: none;
	}

	.content-sidebar .sidebar-primary {
	max-width: 530px;
	margin: 0 auto;
	width: 100%;
	float: none;
	padding: 20px;
	}

	.content-sidebar .sidebar .widget {
	padding: 20px 0;
	}

	.content-sidebar .textwidget img {
	margin: 0 auto;
	display: block;
	}

	.wpcf7 input.wpcf7-form-control.wpcf7-text, .wpcf7 .your-subject input.wpcf7-form-control.wpcf7-text {
	width: 100%;
	max-width: 100%;
	float: none;
	margin-right: 0;
	}

	.full-width-content .content .entry:first-child {
  	padding-top: 0;
	}

}

@media (min-width: 768px){
	.archive-pagination .pagination-next, .archive-pagination .pagination-previous {
	padding: 0 70px;
	}

	.instagram-pics img {
	max-width: 170px;
	width: 100%;
	}
	.footer-widgets-2 {
		width: 38%;
	}

	.footer-widgets-1 {
		margin-right: 5%;
		width: 31%;
	}

	.footer-widgets-3 {
		width: 20%;
	}
}

@media (max-width: 467px){
	body {
		font-size: 13px;
		line-height: 1.8em;
	}

	#collection-container .grid-sizer, #collection-container .item {
	width: 100%;
	}

	.contact-image.two-sixths.first {
	height: 340px;
	}

	.contact-form {
		height: 100%;
	}

	.home .home-contact div#messagearea{
		position: relative;
	}

	.home .home-contact #messagesubmit {
		float: none;
		position: relative;
		width: 100%;
	}

	.home .home-contact input.wpcf7-form-control.wpcf7-submit {
		padding: 1px;
	}

	.home .home-contact .contact-input input {
		width: 100%!important;
	}

	.home .home-contact textarea.wpcf7-form-control.wpcf7-textarea {
		width: 100%!important;
		margin-bottom: 5px;
	}

	.home .wpcf7-response-output, .wpcf7-display-none, .wpcf7-validation-errors {
	position: relative;
	}

	.bloglink-bg {
	margin: 50% auto;
	padding: 1px 15px;
	}

	.home-section.home-bloglink {
	padding: 0 15px;
	}

	.home-section h1, .entry-title {
	margin-bottom: 9%;
	margin-top: 7%;
	font-size: 18px;
	line-height: 1.3em;
	}

	.home-bloglink h1 {
	margin-bottom: 7%;
    margin-top: 7%;
	}

	h3.section-subtitle {
		margin-bottom: 12%;
		font-size: 13px;
		line-height: 1.4em;
	}

	.home-section {
		margin: 13% 0 20%;
	}

	.wpcf7-response-output, .wpcf7-display-none, .wpcf7-validation-errors {
		bottom: 40px;
	}

	div.wpcf7 img.ajax-loader {
		display: none;
	}

	.footer-widgets {
		padding: 17% 0 0%;
	}

	.enews-widget input {
		margin-bottom: 0;
	}

	.site-header .wrap {
		padding: 20px 5%;
	}

	.page-template-portfolio-page .back-to-top a, .full-width-content .back-to-top a {
	  margin: 0% auto 5%;
	}

	.comment-respond input[type="email"], .comment-respond input[type="text"], .comment-respond input[type="url"] {
	  width: 100%;
	  margin-right: 0;
	}

	.full-width-footer .instagram-pics li {
	  max-width: calc(100% / 4);
	}

}

/*Responsive nav style*/

@media only screen and (min-width: 768px) {

	nav {
		display: block !important;
	}
}


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

	.menu-toggle,
	.sub-menu-toggle {
		display: block;
		font-size: 20px;
		font-weight: 700;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
	}

	button.menu-toggle,
	button.sub-menu-toggle {
		background-color: transparent!important;
		color: #333;
	}

	.sub-menu-toggle {
		padding: 11px 15px;
		position: absolute;
		right: 0;
		top: 0;
	}

	.menu-toggle:before {
		content: "\2261";
	}

	.menu-toggle.activated:before {
		content: "\2191";
	}

	.sub-menu-toggle:before {
		content: "+";
	}

	.sub-menu-toggle.activated:before {
		content: "-";
	}

	nav {
		display: none;
		position: relative;
	}

	.genesis-nav-menu .menu-item {
	background-color: #ffffff;
	display: block;
	position: relative;
	text-align: center;
	max-width: 400px;
	margin: 0 auto;
	}

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

	.genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		opacity: 1;
		position: static;
		width: 100%;
		border: none;
	}

	.genesis-nav-menu .sub-menu a {
		border: none;
		position: relative;
		width: auto;
	}

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

	.genesis-nav-menu .sub-menu .sub-menu a {
		background-color: inherit;
	}

	.genesis-nav-menu .sub-menu .sub-menu .sub-menu a {
		background-color: #fff;
		padding-left: 40px;
	}

	.nav-primary a:hover,
	.nav-primary .current-menu-item > a {
		color: #333;
	}

}

/*Theme Customization Styles*/
.oswald h1 {
	font-family: 'Oswald', arial, sans-serif;
}

/*Fix header background image*/
.fixed-image .site-header {
	background-attachment: scroll;
}






