.light_mode{
  --elpis-header-background-color:#FFFFFF;
  --elpis-mainmenu-background-color:#FFFFFF;
  --elpis-mainmenu-links-color:#002646;
  --elpis-mainmenu-links-hover-color:#FFFFFF;
  --elpis-minimenu-links-color:#FFFFFF;
  --elpis-minimenu-signup-font-color:#FFFFFF;
  --elpis-footer-background-color:#FFFFFF;
  --elpis-footer-font-color:#676767;
  --elpis-footer-links-color:#676767;
  --elpis-footer-border-color:#E4E4E4;
  --elpis-body-background-color:#EFF4FB;
  --elpis-font-color:#111111;
  --elpis-font-color-light:#808D97;
  --elpis-headline-color:#1c2735;
  --elpis-border-color:#e2e4e6;
  --elpis-box-background-color:#FFFFFF;
  --elpis-box-background-color-alt:#f2f2f2;
  --elpis-comments-background-color:#FFFFFF;
  --elpis-input-background-color:#FFFFFF;
  --elpis-input-font-color:#111111;
  --elpis-input-border-color:#e4e4e4;
  --elpis-secondary-button-background-color:#f2f2f2;
  --elpis-secondary-button-background-color-hover:#e5e5e5;
  --elpis-secondary-button-font-color:#212529;
  --elpis-secondary-button-font-color-hover:#212529;
  --elpis-secondary-button-border-color:#E4E6EB;
  --elpis-secondary-button-border-color-hover:#d8dadf;
}
.dark_mode{
  --elpis-header-background-color:#242526;
  --elpis-mainmenu-background-color:#242526;
  --elpis-mainmenu-links-color:#E4E6EB;
  --elpis-mainmenu-links-hover-color:#FFFFFF;
  --elpis-minimenu-links-color:#FFFFFF;
  --elpis-footer-background-color:#151515;
  --elpis-footer-font-color:#FFFFFF;
  --elpis-footer-links-color:#999999;
  --elpis-footer-border-color:#151515;
  --elpis-body-background-color:#18191a;
  --elpis-font-color:#E4E6EB;
  --elpis-font-color-light:#B0B3B8;
  --elpis-headline-color:#fff;
  --elpis-border-color:#343434;
  --elpis-box-background-color:#242526;
  --elpis-box-background-color-alt:#343536;
  --elpis-input-background-color:#2f3132;
  --elpis-input-font-color:#fff;
  --elpis-input-border-color:#343434;
  --elpis-secondary-button-background-color:#343536;
  --elpis-secondary-button-background-color-hover:#4c4d4e;
  --elpis-secondary-button-font-color:#e4e6eb;
  --elpis-secondary-button-font-color-hover:#e4e6eb;
  --elpis-secondary-button-border-color:#343536;
  --elpis-secondary-button-border-color-hover:#4c4d4e;
  --elpis-comments-background-color:#4c4d4e;
}


/*
DEFAULT STYLES FOR THIS --theme
*/
:root {


  /*
  PAGE WIDTHS & BACKGROUND COLOR
  Specify the top bar wrapper width (which contains the mini menu, logo, and main menu
  by default), the footer width, and the width of left & right-side columns.
  */
  --theme-main-width:1200px;
  --theme-header-menu-width:100%;
  --theme-content-width:var(--theme-main-width);
  --theme-content-columns-left-width:300px;
  --theme-content-columns-right-width:300px;
  --theme-body-background-color:var(--elpis-body-background-color);
  --theme-color:var(--elpis-theme-color);

  /*
  HEADER AND FOOTER COLORS
  These values are only used to style the site-wide header and footer.
  */
  --theme-header-background-color:var(--elpis-header-background-color);
  --theme-header-menu-background-color:var(--elpis-mainmenu-background-color);
  --theme-header-menu-link-background-color:transparent;
  --theme-header-menu-link-background-color-hover:var(--elpis-mainmenu-links-hover-background-color);
  --theme-header-menu-link-color:var(--elpis-mainmenu-links-color);
  --theme-header-menu-link-hover-color:var(--elpis-mainmenu-links-hover-color);

  --theme-header-minimenu-link-color:var(--elpis-minimenu-links-color);
	--theme-header-minimenu-link-background-color:var(--elpis-minimenu-links-background-color);
  
	--theme-header-minimenu-signup-background-color:var(--elpis-minimenu-signup-background-color);
	--theme-header-minimenu-signup-font-color:var(--elpis-minimenu-signup-font-color);

  --theme-footer-background-color:var(--elpis-footer-background-color);
  --theme-footer-font-color:var(--elpis-footer-font-color);
  --theme-footer-link-color:var(--elpis-footer-links-color);
  --theme-footer-border-color:var(--elpis-footer-border-color);

  /*
  TEXT & LINKS
  These values affect the size and colors of your text and links throughout your layout.
  */

  --theme-font-color:var(--elpis-font-color);
  --theme-font-color-light:var(--elpis-font-color-light);
  --theme-link-color:var(--elpis-links-color);
  --theme-link-color-hover:var(--elpis-links-hover-color);
  --theme-headline-color:var(--elpis-headline-color);
  --theme-border-color:var(--elpis-border-color);

  /*
  INPUT FIELDS AND BUTTONS
  These values style input fields and buttons that appear throughout the layout.
  */
  --theme-input-background-color:var(--elpis-input-background-color);
  --theme-input-font-color:var(--elpis-input-font-color);
  --theme-input-border-colors:var(--elpis-input-border-color);
  --theme-button-background-color:var(--elpis-button-background-color);
  --theme-button-background-color-hover:var(--elpis-button-background-color-hover);
  --theme-button-font-color:var(--elpis-button-font-color);
  --theme-button-font-color-hover:var(--elpis-button-font-color-hover);
  --theme-button-border-color:var(--elpis-button-border-color);
  --theme-button-border-color-hover:var(--elpis-button-border-color-hover);
  --theme-secondary-button-background-color:var(--elpis-secondary-button-background-color);
  --theme-secondary-button-background-color-hover:var(--elpis-secondary-button-background-color-hover);
  --theme-secondary-button-font-color:var(--elpis-secondary-button-font-color);
  --theme-secondary-button-font-color-hover:var(--elpis-secondary-button-font-color-hover);
  --theme-secondary-button-border-color:var(--elpis-secondary-button-border-color);
  --theme-secondary-button-border-color-hover:var(--elpis-secondary-button-border-color-hover);

  /*
  TABS (BUTTON-STYLE)
  These colors are applied to the button-style tab menus which are often shown
  on browse pages.
  */
	--theme-buttontabs-font-color:var(--elpis-font-color);
	--theme-buttontabs-font-color-hover:var(--elpis-theme-color);
	--theme-buttontabs-font-color-active:var(--elpis-theme-color);
	--theme-buttontabs-border-color:transparent;
	--theme-buttontabs-border-color-active:var(--elpis-theme-color);;

  /*
  TABS
  These colors are applied to tab menus (as seen on several pages, including
  the member profile page).
  */
  --theme-tabs-background-color:var(--elpis-box-background-color);
  --theme-tabs-font-color:var(--elpis-font-color);
  --theme-tabs-font-color-active:var(--elpis-theme-color);
  --theme-tabs-border-color:transparent;
  --theme-tabs-border-color-hover:var(--elpis-theme-color);
  --theme-tabs-border-color-active:var(--elpis-theme-color);

 
  /*
  LISTS
  These colors are applied to some lists, especially in pull-down menus.
  */
  --theme-list-background-color:var(--elpis-box-background-color);
  --theme-list-background-color-alt:var(--elpis-box-background-color-alt);
  --theme-list-background-color-hover:var(--elpis-box-background-color-alt);
  --theme-comments-background-color:var(--elpis-comments-background-color);

  /*
  TAGS
  These colors are applied to tags, which appear on blogs, messages, etc.
  */
  --theme-tag-background-color:var(--theme-secondary-button-background-color);
  --theme-tag-font-color:var(--theme-secondary-button-font-color);

  /*
  INLINE PULLDOWN MENUS
  These colors style the inline pulldown menus that appear throughout the layout.
  */
  --theme-pulldown-background-color:var(--theme-list-background-color);
  --theme-pulldown-background-color-hover:var(--theme-button-background-color);
	--theme-pulldown-background-color-active:var(--theme-button-background-color);
  --theme-pulldown-font-color-active:var(--theme-button-font-color);
  --theme-pulldown-border-color:var(--theme-border-color);
  --theme-pulldown-contents-background-color:var(--theme-list-background-color);
  --theme-pulldown-contents-list-background-color-hover:var(--theme-list-background-color-hover);
  --theme-pulldown-contents-list-background-color-active:var(--theme-list-background-color-hover);


  /*FONTS*/
  --theme-font-size:0.875rem;
	--theme-font-size-small:0.8125rem;
  --theme-headline-size-large:1.5rem;
  --theme-headline-size-medium:1rem;
  --theme-title-size:0.875rem;
  --theme-font-weight-bold:500;

  --theme-font-family:var(--elpis-body-fontfamily);
	--theme-heading-font-family:var(--elpis-heading-fontfamily);
  --theme-header-menu-font-family:var(--elpis-mainmenu-fontfamily);
	--theme-buttontabs-font-family:var(--elpis-tab-fontfamily);
  --theme-tabs-font-family:var(--elpis-tab-fontfamily);

  --theme-item-spacing:1rem;
  --theme-item-radius:0.625rem;
  --theme-item-transition:all .2s ease-in-out;
  --theme-item-shadow:0 0 5px rgba(0, 0, 0, .1);
  --theme-item-shadow-hover:0 0 5px rgba(0, 0, 0, .2);
  --theme-widget-spacing:1.25rem;
  --theme-widget-radius:0.9375rem;
}






