/* Letzte Änderung mit V 1.8.2 */

.wpshp-footer-left {

	display: inline;
}

.wpshp-footer-right {
	text-align: center;
	float: right;
}

@media screen and (max-width: 768px) {
	
	.wpshp-delimiter::after {
		content: '\A';
		display: block;
	}

	.wpshp-delimiter {
		color: transparent;
	}


	.wpshp-footer-right {
		float: left !important;
		text-align: left !important;
	}
}

