/*
 Theme Name:   Green Child
 Description:  Child theme of the Green theme used in the ADMI website.
 Author:       2Wāv
 Author URI:   http://2wav.com/
 Template:     green
*/

.admi-full_width {
  width: 100% !important;
  
}

/* Prevent animations on main menu */
#menu_main li a:hover span {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  transition: none;
}
#menu_main li a:hover::after {
  visibility: hidden;
}

.widget-alt,
.sidebar-alt {
  margin: 0 !important;
}

@media (max-width: 959px) {
  .widget-alt,
  .sidebar-alt {
    margin-bottom: 10px !important;
  }
}

.cite--citation  {
  font-style: normal;
}

.citation-tile--categories {
  margin-top: 15px;
  font-size: 12px;
  font-weight: bold;
}


