/*
	Theme Name: NewPub Genesis 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
                - Google Search
                - Popup
	- 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
                - Landing Page
		- Cart Button
                - Blog Grid Loop
                - Image Classes
                - Misc
	- 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}a:focus{outline:0}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
--------------------------------------------- */

.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;
}

/* Temp featured Fix */ 

.attachment-be_feature {
	display: none;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
	background-color: #084b76;
	color: #111;
    font-family: Helvetica, Arial;
	font-size: 16px;
	font-weight: 400;
	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 {
	color: #c00136;
	text-decoration: none;
}

a img {
	margin-bottom: -4px;
}

a:hover {
	color: #0e1b92;
}

p {
	margin: 0 0 10px;
	padding: 0;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #111;
}

blockquote {
        background-color: #f6f6f6;
        border: 2px groove #eee;
	margin: 20px;
        padding: 16px;
        clear: both;
}

blockquote p {
	margin: 0 !important;
        color: #000080;
}

.entry-content code {
	background-color: #333;
	color: #111;
}

cite {
	font-style: normal;
}

hr {
    border: 0;
    margin: 10px auto !important;
    height: 1px;
    width: 90%;
    background: #0e1b92;
    background-image: -webkit-linear-gradient(left, #ccc, #0e1b92, #f4f4f4); 
    background-image:    -moz-linear-gradient(left, #ccc, #0e1b92, #f4f4f4); 
    background-image:     -ms-linear-gradient(left, #ccc, #0e1b92, #f4f4f4); 
    background-image:      -o-linear-gradient(left, #ccc, #0e1b92, #f4f4f4); 
	}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000080;
    font-family: Helvetica, Arial;
	font-weight: 700;
	line-height: 1.2;
    margin: 10px 0;
	padding: 0;
}

h1 {
        margin-bottom: 0;
	font-size: 24px;
        text-align: center;
}

.entry-content h1 {
	margin-top: 16px;
}

h2 {
        margin-bottom: 20px;
        color: #000080;
	font-size: 20px;
}

h3 {
	font-size: 16px;
        color: #444;

}

h4 {
	font-size: 14px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 10px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
        border: 1px solid #000080;
}

.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;
}


/* 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: 5px 5px 0;
	max-width: 1140px;
}

.site-inner {
	background-color: #f4f4f4;
	background-size: 6px 6px;
	clear: both;
	margin: 8px 0 0 0;
        padding: 0;
}

.postid-4272 .site-inner {
	margin-bottom: 0;
}


.postid-4272 .content {
	width: 100%;
}

.postid-4272 .content {width: 100%;}

.postid-4272 .page-template-page_landing-php .entry-title {display: 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: 778px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* Content */

.content {
        background-color: #fff;
        margin: 10px 0 10px 10px;
        padding: 10px 10px 10px 10px;
	float: right;
        border: 1px solid #dddddd;
	width: 736px;
}

.home .content {
        margin: 10px 0 0 10px;
}

.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%;
}

/* Primary Sidebar */

.sidebar-primary {
        background: none;
        margin: 10px 10px 0 0;
        padding: 0;
	float: right;
        color: #333399;
	width: 364px;
}

.sidebar-primary .widget {
        background-color: #fff;     
        margin-bottom: 10px;
        padding: 10px !important;
        border: 1px solid #dddddd;
}


.sidebar-primary blockquote {
	margin: 20px 20px 12px;
        color: #333399;

}

.sidebar-primary blockquote p {
	margin: 0;
        padding: 0;
}

.sidebar-primary h4 {
	border-bottom: 1px solid #ddd;
        margin-bottom: 10px;
        padding-bottom: 6px;
        font-family: verdana, helvetica;
        font-weight: normal;
        font-size: 18px;
        color: #000;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* Column Classes
	Link: https://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;
}

.alignright .avatar {
	margin-left: 24px;
}

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 {
	background-size: 6px 6px;
	color: #617984;
    font-family: verdana, Helvetica, Arial;
	font-size: 11px;
	margin:0;
	padding: 0;
	text-transform: uppercase;
}

.breadcrumb a:after {
	color: #666;
	content: "\203a";
	font-weight: 400;
	padding: 0;
}

.archive-description,
.author-box {
	border-bottom: 1px solid #ddd;
	margin-bottom: 40px;
	padding-bottom: 40px;
}

.author-box-title {
    font-family: Helvetica, Arial;
	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: 14px 0;
	font-size: 24px;
}

.entry-title a,
.sidebar .widget-title a {
	color: #000080;
}

.entry-title a:hover {
	color: #4975d4;
}

.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
---------------------------------------------------------------------------------------------------- */


/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget {
	color: #fff;
        float: right;
	overflow: hidden;
	position: relative;
	text-align: center;
	text-shadow: 1px 1px #fff;
}

.enews-widget::before {
	-moz-transform:    rotate(-45deg);
	-ms-transform:     rotate(-45deg);
	-o-transform:      rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	background: #FFCC66;
	box-shadow: 0 3px #ddd;
	content: 'Sign Up';
	left: -50px;
	line-height: 1;
	padding: 10px 50px;
	position: absolute;
	text-align: center;
	text-shadow: none;
	top: 20px;
	width: 80px;
}

.enews {
	border: 10px solid #e2e8eb;
	color: #111;
    font-family: Helvetica, Arial;
	padding: 40px;
}

.enews-widget .widget-title {
	font-size: 30px;
	text-transform: uppercase;
}

.enews-widget input {
	margin-bottom: 16px;
}

.enews-widget input:focus {
	border: 1px solid #ddd;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
}

/* 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: 12px;
	padding: 6px;
}

/* Gravity Forms Sidebars
--------------------------------------------- */

.sidebar div.gform_wrapper input[type="email"],
.sidebar div.gform_wrapper input[type="text"],
.sidebar div.gform_wrapper textarea,
.sidebar div.gform_wrapper .ginput_complex label {
        max-width: 100px;
}

.sidebar .gf_left_third,
.sidebar .gf_middle_third,
.sidebar .gf_right_third {
       float: left;
       clear: both;
}



div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 12px 0 0;
        border: none;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 13px;
}

.sidebar .gfield_label { 
        font-weight: normal !important; 
        float: left;
        margin-right: 12px !important;

}

.sidebar div.gform_wrapper li,
.sidebar div.gform_wrapper form li {
        border: none;
        margin: 0;
        display: block;
}


/* Gravity Forms Content
--------------------------------------------- */

.entry .gform_wrapper {
	max-width: 100%;
	margin-bottom: 28px;
}
 
.gform_wrapper ul li.gfield {
	margin-bottom: 20px;
}
 
.entry .gform_wrapper input[type=text],
.entry .gform_wrapper input[type=url],
.entry .gform_wrapper input[type=email],
.entry .gform_wrapper input[type=tel],
.entry .gform_wrapper input[type=number],
.entry .gform_wrapper input[type=password] {
	padding: 7px;
	font-size: 16px;
	border-radius: 5px;
        min-width: 200px;
        float: left;
}
 
.entry .gform_wrapper h2.gsection_title,
.entry .gform_wrapper .gsection_description,
.entry .gform_wrapper h3.gform_title {
	width: 100%;
}
 
.entry .gform_wrapper .gform_heading {
	width: 100%;
	margin-bottom: 0;
}
 
.entry .gform_wrapper h3.gform_title {
	margin-top: 0;
	margin-bottom: 0;
	background: #f2f2f2;
	color: #000080;
	padding: 10px;
        text-shadow: 1px 1px #fff;
        border-bottom: 1px solid #ddd;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
 
.entry .gform_wrapper span.gform_description {
	padding: 20px;
	display: block;
}
 
.gform_wrapper span.gform_description p:last-child {
	margin-bottom: 0;
}
 
.entry .gform_wrapper .gform_body {
	padding: 0 20px 0 20px;
}
 
.entry .gform_wrapper .top_label .gfield_label {
	color: #003399;
}
 
.entry .gform_wrapper .gform_footer {
	padding: 0 20px 20px 20px;
}
 
.entry .gform_wrapper .gform_footer input.button,
.entry .gform_wrapper .gform_footer input[type="submit"] {
	background: #d8452e;
        color: #fff !important;
        float: right;
	border-radius: 5px;
	padding: 9px 18px;
	text-transform: none;
        text-shadow: 1px 1px #222;
	font-weight: bold;
	letter-spacing: 1px;
}
 
.entry .gform_wrapper .gform_footer input.button:hover,
.entry .gform_wrapper .gform_footer input[type="submit"]:hover {
	background: #333;
}

/* Gravity Forms Specific Field Adjustments
--------------------------------------------- */

#field_1_7 {
	margin-top: 16px;;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}

/* Social icons
--------------------------------------------- */

#social {
        background: transparent;
        width: 280px;
        height: 32px;
        float: right;
        margin: -100px 128px 0 0;
        padding: 0;
}

#social a:hover {
        background: none;
}

#social img {
       margin: 0;
       padding: 0;
       border: 0px;  
       width: 28px; 
       height: 27px;
}

#social img:hover {
	opacity: 0.3; 
        filter: alpha(opacity=10);
}

#social a {
        display: inline-block;
        margin: 4px 0 0 8px ;
        padding: 0;  
}



/* Pop Up Design
------------------------------------------------------------ */

.wdpu-title {
          color: #FF0000 !important;
}

.wdpu-subtitle {
          color: #222 !important;
}

.wdpu-content p {
          font-size: 14px !important;
          margin: 10px;
}

.wdpu-content a {
          color: #FF0000 !important;
}

.wdpu-content .special {
         font-size: 22px !important;
         text-align: center;
}

wdpu-scroll {
         display: none;
}

.wdpu-text { padding: 20px !important; }

/* Featured Image
--------------------------------------------- */

.entry-image {width: 100px; height: 150px; }

/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header .wrap {
	background: #63b2dd url(images/logo.png) no-repeat;
        background-position:98% 50%;
	margin: 0 auto -10px;
	padding: 0;
        height: 130px;
}


/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	margin: 50px 0 0 30px;
	padding: 0;
	float: left;
	width: 500px;
        max-height: 100px;
}

.site-header #menu-header,
.site-header #menu-header ul,
.site-header #menu-header li {
        background: none;
	margin: 0;
	padding: 0;
        font-size: 12px;
        line-height: normal;
}

.site-header #menu-header li {margin-right: -20px !important;}

.site-header #menu-header a,
.site-header #menu-header a:hover  {
        background: none;
}

.site-header #menu-header a  {
        color: #fff;
        text-shadow: #111 1px 1px;
}

.site-header #menu-header a:hover  {
        color: #000080;
        text-shadow: none;
}

.site-header .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;
        }


/* Newsletter
------------------------------------------------------------ */

.newsbox {
	background-color: #fff; 
	margin: -20px 0 -6px 0;
	padding: 6px; 
        float: left;
	text-align: center; 
	width: 380px; 
	border: 1px solid #000080; 
	border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: 0 1px 3px #000080;
	-webkit-box-shadow: 0 1px 3px #000080;
   }

.newsbox a {
        text-shadow: #ddd 1px 1px;
        text-decoration: none;
         }

.newsbox input[type="text"]  { 
         width: 90px;
         padding: 3px 0 3px 4px;
         font-size: 12px;
}

.newsbox input[type="submit"] { 
	padding: 2px 8px;
}

#entername, #enteremail {
	background: #fff url(images/bklgnd-blank.png);
}

.newsletter {
	background: url(images/newsletter.png);
	border: 1px solid #53504e;
	border-bottom: 0;
	box-sizing: border-box;
	height: 100px;
	margin: 0 auto;
	width: 960px;
}

.newsletter .enews {
	padding: 16px 20px;
}

.newsletter p {
	color: #aaa49f;
	float: left;
	font-size: 13px;
	text-shadow: 1px 1px #000;
	width: 500px;
}

.newsletter #subscribe {
	float: right;
	margin: -16px 10px 0 0;
}



/* Title Area
--------------------------------------------- */

.title-area {
        margin: 0 40px 0 0;      
	padding: 0;
	float: right;
	width: 450px;
        height: 80px;
        overflow: visible;
        display: inline-block;
}



.header-image .title-area {
	padding: 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: none;
}

/* Logo, hide text */

.header-image .site-title a {
	background: url(images/logo.png) no-repeat;
	width: 480px;
        height: 130px;
        display: none;
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	background: #4975d4 url(images/nav.png);
	clear: both;
        text-shadow: #111 1px 1px;
	color: #fff;
        font-family: Verdana, Helvetica, Arial;
	font-size: 14px;
        text-transform: uppercase;
	line-height: 1.5;
	padding: 0;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	background: url(images/navigation-li-separator.png) top right no-repeat;
	border-bottom: none;
	display: inline-block;
	margin: 0;
	padding: 0;
	text-align: left;
}

.genesis-nav-menu a {
	color: #fff;
	display: block;
	padding: 6px 20px;
	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: #e4e4e4;
}

.genesis-nav-menu .sub-menu {
	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: 12px;
	padding: 8px 20px;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu a:hover {
	color: #000;
}

.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;
}

.genesis-nav-menu > .search {
        margin-right: 40px;
	padding: 3px 0 0;
}

/* Search - Google Search
------------------------------------------------------------ */

.genesis-nav-menu > .search-form {float: right;}

.genesis-nav-menu > .search input[type="search"] {
        background: #fff url(images/lines-vertical.png);
        width: 260px;
        margin: 0 10px 0 0;
        padding: 3px;
        font-size: 13px;
}

.menu-primary .search input[type="submit"] {
        margin: 0;
        padding: 3px;
        font-size: 13px;
        color: #000080;
}


/* Primary Navigation
--------------------------------------------- */

.nav-primary {
        margin: 2px auto 4px;
        padding-top: 0;
        max-height: 36px;
}

.simple-social-icons {
        margin: 0;
}

/* Secondary Navigation
--------------------------------------------- */


.nav-secondary .wrap {
        background: none;
        margin: 0 0 -40px 30px;
        padding: 4px 0;
        max-width: 400px;
        text-align: left;
        float: left;
}

.nav-secondary .genesis-nav-menu {
        background: none;
}

.nav-secondary  {
        background: none !important;
        margin: 0 0 0 20px;
        padding: 0;
        max-width: 400px;
        text-align: left;
}

.nav-secondary .menu-item {
	background: none;
}

.nav-secondary .genesis-nav-menu a {
	background: none;
	color: #fff;
	display: block;
	padding: 5px 10px 5px 0;
	position: relative;
        font-family: 'Roboto', sans-serif;
        font-weight: normal;
        font-size: 12px;
        text-shadow: none;
}

.nav-secondary .genesis-nav-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: #222;
}

.nav-secondary .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #fff;
}


/* 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;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Home Featured
--------------------------------------------- */

#home-featured-widgets {
	background-color: #f4f4f4;
        max-width: 1140px;
	margin: 4px auto 0;
	overflow: hidden;
}

.home-featured {
        clear: left;
}

.home-featured .widget:first-child {
	padding: 20px auto 0;
}

.home-featured .widget {
	padding: 0 20px;
}

.home-featured .entry {
	background: none;
}

.home-featured .entry-title, .home-featured h4 {
	text-transform: uppercase;
        text-align: center;
        font-size: 22px;
        color: #4975d4;
        font-weight: normal;
}

.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 {
        background-color: #fff;
        margin: 10px 10px 10px 0;
	padding: 10px 10px 0;
        border: 1px solid #ddd;
        height: 238px;
        font-size: 14px;
}

.home-featured-1,
.home-featured-2,
.home-featured-3 {
	width: 363px;
}

.home-featured-1 a,
.home-featured-2 a,
.home-featured-3 a {
	color: #333;
}

.home-featured-1 a:hover,
.home-featured-2 a:hover,
.home-featured-3 a:hover {
	color: #000080;
}

.home-featured-1 ul, .home-featured-1 ul, .home-featured-1 ol,
.home-featured-2 ul, .home-featured-2 ul, .home-featured-2 ol,
.home-featured-3 ul, .home-featured-3 ul, .home-featured-3 ol {
	list-style-type: none;
	margin: 5px 0 5px 0;
	padding: 0;
	}

.home-featured-1 li, .home-featured-1 li,
.home-featured-2 li, .home-featured-2 li,
.home-featured-3 li, .home-featured-3 li {
	background: url(images/sidebar-list.png) no-repeat top left;
	margin: 0 0 3px 0;
	padding: 0 0 0 15px;
 	word-wrap: break-word;
	}


.home-featured-1,
.home-featured-2 {
	float: left;
}

.home-featured-1 {
	margin-left: 10px;
	margin-right: 11px;
}

.home-featured-2 .widget {
	margin: 0 auto;
 
}

.home-featured-2 h4 {
        margin: 0 0 2px;
        padding-bottom: 0;
}

.home-featured-3 {
	float: right;
}

.home-featured-1 h4,
.home-featured-2 h4,
.home-featured-3 h4 {
	border-bottom: 1px solid #ddd;
        margin: 0 0 10px;
        padding-bottom: 6px;
        font-family: verdana, helvetica;
        font-weight: normal;
        font-size: 18px;
        color: #000;
}


/* Entries
--------------------------------------------- */

.entry {
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
}

.entry-content ol{
	margin-left: 40px;
}

.entry-content ul {
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
        margin-bottom: 8px;
}

.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;
}

.blog .entry-meta {display: none;}

.entry-meta a,
.entry-time {
    font-family: Helvetica, Arial;
	font-style: normal;
	margin-right: 8px;
	text-transform: capitalize;
}

.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;
}

/* After Entry
--------------------------------------------- */

.after-entry {
	background-color: #f0f4f6;
	clear: both;
	margin: 20px 0;
	overflow: hidden;
	padding: 20px;
}

.after-entry .widget {
	margin-bottom: 30px;
}

.after-entry li {
	list-style-type: none;
}

.after-entry p:last-child,
.after-entry .widget:last-child {
	margin-bottom: 0;
}

/* Pagination
--------------------------------------------- */

.archive-pagination,
.entry-pagination {
	clear: both;
        font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 14px;
	margin: 10px auto !important;
        text-align: center;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #3883AD;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	margin-bottom: 4px;
	padding: 8px 12px;
	color: #fff;
        font-family: verdana, Helvetica, Arial; 
        text-shadow: #000 1px 1px;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #B4E1F4;
	color: #111;
        text-shadow: #fff 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: Helvetica, Arial;
	font-weight: 700;
	text-transform: uppercase;
}

.says {
    font-family: Helvetica, Arial;
	font-style: italic;
	font-weight: 400;
	text-transform: none;
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	padding: 24px;
}

.form-allowed-tags {
       Display: none;
}

/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
        margin-bottom: 20px;
	word-wrap: break-word;
}

.home .content .widget {
        margin-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget ul > li {
	list-style-type: none;
}

.home-featured .widget ul > li {
	list-style-type: none;
	margin: 0 0 3px 0;
	padding: 0 0 0 15px;
 	word-wrap: break-word;
}

.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 {
	font-size: 14px;
}

.footer-widgets .widget ul > li,
.sidebar .widget ul > li {
	border-bottom: 1px solid #ddd;
	list-style-position: outside;
	margin-bottom: 12px;
	padding: 0 0 12px 24px;
	position: relative;
	text-indent: 0;
}

.footer-widgets .widget ol > li,
.sidebar .widget ol > li {
	border-bottom: 1px solid #ddd;
	margin-bottom: 12px;
	padding: 0 0 12px 20px;
}

.footer-widgets .widget li li,
.sidebar .widget li li {
	border: none;
	margin-bottom: 10px;
	padding-bottom: 0;
}

.footer-widgets .widget ul > li::before,
.sidebar .widget ul > li::before {
	background-color: #e2e8eb;
	border-radius: 50%;
	content: "\2023";
	float: left;
	font-size: 10px;
	left: 0;
	padding: 0 5px 0 6px;
	position: absolute;
	top: 2px;
	vertical-align: top;
}

.sidebar .enews-widget {
	background-color: #f0f4f6;
}

.sidebar .enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #EF9E07;
}


/* Rent My Brain
------------------------------------------------------------ */

#rentmybrain {
      background: -webkit-linear-gradient(#3594c2, #84c4e7); /* For Safari 5.1 to 6.0 */
      background: -o-linear-gradient(#3594c2, #84c4e7); /* For Opera 11.1 to 12.0 */
      background: -moz-linear-gradient(#3594c2, #84c4e7); /* For Firefox 3.6 to 15 */
      background: linear-gradient(#3594c2, #84c4e7); /* Standard syntax */
      border: 1px solid #000080; 
      padding: 10px 10px 0 10px;
      color: #0e1b92;
      font-size: 14px;
      text-shadow: none;
}

#rentmybrain p {
        margin: 0 auto 10px ;
        max-width: 90%;
	color: #000; 
        text-align: center;
}

.rmb {
        margin: 0;
}

.rmb img {
        margin: 0;
        border: 1px solid #000080;
        max-width: 120px;
        max-height: 120px;
        float: right;
}

.rmb-small {
       margin: 14px 0 16px;
       max-width: 60%;
       font-size: 24px;
       text-align: center;
       letter-spacing: 4px;
       line-height: 32px;
}

.rentmybrain {
	background: #4975d4 url(images/navigation-li-bg.png);
	margin: 0 auto;
	padding: 2px 8px;
	color: #fff;
	font-size: 14px;
        font-weight: normal;
        text-align: center !important;
	text-transform: uppercase;
        text-decoration: none;  
        text-shadow: #000 1px 1px;
	border: 1px solid #000080;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	}

.rentmybrain:hover {
	color: #b4e1f4 !important; 
        text-decoration: none;
        text-shadow: #000 1px 1px;
	}

#text-16 h4,
#text-15 h4 {
        display: none;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
        margin: 0;
        padding: 0;
	color: #fff;
	clear: both;
}

.footer-widgets .wrap {
        background-color: #3883AD;
        margin: 10px auto 0;
        padding: 0;
}

.footer-widgets a {
	color: #fff;
	text-decoration: none;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
        font-size: 13px;
	text-align: center;
}

.footer-widgets-1 .widget,
.footer-widgets-2 .widget,
.footer-widgets-3 .widget {
        margin-top: 10px;
}

.footer-widgets-1,
.footer-widgets-3 {
	width: 350px;
}

.footer-widgets-2 {
	width: 360px;
}

.footer-widgets-1 {
	margin-right: 40px;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}

.footer-widgets .widget-title {
	color: #aaa;
}

.footer-widgets .widget-title::before {
	color: #aaa;
	content: '//';
	margin-right: 12px;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	word-wrap: break-word;
}

.footer-widgets .search-form input:focus {
	border: 1px solid #ccc;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer .wrap {
        margin: 0;
        padding: 0;
}

.site-footer {
	max-width: 1140px;
        margin: 0 auto;
	padding: 0;
	color: #fff;
	font-size: 14px;
	text-align: center;
}

.footer-menu-container .wrap {
        margin: 0 auto;
}

.footer-menu-container {
        background: none;
        border-top: none;
	margin: 0 auto;
	padding: 0 auto;
	max-width: 1140px;
        max-height: 36px;
        font-weight: normal;
        color: #fff;
	font-size: 12px;
        text-align: center;
}

.footer-menu-container .menu-item {
	background-image: none;
        padding: 0;
        padding: 0;
}

.footer-menu-container .menu-item a {
        text-transform: capitalize;
}

.footer-menu-container .genesis-nav-menu a {padding: 6px 14px !important;}

.footer-menu-container .menu-footer li a {
	font-weight: normal !important;
}

.footer-menu-container .menu-item:hover {
        color: #f4f4f4;
}

.footer-menu-container .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;
        }

.footer-menu-container p {
        margin: 4px auto;
}

/* Custom Credits / Site Copy Right
------------------------------------------------------------ */

#sitecopy {
        background-color:#B4E1F4;
        margin: 0 auto 10px;
        padding: 0;
        max-width: 1130px !important;
}

#sitecopy p {
        margin: 0;
        padding: 10px;
        text-align: center;
        color: #000;
        letter-spacing: 2px;
        font-size: 13px;
        line-height: 1.625;
}


/*
Tweaks & Extras
---------------------------------------------------------------------------------------------------- */

.page-id-29355 .entry-title {display: none;}

/* Landing Page
--------------------------------------------- */

.landing-page .site-container {
	width: 800px !important;
}

.landing-page .entry-content {
	padding: 10px 30px !important;
}


.landing-page .entry-content a {
         font-size: 20px;
	color: #0e1b92;
	text-decoration: underline;
}

.landing-page .entry-content a:hover {
	color: #c00136;
	text-decoration: none;
}

.landing-page .entry-title {margin: 10px auto 16px; text-align: center;}

.full-width-content .entry-content blockquote,
.landing-page .entry-content blockquote {
        margin: 50px 0 !important;
        padding: 16px 16px 0 !important;
        background-color: #f6f6f6;
        border: 1px solid #111 !important;
        min-width: 100% !important;
        font-size: 14px !important;
        color: #333 !important;
        overflow: hidden;
}

.full-width-content .entry-content blockquote p,
.landing-page .entry-content blockquote p {
          margin-bottom: 14px !important;
}

.landing-page blockquote img {
	display: block !important;
        clear: both !important;
}

.landing-page blockquote::before {
	content: none;
}

.landing-page #gform_wrapper_2 blockquote {
	margin-top: 0;
}

.landing-page blockquote .gform_title {
	font-size: 22px;
        text-align: center;
}

.landing-page .gform_description {
        margin: 0 auto;
        padding: 0;
        display: block;
	    font-size: 24px;
        color: #0e1b92;
        text-align: center !important;
}

.landing-page blockquote .gform_wrapper input[type="email"],
.landing-page blockquote .gform_wrapper input[type="text"] {
        background-color: #fff;
        margin: 0;
        padding: 16px;
        display: inline-block;
        width: 50% !important;
}

.landing-page .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-page .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;
}

.landing-page .entry .gform_wrapper {float: right; width: 450px !important;}


/***** Modify Search Page ********************/

.search .entry-meta,
.search .entry-image {display: none; }

/***** Products Custom Post Type ********************/

.products .entry-content {

        min-height: 136px;
        font-size: 14px;
}

.products .entry-title {
        text-align: left;
        font-size: 20px;
}

.post-type-archive-products .breadcrumb {
        display: none;
}

.single-products .entry-meta,
.single-products #respond {
        display: none;
}

.single-products .item {
        border-bottom: 1px solid #ddd;
        clear: both;
}

.cart {
	background: url(images/read-more.png);
	color: #CC0000;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 2px 8px 2px 8px;
	text-decoration: none;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	}

.cart:hover {
	background: url(images/read-more-hover.png);
	text-decoration: none;
	}

/* email boot camp blog post
--------------------------------------------- */

.postid-31851 #mep_4 {
     margin: 0 auto;
     max-width: 300px;
     display: inline-block;
}

.postid-31851  .entry-content .cart {

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff3019+0,cf0404+100;Red+3D */
	background: #ff3019; /* Old browsers */
	background: -moz-linear-gradient(top,  #ff3019 0%, #cf0404 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ff3019 0%,#cf0404 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ff3019 0%,#cf0404 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* IE6-9 */
	color: #fff;
	font-size: 18px;
	margin: 20px auto !important;
	padding: 8px 18px;
	letter-spacing: 2px;
	text-shadow: 1px 1px #000;
	text-decoration: none;
    text-align: center;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	}

.postid-31851 .entry-content .cart:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cf0404+0,ff3019+100 */
	background: #cf0404; /* Old browsers */
	background: -moz-linear-gradient(top,  #cf0404 0%, #ff3019 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #cf0404 0%,#ff3019 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #cf0404 0%,#ff3019 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf0404', endColorstr='#ff3019',GradientType=0 ); /* IE6-9 */
	text-decoration: none;
	}

/* Better Grid Loop
--------------------------------------------- */

.feature .entry-title {
       text-align: center;
}

.feature .attachment-be_feature,
.single .attachment-be_feature  {
       width: 750px;
       height: 360px;
       Border: 2px outset #0e1b92;
}

.feature .entry-footer {
       display: none;
}

.one-half .entry-title {
       color: #111;
       font-size: 20px;
}

.one-half .entry-content {
       font-size: 15px;
}


.one-half .entry-meta {
       display: none;
}

.entry-meta {
       text-align: right;
}

.entry-footer .entry-meta {
       text-align: left !important;
}


/* Cart Button + Shop tweaks
--------------------------------------------- */

#order p {
	text-align: center !important;
	margin: 0 auto 20px;
        border-bottom: 1px solid #f4f4f4;
	}

.order {
	background-color: #ffcc66;
	margin: 0;
	padding: 4px 10px;
	color: #222 !important;
	font-size: 14px;
        font-weight: bold;
	text-transform: uppercase;
        text-decoration: none;  
        text-shadow: 1px 1px #fff;
	border: 1px solid #cc9900;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	}

.order:hover {
	color: #ff0000 !important;
	}

.post-type-archive-products .order {margin-top: -20px;}

.single-product ul li,
.single-product ol li {
     margin-bottom: 12px;
	}

.single-product p.product.woocommerce.add_to_cart_inline {
	margin-top: -24px;
}

/*
Image Classes
---------------------------------------------------------------------------------------------------- */

.padding-left img {
        margin-top: 0;
        padding-left: 10px;
}

.padding-right img {
        margin-top: 0;
        padding-right: 10px;
}

.biopic {
        margin: 0 0 10px;
        padding-left: 10px;
        max-width: 279px; 
        max-height: 390px; 
        float: right;
        clear: both;
}

.blog .post-photo {display: none;}

/*
Misc
---------------------------------------------------------------------------------------------------- */

.page-id-1099 .entry-title {
        display: none;
}

/* Login Page Customization
--------------------------------------------- */

#login h1 a, .login h1 a  {
	background-image: url("images/logo.png") !important;
	background-size: 480px 130px !important;
	background-position: center top;
	background-repeat: no-repeat;
        margin-left: -66px;
        margin-bottom: -60px;
}

body.login div#login h1 a { width: 480px  !important; height: 130px !important; }

body.login div#login form#loginform {     
        border-radius: 10px;   
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
}

body.login div#login p#nav a,
body.login div#login p#backtoblog a {
    color: #fff !important;
}

body.login div#login {
        color: #e4e4e4 !important;
        text-align: center;
}


/*
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;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 650px;
	}

	.content {
		width: 600px;
	}

	.site-header .widget-area {
		width: 440px;
	}


	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 360px;
	}

        .credsr1, .credsr2 {
         width: 80%;
         }

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-primary {
		min-width: 250px;
	}
	
	.sidebar-secondary {
		width: 140px;
	}
	
	.site-header .wrap {
		padding: 30px;
	}

}

@media only screen and (max-width: 1023px) {

	.site-container {
		margin-top: 0;               
		padding-top: 0;
		max-width: 768px;
	}

	.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-inner,
	.title-area,
	.wrap {
		width: 100%;
	}

	.site-header .wrap {
		padding: 20px 0 0;
	}

	.header-image .site-title a {
		background-position: center !important;
		margin: 0 0 6px;
	}
	
	.site-header .widget-area {
		text-align: center;
                padding-bottom: 20px;
  
	}

        .title-area {padding-top: 10px;}

	#social {
        	width: 280px;
       		float: none;
        	margin: 0 auto -32px;
        	padding: 10px 0; 
	}

	.newsbox {
        	float: none;
                margin: 0 auto;
   	}

	.genesis-nav-menu,
 	.genesis-nav-menu .menu-item,
        .site-footer .extras,
        .site-footer .extras .menu-item {
		background: none !important;
	}

        .site-footer .extras {
		background-color: #006699 !important;
                overflow: visible;
	}

	.genesis-nav-menu a {
		padding: 6px;
	}


    	.menu-secondary {
           	border: none; 
   	}         

   	.menu-secondary .widget {
                display: none;
   	}

	.site-inner,
	.breadcrumb {
		padding-left: 5%;
		padding-right: 5%;
	}
	
	.site-inner {
		padding-top: 10px;
	}

	.site-inner h1 {
		max-width: 80%;
                margin: 0 auto;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}
	
	.genesis-nav-menu {
		padding: 0;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 6px 16px;
	}

	.site-header .search-form {
		margin: 16px auto ;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	.site-footer {
		padding: 0;
	}

	.site-footer .extras {
                text-align: center;
                height: 100%;
                width: 100%;
	}

	.site-footer .extras .menu-secondary-navigation-container {
                background-color: #3366cc !important;
	}

	.site-footer .extras .menu-site-footer-container {
		margin: 0 auto;
		max-width: 80%; 
	}


	.footer-widgets {
		padding: 40px 5% 16px;
	}

	.footer-widgets-1 {
		margin: 0;
	}

}

@media only screen and (max-width: 767px) {

	.genesis-grid-even,
	.genesis-grid-odd {
		width: 100%;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	
	.header-image .site-title a {
		background-size: contain !important;
	}

	.site-footer .extras .menu-site-footer-container {
		max-width: 75%;   
                font-size: 11px;
	}
}
	
@media only screen and (max-width: 480px) {

	.home .content {
        	width: 100%;
                margin: 0;
                padding: 0;
         }

	.home .content h1 {
        	margin-top: 10px;
         }

	.home img {
        	margin: 10px auto;
        	padding: 0;
                float: none;
         }

	.biopic {
        	display: none;
	}


}

@media only screen and (max-width: 320px) {

	.newsbox {
		width: 90%; 
       }

	#menu-secondary-navigation a {
        	font-size: 12px;
       }

	#menu-secondary-navigation ul li {
        	
       }

        #menu-secondary-navigation-1 {
                background-color: #4975d4;
        	font-size: 12px;
       }
	#hide {
        	display: none;
       }

}