/*!
Theme Name: Camp Keff 2022
Author: Ian Israel
Version: 1.0.0
Text Domain: camp-keff-2022
*/

/********************************************************************************************************************************************************************
*********************************************************************************************************************************************************************
* 
* CAMP KEFF 2022
* 
* Started with Underscores https://underscores.me/
* 
*********************************************************************************************************************************************************************
********************************************************************************************************************************************************************/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

* {
	overflow-wrap: break-word;
}

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* scroll bar */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: white;
  border-radius: 5px;
  box-shadow: inset 0 0 3px var(--navy);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--navy);
  border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  filter: brightness(1.2);
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */
label {
	display: block;
}

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

*:focus-visible {
	border: none;
	outline: none;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
	margin-right: .5rem;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */

/* Fonts
*
* Ian's Adobe Font Project (Keff 2020) (loaded from header.php in <head>)
* @import url("https://use.typekit.net/qrw6wfu.css");
*
* Use URW Form font for all text, most will use normal font family.
* font-family: urw-form,sans-serif;
*
*/

:root {
	/*Fonts*/
	--regular: urw-form;
	--poster: urw-form-poster;

	/*Colors*/
	--gray: #E6E6E6;
	--green: #47a84e;
	--lightblue: #CBEAF1;
	--lightyellow: #f7e27e;
	--navy: #25235b;
	--orange: #f37022;
	--purple: #A8378E;
	--red: #e94547;
	--teal: #13c9b1;
	--yellow: #ffd400;
}

body,
button,
input,
select,
optgroup,
textarea {
	color: var(--navy);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2 {
	clear: both;
	font-family: var(--regular);
	font-style: normal;
	font-weight: 900;
}

h3
h4,
h5,
h6 {
	clear: both;
	font-family: var(--regular);
	font-style: normal;
}

h1 {
	margin: 0 0 1rem 0;
	font-size: 4rem;
	line-height: 1;
	font-weight: 900;
}

h2 {
	margin: 0 0 1rem 0;
	font-size: 3rem;
	line-height: 1;
	text-transform: uppercase;
	color: var(--navy);
}

h2 span {
	color: var(--teal);
}

.teen h2 span {
	color: var(--navy);
}

h3 {
	margin: 0 0 1rem 0;
	font-size: 2rem;
	line-height: 1;
}

h4 {
	margin: 0 0 1rem 0;
	font-size: 1.5rem;
	line-height: 1;
}

h5 {
	margin: 0 0 1rem 0;
	font-size: 1.25rem;
	line-height: 1;
}


p {
	font-family: var(--regular);
	margin-top: 0;
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
	overflow-x: hidden;
}

hr {
	background-color: var(--navy);
	border: 0;
	height: 1px;
	width: 100%;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li {
	font-family: var(--regular);
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

ul.blocks,
ul.blocks li,
#highlights ul li {
	list-style: none;
}

ul.blocks li:before,
#highlights ul li:before,
#preschool .bubble ul li:before {
	content: "";
	background-color: var(--navy);
	height: 1em;
	width: 1em;
	display: inline-block;
	margin-left: -1.5em;
	margin-right: .5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
	border-collapse: collapse;
}

/* Links
--------------------------------------------- */
a {
	color: var(--navy);
	text-decoration: none;
	transition: .3s;
}

a:visited {
	color: var(--navy);
}

a:hover,
a:focus,
a:active {
	color: var(--teal);
}

a:focus {
	outline: 0;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	cursor: pointer;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: none
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

form div {
	margin-bottom: 1rem;
}

button {
	border: none;
	text-align: center;
    font-family: urw-form!important;
    font-weight: normal!important;
    padding: 10px 25px;
    font-size: 1em!important;
    border-radius: 10px;
    transition: .3s;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/*Buttons*/
.rounded-btn,
#secondary-menu .rounded-btn {
	text-align: center;
	font-family: urw-form;
	font-weight: bold;
	padding:  10px 25px;
	font-size: 1em;
	border-radius: 10px;
	transition: .3s;
}

.rounded-btn:hover {
	filter: brightness(1.25);
    cursor: pointer;
    box-shadow: 1px 1px 3px black;
}

.rounded-btn.white {
	background: white;
	color:  #008dad;
}

.rounded-btn.orange {
	background: var(--orange);
	color: white;
}

.rounded-btn.blue {
	background: var(--navy);
	color: white;
}

.rounded-btn.green {
	background: var(--green);
}

.rounded-btn.purple {
	background: var(--purple);
	color: white;
}

.rounded-btn.teal {
	background: var(--teal);
	color: white;
}

.rounded-btn.red {
	background: var(--red);
	color: white;
}

.rounded-btn.blue a,
.rounded-btn.green a,
.rounded-btn.purple a,
.rounded-btn.teal a,
.rounded-btn.red a {
	color: white;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/* Header */
#header {
	position: relative;
	padding: .5em 40px;
	box-shadow: 0 0 5px;
	position: sticky;
	top: 0;
	background: white;
	z-index: 10;
}

#header,
.logo-container,
.main-navigation {
	display: flex;
	align-items: center;
}

.menu-primary-container {
	display: flex;
	justify-content: center;
	flex-grow: 2;
}

.logo-container div:not(:last-of-type) {
	display: inline-block;
}

.logo-container div	{
	margin-right: 1em;
}

.logo-container div:last-of-type {
	margin-right: 0;
}

.logo-container img {
	height: 40px;
}

#primary-menu > li,
#secondary-menu > li {
	position: relative;
	margin-right: 1rem;
	padding: 1em 0;
}

#primary-menu > li > a {
	font-weight: 600;
}

#primary-menu > li:last-of-type	,
#secondary-menu > li:last-of-type {
	margin-right: 0;
}

.main-navigation {
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

#primary-menu .sub-menu {
	display: none;
	position: absolute;
	background: white;
	padding: 1rem;
	min-width: 150%;
	box-shadow: 1px 1px 2px; 
}

.sub-menu li {
	display: block;
}

#primary-menu li.menu-item-has-children:hover .sub-menu {
	display: block;
}

/*Footer*/
#footer {
	padding: .5em 1em 0;
	box-shadow: 0 0 5px;
	position: relative;
	z-index: 1;
}

#footer-menu {
	padding: 0;
	margin: 0;
	columns:  2;
}

#footer-menu li {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left:  1rem;
	border-left:  1px solid white;
}

.footer-menu-container {
	background: var(--navy);
	margin: 0 -1rem;
	padding: 2rem;
}

.footer-menu-container a {
	text-decoration: none;
	color: white;
}

.footer-menu-container a:hover {
	color: white;
	text-decoration: underline;
}

.footer-menu-container p {
	color: white;
}

.footer-menu-grid {
	display: grid;
	grid-template-columns: 25% 50% 25%;
	width: 80%;
	margin: 0 auto;
}

.footer-top-bar-container {
	background: var(--orange);
	text-align: center;
	padding: 1rem;
	margin: -.5rem -1rem 0;
}

.footer-top-bar-container h5 {
	margin: 0;
	color: white;
}

.footer-logo {
	height: 45px;
}

.social-icon {
	height: 20px;
	display: inline-block;
}

.social-icon:not(:last-of-type) {
	margin-right: .25rem;
}

.footer-partner-logo-container {
	text-align: center;
	padding: 1rem;
}

.partner-logo {
	height: 45px;
	display: inline-block;
}

.partner-logo:not(:last-of-type) {
	margin-right: 1rem;
}

/* Navigation
--------------------------------------------- 



.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}



.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}


*/
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

.menu-toggle {
	font-size: 1.75rem;
}

@media screen and (min-width: 1025px) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
		justify-content: center;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

/*.post,
.page {
	margin: 0 0 1.5em;
}*/

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


/******************** Page Templates **********************/
/*Summer Camps*/
.single-summercamps .summer-reg {
	display: none;
}

.single-summercamps #secondary-menu>li {
	margin-right: 0;
}

.sc-hero-container {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
    z-index: 3;
}

.sc-hero-overlay {
	/*background-image: linear-gradient(65deg, #008da8 45%, transparent 60%);*/
	min-height: 400px;
	padding: 40px;
	display: flex;
	align-items: center;
}

.sc-hero-content {
	width: 45%;
}

.sc-hero-content h1,
.sc-hero-content h3 {
	color: white;
}

.sc-hero-content .rounded-btn {
	width: 50%;
	margin-bottom: 1rem;
}

.preschool .sc-hero-content .camp-format {
	display: none;
}

.single-nav-container { 
	position: sticky;
	background: white;
	box-shadow: 0 2px 5px;
	padding: calc(.5rem + 10px);
	z-index: 5;
	align-items: center;
}

.single-nav-container .registration-container,
.single-nav-container .sold-out-container {
    position: absolute;
    right: 40px;
    top: 10px;
}

/*#maccabi-games .registration-container .rounded-btn.orange{
	background: white;
	border: 2px solid var(--orange);
	color: var(--orange);
}*/

#single-nav {
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 0;
}

#single-nav li {
	list-style: none;
	margin-right: 2em;
}

#single-nav li:last-of-type {
	margin-right: 0;
}

.adventure #single-nav .highlights,
.mix-and-match #single-nav .highlights,
.teen #single-nav .highlights {
	display: none;
}

.preschool #single-nav .explore {
	display: none;
}

#overview-highlights-outer {
	position: relative;
	background-image: 
		url('/wp-content/uploads/2021/12/pool-back.svg'),
		url('/wp-content/uploads/2021/12/overview-back.svg'),
		linear-gradient(to right, #13ccb3 15%, #bee758 75%, white);
	background-size: 215%, 100% 650px, cover;
	background-position: 38% -55px, center -130px, center;
	background-repeat: no-repeat;
}

.adventure #overview-highlights-outer,
.mix-and-match #overview-highlights-outer {
    background-image: linear-gradient(to bottom, white, rgb(19, 205, 180, .3)40%, rgb(190, 231, 88, .3)50%, white 100%);
    background-position: unset;
 }

 .teen #overview-highlights-outer {
 	background-image: linear-gradient(to bottom, white 15%, #b4e2ff 50%);
 	background-position: unset;
 }

 .preschool #overview-highlights-outer {
 	background-image: url('/wp-content/uploads/2022/01/preschool_overview-top.svg'),
 					  linear-gradient(to bottom, white 15%, #6ec5ce4d 30%, #c6ddc3b3 50%, #f6e0a580 75%, #f6f09100 95%, white 100%);
 	background-repeat: no-repeat;
 	background-size: auto;
 }

.sticker-keff-exclusive {
	width: 30%;
}

.adventure .sticker-keff-exclusive,
.mix-and-match .sticker-keff-exclusive,
.teen .sticker-keff-exclusive,
.preschool .sticker-keff-exclusive {
	display: none;
}

.sticker-sig-eb {
	width: 20%;
    position: absolute;
    right: -40px;
    top: -80px;
}

.sticker-teen-eb {
	width: 15%;
    position: absolute;
    right: 10px;
    top: 10px;
}

#counselor-in-training-cit-program .sticker-teen-eb,
#maccabi-games .sticker-teen-eb {
	display: none;
}

.sticker-preschool-eb {
	width: 15%;
    position: absolute;
    right: 10px;
    top: 10px;
}

.teen .sticker-sig-eb ,
.preschool .sticker-sig-eb,
.signature-camp .sticker-teen-eb,
.adventure .sticker-teen-eb,
.mix-and-match .sticker-teen-eb,
.preschool .sticker-teen-eb,
.signature-camp .sticker-preschool-eb,
.adventure .sticker-preschool-eb,
.mix-and-match .sticker-preschool-eb,
.teen .sticker-preschool-eb {
	display: none;
}

#overview {
	text-align: center;
	padding: 40px;
	position: relative;
}

.section-wrapper {
	width: 80%;
	margin: 0 auto;
}

.adventure .registration-container,
.mix-and-match .registration-container {
	text-align: left;
}


#overview .rounded-btn {
	width: 25%;
	margin: 0 auto;
	display: inline-block;
}

.adventure #overview .rounded-btn,
.mix-and-match #overview .rounded-btn {
	margin: 0;
}

.signature-camp #overview .section-content-grid,
.teen #overview .section-content-grid,
.preschool #overview .section-content-grid {
	grid-template-columns: 1fr;
	width: 95%;
}

.signature-camp #overview .section-content-grid .blob-container,
.teen #overview .section-content-grid .blob-container,
.preschool #overview .section-content-grid .blob-container {
	display: none;
}

.adventure #overview .section-wrapper,
.mix-and-match #overview .section-wrapper,
.teen #overview .section-wrapper {
	margin-top: 5%;
}

.adventure #overview h2,
.mix-and-match #overview h2,
.teen #overview h2 {
	width: 	60%;
	margin: 0 auto 5% auto;
}

.adventure .description,
.mix-and-match .description {
	text-align: left;
}

.description p:last-of-type {
	margin-bottom: 0;
}

.format-description {
	text-align: left;
	margin-top: 2rem;
}

.format-description span {
	color: var(--red);
}

.blob-container {
	position: relative;
}

.sticker-blob {
	position: absolute;
	width: 150px;
	top: -75px;
	left: -50px;
	z-index: 2;
}

.sticker-blob-preschool {
	position: absolute;
	width: 150px;
	bottom: 0;
	left: -20px;
	z-index: 2;
}

.preschool .sticker-blob,
.signature-camp .sticker-blob-preschool {
	display: none;
}

.blob {
	position: relative;
	z-index: 0;
	width: 100%;
	mask-image: url("/wp-content/uploads/2021/12/blob_300x270.svg");
	mask-repeat: no-repeat;
	-webkit-mask-image: url("/wp-content/uploads/2021/12/blob_300x270.svg");
	-webkit-mask-repeat: no-repeat;
	margin: 0 auto;
}

.blog:before {
	content:  "test";
}

#highlights {
	min-height: 400px;
	display: flex;
	align-items: center;
	padding: 80px;
}

#highlights h4 {
	margin-top: 1rem;
}

#highlights table {
	width: 50%;
}

#highlights th {
	text-align: left;
	border-bottom: 1px solid var(--navy);
}

#highlights td:first-child {
	font-weight: bold;
}

.adventure #highlights,
.mix-and-match #highlights,
.teen #highlights {
	display: none;
}


.section-content-grid {
	display: grid;
	grid-template-columns: 40% 1fr;
	grid-gap: 3rem;
}

.highlights-content-container {
	position: relative;
}

.sticker-highlights {
	position: absolute;
	width: 150px;
	right: -5px;
	top: -100px;
}

.sticker-highlights-preschool {
	position: absolute;
	width: 150px;
	right: -5px;
	top: -60px;
}

.preschool .sticker-highlights,
.signature-camp .sticker-highlights-preschool {
	display: none;
}

.bubble {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 40px;
	border-radius: 60px;
	box-shadow: 3px 3px 15px #666;
}

.bubble.yellow {
	background: var(--yellow);
}

.preschool .bubble.yellow,
.bubble.light-yellow {
	background: var(--lightyellow);
}

.bubble.white {
	background: white;
}

.bubble.blue {
	background: var(--lightblue);
}

.bubble.teal {
	background: var(--teal);
}

.bubble.orange {
	background: var(--orange);
}

.bubble.orange * {
	color: white;
}

.bubble ul {
	margin: 0;
	padding:  0 0 0 1em;
	list-style: square;
}

.bubble.yellow li {
	color: var(--navy);
}

#date-price {
	background-color: white;
	text-align: center;
	position: relative;
	padding: 40px;
	margin: 100px 0;
}

.adventure #date-price,
.mix-and-match #date-price,
.teen #date-price,
.preschool #date-price {
	background-color: transparent;
	margin: 0;
}

.preschool .camp-hours,
.teen .camp-hours {
	display: none!important;
}

#advanced-culinary-arts .camp-hours,
#minecraft-coding-and-robotics-design .camp-hours,
#counselor-in-training-cit-program .camp-hours {
	display: block!important;
}

.teen-photo-container {
	display: none;
}

.teen .teen-photo-container {
	display: revert;
}

.teen-photo-grid,
.off-season-photo-grid {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	position: relative;
	width: 80%;
	margin: 0 auto;
	grid-column-gap: 5rem;
	grid-row-gap: 2rem;
}

.teen-photo-grid img,
.off-season-photo-grid img,
.preschool-hub-grid img {
	display: block;
	position: relative;
	border-radius: 30px;
	box-shadow: 3px 3px 10px;
	width: 100%;
}

.photo-1 {
	grid-column: 1 / span 6;
	grid-row: 1;
}

.photo-2 {
	grid-column: 7 / -1;
	grid-row: 1 / span 2;
	padding-top: 20%;
	z-index: 1;
}

.photo-3 {
	grid-column: 3 / span 5;
	grid-row: 2;
}

#date-price h4 {
	display: inline-block;
	margin-right: 1.3em;
	font-size: 1.3em;
}

#date-price h4:last-of-type {
	margin-right: 0;
}

.preschool #date-price .fee-key,
#counselor-in-training-cit-program .fee-key {
	display: none;
}

#date-price:before {
	content: "";
	background-image: url('/wp-content/uploads/2021/12/date-price-wave-top.svg');
	position: absolute;
	left: 0;
	top: -200px;
	height: 200px;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
}

.adventure #date-price:before,
.mix-and-match #date-price:before,
.teen #date-price:before,
.preschool #date-price:before {
	display: none;
}

#date-price:after {
	content: url('/wp-content/uploads/2021/12/date-price-wave-btm.svg');
	position: absolute;
	left: 0;
	bottom: -390px;
	height: 300px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.adventure #date-price:after,
.mix-and-match #date-price:after,
.preschool #date-price:after,
.teen #date-price:after,
#date-price.remove-after:after {
	display: none;
}

#date-price table {
	width: 80%;
	margin: 0 auto;
}

#date-price table.full {
	width: 100%;
}

#date-price table.full td:nth-child(1),
#date-price table.full td:nth-child(3) {
	width: 30%;
}

#date-price table.full td:nth-child(2) {
	width: 40%;
}

.adventure #date-price table,
.mix-and-match #date-price table {
	width: 50%;
}

.cit-dates-rates td {
	width: 50%;
}

#date-price table td {
	padding: 1rem 0;
}

#date-price table p,
.mix-and-match-table p {
	margin:  0;
}

#date-price table tr:first-child td,
.mix-and-match-table tr:first-child td {
	border-bottom: 1px solid var(--navy);
}

.mix-and-match-table tr:first-child td {
	padding-bottom: .25rem;
}

.mix-and-match-table tr:nth-child(2) td {
	padding-top: .25rem;
}

#date-price table tr:first-child td,
#date-price table tr:first-child td p {
	color: var(--teal);
	font-weight: 900;
	font-size: 1.2em;
}

.mix-and-match-table tr:first-child td,
.mix-and-match-table table tr:first-child td p {
	font-weight: 600;
	font-family: var(--regular);
}

.mix-and-match td {
	font-family: var(--regular);
}

#date-price table tr td,
#date-price table tr td p {
	font-weight: 500;
	font-family: var(--regular);
}

#date-price table tr:nth-child(2) td{
	padding-top: 1.2rem;
}

.limited-space:before,
.sold-out:before {
	font-family: var(--poster);
	font-size: 1rem;
	margin-right: 10px;
}

.limited-space:before {
	content: "LS";
	background: var(--red);
	color: white;
	border-radius: 50%;
	padding: 9px 11px;
}

.sold-out:before {
	content: "Sold Out";
	color: var(--red);
}

td.limited-space:before {
	position: relative;
	left: -40%;
	top: 0px;
}

td.sold-out:before {
	position: relative;
	left: -40%;
	top: -1px;
}

td.limited-space p,
td.sold-out p {
	margin-top: -25px!important;
}

#date-price h4.limited-space,
#date-price h4.sold-out {
	display: none;
}

@media only screen and (max-width: 1024px) {
	td.limited-space:before,
	td.sold-out:before {
		left: -100%;
	}
}

@media only screen and (max-width: 479px) {
	td.limited-space p,
	td.sold-out p {
		margin-top: -49px!important;
	}
}

#extras-outer {
	background-image: linear-gradient(to left, lightblue 15%, lightgreen 75%, white);
	padding: 40px;
}

.adventure #extras-outer,
.mix-and-match #extras-outer {
	background-image: linear-gradient(to top, white, rgb(19, 205, 180, .3)40%, rgb(190, 231, 88, .3)50%, white 100%);
}

.preschool #extras-outer{
	background: transparent;
}

.teen #extras-outer {
	background: #b4e2ff;
}

#extras {
	position: relative;
	z-index: 1;
}

#extras h2 {
	text-align: center;
}

.extras-tagline {
	margin-bottom: 2rem;
	text-align: center;
}

.lunch-grid,
.ed-grid {
	display: grid;
	grid-gap: 2rem;
	grid-template-columns: 20% 1fr;
}

.lunch-grid {
	margin-bottom: 2rem;
}

.lunch-img-container{

}

.lunch-img,
.ed-img {
	display: block;
	width: 100%;
	border-radius: 20px;
}

.lunch-content {

}

.ed-schedule-container {
	width: 80%;
	margin: 0 auto;
}

.ed-schedule-container h4 {
	text-align: center;

}

.ed-schedule {
	width: 80%;
	margin: 0 auto;
}

.ed-schedule p {
	margin-bottom: 0;
}

#explore-more {
	position: relative;
	z-index: 0;
	padding: 40px 0;
}

.teen #explore-more {
	background-image: linear-gradient(to bottom, #b4e2ff, #7792b4 80%);
}

.preschool #explore-more {
	display: none;
}

#explore-more:before {
	content: "";
	background-image: url('/wp-content/uploads/2021/12/explore-more-wave-top.svg');
	position: absolute;
	top: -180px;
	z-index: -1;
	left: 0;
	height: 200px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.adventure #explore-more:before,
.mix-and-match #explore-more:before,
.teen #explore-more:before {
	display: none;
}

#explore-more .section-wrapper {

}

#explore-more h2 {
	text-align: center;
}

.explore-more-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 2rem;
	width: 80%;
	margin: 2rem auto 0;
}

#preschool .explore-more-grid,
.page-id-182 .explore-more-grid {
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 4rem;
	width: 50%;
}

.page-template-camphub .explore-more-grid {
	margin:  0 auto 2rem;
}

.explore-more-tile {
	display: flex;
	flex-direction: column;
}

.explore-more-img-container {
	overflow: hidden;
	border-radius: 20px;
}

.explore-more-tile img {
	display: block;
	width: 100%;
	border-radius: 20px;
	transition: .3s;
}

.explore-more-img-container:hover img {
	transform: scale(1.3);
}

.explore-more-tile h5 {
	margin: 1em auto 0;
}

.explore-more-tile p {
	margin-bottom: 0;
}

.explore-more-format-container p {
	color: var(--red);
}

.explore-more-tile:hover .explore-more-date-container p,
.explore-more-date-container p:hover,
.explore-more-date-container p:active,
.explore-more-date-container p a:focus {
	color: var(--navy);
}

/*Hub Pages*/
.page-template-camphub #page-content-container {
	background-image: linear-gradient(to bottom, white, #13cbb34d 20%, #bee7584d 50%, white 90%);
}

#preschool.page-template-camphub #page-content-container {
	background-image: linear-gradient(to bottom, white, #fff6d9 20%, #ffd0be 40%, #d2fef0 60%, white 90%)
}

.camp-filter-and-results-container {
	display: grid;
	grid-template-columns: 20% 1fr;
}

.camp-filter-container {
	min-height: 100vh;
	background: white;
}

#preschool .camp-filter-container,
.page-id-160 .camp-filter-container,
.page-id-182 .camp-filter-container {
	display: none;
}

#preschool .camp-filter-and-results-container,
.page-id-160 .camp-filter-and-results-container,
.page-id-182 .camp-filter-and-results-container { 
    grid-template-columns: 1fr;
}

#preschool h2 {
	display: inline;
	background-image: linear-gradient(to bottom, transparent 40%, var(--yellow), transparent 95%);
}


#preschool h3.highlight-yellow {
	display: inline;
	background-image: linear-gradient(to bottom, transparent 60%, var(--yellow), transparent 95%);
}


#preschool span.highlight-teal {
	display: inline;
	background-image: linear-gradient(to bottom, transparent 60%, var(--teal), transparent 95%);
}
			
#preschool .bubble  h2 {
	background-image: none;
}

#preschool h2 + p {
	margin-top: 2rem;
}

#preschool h3 + p {
	margin-top: 1rem;
}

.preschool-hub-grid {
	display: grid;
	grid-template-columns: 35% 1fr;
	grid-column-gap: 1rem;
}

.preschool-hub-additional-content,
.preschool-hub-additional-content .bubble {
	margin: 2.5rem 0;
	text-align: center;
}

.preschool-hub-additional-content .bubble p:last-of-type {
	margin-bottom: 0;
}

.preschool-hub-additional-content h2 {
	text-align: center;
}

.camp-filter-inner {
	position: sticky;
	padding: 1rem 40px;
}

.camp-filter-inner form {
	max-height: 65vh;
	overflow: auto;
}

.camp-filter-inner .filter-text {
	margin-top: 1rem;
}

.camp-filter-inner p {
	margin-bottom: 0;
}

.highlight-heading {
	background: var(--gray);
	margin: -1rem -40px .5rem;
	padding: .75rem 40px;
}

.highlight-heading h4 {
	margin: 0;
}

/*Preschool Single Camp Varation*/
.preschool-daily-schedule-container {
	display: none;
	text-align: center;
}

.preschool-daily-schedule-container table {
	width: 60%;
	table-layout: fixed;
	margin: 0 auto;
}

.preschool-daily-schedule-container td {
	text-align: left;
}

.preschool-daily-schedule-container td:first-child {
	width: 20%;
	font-weight: bold;
}

.preschool .preschool-daily-schedule-container {
	display: revert;
}

/*Primary Template*/
.page-template-primary-template #page-content-container {
	padding: 2.5rem 0;
	background-image: linear-gradient(to bottom, white, lightblue 12rem, lightyellow 15rem, white 22rem);
}

.page-template-primary-template h2 {
	text-align: center;
}

.page-template-primary-template h2:not(:first-of-type) {
	border-top: 2px solid var(--navy);
	margin-top: 3rem;
	padding-top: 3rem;
}

.page-template-primary-template ol,
.page-template-primary-template ul {
	margin-left: 0;
}

/*Home Template*/
.home .sc-hero-content * {
	color: var(--navy);
	text-align: center;
}

.home #page-content-container {
	position: relative;
	padding: 5rem 0 2.5rem;
	background-image: linear-gradient(white, lightyellow, lightgreen, lightblue, white, lightyellow, lightgreen, lightblue, white, lightblue, lightyellow, lightgreen, lightyellow);
}

#home-section-one .bubble,
#home-section-two .bubble {
	text-align: center;
	margin: 0 auto 2.5rem;
}

#home-section-one .bubble {
	width: 50%;
}

#home-section-two .bubble {
	width: 80%;
	text-align: center;
	margin: 0 auto 2.5rem;
}

.home .bubble h2 {
	margin: 0;
}

.home .section-text {
	text-align: center;
	margin-bottom: 2.5rem;
}

#home-section-two .blob-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 3rem;
	margin-bottom: 2.5rem;
}

#home-section-two .blob-grid .blob-container_two {
	display: flex;
	align-items: end;
}

#home-section-two .blob-grid .blob-container_two img {
	width: 80%;
}

#home-section-three {
	background-image: url('/wp-content/uploads/2022/01/plants.svg');
}
#home-section-four {
	background-image: url('/wp-content/uploads/2022/01/clouds.svg');
}

/*polaroids*/
.polaroid {
	display: flex;
	flex-direction: column;
	position: relative;
	background: white;
	padding: .75rem .75rem 1.5rem;
	box-shadow: 5px 5px 10px #c0c0c0;
}

.polaroid-img-container {
	margin-bottom: .75rem;
}

.polaroid img {
	display: block;
}

.home-photo-container {
	margin-bottom: 2.5rem;
}

.home-photo-grid {
	display: grid;
	grid-template-columns: repeat(11, 1fr);
	grid-template-rows: repeat(9, 1fr);
	position: relative;
	width: 80%;
	margin: 0 auto;
	grid-gap: 1rem;
}

.polaroid-wrapper.one {
	grid-column: 2 / span 5;
	grid-row: 1 / span 4;
	display: flex;
	align-items: end;
}

.polaroid-wrapper.two {
	grid-column: 7 / span 5;
	grid-row: 2 / span 4;
	display: flex;
	align-items: end;
}

.polaroid-wrapper.three {
	grid-column: 1 / span 5;
	grid-row: 5 / span 4;
	display: flex;
	align-items: start;
}

.polaroid-wrapper.four {
	grid-column: 6 / span 5;
	grid-row: 6 / span 4;
	display: flex;
	align-items: start;
}

.polaroid-social-container {	
	margin-top: auto;
	display: flex;
}

.polaroid-social-container img {
	display: inline-block;
	height: 30px;
}

.polaroid-social-container img:not(:last-of-type) {
	margin-right: 1rem;
}

/*Staff Bio Template*/
#meet-our-staff h1,
#meet-our-staff h3 {
	color: var(--navy);
}

#meet-our-staff h2 {
	text-align: center;
}

.staff-grid {
	margin: 2rem 0 4rem;
}

#meet-our-staff #page-content-container {
	padding: 2.5rem 0;
	background-image: linear-gradient(to bottom, white, #ffd27f, #bdee98, #98eee2, white);
}

#meet-our-staff .intro-section {
	text-align: center;
	margin-bottom: 4rem;
}

#meet-our-staff .intro-section p {
	margin-bottom: 0;
}

.staff-member-container {
	display: flex;
	margin-bottom: 4rem;
}

.staff-member-container:last-child {
	margin-bottom: 0;
}

.staff-photo-col {
	flex: 1;
	margin-right: 1rem;
}

.staff-photo-col img {
	border-radius: 30px;
	width: 100%;
}

.staff-bio-col {
	flex: 4;
}

.staff-name {
	margin-bottom: 2rem;
	width: 40%;
}

.staff-name.bubble {
	padding: 20px;
}

#meet-our-staff .staff-name * {
	color: white;
}

#meet-our-staff .staff-name h4 {
	margin-bottom: 0;
}

#meet-our-staff .bubble {
	border-radius: 30px;
}

.staff-member-container:nth-child(even) .staff-photo-col {
	order: 2;
	margin-right: 0;
	margin-left: 1rem;
}

.staff-member-container:nth-child(even) .staff-name {
	margin-left: auto;
}

.staff-bio h5 {
	color: var(--red);
}

/* Contact Us */
.two-col-container {
	display: flex;
}

.two-col-container>div {
	padding: 1rem;
}

.two-col-container .col-1 {
	flex: 2;
}

.two-col-container .col-2 {
	border-left:  2px solid var(--navy);
	flex: 1;
}

/*Seasonal Camp Template */
.page-template-seasonal-camps #page-content-container {
	padding-top: 2.5rem;
	background-image: linear-gradient(to bottom, white, lightblue 20%, lightyellow 50%, white 60% );
}

.page-template-seasonal-camps h2,
.page-template-seasonal-camps h3 {
	text-align: center;
}

.page-template-seasonal-camps .grade-selection-container {
	margin-bottom: 1.5em;
}

.grade-selection-btn-container {
	display: flex;
	gap: 1rem;
	justify-content: center;
}

.grade-selection-btn-container .rounded-btn {
	width: 20%;
}

.grade-preschool.rounded-btn.purple {
	background: transparent;
	border:  1px solid var(--purple);
	color: var(--purple);
}

.grade-preschool.rounded-btn.purple.active {
	background: var(--purple);
	color: white;
}

.grade-elementary.rounded-btn.teal {
	background: transparent;
	border:  1px solid var(--teal);
	color: var(--teal);
}

.grade-elementary.rounded-btn.teal.active {
	background: var(--teal);
	color: white;
}

.grade-preschool.rounded-btn.active:hover,
.grade-elementary.rounded-btn.active:hover {
	filter: brightness(1);
	cursor: default;
	box-shadow: none;
}

.page-template-seasonal-camps .headline-section {
	margin-bottom: 2.5rem;
}

.headline-section .rounded-btn {
    width: 25%;
    margin: 0 auto;
}

.page-template-seasonal-camps #date-price {
	background: transparent;
	margin: 0;
}

.grade-preschool-container #date-price h4 {
	display: none;
}

.three-dates-rates td {
	width: 33.33%;
}

.off-season-photo-container {
	margin: 2.5rem 0;
}

.page-template-seasonal-camps #date-price:before,
.page-template-seasonal-camps #date-price:after,
.grade-preschool-container,
.grade-elementary-container {
	display: none;
}


/*Adjustments for Fall camp since thee is no Preschool*/
#fall .grade-selection-container {
	display: none;
}

#fall .grade-elementary-container {
	display: block;
}

/*teen camp pages*/
.teen h4 {
	margin-top:  1rem;
} 

/*more home page*/
.home .sticker-sig-eb-m {
	display: none;
}

/*Mobile*/
.mobile {
	display: none;
}

/*tk-5 earlybird*/
.sticker-sig-eb-m {
	display: none;
}

.home-group-container {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-gap: 1rem;
}

.home-group-container p {
	margin: 0;
	padding: 0;
	height: 0;
}

/*******************************************************
 * MEDIA QUERIES
 * ****************************************************/
 
@media only screen and (max-width: 1024px) {
	/*Navigation*/
	.main-navigation {
		flex-direction: column;
		width: auto;
	}
	#primary-menu .sub-menu {
	    display: block;
	    position: revert;
	    background: transparent; 
	    padding: 0; 
	    min-width: revert; 
	    box-shadow: none;
	}

	#primary-menu {
	    background: white;
	    width: 70%;
	    position: absolute;
	    top: 60px;
	    left: 30%;
	    padding: 1rem;
	    box-shadow: 0px 0 3px #cdcdcd;
	}

	.mobile {
		display: revert;
	}

	#primary-menu .rounded-btn.mobile {

	}


	/*Home Template*/
	.home .sticker-sig-eb {
		right: 0;
		top:  -60px;
	}

	#home-section-one .bubble,
	#home-section-two .bubble {
		width: 100%;
	}

	.home #page-content-container {
	    padding: 9rem 0 2.5rem;
	}

	/* Single Camps */
	.single-summercamps .logo-one {
		width: 275px;
	}

	.single-nav-container .sold-out-container {
		position: inherit;
		margin-top: 1rem;
	}

	.sticker-sig-eb {
		right: 0;
		top: -50px;
	}
}

@media only screen and (max-width: 980px) {
	/*Headings*/
	h2 {
		font-size: 2rem;
	}

	/*Hero Section*/
	.sc-hero-overlay {
		padding:  1rem;
	}

	.sc-hero-content {
		width: 55%;
	}

	/*main section*/
	.section-wrapper {
		width: 90%;
	}

	/*misc*/
	.bubble {
		padding: 30px;
	}

	/*Footer*/
	.footer-top-bar-container h5 {
		line-height: 1.3;
	}

	.footer-menu-grid {
		width: 100%;
	}

	/*Home Template*/	
	.home #page-content-container {
	    padding: 5rem 0 2.5rem;
	}

	.home .sticker-sig-eb-m {
		display: block;
		margin: 0 auto 2rem;
		width: 80%;
	}

	.adventure .sticker-sig-eb-m,
	.mix-and-match .sticker-sig-eb-m,
	.signature-camp .sticker-sig-eb-m {
		display: block;
		margin: 2rem;
		width: 40%;
	}

	.adventure .sticker-sig-eb,
	.mix-and-match .sticker-sig-eb,
	.signature-camp .sticker-sig-eb {
		display: none;
	}

	.home-photo-grid {
		grid-template-columns: 1fr;
		grid-template-rows: auto;
		width: 100%;
	}

	.polaroid-wrapper {
	    grid-column: auto!important;
	    grid-row: auto!important;
	}

	#home-section-two .blob-grid,
	.section-content-grid {
		grid-template-columns: 1fr;
	}

	.home .sticker-sig-eb,
	#home-section-two .blob-grid .blob-container_two {
		display: none;
	}

	/*Single Camps*/
	.single-nav-container .registration-container {
		position: inherit;
		margin-top: 1rem;
	}

	#single-nav {
		align-items: center;
	}

	#single-nav li {
		margin-right: 1rem!important;
	}

	#single-nav li:last-of-type {
		margin-right: 0!important;
	}

	#highlights,
	#date-price {
		padding:  5%;
	}

	/*Preschool Camps*/
	.sticker-preschool-eb {
		width: 45%;
		position: revert;
		margin-left:  5%;
	}

	/*Hubs*/
	.explore-more-grid,
	#preschool .explore-more-grid,
	.page-id-182 .explore-more-grid  {
		width: 90%;
	}

	.preschool-hub-grid,
	.explore-more-grid,
	.staff-grid {
		grid-template-columns: 1fr 1fr!important;
		grid-gap: 1rem;
	}

	.camp-filter-inner form {
		max-height: none;
	}

	.teen-photo-grid {
 		grid-template-columns: 1fr;
 		grid-gap: 1rem;
 		width: 90%;
 	}

 	.teen-photo-grid div {
 		grid-column: auto;
 		grid-row: auto;
 		padding: 0;
 	}

 	/*980px hero image adjustments*/
 	/*Hero Section*/
	.sc-hero-container {
		background-position: 75% center;
	}

	.home .sc-hero-container{
 		background-position: 60% center;
 	}

 	#fantasy-foodies .sc-hero-container {
 		background-position: 83%;
 	}


 	#karate .sc-hero-container,
 	#keff-on-the-farm .sc-hero-container {
 		background-position: 90%;
 	}

 	.home-group-container {
		grid-template-columns: repeat(2, 1fr);
	}

	/* Seasonal Pages Age Selection Buttons */
	.grade-selection-btn-container .rounded-btn {
		width: 25%;
	}

}

@media only screen and (max-width: 479px) {
	/*Nav*/
	#primary-menu {
    top: 90px;
}

	#header {
		padding: 5%;
	}

	#header .logo-one img,
	#header .logo-two img {
		display: block;
		height: 60px;
	}

	/*Headings*/
	h1 {
		font-size: 3.5rem;
	}

	/*footer*/
	.footer-menu-grid {
		grid-template-columns: 1fr;
		grid-gap: 1rem;
	}

	/*Hero Section*/

	.sc-hero-overlay {
		background-image: none!important;
	}

	.sc-hero-content {
		text-align: center;
	}

	.sc-hero-content h1,
	.sc-hero-content h3 {
		color: var(--navy);
	}

	#index .sc-hero-overlay {
		background-image: linear-gradient(65deg, rgb(243,112,34) 15%, rgb(255,212,0) 25%, transparent 50%)!important;
	}

	.sc-hero-content {
		position: absolute;
		top:  103%;
		left:  0;
		right: 0;
		width: 100%;
	}

	.sticker-sig-eb {
		display: none;
	}

	.sticker-sig-eb-m 

	/*content section*/
	#overview, 
	#extras-outer {
		padding: 0!important;
	}

	#overview {
		padding: 1rem 0 0;
	}
	
	/*Hubs*/
	.preschool-hub-grid,
	.explore-more-grid,
	.camp-filter-and-results-container,
	.staff-grid {
		grid-template-columns: 1fr!important;
		grid-gap: 1rem;
	}

	

	/*Staff page*/
	.staff-member-container {
		flex-direction: column;
	}

	.staff-name {
		width: 100%;
	}

	.staff-photo-col {
		margin-right: 0;
	}

	.staff-member-container:nth-child(even) .staff-photo-col {
		margin-left: 0;
	}

	.staff-member-container:nth-child(even) .staff-photo-col {
		order: 0;
	}

	.two-col-container {
		flex-direction: column;
	}

	/*Single Camp Pages*/
	.section-content-grid,
	.lunch-grid,
	.ed-grid {
		grid-template-columns: 1fr;
	}

	

	.table-wrapper {
		overflow-x: auto;
	}

	/*Preschool Camps*/


	.single-summercamps .sc-hero-content {
		top: 135%;
	}

	

	.sticker-highlights-preschool {
		display: none;
	}

	.preschool-daily-schedule-container table,
	#date-price .section-wrapper {
		width: 100%;
	}

	.preschool-daily-schedule-container td:first-child {
		width: 30%;
	}

	 #tiny-tots #date-price table {
		width: 500px;
	}

	 #tinkerers #date-price table {
		width: 600px;
	}

	.ed-schedule-container {
		width: 100%;
	}

	.ed-schedule td:first-child {
		width: 50%;
	}

	#kindercamp .sc-hero-content,
	#kindercamp .sc-hero-content {
		top: 140%;
	}

	.sticker-blob,
	#date-price:before,
	#date-price:after {
		display: none;
	}

	#overview-highlights-outer {	    
    	background-image: url(/wp-content/uploads/2021/12/pool-back.svg), linear-gradient(to right, #13ccb3 15%, #bee758 75%, white);
 	}

 	.sticker-keff-exclusive {
 		width: 60%;
 	}

 	#highlights table,
 	#date-price table {
 		width: 100%;
 	}

 	#extras {
 		padding-top: 1rem;
 	}

 	.adventure #overview h2, .mix-and-match #overview h2, .teen #overview h2 {
 		width: 100%;
 	}

 	.sticker-teen-eb {
 		position: inherit;
 		width: 40%;
 		margin-left: 5%;
 	}

 	/*479px hero image adjustments*/

 	#bay-area-explorers .sc-hero-container,
 	#minecraft-coding-and-robotics-design .sc-hero-container {
 		background-position: 70% center;
 	}

 	.home-group-container {
		grid-template-columns:  1fr;
		grid-gap: .5rem;
	}

	/* Seasonal Pages Age Selection Buttons */
	.grade-selection-btn-container {
		flex-direction: column;
	}

	.grade-selection-btn-container .rounded-btn {
		width: 100%;
	}

	.headline-section .rounded-btn {
    width: 100%;
   }

  #date-price table.full {
    width: 350%;
	}
}

/* Tabs */
.tabs {
 
}

#tabs-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}

#tabs-nav li {
	display: inline-block;
  padding: 8px 10px;
  border:  1px solid var(--navy);
  border-bottom: none;
  border-radius: 5px 5px 0 0;
}

#tabs-nav li:hover,
#tabs-nav .active {
  background-color: var(--navy);
  cursor: pointer;
}

#tabs-nav .active {
  box-shadow: 1px 0 3px;
}

#tabs-nav li a {
  text-decoration: none;
  color: var(--navy);
}

#tabs-nav li:hover a,
#tabs-nav .active a {
	color: white;
}

.tab-content {
  padding: 1rem;
  border:  1px solid var(--navy);
}

/* Hide Early Bird Stickers after Early Bird is Over */
.sticker-sig-eb,
.sticker-sig-eb-m,
.sticker-teen-eb,
.sticker-preschool-eb {
	display: none!important;
}

/*Home Page Video*/
.video-container {
  padding:56.25% 0 0 0;
  position: relative;
}
 
 .video-container iframe,
 .video-container object,
 .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}