/*
 Theme Name:     Growline
 Description:    Growline's theme
 Author:         Christian Anttonen / Dico Agency
 Author URI:     https://www.linkedin.com/in/christiananttonen/
 Template:       assets
 Version:        1.1.0
*/


/* Magic starts here! 
------------------------------------------------------- */

/* Main menu fixers */

.select_page {
  display: none !important;
}

.mobile_nav.closed, .mobile_nav.opened {
    background: transparent !important;
}

.mobile_menu_bar.mobile_menu_bar_toggle {
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: inherit !important;
}

.mobile_menu_bar::before {
    background: #446231;
    color: white;
    border-radius: 100px;
    padding: 3px 3px 2px 3px;
    font-size: 30px;
}

#mobile_menu {
    background: white !important;
    border-radius: 16px;
    border: none;
    margin-top: 8px;
}

.et_mobile_menu li a {
    text-align: center;
    border: none;
    padding: 16px 5%;
}
