/*
Theme Name: Kiante Child
Theme URI: http://wowtheme7.com/kiante
Template: kiante
Author: Wowtheme7
Author URI: https://themeforest.net/user/wowtheme7
Description: News Magazine WordPress Theme
Tags: two-columns,three-columns,four-columns,right-sidebar,custom-menu,featured-images,full-width-template
Version: 1.0.1.1760627649
Updated: 2025-10-16 15:14:09

*/

/* Make sure page fills full height */
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

/* Main wrapper acts as the flex container */
.body-inner-content {
  display: flex;
  flex-direction: column;
  min-height: 100vh; /* ensures it covers full viewport */
}

/* Main content area expands to fill space */
#main-content {
  flex: 1 0 auto;
}

/* Footer stays at bottom */
.theme-footer-wrapper {
  flex-shrink: 0;
  background: #111; /* optional */
  color: #fff;
  text-align: center;
  padding: 20px 0;
}

