/**
 * This file should contain frontend styles that
 * will be applied to all module instances.
 */

 .wf-submenu {
   font-size: 15px;
 }

 .wf-submenu p {
   margin: 0 0 12px 0;
 }

 .wf-submenu p strong {
   text-transform: uppercase;
 }

 .wf-submenu ul {
   list-style: none;
   margin: 0;
   padding: 0;
 }

 .wf-submenu li {
   padding: 12px 15px;
   border-top: 1px solid #414042;
 }

 .wf-submenu a {
   color: #414042;
   transition: all 0.2s ease;
 }

 .wf-submenu a:hover {
   color: #2ab4e4;
 }
