/*
	Theme Name: Parallax Pro Theme
	Theme URI: http://my.studiopress.com/themes/parallax/
	Description: The new role of website design is to tell a story, which is what Parallax Pro was developed to do.
	Author: StudioPress
	Author URI: http://www.studiopress.com/

	Version: 1.2.2

	Tags: black, white, blue, green, orange, pink, one-column, two-columns, responsive-layout, custom-header, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

	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
		- Buttons
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- Avatar
		- Genesis
		- Search Form
		- Titles
		- WordPress
	- Widgets
		- Simple Social Icons
	- Plugins
		- Genesis eNews Extended
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
		- Responsive Menu
	- Content Area
		- Homepage
		- Pricing Table
		- Content
		- Entries
		- Entry Meta
		- After Entry
		- Pagination
		- Content Boxes
		- Comments
	- Sidebar
	- Footer Widgets
	- Site Footer
	- Theme Colors
		- Parallax Pro Blue
		- Parallax Pro Green
		- Parallax Pro Orange
		- Parallax Pro Pink
	- Media Queries
		- Retina Display
		- Max-width: 1139px
		- Max-width: 1023px
		- Max-width: 768px

*/

@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');

/* primary:#356f10, yellow:#cea937, brown:#6a3900, drk orange: #54912c, lt orange:#dc9947 /
/* 120117 */

/*----- Colors

Mid-green  # 54912c

Dark-green # 418118

Light-green  # 6aa344

darker-green # 356f10


Dark brown  # af521e
Mid-brown  # c4632d

--------*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */
   
/* Baseline Normalize
	normalize.css v2.1.3 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:transparent}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.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:after,
.entry-content:after,
.footer-widgets: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
--------------------------------------------- */

body {
	background-color: #fff;
	color: #444;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale; /* Fixes font bold issue in Firefox version 25+ on Mac */
}

body.parallax-home {
	background: none;
}

/* a,
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: #000;
	color: #fff;
}

::selection {
	background-color: rgba(240,75,36,.7);
	color: #fff;
}

a {
	color: #54912c;
	font-weight:bold;
	text-decoration: none;
}

a:hover {
	color: #000;
}

p {
	margin: 0 0 20px;
	padding: 0;
}

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

li {
	list-style-type: none;
}

.page-id-51 li {
	margin-bottom: 18px;
}

b,
strong {
	font-weight: 700;
}

cite,
em,
i {
	font-style: italic;
}

blockquote {
	color: #999;
	margin: 40px;
}

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



#menu-icc-sub {
	display:none;
}

.page-id-17 #menu-icc-sub,
.page-id-46 #menu-icc-sub,
.page-id-73 #menu-icc-sub,
.page-id-28 #menu-icc-sub,
.page-id-51 #menu-icc-sub,
.page-id-448 #menu-icc-sub,
.page-id-452 #menu-icc-sub,
.page-id-83 #menu-icc-sub,
.page-id-827 #menu-icc-sub {
	display:block;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #54912c;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 20px;
}

h1 {
	font-size: 36px;
	
}

h2 {
	font-size:32px;
	margin: 26px 0 10px 0;
}


h3 {
	font-weight: 700;
	font-size: 22px;
	margin: 28px 0 6px 0;
}

h4 {
	font-size: 18px;
	margin-bottom: 8px;
	font-weight: 400;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 18px;
}



.entry-content h2 {
	color: #54912c;
	font-size: 42px;
	font-weight: 400;
	line-height: 1.1;
	margin-top: 0px;
}	


.entry-content h4 {
	margin-top: 18px;
}


.page-id-64 h4 {
	margin: 32px 0 8px;
}

.inline-sub {
	font-size: 22px;
	color: #54912c;
}
/* Objects
--------------------------------------------- */

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

img {
	height: auto;
}

.full-width-content img.pull-left {
	float: left;
	margin: 0 40px 40px -200px;
}

.full-width-content img.pull-right {
	float: right;
	margin: 0 -200px 40px 40px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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



input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #000;
	font-size: 16px;
	font-weight: 400;
	padding: 8px;
	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: #000;
	opacity: 1;
	font-weight: 400;
}

::-webkit-input-placeholder {
	color: #000;
	font-weight: 400;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #54912c;
	border: none;
	color: #faeee1;
	cursor: pointer;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 7px;
	text-transform: uppercase;
	border: 1px solid #faeee1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale; /* Fixes font bold issue in Firefox version 25+ on Mac */
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
	background-color: #356f10;
	color: #fff;
}

.button {
	display: inline-block;
}

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

.form-frame {
	padding:8px;
	border: 1px solid #fff;
	margin-top: 40px;
}

.ftr-last {

padding: 0 10%;
text-align:center;
overflow: hidden;
}


.ftr-cta,
.email-cta {
	margin: 12px 0 18px; 
	text-transform: none; 
	font-size:18px;
	font-weight: 400;
	color: #fff; 
	line-height:1.6; 
	text-align: left;
	}
.wpcf7-form-control .wpcf7-submit submit {
	margin-top: 20px;
}

.email-cta {
	margin: 12px 6px 18px;
	text-align: left;
	}
	

.ftr-logo {
	overflow: hidden;
	width: 200px;
}
/* Buttons
--------------------------------------------- */

.footer-widgets a.button,
.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.home-even a.button,
.home-odd a.button {
	background: transparent;
	clear: both;
	font-family:'Lato', sans-serif;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 1px;
	margin-top: 20px;
	padding: 15px 25px;
	text-transform: uppercase;
}

.footer-widgets a.button,
.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.home-odd a.button {
	border: 3px solid #fff;
	color: #fff !important;
}

.footer-widgets a.button:hover,
.home-odd a.button:hover {
	background-color: #fff;
	color: #000 !important;
}

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"] {
	background-color: #fff !important;
	color: #000 !important;
}

.home-even a.button {
	border: 3px solid #000;
	color: #000;
}

.home-even a.button:hover {
	background-color: #000;
	color: #fff;
}

.ajax-loader {
	display:none !important;
}

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

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

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 700;
}


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

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

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1140px;
}



.site-inner {
	clear: both;
	margin-top: 0px;
}

.parallax-home .site-inner {
	margin-top: 0px;
	max-width: 100%;
}

.parallax-landing .site-inner {
	margin-top: 100px;
}

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

.author-box .avatar {
	height: 88px;
	width: 88px;
}

.entry-comments .avatar {
	height: 60px;
	width: 60px;
}

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

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

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

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

.breadcrumb {
	border-bottom: 2px solid #f5f5f5;
	font-size: 20px;
	margin-bottom: 60px;
	padding-bottom: 10px;
}

.archive-description,
.author-box {
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	font-size: 20px;
	margin-bottom: 100px;
	padding: 40px 0;
}

.author-box-title {
	font-size: 22px;
	margin-bottom: 8px;
}

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

.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: 24px;
	line-height: 1;
	margin-bottom: 20px;
}

.entry-title {
	font-size: 40px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	color: #000;
	margin: 46px auto 20px;
	
}

.page-id-17 .entry-header {
	display: none;
	
}

.sidebar .entry-title {
	font-size: 24px;
	text-align: left;
}

.entry-title a {
	color: #54912c;
}

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

.widget-title {
	font-size: 22px;
	font-weight: 700;
	color: #888;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}

#enhancedtextwidget-11 .widget-title {
	font-size: 22px;
	font-weight: 700;
	color: #fff;
	background-color: #54912c;
	padding-top:8px;
	padding-bottom: 8px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	border:  1px solid #54912c;
}

/* #enhancedtextwidget-11 .widget-title:hover {
	color: #54912c;
	background-color: #fff;
	border:  1px solid #54912c;
} */

.footer-widgets .widget-title {
	color: #fff;
	font-size: 48px;
}



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

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

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

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

a.alignnone {
	display: inline-block;
}

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

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

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

.post-id-1319 img.alignnone,
.post-id-1319 .alignnone {
	display: none;
}

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

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

.wp-caption-text {
	font-size: 18px;
	line-height: 1.2;
	text-align: left;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

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

.sticky {
}
.envira-gallery-wrap {
	overflow:hidden !important;
}

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

.widget_calendar table {
	width: 100%;
}

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

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

.parallax-home .content .simple-social-icons {
	margin-top: 40px;
}

.parallax-home .content .simple-social-icons ul li {
	margin: 0 20px !important;
}

.parallax-home .content .simple-social-icons ul li a,
.parallax-home .content .simple-social-icons ul li a:hover {
	padding: 30px;
}


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

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget input {
	font-size: 18px;
	margin-bottom: 20px;
}

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

.enews form + p {
	margin-top: 24px;
}

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

#wpstats {
	display: none;
}


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

.site-header {
	background-color: #fff;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
	clear: both;
}

.site-header .wrap {
	padding-bottom: 12px;
	border-bottom: 1px solid #ccc;
}

.admin-bar .site-header {
	top: 32px;
}

.page-id-11 .site-header {
	background-color: #fff;
	}
/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 20px 0;
	width: 350px;
}
.page-id-145 .title-area {
	float: left;
	padding: 20px 0;
	width: 450px;
}

.header-full-width .title-area {
	width: 100%;
}

.site-title {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1.3;
	margin-bottom: 0;
	text-transform: uppercase;
	padding-top: 7px;
}

.site-title a {
	color: rgba(0,0,0,1);
}

.site-title a:hover {
	color: #54912c;
}
p .title-site {
	margin-top: 0;
}
.title-home,
.btns-home,
.btns-res {
	display:none;
}
.title-site,
.btns-site {
	display:inline;
}

.page-id-145 .title-home,
.page-id-145 .btns-home  {
	display:inline;
}

.page-id-145 .title-site,
.page-id-145 .btns-site,
.btns-res {
	display: none;
}

.hm-logo {
	width:450px;
}
.site-logo {
	width:300px;
}
/* home page header color swap

.page-id-11 .site-title a {
	color: #000;
}

.page-id-11 .site-title a:hover {
	color: #aaa;
}
*/

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

.header-image .site-title > a {
	background-size: contain !important;
	display: block;
	height: 121px;
	text-indent: -9999px;
	max-width: 360px;
}

.site-description {
	display: block;
	height: 0;
	margin-bottom: 0;
	font-weight:400;
	line-height: 1;
	/*
	text-indent: -9999px; */
}

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

/* .site-header .widget-area {
	float: right;
	text-align: right;
	width: 740px;
}

header.site-header {
	border: 1px solid #eee;
	margin-bottom: 0;
} 

.header-top-right {
	position:absolute;
	top:40px;
	right:140px;
	width: 300px;

}

.hdr-right-wrap {

}

.hdr-right-icon {
	width: 36px;
	float:left;
}*/

.site-header .widget-area {
	margin: 20px auto 0px;
	text-align: right;
	float:right;
	max-width: 550px;
}

.page-id-145 .site-header .widget-area {
	max-width: 450px;
	margin: 35px auto 0px;
}

.site-header .widget-area,
.site-header .widget-area h4 {
	color: #000;
}

.site-header .widget-area a {

	}
	

.r-hdr-dt {
	display:inline;
}

.r-hdr-res {
	display:none;
}

.site-header .textwidget {
}
/* position: static; -- makes the site-header scroll up with the rest of the site */

	.site-header {
		position: static;
	}

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

/*.page-id-11 .site-header .widget-area {
	float: right;
	text-align: left;
	width: 740px;
}
.page-id-11 .site-title {
	font-size: 16px;
}  */


.genesis-nav-menu {
	clear: both;
	color: rgba(0,0,0,1);
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1.1;
	width: 100%;
}

/* .page-id-11 .genesis-nav-menu {
	clear: both;
	color: #000;
	
	}
	
*/

	
.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu li li {
	margin-left: 0;
	font-size: 14px;
}

/*
.page-id-11 .genesis-nav-menu li li {
	margin-left: 0;
	border-bottom: #000;
}
*/

.genesis-nav-menu a {
	color: #000;
	display: block;
	font-family: 'Lato', sans-serif;
	padding: 10px 15px;
}

/*
.page-id-11 .genesis-nav-menu a {
	color: #000;
	}
	*/


.genesis-nav-menu a:hover,
.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #fff;
	background-color:#54912c;
}
.genesis-nav-menu .sub-menu a{

border-bottom: 1px solid #ccc;

}

.genesis-nav-menu .current-menu-item > a {
	color: #54912c;
}

.genesis-nav-menu .current-menu-item > a:hover {
	color: #fff;
}
/*
.page-id-11 .genesis-nav-menu a:hover,
.page-id-11 .genesis-nav-menu .current-menu-item > a,
.page-id-11 .genesis-nav-menu .sub-menu a:hover,
.page-id-11 .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #aaa;
}
*/



.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	letter-spacing: 0;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .3s ease-in-out;
	-moz-transition:    opacity .3s ease-in-out;
	-ms-transition:     opacity .3s ease-in-out;
	-o-transition:      opacity .3s ease-in-out;
	transition:         opacity .3s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	padding: 16px;
	position: relative;
	width: 200px;
}

/*
.page-id-11 .genesis-nav-menu .sub-menu a {
	padding: 20px;
	position: relative;
	width: 200px;
	border-bottom: rgba(0,0,0,.6);
}
*/
.genesis-nav-menu .sub-menu .sub-menu {
	margin: -56px 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: rgba(0,0,0,1);
	display: inline-block;
	list-style-type: none;
	padding: 27px 20px;
	text-transform: uppercase;
}

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

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

.genesis-nav-menu > .search {
	display: block;
	margin: 0 auto;
	padding: 0 20px 20px;
	width: 50%;
}
.menu-item-23 {
	font-size: 16px;
}

#donate-button-top {
	position: absolute;
	top: -80px;
	right: 80px;
}

.ssba {
	margin-top: 40px !important;
	border-radius: 0 !important;
	line-height: 0;
	}
    
.ssba-wrap {

    padding-top: 20px !important;
    border-top: 1px solid #ccc;
    }
    
.ssba img {
	padding: 0px !important;
    margin-right: 10px !important;
    
}

/* Footer Menu background-color: #fc0;  */

#site-footer-wrap {
	
}
.footer-menu-wrap {
width: 100%;
margin-top: 30px;
overflow:hidden;
display:inline-block;
padding: 0 30px;
}



.footer-menu {
 
}

.menu-footer-wrap {
	display:inline-block;
	width:14%;
	float:left;
	margin-right: 2%;
	}
	
.menu-footer-wrap-2 {
	display:inline-block;
	width:50px;
	float:left;
	margin-left: 2%;	
	margin-right: 2%;
	}
	
.menu-footer-wrap-3 {
	display:inline-block;
	width:100%;
	float:left;
	margin-left: 2%;	
	margin-right: 2%;
	}
	
.sm-icons-wrap{
width: 50px;
}
.footer-menu,
.footer-menu a {
	clear: both;
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1.3;
	width: 100%;
	text-transform: uppercase;
}
.footer-menu a:hover,
.footer-menu li a:hover,
.footer-menu li li a:hover {
	color: #000;
}
.footer-menu li a {
	margin-left: 0;
	font-weight: 700;
}
.footer-menu li li{
	margin-left: 0px;
	margin-top: 20px;
}
.footer-menu li li a{
	
	font-weight: 400;
}

.footer-phone {
	font-weight: 400;
	font-size: 24px;
	letter-spacing: 1px;
	line-height: 1.3;
	text-transform: uppercase;

}

.footer-address {
	font-weight: 600;
	font-size: 16px;
	line-height: 1.3;
	text-transform: uppercase;
}

.footer-copyright {
	font-weight: 600;
	font-size: 12px;
	color: #fff;
	line-height: 1.3;
	
}

/* sm icons */

.sm-icon-fb,
.sm-icon-twit,
.sm-icon-insta
 {
	display: block;
	width: 50px;
	height: 50px;
	background: url('http://circletrianglesquare.com/wcv/wp-content/uploads/2017/02/sm-icons-coral.png') 0px 0px;
	text-indent: -99999px;
}


.sm-icon-fb {
	background-position: 50px 0px;}
.sm-icon-twit {
	background-position: 50px 50px;}
.sm-icon-insta {
	background-position: 50px 100px;}
	
.sm-icon-fb:hover {
	background-position: 0px 0px;}
.sm-icon-twit:hover {
	background-position: 0px 50px;}
.sm-icon-insta:hover {
	background-position: 0px 100px;}
	

	
.sm-icon-fb,
.sm-icon-twit,
.sm-icon-insta,
.sm-icon-fb:hover,
.sm-icon-twit:hover,
.sm-icon-insta:hover {
	-webkit-transition: all 0.0s ease-in-out;
	-moz-transition:    all 0.0s ease-in-out;
	-ms-transition:     all 0.0s ease-in-out;
	-o-transition:      all 0.0s ease-in-out;
	transition:         all 0.0s ease-in-out;
}


/* google Icon  */

.map-icon-wrap {
margin:8px 0;
width: 30px;
height: 30px;
}
.map-icon-wrap-hm {
margin:0px 0 22px;
width: 30px;
height: 30px;
}


.map-icon
 {
	display: block;
	width: 30px;
	height: 30px;
	background: url('http://hollywoodfarmersmarket.org/marketday/wp-content/uploads/2016/11/google-map-icon-roll-30.png') 0px 0px;
	text-indent: -99999px;
}

.map-icon {
	background-position: 0px 0px;}
	
.map-icon:hover {
	background-position: 30px 0px;}
	

	 
.map-icon,
.map-icon:hover {
	-webkit-transition: all 0.0s ease-in-out;
	-moz-transition:    all 0.0s ease-in-out;
	-ms-transition:     all 0.0s ease-in-out;
	-o-transition:      all 0.0s ease-in-out;
	transition:         all 0.0s ease-in-out;
}



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

.site-header .sub-menu {
	background-color: #fff;
	text-transform: uppercase;
}

.page-id-11 .site-header .sub-menu {
	background-color: #fff;
	text-transform: uppercase;
} 

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

.nav-primary {
	background-color: #fff;
	margin: 0px Auto 0px;
	text-align: center;
	border-bottom: 1px solid #ccc;
	max-width: 1140px;
}

.page-id-145 .nav-primary {
	border-bottom: none;
}

.nav-primary .sub-menu {
	background-color: #fff;
	font-weight: 600;
	line-height:1.3;
	letter-spacing: normal;
}

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

.nav-secondary .genesis-nav-menu {
	padding: 20px 0;
}

.nav-secondary a {
	margin: 0 20px;
	padding: 0;
}

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

.responsive-menu-icon {
	cursor: pointer;
	display: none;
	margin-bottom: 0px;
}

.responsive-menu-icon::before {
	color: #000;
	content: "\f333"; 
	font: normal 36px/1 'dashicons';
	margin: 0 auto;
}

.header-widget-area .responsive-menu-icon::before {
	color: #000;
	content: "OUR NONPROFIT SPONSOR";
	font-family: "Lato";
	font-size: 18px;
	margin: 0 auto;
}

#nav_menu-6 {
display: block;
margin-bottom: 15px;
}

#nav_menu-7 {
display: none;
}

.page-id-11 .responsive-menu-icon::before {
	color: #000;
}


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

.page-id-145 .page-bottom-cta {
display:none;
}




/* Homepage
--------------------------------------------- */

.home-even,
.home-odd {
	clear: both;
	font-size: 28px;
	overflow: hidden;
	padding: 190px 0 200px;
	text-align: center;
}
.home-odd {
	padding: 0;
	}


.home-even .widget,
.home-odd .widget {
	margin-bottom: 40px;
}

.home-even .widget-title,
.home-odd .widget-title {
	font-size: 72px;
	margin-bottom: 40px;
}


.home-even p:last-child,
.home-even .widget:last-child,
.home-odd p:last-child,
.home-odd .widget:last-child {
	margin-bottom: 0;
}

.home-odd,
.home-odd a:hover,
.home-odd h1,
.home-odd h2,
.home-odd h3,
.home-odd h4,
.home-odd h5,
.home-odd h6,
.home-odd .featured-content .entry-title a,
.home-odd .widget-title {
	color: #fff;
}

.home-odd .featured-content .entry-title a:hover {
	color: #f04848;
}

.home-even p:last-child,
.home-odd p:last-child {
	margin-bottom: 0;
}

.home-even {
	background-color: #fff;
}

.home-section-1,
.home-section-3,
.home-section-5 {
	background-attachment: fixed;
	background-color: #fff;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size:    cover;
	background-size:         cover;
}

.home-section-2,
.home-section-3,
.home-section-4 {
	font-size: 16px;
	line-height: 1.65;
	margin-bottom:18px;
	color: #666;
	text-align: left;
} 
.home-section-2 {
	padding: 0 20%;
}
.home-section-5 {
	padding-bottom: 40px;
}



.home-section-1,
.home-section-2,
.home-section-3,
.home-section-4 {
	font-size: 16px;
	line-height: 1.65;
	color: #666;
	text-align: center;
} 

.home-section-1 .wrap {
	padding: 20px 80px;
}

.home-section-1 {
	background-image: url('https://www.ourhomeicc.org/staging/wp-content/uploads/2020/08/Our-Home-Cathedral-Park-Courtyard-view.jpg');
	background-size: 100%;
	padding: 70px 200px 30px;
	color:#fff;
}


.home-section-1 h2,
.home-section-1 h2 a {
	font-size:20px;
	font-weight:300;
	text-shadow: 2px 2px 8px #444;
}

.hm-1-hd {
	font-size: 30px; 
	text-transform:uppercase;
	font-weight:400;
	letter-spacing: 0.165em;
	text-shadow: 2px 2px 8px #000;
	}
	
.hm-2-hd{
font-size: 66px;
}

.home-section-1 h3 {
	font-size:24px;
	font-weight:400;
	line-height: 1.65;
	text-shadow: 2px 2px 8px #000;
	}


.home-section-1 h3 a {
 color: #54912c;
}

.home-section-1 h3 a:hover {
 color: #000;
}

.home-2wdgt-wrap {
	clear: both;
	overflow: hidden;
	padding: 60px 10% 20px;
	padding: 40px 3% 40px; /* overide */
	max-width: 1140px;
	margin: 0 auto;
}



.home-3wdgt-wrap {
    overflow: hidden;
    max-width:1140px;
    padding: 20px 0 30px;
    margin: 0px auto 0;
    width:100%;
}



/*.3wdgt-center {
	margin: 0 auto;
} */

.home-3wdgt-wrap h4{
	font-size: 30px;
	margin: 20px 0 12px;
	font-weight:400;
}

.inner-wrap {
    margin: 0 auto;
    overflow: hidden;
}

.home-3wdgt-1,
.home-3wdgt-2,
.home-3wdgt-3 {
    width: 30%;
    overflow: hidden;
    padding: 0;
    margin: 0;
    display: inline-block;
    vertical-align: top;

}
.home-3wdgt-1 p,
.home-3wdgt-2 p,
.home-3wdgt-3 p {
margin-bottom:0px;
}

.home-3wdgt-2 {
    margin: 0 4%;
}


.page-2-wdgt-wrap { 
	width: 100%;
    overflow: hidden;
    padding: 0;
    margin: 0;
}
.page-2-wdgt-1,
.page-2-wdgt-2 { 
	width: 45%;
    overflow:hidden;
    padding: 0;
    margin: 0;
    float:left;
}

.page-2-wdgt-1 { 
 	margin-right: 5%;
}
.page-2-wdgt-2 { 
 	margin-left: 5%;
}



section .enhanced-text-widget {

}



h4.widgettitle {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: 600;
	letter-spacing: 0.09em;
	text-align: left;
	text-transform:uppercase;
	color: #54912c;
	
}
#featured-post-2 .entry-title {
	font-size: 18px;
	margin:10px 0 0px;
	
}


.home-odd.home-section-1.widget-area .wrap {
max-width: 3800px;
}

.hm-top-widget {
	background-image: url();
	background-size: 100%; 
	background-repeat: no-repeat;
    background-position: 0 0; 
	height: 450px;
	width:100%;
	}
.hm-top-wrap {
	max-width: 1400px;
	margin: 0 auto;
	padding: 100px 3% 0px;
}	
.hm-top-hd {
	width: 40%;
	float:left;
	text-align:right;
	padding-top:60px;
}
.hm-top-img {
	width: 55%;
	float:right;
}
.hm-top-hd-resp-1,
.hm-top-hd-resp {
	display: none;
}

.hm-top-hd-resp-1 h2,
.hm-top-hd-resp h2,
.hm-top-hd h2,
.hm-feat-wdgt-1 h2 {
	color: #54912c;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	line-height: 1;
	margin-top: 0px;
}

.hm-top-hd-resp-1 h2,
.hm-top-hd-resp h2,
.hm-top-hd h2 {
	color: #54912c;
	color: #000;
	font-size: 60px;
	}
	
	
	
	
	
	
.hm-top-hd-resp-1 h3,
.hm-top-hd-resp h3,
.hm-top-hd h3 {
	font-size: 36px;
	font-weight: 400;
	color:#54912c;
	letter-spacing: .12em;
	text-transform: uppercase;
	margin: 10px auto;
}
.hm-top-hd-resp .cta-btn, 
.hm-top-hd .cta-btn {
	display: initial;
	float: left;
}

.hm-feat-wdgt-2 h2 {
	color: #54912c;
	font-size: 36px;
	}


.hm-feat-wdgt-1 h2,
.hm-feat-wdgt-1 h3
 {
 	color: #54912c;
	font-size: 36px;
	font-weight: 400;
	line-height: 1.2;
	margin-top: 20px;
	
	
	}
	
	.hm-feat-wdgt-1 h3
 {
 	font-size: 24px;
	margin-top: 30px;
	}
	
	
.hm-feat-wdgt-1 {
	margin: 0 auto ;
	text-align: center;
	padding: 40px 10% 0;
	color: #fff;
	background-color: #54912c;
}


.hm-feat-wdgt-1 p{
	font-size: 26px;
	line-height: 1.65;
	margin-bottom:18px;
	
}


.hm-feat-wdgt-1 h4,
.hm-feat-wdgt-2 h4 {
	text-align:center;
	font-size: 24px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	color:#bd7651;
	letter-spacing: 0.0em;
	text-transform: none;
	margin: 30px auto;
}

.hm-feat-wdgt-1 .wrap {
	padding: 0px 0 20px;
	max-width: 1140px;
}
.hm-feat-wdgt-2 .wrap {
	padding: 20px 0 20px;
	max-width: 1140px;
}

.hm-feat-wdgt-2 .widget-title {
	text-align: left;
	font-size: 24px;
}
#enhancedtextwidget-19 .widget-wrap {
	border-top: 1px solid #e3b69c;
}
    
.feat-head-resp-1 {
	display: intial;
}
.feat-head-resp-2 {
	display: none;
}

.hm-wdgt-wrap {
	overflow: hidden;
	margin: 80px 0 0 0;

}

.hm-wdgt-left {
width: 70%;
float:left;
}

.hm-wdgt-right {
width: 25%;
float:right;
}

.feat-2-inside {
	padding-left: 30px;
}

.one-half p{
	margin-bottom:12px;
}

.cta-dt {
	display:inline;
}
.cta-res {
	display:none;
}
.hm-cta-wdgt-1,
.hm-cta-wdgt-2 {
	color: #fff;
	text-transform: none;
	width: 100%;
	background-color: #54912c;
}

.hm-cta-wdgt-1 .widget-title {
	color: #fff;
}

.hm-cta-wdgt-1 p,
.hm-cta-wdgt-2 p{
	margin-bottom: 0px;
}

.hm-cta-wdgt-1  .cta-line-1{
	text-align: center;
	font-size:32px;
	line-height: 1.2;
	font-weight: 400;
}
.hm-cta-wdgt-1 b {
	font-weight: 700;
}

.hm-cta-wdgt-1 .cta-line-2,
.l2-cta-bar .cta-line-2 {
	text-align: center;
	text-transform: uppercase;
	font-size: 20px;
	font-weight:400;
	margin-top: 8px;
}

.hm-cta-wdgt-1 .cta-line-2 b,
.l2-cta-bar .cta-line-2 b{
	text-transform: none;
	font-size: 32px;
	font-weight: 700;
}

.hm-cta-wdgt-2 .wrap{
	margin-bottom: 0px;

}
.cta-bar{
	width:100%;
	overflow:hidden; 
	text-align: left; 
	padding: 0;
	color:#fff;
	background: #ac7742 url('') no-repeat;
}

/* .cta-bar-pic{
	width:280px;
	height: 120px;	
	background-image: url('http://circletrianglesquare.com/wcv/wp-content/uploads/2017/02/wcv-move-in-pic.jpg');
	float: left;
} */
.cta-bar-cnt {
	float: right;
	padding: 10px 100px 10px 20px;
	background-color:#ac7742;
	max-width:930px;
	}

.cta-bar-hd {
	font-size: 36px;
	font-weight: 400;
	line-height: 1.1;
}

.cta-bar-sub {
	font-size: 20px;
	font-weight: 400;

}

.l2-cta-bar {
	width:100%;
	margin: 0 auto;
	overflow:hidden; 
	text-align: center; 
	padding: 30px 45px 0px;
	background-color:#d1e4f6;
	color:#fff; 
}

.cta-hd {
	float: left;
	font-size: 28px;
	font-weight: 400;
	color: #54912c;
	
}

.l2-cta-bar-in {
	max-width: 940px;
	margin: 0 auto;
}

.ftr-info-name,
.ftr-info-phone,
.ftr-info-email {
	margin-bottom: 12px;
}
.ftr-info-address{
	margin-bottom: 18px;
} 
.ftr-info-phone {
	margin-top: 12px;
	line-height: 1;
}

.ftr-info-phone {
	font-size: 28px;
	font-weight: 400;
}

.nv-btn-ftr-map {
	border:none; 
	padding: 6px 12px;
	font-size: 16px;
	font-weight: 400; 
	color: #54912c; 
	margin: 0 0 12px 0px;
	clear: both;
	border: 1px solid #fff; 
	}
	
.nv-btn-ftr-map:hover {
	background-color: #ac7742;
	border: 1px solid #fff; 
	color: #fff;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	}

.cta-ftr { 
	color: #fff;
	margin-top: 20px;
	line-height: 1.2;
	}

.cta-ftr input{ 
	background-color: #fff;
	padding:6px;
	font-size: 16px;
	font-weight: 400;
	color: #54912c;
	border: 1px solid #fff;
	margin: 12px 0px 0;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}


input.wpcf7-form-control.wpcf7-submit 
 {
	background-color: #fff !important;
	margin: 12px 0px 0;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border: 1px solid #fff;
	color:#54912c;
}
input.wpcf7-form-control.wpcf7-submit:hover {
	background-color: #356f10 !important;
	color: #fff !important;
}







::-webkit-input-placeholder { /* WebKit browsers */
color: #9fb193 !important;
opacity: 1;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #9fb193 !important;
opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #9fb193 !important;
opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
color: #9fb193 !important;
opacity: 1;
}


.hm-cta-wdgt-2 p{
	text-align: center;
}

.hm-cta-wdgt-1 .wrap,
.hm-cta-wdgt-2 .wrap {
	padding: 10px;
	max-width: 1140px;
	background-color:none;
	margin: 20px auto 0;
}
.hm-cta-wdgt-1 .wrap {
	padding: 60px 140px;
	margin-top: 10px;
	background-color: none;
	}
	
.hm-cta-wdgt-1 .widget_text {
	font-size: 18px;
	color:#fff;
	text-align: left;
	padding-top: 12px;
	}	
	
	
.hm-cta-wdgt-2 .wrap {
	background-color: #fff;
}
.hm-cta {
	margin: 0 auto;
}

.hm-cta-1 {
	margin: 10px auto;
}
.cta-addy {
	font-size:18px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin-bottom: 14px;
}
.cta-call,
.cta-2 {
	font-size:32px;
	text-align: center;
}

	


	
.hm-cta-wdgt-2 .wrap {
	margin: 10px auto 60px;
	padding: 0;
}






.lefty {
	float:left;
}
.righty {
	float:right;
}

/* home widget styles */

.nv-btn,
.nv-btn-wdgt,
.nv-btn-hdr,
.nv-btn-rev {
	font-size: 16px;
	text-transform: none;
	font-weight: 600;
	letter-spacing: .04em;
	padding: 6px 30px 4px;
	border: 1px solid #54912c;
	display: inline-block;
	margin: 12px 0 12px;
	background-color:#54912c;
	color: #fff;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	
}
.nv-btn-hdr {
	margin: 0 0 12px 12px;
}
.nv-btn:hover,
.nv-btn-hdr:hover,
.nv-btn-rev:hover{
	color: #54912c;
	background-color: #fff;
	display: inline-block;
	cursor: pointer;
} 


.nv-btn-wdgt {
	color: #54912c;
	background-color: #fff;
}


.nv-btn-wdgt:hover {
	background-color: #54912c;
	color: #fff;
}

.nv-btn-rev {
	color: #54912c;
	background-color: #fff;
	border: 1px solid #54912c;
	margin: 12px 0px;
	font-size: 18px;
	padding: 10px 18px 8px;
	text-transform: none;
}
.nv-btn-rev:hover {
	background-color:#54912c;
	color: #fff;
	border-color:#fff;
}


.dt-btns {
	margin: 36px auto;
	display: block;
}


.resp-btns {
	display: none;
}

#text-2.widget.widget_text {
	display: none;
	}
.cta-phone {
	margin-top:30px;
	}

	
.cta-call {
	color: #54912c;
	font-size:18px;
	margin-bottom:4px;
	text-transform: uppercase;
	text-align: center;
	line-height: 1;
}

.cta-number,
.cta-number a{
	color: #87a349;
	font-size:36px;
	margin-top:0px;
	text-transform: uppercase;
	text-align: center;
	line-height: 1;
}

.cta-number a:hover{
	color: #54912c;
}

.cta-number-link a {
	color: #87a349;
	font-size:36px;
	margin-top:0px;
	text-transform: uppercase;
	text-align: center;
	line-height: 1;
}
.cta-number-link a:hover {
	background: none !important;
}

.entry-number,
.entry-number a{ 
	color: #87a349;
	font-weight: 900;
	}
	
.entry-number a:hover{ 
	color: #54912c;
	}

.btn-bar {
	width:130%; 
	margin: 0 -15% 40px; 
	background-color:#cad0d2; 
	overflow:hidden; 
	text-align: center; 
	padding: 12px 12px 8px;
}
.btn-bar-hm {
	width:100%; 
	margin: 0 auto ; 
	background-color:#cad0d2; 
	overflow:hidden; 
	text-align: center; 
	padding: 12px 12px 8px;
}

.testi-bar {
	width:110%;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	line-height:1.6;
	margin: 0 -5% 40px; 
	overflow:hidden; 
	text-align: left; 
	padding: 30px 45px 30px 30px;
	border: 1px solid #ac7742;
	background-color:#ac7742;
	color:#fff; 
}

.testi-bar-pic {
	float:left;
	margin:10px 3% 0 0;
	width: 25%;
	overflow: hidden;
}
.testi-bar-txt {
	float:right;
	width: 72%;
	overflow: hidden;
}


.nv-btn-bar {
	font-size: 15px;
	font-weight: 600;
	line-height:1.1;
	padding: 8px 16px 8px;
	margin: 0px 18px;
	
}

.nav-bar-div {
	font-size: 36px;
	font-family:'Lato', sans-serif;
	text-transform: none;
	font-weight: normal;
	letter-spacing: none;
	background-color:#cad0d2;
	padding: 6px 8px 6px;
	border: 1px solid #cad0d2;
	display: inline-block;
	margin: 0 20px 0 0;
	color: #416065;
	background-color: none;
}
.nv-btn-map {
	background-color: #fff;
	color: #54912c;
	border: 1px solid #fff;
	margin: 0;
}
.nv-btn-map:hover {
	background-color: #54912c;
	color: #fff;
}

.hdr-wdgt {
	
}

.hdr-wdgt b{
	font-weight: 700;
	font-size: 14px;
	color: #416065;
	text-transform: uppercase;
	letter-spacing: .2em;
	
}
.hdr-wdgt em{
	font-size: 24px;
	font-weight: 700;
	font-style: normal;
	color: #416065;
	line-height: 40px;
}

.hdr-wgt-tag-resp {
	display: none;
}

.hdr-wdgt .nv-btn{
	
	color: #fff;
	background-color: #416065;
}

.hdr-wdgt .nv-btn:hover {
	
	color: #416065;
	background-color: #fff;
}


.nv-btn-res,
.nv-btn-res:hover
{
	display: block;
	margin: 12px auto;
}

.nv-btn-ftr,
.nv-btn-ftr-cal,
.nv-btn-ftr-dirt {
	font-size: 16px;
	padding: 6px 20px;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
	
	
}

.nv-btn-ftr:hover
 {
	background-color: rgba(255,255,255,1);
	color: #000;
}	
.nv-btn-ftr-cal,
.nv-btn-ftr-dirt
 {	background-color:#18a56a;
	color: #fff;
	border: none;
}



.nv-btn-ftr-cal:hover,
.nv-btn-ftr-dirt:hover
 {
	background-color: #fff;
	color: #000;
}



.menu-cal-bar {
	width:100%;
	border: 2px solid #ac7742;
	margin: 60px auto 30px; 
	background-color:#fff;
	color:#ac7742; 
	overflow:hidden; 
	text-align: center;
	font-weight:600;
	font-size: 12px;
	padding: 18px 8px 16px;
	text-transform: uppercase;
}

.menu-bar {
	margin: 0px auto 14px; 
}

.cal-bar {
	margin: 14px auto 0px;
}

.menu-cal-bar em {
	font-size: 18px;
	font-style: normal;
	font-weight:700;
	margin: 0px auto 16px;
	line-height: 1.4;
}
.menu-cal-bar p {
	margin: 0px auto 16px;
	line-height: 1.1;
}


.menu-cal-bar a:link,
.menu-cal-bar a:visited
 {
	color:#ac7742; 
}

.menu-cal-bar a:hover
 {
	color:#87a349; 
}


.hm-feat-pic {
	float: left;
	margin: 0 auto;
}

/* Facebook feed */


.fb-wrap {
max-width: 1140px;
	margin: 30px auto ; 
	background-color:#fff;
	overflow:hidden; 
	text-align: left; 
	padding: 0px 8px 4px 40px;
}

.fb-bar {
	max-width: 1140px;
	/* border-top: 2px solid #ac7742; */
	margin: 30px auto ; 
	background-color:#fff;
	color:#ac7742; 
	overflow:hidden; 
	text-align: left; 
	padding: 0px 8px 4px 40px;
}

.fb-bar-wrap {
	width: 70%;
	border-top: 2px solid #ac7742;
	margin: 10px 0 ; 
	background-color:#fff;
	color:#ac7742; 
	overflow:hidden; 
	text-align: left; 
	padding: 10px 0px 4px 0px;
}
.fb-bar-wrap h3{
	font-family: 'Georgia';
	font-size: 36px;
	font-weight: normal;
	margin: 16px 0;
	}

.page-id-7 .fb-bar-wrap {
	display:none;
}

#cff .cff-photo {
	width: 45% !important;
}



#cff .cff-text-wrapper {
	width: 52% !important;
}
#cff .cff-author .cff-page-name.cff-author-date,
#cff .cff-author .cff-page-name.cff-author-date a {
	font-size:14px  !important;
	font-weight:900  !important;
	color:#ac7742;
}
.cff-author-text {

	padding-right: 45px; 
}
#cff .cff-author .cff-page-name.cff-author-date a:hover {
	color:#54912c;
}
.cff-story,
.cff-text {
	color:#666;
	font-weight:700  !important;
	font-size:14px  !important;
}

.cff-meta-wrap {
padding-right: 45px  !important; 
}
.cff-post-links a,
.cff-dot {
	font-size:14px  !important;
	font-weight:700  !important;
	color:#ac7742;
}


.cff-load-more {
	display:none !important;
	}
	
	
/* timely */

.timely .ai1ec-btn-xs {

padding: 1px 5px;
font-size: 12px;
line-height: 1.5;
border-radius: 0px !important;
}

.ai1ec-agenda-widget-view .ai1ec-date-title {
border-radius: 0px !important;
background: #fff !important;
}

.ai1ec-agenda-widget-view .ai1ec-date {
background: #fff !important;

}

.ai1ec-agenda-widget-view .ai1ec-month,
.ai1ec-agenda-view .ai1ec-month {
border-radius: 0px !important;
background: #3ebda9;
}

.timely {

font-family: 'Lato', sans-serif;
font-size: 18px;
line-height: 1.428571429;
color: #333;
word-wrap: break-word;

}


div.timely.ai1ec-calendar-toolbar.ai1ec-clearfix {
 background: #fff;
 border: none;
}

.timely .ai1ec-nav-pills > li.ai1ec-active > a,
.timely .ai1ec-nav-pills > li.ai1ec-active > a:hover {
background-color: #3ebda9;
padding: 8px;
}

.ai1ec-agenda-widget-view .ai1ec-event > a {
display: block;
background: #fff;
border: none;
border-radius: 0;
padding: 0;
color: #444;

}

.ai1ec-agenda-widget-view .ai1ec-event > a:hover
{

color: #000;
}



.post-nav,
.blog-nav {
	padding: 0 200px 0px;
	width:100%;
	margin-bottom: 48px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	}

.cal-btn a{
	padding: 6px;
	color: #3ebda9;
}

.cal-btn a:hover {
	color: #fff;
	background-color: #3ebda9;	
}

.cal-full-btn,
.blog-full-btn {
	display: inline-block;
}




.post-nav {
	display: none;
}
.category-5 .post-nav,
.category-6 .post-nav,
.category-7 .post-nav,
.page-id-9 .post-nav {
	display: inline-block;
}
.blog-nav {
	display: none;
}
.single .blog-nav {
	display: inline-block;
}



.ai1ec-popover  {
position: absolute;
top: 0;
left: 0;
z-index: 10010;
display: none;
max-width: 400px;
padding: 6px;
text-align: left;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ccc;
border: 1px solid rgba(0,0,0,0.2);
border-radius: 0px !important;
-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
box-shadow: 0 5px 10px rgba(0,0,0,0.2);
white-space: normal;
}

.ai1ec-popup-excerpt {
font-family: 'Lato', sans-serif !important;
font-size: 20px;
margin-top: 2px;

}

div.ai1ec-subscribe-dropdown.ai1ec-dropdown.ai1ec-btn.ai1ec-btn-default.ai1ec-btn-xs {
display: none;
}


.ai1ec-agenda-view .ai1ec-date {
	background: #fff;
}
.ai1ec-agenda-view .ai1ec-event, .ai1ec-agenda-widget-view .ai1ec-date-title, .ai1ec-agenda-view .ai1ec-date-title

{ 	border-radius: 0; background-color: #fff;
	background-image: none;
}
.ai1ec-calendar-toolbar {
	display: none;
}

.ai1ec-popover.ai1ec-popup {
	width: 300px;
}

.ai1ec-allday-badge {
	border-radius: 0 !important; 
	background-color: #f04b24 !important;
}


/* Featured post widget */

.rfpw-show-text a {
	font-weight: 700;
	color: #000
}

.rfpw-show-text a:hover {
	color: #3ebda9;
}

.rfpw-image-link {
	display: none;

} 


/*------    FAQ  ------ */


.faq-toc-hd{
	margin: 30px 0 20px 0px;
}


.faq-toc {
	margin: 10px 0 20px 20px;
}


.faq-sub-top {
font-size: 18px;
margin: 10px 0 20px 20px;

}

.faq-hd-top  {

font-size: 24px;

}

.faq-sub {


}

.faq-hd  {

font-size: 24px;

}

:target {
	display: block;
	position: relative;
	top: -60px; 
	visibility: hidden;
}

.faq-spacer {
margin-top: 60px;

}


/*-- Pathway -- */

.path-sub  {
margin: 0 0 20px;

}


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

.page-id-627 .entry-header {

display:none;
}
.simple-banner {
	background-color: #54912c !important;
}

.simple-banner-text {
	font-weight: 400 !important; 
	font-size: 16px; 
	padding: 12px 40px; 
	line-height:1.2;
	font-style:italic;
}


/* Content
--------------------------------------------- */
.content-sidebar-wrap {
	width: 100%;
	margin: 0 auto;
	padding: 0 5%;
	padding-top: 0%;
}

.page-id-145 .content-sidebar-wrap {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	padding-top: 0%;
}


.content {
	float: left;
	width: 70%;
}

.sidebar {
	float: right;
	width: 260px;
	margin-top: 80px;
}

.page .content {
	padding-bottom: 20px;
}

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

.full-width-content .content {
	padding: 0 20%px 20px;
	width: 100%;
}


.full-width-content.parallax-home .content {
	padding: 0;
}


.page-id-251 .site-inner,
.page-id-251 .wrap,
.page-id-251 .full-width-content .content {
	margin: 0 auto;
	max-width: 2600px;
	width: 100%;
	padding: 0 0 50px; 
}

/* Add style for the new page or post background image
---------------------------------------------------------- */
 
.entry-background {
	display: block;
	height: 320px;
	width: 100%;
	z-index: -99 !important;
}




.blog-title {
	margin: 0 auto;
	max-width: 1140px;
	padding: 0;
	
	}
	
	
.blog-title,
.blog-title a {
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	letter-spacing: .06em;
	color: #ccc;
	margin: 10px auto 20px;
	text-transform: uppercase;
	}
	
.single .blog-title a{
	color: #aaa;
	font-size: 16px;
}

.post .entry-title,
.single .entry-title{
	margin: 30px auto;
}


.single .blog-title a:hover{
	color:#ccc;
}
	
	
	
.blog-title a:hover {
	color: #ccc;
	}
	
.blog-title h2,
.blog-title h2 a {
	font-size: 20px;
	font-weight: 400;
	color: #ac7742;
	text-transform: uppercase;
	text-align: left;
	letter-spacing: .1em;
	}


.single h1.entry-title,
h2.entry-title {
	color: #54912c;
	font-size: 32px;
	line-height: 1.2;
	text-transform: none;
	letter-spacing: 0;
}

.entry-title-link {
	font-weight: normal;
	}


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

.entry {
	margin-bottom: 30px;
}

.legal {
	color: #54912c;
	font-size: 18px;
	font-weight:600;

}

.sidebar .entry {
	margin-bottom: 8px;
}

footer.entry-footer {
	border-bottom: 1px solid #ddd;
}

.single footer.entry-footer {
	border-bottom: none;
}

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

.entry-content ol li,
.entry-content ul li {
	margin-bottom:10px;
}
	

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

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

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

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

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

.entry-content code {
	background-color: #000;
	color: #ddd;
}

.board-member,
.board-pic,
.board-bio {
overflow:hidden;
}

.board-pic {
float:left;
}

.board-bio {

width: 75%;
float:right;
}

.board-pic {
width: 20%;
margin: 0 16px 12px 0
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 12px;
	margin-bottom: 16px;
	display: inline-block;
}


.entry-header {
	text-align: Left;
}

/* .entry-header::after {
	border-bottom: 1px solid #000;
	content: "";
	display: block;
	margin: 0 auto 60px;
	padding-bottom: 30px;
	width: 25%;
}

*/
.sidebar .entry-header::after {
	display: none;
}

.entry-categories::before,
.entry-tags::before {
	display: inline-block;
	font: normal 20px/1 'dashicons';
	margin-right: 5px;
	margin-top: 2px;
	vertical-align: top;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale; /* Fixes font bold issue in Firefox version 25+ on Mac */
}

/*
.entry-categories::before {
	content: "\f318";
}

.entry-tags::before {
	content: "\f323";
}
*/

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

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

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

.after-entry {
	border-top: 1px solid #000;
	padding: 40px 0;
}

.after-entry .widget {
	margin-bottom: 40px;
}

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

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

/* Pagination
--------------------------------------------- */

.pagination {
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color:#aaa;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	padding: 8px 12px;
	text-transform: uppercase;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color:#356f10;
	color: #fff;
}

/* Content Boxes
--------------------------------------------- */
 
.content-box-blue,
.content-box-gray,
.content-box-green,
.content-box-purple,
.content-box-red,
.content-box-yellow {
	margin-bottom: 30px;
	overflow: hidden;
	padding: 30px;
}
 
.content-box-blue {
	background-color: #d8ecf7;
	border: 1px solid #afcde3;
}
 
.content-box-gray {
	background-color: #e2e2e2;
	border: 1px solid #bdbdbd;
}
 
.content-box-green {
	background-color: #d9edc2;
	border: 1px solid #b2ce96;
}
 
.content-box-purple {
	background-color: #e2e2f9;
	border: 1px solid #bebde9;
}
 
.content-box-red {
	background-color: #f9dbdb;
	border: 1px solid #e9b3b3;
}
 
.content-box-yellow {
	background-color: #fef5c4;
	border: 1px solid #fadf98;
}

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

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

p.comment-meta,
.entry-comments .comment,
.entry-comments .comment-reply {
	margin-bottom: 40px;
}

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

.entry-comments .comment {
	border-bottom: 1px solid #000;
}

.comment-content,
.entry-comments .comment {
	clear: both;
}

p.form-submit,
.entry-comments .children .comment,
.entry-comments .comment-author {
	margin: 0;
}

.entry-comments .children .comment {
	border: none;
}

.comment-respond label {
	display: block;
	font-weight: 700;
}

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

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

.entry-comments ul.children {
	margin-left: 40px;
}

.form-allowed-tags,
.ping-list .reply {
	display: none;
}

.bypostauthor {
}

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


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



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

.sidebar p:last-child {
	margin-bottom: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 20px;
}

/* Ftr Wdgts
---------------------------------------------------------------------- */
 .ftr-wdgts-container,
 .footerwidgetheader-container .wrap{
 max-width:4000px;
 }
 
.ftr-wdgts-container {
	background-color:#356f10;
	padding-top: 60px;
}

 
.ftr-wdgts {
	clear: both;
	margin: 0px auto 0px;
	overflow: hidden;
	padding: 40px 0px;
	background-color:#54912c;
}
 
.ftr-wdgts .wrap{
	max-width: 1140px;
	margin: 0 auto;
	padding-left: 40px;
	}
	
	
.ftr-wdgts-1,
.ftr-wdgts-2  {
	float: left;
	width: 20%;
	margin-right:3%;
}
 

.ftr-wdgts-3 {
	float: left;
	margin-left:0%;
	width: 20%;
	text-align: left;
}

.ftr-wdgts-4 {
	float: left;
	margin-left:5%;
	width: 28%;
	text-align: left;
	color:#fff;
}

.ftr-wdgts-1,
.ftr-wdgts-2,
.ftr-wdgts-3,
.ftr-wdgts-4 {
	color: #fff;
	font-weight: 400;
	font-size: 16px;
	text-transform: none;
}



.ftr-wdgts-1 li li,
.ftr-wdgts-2 li li,
.ftr-wdgts-3 li li{
	margin-bottom: 12px;
	margin-top: 12px;
	
	line-height: 1.4;
}
.ftr-wdgts-1 li,
.ftr-wdgts-2 li,
.ftr-wdgts-3 li{
	margin-bottom: 12px;
	
	line-height: 1.4;
}


.ftr-wdgts-4 {
	line-height: 1.3;
	font-size: 16px;
	text-transform: none;
}


.ftr-wdgts-1 a,
.ftr-wdgts-2 a,
.ftr-wdgts-3 a {
	color: #fff;
	font-weight: 400;
}
.ftr-wdgts-1 li a,
.ftr-wdgts-2 li a,
.ftr-wdgts-3 li a{
	font-size: 18px;
}

.ftr-wdgts-1 li li a,
.ftr-wdgts-2 li li a,
.ftr-wdgts-3 li li a{
	font-weight: 400;
	font-size: 16px;
}

.ftr-wdgts-1 a:hover,
.ftr-wdgts-2 a:hover,
.ftr-wdgts-3 a:hover {
	color: #9fb193;
	display: block;
}
#enhancedtextwidget-4 a{
	color: #fff;
}
#enhancedtextwidget-4 a:hover{
	color: #f4b591;
}




.footer-menu-wrap {
width: 100%;
margin-top: 30px;
overflow:hidden;
display:inline-block;
padding: 0 30px;
}



.footer-menu {
 
}

	
.sm-icons-wrap{
width: 50px;
}
#menu-blog-menu,
.footer-menu,
.footer-menu a {
	clear: both;
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1.3;
	width: 100%;
	text-transform: uppercase;
	text-decoration: none;
}

#menu-blog-menu li a, 
.footer-menu li a {
	margin-left: 0px;
	font-weight: 900;
}
#menu-blog-menu {
	margin-bottom: 14px;
}

.footer-menu li li{
	margin-left: 12px;
	margin-top: 14px;
}
.footer-menu li li a{
	font-weight: 400;
}

.footer-menu a:hover,
.footer-menu li a:hover,
.footer-menu li li a:hover {

}

.footer-phone {
	font-weight: 400;
	font-size: 24px;
	letter-spacing: 1px;
	line-height: 1.3;
	text-transform: uppercase;

}

.footer-address {
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 1.3;
	text-transform: uppercase;
}

.footer-copyright {
	font-weight: 600;
	font-size: 13px;
	line-height: 1.3;
}

p.footer-copyright {
	margin-bottom: 6px;
}






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

.site-footer {
	background-color: #356f10;
	padding: 40px 0;
	text-align: center;
	font-family: 'Lato' sans-serif;
}

.site-footer,
.site-footer a,
.site-footer p {
	color: #fff;
}

.site-footer a:hover {
	color: #f04848;
}

.site-footer p {
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	margin-bottom: 0;
	text-transform: uppercase;
}


/* ftr widgts  */

.ftr-wdgts-container .sub-menu {
	text-transform: none;
}


/* FAQs Collapse ---*/

.collapse-o h4   {
	font-size: 20px;
	padding-top: 20px;
	border-top: 1px solid #666;
}

.colomat-hover {
	text-decoration: none !important;
}
.arrowright   {
	background-position: right 20px !important;
}

.collapseomatic_content {
	padding-bottom: 20px !important;
} 


/* ohicc banner  */


.ohicc-banner {
	display: none;
}

.page-id-17 .ohicc-banner {
	display: block;
}


/* OHICC custom styles */

.home-section-ohic {
	background-image: url('https://www.ourhomeicc.org/staging/wp-content/uploads/2017/12/bubbles-OHICC-4.jpg');
}

.cp-header-right {
	display:block;
	overflow:hidden;
}
.ohicc-header-right {
	display:none;
	width: 180px;
	overflow:hidden;
}
.page-id-17 .ohicc-header-right {
	display:block;
}
.page-id-17 .cp-header-right {
	display:none;
}


.page-id-17 .nv-btn-rev {
	color: #c4632d;
	background-color: #fff;
	border: 2px solid #c4632d;
}
.page-id-17 .nv-btn-rev:hover {
	background-color:#c4632d;
	color: #fff;
	border-color:#fff;
}

.page-id-17 h1,
.page-id-17 h2,
.page-id-17 h3,
.page-id-17 h4,
.page-id-17 h5,
.page-id-17 h6 {
	color: #c4632d;
}

.page-id-17 .home-odd,
.page-id-17 .home-odd a:hover,
.page-id-17 .home-odd h1,
.page-id-17 .home-odd h2,
.page-id-17 .home-odd h3,
.page-id-17 .home-odd h4,
.page-id-17 .home-odd h5,
.page-id-17 .home-odd h6,
.page-id-17 .home-odd .featured-content .entry-title a,
.page-id-17 .home-odd .widget-title {
	color: #fff;
}





.page-id-17 .nv-btn,
.page-id-17 .nv-btn-wdgt,
.page-id-17 .nv-btn-hdr,
.page-id-17 .nv-btn-rev {
	background-color:#c4632d;
	color: #fff;
}

.page-id-17 .ftr-wdgts-container a {
	color: #fff;
}

.sidebar li.menu-item {
	text-transform:uppercase;
}
.sidebar .sub-menu li.menu-item{
	text-transform:none;
}

.sidebar  {
	padding-left: 20px;
	border-left: 1px solid #54912c;
	margin-left: 10px;
}

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




@media only screen and (max-width: 1204px) {
.home-section-1 {
	padding: 70px 100px;
}

.home-3wdgt-wrap {
    overflow: hidden;
    max-width:1140px;
    padding: 20px 20px;
    margin: 0 auto;
    width:100%;
}

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

.cta-bar{
	background-size: 20%;
	background-color:#ac7742;
	}

.footer-phone {
	font-weight: 400;
	font-size: 20px;
	letter-spacing: 1px;
	line-height: 1.3;
	text-transform: uppercase;

}


	.site-inner,
	.wrap {
		max-width: 960px;
	}
	
.blog-title {
	margin: 0 auto;
	max-width: 960px;
	padding: 0 3%;
	
	}
	.site-header .widget-area {
		width: 560px;
	}

	.home-section-1,
	.home-section-3,
	.home-section-5 {
		background-attachment: scroll;
		background-position: top;
		-webkit-background-size: auto;
		-moz-background-size:    auto;
		background-size:         auto;
	}
	



	.content {
		width: 520px;
	}

	.full-width-content .content {
		padding: 0 110px;
	}
	
	.site-header {
		position: static;
	}

}


@media only screen and (max-width: 1110px) {
.home-section-1 {
	padding: 50px 60px;
}
}
@media only screen and (max-width: 1040px) {

.cta-bar{
	background-size: 15%;
	}

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

.home-section-1 {
	padding: 30px 30px;
}
.title-site,
.btns-res {
	display:inline;
}

.title-area {
	text-align:center;
	margin:0 auto;
}

.page-id-145 .title-home;
.logo-width  {
overflow:hidden;
	display: block;
	margin:0 auto;
}

.page-id-145 .title-site,
.page-id-145 .btns-site,
.page-id-145 .btns-home,
.btns-site {
	display: none;
}

.hm-top-hd h2{
	padding-right: 0px;
	font-size:45px;
}
.hm-top-hd h3{
	padding-right: 0px;
	font-size:18px;
}

.hm-top-hd {width: 40%;
float:left;
text-align:left;
margin-left:5%;
}
.hm-top-widget {
	background-size: 120%;
	}


.hm-wdgt-left {
	width: 100%;
	display: block;
}
.hm-wdgt-right {
	width: 100%;
	display: block;
}

.hdr-right-wrap {
	display:none;
	}
	
	
	
.cta-bar{
	background-image: none;
	}
.cta-bar-cnt {
	padding-right: 0;
	float: left;
}


#text-2.widget.widget_text {
	display: initial;
	}
.site-header .widget-area {
margin-top:20px
}
.site-header .textwidget{
margin-top:0px
}
.page .content {
    padding-bottom: 0px;
}

.menu-bar {
	margin: 0px 20px 0px;
	display: inline-block; 
}

.cal-bar {
	margin: 0px 0 0px 20px;
	display: inline-block;
}


.fb-bar-wrap{
	width: 100%;
	}
	

.ftr-wdgts-1,
.ftr-wdgts-2,
.ftr-wdgts-3,
.ftr-wdgts-4  {
	float: none;
	width:100%;
	max-width: 460px;
	margin: 0 auto;
	text-align: center;
	
}

.ftr-wdgts-3  {
	margin-top: 12px;
}
.ftr-wdgts-4  {
	margin-top: 40px;
}
 


	.site-inner,
	.wrap {
		max-width: 768px;
	}

		.blog-title {
	max-width: 768px;
		padding: 0 3%;
	}
	.parallax-home .site-inner {
		max-width: none;
	}



	.content,
	.sidebar,
	.site-header .widget-area,
	.page-id-145 .site-header .widget-area,
	.title-area,
	.page-id-145 .title-area {
		max-width: 1840px;
		width: 100%;
	}

	.genesis-nav-menu,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}

	.header-image .site-title > a {
		margin: 0 auto 10px;
	}

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

	.parallax-home .site-inner {
		margin-top: 0;
	}

	.site-inner {
		margin-top: 0px;
	}

	.full-width-content .content {
		padding: 0;
	}

	.full-width-content img.pull-left {
		margin-left: 0;
	}

	.full-width-content img.pull-right {
		margin-right: 0;
	}
	.full-width-content img.straddle {
		
	max-width: 200%;
		margin: 0;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.pricing-table .one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.pricing-table .one-third:nth-child(3n+1) {
		border-right: 2px solid #000;
	}

	.pricing-table .one-third:nth-child(3n+2) {
		margin-bottom: 20px;
		margin-top: 20px;
	}

	.pricing-table .one-third:nth-child(3n) {
		border-left: 2px solid #000;
	}

}


@media only screen and (max-width: 900px) {
.hm-top-widget {
	background-repeat: no-repeat;
    background-position: center; 
	height: 480px;
	width:100%;
	}
	
	.hm-top-wrap {
	max-width: 1400px;
	margin: 0 auto;
	padding: 160px 3% 20px;
}
/* .hm-top-hd {
	display: none;
}
.hm-top-hd-resp-1 {
	width: 360px;
	display: block;
} */




}
@media only screen and (max-width: 860px) {
.hm-top-hd {width: 35%;
margin-left:10%;
}
.hm-cta-wdgt-1 .wrap {
	padding: 60px 6%;
	}
.cta-dt {
	display:none;
}
.cta-res {
	display:inline;
}
}
@media only screen and (max-width: 788px) {


.hm-top-widget {
	
	
}
.hm-top-widget {
	background-size: 120%;
	height: 360px;
	}
.hm-top-wrap {
	padding: 85px 3% 20px;
}

.hm-top-hd {width: 40%;
float:left;
text-align:left;
margin-left:10%;
}

/*.hm-top-hd, {
	display: none;
} */

.hdr-wgt-tag-resp {
	display: block;
	margin: 0 auto 14px;
}

.hdr-wgt-tag-resp h2{
	font-size: 16px;
	font-weight: 400;
	color: #54912c;
	letter-spacing: .12em;
	text-transform: uppercase;
	margin: 0;
}

.home-section-1 .wrap {
	padding-bottom: 0px;
}

.home-3wdgt-1,
.home-3wdgt-2,
.home-3wdgt-3 {
	float: none;
	display:block;
	width: 94%;
	margin: 0 auto 10px;
	text-align: center;
}


.home-3wdgt-3 {
	margin: 0 auto 10px;
}

.page-2-wdgt-wrap { 
	width: 100%;
    overflow: hidden;
    padding: 0 ;
    margin: 0;
}
.page-2-wdgt-1,
.page-2-wdgt-2 { 
	width: 100%;
    float:none;
    margin: 0;
    padding:0;
}



.cta-bar-cnt {
	margin: 0 3%;
	}

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


.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3
 {
	float: left;
	width: 60%;
	margin-right:3%;
	clear:both;
}

.footer-widgets-2,
.footer-widgets-3
 {
	margin-top: 30px;
	}
.footer-widgets-4,
.footer-widgets-5
 {
	float: left;
	width: 35%;
	margin-right:5%;
	margin-bottom: 40px;
	margin-top: 30px;
	padding-left:0px;
	border-left: none;
	padding-top: 18px;
	display:block;
}
.footer-widgets-4 {
clear:left;
 } 
.footer-widgets-6 {
	float: left;
	width: 100%;
	text-align: left;
	display:block;
	padding-top: 36px;
	
}



	.site-inner,
	.wrap {
		max-width: none;
		width: 100%;
	}

	.site-inner,
	.wrap {
		padding: 0 5%;
	}
	
	.blog-title {
	max-width: 768px;
		padding: 0 8%;
	}

	.page-id-7.site-inner,
	.wrap {
		padding: 0 0%;
	} 
.ftr-wdgts-container .wrap{
		padding: 0 5%;
	} 
	.parallax-home .site-inner {
		padding: 0;
	}

#nav_menu-7.widget.widget_nav_menu {
	margin-top:20px;
}

.page-id-145 .site-header .widget-area {
	margin-top: 20px;
	padding-top: 0px;
}

.site-header .wrap {
	border-bottom: none;
	padding-bottom: 0px;
}

.genesis-nav-menu,
.genesis-nav-menu a {
	color:#fff;
	background-color: #54912c;
}

.genesis-nav-menu.responsive-menu {
		display: none;
	}


.nav-primary .responsive-menu-icon {
		margin-top: 0px;
	}
#menu-top-main.menu.genesis-nav-menu.responsive-menu {
	background-color: #54912c;
}

	
	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}

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

	.genesis-nav-menu.responsive-menu 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 {
		border: none;
		display: block;
		padding: 20px;
	}

	.genesis-nav-menu.responsive-menu li.current-menu-item > a,
	.genesis-nav-menu.responsive-menu .sub-menu li.current-menu-item > a:hover {
		color:#9fb193;
	}
	.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: "\f347";
		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: "\f343";
	}

	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu {
		display: none;
	}

	.genesis-nav-menu.responsive-menu .sub-menu {
		background-color: rgba(255, 255, 255, 0);
		background-color: #54912c;
		left: auto;
		opacity: 1;
		position: relative;
		-moz-transition:    opacity .3s ease-in-out;
		-ms-transition:     opacity .3s ease-in-out;
		-o-transition:      opacity .3s ease-in-out;
		-webkit-transition: opacity .3s ease-in-out;
		transition:         opacity .3s ease-in-out;
		width: 100%;
		z-index: 99;
	}

	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		background-color: transparent;
		margin: 0;
		padding-left: 25px;
	}

	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		padding: 12px 20px;
		position: relative;
		text-transform: none;
		width: 100%;
	}

	.genesis-nav-menu.responsive-menu .current-menu-item > a,
	.genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu > li.menu-item-has-children:hover > a,
	.genesis-nav-menu.responsive-menu a:hover {
		background: none;
	}
/*.site-header .widget-area a, */

	.site-header .genesis-nav-menu.responsive-menu a,
	.site-header .genesis-nav-menu.responsive-menu .current-menu-item > a,
	.site-header .genesis-nav-menu.responsive-menu .sub-menu li a,
	.site-header .genesis-nav-menu.responsive-menu .sub-menu li a:hover,
	.site-header .genesis-nav-menu.responsive-menu .sub-menu,
	.site-header .genesis-nav-menu.responsive-menu > .menu-item-has-children:before,
	.site-header .genesis-nav-menu.responsive-menu > li:hover > a,
	.site-header .genesis-nav-menu.responsive-menu a:hover {
		color: #fff;
		text-transform: uppercase;
	}
	
	.site-header .genesis-nav-menu.responsive-menu .current-menu-item > a,
	.site-header .genesis-nav-menu.responsive-menu a:hover {
		color: #fff;
		text-transform: uppercase;
	}
	
	.page-id-11 .site-header .genesis-nav-menu.responsive-menu .current-menu-item > a,
	.page-id-11 .site-header .genesis-nav-menu.responsive-menu .sub-menu li a,
	.page-id-11 .site-header .genesis-nav-menu.responsive-menu .sub-menu li a:hover,
	.page-id-11 .site-header .genesis-nav-menu.responsive-menu .sub-menu,
	.page-id-11 .site-header .genesis-nav-menu.responsive-menu > .menu-item-has-children:before,
	.page-id-11 .site-header .genesis-nav-menu.responsive-menu > li:hover > a,
	.page-id-11 .site-header .genesis-nav-menu.responsive-menu a:hover {
		color: #666;
	}
	
	.site-header .genesis-nav-menu.responsive-menu .sub-menu li {
	padding-left: 12px;
	}
	
	
	

	.home-even,
	.home-odd {
		padding: 0px 0;
	}

	.parallax-home .simple-social-icons ul li {
		margin: 0 20px 20px !important;
	}

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



.hm-top-hd {width: 35%;
margin-left:10%;
}


.hm-top-widget {
	background-size: 100%;
	height: 320px;
	}
.hm-top-wrap {
	padding: 65px 3% 20px;
}


}
@media only screen and (max-width: 730px) {
.hm-1-hd {
	font-size: 24px;
	}
	
.hm-2-hd{
font-size: 60px;
}	
.home-section-1 h3 {
	font-size:22px;
	line-height: 1.5;
	}

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



img.alignleft,
img.alignright {
	float: none;
	text-align: left;
	margin:0 0 24px;
	max-width: 100%;
	display: block;
}
img.alignleft.top-margin,
img.alignright.top-margin {
	margin: 24px 0;
}

.envira-gallery-wrap .envira-gallery-public.envira-gallery-2-columns .envira-gallery-item {
    width: 100% !important;
}

.testi-bar {
	width:110%;
	margin: 0 -5% 40px; 
	color:#fff; 
}

.testi-bar-pic {
	float:left;
	margin:10px 3% 0 0;
	width: 30%;
	overflow: hidden;
}
.testi-bar-txt {
	float:none;
	width: 100%;
	overflow: hidden;
}
}

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

.hm-logo {
	width:90%;
}
.site-logo {
	width:80%;
}

.hm-top-hd {width: 40%;
margin-left:5%;
}
.hm-top-hd h3{
	font-size:18px;
}


}

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

.home-section-1 .wrap {
	padding: 20px 30px 0;
}

.home-section-1 h2,
.home-section-1 h3{
	margin:12px auto;
}
.hm-1-hd {
	font-size: 22px;
	}
	
.hm-2-hd{
font-size: 50px;
}	
.home-section-1 h3 {
	font-size:22px;
	line-height: 1.5;
	}
	
	
.nv-btn-rev {
	padding: 8px 12px 8px;
}



.dt-btns {
	margin: 20px auto;
	display: block;
}	
.hm-top-widget {
	background-size: 110%;
	height: 290px;
	}
.hm-top-wrap {
	padding: 65px 3% 20px;
}

h4.widgettitle {
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: .03em;
	
}
.hm-top-hd-resp {
	width: 360px;
	display: block;
}
.hm-top-hd-resp {
	display: none;
}


.hm-splash-wrap {
	padding:30px;
	
	margin: auto auto;
}
h2.hm-splash-day  {
	font-weight: 700;
	font-size: 28px;
	text-transform: uppercase;
	margin-top: 18px;
	letter-spacing: .06em;
}


.hm-splash-adrs-dt {
	display: none;
}

.hm-splash-adrs-res
 {
	font-weight: 400;
	font-size: 18px;
	display:block
} 



.hm-splash-map-link,
.hm-splash-map-link a
 {
	font-weight: 700;
	font-size: 22px;
	text-transform: uppercase;
	color: rgba(255,255,255,.7);
	letter-spacing: .06em;
	margin: 18px auto 14px;
	line-height: 1.3;
} 

.hm-splash-map-link,
.hm-splash-map-link a
 {
	color: rgba(255,255,255,1);
	margin: 0px auto 24px;
	font-weight: 900;
	font-size: 22px;
	letter-spacing: .2em;
}

.hm-splash-map-link a:hover
 {
	color: rgba(255,255,255,.7);
}




.footer-widgets-4,
.footer-widgets-5
 {
	float: left;
	width: 50%;
	margin-right:5%;
	margin-top: 30px;
	margin-bottom: 0;
	padding-left:0px;
	padding-bottom:0px;
	border-left: none;
	padding-top: 0px;
	display:block;
}
.footer-widgets-4 {
	margin-top: 60px;
 } 
 .footer-widgets-5 {
clear:left;
 } 
 
 }

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

 .nv-btn-hdr {
	margin: 0 0 12px 0px;
}
.hm-top-widget {
	background-size: 150%;
	height: 290px;
	}
.hm-top-wrap {
	padding: 65px 3% 20px;
}
.hm-top-hd {

display:none;
}

.hm-top-hd-resp {
	width: 100%;
	display: block;
	margin:0 auto;
}

.hm-top-hd-resp h2{
 font-size: 42px;
}
.hm-top-hd-resp h3{
 font-size: 18px;
}
.hm-wdgt-wrap {
	margin-top: 20px
}
.hm-feat-wdgt-1 {
	margin-top:12px;
	}
.hm-feat-wdgt-1 h2{
	font-size:42px;
	}

.feat-head-resp-1 {
	display: none;
}
.feat-head-resp-2 {
	display: initial;
}
}
@media only screen and (max-width: 480px) {

.hm-top-widget {
	background-size: 150%;
	background-position: 100% 0;
	height: 290px;
	}
.hm-top-wrap {
	padding: 60px 3% 20px;
}

.entry-background {
		height: 350px;
	}
.menu-bar {
	margin: 0px auto 10px;
	display: block; 
}

.cal-bar {
	margin: 10px auto 0;
	display: block;
}

.testi-bar {
	width:110%;
	margin: 0 -5% 40px; 
	color:#fff; 
}

.testi-bar-pic {
	float:left;
	margin:10px 3% 0 0;
	width: 60%;
	overflow: hidden;
}
.testi-bar-txt {
	float:none;
	width: 100%;
	overflow: hidden;
}


.fb-bar-wrap h3 {
    font-size: 28px;
}

#cff .cff-text-wrapper {
	Width:100% !important;
	}

#cff .cff-photo{
  width: 100% !important;
  max-width: 900px !important;
  }
	
.hm-splash-day-dt {
	display: none;
	}
.hm-splash-btns-dt {
	display: none;
	}
		
.hm-splash-day-res {
	display: block;
	}
.hm-splash-btns-res {
	display: block;
	}

	.footer-widgets .widget-title,
	.home-even .widget-title,
	.home-odd .widget-title {
		font-size: 36px;
	}

	.home-even,
	.home-odd {
		font-size: 22px;
	}

}


@media only screen and (max-width: 459px) {
.envira-gallery-wrap .envira-gallery-public.envira-gallery-2-columns .envira-gallery-item {
    width: 100% !important;
}
.envira-gallery-wrap .envira-gallery-public.envira-gallery-2-columns .envira-gallery-item, .envira-gallery-wrap .envira-gallery-public.envira-gallery-3-columns .envira-gallery-item, .envira-gallery-wrap .envira-gallery-public.envira-gallery-4-columns .envira-gallery-item, .envira-gallery-wrap .envira-gallery-public.envira-gallery-5-columns .envira-gallery-item, .envira-gallery-wrap .envira-gallery-public.envira-gallery-6-columns .envira-gallery-item {
width: 100% !important;}


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

.hm-top-widget {
	background-size: 180%;
	background-position: 80% 0;
	height: 320px;
	}
	}
	
@media only screen and (max-width: 400px) {

.hdr-wgt-tag-resp h2{
	font-size: 15px;
}

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

.home-section-1 .wrap {
	padding: 20px 30px 0;
}

.home-section-1 h2,
.home-section-1 h3{
	margin:12px auto;
}
.hm-1-hd {
	font-size: 20px;
	}
	
.hm-2-hd{
font-size: 42px;
}	
.home-section-1 h3 {
	font-size:20px;
	line-height: 1.5;
	}
	
	
.nv-btn-rev {
	padding: 8px 8px 8px;
}



.dt-btns {
	margin: 20px auto;
	display: block;
}	

.hm-top-widget {
	background-size: 200%;
	background-position: 80% 0;
	height: 320px;
	}
	}
