/*
	Theme Name: Enterprise Pro Theme
	Theme URI: http://my.studiopress.com/themes/enterprise/
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/
	
	Version: 2.1.1
	
	Tags: black, blue, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, 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.gnu.org/licenses/gpl-2.0.html
*/

/* Table of Contents

	- Imports
	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- Avatar
		- Genesis
		- Search Form
		- Titles
		- WordPress
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Responsive Slider
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
		- Responsive Menu
	- Content Area
		- Home Page
		- Entries
		- Entry Meta
		- After Entry
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Theme Colors
		- Enterprise Pro Black
		- Enterprise Pro Green
		- Enterprise Pro Orange
		- Enterprise Pro Red
		- Enterprise Pro Teal
	- Media Queries
		- Retina Display
		- Max-width: 1139px
		- Max-width: 1023px
		- Max-width: 767px

*/


/*
Imports
---------------------------------------------------------------------------------------------------- */

@font-face {
	font-family: 'Icon';
	src:url('fonts/Icon.eot');
	src:url('fonts/Icon.eot?#iefix') format('embedded-opentype'),
		url('fonts/Icon.woff') format('woff'),
		url('fonts/Icon.ttf') format('truetype'),
		url('fonts/Icon.svg#Icon') format('svg');
	font-weight: normal;
	font-style: normal;
}


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.3 | 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],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:transparent}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}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:-.5em}sub{bottom:-.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:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
	background-color: #fff;
	color: #232323;
	font-family:  "Open Sans", Arial, sans-serif;
	font-weight: 300;
	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: #3181b0;
	text-decoration: none;
}

a:hover {
	color: #c74545;
}

p {
	margin: 0 0 24px;
	padding: 0;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.entry blockquote p {
    color: #242424;
    font-style: italic;
}
cite {
	font-style: normal;
}

a.woo-sc-button {
    font-family: sans-serif;
    display: inline-block;
    line-height: 1em;
    padding: 6px 13px;
    margin: 0 .6em 1.5em 0;
    border: 1px solid #4081af;
    border-bottom-color: #20559a;
    color: white !important;
    text-align: center;
    text-shadow: 0 -1px 0 hsla(0,0%,0%,.3);
    text-decoration: none !important;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: #237fd7;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(.2, #52a8e8), color-stop(1, #2e76cf) );
    background: -moz-linear-gradient( center top, #52a8e8 20%, #2e76cf 100% );
    -webkit-box-shadow: inset 0 1px 0 hsla(0,100%,100%,.3) , inset 0 0 2px hsla(0,100%,100%,.3) , 0 1px 2px hsla(0, 0%, 0%, .29);
    -moz-box-shadow: inset 0 1px 0 hsla(0,100%,100%,.3) , inset 0 0 2px hsla(0,100%,100%,.3) , 0 1px 2px hsla(0, 0%, 0%, .29);
    box-shadow: inset 0 1px 0 hsla(0,100%,100%,.3) , inset 0 0 2px hsla(0,100%,100%,.3) , 0 1px 2px hsla(0, 0%, 0%, .29);
}

a.woo-sc-button span {
    line-height: 1.2em;
    min-height: 16px;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'PT Sans Narrow', arial, sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
    font: bold 2em/1.5em 'PT Sans Narrow', arial, sans-serif;
    color: #1d6893;
}

h2 {
    font: bold 1.75em/1.5em 'PT Sans Narrow', arial, sans-serif;
    color: #1d6893;
}

h3 {
    font: bold 1.5em/1.5em 'PT Sans Narrow', arial, sans-serif;
    color: #1d6893;
}


h4 {
    font: bold 1.3em/1.5em 'PT Sans Narrow', arial, sans-serif;
    color: #1d6893;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 15px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
	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;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #cecece;
	border-radius: 3px;
	box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.00);
	color: #aaa;
	font-size: 16px;
	font-weight: 400;
	padding: 10px 6px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #666;
	opacity: 1;
	font-weight: 400;
}

::-webkit-input-placeholder {
	color: #666;
	font-weight: 400;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.home-top .more-link {
	background-color: #3182b0;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 400;
	padding: 16px 24px;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.home-top .more-link:hover {
	background-color: #31b2ed;
	color: #fff;
}

#mc_embed_signup .button {
	background-color: #3182b0;
	color: #fff;
	cursor: pointer;
	font-weight: 600;
	padding: 10px 24px;
	width: auto;
	margin-top: 10px;
}

#mc_embed_signup .button:hover {
	background-color: #31b2ed;
}

.entry, .entry p {
    font: normal 1em/1.5em 'Open Sans', arial, sans-serif;
    color: #212121;
}

.entry-content .button:hover,
.footer-widgets .button {
	color: #fff;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 700;
	text-transform: uppercase;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */
body {
	background-color: #3182b0;
}
.site-container {
	background-image: url(images/advanced-fictionwriting24.png);
	background-position: top;
	background-repeat: no-repeat;
}

.wrap {
	margin: 0 auto;
	max-width: 960px;
}

.enterprise-pro-landing .wrap {
	max-width: 800px;
}

.site-inner {
	background-color: #fcfdfd;
	-webkit-box-shadow:0 0 7px #333; 
	-moz-box-shadow: 0 0 7px #333; 
	-webkit-box-shadow:0 0 7px #333; 
	-moz-box-shadow: 0 0 7px #333; 
	box-shadow:0 0 7px #333; 
	margin: 0 auto;
	max-width: 960px;
}

/* Homepage */
.home .site-inner {
	background-image:url(images/content-top-bg.png);
	background-repeat: repeat-x;
	background-position: top; 
}

/* top left space around the prof cartoon */

.home .site-inner .content::before {
	content: "";
	width: 90px;
	height: 220px;
	float: left;
	clear: none;
	display: block;
}

.home .entry-header {
	display: none;
}

.home .entry ul.describes {
	margin-left: 4em;
}


.home .entry h1 {
	font-size: 1.9em;
}
.home .entry h2 {
	margin-top: 1em;
}
.entry ul li, .post-type-archive-product .content ul li {
	list-style-image: url('images/icon-check.png');
	padding-left: 5px;
	margin-left: 10px;
	margin-bottom: .9em;
}

#main h2 {
	margin-bottom: .4em;
}



/* 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: 920px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* Content */

.content {
	float: right;
	width: 66.89%;
	padding-top: 20px;
}

.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: 520px;
}

.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 29.91%;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.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
---------------------------------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
}

.archive-description,
.author-box {
	background-color: #fff;
	border: 1px solid #ececec;
	box-shadow: 0 1px #ececec;
	margin-bottom: 40px;
	padding: 40px;
}

.author-box-title {
	color: #212121;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	margin-bottom: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: right;
	margin-top: 8px;
}

.entry-content .search-form,
.site-header .search-form {
	width: 50%;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Titles
--------------------------------------------- */

.archive-title {
	font-size: 20px;
}

.entry-title {
	font-size: 2em;
	font-family: 'PT Sans Narrow', arial, sans-serif;
	margin: 0;
    color: #1d6893;
}

.entry-title a,
.sidebar .widget-title a {
	color: #1d6893;
}

.entry-title a:hover {
	color: #31b2ed;
}

.widget-title,
.footer-widgets .featured-content .widget-title {
	border-bottom: 1px solid #ececec;
	font-size: 16px;
	margin: 0 0 20px;
	padding: 0 0 20px;
}

.home-bottom .widget-title,
.sidebar .widget-title {
	margin: 20px 0 20px;
	padding: 20px 20px;
}

.sidebar .widget-title {
	font-family: PT Sans Narrow;
	font-weight: 600;
	font-size: 1.4em;
	margin: 0 0 0.3em 0;
	padding: 0 0 15px;
	line-height: 1.5em;
	color: #1d6893;
	padding-bottom: .1em;
    padding-top: .5em;
	border-bottom: 0;
}




/* WordPress
--------------------------------------------- */

.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.aligncenter img {
	display: block;
	margin: 0 auto;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 12px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 12px 24px;
}

.wp-caption-text {
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.gallery-caption {
	margin: 0 0 10px;
}

.page-template-page_blog .content #bloghead {
	font-size: 2.5em;
	margin: 20px 0 0 40px;
}

.page-template-page_blog .content .entry-header {
    padding-top: 10px;
}
/*
Widgets
---------------------------------------------------------------------------------------------------- */



.widget {
	word-wrap: break-word;
    margin: 0 0 1em 0;
    background-color: #fff;
    border: 1px solid #CDCDCD;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
	border-radius: 2px;
    font: normal 1em/1.5em Open Sans;
    color: #232323;
    padding: 10px 10px;
}


.widget li {
	border-bottom: 1px dotted #ececec;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget ul > li:last-child,
.widget p:last-child {
	margin-bottom: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Featured Content
--------------------------------------------- */

.after-entry .widget.featured-content,
.featured-content,
.home-bottom .widget.featured-content,
.sidebar .widget.featured-content {
	border-bottom-width: 0;
	padding: 0;
}

.after-entry .featured-content .widget-title,
.featured-content .widget-title {
	margin: 0;
	padding: 30px 40px;
}

.featured-content .entry {
	background: none;
	border: none;
	border-bottom: 1px solid #ececec;
	box-shadow: none;
	margin: 0;
	padding: 0;
}

.featured-content .entry-header {
	border-bottom: 1px solid #ececec;
	margin: 0;
	padding: 30px 40px;
}

.featured-content .entry-title {
	font-size: 20px;
	margin: 0;
}

.featured-content .entry-content {
	padding: 40px;
}

.featured-content .alignnone {
	background: #f8f8f8;
	border-bottom: 1px solid #ececec;
	margin-bottom: 0;
}
	
.featured-content img {
	margin-bottom: -7px;
}

.featured-content .more-link {
	display: block;
	font-weight: 700;
	margin-top: 20px;
}

.featured-content .more-from-category,
.featured-content ul {
	border-bottom: 1px solid #ececec;
	margin: 0;
	padding: 40px;
}

.footer-widgets  .featured-content .alignnone {
	margin-bottom: 24px;
}

.footer-widgets .featured-content .entry {
	background: none;
	border: none;
	margin-bottom: 30px;
}

.footer-widgets .featured-content .entry-header,
.footer-widgets .featured-content .more-from-category,
.footer-widgets .featured-content ul {
	border: none;
	padding: 0 0 10px;
}

.footer-widgets .featured-content .entry-content {
	padding: 0;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget input {
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form + p {
	margin-top: 24px;
}

/* Genesis Responsive Slider
--------------------------------------------- */

.home-top .genesis_responsive_slider {
	margin: 0;
}

.site-container #genesis-responsive-slider {
	border-width: 0;
	padding: 0;
}

.site-container #genesis-responsive-slider .flex-control-nav {
	margin-top: -40px;
}

.site-container #genesis-responsive-slider .more-link {
	float: none;
	text-align: center;
}

.site-container #genesis-responsive-slider li {
	border-width: 0;
	margin: 0;
	padding: 0;
	text-indent: 0;
}

/* 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;
}

/* Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

#theprof {
	width: 280px;
	height: 373px;
	background-image:url(images/randy2.png);
	background-position: top left;
	background-repeat: no-repeat;
	position: absolute;
	top: 10px;
	left: -125px;
	z-index: 20;
}

.site-header .wrap {
	padding: 0 !important; 
}

#header-inner { 
	height: 115px;
	position: relative; 
}

#headingtext {
    float: right;
    margin: 0 0 0 28em;
    width: 475px;
    max-width: 53%;
}

#header-heading {
	color: #022234;
    font-family: "PT Sans Narrow",Tahoma,Arial,Helvetica;
    font-size: 1.3em;
    font-weight: bold;
    padding: 0;
}

#header-subhead {
    color: #FCFDFD;
    font-family: "PT Sans Narrow",Tahoma,Arial,Helvetica;
    font-size: 1.75em;
    padding: 0;
	line-height: 1;
}

#header-inner #top-menu {
	/*float: right;*/
    margin: 0 5px 0 0;
   /* background-color: #2778A5;*/
    padding: 7px 9px;
	color: #D1EDF2;
	-moz-border-radius: 0 0 8px 8px; 
	-webkit-border-radius: 0 0 8px 8px;
	border-radius: 0 0 8px 8px; 
	font-size: .8em;
}

#header-inner #top-menu ul.nav li  {
	display: inline-block !important;
}

#header-inner #top-menu ul.nav li a, #header-inner #top-menu a {
	padding: 0 5px;
	color: #D1EDF2;
    font-family: "Open Sans",Tahoma,Arial,Helvetica;
    font-size: 1em;
	background: none !important;
}

#header-inner #top-menu ul.nav li a:hover, #header-inner #top-menu a:hover {
	color: #DFF3F7;
	text-decoration: underline;
}
#header-inner #top-menu ul.nav li.menu-item-38 {
	border-left: 1px solid #D1EDF2;
}


/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 0 0 4px;
	width: 320px;
}

.header-full-width .title-area {
	width: 100%;
}

.site-title {
	font-family: 'PT Sans Narrow', arial, sans-serif;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.2;
}

.site-title a,
.site-title a:hover {
	color: #31b2ed;
}

.header-image .site-title > a {
	background-position: top !important;
	float: left;
	min-height: 80px;
	width: 100%;
}

.site-description {
	color: #aaa;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 1.5;
	text-transform: uppercase;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 720px;
}

.site-header .widget-area .widget {
	margin-bottom: 0;
}

.site-header .genesis-nav-menu li {
	border: none;
	margin: 0;
	padding: 0;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	line-height: 1.5;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	position: relative;
}

.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;
}




/**************************************/
/**************************************/
/* Site Header Navigation
--------------------------------------------- */

.site-header .widget_nav_menu {
	color: #333;
}

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* Primary Navigation
--------------------------------------------- */




.nav-primary { 
    margin: 0 auto;
	max-width: 960px;
}

.nav-primary .wrap {
	width: 838px;
	height: 48px;
	background-image:url(images/nav-bar2.png);
	background-repeat: no-repeat;
	background-position: top right;
	float: right;
}

.nav-primary ul.menu-primary { 
	margin: 12px 0 0 55px;
}

.genesis-nav-menu ul.menu-primary .menu-item {
    display: inline-block;
    text-align: left;
    height: 36px; 
}

.nav-primary ul.menu-primary li a { 
	display: block;
	height: 24px;
	padding: 10px 18px 0 18px !important; 
	text-transform: uppercase;
	background: url(images/nav-item.png) no-repeat left;
}

.nav-primary ul.menu-primary li a, .nav-primary ul.menu-primary li a span { 
	box-sizing: unset;
	font-size: .75rem;
}

.genesis-nav-menu a,
.nav-primary ul.menu-primary li.current_page_item a, 
.nav-primary ul.menu-primary li.current_page_parent a, 
.nav-primary ul.menu-primary li.current-menu-ancestor a, 
.nav-primary ul.menu-primary li.current-cat a, 
.nav-primary ul.menu-primary li.current-menu-item a {
	color: #ffffff;
}

.nav-primary ul.menu-primary li:first-child a {
	padding-left: 10px !important;
	background: url(images/nav-item-first.png) repeat-x left;
	color: #FFFFFF;
}

.nav-primary ul.menu-primary li:hover a, .nav-primary ul.menu-primary li:focus a, .nav-primary ul.menu-primary li:active a {
	background: url(images/nav-item-hover.png) repeat-x left !important;
	color: #FFFFFF;
}

.nav-primary ul.menu-primary li:first-child:hover a, .nav-primary ul.menu-primary li:first-child:active a, .nav-primary ul.menu-primary li:first-child:focus a {
	background: url(images/nav-item-hover-first.png) no-repeat left !important;
}

.nav-primary ul.menu-primary li ul {
	padding: 0px;
	border-bottom: 0 !important;
	background: #3b3939 !important;
	margin: 0;
}

.nav-primary ul.menu-primary li ul:hover, .nav-primary ul.menu-primary li ul:active, .nav-primary ul.menu-primary li ul:focus {
	background-color: transparent !important;
}

.nav-primary ul.menu-primary li ul li a  {
	color: #ffffff !important;
	font-size: 1.3em;
	padding: .5em !important;
	margin: 0 !important;
	background: transparent !important;
	border-bottom: 0;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}

.nav-primary ul.menu-primary li:hover ul li a, 
.nav-primary ul.menu-primary li:focus ul li a, 
.nav-primary ul.menu-primary li:active ul li a, 
.nav-primary ul.menu-primary li ul li:first-child:hover a, 
.nav-primary ul.menu-primary li ul li:first-child:active a, 
.nav-primary ul.menu-primary li ul li:first-child:focus a {
	background: none !important;
}

.nav-primary ul.menu-primary li ul li {
	margin: 0;
	background: #3b3939;
	border-top: 1px solid #7a7b7b;
	padding: .4em 0;
	width: 125%;
}
.nav-primary ul.menu-primary li ul li a, .nav-primary ul.menu-primary li:hover ul li a  {
	color: #FFFFFF !important;
	font-size: .9em !important;
	height: auto;
}
.nav-primary ul.menu-primary li ul li:hover, .nav-primary ul.menu-primary li ul li:focus, .nav-primary ul.menu-primary li ul li:active {
	background: #777676 !important;	
}
.nav-primary ul.menu-primary li ul li a:hover, .nav-primary ul.menu-primary li ul li a:focus, .nav-primary ul.menu-primary li ul li a:active {
	text-decoration: none;
	background-color: transparent !important;
	color: #FFFFFF;
}
.nav-primary ul.menu-primary li ul li.current_page_item, 
.nav-primary ul.menu-primary li ul li.current_page_parent, 
.nav-primary ul.menu-primary li ul li.current-menu-ancestor, 
.nav-primary ul.menu-primary li ul li.current-cat, 
.nav-primary ul.menu-primary li ul li.current-menu-item {
	border-bottom: 0;
}

.nav-primary ul.menu-primary li.parent > a {
	padding-right: .7em;
}
.nav-primary ul.menu-primary li.parent > a:after {
	display: none;
}

.nav-primary ul.menu-primary li ul li:first-child, .nav-primary ul.menu-primary li ul li:first-child a {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	text-transform: none;
	letter-spacing: 0;
	margin-bottom: 20px;
}

.nav-secondary .genesis-nav-menu a {
	padding: 6px 20px;
}

.site-footer .nav-secondary .genesis-nav-menu a {
	color: #aaa;
}

.nav-secondary .genesis-nav-menu a:hover {
	color: #31b2ed;
}

/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
	cursor: pointer;
	display: none;
}

.responsive-menu-icon::before {
	content: "\f333";
	color: #FFF;
	display: block;
	font: normal 20px/1 'dashicons';
	margin: 0 auto;
	padding: 10px;
	text-align: center;
}

.site-header .responsive-menu-icon::before {
	padding: 0;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Home Page
--------------------------------------------- */

.home-top {
	border-top: 1px solid #ececec;
}

.home-top .widget:first-child h4 {
	padding-top: 20px;
}

.home-top .entry {
	background: none;
}

.home-top .featured-content a.alignleft,
.home-top .featured-content a.alignnone,
.home-top .featured-content a.alignright {
	margin-bottom: 0;
}

.home-top a.alignleft, 
.home-top a.alignright {
	width: 66%;
}

.home-top .featured-content,
.home-top .featured-content .entry {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.home-top .featured-content .entry-header {
	border: none;
	padding: 10% 40px 0;
}

.home-top .featured-content .entry-title {
	font-size: 30px;
}

.home-top .featured-content .entry-content {
	padding: 0 40px;
}

.home-top .more-link {
	display: table;
	text-align: center;
}

.home-bottom .widget {
	background-color: #fff;
	border-radius: 3px;
	border: 1px solid #ececec;
	box-shadow: 0 1px #ececec;
	float: left;
	margin-left: 2.564102564102564%;
	padding: 40px;
	width: 31.623931623931625%;
}

.home-bottom .widget:nth-child(3n+1) {
	clear: both;
	margin-left: 0;
}

/* Entries
--------------------------------------------- */

.entry  {
	background-color: transparent;
	padding: 20px 40px !important;
	margin-bottom: 20px !important;
	border-bottom: 1px solid #bcbcbc !important;
}

.home .entry  {
	padding-right: 0px;
}

.entry-header {
    border-bottom: 1px solid #ececec;
    margin: 0 0 20px;
    padding: 0 0 20px;
}

.entry-content ol,
.entry-content p,
.entry-content ul {
	margin-bottom: 26px;
}

.entry-content ol,
.entry-content ul {
	margin-left: 30px;
}

.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 code {
	background-color: #333;
	color: #ddd;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	color: #aaa;
	font-size: 14px;
	margin-bottom: 0;
}

.entry-meta a {
	font-weight: 700;
}

.entry-header .entry-meta {
	margin: 10px 0 0;
}

.entry-footer {
	margin-top: 22px;
}

.entry-footer .entry-meta {
	margin: 0 -40px;
	padding: 10px 40px 0;
}

.entry-tags {
	float: right;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* After Entry
--------------------------------------------- */

.after-entry {
	background-color: #fff;
	border: 1px solid #ececec;
	box-shadow: 0 1px #ececec;
	margin-bottom: 40px;
}

.after-entry .widget {
	margin: 0;
	padding: 40px;
}

.after-entry .widget-title {
	border-top: 1px solid #ececec;
	margin: -40px -40px 30px;
	padding: 30px 40px;
}

.after-entry .widget:first-child .widget-title {
	border-top: 0;
}

.after-entry .featured-content .entry:last-of-type,
.after-entry .featured-content .more-from-category {
	border-bottom: none;
}

.after-entry .featured-content .more-from-category {
	padding: 20px 40px;
}

.after-entry li {
	list-style-type: none;
}

/* Pagination
--------------------------------------------- */

.pagination {
	margin: 40px 0;
	display: block;
	text-align: center !important;
	clear: both;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #fff;
	border: 1px solid #ececec;
	box-shadow: 0 1px #ececec;
	color: #212121;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #31b2ed;
	color: #fff;
}

.entry-pagination.pagination {
	margin: 0 0 10px;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	border: 1px solid #ececec;
	box-shadow: 0 1px #ececec;
	margin-bottom: 40px;
}

.comment-respond {
	padding: 40px 40px 16px;
}

.comment-respond h3 {
	border-bottom: 1px solid #ececec;
	margin: -40px -40px 40px;
	padding: 30px 40px;
}

.entry-comments {
	border-bottom-width: 0;
}

.entry-comments h3,
.entry-pings h3 {
	border-bottom: 1px solid #ececec;
	margin: 0;
	padding: 30px 40px;
}

.comment-list li.depth-1 {
	border-bottom: 1px solid #ececec;
	padding-bottom: 40px;
}

.comment-content {
	clear: both;
}

.comment-list li {
	padding: 40px 40px 0;
}

.comment-list li li {
	padding-right: 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;
}

.entry-comments .comment-author,
.entry-comments .comment-author a {
	color: #333;
	font-family: 'PT Sans Narrow', arial, sans-serif;
	font-weight: 700;
	margin-bottom: 0;
}

.comment-meta,
.comment-meta a {
	color: #aaa;
	font-size: 14px;
}

.entry-comments .comment-author a:hover,
.comment-meta a:hover {
	color: #31b2ed;
}

.ping-list li {
	padding: 40px 40px 16px;
}

.entry-pings .reply {
	display: none;
}

.comment-reply-link {
	font-family: 'PT Sans Narrow', arial, sans-serif;
	font-weight: 700;
}

.form-allowed-tags {
	background-color: #f5f5f5;
	padding: 24px;
}

/* header extra box */

#header-footer-container > .wrap {
	background: #d1edf2 url('images/content-top-bg.png') top repeat-x;
	padding: .3em .3em 2em;
	border-bottom: 1px solid #A29F9F;
	-webkit-box-shadow:0 0 7px #333; 
	-moz-box-shadow: 0 0 7px #333; 
	box-shadow:0 0 7px #333; 
	z-index: 999;
	
}
#header-footer-container .wrap #footer-topline {
	color: #535353;
	font-weight: bold;
	font-size: 26px;
    font-family: "PT Sans Narrow",Tahoma,Arial,Helvetica;
    padding: 1em 0 0;
}

#header-footer-container .footer-widgets {
	padding-left: 7em;
}

#header-footer-container .footer-widgets .widget h4 {
	color: #535353;
	font-weight: bold;
	font-size: 20px;
    font-family: "PT Sans Narrow",Tahoma,Arial,Helvetica;
}

#header-footer-container .footer-widgets .widget a {
	color: #12567c;
	text-decoration: none;
}
#header-footer-container #footer-widgets .widget a:hover {
	text-decoration: underline;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */
.sidebar {
	margin: 20px 10px 0 0;
}
.sidebar .widget {
	font-family:  "Open Sans", Arial, sans-serif;
	line-height: 1.35;
	color: #212121;
}

/*NEW Subscribe Box */

/*MailChimp Widget Styles*/
.sidebar .widget_yikes_easy_mc_widget {
	background: url('images/newsletter-box-bg.png') top center no-repeat;
	background-size: cover;
	border: 0;
	padding: .5em 0;
	text-align: center;
}
.home .sidebar .widget_yikes_easy_mc_widget {
	margin-top: .4em;
}

.sidebar .widget_yikes_easy_mc_widget .mailchimp_intro {
	padding: 0 10px;;
} 

.sidebar .widget_yikes_easy_mc_widget h2  {
	color: #ffffff;
	text-align: center;
	text-shadow: 0.9px 0.9px 2px white;
    font-family: "PT Sans", "PT Sans Narrow",Tahoma,Arial,Helvetica;
	font-size: 1.3em;
	font-weight: normal;
	padding: 10px 0 1em;
}

.sidebar .widget_yikes_easy_mc_widget .rightbox {
	color: #3a2301;
	padding: 0 .75em;
	font-size: .9em;
	display: block;
	text-align: left;
}

.sidebar .widget_yikes_easy_mc_widget .rightbox h3 {
	color: #3a2301;
	text-align: center;
	font-weight: bold;
	text-shadow: none;
	padding: 0;
	font-size: 1.3em;
	margin-bottom: .6em;
}
.sidebar .widget_yikes_easy_mc_widget ul li {
	list-style-image: url('images/arrow-icon.png');
	padding-left: .1em;
	margin: .7em .9em .7em 3em;
}



.sidebar .widget_yikes_easy_mc_widget .yikes-easy-mc-form {
	padding: 20px 0 10px;
}

.sidebar .widget_yikes_easy_mc_widget .yikes-easy-mc-form p {
	padding-bottom: 0;
	margin-bottom: 2px !important;
	width: 100%;
	
}

.sidebar .widget_yikes_easy_mc_widget .yikes-easy-mc-form label {
	margin-bottom: 5px;
}

.sidebar .widget_yikes_easy_mc_widget .yikes-easy-mc-form .yikes-easy-mc-text, .sidebar .widget_yikes_easy_mc_widget .yikes-easy-mc-form .yikes-easy-mc-email {
	color: #676767;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	border: 1px solid #d49210;
	width: 80%;
	padding: 8px 0 8px 7px;
	margin: 0 auto 9px;
	font-size: 1em;
	margin-bottom: 5px;
}

.sidebar .widget_yikes_easy_mc_widget .clear {
	visibility: visible;
	overflow: visible;
	width: auto;
	height: auto;
	font-size: 1.3em;
	margin-top: 14px;
}

.sidebar .widget_yikes_easy_mc_widget .btn-primary {
	float: none;
	box-shadow: none;
	margin-bottom: 10px;
	border: 2px solid #923210;
	-moz-border-radius: 33px;
	-webkit-border-radius: 33px;
	border-radius: 33px;
background: #e47f7e; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U0N2Y3ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2M2NDU0NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2JhMmIyYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhNTFkMWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #e47f7e 0%, #c64544 50%, #ba2b2b 51%, #a51d1f 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e47f7e), color-stop(50%,#c64544), color-stop(51%,#ba2b2b), color-stop(100%,#a51d1f)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #e47f7e 0%,#c64544 50%,#ba2b2b 51%,#a51d1f 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #e47f7e 0%,#c64544 50%,#ba2b2b 51%,#a51d1f 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #e47f7e 0%,#c64544 50%,#ba2b2b 51%,#a51d1f 100%); /* IE10+ */
background: linear-gradient(to bottom, #e47f7e 0%,#c64544 50%,#ba2b2b 51%,#a51d1f 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e47f7e', endColorstr='#a51d1f',GradientType=0 ); /* IE6-8 */
	display: block;
	text-shadow: 0 0 2px white;
	text-transform: capitalize;
	font-weight: 500;
	margin: 0 auto;
	padding: 8px 30px 12px;
	width: 88%;
	height: 42px;
	vertical-align: middle;
	font-family: "Open Sans",Tahoma,Arial,Helvetica,sans-serif !important;
    font-size: 1.3em;
	color: #FFFFFF;
}

.sidebar .widget_yikes_easy_mc_widget .btn-primary span {
}

.sidebar .widget_yikes_easy_mc_widget div.hidden {
	border: 0px solid #d49210;
	background: transparent;
	position: relative;
	font-size: .7em;
	padding: 0 !important;
	width: auto !important;
	bottom: 0;
}


.sidebar .widget_yikes_easy_mc_widget .yikes-easy-mc-error-message {
	padding: 5px;
	background: rgba(255,255,255,0.25);
	color: #3182B0;
	margin: 1em auto;
	font-weight: bold;
	font-size: 1.2em;
	border: 1px solid #FFF;
	text-align: center;
	width: 90% !important
}

.sidebar .widget_yikes_easy_mc_widget  .required {
	color: #777;
}

.sidebar .widget_yikes_easy_mc_widget .privacy {
	font-size: .8em;
	margin-bottom: 20px;
}
/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	clear: both;
	padding-top: 20px;

}

.footer-widgets .wrap {
	width: 90%;
	max-width: 882px;
}

.footer-widgets input {
}

.footer-widgets li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 0px;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 30.68%;
}

.footer-widgets-1 {	
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
	margin-right: 3%;
}

.footer-widgets-3 {
	margin-right: 0;
	float: left;
}

.footer-widgets .widget {
	background: none;
	border: none;
	padding: .5em 0 0;
	margin-bottom: 0;
}

.footer-widgets .widget h4, #footer-topline {
	border: none;
	color: #B7D8EA;
    font-size: 1.15em;
	font-weight: 300;
	margin: 0;
	padding: 0 0 5px 0;
}



#footer-topline {
	text-align: center;
	padding: 1.5em 0 0;
}

.footer-widgets .block {
	padding-top: 5px;
}

.footer-widgets .widget ul li {
	margin: 0px;
	padding: 0px;
}
.footer-widgets .widget ul li a {
	padding: 0;
	text-decoration: none;
}
.footer-widgets .widget ul li a span {
	color: #ff7478;
/*	text-decoration: underline;*/
}
.footer-widgets .widget ul li a:hover {
	text-decoration: underline;
}
.footer-widgets .widget a {
	border: none;
	color: #FCFEFF;
    font-family: "Open Sans",Tahoma,Arial,Helvetica;
    font-size: 0.75em;
	font-weight: normal;
	text-decoration: underline;
}

/***********************************************/
/***********************************************/
/******* WooCommerce Style from Old Site  ******/
/***********************************************/
/***********************************************/
/* Product Page Index */
.post-type-archive-product .page-description .price, .post-type-archive-product .page-description .cart, .post-type-archive-product .page-description .learnmore {
	display: none !important;
}

#afw-prodcats {
	margin: 20px 0;
}
#afw-prodcats .afwproduct-archive {
	margin:  5px 0;
	padding: 20px 5px;
/*	background-color: #EAEAEA;
	border: 1px solid #AEAEAE;*/
	border-bottom: 1px solid #EAEAEA;
	clear: both;
}
#afw-prodcats .afwproduct-archive:last-child {
	border-bottom: 0;
}
#afw-prodcats h2 {
	padding-top: 20px ;
}
#afw-prodcats .afwproduct-archive .image {
	float: left;
	width: 32%;
	clear: none;
	padding: 0 2% 0 0;
}
#afw-prodcats .afwproduct-archive .image img {
	height: auto;
}
.woocommerce #main .onsale {
    position: relative;
	left: 2px;
    top: 10px;
}
#afw-prodcats .afwproduct-archive .info {
	float: left;
	width: 65%;
	clear: none;
	padding: 0 1% 0 0;
}
#afw-prodcats .afwproduct-archive .info .short-descrip {
 	font-family: "Open Sans",Tahoma,Arial,Helvetica;
    font-size: 1em;
	padding: 10px 0;
}
#afw-prodcats .afwproduct-archive .info .price, 
#afw-prodcats .afwproduct-archive .info .price a {
	color: #c60707;
	font-weight: normal;
	margin: 10px 0;
}
#afw-prodcats .afwproduct-archive .info .price label {
	color: #414242;
	font-weight: bold;
}
#afw-prodcats .afwproduct-archive .info .price .amount, 
#afw-prodcats .afwproduct-archive .info .price ins,
.woocommerce .summary p.price ins,
.woocommerce .summary p.price .amount {
	font-weight: normal;
	font-decoration: none;
}
#afw-prodcats .afwproduct-archive .info .addtocart {
	margin: 10px 0;
}
#afw-prodcats .afwproduct-archive .info .addtocart .cart .quantity {
	display: none;
}
body .site-container .content #afw-prodcats .afwproduct-archive .info .addtocart .cart .button, 
body.woocommerce .site-container .content .cart .button,
body.woocommerce .site-container .content .product .button {
	font-family: "Open Sans",Tahoma,Arial,Helvetica,sans-serif;
	font-size: .9em; 
	color: #ffffff;
	font-weight: bold !important;
	padding: 8px 15px 8px 45px !important;
	background: #80ad68; /* Old browsers */
	background-image: url(images/cross.png); /* Old browsers */
	background: url(images/cross.png), -moz-linear-gradient(top,  #80ad68 0%, #81a967 50%, #72a152 51%, #719d4f 100%); /* FF3.6+ */
	background: url(images/cross.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#80ad68), color-stop(50%,#81a967), color-stop(51%,#72a152), color-stop(100%,#719d4f)); /* Chrome,Safari4+ */
	background: url(images/cross.png), -webkit-linear-gradient(top,  #80ad68 0%,#81a967 50%,#72a152 51%,#719d4f 100%); /* Chrome10+,Safari5.1+ */
	background: url(images/cross.png), -o-linear-gradient(top,  #80ad68 0%,#81a967 50%,#72a152 51%,#719d4f 100%); /* Opera 11.10+ */
	background: url(images/cross.png), -ms-linear-gradient(top,  #80ad68 0%,#81a967 50%,#72a152 51%,#719d4f 100%); /* IE10+ */
	background: url(images/cross.png), linear-gradient(to bottom,  #80ad68 0%,#81a967 50%,#72a152 51%,#719d4f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ad68', endColorstr='#719d4f',GradientType=0 ); /* IE6-9 */
	background-repeat: no-repeat;
	background-position: 16px center, top left;
	-moz-border-radius: 18px !important;
	-webkit-border-radius: 18px !important;
	border-radius: 18px;
	border: 2px solid #31762e !important;
	-moz-box-shadow:
		0px 1px 2px rgba(000,000,000,0.5),
		inset 0px 0px 0px rgba(255,255,255,0.6) !important;
	-webkit-box-shadow:
		0px 1px 2px rgba(000,000,000,0.5),
		inset 0px 0px 0px rgba(255,255,255,0.6) !important;
	box-shadow:
		0px 1px 2px rgba(000,000,000,0.5),
		inset 0px 0px 0px rgba(255,255,255,0.6) !important;
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.3);
	text-transform: capitalize !important;
}

body.woocommerce .site-container .content .learnmore .button {
	font-family: "Open Sans",Tahoma,Arial,Helvetica,sans-serif;
	font-size: .9em; 
	color: #ffffff;
	font-weight: bold !important;
	padding: 8px 15px 8px 15px !important;
	background: #80ad68; /* Old browsers */
	background: -moz-linear-gradient(top,  #80ad68 0%, #81a967 50%, #72a152 51%, #719d4f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#80ad68), color-stop(50%,#81a967), color-stop(51%,#72a152), color-stop(100%,#719d4f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #80ad68 0%,#81a967 50%,#72a152 51%,#719d4f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #80ad68 0%,#81a967 50%,#72a152 51%,#719d4f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #80ad68 0%,#81a967 50%,#72a152 51%,#719d4f 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #80ad68 0%,#81a967 50%,#72a152 51%,#719d4f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ad68', endColorstr='#719d4f',GradientType=0 ); /* IE6-9 */
	-moz-border-radius: 18px !important;
	-webkit-border-radius: 18px !important;
	border-radius: 18px;
	border: 2px solid #31762e !important;
	-moz-box-shadow:
		0px 1px 2px rgba(000,000,000,0.5),
		inset 0px 0px 0px rgba(255,255,255,0.6) !important;
	-webkit-box-shadow:
		0px 1px 2px rgba(000,000,000,0.5),
		inset 0px 0px 0px rgba(255,255,255,0.6) !important;
	box-shadow:
		0px 1px 2px rgba(000,000,000,0.5),
		inset 0px 0px 0px rgba(255,255,255,0.6) !important;
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.3);
	text-transform: capitalize !important;
}

body .site-container .content #afw-prodcats .afwproduct-archive .info .addtocart .cart .button, 
body.woocommerce .site-container .content .cart .button {
		float: left !important;
}
/* Full Width Page Styles */
.two-col-left.page-template-template-fullwidth-php #main-sidebar-container #main, 
.two-col-right.page-template-template-fullwidth-php #main-sidebar-container #main {
	width: 100%;
	float: none;
	padding: 0;
}
.page.page-template-template-fullwidth-php #main .page {
	padding-left: 2.5em;
	padding-top: 0.9em;
}
/* Single Products Page Styling */
.two-col-left.single-product #main-sidebar-container #main, 
.two-col-right.single-product #main-sidebar-container #main {
	width: 100%;
	float: none;
	padding: 0;
}
.woocommerce-breadcrumb {
    color: #424242;
    font-size: 0.8em;
    margin: 0.3em 0 1em;
}
.single-product .woocommerce-breadcrumb {
	margin: 1em 2em 2em;
}
.single-product.woocommerce #main div.product {
	width: 85% !important;
	margin: 0 auto;
}
.single-product .images {
	width: 20% !important;
	margin-right: 0.6%;
	float: left;
}
.single-product .images img {
	width: auto;
}
.single-product.woocommerce .summary {
	width: 72%  !important;
}
.single-product.woocommerce .summary .product_title {
	margin-bottom: .3em;
}
body.woocommerce .site-container .content .cart .single_add_to_cart_button {
	margin-bottom: .75em;
	margin-left: 0;
}
.woocommerce .summary p.price {
	border: 0;
}
.woocommerce .summary p.price .amount {
	color: #c60707;
}
.woocommerce .woocommerce-tabs {
	padding: 1em 0 0;
	border: 0;
	border-top: 1px solid #e5e7e7;
	box-shadow: 0 -1px 0 #edeeee;
	background: transparent;
}
.woocommerce .woocommerce-tabs ul.tabs, .woocommerce #tab-description h2:first-of-type {
	display: none;
}

.woocommerce #tab-description ul li {
    list-style: disc;
    list-style-type: disc;
	margin: 0;
	padding: 0;
}

.woocommerce .woocommerce-tabs .product {
	border: 0 !important;
	padding: 20px !important;
	margin: 0 auto;
}
body.woocommerce .site-container .content .woocommerce-tabs .product .button {
	float: none;
}
/* Woocommerce Account and Cart Pages */
.woocommerce-account .addresses .title {
	font-size: 1em;
}
form.checkout .col2-set, form.checkout .col-1 {
	width: 100%;
}
form.checkout #mailchimp_subscribe_field {
	width: 100%;
}
form.checkout abbr {
	border-bottom: 0;
	cursor: default;
}

form.checkout #billing_email_field  {
	width: auto !important;
	float: none !important;
}
/* Revealer Code Function */
#code-revealer {
	margin: 0.5em;
	padding: 0.5em 0.5em 0.5em 2em;
}
#code-revealer ol {
	list-style:  inside decimal;
}
#code-revealer em {
	font-size: .8em;
	color: #424242;
}
#code-revealer span {
	color:#C60707; 
	font-weight:bold;
}
#code-revealer .codeform input[type=text] {
	border-color: #bdbbbb;
	border-width: 2px;
	width: 300px;
}
#code-revealer .codeform input[type=submit] {
	-moz-border-radius: 20px !important;
	-webkit-border-radius: 20px !important;
	border-radius: 20px !important;
	border-color: #999 !important;
	background: #f4f4f4 !important; /* Old browsers */
	background: -moz-linear-gradient(top,  #f4f4f4 28%, #dedede 35%, #ffffff 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#f4f4f4), color-stop(35%,#dedede), color-stop(100%,#ffffff)) !important; /* Chrome,Safari4+ */
	-webkit-linear-gradient(top, #F4F4F4 28%,#dedede 35%,white 100%) !important;
	background: -o-linear-gradient(top,  #f4f4f4 28%,#dedede 35%,#ffffff 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f4f4f4 28%,#dedede 35%,#ffffff 100%) !important; /* IE10+ */
	background: linear-gradient(to bottom,  #f4f4f4 28%,#dedede 35%,#ffffff 100%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#ffffff',GradientType=0 ) !important; /* IE6-9 */
	color: #3b3b3b;
	font-size: 1em;
	border: 1px solid;
	padding: 8px 10px !important;
}
#code-revealer .hidden-code {
	margin: 0.5em;
	padding: 0.5em;
	border: 1px solid #B3D9FF;
	background-color: #CCE6FF;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
/* Related Products Styling */
.related h2, .upsells h2 {
	font-weight: normal;
	text-align: center;
	font-size: 2.5em;
	margin-bottom: 1em;
	padding-top: .5em;
	border-top: 1px solid #DEDFDF;
}
.related ul.products li.product, .upsells ul.products li.product {
	clear: both;
	width: 100%;
	margin-right: 3.8%;
	text-align: left;
}
.related ul.products li a img, .upsells ul.products li a img {
	width: auto;
	float: left;
	max-width: 22%;
	margin-right: 2em;
}
.woocommerce #main .related ul.products .onsale, .woocommerce #main .upsells ul.products .onsale {
	top: 0;
	left: 5px;
}

.woocommerce-checkout #payment ul.payment_methods li img {
	padding-right: .5em !important;
	background: none repeat scroll 0 0 transparent;
}

.related ul.products h3, .upsells ul.products h3 {
	float: left;
}
.related ul.products div, .upsells ul.products div {
	float: left;
	width: 70%;
}
.related ul.products div p, .upsells ul.products div p {
	font-style: italic;
	color: #424242;
}
.related ul.products div .price, .upsells ul.products div .price  {
	font-style: normal;
	font-weight: bold;
	color: #3B3B3A;
}
.related ul.products div .price span.amount, .upsells ul.products div .price span.amount {
	font-weight: normal;
}
.related ul.products div .price ins, .upsells ul.products div .price ins {
	color: #C60707;
}
body.woocommerce .site-container .content .related .product .button, body.woocommerce .site-container .content .upsells .product .button {
	float: left;
}

body .site-container .content .woocommerce-cart-form .button, 
body .site-container .woocommerce-cart-form .content .button:visited, 
body .site-container .content .checkout-button,
body .site-container .content .woocommerce-message .button,
body .site-container .content .checkout_coupon .button,
body .site-container .content .checkout .button,
body .site-container .content .reply a, 
body .site-container .content #respond .form-submit input#submit 
{
	border: 0 !important;
	-moz-border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	border-radius: 5px !important;
	margin: .3em 2em .3em .3em !important;
	padding: 0 22px 2px !important;
	text-transform: lowercase !important;
	font-family: "Open Sans",Tahoma,Arial,Helvetica,sans-serif !important;
	font-weight: 200 !important;
	font-size: .9em !important;
	line-height: 1.5em !important;
	background: #588eb2 !important; /* Old browsers */
	background: -moz-linear-gradient(top,  #588eb2 0%, #4381ac 50%, #2b6ea0 52%, #2b6ea0 100%, #2989d8 100%, #207cca 100%, #2b6ea0 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#588eb2), color-stop(50%,#4381ac), color-stop(52%,#2b6ea0), color-stop(100%,#2b6ea0), color-stop(100%,#2989d8), color-stop(100%,#207cca), color-stop(100%,#2b6ea0)) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #588eb2 0%,#4381ac 50%,#2b6ea0 52%,#2b6ea0 100%,#2989d8 100%,#207cca 100%,#2b6ea0 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #588eb2 0%,#4381ac 50%,#2b6ea0 52%,#2b6ea0 100%,#2989d8 100%,#207cca 100%,#2b6ea0 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #588eb2 0%,#4381ac 50%,#2b6ea0 52%,#2b6ea0 100%,#2989d8 100%,#207cca 100%,#2b6ea0 100%) !important; /* IE10+ */
	background: linear-gradient(to bottom,  #588eb2 0%,#4381ac 50%,#2b6ea0 52%,#2b6ea0 100%,#2989d8 100%,#207cca 100%,#2b6ea0 100%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#588eb2', endColorstr='#2b6ea0',GradientType=0 ) !important; /* IE6-9 */
	-moz-box-shadow: inset 1px 1px 3px #3e5360 !important;
	-webkit-box-shadow: inset 1px 1px 3px #3e5360 !important;
	box-shadow: inset 1px 1px 3px #3e5360 !important;
	float: right;
	color: #FFF !important;
}

body .site-container .woocommerce-cart-form .content .button:hover, 
body .site-container .content .checkout-button:hover,
body .site-container .content .checkout_coupon .button:hover,
body .site-container .content .woocommerce-message .button:hover,
body .site-container .content .checkout .button:hover,
body .site-container .woocommerce-cart-form .content .reply a:hover, 
body .site-container .content #respond .form-submit input#submit:hover 
{
	background: #588edf !important; /* Old browsers */
	background: -moz-linear-gradient(top,  #588edf 0%, #4381bd 50%, #2b6ebd 52%, #2b6ebd 100%, #2989ea 100%, #207cdd 100%, #2b6eb3 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#588edf), color-stop(50%,#4381bd), color-stop(52%,#2b6ebd), color-stop(100%,#2b6ebd), color-stop(100%,#2989ea), color-stop(100%,#207cdd), color-stop(100%,#2b6eb3)) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #588edf 0%,#4381bd 50%,#2b6ebd 52%,#2b6ebd 100%,#2989ea 100%,#207cca 100%,#2b6eb3 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #588edf 0%,#4381bd 50%,#2b6ebd 52%,#2b6ebd 100%,#2989ea 100%,#207cdd 100%,#2b6eb3 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #588edf 0%,#4381bd 50%,#2b6ebd 52%,#2b6ebd 100%,#2989ea 100%,#207cdd 100%,#2b6eb3 100%) !important; /* IE10+ */
	background: linear-gradient(to bottom,  #588edf 0%,#4381bd 50%,#2b6ebd 52%,#2b6ebd 100%,#2989ea 100%,#207cdd 100%,#2b6eb3 100%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#588eb2', endColorstr='#2b6ea0',GradientType=0 ) !important; /* IE6-9 */
}

body .site-container .content .woocommerce-message {
	border-top-color: #1d6893;
}

body .site-container .content .woocommerce-message::before {
    color: #1d6893;
}

body .site-container .content .checkout .form-row.place-order {background-color: #FFF !important; }

.woocommerce-checkout-payment ul li {
	list-style: none;
}

.payment_methods li img {
    float: right;
    padding: 0 !important;
    border: none !important;
}

/*Mailchimp Subscribe Widget Styling */
#connect #mc_embed_signup .button {
	height: 25px;
	padding: 1px 22px 1px;
	margin-top: 2px;
}

#connect .newsletter-form .email {
	width: 150px;
	max-width: 52%;
}


.gform_wrapper input, .gform_wrapper textarea {
	margin-bottom: 0;
}


	a.checkout-button {
	background-color: #588eb2;
	color: #fff;
	}
	
/* Message under the paypal checkout button */
.paypal-message {
	width: 40%;
	float: right;
	text-align: center;
	margin: 0 .5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-style: italic;
	line-height: 130%
}
.clearme{ clear: both; }
.woocommerce #tab-description {
	background: transparent;
}
.woocommerce #tab-description .product {
    border: 0 none !important;
    margin: 0 auto;
    padding: 20px !important;
}
body.woocommerce .site-container .content #tab-description .product .button {
    float: none;
}
.woocommerce-breadcrumb {
    color: #424242;
    font-size: 0.8em;
    margin: 0.3em 0 1em;
}

.woocommerce .addresses h3 {
	font-size: 1.0em;
	margin-top: 1em;
}

/* shopping cart */

.woocommerce table tr td:first-child {
    padding-left: .5em;
}

.quantity input.qty {
	width: 40px;
	padding: 5px;
}

/* VAT plugin */
.woocommerce-error .location_confirmation {
	width: 95% !important;
} 

.woocommerce-error .location_confirmation .input-checkbox {
	margin-top: 10px !important;
}
/* extra product category styles */

.tax-product_cat ul.products li.product {
    clear: both;
    margin-right: 3.8%;
    width: 90.75%;
	padding-bottom: 2em;
	border-bottom: 1px solid #CDCDCD;
	text-align: left !important;
}

.tax-product_cat ul.products li.product a img {
    max-width: 200px;
	float: left; 
	clear: both;
}

/* Trust Badges */
p#order_comments_field {margin-bottom: 0 !important;}
.securitrust, .mctrust {
	display: inline-block;
	margin: 0 .5em;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	text-align: center;
}

.site-footer {
    border-top: 0;
    color: #b7d8ea;
    background-color: #2C6D9B;
    margin: 3em 0 0;
    padding: 1em 0 0.3em;
    width: 100%;
    max-width: 100%;
    text-align: center;
}

.site-footer a {
    text-decoration: underline;
    color: #fcfeff;
}

.site-footer a:hover {
	color: #fff;
}

.site-footer p {
	margin: 0 0 5px;
}

/* Footer Styling */
#footer-widgets {
	border-top: none;
	padding-bottom: 0;
}

.widget_featured_products span.price, .widget_featured_products span.free, .widget_featured_products span.saleprice {
    font-family: "Open Sans",Tahoma,Arial,Helvetica;
    font-size: 0.8em;
   	text-decoration: underline;
	color: #FCFEFF;	
	padding-left: 5px;
}
.widget_featured_products span.saleprice {
	color: #f6827E;
}
/*
Theme Colors
---------------------------------------------------------------------------------------------------- */



.post-type-archive-product .content  {
	background-color: transparent;
	padding: 20px 0 20px 40px;
	margin-bottom: 20px;
	border-bottom: 1px solid #bcbcbc;
}
.post-139 .product-meta .entry {
	display: none;
}

/*
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) {

}


@media only screen and (max-width: 1023px) {

	.footer-widgets-1 {
		margin-right: 0;
	}
	
	#theprof {
		left: -100px;
	}
	
	.home .site-inner .content::before {
		width: 120px;
	}

}

@media only screen and (max-width: 920px) {
	#theprof {
		max-width: 200px;
		width: 25%;
		height: 373px;
		left: -5%;
		background-size: contain;
	}
	
	.home .site-inner .content::before {
		width: 120px;
	}
	
	.site-container {
		background-position: 30% top;
		background-size: 150%;
	}
	
	#headingtext {
		margin: 0 5% 0 58%;
		width: auto;
		max-width: 100%;
	}
	
	#header-heading {
		font-size: 1.0em;
	}
	
	#header-subhead {
		font-size: 1.25em;
	}

	.nav-primary ul.menu-primary {
		margin: 12px 0 0 175px;
	}
	
	.nav-primary ul.menu-primary li a {
		padding: 10px 12px 0 12px !important;
	}
	
	.sidebar .widget_yikes_easy_mc_widget h2 {
		text-shadow: none;
		font-size: 1.2em;
		padding: 10px 20px;
	}
	
}

@media only screen and (max-width: 825px) {
	#header-heading {
		font-size: 0.85em;
	}
	
	#header-subhead {
		font-size: 1.0em;
	}

}


@media only screen and (max-width: 768px) {

	#theprof {
		max-width: 1300px;
		width: 20%;
		height: 180px;
		left: -5%;
		background-size: contain;
	}
	
	#header-inner {
		height: auto;
		min-height: 85px;
	}	
	
	.home .site-inner .content::before {
		width: 0px;
	}
	
	.site-container {
		background-size: 150%;
	}
	
	#headingtext {
		display: none;
	}

	.nav-primary {
		background-color: #2778A5;
	}
	
	.nav-primary .wrap {
		width: 100%;
		height: auto;
		background-image: none;
		float: none;
	}

	.nav-primary ul.menu-primary {
		margin: 10px auto;
		width: 70%;
		text-align: center;
	}	

	.nav-primary ul.menu-primary li a,.nav-primary ul.menu-primary li:first-child a {
		padding-left: 10px !important;
		background: #565656;
		border-right: none;
		text-transform: uppercase;
		border-bottom: 1px solid #343434;
		color: #FFFFFF;
	}

	.nav-primary ul.menu-primary li:first-child:hover a,
	.nav-primary ul.menu-primary li:hover a, 
	.nav-primary ul.menu-primary li:focus a, 
	.nav-primary ul.menu-primary li:active a {
		background: #656565 !important;
		border-right: none !important;
		border-bottom: 1px solid #434343 !important;
		color: #FFFFFF;
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
		margin-right: 0px !important;
		padding-right: 20px !important;
	}
	
	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}
	
	.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,
	.title-area {
		width: 100%;
	}
	
	.sidebar .widget {
		margin: 20px 10%;
	}
	.site-header .wrap {
		padding: 20px 5%;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .search-form,
	.site-header .title-area,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}
	
	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.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%;
	}
	
	.home-top .more-link {
		display: block;
	}
	
	.home-bottom .widget {
		margin: 0 0 40px;
		width: 100%;
	}
	
	.header-image .site-title a {
		background-size: contain !important;
	}
	
	.genesis-nav-menu.responsive-menu,
	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu {
		display: none;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item:hover {
		position: static;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;	
	}
	
	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		content: "\f347";
		float: right;
		font: normal 16px/1 'dashicons';
		height: 9px;
		padding: 12px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
	}
	
	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f343";
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu {
		background-color: rgba(0, 0, 0, 0.05) !important;
		border: none;
		left: auto;
		opacity: 1;
		position: relative;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: auto;
		z-index: 99;
		padding: 0px;
		border-bottom: 0 !important;
		margin: 0;
	}

	.genesis-nav-menu.responsive-menu .sub-menu li,
	.genesis-nav-menu.responsive-menu .sub-menu li:first-child,
	.genesis-nav-menu.responsive-menu .sub-menu li:first-child:hover,
	.genesis-nav-menu.responsive-menu .sub-menu li:hover {
		padding: 0 !important;
		margin: 0 !important;
		width: 100% !important;
		border-bottom: 0 !important;
		line-height: 1 !important;
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li:first-child a,
	.genesis-nav-menu.responsive-menu .sub-menu li:first-child a:hover,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		padding: 12px 20px !important;
		position: relative;
		width: auto;
		line-height: 1 !important;
	}
	
	.nav-primary .genesis-nav-menu.responsive-menu {
		padding-bottom: 16px;
	}
	
	.nav-primary .genesis-nav-menu.responsive-menu .sub-menu {
		background-color: rgba(0, 0, 0, 0.07);
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu,
	.nav-primary .genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		background-color: transparent;
		margin: 0;
		padding-left: 25px;
	}
	
	#header-footer-container .footer-widgets {
		padding-left: 30px;
		padding-right: 30px;
	}

	#header-footer-container .footer-widgets .widget .widget-wrap {
		text-align: center;
	}

}

@media only screen and (max-width: 400px) {
	#header-inner #top-menu {
		float: none;
		width: 60%;
		margin: 70px auto 0;
		padding: 5px 7px;
		-moz-border-radius: 5px 5px 0 0;
		-webkit-border-radius: 5px 5px 0 0;
		border-radius: 5px 5px 0 0;
		font-size: .75em;
	}
	
	.site-container {
		background-position: 10% 0%;
		background-size: 180%;
	}
}
#header-container {background-color:#D0E2D1;}

