/*
Template: bricks
Theme Name: Bricks Child
Theme URI: https://bricksbuilder.io/
Author: Bricks
Author URI: https://bricksbuilder.io/
Description: Visual website builder for WordPress.
Version: 1.0.0
License: GPLv2
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bricks-child
*/

:root{
    --primary-239785: rgba(0, 0, 0, 0);
}

html,
body {
    height: 100%;
}


/* ========= 
============ Reset-Bricks-Css-Start-Here
========= */
.brxe-section {
    align-items: unset;
}

.brxe-container {
    width: 100%;
    height: 100%;
    padding: 0px 30px;
    max-width: 1440px;
}

@media(max-width: 1440px) {
    .brxe-container {
        max-width: 1300px;
    }
}

@media(max-width: 1300px) {
    .brxe-container {
        max-width: 90%;
    }
}

@media(max-width: 992px) {
    .brxe-container {
        max-width: 100%;
        padding: 0px 15px;
    }
}



/* ========= 
============ Our-Custom-Css-Start-Here
========= */