/* 
 Theme Name:   Hello Elementor Child
 Theme URI:    
 Description:  A lightweight and minimalist WordPress theme for Elementor page builder.
 Author:       Elementor Team
 Author URI:   A lightweight and minimalist WordPress theme for Elementor page builder.
 Template:     hello-elementor
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line == */

 .mob-menu-item {
  margin: 0;
  padding: 0 0 80px 0;
  list-style: none;
}
.mob-menu-item li {
  margin-bottom: 20px;
  font-family: "Lato", Sans-serif;
}
.mob-menu-item ul.sub-menu{
  margin: 0;
  padding: 20px 0 0 0;
  list-style: none;
  display: none;  
  width: 100%;
}

.mob-menu-item ul.sub-menu li:last-child{
  margin-bottom: 0;
}
.mob-menu-item .menu-item-has-children
{
  display:flex;
  flex-wrap: wrap;
}

.mob-menu-item a {
  color: #fff;
  padding: 0 10px;
  line-height: 32px;
  display: inline-block;
  font-size: 20px;
  font-weight: 500 !important;
  width: 93% !important;
  font-family: "Lato", Sans-serif;
}

.mob-menu-item .menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-85 {
  display: none;
}

.mob-menu-item .icon-angle-down {
  background-image: url('images/nav-arrow-down.png');
  width: 34px;
  height: 34px;
  float: right;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}