/* 
Theme Name: Hullo - Galactic
Theme URI: https://github.com/elementor/hello-theme/
Description: Hullo - Galactic V.2 is a child theme of Hello Elementor created by the Galactic Fed team without any documentation, then optimized and developed from scratch by Hullo IT. Code is poetry!
Author: Hullo IT
Author URI: https://vifc.ca
Template: hello-elementor
Version: 2.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

body h1, body h2, body h3, body h4, body h5, body h6 {
	font-family: sofia-pro, sans-serif;
}

body p, body a, body span, 
body ul, body li, body *, body .elementor-widget-container {
	font-family: sofia-pro, sans-serif;
}

/* STYLING FOR SUBMENU */

#hullo-main-menu-desktop .sub-menu {
    width: 250px!important;
}

/* STYLING FOR USER ACCOUNT ICON SUB MENU */

.custom-user-menu {
    position: relative;
    display: inline-block;
  }
  
  .menu-icon {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
  }
  
  .menu-dropdown {
  font-size: 17px;
    width: 250px;
    display: none;
    position: absolute;
    top: 50px;
    right: 0;
    background-color: #fff;
    box-shadow: 4px 4px 10px rgba(0,0,0,0.3);
    border-radius: 10px;
    list-style: none;
    padding: 10px;
    margin: 0;
    z-index: 1000;
    min-width: 150px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
    line-height: 20px!important;
  }
  
  .menu-dropdown.show {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  
  .menu-dropdown li {
    margin: 0;
    padding: 0;
  }
  
  .menu-dropdown li a {
      line-height: 20px!important;
    font-size: 17px;
    display: block;
    padding: 5px;
    text-decoration: none;
    color: #282828;
    border-radius: 4px;
    transition: background-color 0.3s;
  }
  
  .menu-dropdown li a:hover {
    color: #ff3503;
  }

/*** STYLING FOR FORMS ***/

.elementor-field-label {
    padding-bottom: .5rem!important;
}