@charset "utf-8";

/* home page styles: updated 061018 */

.page_wrapper {
    min-height: 100%;
    position: relative;
    padding-bottom: 156px;
}

#logo_wrap {
    /*margin-top: 150px;*/
    text-align: center;
    position: relative;
}

@media screen and (max-width: 750px) {
    #logo_wrap {
        margin-top: 0;
    }
}

.logo {
    display: inline-block;
}

.logo img {
    width: 100%;
    max-width: 417px;
}

@media screen and (max-width: 750px) {
    .logo img{
        max-width: 325px;
    }
}

h1 {
    clear: both;
}
    
.news {
    padding: 0 0 15px 0;
    box-sizing: border-box;
}

.news h1 {
    color: #005768;
    line-height: 1.1;
    text-align: center;
}

.sections_wrap {
    max-width: 1000px;
    width:95%;
    margin: 15px auto;
    overflow: auto;
}

a.section {
    width: 33%;
    height: 300px;
    box-sizing: border-box;
    background-color: #E1904B;
    display: inline-block;
    opacity: 0.8;
    color: #000;
    padding: 15px;
    vertical-align: middle;
    background-image: url("images/orange_kids.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
}

a.section:hover {
    opacity: 1;
    text-decoration: none;
}

a.section.section2 {
    background-color: #66C8C7;
    background-image: url("images/blue_adults.jpg");
    background-position: center bottom;
}

a.section.section3 {
    background-color: #76BE43;
    background-image: url("images/green_party_kids.jpg");
    background-position: left center;
}

.section_txt {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.section_txt h3 {
    margin-bottom: 0;
}

@media screen and (max-width: 600px) {
    a.section {
        width: 300px;
    }
}

.parties ul, .parties ul li {
    list-style-type: disc;
}

.parties ul {
    margin-left: 0;
}

.parties li {
    margin-left: 15px;
    padding-left: 12px;
}

h1.alt_h1 {
    text-align: left;
}

.events h3 {
    border-top: 1px solid #66C8C7;
    padding-top: 15px;
}

.alt_link {
    color: #005768;
    text-transform: uppercase;
    font-size: 14px;
}

.section_kids {
    border-left: 15px solid #F27500;
    padding-left: 25px;
}

.section_adult_me {
    border-left: 15px solid #005768;
    padding-left: 25px
}

.section_tweens {
    border-left: 15px solid #76BE43;
    padding-left: 25px
}

.section_teens {
    border-left: 15px solid #b7e298;
    padding-left: 25px;
}

.section_orange {
    border-left: 15px solid #FAA952;
    padding-left: 25px;
}

.section_fall {
    border-left: 15px solid #FAA952;
    padding-left: 25px;
}

.section_summer {
    border-left: 15px solid #b7e298;
    padding-left: 25px;
}

.section_winter {
    border-left: 15px solid #66C8C7;
    padding-left: 25px;
}

.section_spring {
    border-left: 15px solid #005768;
    padding-left: 25px;
}

.text .kids_h1  {
    background-color: #66C8C7;
    padding: 15px;
}

.text .teen_h1  {
    background-color: #b7e298;
    padding: 15px;
}

.text .adult_h1  {
    background-color: #FAA952;
    padding: 15px;
}

.text h1 span.ages_txt {
    text-transform: uppercase;
    font-size: 17px;
    display: inline-block;
    margin: 0;
}

.weekly_wrapper h4 {
    margin: 10px 0;
}

.weekly_wrapper .buy {
    display: inline-block;
}

h3.border_class {
    border-top: 1px solid #4C3522;
    padding-top: 15px;
}

.seasonal_links {
    text-align: center;
    margin: 25px 0;
}

.seasonal_links a.scroll {
    padding: 12px 20px;
    display: inline-block;
    margin: 0 5px 15px;
    background-color: #005768;
    color: #fff;
    width: 120px;
    transition: all .5s
}

.seasonal_links a.scroll:hover {
    text-decoration: none;
}

.seasonal_links a.scroll.fall_link {
    background-color: #FAA952;
}

.seasonal_links a.scroll.summer_link {
    background-color: #b7e298;
}

.seasonal_links a.scroll.winter_link {
    background-color: #66C8C7;
}

.seasonal_links a.scroll.spring_link {
    background-color: #005768;
}

.seasonal_links a.scroll.fall_link:hover {
    background-color: #c1823e;
}

.seasonal_links a.scroll.summer_link:hover {
    background-color: #92b579;
}

.seasonal_links a.scroll.winter_link:hover {
    background-color: #4d9b9a;
}

.seasonal_links a.scroll.spring_link:hover {
    background-color: #00353f;
}

.text .summer_h1 {
    background-color: #b7e298;
    padding: 15px;
}

.text .winter_h1 {
    background-color: #66C8C7;
    padding: 15px;
}

.text .spring_h1 {
    background-color: #005768;
    padding: 15px;
    color: #fff;
}

.text .fall_h1, .text .orange_h1 {
    background-color: #FAA952;
    padding: 15px;
    color: #fff;
}

.text .spring_h1.main_border {
    border-color: #00353f;
}

.summer_week {
    background-color: #66C8C7;
    padding: 15px;
    box-sizing: border-box;
    margin-top: 30px;
}

.summer_week span {
    display: inline-block;
    color: #000;
    font-size: 24px;
    font-weight: 600;
    vertical-align: middle;
    line-height: 27px;
}

.summer_week span.note {
    text-align: right;
    line-height: 19px;
    font-size: 18px;
    text-transform: uppercase;
    color: #005768;
}

.summer_wrapper {
    padding: 15px;
    border: 3px solid #66C8C7;
    line-height: 20px;
}

/* New nav menu 042819 */

.new_nav {
    /*position: fixed;*/
    width: 100%;
    top: 0;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.5);
    z-index: 100;
}

.upper_nav {
    background-color: #000;
    padding: 15px 10px;
    text-align: center;
    padding-top: 25px;
}

    /*@media screen and (max-width: 560px) {
        .upper_nav { padding-top: 90px; }
    }*/

.other_links li {
    display: inline-block;
}

.other_links li a {
    color: #C5EAE9;
    padding: 0 10px;
    font-size: 14px;
}

.other_links li a:hover {
    color: #FFF;
    text-decoration: none;
}

.class_nav {
    text-align: center;
    padding: 15px 10px;
    background-color: #66C8C7;
}

.class_nav_header {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
    color: #FFF;
}

.classes_nav {
    padding-top: 15px;
}

.classes_nav li {
    display: inline-block;
}

.classes_nav li a {
    color: #005768;
    font-size: 18px;
    font-weight: 600;
    display: block;
    padding: 0 17px;
    box-sizing: border-box;
    vertical-align: middle;
}

.classes_nav li a:hover {
    color: #C5EAE9;
    text-decoration: none;
}

@media screen and (max-width: 750px) {
    .classes_nav li {
        display: block;
    }
    
    .classes_nav li a {
        padding: 7px 0;
    }
    
    .new_nav  {
        position: inherit;
    }
}

.month {
    font-weight: 600;
    font-size: 22px;
    text-transform: uppercase;
    padding: 15px 0 15px 0;
    color: #FAA952;
    border-bottom: 5px dotted #FAA952;
}

.kids {
    background: #f27500; /* orange */
    padding: 5px 10px;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    margin: 5px 0;
    white-space: nowrap;
}

.teens {
    background: #76BE43; /* green */
    padding: 5px 10px;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    margin: 5px 0;
    white-space: nowrap;
}

.adult_me {
    background: #005768; /* dk blue */
    padding: 5px 10px;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    margin: 5px 0;
    white-space: nowrap;
}

.text span.ages {
    font-weight: 400;
}

.alert {
    background-color: #FAA952;
    padding: 20px;
}

.alert p {
    margin-bottom: 15px;
}

.alert a {
    color: #000;
    text-decoration: underline;
}

.alert a:hover {
    text-decoration: none;
}

.starting {
    background-color: #000;
    color: #fff;
    margin-bottom: 10px;
    padding: 10px;
}

.starting h3 {
    margin: 0;
}

.opening_events {
    border: 2px solid #000;
    padding: 13px;
    margin-bottom: 15px;
    text-align: center;
    background-color: #b6ef8d;
}

.opening_events h2 {
    padding: 0;
    margin: 0;
}

.virtual {
    background-color: #005768;
    text-align: center;
    padding: 20px;
    line-height: 1.2;
}

.dough_section {
    background-color: #006995;
    text-align: center;
    padding: 20px;
    line-height: 1.2;
}

.dough {
    position: absolute;
    left: -6px;
    bottom: -20px;
    width: 30%;
    display: none;
}

.dough img {
    width: 100%;
    max-width: 200px;
}

.top_blocks {
    display: flex;
    margin: 15px auto;
    overflow: auto;
    display: none;
}

.top_blocks a {
    color: #fff;
    text-decoration: none;
}

.top_blocks a:hover {
    text-decoration: none;
    color: #66C8C7;
}

.top_blocks h3 {
    margin-top: 0;
}

.section_50 {
    vertical-align: middle;
    width: 50%;
}

.section_spacer {
    margin: 0 10px;
    box-sizing: border-box;
}

.element {
    height: 100%;
    box-sizing: border-box;
}

.kit {
    width: 30%;
    display: inline-block;
    padding: 15px;
    vertical-align: top;
}


@media screen and (max-width: 1100px) {
    .kit {
        width: 45%;
    }
}

@media screen and (max-width: 700px) {
    .kit {
        width: 90%;
        max-width: 400px;
    }
}

.kit img {
    width: 100%;
    max-width: 360px;
}

.kit h2 {
    line-height: 1.25;
}

/* COVID modal styles */

.popup-overlay {
    /*Hides pop-up when there is no "active" class*/
    visibility: hidden;
    position: fixed;
    left: 0;
    right: 0;
    background-color: rgba(255,255,255,0.8);
    width: 100%;
    height: 100vh;
    z-index: 1000;
    top: 0;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.popup-overlay.active {
  /*displays pop-up when "active" class is present*/
  visibility: visible;
}

.popup-content {
  /*Hides pop-up content when there is no "active" class */
  visibility: hidden;
  background-color: #fff;
  border: 3px solid #66C8C7;
  padding: 25px;
  width: 80vw;
  height: 80vh;
  overflow-y: scroll;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.popup-content.active {
  /*Shows pop-up content when "active" class is present */
  visibility: visible;
}

.text a.trigger {
  display: inline-block;
  color: #005768;
  font-weight: bold;
  font-size: 15px;
}

.text a.trigger:hover {
  text-decoration: underline;
  cursor: pointer;
}

.popup-content p, .popup-content li {
    margin-bottom: 10px;
}

.popup-content li {
    margin-left: 15px;
    padding-left: 5px;
}

.modal_btn_wrap {
    padding: 15px 0;
    text-align: center;
}

.modal_btn_wrap .cart_btn {
    transition: none;
}

/*.classes_nav li.summer {
    display: none;
}*/

img.lc_logo {
    width: 150px;
    float: left;
    padding: 0 15px 0 0;
}

.terms h2 {
    margin: 15px 0;
    font-weight: bold;
    color: #005768;
}

.terms h3 {
    margin: 0 0 10px 0;
    padding: 0;
}

.terms p, ul, ol {
    margin-bottom: 15px;
    padding: 0 0 0 15px;
}

.terms ul, ol {
    margin-left: 15px;
}

/*Ecwid test styles*/
html#ecwid_html body#ecwid_body .horizontal-menu-container.horizontal-desktop .horizontal-menu-parent > .horizontal-menu-item--hover a span {
    color: #fff;
}

a.kids_text_link {
    text-decoration: underline;
}

a.kids_text_link:hover {
    text-decoration: none;
}