/*
Theme Name: Blocksy Child
Theme URI: https://creativethemes.com/blocksy/
Template: blocksy
Author: CreativeThemes
Author URI: https://creativethemes.com
Description: Blocksy is a fast, modern WordPress theme with advanced WooCommerce support and full compatibility with the block editor.
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.23.1767653991
Updated: 2026-01-05 15:59:51

*/

div#main-container {

    footer#footer {
        padding: 0;

        div[data-row="middle"] {
            display: none;
        }

        .ct-footer-copyright {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            gap: 30px;
            flex-direction: row;
            justify-content: space-between;
            width: 100%;
            max-width: 1200px;
            padding: 20px;

            p {
                margin: 0 !important;

                @media (max-width: 680px) { 
                    width: 100%;
                }

                &.powered {
                    font-size: .8em;
                    opacity: .9;

                    a {
                        text-decoration: underline;
                    }
                }
            }
        }
    }
}

.elementor-widget-n-accordion {
    details.e-n-accordion-item {
        summary.e-n-accordion-item-title + div.elementor-element {
            margin-top: -5px;
            border-top: none;
            border-bottom-left-radius: 5px;
            border-bottom-right-radius: 5px;
        }
    }
}
