/*
	Theme Name: BreakPoint
	Description: This is a theme created for the Genesis Framework.
	Author: Theme Craft
	Author URI: http://www.themecraft.com/
 
	Version: 1.9
 
	Tags: black, orange, white, one-column, two-columns, three-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
 
	Template: genesis
	Template Version: 1.9
 
	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php 
*/
 

/* Table of Contents

	01 Import Fonts
	02 Defaults
	03 Typography
		- Font Color
		- Font Family
		- Font Size
		- Font Miscellaneous
	04 Layout
		- Structure
		- 1100px CSS Grid
		- Header
		- Main Content
		- Post Info & Meta
		- Column Classes
		- Content Boxes
		- Gradient Buttons
		- Miscellaneous
	05 Menus
		- Primary Navigation Extras
	06 Headings
	07 Lists
	08 Post Navigation
	09 Comments
	10 Sidebars
	11 Footer
		- Footer Widgets
	12 Forms & Buttons
		- Gravity Forms
	13 Images & Captions
	14 Media Queries
		- max-width: 1024px
		- max-width: 768px
		- max-width: 480px

*/


/*
01 Import Fonts
---------------------------------------------------------------------------------------------------- */

@import url(http://fonts.googleapis.com/css?family=Lato:400,700);


/*
02 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 {
	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"],
.btn {
	-moz-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #1e1e1e;
	color: #fff;
}

::selection {
	background-color: #1e1e1e;
	color: #fff;
}

a img {
	border: none;
}


/*
03 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
	
*/

/* 03a - Font Color ----------- */

a:hover,
body,
h2 a,
h2 a:visited,
h4.widgettitle a,
input,
.author,
.date,
.genesis-nav-menu li li a,
.genesis-nav-menu li li a:link,
.genesis-nav-menu li li a:visited,
.post-comments {
	color: #1e1e1e;
}

#title a,
#title a:hover {
	color: #fff;
}

#header .genesis-nav-menu a,
.genesis-nav-menu.menu-primary a {
	color: #fff;
}

.genesis-nav-menu.menu-secondary a {
	color: #222;
}

a,
h2 a:hover,
#header .genesis-nav-menu a:hover,
#header .genesis-nav-menu .current-menu-item a,
.genesis-nav-menu li a:hover,
.genesis-nav-menu li:hover a,
.genesis-nav-menu li li a:hover,
.genesis-nav-menu .current-menu-item a {
	color: #cc3300;
}

.post-info,
.post-meta {
	color: #999;
}

.post-info a,
.post-meta a {
	color: #cc3300;
}

#description {
	color: #444;
}

blockquote::before,
blockquote p,
input,
select,
textarea {
	color: #ccc;
}

button,
input[type="button"],
input[type="submit"],
.btn,
.genesis-nav-menu .highlight-menu-item a,
.genesis-nav-menu .highlight-menu-item a:hover,
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	color: #fff;
}

.sidebar .enews-widget h4,
.sidebar .enews-widget p {
	color: #fff;
}

.footer-widgets .widgettitle {
	color: #fff;
}

.footer-widgets .widget-area ul li {
	color: #444;
}

.footer-widgets .widget-area ul li a {
	color: #cc3300;
}

.footer-widgets .widget-area ul li a:hover {
	color: #fff;
}

#footer a,
#footer p {
	color: #fff;
}

#footer a:hover {
	color: #cc3300;
}

/* 03b - Font Family ----------- */

body,
input,
textarea,
.author-box h1 {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.entry-title a,
#title {
	font-family: 'Lato', sans-serif;
}

/* 03c - Font Size ----------- */

#title {
	font-size: 42px;
	font-size: 2.625rem;
}

h1,
.entry-title,
.entry-title a {
	font-size: 36px;
	font-size: 2.25rem;
}

blockquote::before {
	font-size: 32px;
	font-size: 2rem;
}

h2 {
	font-size: 30px;
	font-size: 1.875rem;
}

h3 {
	font-size: 24px;
	font-size: 1.5rem;
}

h4,
.archive-title,
.taxonomy-description h1,
.widgettitle {
	font-size: 20px;
	font-size: 1.25rem;
}

h5 {
	font-size: 18px;
	font-size: 1.125rem;
}

h6,
.author-box h1,
.sidebar h2 a {
	font-size: 20px;
	font-size: 1.25rem;
}

input,
select,
textarea,
.genesis-nav-menu,
.post-info,
.post-meta,
.wp-caption,
#footer p {
	font-size: 14px;
	font-size: 0.875rem;
}


/* 03d - Font Miscellaneous ----------- */

blockquote p {
	font-style: italic;
}

cite {
	font-style: normal;
}

button,
input[type="button"],
input[type="submit"],
h1,
h2,
h3,
h4,
h5,
h6,
.btn,
.entry-title a,
.genesis-nav-menu,
.post-comments,
.post-info .author,
.post-info .date,
.wp-caption,
#title {
	font-weight: 700;
}

.wp-caption {
	text-align: center;
}

h2 a,
h2 a:visited,
.genesis-nav-menu a,
.navigation li a,
.widgettitle a,
#title a {
	text-decoration: none;
}

#title a {
	text-transform: uppercase;
}

.genesis-nav-menu a {
	font-weight: 500;
	text-transform: uppercase;
}

.widgettitle {
	text-transform: uppercase;
}

.genesis-nav-menu li li a {
	text-transform: none;
}

.footer-widgets .widgettitle {
	font-weight: 400;
}

#footer a,
#footer p {
	line-height: 1.25;
	text-decoration: none;
}


/*
04 Layout
---------------------------------------------------------------------------------------------------- */

/* 04a - Structure ----------- */

#wrap {
	border-left: 0px dashed #ccc;
	border-right: 0px dashed #ccc;
	overflow: hidden;
	padding: 0;
	min-width: 1180px; /* width: 100%; */
	margin: 0 auto;
}

.breakpoint-landing #wrap {

}

#inner {
	background-color: #fff;
	clear: both;
	overflow: hidden;
	margin: 0 auto;
	padding: 40px;
	width: 1100px;
}

/* 04b - 1100px CSS Grid ----------- */

#title-area {
	width: 450px; /* 450px / 1100px */
}

#header .widget-area {
	width: 650px; /* 650px / 1100px */
}

#sidebar-alt {
	width: 180px; /* 180px / 1100px */
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.sidebar {
	width: 340px; /* 340px / 1100px */
}

.content-sidebar-sidebar .sidebar,
.sidebar-content-sidebar .sidebar,
.sidebar-sidebar-content .sidebar {
	width: 340px; /* 340px / 1100px */
}

.content-sidebar-sidebar #content,
.sidebar-content-sidebar #content,
.sidebar-sidebar-content #content {
	width: 500px; /* 500px / 880px */
}

.content-sidebar #content,
.sidebar-content #content {
	width: 720px; /* 720px / 1100px */
}

.content-sidebar-sidebar #content-sidebar-wrap,
.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap {
	width: 880px; /* 880px / 1100px */
}

.content-sidebar #content-sidebar-wrap,
.full-width-content #content,
.full-width-content #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
	width: 1100px; /* 1100px / 1100px */
}

.footer-widgets-1,
.footer-widgets-2,
.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar,
#content,
#content-sidebar-wrap,
#footer .gototop,
#sidebar-alt,
#title-area {
	float: left;
}

.content-sidebar-sidebar #sidebar-alt,
.footer-widgets-3,
.sidebar,
.sidebar-content #content,
.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content,
.sidebar-sidebar-content #content-sidebar-wrap,
#footer .creds,
#header .widget-area {
	float: right;
}

/* 04c - Header ----------- */

.site-container{
line-height:1 !important;
width:100%;
}

#headerwrapper {
	background-color: transparent;
	min-height: 120px;
	overflow: hidden;
	width: 100%;
height: auto;
margin:auto;
}

#headerwrapper p {
text-shadow:1px 1px #000;
font-weight:500;
letter-spacing:1.5px;
}

.header-content {
padding-top:12%;
}

#headerwrapper img{
border:1px solid #fff;
line-height:1 !important;
}

#header {
	margin: 0 auto;
	min-height: 120px;
	overflow: hidden;
	padding: 0 40px;
	width: 1100px;
}

#header .wrap {
	margin-bottom: 32px;
	margin-bottom: 2.5rem;
	overflow: hidden;
}

#title {
	line-height: 1;
	margin: 40px 0 8px;
	margin: 2.5rem 0 0.5rem;
}

.header-image #title {
	margin: 0;
}

#description {
	line-height: 1.25;
}

.header-full-width #title,
.header-full-width #title a,
.header-full-width #title-area {
	width: 100%;
}

.header-image #title,
.header-image #title a,
.header-image #title-area {
	display: block;
	float: left;
	min-height: 120px;
	overflow: hidden;
	text-indent: -9999px;
	width: 50%;
}

.header-image #description {
	display: block;
	overflow: hidden;
}

/* 04d - Main Content ----------- */

#content {
	padding-bottom: 40px;
	padding-bottom: 2.5rem;
}

.entry,
.page .post.entry {
	margin-bottom: 80px;
	margin-bottom: 5rem;
}

.single .entry {
	margin-bottom: 48px;
	margin-bottom: 3rem;
}

.page .entry {
	margin: 0;
}

.entry-content {
	overflow: hidden;
}

.entry-content,
.entry-content p {
	line-height: 1.625;
}

.entry-content p {
	margin-bottom: 26px;
	margin-bottom: 1.625rem;
}

blockquote {
	padding: 24px 64px;
	padding: 1.5rem 4rem;
}

blockquote::before {
	content: "“";
	display: block;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

/* 04e - Post Info & Meta ----------- */

.post-info,
.post-meta {
	clear: both;
	line-height: 1.5;
}

.post-info {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}

.post-comments {
	background: url(images/icon-comments.png) no-repeat center left;
	margin-left: 16px;
	margin-left: 1rem;
	padding-left: 20px;
	padding-left: 1.5rem;
}

.post .time {
	background: url(images/icon-time.png) no-repeat center left;
	padding-left: 20px;
	padding-left: 1.5rem;
}

.post-meta {
	border-top: 1px dashed #ccc;
	padding-top: 24px;
	padding-top: 1.5rem;
}

.categories,
.tags {
	display: block;
}

/* 04f - 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: 3.636363636364%; /* 40px / 1100px */
}

.one-half,
.three-sixths,
.two-fourths {
	width: 45.454545454545%; /* 500px / 1100px */
}

.one-third,
.two-sixths {
	width: 30.909090909091%; /* 340px / 1100px */
}

.four-sixths,
.two-thirds {
	width: 65.454545454545%; /* 720px / 1100px */
}

.one-fourth {
	width: 22.272727272727%; /* 245px / 1100px */
}

.three-fourths {
	width: 74.090909090909%; /* 815px / 1100px */
}

.one-fifth {
	width: 17.090909090909%; /* 188px / 1100px */
}

.two-fifths {
	width: 37.818181818182%; /* 416px / 1100px */
}

.three-fifths {
	width: 58.545454545455%; /* 644px / 1100px */
}

.four-fifths {
	width: 79.272727272727%; /* 872px / 1100px */
}

.one-sixth {
	width: 13.636363636364%; /* 150px / 1100px */
}

.five-sixths {
	width: 82.727272727273%; /* 910px / 1100px */
}

.first {
	margin-left: 0;
}

/* 04g - Content Boxes ----------- */

.content-box-blue,
.content-box-green,
.content-box-purple,
.content-box-red,
.content-box-yellow,
.content-box-white,
.content-box-gray,
.content-box-black {
    border-radius: 5px;
    margin: 0 0 30px;
    overflow: hidden;
    padding: 20px;
}

.content-box-blue {
    background-color: #d8ecf7;
    border: 1px solid #afcde3;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#dfefff), to(#d8ecf7));
    background-image: -webkit-linear-gradient(top, #dfefff, #d8ecf7); 
    background-image:    -moz-linear-gradient(top, #dfefff, #d8ecf7);
    background-image:     -ms-linear-gradient(top, #dfefff, #d8ecf7);
    background-image:      -o-linear-gradient(top, #dfefff, #d8ecf7);
}

.content-box-green {
    background-color: #d9edc2;
    border: 1px solid #b2ce96;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#dfefcf), to(#d9edc2));
    background-image: -webkit-linear-gradient(top, #dfefcf, #d9edc2); 
    background-image:    -moz-linear-gradient(top, #dfefcf, #d9edc2);
    background-image:     -ms-linear-gradient(top, #dfefcf, #d9edc2);
    background-image:      -o-linear-gradient(top, #dfefcf, #d9edc2);
}

.content-box-purple {
    background-color: #e2e2f9;
    border: 1px solid #bebde9;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#efefff), to(#e2e2f9));
    background-image: -webkit-linear-gradient(top, #efefff, #e2e2f9); 
    background-image:    -moz-linear-gradient(top, #efefff, #e2e2f9);
    background-image:     -ms-linear-gradient(top, #efefff, #e2e2f9);
    background-image:      -o-linear-gradient(top, #efefff, #e2e2f9);
}

.content-box-red {
    background-color: #f9dbdb;
    border: 1px solid #e9b3b3;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffdfdf), to(#f9dbdb));
    background-image: -webkit-linear-gradient(top, #ffdfdf, #f9dbdb); 
    background-image:    -moz-linear-gradient(top, #ffdfdf, #f9dbdb);
    background-image:     -ms-linear-gradient(top, #ffdfdf, #f9dbdb);
    background-image:      -o-linear-gradient(top, #ffdfdf, #f9dbdb);
}

.content-box-yellow {
    background-color: #fef5c4;
    border: 1px solid #fadf98;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffdf), to(#fef5c4));
    background-image: -webkit-linear-gradient(top, #ffffdf, #fef5c4); 
    background-image:    -moz-linear-gradient(top, #ffffdf, #fef5c4);
    background-image:     -ms-linear-gradient(top, #ffffdf, #fef5c4);
    background-image:      -o-linear-gradient(top, #ffffdf, #fef5c4);
}

.content-box-white {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#f3f3f3));
    background-image: -webkit-linear-gradient(top, #ffffff, #f3f3f3); 
    background-image:    -moz-linear-gradient(top, #ffffff, #f3f3f3);
    background-image:     -ms-linear-gradient(top, #ffffff, #f3f3f3);
    background-image:      -o-linear-gradient(top, #ffffff, #f3f3f3);
}

.content-box-gray {
    background-color: #e2e2e2;
    border: 1px solid #bdbdbd;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#efefef), to(#e2e2e2));
    background-image: -webkit-linear-gradient(top, #efefef, #e2e2e2); 
    background-image:    -moz-linear-gradient(top, #efefef, #e2e2e2);
    background-image:     -ms-linear-gradient(top, #efefef, #e2e2e2);
    background-image:      -o-linear-gradient(top, #efefef, #e2e2e2);
}

.content-box-black {
    background-color: #222222;
    border: 1px solid #000000;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3f3f3f), to(#222222));
    background-image: -webkit-linear-gradient(top, #3f3f3f, #222222); 
    background-image:    -moz-linear-gradient(top, #3f3f3f, #222222);
    background-image:     -ms-linear-gradient(top, #3f3f3f, #222222);
    background-image:      -o-linear-gradient(top, #3f3f3f, #222222);
    color: #ffffff;
}

/* 04h - Gradient Buttons ----------- */

a.button-blue,
a.button-green,
a.button-purple,
a.button-red,
a.button-yellow,
a.button-white,
a.button-gray,
a.button-black {
	border-radius: 3px;
	display: inline-block;
	font-size: 16px;
	font-size: 1rem;
	padding: 10px 15px;
	padding: 0.625rem 0.9375rem;
	text-align: center;
	width: 130px;
}

a.button-blue {
	background-color: #d8ecf7;
	border: 1px solid #afcde3;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#dfefff), to(#d8ecf7));
	background-image: -webkit-linear-gradient(top, #dfefff, #d8ecf7); 
	background-image:    -moz-linear-gradient(top, #dfefff, #d8ecf7);
	background-image:     -ms-linear-gradient(top, #dfefff, #d8ecf7);
	background-image:      -o-linear-gradient(top, #dfefff, #d8ecf7);
	color: #222;
	text-decoration: none;
}

a.button-blue:hover {
	background-color: #afcde3;
	border: 1px solid #afcde3;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d8ecf7), to(#dfefff));
	background-image: -webkit-linear-gradient(top, #d8ecf7, #dfefff); 
	background-image:    -moz-linear-gradient(top, #d8ecf7, #dfefff);
	background-image:     -ms-linear-gradient(top, #d8ecf7, #dfefff);
	background-image:      -o-linear-gradient(top, #d8ecf7, #dfefff);
}

a.button-green {
	background-color: #d9edc2;
	border: 1px solid #b2ce96;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#dfefcf), to(#d9edc2));
	background-image: -webkit-linear-gradient(top, #dfefcf, #d9edc2); 
	background-image:    -moz-linear-gradient(top, #dfefcf, #d9edc2);
	background-image:     -ms-linear-gradient(top, #dfefcf, #d9edc2);
	background-image:      -o-linear-gradient(top, #dfefcf, #d9edc2);
	color: #222;
	text-decoration: none;
}

a.button-green:hover {
	background-color: #b2ce96;
	border: 1px solid #b2ce96;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d9edc2), to(#dfefcf));
	background-image: -webkit-linear-gradient(top, #d9edc2, #dfefcf); 
	background-image:    -moz-linear-gradient(top, #d9edc2, #dfefcf);
	background-image:     -ms-linear-gradient(top, #d9edc2, #dfefcf);
	background-image:      -o-linear-gradient(top, #d9edc2, #dfefcf);
}

a.button-purple {
	background-color: #e2e2f9;
	border: 1px solid #bebde9;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#efefff), to(#e2e2f9));
	background-image: -webkit-linear-gradient(top, #efefff, #e2e2f9); 
	background-image:    -moz-linear-gradient(top, #efefff, #e2e2f9);
	background-image:     -ms-linear-gradient(top, #efefff, #e2e2f9);
	background-image:      -o-linear-gradient(top, #efefff, #e2e2f9);
	color: #222;
	text-decoration: none;
}

a.button-purple:hover {
	background-color: #bebde9;
	border: 1px solid #bebde9;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(##e2e2f9), to(#efefff));
	background-image: -webkit-linear-gradient(top, #e2e2f9, #efefff); 
	background-image:    -moz-linear-gradient(top, #e2e2f9, #efefff);
	background-image:     -ms-linear-gradient(top, #e2e2f9, #efefff);
	background-image:      -o-linear-gradient(top, #e2e2f9, #efefff);
}

a.button-red {
	background-color: #f9dbdb;
	border: 1px solid #e9b3b3;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffdfdf), to(#f9dbdb));
	background-image: -webkit-linear-gradient(top, #ffdfdf, #f9dbdb); 
	background-image:    -moz-linear-gradient(top, #ffdfdf, #f9dbdb);
	background-image:     -ms-linear-gradient(top, #ffdfdf, #f9dbdb);
	background-image:      -o-linear-gradient(top, #ffdfdf, #f9dbdb);
	color: #222;
	text-decoration: none;
}

a.button-red:hover {
	background-color: #e9b3b3;
	border: 1px solid #e9b3b3;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9dbdb), to(#ffdfdf));
	background-image: -webkit-linear-gradient(top, #f9dbdb, #ffdfdf); 
	background-image:    -moz-linear-gradient(top, #f9dbdb, #ffdfdf);
	background-image:     -ms-linear-gradient(top, #f9dbdb, #ffdfdf);
	background-image:      -o-linear-gradient(top, #f9dbdb, #ffdfdf);
}

a.button-yellow {
	background-color: #fef5c4;
	border: 1px solid #fadf98;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffdf), to(#fef5c4));
	background-image: -webkit-linear-gradient(top, #ffffdf, #fef5c4); 
	background-image:    -moz-linear-gradient(top, #ffffdf, #fef5c4);
	background-image:     -ms-linear-gradient(top, #ffffdf, #fef5c4);
	background-image:      -o-linear-gradient(top, #ffffdf, #fef5c4);
	color: #222;
	text-decoration: none;
}

a.button-yellow:hover {
	background-color: #fadf98;
	border: 1px solid #fadf98;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fef5c4), to(#ffffdf));
	background-image: -webkit-linear-gradient(top, #fef5c4, #ffffdf); 
	background-image:    -moz-linear-gradient(top, #fef5c4, #ffffdf);
	background-image:     -ms-linear-gradient(top, #fef5c4, #ffffdf);
	background-image:      -o-linear-gradient(top, #fef5c4, #ffffdf);
}

a.button-white {
	background-color: #ffffff;
	border: 1px solid #dddddd;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#f3f3f3));
	background-image: -webkit-linear-gradient(top, #ffffff, #f3f3f3); 
	background-image:    -moz-linear-gradient(top, #ffffff, #f3f3f3);
	background-image:     -ms-linear-gradient(top, #ffffff, #f3f3f3);
	background-image:      -o-linear-gradient(top, #ffffff, #f3f3f3);
	color: #444;
	text-decoration: none;
}

a.button-white:hover {
	background-color: #dddddd;
	border: 1px solid #dddddd;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f3f3f3), to(#ffffff));
	background-image: -webkit-linear-gradient(top, #f3f3f3, #ffffff); 
	background-image:    -moz-linear-gradient(top, #f3f3f3, #ffffff);
	background-image:     -ms-linear-gradient(top, #f3f3f3, #ffffff);
	background-image:      -o-linear-gradient(top, #f3f3f3, #ffffff);
}

a.button-gray {
	background-color: #e2e2e2;
	border: 1px solid #bdbdbd;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#efefef), to(#e2e2e2));
	background-image: -webkit-linear-gradient(top, #efefef, #e2e2e2); 
	background-image:    -moz-linear-gradient(top, #efefef, #e2e2e2);
	background-image:     -ms-linear-gradient(top, #efefef, #e2e2e2);
	background-image:      -o-linear-gradient(top, #efefef, #e2e2e2);
	color: #444;
	text-decoration: none;
}

a.button-gray:hover {
	background-color: #bdbdbd;
	border: 1px solid #bdbdbd;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e2e2e2), to(#efefef));
	background-image: -webkit-linear-gradient(top, #e2e2e2, #efefef); 
	background-image:    -moz-linear-gradient(top, #e2e2e2, #efefef);
	background-image:     -ms-linear-gradient(top, #e2e2e2, #efefef);
	background-image:      -o-linear-gradient(top, #e2e2e2, #efefef);
}

a.button-black {
	background-color: #222222;
	border: 1px solid #000000;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3f3f3f), to(#222222));
	background-image: -webkit-linear-gradient(top, #3f3f3f, #222222); 
	background-image:    -moz-linear-gradient(top, #3f3f3f, #222222);
	background-image:     -ms-linear-gradient(top, #3f3f3f, #222222);
	background-image:      -o-linear-gradient(top, #3f3f3f, #222222);
	color: #fff;
	text-decoration: none;
}

a.button-black {
	background-color: #000000;
	border: 1px solid #000000;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#222222), to(#3f3f3f));
	background-image: -webkit-linear-gradient(top, #222222, #3f3f3f); 
	background-image:    -moz-linear-gradient(top, #222222, #3f3f3f);
	background-image:     -ms-linear-gradient(top, #222222, #3f3f3f);
	background-image:      -o-linear-gradient(top, #222222, #3f3f3f);
}

/* 04i - 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,
.sticky {
	margin-bottom: 80px;
	margin-bottom: 5rem;
}

.author-box,
.author-box h1,
.taxonomy-description {
	line-height: 1.5;
}

.author-box,
.breadcrumb,
.sticky,
.taxonomy-description {
	background-color: #f0f0f0;
	border-radius: 5px;
	margin-bottom: 48px;
	margin-bottom: 3rem;
	overflow: hidden;
	padding: 32px;
	padding: 2rem;
}

.breadcrumb {
	padding: 20px 32px;
	padding: 1.5rem 2rem;
}

/*
05 Menus
---------------------------------------------------------------------------------------------------- */

#nav {
	background-color: #1b1b1b; 
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1f1f1f), to(#1b1b1b));
	background-image: -webkit-linear-gradient(top, #1f1f1f, #1b1b1b); 
	background-image:    -moz-linear-gradient(top, #1f1f1f, #1b1b1b);
	background-image:     -ms-linear-gradient(top, #1f1f1f, #1b1b1b);
	background-image:      -o-linear-gradient(top, #1f1f1f, #1b1b1b);
	width: 100%;
}

#nav .wrap {
	margin: 0 auto;
	padding: 0 40px;
	width: 1100px;
}

#subnav {
	background-color: #ffffff; 
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#f7f7f7));
	background-image: -webkit-linear-gradient(top, #ffffff, #f7f7f7); 
	background-image:    -moz-linear-gradient(top, #ffffff, #f7f7f7);
	background-image:     -ms-linear-gradient(top, #ffffff, #f7f7f7);
	background-image:      -o-linear-gradient(top, #ffffff, #f7f7f7);
	border-bottom: 1px solid #ccc;
	width: 100%;
}

#subnav .wrap {
	margin: 0 auto;
	padding: 0 40px;
	width: 1100px;
}

.genesis-nav-menu {
	clear: both;
	overflow: hidden;
}

#header .genesis-nav-menu {
	float: right;
	margin-top: 48px;
	margin-top: 3rem;
	width: auto;
}

.genesis-nav-menu.menu-primary {
	border-bottom: 0px solid #ccc;
}

.genesis-nav-menu.menu-secondary {
	border-bottom: 0px solid #ccc;
}

.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;
	padding: 1.5rem;
	position: relative;
}

.genesis-nav-menu li.highlight-menu-item {
	margin-left: 0px;
	margin-left: 0rem;
}

.genesis-nav-menu .highlight-menu-item a {
	background-color: #cc3300;
}

.genesis-nav-menu .highlight-menu-item a:hover {
	background-color: #aaa;
}

.genesis-nav-menu li li a,
.genesis-nav-menu li li a:link,
.genesis-nav-menu li li a:visited {
	background-color: #fff;
	border: 1px solid #ccc;
	border-top: none;
	padding: 20px;
	padding: 1.25rem;
	position: relative;
	width: 170px;
}

.genesis-nav-menu li ul {
	left: -9999px;
	position: absolute;
	width: 212px;
	z-index: 99;
}

.genesis-nav-menu li ul ul {
	margin: -55px 0 0 211px;
}

.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;
}

ul.genesis-nav-menu li:hover>ul,
ul.genesis-nav-menu li.sfHover ul,
#header .genesis-nav-menu li:hover>ul,
#header .genesis-nav-menu li.sfHover ul {
	left: auto;
}

.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;
}

/* 05a - Primary Navigation Extras ----------- */

.genesis-nav-menu li.right {
	float: right;
	padding: 24px 20px;
	padding: 1.5rem 1.25rem;
}

.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: 20px;
	margin-left: 1.25rem;
	padding-left: 20px;
	padding-left: 1.25rem;
}

.genesis-nav-menu li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding-left: 24px;
	padding-left: 1.5rem;
}


/*
06 Headings
---------------------------------------------------------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6,
.entry-title a {
	line-height: 1.2;
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

.author-box h1 {
	margin: 0
}

.taxonomy-description h1 {
	margin-bottom: 4px;
	margin-bottom: 0.25rem;
}

.archive-title {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}


/*
07 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;
}


/*
08 Post Navigation
---------------------------------------------------------------------------------------------------- */

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	background-color: #1e1e1e;
	border-radius: 3px;
	cursor: pointer;
	padding: 12px;
	padding: 0.75rem;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #cc3300;
}


/*
09 Comments
---------------------------------------------------------------------------------------------------- */

#comments,
#respond {
	line-height: 1.5;
	overflow: hidden;
}

.ping-list,
#comments {
	margin-bottom: 48px;
	margin-bottom: 3rem;
}

#author,
#email,
#url {
	width: 50%;
}

.commentmetadata,
#author,
#email,
#url {
	margin-bottom: 12px;
	margin-bottom: 0.75rem;
}

#comment {
	margin: 12px 0;
	margin: 0.75rem 0;
}

label {
	margin-left: 12px;
	margin-left: 0.75rem;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
	margin-top: 24px;
	margin-top: 1.5rem;
	padding: 32px;
	padding: 2rem;
}

.comment-list li ul li {
	margin-right: -32px;
	margin-right: -2rem;
}

.comment-header {
	overflow: hidden;
}

.comment {
	background-color: #f0f0f0;
	border: 2px solid #fff;
	border-radius: 5px;
	border-right: none;
}

.comment-content p {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}

.bypostauthor {
}

#comments .navigation {
	margin-top: 32px;
	margin-top: 2rem;
}


/*
10 Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	display: inline;
	line-height: 1.5;
}

.sidebar p {
	margin-bottom: 16px;
	margin-bottom: 1rem;
font-size:14px;
font-weight:500;
}

.sidebar .widget {
	border-bottom: 1px dashed #ccc;
	margin-bottom: 32px;
	margin-bottom: 2rem;
	padding-bottom: 32px;
	padding-bottom: 2rem;
	overflow: hidden;
}

.sidebar.widget-area ul li {
	list-style-type: disc;
	margin-bottom: 6px;
	margin-bottom: 0.375rem;
	margin-left: 1.25rem;
	word-wrap: break-word;
}

.sidebar .enews-widget {
	background-color: #1b1b1b; 
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1f1f1f), to(#1b1b1b));
	background-image: -webkit-linear-gradient(top, #1f1f1f, #1b1b1b); 
	background-image:    -moz-linear-gradient(top, #1f1f1f, #1b1b1b);
	background-image:     -ms-linear-gradient(top, #1f1f1f, #1b1b1b);
	background-image:      -o-linear-gradient(top, #1f1f1f, #1b1b1b);
	border-bottom: none;
	border-radius: 5px;
	padding: 30px;
	padding: 1.875rem;
}

.sidebar .enews-widget input {
	margin-bottom: 10px;
	margin-bottom: .625rem;
}

.sidebar .enews-widget #subbutton {
	text-transform: uppercase;
}

.sidebar .enews-widget #subbutton:hover {
	background-color: #aaa;
}

#wp-calendar {
	width: 100%;
	text-align: center;
}

.after-post-area {
	display: inline;
	line-height: 1.5;
}

.after-post-area .widget {
	border: 1px solid #222;
	border-radius: 5px;
	margin: 32px 0;
	margin: 2rem 0;
	padding: 32px;
	padding: 2rem;
	overflow: hidden;
}

.after-post-area.widget-area ul li {
	list-style-type: disc;
	margin-bottom: 6px;
	margin-bottom: 0.375rem;
	margin-left: 1.25rem;
	word-wrap: break-word;
}


/*
11 Footer
---------------------------------------------------------------------------------------------------- */

#footer {
	background-color: #1b1b1b; 
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1f1f1f), to(#1b1b1b));
	background-image: -webkit-linear-gradient(top, #1f1f1f, #1b1b1b); 
	background-image:    -moz-linear-gradient(top, #1f1f1f, #1b1b1b);
	background-image:     -ms-linear-gradient(top, #1f1f1f, #1b1b1b);
	background-image:      -o-linear-gradient(top, #1f1f1f, #1b1b1b);
	clear: both;
}

#footer .wrap {
	border-top: 0px solid #ccc;
	margin: 0 auto;
	overflow: hidden;
	padding: 24px 40px;
	padding: 1.5rem 2.5rem;
	width: 1100px;
}

#footer .creds {
	text-align: right;
}

#footer .creds,
#footer .gototop {
	margin: 8px 0;
	margin: 0.5rem 0;
}

/* 11a - Footer Widgets ----------- */

.footer-widgets {
	background-color: #f5f5f5; 
	border-top: 0px solid #cc3300;
	clear: both;
	line-height: 1.5;
	overflow: hidden;
	padding: 10px 0 10px;
	width: 100%;
}

.footer-widgets .wrap {
	clear: both;
	overflow: hidden;
	padding: 0 40px;
	margin: 0 auto;
	width: 1100px;
}

.footer-widgets p {
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

.footer-widgets .widget {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}

.footer-widgets .widget-area ul li {
	list-style-type: disc;
	margin-bottom: 6px;
	margin-bottom: 0.375rem;
	margin-left: 1.25rem;
	word-wrap: break-word;
}

.footer-widgets-1 {
	margin-right: 40px; /* 40px / 1100px */
}


/*
12 Forms & Buttons
---------------------------------------------------------------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 14px;
	padding: .875rem;
	width: 100%;
}

#header .search-form {
	float: right;
	margin-top: 48px;
	margin-top: 3rem;
	width: 100%;
}

button,
input[type="button"],
input[type="submit"],
.btn {
	background-color: #cc3300;
	border: none;
	box-shadow: none;
	cursor: pointer;
	padding: 16px 24px;
	padding: 1rem 1.5rem;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="submit"],
.btn:hover {
	background-color: #222;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.enews input[type="submit"] {
	background-color: #cc3300;
	border: none;
	box-shadow: none;
	cursor: pointer;
	padding: 16px 24px;
	padding: 1rem 1.5rem;
	width: 100%;
}

/* 12a - 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: 16px;
	padding: 1rem;
}

#content div.gform_wrapper input[type="submit"] {
	padding: 16px 24px;
	padding: 1rem 1.5rem;
}

#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;
}


/*
13 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;
}

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,
.post-image,
.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;
}

p.wp-caption-text {
	line-height: 1.2;
	margin-top: 12px;
	margin-top: 0.75rem;
}

.gallery-caption {
}


/*
14 Media Queries
---------------------------------------------------------------------------------------------------- */

/* Wide Desktops ----------- */

@media only screen and (min-width: 1240px) {

	#wrap {
		padding: 0;
		min-width: 1240px; /* mod */
	}	
	
	#header {
		width: 1160px;
	}
	
	#nav .wrap {
		width: 1160px;
	}
	
	#subnav .wrap {
		width: 1160px;
	}
	
	#inner {
		margin: 0 auto;
		padding-top: 40px;
		width: 1160px;
	}
	
	#title-area {
		width: 480px; /* 480px / 1160px */
	}
	
	#header .widget-area {
		width: 680px; /* 680px / 1160px */
	}
	
	#sidebar-alt {
		width: 200px; /* 200px / 1160px */
	}
	
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar {
		width: 360px; /* 360px / 1160px */
	}
	
	.content-sidebar-sidebar .sidebar,
	.sidebar-content-sidebar .sidebar,
	.sidebar-sidebar-content .sidebar {
		width: 360px; /* 360px / 1160px */
	}
	
	.content-sidebar-sidebar #content,
	.sidebar-content-sidebar #content,
	.sidebar-sidebar-content #content {
		width: 520px; /* 520px / 1160px */
	}
	
	.content-sidebar #content,
	.sidebar-content #content {
		width: 760px; /* 760px / 1160px */
	}
	
	.content-sidebar-sidebar #content-sidebar-wrap,
	.sidebar-content-sidebar #content-sidebar-wrap,
	.sidebar-sidebar-content #content-sidebar-wrap {
		width: 920px; /* 920px / 1160px */
	}
	
	.content-sidebar #content-sidebar-wrap,
	.full-width-content #content,
	.full-width-content #content-sidebar-wrap,
	.sidebar-content #content-sidebar-wrap {
		width: 1160px; /* 1160px / 1160px */
	}
	
	.footer-widgets .wrap {
		width: 1160px;
	}
	
	#footer .wrap {
		width: 1160px;
	}
}

@media only screen and (min-width: 1180px) and (max-width: 1239px) {

	#wrap {
		padding: 0;
		min-width: 1180px; /* mod */
	}	
	
	#header {
		width: 1100px;
	}
	
	#nav .wrap {
		width: 1100px;
	}
	
	#subnav .wrap {
		width: 1100px;
	}
	
	#inner {
		margin: 0 auto;
		padding-top: 40px;
		width: 1100px;
	}
	
	#title-area {
		width: 450px; /* 450px / 1100px */
	}
	
	#header .widget-area {
		width: 650px; /* 650px / 1100px */
	}
	
	#sidebar-alt {
		width: 180px; /* 180px / 1160px */
	}
	
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar {
		width: 340px; /* 340px / 1100px */
	}
	
	.content-sidebar-sidebar .sidebar,
	.sidebar-content-sidebar .sidebar,
	.sidebar-sidebar-content .sidebar {
		width: 340px; /* 340px / 1100px */
	}
	
	.content-sidebar-sidebar #content,
	.sidebar-content-sidebar #content,
	.sidebar-sidebar-content #content {
		width: 500px; /* 500px / 880px */
	}
	
	.content-sidebar #content,
	.sidebar-content #content {
		width: 720px; /* 720px / 1100px */
	}
	
	.content-sidebar-sidebar #content-sidebar-wrap,
	.sidebar-content-sidebar #content-sidebar-wrap,
	.sidebar-sidebar-content #content-sidebar-wrap {
		width: 880px; /* 880px / 1100px */
	}
	
	.content-sidebar #content-sidebar-wrap,
	.full-width-content #content,
	.full-width-content #content-sidebar-wrap,
	.sidebar-content #content-sidebar-wrap {
		width: 1100px; /* 1100px / 1100px */
	}
	
	.footer-widgets .wrap {
		width: 1100px;
	}
	
	#footer .wrap {
		width: 1100px;
	}
}


/* Desktops, laptops and iPads (landscape) ----------- */

@media only screen and (min-width: 1024px) and (max-width: 1179px) {

	#wrap {
		padding: 0;
		min-width: 1020px; /* mod */
	}	
	
	#header {
		padding: 0 30px;
		width: 960px;	
	}
	
	#nav .wrap {
		padding: 0 30px;
		width: 960px;
	}

	#subnav .wrap {
		padding: 0 30px;
		width: 960px;
	}
	
	#inner {
		padding: 30px;
		margin: 0 auto;
		width: 960px;
	}
	
	#title-area {
		width: 380px; /* 550px / 1100px */
	}
	
	#header .widget-area {
		width: 580px; /* 550px / 1100px */
	}
	
	#sidebar-alt {
		width: 160px; /* 160px / 960px */
	}
	
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar {
		width: 300px; /* 300px / 960px */
	}
	
	.content-sidebar-sidebar .sidebar,
	.sidebar-content-sidebar .sidebar,
	.sidebar-sidebar-content .sidebar {
		width: 300px; /* 300px / 960px */
	}
	
	.content-sidebar-sidebar #content,
	.sidebar-content-sidebar #content,
	.sidebar-sidebar-content #content {
		width: 440px; /* 440px / 880px */
	}
	
	.content-sidebar #content,
	.sidebar-content #content {
		width: 630px; /* 630px / 960px */
	}
	
	.content-sidebar-sidebar #content-sidebar-wrap,
	.sidebar-content-sidebar #content-sidebar-wrap,
	.sidebar-sidebar-content #content-sidebar-wrap {
		width: 770px; /* 770px / 960px */
	}
	
	.content-sidebar #content-sidebar-wrap,
	.full-width-content #content,
	.full-width-content #content-sidebar-wrap,
	.sidebar-content #content-sidebar-wrap {
		width: 960px; /* 960px / 960px */
	}
	
	.after-post-area .widget {
		padding: 30px;
	}
		
	.footer-widgets .wrap {
		padding: 0 30px;
		width: 960px;
	}
	
	.footer-widgets-1 {
		margin-right: 30px; /* 30px / 960px */
	}
	
	#footer .wrap {
		padding: 24px 30px;
		width: 960px;
	}
}

/* iPads (portrait) ----------- */

@media only screen and (max-width: 1023px) {

	#wrap {
		padding: 0;
		min-width: 100%; /*mod */
	}

	#header {
		padding: 0 5%;
		width: auto;	
	}
	
	#header .wrap {
		margin-bottom: 16px;
		margin-bottom: 1rem;
		width: auto;	
	}
	
	#nav .wrap {
		padding: 0 5%;
		width: auto;
	}

	#subnav .wrap {
		padding: 0 5%;
		width: auto;
	}
	
	#inner {
		padding: 4%;
		width: auto;
	}
	
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.wrap,
	#footer .creds,
	#footer .gototop,
	#header .widget-area,
	#title-area,
	#wrap .sidebar,
	#wrap #content,
	#wrap #content-sidebar-wrap,
	#wrap #sidebar-alt {
		width: 100%;
	}

	.genesis-nav-menu li,
	#footer .creds,
	#footer .gototop,
	#header ul.genesis-nav-menu,
	#header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	#description,
	#footer .creds,
	#footer .gototop,
	#header .search-form,
	#title,
	#title-area {
		text-align: center;
	}

	.genesis-nav-menu a {
		padding: 20px 16px;
		padding: 1.25rem 1rem;
	}

	#title {
		margin: 16px 0;
		margin: 1rem 0 0.5rem;
	}

	#header .search-form {
		margin: 22px auto 0;
		margin: 1.5rem auto 0;
		width: 100%;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	.entry-content p {
		clear: both;
	}
	
	.after-post-area .widget {
		padding: 5%;
	}
	
	.footer-widgets-1,
	#header .genesis-nav-menu {
		margin: 0;
	}
	
	.footer-widgets .wrap {
		padding: 0 5%;
		width: auto;
	}
	
	.footer-widgets-1 {
		margin-right: 0;
	}
	
	#footer .wrap {
		padding: 3% 5%;
		width: auto;
	}

}

/* iPhones (portrait and landscape) ----------- */

@media only screen and (max-width: 480px) {

	html {
		font-size: 87.5%; /* 14px base */
	}

	#wrap {
		min-width: 100%; /*mod */
	}

	#header .search-form {
		width: 100%;
	}

	.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%;
	}

}

sub, sup {
  font-size: 40%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -1em;
}

/*-----------------------------------Custom Theme Edits-----------------------------------*/

h1, h2, h3, h4, h5, h6, .entry-title a, #title, input, select{
font-family:'Poppins', sans-serif;
font-weight:500;
line-height:1.4;
/*color:#BF8B38;*/
letter-spacing:1.8px;
}

h1 {font-size:46px;}
h2 {font-size:42px;}
h3 {font-size:38px;}
h4 {font-size:34px;}
h5 {font-size:32px;}
h6 {font-size:20px;}


div, p {
font-family:'Zen Kaku Gothic Antique', sans-serif;
font-weight:300;
font-size:18px;
line-height: 1.825 !important;
letter-spacing:1px;
}

.entry-title a, .entry-title{font-size:1.6rem !important;
line-height:1.2 !important;
}

.blog .content .entry-title {
    letter-spacing: 1px;
    line-height: 1.2;
    background-color: rgba(0, 0, 0, 0.8);
    display: block;
    max-width: 86%;
    padding: 4px;
    margin: auto;
}

.blog .content .entry-title a {
    padding-top: 8px;
    padding-bottom: 8px;
}

.single-post .content .entry-title{font-size:36px !important;}

.sidebar p{text-align:center;}


.sidebar .entry-title a{font-size:1rem !important;
line-height:1 !important;
padding:4px;
color:#000 !important;
text-align:center;}

.sidebar .entry-title a:hover{
color:#BF8B38 !important;}

.sidebar .entry-title{text-align:center;
line-height:1 !important;}

.featuredpost .entry{margin-bottom:0px !important;}

.featuredpost .aligncenter{margin:0px;}

.title-area{display:none;}

.single-post .entry-header{
padding-bottom:30px;
padding-top:10px;

}

.sidebar .entry-header{padding-top:10px;
padding-bottom:0px;}

.sidebar .entry-title {margin-bottom:0px;}
.sidebar p {margin-bottom:0px;}

.genesis-nav-menu li{width:100%;
text-align:center;
}

.genesis-nav-menu.menu-primary{display:flex;}

.blog .content .post{
position:relative;
display:inline-block;
padding:3%;
margin-bottom:0px;
}

.blog .content .post .entry-content{
margin-bottom:2%;
}


.content-sidebar-wrap{
max-width:100%;
}
.full-width-content .content{
width:100%;
display:block;
margin:auto;
}

.content-sidebar .content{
width:68%;
padding:1%;
float:left;
}

.sidebar-primary{
width:24%;
padding:1%;
float:right;
}


.site-inner{
    width: 1280px;
    margin: auto;
padding-top:40px;
max-width:100%;
}

.entry-header{
    width: 1280px;
    display: block;
    margin: auto;
    max-width: 100%;
    text-align: center;
    padding-top: 60px;
}

.site-inner:before {
    content: " ";
    display: table;}

.sidebar .widget{
margin-top:0px;
margin-bottom:0px;
padding-bottom:10px;
padding-top:10px;
border-bottom:none;
}

.sidebar-logo{
margin-bottom:0px;
}

.blog article{
display:block;
}
.blog article p{
display:none;
}

.entry{
margin-bottom:1rem;
}

.entry-image{
opacity:.8;
/*border:2px solid #f5f5f5;*/
}

.sidebar .entry-image{
opacity:1;
border:2px solid #f5f5f5;
display:block;
margin:auto;
}

.sp-collapse img{
border: 2px solid #f5f5f5 !important;
}

h4.widget-title.widgettitle{
text-align:center;
}

.blog article:hover{
opacity:.4;}


.archive-pagination.pagination {
    clear: both;
font-family:'Poppins', sans-serif;
font-weight:400;
}

.archive-pagination.pagination ul {
    list-style: none;
}

.archive-pagination.pagination li {
    float: left;
    padding-left: 20px;
}


.blog header.entry-header {
    position: absolute;
    max-width: 400px;
    display: block;
    text-align: center;
color:#fff;
z-index:999;
width:75%;
text-shadow: 1px 1px #000;
top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.post-image.entry-image {
    min-height: 300px;
    min-width: 300px;
width:340px;
height:100%;
max-height: 100%;
    max-width: 100%;
margin:auto;
}

.sidebar .sp-easy-accordion {text-align:center;}

.sidebar.widget-area ul li{list-style-position:inside;}

.sidebar .ea-header {text-align:left;}

.footer-widgets{font-family:'Poppins', sans-serif;}

.widget-area.footer-widgets-1.footer-widget-area{
display:block;
margin:auto;
width:100%;
text-align:center;
}


/*-----------------------------------Comments Section Custom Edits-----------------------------------*/

.comment-respond{
font-family:'Poppins', sans-serif !important;
}

.submit{
font-family:'Poppins', sans-serif !important;
font-weight:500 !important;
background-color:#BF8B38 !important;
color:#fff !important;
border-radius:30px !Important;
font-size:16px !Important;
}

.submit:hover{
background-color:#BEB2C8 !important;
}

.form-submit {
    padding-top: 30px;
}

.entry-comments-link {
display:none;
}

.required-field-message{display:none;}

#wp-comment-cookies-consent {
    float: left;
    width: 6%;
}

/*-----------------------------------WPForms Custom Edits-----------------------------------*/

.wpforms-container-full label{
font-family:'Poppins', sans-serif !important;
font-weight:400 !important;
font-size:14px !important;
letter-spacing: 1px !important;
}

.wpforms-container-full .wpforms-field-sublabel {
font-family:'Poppins', sans-serif !important;
font-weight:400 !important;
font-size:10px !important;
}

.wpforms-submit{
font-family:'Poppins', sans-serif !important;
font-weight:500;
color:#fff !important;
border-radius:30px !important;
text-transform: uppercase !important;
letter-spacing:1.5px !important;
display:block !important;
max-width:300px !important;
margin:auto !important;
border:none !important;
width:100% !important;
padding:6px 0px !important;
font-size:18px !Important;
}




.wpforms-container input{
background-color: #fff !important;
    border: 1px solid #ddd !important;
    border-radius: 3px !important;
    padding: 14px !important;
    padding: 0.875rem !important;
    width: 100% !important;}

/*-----------------------------------Accordion Edits-----------------------------------*/

.sp-easy-accordion>.sp-ea-single {
    background: #fff !important;
}

.sp-easy-accordion .sp-ea-single .ea-header a {
font-family: 'Poppins', sans-serif !important;
    font-weight: 400 !important;
    line-height: 1.4 !important;
    letter-spacing: 1.5px !important;
}

.sp-easy-accordion .sp-ea-single .ea-header a {
font-size:0.875rem !important;
font-weight: 300 !important;
color:#ccc !important;
}

.sp-easy-accordion>.sp-ea-single>.ea-header a .ea-expand-icon.fa{
font-size:0.875rem !important;
color:#ccc !important;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ccc !important;
  opacity: 1; /* Firefox */
}

/*-----------------------------------Fix Admin Bar-----------------------------------*/
#wpadminbar{display:none;}

.customize-support #wpadminbar{display:block;}




/*-----------------------------------Colors-----------------------------------*/

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
color:#000;
} 

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
color:#000;
} 

div, p{color:#000;}

.sidebar div, .sidebar p {color:#000}

.sidebar .sp-easy-accordion div, .sidebar .sp-easy-accordion p, .sidebar .sp-easy-accordion h1, .sidebar .sp-easy-accordion h2, .sidebar .sp-easy-accordion h3, .sidebar .sp-easy-accordion h4, .sidebar .sp-easy-accordion h5, .sidebar .sp-easy-accordion h6 {color:#291f1e !important;}

a, .widget-title a {
    text-decoration: none;}

.genesis-nav-menu li{
border:1px solid #fff;
}

.entry-title a{
color:#fff;
}

.entry-title a:hover{
color:#BF8B38;
}

.entry-title a:visited{
color:#fff;
}

.entry-title a:visited:hover{
color:#BF8B38;
}

/*-----------------------------------Page Builder Layouts CSS-----------------------------------*/

.page-builder-content{
width:1280px;
display:block;
margin:auto;
max-width:100%;
}

.siteorigin-panels .site-inner {
    width: 100%;
}

.site-inner > .panel-layout {
    width: 100%;
}

.circle-box{
opacity:1;
}

.circle-box img{
border: 2px solid #000;
border-radius:100%;
display:block;
transition: all 0.5s ease-out;
    transform: translateY(0px);
opacity:1;
box-shadow: 0px 0px 0px rgba(0, 0, 0, .0);
}

.circle-box.upshadow:hover img{
transform: translateY(-12px);
opacity:.4;
box-shadow: 0px 8px 4px rgba(0, 0, 0, .4);
  }

.square-box{
display:block;
}

.square-box img{
border: 2px solid #000;
transition: all 0.5s ease-out;
    transform: translateY(0px);
opacity:1;
box-shadow: 0px 0px 0px rgba(0, 0, 0, .0);
}

.square-box.upshadow:hover img{
transform: translateY(-12px);
opacity:.4;
box-shadow: 0px 8px 4px rgba(0, 0, 0, .4);
  }

.entry-content .obscure-box-small p{
margin-bottom:10px;
line-height:1;
}

.image-grid-box{
height:200px;
width:200px;
border-width:2px;
display:block;
margin:auto;
}

.pricing-list-column strike, .pricing-column strike{
opacity:.5;
}

.staff-row .slick-track{
display:flex;
text-align:center;
align-items: center; 
justify-content: center; 
width:100%;
margin-left:-30px;
}

.staff-row .sow-carousel-item.slick-slide, .staff-row .sow-post-carousel-theme-base .sow-carousel-wrapper .sow-carousel-items .sow-carousel-item {
    display: inline-block !important;
margin-right:0px !important;
}

.staff-row .sow-carousel-wrapper .sow-carousel-items .sow-carousel-item, .staff-row .sow-carousel-wrapper .sow-carousel-items .sow-carousel-item a .overlay{
width:256px !important;
}

.staff-row .sow-carousel-wrapper .sow-carousel-items .sow-carousel-item a{
width:256px !important;
}

.staff-row .sow-post-carousel-theme-base a.sow-carousel-previous {
    float: left !important;
}

.sow-post-carousel-theme-base .sow-carousel-title .sow-carousel-navigation{float:none !important;}

.sow-post-carousel-theme-base a.sow-carousel-next, .sow-post-carousel-theme-base a.sow-carousel-previous{font-size:18px !important;
margin-top:60px !important;}

.pricing-list-column {
  display: flex;
  justify-content: center;
  align-items: center;
}

/*-----------------------------------Mobile Custom Edits-----------------------------------*/

@media (max-width:768px){

h1, .page-banner h1 {font-size:18px;}

h2, .page-banner h2 {font-size:17px;}

h3, .page-banner h3 {font-size:16px;}

h4, .page-banner h4 {font-size:15px;}

h1, .page-banner h1 {font-size:14px;}

h1, .page-banner h1 {font-size:13px;}

h1, .page-banner h1 {font-size:12px;}

h1, .page-banner p {font-size:10px;}



.page-builder-content{
width:100%;
}

.down-arrow{display:none;}

#headerwrapper {
padding-top:8px;
}

#headerwrapper p {
font-size:10px;
}

.header-content{
padding-top:0px;
}

.header-content p{
width:98% !important;
}


.blog .content .post{
float:none;
display:block;
margin:auto;
}

.post-image.entry-image {
    min-height: 200px;
    min-width: 200px;
    width: 300px;
    height: auto;
    max-height: 100%;
    max-width: 300px;
    margin: auto;
display:block;
}

.content{
width:100%;
float:none;
}

.sidebar-primary{
width:100%;
padding:1%;
float:none;
}

img{max-width:100%;}


.rmp-container{
max-width:100% !important;
}

.rmp_menu_trigger{
width:100% !important;
background-color:#ffffff !important;
}

.rmp-trigger-box {
    float: left;
    padding-left: 30px;
}

.rmp-container {background-color:#291f1e !important;}
#rmp-menu-wrap-182 .rmp-submenu{display:block !important;}

.staff-row .sow-carousel-wrapper .sow-carousel-items .sow-carousel-item, .staff-row .sow-carousel-wrapper .sow-carousel-items .sow-carousel-item a .overlay{
width:400px !important;
}

.staff-row .sow-carousel-wrapper .sow-carousel-items .sow-carousel-item a{
width:400px !important;
}

.pricing-check-list .wpforms-submit{
font-size:.7em !important;
}

}



/*-----------------------------------Animations-----------------------------------*/

.tooltip {
  position:relative; /* making .tooltip a container for the tooltip text */
}

.tooltip:before {
content: attr(data-text); /* here's the magic */
position:absolute;
top:50%;
transform:translateX(-50%);
left:100%;
margin-top:25px;
margin-left:-15px;
width:200px;
padding:10px;
border-radius:10px;
background:#000;
color: #fff;
text-align:center;
display:none; /* hide by default */
z-index:9999;
}

.tooltip:hover:before {
  display:block;
}

.tooltip:after {
  content: "";
  position:absolute;
  
  /* position tooltip correctly */
  left:100%;
  margin-left:-10px;
margin-top:5px;
 
  /* vertically center */
  top:50%;
  transform:translateX(-50%);
 
  /* the arrow */
  border:10px solid #000;
  border-color: transparent transparent black transparent;
  
  display:none;
}
.tooltip:hover:before, .tooltip:hover:after {
  display:block;
}

.box-animation .textwidget{
transition: all 0.5s ease-out;
opacity:0;
}

.box-animation:hover .textwidget{
opacity:1;
}

.heading-animation{
filter: grayscale(0%);
transition: all 0.5s ease-out;
}

.heading-animation:hover{
filter: grayscale(40%);
transition: all 0.5s ease-out;
}


.heading-animation p{
transition: all 0.5s ease-out;
opacity:0;
}

.heading-animation:hover p{
opacity:1;
}

.heading-animation h3{
transition: all 0.5s ease-out;
opacity:1;
}

.heading-animation:hover h3{
opacity:0;
}

.btn-animation .wpforms-submit{
filter: grayscale(40%);
transition: all 0.5s ease-out;
opacity:0;
}

.btn-animation:hover .wpforms-submit{
opacity:1;
}



.zoom-hover {
transition: all 0.3s ease-out;
}

.zoom-hover:hover{
transform: scale(2);
}



@media (max-width:768px){

.tooltip:before {
top:50%;
transform:translateX(-100%);
left:50%;
margin-left:0px;
margin-top:0px;
}

.pricing-check-list .tooltip:before{transform:translateX(0%);}

.tooltip:after {
display:none;
border-color:transparent transparent transparent transparent;
}

.box-animation .textwidget{
opacity:1;
}

.heading-animation p{
opacity:1;
}

.btn-animation .wpforms-submit{
opacity:1;
}


}