/*
 Theme Name:   Beautique Child Theme
 Theme URI:    https://beautique.axiomthemes.com/
 Description:  Beautique Child Theme
 Author:       AxiomThemes
 Author URI:   https://axiomthemes.com/
 Template:     beautique
 Version:      1.0.0
 Tags:         beauty, hair, makeup, massage, nail salon, plastic surgery, luxury salon, spa, wellness center, barbershop, hairdresser, tattoo salon, piercing, online store, beauty products
 Text Domain:  beautique
*/


/* =Theme customization starts here
------------------------------------------------------------ */
/* Services CPT full width, met header/footer behouden */
/* Services CPT: theme wrapper vrijmaken */
body.single-cpt_services .page_content_wrap,
body.single-cpt_services .content_wrap,
body.single-cpt_services .content {
    width: 100% !important;
    max-width: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Alleen Elementor full width secties uitbreken uit de wrapper */
body.single-cpt_services .elementor-12553 > .elementor-section-full_width {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
}

/* Boxed blijft gewoon boxed */
body.single-cpt_services .elementor-12553 > .elementor-section-boxed > .elementor-container {
    max-width: 1290px !important;
}