@media (max-width: 991px) {}

@media (max-width: 991px) {
  /* Adjustments for mobile devices */
  
  .topbar-inner { 
  	display: none !important;
  	
  	
  }
  
  .gva-offcanvas-mobile #block-newmainmenu {
  display: none !important;
}

.gin-secondary-toolbar--frontend {
    z-index: 1;
}

  	
.menu-bar {
    position: fixed !important;
    top: 16px !important;
    right: 36px !important;
    z-index: 1000;
    font-size: 30px !important;
    color: #5773b2 !important;
    scale: 1.3;
        height: 28px !important;
}

.menu-bar span {
    background-color: #5773b2 !important;
}
  
  .mobileonlyv2 {
  	display: block !important;
  }
  
      .gva-offcanvas-mobile .close-offcanvas {
    background-image: url("/sites/default/files/logo-top-header-latinojustice-prldef_2.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100px auto;
    
    height: 60px;
  }

  .gva-offcanvas-mobile .close-offcanvas {
    color: transparent;
}


  /* Adjust the appearance of the submenu toggle icon */
  #block-newmainmenu-2 .menu-item--expanded > a::after,
  .sub-menuv2.menu-item--expanded a::after {
    content: '\f0a9';
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    position: relative;
    left: 20px !important;
    float: none !important;
    transition: transform 0.3s ease-in-out;
    margin-right: 5px;
    width: 0px;
    height: 0px;
    transform: rotate(0deg);
  }

  /* Adjust the appearance of the expanded submenu toggle icon */
  #block-newmainmenu-2 .menu-item--expanded > a.expanded::after,
  .sub2::after {
    content: '\f0ab';
    transform: rotate(0deg);
  }

  /* Adjust the appearance of the menu item arrows */
  #block-newmainmenu-2 .menu-item--expanded:not(.sub-menu) > a::after {
    content: '\f0a9';
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    position: relative;
    left: 270px;
    float: left;
    transition: transform 0.3s ease-in-out;
    margin-right: 5px;
    width: 0px;
    height: 0px;
    top: 0px;
    transform: rotate(0deg);
  }

  /* Hide the submenu items by default */
  #block-newmainmenu-2 .menu-item--expanded > ul {
    display: none;
    margin-left: 23px;
  }

  /* Show the expanded submenu items */
  #block-newmainmenu-2 .menu-item--expanded.expanded > ul {
    display: block;
  }

  /* Adjust the alignment of the main menu */
  .main-menu-whitebg {
    justify-content: start !important;
  }

  /* Adjust the position of the 'Get Involved' menu item */
  .getinvolved a {
    position: relative;
    left: 0px;
  }

  /* Adjust the position of the menu items with submenus */
  .menu-item--expanded {
    position: relative;
  }

  /* Adjust the width of the menu items */
  #block-newmainmenu-2 .menu-item {
    width: 100vw !important;
  }

  /* Adjust the font size of the menu items */
  #block-newmainmenu-2 .menu-item a {
    text-transform: uppercase;
    font-size: 20px !important;
  }

  /* Adjust the font size of the submenu items */
  #block-newmainmenu-2 .menu-item .menu-item a {
    font-size: 15px !important;
  }
}
