/* Layout Kadence a ancho completo cuando la página es una landing PHP */
body.bhp-php-landing #inner-wrap,
body.bhp-php-landing .content-container,
body.bhp-php-landing .entry-content-wrap,
body.bhp-php-landing .entry.content-bg,
body.bhp-php-landing .content-wrap {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

body.bhp-php-landing .entry-hero,
body.bhp-php-landing .entry-header,
body.bhp-php-landing .entry-title,
body.bhp-php-landing .page-title-inner {
  display: none !important;
}

body.bhp-php-landing .bhp-php-landing {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

body.bhp-php-landing {
  background: #0a0a0a;
}
