/* --------------------------------------------------------
Variables
-------------------------------------------------------- */
/*Font Family
-------------------------------------------------------- */
/*Theme color
-------------------------------------------------------- */
/* Tipografy default color
-------------------------------------------------------- */
/* Section text
-------------------------------------------------------- */
/* Menu-item
-------------------------------------------------------- */
/* Menu-Title
-------------------------------------------------------- */
/* Menu-subtitle
-------------------------------------------------------- */
/* Pulsante dettagli
-------------------------------------------------------- */
/* Menu plus
-------------------------------------------------------- */
/* Footer
-------------------------------------------------------- */
/* Link color
-------------------------------------------------------- */
/* Button color
-------------------------------------------------------- */
/* --------------------------------------------------------
Menu-SUBtitle
-------------------------------------------------------- */
.menu-snw-subtitle {
  position: relative;
  display: inline-block;
  margin-bottom: 25px;
  margin-top: 15px; }
  .menu-snw-subtitle h4 {
    position: relative;
    line-height: 15px;
    font-size: 20px;
    letter-spacing: 1px;
    z-index: 2;
    margin-bottom: 0; }

.menu-snw-subtitle:after {
  content: '';
  position: absolute;
  background: #F06500;
  width: 100%;
  height: 45%;
  left: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.7; }

.menu-snw-subtitle.white h4 {
  color: #fff; }

.white.menu-snw-subtitle:after {
  opacity: 1; }

/* --------------------------------------------------------
 ./ --- Menu-SUBtitle
-------------------------------------------------------- */
