html, body {
  height: 100%;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  display: flex;
  flex-direction: column;
  font-family: new-spirit, serif;
  font-weight: 400;
  font-style: normal;
  background: #E4C2A4;
  color: #794619;
}

a {
  color: #794619;
  transition: 0.2s;
}

a:hover {
  color: #794619;
  opacity: 0.95;
  text-decoration: none;
}

.content {
  flex: 1 0 auto;
}

.header {
  text-align: center;
  padding-top: 50px;
}

.header-inner img#logo-lemon {
  height: 67px;
  margin-bottom: 25px;
}

.header-inner img#logo-lemonade {
  height: 160px;
}

.footer {
  flex-shrink: 0;
}

.clear {
  clear: both;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

#main {
  margin-top: 50px;
}

.tabs {
  padding-top: 110px;
}

.tabs#right {
  padding-top: 90px;
}

.tab {
  background: #FBF0DB;
  color: #646D43;
  border: 5px solid #ffffff;
  width: 100%;
  font-family: "Chicken Pie";
  display: flex;
  /* padding: 10px 0 12px 0; */
  align-items: center;
  max-width: 250px;
  margin: 0px auto;
  justify-content: center;
  height: 60px
}

.tab#one {
  transform: rotate(2.13deg);
}

.tab#one:hover {
  transform: rotate(-4.13deg);
}

.tab#two {
  transform: rotate(-6.62deg);
}

.tab#two:hover {
  transform: rotate(-4.13deg);
}

.tab#three {
  transform: rotate(-3.5deg);
}

.tab#three:hover {
  transform: rotate(-5.13deg);
}

.tab#four {
  transform: rotate(3.35deg);
}

.tab#four:hover {
  transform: rotate(8.13deg);
}

.tab#five {
  transform: rotate(-3.35deg);
  cursor: pointer;
}
.tab#five:hover {
  transform: rotate(-5.35deg);
}



.tab img {
  height: 27px;
  margin: 0 15px 0 0;
}

.tab label {
  display: inline-block;
  text-transform: uppercase;
  line-height: 18px;
  font-size: 16px;
  margin-top: 5px;
}

.graphic img {
  width: 110%;
  margin-left: -5%;
  float: left;
  position: relative;
  margin-bottom: -45px;
  max-width: none;
}

.graphic-tag {
  background: #FCE250;
  color: #2E3844;
  width: auto;
  display: inline-block;
  padding: 0 35px;
  border: 5px solid #ffffff;
  font-family: "Chicken Pie";
  font-size: 24px;
  position: relative;
  transition: 0.2s;
}

.graphic-tag#watch {
  transform: rotate(-1.5deg);
}

.graphic-tag#watch:hover {
  transform: rotate(3.5deg);
}

.graphic-tag#read {
  transform: rotate(2.75deg);
}

.graphic-tag#read:hover {
  transform: rotate(-1.75deg);
}

.drop-shadow {
  transition: 0.2s;
  box-shadow: 0 1px 2px rgba(0,0,0,0.02),
              0 2px 4px rgba(0,0,0,0.02),
              0 4px 8px rgba(0,0,0,0.02),
              0 8px 16px rgba(0,0,0,0.02),
              0 16px 32px rgba(0,0,0,0.02),
              0 32px 64px rgba(0,0,0,0.02);
}

.drop-shadow:hover {
  box-shadow: 0 1px 2px rgba(0,0,0,0.04),
              0 2px 4px rgba(0,0,0,0.04),
              0 4px 8px rgba(0,0,0,0.04),
              0 8px 16px rgba(0,0,0,0.04),
              0 16px 32px rgba(0,0,0,0.04),
              0 32px 64px rgba(0,0,0,0.04);
}

.drop-shadow.more {
  transition: 0.2s;
  box-shadow: 0 1px 2px rgba(0,0,0,0.05),
              0 2px 4px rgba(0,0,0,0.05),
              0 4px 8px rgba(0,0,0,0.05),
              0 8px 16px rgba(0,0,0,0.05),
              0 16px 32px rgba(0,0,0,0.05),
              0 32px 64px rgba(0,0,0,0.05);
}

.drop-shadow.more:hover {
  box-shadow: 0 1px 2px rgba(0,0,0,0.08),
              0 2px 4px rgba(0,0,0,0.08),
              0 4px 8px rgba(0,0,0,0.08),
              0 8px 16px rgba(0,0,0,0.08),
              0 16px 32px rgba(0,0,0,0.08),
              0 32px 64px rgba(0,0,0,0.08);
}


.footer.container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.footer {
  margin-top: 100px;
  height: 319px;
  background: url('https://freshsqueezekids.com/wp-content/uploads/2021/08/bg_footer-1.png') no-repeat;
  background-size: 100% 119px;
  background-position: center bottom !important;
}

.footer-inner {

  height: 119px;
}

img#footer-left-img {
  height: 330px;
  z-index: 1000;
  float: left;
  margin-top: 50px;
}

img#footer-right-img {
  height: 200px;
  z-index: 1000;
  margin-top: 55px;
  float: right;
}
.language-links {
	text-align: center;
}
.language-links a {
	display: inline-block;
	margin-right: 8px;
}

.language-links img {
	width: 24px;
	height: auto !important;
}

#presented-by {
  margin-bottom: -120px;
}

#presented-by label {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Chicken Pie";
  color: #2E3844;
}

#presented-by img {
  height: 26px;
  margin-top: 20px;
}

#presented-by .copyright {
  color: #2E3844;
  font-size: 12px;
  margin-top: 25px;
}

header.page-header {
  margin-top: 60px;
}

header.page-header h1 {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  color: #794619;
  margin-bottom: 30px;
}

.page-content {
  max-width: 600px;
  margin: 0px auto;
  font-size: 18px;
  line-height: 30px;
  position: relative;
  z-index: 100;
  background: rgba(228,194,164,0.75);
}

.page-content p {
  padding: 0px 15px;
}

.page-content p a {
  font-weight: bold;
}

main {
  position: relative;
}

body:not([class*=elementor-page-]) .site-main {
  max-width: 100%;
}

#graphic-left {
  width: 288px;
  height: 703px;
  background: url('https://clouderakids.wpengine.com/wp-content/uploads/2021/08/graphic_left.png') no-repeat;
  background-size: cover !important;
  position: absolute;
  left: 0;
  z-index: 1;
}

#graphic-right {
  width: 370px;
  height: 662px;
  background: url('https://clouderakids.wpengine.com/wp-content/uploads/2021/08/graphic_right.png') no-repeat;
  background-size: cover !important;
  position: absolute;
  right: 0;
  z-index: 1;
}

#back-nav {
  margin-top: 50px;
}

#back-nav a {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Chicken Pie";
  color: #2E3844;
}

a.btn {
  background: #2E3844;
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Chicken Pie";
  transition: 0.2s;
  padding: 10px 25px;
}

a.btn:hover {
  color: #ffffff;
  opacity: 0.95;
}

.page-content a.btn {
  text-align: center;
  margin-top: 25px;
}

#socials {
  text-align: center;
  margin-top: 75px;
}

#socials .social {
  display: inline-block;
  margin: 0 15px;
}

#socials .social a {
  color: #2E3844;
  transition: 0.2s;
}

#socials .social a:hover {
  opacity: 0.95;
}

#modal {
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: rgba(0,0,0,0.9);
  display: none;
}

#modal-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
}


#modal iframe {
  width: 1120px;
  height: 630px;
  max-width: 100%;
}

a#close-modal {
  color: #ffffff;
  position: fixed;
  top: 60px;
  right: 100px;
  font-family: "Chicken Pie";
  font-size: 36px;
}
