/*!
Theme Name: Hello Elementor Child - VDart Inc
Description: Hello Elementor Child
Author: Daniel Donoghue for VDart Inc
Template: hello-elementor
Version: 0.1
*/
body {
  margin: 0;
  padding: 0; }

body {
  display: -webkit-box;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column; }

.site-main,
[data-elementor-type="archive"],
[data-elementor-type="single"] {
  -webkit-box-flex: 1;
          flex: 1;
  flex-basis: auto; }
