/*
 Theme Name:   Nirvana Child Theme
 Theme URI:    https://nir-vana.axiomthemes.com/
 Description:  Nirvana Child Theme
 Author:       AxiomThemes
 Author URI:   https://axiomthemes.com/
 Template:     nir-vana
 Version:      1.0
 Tags:         flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
 Text Domain:  nir-vana
*/


/* =Theme customization starts here
------------------------------------------------------------ */

/* ==========================================
   Sticky Footer Layout
   ========================================== */

html,
body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.page_wrap {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.page_content_wrap {
  flex: 1;
}

.footer_wrap {
  margin-top: auto;
}