/*
	Theme Name: Smooth Post Child Theme
	Theme URL: http://themedy.com/themes/smooth-post
	Description: A responsive, magazine-style Genesis blog child theme.
	Author: Themedy
	Author URI: http://themedy.com
	Version: 2.0.6
	Template: genesis
*/


/* Table of Contents

	= Import Fonts
	= Defaults
	= Typography
		- Font Color
		- Font Family
		- Font Size
		- Font Miscellaneous
	= Layout
		- Structure
		- CSS Grid
		- Header
		- Main Content
		- Post Info & Meta
		- Column Classes
		- Miscellaneous
	= Menus
		- Primary Navigation Extras
	= Headings
	= Lists
	= Post Navigation
	= Comments
	= Sidebars
		- Widgets
	= Footer
		- Footer Widgets
	= Forms & Buttons
		- Gravity Forms
	= Images & Captions
	= Page Templates
		- Portfolio
	= Mobile Menu
	= Media Queries

*/

/*
= Defaults
---------------------------------------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
input, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	font-size: 100%; /* 16px browser default */
}

body {
	background-color: #efefef;
	line-height: 1;
}

body,
input,
select,
textarea,
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

a,
a:visited,
button,
input[type="button"],
input[type="submit"],
.button {
	-moz-transition: color 0.1s ease-in-out, background 0.1s ease-in-out, opacity 0.1s ease-in-out;
	-webkit-transition: color 0.1s ease-in-out, background 0.1s ease-in-out, opacity 0.1s ease-in-out;
	transition: color 0.1s ease-in-out, background 0.1s ease-in-out, opacity 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #1e1e1e;
	color: #fff;
}

::selection {
	background-color: #1e1e1e;
	color: #fff;
}

a img {
	border: none;
}

.clearfix:after, .archive-pagination:after, .entry:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

.screen-reader-text {
	position: absolute;
	top: -9999px;
	left: -9999px;
}

.mobile-menu .screen-reader-text {
	top: 0;
}


/*
= Typography
-------------------------------------------------------------------------------------------------------

	This section covers font colors, families, size, styles and weight.

	This style sheet uses rem values with a pixel fallback.
	The rem values are calculated per the examples below:

	12 / 16 =		0.75rem
	14 / 16 =		0.875rem
	16 / 16 =		1rem
	18 / 16 =		1.125rem
	20 / 16 =		1.25rem
	24 / 16 =		1.5rem
	30 / 16 =		1.875rem
	36 / 16 =		2.25rem
	42 / 16 =		2.625rem
	48 / 16 =		3rem

	Further reading on the use and compatibility of rems:

	http://caniuse.com/rem
	http://snook.ca/archives/html_and_css/font-size-with-rem

*/

/* - Font Color ----------- */

a:hover,
.comment-meta a:hover,
.entry-header .entry-meta a:hover,
input,
textarea,
.comment-author a,
h1,
h2,
.entry-title a,
h3,
h4 {
	color: #3b3c41;
}


.footer-widgets,
body,
.author,
.genesis-nav-menu a,
.entry-comments-link {
	color: #6b6c6f;
}

a,
.entry-title a:hover {
	color: #5c9c4f;
}

.breadcrumb,
.taxonomy-description p,
.site-footer a,
.footer-widgets,
.comment-meta a,
.entry-header .entry-meta a,
.site-description,
.form-allowed-tags,
blockquote::before,
blockquote p {
	color: #969a9c;
}

.archive-description,
.author-box,
.breadcrumb a,
.sticky,
.taxonomy-description,
.site-footer a:hover,
.archive-title,
.footer-widgets a:hover,
.genesis-nav-menu li a:hover,
.genesis-nav-menu .current-menu-item a,
.site-title a,
.site-title a:hover,
button,
input[type="button"],
input[type="submit"],
.button,
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
.button:hover,
.genesis-nav-menu .highlight-menu-item a,
.genesis-nav-menu .highlight-menu-item a:hover,
.archive-pagination li a,
.archive-pagination li a:hover,
.archive-pagination li.active a,
.archive-pagination li.disabled {
	color: #fff;
}

.breadcrumb a:hover,
.footer-widgets a,
.nav-secondary .genesis-nav-menu a {
	color: #eee;
	color: rgba(255,255,255,.75);
}

.site-footer,
.genesis-nav-menu li li a,
.genesis-nav-menu li li a:link,
.genesis-nav-menu li li a:visited {
	color: #666;
}

/* - Font Family ----------- */

.site-description,
body,
input,
textarea,
#cancel-comment-reply-link {
	font-family: 'Lato', Helvetica, Arial, sans-serif;
}

.enews-widget input,
.enews-widget #subbutton,
.button,
button,
input[type="button"],
input[type="submit"],
.comment-author,
h1,
h2,
h3,
h4,
h5,
h6,
.entry-title a,
.site-title {
	font-family: 'Roboto Slab', Helvetica, Arial, sans-serif;
}

/* - Font Size ----------- */


h1 {
	font-size: 38px;
	font-size: 2.375rem;
}

.site-title {
	font-size: 34px;
	font-size: 2.125rem;
}

.home .entry-title,
.blog .entry-title,
#comments > h3,
h2 {
	font-size: 32px;
	font-size: 2rem;
}

.enews-widget h4,
h3 {
	font-size: 24px;
	font-size: 1.5rem;
}

.author-box h1,
h4,
.widgettitle {
	font-size: 20px;
	font-size: 1.25rem;
}

h5 {
	font-size: 18px;
	font-size: 1.125rem;
}

.site-description,
select,
textarea,
input,
.enews-widget input,
.enews-widget #subbutton,
h6,
.sidebar h2 a {
	font-size: 16px;
	font-size: 1rem;
}

.genesis-nav-menu {
	font-size: 15px;
	font-size: .9375rem;
}

.genesis-nav-menu li li a,
.genesis-nav-menu li li a:link,
.genesis-nav-menu li li a:visited,
code,
pre,
.comment-meta,
.comment-author,
button,
input[type="button"],
input[type="submit"],
.button,
.entry-header .entry-meta,
.wp-caption,
#cancel-comment-reply-link {
	font-size: 14px;
	font-size: 0.875rem;
}

#cancel-comment-reply-link,
.nav-primary .genesis-nav-menu,
.entry-footer .entry-meta,
a.comment-reply-link {
	font-size: 13px;
	font-size: .8125rem;
}

.site-footer {
	font-size: 12px;
	font-size: .75rem;
}


/* - Font Miscellaneous ----------- */

blockquote p {
	font-style: italic;
}

cite {
	font-style: normal;
}

.comment-author,
button,
input[type="button"],
input[type="submit"],
h1,
h2,
h3,
h4,
h5,
h6,
.button,
.wp-caption,
.site-title {
	font-weight: 700;
}

.site-description {
	font-weight: normal;
}

.wp-caption {
	text-align: center;
}

a {
	text-decoration: none;
}

.breadcrumb,
.site-footer,
#cancel-comment-reply-link,
.comment-author,
button,
input[type="button"],
input[type="submit"],
.button,
.entry-meta,
a.comment-reply-link {
	text-transform: uppercase;
}

body span.dropcap {
	line-height: 1em;
}

body .th-sc-hr, body .th-sc-divider {
	margin-bottom: 32px;
	margin-bottom: 2rem;
}

.site-description {
	margin: 0;
}


/*
= Layout
---------------------------------------------------------------------------------------------------- */

/* - Structure ----------- */

.wrap {
	margin: 0 auto;
	max-width: 1152px;
}

.site-inner {
	clear: both;
	overflow: hidden;
	padding: 48px 0;
	padding: 3rem 0;
}

/* - CSS Grid ----------- */

.sidebar-secondary {
	width: 15.277777777%;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.sidebar-primary,
.site-header .widget-area {
	width: 30.555555555%;
}

.content-sidebar-sidebar .sidebar-primary,
.sidebar-content-sidebar .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	width: 37.931034482%;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 56.896551724%;
}

.content-sidebar .content,
.sidebar-content .content {
	width: 65.277777777%;
}

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 80.555555555%;
}

.content-sidebar .content-sidebar-wrap,
.full-width-content .content,
.full-width-content .content-sidebar-wrap,
.sidebar-content .content-sidebar-wrap {
	width: 100%;
}

.footer-widgets-1,
.footer-widgets-2,
.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary,
.content,
.content-sidebar-wrap,
.sidebar-secondary {
	float: left;
}

.content-sidebar-sidebar .sidebar-secondary,
.footer-widgets-3,
.sidebar-primary,
.sidebar-content .content,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* - Header ----------- */

.site-header {
	background: #292929;
	 margin-left: auto;
   	 margin-right: auto;
    	 text-align: center;
}

.site-header .wrap {
	overflow: hidden;
	padding: 48px 0;
	padding: 3rem 0;
	position: relative;
}

.site-title {
	line-height: 1.25;
	margin: 0;
}

.site-title.logo a, .site-title.logo {
	line-height: 0;
}

.header-extras {
	position: absolute;
  	top: 50%;
	height: 42px;
	margin-top: -21px;
	right: 0;
	float: right;
}

.social-list a, .social-list .search-input{
	background: #111;
	background: rgba(0,0,0,.3);
	color: #888;
	display: inline-block;
	font-size: 16px;
	height: 42px;
	line-height: 42px;
	margin: 0 0 0 2px;
	text-align: center;
	width: 42px;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.social-list a:hover, .header-extras form:hover .search-input, .social-list .search-wide, .social-list .search-input:focus {
	background: #000;
	color: #aaa;
}

.social-list form, .social-list .social-icons, .social-list .search {
	display: inline-block;
	position: relative;
}

.social-list .search-input {
	color: #888;
 	border: none;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 90px;
	text-align: left;
	padding: 10px 40px 10px 14px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	vertical-align: baseline;
	line-height: 20px;
	margin-left: -1px;
	font-size: 16px;
	-webkit-transition: width .4s ease-in-out;
	-moz-transition: width .4s ease-in-out;
	-ms-transition: width .4s ease-in-out;
	-o-transition: width .4s ease-in-out;
	transition: width .4s ease-in-out;
}

.social-list .search-wide {
	width:  190px;
}

.social-list button.search-submit {
	border: none;
	color: #888;
	text-shadow: none;
	padding: 0;
	position: absolute;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	background: none;
	right: 0;
	top: 0;
	line-height: 42px;
	height: 42px;
	width: 42px;
	font-size: 16px;
}

.social-list button.search-submit:hover {
	color: #aaa;
}

/* - Main Content ----------- */

.content {
	background: #fff;
	border: 1px solid #dedede;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.entry, .archive-pagination {
	border-top: 1px solid #dedede;
	padding: 48px 64px;
	padding: 3rem 4rem;
}

.archive-description, #comments > h3 {
	padding-left: 64px;
	padding-right: 64px;
	padding-left: 4rem;
	padding-right: 4rem;
}

.entry:first-child, .single .entry {
	border: none;
	margin-top: 0;
}

.entry-content,
.entry-content p {
	line-height: 1.8;
}

.entry-content > *:last-child {
	margin-bottom: 0;
}

.entry-content p, .entry-content pre {
	margin-bottom: 32px;
	margin-bottom: 2rem;
}

blockquote {
	border-left: 10px solid #5C9C4F;
	padding: 0 0 0 32px;
	padding: 0 0 0 2rem;
	margin: 24px 0;
	margin: 1.5rem 0;
}

.entry-content pre {
	background: #f6f6f6;
	padding: 24px;
	padding: 1.5rem;
	border: 2px solid #ddd;
	overflow: auto;
}

/* - Post Info & Meta ----------- */

.entry-header .entry-meta,
.entry-footer .entry-meta {
	clear: both;
	line-height: 1.5;
}

.entry-header .entry-meta {
	margin-bottom: 32px;
	margin-bottom: 2rem;
	position: relative;
	padding-left: 70px;
}

.entry-header .entry-meta:before {
	content: "";
	display: block;
	width: 60px;
	height: 4px;
	margin-top: -1px;
	left: 0;
	background: #dedede;
	position: absolute;
	top: 50%;
}

.entry-footer {
	margin-top: 32px;
	margin-top: 2rem;
}

.read-more {
	display: block;
	clear: both;
	margin-top: 40px;
	margin-top: 2.5rem;
}

/* - Column Classes ----------- */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 4.166666666%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 47.9166666666%;
}

.one-third,
.two-sixths {
	width: 30.555555555%;
}

.four-sixths,
.two-thirds {
	width: 65.277777777%;
}

.one-fourth {
	width: 21.875%;
}

.three-fourths {
	width: 73.958333333%;
}

.one-fifth {
	width: 16.666666666%;
}

.two-fifths {
	width: 37.5%;
}

.three-fifths {
	width: 58.333333333%;
}

.four-fifths {
	width: 79.166666666%;
}

.one-sixth {
	width: 13.194444444%;
}

.five-sixths {
	width: 82.638888888%;
}

.first {
	margin-left: 0;
}

/* - Miscellaneous ----------- */

p.subscribe-to-comments {
	padding: 24px 0 16px;
	padding: 1.5rem 0 1rem;
}

p.pages,
.clear,
.clear-line,
.first {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ccc;
	margin-bottom: 26px;
	margin-bottom: 1.625rem;
}

.alignleft,
.archive-page {
	float: left;
}

.alignright {
	float: right;
}

.archive-page {
	width: 50%;
}

.author-box,
.taxonomy-description {
	line-height: 1.5;
}

.archive-description,
.author-box,
.breadcrumb,
.sticky,
.taxonomy-description {
	background-color: #292929;
	overflow: hidden;
	padding: 48px 64px;
	padding: 3rem 4rem;
}

.author-box {
	margin-bottom: 0;
}

.author-box h1, .author-box h2, .author-box h3, .author-box h4 {
	color: #fff;
}

.content table {
	border:1px solid #e7e7e7;
	margin: 25px -1px 24px 0;
	text-align:left;width:100%;
}

.content tr th,
.content thead th{
	font-size:18px;
	font-weight:500;
	line-height:18px;
	padding:9px 24px;
}

.content tr td{
	border-top:1px solid #e7e7e7;
	padding:6px 24px;
}

.content tr.odd td{
	background:#f2f7fc;
}

.content address, .content dl, .content dd {
	margin-bottom: 28px;
	margin-bottom: 1.625rem;
}


/*
= Menus
---------------------------------------------------------------------------------------------------- */

.nav-primary {
	background: #181818;
	border-bottom: 1px solid #333333;
	-webkit-box-shadow: inset 0px -3px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0px -3px 0px rgba(0,0,0,0.15);
	box-shadow: inset 0px -3px 0px rgba(0,0,0,0.15);
}

.nav-secondary {
	text-shadow: 1px 1px 0 rgba(0,0,0,.35);
	-webkit-box-shadow: inset 0 1px #7bcc6b, 0 1px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0 1px #7bcc6b, 0 1px 3px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px #7bcc6b, 0 1px 3px rgba(0, 0, 0, 0.2);
	background: #5d9d50;
	background-image: -ms-linear-gradient(top,#6ab05b 0%,#5d9d50 100%);
	background-image: -moz-linear-gradient(top,#6ab05b 0%,#5d9d50 100%);
	background-image: -o-linear-gradient(top,#6ab05b 0%,#5d9d50 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#6ab05b),color-stop(1,#5d9d50));
	background-image: -webkit-linear-gradient(top,#6ab05b 0%,#5d9d50 100%);
	background-image: linear-gradient(to bottom,#6ab05b 0%,#5d9d50 100%);
	border-bottom: 1px solid #5a8552;
	border-bottom: 1px solid rgba(0,0,0,0.25);
}

.genesis-nav-menu {
	clear: both;
	overflow: hidden;
}

.site-header .genesis-nav-menu {
	float: right;
	margin-top: 48px;
	margin-top: 3rem;
	width: auto;
}

.genesis-nav-menu ul {
	float: left;
	width: 100%;
}

.genesis-nav-menu li {
	display: inline-block;
	float: left;
	list-style-type: none;
	text-align: left;
}

.genesis-nav-menu a {
	display: block;
	padding: 24px 20px 22px;
	padding: 1.5rem 1.25rem 1.375rem;
	position: relative;
}

.nav-primary a {
	display: block;
	padding: 18px 0;
	padding: 1.175rem 0;
	margin: 0 32px 0 0;
	margin: 0 2rem 0 0;
	position: relative;
}

.nav-secondary a {
	border: 1px solid transparent;
	border-width: 0 1px;
}

.nav-secondary .current-menu-item > a {
	color: #fff;
	background-color: #4d8b41;
	border: 1px solid #6ab25b;
	border-width: 0 1px;
	-webkit-box-shadow: inset 0px 2px 5px rgba(0,0,0,0.4);
	-moz-box-shadow: inset 0px 2px 5px rgba(0,0,0,0.4);
	box-shadow: inset 0px 2px 5px rgba(0,0,0,0.4);
}

.genesis-nav-menu li li a,
.genesis-nav-menu li li a:link,
.genesis-nav-menu li li a:visited {
	position: relative;
	display: block;
	width: 150px;
	text-shadow: none;
	padding: 16px 15px;
	margin: 1px 0;
	border: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.genesis-nav-menu .sub-menu {
	background: #fff;
	border: 1px solid #ddd;
	border-top-width: 0;
	padding: 4px 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

.nav-primary .genesis-nav-menu .sub-menu {
	background: #1C1C1C;
	border: 1px solid #333;
	border-top-width: 0;
	padding: 4px 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

.nav-primary .genesis-nav-menu .sub-menu .sub-menu, 
.nav-secondary .genesis-nav-menu .sub-menu .sub-menu {
	border-width: 1px 1px 1px 1px;
}

.genesis-nav-menu li ul {
	left: -9999px;
	position: absolute;
	width: 180px;
	z-index: 99;
	opacity: 0;
	-webkit-transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	-ms-transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	margin-top: 1px;
}

.nav-primary .genesis-nav-menu > li > ul {
	margin-top: 0;
}

.nav-secondary .genesis-nav-menu > li > ul:before  {
	height: 2px;
	display: block;
	width: 100%;
	content: "";
	position: absolute;
	top: -2px;
}

.genesis-nav-menu li li a:hover,
.nav-secondary .sub-menu .current-menu-item > a {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: none;
	background: #eee;
}

.nav-primary .genesis-nav-menu li li a:hover,
.nav-primary  .sub-menu .current-menu-item > a {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: none;
	background: #000;
}

.genesis-nav-menu li ul ul {
	margin: -50px 0 0 180px;
}

.genesis-nav-menu li:hover ul ul,
.genesis-nav-menu li.sfHover ul ul {
	left: -9999px;
}

.genesis-nav-menu li:hover,
.genesis-nav-menu li.sfHover {
	position: static;
	opacity: 1;
}

ul.genesis-nav-menu li:hover>ul,
ul.genesis-nav-menu li.sfHover ul,
.site-header .genesis-nav-menu li:hover>ul,
.site-header .genesis-nav-menu li.sfHover ul {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu li a .sf-sub-indicator,
.genesis-nav-menu li li a .sf-sub-indicator,
.genesis-nav-menu li li li a .sf-sub-indicator {
	position: absolute;
	text-indent: -9999px;
}

#wpadminbar li:hover ul ul {
	left: 0;
}

.wrapper-sticky {
	z-index: 9;
}

.sticky-active .nav-secondary .menu-secondary > li > a {
	padding: 0 16px 0;
	padding: 0 1rem 0;
	line-height: 44px;
	height: 44px;
}

.genesis-nav-menu .backtotop {
	float: right;
	display: none;
	opacity: 0;
}

.genesis-nav-menu .backtotop a {
	background: rgba(0,0,0,.1);
}

.backtotop .fa {
	font-size: 20px;
	vertical-align: middle;
}

.sticky-active .genesis-nav-menu .backtotop {
	display: block;
	opacity: 1;
}

.sticky-active .nav-secondary {
	-moz-animation: fadein .3s ease .1s;
    -webkit-animation: fadein .3s ease .1s;
    -o-animation: fadein .3s ease .1s;
	animation: fadein .3s ease .1s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
}

	/* Fade In Animation */
	@-webkit-keyframes fadein {
		 0% 	{ opacity: 0; }
		 100% 	{ opacity: 1; }
	}
	@-moz-keyframes fadein {
		 0% 	{ opacity: 0; }
		 100% 	{ opacity: 1; }
	}
	@-o-keyframes fadein {
		 0% 	{ opacity: 0; }
		 100% 	{ opacity: 1; }
	}
	@keyframes fadein {
		 0% 	{ opacity: 0; }
		 100% 	{ opacity: 1; }
	}

/* - Admin Bar Fixes for Fixed Menu */
.admin-bar .sticky-active .nav-secondary {
	top: 32px !important;
}

@media screen and (max-width:782px){
	.admin-bar .sticky-active .nav-secondary {
		top: 46px !important;
	}	
}

@media screen and (max-width:600px){
	.admin-bar .sticky-active .nav-secondary {
		top: 0 !important;
	}
}


/* - Primary Navigation Extras ----------- */

.genesis-nav-menu li.right {
	float: right;
	padding: 16px 0;
}

.genesis-nav-menu li.right a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu li.search {
	padding: 6px 0 0;
	padding: 0.375rem 0 0;
}

.genesis-nav-menu li.rss a {
	background: url(images/rss.png) no-repeat center left;
	margin-left: 16px;
	margin-left: 1rem;
	padding-left: 20px;
	padding-left: 1.25rem;
	margin-right: 0;
}

.genesis-nav-menu li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding-left: 20px;
	padding-left: 1.25rem;
}


/*
= Headings
---------------------------------------------------------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6,
.entry-title a {
	line-height: 1.2;
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

.taxonomy-description h1 {
	margin-bottom: 4px;
	margin-bottom: 0.25rem;
}

.archive-title {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}

.entry-title {
	margin-bottom: 32px;
	margin-bottom: 2rem;
}


/*
= Lists
---------------------------------------------------------------------------------------------------- */

.entry-content ol,
.entry-content ul {
	margin-bottom: 26px;
	margin-bottom: 1.625rem;
}

.entry-content ol li,
.entry-content ul li {
	line-height: 1.625;
}

.entry-content ol li,
.entry-content ul li {
	margin-left: 40px;
	margin-left: 2.5rem;
}

.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;
}


/*
= Post Navigation
---------------------------------------------------------------------------------------------------- */

.archive-pagination {
	clear: both;
}

.archive-pagination ul {
	text-align: center;
}

.archive-pagination li {
	display: inline-block;
}


/*
= Comments
---------------------------------------------------------------------------------------------------- */

.entry-comments,
#respond {
	line-height: 1.5;
	overflow: hidden;
}

#comments #respond {
	background: #f9f9f9;
	padding: 32px 64px;
	padding: 2rem 4rem;
	border-top: 1px solid #ccc;
}

#comments #respond .form-allowed-tags {
	background: none;
	padding: 0;
}

#comments > h3 {
	margin-bottom: 32px;
	margin-bottom: 2rem;
}

.entry-pings,
.entry-comments {
	border-bottom: 1px solid #dedede;
	margin-top: 32px;
	margin-top: 2rem;
}

.entry-pings {
	margin-top: 0;
	line-height: 1.5;
}

.ping-list .reply {
	display: none;
}

#author,
#email,
#url,
#comment {
	width: 100%;
}

.comment-meta,
#author,
#email,
#url {
	margin-bottom: 12px;
	margin-bottom: 0.75rem;
}

#comment {
	margin: 0 0 12px 0;
	margin: 0 0 0.75rem 0;
}

.comment-notes {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
	font-style: italic;
}

.comment-respond label {
	display: block;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list li article, .entry-pings {
	padding: 32px 64px;
	padding: 2rem 4rem;
}

.children {
	margin-left: 64px;
	margin-left: 4rem;
}

.comment-header {
	overflow: hidden;
}

.comment {
	border: 1px solid #dedede;
	border-width: 1px 0 0 0;
}

.comment-content p {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}

.bypostauthor {
}

.entry-comments .archive-pagination {
	margin-top: 32px;
	margin-top: 2rem;
}

.form-allowed-tags {
	background-color: #f5f5f5;
	padding: 20px;
	padding: 1.25rem;
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

.form-allowed-tags, .form-allowed-tags code {
	font-size: 14px;
}

#respond {
	padding: 32px 64px;
	padding: 2rem 4rem;
}

#cancel-comment-reply-link {
	float: right;
}


/*
= Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	display: inline;
	line-height: 1.5;
}

.sidebar p {
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

.sidebar .widget {
	background: #fff;
	border: 1px solid #dedede;
	margin-bottom: 32px;
	margin-bottom: 2rem;
	overflow: hidden;
	padding: 32px;
	padding: 2rem;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.sidebar.widget-area ul li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.375rem;
	word-wrap: break-word;
}


/* - Widgets ----------- */

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
}

#wp-calendar thead {
	background-color: #f5f5f5;
	font-weight: 500;
	margin: 10px 0 0;
}

#wp-calendar td {
	background-color: #f5f5f5;
	padding: 2px;
	text-align: center;
}

.themedy_video_widget iframe, .themedy_video_widget object, .themedy_video_widget video {
	max-width: 100%;
}

.flickr_badge_image {
	float: left;
	margin: 10px;
	overflow: hidden;
}

.flickr_badge_image img {
	background: #fff;
	width: auto;
	-webkit-transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	-ms-transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

.flickr_badge_image img:hover {
	opacity: .7;
}

.widget_categories ul li {
	display: inline;
	margin: 0;
}

.widget_categories li a {
	font-size: 14px;
	margin: 2px;
	text-align: center;
}

.footer-widgets .widget_categories li a {
	background: #111;
	background: rgba(0,0,0,.3);
	color: #888;
}

.footer-widgets .widget_categories li a:hover {
	background: #000;
	color: #aaa;
}

.sidebar .enews-widget,
.enews-widget {
	background: none;
	border: none;
	color: #888;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-align: center;
}

.enews-widget input {
	text-align: center;
	width: 100%;
	margin: 5px 0;
}

.enews-widget h1, .enews-widget h2, .enews-widget h3, .enews-widget h4, .enews-widget h5, .enews-widget h6 {
	color: #444;
	font-weight: 400;
}

.enews-widget input[type="text"],
.enews-widget input[type="email"] {
	border-color: #aaa;
}


/*
= Footer
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background: #292929;
	clear: both;
}

.footer-widgets {
	-webkit-box-shadow: inset 0px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: inset 0px 5px 0px rgba(0,0,0,0.25);
	box-shadow: inset 0px 5px 0px rgba(0,0,0,0.25);
}

.site-footer {
	background: #181818;
	-webkit-box-shadow: inset 0px 3px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0px 3px 0px rgba(0,0,0,0.15);
	box-shadow: inset 0px 3px 0px rgba(0,0,0,0.15);
}

.site-footer .wrap {
	overflow: hidden;
	padding: 24px 0;
	padding: 1.5rem 0;
	opacity: .45;
	-webkit-transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	-ms-transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	text-align: center;
}

.site-footer .wrap:hover {
	opacity: 1;
}

/* - Footer Widgets ----------- */

.footer-widgets .wrap {
	clear: both;
	line-height: 1.5;
	overflow: hidden;
	padding: 80px 0;
	padding: 5rem 0;
}

.footer-widgets p {
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

.footer-widgets .widget {
	margin-bottom: 48px;
	margin-bottom: 3rem;
}

.footer-widgets .widget:last-child, .footer-widgets p:last-child {
	margin: 0;
}

.footer-widgets .widget-area ul li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.375rem;
	word-wrap: break-word;
}

.footer-widgets-1 {
	margin-right: 4.166666666%; /* 48px / 1152px */
}

.footer-widgets .widget-title {
	color: #fff;
	margin-bottom: 48px;
	margin-bottom: 3rem;
}


/*
= Forms & Buttons
---------------------------------------------------------------------------------------------------- */

input[type="search"],
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="tel"],
textarea {
	-webkit-appearance: none;
	background: #fff;
	border: 1px solid #ddd;
	max-width: 100%;
	padding: 12px 8px;
	padding: .75rem .5rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1), 0 1px 1px rgba(0,0,0,0.08);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1), 0 1px 1px rgba(0,0,0,0.08);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1), 0 1px 1px rgba(0,0,0,0.08);
}

input[type="search"]:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
textarea:focus {
	border-color: #c3c3c3;
	outline: none;
}

.button,
button,
input[type="button"],
input[type="submit"] {
	-webkit-appearance: none;
	border: transparent;
	cursor: pointer;
	display: inline-block;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
	outline: none;
	padding: 10px 16px;
	padding: .625rem 1rem;
	position: relative;
	-webkit-box-shadow: inset 0 1px rgba(255,255,255,.3), 0 1px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0 1px rgba(255,255,255,.3), 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px rgba(255,255,255,.3), 0 1px 2px rgba(0,0,0,0.1);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #66ab58;
	background-image: -ms-linear-gradient(top,#66ab58 0%,#5d9d50 100%);
	background-image: -moz-linear-gradient(top,#66ab58 0%,#5d9d50 100%);
	background-image: -o-linear-gradient(top,#66ab58 0%,#5d9d50 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#66ab58),color-stop(1,#5d9d50));
	background-image: -webkit-linear-gradient(top,#66ab58 0%,#5d9d50 100%);
	background-image: linear-gradient(to bottom,#66ab58 0%,#5d9d50 100%);
	border: 1px solid #5a8552;
	border: 1px solid rgba(0,0,0,0.2);
}

.button:hover,
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
	background: #71b763;
}

input[type="button"]:active,
input[type="submit"]:active {
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.2);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.2);
}

.widget_categories li a,
.entry-footer a,
a.comment-reply-link,
#cancel-comment-reply-link,
.archive-pagination a,
.archive-pagination li a,
.archive-pagination li a:hover,
.archive-pagination li.active a,
.archive-pagination li.disabled {
	background: #d8d8d8;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	padding: 8px 10px;
	display: inline-block;
	margin-right: 5px;
	line-height: 1;
}

.widget_categories li a:hover,
.entry-footer a:hover,
a.comment-reply-link:hover,
#cancel-comment-reply-link:hover,
.archive-pagination a:hover,
.archive-pagination li a:hover,
.archive-pagination li.active a {
	background: #5C9C4F;
}

#cancel-comment-reply-link:hover {
	background: #aa0000;
}

.archive-pagination li a,
.archive-pagination li a:hover,
.archive-pagination li.active a,
.archive-pagination li.disabled {
	margin: 0 1px;
}

/* - Gravity Forms ----------- */

.content div.gform_wrapper input,
.content div.gform_wrapper select,
.content div.gform_wrapper textarea,
.content div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	font-size: 1rem;
	padding: 12px 8px;
	padding: .75rem .5rem;
}

.content div.gform_wrapper input[type="submit"] {
	padding: 10px 16px;
	padding: .625rem 1rem;
}

.content div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
	margin: 1rem 0 0;
}

.content div.gform_wrapper input[type="file"],
.content div.gform_wrapper select {
	padding: 0;
}

.content .gform_wrapper select option {
	padding: 2px 10px;
}

.content .gform_wrapper .gfield_checkbox li label,
.content .gform_wrapper .gfield_radio li label {
	line-height: 1;
}

.content .gform_wrapper ul.gfield_checkbox li input[type="checkbox"],
.content .gform_wrapper ul.gfield_radio li input[type="radio"] {
	margin: 2px;
}


/*
= Images & Captions
---------------------------------------------------------------------------------------------------- */

embed,
img,
object,
video {
	max-width: 100%;
}

img {
	height: auto;
}

.alignleft .avatar {
	margin-right: 24px;
	margin-right: 1.5rem;
}

.alignright .avatar {
	margin-left: 24px;
	margin-left: 1.5rem;
}

.author-box .avatar {
	float: left;
	margin-right: 24px;
	margin-right: 1.5rem
}

.comment-list li .avatar {
	float: left;
	margin: 0 16px 24px 0;
	margin: 0 1rem 1.5rem 0;
}

.avatar {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.5rem
}

img.alignnone {
	display: inline;
	margin-bottom: 12px;
	margin-bottom: 0.75rem;
}

img.alignleft,
.wp-caption.alignleft {
	display: inline;
	margin: 0 24px 24px 0;
	margin: 0 1.5rem 1.5rem 0;
}

img.alignright,
.wp-caption.alignright {
	display: inline;
	margin: 0 0 24px 24px;
	margin: 0 0 1.5rem 1.5rem;
}

img.post-image {
	margin: 0 24px 32px 0;
	margin: 0 1.5rem 2rem 0;
}

.single img.post-image {
	margin: 0 0 -8px 0;
	margin: 0 0 -.5rem 0;
	width: 100%;
}

p.wp-caption-text {
	line-height: 1.2;
	margin-top: 12px;
	margin-top: 0.75rem;
}

.gallery-caption {
}

/*
= Page Templates
---------------------------------------------------------------------------------------------------- */

/* - Portfolio ----------- */

.portfolio-teaser {
	margin-bottom: 32px;
	margin-bottom: 2rem;
}

.portfolio-thumb {
	background: url(images/graphic-portfolio_link.png) no-repeat center;
	margin: 0 auto;
	margin-bottom: 32px;
	margin-bottom: 2rem;
	text-align: center;
	line-height: 0;
}

.portfolio-thumb img {
	display: inline-block;
	margin: 0;
	-moz-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.portfolio-teaser:hover img {
	opacity: .25;
}

.portfolio-teaser h2.portfolio-title,
.portfolio-teaser h2.portfolio-title a {
	font-size: 24px;
	font-size: 1.5rem;
}

.page-template-page_portfolio-php .content, .page-template-page_portfolio-php .archive-pagination {
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
}


/*
= Mobile Menu
---------------------------------------------------------------------------------------------------- */

#mobile-menu .social-list .search-input {
	width: 100%;
}

#mobile-menu .social-list form, #mobile-menu .social-list .search {
	width: 100%;
	display: block;
}

.mm-list > li.current-menu-item > a, .mm-list > li.current-menu-item > span {
	color: #fff;
}

.genesis-nav-menu .toggle-menu {
	display: none;
}

.genesis-nav-menu .toggle-menu a {
	font-size: 24px;
	padding: 14px 0;
}

.mm-opening .sticky-active .nav-secondary, .mm-opened .sticky-active .nav-secondary {
	left: auto !important;
}

#mobile-menu .social-icons a {
	margin: 0 3px 3px 0;
}


/*
= Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1190px) {

	.wrap {
		max-width: 960px;
	}

}

/* - Desktops, laptops and iPads (landscape) ----------- */

@media only screen and (max-width: 1024px) {

	.wrap {
		max-width: 840px;
	}

	#comments #respond,
	#respond,
	.comment-list li article,
	.entry-pings,
	.sidebar .widget,
	.entry,
	.archive-pagination,
	.archive-description,
	.author-box,
	.breadcrumb,
	.sticky,
	.taxonomy-description {
		padding: 32px;
		padding: 2rem;
	}

	.archive-description, #comments > h3 {
		padding-left: 32px;
		padding-right: 32px;
		padding-left: 2rem;
		padding-right: 2rem;
	}

	.sidebar .enews-widget {
		padding: 0;
	}

}

@media only screen and (max-width: 865px) {

	.sidebar,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.site-header .widget-area,
	.site-inner,
	.title-area,
	.site-container .sidebar,
	.site-container .content,
	.site-container .content-sidebar-wrap,
	.site-container .sidebar-secondary {
		width: 100%;
		float: none;
		display: block;
	}

	.site-inner {
		padding-top: 32px;
		padding-bottom: 32px;
	}

	.wrap, .site-header .wrap, .footer-widgets .wrap, .site-footer .wrap {
		padding-left: 32px;
		padding-right: 32px;
	}

	.header-extras {
		right: 32px;
	}

	.footer-widgets-1,
	.footer-widgets-2 {
		margin-bottom: 48px;
		margin-bottom: 3rem;
	}

	.sidebar {
		margin-top: 32px;
		margin-top: 2rem;
		display: block;
	}

}

/* - iPads (portrait) ----------- */

@media only screen and (max-width: 768px) {

	.page-template-page_portfolio-php .portfolio,
	.genesis-nav-menu,
	.site-description,
	.site-title,
	.title-area {
		text-align: center;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	.page-template-page_portfolio-php .portfolio {
		margin-bottom: 32px;
		margin-bottom: 2rem;
	}

	.header-extras {
		position: static;
		float: none;
		margin-top: 24px;
		margin-top: 1.5rem;
		text-align: center;
	}

	.archive-page,
	.five-sixths,
	.four-fifths,
	.four-sixths,
	.one-fifth,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fifths,
	.three-fourths,
	.three-sixths,
	.two-fifths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.entry-title, .entry-header .entry-meta {
		margin-bottom: 24px;
		margin-bottom: 1.5rem;
	}

	.mobile-enabled .nav-primary, .mobile-enabled .header-extras, .mobile-enabled .menu-secondary .menu-item  { display: none; }
	.mobile-enabled .genesis-nav-menu .toggle-menu { display: block; opacity: 0; }
	.mobile-on .genesis-nav-menu .toggle-menu { display: block; opacity: 1; }

	.no-js.mobile-enabled .nav-primary, .no-js.mobile-enabled .header-extras, .no-js.mobile-enabled .menu-secondary .menu-item  { display: block; }

	.site-header .wrap {
		padding-top: 32px;
		padding-top: 2rem;
		padding-bottom: 32px;
		padding-bottom: 2rem;
	}

}

/* - iPhones (portrait and landscape) ----------- */

@media only screen and (max-width: 480px) {

	.single img.post-image {
		margin: 0;
	}

	html {
		font-size: 87.5%; /* 14px base */
	}

	.wrap, .site-header .wrap, .footer-widgets .wrap, .archive-description, #comments > h3, .site-footer .wrap {
		padding-left: 16px;
		padding-right: 16px;
	}

	.site-inner {
		padding-top: 16px;
		padding-bottom: 16px;
	}

	.site-inner .wrap {
		padding-left: 8px;
		padding-right: 8px;
	}

	.footer-widgets .wrap {
		padding-top: 32px;
		padding-bottom: 32px;
	}

	#comments #respond,
	#respond,
	.comment-list li article,
	.entry-pings,
	.sidebar .widget,
	.entry,
	.archive-pagination,
	.archive-description,
	.author-box,
	.breadcrumb,
	.sticky,
	.taxonomy-description {
		padding: 16px;
	}

}