/**
Theme Name: LIFE SNaP
Author: Robert Lockwood
Author URI: https://www.gov.ie/housing
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: life-snap
Template: astra
*/

/*to create white border around 8px*/
body {
    background-color: #fff !important;
}

.ast-separate-container #content,
.ast-separate-container .ast-container {
    background-color: #fff;
    padding: 0;
}

#page {
    border: 8px solid #fff;
    margin: 0 auto;
    box-sizing: border-box;
    background-color: #fff;
}

/*full width header background*/
#ast-desktop-header,
.ast-main-header-wrap,
.ast-primary-header-bar {
    background-color: #4f332f !important;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

/*to create a centred boxed header*/
.ast-primary-header-bar .ast-container,
.ast-main-header-wrap .ast-container {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;

}

/* Italics on Site Description */
.site-description {
    font-style: italic;
}

/* Footer fix to add underline */
footer a {
    text-decoration: underline;
}

@media (max-width: 1450px) {

    /* Adjust padding on images on homepage when screen size is smaller */
    .homepage-image {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    /* Adjust padding on Objectives of LIFE Strategic Nature List on homepage when screen size is smaller */
    .objectives-list {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }

    /* Adjust padding of FAQ on homepage when screen size is smaller */
    .faq-section {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

/* Adjust the buttons so the text does not wrap below 970px screens */
@media (max-width: 970px) {
    .uagb-buttons__outer-wrap .uagb-buttons__wrap {
        display: inline;
    }
}

/* Adjust the spacing on the pillars on the hom page when screen size is below 771px*/
@media (max-width: 782px) {
    .pillar-head {
        flex-basis: 2vh !important;
    }

    .pillar-body {
        flex-basis: 10vh !important;
    }
}