
		/*
The use of !important is necessary here to ensure that this style
takes precedence over other conflicting WP/larva/nova styles. */
		@media (min-width: 1000px) {
			.pmc-hide-desktop {
				display: none !important;
			}
		}

		@media (max-width: 1000px) {
			.pmc-hide-mobile {
				display: none !important;
			}
		}
	