/*

    Theme Name: Legacy

    Theme URI: http://my.studiopress.com/themes/legacy/

	Description: Legacy is a mobile responsive and HTML5 theme built for the Genesis Framework.

    Author: Appfinite

    Author URI: http://www.appfinite.com/

 

    Version: 1.3

 

	Tags: blue, default(black), gray, green, orange, pink, purple, red, 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: 2.0

 

	License: GPL-2.0+

	License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/

 

/* Table of Contents



	- HTML5 Reset

		- Baseline Reset

		- Box Sizing

		- Float Clearing

	- Defaults

		- Typographical Elements

		- Headings

		- Objects

		- Forms

		- Buttons

		- Message Boxes

	- Structure and Layout

		- Site Containers

		- Column Widths and Positions

		- Column Classes

	- Common Classes

		- WordPress

		- Genesis

		- Titles

	- Widgets

		- Slider

		- Welcome

		- Home Bottom

		- Home Bottom Message

		- Featured Page and Featured Post

	- Plugins

		- Genesis eNews Extended

		- Genesis Latest Tweets

		- Gravity Forms

		- Jetpack

	- Site Header

		- Title Area

		- Widget Area

	- Site Navigation

		- Header Navigation

		- Primary Navigation

		- Secondary Navigation

	- Content Area

		- Entries

		- Pagination

		- Comments

	- Sidebars

	- Portfolio

	- Footer Widgets

	- Site Footer

	- Theme Colors

		- Blue

		- Gray

		- Green

		- Orange

		- Pink

		- Purple

		- Red

	- Media Queries

		- max-width: 1139px

		- max-width: 1023px

		- max-width: 767px

		- max-width: 480px



*/





/*

HTML5 Reset

---------------------------------------------------------------------------------------------------- */



/* Baseline Reset (normalize.css 2.1.2)

	Link: http://necolas.github.com/normalize.css/

--------------------------------------------- */



article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}





/* Box Sizing

--------------------------------------------- */



*,

input[type="search"] {

	-webkit-box-sizing: border-box;

	-moz-box-sizing:    border-box;

	box-sizing:         border-box;

}



/* Float Clearing

--------------------------------------------- */



.archive-pagination:before,

.clearfix:before,

.entry:before,

.entry-pagination:before,

.footer-widgets:before,

.nav-primary:before,

.nav-secondary:before,

.site-container:before,

.site-footer:before,

.site-header:before,

.site-inner:before,

.wrap:before {

	content: " ";

	display: table;

}



.archive-pagination:after,

.clearfix:after,

.entry:after,

.entry-pagination:after,

.footer-widgets:after,

.nav-primary:after,

.nav-secondary:after,

.site-container:after,

.site-footer:after,

.site-header:after,

.site-inner:after,

.wrap:after {

	clear: both;

	content: " ";

	display: table;

}





/*

Defaults

---------------------------------------------------------------------------------------------------- */



/* Typographical Elements

--------------------------------------------- */



html {

	font-size: 100%; /* 16px browser default */

}



body {

	background: #fff;

	color: #222;

	font-family: Helvetica, Arial, sans-serif;

	font-size: 16px;

	font-size: 1rem;

	font-weight: 300;

	line-height: 1.625;

}



a,

button,

input[type="button"],

input[type="reset"],

input[type="submit"] {

	-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: #333;

	color: #fff;

}



::selection {

	background: #333;

	color: #fff;

}



a {

	color: #0f289b;

	font-weight: 700;

	text-decoration: none;

}

.entry-content a.more-link {
    	background-color: #012549;
    	color: #fff;
    	padding: 10px 30px;
    	border-radius: 4px;
    	display: block;
    	letter-spacing: 1px;
    	font-size: 14px;
	float: right;
    	width: 200px;
    	text-align: center;
    	margin-bottom: 24px;
}

.entry-content a.more-link:hover {
	background-color: #f16a10;
	color: #fff;
	text-decoration: none;
}



a img {

	margin-bottom: -4px;

	margin-bottom: -0.25rem;

}



a:hover {

	color: #888;

	text-decoration: underline;

}



p {

	margin: 0 0 24px;

	margin: 0 0 1.5rem;

	padding: 0;

}



strong {

	font-weight: 700;

}



ol,

ul {

	margin: 0;

	padding: 0;

}



blockquote,

blockquote::before {

	color: #999;

}



blockquote {

	background: url(images/blockquote.png) no-repeat;

	border: none;

	margin: 5px 5px 20px;

	padding: 0 30px 5px 60px;

}



pre {

	background: #333;

	color: #ccc;

	overflow: scroll;

	padding: 0 2rem;

	padding: 0 20px;

	white-space: pre;

}



cite {

	font-style: normal;

}



/* Headings

--------------------------------------------- */



h1,

h2,

h3,

h4,

h5,

h6 {

	color: #333;

	font-family: 'Oswald', Helvetica, Arial, sans-serif;

	font-weight: 400;

	line-height: 1.5;

	margin: 0;

	margin-bottom: 16px;

	margin-bottom: 1rem;

	padding: 0;

}



h1 {

	font-size: 36px;

	font-size: 2.25rem;

}



h2 {

	font-size: 30px;

	font-size: 1.875rem;

}



h3 {

	font-size: 24px;

	font-size: 1.5rem;

}



h4 {

	font-size: 20px;

	font-size: 1.25rem;

}



h5 {

	font-size: 18px;

	font-size: 1.125rem;

}



h6 {

	font-size: 16px;

	font-size: 1rem;

}



h1 a:hover,

h2 a:hover {

	text-decoration: none;

}



/* Objects

--------------------------------------------- */



embed,

iframe,

img,

object,

video {

	max-width: 100%;

}



img {

	height: auto;

	width: auto; /* IE8 */

}



.format-gallery #gallery-1 img {

	border: none;

}



/* Forms

--------------------------------------------- */



input,

select,

textarea {

	background: #fff;

	border: 1px solid #ddd;

	border-radius: 3px;

	box-shadow: 1px 1px 3px #eee inset;

	color: #999;

	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;

	font-size: 16px;

	font-size: 1rem;

	padding: 12px;

	padding: 0.75rem;

	width: 100%;

}



input:focus,

textarea:focus {

	border: 1px solid #aaa;

	outline: none;

}



::-moz-placeholder {

	color: #999;

}



::-webkit-input-placeholder {

	color: #999;

}



button,

input[type="button"],

input[type="reset"],

input[type="submit"] {

	background: #1e1e1e;

	border: none;

	box-shadow: none;

	color: #fff;

	cursor: pointer;

	font-weight: 700;

	letter-spacing: 1px;

	letter-spacing: 0.1rem;

	padding: 16px 24px;

	padding: 1rem 1.5rem;

	text-transform: uppercase;

	width: auto;

}



button:hover,

input:hover[type="button"],

input:hover[type="reset"],

input:hover[type="submit"] {

	background: #666;

}



input[type="search"]::-webkit-search-cancel-button,

input[type="search"]::-webkit-search-results-button {

	display: none;

}



/* Buttons

--------------------------------------------- */



a.button {

    display: inline-block;	

    font-size: 13px;

    font-weight: normal;	

    line-height: 13px;

    margin: 0 0 10px;

    padding: 8px 20px;

    text-decoration: none;	

}



a.button:hover {

	-moz-transition:all .5s ease;	

	-o-transition:all .5s ease;	

	-webkit-transition:all .5s ease;

	opacity: .7;

	text-decoration: underline;

	transition:all .5s ease;	

}



a.button.small {

	color: #fff;

	background-color: #1e1e1e;

    font-size: 13px;

    font-weight: bold;	

    line-height: 13px;

    padding: 8px 20px;

}



a.button.medium {

	color: #fff;

	background-color: #1e1e1e;

    font-size: 16px;

    line-height: 26px;

    padding: 8px 20px;

}



a.button.large {

	color: #fff;

	background-color: #1e1e1e;

    font-size: 24px;

    line-height: 24px;

    padding: 16px 32px;

}



a.button.slim {

	color: #fff;

	background-color: #1e1e1e;

    font-size: 14px;

    line-height: 22px;

    margin: 0;

    padding: 4px 40px;

    text-transform: uppercase;

}



a.button.black {

	color: #fff !important;

	background-color: #1e1e1e !important;

	border: 1px solid #000 !important;

}



a.button.blue {

	background-color: #274d70 !important;

	border: 1px solid #183148 !important;

	color: #fff !important;

}



a.button.gray {

	color: #fff !important;

	background-color: #777 !important;

	border: 1px solid #555 !important;

}



a.button.green {

	color: #fff !important;

	background-color: #7ab800 !important;

	border: 1px solid #619200 !important;

}



a.button.orange {

	color: #fff !important;

	background-color: #ff6d00 !important;

	border: 1px solid #bf5200 !important;

}



a.button.pink {

	color: #fff !important;

	background-color: #ff61a0 !important;

	border: 1px solid #d25285 !important;

}



a.button.purple {

	color: #fff !important;

	background-color: #770777 !important;

	border: 1px solid #4a084a !important;

}



a.button.red {

	color: #fff !important;

	background-color: #d91420 !important;

	border: 1px solid #a8271e !important;

}



/* Message Boxes

--------------------------------------------- */



.download-box {

    box-shadow: 0 2px 2px 0 #ddd;	

    -moz-box-shadow: 0 2px 2px 0 #ddd;	

    -webkit-box-shadow: 0 2px 2px 0 #ddd;	

	background: #d2eac2 url(images/download-arrow.png) no-repeat 10px 15px;

	border: 1px solid #a7d28a;

    color: #689c2a;

	margin: 0 2px 20px;

	padding: 14px 15px 20px 55px;	

}	



.info-box {

    box-shadow: 0 2px 2px 0 #ddd;	

    -moz-box-shadow: 0 2px 2px 0 #ddd;	

    -webkit-box-shadow: 0 2px 2px 0 #ddd;	

	background: #cae0ec url(images/info-button.png) no-repeat 10px 15px;

	border: 1px solid #aec3ce;

    color: #08557e;

	margin: 0 2px 20px;

	padding: 17px 15px 20px 55px;

}	



.alert-box {

    box-shadow: 0 2px 2px 0 #ddd;	

    -moz-box-shadow: 0 2px 2px 0 #ddd;	

    -webkit-box-shadow: 0 2px 2px 0 #ddd;	

	background: #f2dbdb url(images/alert-button.png) no-repeat 10px 15px;

	border: 1px solid #eab4b4;

    color: #c8001c;

	margin: 0 2px 20px;

	padding: 17px 15px 20px 55px;	

}	



.note-box {

    box-shadow: 0 2px 2px 0 #ddd;	

    -moz-box-shadow: 0 2px 2px 0 #ddd;	

    -webkit-box-shadow: 0 2px 2px 0 #ddd;	

	background: #ffec97 url(images/note-button.png) no-repeat 10px 15px;

	border: 1px solid #ded5af;

    color: #ac670e;

	margin: 0 2px 20px;

	padding: 17px 15px 20px 55px;

}	



.gray-box {

    box-shadow: 0 2px 2px 0 #ddd;	

    -moz-box-shadow: 0 2px 2px 0 #ddd;	

    -webkit-box-shadow: 0 2px 2px 0 #ddd;	

	background: #f5f5f5;

	border: 1px solid #e5e5e5;

    color: #888;

	margin: 0 2px 20px;

	padding: 10px 15px 20px;	

}	



/*

Structure and Layout

---------------------------------------------------------------------------------------------------- */



/* Site Containers

--------------------------------------------- */



.wrap {

	margin: 0 auto;

	max-width: 1140px;

}



.site-inner {

	background: #f5f5f5;

	clear: both;

	padding-top: 40px;

	padding-top: 2.5rem;

}



.home .site-inner {

	background: none;

}



/* 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: 1140px;

}



.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: 740px;

}



.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: 740px;

}



.full-width-content .content {

	width: 100%;

}



/* Primary Sidebar */



.sidebar-primary {

	float: right;

	width: 360px;

}



.sidebar-content .sidebar-primary,

.sidebar-sidebar-content .sidebar-primary {

	float: left;

}



/* Secondary Sidebar */



.sidebar-secondary {

	float: left;

	width: 120px;

	margin: 0 -130px;

}

.sidebar-secondary .widget-title {
	display: none;
}


.content-sidebar-sidebar .sidebar-secondary {

	float: right;

}

/* Table of Contents Widget

--------------------------------------------- */


.toc_widget_list {
	border-right: 1px solid #cccccc;
}

.toc_widget_list a {
	font-weight: 600;
	font-size: .8em;	
}

.toc_number:after {
	content: ". ";
}

.toc_widget_list p:last-child, .sidebar ul > li:last-child {
	border-bottom: none;
}

/* Column Classes

	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css

--------------------------------------------- */



.five-sixths,

.four-sixths,

.one-fourth,

.one-half,

.one-sixth,

.one-third,

.three-fourths,

.three-sixths,

.two-fourths,

.two-sixths,

.two-thirds {

	float: left;

	margin-left: 2.564102564102564%;

}



.one-half,

.three-sixths,

.two-fourths {

	width: 48.717948717948715%;

}



.one-third,

.two-sixths {

	width: 31.623931623931625%;

}



.four-sixths,

.two-thirds {

	width: 65.81196581196582%;

}



.one-fourth {

	width: 23.076923076923077%;

}



.three-fourths {

	width: 74.35897435897436%;

}



.one-sixth {

	width: 14.52991452991453%;

}



.five-sixths {

	width: 82.90598290598291%;

}



.first {

	clear: both;

	margin-left: 0;

}





/*

Common Classes

---------------------------------------------------------------------------------------------------- */



/* WordPress

--------------------------------------------- */



.avatar {

	float: left;

}



.alignleft .avatar {

	margin-right: 24px;

	margin-right: 1.5rem;

}



.alignright .avatar {

	margin-left: 24px;

	margin-left: 1.5rem;

}



.search-form {

	width: 50%;

}



.search-form input[type="submit"] {

	border: 0;

	clip: rect(0, 0, 0, 0);

	height: 1px;

	margin: -1px;

	padding: 0;

	position: absolute;

	width: 1px;

}



.sticky { }



img.centered,

.aligncenter {

	display: block;

	margin: 0 auto 24px;

	margin: 0 auto 1.5rem

}



img.alignnone {

	margin-bottom: 12px;

	margin-bottom: 0.75rem;

}



.alignleft {

	float: left;

	text-align: left;

}



.alignright {

	float: right;

	text-align: right;

}



img.alignleft,

.wp-caption.alignleft {

	margin: 0 24px 24px 0;

	margin: 0 1.5rem 1.5rem 0;

}



img.alignright,

.wp-caption.alignright {

	margin: 0 0 24px 24px;

	margin: 0 0 1.5rem 1.5rem;

}



.wp-caption-text {

	font-size: 14px;

	font-size: 0.875rem;

	font-weight: 700;

	margin: 0;

	text-align: center;

}



.gallery-caption { }



.widget_calendar table {

	width: 100%;

}



.widget_calendar td {

	text-align: center;

}



/* Genesis

--------------------------------------------- */



.breadcrumb {

	margin-bottom: 20px;

	margin-bottom: 2rem;

}



.archive-description,

.author-box {

	background: #fff;

	margin-bottom: 40px;

	margin-bottom: 2.5rem;

}



.archive-description {

	margin-bottom: 40px;

	margin-bottom: 2.5rem;

	padding: 40px 40px 24px;

	padding: 2.5rem 2.5rem 1.5rem;

}



.author-box {

	padding: 40px;

	padding: 2.5rem;

}



.author-box-title {

	color: #333;

	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;

	font-size: 16px;

	font-size: 1rem;

	margin-bottom: 4px;

	margin-bottom: 0.25rem;

}



.author-box a { }



.author-box p {

	margin: 0;

}



.author-box .avatar {

	margin-right: 24px;

	margin-right: 1.5rem;

}



/* Titles

--------------------------------------------- */



.entry-title {

	font-size: 36px;

	font-size: 2.25rem;

	line-height: 1.3;

}



.entry-title a,

.sidebar .widgettitle a {

	color: #333;

	font-weight: 400;

}



.entry-title a:hover {

	color: #888;

}



.widgettitle {

	letter-spacing: 1px;

	letter-spacing: 0.1rem;

	margin-bottom: 16px;

	margin-bottom: 1rem;

}



.sidebar .widgettitle {

	font-size: 18px;

	font-size: 1.125rem;

}



.sidebar .widgettitle a {

	border: none;

}



.archive-title {

	font-size: 20px;

	font-size: 2rem;

	margin-bottom: 24px;

	margin-bottom: 1.5rem;

}





/*

Widgets

---------------------------------------------------------------------------------------------------- */



/* Slider

--------------------------------------------- */



.slider {

	background-color: #444344;

	background-image: url(images/slider-bg.png);	

	background-repeat: repeat-x;	

    border-bottom: 1px solid #ccc;	

}



.slider .wrap {

    background-image: url(images/slide-shadow.png);

    background-position: center bottom;

    background-repeat: no-repeat;

    margin: 0 auto;

    padding: 30px 0 5px !important;

    width: 1140px;	

}



#genesis-responsive-slider {

	background: none !important;

	border: none !important;

	margin: 0 auto;

	padding: 0 !important;

	position: relative;

}



.flexslider {

	background: none !important;

}



.flex-direction-nav li .prev {

	left: 0 !important;

}



.flex-direction-nav li .next {

	right: 0 !important;

}



.flex-control-nav {

	margin: 12px 0 0 !important;

}



#genesis-responsive-slider li a {

	-moz-transition: none;

	-o-transition: none;

	-webkit-transition: none;

	transition: none;

}



#genesis-slider {

    background-color: #fff !important;

    border: medium none !important;

    margin: 0 auto !important;

    padding: 0 !important;

}



.slider-previous, .slider-previous:hover {

	margin-left: 10px !important;

}



.slider-next, .slider-next:hover {

	margin-right: 10px !important;

}



/* Welcome

--------------------------------------------- */



.welcome {

    background: #f2f2f2;

    border-bottom: 1px solid #ccc;

    clear: both;

}



.welcome .wrap {

    color: #333;

    font-size: 22px;

    font-size: 1.375rem;

    font-weight: 300;

    margin: 0 auto;

    overflow: hidden;	

    padding: 30px 0;

	text-align: center;	

    width: 1140px;

}



.welcome .wrap h4 {

    font-size: 32px;

    font-size: 2rem;		

}



.welcome .wrap p {

    color: #333;

    font-size: 22px;

    font-size: 1.375rem;

    font-weight: 300;	

}



/* Home Bottom

--------------------------------------------- */



.home-bottom {

	clear: both;

	margin: 0 auto 0;

	padding: 40px 0 0;

	overflow: hidden;

}



.home-bottom .wrap {

	clear: both;

	margin: 0 auto;

	width: 1140px;

}



.home-bottom h2,

.home-bottom h4 {

	font-size: 24px;

	font-size: 1.5rem;

}

	

.home-bottom ul {

	list-style-type: none;

	margin: 0;

	padding: 0;

}

	

.home-bottom ul li {

	list-style-type: none;

	margin: 0 0 5px;

	padding: 0 0 5px;

}



.home-bottom ul ul {

	list-style-type: none;

	margin: 0;

	padding: 0 0 10px;

}



.home-bottom ul li ul li {

	margin: 0;

	padding: 5px 0 0;

}

	

.home-bottom .widget {

	margin: 0 0 20px;

	padding: 0;

}

	

.home-bottom .featuredpost img,

.home-bottom .featuredpage img {

	/*background: #eee;*/

    /*border: 1px solid #bbb;*/

    margin: 0 0 10px;	

    /*padding: 4px;*/

}



.home-bottom .featuredpost img:hover,

.home-bottom .featuredpage img:hover {

    opacity: .8;

}

	

.home-bottom .user-profile .avatar {

	background: #fff;

	border: 4px solid #eee;

	margin: 0 0 -5px;

	padding: 1px;

}



.home-bottom-1,

.home-bottom-2 {

	float: left;

	margin-right: 5.555555555%;

	width: 29.629629629%;

}



.home-bottom-3 {

	float: right;

	width: 29.629629629%;

}	



/* Home Bottom Message

--------------------------------------------- */



.home-bottom-message {

    border-top: 1px solid #eee;

    clear: both;

    margin: 0;

    padding: 50px 0 0;	

}



/* Featured Page and Featured Post

--------------------------------------------- */



.featured-content .entry {

	margin-bottom: 20px;

	margin-bottom: 2rem;

	padding: 0 0 24px;

	padding: 0 0 1.5rem;

}



.home-bottom .featured-content .entry {

	margin-bottom: 0;

	padding: 0;

}



.home-bottom .featured-content .post {

	margin: 0 0 20px;

}



.featured-content .entry-title {

	border: none;

	font-size: 24px;

	font-size: 1.5rem;

	line-height: 1.5;

}



.featured-content .entry-title a {

	border: none;

}





/*

Plugins

---------------------------------------------------------------------------------------------------- */



/* Genesis eNews Extended

--------------------------------------------- */



.enews-widget .widgettitle {

	color: #FFFFFF;

}



.sidebar .enews-widget .widgettitle {

	color: #fff;

}



.enews-widget input {

	margin-bottom: 20px;

	margin-bottom: 1.25rem;;

}



.enews-widget input:focus {

	border: 1px solid #ddd;

}



.enews-widget input[type="submit"] {

	background: #1e1e1e;

	color: #fff;

	margin: 0 0 20px;

	margin: 0 0 1.25rem;

	width: auto;

}



.sidebar .enews-widget input[type="submit"] {

	background: #aaa;

	width: 100%;;

}



.enews-widget input:hover[type="submit"] {

	background: #666;

}



/* Genesis Latest Tweets

--------------------------------------------- */



.latest-tweets ul li {

	margin-bottom: 16px;

	margin-bottom: 1rem;

}



/* Gravity Forms

--------------------------------------------- */



div.gform_wrapper input[type="email"],

div.gform_wrapper input[type="text"],

div.gform_wrapper textarea,

div.gform_wrapper .ginput_complex label {

	font-size: 16px;

	font-size: 1rem;

	padding: 12px;

	padding: 0.75rem;

}



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;

}



div.gform_wrapper .gform_footer input[type="submit"] {

	font-size: 14px;

	font-size: 0.875rem;

}



/* Jetpack

--------------------------------------------- */



#wpstats {

	height: 0;

	overflow: hidden;

	position: absolute;

	top: 0;

	width: 0;

}





/*

Site Header

---------------------------------------------------------------------------------------------------- */



.site-header {

	margin: 0 auto;

	max-width: 1140px;

}



.site-header .wrap {

	padding: 40px 0;

	padding: 2.5rem 0;

}


.header-image .site-header,

.header-image .site-header .wrap {

	background-position: center !important;

}



/* Title Area

--------------------------------------------- */



.title-area {

	font-family: 'Oswald', Helvetica, Arial, sans-serif;

	font-weight: 700;

	float: left;

	padding: 0;

	padding: 0;

	width: 360px;

}



.header-image .title-area {

	padding: 0;

}



.site-title {

	font-size: 36px;

	font-size: 2.25rem;

	letter-spacing: 1px;

	letter-spacing: 0.0625rem;

	line-height: 1;

	margin: 0 0 14px;

	margin: 0 0 0.875rem;

}



.site-title a {

	color: #333;

}



.site-title a:hover {

	color: #888;

	text-decoration: none;

}



.site-description {

	color: #999;

	font-size: 20px;

	font-size: 1.25rem;

	font-weight: 300;

	line-height: 1;

	margin: 0;

}



/* Full width header, no widgets */



.header-full-width .title-area,

.header-full-width .site-title {

	width: 100%;

}



.header-image .site-description,

.header-image .site-title a {

	display: block;

	text-indent: -9999px;

}



/* Logo, hide text */



.header-image .site-header .wrap {

	padding: 0;

}



.header-image .site-title a {

	float: left;

	min-height: 164px;

	width: 100%;

}





/* Widget Area

--------------------------------------------- */



.site-header .widget-area {

	float: right;

	text-align: right;

	width: auto;

}



.header-image .site-header .widget-area {

	padding: 40px 0;

	padding: 2.5rem 0;

}



.site-header .search-form {

	float: right;

}





/*

Site Navigation

---------------------------------------------------------------------------------------------------- */



.genesis-nav-menu {

	clear: both;

	color: #ccc;

	font-size: 14px;

	font-size: 0.875rem;

	font-weight: 400;

	letter-spacing: 1px;

	letter-spacing: 0.1rem;

	line-height: 1.5;

	margin: 0;

	padding: 0;

	width: 100%;

}



.genesis-nav-menu .menu-item {

	display: inline-block;

	list-style-type: none;

	margin: 0;

	padding: 0;

	text-align: left;

}



.genesis-nav-menu a {

	border: none;

	color: #fff;

	display: block;

	font-weight: 400;

	padding: 13px;

	position: relative;

}



.genesis-nav-menu a:hover,

.genesis-nav-menu .current-menu-item > a,

.genesis-nav-menu .sub-menu .current-menu-item > a:hover {

	color: #fff;

	text-decoration: none;

}



.genesis-nav-menu .sub-menu .current-menu-item > a {

	background: #333;

	color: #fff;

}



.genesis-nav-menu > .menu-item > a { }



.genesis-nav-menu .sub-menu {

	left: -9999px;

	margin: 0;

	opacity: 0;

	padding: 0;

	position: absolute;

	-webkit-transition: opacity .4s ease-in-out;

	-moz-transition:    opacity .4s ease-in-out;

	-ms-transition:     opacity .4s ease-in-out;

	-o-transition:      opacity .4s ease-in-out;

	transition:         opacity .4s ease-in-out;

	width: 200px;

	z-index: 99;

}



.genesis-nav-menu .sub-menu a {

	background: #000;

	border-bottom: 1px solid #111;

	letter-spacing: 0;

	position: relative;

	width: 200px;

}



.genesis-nav-menu .sub-menu .sub-menu {

	margin: -48px 0 0 201px;

}



.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 { }



.genesis-nav-menu > .last > a { }



.genesis-nav-menu > .right {

	display: inline-block;

	float: right;

	list-style-type: none;

	padding: 13px 0 13px 20px;

}



.genesis-nav-menu > .right > a {

	background: none; 

	padding: 0;

}



.genesis-nav-menu > .rss > a {

	margin-left: 48px;

	margin-left: 4.8rem;

}



.genesis-nav-menu > .search {

	padding: 5px 0 0;

}



.genesis-nav-menu .search-form {

	width: 100%;

}



.right input[type="search"] {

	padding: 8px;

}



/* Site Header Navigation

--------------------------------------------- */



.site-header .genesis-nav-menu a {

	color: #888;

}



.site-header .genesis-nav-menu .current-menu-item > a,

.site-header .genesis-nav-menu a:hover {

	color: #000;

}



.site-header .genesis-nav-menu .sub-menu a {

    color: #fff;

}



.site-header .genesis-nav-menu .sub-menu .current-menu-item > a {

	color: #fff;

}



.site-header .sub-menu {

	border-top: 1px solid #eee;

}



.site-header .sub-menu .sub-menu {

	margin-top: -49px;

}



.site-header .sub-menu a:hover {

	background: #333;

	color: #fff;

}



/* Primary Navigation

--------------------------------------------- */



.nav-primary,

#nav {

	background-color: #000;

	background-image: url(images/nav-bg.png);

    background-position: center top;	

	clear: both;

	color: #aaa;

    line-height: 1;	

	margin: 0 auto;

	overflow: hidden;

	text-align: center;

	width: auto;

}



.nav-primary a:hover,

.nav-primary .current-menu-item > a {

	background: #000;

	color: #fff;

}



.nav-primary .genesis-nav-menu > .right > a {

    background: none;

}



.nav-primary .sub-menu a:hover {

	background: #333;

	color: #fff;

}





/* Secondary Navigation

--------------------------------------------- */



.nav-secondary {

	background: #222;

	clear: both;

}



.nav-secondary .genesis-nav-menu a {

	font-size: 12px;

	padding: 8px 13px;

}



.nav-secondary .genesis-nav-menu > .right {

	padding: 8px 0 8px 20px;

}



.nav-secondary a:hover,

.nav-secondary .current-menu-item > a {

	background: #000;

	color: #fff;

}



.nav-secondary .genesis-nav-menu > .right > a,

.nav-secondary .genesis-nav-menu > .right > a:hover {

    background: none;

    padding: 0;

}



.nav-secondary .sub-menu a:hover {

	background: #333;

	color: #fff;

}



.nav-secondary .genesis-nav-menu .sub-menu .sub-menu {

	margin: -35px 0 0 201px;

}



/*

Content Area

---------------------------------------------------------------------------------------------------- */



/* Entries

--------------------------------------------- */



.entry {

	background: #fff;

	margin-bottom: 40px;

	margin-bottom: 2.5rem;

	padding: 40px 40px 24px;

	padding: 2.5rem 2.5rem 1.5rem;

}



.entry-content a {

	color: #0f289b;

}



.entry-content a:hover {

	color: #888;

}



.entry-content .attachment a,

.entry-content .gallery a {

	border: none;

}



.entry-content ol,

.entry-content p,

.entry-content ul,

.quote-caption {

	margin-bottom: 25px;

	margin-bottom: 1.563rem;

}



.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,

.entry-content .wp-caption p {

	margin-bottom: 0;

}



.entry-meta {

	clear: both;

	color: #999;

	font-size: 14px;

	font-size: 0.875rem;

}



.entry-meta a {

	font-weight: 700;

}



.entry-header .entry-meta {

	margin-bottom: 24px;

	margin-bottom: 1.5rem;

}



.entry-footer .entry-meta {

	border-top: 2px solid #c7c7c7;

	margin: 0 -40px;

	margin: 0 -2.5rem;

	padding: 32px 40px 8px;

	padding: 2rem 2.5rem 0.5rem;

}

.home .entry-footer .entry-meta {
	margin: 0;
	padding: 32px 0 0;
	padding: 2rem 0 0;
}



.entry-comments-link::before {

	content: "\2014";

	margin: 0 6px 0 2px;

	margin: 0 0.6rem 0 0.2rem;

}



.entry-categories,

.entry-tags {

	display: block;

}



/* Pagination

--------------------------------------------- */



.archive-pagination,

.entry-pagination {

	clear: both;

	font-size: 14px;

	font-size: 0.875rem;

	margin: 40px 0;

	margin: 2.5rem 0;

}



.archive-pagination li {

	display: inline;

}



.archive-pagination li a {

	background: #444;

	border-radius: 3px;

	color: #fff;

	cursor: pointer;

	display: inline-block;

	font-weight: 700;

	padding: 8px 12px;

	padding: 0.5rem 0.75rem;

}



.archive-pagination li a:hover,

.archive-pagination li.active a {

	background: #1e1e1e;

}



/* Comments

--------------------------------------------- */



.entry-comments,

#respond {

	background: #fff;

	padding: 40px;

	padding: 2.5rem;

}



.entry-comments,

.ping-list,

#respond {

	margin-bottom: 40px;

	margin-bottom: 2.5rem;

}



.entry-comments a,

#respond a { }



.entry-comments .comment-author {

	margin: 0;

}



#respond input[type="email"],

#respond input[type="text"],

#respond input[type="url"] {

	width: 50%

}



#respond label {

	display: block;

	margin-right: 12px;

	margin-right: 1.2rem;

}



.comment-list li,

.ping-list li {

	list-style-type: none;

	margin-top: 24px;

	margin-top: 1.5rem;

	padding: 32px;

	padding: 3.2rem;

}



.comment-list li li {

	margin-right: -32px;

	margin-right: -3.2rem;

}



li.comment {

	background: #f5f5f5;

	border: 2px solid #fff;

	border-right: none;

}



.comment .avatar {

	margin: 0 16px 24px 0;

	margin: 0 1rem 1.5rem 0;

}



.bypostauthor { }



.form-allowed-tags {

	background: #f5f5f5;

	font-size: 14px;

	font-size: 0.875rem;

	padding: 24px;

	padding: 1.5rem;

}





/*

Sidebars

---------------------------------------------------------------------------------------------------- */



.sidebar {

	color: #222;

}



.sidebar p:last-child,

.sidebar ul {

	margin: 0;

}



.sidebar li {

	list-style-type: none;

	margin-bottom: 6px;

	margin-bottom: 0.6rem;

	padding: 0;

	word-wrap: break-word;

}



.sidebar ul > li:last-child {

	margin-bottom: 0;

}



.sidebar .widget {

	margin-bottom: 40px;

	margin-bottom: 2.5rem;

}



.sidebar .search-form {

	width: 100%;

}



.sidebar .enews-widget {

	background: #000;

	padding: 30px;

	padding: 1.875rem;

}





/*

Portfolio

---------------------------------------------------------------------------------------------------- */



.entry-portfolio {

	margin: 0 0 40px;

}



.content .portfolio {

	background: none;

    float: left;

    margin: 0 2% 40px 0 !important;

    overflow: hidden;

    padding: 0;

    width: 23%;

}



.portfolio .post-image {

	margin: 0 0 10px;

}



.portfolio .post-image:hover {

	-moz-transition:all .5s ease;	

	-o-transition:all .5s ease;	

	-webkit-transition:all .5s ease;

	transition:all .5s ease;

	opacity: 0.6;

}



.portfolio .entry-title {

	font-size: 18px;

	font-size: 1.125rem;

	line-height: 24px;

	margin: 0 0 10px;

}

	

.portfolio .entry-title a {

	font-family: Helvetica, Arial, sans-serif;

	font-weight: 700;

	margin: 0;

	text-decoration: none;

}



.portfolio .more-link {

    border-radius: 3px;

    -moz-border-radius: 3px;

    -webkit-border-radius: 3px;

	background: #000;

	color: #fff;

	display: block;

    font-size: 14px;

    font-size: 0.875rem;

    font-weight: bold;	

	padding: 5px 10px;

    margin: 20px 0 0;

	text-align: center;

	text-decoration: none;	

	width: 100px;

}

	

.content .portfolio .more-link:hover {

	background: #444;

	color: #fff;

}





/*

Footer Widgets

---------------------------------------------------------------------------------------------------- */



.footer-widgets {

	/*box-shadow: 0px -8px 25px #ddd;*/

	/*-moz-box-shadow: 0px -8px 25px #ddd;*/	

	/*-webkit-box-shadow: 0px -8px 25px #ddd;*/			

	background-image: url(images/footer-bg.png);

	background-color: #000;

	background-repeat: repeat-x;	

	border-top: 1px solid #000;	

	color: #fff;

	clear: both;

	padding: 40px 0 16px;

	padding: 2.5rem 0 1rem;

}



.footer-widgets-1,

.footer-widgets-2,

.footer-widgets-3 {

	margin: 0 3.3% 0 0;

	width: 22.5%;

}



.footer-widgets-4 {

	width: 22.5%;

}



.footer-widgets-1,

.footer-widgets-2,

.footer-widgets-3 {

	float: left;

}



.footer-widgets-4 {

	float: right;

}



.footer-widgets h1,

.footer-widgets h2,

.footer-widgets h3,

.footer-widgets h4,

.footer-widgets h5,

.footer-widgets h6 {

    color: #fff;

}



.footer-widgets a {

	color: #fff;

	text-decoration: underline;

}



.footer-widgets a:hover {

	color: #ccc;

}



.footer-widgets .widget {

	margin-bottom: 24px;

	margin-bottom: 1.5rem;

}



.footer-widgets .widgettitle {

	color: #fff;

	font-size: 20px;

	font-size: 1.25rem;

}



.footer-widgets li {

	list-style-type: none;

	margin-bottom: 6px;

	margin-bottom: 0.6rem;

	word-wrap: break-word;

}



.footer-widgets .search-form {

	width: 100%;

}





/*

Site Footer

---------------------------------------------------------------------------------------------------- */



.site-footer {

	background: #000;

	border-top: 1px solid #1e1e1e;

	color: #888;

	font-size: 14px;

	font-size: 0.875rem;

	padding: 20px 0;

	padding: 1.25rem 0;

	text-align: center;

}



.site-footer a { 

	color: #fff;

}



.site-footer p {

	margin: 0;

}



/* 

16 Landing Page Narrow

---------------------------------------------------------------------------------------------------- */

.legacy-landing-narrow .wrap {
	width: 800px;
}

.legacy-landing-narrow .author-box {
	display: none;
}

.legacy-landing-narrow #respond {
	display: none;
}

.legacy-landing-narrow #dd_ajax_float {
	display: none !important;
}

.legacy-landing-narrow .breadcrumb {
	display: none;
}

.legacy-landing-narrow .dd_post_share {
	display: none !important;
}

.legacy-landing-narrow .entry-header p,
.legacy-landing-narrow .entry-author,
.legacy-landing-narrow .entry-time,
.legacy-landing-narrow .entry-comments-link,
.legacy-landing-narrow .post-edit-link {
	display: none !important;
}


.legacy-landing-narrow-center-title .entry-title {
	text-align: center;
}


.legacy-landing-narrow-center-title .wrap {
	width: 800px;
}

.legacy-landing-narrow-center-title .author-box {
	display: none;
}

.legacy-landing-narrow-center-title #respond {
	display: none;
}

.legacy-landing-narrow-center-title #dd_ajax_float {
	display: none !important;
}

.legacy-landing-narrow-center-title .breadcrumb {
	display: none;
}

.legacy-landing-narrow-center-title .dd_post_share {
	display: none !important;
}

.legacy-landing-narrow-center-title .entry-header p,
.legacy-landing-narrow-center-title .entry-author,
.legacy-landing-narrow-center-title .entry-time,
.legacy-landing-narrow-center-title .entry-comments-link,
.legacy-landing-narrow-center-title .post-edit-link {
	display: none !important;
}

/* 

16 Theme Colors

---------------------------------------------------------------------------------------------------- */



/* Legacy Blue

--------------------------------------------- */

 

.legacy-blue a {

	color: #274d70;

}



.legacy-blue .site-title a {

	color: #274d70;

}



.legacy-blue .site-title a:hover {

	color: #888;

}



.legacy-blue .entry-title a,

.legacy-blue .entry-title a:visited,

.legacy-blue h2 a,

.legacy-blue h2 a:visited {

	color: #333;

}



.legacy-blue .entry-title a:hover,

.legacy-blue h2 a:hover {

	color: #274d70;

}



.legacy-blue .nav-primary, 

.legacy-blue #nav {

	background-color: #001324;

	background-image: url(images/blue/nav-bg.png);

}



.legacy-blue .genesis-nav-menu {

	color: #ccc;

}



.legacy-blue .genesis-nav-menu a {

	color: #fff;

}



.legacy-blue .site-header .genesis-nav-menu a {

	color: #888;

}



.legacy-blue .site-header .genesis-nav-menu .current-menu-item > a,

.legacy-blue .site-header .genesis-nav-menu a:hover {

	color: #000;

}



.legacy-blue .nav-primary a:hover,

.legacy-blue .nav-primary .current-menu-item > a,

.legacy-blue .nav-secondary a:hover,

.legacy-blue .nav-secondary .current-menu-item > a {

	background: #001324;

	color: #fff;

}



.legacy-blue .nav-primary .sub-menu a:hover,

.legacy-blue .nav-primary .sub-menu .current-menu-item > a,

.legacy-blue .nav-secondary .sub-menu a:hover,

.legacy-blue .nav-secondary .sub-menu .current-menu-item > a,

.legacy-blue .site-header .sub-menu a:hover,

.legacy-blue .site-header .sub-menu .current-menu-item > a {

	background: #284f73;

	color: #fff;

}



.legacy-blue .genesis-nav-menu .sub-menu a {

	background: #001324;

	border-bottom: 1px solid #111;

	color: #fff;

}	



.legacy-blue .slider {

	background-color: #284f73;

	background-image: url(images/blue/slider-bg.png);	

}



.legacy-blue .portfolio .more-link {

	background: #274d70;

	color: #fff;

}



.legacy-blue .archive-pagination li a:hover, 

.legacy-blue .archive-pagination li.active a {

	background: #274d70;

}



.legacy-blue button,

.legacy-blue input[type="button"],

.legacy-blue input[type="reset"],

.legacy-blue input[type="submit"] {

	background: #274d70;

}



.legacy-blue button:hover,

.legacy-blue input[type="button"]:hover,

.legacy-blue input[type="submit"]:hover,

.legacy-blue .btn:hover {

	background-color: #888;

}



.legacy-blue .navigation li a {

	background: #444;

	color: #fff;

}



.legacy-blue .navigation li a:hover,

.legacy-blue .navigation li.active a {

	background: #274d70;

}



.legacy-blue .entry-content a:hover {

	color: #274d70;

}



.legacy-blue .enews-widget input[type="submit"] {

	background: #274d70;

}



.legacy-blue .enews-widget input:hover[type="submit"] {

	background: #888;

}



.legacy-blue .footer-widgets {

	background-image: url(images/blue/footer-bg.png);

	background-color: #001324;

	border-top: 1px solid #001324;

	color: #fff;	

}



.legacy-blue .footer-widgets a {

	color: #fff;

}



/* Legacy Gray

--------------------------------------------- */

 

.legacy-gray a {

	color: #7c7c7c;

}



.legacy-gray .site-title a {

	color: #7c7c7c;

}



.legacy-gray .site-title a:hover {

	color: #ccc;

}



.legacy-gray .entry-title a,

.legacy-gray .entry-title a:visited,

.legacy-gray h2 a,

.legacy-gray h2 a:visited {

	color: #333;

}



.legacy-gray .entry-title a:hover,

.legacy-gray h2 a:hover {

	color: #7c7c7c;

}



.legacy-gray .nav-primary, 

.legacy-gray #nav {

	background-color: #7c7c7c;

	background-image: url(images/gray/nav-bg.png);

}



.legacy-gray .genesis-nav-menu {

	color: #eee;

}



.legacy-gray .genesis-nav-menu a {

	color: #fff;

}



.legacy-gray .site-header .genesis-nav-menu a {

	color: #888;

}



.legacy-gray .site-header .genesis-nav-menu .current-menu-item > a,

.legacy-gray .site-header .genesis-nav-menu a:hover {

	color: #000;

}



.legacy-gray .nav-primary a:hover,

.legacy-gray .nav-primary .current-menu-item > a,

.legacy-gray .nav-secondary a:hover,

.legacy-gray .nav-secondary .current-menu-item > a {

	background: #7c7c7c;

	color: #fff;

}



.legacy-gray .nav-primary .sub-menu a:hover,

.legacy-gray .nav-primary .sub-menu .current-menu-item > a,

.legacy-gray .nav-secondary .sub-menu a:hover,

.legacy-gray .nav-secondary .sub-menu .current-menu-item > a,

.legacy-gray .site-header .sub-menu a:hover,

.legacy-gray .site-header .sub-menu .current-menu-item > a {

	background: #c9c9c9;

	color: #fff;

}



.legacy-gray .genesis-nav-menu .sub-menu a {

	background: #7c7c7c;

	border-bottom: 1px solid #666;

	color: #fff;

}	



.legacy-gray .slider {

	background-color: #c9c9c9;

	background-image: url(images/gray/slider-bg.png);	

}



.legacy-gray .portfolio .more-link {

	background: #7c7c7c;

	color: #fff;

}



.legacy-gray .archive-pagination li a:hover, 

.legacy-gray .archive-pagination li.active a {

	background: #7c7c7c;

}



.legacy-gray button,

.legacy-gray input[type="button"],

.legacy-gray input[type="reset"],

.legacy-gray input[type="submit"] {

	background: #7c7c7c;

}



.legacy-gray button:hover,

.legacy-gray input[type="button"]:hover,

.legacy-gray input[type="submit"]:hover,

.legacy-gray .btn:hover {

	background-color: #aaa;

}



.legacy-gray .navigation li a {

	background: #7c7c7c;

	color: #fff;

}



.legacy-gray .navigation li a:hover,

.legacy-gray .navigation li.active a {

	background: #444;

}



.legacy-gray .entry-content a:hover {

	color: #c9c9c9;

}



.legacy-gray .enews-widget input[type="submit"] {

	background: #7c7c7c;

}



.legacy-gray .enews-widget input:hover[type="submit"] {

	background: #aaa;

}



.legacy-gray .footer-widgets {

	background-image: url(images/gray/footer-bg.png);

	background-color: #606060;

	border-top: 1px solid #7c7c7c;

	color: #fff;	

}



.legacy-gray .footer-widgets a {

	color: #fff;

}



/* Legacy Green

--------------------------------------------- */

 

.legacy-green a {

	color: #7ab800;

}



.legacy-green .site-title a {

	color: #7ab800;

}



.legacy-green .site-title a:hover {

	color: #888;

}



.legacy-green .entry-title a,

.legacy-green .entry-title a:visited,

.legacy-green h2 a,

.legacy-green h2 a:visited {

	color: #333;

}



.legacy-green .entry-title a:hover,

.legacy-green h2 a:hover {

	color: #7ab800;

}



.legacy-green .nav-primary, 

.legacy-green #nav {

	background-color: #446600;

	background-image: url(images/green/nav-bg.png);

}



.legacy-green .genesis-nav-menu {

	color: #ccc;

}



.legacy-green .genesis-nav-menu a {

	color: #fff;

}



.legacy-green .site-header .genesis-nav-menu a {

	color: #888;

}



.legacy-green .site-header .genesis-nav-menu .current-menu-item > a,

.legacy-green .site-header .genesis-nav-menu a:hover {

	color: #000;

}



.legacy-green .nav-primary a:hover,

.legacy-green .nav-primary .current-menu-item > a,

.legacy-green .nav-secondary a:hover,

.legacy-green .nav-secondary .current-menu-item > a {

	background: #446600;

	color: #fff;

}



.legacy-green .nav-primary .sub-menu a:hover,

.legacy-green .nav-primary .sub-menu .current-menu-item > a,

.legacy-green .nav-secondary .sub-menu a:hover,

.legacy-green .nav-secondary .sub-menu .current-menu-item > a,

.legacy-green .site-header .sub-menu a:hover,

.legacy-green .site-header .sub-menu .current-menu-item > a {

	background: #7ab800;

	color: #fff;

}



.legacy-green .genesis-nav-menu .sub-menu a {

	background: #446600;

	border-bottom: 1px solid #4f7602;

	color: #fff;

}	



.legacy-green .slider {

	background-color: #7ab800;

	background-image: url(images/green/slider-bg.png);	

}



.legacy-green .portfolio .more-link {

	background: #7ab800;

	color: #fff;

}



.legacy-green .archive-pagination li a:hover, 

.legacy-green .archive-pagination li.active a {

	background: #7ab800;

}



.legacy-green button,

.legacy-green input[type="button"],

.legacy-green input[type="reset"],

.legacy-green input[type="submit"] {

	background: #7ab800;

}



.legacy-green button:hover,

.legacy-green input[type="button"]:hover,

.legacy-green input[type="submit"]:hover,

.legacy-green .btn:hover {

	background-color: #888;

}



.legacy-green .navigation li a {

	background: #444;

	color: #fff;

}



.legacy-green .navigation li a:hover,

.legacy-green .navigation li.active a {

	background: #7ab800;

}



.legacy-green .entry-content a:hover {

	color: #7ab800;

}



.legacy-green .enews-widget input[type="submit"] {

	background: #7ab800;

}



.legacy-green .enews-widget input:hover[type="submit"] {

	background: #888;

}



.legacy-green .footer-widgets {

	background-image: url(images/green/footer-bg.png);

	background-color: #446600;

	border-top: 1px solid #446600;

	color: #fff;	

}



.legacy-green .footer-widgets a {

	color: #fff;

}



/* Legacy Orange

--------------------------------------------- */

 

.legacy-orange a {

	color: #ff6d00;

}



.legacy-orange .site-title a {

	color: #ff6d00;

}



.legacy-orange .site-title a:hover {

	color: #888;

}



.legacy-orange .entry-title a,

.legacy-orange .entry-title a:visited,

.legacy-orange h2 a,

.legacy-orange h2 a:visited {

	color: #333;

}



.legacy-orange .entry-title a:hover,

.legacy-orange h2 a:hover {

	color: #ff6d00;

}



.legacy-orange .nav-primary, 

.legacy-orange #nav {

	background-color: #6d2f00;

	background-image: url(images/orange/nav-bg.png);

}



.legacy-orange .genesis-nav-menu {

	color: #ccc;

}



.legacy-orange .genesis-nav-menu a {

	color: #fff;

}



.legacy-orange .site-header .genesis-nav-menu a {

	color: #888;

}



.legacy-orange .site-header .genesis-nav-menu .current-menu-item > a,

.legacy-orange .site-header .genesis-nav-menu a:hover {

	color: #000;

}



.legacy-orange .nav-primary a:hover,

.legacy-orange .nav-primary .current-menu-item > a,

.legacy-orange .nav-secondary a:hover,

.legacy-orange .nav-secondary .current-menu-item > a {

	background: #6d2f00;

	color: #fff;

}



.legacy-orange .nav-primary .sub-menu a:hover,

.legacy-orange .nav-primary .sub-menu .current-menu-item > a,

.legacy-orange .nav-secondary .sub-menu a:hover,

.legacy-orange .nav-secondary .sub-menu .current-menu-item > a,

.legacy-orange .site-header .sub-menu a:hover,

.legacy-orange .site-header .sub-menu .current-menu-item > a {

	background: #ff6d00;

	color: #fff;

}



.legacy-orange .genesis-nav-menu .sub-menu a {

	background: #6d2f00;

	border-bottom: 1px solid #5c2800;

	color: #fff;

}	



.legacy-orange .slider {

	background-color: #ff6d00;

	background-image: url(images/orange/slider-bg.png);	

}



.legacy-orange .portfolio .more-link {

	background: #ff6d00;

	color: #fff;

}



.legacy-orange .archive-pagination li a:hover, 

.legacy-orange .archive-pagination li.active a {

	background: #ff6d00;

}



.legacy-orange button,

.legacy-orange input[type="button"],

.legacy-orange input[type="reset"],

.legacy-orange input[type="submit"] {

	background: #ff6d00;

}



.legacy-orange button:hover,

.legacy-orange input[type="button"]:hover,

.legacy-orange input[type="submit"]:hover,

.legacy-orange .btn:hover {

	background-color: #888;

}



.legacy-orange .navigation li a {

	background: #444;

	color: #fff;

}



.legacy-orange .navigation li a:hover,

.legacy-orange .navigation li.active a {

	background: #ff6d00;

}



.legacy-orange .entry-content a:hover {

	color: #ff6d00;

}



.legacy-orange .enews-widget input[type="submit"] {

	background: #ff6d00;

}



.legacy-orange .enews-widget input:hover[type="submit"] {

	background: #888;

}



.legacy-orange .footer-widgets {

	background-image: url(images/orange/footer-bg.png);

	background-color: #6d2f00;

	border-top: 1px solid #6d2f00;

	color: #fff;	

}



.legacy-orange .footer-widgets a {

	color: #fff;

}



/* Legacy Pink

--------------------------------------------- */

 

.legacy-pink a {

	color: #ff84b5;

}



.legacy-pink .site-title a {

	color: #ff84b5;

}



.legacy-pink .site-title a:hover {

	color: #888;

}



.legacy-pink .entry-title a,

.legacy-pink .entry-title a:visited,

.legacy-pink h2 a,

.legacy-pink h2 a:visited {

	color: #333;

}



.legacy-pink .entry-title a:hover,

.legacy-pink h2 a:hover {

	color: #ff84b5;

}



.legacy-pink .nav-primary, 

.legacy-pink #nav {

	background-color: #ff61a0;

	background-image: url(images/pink/nav-bg.png);

}



.legacy-pink .genesis-nav-menu {

	color: #eee;

}



.legacy-pink .genesis-nav-menu a {

	color: #fff;

}



.legacy-pink .site-header .genesis-nav-menu a {

	color: #888;

}



.legacy-pink .site-header .genesis-nav-menu .current-menu-item > a,

.legacy-pink .site-header .genesis-nav-menu a:hover {

	color: #000;

}



.legacy-pink .nav-primary a:hover,

.legacy-pink .nav-primary .current-menu-item > a,

.legacy-pink .nav-secondary a:hover,

.legacy-pink .nav-secondary .current-menu-item > a {

	background: #ff61a0;

	color: #fff;

}



.legacy-pink .nav-primary .sub-menu a:hover,

.legacy-pink .nav-primary .sub-menu .current-menu-item > a,

.legacy-pink .nav-secondary .sub-menu a:hover,

.legacy-pink .nav-secondary .sub-menu .current-menu-item > a,

.legacy-pink .site-header .sub-menu a:hover,

.legacy-pink .site-header .sub-menu .current-menu-item > a {

	background: #ff84b5;

	color: #fff;

}



.legacy-pink .genesis-nav-menu .sub-menu a {

	background: #ff61a0;

	border-bottom: 1px solid #ea5b94;

	color: #fff;

}	



.legacy-pink .slider {

	background-color: #ff96c0;

	background-image: url(images/pink/slider-bg.png);	

}



.legacy-pink .portfolio .more-link {

	background: #ff84b5;

	color: #fff;

}



.legacy-pink .archive-pagination li a:hover, 

.legacy-pink .archive-pagination li.active a {

	background: #ff84b5;

}



.legacy-pink button,

.legacy-pink input[type="button"],

.legacy-pink input[type="reset"],

.legacy-pink input[type="submit"] {

	background: #ff84b5;

}



.legacy-pink button:hover,

.legacy-pink input[type="button"]:hover,

.legacy-pink input[type="submit"]:hover,

.legacy-pink .btn:hover {

	background-color: #888;

}



.legacy-pink .navigation li a {

	background: #444;

	color: #fff;

}



.legacy-pink .navigation li a:hover,

.legacy-pink .navigation li.active a {

	background: #ff84b5;

}



.legacy-pink .entry-content a:hover {

	color: #ff84b5;

}



.legacy-pink .enews-widget input[type="submit"] {

	background: #ff84b5;

}



.legacy-pink .enews-widget input:hover[type="submit"] {

	background: #888;

}



.legacy-pink .footer-widgets {

	background-image: url(images/pink/footer-bg.png);

	background-color: #ff61a0;

	border-top: 1px solid #ff61a0;

	color: #fff;	

}



.legacy-pink .footer-widgets a {

	color: #fff;

}



/* Legacy Purple

--------------------------------------------- */

 

.legacy-purple a {

	color: #c70dc8;

}



.legacy-purple .site-title a {

	color: #c70dc8;

}



.legacy-purple .site-title a:hover {

	color: #888;

}



.legacy-purple .entry-title a,

.legacy-purple .entry-title a:visited,

.legacy-purple h2 a,

.legacy-purple h2 a:visited {

	color: #333;

}



.legacy-purple .entry-title a:hover,

.legacy-purple h2 a:hover {

	color: #c70dc8;

}



.legacy-purple .nav-primary, 

.legacy-purple #nav {

	background-color: #770777;

	background-image: url(images/purple/nav-bg.png);

}



.legacy-purple .genesis-nav-menu {

	color: #eee;

}



.legacy-purple .genesis-nav-menu a {

	color: #fff;

}



.legacy-purple .site-header .genesis-nav-menu a {

	color: #888;

}



.legacy-purple .site-header .genesis-nav-menu .current-menu-item > a,

.legacy-purple .site-header .genesis-nav-menu a:hover {

	color: #000;

}



.legacy-purple .nav-primary a:hover,

.legacy-purple .nav-primary .current-menu-item > a,

.legacy-purple .nav-secondary a:hover,

.legacy-purple .nav-secondary .current-menu-item > a {

	background: #770777;

	color: #fff;

}



.legacy-purple .nav-primary .sub-menu a:hover,

.legacy-purple .nav-primary .sub-menu .current-menu-item > a,

.legacy-purple .nav-secondary .sub-menu a:hover,

.legacy-purple .nav-secondary .sub-menu .current-menu-item > a,

.legacy-purple .site-header .sub-menu a:hover,

.legacy-purple .site-header .sub-menu .current-menu-item > a {

	background: #c70dc8;

	color: #fff;

}



.legacy-purple .genesis-nav-menu .sub-menu a {

	background: #770777;

	border-bottom: 1px solid #600660;

	color: #fff;

}	



.legacy-purple .slider {

	background-color: #c70dc8;

	background-image: url(images/purple/slider-bg.png);	

}



.legacy-purple .portfolio .more-link {

	background: #c70dc8;

	color: #fff;

}



.legacy-purple .archive-pagination li a:hover, 

.legacy-purple .archive-pagination li.active a {

	background: #c70dc8;

}



.legacy-purple button,

.legacy-purple input[type="button"],

.legacy-purple input[type="reset"],

.legacy-purple input[type="submit"] {

	background: #c70dc8;

}



.legacy-purple button:hover,

.legacy-purple input[type="button"]:hover,

.legacy-purple input[type="submit"]:hover,

.legacy-purple .btn:hover {

	background-color: #888;

}



.legacy-purple .navigation li a {

	background: #444;

	color: #fff;

}



.legacy-purple .navigation li a:hover,

.legacy-purple .navigation li.active a {

	background: #c70dc8;

}



.legacy-purple .entry-content a:hover {

	color: #c70dc8;

}



.legacy-purple .enews-widget input[type="submit"] {

	background: #c70dc8;

}



.legacy-purple .enews-widget input:hover[type="submit"] {

	background: #888;

}



.legacy-purple .footer-widgets {

	background-image: url(images/purple/footer-bg.png);

	background-color: #770777;

	border-top: 1px solid #770777;

	color: #fff;	

}



.legacy-purple .footer-widgets a {

	color: #fff;

}



/* Legacy Red

--------------------------------------------- */

 

.legacy-red a {

	color: #d91420;

}



.legacy-red .site-title a {

	color: #d91420;

}



.legacy-red .site-title a:hover {

	color: #888;

}



.legacy-red .entry-title a,

.legacy-red .entry-title a:visited,

.legacy-red h2 a,

.legacy-red h2 a:visited {

	color: #333;

}



.legacy-red .entry-title a:hover,

.legacy-red h2 a:hover {

	color: #d91420;

}



.legacy-red .nav-primary, 

.legacy-red #nav {

	background-color: #700302;

	background-image: url(images/red/nav-bg.png);

}



.legacy-red .genesis-nav-menu {

	color: #eee;

}



.legacy-red .genesis-nav-menu a {

	color: #fff;

}



.legacy-red .site-header .genesis-nav-menu a {

	color: #888;

}



.legacy-red .site-header .genesis-nav-menu .current-menu-item > a,

.legacy-red .site-header .genesis-nav-menu a:hover {

	color: #000;

}



.legacy-red .nav-primary a:hover,

.legacy-red .nav-primary .current-menu-item > a,

.legacy-red .nav-secondary a:hover,

.legacy-red .nav-secondary .current-menu-item > a {

	background: #700302;

	color: #fff;

}



.legacy-red .nav-primary .sub-menu a:hover,

.legacy-red .nav-primary .sub-menu .current-menu-item > a,

.legacy-red .nav-secondary .sub-menu a:hover,

.legacy-red .nav-secondary .sub-menu .current-menu-item > a,

.legacy-red .site-header .sub-menu a:hover,

.legacy-red .site-header .sub-menu .current-menu-item > a {

	background: #d91420;

	color: #fff;

}



.legacy-red .genesis-nav-menu .sub-menu a {

	background: #700302;

	border-bottom: 1px solid #610100;

	color: #fff;

}	



.legacy-red .slider {

	background-color: #d91420;

	background-image: url(images/red/slider-bg.png);	

}



.legacy-red .portfolio .more-link {

	background: #d91420;

	color: #fff;

}



.legacy-red .archive-pagination li a:hover, 

.legacy-red .archive-pagination li.active a {

	background: #d91420;

}



.legacy-red button,

.legacy-red input[type="button"],

.legacy-red input[type="reset"],

.legacy-red input[type="submit"] {

	background: #d91420;

}



.legacy-red button:hover,

.legacy-red input[type="button"]:hover,

.legacy-red input[type="submit"]:hover,

.legacy-red .btn:hover {

	background-color: #888;

}



.legacy-red .navigation li a {

	background: #444;

	color: #fff;

}



.legacy-red .navigation li a:hover,

.legacy-red .navigation li.active a {

	background: #d91420;

}



.legacy-red .entry-content a:hover {

	color: #d91420;

}



.legacy-red .enews-widget input[type="submit"] {

	background: #d91420;

}



.legacy-red .enews-widget input:hover[type="submit"] {

	background: #888;

}



.legacy-red .footer-widgets {

	background-image: url(images/red/footer-bg.png);

	background-color: #700302;

	border-top: 1px solid #700302;

	color: #fff;	

}



.legacy-red .footer-widgets a {

	color: #fff;

}

.top-optin {
	background-color: #131313;
	border-top: 1px solid #2b2b2b;
	padding: 10px 0;
}

.top-optin div#om-sidebar-action-optin-wrap.columbus-element-row.columbus-element-row-global.columbus-body {
	background-color: transparent;
}

div#om-sidebar-action-header.columbus-clearfix.columbus-header {
	margin-top: 15px;
}

div#om-sidebar-action-content.columbus-clearfix.columbus-content {
	margin-top: 15px;
	padding: 0 30px;
}



/*

Media Queries

---------------------------------------------------------------------------------------------------- */



/* Desktops, laptops and iPads (landscape)

--------------------------------------------- */



@media only screen and (max-width: 1139px) {



	.wrap,

	.site-header {

		max-width: 960px;

	}



	.content-sidebar-sidebar .content-sidebar-wrap,

	.sidebar-content-sidebar .content-sidebar-wrap,

	.sidebar-sidebar-content .content-sidebar-wrap {

		width: 740px;

	}



	.content,

	.site-header .widget-area {

		width: 620px;

	}



	.sidebar-content-sidebar .content,

	.sidebar-sidebar-content .content,

	.content-sidebar-sidebar .content {

		width: 400px;

	}



	.sidebar-primary,

	.title-area {

		width: 300px;

	}



}



/* iPads (portrait)

--------------------------------------------- */



@media only screen and (max-width: 1023px) {



	.content,

	.content-sidebar-sidebar .content,

	.content-sidebar-sidebar .content-sidebar-wrap,

	.sidebar-content-sidebar .content,

	.sidebar-content-sidebar .content-sidebar-wrap,

	.sidebar-primary,

	.sidebar-secondary,

	.sidebar-sidebar-content .content,

	.sidebar-sidebar-content .content-sidebar-wrap,

	.site-header .widget-area,

	.title-area,

	.wrap {

		width: 100%;

	}

	

	.site-header,

	.nav-primary .wrap,

	.nav-secondary .wrap,

	.slider .wrap,

	.welcome .wrap,

	.home-bottom .wrap {

		width: 90%;

	}

	

	.title-area {

		padding: 16px 0;

		padding: 1rem 0;

	}

	

	.header-image .site-header,

	.header-image .site-header .wrap {

		background-position: center top !important;

	}

	

	.site-header .widget-area {

		text-align: center;

	}



	.site-inner {

		padding-left: 5%;

		padding-right: 5%;

	}



	.archive-description,

	.author-box,

	.entry,

	.entry-footer .entry-meta,

	.sidebar .widget,

	.site-header,

	#comments,

	#respond {

		padding: 0;

	}



	.site-inner {

		background: none;

	}

	

	.nav-primary, 

	#nav {

		background-repeat: repeat-y;

	}



	.genesis-nav-menu li,

	.genesis-nav-menu > .right,

	.site-header ul.genesis-nav-menu,

	.site-header .search-form {

		float: none;

	}



	.genesis-nav-menu,

	.site-description,

	.site-header hgroup,

	.site-header .search-form,

	.site-title {

		text-align: center;

	}

	

	.genesis-nav-menu .menu-item {

		display: inline-block;

		float: none;

	}



	.genesis-nav-menu a,

	.genesis-nav-menu > .first > a,

	.genesis-nav-menu > .last > a { }



	.site-header .search-form {

		margin: 16px auto ;

		margin: 1rem auto;

	}



	.entry-footer .entry-meta {

		margin: 0;

		padding-top: 12px;

		padding-top: 0.75rem;

	}



	.sidebar .widget.enews-widget {

		padding: 40px;

		padding: 2.5rem;

	}



	.footer-widgets {

		padding: 40px 5% 16px;

	}

	

	.site-footer .wrap {

		padding: 0 5%;

	}



}



/* iPhones (portrait and landscape)

--------------------------------------------- */



@media only screen and (max-width: 767px) {

	.top-optin {
		padding: 10px 5%;
	}

	html .top-optin div#om-blrhb8wjh3s0y93g div#nashville-header.nashville-clearfix.nashville-header,
	html .top-optin div#om-blrhb8wjh3s0y93g div#nashville-footer.nashville-clearfix.nashville-footer {
		width: 100%;
		float: none;
	}

	html .top-optin div#om-blrhb8wjh3s0y93g .nashville-element-title {
		font-size: 18px;
		text-align: center;
		margin-bottom: 10px;
	}

	.footer-widgets-1,

	.footer-widgets-2,

	.footer-widgets-3,

	.footer-widgets-4,

	.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%;

	}

	

	.search-form {

		width: 80%;

	}

	

	.content .portfolio {

		width: 48%;

	}

	

	.content .portfolio .post-image {

		width: 100%;

	}



}





@media only screen and (max-width: 480px) {

	html .top-optin div#om-blrhb8wjh3s0y93g input#nashville-field-email.nashville-field-email {
		margin-bottom: 10px;
		width: 100%;
	}

	html .top-optin div#om-blrhb8wjh3s0y93g input#nashville-field-submit.nashville-field-submit {
		width: 100%;
		margin-left: 0;
	}

	.site-header {

		width: 100%;

	}



	.home-bottom-1,

	.home-bottom-2,

	.home-bottom-3	{

		margin: 0 auto;

		text-align: center;

		width: 100%;

	}

	

	.content .portfolio {

		text-align: center;

		width: 100%;

	}

	

	.content .portfolio .post-image {

		width: 100%;

	}

	

	.content .portfolio .more-link {

		margin: 20px auto 0;

		padding: 6px;

		width: 60%;

	}

	

}



#after-post {

  background: url("") no-repeat scroll 10px 15px #FFEC97;

    border: 1px solid #DED5AF;

    border-radius: 3px 3px 3px 3px;

    box-shadow: 0 2px 2px 0 #DDDDDD;

    color: #776827;

    margin: 0 2px 20px;

    padding-top: 15px;
    padding-bottom: 0px;
    padding-left: 20px;
    padding-right: 20px;

    text-shadow: 1px 1px #EEEEEE;

}



#after-post2 {

    border: 1px solid #DED5AF;

    background: url("") no-repeat scroll 10px 15px #000000;

    border-radius: 3px 3px 3px 3px;

    box-shadow: 0 2px 2px 0 #DDDDDD;

    color: #ffffff;

    margin: 0 2px 20px;

    padding: 20px 15px 20px 25px;

}

.entry-image{width:100%;}

.enews-widget input[type="submit"] {
    background: none repeat scroll 0% 0% #333;

.textwidget .ck_form {
	background-color:#0f52ba!important;
}
.menu_title {text-align: center !important;}

.ck_form .ck_powered_by { display: none !important; }