/**
 * Copyright area style
 */

.responsive-copyright-left,
.responsive-copyright-right {
	display: inline-block;
	width: 50%;
	padding: 0 20px;
}
.site-info a,
.site-info p {
    display: inline;
}
.responsive-copyright-right {
	text-align: right;
	float: right;
}
.responsive-copyright-right a {
	color: #292929;
	text-decoration: none;
	font-size: 1.5rem;
	margin-right: 1rem;
}

@media screen and (max-width: 800px) {
	.responsive-copyright-left,
	.responsive-copyright-right {
		width: 100%;
		text-align: center;
		margin-bottom: 1rem;
	}
}