/*
Theme Name: volunteeringwaikato
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

/* Sticky Footer - push footer to bottom when content is short */
html {
  height: 100%;
}

body {
  min-height: 100%;
}

#wrapper {
  display: flex !important;
  flex-direction: column !important;
  min-height: 100vh !important;
}

#main {
  flex: 1 0 auto !important;
}

#footer {
  flex-shrink: 0 !important;
  margin-top: auto !important;
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}