/*
    Theme Name: Legacy
    Theme URI: http://my.studiopress.com/themes/legacy/
	Description: Legacy is a mobile responsive and HTML5 theme built for the Genesis Framework.
    Author: Appfinite
    Author URI: http://www.appfinite.com/
 
    Version: 1.3
 
	Tags: blue, default(black), gray, green, orange, pink, purple, red, one-column, two-columns, three-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
 
    Template: genesis
    Template Version: 2.0
 
	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
 
/* Table of Contents

	- HTML5 Reset
		- Baseline Reset
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Buttons
		- Message Boxes
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Slider
		- Welcome
		- Home Bottom
		- Home Bottom Message
		- Featured Page and Featured Post
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Entries
		- Pagination
		- Comments
	- Sidebars
	- Portfolio
	- Footer Widgets
	- Site Footer
	- Theme Colors
		- Blue
		- Gray
		- Green
		- Orange
		- Pink
		- Purple
		- Red
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px
		- max-width: 480px

*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Reset (normalize.css 2.1.2)
	Link: http://necolas.github.com/normalize.css/
--------------------------------------------- */

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


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

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

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

.archive-pagination:before,
.clearfix:before,
.entry:before,
.entry-pagination:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.archive-pagination:after,
.clearfix:after,
.entry:after,
.entry-pagination:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
CUSTOM CODE BY DLM WEB
---------------------------------------------------------------------------------------------------- */
/* Column spacing on Staff page */
@media (min-width: 782px) {
.page-id-64 .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:first-child) {
  margin-left: 1.6em !important;
}
}
/* 2020 Benefit Landing Pages */
/* allow Full Width Block Images */
.entry-content .wp-block-image.alignfull img, 
.entry-content .wp-block-image.alignwide img {
    width: 100%;
	display: block;
}
.entry-content .wp-block-image img {
    max-width: 100%;
	display: block;
}
/* Remove page titles from landing pages */
.page-template-page_landing .wrap {
	max-width: 100%;
}
.page-template-page_landing .entry-header {
	display: none;
}
.page-template-page_landing .entry {
	margin: 0;
	padding: 0;
}
.page-template-page_landing .landingentry {
	max-width: 1140px;
	margin: 0 auto;
}
.page-template-page_landing h1,
.page-template-page_landing h2,
.page-template-page_landing h3 {
	font-family: 'Cinzel', serif;
	font-weight: 600;
	color: #24716a;
	text-transform: uppercase;
}
/* Popup - World is Grieving / mobile styles line 2711 */
#popmake-4205 {
	max-height: 552px;
}
.popup2col {
	padding: 0 40px; 
	position: relative; 
	top: -70px;
} 
/* add full width images */
.alignfull {
    width: 100vw;
    margin-left: calc(50% - 50vw);
}

/* SLIDER PRO 
SIZE CORRECTION FOR MOBILE IMAGES */
.entry-content img.sp-image {
     width: auto;
}
/*  Width of arrows */
.sp-arrow {
    width: 10px;
}
/*  Colors of buttons */
 .sp-buttons {
	padding-top: 5px;
}
.sp-button {
	border: 1px solid #7E9D62;
}
.sp-selected-button {
	background-color: #7E9D62;
}
/* Size of button in mobile screens  */
@media only screen and (max-width: 568px) and (min-width: 320px) {
.sp-button {
    width: 12px;
    height: 12px;
}
}
@media only screen and (max-width: 768px) and (min-width: 568px) {
.sp-button {
    width: 12px;
    height: 12px;
}
}


/*
.item2 {
	align-self: center;
	width: 130px; 
	padding-top: margin-top;
}
.resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}
*/
/* Atomic Blocks */
.content .gb-block-accordion .gb-accordion-title {
    background: #f2f2f2;
    padding: 10px 15px;
    background-image: url(https://www.wendtcenter.org/wp-content/uploads/arrow-down.png);
    background-repeat: no-repeat;
    background-position: left 16px top 4px;
    padding: 0.375rem 0 0.375rem 3rem;
}
.content .gb-button{
	text-decoration: none;
}
/* Collapseomatic */
.entry-content .collapseomatic {
    background-image: url(https://www.wendtcenter.org/wp-content/uploads/arrow-down.png);
    background-repeat: no-repeat;
    background-position: left 16px top 4px;
    padding: 0.375rem 0 0.375rem 3rem;
}
.subcollapse {
	margin-left: 5%;
}	
.entry-content .colomat-hover {
	text-decoration: none;
	color: #3A4F29;
}
.entry-content .colomat-close {
    background-image: url(https://www.wendtcenter.org/wp-content/uploads/arrow-up.png);
    background-repeat: no-repeat;
}
.page-id-64 img, 
.page-id-587 img {
	margin-bottom: 6px;
}
.page-id-64 h6, 
.page-id-587 h6 {
	color: #628047;
	text-transform: uppercase;
	margin-bottom: 0;
	font-style: normal;
	line-height: 1.2;
}
.page-id-64 p, 
.page-id-587 p {	
	margin-bottom: 0;
	line-height: 1.2;
	font-size: 14px;
}
/* Green bg on Posts */
.greenbg {
	background: #7E9D62;
	color: #FFFFFF;
	padding: 20px;
	text-align: center;
}
.greenbgleft {
	background: #7E9D62;
	color: #FFFFFF;
	padding: 20px;
	text-align: left;
}
.greenbgslim {
	background: #7E9D62;
	color: #FFFFFF;
	padding: 10px 20px;
	text-align: left;
	border-radius: 0px;
}
.greenindent {
	border: 2px solid #7E9D62;
	width: 80%;
	padding: 20px;
}
.greentitle {
	border: 1px solid #7E9D62;
	padding: 10px;
}
.greenp {
	margin-bottom: 0 !important;
}
.colorpadding {
	padding: 2.5%;
}
#text-8,
#text-9{ /* header right widget */
	clear: both;
}
#text-9 {
	color: #FFFFFF; 
	font-size: 18px; 
	margin-bottom: 0; 
	padding: 8px 0;
	text-align: center;
}
#text-9 a {
	color: #FFFFFF;
}
/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 100%; /* 16px browser default */
}

body {
	background: #fff;
	color: #333;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.625;
	overflow-x:  hidden;
}

a,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-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;
}
td {
	vertical-align: top;
	border: 1px solid #cccccc;
	padding: 8px;
}

::-moz-selection {
	background: #333;
	color: #fff;
}

::selection {
	background: #333;
	color: #fff;
}

a {
	color: #7E9D62;
	font-weight: 400;
	text-decoration: underline;
}

.featuredpost a.alignleft img {
	margin: 0 16px 0 0;
	margin: 0 1rem 0 0;
}

a img {
	margin-bottom: -4px;
	margin-bottom: -0.25rem;
}

a:hover {
	color: #3A4F29;
	text-decoration: none;
}

p {
	margin: 0 0 24px;
	margin: 0 0 1.5rem;
	padding: 0;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0 0 1.5rem;
	padding: 0;
}
.entry-content li {
	margin: 0 0 0 16px;
}

blockquote,
blockquote::before {
	color: #76509c;
}

blockquote {
	background: url(images/blockquote.png) no-repeat;
	border: none;
	margin: 20px 5px;
	padding: 0 60px 5px 60px;
	font-style: italic;
}

pre {
	background: #333;
	color: #ccc;
	overflow: scroll;
	padding: 0 2rem;
	padding: 0 20px;
	white-space: pre;
}
em {
/*	font-weight: normal; */
	font-weight: 400 !important;
}
cite {
	font-style: normal;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #4b425b;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 36px;
	font-size: 2.25rem;
	margin-bottom: 16px;
	margin-bottom: 1rem;
	line-height: 1.25; 
}

h2 {
	font-size: 30px;
	font-size: 1.875rem;
	margin-bottom: 0px;
	margin-bottom: .5rem;
	vertical-align: top;
	line-height: 1.25;
}
/*
h2.entry-title {
	line-height: 1.1rem;
}
*/
h2.grid {
    	font-size: 1.125rem;
    	line-height: 24px;
    	margin: 0 0 10px;
	font-weight: 600;
}
h2.grid a {
	font-weight: 600;
	color: #4b425b;
	text-decoration: none;
}
h3 {
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1.3;
}

h4 {
	font-size: 20px;
	font-size: 1.25rem;
}

h5 {
	font-size: 18px;
	font-size: 1.125rem;
	background-color: #FFFFFF;
/*	border: 5px solid #628047; */
	border-radius: 10px;
	color: #628047;
	margin: 12px 0;
	margin: 0;
	width: 70%;
}

h6 {
	font-size: 16px;
	font-size: 1rem;
	font-style: italic;
}

h1 a:hover,
h2 a:hover {
	text-decoration: none;
}

/* Objects
--------------------------------------------- */

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

img {
	height: auto;
	width: auto; /* IE8 */
}

.format-gallery #gallery-1 img {
	border: none;
}

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

input,
select,
textarea {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	box-shadow: 1px 1px 3px #eee inset;
	color: #666;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	padding: 12px;
	padding: 0.75rem;
}
.header-widget-area input,
.header-widget-area select,
.header-widget-area textarea {
	background: #628047;
	color: #FFFFFF !important;
	border: none !important;
	border-radius: 10px;
	box-shadow: none;
	font-family: "Open Sans", sans-serif;
	font-style: italic;
	font-size: 16px;
	font-size: 1rem;
	padding: 10px 0 10px 30px;
	width: 100%;
}
input:focus,
textarea:focus {
	border: 1px solid #aaa;
	outline: none;
}

::-moz-placeholder {
	color: #FFF;
}

::-webkit-input-placeholder {
	color: #FFF;
}
a.wp-block-button__link {
	color: #FFFFFF !important;
	background-color: #628047;
	text-decoration: none;
	text-transform: none;
	text-decoration: none !important;
	border-radius: 7px;
}
a.wp-block-button__link:hover {
	background: #3A4F29;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #628047;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-weight: 400;
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
	padding: 16px 24px;
	padding: 1rem 1.5rem;
	text-transform: uppercase;
	text-decoration: none !important;
	width: auto;
}
wp-block-button:hover,
button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"] {
	background: #3A4F29;
}

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

/* Buttons
--------------------------------------------- */

a.button {
    display: inline-block;	
    font-size: 13px;
    font-weight: normal;	
    line-height: 13px;
    margin: 0 0 10px;
    padding: 8px 20px;
    text-decoration: none;	
}

a.button:hover {
	color: #FFFFFF !important;
	background-color: #3A4F29 !important;
	-moz-transition:all .5s ease;	
	-o-transition:all .5s ease;	
	-webkit-transition:all .5s ease;
	text-decoration: none;
	transition:all .5s ease;	
}
/*
.buttonblue {
	color: #2d4e6b;
	background-color: #c6d7e7;
	border: 2px solid #2d4e6b;
	border-radius: 10px;
	font-size: 14px;
	box-shadow: none;
	cursor: pointer;
	font-weight: 400;
	text-align: center;
	width: 60%;
	padding: 5px 24px;
	text-decoration: none !important;
}
*/
a.buttongrieve {
	color: #2d4e6b;
	background-color: #c6d7e7;
	border: 2px solid #2d4e6b;
	border-radius: 10px;
	font-size: 18px;
	box-shadow: none;
	cursor: pointer;
	font-weight: 600;
	text-align: center;
	display: block;
	padding: 5px;
	width: 180px;
	margin: 0 auto;
	text-decoration: none !important;
}

a.buttongrieve:hover {
	color: #fff;
	background-color: #2d4e6b;
}
a.button.medium {
	color: #fff;
	background-color: #7E9D62;
	border-radius: 6px;
    	font-size: 16px;
    	line-height: 26px;
    	padding: 8px 20px;
	text-transform: uppercase;	
	text-decoration: none;
}

a.button.large {
	color: #fff;
	background-color: #1e1e1e;
    font-size: 24px;
    line-height: 24px;
    padding: 16px 32px;
}

a.button.slim {
    color: #fff;
    background-color: #3A4F29;
	font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 22px;
	font-weight: 600;
  	margin: 0;
    padding: 4px 10px;
	width: 276px;
    text-transform: uppercase;
	text-align: center;
    border: 5px solid #628047;
    border-radius: 10px;
    text-decoration: none;
}
a.button.donate {
    color: #fff;
    background-color: #3A4F29;
	font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 22px;
	font-weight: 600;
  	margin: 0;
    padding: 4px 40px;
    text-transform: uppercase;
    border: 5px solid #628047;
    border-radius: 10px;
    text-decoration: none;
}
a.button.purple {
    color: #fff;
    background-color: #6d6377;
	font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 22px;
	font-weight: 600;
  	margin: 0;
    padding: 4px 35px;
    text-transform: uppercase;
    border: 5px solid #4b435b;
    border-radius: 10px;
    text-decoration: none;
}
a.button.purple:hover {
    color: #fff;
    background-color: #4b435b !important;
	font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 22px;
	font-weight: 600;
  	margin: 0;
    padding: 4px 35px;
    text-transform: uppercase;
    border: 5px solid #4b435b;
    border-radius: 10px;
    text-decoration: none;
}


/* Message Boxes
--------------------------------------------- */

.download-box {
    box-shadow: 0 2px 2px 0 #ddd;	
    -moz-box-shadow: 0 2px 2px 0 #ddd;	
    -webkit-box-shadow: 0 2px 2px 0 #ddd;	
	background: #d2eac2 url(images/download-arrow.png) no-repeat 10px 15px;
	border: 1px solid #a7d28a;
    color: #689c2a;
	margin: 0 2px 20px;
	padding: 14px 15px 20px 55px;	
}	

.info-box {
    box-shadow: 0 2px 2px 0 #ddd;	
    -moz-box-shadow: 0 2px 2px 0 #ddd;	
    -webkit-box-shadow: 0 2px 2px 0 #ddd;	
	background: #cae0ec url(images/info-button.png) no-repeat 10px 15px;
	border: 1px solid #aec3ce;
    color: #08557e;
	margin: 0 2px 20px;
	padding: 17px 15px 20px 55px;
}	

.alert-box {
    box-shadow: 0 2px 2px 0 #ddd;	
    -moz-box-shadow: 0 2px 2px 0 #ddd;	
    -webkit-box-shadow: 0 2px 2px 0 #ddd;	
	background: #f2dbdb url(images/alert-button.png) no-repeat 10px 15px;
	border: 1px solid #eab4b4;
    color: #c8001c;
	margin: 0 2px 20px;
	padding: 17px 15px 20px 55px;	
}	

.note-box {
    box-shadow: 0 2px 2px 0 #ddd;	
    -moz-box-shadow: 0 2px 2px 0 #ddd;	
    -webkit-box-shadow: 0 2px 2px 0 #ddd;	
	background: #ffec97 url(images/note-button.png) no-repeat 10px 15px;
	border: 1px solid #ded5af;
    color: #ac670e;
	margin: 0 2px 20px;
	padding: 17px 15px 20px 55px;
}	

.gray-box {
    box-shadow: 0 2px 2px 0 #ddd;	
    -moz-box-shadow: 0 2px 2px 0 #ddd;	
    -webkit-box-shadow: 0 2px 2px 0 #ddd;	
	background: #f5f5f5;
	border: 1px solid #e5e5e5;
    color: #888;
	margin: 0 2px 20px;
	padding: 10px 15px 20px;	
}	

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

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

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

.site-inner {	
	clear: both;
/*	padding-top: 40px;
	padding-top: 2.5rem;  */
}

.home .site-inner {
	background: none;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 920px;
}

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

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

/* Content  */

.content {
	float: right;
	width: 740px;
}

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

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 520px;
}

.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
/*	width: 360px; */
	width: 320px;
	padding-left: 30px;
	border-left: 1px solid #7E9D62;
	padding-top: 64px;
	padding-top: 4rem;
}

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

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

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

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */
.two-fifths,
.three-fifths,
.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%;
}
.page-id-546 .one-third {
	text-align: center;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
	margin-bottom: 40px;
	text-align: center;
}
.one-fourth img.alignnone {
	margin-bottom: 0;
}
.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}

.two-fifths {
/*	width: 37.5%;  432px / 1152px   */
	width: 38.9%;
}

.three-fifths {
	width: 58.333333333%; /* 672px / 1152px */
}
/*
Common Classes
---------------------------------------------------------------------------------------------------- */

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

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
	margin-right: 1.5rem;
}

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

.search-form {
/*	width: 50%; */
	width: 100%;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
	color: #FFFFFF;
}

.sticky { }

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

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

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

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

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

img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
	margin: 0 0 1.5rem 1.5rem;
}
.wp-block-image figcaption {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	margin: 0;
	text-align: center;
    margin-top: .5em;
    margin-bottom: 1em;
}
.wp-caption-text {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	margin: 0;
	text-align: center;
}

.gallery-caption { }

.widget_calendar table {
	width: 100%;
}

.widget_calendar td {
	text-align: center;
}

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

.breadcrumb {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.archive-description {
	padding: 24px 16px 0 16px;
	padding: 1.5rem 1rem 0 1rem;
	border-bottom: 1px solid #7e9d62;
}

.author-box {
	padding: 40px;
	padding: 2.5rem;
}

.author-box-title {
	color: #333;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	margin-bottom: 4px;
	margin-bottom: 0.25rem;
}

.author-box a { }

.author-box p {
	margin: 0;
}

.author-box .avatar {
	margin-right: 24px;
	margin-right: 1.5rem;
}

/* Titles
--------------------------------------------- */

.entry-title {
	font-size: 30px;
	font-size: 1.875rem;
/*	line-height: 1.25; */
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
}
.sidebar .entry-title {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1;
}
.entry-title a,
.sidebar .widgettitle a {
	color: #4B425B;
	text-decoration: none;
}

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

.widgettitle {
/*	letter-spacing: 1px;
	letter-spacing: 0.1rem;
	margin-bottom: 16px;
	margin-bottom: 1rem;  */
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

.sidebar .widgettitle {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.1;
	color: #FFFFFF;
	background: #3A4F29;
	padding: 8px 16px;
	padding: .5rem 1rem;
	border: 4px solid #628047;
	border-radius: 10px;
}

.sidebar .widgettitle a {
	border: none;
}

.archive-title {
	font-size: 30px;
	font-size: 1.875rem;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

/* Slider
--------------------------------------------- */

.slider {
    background: url(images/background-leaf-yellow.gif) center top no-repeat;
}

.slider .wrap {
    margin: 0 auto;
    padding: 32px 0 8px 0 !important;
    padding: 2rem 0 .5rem 0 !important;
    width: 1140px;	
}

#genesis-responsive-slider {
	background: none !important;
	border: none !important;
	margin: 0 auto;
	padding: 0 !important;
/*	position: relative; */
}
/* SLIDER WIDGETS SECTION */
.slider .slider-left {
/*  	width: 68%; */
	width: 67%;
	float: left;
  	margin-right: 2%;
}
/* For SLIDER RIGHT WELCOME */
.slider .slider-right {
	width: 30.5%; 
  	float: left;
/*  	background-color: #566F41; */
/*	color: #FFFFFF; */
	color: #004b42;
}
.slider-right h4 {
	color: #FFFFFF;
	font-size: 28px;
	font-size: 1.75rem;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	margin-bottom: 6px;
	margin-bottom: .375rem;
}
.slider-right .widget_text .widget-wrap {
/*	line-height: 1.5;  */
/*	padding: 23px 35px; */
/*	font-size: 18px;
	font-size: 1.125rem; */
	font-size: 17px;
	line-height: 1.3;
}
/*
p.greenwelcome {
		margin: 9px 0 7px 0;
	}
*/

.flexslider {
	background: none !important;
}
.flexslider .slides > li {
	margin: 0 !important;
	margin-right: -100% !important;
}
.flex-direction-nav li .prev {
	left: 0 !important;
}

.flex-direction-nav li .next {
	right: 0 !important;
}

.flex-control-nav {
	margin: 12px 0 0 !important;
}

#genesis-responsive-slider li a {
	-moz-transition: none;
	-o-transition: none;
	-webkit-transition: none;
	transition: none;
}

#genesis-slider {
    background-color: #fff !important;
    border: medium none !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

.slider-previous, .slider-previous:hover {
	margin-left: 10px !important;
}

.slider-next, .slider-next:hover {
	margin-right: 10px !important;
}

/* Welcome
--------------------------------------------- */

.welcome {
    clear: both;
	background: #566F41;
	margin-bottom: 40px;
}

.welcome .wrap {
/*	text-align: center; */
    color: #FFF;
/*	background: #EEDFB1; */
/*	background: #f1eee0; */
    margin: 0 auto;
    overflow: hidden;	
    padding: 24px 1% 24px 1%;
	padding: 2rem 1% 2rem 1%;
	max-width: 100%;
	width: 1140px;
}
.welcome .one-fourth {
	margin-bottom: 0;
}
.welcome h2 {
	color: #FFFFFF;
	font-weight: 400;
    font-size: 1.3rem;
	line-height: 1.7rem;
	margin-bottom: 0;
}
.welcome h2 a {
    color: #333;
	text-decoration: none;
}
.welcome h2 a:hover {
    color: #333;
	text-decoration: none;
	font-weight: bold;
}


/* Home Bottom
--------------------------------------------- */

.home-bottom {
	clear: both;
	margin: 0 auto 0;
	padding: 0;
	overflow: hidden;
}

.home-bottom .wrap {
	clear: both;
	margin: 0 auto;
	width: 1140px;
}
.home-bottom-message-left h4,
.home-bottom-message-right h4,
.home-bottom h4 {
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #4b425b;
	word-wrap: break-word;
}
/*
.home-bottom h2 a {
	font-size: 18px;
	font-size: 1.125rem;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #4b425b;
	line-height: 1.125;
	margin-bottom: 0 !important;
}
*/
.home-bottom ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	
.home-bottom ul li {
	list-style-type: none;
	margin: 0;
	padding: 0 0 10px;
}

.home-bottom ul ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 10px;
}

.home-bottom ul li ul li {
	margin: 0;
	padding: 5px 0 0;
}
	
.home-bottom .widget {
	padding: 0;
	margin: 0 0 40px;
/*	border-bottom: 1px dotted #7E9D62; */
}

.home-bottom #featured-post-4.widget {
	border-bottom: none;
	margin: 0;
}
	
.home-bottom .featuredpost img,
.home-bottom .featuredpage img {
	/*background: #eee;*/
    /*border: 1px solid #bbb;*/
    margin: 0 0 10px;	
    /*padding: 4px;*/
}

.home-bottom .featuredpost img:hover,
.home-bottom .featuredpage img:hover {
    opacity: .8;
}
	
.home-bottom .user-profile .avatar {
	background: #fff;
	border: 4px solid #eee;
	margin: 0 0 -5px;
	padding: 1px;
}

.home-bottom-1 {
   	float: left;
	margin-right: 5.1%;
	width: 29.7%;  
 /*	margin-right: 4%;
   	width: 30.66%;  */
   	padding: .5rem 0 0 0;
}
.home-bottom-1 p {
	line-height: 1.2;
}
.home-bottom-2 {
    	float: left;
/*	margin-right: 5.555555555%;
	width: 29.629629629%;  */
   	margin-right: 4.5%;
    	width: 30%;  
    	padding: .5rem 0 0 0;
	line-height: 1.25;
}
.home-bottom-3 {
/*	float: right;
	width: 29.629629629%;   
   	box-shadow: 0 0 5px #666666; */
    	float: right;
 /*   	padding: .5rem 1.25rem 0 1.125rem; */
	padding: 0 0 0 6px;
	padding: 0 0 0 .375rem; 
    	width: 30.5%;
}	
.home-bottom-3 p {
	line-height: 1.2;
}



/* Home Bottom Message
--------------------------------------------- */

.home-bottom-message {
	display: none;
/*   border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;  */
    clear: both;
    margin: 0;
    padding: 30px 0;	
}
.home-bottom-message-right {
	float: right;
/*	width: 285px;  */
	width: 72%;  	
}

.home-bottom-message-left {
	float: left;
/*	width: 785px;  */
	width: 25%;
	padding: 0;  
}
.home-bottom-message-left ul {
	margin-left: 16px;
	margin-left: 1rem;
}

/* Featured Page and Featured Post
--------------------------------------------- */

.featured-content .entry {
	margin-bottom: 20px;
	margin-bottom: 2rem;
	padding: 0 0 24px;
	padding: 0 0 1.5rem;
}

.home-bottom .featured-content .entry {
	margin-bottom: 0;
	padding: 0;
}

.home-bottom .featured-content .post {
	padding-bottom: 0px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #7E9D62;
}
/*
.featured-content .entry-title h2 {
	border: none;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.125;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-style: normal;
}
*/
.featured-content h2.entry-title {
   	color: #4b425b;
	font-size: 20px;
	font-size: 1.125rem;
	font-weight: 600;
	margin: 0 0 16px 0;
	padding: 0;
	border: none;
	line-height: 1.2rem;
}
.featured-content .entry-title a {
	border: none;
	font-weight: 600;
}


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

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

.enews-widget .widgettitle {
	color: #333;
}

.sidebar .enews-widget .widgettitle {
	color: #fff;
}

.enews-widget input {
	margin-bottom: 20px;
	margin-bottom: 1.25rem;;
}

.enews-widget input:focus {
	border: 1px solid #ddd;
}

.enews-widget input[type="submit"] {
	background: #1e1e1e;
	color: #fff;
	margin: 0 0 20px;
	margin: 0 0 1.25rem;
	width: auto;
}

.sidebar .enews-widget input[type="submit"] {
	background: #aaa;
	width: 100%;;
}

.enews-widget input:hover[type="submit"] {
	background: #666;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

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

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	font-size: 1rem;
	padding: 12px;
	padding: 0.75rem;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
	margin: 1rem 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 14px;
	font-size: 0.875rem;
}
.entry-content .gform_body ul li,
.entry-content .gform_body li {
    background: none;
    list-style-type: none;
}
/* Jetpack
--------------------------------------------- */

#wpstats {
	height: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 0;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */
#head-wrap {
	background-color: #7E9D62;
}

.site-header {
	margin: 0 auto;
	max-width: 1140px;
}

.site-header .wrap {
	padding: 40px 0;
	padding: 2.5rem 0;
}

/* Title Area
--------------------------------------------- */

.title-area {
	font-family: 'Oswald', Helvetica, Arial, sans-serif;
	font-weight: 700;
	float: left;
	padding: 0;
	padding: 0;
	width: 294px;
}

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

.site-title {
	font-size: 36px;
	font-size: 2.25rem;
	letter-spacing: 1px;
	letter-spacing: 0.0625rem;
	line-height: 1;
	margin: 0 0 14px;
	margin: 0 0 0.875rem;
}

.site-title a {
	color: #f5e6a6;
}

.site-title a:hover {
	color: #f5e6a6;
	text-decoration: none;
}

.site-description {
	color: #999;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 300;
	line-height: 1;
	margin: 0;
}

/* Full width header, no widgets */

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

.header-image .site-description,
.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

/* Logo, hide text */

.header-image .site-header .wrap {
	padding: 0;
}

.header-image .site-title a {
	float: left;
	min-height: 150px;
	width: 294px;
}


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

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

.header-image .site-header .widget-area {
	padding: 10px 0 0 0;
	padding: .625rem 0 0 0;
}

.site-header .search-form {
	float: right;
}
.site-header #simple-social-icons-2 {
	width: 200px;
	float: left; 
}
.header-widget-area .simple-social-icons ul li {
	margin: 0 4px 12px 4px !important;
}
.site-header #search-3 {
	width: 200px;	
	padding-left: 3px;
	float: right; 
}


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

.genesis-nav-menu {
	clear: both;
	font-size: 16px;
	font-size: 1em;
	font-weight: 400;
/*	letter-spacing: 1px;
	letter-spacing: 0.1rem; */
	line-height: 1.2;
	margin: 0;
	padding: 0;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

.genesis-nav-menu a {
	text-decoration: none;
	border: none;
	color: #FFFFFF;
	display: block;
	font-weight: 400;
	padding: 15px 16px 16px 16px;
	position: relative;
	margin: 0 4px;
}


.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	background: #4B435B;
	color: #fff;
	text-decoration: none;
}

.genesis-nav-menu .current-menu-ancestor a {
   	background-color: #4B435B;
    	text-decoration: none;
}
.genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #FFFFFF;
	background: #6D6377;
}

.genesis-nav-menu > .menu-item > a { }

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

.genesis-nav-menu .sub-menu a {
	color: #FFFFFF;
	background-color: #6D6377;
	border-bottom: 1px solid #E2E2E2;
	padding: 12px 16px 12px 16px;
	letter-spacing: 0;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -48px 0 0 201px;
}

.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 { }

.genesis-nav-menu > .last > a { }

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 13px 0 13px 20px;
}

.genesis-nav-menu > .right > a {
	background: none; 
	padding: 0;
}

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

.genesis-nav-menu > .search {
	padding: 5px 0 0;
}

.genesis-nav-menu .search-form {
	width: 100%;
}

.right input[type="search"] {
	padding: 8px;
}

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

.site-header .genesis-nav-menu a {
	color: #888;
}

.site-header .genesis-nav-menu .current-menu-item > a,
.site-header .genesis-nav-menu a:hover {
	color: #000;
}

.site-header .genesis-nav-menu .sub-menu a {
    color: #fff;
}

.site-header .genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #fff;
}

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -49px;
}

.site-header .sub-menu a:hover {
	background: #333;
	color: #fff;
}

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

.nav-primary,
#nav {
	background: #6D6377 url(images/nav-bg.png) left top repeat-x;
	clear: both;
	color: #FFFFFF;
    	line-height: 1;	
	margin: 0 auto;
	overflow: hidden;
	width: auto;
}

.nav-primary a:hover,
.nav-primary .current-menu-item > a {
	background: #4B435B;
	color: #fff;
}

.nav-primary .genesis-nav-menu > .right > a {
    background: none;
}

.nav-primary .sub-menu a:hover {
	background: #4B435B;
	color: #fff;
}


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

.nav-secondary {
	background: #222;
	clear: both;
}

.nav-secondary .genesis-nav-menu a {
	font-size: 12px;
	padding: 8px 13px;
}

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

.nav-secondary a:hover,
.nav-secondary .current-menu-item > a {
	background: #000;
	color: #fff;
}

.nav-secondary .genesis-nav-menu > .right > a,
.nav-secondary .genesis-nav-menu > .right > a:hover {
    background: none;
    padding: 0;
}

.nav-secondary .sub-menu a:hover {
	background: #333;
	color: #fff;
}

.nav-secondary .genesis-nav-menu .sub-menu .sub-menu {
	margin: -35px 0 0 201px;
}

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

.responsive-menu-icon {
	cursor: pointer;
	display: none;
	margin-bottom: 10px;
	text-align: center;
}

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

.nav-secondary .responsive-menu-icon {
	margin: 10px auto 0;
}

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

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

.entry {
	background: #fff;
	padding: 24px 16px 0 16px;
	padding: 1.5rem 1rem 0 1rem;
	margin: 0 0 8px 0;
	margin: 0 0 .5rem 0;
/*	margin-bottom: 24px;
	margin-bottom: 1.5rem;
	padding: 24px 40px 0 40px;
	padding: 1.5rem 2.5rem 0 2.5rem;  */
}

.entry-content a {
	color: #7E9D62;
	font-weight: 400;
	text-decoration: underline;
}

.entry-content a:hover {
	color: #7E9D62;
	text-decoration: none;
}

.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 25px;
	margin-bottom: 1.563rem;
}

.entry-content ol li,
.entry-content ul li {
/*	margin-left: 40px;
	margin-left: 2.5rem; */
	margin-left: 20px;
	padding-left: 20px;
}

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

.entry-content ul li {
	background: rgba(0, 0, 0, 0) url("images/bullet-green.jpg") no-repeat left top 10px;
    	list-style-type: none;
}

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

.entry-meta {
	clear: both;
	color: #999;
	font-size: 14px;
	font-size: 0.875rem;
}

.entry-meta a {
	font-weight: 700;
}

.entry-header .entry-meta {
	margin: -16px 0 24px 0;
	margin-bottom: -1rem 0rem 1.5rem 0rem;
}

.entry-footer .entry-meta {
	border-bottom: 1px solid #7E9D62;
	margin: 0 -40px;
	margin: 0 -2.5rem;
	padding: 8px 40px 8px;
	padding: .5rem 2.5rem 0.5rem;
}

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

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

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

.archive-pagination,
.entry-pagination {
	clear: both;
	font-size: 14px;
	font-size: 0.875rem;
	margin: 40px 0;
	margin: 2.5rem 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background: #628047;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	padding: 8px 12px;
	padding: 0.5rem 0.75rem;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background: #3A4F29;
}

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

.entry-comments,
#respond {
	background: #fff;
	padding: 40px;
	padding: 2.5rem;
}

.entry-comments,
.ping-list,
#respond {
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
}

.entry-comments a,
#respond a { }

.entry-comments .comment-author {
	margin: 0;
}

#respond input[type="email"],
#respond input[type="text"],
#respond input[type="url"] {
	width: 50%
}

#respond label {
	display: block;
	margin-right: 12px;
	margin-right: 1.2rem;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
	margin-top: 24px;
	margin-top: 1.5rem;
	padding: 32px;
	padding: 3.2rem;
}

.comment-list li li {
	margin-right: -32px;
	margin-right: -3.2rem;
}

li.comment {
	background: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment .avatar {
	margin: 0 16px 24px 0;
	margin: 0 1rem 1.5rem 0;
}

.bypostauthor { }

.form-allowed-tags {
	background: #f5f5f5;
	font-size: 14px;
	font-size: 0.875rem;
	padding: 24px;
	padding: 1.5rem;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	color: #666;
}

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

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

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

.sidebar .widget {
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
}

.sidebar .search-form {
	width: 100%;
}

.sidebar .enews-widget {
	background: #000;
	padding: 30px;
	padding: 1.875rem;
}


/*
Portfolio
---------------------------------------------------------------------------------------------------- */

.entry-portfolio {
	margin: 0 0 40px;
}

.content .portfolio {
	background: none;
    float: left;
    margin: 0 2% 40px 0 !important;
    overflow: hidden;
    padding: 0;
    width: 23%;
}

.portfolio .post-image {
	margin: 0 0 10px;
}

.portfolio .post-image:hover {
	-moz-transition:all .5s ease;	
	-o-transition:all .5s ease;	
	-webkit-transition:all .5s ease;
	transition:all .5s ease;
	opacity: 0.6;
}

.portfolio .entry-title {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 24px;
	margin: 0 0 10px;
}
	
.portfolio .entry-title a {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 700;
	margin: 0;
	text-decoration: none;
}

.portfolio .more-link {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	background: #000;
	color: #fff;
	display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;	
	padding: 5px 10px;
    margin: 20px 0 0;
	text-align: center;
	text-decoration: none;	
	width: 100px;
}
	
.content .portfolio .more-link:hover {
	background: #444;
	color: #fff;
}


/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	/*box-shadow: 0px -8px 25px #ddd;*/
	/*-moz-box-shadow: 0px -8px 25px #ddd;*/	
	/*-webkit-box-shadow: 0px -8px 25px #ddd;*/	
	background-color: #7e9d62;
	color: #cee0bd;
	clear: both;
	padding: 40px 0 16px;
	padding: 2.5rem 0 1rem;
}
/*** REPLACE 4 FOOTER WIDGETS WITH 3 ***
/*
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	margin: 0 3.3% 0 0;
	width: 22.5%; 
}
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	float: left;
}
*/


.footer-widgets-1,
.footer-widgets-2 {
	float: left;
	margin: 0 4.5% 0 0;
	width: 30%; 
	line-height: 1.25;
}
.footer-widgets-3 {
	float: right;
	width: 30%;
}
.footer-widgets-2 {
	color: #FFF;
	text-align: center;
}

.footer-widgets-4 {
	display: none;
/*	width: 22.5%; */
}



.footer-widgets-4 {
	float: right;
}

.footer-widgets h1,
.footer-widgets h2,
.footer-widgets h3,
.footer-widgets h4,
.footer-widgets h5,
.footer-widgets h6 {
    color: #fff;
}

.footer-widgets a {
	color: #fff;
	text-decoration: underline;
}

.footer-widgets a:hover {
	color: #ccc;
}

.footer-widgets .widget {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}

.footer-widgets .widgettitle {
	color: #fff;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 600;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

.footer-widgets .search-form {
	width: 100%;
}


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

.site-footer {
	background: #3a4f29;
	color: #CEE0BD;
	font-size: 14px;
	font-size: 0.875rem;
	padding: 20px 0;
	padding: 1.25rem 0;
	text-align: center;
}

.site-footer a { 
	color: #CEE0BD;
	text-decoration: none;
}
.site-footer a:hover { 
	color: #CEE0BD;
	text-decoration: underline;
}
.site-footer p {
	margin: 0;
}


/* 
16 Theme Colors
---------------------------------------------------------------------------------------------------- */


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

/* Desktops, laptops and iPads (landscape)
--------------------------------------------- */

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

	.wrap,
	.site-header {
		max-width: 980px;
	}
	
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.content {
		width: 620px;
	}
	.site-header .widget-area {
		width: 420px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	.sidebar-primary {
		width: 320px;
	}
	.title-area {
		width: 294px;
	}
	.genesis-nav-menu a {
	text-decoration: none;
	border: none;
	color: #FFFFFF;
	display: block;
	font-weight: 400;
	padding: 15px 13px 16px 13px;
	position: relative;
	margin: 0 4px;
	}
	.slider .slider-left {	}
	.slider .slider-right {
		width: 31%;
	}
	
	.slider-right .widget_text .widget-wrap {
		 padding: 8px 20px 0;
	}
	
	.december {
		max-width: 760px; 
		max-height: auto; 
		display: flex; 
	}
	.item1,
	.item2,
	.item3 {
		max-height: 300px;
	}
		
}

/* iPads (portrait)
--------------------------------------------- */

@media only screen and (max-width: 1023px) {
	.greenindent {
    	width: 100%;
	}
	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area,
	.wrap {
		width: 100%;
	}
	
	.site-header,
	.nav-primary .wrap,
	.nav-secondary .wrap,
	.slider .wrap,
	.welcome .wrap,
	.home-bottom .wrap {
		width: 94%;
	}
	
	.title-area {
		padding: 8px 0 0 0;
		padding: .5rem 0 0 0;
	}
	.header-image .site-title a {
		float: none;
		width: 294px;
		margin: 0 auto;
	}
	.site-title {
		margin: 0 !important;
	}	
	.header-image .site-header,
	.header-image .site-header .wrap {
		background-position: center top !important;
	}
/*
	.header-image .site-header .widget-area {
		padding: 0;
		margin: 0;
	}
*/
	.site-header .widget-area {
		float: none;
		width: 420px;
		margin: 0 auto;
		text-align: center;
	}
	
	.nav-primary, #nav {
		background: #6D6377;
	}
	.site-inner {
		padding-left: 3%;
		padding-right: 3%;
	}
	.slider .slider-left {
		float: none;
		margin: 0 0 6px 0;
		width: 100%;
	}	
	.slider .slider-right {
		float: none;
		margin: 0;
		width: 100%;
	}
	.archive-description,
	.author-box,
	.entry,
	.entry-footer .entry-meta,
	.sidebar .widget,
	.site-header,
	#comments,
	#respond {
		padding: 0;
	}

	.site-inner {
		background: none;
	}
	
	.nav-primary, 
	#nav {
		background-repeat: repeat-y;
	}

	.genesis-nav-menu li,
	.genesis-nav-menu > .right,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header hgroup,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}
	
	.genesis-nav-menu .menu-item {
		display: inline-block;
		float: none;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a { }
/*
	.site-header .search-form {
		margin: 16px auto ;
		margin: 1rem auto;
	}
*/
	.entry {
		padding: 16px;
		padding: 1rem;
		margin: 0 0 8px 0;
		margin: 0 0 .5rem 0;
	}
	.entry-footer .entry-meta {
		margin: 0;
		padding-top: 12px;
		padding-top: 0.75rem;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
		padding: 2.5rem;
	}

	.footer-widgets {
		padding: 40px 5% 16px;
	}
	
	.site-footer .wrap {
		padding: 0 5%;
	}

}
/* Code to allow full screen widths */
@media screen and (min-width: 960px) {
     .alignwide, .alignfull {
          width:  100vw;
          max-width:  100vw;
          margin-left:  calc(50% - 50vw);
     }
}

/* iPhones (portrait and landscape)
--------------------------------------------- */

@media only screen and (max-width: 767px) {
	
	
	.item1,
	.item2,
	.item3 {
		align-self: center;
	}
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	.five-sixths,
	.four-fifths,
	.four-sixths,
	.one-fifth,
	.one-fourth,
/*	.one-half, */
	.one-sixth,
	.one-third,
	.three-fifths,
	.three-fourths,
	.three-sixths,
	.two-fifths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	h3 {
		line-height: 1;
		margin-bottom: 8px;
	}
	.search-form {
		width: 80%;
	}
	
	.content .portfolio {
		width: 48%;
	}
	
	.content .portfolio .post-image {
		width: 100%;
	}
	h5 {
		width: 100%;
	}
/*** MOBILE REPONSIVE MENU ***/
		.genesis-nav-menu.responsive-menu {
		display: none;
		float: none;
		padding-bottom: 20px;
	}

	.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 {
		background: none;
		border: none;
		display: block;
		padding: 10px 0;
		text-transform: none;
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
		margin-right: 60px;
	}

	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		content: "\f347";
		float: right;
		font: normal 20px/1 "dashicons";
		height: 20px;
		padding: 7px 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.05);*/
		left: auto;
		opacity: 1;
		position: relative;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: 100%;
		z-index: 99;
	}

	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		/*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: 10px 0;
		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;
	}

	.genesis-nav-menu li.right {
		float: left;
	}

	.nav-secondary .genesis-nav-menu > .right {
    padding-top: 0;
	}

	.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;
	}
/*  END */
	
}
@media only screen and (max-width: 800px) {
	#popmake-4205 .one-half {
		width: 48.717948717948715%; 
	}
	
} 

@media only screen and (max-width: 480px) {
	#popmake-4205 {
		max-height: 410px;
	}
	#popmake-4205 .one-half {
		width: 100%; 
	}
	.popup2col {
		padding: 0 40px; 
		position: relative; 
		top: -40px;
	} 
	
/***  Theme does not have responsive nav code 
	.responsive-menu {
		display: none;
	}

	#responsive-menu-icon {
		display: block;
	}
*/
	
  table {width:100%;}
  thead {display: none;}
  tr:nth-of-type(2n) {background-color: inherit;}
  tr td:first-child {background: #f0f0f0; font-weight:bold;font-size:1.3em;}
  tbody td {display: block;}
  tbody td:before {
      content: attr(data-th);
      display: block;
  }
	
	.december {
		max-height: 1000px; 
		display: flex;
		flex-direction: column;
		text-align: center;
  		/* This aligns items to the end line on main-axis */
  		justify-content: flex-end;
	}
	.item1,
	.item2,
	.item3 {
		align-self: center;
	}
	.site-header {
		width: 100%;
	}
	.site-header .widget-area {
/*		display: none; */
	}

	.home-bottom-1,
	.home-bottom-2,
	.home-bottom-3	{
		margin: 0 auto;
/*		text-align: center; */
		width: 100%;
	}
	
	.content .portfolio {
		text-align: center;
		width: 100%;
	}
	
	.content .portfolio .post-image {
		width: 100%;
	}
	
	.content .portfolio .more-link {
		margin: 20px auto 0;
		padding: 6px;
		width: 60%;
	}
	
}