/*
Theme Name: WebLimpieza — Presencia
Description: Tema hijo de Divi para weblimpieza.com.
Author: Presencia en internet
Template: Divi
Version: 0.3.1
Text Domain: presencia-weblimpieza
*/

/* Divi carga esta hoja de estilos del tema hijo. El portal funciona como catálogo. */
.et-cart-info { display: none !important; }

/* Restore the reading space when there are no sidebar widgets. */
.wl-without-sidebar #main-content .container::before { display: none; }
.wl-without-sidebar #left-area { width: 100%; padding-right: 0; }
.wl-without-sidebar #sidebar { display: none; }
.wl-without-sidebar.single-post #left-area > article { max-width: 900px; margin-left: auto; margin-right: auto; }
/* Divi's legacy audio cover can collapse to zero height in migrated articles. */
.single-post .et_pb_audio_cover_art[style*="background-image"] {
  min-height: 14rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #eef3f4;
}
