body.media {
	margin-top: 0;
    overflow: visible;
}

blockquote {
	border: 0;
    background-color: #006f45;
    border-radius: 0.4em;
    padding: 1em;
    color: #fff;
    font-size: 19px;
}

blockquote footer {
	background: transparent;
    color: #fff;
    font-size: 16px;
}

.post-header-tags {
	font-size: 1.5rem;
}

.post-header-tags p {
	display: inline-block;
}

.post-header-tags ul {
	margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}

.post-header-tags ul li {
	display: inline-block;
}

.post-header-tags ul li:after {
	content: ",";
    margin-right: 0.2em;
    margin-left: 0.2em;
    color: #999;
}

.post-header-tags ul li:last-child:after {
	content: "";
    margin-right: 0;
}

.widget_categories ul li a {
	font-size: 1.5rem;
}

.wp-tag-cloud li a {
	font-size: 1.5rem !important;
}

#mobile-menu { display: none; }

@media (max-width: 768px) {
	.mm-opened #mobile-menu { display: block; }
}