/*
  Theme Name: GILW
  Version: 1.0.0
  Template: Divi
  Author: Ken
  Author URI: https://guru.ch
  Description: Divi child theme to Manage event for GILW
  Text Domain: gilw
  License: GNU General Public License v2 or later
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/*Add custom font (more inside function.php)*/
@font-face {
    font-family: 'Helvetica Neue';
    src: url('fonts/HelveticaNeue-Light.woff2') format('woff2'),
        url('fonts/HelveticaNeue-Light.woff') format('woff');
    font-weight:300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('fonts/HelveticaNeue-Medium.woff2') format('woff2'),
        url('fonts/HelveticaNeue-Medium.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('fonts/HelveticaNeue-Bold.woff2') format('woff2'),
        url('fonts/HelveticaNeue-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

:root {
  --p-clr:#003C5E;
  --p-clr-light:#00548B;
  --s-clr:#FFE800;
  --s-clr-dark:#F2D400;
  --t-clr:#F32735;
  --t-clr-light:#F5525D;
  --f-clr:#efefef;
  
  --clr-1:var(--p-clr-light);
  --clr-2:var(--s-clr);
  --clr-3:var(--t-clr);
  --clr-4:var(--f-clr);
}

/*Add space to menu when connected*/
/*.admin-bar .pa-header{
  margin-top:32px !important;
}*/

/* No more necessary
.admin-bar.et_mobile_device .pa-header{
  margin-top:46px !important;
}*/

/*Add padding to  give space for navigation*/
/*No more necessary
#main-content .et_builder_inner_content .et_pb_section {
  padding-top: 150px !important;
}*/

/*Menu*/
.pa-header #menu-main>.current-menu-item a:before, .pa-header #mobile_menu1>.current-menu-item a:before{
   content: "➜";
   color: inherit;
   margin-right: 5px;
   font-weight: 100;
}