.entry-divider {
    display: none !important;
}

.entry-header-text.entry-header-text-top.text-center {
    padding-top: 20px;
    padding-bottom: 0;
}

h1.entry-title {
    margin-bottom: 0;
}

div#content {
    padding-top: 0;
	    padding-bottom: 1px;
}

.page-title-inner.flex-row.medium-flex-wrap.container {
    padding-top: 0;
}

nav.breadcrumbs {
    padding: 10px 0;
    background-color: #f2f2f2;
    text-align: center;
    font-size: 12px;
}

nav.breadcrumbs a {
    font-size: 14px;
}

.post.type-post {
    margin-bottom: 0;
}

.entry-content.single-page {
    padding-bottom: 0;
}


@media (max-width: 548px) {
	h2.related-head {
		font-size: 25px !important;
	}
}



