.wp-block-post-template li.wp-block-post {
    list-style: none;
}

.wp-block-coblocks-posts__content time.wp-block-coblocks-posts__date {
    margin-left: 10px;
}

.wp-block-coblocks-posts__content .wp-block-coblocks-posts__excerpt {
    margin-bottom: 10px;
}

/* add spacing to sticky header */
.sshos-contents-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 0px 15px;
}

.site-logo {
		max-height: 80px;
}

.site-logo-link, .site-title {
		margin: 20px 0;
}

.site-branding, .has-footer-navigation .site-info {
		margin: 0;
}

/* make content wide */
@media screen and (min-width: 800px) {
    .content-wrapper #primary {
        margin: 0 !important;
        width: 68%;
    }

    .content-wrapper #secondary {
        margin: 0 !important;
        width: 26%;
    }
}

/* add fade to hero */
.hero.with-featured-image {
    padding: 180px 0px 40px 0px;
}

.hero.with-featured-image:before {
    content: " ";
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background: -moz-linear-gradient(0deg, rgba(50,57,76,0.8) 0%, rgba(50,57,76,0) 70%);
    background: -webkit-linear-gradient(0deg, rgba(50,57,76,0.8) 0%, rgba(50,57,76,0) 70%);
    background: linear-gradient(0deg, rgba(50,57,76,0.8) 0%, rgba(50,57,76,0) 70%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#32394c",endColorstr="#32394c",GradientType=1);
}

/* make shop categories nice */
ul.product-categories > li {
    display: block;
    padding: 5px 0px;
}

ul.product-categories ul li {
    display: block;
    padding: 5px 15px;
}

ul.product-categories ul {
    margin: 0px;
}

/* fix price colouring */
.price {
		color: #32394c !important;
}

.price ins {
		color: #988146 !important;
		font-weight: 400 !important;
}

/* Footer Styling */
#tertiary {
		background: #32394c;
}

.footer-widget {
    width: 95%;
    margin: 15px auto;
}

.footer-widget aside img {
		max-width: 230px !important;
		margin-left: -20px;
}

@media screen and (min-width: 800px) {
    .footer-widget:nth-child(1) {
        width: 30%;
        margin: 0 3% 0 0;
    }

    .footer-widget:nth-child(2) {
        width: 66%;
        margin: 0 0px 0 0;
    }   
}