
/*
-----------------------------------------*/
.g-nav-wrap ul li a {
  color: #fff;
  cursor:pointer;
}
.g-nav-wrap ul li ul.sub-menu {
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    transition: all 0.3s ease-in;
    box-shadow: 0 1px 3px 1px rgb(0 0 0 / 0.08);
    z-index: 9999;
    opacity: 0;
  list-style: none;
  justify-content:space-around;
  background-color: #F1F5B6;
  padding-left:0;
}
.g-nav-wrap ul li:hover ul.sub-menu {
    visibility: visible;
    opacity: 1;
}
.g-nav-wrap ul li ul.sub-menu li {
	border-bottom:1px dashed #2C7E28;
	width:90%;
	margin:0 auto;
}
.g-nav-wrap ul li ul.sub-menu li a {
    color:#2C7E28;
	padding:0.4em 1em;
	display: block;
	margin:0.2em 0;
	height:100%;
}
.g-nav-wrap ul li ul.sub-menu li a:hover {
	color:#2C7E28 !important;
	background-color: #e5e988;
}
.g-nav-wrap ul li ul.sub-menu li:last-child {
	border-bottom:none;
}


.newswrap {
	width: 960px;
	max-width: 100%;
	margin: 2em auto;
}

.newswrap .date {
	margin-bottom: 1.5em;
	font-size: 1.2em;
}

.newsbody p {
	text-align: left;
}

.nav-links {
	margin: 2em auto;
	display: flex;
	justify-content: space-between;
}

.nav-links .nav-link {
	position: relative;
}
.nav-links .nav-link:before {
	content: '';
	width: 6px;
	height: 6px;
	border: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	position: absolute;
}
.nav-links .prev {
	padding-left: 1em;
}
.nav-links .prev:before {
	border-top: solid 2px #333;
	border-left: solid 2px #333;
	transform: rotate(-45deg);
	left: 0;
}
.nav-links .next {
	padding-right: 1em;
}
.nav-links .next:before {
	border-top: solid 2px #333;
	border-right: solid 2px #333;
	transform: rotate(45deg);
	right: 0;
}

.nav-links a {
	display: block;
	text-decoration: none;
	border: 1px solid #ccc;
	color: #000;
	padding: 0.5em 2em;
}
.nav-links a:hover {
	font-weight: bold;
}


.wp-pagenavi {
	margin: 40px auto;
	font-size: 12px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #2c7e28;
}
.wp-pagenavi a {
    color: #2c7e28;
}
.wp-pagenavi span.current,
.wp-pagenavi a.page {
	margin: 0 10px 0 0;
	border: solid 1px #eee;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	line-height: 40px;
	text-align: center;
	box-sizing: border-box;
	justify-content: center;
	display: flex;
	align-items: center;
	transition: .3s;
}
.wp-pagenavi span.current {
    border: none;
    background: #2c7e28;
    color: #fff;
}
.wp-pagenavi a.page {
	background: none;
}
.wp-pagenavi a.page:hover {
    background: #2c7e28;
    color: #fff;
}
.wp-pagenavi .first,
.wp-pagenavi .extend {
    margin-right: 10px;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
    display: none;
}

.newsSection .container-xl a.btn {
	margin-bottom: 0px;
}


ul#news {
	padding-left: 0;
}
li.newsBody2 div {
	display: flex;
}
li.newsBody2 div span.date  {
	display: inline-block;
	padding-right: 1em;
}
li.newsBody2 div span.title  {
	display: inline-block;
}
li.newsBody2 div span.title a {
	color: #000;
	text-decoration: none;
}
li.newsBody2 div span.title a:hover {
	font-weight: bold;
}

.page-404 {
	margin: 2em 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}