/* --------------------------------------------------------
Variables
-------------------------------------------------------- */
/*Font Family
-------------------------------------------------------- */
/*Theme color
-------------------------------------------------------- */
/* Tipografy default color
-------------------------------------------------------- */
/* Section text
-------------------------------------------------------- */
/* Menu-item
-------------------------------------------------------- */
/* Menu-Title
-------------------------------------------------------- */
/* Menu-subtitle
-------------------------------------------------------- */
/* Menu plus
-------------------------------------------------------- */
/* Footer
-------------------------------------------------------- */
/* Link color
-------------------------------------------------------- */
/* Button color
-------------------------------------------------------- */
/* --------------------------------------------------------
Menu-title
-------------------------------------------------------- */
.menu-snw-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 20px; }

.menu-snw-title_title {
  font-size: 27px;
  margin-bottom: 0;
  padding-left: 15px;
  position: relative;
  letter-spacing: 2px; }

.menu-snw-title_title:before {
  content: "";
  width: 7px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #F06500; }

.menu-snw-title_icon {
  width: 40px;
  height: 40px; }

.menu-snw-title_icon img {
  max-width: 100%;
  max-height: 100%; }

.menu-snw-title.white .menu-snw-title_title {
  color: #fff; }

/* --------------------------------------------------------
 ./ --- Menu-title
-------------------------------------------------------- */
