/*!
 * Yamm!3 - Yet another megamenu for Bootstrap 3
 * http://geedmo.github.com/yamm3
 *
 * @geedmo - Licensed under the MIT license
 */
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
  position: static;
}
.yamm .container {
  position: relative;
}

.yamm .dropdown-menu {
  left: auto; 
  background-color: rgba(255, 255, 255, 1); 
}

.yamm .dropdown-menu li {
  line-height: 20px;
  padding: 2px 0px;
  
}

.yamm .yamm-content {
  padding: 20px 30px;  
}

.yamm .yamm-content li {
    margin-top: 8px;
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
    font-size: 15px;
}

.yamm .yamm-content a {
    color: #888;
    
}

.yamm .yamm-content p {
    margin-bottom: 1px;
    margin-top: -15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
}

.yamm .yamm-content a:hover {
    color: #888;
    font-weight: 600;
    text-decoration: underline;
    
}

.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
  margin-top: 20px;
  background-color: #ffffff;
  border-top: 3px solid transparent;
}


