/**
 * COPYRIGHT 2024 BY ROBERT CURA. ALL RIGHTS RESERVED
 * AUTHOR: ROBERT CURA
 * INCEPTION: 2024FEB26
 * DESCRIPTION: This is where the page is themed. Var values are overridden.
 **/

/*************************************************************************** *
 *
 * PAGE LAYOUT ASSIGNMENTS                    
 *
 *************************************************************************** */


/*-------------------------------------------------------------------------- */
/* MAIN PAGE LAYOUT CONTROLS                                                                              
/*-------------------------------------------------------------------------- */

/*.xrc-main-page-shell--wrapper  {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: var(--xrc-width--full);
}*/

/*.xrc-page-header--wrapper,
.xrc-page-navigation--wrapper,
.xrc-page-control--wrapper,
.xrc-page-admin-bar--wrapper,
.xrc-page-main--wrapper,
.xrc-page-footer--wrapper {
        padding-left: 6rem;
    padding-right: 6rem;
        padding-left: var(--xrc-page-padding--left);
    padding-right: var(--xrc-page-padding--right);
    width: var(--xrc-width--full);
}*/
/*
.xrc-region,
.xrc-page-column--center {
    margin: 0 auto;
    max-width: var(--xrc-region--max-width);
    max-width: var(--xrc-page--max-width);
}*/

/*-------------------------------------------------------------------------- */
/*  PAGE WRAPPERS SIZING
/*-------------------------------------------------------------------------- */
.xrc-page-header--wrapper {
    min-height: var(--xrc-page-header--min-height);
    max-height: var(--xrc-page-header--max-height);
}
.xrc-page-navigation--wrapper {
    min-height: var(--xrc-page-navigation--min-height);
    /*max-height: var(--xrc-page-navigation--max-height);*/
}
.xrc-page-control--wrapper {
    min-height: var(--xrc-page-control--min-height);
    /*max-height: var(--xrc-page-control--max-height);*/
}
.xrc-page-admin-bar--wrapper {
    min-height: var(--xrc-page-admin-bar--min-height);
    /*max-height: var(--xrc-page-admin-bar--max-height);*/
}
.xrc-page-main--wrapper {
    min-height: var(--xrc-page-main--min-height);
    /*max-height: var(--xrc-page-main--max-height);*/
}
.xrc-page-footer--wrapper {
    min-height: var(--xrc-page-footer--min-height);
    max-height: var(--xrc-page-footer--max-height);
}

/*-------------------------------------------------------------------------- */
/*  17 REGION WRAPPERS SIZING                                                                          
/*-------------------------------------------------------------------------- */
.xrc-region.xrc-region-branding--wrapper {
    width: var(--xrc-region-branding-wrapper--width);
}
 
.xrc-region.xrc-region-header--wrapper {
    width: var(--xrc-region-header-wrapper--width);
}
 
.xrc-region.xrc-region-social--wrapper {
    width: var(--xrc-region-social-wrapper--width);
}
 
.xrc-region.xrc-region-navigation--wrapper {
    width: var(--xrc-region-navigation-wrapper--width);
}
 
.xrc-region.xrc-region-control--wrapper {
    width: var(--xrc-region-control-wrapper--width);
}
 
.xrc-region.xrc-region-highlighted--wrapper {
    width: var(--xrc-region-highlighted-wrapper--width);
}
 
.xrc-region.xrc-region-breadcrumb--wrapper {
    width: var(--xrc-region-breadcrumb-wrapper--width);
}
 
.xrc-region.xrc-region-admin-bar--wrapper {
    width: var(--xrc-region-admin-bar-wrapper--width);
}
 
.xrc-region.xrc-region-content-top--wrapper {
    width: var(--xrc-region-content-top-wrapper--width);
}
 
.xrc-region.content--wrapper {
    width: var(--xrc-region-content-wrapper--width);
}
 
.xrc-region.xrc-region-content-center--wrapper {
    width: var(--xrc-region-content-center-wrapper--width);
}
 
.xrc-region.xrc-region-content-below--wrapper {
    width: var(--xrc-region-content-below-wrapper--width);
}
 
.xrc-region.xrc-region-sidebar-left--wrapper {
    width: var(--xrc-region-sidebar-left-wrapper--width);
}
 
.xrc-region.xrc-region-sidebar-right--wrapper {
    width: var(--xrc-region-sidebar-right-wrapper--width);
}
 
.xrc-region.xrc-region-footer-top--wrapper {
    width: var(--xrc-region-footer-top-wrapper--width);
}
 
.xrc-region.xrc-region-footer-center--wrapper {
    width: var(--xrc-region-footer-center-wrapper--width);
}
 
.xrc-region.xrc-region-footer-bottom--wrapper {
    width: var(--xrc-region-footer-bottom-wrapper--width);
}
 
/*  END OF FILE */