/**
 * Path: wp-content/themes/moviestream-child-gogotv/assets/css/navigation-visibility-v213.css
 * GogoTV v2.1.3
 *
 * Header-bottom content category strip visibility rules.
 * - Desktop/tablet-wide: hidden.
 * - Theme mobile breakpoint (860px and below): visible.
 * - The strip remains in normal document flow; it is never fixed or sticky.
 */

/* Desktop first: do not expose the header-bottom category strip. */
body.gogotv-child .gogo-category-strip {
	display: none !important;
	position: static !important;
	top: auto !important;
	left: auto !important;
	right: auto !important;
	bottom: auto !important;
	transform: none !important;
}

/* Mobile UI breakpoint used by the current GogoTV theme. */
@media screen and (max-width: 860px) {
	body.gogotv-child .gogo-category-strip {
		display: block !important;
		position: static !important;
		top: auto !important;
		z-index: auto !important;
	}
}
