/* # Genesis Framework
Theme Name: Bookshelf
Theme URI: http://my.studiopress.com/themes/genesis/  
Description: Brighter vision Bookshelf Theme
Author: Brighter Vision
Author URI: http://www.brightervision.com/  
 Template:     genesis
 Text Domain:  bookshelf
*/
/* # Imports
---------------------------------------------------------------------------------------------------- */

@import url("fonts/stylesheet.css");
@import url(https://fonts.googleapis.com/css?family=Antic|Antic+Didone);




/* Transparent Logo */

/*#homecontent*/ div#homecontentarea {
  /*background: url();*/ /*#FFFDEE repeat 100% 2.5rem !important;*/
}

.entry-content {
  /* */ /*#FFFDEE repeat 100% 2.5rem !important;*/     /*put this back in when page content comes */
}

/* # 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
	- Jetpack
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Header Navigation
	- Primary Navigation
	- Secondary Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Retina Display
	- Max-width: 1200px
	- Max-width: 960px
	- Max-width: 800px
*/



/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */
 
/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#333}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:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}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}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}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}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding: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
--------------------------------------------- */

/* Sidebar Changes by Perry */

.lasso--controls__right {text-align: left !important;}

body {
/*	background: url(http://thriverelationaltherapy.com/wp-content/uploads/2016/08/halftone.png); */
	color: #333;
font-family: 'Merriweather', sans-serif;
	font-size: 23px;
	font-weight: 300;
	line-height: 1.625;
	margin: 0;
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6{
font-family: 'Raleway';
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-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: #1F4BD8;
	text-decoration: none;
}

.upper {color:#11ACBD;}

.upper:hover {color:#11ACBD;}

a:hover {
	color:#59979f;
}

p {
	margin: 0 0 28px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-image: none;    /* was the image */
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}


/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	font-family: 'Raleway';
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 40px;
	margin-bottom: 20px;
	  line-height: 1.1;
}

h2 {
	font-size: 35px;
	margin-bottom: 20px;
}

h3 {
	font-size: 30px; 
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 16px;
}

/* ## 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;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.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 img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

.gallery img:hover {
	border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-weight: normal;
	padding: 16px;
	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: #444;
	font-weight: normal;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
	font-weight: normal;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #82A073;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 13px;
	padding: 10px 24px 7px;
	width: auto;
	border-radius: 200px;
	-webkit-border-radius: 200px;
	-moz-border-radius: 200px;
	margin: 5px 0;
	display: inline-block;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
	background-color: #2d7daf;
	color: #fff;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
	background-color: #59979f;
	color: #fff;
}

.entry-content .button:hover {
	color: #fff;
}

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .button:hover {
	background-color: #fff;
	color: #333;
}

.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: 400;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1200px;
}

.site-inner {
	clear: both;
	padding-top: 40px;
}

/* ## 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: 980px;
}

.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: 800px;
}

.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: 580px;
}

.full-width-content .content {
	width: 100%;
}

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 360px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* ### Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 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;
	font-size: 16px;
	margin-bottom: 40px;
	padding: 0;
}

.author-box-title {
	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: 12px;
}

.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: 28px;
}

.entry-title {
	font-size: 28px;
}

.entry-title a,
.sidebar .widget-title a {
	color: #769202;
}

.entry-title a:hover {
	color: #59979f;
}

.widget-title {
	font-size: 18px;
	margin-bottom: 20px;
}

.footer-widgets .widget-title {
	color: #fff;
}

/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 15px;
}

img.alignnone,
.alignnone {
	margin-bottom: 15px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 20px 20px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 20px 20px;
}

.wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.sticky {
}


/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.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_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	padding: 0 0 24px;
}

.footer-widgets .entry {
	border-bottom: 1px dotted #666;
}

.featured-content .entry-title {
	font-size: 20px;
}

h4.widget-title.widgettitle {
    text-align: center;
}

/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Genesis eNews Extended
--------------------------------------------- */

.enews-widget,
.enews-widget .widget-title {
	color: #fff;
}

.sidebar .widget.enews-widget {
	background-color: #fff;
}

.enews-widget input,
.enews-widget input:focus {
	border: 1px solid #333;
}

.enews-widget input {
	font-size: 16px;
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	background-color: #86B69F;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #333;
}

.enews form + p {
	margin-top: 24px;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
}

.site-header .wrap {
	padding: 40px 0;
}

/* ## Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 10px 0;
	width: 360px;
}

.header-full-width .title-area {
	width: 100%;
}

.site-title {
	font-size: 32px;
	font-weight: 400;
	line-height: 1.2;
}

.site-title a,
.site-title a:hover {
	color: #333;
}

.header-image .site-title > a {
/*	background: url(http://patriciaduncan.com/wp-content/uploads/2015/11/logo.png); */
	float: left;
	max-width: 100%;
	width: 653px;
	height: 174px;
	background-size: 100%;
}

.site-description {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
}

.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: 800px;
}


/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	width: auto;
	  line-height: 1;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
	float:left; 
}
 
.genesis-nav-menu a {
	color: rgba(7, 103, 115, .95);
	display: block;
	padding: 30px 24px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #FFFFFF;
}

.genesis-nav-menu .sub-menu {
	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;
	font-size: 14px;
	padding: 20px;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -55px 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 {
	color: #fff;
	float: right;
	list-style-type: none;
	padding: 30px 0;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	padding: 10px 0 0;
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -56px;
}

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* ## Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #333;
}
/*.nav-primary .genesis-nav-menu li > a {
font-weight: 100; }*/

.nav-primary .genesis-nav-menu a {
	color: #fff;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	color: #333;
}

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu .current-menu-item > a,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #FFFFFF;
}

/* ## Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #fff;
}


/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */

.entry {
	margin-bottom: 35px;
	padding: 0;
}

.content .entry {
}

.entry-content ol,
.entry-content ul { 
	margin-bottom: 28px;
	margin-left: 0;
}

.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 {
	font-size: 16px;
	margin-bottom: 0!important;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	padding-top: 24px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 10px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #333;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #59979f;
}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	padding: 40px 40px 16px;
}

.entry-comments {
	padding: 40px;
}

.comment-header {
	font-size: 16px;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment-content {
	clear: both;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

.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 {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	padding: 24px;
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
}

.sidebar li {
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {

}


/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #333;
	clear: both;
	padding-top: 40px;
}

.footer-widgets,
.footer-widgets a {
	color: #999;
}

.footer-widgets input {
	border: 1px solid #333;
}

.footer-widgets a.button,
.footer-widgets a:hover {
	color: #fff;
}

.footer-widgets li {
	border-bottom: 1px dotted #666;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.footer-widgets .widget {
	margin-bottom: 40px;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}



/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #333;
	font-size: 16px;
	line-height: 1;
	padding: 40px 0;
	text-align: center;
}

.site-footer p {
	margin-bottom: 0;
}


/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1200px) {

	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.content,
	.site-header .widget-area {
		width: 620px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-primary,
	.title-area {
		width: 300px;
	}

	.footer-widgets-1 {
		margin-right: 30px;
	}

}

@media only screen and (max-width: 960px) {

	.site-inner,
	.wrap {
		max-width: 800px;
	}

	.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%;
	}

	.site-header .wrap {
		padding: 20px 5%;
	}

	.header-image .title-area {
		background-position: center top;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 20px 16px;
	}

	.site-header .search-form {
		margin: 16px auto;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	.footer-widgets-1 {
		margin-right: 0;
	}

}

@media only screen and (max-width: 800px) {

	body {
		font-size: 16px;
	}

	.site-inner,
	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget,
	.site-header {
		padding: 0;
	}

	.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%;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
	}

}




/* THEME CHILD CSS OVERWRITES  */
.clr {float:none;clear:both;}
.fitrow {
	margin-left:0 !important;
	margin-right:0 !important;
}
.row.container {
	max-width:100%;
	margin-left:auto;
	margin-right:auto;
}
.container {
	width:1200px!important;
	max-width:100%!important;
}
.pad0 {padding-left:0 !important;padding-right:0 !important;}
.pad1 {padding-left:15px !important;padding-right:15px !important;}
.pad2 {padding-left:30px !important;padding-right:30px !important;}

.vpad0{padding-top:0px !important;padding-bottom:0px !important;}
.padtop0{padding-top:0px !important;}
.padtop1{padding-top:10px !important;}
.padtop2{padding-top:20px !important;}
.padtop3 {padding-top:30px !important;}

.padbottom1{padding-bottom:10px !important;}
.padbottom2{padding-bottom:20px !important;}
.padbottom3{padding-bottom:30px !important;}

.padleft0 {padding-left:0px!important;}
.padleft1 {padding-left:10px!important;}
.padleft2 {padding-left:20px!important;}

.bottom0 {margin-bottom:0px!important;}
.bottom1 {margin-bottom:10px!important;}
.bottom2 {margin-bottom:20px!important;}
.bottom3 {margin-bottom:30px!important;}
.bottom4 {margin-bottom:40px!important;}
.top0 {margin-top:0px!important;}
.top1 {margin-top:10px!important;}
.top2 {margin-top:20px!important;}
.top3 {margin-top:30px!important;}

.right0 {margin-right:0!important;}

.text-left {text-align:left!important;}
.text-center {text-align:center!important;}
.text-right {text-align:right!important;}

img {max-width:100%;}
.text-gray {color:#a5acaf!important;}
.text-pink {color:#d65aa0!important;}
.text-red {color: #BB4343!important;}
.text-small {font-size:12px;line-height:20px;}
.listnone {list-style:none;}

.underline {text-decoration:underline;}
a.underline:hover {text-decoration:underline;}

a:hover {text-decoration:none;color: #59979f;}
a:focus {color: #fff;}
a, .button, button, #homeslider .bx-wrapper .bx-controls-direction a:before, .more-link {
	-webkit-transition-property: color;
	-webkit-transition-duration: .3s;
	-webkit-transition-timing-function: ease;
	-moz-transition-property: color;
	-moz-transition-duration: .3s;
	-moz-transition-timing-function: ease;
	-o-transition-property: color;
	-o-transition-duration: .3s;
	-o-transition-timing-function: ease;
	-ms-transition-property: color;
	-ms-transition-duration: .3s;
	-ms-transition-timing-function: ease;
	transition-property: color;
	transition-duration: .3s;
	transition-timing-function: ease;
}
.bgfade, .btn, #boxlinks li a, #respond input[type="submit"], .more-link {
	-webkit-transition-property: background;
	-webkit-transition-duration: .3s;
	-webkit-transition-timing-function: ease;
	-moz-transition-property: background;
	-moz-transition-duration: .3s;
	-moz-transition-timing-function: ease;
	-o-transition-property: background;
	-o-transition-duration: .3s;
	-o-transition-timing-function: ease;
	-ms-transition-property: background;
	-ms-transition-duration: .3s;
	-ms-transition-timing-function: ease;
	transition-property: background;
	transition-duration: .3s;
	transition-timing-function: ease;
}
a .post-image, a .post-image, #sliderblock .bx-wrapper .bx-pager,
.hoverfade a img, a.imgboxleft img, a.imgboxright img, a.imgbox img, .titleimglink img {
	-webkit-transition-property: opacity;
	-webkit-transition-duration: .3s;
	-webkit-transition-timing-function: ease;
	-moz-transition-property: opacity;
	-moz-transition-duration: .3s;
	-moz-transition-timing-function: ease;
	-o-transition-property: opacity;
	-o-transition-duration: .3s;
	-o-transition-timing-function: ease;
	-ms-transition-property: opacity;
	-ms-transition-duration: .3s;
	-ms-transition-timing-function: ease;
	transition-property: opacity;
	transition-duration: .3s;
	transition-timing-function: ease;
	opacity:1;
	filter:alpha(opacity=100); 
	border:1px solid transparent;
}
a.imgboxleft img, a.imgboxright img, a.imgbox img {border:none} .titleimglink:hover img,
a:hover .post-image, a:hover.post-image,
.hoverfade a img:hover, a.imgboxleft:hover img, a.imgboxright:hover img, a.imgbox:hover img {opacity:.8;filter:alpha(opacity=80); }
.grouptext {display:inline-block;}
a {color:#11ACBD;}
a:hover {color:#bcbcbc;text-decoration:none!important;}
a:focus {text-decoration:none!important;}
body {
	/*background: #056839;*/

	font-size: 18px;
	line-height: 1.35;
font-family: 'Merriweather', sans-serif;
	color: #333;
}
p {margin-bottom: 20px;}
input[type="text"], input[type="password"], 
input[type="email"], input[type="search"], 
input[type="url"], input[type="tel"], 
select, textarea {
	background-color: #fff;
	border: 1px solid #ccc;
	/* color: #777; */
color: black;
	font-size: 13px;
	font-weight: normal;
	padding: 5px 10px;
	width: 100%;
	height: 33px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
} 
input:focus, textarea:focus {border: 1px solid #aaa;}
textarea {height: 120px;}select {cursor:pointer;}

.nobr {display:none!important}
.nopbr br {display:none!important}
.nopbr p, .nop p  {margin-bottom:0!important}
.text-block {display: block!important;}

.site-inner {width: 100%;max-width: 100%;padding-top: 0;}
.wrap { width: 1170px; max-width: 100%;}
.site-header .wrap {padding: 0;}
.nav-primary > .wrap {display: inline-block;}
.nav-primary .genesis-nav-menu > li .menu-item-has-children:hover > .sub-menu {}
.nav-primary .genesis-nav-menu > li:last-child {}
.nav-primary .genesis-nav-menu li > a {
  /*color: #fff;*/
  padding: 10px 25px;
  border-top: none;
  position: relative;
  /*font-size: 19px;
font-family: 'Merriweather', sans-serif;*/
  
 }
.nav-primary .genesis-nav-menu li:last-child > a {}
.nav-primary .genesis-nav-menu li:first-child > a {}
.genesis-nav-menu a {padding: 13px 15px; }
.nav-primary .genesis-nav-menu a:hover, 
.nav-primary .genesis-nav-menu .current-menu-item > a, .nav-primary .genesis-nav-menu .menu-item-has-children:hover > a, 
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #000;
  background: #FFFFFF;
 	
}

.genesis-nav-menu .sub-menu li {}
.genesis-nav-menu .sub-menu a {
	padding: 11px;
	width: 200px;
	/*text-shadow: none!important;
	font-weight: normal!important;*/
	border-color: #eaeaea;
	background-color: transparent;
}
.genesis-nav-menu .sub-menu .current-menu-item a,
.genesis-nav-menu .sub-menu a:hover {
	background-color: #FFFFFF;
}

.entry {}
.content .entry:last-child {margin-bottom:0;}
.content {
	width:70.5%;
	padding:10px 30px 30px;
}
.sidebar { 
	float: right; 
	width:29.5%; 
	padding:0 15px; 
}
.content-sidebar .sidebar, 
.content-sidebar-sidebar .sidebar,
.sidebar-content-sidebar .sidebar {}

.content-sidebar-wrap  {
	width: 1200px;
	margin: auto;
	display: block;
	padding-top: 20px;
	max-width:100%;
  padding-bottom: 30px;
  padding-top: 30px;
  float: left;	
}
.content-sidebar-sidebar .content-sidebar-wrap {width: 77%;}
.content-sidebar-sidebar .sidebar {width: 23%;}
.content-sidebar-sidebar .content-sidebar-wrap  .content {width:73%;}
.content-sidebar-sidebar  .content-sidebar-wrap .sidebar {width:27%;}

.sidebar-content-sidebar  .site-inner > .sidebar {}
.sidebar-content-sidebar .content-sidebar-wrap, .sidebar-content-sidebar .content-sidebar-wrap, .sidebar-sidebar-content .content-sidebar-wrap {width: 990px;max-width:100%;}
.sidebar-content-sidebar .content-sidebar-wrap {width: 77%;}
.sidebar-content-sidebar .sidebar {width: 23%;}
.sidebar-content-sidebar .content-sidebar-wrap  .content {width:73%;}
.sidebar-content-sidebar  .content-sidebar-wrap .sidebar {width:27%;}

.sidebar-sidebar-content  .site-inner > .sidebar {}
.sidebar-sidebar-content .content-sidebar-wrap, .sidebar-sidebar-content .content-sidebar-wrap, .sidebar-sidebar-content .content-sidebar-wrap {width: 990px;max-width:100%;}
.sidebar-sidebar-content .content-sidebar-wrap {width: 77%;}
.sidebar-sidebar-content .sidebar {width: 23%;}
.sidebar-sidebar-content .content-sidebar-wrap  .content {width:73%;}
.sidebar-sidebar-content  .content-sidebar-wrap .sidebar {width:27%;}

.sidebar-sidebar-content .content,
.sidebar-content .content {padding-right: 15px;padding-left: 20px;}

.content-sidebar-sidebar .sidebar-secondary {padding-left: 20px;}
.sidebar-content-sidebar .sidebar-secondary,
.sidebar-sidebar-content .sidebar-secondary {padding-right: 20px;}

.sidebar .widget:last-child {margin-bottom:0}
.sidebar .widget p {margin-bottom:15px;}
.sidebar .widget > p:last-child {margin-bottom:0;}
.pagetitle, .entry-title {
	margin-bottom: 20px;
}
.site-container .widget ul {
  padding: 0;
  margin: 0;
  text-align: center;
  padding-left: 0px;
  line-height: 1.1;

}
.site-container .widget ul li {
  margin-bottom: 0;
  position: relative;
  padding-left: 0;
  list-style: disc;          /*was the image*/
  margin-bottom: 10px;
}
.home .entry-header {display:none!important;}
aside p {margin-bottom:10px;}
aside {
	font-size: 14px!important;
	line-height: 1.4;
}

.text-fix {font-family: Quattrocento Sans, PT Sans, lato, Arial;}	
.btn, input[type="submit"].btn, #respond input[type="submit"] {
	color: #fff !important;
	
	text-decoration: none !important;
	white-space: nowrap;
	display: inline-block;
	vertical-align: baseline;
	position: relative;
	cursor: pointer;
	padding: 15px 25px;
	background-color: #7d7e60;
	text-shadow: 1px 1px rgba(0,0,0,.3);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	font: 600 14px Quattrocento Sans, PT Sans, Lato;
	text-transform: capitalize;
	border: none;
	letter-spacing: 1px;
	font-family: 'Merriweather'; /* added by JB 5/29/19 */
	font-size: 16px; /* added by JB 5/29/19 */
}
input[type="submit"].btn:focus, #respond input[type="submit"]:focus {border:none!important;}

.btn-orange {background-color: #dc8c00!important;text-shadow: 1px 1px rgba(0,0,0,.2)!important;}
.btn:hover, #respond input[type="submit"]:hover {
	background-color: #E0C897!important;
	text-shadow: 1px 1px rgba(0,0,0,.3)!important;
	color:#fff;
}
.btn-orange:hover {background-color: #E0C897!important;}
.footer-widgets {
	width: 100%;
	background: #fff;
}
.footer-widgets a {color: #ea9f86;}
.footer-widgets .widget-title {
	color: #1f8f24;
	letter-spacing: .1em;	
	padding: 0px;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 1;
	font-weight: 800;
	margin-bottom: 5px;
}
.footer-widgets {
	font-size: 19px!important;
	color: #828282;
	background: #d4d3d3;
	padding-top: 0;
}
.footer-widgets .widget {
	margin-bottom: 0;
	width: 100%;
	float: left;
}
.footer-widgets {}
.site-footer {padding: 0;}
.footer-widgets-1 {
	width: 130px;
	margin-right: 20px;
	display: inline-block;
}
.footer-widgets-2 {
	width: 180px;
	margin-right: 20px;
	display: inline-block;
}
.footer-widgets-3 {
	width: 300px;
	float: left;
	display: inline-block;
	margin-right: 20px;
}
.footer-widgets-4 {
	width: 300px;
	float: right;
	display: inline-block;
	margin-right: 0;
	text-align:right;
}
.footer-widgets a:hover {color: #59979f;}

::-webkit-input-placeholder { color: #999}
:-moz-placeholder {color: #999;}
::-moz-placeholder {color: #999;}
:-ms-input-placeholder {color: #999;}

.title-area {width: 75%;}
.site-header .widget-area .widget {padding-left: 15px;}
.site-header .widget-area {
	width: 35%;
	padding-top: 40px;
	font-size: 19px!important;
	color: #3c6985;
	padding-right: 5px;
}


/* CONTACT FORM */
#footercontactform {
	width: 350px;
	margin: auto;
	margin-bottom:0;
}
.formcontent {
	display:block;
	width:100%;
	max-width:100%;
	margin-bottom: 20px;
	float:left;
}
.contentform {
	display:block;
	clear:both;
	float:none;
	width:400px;
	max-width:100%;
	margin:30px 0;
}
.formfield {
	display: block;
	margin-bottom: 12px;
}
.formlabel {
	display: block;
	margin-bottom: 3px;
}
.inputfield {
	display: block;
	margin-bottom: 7px;
}
.formnote {
	display: block;
	margin: 20px 0;
	font-size: 11px;
	line-height: 15px;
	text-align: center;
}
.inputfield input, .inputfield select, .inputfield textarea {
	display:block;
color: black;
	width:100%!important;
	height:32px;
}
.inputfield textarea {height:100px;}
.formbutton {
	text-align:right;
	display:block;
	margin-bottom:5px;
	width:100%;
	clear:both;
	float:left;
}
.formbutton .btn {
	margin-bottom:5px;
	float:right;
}


/* END CONTACT FORM*/


/* CONTACT FORM 7 */
div.wpcf7-validation-errors {
	color: #BB4343;
	background-color: #F8E7E7;
	border: 1px solid #B34949 !important;
	font-size: 14px;
}
div.wpcf7-mail-sent-ok {
	color: #036605;
	background-color: #EAF7E5;
	width: 99%;
	border: 1px solid #468847!important;
}
.wpcf7-response-output.wpcf7-display-none {padding:0!important;display: block !important;margin: 0;}
div.wpcf7-response-output.wpcf7-validation-errors, 
div.wpcf7-response-output.wpcf7-mail-sent-ok {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding:12px 10px!important;
	width: 99%;
	display: inline-block !important;
	text-shadow: rgba(255, 255, 255, 0.701961) 0px 1px 0px;
	margin-top: 15px!important;
	text-align:center;
	line-height: 1.3;
}
.wpcf7-not-valid-tip {
	text-align: left;
	color: #BB4343!important;
	font-size: 13px!important;
	padding: 5px 0;
}
div.wpcf7 img.ajax-loader {
	margin-right: 7px;
	position: relative;
	top: 8px;	
}
/* END CONTACT FORM 7 */

#sbcontactform {
	text-align:left;
	float: none;
	margin-bottom: 0;	
	margin-top: 15px;
}
#sbcontactform form {display: block;}
#sbcontactform .formfield {
	margin-bottom: 1px;
	width: 100%;
	float: left;
}
#sbcontactform .inputfield {
	margin-bottom: 5px;
	display: inline-block;
	width: 200px;
	max-width:100%;
	float:left;
}
#sbcontactform .fieldlabel {
	font-weight: normal;
	font-size: 12px;
	display: inline-block;
	margin-right: 5px;
	min-width: 38px;
	margin-bottom: 5px;
	line-height: 1;
	float:left;
}
#sbcontactform .wpcf7-not-valid-tip {line-height: 1.2;font-size: 10px!important;}
#sbcontactform .button {
	margin: 0;
	border: none!important;
	width: 120px;
	padding: 7px 5px 3px;
	max-width: 100%;
	box-shadow: inset 0px 4px 5px rgba(255,255,255,.05), 
		inset -2px -2px 5px rgba(0,0,0,.5), 
		inset 4px -5px 5px rgba(255,255,255,.1), 
		inset 0 2px 5px rgba(255,255,255,0.3);
	-webkit-box-shadow: inset 0px 4px 5px rgba(255,255,255,.05), 
		inset -2px -2px 5px rgba(0,0,0,.5), 
		inset 4px -5px 5px rgba(255,255,255,.1), 
		inset 0 2px 5px rgba(255,255,255,0.3);
	-moz-box-shadow: inset 0px 4px 5px rgba(255,255,255,.05), 
		inset -2px -2px 5px rgba(0,0,0,.5), 
		inset 4px -5px 5px rgba(255,255,255,.1), 
		inset 0 2px 5px rgba(255,255,255,0.3);
}
#sbcontactform div.wpcf7-response-output.wpcf7-validation-errors, 
#sbcontactform div.wpcf7-response-output.wpcf7-mail-sent-ok {
	font-size: 10px;
	line-height: 1.1;
	padding: 7px 5px!important;
}
#sbcontactform div.wpcf7 img.ajax-loader {display:none;}
#sbcontactform .formbutton {float: none;margin-bottom:0;text-align: center;}
#sbcontactform .textareafield {text-align: center;margin-top: 2px;margin-bottom: 10px;}
#sbcontactform .textareafield .fieldlabel {margin-right: 0;width: 100%;}
#sbcontactform .inputfield select,
#sbcontactform .inputfield textarea,
#sbcontactform .inputfield input {
	height: 15px;
	border: none;
	border-radius: 0;
	background: #ebebeb;
	padding: 2px 3px;
	font-size: 10px;
	color:#000;
}
#sbcontactform .textareafield .inputfield {width: 100%;margin-top: 3px;}
#sbcontactform .inputfield textarea {height:55px;}
.pdflist {
	padding-left: 15px!important;
	list-style: none;
}
.pdflist li {
	padding-left: 55px;
	background: url(images/pdficon.gif) left top no-repeat;
	min-height: 45px;
	list-style: none!important;
	margin-bottom: 20px;
	padding-top: 0;
}
hr { 
	border: none;
	border-top: 1px solid #eee;
	margin: 30px 0;
}
.site-header .title-area {
	width: 1px!important;
	height: 1px!important;
	padding: 0!important;
	margin: 0!important;
	display: none!important;
}
#headerleft {}
.nav-primary .genesis-nav-menu .sub-menu {
	padding-top: 10px;
	background: #fff;
	padding-bottom: 10px;
}
.nav-primary .genesis-nav-menu .sub-menu li > a {
	background-color: #fff;
	/*letter-spacing: 1px!important;
	font-size: 15px!important;
	text-transform: none!important;*/
	border: none;
	padding: 5px 15px;
}

#headerwrap {background-color: #FFF;}
#topbarwrap {border-bottom: 1px solid #ddd;}
#topbar {text-align:right;}
#topbar a {color:#777;}
#topmenulinks ul  > li.current-menu-item > a, 
#topbar a:hover {color:#59979f;}
#topmenulinks {
	display:inline-block;
	text-align:left;
	vertical-align: middle;
	font-size:13px;
}
#topmenulinks ul {
	padding:0;
	margin:0;
	list-style:none;
	line-height:1.1;
}
#topmenulinks ul  > li {
	float:left;
	display:inline-block;
	padding:2px 10px;
}
#sociallinks-top {}		
.sociallinks {
	display:inline-block;
	margin:5px;
	vertical-align: middle;
}
.sociallinks ul {
	padding:0;
	margin:0;
	list-style:none;
	line-height:1.1;
	font-size: 16px;
}
.sociallinks ul li:first-child {padding-left:0;}
.sociallinks ul li:last-child {padding-right:0;}
.sociallinks ul li {
	display:inline-block;
	padding: 2px 8px;
}
.sociallinks ul li a {display:inline-block;}
#headerwrap {}
#headerwrap .wrap {
	width: 1200px;
	max-width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}
#headerblock {
  padding: 10px 20px;
  background: #fff;
  background: rgba(232, 232, 232, 0.80);
}
#headerleft {}

#logo {width:600px;}
#topright {
  line-height: 1.4;
  font-size: 15px;
  text-align: right;
  color: #000;
font-family: 'Merriweather', sans-serif;

}

#sitetitle {
  margin: 0;
  display: inline-block;
  line-height: 1;
  font: 300 30px Oswald, 'PT Sans', Lato;
  color: #1f8f24;
  word-spacing: 3px;
}
#siteinfo {
	display: block;
	font-weight: normal;
	font: italic normal 12px Quattrocento Sans, PT Sans, Lato;
	margin-top: 1px;
}
.site-header {
	width: 100%;
	padding: 0 0;
	min-height:initial;
  position: absolute;
  top: 0;
  left: 0;
  display: block;	
  z-index:99;
}
.site-header .nav-primary {
  text-align: center;
  display: inline-block;
  width: 100%;
  float: left;
  background: rgba(103, 169, 207, 0.8);
  padding-right: 15px;
  padding-left: 15px;
    line-height: 0;
font-family: 'Merriweather', sans-serif;
}
#headerwrap .nav-primary .genesis-nav-menu {
	display: inline-block;
	width: auto;
	float: right;
}
.site-footer a {color:#86B19E;}
.site-footer a:hover {color:#59979f;}
.site-footer {
  color: #59979f;
  text-align: left;
  font-size: 16px;
  padding: 20px 30px;
  background: #EAE1DD; /* was #c5d2e8; JB 5/29/19 */
  line-height: 1.4;
  position: relative;
}
#sitefooter {  font-size: 13px;font-family: 'Merriweather', sans-serif, serif;}
#footer-left {}
#footer-right ul {font-size: 20px;}
#footer-right a {color:#86B19E;}
#footer-right a:hover {color:#59979f;}
#footer-right {
	margin: 0;
	text-align: right;
	padding-top: 10px;
}

.footer-widgets {
	width: 1200px!important;
	max-width: 100%!important;
	margin: auto;	
	padding-right: 15px;
	padding-left: 15px;	
}
.footer-widgets .wrap  {
	margin-right: -15px;
	margin-left: -15px;
	width: auto;
	max-width: initial;	
}
.footer-widgets .widget-area {
	margin: 0;
	float: left;
	width: 100%;
	padding: 15px;
}
.footer-widgets .footer-widgets-2 {width: 42.3333%;}
.footer-widgets .footer-widgets-3 {width: 24.3333%;}
#footermap {width:100%;}
#footersitetitle {
	margin: 0;
	display: inline-block;
	line-height: 1;
	font: 24px Quattrocento Sans, PT Sans, Lato;
	color: #777;
/*	background: transparent url(http://patriciaduncan.com/wp-content/uploads/2015/11/logo.png) left top no-repeat; */
	padding-left: 65px;
	min-height: 55px;
	padding-top: 10px;
	margin-bottom: 5px;
	margin-top: 1px;
}
#footersitetitle strong {
	display: inline-block;
	font-weight: 900;
	color: #1f8f24;
	padding: 3px 5px 3px 12px;
	margin-left: 7px;
	border-left: 1px solid #aaa;
}

.iframeblock {width:100%;margin-bottom:15px;}

.content ul {
	padding-left: 40px;
	margin-bottom: 20px;
    font-family: 'Merriweather'; /* added by JB 5/30/19 */
	font-size: 16px; /* added by JB 5/30/19 */
	font-weight: 100; /* added by JB 5/30/19 */
}
.content ul li {list-style: disc;}
.bannerimg {height:auto;width:100%;}
#homecontent {padding:0 15px;}
#homemain {  margin: 0 0 0;}
#homeheaderphone {
	display: block;
	text-align: right;
	margin-bottom: 20px;
	color: #1f8f24;
	font-weight: bold;
}
#boxlinks {
	padding-left: 0;
	margin-bottom: 0;
	width: 100%;
	display: block;
	clear: both;
	float: left;
	text-transform: uppercase;
}
#boxlinks li {
	list-style: none;
	float: left;
	text-align: center;
	width: 25%;
	background: #1f8f24;
}
#boxlinks li a {
	color: #fff;
	padding: 43px 15px 20px;
	display: block;
	min-height: 110px;
	background: #1f8f24;
}
#boxlinks li.text-2lines a {padding-top: 31px;}
#boxlinks li:nth-child(even) a {background:#3596E0;}
#boxlinks li a:hover {background:#59979f;}
.containerwrap {}
.homecontentarea {}
 
#hc2 {
	color: #fff;
	background: #1f8f24;
	padding: 50px 0 20px;
}
#homeformmap {} 
#homeform {}
#homemap {}
#homecontactform {width: 450px;} 
#homecontactform .inputfield input, #homecontactform .inputfield select, #homecontactform .inputfield textarea {border: none;}
#homecontactform .inputfield {margin-bottom: 10px;} 
#homecontactform {} 
#homemapframe {}
#hc3 {
	background: #ddd;
	color: #444;
	padding: 50px 0 20px;
}
#bioleft {}
#bioimg {}
#bioright {}
#bioareainfo p {}
#biosociallinks {
	display:inline-block;
	padding-left:0;
}		
#biosociallinks li {
	list-style: none;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
#biosociallinks a {display:inline-block;}		
#biosociallinks img {
	display:inline-block;
	margin:1px;
}	
.page-template-template-homepage-php .content-sidebar-wrap {
	width: 100%;
	margin: auto;
	display: block;
	max-width:100%;

}
.page-template-template-homepage-php .content {padding:0;}
.footer-widgets {position:relative;overflow:hidden;}
.page-template-template-homepage-php  .footer-widgets:before {display:none;}
#blogpagecontent {padding-bottom:20px;}
#blogpagecontent {}
.postimg {height:auto;}

.sidebar ul li a:hover {color:#59979f;}
.sidebar ul li {list-style: none;margin-bottom: 3px;}
.sidebar ul {
	padding-left: 0;
	margin-bottom: 0;
}
.entry-title a {
	color: #32518a; /* was #1f8f24; JB 5/30/19 */
}
.entry-title a:hover {color:#59979f;}
.postmeta  { 
	display: block;
	color: #999;
	font: normal 10px Quattrocento Sans, PT Sans, Lato;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-top: 5px;
}
.postmeta span {display: inline-block;}
.postmeta em  {text-transform: none;}
.postentry {
	font-size: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	position: relative;
	line-height: 1.4;
	width: 100%;
	float: left;	
}
.postentry p:last-child {margin-bottom:0;}
.postentrytitle {
	font-size:17px;
	margin-bottom:17px;
}
.postentrytitle a {color: #444;}
.postentrytitle a:hover {color: #59979f;}
.postentryexerpt {}
.postentryexerpt p {}
.postentrymetalinks {
	display: block;
	color: #999;
	font: normal 12px Quattrocento Sans, PT Sans, Lato;
	padding-top: 5px;
	letter-spacing: 1px;
}
.postentrymetalinks a {}
.commentlink:hover {color:#59979f;}
.commentlink {
	color: #999;
	text-transform: uppercase;
	margin-right: 2px;
	font-size: 10px;
}
#blogcontainer {padding-left: 0;}
#featuredpost {padding-bottom: 30px;}
.postnav {
	display: block;
	clear: both;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-top: 20px;
}
.postnav a {display:inline-block;}
.postnavnext {float: right;}
.archive .entry-image {
	display: block;
	margin: 0 auto 20px;
}
.archive .content .entry {margin-bottom: 35px;}
.entry-categories {display:none!important;}
.comment-respond, .entry-pings {padding: 0;padding-top: 20px;}

#homeslider .rev_slider > ul {padding-left:0;}
.nav-primary .genesis-nav-menu .sub-menu {padding: 0;border: none;}
.nav-primary .genesis-nav-menu .sub-menu li > a:after {display:none;}
.nav-primary .genesis-nav-menu .sub-menu li > a {  border-bottom: 1px solid rgba(0,0,0,.07);  border-top: 1px solid rgba(255,255,255,.1);  background: #FFFFFF;  color: #444;  padding: 9px 10px!important;  /*font-size: 13px!important;  letter-spacing: 0!important;*/
}.nav-primary .genesis-nav-menu .sub-menu li.current-menu-item > a,
.nav-primary .genesis-nav-menu .sub-menu li > a:hover { background-color:#11ACBD;color:#fff;}

#postshare {margin-bottom: 15px;}
#postshare .mr_social_sharing_wrapper .mr_social_sharing_top {margin-right: 3px;}
#postshare .mr_social_sharing_wrapper .mr_social_sharing_top:nth-child(4) {margin-top: 7px;}
#postshare .mr_social_sharing_wrapper .mr_social_sharing_top:first-child {margin-left:0}
#postshare .linksalpha_link {display:none!important;}

#headerwrap {
	-webkit-transition: top 800ms;
	-moz-transition: top 800ms;
	-o-transition: top 800ms;
	transition: top 800ms;	
	top:-70px;
}
#headerwrap.affix {
	position: fixed;
	top: 0px;
	left: auto;
	right: auto;
	width: 100%;
	z-index:9999;
}
.entry-comments {padding: 30px 0 0;}

.titlestyle {
	background: url(images/title-bg.png) repeat-x left center;
	text-align: center;
	margin-bottom: 25px;
	display: block;
	clear: both;
}
.titlestyle h1 {
	margin-bottom: 0;
	display: inline-block;
	background: #fff;
	padding: 0 20px;
}
#phonemobile {margin: 10px 0;display:none;}
#phonemobile h1 {font-size: 24px;font-weight: 800;}
#phonemobile a {display:inline-block;}
.htimg {
	height:auto;
	border-radius: 200px;
	-webkit-border-radius: 200px;
	-moz-border-radius: 200px;
	margin-bottom: 15px;
}
.htentry {margin-bottom: 15px;}
.htquote, .htquote p, .htauthor {margin-bottom:5px;}
.htentrycom {
	display: block;
	text-align: center;
	color: #fff;
	background: #5184a6;
	padding: 12px 5px 10px;
	margin-bottom:0;
}
.htentrycomholder {
	display:block;
	padding:0 25px;
	margin-bottom:20px;
	position:relative;
}
.htentrycomholder:before {
	content: ' ';
	border-bottom: 22px solid transparent;
	border-top: 25px solid transparent;
	position: absolute;
	left: 0;
	top: 0;
	border-left: transparent;
	border-right: 25px solid #5184a6;
}
.htentrycomholder:after {
	content: ' ';
	border-bottom: 22px solid transparent;
	border-top: 25px solid transparent;
	position: absolute;
	right: 0;
	top: 0;
	border-right: transparent;
	border-left: 25px solid #5184a6;
}
.htentrycom  sup {
	font: 300 21px Quattrocento Sans, PT Sans, lato;
	top: -5px;
	line-height: .5;
}
.htauthor {
	font: 14px Quattrocento Sans, PT Sans, lato;
	text-align: right;
	display: block;
	margin-top: 5px;
}
.site-container {
	width: 1020px;
	display: block;
	margin: auto;
	background: #fff;
	max-width: 100%;
	position:relative;
        
}
.pagetitle {color:#333;}
#homecontent {}
#hcmain {padding: 0 40px 15px;}
#homecontent1 {}
#homecols {}
.homecolentry {position:relative;padding-bottom: 15px;}
#lefthomecol:after {
	content:' ';
	display:block;
	height:100%;
	width:3px;
	background:#ffe5c3;
	position:absolute;
	right:3px;
	top: -25px;
}

.titleimglink {

  display: inline-block;
  position: relative;
/*  background-image: url(http://www.corespacecounseling.com/wp-content/uploads/2015/05/texture-overlay.png); */
  border: 1px solid #ddd;
  padding: 5px;
  line-height: 1;
  border-radius: 3px;



}

#homecontent2 {
	border-bottom: 3px solid #ffe5c3;
	padding: 2px 20px 15px;
	margin-bottom: 20px;
}
#homecontent2 > p:last-child {margin-bottom:0;}


.imgboxleft, .imgboxright, .imgbox {
	display:block;
	width:auto;
	margin:auto;
	position:relative;
	text-align: center;
	margin-bottom: 35px;
	max-width: 100%;
}
.imgboxtitle {
	display: block;
	position: absolute;
	bottom: -22px;
	color: #fff;
	text-align: center;
	width: 100%;
	background: #5184a6;
	font-size: 15px;
	padding: 12px 5px 8px;
}
.imgboxleft .imgboxtitle {left: -20px;padding-left: 15px;}
.imgboxleft .imgboxtitle:before {
	content: ' ';
	border-top: 20px solid transparent;
	border-right: 20px solid #335971;
	position: absolute;
	left: 0px;
	top: -20px;
	border-left: transparent;
	border-bottom: transparent;
	display: block;
}
.imgboxleft .imgboxtitle:after {
	content: ' ';
	border-bottom: 22px solid transparent;
	border-top: 23px solid transparent;
	position: absolute;
	right: -24px;
	top: 0;
	border-right: transparent;
	border-left: 24px solid #5184a6;
}

.imgboxright .imgboxtitle {right: -20px;padding-right: 15px;}
.imgboxright .imgboxtitle:after {
	content: ' ';
	border-top: 20px solid transparent;
	border-left: 20px solid #335971;
	position: absolute;
	right: 0px;
	top: -20px;
	border-right: transparent;
	border-bottom: transparent;
	display: block;
}
.imgboxright .imgboxtitle:before {
	content: ' ';
	border-bottom: 22px solid transparent;
	border-top: 23px solid transparent;
	position: absolute;
	left: -24px;
	top: 0;
	border-left: transparent;
	border-right: 24px solid #5184a6;
}
.imgboxtitle.text2lines {
	padding: 8px 5px 5px;
	line-height: 1.1;
}
.imgbox {padding-right: 20px;padding-left: 20px;}
.imgbox .imgboxtitle:before {
	content: ' ';
	border-top: 20px solid transparent;
	border-right: 20px solid #335971;
	position: absolute;
	left: 0px;
	top: -20px;
	border-left: transparent;
	border-bottom: transparent;
	display: block;
}
.imgbox .imgboxtitle:after {
	content: ' ';
	border-top: 20px solid transparent;
	border-left: 20px solid #335971;
	position: absolute;
	right: 0px;
	top: -20px;
	border-right: transparent;
	border-bottom: transparent;
	display: block;
}
.imgbox .imgboxtitle {left: 0;}
#hscontainer {
	background:#e9e9e9;
}
#homeslider .bx-viewport {
	background: transparent;
	left: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border:none;
}
#homeslider {
	width: 800px;
	display: block;
	margin: auto;
	max-width:100%;
	position:relative;
}
#homeslider .bx-wrapper .bx-controls-direction a {
	border-radius: 0;
	background: #000;
	height: 100%;
	top: 0;
	margin: 0;
	width: 60px;
	font-size:0;
	text-indent:0;
}
#homeslider .bx-wrapper .bx-prev {left: -63px;}
#homeslider .bx-wrapper .bx-next {right: -63px;}
#homeslider .bx-wrapper .bx-controls-direction a:before {
	font-family: 'FontAwesome';
	font-size: 24px;
	position: absolute;
	width: 100%;
	display: block;
	text-align: center;
	top: 43%;
	color: #eee;
}
#homeslider .bx-wrapper .bx-controls-direction a:hover:before {color:#fff;}
#homeslider .bx-wrapper .bx-prev:before {content: "\f053";}
#homeslider .bx-wrapper .bx-next:before {content: "\f054";}
#homeslider .bx-controls-direction {
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	width: 100%;
}
#homeslides {
	margin: 0;
	padding: 0;
}
.hsentry {
	position:relative;
}
.hsimg {height:auto;width:100%;}
.hstext {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	padding: 20px;
	line-height: 1.6;
	font-size: 13px;
}
.hstext p {margin-bottom: 7px;}
.hstext p:last-child {margin-bottom: 0;}
.content {
	font-size: 17px;
	line-height: 1.55;
}
.content p {margin-bottom: 15px; font-weight: 100;}
.postimg {
	height:auto;
	margin: 0 10px 10px 0;
	float: left;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
}
body.search .entry-content,
body.archive .entry-content,
body.blog .entry-content {
}
body.archive .entry-content p:last-child,
body.blog .entry-content p:last-child {margin-bottom:0;}
body.archive .entry-content p.entry-meta,
body.blog .entry-content p.entry-meta {display:none;}
body.search .entry-content .post-image,
body.archive .entry-content .post-image,
body.blog .entry-content .post-image {
	width: 180px;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	margin: 0 10px 8px 0;
	max-width:100%;
}
.entry-content .more-link {
	display: inline-block;
	color: #fff;
	background: #2d7daf;
	padding: 1px 7px 0;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}
.ellipsistext {
	display: inline-block;
	position: relative;
	background: #fff;
	margin-left: -4px;
	margin-right: 5px;
}
.more-link:hover {
	background: #59979f;
	color: #fff;
}
.postimg {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	width: 182px;
}
.inlinelist {
	font-weight:bold;
	padding-left: 0!important;
	list-style: none;
	line-height: 1.2;
	margin-bottom: 20px!important;	
}
.inlinelist li {
	display:inline-block;
	list-style: none;
	display: inline-block;
	margin-right: 25px;
	padding-right: 25px;
	border-right: 1px solid #333;
	margin-bottom: 5px;	
}
.inlinelist li:last-child {
	padding-right:0;
	margin-right:0;
	border-right:0;
}
.titlecontainer {
	background: #fff url(images/pagetitle.png) center bottom no-repeat;
	border-top: 1px solid #d2d3d4;
	border-bottom: 1px solid #d2d3d4;
	padding: 13px 15px;
}
.titlecontainer .pagetitle {
	margin-bottom:0;
	font-size:18px;
	margin: 30px 0 15px;
}
.pagetitlecol {}
.headerphone {
	font-size: 24px;
	font-weight: bold;
	color: #1f8f24;
	margin: 27px 0;
}
#sliderblock .bx-viewport  {	padding: 0;	border: 0;	box-shadow: none;	-webkit-box-shadow: none;	-moz-box-shadow: none;	background: transparent;	left:0;}
#sliderblock .bx-wrapper {margin-bottom:0;}
#sliderblock .bxslider {margin-bottom:0;padding-left:0;} 
#sliderblock .bx-wrapper .bx-pager {opacity:0;filter:alpha(opacity=0); }
#sliderblock .bx-wrapper:hover .bx-pager {opacity:1;filter:alpha(opacity=100); }
#sliderblock .bx-wrapper .bx-pager.bx-default-pager a.active {background:transparent; display:none;}
#sliderblock .bx-wrapper .bx-pager.bx-default-pager a {	background: #fff;	display: block;	width: 13px;	height: 13px;	-moz-border-radius: 200px;	-webkit-border-radius: 200px;	border-radius: 200px;	border: 3px solid #fff;	box-shadow: 0 1px 4px rgba(0,0,0,.3);	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.3);	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.3);}
#sliderblock .bx-wrapper .bx-pager {	bottom: 10px;	z-index: 70;	padding-top: 0;}
.msslideholder {	display: block;	background: #ddd;	background-position:center center;	background-repeat:no-repeat;	-webkit-background-size: cover;	-moz-background-size: cover; 	-o-background-size: cover;	background-size: cover;			width: 100%;	overflow: hidden;	position:relative;}
.msimg {	width:100%;	height:auto;}
.mscaption > .container { position:relative;padding: 0;}
.mscaption { 	position: absolute;	top:190px;	left: 0;	width: 100%;}
.mstitle {	color: #fff;text-shadow: 1px 2px 5px rgba(0,0,0,.3);font-size: 35px;	width: 100%;	margin-bottom: 0;	text-align: center;	padding: 0 15px;}
.mscaptioncenter {top:60%;}
.mscaptionbottom {top:initial;bottom:45px;}
 
.widget {
  margin-bottom: 30px;
  color: #696969;
  font: normal 18px/1.5em Quattrocento, lato;
}
.widget p:last-child {margin-bottom:0;font-family: 'Merriweather', sans-serif;}
.widgettitle {
  color: #000;
  margin-bottom: 0;
  padding-bottom: 5px;
  font-size: 20px;
  font-weight: bold;
} 
#prefooter {  margin-bottom: 20px;}
#prefooter .prefootercol {
  padding-top: 3px;
  padding-bottom: 5px;
font-family: 'Merriweather', sans-serif;
} 
.prefootercol .widget:last-child {margin-bottom:0;}
.site-footer:before {
  content: ' ';
  display: block;
  height: 0px;
  background: #000;
  width: 100%;
  position: relative;
  top: -20px;
}
.widget a {color:#11ACBD;}
.widget a:hover {color:#bcbcbc;}
 body.search .entry-title, body.archive  .entry-title, body.blog .entry-title {  margin-bottom: 10px;}
 #homewidgets {padding-top:30px; padding-bottom:30px;  margin: 0;}.titleimglink {	display: inline-block;	position: relative;	background:#fff;	border: 1px solid #000;	padding: 0;	line-height: 1;	border-radius: 5px;	-webkit-border-radius: 5px;	-moz-border-radius: 5px;}	

.title-ribbon {
	position: absolute;
	left: -17px;
	bottom: 14%;
	padding: 11px 13px 11px 23px;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.2em;
	color: #fff;
	text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 2px 5px #000;
	-webkit-box-shadow: 0px 2px 5px #000;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.24);
	background: #11ACBD;
	line-height: 1;
	font-family: 'Merriweather'; /* added by JB 5/29/19 */
	font-size:16px; /* added by JB 5/29/19 */
}

.title-ribbon:before {	
	content: ' ';
	border-bottom: 11px solid transparent;
	border-right: 12px solid #0a6e79;
	position: absolute;
	left: 0px;
	bottom: -11px;}


.titleimglink img {max-width:100%;height:auto;border: none!important;}.homewidget {	margin-bottom:20px;	clear:both;	float:none;	display:block;}.home .content-sidebar-wrap {padding-bottom:5px;}
 

@media only screen and (min-width: 1000px) {

}
@media only screen and (max-width: 900px) {
	.nav-primary .genesis-nav-menu > li {margin-right: 15px;}
	.nav-primary .genesis-nav-menu li > a {  padding: 10px 15px;}
div#text-9 {margin-top: none;}
}
@media only screen and (max-width: 800px) {
	.site-inner, .wrap {padding-left:0;padding-right:0;}
	.site-header {position: relative;}
	#headerblock {  padding: 5px 0 15px;}
	#topright { 
	  width: 100%;
	  text-align: center;
	  margin: 10px 0;	
	}
div#text-9 {margin-top: none;}
}
@media only screen and (min-width: 768px) {
	.sm-center {text-align:center!important;}
	.sm-right {float:right!important;}	
	.sm-textright {text-align:right!important;}
	.sm-padtop3 {padding-top:30px!important;}
	.sm-textright {text-align:right!important;}
	body.content-sidebar .content {padding-right: 30px;  border-right: 0px solid #d4d2bf;}
	body.sidebar-content .content {padding-left: 30px;border-left: 0px solid #d4d2bf;  position: relative;left: -1px;}	
	body.sidebar-content .sidebar {border-right: 0px solid #d4d2bf!important;left:0!important;border-left:none!important;  padding-left: 30px!important;}
	#homecontentarea {
	  border-right: 0px solid #d4d2bf;
	  width: 100%; 
	  min-height:300px;   
	}
	#homesidebar {  width: 0%; display:none;}
	.sidebar {border-left: 0px solid #d4d2bf;position: relative; left: -1px;}
div#text-9 {margin-top: none;}
}
@media only screen and (min-width: 801px) { 
	.selectnav { display: none; }
}
@media only screen and (max-width: 800px) {
    .js #menu-main-menu { display: none!important; }
    .js .selectnav option:last-child{ display: none;} 
.js .selectnav select {color: green !important;}
    .js .selectnav { display: block; 
		background-color: #eee;
		display: inline-block;
		min-width: 200px;
		margin: 8px 0 3px 0;
		padding: 4px 6px;
		font-size: 1em;
		height: 37px;
		cursor: pointer;
		border: 0px;
		background-position: right center;
		background-size: 1000px 48px;
		-webkit-appearance: none;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;		
		margin: auto;
		max-width: 100%;
		text-transform:none;
	}	
	.nav-primary {padding: 5px;}
	.site-header .nav-primary {width: 100%;}
	#headerleft {width: 100%;text-align: center;padding: 10px 0 0!important;}
	#sitetitle {padding-top: 0;}
	.site-header .wrap {padding: 0 0 0;}
}
@media only screen and (min-width: 768px) {
	#prefooter .prefootercol {
	  border-right: 1px solid #d4d2bf;
	  float: none;
	  display: table-cell;
	}
div#text-9 {margin-top: none;}
	#prefooter .prefootercol:last-child {border-right:none; }
}
@media (max-width: 850px) and (min-width: 768px) {
	.nav-primary .genesis-nav-menu li > a {
	  padding-right: 10px;
	  padding-left: 10px;
	  font-size: 14px;	
	}
}
@media only screen and (max-width: 767px) {
	.content-sidebar-wrap,
	.content, .sidebar  {width:100%!important;}
	.xs-pad0, .sidebar-secondary, #headerwrap .wrap, #homecontent2 {padding-right: 0!important;padding-left: 0!important;} 
	.site-inner {padding-left: 0;padding-right: 0;}
	.site-header {padding:0 0;}
	.site-header .widget-area, .title-area {width: 100%!important;}
	.site-header .widget-area .widget {padding-left:0;}
	.site-header .widget-area {padding-top: 0;text-align: center;}
	.footer-widgets input[type="email"] {max-width: 100%;}
	#headerwrap .nav-primary {width: 100%;}
	.footer-widgets .widget-area {width:100%!important;} 
	#footercontactform {width:100%;}
	.sm-textcenter {text-align:center!important;}
	#footermap {margin-bottom:15px;}
	#boxlinks li {width:50%;}
	#boxlinks li  a {min-height:inherit;padding:15px!important;border-bottom:1px solid rgba(255,255,255,.1)}
	#boxlinks li.text-2lines br {display:none;}
	.xs-row {margin-right: -15px!important;margin-left: -15px!important;}
	.xs-row0 {margin-right: 0!important;margin-left: 0!important;}
	.xs-fullwidth {width:100%!important;margin-right:0!important;margin-left:0!important;}
	#blogsidebar {padding-right:15px!important;padding-left:15px!important;}
	#blogcontent {padding-bottom:30px;}
	#postentries .postentry:after {margin-left:-15px!important;margin-right:-15px!important;}
	#postentries .postentry:nth-last-child(3):after, #postentries .postentry:nth-last-child(2):after {display:block;}
	#phonemobile {display:block;}
	.xs-textcenter {text-align:center!important;}
	#lefthomecol {margin-bottom: 25px;}
	#lefthomecol:after {
		right: initial;
		height: 3px;
		top: initial;
		bottom: 0;
		width: 100%;
	}
	#footer-right, #footer-left {text-align: center;}
	.headerphone {margin: 0px 0;}
	.titlecontainer .pagetitle {margin: 20px 0 15px;}
	.site-header .nav-primary > .wrap {  padding: 0;}
	.mscaption { top:initial!important;bottom:40px!important;}
	#homecontent {padding-left:0!important;padding-right:0!important;}
	.site-footer {padding-left:15px!important;padding-right:15px!important;}
	.sidebar {  padding-top: 30px;}
	#prefooter .prefootercol {  margin-bottom: 20px;}	.titleimglink {	  width: 300px;	  max-width: 100%;	  display: block;	  margin-left: auto;	  margin-right: auto;		}
	select {cursor:pointer;outline:0!important;}
	select.responsiveMenuSelect {
	  width: 96%;
	  margin: auto;
	  height: 33px;
	  padding: 5px 10px;
	  border: none;
	  font-size: 12px;
	  text-transform: uppercase;
	  letter-spacing: 2px;
	  background: #3E1B47;
	  box-shadow: none;
	  -webkit-box-shadow: none;
	  -moz-box-shadow: none;
	  color: #fff;	
	}
	.site-header .nav-primary {  background: #778B4D!important; padding: 10px!important;}	

        /*.wrap {background: #6F4E37!important;}*/
}
@media only screen and (max-width: 620px) {
	#homeslider {width: 100%;}
	#homeslider .bx-wrapper .bx-controls-direction a {width: 30px;}
	#homeslider {padding-right: 0;padding-left: 0;	}
	#homeslider .bx-wrapper .bx-prev {left: 0;}
	#homeslider .bx-wrapper .bx-next {right: 0;}	
	.hstext {padding: 20px 40px;} 
}
@media only screen and (max-width: 500px) {
	.header-image .site-title > a {background-position: top;height: 115px;}
	.hstext p {margin-bottom: 7px!important;}
	.hstext {line-height: 1.2;font-size: 10px;}
	.xxs-12 {
		width:100%!important;
		max-width:100%!important;
		display:block!important;
		clear:both!important;
		float:none!important;
		margin-left: auto;
		margin-right: auto;
	}
	img.xxs-12 {width:auto!important;}
div#text-9 {margin-top: none;}	
}

@media only screen and (max-width: 450px) {
	.footer-widgets .widget-area {
		width:100%!important;
		margin-right: 0!important;
		margin-left: 0!important;	
	}	
div#text-9 {margin-top: none;}
}

@media only screen and (max-width: 350px) {
	.hstext {line-height:1.2}
	body.archive .entry-content .post-image,
	body.blog .entry-content .post-image {	
		display:block;
		margin:0 auto 10px;
		float:none;
	}
div#text-9 {margin-top: none;}
}


div.wprss-feed-meta {display: none;}