/**
Theme Name: Blast Template
Author: Blast Digital
Author URI: https://www.blast.ie
Description: Easy Pro Websites - Blast
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: blast-template
Template: astra
*/



/* Force full-width container for the 'project' custom post type */
.single-project .ast-container {
    max-width: 100% !important;
    padding: 0 !important;
}

.single-project .ast-primary-header {
    max-width: 1200px!important; /* Adjust this value to your preferred width */
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}