.colors-custom .entry-content a, .colors-custom .entry-summary a, .colors-custom .widget a, .colors-custom .site-footer .widget-area a, .colors-custom .posts-navigation a, .colors-custom .widget_authors a strong
{


	box-shadow: none!important;
}


.colors-custom .entry-content a:hover, .colors-custom .entry-content a:focus, .colors-custom .entry-summary a:hover, .colors-custom .entry-summary a:focus, .colors-custom .widget a:hover, .colors-custom .widget a:focus, .colors-custom .site-footer .widget-area a:hover, .colors-custom .site-footer .widget-area a:focus, .colors-custom .posts-navigation a:hover, .colors-custom .posts-navigation a:focus, .colors-custom .widget_authors a:hover strong, .colors-custom .widget_authors a:focus strong
{
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 rgba(0, 0, 0, 1)!important;
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 rgba(0, 0, 0, 1)!important;
}


@media screen and (min-width: 48em)
{

.site-content {
    padding: 1.5em 0 0;
}
}

@media screen and (min-width: 48em)
.main-navigation a 
{
padding-right:10px;
}

.colors-custom .entry-content a
{
	color:#339999;
}

body.colors-custom, .colors-custom .navigation-top, .colors-custom .main-navigation ul 
{background:#88a358;}

.navigation-top {
	background: #88a358;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	font-size: 14px;
	font-weight: 400;
	/*font-size: 1rem;*/
	/*position: relative;*/
}

.navigation-top .wrap {
	max-width: 1400px;
	padding: 0;
	margin: auto;
}

.navigation-top a {
	color: #fff;
	font-weight: 400;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}

.navigation-top .current-menu-item > a,
.navigation-top .current_page_item > a {
	color: #767676;
}

.main-navigation {
	clear: both;
	display: block;
}

.main-navigation ul {
	background-color: #88a358;
	list-style: none;
	margin: 0;
	padding: 0 1.5em;
	text-align: left;
}

.page.page-one-column .entry-header,
	.twentyseventeen-front-page.page-one-column .entry-header,
	.archive.page-one-column:not(.has-sidebar) .page-header {
		margin-bottom: 0!important;
		opacity:0;

	}

.panel-content .wrap {
	padding-top:0;
	padding-bottom:0;
}

.site-footer {
	background-color:#1d2843;
	margin-top:0;
}


section#nav_menu-2.widget-1.widget-first.widget.widget_nav_menu{
	padding-bottom:0;
	width:auto;
}

.widget ul li {
	border:none;
	float:left;
	margin-right: 20px;
	padding-bottom:none;
}

section#text-2.widget-1.widget-first.widget.widget_text{
	color:#ffffff;
	text-align:right;
}

.page:not(.home) #content {
	padding-bottom:0;
}


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