/*
	Theme Name: Semplice Child Theme
	Description: Child Theme for Semplice
	Author: Your name
	Template: semplice
*/

/* Custom CSS Start */

body {
	background-color: red;
}

.single-article-logo {
	margin-top: -50px;
	text-align: center;
}

.single-article-logo img {
	width:100%;
	max-width:200px;
	height: auto;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.single-article-logo {
		margin-top: -100px;
	}
}

/* Custom CSS End */