/* Custom overrides for GoDaddy mirror — restore JS-dependent visibility */

/* Desktop nav (parent of full menu) should be visible at all widths */
@media (min-width: 1024px) {
    .x .c1-1q {
        display: block !important;
    }
}

/* Hide the gallery section since lazy-loaded backgrounds never populate */
.widget-gallery-gallery-2 {
    display: none;
}

/* Hide the empty Instagram feed widget */
.widget-socialfeed-social-feed-1 {
    display: none;
}
