/*
Theme Name: Blocksy Child Theme - LPP
Theme URI: https://creativethemes.com/blocksy/
Template: blocksy
Author: Jdev
Author URI: https://creativethemes.com
Description: Blocksy is a fast, modern WordPress theme with advanced WooCommerce support and full compatibility with the block editor. We're customizing it based on our client's wants (Lollipop Party Packages)
Tags: accessibility-ready,blog,block-patterns,e-commerce,wide-blocks,block-styles,grid-layout,one-column,two-columns,three-columns,four-columns,right-sidebar,left-sidebar,translation-ready,custom-colors,custom-logo,custom-menu,featured-images,footer-widgets,full-width-template,theme-options,threaded-comments
Version: 2.1.13-Initial-started-Sep18.1758238808
Updated: 2025-09-18 23:40:08

*/

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,600;1,400;1,600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');

/* ===================================
   Custom Footer Styles
   =================================== */

#lpp-footer {
    background-color: #3d4a3c;
    color: #CCB693;
    padding: 60px 20px 30px;
    font-family: 'Georgia', serif;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.footer-columns {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

@media (min-width: 768px) {
    .footer-columns {
        grid-template-columns: repeat(3, auto);
        gap: 100px;
        justify-content: center;
    }
}

.footer-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer-column h3 {
    margin-bottom: 15px;
    font-family: "Cormorant Garamond", serif;
    font-size: 25px;
    font-style: italic;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: -0.5px;
    text-transform: capitalize;
    color: #CCB693;
}

.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column ul li {
    margin-bottom: 10px;
}

.footer-column ul li a {
    text-decoration: none;
    color: #D4C7BE;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.32px;
}

.social-icons a svg {
    fill: #CCB693;
}

.footer-bottom {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid rgba(212, 197, 168, 0.3);
}

.footer-bottom p {
    margin: 0;
    font-size: 0.9rem;
    color: #CCB693;
}