/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

.red-menu-color {
  display: block;
  box-sizing: border-box;
  text-decoration: none;
  /* 1 */
  height: 30px;
  padding: 0 2px;
  line-height: 30px;
  /* 2 */
  color: #f92323; !important;
  font-size: 12px;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 400;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: all 0.12s ease-in-out;
  transition: all 0.12s ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
}

.tm-socialbuttons > div { line-height: 10px; }