/*  Customize fonts for a menu item title and description
----------------------------------------------------------*/
.wprmm_menu .menu_category h3{
  font-size:22px !important;
  font-family: Goudy Old Style, Garamond, Big Caslon, Times New Roman, serif !important;
}

.wprmm_menu .menu_category p{
  font-size:16px !important;
  font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif !important;

}

/* Customize menu category name and description
----------------------------------------------------------*/

.wprmm_menu .menu_category h2{
  font-size: 32px !important;
  font-family: Goudy Old Style, Garamond, Big Caslon, Times New Roman, serif !important;
  margin-top: 1.5em;
}


/* Customize the list
----------------------------------------------------------*/

.wprmm_menu .two-column li {
margin: 0 2% 15px 0;
float: left;
padding: 10px !important;
width: 45% !important;
}