/*---------------------------------------------------------------------------------

 Theme Name:   The Buzz Media
 Theme URI:    http://thebuzzmedia.co.za/
 Description:  Intelligent marketing and design for growing brands. We collaborate with our clients and bring their dreams into reality to tell their unique stories. From custom websites, online marketing, branding, UX/UI design, Mobile App Development, video production and copywriting. We are your one-stop agency.
 Author:       The Buzz Media
 Author URI:   http://thebuzzmedia.co.za/
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/

/* Mobile Menu */
@media (max-width: 980px) {
  /* collapse submenus by default */
  .et_mobile_menu .menu-item-has-children > .sub-menu {
    display: none !important;
  }
  /* reveal when parent has the open class */
  .et_mobile_menu .menu-item-has-children.dt-open > .sub-menu,
  .et_mobile_menu .menu-item-has-children.et-open > .sub-menu {
    display: block !important;
  }
  /* tappable arrow on the parent */
  .et_mobile_menu .menu-item-has-children > a {
    position: relative;
  }
  .et_mobile_menu .menu-item-has-children > a:after {
    content: "3";
    font-family: "ETmodules";
    position: absolute;
    right: 15px;
    transition: transform 0.3s;
  }
  .et_mobile_menu .menu-item-has-children.dt-open > a:after,
  .et_mobile_menu .menu-item-has-children.et-open > a:after {
    transform: rotate(180deg);
  }
}

@media (max-width: 980px) {
  .et_mobile_menu .sub-menu li a {
    border-bottom: 1px solid rgba(43,139,157,0.4) !important;
  }
}