@charset "UTF-8";
/*!
Theme Name: Villagio Child
Theme URI: https://motopress.com/themes/villagio/
Author: MotoPress
Author URI: https://motopress.com/
Description: WordPress photography theme.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: villagio
Tags:one-column, two-columns, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Template: villagio
*/


/* Eliminar para volver a mostrar la lupa de búsqueda, además de modificar header.php */
@media screen and (min-width: 62em) {
    .menu-top-right-container {
      margin-right: 0;
      position: relative;
    }
    .menu-top-right-container:before {
      content: '';
      position: absolute;
      display: none;
      top: 0;
      right: 0;
      height: 0;
      width: 0;
      background: transparent;
    }
  }
/************************************/


.mphb-guest-name-wrapper {
  display:none;
}


.mphb-room-types li.mphb-room-type-facilities {
  display:none !important;
}

.facilities-list-ul {
  margin:0;
  width:100%;
  list-style-image: url('sqpurple.gif');
}

.facilities-list-ul li{
  float:left;
  width:200px !important;
}


.mphb-loop-room-type-attributes .mphb-attribute-title, .mphb-single-room-type-attributes .mphb-attribute-title {
  vertical-align: middle;
}


@media screen and (min-width: 48em) {
  ul.facilities-list-ul li {
    margin-top: 0.6875em;
  }
}


ul.facilities-list-ul li:before {
  font: normal normal normal 1rem/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-indent: 0px;
  display: inline-block !important;
  margin-right: 0.15em;
  font-size: 1rem;
  min-width: 20px;
  content: "\f00c";
  color: grey;
}
