/*
	Theme Name: GailBrenner
	Description: Custom child theme created especially for GailBrenner by Web Savvy Marketing on the <a href="http://web-savvy-marketing.com/go/studiopress/">Genesis framework</a>.
	Author: Web Savvy Marketing
	Author URI: http://www.web-savvy-marketing.com/
	Version: 1.0.3

	Template: genesis

	Copyright 2014 - Web Savvy Marketing
	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
	- Shortcode
	- Calendar Events
- Widgets
	- Featured Content
	- Social Media
	- WSM Sidebar Button
	- WSM Calls to Actions
- Plugins
	- Genesis eNews Extended
	- Jetpack
	- Gravity Forms
	- WP Table
	- WordPress Popular Posts
	- Testimonials Widget
- Before Header
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Header Navigation
	- Primary Navigation
	- Secondary Navigation
- Home Slider
- Home Signup
- Home CTA
- Home Main
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- After Entry
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Retina Display
	- Max-width: 1200px
	- Max-width: 960px
	- Max-width: 800px
	- Max-width: 680px
	- Max-width: 480px
	- Max-width: 380px
*/


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

@import url(https://fonts.googleapis.com/css?family=Roboto:400,300italic,300,400italic,500,500italic,700);
@import url(https://fonts.googleapis.com/css?family=Maven+Pro:400,700,500);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,400italic);
@import url(https://fonts.googleapis.com/css?family=Prata);
@import url(https://fonts.googleapis.com/css?family=Questrial);


/* # 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
--------------------------------------------- */

html {
	background-color: #6b6c6e;
}


body {
	background: #fff;
	color: #4f4f51;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.5;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-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: #d8691d;
	text-decoration: none;
}

a:hover {
	color: #4f4f51;
}

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

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

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

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

blockquote {
	margin: 0;
}

.entry-content blockquote {
	color: #d8681c;
	font-size: 16px;
	margin: 40px 0 40px 20px;
}

.entry-content blockquote p {
		text-align: center;
}

.widget-area blockquote::before {
	background: url(images/blockquote-sidebar.png) no-repeat  0 0 transparent;
	content: "";
	display: inline-block;
	height: 22px;
	left: 0;
	padding-right: 5px;
	top: 0;
	width: 25px;
}

.widget-area blockquote p::before {
	display: none;
}


.site-footer blockquote::before {
	background: url(images/blockquote.png) no-repeat  0 0 transparent;
}

blockquote em {
	color: #d8691d;
	display: block;
	font-weight: 300;
	padding-top: 10px;
}

blockquote p {
	position: relative;
}

blockquote p::before {
	content: "\201C";
	display: inline;
	font-size: 20px;
	height: 0;
	left: -5px;
	position: relative;
	top: 0px;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 20px 0;
}


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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #4f4f51;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 15px;
}

/* ## 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: #4f4f51;
	font-size: 15px;
	font-weight: 300;
	padding: 5px;
	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: #4f4f51;
	font-weight: 300;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #4f4f51;
	font-weight: 300;
}

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

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

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

.wrap {
	margin: 0 auto;
	max-width: 1152px;
	padding: 0 25px;
}

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

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

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

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 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: 790px;
}

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

.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,
.four-fifths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-fifths,
.three-sixths,
.two-fourths,
.two-fifths,
.two-sixths,
.two-thirds {
	float: left;
	margin-bottom: 20px;
	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-fifth {
	width: 17.9487179487179488%;
}

.two-fifths {
	width: 38.4615384615384616%;
}

.three-fifths {
	width: 58.9743589743589744%;
}

.four-fifths {
	width: 79.4871794871794872%;
}

.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;
	margin-top: 5px;
}
.pingback .avatar {	margin: 5px 10px 0 0;}
.alignright .avatar {
	margin-left: 24px;
}

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

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

.breadcrumb {
	margin-bottom: 20px;
}

.archive-description,
.author-box {
	font-size: 15px;
	margin-bottom: 20px;
}

.author-box {
	overflow: hidden;
}

.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 {
	position: relative;
	width: 50%;
}

.search-form input[type="search"] {
	padding-right: 30px;
}

.search-form input[type="submit"] {
	bottom: 0;
	padding: 6px 15px;
	position: absolute;
	right: 0;
}

.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 {
	color: #20afb1;
	font-size: 24px;
}

.entry-title {
	color: #20afb1;
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	font-weight: 400;
}.single .content .entry-title {	margin-bottom: 5px;}

.entry-title {
	margin-bottom: 15px;
}

h2.entry-title {
	font-size: 20px;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 8px;
}

h2.entry-title a {
	color: #4f4f51;
}

h2.entry-title a:hover {
	color: #20afb1;
}

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

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

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

.before-header .widget-title {
	color: #d3d5d6;
}

.after-entry .widget-title {
	color: #e6e7e8;
}

.home-signup .widget-title {
	color: #fff;
}

.site-footer .widget-title {
	color: #bec0c2;
}

/* ## Short Code
--------------------------------------------- */

.email-box {
	background: url(images/email-icon.png) no-repeat 0 8px;
	color: #1da4b1;
	font-size: 15px;
	/*font-style: italic;
	font-weight: 600;*/
	padding: 10px 0 20px 65px;
}

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

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

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

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

img.alignleft,
img.alignright {
	margin-top: 5px;
}

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

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

.sticky {
}

.alignleft img,
.alignright img,
img.centered,
img.alignnone,
img.alignleft,
img.alignright {
	border: 1px solid #e7e7e8;
}

/* ##  Calendar Events
------------------------------------------------- */

div#tribe-events-pg-template,
.events-list div.tribe-events-loop,
.tribe-events-day div.tribe-events-loop,
.single-tribe_venue div.tribe-events-loop,
.single-tribe_organizer div.tribe-events-loop {
	max-width: 100%;
}

.tribe-events-content,
.tribe-events-tooltip,
.tribe-events-list-separator-month,
.tribe-events-event-meta,
#tribe-events-content.tribe-events-month .tribe-events-calendar div[id*="tribe-events-event-"] h3.tribe-events-month-event-title {
	font-family: 'Open Sans', sans-serif;
}

form#tribe-bar-form .tribe-bar-submit input[type="submit"],
div.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"],
div.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] > a,
div#tribe_events_filters_wrapper input[type="submit"],
a.tribe-events-button,
div#tribe-events .tribe-events-button,
a.tribe-events-button.tribe-inactive,
#tribe-events .tribe-events-button:hover,
a.tribe-events-button:hover,
a.tribe-events-button.tribe-active:hover {
	background-color: #d8681c;
	border-radius: 4px;
	color: #FFF;
}

table.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"],
table.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] > a {
	background-color: #d8681c;
}

#tribe-bar-form div.tribe-bar-submit input[type="submit"]:hover {
	background-color: #4ec99a;
	color: #FFF;
}

form#tribe-bar-form .tribe-bar-submit input[type="submit"]:hover,
div.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"]:hover,
div.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] > a:hover,
div#tribe_events_filters_wrapper input[type="submit"],
a.tribe-events-button:hover,
div#tribe-events .tribe-events-button:hover {
	background-color: #d8681c;
	color: #FFF;
}

div.tribe-events-day .tribe-events-day-time-slot h5 {
	color: #202F61;
}

#tribe-events-pg-template .tribe-events-calendar thead th {
    background-color: #1db0b1;
    border-left: 1px solid #53C19D;
    border-right: 1px solid #53C19D;
}

.tribe-events-list-separator-month span,
#tribe-events-pg-template #tribe-events-content .tribe-events-tooltip h4,
#tribe-events-pg-template #tribe_events_filters_wrapper .tribe_events_slider_val,
#tribe-events-pg-template .single-tribe_events a.tribe-events-ical,
#tribe-events-pg-template .single-tribe_events a.tribe-events-gcal {
	color: #1db0b1;
}

#tribe-events-pg-template div.tribe-events-cal-links {
	float: left;
	overflow: visible;
	width: 100%;
}

#tribe-events-pg-template div.tribe-events-cal-links .tribe-events-button {
	border-radius: 4px;
	font-weight: 400;
	padding: 5px 12px;
}

body.single-tribe_events .tribe-events-event-meta {
	clear: both;
	display: block;
}

body.single-tribe_events .tribe-events-content {
	font-weight: 400;
	margin-bottom: 20px;
	width: auto;
}

#tribe-events .tribe-events-loop .tribe-events-content {
	float: none;
	overflow: hidden;
	width: auto;
}

div.tribe-events-list .tribe-events-event-image {
	max-width: 20%;
	width: auto;
}

div.tribe-events-list .tribe-events-event-image img,
body.single-tribe_events .tribe-events-event-image img {
	border: 2px solid #e7e7e8;
}

body.single-tribe_events .tribe-events-event-image {
    float: left;
    margin: 5px 20px 20px 0;
    max-width: 45%;
    text-align: left;
}


body.events-archive .widget-area header.entry-header,
body.events-archive .widget-area footer.entry-meta,
body.single-tribe_events .widget-area header.entry-header,
body.single-tribe_events .widget-area footer.entry-meta,
body.single-tribe_venue .widget-area header.entry-header,
body.single-tribe_venue .widget-area footer.entry-meta,
body.single-tribe_organizer .widget-area header.entry-header,
body.single-tribe_organizer .widget-area footer.entry-meta {
	display: block;
}

/* Calendar Events Widget--------------------- */


.widget-area .tribe-events-adv-list-widget ol,
.widget-area .tribe-events-list-widget ol {
	margin-left: 0 !important;
}

.widget-area .tribe-events-adv-list-widget ol li,
.widget-area .tribe-events-list-widget ol li {
	list-style: none;
	margin-bottom: 10px !important;
	padding: 0;
	text-indent: 0;
}

.widget-area .tribe-events-list-widget ol li:last-child,
.widget-area .tribe-events-adv-list-widget ol li:last-child {
	border: 0;
}

.widget-area .tribe-events-adv-list-widget div.duration,
.widget-area .tribe-events-list-widget div.duration {
	font-size: 15px;
}

.tribe-events-adv-list-widget .entry-title a,
.tribe-events-adv-list-widget .entry-title,
.tribe-events-list-widget .entry-title a,
.tribe-events-list-widget .entry-title {
	font-size: 15px;
	font-weight: inherit;
}

.tribe-events-adv-list-widget .entry-title,
.tribe-events-list-widget .entry-title {
	display: inline-block;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 0;
}

div.tribe-events-list-event-description a.tribe-events-read-more {
	background-color: #61c29c;
	border-radius: 8px;
	clear: both;
	color: #fff;
	display: table;
	font-size: 15px;
	margin: 10px 0 0;
	padding: 4px 10px;
}

.tribe-events-list-widget li div.duration {
	display: inline;
	font-weight: inherit;
	line-height: 1;
	padding-right: 0;
}

.tribe-events-list-widget p.tribe-events-widget-link a {
	font-weight: 300;
	text-transform: uppercase;
}

.before-header .tribe-events-list-widget {
	vertical-align: middle;
}

.before-header .tribe-events-list-widget ol li {
	margin: 0 !important;
	text-indent: 0;
}

.before-header .tribe-events-list-widget .widget-title {
	clear: none;
	display: inline-block;
	font-size: 15px;
	font-weight: 300;
	line-height: 1.5;
	margin: 0;
	text-align: left;
}

.before-header .tribe-events-list-widget li {
	display: block;
}

.before-header .tribe-events-list-widget li .entry-title a,
.before-header .tribe-events-list-widget li div.duration {
	background: url(images/events-list-border.png) no-repeat right center;
	margin-right: 8px;
	padding-right: 12px;
}

.before-header .tribe-events-list-widget li div.duration {
	display: inline-block;
	position: relative
}

.before-header .tribe-events-list-widget li .entry-title {
	display: inline-block;
	font-weight: 300;
	left: -4px;
	position: relative;
	position: relative;
	text-align: left;
}


.before-header .tribe-events-list-widget p.tribe-events-widget-link {
	display: inline-block;
	font-size: 15px;
	left: -4px;
	position: relative;
	text-align: left;
}

.before-header .tribe-events-list-widget p.tribe-events-widget-link a {
	color: #fff;
}

.before-header .tribe-events-list-widget ol.vcalendar {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	width: auto;
}

.before-header .tribe-events-list-widget p.tribe-events-widget-link a:hover {
	color: #1DB0B1;
}

.ie7 .before-header .tribe-events-list-widget .widget-title,
.ie7 .before-header .tribe-events-list-widget li div.duration,
.ie7 .before-header .tribe-events-list-widget li .entry-title,
.ie7 .before-header .tribe-events-list-widget ol.vcalendar,
.ie7 .before-header .tribe-events-list-widget p.tribe-events-widget-link {
	display: block;
	float: left;
	line-height: 1.5;
	vertical-align: middle;
	width: auto;
}

.ie7 .before-header .tribe-events-list-widget li div.duration {
	margin-left: 12px;
}

body.events-list div.tribe-events-content.entry-summary a[rel="nofollow"] {
	display: none;
}

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

.widget_nav_menu ul ul {
	display: none;
}


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

.featured-content .entry {
	margin-bottom: 10px;
	padding: 0;
}

.featured-content .entry-title {
	font-family: "Roboto",sans-serif;
	font-size: 15px;
}

.featured-content .entry-title,
.featured-content .entry-title a {
	font-weight: 400;
	margin: 0;
}

.featured-content .entry-header .entry-meta {
	margin-bottom: 0;
}

.featured-content .entry-content,
.featured-content .custom-text {
	padding-top: 10px;
}

.featured-content.wsmfeaturedpost .entry-header .above.entry-meta {
	display: inline;
	margin: 0;
	padding-right: 8px;
}

.featured-content.wsmfeaturedpost .entry-header .entry-title {
	display: inline;
}

.sidebar .featured-content .entry-title,
.sidebar .featured-content .entry-title a {
	font-weight: 300;
	line-height: 1.5;
}

.footer-widgets .entry-header .entry-meta,
.footer-widgets .entry {
	font-weight: 400;
}

.footer-widgets .featured-content .entry-title {
	font-size: 18px;
	font-weight: 500;
}

.featured-content .more-link {
	display: inline;
	margin: 0;
}

.widget-area .featured-content .more-link a,
.featured-content .more-link a {
	background: none transparent;
	color: #d8691d;
	display: inline;
	float: none;
	padding: 0;
	text-transform: none;
}

.widget-area .featured-content .more-link a:hover,
.featured-content .more-link a:hover {
	background: none transparent;
	color: #4f4f51;
}

.featured-content a.alignleft {
	margin: 5px 10px 0 0;
}

.featured-content a.alignright {
	margin: 5px 0 0 10px;
}

.featured-content a img {
	margin: 0 0 -6px 0;
}

.featured-content .more-dots {
	display: inline;
}

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

.widget-social a.genericon:before {
	margin-right: 20px;
}

.widget-social a.genericon {
	background-color: #d8681c;
	box-sizing: content-box;
	border-radius: 50%;
	color: #fff;
	font-size: 20px;
    height: 20px;
    line-height: 1;
	margin-right: 12px;
    overflow: hidden;
    padding: 6px;
    position: relative;
    white-space: nowrap;
    width: 20px;
}

.ie .widget-social a.genericon {
	line-height: 1.2;
}

.widget-social a.genericon:hover {
	background-color: #1db0b1;
}

.widget-social a:last-child {
	margin-right: 0;
}

.header-widget-area .widget-social {
	float: right;
	display: inline-block;
}

/* # WSM Sidebar Button
---------------------------------------------------------------------------------------------------- */

.sidebar .wsm-btn a,
.wsm-btn a {
	background-color: #d8681c;
	color: #fff;
	display: block;
	font-family: 'Prata', serif;
	font-size: 21px;
	padding: 12px 20px;
	text-align: center;
}

.sidebar .wsm-btn a:hover,
.wsm-btn a:hover {
	background-color: #E46713;
	color: #fff;
}

/* # WSM Calls to Actions
---------------------------------------------------------------------------------------------------- */

.cta-box {
	margin: 0 0 20px;
	max-width: 340px;
	position: relative;
}

.cta-box .cta-title {
	background: url(images/cta-title-bg.png) repeat 0 0 transparent;
	bottom: 0;
	color: #48484a;
	font-family: 'Prata', serif;
	font-size: 30px;
	left: 0;
	margin: 0;
	padding: 6px 10px;
	position: absolute;
	right: 0;
	text-align: center;
	width: auto;
}

.cta-box .cta-title a {
	color: #48484a;
}

.cta-box .cta-title a:hover {
	color: #d8681c;
}

.cta-box a img {
	margin-bottom: -4px;
}

.home-cta .cta-box {
	margin: 0 40px 20px 0;
	display: block;
	float: left;
}

.home-cta .cta-box.cta-box3 {
	float: right;
	margin-right: 0;
}

.home-cta .wsm-cta .widget-wrap {
	overflow: hidden;
}

.home-cta .cta-box .cta-title {
	bottom: 20px;
}

.sidebar .wsm-cta .widget-wrap div:last-child {
	margin-bottom: 0;
}

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

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

.enews-widget,
.enews-widget .widget-title {
	color: #fff;
}

.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"] {
	background-color: #e5554e;
	color: #fff;
	margin: 0;
	width: 100%;
}

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

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

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

#wpstats {
	display: none;
}


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

div.gform_wrapper {
	background-color: #1db0b1;
	color: #fff;
	margin: 0;
	max-width: 100%;
	padding: 0;
}

.entry-content div.gform_wrapper {
	padding: 20px;
}

div.gform_wrapper .gsection .gfield_label,
div.gform_wrapper h2.gsection_title,
div.gform_wrapper h3.gform_title {
	color: #fff;
	font-weight: 400;
}

div.gform_wrapper h3.gform_title {
	margin-top: 0;
}

div.gform_wrapper span.gform_description {
	font-family: "Maven Pro",sans-serif;
	font-size: 17px;
	line-height: 1.2;
}

.gform_wrapper .textarea,
div.gform_wrapper input[type="text"],
div.gform_wrapper input[type="url"],
div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="tel"],
div.gform_wrapper input[type="number"],
div.gform_wrapper input[type="password"] {
	font-size: 15px;
	padding: 5px;
}

div.gform_wrapper input[type="checkbox"],
div.gform_wrapper input[type="radio"] {
	margin-left: 5px !important;
	padding: 0;
}

div.gform_wrapper li.gfield .gfield_label {
	font-weight: 400;
}

div.gform_wrapper ul {
	margin-left: 0;
}

div.gform_wrapper ul li.gfield {
	border: 0;
	margin-bottom: 8px;
	padding-bottom: 0;
}

.entry-content div.gform_wrapper ul li.gfield {
	padding-left: 0;
}

div.gform_wrapper .gform_footer {
	margin-top: 8px;
}

div.gform_wrapper .gfield_checkbox li input[type="checkbox"],
div.gform_wrapper .gfield_radio li input[type="radio"],
div.gform_wrapper .gfield_checkbox li input {
	margin-top: 6px;
}


div.gform_wrapper .gfield_checkbox li label,
div.gform_wrapper .gfield_radio li label {
	display: inline !important;
	margin-left: 10px;
}

div.gform_wrapper .gform_footer {
	padding: 0;
}

div.gform_wrapper .gform_footer input.button,
div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 15px;
	line-height: 1.5;
}

.gecko div.gform_wrapper .gform_footer input.button,
.gecko div.gform_wrapper .gform_footer input[type="submit"] {
	padding: 6px 10px 5px;
}

.ie div.gform_wrapper .gform_footer input[type="submit"] {
	padding: 5px;
}

.ie7 div.gform_wrapper .gform_footer input[type="submit"] {
	line-height: 1.1;
}

.after-entry div.gform_wrapper,
.home-signup div.gform_wrapper {
	background-color: transparent;
	padding: 0;
}

.after-entry div.gform_wrapper form,
.home-signup div.gform_wrapper form {
	margin: 0;
	overflow: hidden;
	position: relative;
}

.after-entry div.gform_wrapper span.gform_description,
.home-signup div.gform_wrapper span.gform_description {
	font-family: "Maven Pro",sans-serif;
	font-size: 21px;
	font-weight: 400;
	letter-spacing: -0.1px;
	line-height: 1;
	margin: 0;
}

.home-signup div.gform_wrapper .gform_heading {
	margin: 0;
	float: left;
	width: 43%;
}


.home-signup div.gform_wrapper .gform_body {
	float: right;
	padding-top: 10px;
	width: 55%;
}

.after-entry div.gform_wrapper .gform_footer,
.home-signup div.gform_wrapper .gform_footer {
	margin: 0;
	position: absolute;
	right: 0;
	top: 10px;
	width: auto;
}

.ie7 .after-entry div.gform_wrapper .gform_footer input[type="submit"],
.ie7 .home-signup div.gform_wrapper .gform_footer input[type="submit"] {
	float: right;
}

.after-entry div.gform_wrapper .gform_footer {
	top: 0;
}

.after-entry  div.gform_wrapper .gform_body li:last-child input,
.home-signup div.gform_wrapper .gform_body li:last-child input {
	padding-right: 115px;
}

div.gform_wrapper .top_label li.gfield.gf_left_half input.medium,
div.gform_wrapper .top_label li.gfield.gf_left_half input.large,
div.gform_wrapper .top_label li.gfield.gf_left_half select.medium,
div.gform_wrapper .top_label li.gfield.gf_left_half select.large,
div.gform_wrapper .top_label li.gfield.gf_right_half input.medium,
div.gform_wrapper .top_label li.gfield.gf_right_half input.large,
div.gform_wrapper .top_label li.gfield.gf_right_half select.medium,
div.gform_wrapper .top_label li.gfield.gf_right_half select.largealf {
	width: 98.5%;
}

.home-signup div.gform_wrapper .top_label li.gfield.gf_left_half {
	width: 40%;
}

.home-signup div.gform_wrapper .top_label li.gfield.gf_right_half {
	width: 58.5%;
}

.sidebar .widget.gform_widget {
	background-color: #1DB0B1;
	padding: 20px;
}

.sidebar .widget.gform_widget .widget-title {
	color: #fff;
	margin-bottom: 5px;
}

.ie div.gform_wrapper .top_label li.gfield.gf_left_half input.medium,
.ie div.gform_wrapper .top_label li.gfield.gf_left_half input.large,
.ie div.gform_wrapper .top_label li.gfield.gf_left_half select.medium,
.ie div.gform_wrapper .top_label li.gfield.gf_left_half select.large,
.ie div.gform_wrapper .top_label li.gfield.gf_right_half input.medium,
.ie div.gform_wrapper .top_label li.gfield.gf_right_half input.large,
.ie div.gform_wrapper .top_label li.gfield.gf_right_half select.medium,
.ie div.gform_wrapper .top_label li.gfield.gf_right_half select.largealf {
	width: 94%;
}

/*
## WP Table
--------------------------------------------- */

h2.tablepress-table-name {
	font-size: 18px;
}

table.tablepress thead th,
table.tablepress tfoot th {
    background: #eceded;
	color: #4f4f51;
	font-weight: 400;
}

table.tablepress tbody td,
table.tablepress tfoot th {
	border-bottom: 1px solid #eceded;
	border-top: none;
	border-right: 1px solid #eceded;
}

table.tablepress {
	border: 1px solid #eceded;
}

span.tablepress-table-description {
    margin-bottom: 16px;
	margin-bottom: 1rem;
}

table.tablepress .odd td,
table.tablepress .even td {
	background-color: transparent;
}

table.tablepress th,
table.tablepress td {
	padding: 4px 8px;
}

/*  WordPress Popular Posts
---------------------------------------------------------------------------------------------------- */

.sidebar .widget .wpp-list {
	margin-left: 0;
}

.wpp-list .wpp-date {
	padding-right: 4px;
}

.sidebar .widget .wpp-list li {
	list-style: none outside none;
}

/* Testimonials Widget
---------------------------------------------------------------------------------------------------- */

.testimonials-widget-testimonial blockquote {
	font-style: normal;
	font-weight: 400;
}
.site-footer .testimonials-widget-testimonial {
	color: #fff;
	font-size: 15px;
	font-weight: 400;
}

.testimonials-widget-testimonial cite::before,
.testimonials-widget-testimonial div.credit::before {
	display: none;
}

.widget div.testimonials-widget-testimonial cite,
.widget div.testimonials-widget-testimonial div.credit {
	font-style: italic;
	text-align: left;
}

.widget div.testimonials-widget-testimonial.entry {
	margin-bottom: 0;
}/*## CommentLuv--------------------------------------------- */.comment-form div#commentluv input#doluv {	width: auto;}.comment-form div#commentluv span#mylastpost {	padding-left: 4px;}

/* Before Header
---------------------------------------------------------------------------------------------------- */

.before-header {
	background-color: #6b6c6e;
	color: #d3d5d6;
	font-family: 'Maven Pro', sans-serif;
	padding: 4px 0;
	text-align: center;
}

.before-header a {
	color: #d3d5d6;
}

.before-header a:hover {
	color: #1DB0B1;
}

.before-header p {
	margin: 0;
}

.before-header .more-link,
.before-header.widget-area .more-link a {
	background: none;
	display: inline;
	float: none;
	text-transform: none;
}

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

.site-header .wrap {
	padding: 25px 25px;
}

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

.title-area {
	float: left;
	padding: 0;
	width: 64%;
}

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

.site-title {
	font-size: 41px;
	font-weight: 300;
	line-height: 1.1;
	text-transform: uppercase;
}

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

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

.site-description {
	color: #4a4b4c;
	font-family: "Maven Pro",sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	padding-left: 20px;
}

.site-description,
.site-title {
	display: inline;
	margin-bottom: 0;
	vertical-align: middle;
}

.header-image .site-title {
	display: inline-block;
	text-indent: -9999px;
	width: 354px;
}

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

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 30%;
}

.site-header .widget {
	padding-top: 5px;
}


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

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

.genesis-nav-menu .menu-item {
	display: inline-block;
	font-family: 'Maven Pro', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	text-align: left;
}

.ie7 .genesis-nav-menu .menu-item {
	display: block;
	float: left;
}

.genesis-nav-menu a {
	color: #4a4b4c;
	display: block;
	padding: 11px 28px;
}

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

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

.genesis-nav-menu .sub-menu {
	background: url(images/submenu-bg.png) repeat-x 0 0 #e7e7e8;
	left: -9999px;
	line-height: 1.2;
	opacity: 0;
	padding: 10px 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: 250px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #e7e7e8;
	border-top: none;
	font-family: "Roboto",sans-serif;
	font-size: 15px;
	font-weight: 300;
	padding: 10px 20px;
	position: relative;
	text-transform: none;
	width: 250px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	background-image: none;
	margin: -48px 0 0 250px;
}

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

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

.nav-primary {
	background-color: #e7e7e8;
	box-shadow: 0 1px 8px #999;
	position: relative;
	z-index: 100;
}

.nav-primary .genesis-nav-menu .menu-item {
	font-size: 16px;
}

.nav-primary .genesis-nav-menu a {
	color: #4a4b4c;
}

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

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

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


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

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

/* ## Navigation toggles
--------------------------------------------- */
.sub-menu-toggle,
.menu-toggle {
	display: none;
	visibility: hidden;
}

/* # Home Slider
---------------------------------------------------------------------------------------------------- */

.home-slider {
	background-color: #F0EFEA;
	overflow: hidden;
}

.home-slider .wrap {
	max-width: 100%;
	padding: 0;
}

.home-slider div.soliloquy-container .soliloquy-caption-inside {
	background: none transparent;
	filter: 0;
	float: left;
	font-size: 16px;
	padding: 0;
	text-align: left;
	width: 100%;
}


.home-slider div.soliloquy-container .soliloquy-caption {
	bottom: auto;
	left: 50%;
	margin-left: -551px;
	max-width: 50%;
	top: 35%;
}.home-slider div.soliloquy-container .soliloquy-image {	width: 100%;}

.home-slider div.soliloquy-container .soliloquy-caption h2,
.home-slider div.soliloquy-container .soliloquy-caption h3,
.home-slider div.soliloquy-container .soliloquy-caption h4,
.home-slider div.soliloquy-container .soliloquy-caption h5 {
	color: #1c9a9b;
	font-family: "Prata",serif;
	line-height: 1;
	margin-bottom: 20px;
	text-shadow: 0 0 3px #777;
}

.home-slider div.soliloquy-container .soliloquy-caption h2 {
	font-size: 49px;
}

.home-slider div.soliloquy-container .soliloquy-caption h3 {
	font-size: 42px;
}

.home-slider div.soliloquy-container .soliloquy-caption h4 {
	font-size: 38px;
}

.home-slider div.soliloquy-container .soliloquy-caption h5 {
	font-size: 32px;
}

.home-slider .more-link {
	margin-top: 40px;
}

.home-slider .more-link a {
	background: url(images/more-link-arrow.png) no-repeat right center transparent;
	border: 1px solid #fff;
	color: #fff;
	padding: 8px 40px 8px 20px;
	text-transform: uppercase;
}

.home-slider .more-link a:hover {
	background-color: transparent;
	color: #1DB0B1;
}
/* #Home Signup
---------------------------------------------------------------------------------------------------- */

.home-signup {
	background-color: #1DB0B1;
	color: #fff;
	padding: 16px 0;
}

/* # Home CTA
---------------------------------------------------------------------------------------------------- */

.home-cta {
	margin-bottom: 20px;
}

/* # Home Main
---------------------------------------------------------------------------------------------------- */

.home-main {
	font-size: 22px;
	font-weight: 300;
}

.home-main section {
	margin-bottom: 20px;
}

.home-main section:last-child {
	margin-bottom: 0;
}

.home-main em {
	font-weight: 300;
}

.name {
	padding-top: 10px;
	text-align: right;
}

.home-main ol,
.home-main ul {
	margin-bottom: 20px;
	margin-left: 20px;
}

.home-main ol > li {
	list-style-type: decimal;
}

.home-main ul > li {
	list-style-image: url(images/bullet-list-grey.png);
	list-style-type: none;
}

.home-main ol ol,
.home-main ul ul {
	margin-bottom: 0;
}

.home-main .entry {
	font-size: 15px;
	margin: 0 0 40px;
}

.home-main .entry h2.entry-title {
	font-size: 20px;
}

.home-main .entry-header .entry-meta {
	font-size: 20px;
	margin: 0;
}

.home-main .more-link {
    display: block;
    margin-top: 10px;
    overflow: hidden;
}

.home-main.widget-area .more-link a {
	background-color: #d8681c;
    color: #fff;
    display: block;
    float: left;
    padding: 4px 20px;
    text-transform: uppercase;
}

.home-main.widget-area .more-link a:hover {
	background-color: #E9670F;
	color: #fff;
}

.featured-content a.alignleft {
	margin-right: 20px;
}

.featured-content a.alignright {
	margin-left: 20px;
}

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

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

.entry {
	font-weight: 300;
	margin-bottom: 50px;
	padding: 0;
}

.content .entry {
	font-family: 'Open Sans', sans-serif;
	line-height: 1.4;
}

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

.page .content .entry,
.single .content .entry {
	font-weight: 400;
	line-height: 1.5;
}

.page-template-page_blog-php .content .entry {
	line-height: 1.4;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 20px;
	margin-left: 20px;
}

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

.entry-content ul li {
	padding-left: 8px;
}

.entry-content ul > li {
	list-style-image: url(images/bullet-list-grey.png);
	list-style-type: none;
}

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

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

.entry-content h1 {
	color: #20afb1;
}

.entry-content h3 {
	font-style: italic;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5 {
	color: #20afb1;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

.more-link {
	display: block;
	margin-top: 10px;
	overflow: hidden;
}

.widget-area .more-link a,
.more-link a {
	background-color: #d8681c;
	color: #fff;
	display: block;
	float: left;
	padding: 4px 20px;
	text-transform: uppercase;
}

.widget-area .more-link a:hover,
.more-link a:hover {
	background-color: #e9670f;
}

.more-dots {
	display: none;
}


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

p.entry-meta {
	color: #4f4f51;
	font-size: 15px;
	font-weight: 300;
	margin-bottom: 0;
}

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

.entry-header .entry-meta a {
	color: #4f4f51;
}

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

.single .entry-footer {
	margin-top: 20px;
}

.single .entry-footer .entry-meta {
	border-bottom: 1px solid #e7e7e8;
	font-weight: 500;
	padding-bottom: 15px;
}

.entry-footer .entry-meta a {
	color: #d8691d;
	font-weight: 300;
}

.entry-footer .entry-meta a:hover {
	color: #4f4f51;
}

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

.entry-footer .entry-tags {
	padding-left: 30px;
}

.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: #6b6c6e;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 15px;
	padding: 5px 10px;
}

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

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

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

.comment-header {
	font-size: 16px;
}

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

.comment-content {
	clear: both;
	font-weight: 300;
}

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

.comment-list .comment-respond {
	margin-top: 20px;
}

.comment-respond p {
	margin-bottom: 6px;
}

.comment-respond textarea,
.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	font-size: 15px !important;
	padding: 5px !important;
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-respond .subscribe-to-comments {
	padding-top: 10px;
}

.comment-respond .subscribe-to-comments label {
	display: inline;
}

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

.entry-comments .comment-author a {
	color: #4f4f51;
}

.entry-comments .comment-meta {
	font-size: 13px;
}

.entry-comments .comment-meta a {
	color: #4f4f51;
}

.entry-comments .comment-author a:hover,
.entry-comments .comment-meta a:hover {
	color: #d8681c;
}

.entry-comments .comment-reply-link {
	background-color: #1db0b1;
	color: #fff;
	font-size: 12px;
	line-height: 1;
	padding: 4px 15px;
	text-transform: uppercase;
}

.entry-comments .comment-reply-link:hover {
	background-color: #1cd0d1;
}

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

.bypostauthor {
}

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



/* # After Entry
---------------------------------------------------------------------------------------------------- */

.after-entry {
	color: #1db0b1;
	font-size: 15px;
	font-style: italic;
	margin-bottom: 14px;
	padding: 25px 0;
}

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

.sidebar {
	font-size: 15px;
	font-weight: 300;
}

.sidebar a {
	color: #4f4f51;
}

.sidebar a:hover {
	color: #1DB0B1;
}
.sidebar li {
	margin-bottom: 6px;
}

.sidebar ul,
.sidebar ol {
	margin-left: 16px;
}

.sidebar ul li {
	list-style-image: url(images/bullet-list.png);
	list-style-type: none;
}

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

.sidebar .widget {
	margin-bottom: 30px;
}

.sidebar .widget_recent_comments ul {
	margin-left: 0;
}

.sidebar .widget_recent_comments li {
	list-style: none outside none;
	margin-bottom: 10px;
}



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

.footer-widgets {
	background-color: #fff;
	box-shadow: 0 0 10px #CCC;
	clear: both;
	padding-top: 40px;
}

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

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

.footer-widgets a:hover {
	color: #d8691d;
}

.footer-widgets li {
	margin-bottom: 6px;
}

.footer-widgets ul,
.footer-widgets ol {
	margin-left: 16px;
}

.footer-widgets ul li {
	list-style-image: url(images/bullet-list.png);
	list-style-type: none;
}

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

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

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

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 30%;
}

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

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

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


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

.site-footer {
	background-color: #6b6c6e;
	color: #bec0c2;
	font-size: 15px;
	padding: 32px 0 20px;
}

.site-footer .widget {
	margin-bottom: 20px;
}

.site-footer,
.site-footer a {
	color: #bec0c2;
}

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

.site-footer blockquote {
	color: #fff;
}

.footer1 {
	float: left;
	margin-right: 4%;
	width: 50%;
}

.footer2 {
	font-family: 'Questrial', sans-serif;
	float: left;
	width: 24%;
}

.footer3 {
	font-family: 'Questrial', sans-serif;
	font-size: 12px;
	float: right;
	width: 20%;
}

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

.site-footer .copyright {
	margin-bottom: 10px;
}

.site-footer .footer2 li {
	display: block;
}

.site-footer .footer2 li:nth-child(2n+1) {
	float: left;
	width: 48%;
}

.site-footer .footer2 li:nth-child(2n) {
	float: right;
	width: 48%;
}

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



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

	.content {
		width: 68%;
	}

	.sidebar {
		width: 28%;
	}

	.home-slider div.soliloquy-container .soliloquy-caption {
		left: 25px;
		margin-left: 0;
	}

	.after-entry div.gform_wrapper span.gform_description,
	.home-signup div.gform_wrapper span.gform_description {
		font-size: 20px;
	}		.home-slider div.soliloquy-container .soliloquy-caption h2 {		font-size: 32px;	}		.home-slider div.soliloquy-container .soliloquy-caption h3 {		font-size: 30px;	}		.home-slider div.soliloquy-container .soliloquy-caption h4 {		font-size: 26px;	}		.home-slider div.soliloquy-container .soliloquy-caption h5 {		font-size: 22px;	}

	.home-cta .cta-box {
		max-width: 31%;
	}

	.home-cta .cta-box {
		margin-right: 3.5%;
	}

	.home-signup div.gform_wrapper .top_label li.gfield.gf_left_half {
		width: 39%;
	}

	.home-signup div.gform_wrapper .top_label li.gfield.gf_right_half {
		width: 59.5%;
	}
}

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

	.wrap {
		max-width: 96%;
	}

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

	.wrap {
		padding: 0;
	}

	.site-description,
	.site-title {
		display: block;
		padding: 0;
	}

	.title-area {
		margin-bottom: 10px;
	}

	.title-area,
	.site-header .widget-area {
		float: none;
		text-align: center;
		width: 100%;
	}

	.genesis-nav-menu {
		text-align: center;
	}

	.nav-primary .genesis-nav-menu .sub-menu {
		background-image: none;
	}

	.genesis-nav-menu a {
		color: #4a4b4c;
		display: block;
		padding: 11px 24px;
	}

	.home-slider div.soliloquy-container .soliloquy-caption {
		left: 25px;
	}

	.home-slider div.soliloquy-container .soliloquy-caption h2 {
		font-size: 32px;
	}

	.home-slider div.soliloquy-container .soliloquy-caption h3 {
		font-size: 28px;
	}

	.home-slider div.soliloquy-container .soliloquy-caption h4 {
		font-size: 26px;
	}

	.page-template-page_blog-php .content .entry .entry-content,
	.entry .entry-content,
	.featured-content .entry-content p {
		overflow: hidden;
	}

	div.soliloquy-container .soliloquy-item::before,
	div.soliloquy-container .soliloquy-wrapper::after {
		display: none;
	}

	body.single-tribe_events .tribe-events-content {
		overflow: visible;
	}

}


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

	.home-slider div.soliloquy-container .soliloquy-caption {
		top: 50px;
	}

	.home-slider div.soliloquy-container .soliloquy-caption h2 {
		font-size: 28px;
	}

	.home-slider div.soliloquy-container .soliloquy-caption h3 {
		font-size: 26px;
	}

	.home-slider div.soliloquy-container .soliloquy-caption h4 {
		font-size: 24px;
	}

	.home-slider div.soliloquy-container .soliloquy-caption h5 {
		font-size: 22px;
	}
	.home-slider .more-link {
		margin-top: 10px;
	}

	.cta-box .cta-title {
		font-size: 22px;
	}

	.home-signup div.gform_wrapper .gform_body,
	.home-signup div.gform_wrapper .gform_heading {
		float: none;
		width: 100%;
	}

	.home-signup div.gform_wrapper .top_label li.gfield.gf_left_half {
		width: 41.5%;
	}

	.home-signup div.gform_wrapper .top_label li.gfield.gf_right_half {
		width: 56.8%;
	}

	.after-entry div.gform_wrapper .gform_footer,
	.home-signup div.gform_wrapper .gform_footer {
		bottom: 8px;
		top: auto;
	}

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

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

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

	.footer1 {
		margin-right: 0;
	}

	.footer2 {
		float: right;
		width: 45%;
	}

	.footer3 {
		clear: both;
		display: block;
		float: none;
		padding-top: 20px;
		width: 100%;
	}

	img.post-image,
	img.entry-image {
		float: none;
		margin: 0 0 20px;
	}

	table.tablepress-responsive-tablet {
		border: 0;
	}

	table.tablepress-responsive-tablet tbody tr {
		margin-left: -4px;
	}

	table.tablepress-responsive-tablet tbody {
		border-top: 1px solid #ccc;
	}

	table.tablepress-responsive-tablet thead {
		border-bottom: 1px solid #ccc;
		padding-bottom: 1px;
	}

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

	div.tribe-events-list .tribe-events-event-image {
		float: left;
		margin: 5px 3% 8px 0;
	}

	body.single-tribe_events .tribe-events-content {
		overflow: visible;
	}

	.before-header .tribe-events-list-widget p.tribe-events-widget-link,
	.before-header .tribe-events-list-widget li .entry-title,
	.before-header .tribe-events-list-widget li .entry-title a,
	.before-header .tribe-events-list-widget li div.duration,
	.before-header .tribe-events-list-widget ol.vcalendar,
	.before-header .tribe-events-list-widget .widget-title {
		font-size: 14px;
	}

}


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

	.site-description,
	.site-title {
		display: block;
		margin: 0;
		padding: 0;
	}

	.title-area {
		margin: 0 0 10px;
	}

	.content,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-primary,
	.site-header .widget-area,
	.site-inner,
	.title-area {
		width: 100%;
	}

	.footer1,
	.footer2,
	.footer3 {
		float: none;
		margin: 0 0 20px;
		width: 100%;
	}

	div.soliloquy-container .soliloquy-caption {
		display: block;
	}

	.home-slider div.soliloquy-container .soliloquy-caption {
		top: 40px;
	}

	.home-slider div.soliloquy-container .soliloquy-caption {
		max-width: 55%;
	}

	.home-slider div.soliloquy-container .soliloquy-caption h2 {
		font-size: 26px;
	}

	.home-slider div.soliloquy-container .soliloquy-caption h3 {
		font-size: 23px;
	}

	.home-slider div.soliloquy-container .soliloquy-caption h4 {
		font-size: 21px;
	}

	.home-slider div.soliloquy-container .soliloquy-caption h5 {
		font-size: 19px;
	}		.home-slider div.soliloquy-container .soliloquy-caption h2,	.home-slider div.soliloquy-container .soliloquy-caption h3,	.home-slider div.soliloquy-container .soliloquy-caption h4,	.home-slider div.soliloquy-container .soliloquy-caption h5 {		line-height: 1.3;	}
	img.post-image,
	img.entry-image {
		float: left;
		margin: 0 20px 20px 0;
	}

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

	div.tribe-events-list .tribe-events-event-image {
		max-width: 45%;
	}

	#tribe-events .tribe-events-loop .tribe-events-content {
		overflow: visible;
	}

	.before-header .tribe-events-list-widget p.tribe-events-widget-link,
	.before-header .tribe-events-list-widget li .entry-title,
	.before-header .tribe-events-list-widget li .entry-title a,
	.before-header .tribe-events-list-widget li div.duration,
	.before-header .tribe-events-list-widget ol.vcalendar,
	.before-header .tribe-events-list-widget .widget-title {
		background: none;
		display: block;
		float: none;
		font-size: 13px;
		margin: 0;
		padding: 0;
		text-align: center;
	}

	.home-signup div.gform_wrapper .top_label li.gfield.gf_left_half {
		width: 40%;
	}

	.home-signup div.gform_wrapper .top_label li.gfield.gf_right_half {
		width: 58.5%;
	}

	/* Responsive Navigation
	---------------------------------- */

	.nav-primary .wrap {
		max-width: 100%;
		padding: 0;
	}

	nav.nav-primary {
		display: block !important;
	}


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

	button.menu-toggle,
	button.sub-menu-toggle {
		color: #fff;
	}

	.menu-toggle {
		background-color: #1DB0B1;
	}

	.menu-toggle:hover {
		background-color: #10cacb;
	}

	button.sub-menu-toggle {
		background-color: transparent;
		padding: 10px 8px;
		position: absolute;
		right: 0;
		top: 0;
	}


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

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

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

	.sub-menu-toggle:before {
		color: #5D5E5E;
		content: "\002B";
	}

	.sub-menu-toggle.activated:before {
		color: #5D5E5E;
		content: "\2212";
	}

	nav.nav-primary {
		display: none;
		position: relative;
	}

	.nav-primary .genesis-nav-menu {
		display: none;
	}

	.nav-primary .genesis-nav-menu .menu-item {
		background-color: #fff;
		color: #5D5E5E;
		display: block;
		position: relative;
		text-align: left;
	}

	.nav-primary .genesis-nav-menu .menu-item a {
		background-color: #fff;
		border: 0;
		border-bottom: 1px solid #ddd;
		color: #5D5E5E;
	}

	.nav-primary a:hover,
	.nav-primary .current-menu-item > a,
	.nav-primary .genesis-nav-menu .menu-item a:hover {
		background-color: #1db0b1;
		color: #FFF;
	}


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

	.nav-primary .genesis-nav-menu .sub-menu {
		background-image: none;
		clear: both;
		display: none;
		opacity: 1;
		padding: 0;
		position: static;
		width: 100%;
	}

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

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

	.nav-primary .genesis-nav-menu .sub-menu .sub-menu a {
		padding-left: 30px;
	}

	.nav-primary .genesis-nav-menu .sub-menu .sub-menu .sub-menu a {
		padding-left: 40px;
	}

}

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

	.home-slider div.soliloquy-container .soliloquy-caption {
		top: 20px;
	}

	.home-slider div.soliloquy-container .soliloquy-caption h5,
	.home-slider div.soliloquy-container .soliloquy-caption h4,
	.home-slider div.soliloquy-container .soliloquy-caption h3,
	.home-slider div.soliloquy-container .soliloquy-caption h2 {
		font-size: 20px;
		margin-bottom: 10px;
	}	.home-slider div.soliloquy-container .soliloquy-caption h2 span,	.home-slider div.soliloquy-container .soliloquy-caption h3 span,	.home-slider div.soliloquy-container .soliloquy-caption h4 span,	.home-slider div.soliloquy-container .soliloquy-caption h5 span {		display: block;	}

	img.post-image,
	img.entry-image {
		float: none;
		margin: 0 0 20px;
	}

	.after-entry div.gform_wrapper .gform_footer,
	.home-signup div.gform_wrapper .gform_footer {
		position: static;
	}

	.after-entry div.gform_wrapper .gform_body li:last-child input,
	.home-signup div.gform_wrapper .gform_body li:last-child input {
		padding-right: 5px;
	}

	.home-cta .cta-box .cta-title {
		font-size: 16px;
	}

	.site-title {
		font-size: 36px;
	}

	.home-signup div.gform_wrapper .top_label li.gfield.gf_left_half,
	.home-signup div.gform_wrapper .top_label li.gfield.gf_right_half {
		width: 48.5%;
	}

}

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

	body.single-tribe_events .tribe-events-event-image {
		float: none;
		max-width: 100%;
	}

	.site-title {
		font-size: 28px;
	}

	div.gform_wrapper .top_label li.gfield.gf_left_half,
	div.gform_wrapper .top_label li.gfield.gf_right_half,
	.home-signup div.gform_wrapper .top_label li.gfield.gf_left_half,
	.home-signup div.gform_wrapper .top_label li.gfield.gf_right_half {
		float: none;
		width: 100%;
	}

	.home-cta .cta-box {
		float: none;
		margin: 0 auto 20px;
		max-width: 98%;
	}

	.home-cta .cta-box .cta-title {
		font-size: 22px;
	}

	.home-slider div.soliloquy-container .soliloquy-caption {
		left: 2%;
		top: 10px;
	}

	.home-slider div.soliloquy-container .soliloquy-caption h5,
	.home-slider div.soliloquy-container .soliloquy-caption h4,
	.home-slider div.soliloquy-container .soliloquy-caption h3,
	.home-slider div.soliloquy-container .soliloquy-caption h2 {
		font-size: 15px;
	}

	.home-slider div.soliloquy-container .more-link a {
		font-size: 13px;
		padding: 4px 40px 4px 20px;
	}

	div.tribe-events-list .tribe-events-event-image {
		display: block;
		float: none;
		margin: 5px auto 8px;
		width: 85%;
	}


}

.page-id-5495 #page-title {
   display: none;
}

.page-id-5495 #wrapper img { max-width: 100%; }
