/*
Theme Name: Essentials Child
Theme URI: https://essentials.pixfort.com/
Author: PixFort
Template: essentials
Author URI: http://themeforest.net/user/pixfort
Description: Essentials child theme
Version: 1.0.2
License: Envato Marketplaces Split Licence
License URI: https://themeforest.net/licenses/standard
Text Domain: essentials-child
Tags: header-builder, footer-builder, divider-builder, popup-builder, premium-design, translation-ready

*/
body.home #page.site { max-height: 100vh; overflow: hidden; }

body.home #pix-page-footer { display: none; }

body.home #main,
body.home .site-main,
body.home .entry-content2 { margin-bottom: 0 !important; }

body.home .wpb-content-wrapper > .vc_row {
  min-height: calc(100vh - 140px);
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  body.home #page.site { max-height: 100vh; overflow: hidden; }
}