.entry-header h1, .page-header h1 {
    color: #ffffff;
    text-align: center;
}

.comments-area {display:none;}

/*navigation*/

.main-navigation .main-nav ul li a {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 60px;
}

.homeboxes a::hover {color: red; border-bottom: 10px solid green;}

.main-navigation .main-nav ul li[class*="current-menu-"] > a {
    color: #8f919e;
    background-color: #292929;
	border-bottom: 3.5px solid #53b808;

}


/*make header wider*/
body .grid-container {
    max-width: 1060px;
}

.inside-header {padding: 20px 40px 0 40px; /*changed from: .inside-header {padding: 20px 40px 10px 40px; so that underline of green will line up.}*/
border-bottom: 1px solid #4e4e4e;}

/*less space between header and body*/

.separate-containers .inside-article, .separate-containers .comments-area, .separate-containers .page-header, .separate-containers .paging-navigation, .one-container .site-content, .inside-page-header {
    padding: 10px 60px 60px 60px;
}


/*slider navigation*/
.bx-wrapper .bx-pager.bx-default-pager a {
    background-color: #3e3e3e;
    text-indent: -9999px;
    display: block;
    width: 30px;
    height: 10px;
    margin: 0 5px;
   /* outline: 0;*/
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
	color: #3e3e3e !important;
	   
}

a.bx-pager-link.active{background-color: #53b807 !important;}

a.bx-pager-link{color: #3e3e3e;}

span.line {
background-color:#53b807;
    display: block;
    width: 50px;
    height: 4px;
	margin: -24px 0 -11px 0;
    

}
h3 {
    padding: 5px 0 10px 0;
    border-bottom: 1px solid #303030;
	/*margin-bottom: 25px;*/}

/*don't underline text - instead make it bold*/
a {font-weight: bold; }


/* GeneratePress Site CSS */ /* Link underlines
.entry-content a:not(.button) {
	box-shadow: inset 0 -1px 0 currentColor;
	transition: color 100ms ease-in,box-shadow .13s ease-in-out;
} */

.entry-content a:not(.button):focus, .entry-content a:not(.button):hover {
	box-shadow: inset 0 0 0 currentColor,0 3px 0 currentColor;
}

/* Content selection */
::selection {
  color: white; 
  background: black;
}

/* Sub-menu effect */
.main-navigation ul ul {
	left: auto;
	transition: opacity 300ms ease-in-out, transform 200ms ease-in-out, height 200ms ease-in-out;
	transform: translateY(20px);
	height: auto;
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 5px;
	padding: 5px 0;
}

.main-navigation:not(.toggled) ul li:hover>ul, .main-navigation:not(.toggled) ul li.sfHover>ul {
	transform: translateY(0);

}

.slideout-navigation.do-overlay .slideout-menu .sub-menu li a {
	display: block;
}

/* Footer widget icons */
.footer-widget-1 {
	text-align: center;
}

.footer-icons a {
	padding: 5px;
	display: inline-block;
}

/* Center off canvas close button */
@media (max-width: 768px) {
	.slideout-navigation.do-overlay .slideout-exit {
		text-align: center;
	}
} /* End GeneratePress Site CSS */