/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Revamplix
 * Template: blocksy
 * Text Domain: blocksy
 */

/* Hide the theme header — site uses its own one-page sticky nav */
.ct-header,
.ct-header-inner,
#masthead,
.site-header,
[class*="ct-header"] {
  display: none !important;
}

/* White base */
html,
body {
  background: #ffffff !important;
  color: #0f172a !important;
}

/* Strip all Elementor section/container horizontal padding
   so the HTML widget stretches edge to edge */
.elementor-section.elementor-section-full_width > .elementor-container,
.elementor-section-full_width .elementor-col-100 {
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.elementor-widget-html {
  padding: 0 !important;
  margin: 0 !important;
  line-height: normal !important;
}

/* Remove default WP margin-bottom on widgets */
.elementor-widget:not(:last-child) {
  margin-bottom: 0 !important;
}
