:root {
  --c-DarkGreen: #013300;
  --c-DarkGreen: rgba(1, 51, 0, 1);

  --c-Green: #186519;
  --c-Green: rgba(24, 101, 25, 1);

  --c-Brown: #895435;
  --c-Brown: rgba(137, 84, 53, 1);

  --c-Black: #000000;
  --c-Black: rgba(0, 0, 0, 1);

  --c-Gray777: #777777;
  --c-Gray777: rgba(119, 119, 119, 1);

  --c-Gray999: #999999;
  --c-Gray999: rgba(153, 153, 153, 1);

  --c-GrayCCC: #CCCCCC;
  --c-GrayCCC: rgba(204, 204, 204, 1);

  --c-GrayF9: #F9F9F9;
  --c-GrayF9: rgba(249, 249, 249, 1);

  --c-White: #FFFFFF;
  --c-White: rgba(255, 255, 255, 1);
}

.nav-date {
  float: right;
	font-size: .75em;
}
.entry-content > [class*="wp-block-"]:not(:last-child) {
	margin-bottom: 0;
}

.home .entry-content {
	box-shadow: 1px 1px 4px #bbb;
	background-color: #fff;
	padding: 20px;
	border-radius: 3px;
}

.home .entry-header {
	display: none;
}

.home.separate-containers .inside-article {
	padding: 0;
	background-color: transparent;
}

.gpl-post-heading-wrapper.gpl-post-heading-style3 h3 a {
	background: var(--c-Green);
	font-family: 'roboto', sans-serif;
	font-size: 18px;;
}

.gpl-post-heading-wrapper {
	margin-bottom: 14px;
}

.gpl-post-heading-wrapper.gpl-post-heading-style3 {
	border: 2px solid var(--c-Green);
	background: var(--c-Green);
	border-radius: 3px;
}

.ultp-block-image.ultp-block-image-overlay.ultp-block-image-flat>a:before {
	opacity: 0.92;
}

.site-header {
	border-bottom: 1px solid #155315;
}

.main-navigation {
	border-top: 1px solid #1F7B1F;
}

.site-main .post-navigation {
	margin: 2em 0;
}

.secondary-navigation .main-nav>ul li a {
	padding-top: 10px;;
}

button, html input[type="button"], input[type="reset"], input[type="submit"], a.button, a.wp-block-button__link:not(.has-background) {
	border-radius: 3px;
}

.button, .wp-block-button .wp-block-button__link {
	padding: 6px 14px;
}

.entry-meta {
		font-family: 'Roboto', sans-serif;
	font-weight: 500;
}

.read-more {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	white-space: nowrap;
	text-transform: uppercase;
}

.site-content {
	flex-wrap: wrap;
}

.separate-containers .page-header {
	background-color: #196419;
	padding: 20px;
}

.page-header h1,
.taxonomy-description {
	color: #fff;
}

.widget_recent_entries ul li {
	border-bottom: 2px solid #ddd;
	border-top: 2px solid #fff;
	padding: 8px;
	margin-bottom: -1px;
}

.widget_recent_entries ul li:first-child {
	border-top: 0;
}

.widget_recent_entries ul li:last-child {
	border-bottom: 0;
}

#primary-menu .dashicons {
	line-height: 60px;
}

@media (min-width: 769px) {
	body:not(.home).separate-containers .inside-article, 
	body:not(.home).separate-containers .comments-area, 
	body:not(.home).separate-containers .page-header, .one-container .container, 
	body:not(.home).separate-containers .paging-navigation, 
	body:not(.home) .inside-page-header {
	box-shadow: 1px 1px 4px #bbb;
	border-radius: 3px;
}
	.main-navigation {
	box-shadow: 0 0 4px #999;
}
}

@media (max-width: 1160px) {
#primary {
	order: 1;
	width: 60%;
}

#left-sidebar {
	order: 3;
	width: 100%;
}

#right-sidebar {
	order: 2;
	width: 40%;
}
	
.home #primary {
		order: 1;
		width: 100%
	}

.home #right-sidebar {
	order: 2;
	width: 100%;
}
}

@media (max-width: 1024px) {
#primary {
	order: 1;
	width: 100%;
}

#left-sidebar {
	order: 3;
	width: 100%;
}

#right-sidebar {
	order: 2;
	width: 100%;
}

.home #right-sidebar {
	order: 2;
	width: 100%;
}
	.separate-containers.both-right .site-main, 
	.separate-containers.right-sidebar .site-main {
		margin-left: auto;
		margin-right: auto;
	}	
	.gpl-column-3 {
		width: 100%;
	}
	.wp-block-guten-post-layout-post-grid .post-item .post-image a img {
		height: 400px !important;
	}
	.wp-block-guten-post-layout-post-grid.post-grid-view.g_skin1 .post-item,
	.wp-block-guten-post-layout-post-grid.post-grid-view.g_skin1 .post-item:nth-child(1),
	.wp-block-guten-post-layout-post-grid.post-grid-view.g_skin1 .post-item:nth-child(2){
		width: 100%;
	}
}

@media (max-width: 768px) {
	.separate-containers .site-main {
		margin: 0;
		width: auto;
	}
	body {
		background-color: #eee;
	}
	.main-navigation {
		border-bottom: 1px solid #ddd;
	}
}

/*
 * PAGE HERO
 */

.page-hero-container {
	width: auto;
	height: 500px;
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
}

.page-hero.archive .page-hero-container {
	display: none;
}

.page-hero .entry-title,
.page-hero-cat .page-header {
	display: none;
}

.page-hero .page-hero-title,
.page-hero-cat .page-hero-title-tax-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	text-align: center;
	font-weight: 300;
}

.page-hero .page-hero-title span {
	background-color: #fff;
	padding: 20px;
	border-radius: 6px;
	width: 70%;
	box-shadow: 1px 1px 4px #333;
	color: #000;
}

.page-hero-cat .page-hero-title {
	background-color: #186519;
	padding: 20px;
	border-radius: 6px;
	width: 70%;
	box-shadow: 1px 1px 4px #333;
	color: #fff;
}

.page-hero-cat .page-hero-title .tax-description p {
	margin-bottom: 0;
	font-size: 0.5em;
	font-family: 'Roboto', sans-serif;
	line-height: 1.4;
	padding-top: 0.5em;
}

.page-hero .entry-meta {
	text-align: center;
}

.page-hero #primary {
	margin-top: 1em;
}

@media (min-width: 922px) {
	.main-header-bar {
		border: 0;
	}
	.page-hero .page-hero-title span {
		width: 50%;
	}
		.page-hero-cat .page-hero-title {
		width: 44%;
	}
}

@media (min-width: 641px) {
	body.home #masthead .main-header-bar,
	body.page-hero #masthead .main-header-bar {
		border: 0;
	}
}
.clr {
	clear:both;
}

.photoleftsmall {
	float:left;
	margin-right:1em;
	width:100px;
	font-size:10px;
}
.photoleft150 {
	float:left;
	margin-right:1em;
	width:150px;
	font-size:10px;
}
.photoright150 {
	float:right;
	margin-left:1em;
	width:150px;
	font-size:10px;
}
.photocaption150, .caption150 {
	float:left;
	font-weight:bold;
	font-size:9px;
	width:149px;
	margin-bottom:4px;
	clear:both
}
.photo400 {
	width: 400px;
	font-size: 10px;
	text-align: center;
	float: right;
	margin-left: 7px;
}
.caption400 {
	float:left;
	font-weight:bold;
	font-size:9px;
	margin-bottom:4px;
	clear:both;
}
.photo600 {
	width: 600px;
	clear:both;
	font-size: 10px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.caption600 {
	float:left;
	font-weight:bold;
	font-size:9px;
	margin-bottom:4px;
	clear:both;
}
.photoright, .photoRight {
	float:right;
	margin-left:1em;
	width:256px;
	font-size: 10px;
}
.photoleft, .photoLeft {
	float:left;
	margin-right:1em;
	width:256px;
	font-size:10px;
}
.photoleft300 {
	float:left;
	margin-right:1em;
	width:300px;
	font-size: 10px;
}
.photoright300 {
	float:right;
	margin-left:1em;
	width:300px;
	font-size: 10px;
}
.caption300 {
	float:left;
	font-weight:bold;
	font-size:10px;
	width:299px;
	margin-bottom:4px;
	clear:both
}
.photocaption, .caption {
	float:left;
	font-weight:bold;
	font-size:10px;
	width:249px;
	margin-right:4px;
	margin-bottom:4px;
	clear:both
}
.captionsmall {
	float:left;
	font-weight:bold;
	font-size:10px;
	width:95px;
	margin-right:4px;
	margin-bottom:4px;
	clear:both
}
.imgleft {
	float:left;
	padding-right:8px;
	font-size:10px;
}
.imgright {
	float:right;
	padding-left:8px;
	font-size:10px;
}
.imgcenter {
	clear:left;
	margin:0 auto;
	font-size:10px;
	text-align: center;
}
#image-div p {
	clear:both
}
#google-bottom {
	float:left;
	width:337px;
	height:281px;
	text-align:left;
	margin:0 auto
}
#google-left {
	float:left;
	width:160px;
	height: 600px;
	margin-right: 1em;
}
#google-top {
	margin:0 auto;
	width:1000px;
	height:15px;
	background:#FFF
}
.subscription-table {
	border:thin #363;
	background:#FFF
}
.club-box {
	clear:both;
	width:632px;
	margin:0 auto;
	text-align:center;
	vertical-align:top
}
.club-box td {
	text-align:center
}
.clubs {
	width:158px;
	height:158px;
	float:left
}
.pretty-table {
	width: 100%;
	border: 1px solid #063;
}
.pretty-table-header td, .pretty-table-header th, .pretty-table-header td, .pretty-table-header tr {
	font-weight: 700;
	color: #d5edb3;
	background-color: #1A631A !important;
}
.pretty-table th, .pretty-table td {
	padding: 0.3em;
	border: 1px dotted #063;
	margin: 0px;
	background: #D9FFEB;
}
.pretty-table tr:hover td, tr:hover td h3 {
	background-color: #632a2a !important;
	color: #fff !important;
}
.pretty-table tr:hover td h3{
	
}
.center-content, .cc {
	clear: both;
	margin: 0 auto;
	text-align: center;
}
/* Columns */
.newspaper {
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
    -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
    column-gap: 40px;
}
@media screen and (max-width: 767px) {
    .newspaper {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
    column-gap: 40px;
}
}

.newspaper h3 {
    -webkit-column-span: all; /* Chrome, Safari, Opera */
    column-span: all;
}

/*
 ----------------------------- 
 PVII Mobile-Friendly Tables
 by Project Seven Development
 www.projectseven.com
 Core CSS
 -----------------------------
*/
table.mft-adaptive {
	border-collapse: separate;
	width: 100% !important;
	table-layout: fixed;
	border-spacing: 5px;
}
table.mft-adaptive td,
table.mft-adaptive th {
	padding: 5px;
	vertical-align: top;
	text-align: left;
}
table.mft-adaptive td {
	padding: 5px;
}
table.mft-adaptive.mft-scalable {
	width: auto;
	height: auto;
	max-width: 100%;
}
table.mft-scalable img {
		width: auto !important;
		height: auto !important;
		max-width: 100% !important;
}

@media only screen and (min-width: 0px) and (max-width: 700px) {
	
	/*NORMAL*/
	table.mft-normal {
		table-layout: fixed;
		width: 100%;
		margin: auto;
	}
	table.mft-normal th,
	table.mft-normal td,
	table.mft-normal tr {
		display: block;
		text-align: left;
		width: auto;
	}
	table.mft-normal th,
	table.mft-normal td {
		padding: 1em;
		border: none;
	}
	/*Global To Hide Column Groups*/
	colgroup {display: none !important;}
	

	/*PIVOT*/
	table.mft-pivot {
		table-layout: fixed;
		width: 100%;
		margin: auto;
	}
	
	/* Force table to not be like tables anymore */ 
	table.mft-pivot th, 
	table.mft-pivot td, 
	table.mft-pivot tr { 
		display: block; 
		width: auto;
	}

	/* Hide table headers (but not display: none;, for accessibility) */
	table.mft-pivot tr.mft-header { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	table.mft-pivot tr { border: 1px solid #ccc; }

	table.mft-pivot td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #EEE; 
		position: relative;
		padding-left: 50%; 
		white-space: normal;
	}
	table.mft-pivot td, table.mft-pivot th { 
		text-align:left;
		border: none;
	}
	table.mft-pivot td:last-child { 
		border-bottom: none; 
	}
	table.mft-pivot tr { 
		/* Behave  like a "row" */
		border-bottom: 1px solid #EEE; 
	}

	table.mft-pivot td:before {
	/* Now like a table header */
	position: absolute;
	/* Top/left values mimic padding */
	top: .5em;
	left: 6px;
	width: 45%;
	padding-right: 10px;
	white-space: nowrap;
	text-align: left;
	text-transform: uppercase;
	font-weight: normal;
	}
	

	/*
	Label the data
	*/
	table.mft-pivot td:before { content: attr(data-mft-header); }
	table.mft-pivot td:nth-child(2) {font-weight: bold;}
	table.mft-pivot tr:nth-child(even) {background-color: #FFCC66;}
	
} 