.row.header_desktop {
	display: block !important;
}

.row.header_mobile {
	display: none !important;
}


.entry-content.entry_desktop {
	display: block !important;
}

.entry-content.entry_mobile {
	display: none !important;
}

@media (max-width: 512px) {
	.row.header_desktop {
		display: none !important;
	}

	.row.header_mobile {
		display: block !important;
	}
	
	
	.entry-content.entry_desktop {
		display: none !important;
	}

	.entry-content.entry_mobile {
		display: block !important;
	}
}