/*
	Theme Name: No No Burger - Design 2
	Theme URI: http://www.mightyminnow.com/2013/08/our-new-mobile-first-child-theme-for-genesis-2-0/
	Template: genesis
	Description: This is a "Mobile First" child theme based on the default <a href="http://www.genesisframework.com/">Genesis 2.0 Sample Theme</a>.
	Author: MIGHTYminnow
	Author URI: http://www.mightyminnow.com/
	Version: 1.0
*/

/* Table of Contents

	- Imports
	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Entries
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- General Components
	- Media Queries

*/

/*
	Colors:
	
	Green			#5FB20A
	Light Green		#6dc90c
	Orange			#F58A00
	Crimson			#7F1B23

 */


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.archive-pagination:before,
.clearfix:before,
.entry:before,
.entry-pagination:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.archive-pagination:after,
.clearfix:after,
.entry:after,
.entry-pagination:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 0.5em;
}

body {
	background-color: #fff;
	color: #666;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.625;
}

a,
button,
input:focus,
input[type="text"],
input[type="search"],
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a[href*="views-editor"] {
	display: none;
}

a {
	color: #5FB20A;
	text-decoration: none;
}

a.emailLink:before {
	content: url(/wp-content/themes/trestle/images/email.png);
	margin: 0 4px 0 0;
	white-space: nowrap;
}

a.pdfLink:before {
	content: url(/wp-content/themes/trestle/images/pdf.png);
	margin: 0 4px 0 0;
	white-space: nowrap;
}

a.docLink:before {
	content: url(/wp-content/themes/trestle/images/doc.png);
	margin: 0 4px 0 0;
	white-space: nowrap;
}

a.externalLink:after {
	content: url(/wp-content/themes/trestle/images/external.png);
	margin: 0 0 0 4px;
	white-space: nowrap;
}

a.imageLink,
a.imageLink:hover {
	border-bottom: none !important;
	text-decoration: none !important;
}

a.imageLink:before {
	display: none;
}

a:hover {
	color: #333;
}

h1 a,
h2 a,
h3 a,
h4 a {
	border-bottom: none !important;
}

.more-link,
#ez-home-bottom-1 a {
	float: right;
	margin: 10px 0;
	padding: 4px 12px;
	border-radius: 4px;
	background-color: #6dc90c;
	color: #FFF;
	font-size: .8em;
	font-weight: 500;
	text-transform: uppercase;
}

.more-link:after,
#ez-home-bottom-1 a:after {
	content: "\f0a9" !important;
	padding-left: 6px;
	font-family: FontAwesome;
}

.more-link:hover {
	color: #FFF;
	background-color: #5FB20A;
}

.post .more-link {
	clear: both;
}

p {
	margin: 0 0 24px;
	margin: 0 0 2.4rem;
	padding: 0;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 20px 40px 24px 55px;
	margin: 2rem 4rem 2.4rem 5.5rem;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-family: Georgia;
	font-size: 60px;
	font-size: 6rem;
	line-height: 1;
	height: 0;
	left: -30px;
	position: relative;
	top: 0px;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: Raleway, sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 1px;
	margin: 0 0 1rem;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 30px;
	font-size: 3rem;
	color: #7F1B23;
}

.entry-content h2 {
	clear: both;
}

h3,
#ez-home-bottom-2 .widget_em_widget .widget-title {
	font-size: 20px;
	font-size: 2rem;
	color: #F58A00;
	font-weight: normal;
	text-transform: none;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	width: 100%; /* IE8 */
}


/* Forms
--------------------------------------------- */

input,
select,
textarea,
button,
.button {
	padding: 12px 24px;
	padding: 1.2rem 2.4rem;
}

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	box-shadow: 1px 1px 3px #eee inset;
	color: #999;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #5FB20A;
	border: 1px solid #5FB20A;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover,
.genesis-nav-menu input[type="submit"] {
	background-color: #333;
	border-color: #333;
}

.genesis-nav-menu input[type="submit"]:hover {
	background-color: #555;
	border-color: #555;
}

.entry-content .button:hover {
	color: #fff;
}

.button {
	border-radius: 3px;
	display: inline-block;
}

.arrow-right:after {
	content: "\00a0\00a0\f0a9";
	font-family: FontAwesome;
}

.arrow-left:before {
	content: "\f0a9\00a0\00a0";
	font-family: FontAwesome;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Button Colors */
.red {
	background-color: #f15123;
	border-color: #f15123;
}

.red:hover {
	background-color: #333;
	border-color: #333;
	color: #FFF;
}

.blue {
	background-color: #0971B2;
	border-color: #0971B2;
}

.blue:hover {
	background-color: #333;
	border-color: #333;
	color: #FFF;
}

.green {
	background-color: #00A476;
	border-color: #00A476;
}

.green:hover {
	background-color: #333;
	border-color: #333;
	color: #FFF;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
	padding: 0.6rem 0;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */
.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1140px;
}

.site-container {
	background-color: #FFF;
}

.site-inner {
	clear: both;
	padding: 20px;
	padding: 2rem;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-wrap {
	float: left;
	width: 100%;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* Content */

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content {
	float: right;
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 100%;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 100%;
}

.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: 0;
	width: 100%;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

.alignright .avatar {
	margin-left: 24px;
	margin-left: 2.4rem;
}

.sticky {
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 2.4rem;
}

img.alignnone {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
	margin: 0 2.4rem 2.4rem 0;
}

img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
	margin: 0 0 2.4rem 2.4rem;
}

.wp-caption {
	margin-bottom: 10px;
}

.wp-caption img {
	display: block;
}

.wp-caption-text {
	padding: 6px;
	color: #fff;
	font-size: 14px;
	line-height: 1.4;
	font-weight: 400;
	text-align: right;
	background-color: #555;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.archive-description,
.author-box {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.author-box-title {
	color: #333;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}

.author-box a {
	border-bottom: 1px solid #ddd;
}

.author-box p {
	margin-bottom: 0;
}

.author-box .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

/* Titles
--------------------------------------------- */
.entry-title {
	position: relative;
	overflow: hidden;
	margin-bottom: .66666em;
	padding: 0 5px 5px 0;
	border-bottom: 1px solid #333;
	font-family: 'Raleway';
	text-transform: uppercase;
	line-height: 1;
}

.entry-title a {
	color: #F58A00;
	text-transform: uppercase;
}

.entry-title i {
	display: inline-block;
	float: right;
	line-height: 1em;
}

/*.entry-title:before {
	content: "";
	display: inline-block;
	margin-right: 10px;
	width: 15px;
	height: .5em;
	vertical-align: top;
	border-bottom: 2px solid #F58A00;
}

.entry-title:after {
	content: "";
	position: absolute;
	top: 50%;
	left: auto;
	margin-left: 10px;
	height: 0;
	width: 100%;
	border-bottom: 2px solid #F58A00;
}*/

.sidebar .widget-title a {
	color: #333;
}

.entry-title a:hover {
	color: #666;
}

.widget-title {
	margin-bottom: 14px;
	margin-bottom: 1.4rem;
	padding: 8px 0;
	color: #333;
	font-family: 'Raleway';
	font-weight: 400;
	font-size: 2.1rem;
	text-transform: uppercase;
	border-bottom: 1px solid #333;
	
}

.widget-title:after {
	font-family: FontAwesome;
	display: inline-block;
	float: right;
	padding: 0 !important;
	font-size: 1.2em;
	line-height: 1em;
}

.sidebar .widget-title a {
	border: none;
}

.archive-title {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

/* Events List
--------------------------------------------- */
.widget_em_widget {
	float: left;
	width: 100%;
}

.widget_em_widget ul,
.widget_em_widget li {
	float: left;
	width: 100%;
	margin: 0 0 8px !important;
	list-style-type: none;
}

.widget_em_widget li {
	margin-bottom: 5px !important;
	padding: 1em 0;
	border-top: none;
	padding: 0;
	line-height: 1.2;
}

.widget_em_widget li:first-child {
	padding-top: .25em;
	border-top: none;
}

.widget_em_widget img {
	float: left;
	max-width: 90px;
	margin: 0 15px 15px 0;
}

.widget_em_widget img:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	opacity: 0.9;
}

.widget_em_widget h5 {
	margin-bottom: 5px !important;
	font-size: 1.1em;
	line-height: 1;
}

.widget_em_widget h5 a {
	color: #555;
}

.widget_em_widget h5 a:hover {
	color: #777;
}

.widget_em_widget .date-time {
	display: inline-block;
	color: #999;
	font-size: .8em;
}

.widget_em_widget p {
	margin-bottom: 5px !important;
}

.widget_em_widget .more-link,
#ez-home-bottom-1 a {
	float: none;
	clear: both;
	padding: 0;
	background-color: transparent;
	color: #5FB20A;
	font-weight: 500;
}

.widget_em_widget .more-link:hover,
#ez-home-bottom-1 a:hover {
	color: #333;
}

.widget_em_widget .more-link:after,
#ez-home-bottom-1 a:after {
	content: "\f101" !important;
}

/* Simple Section Nav
--------------------------------------------- */
.simple-section-nav a {
	display: block;
	padding: 0 0 7px;
	border-bottom: 1px solid #EEE;
	color: #333;
}

.simple-section-nav .current_page_item > a,
.simple-section-nav .current_page_ancestor > a {
	position: relative;
	color: #5FB20A;
}


/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	padding: 0 0 24px;
	padding: 0 0 2.4rem;
}

.featured-content .entry-title {
	border: none;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.2;
}

.featured-content .entry-title a {
	border: none;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget {
	color: #999;
}

.sidebar .widget.enews-widget {
	background-color: #333;
}

.sidebar .enews-widget {
	padding: 40px;
	padding: 4rem;
}

.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: #f15123;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #333;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 16px;
	padding: 1.6rem;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
	margin: 1.6rem 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 14px;
	font-size: 1.4rem;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}

/* Mappress
--------------------------------------------- */
.mapp-layout,
.mapp-map-links {
	border: none !important;
}

/*
Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
	margin-bottom: 10px;
}

.site-header .wrap {
	position: relative;
	padding: 10px 20px;
}

.site-header p {
	margin-bottom: 0;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	font-family: Raleway, sans-serif;
	font-weight: 700;
	padding: 0;
	width: 100%;
	text-align: center;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	display: inline-block;
	width: 170px;
	height: 169px;
        background: transparent url(/wp-content/uploads/2014/11/nono_new_logo.png) no-repeat; 
        /*width: 188px;
	height: 156px;
	background: transparent url(/wp-content/uploads/2013/12/logo-reg.png) no-repeat;*/ 
	text-indent: -9999px;
	-webkit-transition: all .1s linear;
	   -moz-transition: all .1s linear;
	    -ms-transition: all .1s linear;
	     -o-transition: all .1s linear;
	        transition: all .1s linear;
}

.site-title:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	opacity: 0.9;
}

.site-title a,
.site-title a:hover {
	display: block;
	width: 188px;
	height: 156px;
	color: #333;
}

.site-description {
	margin-bottom: 10px;
	color: #999;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1;
	color: #F58A00;
	text-align: center;
}

.home .site-description {
	display: none;
}

/* 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;
	background-position: center top;
	padding: 0;
}

.header-image .site-title a {
	float: left;
	min-height: 164px;
	width: 100%;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	width: 100%;
	text-align: center;
}

.site-header .search-form {
	margin: 10px auto ;
	margin: 1rem auto;
	text-align: center;
}

/* Social Media Buttons */
#black-studio-tinymce-4 {
	clear: both;
	font-size: 0;
}

#black-studio-tinymce-4 a {
	display: inline-block;
	width: 35px;
	height: 35px;
	vertical-align: bottom;
	margin: 0 10px;
	background-color: #5FB20A;
	border-radius: 30px;
	font-size: 18px;
	color: #FFF;
	line-height: 35px;
}

#black-studio-tinymce-4 a.newsletter-link,
#black-studio-tinymce-4 a[href*="list-manage.com"] {
	position: relative;
	width: auto;
	margin-top: 20px;
	padding: 0px 12px;
	border-radius: 5px;
	font-size: 12px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-align: center;
}

#black-studio-tinymce-4 a.newsletter-link:before,
#black-studio-tinymce-4 a[href*="list-manage.com"]:before {
	content: "newsletter";
	position: absolute;
	top: -27px;
	left: 50%;
	width: 100px;
	margin-left: -50px;
	color: #666;
	font-weight: 500;
	letter-spacing: 0.04em;
}

#black-studio-tinymce-4 a:hover {
	background-color: #6dc90c;
}

#black-studio-tinymce-4 a:after {
	font-family: FontAwesome;
}

#black-studio-tinymce-4 a[href*="facebook.com"]:after {
	content: "\f09a";
}

#black-studio-tinymce-4 a[href*="instagram.com"]:after {
	content: "\f16d";
}

#black-studio-tinymce-4 a[href*="twitter.com"]:after {
	content: "\f099";
}

#black-studio-tinymce-4 a[href*="mailto:"]:after {
	content: "\f003";
	position: relative;
	top: -1px;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */
#menu-button {
	display: block;
	margin: 0 20px 10px;
	text-align: center;
	background-color: #F58A00;
	border-color: #F58A00;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
}

#menu-button:hover {
	background-color: #ff8c00;
	color: #FFF; 
}

.genesis-nav-menu {
	clear: both;
	color: #999;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	line-height: 1.5;
	width: 100%;
	font-weight: 600;
}

.genesis-nav-menu .menu-item,
.genesis-nav-menu li {
	position: relative;
	display: inline-block;
}

.genesis-nav-menu a,
.nav-primary .genesis-nav-menu > .right {
	border: none;
	color: #333;
	display: block;
	padding: 12px 20px;
	position: relative;
	z-index: 99;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .current_page_item > a,
.genesis-nav-menu .current_page_ancestor > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current_page_item > a:hover {
	color: #5FB20A !important;
	text-shadow: none;
}

.genesis-nav-menu > .menu-item > a,
.genesis-nav-menu > li > a {
	text-transform: uppercase;
}

.genesis-nav-menu > .rss > a {
	margin-right: 15px;
}

.genesis-nav-menu > .search {
	padding: 14px 0 0;
}


/* Sub nav */
.genesis-nav-menu .sub-menu,
.genesis-nav-menu ul {
	display: none;
	-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;
	font-weight: normal;
}

.genesis-nav-menu .current-menu-item > .sub-menu,
.genesis-nav-menu .current_page_item > ul,
.genesis-nav-menu .current_page_parent > ul,
.genesis-nav-menu .current_page_ancestor > ul {
	display: block;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu ul {
	font-size: .9em;
}

.genesis-nav-menu .sub-menu a,
.genesis-nav-menu ul a {
	border-bottom: none;
	padding: 10px 20px;
	position: relative;
}


/* Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -55px;
}

.site-header .menu a {
	font-size: .8em;
	padding: 15px 10px;
}

/* Primary / Mobile Navigation
--------------------------------------------- */

.nav-primary {
	margin: 0 20px;
	border-radius: 3px;
	overflow: hidden;
	letter-spacing: .15em;
}

.site-header,
.nav-primary,
.nav-primary li li a {
	background-color: #EEE;
}

.nav-primary .genesis-nav-menu {
	display: none;
}

.nav-primary .genesis-nav-menu li {
	display: block;
}

.nav-primary .genesis-nav-menu li,
.nav-primary .genesis-nav-menu > .right {
	border-top: 1px solid #DDD;
}

.nav-primary .genesis-nav-menu > li:first-child {
	border-top: none;
}

.nav-primary .genesis-nav-menu a {
	padding-right: 50px;
}

.nav-primary a:hover,
.nav-primary .current-menu-item > a,
.nav-primary .current_page_item > a,
.nav-primary .current_page_ancestor > a {
	color: #fff;
}

/* Nav extras */
.nav-primary .genesis-nav-menu > .right {
	border-top-style: double;
	border-width: 4px;
}

.nav-primary .genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

/* Sub menus */
.nav-primary .genesis-nav-menu .sub-icon {
	position: absolute;
	z-index: 99;
	top: 0;
	bottom: 0;
	right: 0;
	width: 50px;
	padding-left: 0;
	padding-right: 0;
	background-color: transparent;
	border: none;
	text-align: center;
}

.nav-primary .genesis-nav-menu ul a {
	padding-left: 30px;
}

/* No jQuery styles */
.no-jquery #menu-button {
	margin-bottom: 0;
}

.no-jquery #menu-button:hover + .nav-primary .genesis-nav-menu,
.no-jquery .nav-primary a:hover + ul,
.no-jquery ul:hover {
	display: block;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #fff;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	border-radius: 3px;
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.entry-content .entry {
	padding-top: 30px;
	padding-top: 3rem;
	border-top: 1px dotted #CCC;
}
.entry-content img{
	padding: 5px;
	background: #f7f7f7;
	box-shadow: 0px 3px 15px -5px #000;
	-moz-box-shadow: 0px 3px 15px -5px #000;
	-webkit-box-shadow: 0px 3px 15px -5px #000;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.entry-content a {
	border-bottom: 1px solid #ddd;
}

.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.ez-home-container-area ol,
.ez-home-container-area p,
.ez-home-container-area ul,
.quote-caption {
	margin-bottom: 26px;
	margin-bottom: 2.6rem;
}

.entry-content ol,
.entry-content ul,
.ez-home-container-area ol,
.ez-home-container-area ul {
	margin-left: 40px;
	margin-left: 4rem;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-meta {
	color: #999;
	font-size: 14px;
	font-size: 1.4rem;
}

.entry-meta a {
	border-bottom: 1px solid #ddd;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.entry-footer {
	clear: both;
}

.entry-footer .entry-meta {
	border-top: 1px dotted #CCC;
	padding-top: 12px;
	padding-top: 1.2rem;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
	margin: 0 0.6rem 0 0.2rem;
}

.entry-categories,
.entry-tags {
	display: block;
}

/* Pagination
--------------------------------------------- */

.archive-pagination,
.entry-pagination {
	font-size: 14px;
	font-size: 1.4rem;
	margin: 40px 0;
	margin: 4rem 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #333;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
	padding: 0.8rem 1.2rem;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #f15123;
}

.entry-pagination a {
	border-bottom: 1px solid #ddd;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.comment-respond a,
.entry-comments a {
	border-bottom: 1px solid #ddd;
}

.comment-content {
	clear: both;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	display: block;
	margin-right: 12px;
	margin-right: 1.2rem;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list li {
	margin-top: 24px;
	margin-top: 2.4rem;
	padding: 32px;
	padding: 3.2rem;
}

.comment-list li li {
	margin-right: -32px;
	margin-right: -3.2rem;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.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;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 24px;
	padding: 2.4rem;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	color: #999;
}

.sidebar p:last-child:not(.wp-caption-text) {
	margin-bottom: 10px !important;
}

.sidebar .wp-caption{
	position: relative;
}
.sidebar .wp-caption .wp-caption-text{
	position: absolute;
	display: block;
	width: 80%;
	bottom: 10px;
	right: 0px;
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=45);
	opacity: 0.45;
	padding-top: 13px;
}
.sidebar .wp-caption .wp-caption-text span{
	opacity: 1;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	border-radius: 3px;
	margin-bottom: 30px;
	margin-bottom: 3rem;
}

.sidebar .widget-title {
	margin-bottom: 8px;
	font-weight: 500;
}

.sidebar .widget .textwidget {
	overflow: auto;
	background-color: #FFF;
	color: #555;
	font-size: .9em;
}

.sidebar .has-image {
	padding: 10px 10px 0;
	/*border: 1px solid #555;*/
}
.sidebar .widget img{
	height: auto;
	width: 100%; /* IE8 */
}

.sidebar .widget .textwidget > .wp-caption:first-child,
.sidebar .widget .textwidget > a:first-child > img,
.sidebar .widget .textwidget > img:first-child {
	display: block;
	width: calc(100% + 20px) !important;
	margin-left: calc(-10px);
	margin-top: calc(-10px);
	max-width: calc(1000px);
	margin-bottom: 8px;
}

.sidebar .widget .textwidget > .wp-caption:last-child,
.sidebar .widget .textwidget > .wp-caption .wp-caption-text {
	margin-bottom: 0;
	margin-bottom: 10px !important;
	margin-bottom: calc(0px) !important;
}


/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	color: #999;
	clear: both;
	padding: 40px 5% 16px;
	padding: 4rem 5% 1.6rem;
}



.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 100%;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}

.footer-widgets a {
	border-bottom: 1px solid #666;
	color: #999;
}

.footer-widgets a:hover {
	color: #ddd;
}

.footer-widgets .widget {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.footer-widgets .widget-title {
	color: #fff;
}

.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: #fff;
	border-top: 1px solid #EEE;
	color: #999;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
}

.site-footer .wrap {
	padding: 20px;
	padding: 2rem;
}

.site-footer a {
	border-bottom: 1px solid #ddd;
}

.site-footer a:before,
.site-footer a:after {
	display: none;
}

.site-footer p {
	margin-bottom: .75em;
}

.site-footer p:last-child {
	margin-bottom: 0;
}


/*
General Components
---------------------------------------------------------------------------------------------------- */

/* Layer Slider
--------------------------------------------- */

.ls-container * {
	white-space: normal !important;
}

.home .ls-container h2,
.home .ls-container p {
	text-shadow: #000 0 1px 10px;
	text-shadow: rgba(0,0,0,0.7) 0 1px 10px;
}

.home .ls-container h2,
.home .ls-container p {
	font-size: 70px;
	font-size: 7rem;
}

.home .ls-container h2 {
	font-weight: 900 !important;
	text-transform: uppercase !important;
}

.ls-container p {
	position: relative;
	display: block;
	max-width: 33%;
	line-height: 1.66666;
	font-weight: normal;
	text-indent: -9999px;
}

.ls-container p a {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	text-indent: 0;
	white-space: nowrap;
	width: 300px;
}

.ls-container p a:after {
	content: " \f101";
	display: inline-block;
	padding-left: 5px;
	font-family: FontAwesome;
}

.ls-container p a:hover {
	color: #FFF;
}

/* Search Form */
.search-form {
	padding-right: 115px;
}

/* FancyBox for Wordpress
--------------------------------------------- */
#fancybox-wrap, #fancybox-wrap * {
	-webkit-box-sizing: content-box;
	   -moz-box-sizing: content-box;
			 box-sizing: content-box;
}

.search-form input[type="submit"] {
	float: right;
	max-width: 108px;
	margin-right: -115px;
}

/* Forms / Captcha
--------------------------------------------- */
.gfield_captcha {
	width: auto;
}

/*
Specific Pages
---------------------------------------------------------------------------------------------------- */

/* Home
--------------------------------------------- */

/* Headings */
#ez-home-bottom-container .widget:first-child .widget-title {
	font-weight: 500;
}

#ez-home-bottom-1 h3,
#ez-home-bottom-2 .widget_em_widget .widget-title {
	font-weight: 500;
}

/* About Us */
#ez-home-bottom-1 .widget-title:after {
	content: "\f0f5";
}

/* Where to Find Us */
#ez-home-bottom-2 #black-studio-tinymce-7 p {
	margin-bottom: 16px;
	font-size: 13px;
}

#ez-home-bottom-2 #black-studio-tinymce-7 a {
	text-decoration: underline;
}

#ez-home-bottom-2 #black-studio-tinymce-7 .widget-title:after {
	content: "\f0a1";
}

#ez-home-bottom-2 .widget_em_widget .widget-title {
	margin-bottom: 1rem;
	padding: 0 0 3px;
	border-bottom: 1px dotted #999;
}

#ez-home-bottom-2 h5 {
	font-weight: 500;
}

#ez-home-bottom-2 #black-studio-tinymce-10 a {
	margin-top: -15px;
}

/* Menu
--------------------------------------------- */
/* this dive was removed at client request for changes to menu display.*/
.menu-container {
	float: left;
	width: 100%;
	padding: 15px 20px 0 20px;
	border-radius: 5px;
	background: #F2F2F2 url(/wp-content/uploads/2013/12/watermark2.png) no-repeat right bottom;
	border: 2px solid #FFF;
	box-shadow: 0 0 0 1px #FCFCFC;
}
.page-id-12190 .entry-content ul.menu{
	padding-right: 100px;
}

.view-list,
.view-list li {
	list-style-type: none !important;
	margin-left: 0 !important;
}

.view-list h3 {
	margin: 10px 0 0;
	font-size: 1.9rem;
}

.menu p {
	margin-bottom: .5em;
	font-size: .9em;
}

/* Sources
--------------------------------------------- */
.sources {
	font-size: 0;
}

.source {
	display: inline-block;
	width: 100%;
	padding: 0 20px 60px;
	vertical-align: top;
	text-align: center;
	font-size: 16px;
}

.source img {
	display: inline-block;
	vertical-align: middle;
	clear: both;
	max-height: 90%;
	margin: 0 auto 10px;
}

.source .more-link {
	float: none;
}

/* Events */

.em-location-map-container * {
	-webkit-box-sizing: content-box;
	   -moz-box-sizing: content-box;
	        box-sizing: content-box;
}

body .em-map-balloon .em-map-balloon-content {
	padding-top: 10px !important;
	text-align: center;
}

/* Happenings
--------------------------------------------- */
.css-events-list {
	margin-bottom: 20px;
}

.css-events-list h3 {
	font-weight: 500;
}

.page-id-12 p {
	margin-bottom: 1rem;
}

.details {
	margin-bottom: 10px;
}

.details div {
	position: relative;
	padding-left: 20px;
}

.details div:before {
	position: absolute;
	left: 0;
	width: 15px;
	text-align: center;
	font-family: FontAwesome;
}

.details .date-time:before {
	content: "\f017";
}

.details .location:before {
	content: "\f041";
}

.map.alignright {
	margin-left: 30px;
}

/*
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: 320px 164px;
	}

}

@media (min-width: 480px) {
	
	/* Widgets
	--------------------------------------------- */

	/* Menu Page
	--------------------------------------------- */
	.page-id-7 .one-half {
		width: 46%;
		margin-left: 8%;
	}

	.page-id-7 .one-half.first {
		margin-left: 0;
	}

	/* Specific Pages
	--------------------------------------------- */
	
	/* Home */
	.home .ls-container h2 {
		font-size: 50px;
		font-size: 5rem;
	}

	.home .ls-container p {
		text-indent: 0;
		font-size: 40px;
		font-size: 4rem;
	}
	
	.home .ls-container p a{
		position: static;
		display: inline;
		width: auto;
	}

	/* Sources */
	.source {
		width: 50%;
	}

	.image-wrap {
		height: 150px;
		line-height: 150px;
	}
}

@media only screen and (min-width: 768px) {
	
	html {
		font-size: 0.6em;
	}

	body {
		background-color: #FFF;
	}

	.site-header {
		position: relative;
		min-height: 67px;
		margin-bottom: 0;
	}

	.title-area {
		position: absolute;
		top: 12px;
		left: 5px;
		width: auto !important;
		text-align: left;
	}

	.site-description {
		position: absolute;
		top: 115px;
		left: 196px;
		text-align: left;
		font-size: 1.5rem;
		text-transform: uppercase;
		display: none;
	}

	.header-image .site-header .wrap {
		background-position: left top;
	}

	.header-image .site-header .widget-area {
		padding: 40px 0;
		padding: 4rem 0;
	}

	.header-widget-area .widget {
		float: right;
		clear: right;
	}

	.site-header .site-description {
		width: auto;
		white-space: nowrap;
	}

	.site-header .menu .last a {
		padding-right: 0;
	}

	.site-header .search-form {
		float: right;
		margin-top: 24px;
		margin-top: 2.4rem;
	}

	.site-header .widget-area {
		width: auto;
	}

	/* Social Media Widget */
	#black-studio-tinymce-4 {
		margin-top: -5px;
		margin-bottom: 5px;
	}

	#black-studio-tinymce-4 a {
		margin: 0 0 0 15px;
	}

	.site-header p {
		margin-bottom: 0;
	}

	.site-header .genesis-nav-menu,
	.nav-primary {
		text-align: right;
	}

	.wrap {
		padding-left: 0;
		padding-right: 0;
	}

	.site-inner {
		padding: 80px 20px 20px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 80%;
	}
		
	.content {
		width: 66.5%;
	}

	.full-width-content .content {
		width: 100%;
	}

	.sidebar-secondary {
		width: 17.25%;
	}

	.footer-widgets-1 {
		margin-right: 40px;
		margin-right: 4rem;
	}

	.entry-footer .entry-meta {
		padding: 10px 0;
		padding: 1rem 0;
	}

	.footer-widgets {
		padding: 40px 0 16px;
		padding: 4rem 0 1.6rem;
	}

	.sidebar-primary {
		width: 28%;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.title-area {
		width: 30%;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		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;
	}

	/* Mobile Navigation
	--------------------------------------------- */
	#menu-button {
		display: none;
	}

	.nav-primary {
		margin: 0;
		border-radius: 0;
		overflow: visible;
		border-bottom: 1px solid #DDD;
	}

	.nav-primary .genesis-nav-menu {
		display: block !important;
		padding-right: 20px;
	}

	.nav-primary .genesis-nav-menu .menu-item,
	.nav-primary .genesis-nav-menu li {
		display: inline-block;
		text-align: left;
	}

	.nav-primary .genesis-nav-menu > li {
		border-top: none;
	}

	.nav-primary .genesis-nav-menu .sub-menu,
	.nav-primary .genesis-nav-menu ul {
		display: block;
		left: -9999px;
		opacity: 0;
		position: absolute;
		width: 200px;
		z-index: 99;
		font-size: 1em;
	}

	.nav-primary .genesis-nav-menu .sub-icon {
		display: none;
	}

	.nav-primary .genesis-nav-menu a,
	.nav-primary .genesis-nav-menu ul a,
	.nav-primary .genesis-nav-menu > .right {
		font-size: .75em;
		padding: 8px 15px;
	}

	.nav-primary .genesis-nav-menu > .last > a {
		padding-right: 0;
	}

	/* Nav extras */
	.nav-primary .genesis-nav-menu > .right {
		display: inline-block;
		float: right;
		border-top: none;
	}

	.nav-primary .genesis-nav-menu > .rss > a {
		margin: 0 0 0 20px;
	}

	.nav-primary .genesis-nav-menu > .search {
		padding: 11px 20px;
	}

	.nav-primary .genesis-nav-menu > .search form {
		padding-right: 0;
	}
	
	.nav-primary .genesis-nav-menu > .search input {
		padding: 10px 20px;
	}

	.nav-primary .genesis-nav-menu > .search input[type="submit"] {
		display: none;
	}

	/* Sub menus */
	.nav-primary .genesis-nav-menu ul a,
	.nav-primary .genesis-nav-menu ul ul a {
		position: relative;
		width: 200px;
	}

	.nav-primary .genesis-nav-menu > .parent > a:after {
		content: "\f0d7";
		position: relative;
		top: -.2em;
		margin-left: 8px;
		font-family: FontAwesome;
		font-size: .6em;
	}

	.nav-primary .genesis-nav-menu ul .parent > a:after {
		content: "\f0da";
		position: absolute;
		top: 1em;
		right: 8px;
		margin: 0;
		font-family: FontAwesome;
		font-size: .8em;
		vertical-align: middle;
	}

	.nav-primary .genesis-nav-menu .menu-item:hover,
	.nav-primary .genesis-nav-menu li:hover {
		position: relative;
	}

	.nav-primary .genesis-nav-menu .menu-item:hover > .sub-menu,
	.nav-primary .genesis-nav-menu li:hover > ul {
		left: auto;
		opacity: 1;
	}

	.nav-primary .genesis-nav-menu .sub-menu .menu-item:hover > .sub-menu,
	.nav-primary .genesis-nav-menu ul li:hover > ul {
		top: 0;
		left: 100%;
		margin-left: -1px;
	}

	/* Specific Pages
	--------------------------------------------- */

	/* Home */
	.home .ls-container p {
		font-size: 24px;
		font-size: 2.4rem;
	}

}

@media screen and (min-width: 900px) {

	.nav-primary .genesis-nav-menu a,
	.nav-primary .genesis-nav-menu ul a,
	.nav-primary .genesis-nav-menu > .right {
		font-size: .9em;
		padding: 8px 25px;
	}

	/* Specific Pages
	--------------------------------------------- */
	
	/* Sources */
	.source {
		width: 33%;
	}

}

@media screen and (min-width: 1100px) {

	.nav-primary .genesis-nav-menu a,
	.nav-primary .genesis-nav-menu ul a,
	.nav-primary .genesis-nav-menu > .right {
		font-size: 1em;
		padding: 10px 20px;
	}
	
}