@charset "UTF-8";
/*
	Theme Name: The Faerie Shop
	Description: Faerie Shop WordPress Theme
	Version: 1.1
	Author: Futago
	Author URI: http://futago.com.au
*/
/*------------------------------------*    MAIN
\*------------------------------------*/
/* global box-sizing */
@import url("https://fonts.googleapis.com/css?family=Dosis:400,700");
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: greyscale; }

/* html element 62.5% font-size for REM use */
html {
  font-size: 62.5%; }

body {
  font: 300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #444; }

/* clear */
.clear:before,
.clear:after {
  content: ' ';
  display: table; }

.clear:after {
  clear: both; }

.clear {
  *zoom: 1; }

img {
  max-width: 100%;
  vertical-align: bottom; }

a {
  color: #444;
  text-decoration: none; }

a:hover {
  color: #444; }

a:focus {
  outline: 0; }

a:hover,
a:active {
  outline: 0; }

input:focus {
  outline: 0;
  border: 1px solid #04A4CC; }

/*------------------------------------*    MISC
\*------------------------------------*/
::-moz-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none; }
::selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none; }

::-webkit-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none; }

::-moz-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none; }

/*------------------------------------*    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@-ms-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@-o-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px); }
  80% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@-moz-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px); }
  80% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@-ms-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px); }
  80% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@-o-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px); }
  80% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px); }
  80% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -moz-transform: translateX(30px);
    -ms-transform: translateX(30px);
    -o-transform: translateX(30px);
    transform: translateX(30px); }
  80% {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@-moz-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -moz-transform: translateX(30px);
    -ms-transform: translateX(30px);
    -o-transform: translateX(30px);
    transform: translateX(30px); }
  80% {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@-ms-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -moz-transform: translateX(30px);
    -ms-transform: translateX(30px);
    -o-transform: translateX(30px);
    transform: translateX(30px); }
  80% {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@-o-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -moz-transform: translateX(30px);
    -ms-transform: translateX(30px);
    -o-transform: translateX(30px);
    transform: translateX(30px); }
  80% {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -moz-transform: translateX(30px);
    -ms-transform: translateX(30px);
    -o-transform: translateX(30px);
    transform: translateX(30px); }
  80% {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px); }
  80% {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px); }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@-moz-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px); }
  80% {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px); }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@-ms-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px); }
  80% {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px); }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@-o-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px); }
  80% {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px); }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px); }
  80% {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px); }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px); }
  80% {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@-moz-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px); }
  80% {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@-ms-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px); }
  80% {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@-o-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px); }
  80% {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px); }
  80% {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

/*Theme specific files go here*/
body.meet-the-faeries {
  margin-bottom: 0; }

.faerie-content {
  max-width: 1000px;
  margin: 0 auto; }
  .faerie-content .header-image {
    height: 400px;
    width: 100%;
    box-sizing: border-box;
    margin: 90px 0;
    position: relative; }
    @media (max-width: 770px) {
      .faerie-content .header-image {
        height: 300px; } }
    @media (max-width: 440px) {
      .faerie-content .header-image {
        height: 200px; } }
    .faerie-content .header-image .faerie-wrapper {
      overflow: hidden;
      position: relative;
      height: 100%; }
      @media (max-width: 770px) {
        .faerie-content .header-image .faerie-wrapper {
          height: 300px; } }
      @media (max-width: 440px) {
        .faerie-content .header-image .faerie-wrapper {
          height: 200px; } }
      .faerie-content .header-image .faerie-wrapper img {
        position: relative;
        left: 50%;
        top: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .faerie-content .header-image:before {
      content: '';
      box-sizing: border-box;
      width: 100%;
      height: 100%;
      -ms-transform: translate(0, 0);
      transform: translate(0, 0);
      position: absolute;
      z-index: 20;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+1,0+20,0+79,1+100 */
      background: -moz-linear-gradient(top, white 0%, white 1%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 79%, white 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, white 0%, white 1%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 79%, white 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, white 0%, white 1%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 79%, white 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
      /* IE6-9 */ }
    .faerie-content .header-image:after {
      content: url("./img/meet-faerie-header-overlay.svg");
      position: absolute;
      width: 55%;
      height: 50%;
      z-index: 20;
      right: -48.5px;
      bottom: 0%; }
      @media (max-width: 770px) {
        .faerie-content .header-image:after {
          width: 70%; } }
      @media (max-width: 440px) {
        .faerie-content .header-image:after {
          width: 85%;
          bottom: 13%; } }
  .faerie-content .meet-faerie {
    display: block;
    min-height: 400px;
    margin-bottom: 100px; }
    @media (max-width: 770px) {
      .faerie-content .meet-faerie {
        margin-bottom: 150px; } }
    @media (max-width: 440px) {
      .faerie-content .meet-faerie {
        margin-bottom: 70px; } }
    .faerie-content .meet-faerie img {
      width: 400px;
      height: 400px;
      float: left;
      border: 20px solid #675ADC;
      border-radius: 100%;
      margin: 0 30px 30px 0; }
      @media (max-width: 770px) {
        .faerie-content .meet-faerie img {
          float: none;
          margin: 0 50%;
          -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
          width: 400px;
          height: 400px; } }
      @media (max-width: 550px) {
        .faerie-content .meet-faerie img {
          width: 80%;
          height: 80%; } }
      @media (max-width: 440px) {
        .faerie-content .meet-faerie img {
          width: 95%;
          height: 95%; } }
    .faerie-content .meet-faerie h3 {
      padding-top: 20px;
      padding-left: 30px;
      color: #675ADC;
      font-size: 2em; }
      @media (max-width: 770px) {
        .faerie-content .meet-faerie h3 {
          padding-top: 0px;
          text-align: center;
          font-size: 2.2em;
          padding-left: 0px; } }
      @media (max-width: 440px) {
        .faerie-content .meet-faerie h3 {
          text-align: center;
          font-size: 1.7em; } }
    .faerie-content .meet-faerie p {
      margin: 30px;
      font-size: 1.2em; }
      @media (max-width: 770px) {
        .faerie-content .meet-faerie p {
          margin: 10px 50px; } }
      @media (max-width: 440px) {
        .faerie-content .meet-faerie p {
          font-size: 1em;
          margin: 10px 20px; } }
  .faerie-content .meet-faerie:nth-child(even) {
    background: #fff; }
    .faerie-content .meet-faerie:nth-child(even) img {
      float: right;
      margin: 0 0 30px 30px; }
      @media (max-width: 770px) {
        .faerie-content .meet-faerie:nth-child(even) img {
          float: none;
          margin: 0 50%;
          -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0); } }

/*------------------------------------*	TYPOGRAPHY
\*------------------------------------*/
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

@font-face {
  font-family: 'eacologica_round_slabregular';
  src: url("fonts/eacologica-round-slab-regular-wfont.eot");
  src: url("fonts/eacologica-round-slab-regular-wfont.eot?#iefix") format("embedded-opentype"), url("fonts/eacologica-round-slab-regular-wfont.woff2") format("woff2"), url("fonts/eacologica-round-slab-regular-wfont.woff") format("woff"), url("fonts/eacologica-round-slab-regular-wfont.ttf") format("truetype"), url("fonts/eacologica-round-slab-regular-wfont.svg#eacologica_round_slabregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'eacologica_round_slabbold';
  src: url("fonts/eacologica-round-slab-bold-wfont.eot");
  src: url("fonts/eacologica-round-slab-bold-wfont.eot?#iefix") format("embedded-opentype"), url("fonts/eacologica-round-slab-bold-wfont.woff2") format("woff2"), url("fonts/eacologica-round-slab-bold-wfont.woff") format("woff"), url("fonts/eacologica-round-slab-bold-wfont.ttf") format("truetype"), url("fonts/eacologica-round-slab-bold-wfont.svg#eacologica_round_slabbold") format("svg");
  font-weight: normal;
  font-style: normal; }

body {
  font-family: 'Dosis', sans-serif;
  font-weight: 400; }

p {
  margin-bottom: 1em; }

h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4 {
  font-family: 'eacologica_round_slabbold', Arial Black, Arial Bold, Gadget, sans-serif;
  font-weight: normal !important;
  line-height: 1.2;
  margin: 1.414em 0 .5em;
  font-weight: normal !important; }

h1, .h1 {
  font-size: 1.602em;
  margin-top: 0; }

h2, .h2 {
  font-size: 1.424em; }

h3, .h3 {
  font-size: 1.266em; }

h4, .h4 {
  font-size: 1.125em; }

/**
 *  Button styles
 */
.btn {
  font-family: 'eacologica_round_slabbold', Arial Black, Arial Bold, Gadget, sans-serif;
  font-weight: normal !important;
  font-size: 1.8rem;
  color: #ffffff;
  padding: 8px 6px;
  min-width: 150px;
  display: inline-block;
  text-align: center;
  position: relative;
  bottom: 10px;
  border-width: 3px;
  border-style: solid;
  border-radius: 3.4rem; }

.nf-form-title {
  display: none; }

.nf-form-layout {
  max-width: 450px;
  margin: 0 auto;
  counter-reset: section; }
  @media (max-width: 600px) {
    .nf-form-layout {
      padding-bottom: 100px; } }
  @media (max-width: 420px) {
    .nf-form-layout {
      padding-top: 50px; } }
  .nf-form-layout .nf-form-fields-required {
    display: none; }
  .nf-form-layout .nf-field-container {
    margin-bottom: 10px; }
    .nf-form-layout .nf-field-container .ninja-forms-field {
      background: #793CD2;
      border-radius: 6px;
      padding: 15px 15px 15px 15px;
      border: none;
      color: #fff;
      font-family: 'eacologica_round_slabbold', Arial Bold, Gadget, sans-serif; }
      .nf-form-layout .nf-field-container .ninja-forms-field::-webkit-input-placeholder {
        /* WebKit browsers */
        color: #fff;
        opacity: 0.8 !important; }
      @media (max-width: 420px) {
        .nf-form-layout .nf-field-container .ninja-forms-field {
          font-size: 15px; } }
      .nf-form-layout .nf-field-container .ninja-forms-field:focus {
        background: #9b92ec;
        border: 0; }
    .nf-form-layout .nf-field-container .submit-button {
      margin-left: 50%;
      -ms-transform: translate(-50%);
      transform: translate(-50%);
      background: #F6967E;
      border-radius: 30px;
      padding: 10px 42px 10px 42px;
      font-size: 26px;
      margin-bottom: 30px; }
    .nf-form-layout .nf-field-container .pikaday__container {
      width: 250px; }
      .nf-form-layout .nf-field-container .pikaday__container:before {
        position: absolute;
        content: '';
        width: 20px;
        height: 20px;
        background-image: url("./img/nf-plus-symbol.png");
        background-size: cover;
        z-index: 56;
        right: 10px;
        top: 50%;
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        pointer-events: none; }
  .nf-form-layout h2.section-title {
    font-family: 'eacologica_round_slabbold', Arial Bold, Gadget, sans-serif;
    font-size: 26px;
    color: #793CD2;
    z-index: 52;
    margin-top: 20px; }
    @media (max-width: 600px) {
      .nf-form-layout h2.section-title {
        font-size: 18px;
        margin-left: 40px; } }
    @media (max-width: 420px) {
      .nf-form-layout h2.section-title {
        font-size: 15px; } }
    .nf-form-layout h2.section-title:before {
      content: '';
      position: absolute;
      width: 50px;
      height: 50px;
      background: #F6967E;
      -moz-border-radius: 50px;
      -webkit-border-radius: 50px;
      border-radius: 50px;
      z-index: 50;
      left: -73px;
      top: 10px; }
      @media (max-width: 600px) {
        .nf-form-layout h2.section-title:before {
          width: 25px;
          height: 25px;
          -moz-border-radius: 50px;
          -webkit-border-radius: 50px;
          border-radius: 50px;
          left: 0px;
          top: 17px; } }
    .nf-form-layout h2.section-title:after {
      position: absolute;
      color: #fff;
      font-family: 'Dosis', Arial Bold, Gadget, sans-serif;
      font-weight: bold;
      font-size: 22px;
      counter-increment: section;
      content: "" counter(section);
      z-index: 51;
      left: -53px;
      top: 21px; }
      @media (max-width: 600px) {
        .nf-form-layout h2.section-title:after {
          font-size: 14px;
          left: 9px;
          top: 21px; } }

.nf-error-field-errors {
  margin-bottom: 50px; }

.nf-response-msg {
  text-align: center; }
  .nf-response-msg h2 {
    font-size: 55px;
    color: #BCB7FE;
    margin-top: 50px; }

.icon {
  position: relative;
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 100%; }
  .icon:after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 28px;
    height: 28px;
    content: '';
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all 400ms; }
  .icon:hover {
    cursor: pointer; }
  .icon.is-active:after {
    background: url(img/cross.svg) center center no-repeat;
    -ms-transform: translate(-50%, -50%) scaleY(-1);
    transform: translate(-50%, -50%) scaleY(-1);
    -webkit-filter: FlipV;
    filter: FlipV; }

.clock-icon {
  background-color: #e57ef6; }
  .clock-icon:after {
    background: url(img/clock.svg) center center no-repeat; }
  .clock-icon--white:after {
    background: url(img/clock-white.svg) center center no-repeat; }

.cross-icon {
  background-color: #B3ACED; }
  .cross-icon:after {
    background: url(img/cross.svg) center center no-repeat; }

.no-svg .icon.is-active:after {
  background-image: url(img/cross.png); }

.no-svg .clock-icon:after {
  background-image: url(img/clock.png); }

.no-svg .clock-icon--white:after {
  background: url(img/clock-white.png) center center no-repeat; }

.no-svg .cross-icon:after {
  background-image: url(img/cross.png); }

@keyframes faerieglow {
  from {
    -webkit-filter: drop-shadow(0 0 12px yellow);
    filter: drop-shadow(0 0 12px yellow); }
  20% {
    -webkit-filter: drop-shadow(0 0 21px yellow);
    filter: drop-shadow(0 0 21px yellow); }
  50% {
    -webkit-filter: drop-shadow(0 0 21px yellow);
    filter: drop-shadow(0 0 21px yellow); }
  70% {
    -webkit-filter: drop-shadow(0 0 12px yellow);
    filter: drop-shadow(0 0 12px yellow); }
  to {
    -webkit-filter: drop-shadow(0 0 12px yellow);
    filter: drop-shadow(0 0 12px yellow); } }

@keyframes arrowbounce {
  0% {
    transform: translate(0, 0px);
    opacity: 0.3; }
  20% {
    transform: translate(0, 10px);
    opacity: 0.8; }
  25% {
    transform: translate(0, 10px);
    opacity: 0.8; }
  45% {
    transform: translate(0, 0px);
    opacity: 0.3; }
  100% {
    transform: translate(0, 0px);
    opacity: 0.3; } }

@keyframes righttoleft {
  from {
    right: 0;
    transform: translate(100%, 0); }
  to {
    right: 100%;
    transform: translate(0, 0); } }

@keyframes floating {
  from {
    transform: translate(0, 0px); }
  65% {
    transform: translate(0, 15px); }
  to {
    transform: translate(0, 0px); } }

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

.site-header {
  padding: 20px 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row no-wrap;
  flex-flow: row no-wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  z-index: 600;
  position: relative;
  width: 100%;
  position: fixed;
  top: 0;
  bottom: auto;
  left: 0;
  transform: translate3d(0, 0, 0); }
  .site-header:before {
    opacity: 0;
    transition: opacity 400ms ease-in;
    border-radius: inherit;
    background: -moz-linear-gradient(top, rgba(103, 90, 220, 0.76) 0%, rgba(160, 147, 239, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(103, 90, 220, 0.76) 0%, rgba(160, 147, 239, 0) 100%);
    background: linear-gradient(to bottom, rgba(103, 90, 220, 0.76) 0%, rgba(160, 147, 239, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2675adc', endColorstr='#00a093ef',GradientType=0 );
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -100; }
  .site-header.sticky {
    position: fixed;
    top: 0;
    bottom: initial;
    left: 0; }
    .site-header.sticky:before {
      opacity: 1; }
  .site-header .logo {
    width: 105px;
    height: 55px;
    transition: all 400ms; }
    @media screen and (min-width: 1030px) {
      .site-header .logo {
        width: 226px;
        height: auto; } }

@media screen and (min-width: 1030px) {
  .menu-header-desktop-only {
    margin-left: auto;
    margin-right: 20px; } }

@media screen and (min-width: 1200px) {
  .menu-header-desktop-only {
    margin-left: auto;
    margin-right: 120px; } }

#slide-in-menu {
  position: fixed;
  left: calc(100% + 65px);
  top: 0;
  transition: left 400ms ease-in-out; }
  #slide-in-menu.menu-visible {
    left: 20%; }
    @media screen and (min-width: 480px) {
      #slide-in-menu.menu-visible {
        left: 40%; } }
    @media screen and (min-width: 780px) {
      #slide-in-menu.menu-visible {
        left: 50%; } }
  #slide-in-menu > *:not(.menu-close) {
    margin-bottom: 1.5rem; }
  #slide-in-menu .social-media {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 165px;
    text-align: center; }
    @media screen and (max-height: 61.25em) {
      #slide-in-menu .social-media {
        display: none; } }
    #slide-in-menu .social-media__title {
      font-family: 'eacologica_round_slabregular', Arial Black, Arial Bold, Gadget, sans-serif;
      font-weight: normal !important;
      font-size: 1.6rem;
      color: rgba(255, 255, 255, 0.6);
      letter-spacing: 0; }
    #slide-in-menu .social-media__icons {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row no-wrap;
      flex-flow: row no-wrap;
      -ms-flex-pack: justify;
      justify-content: space-between; }

.email-newsletter {
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center;
  width: 100%; }
  @media screen and (min-width: 780px) {
    .email-newsletter {
      width: calc(100% + 140px);
      margin-left: -70px;
      margin-right: -70px; } }
  @media screen and (max-height: 61.25em) {
    .email-newsletter {
      display: none; } }
  .email-newsletter__title {
    font-family: 'eacologica_round_slabregular', Arial Black, Arial Bold, Gadget, sans-serif;
    font-weight: normal !important;
    font-size: 1.6rem;
    color: rgba(255, 255, 255, 0.6);
    letter-spacing: 0; }
  .email-newsletter__form {
    width: 100%;
    position: relative; }
  .email-newsletter__input-text {
    width: 100%;
    height: 5.8rem;
    border-radius: 2.9rem;
    border: none;
    padding: 0.7rem 0.7rem 0.7rem 2rem; }
    .email-newsletter__input-text::-webkit-input-placeholder {
      font-family: 'eacologica_round_slabregular', Arial Black, Arial Bold, Gadget, sans-serif;
      font-weight: normal !important;
      font-size: 1.6rem;
      color: rgba(103, 90, 220, 0.6); }
    .email-newsletter__input-text::-moz-placeholder {
      font-family: 'eacologica_round_slabregular', Arial Black, Arial Bold, Gadget, sans-serif;
      font-weight: normal !important;
      font-size: 1.6rem;
      color: rgba(103, 90, 220, 0.6); }
    .email-newsletter__input-text:-ms-input-placeholder {
      font-family: 'eacologica_round_slabregular', Arial Black, Arial Bold, Gadget, sans-serif;
      font-weight: normal !important;
      font-size: 1.6rem;
      color: rgba(103, 90, 220, 0.6); }
    .email-newsletter__input-text::placeholder {
      font-family: 'eacologica_round_slabregular', Arial Black, Arial Bold, Gadget, sans-serif;
      font-weight: normal !important;
      font-size: 1.6rem;
      color: rgba(103, 90, 220, 0.6); }
  .email-newsletter input[type="submit"] {
    right: 5px;
    height: calc(100% - 10px);
    top: 50%;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-family: 'eacologica_round_slabbold', Arial Black, Arial Bold, Gadget, sans-serif;
    font-weight: normal !important;
    font-size: 1.8rem;
    color: #ffffff;
    padding: 8px 6px;
    min-width: 150px;
    display: inline-block;
    text-align: center;
    position: relative;
    bottom: 8px;
    margin-bottom: -8px;
    -ms-transform-origin: center;
    transform-origin: center;
    transition: all 400ms;
    background-color: #793CD2;
    border-color: #793CD2;
    border-width: 3px;
    border-style: solid;
    border-radius: 3.4rem;
    position: absolute; }
    .email-newsletter input[type="submit"]:hover {
      transition: all 400ms;
      color: #793CD2;
      background-color: transparent; }
    main .email-newsletter input[type="submit"]:hover {
      animation: jello 400ms; }
  .email-newsletter__submit {
    border: 0;
    color: inherit;
    /* cursor: default; */
    font: inherit;
    line-height: normal;
    overflow: visible;
    padding: 0;
    -webkit-appearance: button;
    /* for input */
    background-color: #675ADC;
    position: absolute;
    right: 0.7rem;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .email-newsletter__submit::-moz-focus-inner {
      border: 0;
      padding: 0; }

#slide-in-below {
  text-align: center; }
  #slide-in-below .widget__title {
    display: none; }
  #slide-in-below .widget {
    font-family: 'Dosis', sans-serif;
    font-weight: 700;
    font-size: 1.8rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
    #slide-in-below .widget .textwidget a {
      color: #ffffff; }
    #slide-in-below .widget:last-child {
      border-bottom: none; }

main {
  overflow: hidden; }

.widget-area-placeholder {
  font-size: 2.5rem;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 250px;
  text-align: center;
  color: #444;
  border: 3px dashed #9c9c9c;
  border-radius: 25px;
  background-color: #c9c9c9;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center; }
  .widget-area-placeholder:before {
    position: absolute;
    z-index: -1;
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
    content: ' ';
    border: 5px solid #c9c9c9;
    border-radius: 30px; }

ul.widget-area {
  margin-right: 0;
  margin-left: 0;
  padding: 0;
  list-style-type: none; }

#slide-in-menu {
  z-index: 700;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  height: 100vh;
  padding: 130px 40px;
  text-transform: lowercase;
  color: #ffffff;
  border-radius: 50px 0 0 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f69dff+0,c96dd8+100 */
  background: #f69dff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f69dff 0%, #c96dd8 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f69dff 0%, #c96dd8 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f69dff 0%, #c96dd8 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.6);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f69dff', endColorstr='#c96dd8',GradientType=0 );
  /* IE6-9 */
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (min-width: 480px) {
    #slide-in-menu {
      width: 60vw; } }
  @media screen and (min-width: 780px) {
    #slide-in-menu {
      width: 50vw;
      padding: 130px 90px 0; } }
  #slide-in-menu #mushroom {
    position: absolute;
    top: -30px;
    left: -65px; }
    @media screen and (min-width: 780px) {
      #slide-in-menu #mushroom {
        left: -55px; } }
  #slide-in-menu .menu-close {
    position: absolute;
    z-index: 900;
    top: 50px;
    right: 30px; }
  #slide-in-menu .slide-in-menu-container {
    width: 100%; }
  #slide-in-menu.menu-visible .menu-close {
    -webkit-animation-name: bounceIn;
    -moz-animation-name: bounceIn;
    -ms-animation-name: bounceIn;
    -o-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -ms-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 400ms;
    -moz-animation-duration: 400ms;
    -ms-animation-duration: 400ms;
    -o-animation-duration: 400ms;
    animation-duration: 400ms;
    -webkit-animation-delay: 400ms;
    -moz-animation-delay: 400ms;
    -ms-animation-delay: 400ms;
    -o-animation-delay: 400ms;
    animation-delay: 400ms;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden; }
  #slide-in-menu ul.menu {
    z-index: 800;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none; }
    #slide-in-menu ul.menu li.menu-item {
      width: 100%;
      font-family: 'eacologica_round_slabbold', Arial Black, Arial Bold, Gadget, sans-serif;
      font-weight: normal !important; }
      #slide-in-menu ul.menu li.menu-item:after {
        position: relative;
        display: block;
        content: '';
        border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
      #slide-in-menu ul.menu li.menu-item a {
        font-size: 1.6rem;
        display: block;
        width: 100%;
        height: 100%;
        padding: 1rem 0;
        text-align: center;
        color: #ffffff; }
        @media screen and (min-width: 780px) {
          #slide-in-menu ul.menu li.menu-item a {
            font-size: 2.4rem; } }
      #slide-in-menu ul.menu li.menu-item.menu-item-has-children {
        margin-bottom: .5rem; }
        #slide-in-menu ul.menu li.menu-item.menu-item-has-children > a {
          border-radius: 100px;
          background: rgba(255, 255, 255, 0.2); }
          #slide-in-menu ul.menu li.menu-item.menu-item-has-children > a:before {
            position: relative;
            top: .4rem;
            left: 20px;
            display: none;
            float: left;
            width: 14px;
            height: 24px;
            content: '';
            -ms-transform: scaleX(-1);
            transform: scaleX(-1);
            background-image: url("img/chevron-right.svg");
            -webkit-filter: FlipH;
            filter: FlipH;
            -ms-filter: 'FlipH'; }
            @media screen and (min-width: 1030px) {
              #slide-in-menu ul.menu li.menu-item.menu-item-has-children > a:before {
                display: inline-block; } }
        #slide-in-menu ul.menu li.menu-item.menu-item-has-children:after {
          display: none; }
      #slide-in-menu ul.menu li.menu-item .sub-menu-title {
        font-family: 'eacologica_round_slabbold', Arial Black, Arial Bold, Gadget, sans-serif;
        font-weight: normal !important;
        font-size: 3.6rem;
        line-height: 30px;
        position: relative;
        top: -68px;
        margin-top: 0;
        margin-bottom: -32px;
        color: rgba(255, 255, 255, 0.6); }
      #slide-in-menu ul.menu li.menu-item .sub-menu {
        position: absolute;
        z-index: 810;
        top: 0;
        left: 100%;
        display: -ms-flexbox;
        display: flex;
        width: 95%;
        height: 100%;
        min-height: 100vh;
        margin: 0;
        padding: 180px 30px;
        list-style-type: none;
        transition: left 400ms ease-in-out;
        color: #ffffff;
        border-radius: 50px 0 0 0;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f69dff+0,c96dd8+100 */
        background: #f69dff;
        /* Old browsers */
        background: -moz-linear-gradient(top, #f69dff 0%, #c96dd8 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #f69dff 0%, #c96dd8 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #f69dff 0%, #c96dd8 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.6);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f69dff', endColorstr='#c96dd8',GradientType=0 );
        /* IE6-9 */
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-align: center;
        align-items: center; }
        @media screen and (min-width: 780px) {
          #slide-in-menu ul.menu li.menu-item .sub-menu {
            padding: 130px 90px; } }
        #slide-in-menu ul.menu li.menu-item .sub-menu.menu-visible {
          left: 5%; }
        #slide-in-menu ul.menu li.menu-item .sub-menu .back-button a {
          border-radius: 100px;
          background: rgba(255, 255, 255, 0.2); }
          #slide-in-menu ul.menu li.menu-item .sub-menu .back-button a:after {
            position: relative;
            top: .4rem;
            right: 20px;
            display: block;
            float: right;
            width: 14px;
            height: 24px;
            content: '';
            background-image: url("img/chevron-right.svg"); }
        #slide-in-menu ul.menu li.menu-item .sub-menu .back-button:after {
          display: none; }

.no-js #slide-in-menu .sub-menu {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .no-js #slide-in-menu .sub-menu li a {
    font-size: 1rem; }

#menu-main-navigation-mobile {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  #menu-main-navigation-mobile .menu-item {
    font-size: 1.5rem;
    display: inline-block;
    margin-right: 5px; }
    #menu-main-navigation-mobile .menu-item:not(.shop):not(.hamburger-icon) {
      display: none; }
    @media screen and (min-width: 480px) {
      #menu-main-navigation-mobile .menu-item:not(.shop):not(.hamburger-icon) {
        display: inline-block; } }
    #menu-main-navigation-mobile .menu-item:last-child {
      margin-right: 0; }
    #menu-main-navigation-mobile .menu-item a {
      font-weight: bold;
      color: #ffffff;
      font-family: 'eacologica_round_slabbold', Arial Black, Arial Bold, Gadget, sans-serif;
      font-weight: normal !important;
      font-size: 1.8rem;
      color: #ffffff;
      padding: 8px 6px;
      min-width: 150px;
      display: inline-block;
      text-align: center;
      position: relative;
      bottom: 8px;
      margin-bottom: -8px;
      -ms-transform-origin: center;
      transform-origin: center;
      transition: all 400ms;
      background-color: transparent;
      border-color: white;
      border-width: 3px;
      border-style: solid;
      border-radius: 3.4rem; }
      #menu-main-navigation-mobile .menu-item a:hover {
        transition: all 400ms;
        background-color: white;
        color: #675ADC; }
      main #menu-main-navigation-mobile .menu-item a:hover {
        animation: jello 400ms; }
      @media screen and (max-width: 550px) {
        #menu-main-navigation-mobile .menu-item a {
          font-size: 1.2rem;
          min-width: 100px; } }
    #menu-main-navigation-mobile .menu-item.shop {
      min-width: 80px; }
      #menu-main-navigation-mobile .menu-item.shop a {
        font-family: 'eacologica_round_slabbold', Arial Black, Arial Bold, Gadget, sans-serif;
        font-weight: normal !important;
        font-size: 1.8rem;
        color: #ffffff;
        padding: 8px 6px;
        min-width: 150px;
        display: inline-block;
        text-align: center;
        position: relative;
        bottom: 8px;
        margin-bottom: -8px;
        -ms-transform-origin: center;
        transform-origin: center;
        transition: all 400ms;
        background-color: #50e3c2;
        border-color: #50e3c2;
        border-width: 3px;
        border-style: solid;
        border-radius: 3.4rem; }
        #menu-main-navigation-mobile .menu-item.shop a:hover {
          transition: all 400ms;
          color: #50e3c2;
          background-color: transparent; }
        main #menu-main-navigation-mobile .menu-item.shop a:hover {
          animation: jello 400ms; }
        @media screen and (max-width: 550px) {
          #menu-main-navigation-mobile .menu-item.shop a {
            font-size: 1.2rem;
            min-width: 100px; } }
    #menu-main-navigation-mobile .menu-item.hamburger-icon {
      padding: 14px 11px;
      cursor: pointer;
      border-radius: 100%;
      background-color: #675adc; }
      @media screen and (max-width: 550px) {
        #menu-main-navigation-mobile .menu-item.hamburger-icon {
          padding: 10px 7px; } }
      #menu-main-navigation-mobile .menu-item.hamburger-icon a {
        bottom: 0;
        min-width: 0;
        padding: 0;
        white-space: nowrap;
        text-indent: -9999px;
        border: none;
        background-color: #ffffff;
        position: relative;
        margin-top: 8px;
        margin-bottom: 8px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none; }
        #menu-main-navigation-mobile .menu-item.hamburger-icon a, #menu-main-navigation-mobile .menu-item.hamburger-icon a::before, #menu-main-navigation-mobile .menu-item.hamburger-icon a::after {
          display: block;
          width: 25px;
          height: 3px;
          background-color: #fff;
          outline: 1px solid transparent;
          border-radius: 3px;
          -webkit-transition-property: background-color, -webkit-transform;
          -moz-transition-property: background-color, -moz-transform;
          -o-transition-property: background-color, -o-transform;
          transition-property: background-color, transform;
          -webkit-transition-duration: 0.3s;
          -moz-transition-duration: 0.3s;
          -o-transition-duration: 0.3s;
          transition-duration: 0.3s; }
        #menu-main-navigation-mobile .menu-item.hamburger-icon a::before, #menu-main-navigation-mobile .menu-item.hamburger-icon a::after {
          position: absolute;
          content: ""; }
        #menu-main-navigation-mobile .menu-item.hamburger-icon a::before {
          top: -8px; }
        #menu-main-navigation-mobile .menu-item.hamburger-icon a::after {
          top: 8px; }
      #menu-main-navigation-mobile .menu-item.hamburger-icon.is-active a {
        background-color: transparent; }
      #menu-main-navigation-mobile .menu-item.hamburger-icon.is-active a::before {
        -webkit-transform: translateY(8px) rotate(45deg);
        -moz-transform: translateY(8px) rotate(45deg);
        -ms-transform: translateY(8px) rotate(45deg);
        -o-transform: translateY(8px) rotate(45deg);
        transform: translateY(8px) rotate(45deg); }
      #menu-main-navigation-mobile .menu-item.hamburger-icon.is-active a::after {
        -webkit-transform: translateY(-8px) rotate(-45deg);
        -moz-transform: translateY(-8px) rotate(-45deg);
        -ms-transform: translateY(-8px) rotate(-45deg);
        -o-transform: translateY(-8px) rotate(-45deg);
        transform: translateY(-8px) rotate(-45deg); }

#menu-desktop-header-navigation {
  position: relative;
  top: 6px;
  display: none;
  margin: 0;
  padding: 0;
  list-style-type: none; }
  @media screen and (min-width: 1030px) {
    #menu-desktop-header-navigation {
      display: block; } }
  #menu-desktop-header-navigation .menu-item {
    font-size: 1.5rem;
    display: inline-block;
    margin-right: 5px; }
    #menu-desktop-header-navigation .menu-item:last-child {
      margin-right: 0; }
    #menu-desktop-header-navigation .menu-item a {
      font-weight: bold;
      color: #ffffff;
      font-family: 'eacologica_round_slabbold', Arial Black, Arial Bold, Gadget, sans-serif;
      font-weight: normal !important;
      font-size: 1.8rem;
      color: #ffffff;
      padding: 8px 6px;
      min-width: 150px;
      display: inline-block;
      text-align: center;
      position: relative;
      bottom: 8px;
      margin-bottom: -8px;
      -ms-transform-origin: center;
      transform-origin: center;
      transition: all 400ms;
      background-color: transparent;
      border-color: transparent;
      border-width: 3px;
      border-style: solid;
      border-radius: 3.4rem; }
      #menu-desktop-header-navigation .menu-item a:hover {
        transition: all 400ms;
        color: transparent;
        background-color: transparent; }
      main #menu-desktop-header-navigation .menu-item a:hover {
        animation: jello 400ms; }
      #menu-desktop-header-navigation .menu-item a:hover {
        color: white; }
      @media screen and (max-width: 550px) {
        #menu-desktop-header-navigation .menu-item a {
          font-size: 1.2rem;
          min-width: 100px; } }
      #menu-desktop-header-navigation .menu-item a:hover {
        background-color: #675ADC; }
    #menu-desktop-header-navigation .menu-item.menu-item-has-children:hover .sub-menu {
      left: inherit;
      opacity: 1.0;
      transition: opacity 400ms; }
  #menu-desktop-header-navigation .sub-menu {
    position: absolute;
    top: 46px;
    opacity: 0.0;
    left: -10000px;
    width: 320px;
    padding: 30px;
    -ms-transform: translateX(-26%);
    transform: translateX(-26%);
    border-radius: 20px;
    background-color: #ffffff;
    box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.5);
    transition: left 0s linear 400ms, opacity 400ms linear; }
    #menu-desktop-header-navigation .sub-menu:before {
      position: absolute;
      top: -20px;
      left: 50%;
      display: block;
      width: 0;
      height: 0;
      content: '';
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      border-width: 0 22.5px 20px 22.5px;
      border-style: solid;
      border-color: transparent transparent #ffffff transparent; }
    #menu-desktop-header-navigation .sub-menu .menu-item {
      width: 100%;
      margin-right: 0;
      border-bottom: 1px solid rgba(103, 90, 220, 0.2); }
      #menu-desktop-header-navigation .sub-menu .menu-item a {
        font-size: 1.8rem;
        display: block;
        min-width: none;
        padding: 2.6rem 0 1.8rem;
        color: rgba(179, 172, 237, 0.6);
        border: none; }
        #menu-desktop-header-navigation .sub-menu .menu-item a:hover {
          color: #675ADC;
          background-color: transparent; }
      #menu-desktop-header-navigation .sub-menu .menu-item:hover {
        border-bottom: 1px solid rgba(103, 90, 220, 0.6); }
      #menu-desktop-header-navigation .sub-menu .menu-item:first-child a {
        padding-top: 0; }

footer {
  background-color: #5353A6;
  padding: 40px 10px;
  position: relative;
  margin-top: -2px;
  clear: both; }
  footer a {
    text-decoration: underline;
    color: white;
    transition: color 300ms; }
    footer a:hover {
      color: #50E3C2;
      transition: color 300ms; }
  footer .footer-inner {
    overflow: hidden;
    max-width: 1120px;
    margin: 0 auto;
    margin-bottom: 1px solid rgba(255, 255, 255, 0.6); }
  footer .footer-social__links {
    position: relative;
    width: auto;
    margin: 0 auto;
    padding: 0 20px;
    display: table; }
    footer .footer-social__links:before, footer .footer-social__links:after {
      content: '';
      width: 10000px;
      position: absolute;
      top: 50%;
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
      border-bottom: 1px solid rgba(255, 255, 255, 0.6); }
    footer .footer-social__links:before {
      right: 100%; }
    footer .footer-social__links:after {
      left: 100%; }
    footer .footer-social__links img {
      margin: 0 10px; }
  footer .footer-contact {
    max-width: 1120px;
    margin: 0 auto;
    color: white;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    padding-bottom: 70px;
    padding-top: 40px;
    text-align: center; }
    @media screen and (min-width: 780px) {
      footer .footer-contact {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
    @media screen and (min-width: 780px) {
      footer .footer-contact > div {
        width: 33.333%; } }
    footer .footer-contact h2 {
      color: #B3ACED;
      font-family: 'Dosis', sans-serif;
      font-weight: 700;
      font-size: 18px;
      font-size: 1.8rem;
      margin: 0 0 30px; }
    footer .footer-contact p {
      font-size: 18px;
      font-size: 1.8rem; }
  footer .footer-credit {
    text-align: center;
    padding-top: 20px;
    color: white;
    font-size: 16px;
    font-size: 1.6rem; }

/* Slider */
.slick-list {
  max-width: calc(100% - 60px);
  margin: 0 auto; }
  .slick-loading .slick-list {
    background: #fff url("./bower_components/slick-carousel/slick/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("bower_components/slick-carousel/slick/fonts/slick.eot");
  src: url("bower_components/slick-carousel/slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("bower_components/slick-carousel/slick/fonts/slick.woff") format("woff"), url("bower_components/slick-carousel/slick/fonts/slick.ttf") format("truetype"), url("bower_components/slick-carousel/slick/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 32px;
  width: 18px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  text-indent: -10000px;
  background-size: 18px 32px;
  background-repeat: no-repeat;
  background-position: center center;
  transition: opacity 300ms;
  z-index: 10; }
  @media screen and (min-width: 780px) {
    .slick-prev,
    .slick-next {
      top: 20vw; } }
  @media screen and (min-width: 1030px) {
    .slick-prev,
    .slick-next {
      height: 58px;
      width: 34px;
      background-size: 34px 58px; } }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    opacity: 0.8;
    transition: opacity 300ms;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px;
  background-image: url("img/chevron-left.svg"); }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px;
  background-image: url("img/chevron-right.svg"); }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        color: rgba(255, 255, 255, 0.2);
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #50E3C2;
      opacity: 0.75; }

.page-header {
  padding: 120px 0 180px;
  position: relative;
  z-index: 100;
  overflow: hidden; }
  @media screen and (min-width: 1030px) {
    .page-header {
      padding: 198px 0 250px; } }
  .page-header__copy {
    color: #ffffff;
    z-index: 110;
    position: relative;
    font-family: 'Dosis', sans-serif;
    font-weight: 700; }
    .page-header__copy p {
      margin: 0 0 0 197px;
      font-size: 2rem;
      width: calc(100% - 197px);
      line-height: 1;
      padding-right: 10px; }
      @media screen and (min-width: 780px) {
        .page-header__copy p {
          width: 55%; } }
      @media screen and (min-width: 1030px) {
        .page-header__copy p {
          text-align: center;
          margin: 0 auto;
          font-size: 32px;
          font-size: 3.2rem; } }
  .page-header__title-star {
    width: 38px;
    height: 38px;
    display: block;
    margin: 0 auto; }
  .page-header__title {
    font-family: 'eacologica_round_slabbold', Arial Black, Arial Bold, Gadget, sans-serif;
    font-weight: normal !important;
    font-size: 36px;
    font-size: 3.6rem;
    margin: 0 0 1em;
    text-align: center;
    line-height: 1; }
    .page-header__title strong {
      display: block;
      font-weight: normal; }
      @media screen and (min-width: 780px) {
        .page-header__title strong {
          font-size: 60px;
          font-size: 6rem; } }
      @media screen and (min-width: 1030px) {
        .page-header__title strong {
          font-size: 100px;
          font-size: 10rem; } }

.header-decoration-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0;
  width: 100%; }

.header-decoration {
  position: relative; }
  .header-decoration__bottom-mask {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    max-height: 200px;
    z-index: 100; }

/* Forest Variation */
.page-header--forest {
  background: #df42a8;
  background: -moz-linear-gradient(top, #df42a8 0%, #3d85d8 100%);
  background: -webkit-linear-gradient(top, #df42a8 0%, #3d85d8 100%);
  background: linear-gradient(to bottom, #df42a8 0%, #3d85d8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#df42a8', endColorstr='#3d85d8',GradientType=0 );
  z-index: 1; }

.header-decoration--forest {
  position: absolute;
  z-index: 200; }
  .header-decoration--forest#trees-mushrooms {
    left: -29px;
    bottom: 28px;
    width: 197px;
    height: 246px; }
  .header-decoration--forest#straw {
    right: 3px;
    bottom: 0;
    width: 120px;
    height: 96px; }

/* Mountain Variation */
.page-header--mountain {
  background: #df42a8;
  background: -moz-linear-gradient(top, #df42a8 0%, #3d85d8 100%);
  background: -webkit-linear-gradient(top, #df42a8 0%, #3d85d8 100%);
  background: linear-gradient(to bottom, #df42a8 0%, #3d85d8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#df42a8', endColorstr='#3d85d8',GradientType=0 );
  z-index: 1; }
  @media screen and (min-width: 1030px) {
    .page-header--mountain .page-header__copy p {
      width: 40%; } }

.header-decoration--mountain {
  position: absolute;
  z-index: 200; }
  .header-decoration--mountain#mountain-clouds-stars {
    left: -200px;
    bottom: 50px;
    width: 786px;
    height: auto;
    z-index: 90; }
  .header-decoration--mountain#cloud {
    right: -578px;
    bottom: 0;
    z-index: 90;
    display: none; }
    @media screen and (min-width: 1030px) {
      .header-decoration--mountain#cloud {
        display: block; } }
    @media screen and (min-width: 1200px) {
      .header-decoration--mountain#cloud {
        right: -715px; } }
  .header-decoration--mountain#plant-trees-butterfly {
    right: -123px;
    bottom: 0;
    width: 416px;
    height: 414px;
    display: none; }
    @media screen and (min-width: 780px) {
      .header-decoration--mountain#plant-trees-butterfly {
        display: block; } }

/* Aqua Variation */
.page-header--aqua {
  background: #50dbc6;
  background: -moz-linear-gradient(top, #50dbc6 0%, #009eb1 100%);
  background: -webkit-linear-gradient(top, #50dbc6 0%, #009eb1 100%);
  background: linear-gradient(to bottom, #50dbc6 0%, #009eb1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#50dbc6', endColorstr='#009eb1',GradientType=0 );
  z-index: 1; }

.header-decoration--aqua {
  position: absolute;
  z-index: 200; }
  .header-decoration--aqua#mermaid {
    left: -102px;
    bottom: 340px;
    width: 302px;
    height: 233px;
    z-index: 90;
    display: none; }
    @media screen and (min-width: 1030px) {
      .header-decoration--aqua#mermaid {
        display: block; } }
  .header-decoration--aqua#back-weeds {
    left: -70px;
    bottom: 30px;
    width: 240px;
    height: 328px;
    z-index: 90;
    transition: all 400ms; }
    @media screen and (min-width: 1030px) {
      .header-decoration--aqua#back-weeds {
        left: -50px; } }
  .header-decoration--aqua#fish {
    left: -173px;
    bottom: 150px;
    width: 300px;
    height: 85px;
    z-index: 95;
    animation: righttoleft linear 10s infinite; }
    .header-decoration--aqua#fish img {
      animation: floating 2s infinite; }
  .header-decoration--aqua#front-weed {
    left: -11px;
    bottom: 21px;
    width: 211px;
    height: 252px;
    z-index: 110;
    transition: all 400ms; }
    @media screen and (min-width: 1030px) {
      .header-decoration--aqua#front-weed {
        left: 6px;
        bottom: 0; } }
  .header-decoration--aqua#star-fishies {
    right: 103px;
    bottom: 75px;
    width: 179px;
    height: 109px;
    display: none; }
    @media screen and (min-width: 1030px) {
      .header-decoration--aqua#star-fishies {
        display: block; } }
  .header-decoration--aqua#jellyfish {
    position: absolute;
    bottom: 20vw;
    right: 15vw;
    z-index: 100;
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    display: none; }
    @media screen and (min-width: 1030px) {
      .header-decoration--aqua#jellyfish {
        display: block; } }
  .header-decoration--aqua#coral {
    position: absolute;
    bottom: 90px;
    right: -55px;
    z-index: 90;
    animation-name: floating;
    display: none; }
    @media screen and (min-width: 1030px) {
      .header-decoration--aqua#coral {
        display: block; } }

.full-width-article {
  padding: 0 30px 0; }
  @media screen and (min-width: 1024px) {
    .full-width-article {
      padding: 0;
      max-width: calc(1024px - 1em);
      margin: 0 auto 60px; } }
  .full-width-article__title {
    color: #675ADC;
    font-size: 4.8rem; }
  .full-width-article__content p {
    font-size: 16px;
    font-size: 1.6rem; }
    @media screen and (min-width: 780px) {
      .full-width-article__content p {
        font-size: 24px;
        font-size: 2.4rem; } }
    .full-width-article__content p:first-child {
      font-family: 'Dosis', sans-serif;
      font-weight: 700;
      color: #675ADC;
      font-size: 24px;
      font-size: 2.4rem; }
      @media screen and (min-width: 780px) {
        .full-width-article__content p:first-child {
          font-size: 32px;
          font-size: 3.2rem; } }

.article-round-image {
  margin-bottom: 0; }
  .article-round-image:nth-child(n+2) {
    margin-top: 80px; }
  .article-round-image__column {
    width: 100%;
    position: relative; }
    .home .article-round-image__column {
      text-align: center; }
    @media screen and (min-width: 1030px) {
      .article-round-image__column {
        text-align: left; } }
  .article-round-image__image-container {
    max-width: 480px; }
    @media screen and (min-width: 1030px) {
      .article-round-image__image-container {
        text-align: center;
        padding-right: 30px; } }
  .article-round-image__image {
    border: 16px solid #675ADC;
    border-radius: 100%;
    margin-bottom: -8px;
    width: 100%; }
  .article-round-image .icon-star {
    width: 37px;
    height: 37px; }
    @media screen and (min-width: 1030px) {
      .article-round-image .icon-star {
        display: none; } }
    .article-round-image .icon-star #gold-star {
      fill: #B3ACED; }
  .article-round-image__title {
    color: #675ADC;
    font-size: 3.2rem;
    margin: 0 1rem 1rem; }
    @media screen and (min-width: 1024px) {
      .article-round-image__title {
        margin-left: 0;
        margin-right: 0; } }
    @media screen and (min-width: 1030px) {
      .article-round-image__title {
        font-size: 48px;
        font-size: 4.8rem; } }
  .article-round-image__content {
    margin-left: 1rem;
    margin-right: 1rem;
    font-size: 16px;
    font-size: 1.6rem; }
    @media screen and (min-width: 1024px) {
      .article-round-image__content {
        margin-left: 0;
        margin-right: 0;
        font-size: 24px;
        font-size: 2.4rem; } }
    .article-round-image__content ul {
      text-align: left; }
    .article-round-image__content p {
      line-height: 1.2; }
      .article-round-image__content p:first-child {
        font-family: 'Dosis', sans-serif;
        font-weight: 700;
        color: #675ADC;
        font-size: 2.4rem;
        margin-top: 0;
        margin-bottom: 0; }
        @media screen and (min-width: 1030px) {
          .article-round-image__content p:first-child {
            font-size: 32px;
            font-size: 3.2rem;
            line-height: 1; } }
    .article-round-image__content ol, .article-round-image__content ul {
      margin-top: 20px; }
  .article-round-image__cta {
    font-family: 'eacologica_round_slabbold', Arial Black, Arial Bold, Gadget, sans-serif;
    font-weight: normal !important;
    font-size: 1.8rem;
    color: #ffffff;
    padding: 8px 6px;
    min-width: 150px;
    display: inline-block;
    text-align: center;
    position: relative;
    bottom: 8px;
    margin-bottom: -8px;
    -ms-transform-origin: center;
    transform-origin: center;
    transition: all 400ms;
    background-color: #675ADC;
    border-color: #675ADC;
    border-width: 3px;
    border-style: solid;
    border-radius: 3.4rem;
    margin: 16px 0 20px; }
    .article-round-image__cta:hover {
      transition: all 400ms;
      color: #675ADC;
      background-color: transparent; }
    main .article-round-image__cta:hover {
      animation: jello 400ms; }

.article-with-round-images-repeater {
  position: relative;
  margin: 0 auto 30px;
  padding-top: 30px;
  max-width: calc(100vw - 40px); }
  @media screen and (min-width: 780px) {
    .article-with-round-images-repeater {
      margin-top: 40px; }
      .article-with-round-images-repeater:first-of-type {
        margin-top: 0; } }
  .article-with-round-images-repeater > .icon-star {
    width: 37px;
    height: 37px;
    position: absolute;
    left: -30px;
    top: 0;
    display: none; }
    @media screen and (min-width: 780px) {
      .article-with-round-images-repeater > .icon-star {
        display: block; } }
    .article-with-round-images-repeater > .icon-star #gold-star {
      fill: #50E3C2; }
  .article-with-round-images-repeater .decorations {
    position: absolute;
    display: none;
    z-index: 300; }
    @media screen and (min-width: 780px) {
      .article-with-round-images-repeater .decorations {
        display: block; } }
  .article-with-round-images-repeater #flowers {
    right: -1.4rem;
    top: 33%;
    width: 92.5px;
    height: 169.5px;
    margin-right: 1.4rem; }
    @media screen and (min-width: 780px) {
      .article-with-round-images-repeater #flowers {
        width: 185px;
        height: 339px; } }
  .article-with-round-images-repeater #spiral {
    left: -70px;
    bottom: -368px;
    width: 430px;
    z-index: 100; }
  .article-with-round-images-repeater__list {
    margin: 0;
    list-style-type: none;
    padding: 0 30px;
    position: relative;
    z-index: 200; }
    @media screen and (min-width: 780px) {
      .article-with-round-images-repeater__list {
        padding: 0;
        max-width: calc(1024px);
        margin: 0 auto; } }
    .article-with-round-images-repeater__list .article-round-image {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
      margin-bottom: 30px; }
      @media screen and (min-width: 780px) {
        .article-with-round-images-repeater__list .article-round-image {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-flow: row nowrap;
          flex-flow: row nowrap; } }
      @media screen and (min-width: 780px) {
        .article-with-round-images-repeater__list .article-round-image.left .article-round-image__image-container {
          padding-right: 40px; } }
      @media screen and (min-width: 780px) {
        .article-with-round-images-repeater__list .article-round-image.right {
          -ms-flex-flow: row-reverse nowrap;
          flex-flow: row-reverse nowrap; }
          .article-with-round-images-repeater__list .article-round-image.right .article-round-image__image-container {
            padding-left: 40px; } }
      .article-with-round-images-repeater__list .article-round-image .article-round-image__image-container {
        margin: -30px auto 0; }
  .article-with-round-images-repeater + .calendar {
    margin-top: 300px; }

.testimonials {
  background-color: #7843CF;
  padding-top: 12.92vw;
  margin-bottom: 22.81vw;
  position: relative; }
  .testimonials__top-wave {
    width: 100vw;
    height: 12.92vw;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 80;
    max-width: none; }
  .testimonials__slider {
    padding: 22px 0;
    z-index: 110; }
    .testimonials__slider.slick-slider {
      margin-bottom: 0; }
  .testimonials__quote-mark {
    position: relative;
    margin: 0 auto 30px;
    width: 27px;
    height: 18px; }
  .testimonials__content {
    font-family: 'Dosis', sans-serif;
    font-weight: 700;
    font-size: 24px;
    font-size: 2.4rem;
    padding: 0 30px 0; }
    @media screen and (min-width: 1030px) {
      .testimonials__content {
        font-size: 32px;
        font-size: 3.2rem;
        padding: 0 120px 0; } }
    .testimonials__content p {
      margin: 0;
      padding: 0;
      color: #ffffff;
      text-align: center;
      margin-bottom: 1em;
      max-width: 820px;
      margin: 0 auto; }
  .testimonials__author {
    display: none;
    text-align: center;
    font-size: 1.8rem;
    color: #ffffff;
    font-family: 'Dosis', sans-serif;
    font-weight: 400; }
    @media screen and (min-width: 1030px) {
      .testimonials__author {
        display: block;
        margin-top: 30px !important; } }
    .testimonials__author .icon-star {
      display: block;
      margin: 0 auto;
      width: 16px;
      height: 16px; }
  .testimonials .slick-dots {
    bottom: 0; }
  .testimonials .decorations {
    position: absolute;
    display: none;
    z-index: 300; }
    @media screen and (min-width: 1030px) {
      .testimonials .decorations {
        display: block; } }
  .testimonials #star-cluster {
    right: 0;
    top: -69px; }
  .testimonials #mushroom-butterfly {
    left: -47px;
    top: -154px; }
  .testimonials .purple-wave-bottom {
    width: calc(100% + 2px);
    max-width: calc(100% + 2px);
    height: 22.81vw;
    z-index: 100;
    position: absolute;
    bottom: -20.81vw; }

.text-section__content {
  font-size: 1.8rem;
  padding: 0 30px; }
  @media screen and (min-width: 1024px) {
    .text-section__content {
      padding: 0;
      max-width: calc(1024px - 1em);
      margin: 0 auto;
      font-size: 24px;
      font-size: 2.4rem; } }
  .text-section__content > *:first-child {
    font-family: 'Dosis', sans-serif;
    font-weight: 700;
    color: #675ADC; }
    @media screen and (min-width: 1024px) {
      .text-section__content > *:first-child {
        font-size: 32px;
        font-size: 3.2rem; } }
  .text-section__content .btn {
    font-family: 'eacologica_round_slabbold', Arial Black, Arial Bold, Gadget, sans-serif;
    font-weight: normal !important;
    font-size: 1.8rem;
    color: #ffffff;
    padding: 8px 6px;
    min-width: 150px;
    display: inline-block;
    text-align: center;
    position: relative;
    bottom: 8px;
    margin-bottom: -8px;
    -ms-transform-origin: center;
    transform-origin: center;
    transition: all 400ms;
    background-color: #675ADC;
    border-color: #675ADC;
    border-width: 3px;
    border-style: solid;
    border-radius: 3.4rem;
    margin: 24px auto 1em;
    display: block;
    width: 200px; }
    .text-section__content .btn:hover {
      transition: all 400ms;
      color: #675ADC;
      background-color: transparent; }
    main .text-section__content .btn:hover {
      animation: jello 400ms; }

.meet-the-faeries {
  font-size: 1.8rem;
  padding: 0;
  margin-bottom: 130px; }
  @media screen and (max-width: 1024px) {
    .meet-the-faeries {
      padding: 0;
      max-width: calc(1024px - 1em);
      margin: 0 auto; } }
  .meet-the-faeries__title {
    font-size: 2.8rem;
    text-align: center;
    color: #675ADC;
    line-height: 1;
    margin-bottom: 0.3em; }
    .meet-the-faeries__title b {
      font-size: 7rem; }
    @media screen and (min-width: 1030px) {
      .meet-the-faeries__title {
        font-size: 4.8rem; }
        .meet-the-faeries__title b {
          font-size: 10rem; } }
  .meet-the-faeries__intro {
    text-align: center;
    font-family: 'eacologica_round_slabbold', Arial Black, Arial Bold, Gadget, sans-serif;
    font-weight: normal !important;
    color: #675ADC;
    font-size: 1.8rem;
    margin-bottom: 40px;
    padding: 0 120px; }
    .meet-the-faeries__intro p {
      margin: 0; }
    @media screen and (min-width: 1030px) {
      .meet-the-faeries__intro {
        font-size: 3.2rem;
        margin-bottom: 80px; } }
  .meet-the-faeries__profiles {
    text-align: center;
    list-style-type: none;
    padding: 0; }
    @media screen and (min-width: 1030px) {
      .meet-the-faeries__profiles {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap; } }
    .meet-the-faeries__profiles .slick-prev:before, .meet-the-faeries__profiles .slick-next:before {
      color: #675ADC; }
    .meet-the-faeries__profiles .slick-prev {
      left: 0; }
    .meet-the-faeries__profiles .slick-next {
      right: 0; }

.faerie-profile {
  padding: 10px; }
  @media screen and (min-width: 1030px) {
    .faerie-profile {
      margin-right: 40px; }
      .faerie-profile:nth-of-type(3n) {
        margin-right: 0; } }
  .faerie-profile__portrait img {
    border-radius: 100%;
    border: 20px solid #675ADC;
    margin: 0 auto;
    max-width: 100%; }
    @media screen and (min-width: 1030px) {
      .faerie-profile__portrait img {
        border-width: 30px;
        max-width: 350px; } }
  .faerie-profile__title {
    font-family: 'eacologica_round_slabbold', Arial Black, Arial Bold, Gadget, sans-serif;
    font-weight: normal !important;
    color: #675ADC;
    font-size: 3.2rem; }
  .faerie-profile__content {
    color: #ffffff;
    font-size: 2.4rem; }

.calendar {
  font-size: 1.8rem;
  padding: 0 30px;
  margin-bottom: 80px; }
  @media screen and (min-width: 1024px) {
    .calendar {
      padding: 0;
      max-width: calc(1024px - 1em);
      margin: 0 auto 80px; } }
  .calendar__title {
    font-size: 2.8rem;
    text-align: center;
    color: #675ADC;
    line-height: 1;
    margin-bottom: 0.3em; }
    .calendar__title b {
      font-size: 7rem; }
    @media screen and (min-width: 1030px) {
      .calendar__title {
        font-size: 4.8rem; }
        .calendar__title b {
          font-size: 10rem; } }
  .calendar__intro {
    text-align: center;
    font-family: 'eacologica_round_slabbold', Arial Black, Arial Bold, Gadget, sans-serif;
    font-weight: normal !important;
    color: #675ADC;
    font-size: 1.8rem;
    margin-bottom: 40px; }
    .calendar__intro p {
      margin: 0; }
    @media screen and (min-width: 1030px) {
      .calendar__intro {
        font-size: 3.2rem;
        margin-bottom: 80px; } }
  .calendar__events-table {
    width: 100%; }

.events-table__head {
  height: 60px;
  background-color: #675ADC;
  color: #ffffff;
  font-family: 'eacologica_round_slabbold', Arial Black, Arial Bold, Gadget, sans-serif;
  font-weight: normal !important;
  border-radius: 30px;
  text-align: center;
  font-size: 1.4rem; }
  @media screen and (min-width: 780px) {
    .events-table__head {
      font-size: 1.8rem; } }

.events-table__date-header {
  border-radius: 30px 0 0 30px;
  position: relative;
  top: -2px;
  padding-left: 15px; }
  .events-table__date-header:before {
    content: "";
    display: inline-block;
    height: 24px;
    width: 24px;
    position: relative;
    top: 5px;
    margin-right: 5px;
    background: transparent url("img/calendar.svg") left top no-repeat; }

.events-table__time-header {
  position: relative;
  top: -2px; }
  .events-table__time-header:before {
    content: "";
    display: inline-block;
    height: 24px;
    width: 24px;
    position: relative;
    top: 5px;
    margin-right: 5px;
    background: transparent url("img/clock.svg") left top no-repeat; }

.events-table__desctiption-header {
  border-radius: 0 30px 30px 0;
  position: relative;
  top: -2px;
  padding-right: 15px; }
  .events-table__desctiption-header:before {
    content: "";
    display: inline-block;
    height: 24px;
    width: 24px;
    position: relative;
    top: 5px;
    margin-right: 5px;
    background: transparent url("img/star_purple.svg") left top no-repeat; }

.events-table__body-row {
  text-align: center;
  border-bottom: 1px solid #675ADC;
  color: #675ADC;
  font-size: 1.3rem; }
  @media screen and (min-width: 480px) {
    .events-table__body-row {
      font-size: 1.4rem; } }
  @media screen and (min-width: 780px) {
    .events-table__body-row {
      font-size: 1.8rem; } }

.events-table__description a {
  text-decoration: underline;
  color: #E57EF6; }

.faq-accordion {
  padding: 0 30px;
  margin-bottom: 60px; }
  @media screen and (min-width: 1024px) {
    .faq-accordion {
      padding: 0;
      max-width: calc(1024px - 1em);
      margin: 0 auto 60px; } }
  .faq-accordion__tabs {
    margin: 0;
    padding: 0; }
  .faq-accordion__tab {
    overflow: hidden;
    border-radius: 6px;
    background-color: #F3EDE4;
    margin-bottom: 8px; }
  .faq-accordion__question {
    margin: 0;
    padding: 1em 52px 1em 1em;
    line-height: 1;
    color: #675ADC;
    background-color: #EFE7DA;
    border-radius: 6px;
    font-size: 18px;
    font-size: 1.8rem;
    display: block;
    position: relative;
    /* Vertical line */
    /* horizontal line */ }
    @media screen and (min-width: 780px) {
      .faq-accordion__question {
        font-size: 24px;
        font-size: 2.4rem; } }
    .faq-accordion__question:before, .faq-accordion__question:after {
      content: "";
      position: absolute;
      background-color: #675ADC;
      transition: transform 0.25s ease-out;
      border-radius: 4px; }
    .faq-accordion__question:before {
      top: 50%;
      right: calc(24px + 12px - 2px);
      width: 4px;
      height: 24px;
      margin-left: -2px;
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
      -ms-transform-origin: 50% 0%;
      transform-origin: 50% 0%; }
    .faq-accordion__question:after {
      top: 50%;
      right: 24px;
      width: 24px;
      height: 4px;
      margin-top: -2px; }
    .faq-accordion__question.opened {
      cursor: pointer; }
      .faq-accordion__question.opened:before {
        -ms-transform: rotate(90deg) translate(0, -50%);
        transform: rotate(90deg) translate(0, -50%); }
      .faq-accordion__question.opened:after {
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
    .faq-accordion__question h4 {
      margin: 0; }
  .faq-accordion__answer {
    display: none;
    margin: 0;
    padding: 1em;
    line-height: 1;
    color: #432447;
    font-size: 16px;
    font-size: 1.6rem;
    font-family: 'Dosis', sans-serif;
    font-weight: 400; }
    @media screen and (min-width: 780px) {
      .faq-accordion__answer {
        font-size: 24px;
        font-size: 2.4rem; } }
    .faq-accordion__answer p {
      margin: 0;
      padding-bottom: 1em; }

.gallery {
  margin-top: 80px;
  margin-bottom: 60px; }
  .gallery__title {
    font-size: 4.8rem;
    margin: 0 30px;
    text-align: center;
    color: #675ADC; }
    @media screen and (min-width: 780px) {
      .gallery__title {
        margin: 0 120px; } }
  .gallery__intro_copy {
    font-family: 'eacologica_round_slabregular', Arial Black, Arial Bold, Gadget, sans-serif;
    font-weight: normal !important;
    color: #675ADC;
    font-size: 3.2rem;
    text-align: center;
    margin: 0 120px; }
  .gallery__grid {
    margin: 80px 0 0;
    padding: 0;
    list-style: none; }
  .gallery__gutter-sizer {
    width: 2%; }
  .gallery__grid-item {
    width: 49%; }
    @media screen and (min-width: 780px) {
      .gallery__grid-item {
        width: 32%; } }
    @media screen and (min-width: 1030px) {
      .gallery__grid-item {
        width: 23.5%; } }
    .gallery__grid-item img {
      width: 100%;
      height: auto;
      max-width: none; }

.home-slider {
  color: white;
  text-align: center;
  position: relative;
  z-index: 10; }
  .home-slider ul {
    padding: 0; }
  .home-slider h2 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.1;
    margin-top: 0;
    max-width: 1041px;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (min-width: 780px) {
      .home-slider h2 {
        font-size: 36px;
        font-size: 3.6rem; } }
    @media screen and (min-width: 1030px) {
      .home-slider h2 {
        font-size: 48px;
        font-size: 4.8rem; } }
    .home-slider h2 strong {
      font-size: 42px;
      font-size: 4.2rem;
      display: block;
      font-weight: normal !important; }
      @media screen and (min-width: 780px) {
        .home-slider h2 strong {
          font-size: 64px;
          font-size: 6.4rem; } }
      @media screen and (min-width: 780px) {
        .home-slider h2 strong {
          font-size: 100px;
          font-size: 10rem; } }
  .home-slider__subtitle {
    font-size: 18px;
    font-size: 1.8rem;
    font-family: 'Dosis', sans-serif;
    font-weight: 700;
    max-width: 1041px;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (min-width: 780px) {
      .home-slider__subtitle {
        font-size: 24px;
        font-size: 2.4rem; } }
    @media screen and (min-width: 780px) {
      .home-slider__subtitle {
        font-size: 32px;
        font-size: 3.2rem; } }
  .home-slider li.slick-slide {
    transition: all 300ms;
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    padding: 0 10px; }
    .home-slider li.slick-slide h4 {
      font-size: 28px;
      font-size: 2.8rem;
      opacity: 1.0; }
      @media screen and (min-width: 1030px) {
        .home-slider li.slick-slide h4 {
          opacity: 0.53;
          font-size: 36px;
          font-size: 3.6rem; } }
    .home-slider li.slick-slide p {
      font-size: 18px;
      font-size: 1.8rem;
      opacity: 1.0; }
      @media screen and (min-width: 1030px) {
        .home-slider li.slick-slide p {
          font-size: 24px;
          font-size: 2.4rem;
          opacity: 0.6; } }
    .home-slider li.slick-slide.slick-center {
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
      .home-slider li.slick-slide.slick-center h4 {
        opacity: 1.0; }
      .home-slider li.slick-slide.slick-center p {
        opacity: 1.0; }
  .home-slider .faerie-profile {
    margin-right: 0;
    padding-top: 30px !important; }
    .home-slider .faerie-profile:focus {
      outline: none; }
    .home-slider .faerie-profile__portrait img {
      border-color: #50E3C2; }
    .home-slider .faerie-profile__title, .home-slider .faerie-profile__content {
      color: white; }
  @media screen and (min-width: 780px) {
    .home-slider__shop .slick-list {
      padding: 40px 0; } }
  .home-slider__shop li {
    text-align: center; }
    .home-slider__shop li img {
      margin: 0 auto;
      border-radius: 100%; }
  .home-slider__shop .product-button {
    font-family: 'eacologica_round_slabbold', Arial Black, Arial Bold, Gadget, sans-serif;
    font-weight: normal !important;
    font-size: 1.8rem;
    color: #ffffff;
    padding: 8px 6px;
    min-width: 150px;
    display: inline-block;
    text-align: center;
    position: relative;
    bottom: 8px;
    margin-bottom: -8px;
    -ms-transform-origin: center;
    transform-origin: center;
    transition: all 400ms;
    background-color: #50E3C2;
    border-color: #50E3C2;
    border-width: 3px;
    border-style: solid;
    border-radius: 3.4rem; }
    .home-slider__shop .product-button:hover {
      transition: all 400ms;
      color: #50E3C2;
      background-color: transparent; }
    main .home-slider__shop .product-button:hover {
      animation: jello 400ms; }
  .home-slider__faeries {
    padding: 0; }
  .home-slider .slick-next {
    right: 25px; }
  .home-slider .slick-prev {
    left: 25px; }

.opening-hours {
  position: fixed;
  right: 0;
  bottom: 15px;
  z-index: 600;
  display: none; }
  @media screen and (min-width: 780px) {
    .opening-hours {
      display: block; } }
  .opening-hours__widget {
    background-color: rgba(103, 90, 220, 0.8);
    width: 80px;
    min-height: 235px;
    border-radius: 40px 40px 0 40px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    z-index: 590;
    position: relative; }
  .opening-hours__clock {
    position: relative;
    top: 15px;
    left: 15px;
    display: block; }
  .opening-hours__widget-title {
    font-family: 'eacologica_round_slabbold', Arial Black, Arial Bold, Gadget, sans-serif;
    font-weight: normal !important;
    font-size: 1.8rem;
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -ms-transform-origin: left center;
    transform-origin: left center;
    color: #ffffff;
    margin: 0;
    min-width: 150px;
    left: 50%;
    top: 15px;
    position: relative; }
  .opening-hours__sub-menu {
    position: absolute;
    right: -500px;
    background-color: #E57EF6;
    width: 400px;
    height: 235px;
    z-index: 590;
    border-radius: 40px 40px 0 40px;
    transition: all 400ms;
    padding: 20px 120px 20px 40px; }
    .opening-hours__sub-menu * {
      opacity: 0;
      transition: all 400ms;
      color: #ffffff; }
    .opening-hours__sub-menu.visible {
      display: block;
      right: 0; }
      .opening-hours__sub-menu.visible * {
        opacity: 1;
        transition-delay: 400ms; }
    .opening-hours__sub-menu p {
      font-family: 'Dosis', sans-serif;
      font-weight: 700;
      font-size: 1.6rem;
      text-align: center;
      margin: 0; }
      .opening-hours__sub-menu p:first-child {
        padding-bottom: 0.4em;
        margin-bottom: 0.4em;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
    .opening-hours__sub-menu a:hover {
      color: #ffffff; }
  .opening-hours__icons {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row nowrap;
    flex-direction: row nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0; }
    .opening-hours__icons li {
      font-family: 'Dosis', sans-serif;
      font-weight: 700;
      color: #ffffff;
      font-size: 1.8rem; }
  .opening-hours__find-us:before {
    content: "";
    display: inline-block;
    width: 23px;
    height: 32px;
    background: url("img/location.svg") 0 0 no-repeat;
    background-size: 23px 32px;
    margin-right: 8px;
    top: 8px;
    position: relative; }
  .opening-hours__follow-us:before {
    content: "";
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url("img/Facebook.svg") 0 0 no-repeat;
    background-size: 32px 32px;
    margin-right: 8px;
    top: 8px;
    position: relative; }

.email-footer {
  background: #160444;
  background: -moz-linear-gradient(top, #160444 1%, #421340 100%);
  background: -webkit-linear-gradient(top, #160444 1%, #421340 100%);
  background: linear-gradient(to bottom, #160444 1%, #421340 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#160444', endColorstr='#421340',GradientType=0 );
  padding-bottom: 42vw;
  padding-top: 17.76vw;
  position: relative;
  padding-left: 20px;
  padding-right: 20px; }
  @media screen and (min-width: 780px) {
    .email-footer {
      padding-left: 0;
      padding-right: 0; } }
  .email-footer:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 17.76vw;
    background: url("img/element-art/bottom-wave-white.svg") no-repeat center bottom transparent;
    background-size: 101% auto; }
  .email-footer:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 42vw;
    background: url("img/email-footer-shape.svg") no-repeat center top transparent;
    background-size: 100% auto; }
  .email-footer h2, .email-footer p {
    max-width: 1041px;
    margin: 0 auto;
    z-index: 12;
    position: relative; }
  .email-footer h2 {
    text-align: center;
    color: white;
    font-size: 36px;
    font-size: 3.6rem; }
    @media screen and (min-width: 780px) {
      .email-footer h2 {
        font-size: 42px;
        font-size: 4.2rem; }
        .email-footer h2 strong {
          font-size: 80px;
          font-size: 8rem;
          display: block;
          font-weight: normal; } }
    @media screen and (min-width: 1030px) {
      .email-footer h2 {
        font-size: 46px;
        font-size: 4.6rem; }
        .email-footer h2 strong {
          font-size: 100px;
          font-size: 10rem; } }
  .email-footer p {
    text-align: center;
    color: white;
    font-family: 'Dosis', sans-serif;
    font-weight: 700;
    font-size: 20px;
    font-size: 2rem; }
    @media screen and (min-width: 780px) {
      .email-footer p {
        font-size: 24px;
        font-size: 2.4rem;
        max-width: calc(100% - 140px); } }
    @media screen and (min-width: 1030px) {
      .email-footer p {
        font-size: 32px;
        font-size: 3.2rem;
        max-width: 996px; } }
  .email-footer form {
    position: relative;
    max-width: calc(100% - 80px);
    margin: 55px auto 40px; }
    @media screen and (min-width: 780px) {
      .email-footer form {
        margin: 140px auto 0;
        max-width: calc(100% - 140px); } }
    @media screen and (min-width: 1030px) {
      .email-footer form {
        max-width: 996px; } }
  .email-footer input[type="email"] {
    width: 100%;
    background-color: #F3EDE4;
    border-radius: 100px;
    border: none;
    font-size: 16px;
    font-size: 1.6rem;
    color: #675ADC;
    font-family: 'eacologica_round_slabregular', Arial Black, Arial Bold, Gadget, sans-serif;
    font-weight: normal !important;
    padding: 25px;
    display: block;
    position: relative;
    z-index: 10; }
    @media screen and (min-width: 1030px) {
      .email-footer input[type="email"] {
        font-size: 24px;
        font-size: 2.4rem; } }
  .email-footer input[type="submit"] {
    position: absolute;
    right: 20px;
    top: 50%;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: white;
    padding: 18px;
    font-size: 14px;
    font-size: 1.4rem;
    border: none;
    background-color: #675ADC;
    font-family: 'eacologica_round_slabbold', Arial Black, Arial Bold, Gadget, sans-serif;
    font-weight: normal !important;
    border-radius: 100px;
    transition: all 300ms;
    z-index: 11; }
    .email-footer input[type="submit"]:hover {
      background-color: #4030d3;
      transition: all 300ms; }
  .email-footer__flowers {
    position: absolute;
    width: 150px;
    top: -64px;
    left: -73px; }
    @media screen and (min-width: 1030px) {
      .email-footer__flowers {
        width: 311px;
        top: -140px;
        left: -150px; } }
  .email-footer__dragon {
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 1;
    width: 30vw;
    -ms-transform: translate(0, -30%);
    transform: translate(0, -30%); }

@media screen and (min-width: 800px) {
  .js .home {
    overflow: hidden; } }

.home {
  /*
	 * End Hero Section
	 */
  /*Tree Section*/ }
  .home .opening-hours {
    right: -80px;
    transition: all 400ms; }
    .home .opening-hours.active {
      right: 0; }
  .home .site-header {
    position: absolute;
    width: 100%;
    top: auto;
    left: 0; }
    @media screen and (min-width: 780px) {
      .home .site-header {
        bottom: -95px; } }
    @media screen and (min-width: 1030px) {
      .home .site-header {
        bottom: -158px; } }
    .home .site-header.sticky {
      position: fixed;
      top: 0;
      bottom: auto;
      left: 0; }
      .home .site-header.sticky:before {
        opacity: 1; }
  .home .home-hero__container {
    position: relative;
    overflow: hidden; }
  .home .home-hero__star-cluster {
    display: block;
    width: 100%;
    height: 100vh;
    position: absolute;
    background-size: auto 100%;
    background-repeat: repeat-x;
    z-index: 100;
    top: 0;
    left: 0; }
  .home .home-hero__top-section {
    height: 100vh;
    width: 100vw;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    display: none;
    background: #20016d;
    background: -moz-linear-gradient(top, #20016d 0%, #733dad 100%);
    background: -webkit-linear-gradient(top, #20016d 0%, #733dad 100%);
    background: linear-gradient(to bottom, #20016d 0%, #733dad 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#20016d', endColorstr='#733dad',GradientType=0 ); }
    @media screen and (min-width: 780px) {
      .home .home-hero__top-section {
        display: -ms-flexbox;
        display: flex; } }
  .home .home-hero__bottom-section {
    height: 100vh;
    width: 100vw;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    background: #733dad;
    background: -moz-linear-gradient(top, #733dad 0%, #c277e9 100%);
    background: -webkit-linear-gradient(top, #733dad 0%, #c277e9 100%);
    background: linear-gradient(to bottom, #733dad 0%, #c277e9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#733dad', endColorstr='#c277e9',GradientType=0 ); }
    @media screen and (min-width: 780px) {
      .home .home-hero__bottom-section {
        height: calc(100vh + 42vw);
        width: 100vw; } }
    @media screen and (min-width: 780px) and (max-aspect-ratio: 1.2 / 1) {
      .home .home-hero__bottom-section {
        height: 100vw; } }
  .home .home-hero__loading-faery {
    position: absolute;
    bottom: 5vh;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    .home .home-hero__loading-faery svg {
      -ms-transform: scale(0.7);
      transform: scale(0.7); }
    .home .home-hero__loading-faery #Designs, .home .home-hero__loading-faery #Path {
      opacity: 1; }
    .home .home-hero__loading-faery #HOME {
      animation: colourLoop 3s infinite; }

@keyframes colourLoop {
  0% {
    fill: #F3EDE4;
    opacity: 0.1; }
  50% {
    fill: #FCCE3E;
    opacity: 1; }
  100% {
    fill: #F3EDE4;
    opacity: 0.1; } }
  .home .home-hero__aurora--front {
    z-index: 160;
    position: absolute;
    top: 0px;
    left: 0;
    width: 150%;
    animation: bobble-front 9s infinite; }
    @media screen and (min-width: 40em) {
      .home .home-hero__aurora--front {
        width: 100%; } }
  .home .home-hero__aurora--back {
    z-index: 150;
    position: absolute;
    top: 0px;
    left: 0;
    width: 150%;
    animation: bobble-back 7s infinite; }
    @media screen and (min-width: 40em) {
      .home .home-hero__aurora--back {
        width: 100%; } }

@keyframes bobble-front {
  0% {
    transform: translate3d(0px, 0px, 0px);
    animation-timing-function: ease-in;
    opacity: 1; }
  40% {
    transform: translate3d(0px, 100px, 100px) rotate(2deg);
    animation-timing-function: ease-out; }
  60% {
    opacity: 0.8; }
  100% {
    transform: translate3d(0px, 0px, 0px);
    opacity: 1; } }

@keyframes bobble-back {
  0% {
    transform: translate3d(0px, 0px, 0px);
    animation-timing-function: ease-in;
    opacity: 0.7; }
  40% {
    opacity: 0.4; }
  60% {
    transform: translate3d(0px, 80px, 80px) rotate(-2deg);
    animation-timing-function: ease-out; }
  100% {
    transform: translate3d(0px, 0px, 0px);
    opacity: 0.7; } }
  .home .home-hero__content {
    color: #ffffff;
    text-align: center;
    width: 90%;
    font-family: 'Dosis', sans-serif;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.8rem;
    z-index: 200;
    position: relative;
    top: 40%;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }
    @media screen and (min-width: 780px) {
      .home .home-hero__content {
        font-size: 2rem;
        width: 90%;
        position: relative;
        top: 50vh;
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%); } }
  .home .home-hero__star {
    display: block;
    margin: 0 auto 20px;
    animation: yellow-star 5s;
    animation-iteration-count: 1;
    -webkit-animation: yellow-star 5s;
    -webkit-animation-iteration-count: 1; }

@keyframes yellow-star {
  from {
    transform: rotate(0deg) translate(1000px) rotate(0deg) scale(2); }
  to {
    transform: rotate(900deg) translate(0px) rotate(-900deg) scale(1); } }
  .home .home-hero__title {
    color: #ffffff;
    font-family: 'eacologica_round_slabbold', Arial Black, Arial Bold, Gadget, sans-serif;
    font-weight: normal !important;
    margin-bottom: 20px;
    font-size: 60px;
    font-size: 6rem; }
    @media screen and (min-width: 780px) {
      .home .home-hero__title {
        font-size: 80px;
        font-size: 8rem; } }
    @media screen and (min-width: 1030px) {
      .home .home-hero__title {
        font-size: 100px;
        font-size: 10rem; } }
    @media screen and (min-width: 1030px) {
      .home .home-hero__title--star-left {
        position: relative; } }
    .home .home-hero__title--star-left:before {
      content: "";
      display: block;
      position: relative;
      background: url("img/star.svg") center center;
      background-size: 38px 38px;
      width: 38px;
      height: 38px;
      margin: 0 auto; }
      @media screen and (min-width: 1030px) {
        .home .home-hero__title--star-left:before {
          display: inline-block;
          position: relative;
          top: -62px;
          left: 25px;
          width: 80px;
          height: 80px;
          background-size: 80px 80px; } }
  .home .home-hero__copy {
    color: #ffffff;
    display: inline-block;
    font-size: 18px;
    font-size: 1.8rem;
    max-width: 90%;
    line-height: 1; }
    @media screen and (min-width: 780px) {
      .home .home-hero__copy {
        font-size: 34px;
        font-size: 3.4rem;
        max-width: 70%; } }
    @media screen and (min-width: 1030px) {
      .home .home-hero__copy {
        font-size: 42px;
        font-size: 4.2rem; } }
    .home .home-hero__copy p:first-child {
      margin-top: 0; }
  .home .home-hero__explore-link {
    position: absolute;
    top: 96vh;
    left: 50%;
    -ms-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    color: white;
    z-index: 200;
    font-size: 24px;
    font-size: 2.4rem;
    font-family: 'eacologica_round_slabbold', Arial Black, Arial Bold, Gadget, sans-serif;
    font-weight: normal !important; }
    .home .home-hero__explore-link:before {
      content: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2248px%22%20height%3D%2229px%22%20viewBox%3D%2220%200%2048%2029%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%20%20%20%20%3C%21--%20Generator%3A%20Sketch%2042%20%2836781%29%20-%20http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%20--%3E%0D%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0D%0A%20%20%20%20%3Cdefs%3E%3C%2Fdefs%3E%0D%0A%20%20%20%20%3Cpath%20d%3D%22M44%2C28.1375912%20C43.0995909%2C28.1375912%2042.2380782%2C27.7709724%2041.6140815%2C27.1213206%20L20.9245352%2C5.60502004%20C19.6566798%2C4.28750973%2019.6980589%2C2.19124489%2021.0163968%2C0.924217072%20C22.3339071%2C-0.342810745%2024.4293443%2C-0.302259235%2025.6963721%2C1.01607866%20L44%2C20.0512889%20L62.3036279%2C1.01607866%20C63.5698281%2C-0.301431653%2065.6652653%2C-0.342810745%2066.9836032%2C0.924217072%20C68.3019411%2C2.19124489%2068.3433202%2C4.28750973%2067.0754648%2C5.60502004%20L46.3859185%2C27.1213206%20C45.7619218%2C27.7709724%2044.9004091%2C28.1375912%2044%2C28.1375912%22%20id%3D%22chevron-down%22%20stroke%3D%22none%22%20fill%3D%22%2350E3C2%22%20fill-rule%3D%22evenodd%22%3E%3C%2Fpath%3E%0D%0A%3C%2Fsvg%3E");
      display: block;
      text-align: center; }
  .home .home-hero__mountain {
    position: absolute;
    bottom: 0;
    z-index: 180;
    max-width: none;
    width: 100%; }
    @media screen and (780px) {
      .home .home-hero__mountain {
        position: relative; } }
  .home .home-hero__clouds {
    position: absolute;
    top: 60%;
    z-index: 150;
    width: 25%; }
    .home .home-hero__clouds img {
      width: 100%;
      max-width: 100%; }
    .home .home-hero__clouds.left {
      left: 0; }
    .home .home-hero__clouds.right {
      left: 100%;
      -ms-transform: translate(-100%, 0);
      transform: translate(-100%, 0); }
  .home .home-hero__pegasus {
    position: absolute;
    top: 60%;
    width: 11vw;
    right: 0;
    z-index: 200; }
  .home-attic {
    position: relative;
    background: #351d72;
    background: -moz-linear-gradient(top, #351d72 0%, #4280df 100%);
    background: -webkit-linear-gradient(top, #351d72 0%, #4280df 100%);
    background: linear-gradient(to bottom, #351d72 0%, #4280df 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#351d72', endColorstr='#4280df', GradientType=0);
    padding-bottom: 37vw; }
    .home-attic__roof {
      top: -124px;
      position: relative;
      z-index: 200; }
      @media screen and (min-width: 780px) {
        .home-attic__roof {
          top: -224px; } }
    .home-attic__roof-svg {
      height: 125px;
      width: 100%; }
      @media screen and (min-width: 780px) {
        .home-attic__roof-svg {
          height: 225px; } }
    .home-attic__light-bulb {
      position: absolute;
      top: 27px;
      left: 50%;
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0); }
      .home-attic__light-bulb #lightbulb {
        transition: fill 400ms;
        fill: #555; }
      .home-attic__light-bulb.on #lightbulb {
        fill: #FFC713; }
    .home-attic__light-beam {
      position: absolute;
      top: 98px;
      left: 50%;
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      width: 46vw;
      height: 550px;
      min-width: 700px;
      opacity: 0.0;
      transition: opacity 400ms; }
      .home-attic__light-beam.on {
        opacity: 1.0;
        transition: opacity 400ms; }
    .home-attic__faerie {
      position: absolute;
      top: 91px;
      left: calc(50% - 52px);
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      opacity: 1.0;
      transition: opacity 200ms; }
      .home-attic__faerie.hidden {
        opacity: 0.0;
        transition: opacity 400ms; }
    .home-attic__star {
      position: absolute;
      bottom: 37vw;
      width: 20%; }
  .home .article-with-round-images-repeater {
    margin-bottom: 0; }
  .home .article-round-image {
    margin-bottom: 0; }
    .home .article-round-image__image {
      border: 16px solid #675ADC;
      border-radius: 100%;
      margin-bottom: -8px;
      box-shadow: 0 16px 0 0 rgba(250, 237, 212, 0.2); }
    .home .article-round-image .icon-star {
      width: 37px;
      height: 37px; }
      @media screen and (min-width: 1030px) {
        .home .article-round-image .icon-star {
          position: absolute;
          left: -22px;
          top: -25px;
          display: block; } }
      .home .article-round-image .icon-star #gold-star {
        fill: #FCCE3E; }
    .home .article-round-image__title {
      color: #ffffff;
      line-height: 1;
      margin: 0 1rem 1rem; }
      @media screen and (min-width: 1024px) {
        .home .article-round-image__title {
          margin-left: 0;
          margin-right: 0; } }
    .home .article-round-image__content {
      color: #ffffff; }
      .home .article-round-image__content p:first-child {
        color: #ffffff; }
    .home .article-round-image__cta {
      font-family: 'eacologica_round_slabbold', Arial Black, Arial Bold, Gadget, sans-serif;
      font-weight: normal !important;
      font-size: 1.8rem;
      color: #ffffff;
      padding: 8px 6px;
      min-width: 150px;
      display: inline-block;
      text-align: center;
      position: relative;
      bottom: 8px;
      margin-bottom: -8px;
      -ms-transform-origin: center;
      transform-origin: center;
      transition: all 400ms;
      background-color: #675ADC;
      border-color: #675ADC;
      border-width: 3px;
      border-style: solid;
      border-radius: 3.4rem;
      margin: 16px 0 20px; }
      .home .article-round-image__cta:hover {
        transition: all 400ms;
        color: #675ADC;
        background-color: transparent; }
      main .home .article-round-image__cta:hover {
        animation: jello 400ms; }
  .home .home-tree {
    background: #86db12;
    background: -moz-linear-gradient(top, #86db12 0%, #459522 100%);
    background: -webkit-linear-gradient(top, #86db12 0%, #459522 100%);
    background: linear-gradient(to bottom, #86db12 0%, #459522 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#86db12', endColorstr='#459522',GradientType=0 );
    position: relative;
    margin-bottom: 79.9vw; }
    @media screen and (min-width: 780px) {
      .home .home-tree {
        background: #86db12;
        background: -moz-linear-gradient(top, #86db12 0%, #55A42A 100%);
        background: -webkit-linear-gradient(top, #86db12 0%, #55A42A 100%);
        background: linear-gradient(to bottom, #86db12 0%, #55A42A 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#86db12', endColorstr='#55A42A',GradientType=0 ); } }
    .home .home-tree__stars {
      position: absolute;
      top: -36vw;
      right: 1vw;
      z-index: 500;
      width: 50vw; }
    .home .home-tree__top {
      position: absolute;
      bottom: -2px;
      width: 100%;
      max-width: none; }
    .home .home-tree:after {
      content: "";
      display: block;
      position: absolute;
      bottom: -79.9vw;
      width: 100%;
      height: 79.9vw;
      background: url("img/homepage-art/tree-bottom-stuff-small.png");
      background-size: 100% 100%;
      background-repeat: no-repeat; }
      @media screen and (min-width: 780px) {
        .home .home-tree:after {
          background-image: url("img/homepage-art/forest-background.jpg");
          background-repeat: no-repeat; } }
    .home .home-tree__branch-left {
      position: absolute;
      left: 0;
      top: 80%;
      width: 15vw;
      z-index: 150; }
    .home .home-tree__branch-right {
      position: absolute;
      right: 0;
      top: 50%;
      width: 13vw;
      z-index: 150; }
    .home .home-tree .forest-foreground {
      position: absolute;
      right: 0;
      bottom: -90.9vw;
      width: 23vw;
      z-index: 100;
      visibility: hidden; }
      @media screen and (min-width: 780px) {
        .home .home-tree .forest-foreground {
          visibility: visible; } }
      @media screen and (min-width: 1030px) {
        .home .home-tree .forest-foreground {
          bottom: -88.9vw; } }
    .home .home-tree .door-arrow {
      position: absolute;
      bottom: -70.4vw;
      left: 49.1vw;
      z-index: 13;
      width: 3vw;
      animation-name: arrowbounce;
      animation-duration: 4s;
      animation-iteration-count: infinite; }
    .home .home-tree__faerie-door {
      position: absolute;
      bottom: -77vw;
      left: 50.6vw;
      z-index: 10;
      visibility: hidden;
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0); }
      @media screen and (min-width: 780px) {
        .home .home-tree__faerie-door {
          visibility: visible; } }
      .home .home-tree__faerie-door:before {
        content: '';
        position: absolute;
        left: -2.5vw;
        bottom: 0.2vw;
        z-index: 20;
        background-image: url(./img/homepage-art/sparkle.gif);
        background-size: cover;
        width: 9vw;
        height: 7vw; }
      .home .home-tree__faerie-door img {
        animation: faerieglow 6s infinite; }
  .home .home-forest {
    margin-top: -4.2vw;
    position: relative;
    padding-top: 20px; }
    @media screen and (min-width: 780px) {
      .home .home-forest {
        padding-top: 0; } }
    .home .home-forest__top img {
      width: 100%;
      height: auto; }
    .home .home-forest__content {
      max-width: calc(100% - 40px);
      color: #675ADC;
      margin: 0 auto 40px; }
      @media screen and (min-width: 780px) {
        .home .home-forest__content {
          position: absolute;
          width: 40vw;
          top: 63px;
          right: 17vw;
          max-width: 100%;
          margin: 0; } }
      .home .home-forest__content h2 {
        font-size: 32px;
        font-size: 3.2rem;
        margin-top: 0; }
        @media screen and (min-width: 780px) {
          .home .home-forest__content h2 {
            font-size: 2.5vw; } }
      .home .home-forest__content .copy {
        font-size: 24px;
        font-size: 2.4rem;
        margin-bottom: 30px;
        font-family: 'Dosis', sans-serif;
        font-weight: 700;
        line-height: 1.2; }
        .home .home-forest__content .copy p:nth-child(n+2) {
          font-size: 18px;
          font-size: 1.8rem;
          color: #444;
          font-weight: normal; }
        @media screen and (min-width: 780px) {
          .home .home-forest__content .copy {
            font-size: 1.7vw; }
            .home .home-forest__content .copy p:nth-child(n+2) {
              font-size: 1.2vw; } }
      .home .home-forest__content a {
        font-family: 'eacologica_round_slabbold', Arial Black, Arial Bold, Gadget, sans-serif;
        font-weight: normal !important;
        font-size: 1.8rem;
        color: #ffffff;
        padding: 8px 6px;
        min-width: 150px;
        display: inline-block;
        text-align: center;
        position: relative;
        bottom: 8px;
        margin-bottom: -8px;
        -ms-transform-origin: center;
        transform-origin: center;
        transition: all 400ms;
        background-color: #675ADC;
        border-color: #675ADC;
        border-width: 3px;
        border-style: solid;
        border-radius: 3.4rem; }
        .home .home-forest__content a:hover {
          transition: all 400ms;
          color: #675ADC;
          background-color: transparent; }
        main .home .home-forest__content a:hover {
          animation: jello 400ms; }
    .home .home-forest__bush {
      position: absolute;
      right: 3vw;
      width: 13vw;
      bottom: 12vw; }
  .home .home-river {
    background: #351d72;
    background: -moz-linear-gradient(top, #5069C2 0%, #3D85D8 100%);
    background: -webkit-linear-gradient(top, #5069C2 0%, #3D85D8 100%);
    background: linear-gradient(to bottom, #5069C2 0%, #3D85D8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4E65BD', endColorstr='#3D85D8', GradientType=0);
    padding-bottom: 30vw;
    position: relative; }
    .home .home-river__bubbles {
      position: absolute;
      left: 0;
      bottom: 0; }
    .home .home-river__waves {
      position: absolute;
      bottom: 0;
      left: -2px;
      width: calc(100% + 2px);
      max-width: none; }
  .home .home-ocean {
    padding-bottom: 30vw;
    background: #351d72;
    background: -moz-linear-gradient(top, #43D1C3 0%, #009EB1 100%);
    background: -webkit-linear-gradient(top, #43D1C3 0%, #009EB1 100%);
    background: linear-gradient(to bottom, #43D1C3 0%, #009EB1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4E65BD', endColorstr='#3D85D8', GradientType=0);
    position: relative;
    overflow: hidden; }
    .home .home-ocean .home-slider {
      margin-bottom: 200px; }
    .home .home-ocean__mermaid {
      position: absolute;
      left: 0;
      top: -11vw; }
    .home .home-ocean__bottom {
      position: absolute;
      bottom: 0;
      left: 0;
      width: calc(100% + 2px);
      max-width: calc(100% + 2px); }
    .home .home-ocean__whale {
      position: absolute;
      left: 0;
      bottom: 28vw; }
    .home .home-ocean__jellyfish {
      position: absolute;
      bottom: 20vw;
      right: 15vw;
      z-index: 100;
      animation-name: floating;
      animation-duration: 3s;
      animation-iteration-count: infinite;
      animation-timing-function: ease-in-out;
      max-width: 30%; }
    .home .home-ocean__fish {
      position: absolute;
      bottom: 22vw;
      right: -173px;
      width: 173px;
      max-width: 27vw;
      animation: righttoleft linear 10s infinite; }
      .home .home-ocean__fish img {
        animation: floating 2s infinite; }

/* Base */
#awwwards {
  position: fixed;
  top: 150px;
  width: 90px;
  height: 135px;
  text-indent: -666em;
  overflow: hidden;
  z-index: 300;
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }
  #awwwards.sticky {
    position: absolute; }
  @media (max-width: 480px) {
    #awwwards {
      display: none; } }

#awwwards.top {
  top: 20px; }

#awwwards.left {
  left: 0; }

#awwwards.right {
  right: 0; }

#awwwards a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 90px;
  height: 135px;
  background-repeat: no-repeat;
  background-size: 90px 135px; }

/* NOMINEE */
#awwwards.nominee.black.left a {
  background-image: url(ribbons/awwwards_nominee_black_left.png); }

#awwwards.nominee.black.right a {
  background-image: url(ribbons/awwwards_nominee_black_right.png); }

#awwwards.nominee.silver.left a {
  background-image: url(ribbons/awwwards_nominee_silver_left.png); }

#awwwards.nominee.silver.right a {
  background-image: url(ribbons/awwwards_nominee_silver_right.png); }

#awwwards.nominee.white.left a {
  background-image: url(ribbons/awwwards_nominee_white_left.png); }

#awwwards.nominee.white.right a {
  background-image: url(ribbons/awwwards_nominee_white_right.png); }

#awwwards.nominee.green.left a {
  background-image: url(ribbons/awwwards_nominee_green_left.png); }

#awwwards.nominee.green.right a {
  background-image: url(ribbons/awwwards_nominee_green_right.png); }

@media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
  /* NOMINEE */
  #awwwards.nominee.black.left a {
    background-image: url(ribbons/awwwards_nominee_black_left@2x.png); }
  #awwwards.nominee.black.right a {
    background-image: url(ribbons/awwwards_nominee_black_right@2x.png); }
  #awwwards.nominee.silver.left a {
    background-image: url(ribbons/awwwards_nominee_silver_left@2x.png); }
  #awwwards.nominee.silver.right a {
    background-image: url(ribbons/awwwards_nominee_silver_right@2x.png); }
  #awwwards.nominee.white.left a {
    background-image: url(ribbons/awwwards_nominee_white_left@2x.png); }
  #awwwards.nominee.white.right a {
    background-image: url(ribbons/awwwards_nominee_white_right@2x.png); }
  #awwwards.nominee.green.left a {
    background-image: url(ribbons/awwwards_nominee_green_left@2x.png); }
  #awwwards.nominee.green.right a {
    background-image: url(ribbons/awwwards_nominee_green_right@2x.png); } }

.woocommerce-cart .woocommerce, .woocommerce-checkout .woocommerce {
  padding: 0 30px;
  margin-bottom: 130px;
  font-size: 16px;
  font-size: 1.6rem; }
  @media screen and (min-width: 1024px) {
    .woocommerce-cart .woocommerce, .woocommerce-checkout .woocommerce {
      padding: 0;
      max-width: calc(1024px - 1em);
      margin: 0 auto 80px; } }
  .woocommerce-cart .woocommerce h2, .woocommerce-checkout .woocommerce h2 {
    color: #675ADC; }

.woocommerce .page-header {
  padding: 198px 0 180px; }

.woocommerce.single-product .page-header {
  padding: 278px 0 180px; }
  .woocommerce.single-product .page-header__copy {
    display: none; }

.woocommerce #container {
  padding: 0 30px;
  margin-bottom: 130px; }
  @media screen and (min-width: 1024px) {
    .woocommerce #container {
      padding: 0;
      max-width: calc(1024px - 1em);
      margin: 0 auto 80px; } }
  .woocommerce #container h2 {
    color: #675ADC; }

.woocommerce a.button {
  font-family: 'eacologica_round_slabbold', Arial Black, Arial Bold, Gadget, sans-serif;
  font-weight: normal !important;
  font-size: 1.8rem;
  color: #ffffff;
  padding: 8px 6px;
  min-width: 150px;
  display: inline-block;
  text-align: center;
  position: relative;
  bottom: 8px;
  margin-bottom: -8px;
  -ms-transform-origin: center;
  transform-origin: center;
  transition: all 400ms;
  background-color: #675ADC;
  border-color: #675ADC;
  border-width: 3px;
  border-style: solid;
  border-radius: 3.4rem;
  background-color: #675ADC !important; }
  .woocommerce a.button:hover {
    transition: all 400ms;
    color: #675ADC;
    background-color: transparent; }
  main .woocommerce a.button:hover {
    animation: jello 400ms; }

.woocommerce .related.products {
  clear: both; }

.woocommerce #container {
  font-size: 16px;
  font-size: 1.6rem; }
  @media screen and (min-width: 780px) {
    .woocommerce #container {
      font-size: 24px;
      font-size: 2.4rem; } }

.woocommerce #container h1 {
  font-size: 24px;
  font-size: 2.4rem;
  color: #675ADC; }
  @media screen and (min-width: 780px) {
    .woocommerce #container h1 {
      font-size: 36px;
      font-size: 3.6rem; } }
  @media screen and (min-width: 1030px) {
    .woocommerce #container h1 {
      font-size: 48px;
      font-size: 4.8rem; } }

.woocommerce div.product p.price {
  color: #50E3C2;
  font-family: 'eacologica_round_slabbold', Arial Black, Arial Bold, Gadget, sans-serif;
  font-weight: normal !important; }

.woocommerce div.product form.cart .button {
  font-family: 'eacologica_round_slabbold', Arial Black, Arial Bold, Gadget, sans-serif;
  font-weight: normal !important;
  font-size: 1.8rem;
  color: #ffffff;
  padding: 8px 6px;
  min-width: 150px;
  display: inline-block;
  text-align: center;
  position: relative;
  bottom: 8px;
  margin-bottom: -8px;
  -ms-transform-origin: center;
  transform-origin: center;
  transition: all 400ms;
  background-color: #675ADC;
  border-color: #675ADC;
  border-width: 3px;
  border-style: solid;
  border-radius: 3.4rem;
  font-weight: normal;
  margin-left: 20px; }
  .woocommerce div.product form.cart .button:hover {
    transition: all 400ms;
    color: #675ADC;
    background-color: transparent; }
  main .woocommerce div.product form.cart .button:hover {
    animation: jello 400ms; }

.woocommerce ul.products li.product {
  text-align: center; }
  .woocommerce ul.products li.product a img {
    margin-bottom: 0; }
  .woocommerce ul.products li.product .price {
    color: #50E3C2;
    font-family: 'eacologica_round_slabbold', Arial Black, Arial Bold, Gadget, sans-serif;
    font-weight: normal !important;
    margin-bottom: 0; }
  .woocommerce ul.products li.product .button {
    left: 50%;
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  .woocommerce ul.products li.product mark.count {
    display: none; }

.woocommerce .woocommerce-breadcrumb {
  font-size: 16px;
  font-size: 1.6rem; }
  .woocommerce .woocommerce-breadcrumb a {
    color: #793CD2;
    text-decoration: underline; }

.woocommerce .woocommerce-ordering {
  display: none; }

.woocommerce-message {
  border-top-color: #50E3C2; }
  .woocommerce-message:before {
    color: #50E3C2; }

.flexbox .woocommerce ul.products {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }
  .flexbox .woocommerce ul.products li.product {
    float: none !important;
    padding-bottom: 40px;
    width: 100%; }
    @media screen and (min-width: 780px) {
      .flexbox .woocommerce ul.products li.product {
        width: calc(50% - 10px);
        margin-right: 20px; }
        .flexbox .woocommerce ul.products li.product:nth-child(2n) {
          margin-right: 0; } }
    @media screen and (min-width: 1030px) {
      .flexbox .woocommerce ul.products li.product {
        width: calc(25% - 15px); }
        .flexbox .woocommerce ul.products li.product:nth-child(2n) {
          margin-right: 20px; }
        .flexbox .woocommerce ul.products li.product:nth-child(4n) {
          margin-right: 0; } }
    .flexbox .woocommerce ul.products li.product .button {
      position: absolute;
      bottom: 0; }

/*Implemented last to ensure this is always dominant style*/
/*------------------------------------*    PRINT
\*------------------------------------*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }
