/*
	Theme Name: Center For Hearing Loss Help Child Theme
	Theme URI: http://my.studiopress.com/themes/focus/
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/
	Version: 3.1
 
	Tags: blue, green, white, one-column, two-columns, three-columns, responsive-layout, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page
 
	Template: genesis
	Template Version: 2.1
 
	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/


/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Gravity Forms
		- Jetpack
		- Social Icons
                - Popup
                - Portfolio
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
		- Responsive Menu
	- Content Area
		- Better Grid Loop
		- Entries
		- After Entry
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
        - Tweaks & Extras
		- Cart Button
	        - Media Queries
		- Retina Display
		- max-width: 1160px
		- max-width: 1023px
		- max-width: 767px

*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
   normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}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;
}



/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
    height: 100%
}

body {
    background: #fff url(images/bg.png);
    min-height: 100%
    color: #000;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 1.625;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #cc0000;
	text-decoration: none;
}

.page .entry-content a {
	text-decoration: underline;
}

a img {
	margin-bottom: -4px;
}

a:hover {
	color: #0e1b92;
}

p {
	margin: 0;
	padding: 0;
}

.post .content p,
.page .content p,
.single .content p {
	margin: 0 0 10px;
	padding: 0;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #111;
}

blockquote {
	margin: 40px 40px 24px;
}

blockquote::before {
	//content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.entry-content code {
	background-color: #333;
	color: #111;
}

cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
        padding: 0;
        font-family: 'lora', sans-serif;
        font-weight: 500;
        color: #000080;
}

h1 {
        margin: 6px auto 12px;
	font-size: 26px;
        color: #0e1b92;
}

.home h1 {
        margin: 6px auto 0;
}

h2 {
        margin: 6px auto;
	font-size: 20px;
}

h3 {
        margin: 6px auto;
	font-size: 18px;
        color: #222;

}
h4 {
        margin: 0 auto 12px;
        font-size: 16px;
        color: #333;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 10px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto; /* IE8 */
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
	margin-bottom: 28px;
}

.gallery-item {
	float: left;
	margin: 0;
	padding: 0 4px;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery .gallery-item img {
	border: none;
	height: auto;
	margin: 0;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #f4f4f4;
	border: 1px solid #ffcc66;
	box-shadow: 1px 1px 3px #eee inset;
	color: #111;
        font-family: 'Lato', sans-serif;
	font-size: 14px;
	padding: 4px 4px 4px 10px;
	width: 35%;


}

.sidebar input,
.sidebar select,
.sidebar textarea {
	background-color: #fff;
	border: 1px solid #333;
	width: 100%;
}

input[type="checkbox"], 
input[type="radio"], 
input[type="image"] {
	width: auto;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
        background-color: #fece6f;
        margin: 0 8px;
	padding: 2px 10px;
	border: 1px outset #ffcc66;
	cursor: pointer;
	text-transform: uppercase;
        width: auto;
        color: #oe1b92;
        font-weight: bold;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
        background-color: #f4f4f4;
	border: 1px inset #999999;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 20px;
	width: 100%;
}

tbody {
	border: none;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border: none;
	padding: 0;
}

.page .entry-content table {
	border-collapse: separate;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 20px;
	width: 100%;
}

.page .entry-content td {
	border: 1px solid #0e1b92;
	padding: 10px;
}



/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-container {
	background: none;
	margin: 10px auto;
	padding: 0;
        border: 1px groove #0e1b92;
	max-width: 1140px;
}

.site-inner {
        background: #fff url(images/lines.png);
	clear: both;
	margin: 0;
        padding: 10px;
}

.page-template-page_landing-php .site-inner {
	margin-bottom: 0
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 790px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* Content
--------------------------------------------- */

.content {
        background-color: #fff;
        border: 1px solid #ddd;
        margin: 0;
        padding: 10px 20px 0;
	float: right;
	width: 742px;
}

.page-id-4411 .entry-title { display: none; }

.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%;
}



/* Category and Archive Tweaks
--------------------------------------------- */

.category .entry-content,
.archive .entry-content {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: 1px solid #ddd;
        clear: both;
}

.category .entry-title,
.category .entry-title {
        margin-top: 12px;
}

.category .entry-content img,
.archive .entry-content img {
        margin: 0 16px 0 0;
        float: left;
}

.post-type-archive-glossary .entry-title a,
.sidebar .wpg-please-select,
.page-id-4773 .wpg-please-select,
.glossary-before-content .widget-title {
     display: none !important;
}

.page-id-4773 .entry-content {
     min-height: 300px;
}

.glossary-menu-atoz {
     margin: 0 auto !important;
     border: none !important;
     max-width: 50%;
}

.glossary-menu-atoz .atozmenu-off:hover {
     background-color: #f4f4f4;
     color: #000 !important;
}

.glossary-menu-atoz .atozmenu-off a:hover {
     color: #000 !important;
}

.post-type-archive-glossary .glossary-before-content {
     border-bottom: 1px solid #ddd;
}


/* Primary Sidebar
--------------------------------------------- */

.sidebar-primary {
	float: right;
	width: 366px;
        height: 100%;
        margin: 0;
}

.sidebar-primary .widget {
        background-color: #fff;
	border: 1px solid #ddd;
        margin: 0 10px 10px 10px ;
        padding: 5px;
	width: 366px;
}

.sidebar-primary .widget-wrap {
        background-color: #f4f4f4;
	border: 1px solid #999;
        margin: 0;
        padding: 16px;
	width: 100%;
}

.sidebar-primary h4 {
        margin-bottom: 10px;
        padding-bottom: 2px;
        border-bottom: 1px solid #ddd;
        letter-spacing: 2px;
        line-height: 1.625;
        text-shadow: 1px 1px #fff;
        color: #000;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

.content-sidebar-wrap .sidebar-primary {
	float: left;
	width: 330px;
        height: 100%;
        margin: 0;
}

.content-sidebar-wrap .sidebar-primary {
	float: left;
	width: 330px;
        height: 100%;
        margin: 0;
}




/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary .widget {
        margin: 0 10px 10px 10px ;
        padding: 10px;
	width: 326px;
}


/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
        margin-right: 0;
        padding: 0;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
        padding: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.search-form {
	overflow: hidden;
}

.gsc-adBlock .visibility {
	display: none !mportant;;
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

a.alignnone {
	display: inline-block;
}

a.alignleft img,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright img,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.entry-content .wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	margin: 0;
	text-align: center;
}

.gallery-caption,
.entry-content .gallery-caption {
	margin: 0 0 10px;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	color: #617984;
        font-family: 'Lato', sans-serif;
	font-size: 12px;
	margin: -10px 0 6px;
	padding: 0;
	text-transform: uppercase;
        border-bottom: 1px solid #ddd;
}

.breadcrumb a:after {
	color: #000;
	content: "\2192";
       	font-size: 16px;
	font-weight: 400;
	padding: 0 6px 0 2px;
}

.archive-description,
.author-box {
	border-bottom: 1px solid #ddd;
	margin-bottom: 40px;
	padding-bottom: 40px;
}

.author-box-title {
        font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 4px;
	text-transform: uppercase;
}

.author-box p {
	margin-bottom: 0;
}

.author-box .avatar {
	margin-right: 24px;
}

/* Titles
--------------------------------------------- */

.entry-title {
	margin: 0;
}

.entry-title a,
.sidebar .widget-title a {
	color: #0e1b92;
}

.entry-title a:hover {
	color: #cc0000;
}

.single .entry-title {
	text-align: center;
}

.widget-title {
        color: #000080 !important;
	font-size: 14px;
        font-weight: bold;
	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
---------------------------------------------------------------------------------------------------- */


/* 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: 13px;
	padding: 8px;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 12px;
}


/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none !important;
}

/* Sharing Buttons - Large Button Padding
--------------------------------------------- */

li.share-facebook a.sd-button,
li.share-google-plus-1 a.sd-button,
li.share-twitter a.sd-button,
li.share-linkedin a.sd-button,
li.share-pocket a.sd-button,
li.share-press-this a.sd-button,
a.sd-button.share-more {
	background: none;
	box-shadow: none;
	border: none;
	font-family: 'verdana', arial;
	font-size: 14px !important;
	font-weight: 300;
	letter-spacing: 0;
	text-transform: uppercase;
	background-image: none !important;
	padding: 6px 16px !important;
}

/* Sharing Buttons - Button Background Color
--------------------------------------------- */

li.share-google-plus-1 a.sd-button {
	background-color: #dd4b39 !important;
}

li.share-facebook a.sd-button,
li.share-tumblr a.sd-button {
	background-color: #4965a0 !important;
}

li.share-twitter a.sd-button  {
	background-color: #28a9e0 !important;
}

li.share-linkedin a.sd-button {
	background-color: #cbe0e5 !important;
}

li.share-reddit a.sd-button {
	background-color: #ddd !important;
}

li.share-press-this a.sd-button {
	background-color: #006699 !important;
}

li.share-pinterest a.sd-button {
	background-color: #D5222A !important;
}

li.share-email a.sd-button {
        background-color: #0fad00 !important;
}

a.sd-button.share-more {
	background: #fec500 !important;
}

/* Sharing Buttons - Text Color
--------------------------------------------- */

li.share-facebook a.sd-button span,
li.share-google-plus-1 a.sd-button span,
li.share-tumblr a.sd-button span,
li.share-pinterest a.sd-button span,
li.share-twitter a.sd-button span,
li.share-pocket a.sd-button span,
li.share-press-this a.sd-button span,
li.share-email a.sd-button span { 
	color: #fff !important; 
}

li.share-linkedin a.sd-button span,
li.share-reddit a.sd-button span,
a.sd-button.share-more span { 
	color: #111 !important; 
        font-weight: bold;
}


/* Sharing Buttons - Hover Background-Color
--------------------------------------------- */

li.share-facebook a.sd-button:hover,
li.share-twitter a.sd-button:hover,
li.share-tumblr a.sd-button:hover,
li.share-pocket a.sd-button:hover,
li.share-pinterest a.sd-button:hover {
	background-color: #1E8CBE !important;
}

li.share-email a.sd-button:hover {
       background-color: #8cc700 !important;
}


li.share-linkedin a.sd-button:hover {
	background-color: #ddd !important;
}

li.share-press-this a.sd-button:hover {
	background-color: #0087be !important;
}

li.share-google-plus-1 a.sd-button:hover {
	background-color: #cbe0e5 !important;
}

li.share-reddit a.sd-button:hover {
	background-color: #cbe0e5 !important;
}

a.sd-button.share-more:hover {
	background-color: #ff9400 !important;
}


/* Sharing Buttons - Before Text Effects
--------------------------------------------- */

li.share-facebook a.sd-button:before,
li.share-twitter a.sd-button:before,
li.share-google-plus-1 a.sd-button:before,
li.share-pinterest a.sd-button:before,
li.share-linkedin a.sd-button:before,
li.share-press-this a.sd-button:before,
li.share-tumblr a.sd-button:before,
li.share-email a.sd-button:before,
a.sd-button.share-more:before {
	color: #fff !important;
        text-shadow: 1px 1px #000;
}

li.share-linkedin a.sd-button:before {
        background-color: #0077b5;
        margin-top: -4px;
        padding: 4px;
}

li.share-reddit a.sd-button:before {
	color: #ff0000 !important;
        text-shadow: 1px 1px #000;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header .wrap {
        width: 100%;
	margin: 0;
	padding: 0;
}

/* Header Gradient  */
.site-header .wrap {
	background: #1e5799; /* Old browsers */
	background: -moz-linear-gradient(left, #1e5799 0%, #1e5799 40%, #f2f2f2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#1e5799), color-stop(40%,#1e5799), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #1e5799 0%,#1e5799 40%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #1e5799 0%,#1e5799 40%,#f2f2f2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #1e5799 0%,#1e5799 40%,#f2f2f2 100%); /* IE10+ */
	background: linear-gradient(to right, #1e5799 0%,#1e5799 40%,#f2f2f2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#f2f2f2',GradientType=1 ); /* IE6-9 */
}


/* Title Area
--------------------------------------------- */

.title-area {
	background: url(images/logo.png) top left no-repeat;
        padding: 0 0 0 200px;
	float: left;
        width: 500px;
        height: 140px;
        color: #fff;
}

.header-image .title-area {
	padding: 0;
}

.title-area .site-title a {
        margin: 0;
        vertical-align: middle;
	color: #fff;
        font-family: 'lora', sans-serif;
        font-size: 32px;
        letter-spacing: 2px;
        font-weight: 500;
        text-shadow: #000 2px 2px 8px;
}

.title-area .site-title a:hover {
	color: #e4e4e4;
}


/* Full width header, no widgets */
.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

.header-image .site-description,
.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

.header-image .site-title a {
	//background: url(images/logo.png) no-repeat;
	float: left;
        width: 220px;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
        background-color: #fff;
        margin: 10px 10px 0 0;
        padding: 0;
        border: 1px solid #111;
        float: right;
        text-align: right;
        max-width: 500px;
}

.site-header .widget-area .widget {
        background-color: #f4f4f4;
	margin: 5px;
        padding: 10px;
        border: 1px solid #111;
        text-align: left;
}

.site-header .search-form {
	float: right;
	margin-top: 24px;
}

.site-header .widget-area .widget-title {
        margin: 0;
        padding: 0; 
        display: none;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu  {
	clear: both;
        text-shadow: #111 1px 1px;
	color: #fff;
        font-family: 'Roboto', sans-serif;
	font-size: 14px;
        text-transform: uppercase;
	line-height: 1.5;
	padding: 0;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	border-bottom: none;
        border-right: 1px solid #003366;
	display: inline-block;
	margin: 0;
	padding: 0;
	text-align: left;
}

.genesis-nav-menu a {
	color: #fff;
	display: block;
	padding: 8px 16px 6px;
	position: relative;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
        text-shadow: #000 1px 1px;
	color: #C0C0C0;
}

.genesis-nav-menu .sub-menu {
        background: #fff url(images/lines.png);
	border-top: 1px solid #eee;
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: none;
	color: #0e1b92;
        text-transform: capitalize;
        text-shadow: none;
	font-size: 13px;
	padding: 8px 20px;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu a:hover {
	color: #f29203;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -52px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 20px;
}

.genesis-nav-menu > .right > a {
	background: none;
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .right > a:hover {
	color: #777;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu {
	margin-top: 12px;
	padding: 0;
}

.site-header .genesis-nav-menu a:hover,
.site-header .genesis-nav-menu .current-menu-item > a {
	background-color: #f0f4f6;
}

.site-header .genesis-nav-menu .sub-menu a:hover {
	background-color: #fff;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
        background: #006699 url(images/nav.png);
        margin: 0 auto;
        border-top: 1px solid #003366;
        border-bottom: 1px solid #003366;
        min-height: 36px;
}

.simple-social-icons {
        margin: 0;
}


/* Secondary Navigation
--------------------------------------------- */

.nav-secondary .wrap {
        background-color: #e7ebf7;
        margin: 10px auto 0;
        padding: 4px 0;
        border: 1px solid #000080;
        max-width: 1140px;
        height: 40px;
}

.nav-secondary  {
        margin: 0;
        padding: 0;
        height: 40px;
}

#menu-header-menu  {
        margin: 0 20px;
}

.nav-secondary .genesis-nav-menu .menu-item {
        border-right: none;
}

.nav-secondary .genesis-nav-menu a {
	color: #000;
	display: block;
	padding: 5px 10px;
        height: 28px;
	position: relative;
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        font-weight: bold;
        text-shadow: #fff 1px 1px;
}

.nav-secondary .genesis-nav-menu .menu-item a:before {
        content: "\bb";
        margin: 0 6px 6px 0;
        color: #000;
        font-size: 20px;
        font-family: 'Roboto', sans-serif;
        text-shadow: #fff 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: #111;
}

.nav-secondary .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #fff;
}

/* Primary / Secondary Navigation Widgets
--------------------------------------------- */

.menu-primary .widget a:hover, 
.menu-secondary .widget a:hover {
        background: none;
}

.menu-primary .widget, 
.menu-secondary .widget {
        width: 320px;
        float: right;
        margin: 0;
        padding: 0;
}

.menu-primary .widget, 
.menu-secondary .widget img {
       margin: 0;
       padding: 0;
       border: 0;  
       width: 23px; 
       height: 22px;
}

.genesis-nav-menu .widget a {
        display: inline-block;
        margin: 2px 0 0 6px ;
        padding: 0;  
}

.menu-primary .search {
        width: 340px;
        float: right;
        margin: 0 0 0;
        padding: 4px 4px 0;
}

.menu-primary .search input[type="search"] {
        width: 240px;
        margin-left: 8px;
}


.menu-primary .search input[type="submit"] {
        background-color: #f4f4f4;
	padding: 4px;
        border: 1px outset #0e1b92;
        color: #000;
}

.menu-primary .search input:hover[type="submit"] {
	padding: 4px;
        border: 1px outset;
        color: #000;
}

/* Social Icons
--------------------------------------------- */

#social-icons {
	background: transparent;
        float: right;
        margin: 0 auto;
        padding-right: 40px;
        height: 34px;
}

#social-icons img {
       margin: 0;
       padding: 0 auto;
       border: 0px;  
       width: 26px; 
       height: 25px;
}

#social-icons img:hover {
	opacity: 0.3; 
        filter: alpha(opacity=10);
}




/* 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 Page and Home Featured
--------------------------------------------- */

#home-featured-widgets {
        max-width: 1140px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
}

.home-featured .widget {
	padding: 10px;
}

.home-featured .entry {
	background: none;
}

.home-featured .widget-title {
        margin-bottom: 10px;
        padding-bottom: 2px;
        border-bottom: 1px solid #ddd;
        letter-spacing: 2px;
        line-height: 1.625;
	font-size: 14px !important;
        text-shadow: 1px 1px #fff;
        color: #000;
}

.home-featured .page {
	border: none;
	margin: 0;
	padding: 0;
}

.home-featured p {
        margin: 10px;
	color: #111;
}

.home-featured .more-link {
	display: block;
	margin: 20px auto 0;
	max-width: 170px;
	text-transform: none;
}

#home-featured-widgets { margin: 0 auto;}

.home-featured-1,
.home-featured-2,
.home-featured-3 {
        margin: 10px 10px 0 0;
        background-color: #f4f4f4;
        border: 1px solid #ddd;
        font-size: 14px;
}

.home-featured-1 .widget {
	padding: 10px 10px 0 0;
}

.home-featured-2 .widget,
.home-featured-3 .widget {
	padding: 10px 10px 0;
}

.home-featured-1,
.home-featured-2,
.home-featured-3 {
	width: 366px;
}

.home-featured-1,
.home-featured-2 {
	float: left;
}

.home-featured-1 {
	margin-left: 0;
	margin-right: 10px;
}

.home-featured-3 {
	margin-right: 0;
	float: right;
}

.home-featured-1 h4,
.home-featured-2 h4,
.home-featured-3 h4 {
        margin: 0;
        padding-bottom: 6px;
        text-align: center;
        color: #000;
        text-shadow: 1px 1px #fff;
        letter-spacing: 2px;
        font-size: 1.15em;
        line-height: 1.625;
}



/* Entries
--------------------------------------------- */

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content .search-form {
	width: 50%;
}

.entry-meta {
	clear: both;
	color: #aab7be;
	font-size: 14px;
	font-style: italic;
}

.entry-meta a,
.entry-time {
        font-family: 'Roboto', sans-serif;
	font-style: normal;
	margin-right: 8px;
	text-transform: capitalize;
}

.entry-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: 'Roboto', sans-serif;
	font-size: 14px;
	margin: 0 auto;
}

.archive-pagination ul {
	margin: 10px auto;
        text-align: center;
}


.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #006699;
        border: 1px solid #3e5865;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	margin-bottom: 4px;
	padding: 8px 12px;
	color: #C0C0C0;
        font-family: 'Roboto', sans-serif;
        text-shadow: #000 1px 1px;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #5e8497;
	color: #fff;
        text-shadow: #000 1px 1px;
}


/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 40px;
}

.entry-pings {
	padding: 40px 40px 16px;
}

.comment-content {
	clear: both;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

li.comment {
	border-left: 5px solid #e2e8eb;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

.entry-pings .reply {
	display: none;
}

.comment-header {
	font-size: 12px;
}

.comment-author {
        font-family: 'Roboto', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}

.says {
        font-family: 'Roboto', sans-serif;
	font-style: italic;
	font-weight: 400;
	text-transform: none;
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	padding: 24px;
}

/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
        margin-bottom: 20px;
	word-wrap: break-word;
}

.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;
}

.widget ul > li,
.widget ol > li {
	margin-top: 10px;
	padding-left: 20px;
}

.widget li li {
	border: none;
	margin-bottom: 10px;
	padding-bottom: 0;
}

.widget ul > li:last-child,
.widget p:last-child {
	margin-bottom: 0;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	margin-bottom: 0;
	font-size: 14px;

}

.sidebar .widget ul > li {
	border-bottom: 1px solid #ddd;
	list-style-position: outside;
	margin-bottom: 12px;
	padding: 0 0 12px 24px;
	position: relative;
	text-indent: 0;
}

.sidebar .widget ol > li {
	border-bottom: 1px solid #ddd;
	margin-bottom: 12px;
	padding: 0 0 12px 20px;
}

.sidebar .widget li li {
	border: none;
	margin-bottom: 10px;
	padding-bottom: 0;
}

.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;
}


/* Footer Widgets
------------------------------------------------------------ */

.footer-widgets {
        background: #fff url(images/lines.png);
        margin: 0 auto;
	padding: 10px auto 0;
	max-width: 1140px;
	overflow: hidden;
}

.footer-widgets .widget-area {
        margin: 0 10px 10px 0;
	padding: 10px 20px 0 20px;
        min-height: 140px;
	float: left;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box; /* Firefox, other Gecko */
	box-sizing: border-box; /* Opera/IE 8+ */
        font-size: 13px;
}

.footer-widgets .widget ul > li {
        margin: 6px 0 2px;
	padding: 0 0 0 20px;
	position: relative;
	text-indent: 0;
        line-height: 18px;
}

.footer-widgets .widget ol > li {
	border-bottom: 1px solid #ddd;
	margin-bottom: 0;
	padding: 0 0 0 20px;
}

.footer-widgets .widget li li{
	border: none;
	margin-bottom: 10px;
	padding-bottom: 0;
}

.footer-widgets .widget #recent-posts-3 {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.footer-widgets .widget ul > li::before {
	content: "\bb";
	float: left;
	font-size: 18px;
	left: 0;
	padding: 0 5px 0 6px;
	position: absolute;
	top: 0;
	vertical-align: top;
        line-height: 12px;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
        background-color: #f4f4f4;
	width: 366px;
        border: 1px solid #ddd;
}

#recent-posts-3 .widget-area  {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
        height: auto !important;
}

.footer-widgets .footer-widgets-1  {
        margin-left: 10px;
}

.footer-widgets-1 {
	float: left;
}

.footer-widgets-3 #recent-posts-4 {
        margin-bottom: 0;
}

.footer-widgets .widget-area a {
	color: #0e1b92;
}

.footer-widgets .footer-widgets-1.widget-area ul,
.footer-widgets .footer-widgets-3.widget-area ul {
	margin: 0 0 30px;
}

.footer-widgets .footer-widgets-1 h4,
.footer-widgets .footer-widgets-2 h4,
.footer-widgets .footer-widgets-3 h4 {
        margin: 0 0 6px;
        padding-top: 0;
        letter-spacing: 2px;
        line-height: 1.625;
        border-bottom: 1px solid #ddd;
}

.footer-widgets .footer-widgets-1 h4,
.footer-widgets .footer-widgets-2 h4 {
        text-shadow: 1px 1px #fff;
        color: #000;
}

.footer-widgets .footer-widgets-3 h4 {
        text-shadow: 1px 1px #fff;
        color: #000;
}

.footer-widgets .footer-widgets-3 li a {
        text-shadow: none;
        color: #000;
}

.footer-widgets .widget-title {
        margin-bottom: 0;
}

.footer-widgets .latest-tweets {
	list-style-type: none;
	margin: 0 0 20px;
}

.footer-widgets .latest-tweets li {
	border-bottom: 1px dotted #464a4e;
	list-style-type: none;
	padding: 5px 0;
}

/* Site Footer
---------------------------------------------------------------------------------------------------- */

.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-color: #006699;
        border-top: 1px solid #000080;
	margin: 0 auto;
	padding: 10px auto 0;
	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;
        border-right: none;
        margin-top: -4px;
        padding: 0;
}

.footer-menu-container .menu-item a {
        text-transform: capitalize;
}

.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 {
        margin: 0 auto 10px;
        padding: 0;
        max-width: 1140px;
}

#sitecopy p {
        margin: 0;
        padding: 0;
        text-align: center;
        color: #111;
        text-shadow: 1px 1px #fff;
        letter-spacing: 2px;
        font-size: 13px;
        font-weight: bold;
        line-height: 1.625;
}

/* Custom Credits / Site Copy Right
------------------------------------------------------------ */

#sitecopy {
        margin: 0 auto 10px;
        padding: 0;
        max-width: 1140px;
}

#sitecopy h3 {
        margin: 0;
        padding: 0;
        text-align: center;
        color: #000;
        letter-spacing: 2px;
        font-size: 13px;
        font-weight: bold;
        line-height: 1.625;
        text-shadow: none;
}

#sitecopy p {
        margin: 0;
        padding: 0;
        text-align: center;
        color: #222;
        letter-spacing: 2px;
        font-size: 12px;
        font-weight: normnal;
        line-height: 1.625;
}


/*
Tweaks & Extras
---------------------------------------------------------------------------------------------------- */


/* 
Cart Buttons
---------------------------------------------------------------------------------------- */

.cartbttn {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,2989d8+54,7db9e8+100 */
background: rgb(30,87,153); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(30,87,153,1) 0%, rgba(41,137,216,1) 54%, rgba(125,185,232,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(41,137,216,1) 54%,rgba(125,185,232,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(30,87,153,1) 0%,rgba(41,137,216,1) 54%,rgba(125,185,232,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
    margin: 0 auto;
    //padding: 5px 12px;
    max-width: 200px;
    letter-spacing: 2px;
    border: 1px solid #245580;
    border-radius: 4px;
    box-shadow: rgba(255, 255, 255, 0.14902) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px;
    color: #fff;
    font-size: 16px !important;
    height: 34px;
    text-align: center;
    text-shadow: #000 0px -1px 0px;
    vertical-align: middle;
    white-space: nowrap;
    display: block;
}

.cartbttn:hover {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7db9e8+0,2989d8+46,1e5799+100 */
background: rgb(125,185,232); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(125,185,232,1) 0%, rgba(41,137,216,1) 46%, rgba(30,87,153,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(125,185,232,1) 0%,rgba(41,137,216,1) 46%,rgba(30,87,153,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(125,185,232,1) 0%,rgba(41,137,216,1) 46%,rgba(30,87,153,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#1e5799',GradientType=0 ); /* IE6-9 */
    color: #f4f4f4;
}


/* 
Header Adjustments
---------------------------------------------------------------------------------------- */


	.site-header .widget-area .mobile {
                width: 500px !important;
	}  

	.site-header .widget-area .mobilename,
	.site-header .widget-area .mobilemail {
                margin: 0;
                width: auto;
                display: inline;
	}

	.site-header .widget-area .mobilesub {
                margin-top: -26px;
                float: right;
                display: inline;
	}  


.sidebar .screen-reader-text {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) {
	
	.breadcrumb,
	.footer-widgets,
	.site-footer,
	.site-header .wrap,
	.site-inner {

	}
}

@media only screen and (max-width: 1160px) {

	.site-container {
		max-width: 960px;
	}

	.site-inner {
		padding-bottom: 0;
	}

	.site-header .wrap {
		padding: 0 !important;
	}

	.nav-secondary .wrap {
		max-width: 960px;
	}

	.title-area {
	        max-width: 370px;
                height: 140px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 650px;
	}

	.content,
	.site-header .widget-area {
		width: 560px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 360px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-primary {
		width: 306px;
	}
	
	.sidebar-secondary {
		width: 140px;
	}
}

@media only screen and (max-width: 1023px) {

	.site-container {
		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%;
	}

	.nav-secondary .wrap {
		max-width: 768px;
	}

	.title-area {
	        background: url(images/logo.png) top center no-repeat;
	        max-width: 100%;
                height: 140px;
                display: block;
	}
	
	.site-header .widget-area  {
		margin: 0 auto 10px;
		width: 100%;
                float: none;
                clear: both;
                display: block;
	}

	.site-header .widget-area .textwidget {
                text-align: center;
	}

	.site-header .widget-area .mobile {
                width: 500px !important;
	}  

	.site-header .widget-area .mobilename,
	.site-header .widget-area .mobilemail {
                margin: 0 6px 0 0;
                width: auto;
                float: left;
                display: inline;
	}

	.site-header .widget-area .mobilesub {
                margin-top: 0;
                float: right;
                display: inline;
	}  

	.menu-primary .search input[type="search"] {
                max-width: 170px;
                margin-left: 8px;
	}

	.menu-primary .search {
                max-width: 270px;
	}

	.breadcrumb {
		padding: 0 5%;
	}

	.site-inner {
		padding: 10px !important;
                width: 100%;
	}

	.sidebar-primary {
                margin: 0 !important;
                padding-bottom: 0;
                float: none;
                width: 100% !important;
	}

	.sidebar-primary .widget {
                margin: 0 0 10px !important;
		width: 100%;
                display: block;
	}

	.sidebar-primary .widget img {
                margin-top: 0;
                padding-top: 0;
	}

	.footer-widgets {
                margin-top: -10px !important;
		padding: 0 10px 0 !important;
                width: 100% !important;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		margin: 0;
                width: 100% !important;
	}

	.footer-widgets-1 {
		margin-left: 0 !important;
	}

	#sitecopy {
		max-width: 700px;
	}

	.site-footer {
                height: 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;
	}
	
	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu,
	.genesis-nav-menu.responsive-menu {
		display: none;
	}

	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item {
		margin: 0;
	}

	.genesis-nav-menu.responsive-menu .menu-item:hover {
		position: static;
	}
	
	.genesis-nav-menu.responsive-menu li.current-menu-item > a,
	.genesis-nav-menu.responsive-menu .sub-menu li.current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu li a,
	.genesis-nav-menu.responsive-menu li a:hover {
		background: none;
		line-height: 1;
		padding: 18px 20px;
	}
	
	.site-header .genesis-nav-menu.responsive-menu .current-menu-item > a,
	.site-header .genesis-nav-menu.responsive-menu .sub-menu a:hover,
	.site-header .genesis-nav-menu.responsive-menu a:hover {
		background: none;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;	
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
		margin-right: 60px;
	}

	.genesis-nav-menu.responsive-menu > .menu-item-has-children::before {
		content: "\f140";
		display: block;
		float: right;
		font: normal 20px/1 'dashicons';
		height: 20px;
		padding: 15px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
	}

	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children::before {
		content: "\f142";
	}

	.genesis-nav-menu.responsive-menu .sub-menu {
		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: 100%;
		z-index: 99;
	}

	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		margin: 0 0 0 20px;
	}

	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		background: none;
		border: none;
		padding: 16px 20px;
		position: relative;
		width: 100%;
	}

}

@media only screen and (max-width: 480px) {

	.site-header .wrap {
		padding: 0;
	}

	.header-full-width .title-area {
                margin: 0 0 0 16px !important;
                width: 90%;
	}

	.site-title {
                margin-top: 0;
	}

	.site-header .widget-area {
                width: 98% !important;
	}

	.site-header .widget-area .mobile {
                margin-left: 40px;
                max-width: 200px;
                float: left;
	}  

	.site-header .widget-area .mobilename,
	.site-header .widget-area .mobilemail {
                margin: 0 auto 10px;
                width: 160;
	}

	.site-header .widget-area .mobilesub {
                margin-top: -50px;
                margin-right: 40px;
                float: right;
	} 

	.nav-primary {
		background-color: #006699;
                background-image: none;
                text-align: center;
	}

	.genesis-nav-menu .menu-item {
                border-right: none;
	}


        .sidebar-primary .textwidget,
	.footer-widgets-1 .textwidget,
	.footer-widgets-2 .textwidget,
	.footer-widgets-3 .textwidget {
                width: 100% !important;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3  {
                width: 392px !important;
	}

	.footer-menu-container {
                margin-bottom: 0;
	        min-height: 72px !important;
	        background-color: #006699 !important;
                text-align: center;
	}

}

@media only screen and (max-width: 375px) {

	.site-header .widget-area .mobile {
                margin-left: 10px;
                max-width: 200px;
                float: left;
	}  

	.site-header .widget-area .mobilename,
	.site-header .widget-area .mobilemail {
                margin: 0 auto 10px;
                width: 160;
	}

	.site-header .widget-area .mobilesub {
                margin-top: 16px;
                margin-right: 30px;
                float: right;
	}  

        .menu-primary .search {
                margin-bottom: 10px;
                min-width: 100% !important;  
                float: right;  
	}

        .menu-primary .search input[type="search"] {
                max-width: 180px;    
	}
	
        .footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3  {
                width: 352px !important;
	}

	.footer-menu-container .menu-item {
                margin: 0;
	}
}

@media only screen and (max-width: 320px) {

	.site-header .widget-area .mobtxt{
                margin: 0 auto;
                max-width: 200px;
                text-align: center;
	}  
	.site-header .widget-area .mobile {
                margin-left: 10px;
                max-width: 200px;
                float: left;
	}  

	.site-header .widget-area .mobilename,
	.site-header .widget-area .mobilemail {
                margin: 0 0 10px -10px;
                width: 160;
	}

	.site-header .widget-area .mobilesub {
                margin-top: -50px;
                margin-right: 0;
                float: right;
	}  


        .entry-title {
                text-align:center;
	}

	.sidebar #text-13 img {
                max-width: 278px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3  {
                width: 298px  !important;
	}

	.footer-widgets .textwidget {
                width: 100% !important
	}

	.footer-menu-container .genesis-nav-menu a {
                padding-left: 10px;
                padding-right: 10px;
	}

}