/*
Theme Name: Eletheme
Theme URI: http://eletheme.1002.ro
Author: Liviu Duda
Author URI: 
Description: Empty Theme for ELEMENTOR. Now you can design the header and footer as you want with Elemenetor. Design your website from scratch using Elementor. Build your own header, footer, archive and single post template. Theme includes the Menu and Logo elementor widgets. WIP: Comments Elementor Widget; 
Version: 0.0.3
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Tags:   one-column, custom-menu
Text Domain: eletheme

Eletheme WordPress Theme © 2005-2017 Leadpro
Eletheme is distributed under the terms of the GNU GPL
*/

body{margin:0;padding:0;}

.aligncenter, .alignleft, .alignright, .wp-caption, .wp-caption-text, .sticky, .screen-reader-text, .gallery-caption,.bypostauthor {
  /*soon*/
}

/* Eletheme stuff*/

#eletheme-menu-icon{
  display:none;
}

@media (max-width: 767px){
  #eletheme-logo-container{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  #eletheme-menu-icon{
    display:inline-block;
    width:30%;
    text-align: right;
  }
  #eletheme-menu-icon .elemetor-icon{
    float:right;
  }
  #eletheme-logo-image{
    display:inline-block;
    width:70%;
  }
  #eletheme-logo-image img{
    float:left;
  }
  .eletheme-menu-list-items, .sm.elemenu{
    display:none;
    height:0;
  }
  .eletheme-menu-list-items.toggled, .sm.elemenu.toggled {
    display:block;
    height:auto;
  }

  .toggle-nav.toggled i.fa:before {
    content: "\f00d";
  }

  /* some things should be shown in elementor editor */

  #elementor .eletheme-menu-list-items, #elementor .sm.elemenu {
    display:block;
    height:auto;
  }
}
