/*
Theme Name: AR-Child
Theme URI: AerialRights.com
Template: cafeteria-elementor
Author: AerialRights.com
Author URI: AerialRights.com
Tags: one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-background,custom-menu,custom-header,featured-images,sticky-post,full-width-template,rtl-language-support,translation-ready,theme-options,threaded-comments,footer-widgets,custom-logo,e-commerce,portfolio,food-and-drink,wide-blocks,custom-colors
Version: 1.0.6.1769360182
Updated: 2026-01-25 11:56:22

*/


/*
--e-global-color-primary: #6EC1E4;
--e-global-color-secondary: #54595F;
--e-global-color-text: #7A7A7A;
--e-global-color-accent: #61CE70;
*/

#scrollToTopBtn{
    min-height: 0; /** The scroll to top theme button. Keeps it from getting too large. */
    display: none !important;
}

.elementor-icon{
    fill: var(--e-global-color-primary);
}

.elementor-icon:hover{
    fill: var(--e-global-color-accent);
}

.full-loading{
    opacity: 0;
}

.flex{
    display: flex;
}

.spacer{
    width:100%;
    min-height: 30px;
    background-color: transparent;
}
.center{
    display: flex;
    justify-content: center;
}
.column{
    display: flex;
    flex-direction: column;
}
.row{
    display: flex;
    flex-direction: row;
}

.white-background{
    padding:0px;
    background-color: white;
    border-radius: 5px;
}

.white-text{
    color:white;
    text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000; 
}

a:hover, a:active{
    color:black;
}