/*
	Theme Name: Dr. Michael Wayne Child Theme
	Theme URI: http://my.studiopress.com/themes/focus/
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/
	Version: 3.1
 
	Tags: blue, green, white, one-column, two-columns, three-columns, responsive-layout, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page
 
	Template: genesis
	Template Version: 2.1
 
	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/


/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Gravity Forms
		- Jetpack
		- Social Icons
                - Popup
                - Portfolio
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
		- Responsive Menu
	- Content Area
		- Featured Post Grid
		- Entries
		- After Entry
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
        - Tweaks & Extras
	        - Media Queries
		- Retina Display
		- max-width: 1160px
		- max-width: 1023px
		- max-width: 767px

*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
   normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}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}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
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry-content:before,
.entry:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry-content:after,
.entry:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}



/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
    height: 100%
}

body {
    background-repeat: no-repeat;
    background-color: #f4f4f4;
    background-image: -ms-linear-gradient(top, #000 30%, #F4F4F4 100%);
    background-image: -moz-linear-gradient(top, #000 30%, #F4F4F4 100%);
    background-image: -o-linear-gradient(top, #000 30%, #F4F4F4 100%);
    background-image: -webkit-linear-gradient(top, #000 30%, #F4F4F4 100%);
    background-image: url() linear-gradient(top, #000 30%, #F4F4F4 100%);
    background-size: 100% 100%;
    color: #111;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 1.625;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a,
.site-title a {
	color: 000080;
        text-decoration: none;
}

p a {
	color: 000080;
        text-decoration: underline;
}


a img {
	margin-bottom: -4px;
}

a:hover {
	color: #B20000;
}

p {
	margin: 0;
	padding: 0;
}

.post .content p,
.page .content p,
.single .content p {
	margin: 0 0 10px;
	padding: 0;
}

.blog .feature .entry-content p {
	margin: 0 0 16px !important;
	padding: 0;
}

.entry-content {
        margin-bottom: 14px;
        border-bottom: 1px solid #ddd;
}

.entry-header .entry-title a {
        color: #000080 !important;
}

strong {
	font-weight: 700;
}

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

.horizontal ul {
       margin-left: 0 !important;
}

.horizontal li {
       margin-right: 10px;
       display: inline !important;
       list-style-type:disc;
}

.horizontal li:before {
         margin-right: 6px;
         content: "\2666 " !important;
         color: #999;
}

blockquote,
blockquote::before {
	color: #111;
}

blockquote {
	margin: 40px 40px 24px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

cite {
	font-style: normal;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
        padding: 0;
        font-family: 'lora', sans-serif;
        font-weight: 500;
        color: #333;
}

h1 {
        margin: 6px auto 12px;
	font-size: 28px;
        color: #0066ff;
}

h2 {
        margin: 6px auto;
	font-size: 20px;
}

h3 {
        margin: 6px auto;
	font-size: 18px;
        color: #0e1b92;
}
h4 {
        margin: 0 auto 12px;
        font-size: 18px;
        color: #000080;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 10px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto; /* IE8 */
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
	margin-bottom: 28px;
}

.gallery-item {
	float: left;
	margin: 0;
	padding: 0 4px;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery .gallery-item img {
	border: none;
	height: auto;
	margin: 0;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #f4f4f4;
	border: 1px solid #ffcc66;
	box-shadow: 1px 1px 3px #eee inset;
	color: #111;
        font-family: 'Lato', sans-serif;
	font-size: 12px;
	padding: 4px 4px 4px 10px;
	width: auto;
}

.comment-form-comment textarea {
	width: 100%;
}

input[type="checkbox"], 
input[type="radio"], 
input[type="image"] {
	width: auto;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
}

.search-form {
        margin-right: 26px;
        float: right;
}

.search-form input[type="submit"] {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e1ffff+0,e1ffff+7,e1ffff+12,fdffff+12,e6f8fd+30,c8eefb+54,bee4f8+75,b1d8f5+100;Blue+Pipe+%232 */
background: rgb(225,255,255); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(225,255,255,1) 0%, rgba(225,255,255,1) 7%, rgba(225,255,255,1) 12%, rgba(253,255,255,1) 12%, rgba(230,248,253,1) 30%, rgba(200,238,251,1) 54%, rgba(190,228,248,1) 75%, rgba(177,216,245,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(225,255,255,1) 0%,rgba(225,255,255,1) 7%,rgba(225,255,255,1) 12%,rgba(253,255,255,1) 12%,rgba(230,248,253,1) 30%,rgba(200,238,251,1) 54%,rgba(190,228,248,1) 75%,rgba(177,216,245,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(225,255,255,1) 0%,rgba(225,255,255,1) 7%,rgba(225,255,255,1) 12%,rgba(253,255,255,1) 12%,rgba(230,248,253,1) 30%,rgba(200,238,251,1) 54%,rgba(190,228,248,1) 75%,rgba(177,216,245,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1ffff', endColorstr='#b1d8f5',GradientType=1 ); /* IE6-9 */
        margin: 0 8px;
	padding: 5px 12px;
	border: 1px outset #ffcc66;
	border-radius: 4px;
	cursor: pointer;
	text-transform: uppercase;
        width: auto;
        color: #444;
        font-weight: bold;
}

.search-form input[type="submit"]:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b1d8f5+0,bee4f8+25,c8eefb+46,e6f8fd+70,fdffff+88,e1ffff+88,e1ffff+93,e1ffff+100 */
	background: rgb(177,216,245); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(177,216,245,1) 0%, rgba(190,228,248,1) 25%, rgba(200,238,251,1) 46%, rgba(230,248,253,1) 70%, rgba(253,255,255,1) 88%, rgba(225,255,255,1) 88%, rgba(225,255,255,1) 93%, rgba(225,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(177,216,245,1) 0%,rgba(190,228,248,1) 25%,rgba(200,238,251,1) 46%,rgba(230,248,253,1) 70%,rgba(253,255,255,1) 88%,rgba(225,255,255,1) 88%,rgba(225,255,255,1) 93%,rgba(225,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(177,216,245,1) 0%,rgba(190,228,248,1) 25%,rgba(200,238,251,1) 46%,rgba(230,248,253,1) 70%,rgba(253,255,255,1) 88%,rgba(225,255,255,1) 88%,rgba(225,255,255,1) 93%,rgba(225,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b1d8f5', endColorstr='#e1ffff',GradientType=1 ); /* IE6-9 */
	border: 1px inset #999999;
}

.search-form .button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}



/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 20px;
	width: 100%;
}

tbody {
	border: none;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border: none;
	padding: 0;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-container {
	background: none;
	margin: 10px auto;
	padding: 0;
	max-width: 1140px;
}

.site-inner {
        background: #fff url(images/lines.png);
	clear: both;
	margin: 0;
        padding: 10px;
}

.page-template-page_landing-php .site-inner {
	margin-bottom: 0
}


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

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

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 790px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: right;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}


/* Content
--------------------------------------------- */

.content {
        background-color: #fff;
        border: 1px solid #ddd;
        margin: 0;
        padding: 10px 20px 0;
	float: right;
	width: 743px;
}

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

.full-width-content .content {
	width: 100%;
}


/* Landing Page
--------------------------------------------- */

.landing .site-container {
	width: 800px !important;
}

.landing .entry-title {margin: 10px auto 16px; text-align: center;}

.landing blockquote {
        margin: 10px auto;
        padding: 16px;
        background-color: #f6f6f6;
        border: 1px solid #ddd;
        width: 80%;
        font-size: 14px;
        color: #333;
}

.landing blockquote::before {
	content: none;
}

.landing #gform_wrapper_2 blockquote {
	margin-top: 0;
}

.landing blockquote .gform_title {
	font-size: 22px;
        text-align: center;
}

.landing .gform_description {
        margin: 0 auto;
        padding: 0;
        display: block;
	font-size: 24px;
        color: #0e1b92;
        text-align: center !important;
}

.landing blockquote .gform_wrapper input[type="email"],
.landing blockquote .gform_wrapper input[type="text"] {
        background-color: #fff;
        margin: 0;
        padding: 16px;
        display: inline-block;
        width: 100% !important;
}

.landing .gform_wrapper .gform_footer input[type="submit"] {
	background: #ff3019;
	background: -moz-linear-gradient(top,  #ff3019 0%, #cf0404 100%);
	background: -webkit-linear-gradient(top,  #ff3019 0%,#cf0404 100%);
	background: linear-gradient(to bottom,  #ff3019 0%,#cf0404 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 );
	margin: 0 auto;
        padding: 10px 16px;
	font-size: 22px;
        letter-spacing: 2px;
	text-align: center;
        text-transform: capitalize;
        height: 36px;
        width: 50%;
	display: block;
}

.landing .gform_wrapper .gform_footer input[type="submit"]:hover {
        background: #cf0404;
        background: -moz-linear-gradient(top,  #cf0404 0%, #ff3019 100%);
        background: -webkit-linear-gradient(top,  #cf0404 0%,#ff3019 100%);
        background: linear-gradient(to bottom,  #cf0404 0%,#ff3019 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf0404', endColorstr='#ff3019',GradientType=0 );
        color: #c0c0c0;
}

/* Primary Sidebar
--------------------------------------------- */

.sidebar-primary {
	float: right;
	width: 365px;
        height: 100%;
        margin: 0;
}

.sidebar-primary .widget {
        background-color: #f4f4f4;
	border: 1px solid #ddd;
        margin: 0 10px 10px 0 ;
        padding: 10px;
	width: 100% !important;
}


.sidebar-primary .widget a {
        color: #B20000;
}

.sidebar-primary .widget a:hover {
        color: #000080;
}

.sidebar-primary h4 {
        margin-bottom: 10px;
        padding-bottom: 2px;
        border-bottom: 1px solid #ddd;
        letter-spacing: 2px;
        line-height: 1.625;
        text-shadow: 1px 1px #fff;
        color: #0e1b92;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

.sidebar-primary .screen-reader-text {
        font-weight: bold;
        display: block;
}

.widget_categories select {
        background-color: #fff;
        width: 100%;
}

#subscribe-email input {
        background-color: #fff !important;
        margin-right: 6px !important;
        padding: 3px 0 3px 6px !important;
        width: 250px !important;
        font-size: 12px !important;
        float: left;
        font-weight: bold;
        color: #000 !important;
}

#categories-2 .widget-title{
        display: none;
}

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.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%;
        margin-right: 0;
        padding: 0;
}

.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;
        padding: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.search-form {
	overflow: hidden;
}

.gsc-adBlock .visibility {
	display: none!important;
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

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

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

a.alignnone {
	display: inline-block;
}

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

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

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

.gallery-caption,
.entry-content .gallery-caption {
	margin: 0 0 10px;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

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

.breadcrumb {
	color: #617984;
	font-size: 12px;
	margin: -10px 0 6px;
	padding: 0;
	text-transform: uppercase;
        border-bottom: 1px dashed #ddd;
        clear: both;
}

.breadcrumb a:after {
	color: #000;
	content: "\2192";
       	font-size: 16px;
	font-weight: 400;
	padding: 0 6px 0 2px;
}

.archive-description,
.author-box {
	border-bottom: 1px solid #ddd;
	margin-bottom: 40px;
	padding-bottom: 40px;
}

.author-box-title {
        font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 4px;
	text-transform: uppercase;
}

.author-box p {
	margin-bottom: 0;
}

.author-box .avatar {
	margin-right: 24px;
}

/* Titles
--------------------------------------------- */

.entry-title {
	margin: 0;
}

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

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

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

.archive-title {
	font-size: 20px;
	margin-bottom: 24px;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

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

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

.featured-content .entry-title {
	font-size: 24px;
	line-height: 1.2;
}


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

/*
Client - Products
---------------------------------------------------------------------------------------------------- */

.single-client .entry-meta { display: none; }


/* 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;
	padding: 16px;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	margin: 0 6px 0 0;
	padding: 2px 12px;
	border: 1px solid #666;
	border-radius: 4px;
	box-shadow: rgba(255, 255, 255, 0.14902) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px;
	color: #fff;
	font-size: 14px !important;
	font-family: verdana;
	font-weigfht: normal;
	height: 34px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	background: #7db9e8; /* Old browsers */
	background: -moz-linear-gradient(top,  #7db9e8 0%, #207cca 49%, #2989d8 50%, #1e5799 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7db9e8), color-stop(49%,#207cca), color-stop(50%,#2989d8), color-stop(100%,#1e5799)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #7db9e8 0%,#207cca 49%,#2989d8 50%,#1e5799 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #7db9e8 0%,#207cca 49%,#2989d8 50%,#1e5799 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #7db9e8 0%,#207cca 49%,#2989d8 50%,#1e5799 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #7db9e8 0%,#207cca 49%,#2989d8 50%,#1e5799 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#1e5799',GradientType=0 ); /* IE6-9 */
}

div.gform_wrapper .gform_footer input[type="submit"]:hover {
	background-color: #157ab7; /* Old browsers */
	background: -moz-linear-gradient(top,  #157ab7 0%, #337ab7 50%, #337ab7 53%, #265a88 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#157ab7), color-stop(50%,#337ab7), color-stop(53%,#337ab7), color-stop(100%,#265a88)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #157ab7 0%,#337ab7 50%,#337ab7 53%,#265a88 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #157ab7 0%,#337ab7 50%,#337ab7 53%,#265a88 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #157ab7 0%,#337ab7 50%,#337ab7 53%,#265a88 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #157ab7 0%,#337ab7 50%,#337ab7 53%,#265a88 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#157ab7', endColorstr='#265a88',GradientType=0 ); /* IE6-9 */
	color: #f4f4f4;
}

#recaptcha_area {max-width: 450px;}

#extensions_message {display: block;}

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

img#wpstats {
	display: none !important;
}

/* Sharing Buttons
--------------------------------------------- */

.sd-title  {
        margin-bottom: -10px;
        padding-bottom: 0;
}
.sd-content {
        clear: both;
        margin-top: 0!important;
}

div.sharedaddy div.sd-block {
	border-top: 1px solid rgba(0,0,0,0.13);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgba(0,0,0,0.13);
	padding: 0;
}

div.sharedaddy .sharing-hidden .inner {
        margin: 0 auto;
        max-width: 190px;
}

div.sharedaddy .sharing-hidden .inner ul {
        text-align: center;
}

.single-format-quote  div.sharedaddy div.sd-block {
	display: none;
}

div.sharedaddy .sd-content {
	float: left;
	margin-top: 10px;
	margin-top: 1rem;
}

div.sharedaddy a.sd-button {
	border: none !important;
	box-shadow: none;
}

.sd-social-icon-text a.sd-button a.sd-button {
	opacity: 1;
	padding: 4px 4px;
	padding: .4rem 1rem;
}

h3.sd-title::before {
	border-top: none !important;
}

h3.sd-title {
	float: left;
	margin-right: 10px !important;
	padding-top: 10px;
}

/* Sharing Buttons - Large Button Padding
--------------------------------------------- */

li.share-facebook a.sd-button,
li.share-google-plus-1 a.sd-button,
li.share-twitter a.sd-button,
li.share-linkedin a.sd-button,
li.share-pocket a.sd-button,
li.share-press-this a.sd-button,
a.sd-button.share-more {
	background: none;
	box-shadow: none;
	border: none;
	font-family: 'verdana', arial;
	font-size: 14px !important;
	font-weight: 300;
	letter-spacing: 0;
	text-transform: uppercase;
	background-image: none !important;
	padding: 6px 10px !important;
}

/* Sharing Buttons - Button Background Color
--------------------------------------------- */

li.share-google-plus-1 a.sd-button {
	background-color: #dd4b39 !important;
}

li.share-facebook a.sd-button,
li.share-tumblr a.sd-button {
	background-color: #4965a0 !important;
}

li.share-twitter a.sd-button  {
	background-color: #28a9e0 !important;
}

li.share-linkedin a.sd-button {
	background-color: #cbe0e5 !important;
}

li.share-reddit a.sd-button {
	background-color: #ddd !important;
}

li.share-press-this a.sd-button {
	background-color: #006699 !important;
}

li.share-pinterest a.sd-button {
	background-color: #D5222A !important;
}

li.share-email a.sd-button {
        background-color: #0fad00 !important;
}

a.sd-button.share-more {
	background: #fec500 !important;
}

/* Sharing Buttons - Text Color
--------------------------------------------- */

li.share-facebook a.sd-button span,
li.share-google-plus-1 a.sd-button span,
li.share-tumblr a.sd-button span,
li.share-pinterest a.sd-button span,
li.share-twitter a.sd-button span,
li.share-pocket a.sd-button span,
li.share-press-this a.sd-button span,
li.share-email a.sd-button span { 
	color: #fff !important; 
}

li.share-linkedin a.sd-button span,
li.share-reddit a.sd-button span,
a.sd-button.share-more span { 
	color: #111 !important; 
        font-weight: bold;
}


/* Sharing Buttons - Hover Background-Color
--------------------------------------------- */

li.share-facebook a.sd-button:hover,
li.share-twitter a.sd-button:hover,
li.share-tumblr a.sd-button:hover,
li.share-pocket a.sd-button:hover,
li.share-pinterest a.sd-button:hover {
	background-color: #1E8CBE !important;
}

li.share-email a.sd-button:hover {
       background-color: #8cc700 !important;
}


li.share-linkedin a.sd-button:hover {
	background-color: #ddd !important;
}

li.share-press-this a.sd-button:hover {
	background-color: #0087be !important;
}

li.share-google-plus-1 a.sd-button:hover {
	background-color: #cbe0e5 !important;
}

li.share-reddit a.sd-button:hover {
	background-color: #cbe0e5 !important;
}

a.sd-button.share-more:hover {
	background-color: #ff9400 !important;
}


/* Sharing Buttons - Before Text Effects
--------------------------------------------- */

li.share-facebook a.sd-button:before,
li.share-twitter a.sd-button:before,
li.share-google-plus-1 a.sd-button:before,
li.share-pinterest a.sd-button:before,
li.share-linkedin a.sd-button:before,
li.share-press-this a.sd-button:before,
li.share-tumblr a.sd-button:before,
li.share-email a.sd-button:before,
a.sd-button.share-more:before {
	color: #fff !important;
        text-shadow: 1px 1px #000;
}

li.share-linkedin a.sd-button:before {
        background-color: #0077b5;
        margin-top: -4px;
        padding: 4px;
}

li.share-reddit a.sd-button:before {
	color: #ff0000 !important;
        text-shadow: 1px 1px #000;
}

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

.site-header .wrap {
        background: url(images/bg-header.png) top left no-repeat;
        height: 134px;
	margin: 0;
	padding: 0;
}

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

.title-area {
        background: transparent;
        padding: 15px 0 0 30px;
	float: left;
	max-width: 600px;
        height: 134px;
        color: #fff;
}

.header-image .title-area {
	padding: 0;
}

.title-area .site-title a {
        margin: 0;
        padding: 0;
	color: #fff;
        font-family: 'lora', sans-serif;
        font-size: 42px;
        letter-spacing: 2px;
        font-weight: 500;
        text-align: center;
        text-shadow: #000 2px 2px 8px;
}

.title-area .site-title a:hover {
	color: #e4e4e4;
}

.title-area .site-description {
        margin: -20px 0 0;
        padding: 0;
	color: #f4f4f4;
        font-family: 'lato', sans-serif;
        font-size: 22px;
        font-weight: 500;
        text-align: center;
}


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

.header-image .site-title a {
	float: left;
        width: 220px;
        height: 120px;
}

/* Widget Area - Newsbox
--------------------------------------------- */

.site-header .widget-area {
        opacity:0.8;
        margin: -20px 40px 0 0;
        padding: 10px;
	float: right;
	text-align: right;
	width: 600px;
        max-height: 130px;
}

.site-header .widget-area .widget {
	margin-bottom: 10px;
}

.site-header .search-form {
	float: right;
	margin-top: 24px;
}

.site-header .widget-area .widget-title {
        margin: 0;
        padding: 0;
        display: none;
}

/* Newsletter
------------------------------------------------------------ */

.newsbox {
        -webkit-box-shadow: 0px 0px 49px 0px rgba(244,244,244,1);
        -moz-box-shadow: 0px 0px 49px 0px rgba(244,244,244,1);
        box-shadow: 0px 0px 49px 0px rgba(244,244,244,1);
        border-radius: 20px 20px 20px 20px;
        -moz-border-radius: 20px 20px 20px 20px;
        -webkit-border-radius: 20px 20px 20px 20px;
        border: 0px solid #000000;
	padding: 10px 20px 16px; 
        float: right;
	text-align: center; 
	width: 500px;
	margin: 0 10px 0 0;
        color: #fff;
   }

.newssub {
        margin: 4px auto;
        max-width: 360px;
}

.header-widget-area .newsbox input[type="text"]  { 
         margin-right: 6px !important;
         padding: 3px 0 3px 4px;
         width: 140px;
         font-size: 12px;
}

.header-widget-area .newsbox input[type="submit"],
.af-form-wrapper input[type="submit"],
#subscribe-submit input[type="submit"] { 
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fefcea+0,f1da36+100;Gold+3D */
        background: rgb(254,252,234); /* Old browsers */
        background: -moz-linear-gradient(left,  rgba(254,252,234,1) 0%, rgba(241,218,54,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left,  rgba(254,252,234,1) 0%,rgba(241,218,54,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right,  rgba(254,252,234,1) 0%,rgba(241,218,54,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#f1da36',GradientType=1 ); /* IE6-9 */
        margin: 0;
	padding: 3px 6px;
	border: 1px outset #ffcc33;
	border-radius: 4px;
	cursor: pointer;
	text-transform: uppercase;
        width: auto;
        color: #000;
        font-weight: bold;
}

.header-widget-area .newsbox input[type="submit"]:hover,
.af-form-wrapper input[type="submit"]:hover,
#subscribe-submit input[type="submit"]:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b1d8f5+0,bee4f8+25,c8eefb+46,e6f8fd+70,fdffff+88,e1ffff+88,e1ffff+93,e1ffff+100 */
	background: rgb(177,216,245); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(177,216,245,1) 0%, rgba(190,228,248,1) 25%, rgba(200,238,251,1) 46%, rgba(230,248,253,1) 70%, rgba(253,255,255,1) 88%, rgba(225,255,255,1) 88%, rgba(225,255,255,1) 93%, rgba(225,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(177,216,245,1) 0%,rgba(190,228,248,1) 25%,rgba(200,238,251,1) 46%,rgba(230,248,253,1) 70%,rgba(253,255,255,1) 88%,rgba(225,255,255,1) 88%,rgba(225,255,255,1) 93%,rgba(225,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(177,216,245,1) 0%,rgba(190,228,248,1) 25%,rgba(200,238,251,1) 46%,rgba(230,248,253,1) 70%,rgba(253,255,255,1) 88%,rgba(225,255,255,1) 88%,rgba(225,255,255,1) 93%,rgba(225,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b1d8f5', endColorstr='#e1ffff',GradientType=1 ); /* IE6-9 */
	border: 1px inset #999999;
}

.newsbox h3 {
        margin: 0;
        padding: 0;
        color: #fff;
        }

.newsbox p {
        margin: -4px 0 4px 0;
        padding: 0;
        line-height: 20px;
}

.newsbox a {
        text-shadow: #ddd 1px 1px;
        text-decoration: none;
         }

.af-form-wrapper { 
        margin: 6px auto 0;
        max-width: 356px;
}


.af-form-wrapper input[type="text"] { 
        background-color: #fff;
}


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

.genesis-nav-menu {
	clear: both;
        text-shadow: #111 1px 1px;
	color: #fff;
        font-family: 'Roboto', sans-serif;
	font-size: 14px;
        text-transform: uppercase;
	line-height: 1.5;
	padding: 0;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	border-bottom: none;
        border-right: 1px solid #0e1b92;
	display: inline-block;
	margin: 0;
	padding: 0;
	text-align: left;
}

.genesis-nav-menu a {
	color: #fff;
	display: block;
	padding: 8px 16px 6px;
	position: relative;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
        text-shadow: #000 1px 1px;
	color: #ffff00;
}

.genesis-nav-menu .sub-menu {
        background: #fff url(images/lines.png);
	border-top: 1px solid #eee;
	left: -9999px;
	opacity: 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-color: #fff;
	border: 1px solid #eee;
	border-top: none;
	color: #000080;
        text-transform: capitalize;
        text-shadow: none;
	font-size: 13px;
	padding: 8px 20px;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu a:hover {
	color: #f29203;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -52px 0 0 199px;
}

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

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 20px;
}

.genesis-nav-menu > .right > a {
	background: none;
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .right > a:hover {
	color: #777;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu {
	margin-top: 12px;
	padding: 0;
}

.site-header .genesis-nav-menu a:hover,
.site-header .genesis-nav-menu .current-menu-item > a {
	background-color: #f0f4f6;
}

.site-header .genesis-nav-menu .sub-menu a:hover {
	background-color: #fff;
}

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

.nav-primary {
        background-color: #006699;
        margin: 0 auto;
        border-radius: 10px 10px 0px 0px;
        -moz-border-radius: 10px 10px 0px 0px;
        -webkit-border-radius: 10px 10px 0px 0px;
        border: 0px solid #003366;
        min-height: 36px;
}

.simple-social-icons {
        margin: 0;
}


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

.nav-secondary .wrap {
        background: url(images/bg-secondary-nav.png) top left no-repeat;
        margin: 10px 0 0;
        padding: 4px 0;
        max-width: 1140px;
        height: 40px;
}

.nav-secondary  {
        margin: -10px auto 0;
        padding: 0;
        max-width: 1140px;
        height: 40px;
}

.nav-secondary .genesis-nav-menu .menu-item {
        border-right: none;
}

.nav-secondary .genesis-nav-menu a {
	color: #fff;
	display: block;
	padding: 5px 10px;
        height: 28px;
	position: relative;
        font-family: 'Roboto', sans-serif;
        font-size: 13px;
        text-shadow: #111 1px 1px;
}

#menu-top-menu .menu-item a:before {
        content: "\bb";
        margin: 0 6px 6px 0;
        color: #fff;
        font-size: 18px;
        font-family: 'Roboto', sans-serif;
        text-shadow: #000080 1px 1px;
        }

.nav-secondary .genesis-nav-menu li {
	margin: -6px 0 0;   
     
}
.nav-secondary .genesis-nav-menu a:hover,
.nav-secondary .genesis-nav-menu .current-menu-item > a {
        background: none;
        height: 26px;
	color: #ffff00;
}

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

/* Footer Navigation
--------------------------------------------- */


.footer-menu-container .menu-item {
        border: none;
	display: inline-block;
	margin: 0;
	padding: 0;
	text-align: left;
}

.footer-menu-container {
        margin-left: 20px;
        text-align: center;
}

.footer-menu-container a {
	color: #fff;
	display: block;
	padding: 4px 10px;
	position: relative;
        font-style: normal;
}

.footer-menu-container .menu-item a {
	color: #fff;
        border: none;
        text-shadow: #111 1px 1px;
	font-family: 'Roboto', sans-serif;
        font-size: 12px !important;
}

.footer-menu-container a:hover,
.footer-menu-container .current-menu-item > a,
.footer-menu-container .sub-menu .current-menu-item > a:hover {
        background: none;
        text-shadow: #000 1px 1px;
	color: #ffff00;
}

.footer-menu-container .menu-item a:before {
        content: "\bb";
        margin: 0 6px 3px 0;
        color: #fff;
        font-size: 18px;
        font-family: 'Roboto', sans-serif;
        text-shadow: #000080 1px 1px;
        }

/* Primary / Secondary Navigation Widgets
--------------------------------------------- */

.menu-primary .widget a:hover, 
.menu-secondary .widget a:hover {
        background: none;
}

.menu-primary .widget, 
.menu-secondary .widget {
        width: 320px;
        float: right;
        margin: 0;
        padding: 0;
}

.menu-primary .widget, 
.menu-secondary .widget img {
       margin: 0;
       padding: 0;
       border: 0;  
       width: 23px; 
       height: 22px;
}

.genesis-nav-menu .widget a {
        display: inline-block;
        margin: 2px 0 0 6px ;
        padding: 0;  
}

.menu-primary .search {
        width: 380px;
        float: right;
        margin: 0 0 0;
        padding: 4px 4px 0;
}

.menu-primary .search input[type="search"] {
        width: 240px;
}


.menu-primary .search input[type="submit"] {
        background-color: #f4f4f4;
	padding: 4px;
        border: 1px outset #0e1b92;
        color: #000;
}

.menu-primary .search input:hover[type="submit"] {
	padding: 4px;
        border: 1px outset;
        color: #000;
}

/* Social Icons
--------------------------------------------- */

#social-icons {
	background: transparent;
        float: right;
        margin: 0 auto;
        padding: 0 10px 0 0;
        height: 40px;
}

#social-icons img {
       margin: 0;
       padding: 0 10px 0 0;
       border: 0px;  
       width: 50px; 
       height: 40px;
}

#social-icons img:hover {
	opacity: 0.3; 
        filter: alpha(opacity=10);
}

/* Pop Up
--------------------------------------------- */

#gform_fields_2 .gfield_label,
#gform_fields_2 .hidden_sub_label {display: none !important;}

.wdpu-content {
     margin: -10px auto 0;
}

.wdpu-content p {
     margin: 0 auto;
}

.ginput_container_email {margin: -10px 0 0;}

.wdpu-content .gform_wrapper li,
.wdpu-content .gform_wrapper li {
        margin: 0 auto;
        padding: 0;
	display: inline-block;
	list-style-type: none;
}

.wdpu-content .gform_wrapper input[type="email"],
.wdpu-content .gform_wrapper input[type="text"] {
        margin: 0 auto;
	padding: 6px;
        display: inline-block;
        width: 250px !important;
        float: left;
	font-size: 13px;
}

.wdpu-content .gform_wrapper .gform_footer{
	margin: 0 auto;
	display: block;
}

.wdpu-content .gform_wrapper .gform_footer input[type="submit"] {
	margin: 0 auto;
	padding: 0 12px !important;
	font-size: 13px !important;
	text-align: center;
        height: 28px;
        width: 50%;
	display: block;
}

#opt-in { }



/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
	cursor: pointer;
	display: none;
	margin-bottom: -1px;
	text-align: center;
}

.responsive-menu-icon::before {
	content: "\f333";
	display: inline-block;
	font: normal 20px/1 'dashicons';
	margin: 0 auto;
	padding: 10px;
}

.site-header .responsive-menu-icon::before {
	padding: 0;
}



/*
Sidebar Menu
----------------------------------------- */

.sidebar .widget ul {
	margin-top: 20px !important;
}

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

/* Home Page and Home Featured
--------------------------------------------- */

#home-featured-widgets {
        max-width: 1140px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
}

.home-featured .widget {
	padding: 10px;
}

.home-featured .entry {
	background: none;
}

.home-featured .entry-title, .home-featured h4 {
        margin: 6px auto 16px;
        padding: 0;
        text-align: center;
	font-size: 28px !important;
}

.home-featured .widget-title {
       display: none;
}

.home-featured .page {
	border: none;
	margin: 0;
	padding: 0;
}

.home-featured p {
        margin: 10px;
	color: #111;
}

.home-featured .more-link {
	display: block;
	margin: 20px auto 0;
	max-width: 170px;
	text-transform: none;
}

#home-featured-widgets { margin: 0 auto;}

.home-featured-1,
.home-featured-2,
.home-featured-3 {
        margin: 0 10px 10px 0;
        background-color: #f4f4f4;
        border: 1px solid #ddd;
        height: 130px;
        font-size: 14px;
}

.home-featured-1 .widget {
	padding: 10px 10px 0 0;
}

.home-featured-2 .widget,
.home-featured-3 .widget {
	padding: 10px 10px 0;
}

.home-featured-1,
.home-featured-2,
.home-featured-3 {
	width: 366px;
        padding: 0 10px 0;
}

.home-featured-1,
.home-featured-2 {
	float: left;
}

.home-featured-1 {
	margin-left: 0;
	margin-right: 10px;
}

.home-featured-3 {
	margin-right: 0;
	float: right;
}

.home-featured-1 h4,
.home-featured-2 h4,
.home-featured-3 h4 {
        margin: 0;
        padding-bottom: 6px;
        text-align: center;
        color: #0066ff;
        letter-spacing: 2px;
        font-size: 1.15em;
        line-height: 1.625;
}


/* Featured Post Grid
--------------------------------------------- */


.blog .entry-meta {
       display: none;
}

.blog .feature .entry-header {
       margin: 20px auto 0;
       text-align: center !important;
}

.blog .entry-content .first  {
       height: 200px !important;
}

.blog .feature .entry-header .entry-title {
       margin: -20px auto 10px !important;
       line-height: 1.2em !important;
}

.blog .feature .entry-header .entry-title a {
       padding: 0;
       font-size: 26px !important;
       color: #0066ff !important;
       text-align: justify;
}

.blog .feature .entry-header .entry-title a:hover {
       color: #5e3981 !important;
       font-weight: bold !important;
}

.blog .feature .entry-header p {
       font-size: 14px;
       text-align: justify;
       line-height: 1em !important;
}

.blog .entry-content p {
       margin-bottom: 0;
       font-size: 16px;
}

.blog .feature .attachment-post-image {
       margin: 0 16px 10px -10px;
       float: left;
}

.blog .feature .entry-content p {
       margin: 0;
       text-align: justify;
}

.blog .entry-title {
       line-height: 1em !important;
}

.blog .entry-title a {
       margin-bottom: 6px !important;
       padding-bottom: 0 !important;
       font-size: 18px !important;
       color: #7647A2 !important;
}

.blog .entry-title a:hover {
       color: #0066ff !important;
}

.blog .more-link {
       margin: 0 20px 10px 0;
       display: block;
       float: right;
}

.blog img {
       border: 1px solid #ffcc66;
}

.blog .entry-content .wp-post-image {
       margin: 4px 10px 10px 0;
       float: left !important;
       height: 150px;
       width: 150px;       
}


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

.entry {

}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
}

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

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

.entry-content ul > li {
	list-style-type: disc;
}

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

.entry-content .search-form {
	width: 50%;
}

.entry-meta {
	clear: both;
	color: #aab7be;
	font-size: 14px;
	font-style: italic;
}

.entry-meta a,
.entry-time {
        font-family: 'Roboto', sans-serif;
	font-style: normal;
	margin-right: 8px;
	text-transform: capitalize;
}

.entry-author-name {
	margin-left: 4px;
}

.entry-time {
	color: #617984;
}

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

.entry-comments-link::before {
	content: "\270e";
	margin: 0 6px 0 2px;
}

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

/* Excerpt More
--------------------------------------------- */

.excerpt-more {
        margin: 0;
	padding: 0;
        color: #b20000;
        text-decoration: underline;
        display: inline;
        float: left;
}

.excerpt-more:hover {
        background: none;
	border: none;
        text-decoration: none;
        color: #000080;
}


/* Before-Content
--------------------------------------------- */
.before-content {
        background: none;
        margin: 0 10px 0 0;
        width: 100%;
	padding: 0 0 10px 0;
        float: left;
        display: block;
        clear: both !important;
}

.before-content .widget {
	background-color: #f4f4f4;
	margin: 0;
        width: 100%;
        border: 1px solid #ddd;
	padding: 10px;
        float: left;
}

.before-content h4{
        margin: 0;
        color:#0066ff;
	font-size: 40px;
        text-align: center;
        text-shadow: 1px 1px 1px #111;
}

.before-content .widgettitle {
        display: none;
}

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

.after-entry {
	background-color: #f0f4f6;
	margin: 20px 0 10px;
        border: 1px solid #ddd;
	padding: 10px;
	clear: both;
}


.after-entry .widget {
        background-color: #fff;
	margin-bottom: 0 auto 30px;
	padding: 10px;
        border: 1px solid #ddd;
}

.after-entry .widget h3 {
         margin: 0;
	 font-size: 22px;
         text-align: center;
}

.after-entry .widget p {
        margin: 0 auto;
        line-height: 1.2em;
        width: 70%;
	font-size: 18px;
        text-align: center;
}

.after-entry li {
	list-style-type: none;
}

.after-entry p:last-child,
.after-entry .widget:last-child {
	margin-bottom: 0;
}

.aesub {
	margin: 10px auto 0;
        max-width: 420px;
}

.aesub input[type="text"] {
        background-color: #f4f4f4;
}

/* Pagination
--------------------------------------------- */
.archive-pagination,
.entry-pagination {
	clear: both;
        font-family: 'Roboto', sans-serif;
	font-size: 14px;
	margin: 0 auto;
}

.archive-pagination ul {
	margin: 10px auto;
        text-align: center;
}


.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #006699;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
        border: 0px solid #3e5865;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	margin-bottom: 4px;
	padding: 8px 12px;
	color: #ffff00;
        font-family: 'Roboto', sans-serif;
        text-shadow: #000 1px 1px;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #5e8497;
	color: #fff;
        text-shadow: #000 1px 1px;
}


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

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

.entry-pings {
	padding: 40px 40px 16px;
}

.comment-content {
	clear: both;
}

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

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

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

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

li.comment {
	border-left: 5px solid #e2e8eb;
}

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

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

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

.comment-author {
        font-family: 'Roboto', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}

.says {
        font-family: 'Roboto', sans-serif;
	font-style: italic;
	font-weight: 400;
	text-transform: none;
}

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

/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
        margin-bottom: 20px;
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget ul > li {
	list-style-type: none;
}

.widget ul > li,
.widget ol > li {
	margin-top: 10px;
	padding-left: 20px;
}

.widget li li {
	border: none;
	margin-bottom: 10px;
	padding-bottom: 0;
}

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


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

.sidebar {
	margin-bottom: 0;
	font-size: 14px;

}

.sidebar .widget ul { margin: -12px 0 16px 0;}

.sidebar .widget ul > li {
	list-style-position: outside;
	margin: 0;
	padding: 0 0 0 24px;
	position: relative;
	text-indent: 0;
}

.sidebar .widget li a {
	color: #b20000;
}

.sidebar .widget li a:hover {
	color: #0e1b92;
}

.sidebar .widget ol > li {
	border-bottom: 1px solid #ddd;
	margin-bottom: 12px;
	padding: 0 0 12px 20px;
}

.sidebar .widget li li {
	border: none;
	padding-bottom: 0;
}

.sidebar .widget ul > li::before {
	content: "\2297";
	font-size: 18px;
	padding-right: 6px;
        color: #006699;
        font-weight: bold;
        text-shadow: 1px 1px #fff;
}

.sidebar .enews-widget {
	background-color: #f0f4f6;
}

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


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

.footer-widgets {
        background: #fff url(images/lines.png);
        margin: 0 auto;
	padding: 10px auto 0;
	max-width: 1140px;
	overflow: hidden;
}

.footer-widgets .widget-area {
        margin: 0 10px 10px 0;
	padding: 10px 20px 0 20px;
        min-height: 140px;
	float: left;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box; /* Firefox, other Gecko */
	box-sizing: border-box; /* Opera/IE 8+ */
        font-size: 13px;
}

.footer-widgets .widget_recent_entries {
        margin-bottom: -10px;
        padding-bottom: 0;
}

.footer-widgets .widget ul > li {
        margin: 6px 0 2px;
	padding: 0 0 0 20px;
	position: relative;
	text-indent: 0;
        line-height: 18px;
}

.footer-widgets .widget ol > li {
	border-bottom: 1px solid #ddd;
	margin-bottom: 0;
	padding: 0 0 0 20px;
}

.footer-widgets .widget li li{
	border: none;
	margin-bottom: 10px;
	padding-bottom: 0;
}

.footer-widgets .widget #recent-posts-3 {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.footer-widgets .widget ul > li::before {
	content: "\bb";
	float: left;
	font-size: 18px;
	left: 0;
	padding: 0 5px 0 6px;
	position: absolute;
	top: 0;
	vertical-align: top;
        line-height: 12px;
}

.footer-widgets input {
        margin-top: 6px !important;
        margin-right: 6px !important;
        max-width: 120px;
}

.footer-widgets input[type="submit"] {
        margin-top: 7px !important;
        margin-left: 0px !important;	
        height: 26px;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
        background-color: #f4f4f4;
        height: 156px;
	width: 366px;
        border: 1px solid #ddd;
}

#recent-posts-3 .widget-area  {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
        height: auto !important;
}

.footer-widgets .footer-widgets-1  {
        margin-left: 10px;
}

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

.footer-widgets-3 #recent-posts-4 {
        margin-bottom: 0;
}

.footer-widgets .widget-area a {
	color: #0e1b92;
}

.footer-widgets .footer-widgets-1.widget-area ul,
.footer-widgets .footer-widgets-3.widget-area ul {
	margin: 0 0 30px;
}

.footer-widgets .footer-widgets-1 h4,
.footer-widgets .footer-widgets-2 h4,
.footer-widgets .footer-widgets-3 h4 {
        margin: 0 0 6px;
        padding-top: 0;
        color: #0066ff !important;
        letter-spacing: 2px;
        line-height: 1.625;
        border-bottom: 1px solid #ddd;
}

.footer-widgets .footer-widgets-1 h4,
.footer-widgets .footer-widgets-2 h4 {
        text-shadow: 1px 1px #fff;
        color: #000;
}

.footer-widgets .footer-widgets-3 h4 {
        text-shadow: 1px 1px #fff;
        color: #000;
}

.footer-widgets .footer-widgets-3 li a {
        text-shadow: none;
        color: #b20000;
}

.footer-widgets .footer-widgets-3 li a:hover {
        text-shadow: none;
        color: #000080;
}

.footer-widgets .widget-title {
        margin-bottom: 0;
}

.footer-widgets .latest-tweets {
	list-style-type: none;
	margin: 0 0 20px;
}

.footer-widgets .latest-tweets li {
	border-bottom: 1px dotted #464a4e;
	list-style-type: none;
	padding: 5px 0;
}

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

.footer-menu-container .wrap {
        margin: 0 auto;
}

.footer-menu-container {
        background-color: #006699;
        border-top: 1px solid #0066ff;
	margin: 0 auto;
	padding: 10px auto 0;
	max-width: 1140px;
        max-height: 36px;
        font-weight: normal;
        color: #fff;
	font-size: 12px;
}

.footer-menu-container p {
        margin: 4px auto;
}

/* Custom Credits / Site Copy Right
------------------------------------------------------------ */

#sitecopy {
        margin: 0 auto 10px;
        padding: 0;
        max-width: 1140px;
}

#sitecopy p {
        margin: 0;
        padding: 0;
        text-align: center;
        color: #111;
        text-shadow: 1px 1px #fff;
        letter-spacing: 2px;
        font-size: 13px;
        font-weight: bold;
        line-height: 1.625;
}


/*
Tweaks & Extras
---------------------------------------------------------------------------------------------------- */


/* Buttons
------------------------------------------------------------ */

.home .stMainServices,
.page .stMainServices {display: none;}


/* Post Overrides
--------------------------------------------- */

.nomargin img {
	margin: -16px auto 0;
        padding: 0 auto; 
}


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

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {
	
	.breadcrumb,
	.footer-widgets,
	.site-footer,
	.site-header .wrap,
	.site-inner {

	}
}

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

	.site-container {
		max-width: 960px;
	}

	.nav-secondary {
		max-width: 960px !important;
	}


	.site-header .widget-area {
               margin: -34px 0 10px;
		width: 400px;
	}

        .newsbox {
	        padding: 10px 10px 16px; 
                float: right;
	        text-align: center; 
	        width: 400px;
	        margin: 0 10px 0 0;
                color: #fff;
        }

        .newsbox h3 {
                margin: 0 auto 6px;
                width: 260px;
                font-size: 16px;
         }

        .newsbox p {
                margin: -4px 0 4px 0;
                padding: 0;
                line-height: 16px;
                font-size: 12px;
        }

        .menu-primary .search {
                width: 230px;
        }

        .menu-primary .search input[type="search"] {
                width: 100px;
        }

        #social-icons img {
               width: 40px; 
               height: 30px;
        }

	.home-featured-1,
	.home-featured-2,
	.home-featured-3 {
		width: 306px;
	}

	.home-featured-1 h4,
	.home-featured-2 h4,
	.home-featured-3 h4 {
		margin-bottom: -10px;
	}

	 .content {
		width: 624px;
	}


	.sidebar-primary {
                float: right;
		width: 306px;
	}


	.sidebar-primary .widget {
		width: 296px;
	}


	.sidebar-primary h4 {
		font-size: 18px;
	}

	#subscribe-email input {
	        width: 200px !important;
	}

	.sidebar-primary .html5-video-content {
               width: 100% !important;
	}

	.footer-widgets-1,
	.footer-widgets-3  {
		width: 306px;
                height: 209px;
	}

	.footer-widgets-2  {
		width: 308px;
                height: 209px;
	}

	.footer-menu-container {
        	max-height: 72px;
	}

        .footer-widgets .af-form-wrapper {
                margin: 0 auto;
                width: 70%;
        	display: block;
        }

        .footer-widgets.af-form-wrapper input[type="text"] {
        	display: block;
        }

        .footer-widgets input {
                min-width: 200px !important;
        }

	.footer-menu-container .genesis-nav-menu {
        	width: 70%;
	}

}

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

	.site-container {
		max-width: 768px;
	}

	.site-header .wrap {
 	       background: url(images/bg-header-med.png) top center no-repeat;
               margin: -70px 0 0 !important;
               padding: 0;
               height: 274px !important;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.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,
	.site-header .widget-area .widget,   
	.site-header .widget-area .widget #text-13,      
	.site-inner,
	.title-area,
	.site-inner,
	.wrap {
		width: 100% !important;
	}

	.nav-secondary .wrap {
                background: transparent;
	        margin: 0 !important;
	}

	.nav-secondary {
                margin: 0 auto;
		max-width: 480px !important;
	}

	.site-header .widget-area {
              margin: 40px 0 6px !important;
	      width: 100%;
              height: 174px;
              display: block;
	}

        .newsbox {
	        margin: 0 !important;
	        padding: 10px 10px 16px; 
                float: right;
	        width: 100%;
                clear: both;
        }

        .newsbox h3 {
                margin: 0 auto 6px;
                width: 100%;
                font-size: 22px;
         }

        .newsbox p {
                line-height: 16px;
                font-size: 14px;
        }

        .genesis-nav-menu a {
	        padding: 8px 8px 6px;
	        position: relative;
	        font-size: 13px;
        }

        .menu-primary .search {
                margin: 0 -20px 0 0;
                width: 190px;
                float: right;
        }

        .menu-primary .search input[type="search"] {
                width: 80px;
        }

	.home-featured-1,
	.home-featured-2,
	.home-featured-3 {
		width: 240px;
                height: 160px !important;
	}

	.footer-widgets .widget-area {
                height: auto !important;
	}

	.sidebar-primary {
                margin: 10px auto -10px;
	}

        #social-icons {
               margin: 0 auto;
               float: left;
        }

        #social-icons img {
               margin: 0 20px;
               width: 50px; 
               height: 40px;
        }

	.sidebar-primary .html5-video-player {
                margin: 0 auto;
	}


	.blog .feature .attachment-post-image {
                min-width: 726px;
                height: auto;
	}

	.footer-widgets {
		padding: 0 10px;
	}

	.footer-widgets-1 {
		margin-left: 0 !important;
                float: left;
	}

        .footer-widgets .af-form-wrapper {
                margin-top: 10px 0 0;
                width: 100% !important;
        	display: inline;
                clear: both;
        }

        .footer-widgets input {
                min-width: 220px !important;
        }

	.footer-menu-container {
        	max-height: 150px;
	}

	.footer-menu-container .genesis-nav-menu {
        	width: 80%;
	}

        #sitecopy p {

                font-size: 12px !important;
	}

}

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

	.site-container {
		max-width: 100% !important;
	}

	.site-header .wrap {
               margin: -50px 0 0 !important;
	       background-size: 440px 128px;
               height:  128px !important;
	       min-width: 100% !important; 
	}

	.nav-secondary .genesis-nav-menu {
		margin-left: 4px;
	}

	.nav-secondary .genesis-nav-menu a {
		color: #fff;
		display: block;
		padding: 5px 5px;
       		font-size: 13px;
	}

	.site-header .widget-area {
               margin: -16px 0 10px !important;
	       width: 480px;
               min-height: 140px;
               display: block;
	}

	.newsbox {
               margin: 0 auto 10px !important;
	       width: 100%;
               box-shadow: none;
	}

        .newsbox h3 {
                margin: 0 auto;
                width: 70%;
                font-size: 18px;
         }

        .newsbox p {
                margin: 0 auto;
                width: 76%;
                line-height: 16px;
                font-size: 14px;
        }

        .nav-primary {
                border-radius: 0;
                -moz-border-radius: 0;
                -webkit-border-radius: 0;
                text-align: center;
        }

        .genesis-nav-menu .menu-item {
                border-right: none;
        }

        .menu-primary .search {
                margin: 0 -20px 0 0;
                width: 220px;
                float: right;
        }

        .menu-primary .search input[type="search"] {
                width: 110px;
        }

	.home-featured-1,
	.home-featured-2,
	.home-featured-3 {
		width: 100%;
                height: auto !important;
	}

	.blog .feature .attachment-post-image {
                min-width: 370px !important;
                height: auto;
                clear: initial;
	}

	.blog .feature .entry-header .entry-title a {
                margin-bottom: 0;
                font-size: 18px !important;
                line-height: 1em;
	}

	.blog .feature .entry-content {
                margin-top: 0 !important;
                padding-top: 0;
	}

        #social-icons {
               margin: 0 auto !important;
        }

        #social-icons img {
               margin: 0 auto;
               width: 40px; 
               height: 30px;
        }

        .footer-widgets input {
                min-width: 100% !important;
                float: left;
        }

	.footer-menu-container .genesis-nav-menu {
        	width: 100%;
	}

}

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


	.site-header .wrap {
               margin: -40px 0 0 !important;
	}

	.nav-secondary .genesis-nav-menu {
		margin: 0 auto;
                width: 70%;
                text-align: center;
	}

	.nav-secondary .genesis-nav-menu a {
		padding: 5px 10px;
	}

	.site-header .widget-area {
               min-height: 160px;
	}

	.header-widget-area .newsbox input[type="text"]  { 
	         width: 120px;
	}

        .newsbox h3 {
                margin: 0 auto;
                width: 80%;
                font-size: 18px;
         }

        .newsbox p {
                margin-top: 6px;
                line-height: 16px;
                font-size: 13px;
        }

        .nav-primary .menu-item a{
                margin: 2px;
                font-size: 12px;
        }

        .menu-primary .search {
                width: 150px;
                float: right;
        }

	.search-form input[type="submit"] {
                display: none !important;
	}

	.blog .feature .attachment-post-image {
                min-width: 334px !important;
	}

	#menu-footer-menu {
                width: 90%;
	}

	.footer-menu-container .menu-item a {
                margin: 0;
                line-height: 1em;
	        font-size: 12px !important;
	}

}


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

	.nav-secondary .genesis-nav-menu {
                width: 100%;
	}

        #awf_field-35032520,
        #awf_field-35032521 {
                width: 110px !important;
         }

        .newsbox h3 {
                margin: 0 auto;
                width: 100%;
                font-size: 18px;
         }

        .newsbox h3 {
                margin: 0 auto;
                width: 100%;
                font-size: 18px;
         }

        .newsbox p {
                margin: 6px auto 0;
                width: 90%;
                line-height: 16px;
                font-size: 13px;
        }

        .menu-primary  {
                text-align: center;
        }

        .menu-primary .search  {
                margin-right: 20px;
                width: 160px !important;
                float: right;
        }

	.menu-primary .search input[type="search"] {
                width: 140px !important;
	}

	.search-form input[type="submit"] {
                display: visible !important;
	}

	.blog .feature .attachment-post-image {
                min-width: 278px !important;
	}

	.size-medium {
                width: 100% !important;
	}

	.entry-title {
                font-size: 20px;
                text-align: center;
	}

	#subscribe-email input {
	        max-width: 180px !important;
	}

	#menu-footer-menu {
                width: 100%;
	}

        #sitecopy p {
                margin: 0 auto;
                width: 90%;
	}

}