/*
This CSS resource incorporates links to font software which is the valuable copyrighted property of Monotype and/or its suppliers. You may not attempt to copy, install, redistribute, convert, modify or reverse engineer this font software. Please contact Monotype with any questions regarding Web Fonts: http://www.fonts.com
*/
section.mobile {
  display: none;
}

@media only screen and (max-width: 481px) {
  section.desktop {
    display: none;
  }

  section.mobile {
    display: block;
  }
}
/*
@include font-face(nowayregular, webfonts/noway-regular);
@include font-face(cool-crayon, webfonts/cool-crayon);
@include font-face(kg-always-a-good-time, webfonts/kg-always-a-good-time);
@include font-face(kg-all-of-me, webfonts/kg-all-of-me);

$font-stack-nonoway: Helvetica, sans-serif;
$font-stack:         nowayregular, Helvetica, sans-serif;
*/
@font-face {
  font-family: "shadowsintolighttwo-regular";
  src: url("webfonts/shadowsintolighttwo-regular.eot?") format("eot"), url("webfonts/shadowsintolighttwo-regular.woff2") format("woff2"), url("webfonts/shadowsintolighttwo-regular.woff") format("woff"), url("webfonts/shadowsintolighttwo-regular.ttf") format("truetype"), url("webfonts/shadowsintolighttwo-regular.svg#shadowsintolighttwo-regular") format("svg");
}
@font-face {
  font-family: "sofiapro-regular";
  src: url("webfonts/sofiapro-regular.eot?") format("eot"), url("webfonts/sofiapro-regular.woff2") format("woff2"), url("webfonts/sofiapro-regular.woff") format("woff"), url("webfonts/sofiapro-regular.ttf") format("truetype"), url("webfonts/sofiapro-regular.svg#sofiapro-regular") format("svg");
}
html {
  scroll-behavior: smooth;
}

body {
  font: 100% sofiapro-regular, Helvetica, sans-serif;
  color: #000000;
}

xbody::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url("/site_graphics/homepage-hero-desktop.png");
  background-size: contain;
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
  font: 100% shadowsintolighttwo-regular, Helvetica, sans-serif;
  font-size: 2vw;
  font-weight: bold;
  text-align: center;
}

h1 {
  font-size: 6vw;
}

h2 {
  font-size: 4vw;
}

h3 {
  font-size: 3vw;
  padding: 1vw;
}

h4 {
  font-size: 2.5vw;
}

h5 {
  font-size: 2vw;
}

h6 {
  font: 100% sofiapro-regular, Helvetica, sans-serif;
  font-size: 1.5vw;
  text-align: left;
}

p, ul, ol {
  font: 100% sofiapro-regular, Helvetica, sans-serif;
  font-size: 2vw;
}

ol {
  list-style: decimal;
  margin-left: 5vw;
}

a.button {
  font: 100% sofiapro-regular, Helvetica, sans-serif;
  border: none;
  color: white;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  padding: 0.5vw 2vw;
  font-size: 1.5vw;
  color: #000000;
  background-color: #aaaaaa;
  background-color: #ffffff;
}

a.button:hover {
  background-color: #dddddd !important;
}

section.mobile a.button {
  font-size: 5vw;
  padding: 3vw 5vw;
}

input,
textarea {
  background: #F0F0F0;
  border-width: 1px;
  border-style: solid;
  border-color: #aaaaaa;
  border-radius: 1px;
  height: 2vw;
  margin-bottom: 1vw;
  padding-left: 1vw;
}

input::placeholder,
textarea::placeholder {
  font-family: 4vw sofiapro-regular, Helvetica, sans-serif;
}

.bold,
bold,
strong {
  font-weight: bold;
}

.uppercase {
  text-transform: uppercase;
}

.full-width {
  width: 100%;
}

.letterbox-width p {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.hide-empty:empty {
  display: none;
}

/* General layout helper styles */
.centered-both {
  display: block;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.centered-vertical {
  display: block;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.centered-horizontal {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.topped {
  display: block;
  margin: 0;
  position: absolute;
  top: 0;
}

.bottomed {
  display: block;
  margin: 0;
  position: absolute;
  bottom: 0;
}

/* Global styles */
.doodles-orange {
  background-color: #F5A623;
  color: #ffffff;
  color: #000000;
}

.text-orange {
  color: #F5A623;
}

.doodles-lime {
  background-color: cyan;
  color: #000000;
}

.text-lime {
  color: cyan;
}

.doodles-green {
  background-color: #B8E986;
  color: #000000;
}

.text-green {
  color: #B8E986;
}

.messy-play,
.doodles-blue {
  background-color: #67ADFF;
  color: #000000;
}

.text-blue {
  color: #67ADFF;
}

.private-tuition,
.doodles-red {
  background-color: cyan;
  color: #ffffff;
  color: #000000;
}

.text-red {
  color: cyan;
}

.doodles-gold {
  background-color: cyan;
  color: #000000;
}

.text-gold {
  color: cyan;
}

.doodles-yellow {
  background-color: #FFE30F;
  color: #000000;
}

.text-yellow {
  color: #FFE30F;
}

.doodles-purple {
  background-color: cyan;
  color: #ffffff;
  color: #000000;
}

.text-purple {
  color: cyan;
}

.text-violet {
  color: #E97DFF;
}

.about-section {
  color: #000000;
}

.shop-section {
  color: #000000;
}

.events-section {
  color: #000000;
}

/* Sections blocks */
section {
  position: relative;
}
section p {
  font-size: 1.3vw;
  line-height: 1.5vw;
  margin-bottom: 2vw;
}
section h2 {
  text-align: left;
  line-height: 5vw;
  margin-bottom: 2vw;
}
section img {
  width: 100%;
}

section.mobile {
  position: relative;
}
section.mobile p {
  font-size: 5vw;
  line-height: 6vw;
  margin: 8vw auto;
}
section.mobile h2 {
  font-size: 11vw;
  text-align: left;
  line-height: 15vw;
  margin-top: 7vw;
  margin-bottom: 2vw;
}
section.mobile img {
  width: 100%;
}

section.covid-section p {
  width: 99%;
  height: 70%;
  margin: 2px auto;
  text-align: center;
  font-size: 1.3vw;
  line-height: 1;
  border-width: 1px;
  border-style: dashed;
}

section.home-section h2 {
  margin-top: 3vw;
  text-align: center;
}
section.home-section img {
  width: default;
  margin: auto;
}
section.home-section img.hero-title-image {
  width: 43vw;
  margin-top: 1vw;
}
@media only screen and (max-width: 481px) {
  section.home-section img.hero-title-image {
    width: 95%;
    margin-top: 14vw;
  }
}

section.about-section img.about-image {
  width: 100%;
}
section.about-section img.about-sherry {
  width: 80%;
  margin-left: 20%;
}
section.about-section a.button {
  background-color: #FF5CA2;
}

section.about-section.mobile img.about-sherry {
  width: 100%;
  margin: 0;
  margin-top: 20vw;
}

section.shop-section img.about-image {
  width: 100%;
}
section.shop-section a.button {
  background-color: #E97DFF;
}

section.events-section p, section.events-section h2 {
  color: #ffffff;
  text-align: center;
}
section.events-section img.about-image {
  width: 100%;
}
section.events-section a.button.parties {
  background-color: #67ADFF;
  text-align: center;
}
section.events-section a.button.events {
  background-color: #F5A623;
}
section.events-section div.battenberg-panel {
  width: 50%;
  margin-left: 0%;
}

section.creations-section div.battenberg-panel {
  width: 40vw;
}
section.creations-section p, section.creations-section h2 {
  text-align: center;
}
section.creations-section ul {
  margin-top: 2vw;
  margin-bottom: 4vw;
  flex-wrap: nowrap;
}
section.creations-section li {
  margin-bottom: 2vw;
}
section.creations-section a.button {
  background-color: #B8E986;
}

section.party-section h3 {
  font-size: 2vw;
}
section.party-section h5 {
  font: 1.5vw sofiapro-regular, Helvetica, sans-serif;
  margin-bottom: 1vw;
}
section.party-section p {
  min-height: 5vw;
  font-size: 1.2vw;
  text-align: center;
}
section.party-section a.button {
  background-color: #67ADFF;
}

section.party-section.mobile h3 {
  margin-top: 5vw;
  font-size: 10vw;
}
section.party-section.mobile h5 {
  font: 6vw sofiapro-regular, Helvetica, sans-serif;
  margin-bottom: 1vw;
}
section.party-section.mobile p {
  font-size: 5vw;
  margin: 5vw auto;
}
section.party-section.mobile a.button {
  margin-bottom: 15vw;
}

section.doodleboxes-section h2 {
  font-size: 2.5vw;
}
section.doodleboxes-section h3 {
  font-size: 2vw;
}
section.doodleboxes-section h5 {
  font: 1.5vw sofiapro-regular, Helvetica, sans-serif;
  margin-bottom: 1vw;
}
section.doodleboxes-section p {
  min-height: 5vw;
  font-size: 1.2vw;
  text-align: center;
}
section.doodleboxes-section a.button {
  background-color: #E97DFF;
}

section.doodleboxes-section.mobile h2 {
  font-size: 8vw;
}
section.doodleboxes-section.mobile h3 {
  margin-top: 5vw;
  font-size: 10vw;
}
section.doodleboxes-section.mobile h5 {
  font: 6vw sofiapro-regular, Helvetica, sans-serif;
  margin-bottom: 5vw;
}
section.doodleboxes-section.mobile p {
  font-size: 5vw;
  text-align: center;
  margin-bottom: 1vw;
}
section.doodleboxes-section.mobile a.button {
  margin-bottom: 15vw;
}

section.product-section p.price {
  font-size: 2vw;
  font-weight: 700;
}
section.product-section a.button {
  background-color: #67ADFF;
}
section.product-section a img {
  width: 15vw;
}

section.product-section.mobile p.price {
  font-size: 7vw;
  font-weight: 700;
}
section.product-section.mobile a img {
  width: 65vw;
  margin: auto;
}

section.detail-section {
  background-color: #f4f4f4;
}

section.club-section {
  background-color: #f4f4f4;
}
section.club-section h2 {
  font-size: 2.5vw;
}
section.club-section h3 {
  font-size: 2vw;
}
section.club-section h5 {
  font: 1.5vw sofiapro-regular, Helvetica, sans-serif;
  margin-bottom: 1vw;
}
section.club-section p {
  min-height: 5vw;
  font-size: 1.2vw;
  text-align: center;
}
section.club-section a.button {
  background-color: #F5A623;
}

section.club-section.mobile {
  background-color: #f4f4f4;
}
section.club-section.mobile h2 {
  margin-top: 5vw;
  font-size: 10vw;
}
section.club-section.mobile h3 {
  font-size: 8vw;
  margin: 5vw auto;
}
section.club-section.mobile h5 {
  font: 6vw sofiapro-regular, Helvetica, sans-serif;
  margin-bottom: 1vw;
}
section.club-section.mobile p {
  font-size: 5vw;
  margin: 5vw auto;
}
section.club-section.mobile a.button {
  background-color: #F5A623;
}

section.testimonial-section p {
  margin-top: 1vw;
  min-height: 5vw;
  font-size: 1.2vw;
  text-align: left;
}
section.testimonial-section div.avatar {
  width: 3vw;
  height: 3vw;
  background-color: white;
  border-radius: 50%;
}
section.testimonial-section img {
  width: 8vw;
  padding-right: 0.5vw;
}
section.testimonial-section img.avatar {
  width: 3vw;
}

section.testimonial-section.mobile p {
  font-size: 6vw;
  margin-top: 16vw;
}

section.contact-section div.battenberg-container {
  align-items: stretch;
}
section.contact-section img.social-image {
  margin: 2vw 0;
}
section.contact-section a.button {
  background-color: #FFE30F;
}

section.contact-section.mobile h3 {
  font-size: 10vw;
  text-align: left;
}
section.contact-section.mobile img.social-image {
  margin-left: -10vw;
  width: 100vw;
}
section.contact-section.mobile div.contact-element {
  width: 100%;
}
section.contact-section.mobile div.contact-element input,
section.contact-section.mobile div.contact-element textarea {
  width: 100%;
  height: 10vw;
  margin-bottom: 5vw;
  font-size: 5vw;
}
section.contact-section.mobile div.contact-element textarea {
  height: 30vw;
}
section.contact-section.mobile a.button {
  margin-bottom: 15vw;
}

section.checkout-section div.battenberg-container {
  align-items: stretch;
}
section.checkout-section img.social-image {
  margin: 2vw 0;
}
section.checkout-section a.button {
  background-color: #67ADFF;
}

section.checkout-section.mobile h3 {
  font-size: 8vw;
  text-align: left;
}
section.checkout-section.mobile p {
  margin-top: 0;
}
section.checkout-section.mobile p.checkbox-text {
  margin-left: 10vw;
  margin-bottom: 2vw;
  font-size: 4vw;
}
section.checkout-section.mobile a.button {
  margin-top: 5vw;
}

section.terms-section p, section.terms-section h6, section.terms-section li {
  font-size: 1.5vw;
}
section.terms-section li {
  margin-top: 0.5vw;
}
section.terms-section h6 {
  font-weight: bold;
  margin-bottom: 1vw;
}

section.footer-section a.button {
  background-color: white;
}

/* Sub section blocks */
div.header-container {
  position: relative;
}

div.battenberg-container {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  align-items: center;
  justify-content: space-around;
  width: 85%;
  height: 100%;
}

div.battenberg-panel {
  flex: 0 0 auto;
  width: 42%;
  margin-left: 8%;
  text-align: left;
}

div.battenberg-right-image {
  margin-left: 0;
  margin-right: 8%;
}

div.battenberg-left-text,
div.battenberg-right-text {
  width: 34%;
  margin-left: 8%;
  margin-right: 8%;
}

div.mobile-panel {
  width: 85%;
  text-align: left;
  margin: auto;
}

div.contact-container {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}

div.contact-element {
  width: 45%;
  text-align: center;
}
div.contact-element input {
  width: 100%;
}
div.contact-element textarea {
  width: 100%;
  height: 8vw;
}

div.contact-element.wide {
  flex-grow: 1;
}

div.checkout-container {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}

div.checkout-element {
  width: 100%;
  text-align: center;
}
div.checkout-element input {
  width: 100%;
}
div.checkout-element input[type='checkbox'] {
  width: 2vw;
  display: inline-block;
  float: left;
}
div.checkout-element textarea {
  width: 100%;
  height: 8vw;
}
div.checkout-element div {
  font-size: 1vw;
  padding-top: 0.5vw;
  padding-left: 3.5vw;
  text-align: left;
}

section.mobile div.checkout-element {
  text-align: left;
}
section.mobile div.checkout-element input {
  width: 90%;
  height: 6vw;
  margin-bottom: 3vw;
}
section.mobile div.checkout-element input[type='checkbox'] {
  width: 6vw;
  display: inline-block;
  float: left;
}
section.mobile div.checkout-element textarea {
  width: 90%;
  height: 20vw;
}

div.checkout-element.confirmation input {
  pointer-events: none;
}
div.checkout-element.confirmation textarea {
  pointer-events: none;
}

@media only screen and (max-width: 1000px) and (min-width: 482px) {
  div.contact-element {
    width: 100%;
    margin-left: -20px;
  }

  div.contact-element input,
  div.contact-element textarea {
    width: inherit;
  }
}
/*
    div.contact-element {
            input,textarea {
                height: 4vh;
                margin: 1vh 0;
                width: 80%;
        	}
        }
*/
div.image-container {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-around;
  height: 100%;
}

div.image-panel {
  flex: 0 0 auto;
  width: 20vmin;
  min-width: 300px;
  text-align: center;
  position: relative;
  margin: 20px;
}
div.image-panel img {
  width: 100%;
}

div.text-block {
  padding: 10vmin 0;
}

div.tinymce ul {
  padding: unset;
}

/* Menus */
ul.desktop-menu {
  display: flex;
  flex-direction: row;
  /* Default */
  flex-wrap: nowrap;
  /* Default */
  align-items: center;
  justify-content: space-between;
  list-style-type: none;
  margin-left: auto;
  margin-right: auto;
}
ul.desktop-menu li {
  flex: 0 1 auto;
  /* Default */
  flex: 0 1 15vw;
  position: relative;
}
ul.desktop-menu li img {
  width: 100%;
}
ul.desktop-menu li h4 {
  font-size: 1.5vw;
  font-weight: 600;
  white-space: nowrap;
}
ul.desktop-menu li.menu-about h4 {
  margin-left: 3vw;
}
ul.desktop-menu li.menu-parties h4 {
  margin-left: 3.5vw;
}
ul.desktop-menu li.menu-events {
  padding-right: 4vw;
}
ul.desktop-menu li.menu-events h4 {
  margin-left: 2.2vw;
}
ul.desktop-menu li.menu-home h4 {
  margin-left: 0vw;
}
ul.desktop-menu li.menu-doodleboxes {
  padding-right: 4vw;
}
ul.desktop-menu li.menu-doodleboxes h4 {
  margin-left: 3.6vw;
}
ul.desktop-menu li.menu-gallery h4 {
  margin-left: 5.2vw;
}
ul.desktop-menu li.menu-gallery img {
  margin-top: 0.5vw;
}
ul.desktop-menu li.menu-about {
  display: none;
}
ul.desktop-menu li.menu-contact {
  display: none;
}

ul.mobile-menu li h4 {
  font-size: 4vw;
}
ul.mobile-menu li.menu-menu h4 {
  margin-left: 6vw;
}

section.desktop ul.doodlebox-menu,
section.desktop ul.party-menu {
  display: flex;
  flex-direction: row;
  /* Default */
  flex-wrap: nowrap;
  /* Default */
  align-items: top;
  justify-content: space-evenly;
  list-style-type: none;
  margin-left: auto;
  margin-right: auto;
}
section.desktop ul.doodlebox-menu li,
section.desktop ul.party-menu li {
  flex: 0 1 auto;
  /* Default */
  width: 23vw;
}

section.mobile ul.doodlebox-menu,
section.mobile ul.party-menu {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  /* Default */
  align-items: top;
  justify-content: space-evenly;
  list-style-type: none;
  margin-left: auto;
  margin-right: auto;
}

section.desktop ul.club-menu {
  display: flex;
  flex-direction: row;
  /* Default */
  flex-wrap: nowrap;
  /* Default */
  align-items: center;
  justify-content: space-evenly;
  list-style-type: none;
  margin-left: auto;
  margin-right: auto;
}
section.desktop ul.club-menu li {
  background-color: white;
  flex: 0 1 auto;
  /* Default */
  width: 17vw;
  padding-bottom: 2vw;
}

section.mobile ul.club-menu {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  /* Default */
  align-items: center;
  justify-content: space-evenly;
  list-style-type: none;
  margin-left: auto;
  margin-right: auto;
}
section.mobile ul.club-menu li {
  background-color: white;
  flex: 0 1 auto;
  /* Default */
  margin-top: 12vw;
  padding-bottom: 12vw;
}

ul.creations-menu {
  display: flex;
  flex-direction: row;
  /* Default */
  flex-wrap: wrap;
  /* Default */
  align-items: center;
  justify-content: space-evenly;
  list-style-type: none;
  margin-left: auto;
  margin-right: auto;
}
ul.creations-menu li {
  flex: 0 1 auto;
  /* Default */
}
ul.creations-menu li img {
  width: 95%;
}

section.mobile ul.creations-menu li img {
  width: 90%;
  margin: auto;
  margin-bottom: 5vw;
}

ul.gallery-menu {
  display: flex;
  flex-direction: row;
  /* Default */
  flex-wrap: wrap;
  /* Default */
  align-items: center;
  justify-content: space-evenly;
  list-style-type: none;
  margin-left: auto;
  margin-right: auto;
}
ul.gallery-menu li {
  flex: 0 1 auto;
  /* Default */
}
ul.gallery-menu li img {
  width: 18vw;
  height: auto;
}

section.mobile ul.gallery-menu {
  flex-direction: row;
  /* Default */
}
section.mobile ul.gallery-menu li {
  flex: 0 1 auto;
  /* Default */
}
section.mobile ul.gallery-menu li img {
  width: 100%;
  height: auto;
  margin: auto;
  margin-bottom: 5vw;
}

div.review-stars {
  display: flex;
}

/* Mobile Menu */
div.mobile-menu-panel {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: white;
  overflow-x: hidden;
  transition: 0.5s;
}
div.mobile-menu-panel li {
  margin: 10vw;
  font: 100% shadowsintolighttwo-regular, Helvetica, sans-serif;
  font-size: 8vw;
}

/* Carousel */
div.slick-container {
  margin: 0 30px;
}
div.slick-container div.slick-slide {
  width: 20vw;
  margin: 0 20px;
}
div.slick-container div.slick-slide img {
  width: 100%;
}

div.arrow-container {
  font-size: 7vmin;
  color: #c0c0c0;
}

div.arrow-container .slide-prev {
  position: absolute;
  top: 30vh;
  left: 0;
}

div.arrow-container .slide-next {
  position: absolute;
  top: 30vh;
  right: 0;
}

/* Lightbox */
#swipebox-overlay {
  background-color: #a0a0a0;
}

/* TOGO */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.inputerror {
  background-color: #FFD162;
}

.error:not(:checked) {
  appearance: none;
  background-color: #FFD162;
}

/*# sourceMappingURL=std_style.css.map */
