/*
 Theme Name:   Astra Child
Theme URI: http://wpastra.com/
 Description:  Astra Child Theme
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
 Template:     astra
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-fifteen-child
*/
/* -------------------- body --------------------------- */
body {
  font-family: Titillium Web, sans-serif; }

/* -------------------- Mobile Menu --------------------------- */
#page .elementor-widget-navmenu-overlay .overlay-navigation {
  background-color: rgba(0, 0, 0, 0.8); }

@media only screen and (max-width: 767px) {
  #touch-menu.mobile-menu.on {
    left: auto;
    right: 10px;
    margin: 0;
    top: 25px;
    position: fixed;
    padding: 6px 8px;
    height: 39px;
    width: 50px;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out; } }

#menu-topmenu-neu {
  display: flex;
  flex-flow: row wrap;
  list-style-type: none;
  font-size: 0.875em;
  line-height: 1.2; }
  #menu-topmenu-neu a {
    color: white; }
    #menu-topmenu-neu a:hover, #menu-topmenu-neu a:focus {
      color: orange; }
  #menu-topmenu-neu li {
    list-style-type: none;
    font-weight: bold;
    flex: 1 calc(20% - 20px);
    margin-right: 20px;
    margin-bottom: 10px; }
    #menu-topmenu-neu li ul {
      margin-top: 5px; }
      #menu-topmenu-neu li ul li {
        font-weight: normal; }

/*# sourceMappingURL=style.map */