/*
Theme Name: Astra Child
Theme URI: https://www.kaisranilaw.com
Author: Kaisrani Law Associates
Author URI: https://www.kaisranilaw.com
Description: Astra Child Theme for Kaisrani Law Associates - Custom Law Firm Website
Template: astra
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: astra-child
*/

/* Hide Astra's default elements on front page */
.kaisrani-front-page .ast-footer,
.kaisrani-front-page #colophon,
.kaisrani-front-page .site-footer {
    display: none !important;
}

/* Ensure our custom footer shows */
.kaisrani-front-page .kaisrani-footer {
    display: block !important;
}

/* Fix for Astra container on front page */
.kaisrani-front-page .ast-container {
    max-width: 100% !important;
    padding: 0 !important;
}

.kaisrani-front-page .entry-content {
    padding: 0 !important;
    margin: 0 !important;
}