/*
Theme Name:   Astra Child - VICORA
Theme URI:    https://www.vicora.in/
Description:  Custom Astra child theme for VICORA - Made to Be Noticed
Author:       VICORA Team
Author URI:   https://www.vicora.in/
Template:     astra
Version:      1.1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  astra-child
*/

/* 
 * All custom styles are enqueued separately via functions.php
 * This file contains only the required theme header information
 */

/* Hide every visual footer surface across the mobile site. */
@media (max-width: 767px) {
	.site-footer,
	#colophon,
	.ast-footer-overlay,
	.ast-builder-footer,
	.ast-primary-footer-bar,
	.site-primary-footer-wrap,
	.site-above-footer-wrap,
	.site-below-footer-wrap,
	.ast-footer-copyright,
	.ast-builder-footer-grid-columns,
	.vicora-footer,
	.vicora-mobile-footer-overlay,
	.ast-bottom-navigation-wrap,
	footer[role="contentinfo"] {
		display: none !important;
	}
}


/* Hide header and footer completely on My Account page */
body.woocommerce-account .vicora-top-announcement,
body.woocommerce-account .vicora-header-wrap,
body.woocommerce-account .vicora-main-header,
body.woocommerce-account #masthead,
body.woocommerce-account .site-header,
body.woocommerce-account .ast-desktop-header,
body.woocommerce-account .ast-mobile-header-wrap,
body.woocommerce-account .vicora-mobile-nav-trigger,
body.woocommerce-account .vicora-mobile-nav-overlay,
body.woocommerce-account .vicora-mobile-footer,
body.woocommerce-account .vicora-footer,
body.woocommerce-account #colophon,
body.woocommerce-account .site-footer {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
