/**
Theme Name: Tour
Author: PT. Bali Web Design
Description: Child theme untuk Astra dengan tampilan Tour & Travel Profesional. Terintegrasi dengan plugin Tour Core untuk menampilkan paket tour, itinerary, gallery, FAQ, dan WhatsApp CTA.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tour-design
Template: astra
*/

/* ==========================================================================
   Astra Overrides
   ========================================================================== */

/* Global Astra container max-width */
.ast-container {
	max-width: 1140px;
}

/* Remove default Astra page header padding on tour pages */
.tc-front-page .entry-content,
.tc-single-page .entry-content,
.tc-archive-page .entry-content {
	margin: 0;
	padding: 0;
}

/* Full-width for front page */
.tc-front-page .site-content > .ast-container {
	max-width: 100%;
	padding: 0;
}

.tc-front-page #primary {
	padding: 0;
	margin: 0;
}

/* Clean container for single tour */
.tc-single-page .site-content > .ast-container {
	max-width: 100%;
	padding: 0;
}

.tc-single-page #primary {
	padding: 0;
	margin: 0;
}

/* Clean container for archive */
.tc-archive-page .site-content > .ast-container {
	max-width: 100%;
	padding: 0;
}

.tc-archive-page #primary {
	padding: 0;
	margin: 0;
}

/* Hide default Astra footer on front page (we have custom footer) */
.tc-front-page .site-footer {
	display: none;
}