/* GeneratePress Site CSS */ .full-container {
    border-left: 1px solid #efefef;
	border-right: 1px solid #efefef;
}

.main-navigation,
.footer-widgets {
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
}

.entry-header,
.entry-meta {
	text-align: center;
}

.sidebar .widget {
	border: 1px solid #efefef;
}

.entry-content,
.entry-summary,
#comments {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.post-image,
.entry-content {
	margin-top: 3em;
}

.post-image:hover {
	opacity: 0.95;
}

footer.entry-meta > span {
	display: inline-block;
	margin: 0 10px;
	text-transform: uppercase;
	font-size: 85%;
}

.post-navigation {
	text-transform: uppercase;
	font-size: 85%;
}

div.entry-meta > span {
	text-transform: uppercase;
	font-size: 85%;
}

button, html input[type="button"], input[type="reset"], input[type="submit"], a.button, a.button:visited {
	border-width: 1px;
	border-style: solid;
	border-color: inherit;
}

.read-more-container,
#comments {
	text-align: center;
}

#comments .comment {
	text-align: left;
}

.one-container .site-main > article:not(:last-child):after {
    content: "";
    border-bottom: 1px solid #999;
    display: block;
    max-width: 400px;
    margin: 0 auto 60px;
}

.one-container .inside-article {
    padding: 0 0 60px;
}

.nf-form-cont {
    text-align: center;
}

.nf-form-fields-required {
    margin-bottom: 30px;
}

.main-navigation.toggled .main-nav li {
    text-align: center !important;
}

.generate-back-to-top {
    border-width: 1px;
    border-style: solid;
}

.post-image-above-header .inside-article .post-image, 
.post-image-above-header .inside-article .featured-image {
    margin-bottom: 60px;
}

.widget-title:after {
    content: "";
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: inherit;
    display: block;
    width: 30px;
    padding-top: 10px;
}

.nf-field-label {
    margin: 0 auto;
}

.sticky-enabled .main-navigation.is_stuck {
    box-shadow: 0 0 0;
}

@media (max-width: 768px) {
	.main-navigation.toggled .main-nav li.social-icon {
    	display: inline-block !important;
	}
}

@media (min-width: 769px) {
    .main-navigation .menu > .menu-item > a::after {
        content: "";
        position: absolute;
        right: 0;
        left: 50%;
        bottom: 15px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);

        display: block;
        width: 0;
        height: 1px;

        background-color: currentColor;
        transition: 0.3s width ease;
    }
    .main-navigation .menu > .menu-item.current-menu-item > a::after,
    .main-navigation .menu > .menu-item > a:hover::after {
        width: 50%;
    }
} /* End GeneratePress Site CSS */