/*
Theme Name: Success Mirror Child
Template: astra
Version: 1.0
*/

@font-face {
    font-family: 'Quincy CF';
    src: url('fonts/Quincy-CF-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* ===========================
   GLOBAL RESET
=========================== */

html,
body {
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
    overflow-x: hidden;
}

/* ===========================
   ASTRA FULL WIDTH
=========================== */

.ast-container,
.ast-page-builder-template,
.ast-site-content,
.site,
.site-content,
.site-main,
.site-inner,
.content-area,
.container,
.container-fluid,
.wrap,
main {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* ===========================
   ELEMENTOR FULL WIDTH
=========================== */

.elementor,
.elementor-section,
.elementor-container,
.elementor-widget-wrap,
.elementor-column,
.elementor-column-wrap {
    width: 100% !important;
    max-width: 100% !important;
}

/* Elementor Flexbox Containers */

.e-con {
    width: 100% !important;
    max-width: 100% !important;
    --content-width: 100% !important;
    margin: 0 !important;
}

.e-con-boxed > .e-con-inner,
.e-con > .e-con-inner {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* ===========================
   HEADER & FOOTER
=========================== */

.elementor-location-header,
.elementor-location-footer {
    width: 100% !important;
    max-width: 100% !important;
}

/* ===========================
   IMAGES
=========================== */

img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Remove all outer white spacing */

html,
body {
    margin: 0 !important;
    padding: 0 !important;
}

body {
    overflow-x: hidden !important;
}

#page,
.site,
.ast-container,
.ast-page-builder-template,
.site-content,
.site-main,
.elementor,
.elementor-location-header,
.elementor-location-footer,
.elementor-section,
.e-con,
.e-con-inner {
    margin: 0 !important;
    padding: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
}

.elementor-section.elementor-section-boxed > .elementor-container,
.elementor-container {
    max-width: 100% !important;
    width: 100% !important;
}