/* EFOR */
@media screen and (min-width: 768px) {
	p {
   		margin: 0 0 1em 0;
		}
	}

/* HEADER */
.is-menu-top.no-featured-area .header-wrap,
.is-menu-top .menu-wrap,
.is-menu-bottom.no-featured-area .menu-wrap,
.is-header-small.no-featured-area .header-wrap,
.is-header-row.no-featured-area .header-wrap {
	border-bottom: 1px solid #eee;
	}
.is-menu-bottom.no-featured-area .menu-wrap {
	border-top: 1px solid #eee;
	}

/* FOOTER */
.site-footer .site-info {
	text-transform: uppercase; letter-spacing: 2px; font-size: 10px;
	}
.site .footer-subscribe,
.site-footer .site-info {
	border-top: 1px solid #eee;
	}

/* BLOG */
.is-more-link-button-style .blog-stream .more-link {
    border-radius: 24px; font-weight: bold;
    }
.is-share-links-boxed .single .share-links a:not(:hover) {
    background: #f3f3f3;
	}

/* EXTRA CSS */
@media screen and (min-width: 768px) {
	.comment-content p {
		font-size: 14px;
		}
}
.related-posts {
    display: none;
	}
.nav-menu li { font-weight: 700; font-size: 12px; }
.nav-menu li li { font-weight: 700; font-size: 11px; }
.nav-single {
    margin: 3em 0 0 0;
	}
.comments-area {
    padding-top: 0;
	}