/* Header */
.site-header {
    border-bottom: none!important;
}

/* Logo */
.custom-logo {
		height: 100px;
		width: auto;	
}


/* Blog page: */

.sow-blog article .sow-blog-content-wrapper {
    overflow: auto;
    padding: 2em 0!important;
}

.sow-blog-layout-grid .sow-blog-posts {
    column-gap: 3.5%!important;
}

.sow-blog .sow-blog-posts article {
    position: relative;
}

.sow-entry-categories {
		position: absolute;
    top: 1em;
    background-color: black;
    padding: 6px 10px;
    left: 1em;
		margin-right: 1em;
}

.sow-entry-categories a {
		color: white!important;
}