/**
 * COPYRIGHT 2024 BY ROBERT CURA. ALL RIGHTS RESERVED
 * AUTHOR: ROBERT CURA
 * INCEPTION: 06FEB2024
 * DESCRIPTION: CSS file for XRCURATHEME00 aka CURA BASE THEME
 **/


/*************************************************************************** *
 *
 * MAIN MENU  
 * The main menu runs with SUPERFISH. Overrides here.
 *
 *************************************************************************** */
#superfish-main.sf-menu {
    float: right;
    font-family: var(--xrc-link--font-family);
    font-size: var(--xrc-link--font-size);
    /*font-size: .9rem;*/
    margin:1rem 0 0 0;
    z-index: 5;
}
ul#superfish-main {
    background-color: transparent;
}
ul#superfish-main.sf-menu a {
    color: #54534a;
    /*color: var(--xrc-swap-color-para--text-main);*/
}
ul.sf-menu a {
    padding-top: 0;
    
}
ul#superfish-main > li,
ul#superfish-main > li > a {
    background: transparent;
}
/**  CUSTOMIZE THE LI element **/
.menu.sf-menu li a {
    text-decoration: none;
}
/*--------------------------------------- */
/* SELECT LIs in PARAGRAPHS and customize
/*--------------------------------------- */
.xrc-paragraph li {
    list-style-position: outside;
    list-style-type: disc;
}
/*
li.sf-depth-2 {
    background: white;
}*/
/*************************************************************************** *
 *
 * ASSORTED MISCELLANEOUS THINGS                    
 *
 *************************************************************************** */

/*-------------------------------------------------------------------------- */
/* PRIMARY LOCAL TASKS MENU (THE EDIT TABS THINGY)                                                                          
/*-------------------------------------------------------------------------- */
#block-xrcuratheme00-primary-local-tasks ul  {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    width: 70%;
}
#block-xrcuratheme00-primary-local-tasks ul li {
    border: #54534a solid 1px;
    background-color: #dfe2e7;
    padding-top: 5px;
    padding-bottom: 5px;
    flex-grow: 1;
    text-align: center;
}


/* end of file */