/*
Theme Name: Kalium - Child
Theme URI: https://laborator.co/themes/kalium/
Author: Laborator
Author URI: https://laborator.co/
Description: Start creating that amazing website that you have always wanted, only with Kalium — Connect with Laborator on: <a href="https://themeforest.net/user/laborator">Envato</a> &bull; <a href="https://twitter.com/thelaborator">Twitter</a> &bull; <a href="https://www.facebook.com/laboratorcreative">Facebook</a> &bull; <a href="https://www.instagram.com/laboratorcreative/">Instagram</a>
Version: 1.0
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Template: kalium
Text Domain: kalium
*/

/* ===========================================================
User CSS modifications
=========================================================== */

.product-filter .portfolio-subcategory {
	right: auto;
	left: 0;
}
.product-filter {
	text-align: left;
}
.pt-column.pt-filters {
	width: 100%;
}

.row--split-sliders { min-height: 100vh; }
.row--split-sliders .vc_column_container { position: relative; }
.row--split-sliders .vc_column-inner { height: 100%; }
.row--split-sliders .rev_slider_wrapper { position: absolute !important; inset: 0; height: 100% !important; }
.row--split-sliders .rev_slider { height: 100% !important; }

/* LANDING PAGE: hamburger only (replace 123 with your page ID) */
body.page-id-home .site-header .site-branding,
body.page-id-home .site-header .top-header,
body.page-id-home .site-header .primary-menu,
body.page-id-home .site-header .menu-horizontal,
body.page-id-home .site-header .main-nav,
body.page-id-home .site-header .header-widgets,
body.page-id-home .site-header .nav--primary,
body.page-id-home .site-header .menu--primary {
  display: none !important; /* hide logo, topbar, horizontal menu, widgets */
}

/* Force the mobile/off-canvas toggle to show on desktop too */
body.page-id-home .site-header .menu-toggle,
body.page-id-home .site-header .mobile-menu-toggle,
body.page-id-home .site-header .off-canvas-toggle,
body.page-id-home .site-header .hamburger {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  position: fixed;   /* pin over your hero/slider */
  top: 24px;
  right: 24px;
  z-index: 10000;
}

/* Make header blend over the hero on the landing page */
body.page-id-home .site-header {
  background: transparent !important;
  box-shadow: none !important;
}

/* Hide footer widgets area everywhere */
.footer-widgets,
.footer-widgets-container {
    display: none !important;
}