/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

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

.jp-menu-outer {
 box-shadow: none;
 }

.menu-shadow {
    width: 100%;
    background: url("../../../images/menu-shadow.png") no-repeat center top;
    height: 10px;
}

.tm-content {
    background-color: #FFF;
    padding: 0px;
    border-radius: 0px;
    box-shadow: 0 0px 0px rgba(34, 25, 25, 0.1);
    -webkit-box-shadow: 0 0px 0px rgba(34, 25, 25, 0.1);
    -moz-box-shadow: 0 0px 0px rgba(34, 25, 25, 0.1);
  }
  .tm-footer {
    width: 100%;
    max-width: 100%;
    background: #ffffff;
    padding: 10px 0;
    margin-bottom: 0 !important;
    color: #ffffff;
    }

