/*
 * Theme Name: sia2021
 * Description: This is a custom child theme for Salient
 * Theme URI: https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
 * Author: ThemeNectar
 * Author URI: https://themeforest.net/user/themenectar
 * Template: salient
 * Version: 1.0
 * */

/* Hide the footer on the 360 View page */
.page-template-page-360view #footer-outer {
	display: none;
}

/* The viewer fills the full space below the header via fixed positioning in viewer.css.
 *    Remove overflow:hidden so fixed-position overlays (thumbs, topbar, toolbar) are not clipped. */
.page-template-page-360view #ajax-content-wrap {
	overflow: visible !important;
}
}
}