a {
	    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
color:#55A316;
}

li a{
font-size:20px;
font-weight:bold;
color:#d97d1a;
}

a:hover {
color:#6fc22c;
}

body {
color:#1e1e1e;
}

h5 a{
  color:#fff;
	font-size:20px;
}

.site-header.header-fixed {
		border-bottom-style: double;
	border-bottom-width: 15px;
	color:#d97d1a;
}

.site-branding .site-text-logo {
	color:#d97d1a;
}

.site-branding .no-logo-img.has-desc .site-description {
	color:#6fc22c;

}

.search-form .search-submit {
	background-color:#6fc22c;
}

.sidebar .widget .widget-title {
	color:#d97d1a;
	font-size:20px;
}

.footer-widgets {
	background-color:#f3f3f3;
	color:#000;
}

.site-footer .site-info {
background-color:#d97d1a;
	color:#fff;
}

.site-footer .widget a:hover {
	color:#6fc22c;
}

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

.site-footer .btt a {
	background-color:#d97d1a;
}

.site-footer .btt a:hover {
	color:#6fc22c;
}

.onepress-menu a:hover {
	  color: #6fc22c;
}

.onepress-menu ul li a {
  border-top: 1px solid #e9e9e9;
  padding: 8px 18px;
  color: #333333;
  font-size: 13px;
  text-transform: none;
  background: #ffffff;
  letter-spacing: 0;
}

.onepress-menu ul li a:hover {
  color: #6fc22c;
}

.onepress-menu li.onepress-current-item > a {
  color: #6fc22c;
}
.onepress-menu ul li.current-menu-item > a {
  color: #6fc22c;
}

.wp-block-latest-posts__post-author, .wp-block-latest-posts__post-date {
font-size:13px
}

a#nav-toggle {
color:#fff;
}

#nav-toggle span {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -2px;
    -webkit-transition: rotate 0.2s, translate 0.2s;
    transition: rotate 0.2s, translate 0.2s;
    display: inline-block;
    height: 3px;
    width: 24px;
    background: #d97d1a;
}

#nav-toggle span:before, #nav-toggle span:after {
    position: absolute;
    display: inline-block;
    height: 3px;
    width: 24px;
    background: #d97d1a;
    content: "";
    right: 0;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
}

#nav-toggle.nav-is-visible span:before, #nav-toggle.nav-is-visible span:after {
    background: #d97d1a;
}

.onepress-menu.onepress-menu-mobile .nav-toggle-subarrow {
    display: block;
    color: #6fc22c;
    border-left: 1px solid #e9e9e9;
    font-weight: normal;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    text-align: center;
    padding: 11px 20px;
    z-index: 10;
}

.onepress-menu.onepress-menu-mobile a {
    color: #d97d1a;
}

::selection {
    background: #70c22d;
    color: #1e1e1e;
}

.entry-content blockquote {
border-color:#55A316;
}