/************************************************

Stylesheet: Global Stylesheet

*************************************************/
/*********************
POSTS & CONTENT STYLES
*********************/
.page-title .vcard {
  border: 0px;
  padding: 0px; }

.byline {
  color: #999; }

.entry-content img {
  max-width: 100%;
  height: auto; }

.entry-content .alignleft, .entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.entry-content .alignright, .entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.entry-content .aligncenter, .entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto; }

.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px; }

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px; }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

.post-password-form input[type="submit"] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fefefe; }
  [data-whatinput='mouse'] .post-password-form input[type="submit"] {
    outline: 0; }
  .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
    background-color: #14679e;
    color: #fefefe; }

/*********************
IMAGE GALLERY STYLES
*********************/
.gallery {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-right: -15px;
  margin-left: -15px; }

.gallery::before, .gallery::after {
  content: ' ';
  display: table; }

.gallery::after {
  clear: both; }

.gallery.gallery-columns-1 > dl {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-1 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-1 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-2 > dl {
  width: 50%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-2 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-2 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-3 > dl {
  width: 33.33333%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-3 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-3 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-4 > dl {
  width: 25%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-4 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-4 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-5 > dl {
  width: 20%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-5 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-5 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-6 > dl {
  width: 16.66667%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-6 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-6 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-7 > dl {
  width: 14.28571%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-7 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-7 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-8 > dl {
  width: 12.5%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-8 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-8 > dl:last-child:not(:first-child) {
    float: right; }

.gallery dl {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.gallery dl:last-child:not(:first-child) {
  float: right; }

/*********************
PAGE NAVI STYLES
*********************/
.page-navigation {
  margin-top: 1rem; }

/*********************
COMMENT STYLES
*********************/
#comments .commentlist {
  margin-left: 0px; }

#respond ul {
  margin-left: 0px; }

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px; }
  .commentlist li:last-child {
    margin-bottom: 0; }
  .commentlist li ul.children {
    margin: 0; }

.commentlist li[class*=depth-] {
  margin-top: 1.1em; }

.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0; }

.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0; }

.commentlist .vcard {
  margin-left: 50px; }
  .commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal; }
  .commentlist .vcard time {
    float: right; }
    .commentlist .vcard time a {
      color: #999;
      text-decoration: none; }
      .commentlist .vcard time a:hover {
        text-decoration: underline; }
  .commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #fff; }

.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }

.commentlist .comment-reply-link {
  float: right; }

/*********************
COMMENT FORM STYLES
*********************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label,
      .respond-form form li small {
        display: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url],
    .respond-form form textarea {
      padding: 3px 6px;
      background: #efefef;
      border: 2px solid #cecece;
      line-height: 1.5em; }
      .respond-form form input[type=text]:focus,
      .respond-form form input[type=email]:focus,
      .respond-form form input[type=url]:focus,
      .respond-form form textarea:focus {
        background: #fff; }
      .respond-form form input[type=text]:invalid,
      .respond-form form input[type=email]:invalid,
      .respond-form form input[type=url]:invalid,
      .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -ms-box-shadow: none;
        box-shadow: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url] {
      max-width: 400px;
      min-width: 250px; }
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

#comment-form-title {
  margin: 0 0 1.1em; }

#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

.nocomments {
  margin: 0 20px 1.1em; }

/*********************
SIDEBARS & ASIDES
*********************/
.sidebar li {
  list-style: none; }

.widget ul {
  margin: 0; }

/*********************
VISUAL EDITOR STYLES
*********************/
body#tinymce {
  margin: 20px; }

/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0; }

/*# sourceMappingURL=style.css.map */


/*********************
RESPONSIVE MENU STYLES
*********************/
/* Responsive Menu CSS */

#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #head-mobile {
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: right;
}
#cssmenu:after, #cssmenu > ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}
#cssmenu #head-mobile {
	display: none
}
#cssmenu {
	font-family: 'Source Sans Pro', sans-serif;
	text-align: right;
  background: #444;
}
#cssmenu > ul > li {
    display: inline-block;
}
#cssmenu > ul > li > a {
	padding: 17px;
	font-size: 12px;
	letter-spacing: 1px;
	text-decoration: none;
  color: #142517;
  font-weight: 600;
}
#cssmenu > ul > li:hover, #cssmenu ul li.active:hover, #cssmenu ul li.active, #cssmenu ul li.has-sub.active:hover {
	-webkit-transition: background .3s ease;
	-ms-transition: background .3s ease;
	transition: background .3s ease;
	color: #949494;
}
#cssmenu > ul > li.has-sub > a {
	padding-right: 25px
}
#cssmenu > ul > li.has-sub > a:after {
	position: absolute;
	top: 22px;
	right: 11px;
	width: 8px;
	height: 2px;
	display: block;
	background: #fff;
	content: ''
}
#cssmenu > ul > li.has-sub > a:before {
	position: absolute;
	top: 19px;
	right: 14px;
	display: block;
	width: 2px;
	height: 8px;
	background: #fff;
	content: '';
	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease
}
#cssmenu > ul > li.has-sub:hover > a:before {
	top: 23px;
	height: 0
}
#cssmenu ul ul {
	position: absolute;
	left: -9999px;
	z-index: 2;
	width: 250px;
	padding-top: 0;
	background: none;
}
#cssmenu ul ul li {
	opacity: 0;
	height: auto;
	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease;
	background: #fff;
	transition: all .25s ease
}
#cssmenu li:hover > ul {
	left: 0;
}
#cssmenu li:hover > ul > li {
	opacity: 1
}
#cssmenu ul ul ul {
	margin-left: 100%;
	top: 0
}
#cssmenu ul ul li a {
	padding: 1em 1.2em;
	font-size: 0.8em;
	text-decoration: none;
	color: #fff;
	font-weight: 400;
	margin: 0;
	width: 100%;
	text-align: left;
	background: blue;
}
#cssmenu ul ul li a:hover {
	background: #0000D0;
}
#cssmenu ul ul li:last-child > a, #cssmenu ul ul li.last-item > a {
	border-bottom: 0
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
	border-bottom-color: #eda2c8;
}
#cssmenu ul ul li.has-sub > a:after {
	position: absolute;
	top: 16px;
	right: 11px;
	width: 8px;
	height: 2px;
	display: block;
	background: #ddd;
	content: ''
}
#cssmenu ul ul li.has-sub > a:before {
	position: absolute;
	top: 13px;
	right: 14px;
	display: block;
	width: 2px;
	height: 8px;
	background: #ddd;
	content: '';
	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
	top: 17px;
	height: 0
}
#cssmenu ul ul li.has-sub:hover, #cssmenu ul li.has-sub ul li.has-sub ul li:hover {
	background: #363636;
}
#cssmenu ul ul ul li.active a {
	border-left: 1px solid #444
}
#cssmenu > ul > li.has-sub > ul > li.active > a, #cssmenu > ul ul > li.has-sub > ul > li.active> a {
	border-top: 1px solid #444
}

@media screen and (max-width:1250px) {
nav {
	width: 100%;
}
#cssmenu {
	width: 100%
}
#cssmenu ul {
	width: 250px;
	display: none;
	position: absolute;
	right: 0;
	top: 46px;
	z-index: 6;
  background: #fff;
}
#cssmenu ul li {
	width: 100%;
}
#cssmenu ul li:hover {
	background: #363636;
}
#cssmenu ul ul li, #cssmenu li:hover > ul > li {
	height: auto;
	opacity: 1;
}
#cssmenu ul li a, #cssmenu ul ul li a {
	width: 100%;
	border-bottom: 0;
	margin: 0;
	text-align: left;
	background: #fff;
	font-size: 1em;
	margin-left: 0px;
	color: #142517;
}
#cssmenu > ul > li {
	float: none;
  margin-bottom: 0;
}
#cssmenu ul ul li a {
	padding-left: 25px
}
#cssmenu ul ul li {
	background: #444!important;
}
#cssmenu ul ul li:hover {
	background: #363636!important
}
#cssmenu ul ul ul li a {
	padding-left: 35px
}
#cssmenu ul ul li a {
	color: #ddd;
	background: black;
	text-align: left;
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li.active > a {
	color: #fff
}
#cssmenu ul ul, #cssmenu ul ul ul {
	position: relative;
	left: 0;
	width: 100%;
	margin: 0;
	text-align: left;
	top: 0;
	padding: 0;
}
#cssmenu > ul > li.has-sub > a:after, #cssmenu > ul > li.has-sub > a:before, #cssmenu ul ul > li.has-sub > a:after, #cssmenu ul ul > li.has-sub > a:before {
	display: none
}
#cssmenu #head-mobile {
	display: none;
}
.MenuButton {
	width: 59px;
	height: 46px;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	z-index: 12399994;
	background: #142517;
}
.MenuButton:after {
	padding: 2px 0px;
	position: absolute;
	top: 22px;
	right: 20px;
	display: block;
	height: 4px;
	width: 20px;
	border-top: 2px solid #dddddd;
	border-bottom: 2px solid #dddddd;
	content: ''
}
.MenuButton:before {
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	position: absolute;
	top: 16px;
	right: 20px;
	display: block;
	height: 2px;
	width: 20px;
	background: #ddd;
	content: ''
}
.MenuButton.menu-opened:after {
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	top: 23px;
	border: 0;
	height: 2px;
	width: 19px;
	background: #fff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	padding: 0;
}
.MenuButton.menu-opened:before {
	top: 23px;
	background: #fff;
	width: 19px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
#cssmenu .submenu-button {
	position: absolute;
	z-index: 99;
	right: 0;
	top: 0;
	display: block;
	border-left: none;
	height: 52px;
	width: 46px;
	cursor: pointer
}
#cssmenu .submenu-button.submenu-opened {
	background: #262626
}
#cssmenu ul ul .submenu-button {
	height: 34px;
	width: 34px
}
#cssmenu .submenu-button:after {
	position: absolute;
	top: 24px;
	right: 19px;
	width: 8px;
	height: 2px;
	display: block;
	background: #ddd;
	content: ''
}
#cssmenu ul ul .submenu-button:after {
	top: 15px;
	right: 13px
}
#cssmenu .submenu-button.submenu-opened:after {
	background: #fff
}
#cssmenu .submenu-button:before {
	position: absolute;
	top: 21px;
	right: 22px;
	display: block;
	width: 2px;
	height: 8px;
	background: #ddd;
	content: ''
}
#cssmenu ul ul .submenu-button:before {
	top: 12px;
	right: 16px
}
#cssmenu .submenu-button.submenu-opened:before {
	display: none
}
#cssmenu ul ul ul li.active a {
	border-left: none
}
#cssmenu > ul > li.has-sub > ul > li.active > a, #cssmenu > ul ul > li.has-sub > ul > li.active > a {
	border-top: none
}
#cssmenu li:hover > ul {
	left: 0;
}
}

@media screen and (min-width:1251px) {
#cssmenu {
	background: none;
	text-align: left;
}
#cssmenu > ul > li > a {
	margin-right: 18px;
	border-bottom: solid 3px rgba(250,213,173,0.00);
	letter-spacing: 0;
	font-size: 1.1rem;
	padding: 10px 0;
}
#cssmenu > ul > li:last-child > a {
  margin-right: 0;
}
#cssmenu > ul > li > a:hover {
	border-bottom: solid 3px rgba(250,213,173,0.66);
}
#cssmenu > ul > li.has-sub > a:before {
	top: 14px;
}
#cssmenu > ul > li.has-sub > a:after {
	top: 17px;
}
#cssmenu > ul li.current-menu-item a {
	border-bottom: solid 3px #FAD5AD;
}
}
/* \END Responsive Menu CSS */

.menu .active>a {
  background: none;
}



/**************************************************************************************************
**********************
CREATIVE TOUCH STYLES
*********************/

/* Styles for the width */
.grid-container {
  max-width: 1550px;
  width: 100%;
}
.grid-container.narrow {
  max-width: 1250px;
  width: 100%;
}
.grid-container.Wide {
  max-width: 90%;
}

/* Styles for the sections */
section {
  padding: 5rem 0;
  width: 100%;
  background: #fff;
}
section.grey {
  background: #F3E5D7;
}
section.red {
  background: #142517;
}
section.red p, section.red h3 {
  color: #fff;
}
.nopad {
  padding: 0;
}
/* Curve section styles */
section.curve-top {
  margin-top: -2px;
  padding: 1rem 0 5rem;
  width: 100%;
}
section.curve-bottom {
  margin-bottom: -2px;
  padding: 5rem 0 1rem;
  width: 100%;
}
.curve {
  margin-top: 0;  
  width: 100%;
  min-width: 105%;
  z-index: 1;
  overflow: hidden;
}
.curve.home-curve{
  margin-top: -65px; 
}
/***********************
HEADING/FONT STYLES
***********************/
/* Title styles */
h1, h2, h3, h4, h5, h6 {
	font-style: normal;
	text-rendering: optimizeLegibility;
  display: block;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  color: #142517;
}

h1 {
	font-size: 4rem;
	line-height: 1.2;
}
h2 {
	font-size: 3rem;
	line-height: 1.2;
}
h3 {
	font-size: 3rem;
	line-height: 1.2;
}
h4 {
	font-size: 2.6rem;
	line-height: 1.2;
}
h5 {
	font-size: 2rem;
	line-height: 1.2;
}
h6 {
	font-size: 1.75rem;
	line-height: 1.2;
}

/* Paragraph styles */
body {
  font-family: 'Source Sans Pro', sans-serif;
  color: #142517;
}
p, ul li, ol li {
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 1.3;
  font-size: 1.3rem;
	font-style: normal;
	text-rendering: optimizeLegibility;
  padding: 0;
  font-weight: 300;
  color: #142517;
}
ul li, ol li {
  margin-bottom: .5rem;
}
p.largeText {
	font-size: 1.5rem;
	line-height: 25px;
}
p.smallText {
  font-size: 1rem;
}
strong {
  font-weight: bold;
	font-weight: 600;
}
/* Link Styles */
a, input[type="submit"] {
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
p a, a {
  color:#556b2f;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
p a:hover, a:hover {
  color: #142517;
}
.centered {
  text-align: center;
}
p.title-blue, .title-blue, .hero-banner p.title-blue {
  font-family: 'Dancing Script', cursive;
  margin-bottom: 0;
  font-size: 2.5rem;
}

html, body {
  width: auto!important;
  overflow-x: hidden!important;
} 
/***********************
BUTTON STYLES
***********************/
.BTN {
  margin-top: 1rem;
	padding: 14px 30px 12px 30px;
	background: #556b2f;
	display: inline-block;
  font-size: 16px;
  font-weight: 600;
	color: #fff;
  letter-spacing: .5px;
  border-radius: 5px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.BTN:hover {
	background: #425325;
	color: #fff;
}
.BTN.light {
  color: #142517;
  background: #fff;
}
.BTN.light:hover {
  color: #142517;
  background: #e9d4d4;
}
.BTN.blue {
  color: #fff;
  background: #142517;
}
.BTN.blue:hover {
  color: #fff;
  background: #070D08;
}
.SmallBTN {
  font-size: 0.75em;
  padding: 10px 15px 7px;
}
img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}

/***********************
HEADER STYLES
***********************/
.topstrip {
  background: #142517;
  padding: .5rem 0;
}
.topstrip p, .topstrip a {
  margin: 0;
  color: #fff;
}
.topstrip a:hover {
  color: #556b2f;
}
.topstrip .social {
  text-align: right;
}
.social a {
  margin-left: .5rem;
  font-size: 1.3rem;
}
.header {
  background: #fff;
  padding: 1rem 0;
  width: 100%;
  padding: 1em 0;
}
.header .logo {
  width: 200px;
  min-width: 200px;
}
.hero-banner h1, .hero-banner {
  color: #fff;;
}
.hero-banner .overlay {
  min-height: 750px;
  height: 750px;
  padding: 5rem 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: rgb(20,37,23);
  background: linear-gradient(225deg, rgba(20,37,23,0.85) 0%, rgba(0,0,0,0.85) 100%);
}
.hero-banner p {
  font-size: 1.75rem;
  color: #fff;
}
.inner-banner .overlay {
  min-height:500px;
  height: 500px;
  width: 100%;
  padding: 5rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: rgb(20,37,23);
  background: linear-gradient(225deg, rgba(20,37,23,0.85) 0%, rgba(0,0,0,0.85) 100%);
}
.hero-banner.inner-banner .overlay {
  min-height: 450px;
  padding: 7rem 0 9rem;
}
.single-content {
  border-top: 3px solid #F3E5D7;
}

/***********************
SPACING STYLES
***********************/
.latest-news h3, .local-events h2, .local-events h3, .testimonial-slider h3, .our-team h3 {
  margin-bottom: 2rem;
}
.latest-news ul, .local-events ul, .home-we-love ul, .our-team ul, .event-main ul, .main-news ul {
  margin: 0;
}
.latest-news ul li, .home-we-love ul li, .local-events ul li, .our-team ul li, .event-main ul li, .main-news ul li {
  list-style: none;
  margin-bottom: 2rem;
}
.testimonial-slider, .our-team {
  padding-top: 0;
}
/*********************
HOMEPAGE SECTION STYLES
*********************/
.local-events ul li .block, .local-events ul li .overlay  {
  border-radius: 10px;
}
.local-events ul li .block .overlay {
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.local-events ul li .overlay {
  display: flex;
  min-height: 375px;
  height: 375px;
  padding: 2rem;
  background: rgb(0,0,0,1);
  background: linear-gradient(225deg, rgba(20,37,23,0.4) 0%, rgba(20,37,23,0.4) 100%);
}
.local-events ul li:hover .overlay {
  background: rgb(20,37,23);
  background: linear-gradient(225deg, rgba(20,37,23,0.85) 0%, rgba(0,0,0,0.85) 100%);
}
.local-inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.local-inner h6 {
color: #fff;
font-weight: 600;
text-align: center;
}
.home-we-love .clearfix {
  width: 100%;
  padding: 2.5rem 0;
}
.home-we-love img.icon {
  margin-bottom: 1.5rem;
}
.cta-bottom-strip a {
  margin-left: 1rem;
}
.cta-bottom-strip p {
color: #142517;
}

/***********************
ABOUT STYLES
***********************/
.our-team ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.our-team h6 {
  margin-top: 1rem;
  text-align: center;
}
.our-team h6 strong {
font-weight: 600;
}
.event-main ul li {
  margin-bottom: 0;
}
.event-main ul li .event-block {
  background: #F3E5D7;
  padding: 1.5rem 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  position: relative;
}
.event-main ul li .event-block .BTN {
  margin: 0;
}
.event-main ul li:nth-child(even) .event-block {
  background: #f4f4f4;
}
.event.clearfix {
  margin: 2rem auto;
  width: 100%;
}
.full-event {
  position: absolute;
  left: 1rem;
  top: -15px;
  padding: 5px 25px;
  border-radius: 5px;
  background: #FAD5AD;
  color: #142517;
  font-weight: 700;
  font-size: 1rem;
}
/***********************
LATEST NEWS & BLOG STYLES
***********************/
.main-news {
  background: #fff;
  margin-top: 2rem;
}
.blog-feat-img {
  width: 100%;
  height: 300px;
}
.latest-news {
  background: rgb(243,229,215);
background: linear-gradient(180deg, rgba(243,229,215,1) 30%, rgba(255,255,255,1) 60%);
}
.latest-news ul li .block, .local-events ul li .block, .event-main ul li .event-block, #recent-posts-2, #categories-3, .sidebar-cta, .main-news ul li .block, .contact .contact-side {
  -webkit-box-shadow: 8px 8px 10px 0px rgba(20,37,23,0.11);
-moz-box-shadow: 8px 8px 10px 0px rgba(20,37,23,0.11);
box-shadow: 8px 8px 10px 0px rgba(20,37,23,0.11);
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-ms-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.latest-news ul li .block:hover, .main-news ul li .block:hover, .local-events ul li .block:hover, .event-main ul li:hover .event-block {
  -webkit-box-shadow: 8px 8px 10px 0px rgba(20,37,23,0.3);
  -moz-box-shadow: 8px 8px 10px 0px rgba(20,37,23,0.3);
  box-shadow: 8px 8px 10px 0px rgba(20,37,23,0.3);
}
.post-inner, #recent-posts-2, .contact .contact-side {
  padding: 1.5rem;
  background: #F3E5D7;
}
a.blog-read {
font-weight: 600;
color: #142517;
}
.post-inner {
  position: relative;
}
.post-inner p.title {
  position: absolute;
  top: -13px;
  background: #142517;
  font-size: .75rem;
  padding: 5px 12px;
  min-height: 26px;
  margin-bottom: 0;
}
.post-inner p.title a {
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
}
.sidebar-cta, #categories-3 {
  margin-top: 2rem;
}
#recent-posts-2, #categories-3 {
  padding: 2.5rem 2rem;
}
#categories-3 {
  background: #f4f4f4;
}
.sidebar-cta .overlay {
  background: rgb(20,37,23, 0.9);
  background: linear-gradient(225deg, rgba(38,83,38,0.9) 0%, rgba(20,37,23,0.9) 100%);
  padding: 2.5rem 2rem;
  color: #fff;
}
.sidebar-cta .overlay p, .sidebar-cta .overlay h4 {
  color: #fff;
}
#recent-posts-2 li::before, #categories-3 li::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f1ea";
  margin-right: 5px;
  color: #556b2f;
}
#recent-posts-2 li:last-child, #categories-3 li:last-child {
  margin-bottom: 0;
}
#recent-posts-2 li, #categories-3 li {
  font-weight: 600;
}
#categories-3 li::before {
  content: "\f02b"
}
.footer-contact.contact-side p, .footer-contact.contact-side a {
  font-size: 1.3rem;
}
.footer-contact.contact-side a:hover, .footer-contact.contact-side a:hover {
  color: #142517;
}
.footer-contact a:hover i {
  color: #142517;
}
.contact .social a {
  margin: 0 .5rem 0 0;
}
/*********************
GENERIC FORM STYLES
*********************/
.gform_legacy_markup_wrapper .gform_footer {
  padding-right: 16px!important;
}
.cta-callback .gform_legacy_markup_wrapper .gform_footer {
  padding-right: 0!important;
}
.button {
  background: #142517;
  border: 2px solid #142517;
  padding: 17px 30px 16px 30px;
  font-weight: 600;
}
.button:hover {
  background: #142517;
  border: 2px solid #142517;
}
.gform_wrapper .top_label .gfield_label {
  color: #142517;
  font-weight: 300;
}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
  border-radius: 3px;
  margin: 0;
  font-size: 15px;
  letter-spacing: .5px;
  width: 100%!important;
}
.gform_wrapper .gform_footer {
  margin: 0!important;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
  line-height: 1!important;
}
.gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0;
}
.gform_wrapper textarea.large {
  height: 160px;
  border: 2px solid #142517;
  background: none;
  border-radius: 3px;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), select {
  border: 2px solid #142517;
  border-radius: 3px;
  background: none;
  font-size: 1rem;
  min-height: 52px;
  margin: 0;
}
.gform_wrapper .chosen-container-multi .chosen-choices {
  border: 2px solid #142517!important;
  border-radius: 3px!important;
  background: none!important;
  font-size: 1rem!important;
  min-height: 52px;
}
select {
  -webkit-appearance: menulist;
  color: #142517;
}
.gform_wrapper.gf_browser_chrome select {
  padding-right: 20px!important;
}
.gform_wrapper.gf_browser_chrome .ginput_complex .ginput_right select, .gform_wrapper.gf_browser_chrome .ginput_complex select {
  margin-bottom: 0!important;
  margin-top: 0!important;
}
.ginput_container_address span, span.address_line_2 input {
  margin-top: 16px!important;
}
[type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], textarea, .gform_wrapper legend.gfield_label {
  color: #142517;
  font-weight: 300;
}
.gform_wrapper label.gfield_label, .gform_wrapper legend.gfield_label {
  font-weight: 300;
}
.gform_wrapper textarea {
  font-size: 1rem;
  max-height: 130px;
}
.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_above div[class*=gfield_date_].ginput_container label, .gform_wrapper .field_sublabel_above div[class*=gfield_time_].ginput_container label, .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_below div[class*=gfield_date_].ginput_container label, .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label, .gform_wrapper h3.gform_title, .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
  display: none!important;
}
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_first input, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_last input {
  margin-bottom: 0;
}

/* Red background signup form styles */
.red .gform_wrapper textarea.large, .red .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    border: 2px solid #fff;
  }
  .red .button {
    color: #142517;
    background: #fff;
    border: 2px solid #fff;
    padding: 17px 30px 16px 30px;
  }
  .red .button:hover {
    background: #FAD5AD;
    border: 2px solid #FAD5AD;
  }
  .red p a {
    color: #fff;
    text-decoration: underline;
  }
  .red p a:hover {
    color: #556b2f;
  }
  .red .gform_wrapper form.gf_simple_horizontal div.gform_body {
    width: 100%!important;
    max-width: 100%!important;
  }
  .red [type=color], .red [type=date], .red [type=datetime-local], .red [type=datetime], .red [type=email], .red [type=month], .red [type=number], .red [type=password], .red [type=search], .red [type=tel], .red [type=text], .red [type=time], .red [type=url], .red [type=week], .red textarea, .red .gform_wrapper .top_label .gfield_label, .red .gform_wrapper legend.gfield_label {
    color: #fff;
  }
/*********************
FOOTER STYLES
*********************/
.footer {
  background: #F3E5D7;
  padding: 3.5rem 0 0;
}
.footer nav ul {
  display: flex;
  flex-direction: column;
}
.footer nav ul li a, .footer-contact a{
  padding: 0;
  font-weight: 600;
  margin-bottom: 1rem;
  font-size: 1rem;
  color: #142517;
}
#menu-footer-links .active>a , .footer-contact i, .footer nav ul li a:hover{
  color: #556b2f;
}
.footer .logo {
  width: 200px;
  min-width: 200px;
}
.footer-contact {
  display: flex;
  flex-direction: column;
}
.footer-contact p strong {
  color: #142517;
}
.footer-contact p, .footer-contact a {
  font-weight: 500;
  font-size: 1rem;
}
.footer .copyright {
  margin: 2.5rem 0 0;
  background: #142517;
  padding: 1.5rem 0;
}
.footer .copyright p, .footer .copyright a {
  margin: 0;
  color: #fff;
  font-size: .9rem;
}
.footer .copyright a {
  text-decoration: underline;
}
.footer .copyright a:hover {
  color: #F3E5D7;
}




/*********************
MEDIA QUERIES
*********************/
@media only screen and (max-width: 1350px) {
  /* header */
  #cssmenu > ul > li > a {
    margin-right: 16px;
  }
  .hero-banner {
    min-height: auto;
  }
  .post-inner {
    padding: 1rem;
  }
}

@media only screen and (max-width: 1250px) {
  /* header */
  .MenuButton {
    right: 0;
    top: -22px;
  }
}

@media only screen and (max-width: 1024px) {
  /* header */
  .hero-banner .overlay, .inner-banner .overlay {
    min-height: auto;
    height: auto;
    padding: 5rem 0 7rem;
  }
  .hero-banner.inner-banner .overlay {
    min-height: auto;
    height: auto;
    padding: 4rem 0 6rem;
  }

  .latest-news ul li:last-child {
    display: none;
  }
   /* Generic styles */
 section {
  padding: 3.5rem 0;
}
section.curve-top {
  padding: 2.5rem 0 3.5rem;
}
 /* Font syles */
 h1 {font-size: 3rem;}
 h2 {font-size: 2.2rem;}
 h3, .local-inner h6,   p.title-blue, .title-blue, .hero-banner p.title-blue  { font-size: 1.8rem;}
 h4 {font-size: 1.6rem;}
 h5 {font-size: 1.4rem;}
 h6 {font-size: 1.25rem;}
 .hero-banner p {
   font-size: 1.3rem;
 }
 li:nth-child(3) .dark-block,  li:last-child .dark-block, .how-we-can-help.gold .dark-block, .how-we-can-help.why-choose-us.gold li .dark-block, .how-we-can-help.why-choose-us li .dark-block {
  margin-bottom: 0;
}
#recent-posts-3, .case-cat-side {
  margin-top: 2rem;
}
}

@media only screen and (max-width: 768px) {
  p.title-blue, .title-blue, .hero-banner p.title-blue {
    font-size: 1.5rem;
  }
    /* header */
    .mobile-hide {
      display: none;
    }
    .top-strip .right {
      text-align: center;
      width: 100%;
    }
    /* Events list */
    .event-main ul li .event-block {
      flex-direction: column;
      align-items: flex-start;
    }
    .event-main ul li .event-block .BTN {
      margin-top: 1rem;
    }
    .event-main .cta-bottom-strip {
      margin-top: 2rem;
    }
    .cta-bottom-strip {
      flex-direction: column;
    }
    /* footer */
    .footer .medium-4, .footer .medium-5, .footer .medium-3 {
      width: calc(100% - 1.25rem);
      text-align: left;
    }
    .footer .small-12 {
      margin-bottom: 1.5rem;
    }
    .footer .logo {
      margin-bottom: 1rem;
    }
    .copyright .small-12 {
      margin-bottom: 0;
    }
    .footer .copyright{ 
      margin: .5rem 0 0;
    }
}

@media only screen and (max-width: 639px) {
/* header and hero */ 
.curve.home-curve {
  margin-top: -35px;
}
.curve {
  margin-top: 0;
}
.topstrip .social, .topstrip {
  text-align: center;
}
.topstrip .social {
  margin-top: 8px;
}
.MenuButton {
  right: 0;
  top: -64px;
}
#cssmenu ul {
  top: 14px;
}
 /* Generic Home styles */
.local-events ul li .overlay {
  min-height: 275px;
}
.main-content img.attachment-full {
  margin-top: 1.25rem;
}
.home-we-love .clearfix {
  padding: 1.75rem;
}
.home-we-love ul li:last-child, .latest-news ul li:last-child, .our-team ul li:last-child {
  margin-bottom: 0;
}
 /* Generic styles */
 .footer .medium-4, .footer .medium-5, .footer .medium-3 {
  text-align: center;
}

 /* Font syles */
 h1 {font-size: 2rem;}
 h2, h3, .main-news h1, .local-inner h6  {font-size: 1.6rem;}
 h4, h5 {font-size: 1.375rem;}
 h6, p.largeText {font-size: 1.2rem;}
 p, ul li, ol li {font-size: 1.075rem;
}
}