/**
 * Footer sempre no fundo da viewport (sticky footer).
 */

html {
  height: 100%;
}

body.joyple-home,
body.joyple-page-inner {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.joyple-layout-grow {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  width: 100%;
}

body.joyple-page-inner .joyple-layout-grow #joyple-main {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.joyple-site-footer {
  flex-shrink: 0;
  width: 100%;
  margin-top: auto;
}
