/*
 * Slush Pro Custom CSS
 * 
 * Place here your custom CSS. This will keep your custom css when there is a theme update.
 */

span.entry-author:before,
span.entry-comments-link:before {
	display: inline-block;
	content: "/";
	margin: 0 1em;
}

.entry-time:after {
	display: none;
}

.woocommerce a.button.loading:after,
.woocommerce button.button.loading:after,
.woocommerce input.button.loading:after,
.woocommerce #respond input#submit.loading:after {
	right: 0;
	top: 0;
}

body {
    font-family: Poppins,sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #171715;
    letter-spacing: 0;
}

.header-image .title-area {
    padding: 0;
}

.nav-primary {
    padding: 0 0 20px 0  !important;
}