/*
Theme Name:   ShohoHotelChild
Description:  Protección de cambios frente a actualizaciones
Author:       Casa Rural Lola
Author URL:   https://casarurallola.com/
Template:     sohohotel
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  ShohoHotelChild
*/

/* Escribe aquí tu propia hoja de estilos personal */

/* General image proportion fix */
body
  #background-wrapper
  #wrapper
  .content-wrapper.clearfix
  .main-content.left-main-content.page-content
  img {
  width: 100% !important;
  height: auto !important;
}

/* Roundme elements overflow fix */
@media (max-width: 768px) {
    #footer
      .content-wrapper.clearfix
      .widget_text.one-fourth.widget.clearfix
      .textwidget.custom-html-widget
      iframe {
      width: 100% !important;
    }
  }
