/*
Theme Name: Eletheme
Theme URI: http://leadpro.ro
Author: Liviu Duda
Author URI: http://leadpro.ro/
Description: Design your website from scratch using Elementor. Build your own header, footerm archive and single post template.
Version: 0.0.1
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Tags:   one-column, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
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;
  }
}
