/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 30 2024 | 08:31:31 */
@media (min-width: 768px) {
	body.single-post .winwood-breadcrumb .breadcrumb-heading {
		font-size: 50px;
	}
}

body.blog #main {
	display: flex;
	flex-wrap: wrap;
	margin-left: -30px;
	margin-right: -30px;
}
body.blog #main > article {
	width: 50%;
	padding-left: 30px;
	padding-right: 30px;
}

body.blog #main > article .entry-content .more-link {
	display: block;
	width: fit-content;
}

.winwood-breadcrumb {
	position: relative;
}
.winwood-breadcrumb::after {
	content: '';
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .25);
}
.winwood-breadcrumb > * {
	position: relative;
	z-index: 1;
}


p:last-child {
	margin-bottom: 0px;
}

.header-1 .header-top > .row {
	text-align: center;
	justify-content: center;
}
.header-1 .header-top > .row > * {
	flex-grow: 0;
}
.header-1 .header-top > .row > :empty {
	display: none !important;
}


#home-intro rs-sbg-wrap::after {
	content: '';
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
}


