/*
Theme Name: DirectoryEngine
Theme URI: http://www.enginethemes.com/themes/directoryengine
Author: EngineThemes Team
Author URI: http://www.enginethemes.com
Description: The first WordPress Directory theme that lets you build your own site from different modules. Dedicate mobile design included.
Version: 1.9.4
Tags: fluid-layout, responsive-layout, accessibility-ready, translation-ready
License: GNU General Public License v3
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/

@CHARSET "ISO-8859-1";

@media screen and (max-width:767px) {
  .top-menu-center {
     display: none;
  }	
  #map-top-wrapper, #single-place-cover {
    width: 100%;
    min-height: 310px;
  }
}

@media screen and (min-width:768px) {
  #mobile-menu {
     display: none;
  }	
}

#search-button {
  display: none;
}	

#bar-post-place-wrapper {
    display: none;
}

.filter-wrapper {
    display: none;
}

/*
Shop pin
*/
.rate-it {
    display: none;
}

/*
Shop details
*/
.list-option-left-wrapper {
    display: none;
}

.list-places.fullwidth .place-wrapper .place-detail-wrapper {
    height: 250px;
}

.rate-wrapper {
    display: none;
}
#review-list {
    display: none;
}

/*
Posts
*/
.comments {
    display: none;
}

/*
Google Translator
*/
select.goog-te-combo {
    color: black;
}