/*
	Theme Name: WhimziWorks Theme
	Author: Shay Hammond
*/

.grecaptcha-badge {
	display: none !important;
}

/* Login Screen */

.login {
	background: #e9b4a6;
}

#login {
	border: 0;
	margin: 0 auto;
	margin-top: 8%;
	border-radius: 0;
	padding: 0;
	box-shadow: none;
	background: transparent;
}

.login h1.admin-email__heading {
	font-size: 1.4em;
}

.login-action-confirm_admin_email #login {
	margin-top: 8%;
}

.login h1 a {
	background-image: url(/wp-content/themes/whimziworks/images/logo.svg);
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: 40%;
	background-position: center;
	width: 100%;
	margin: 0;
	border: 0;
}

.login #login_error, .login .message, .login .success {
	background: #ffffff;
	color: #21353C;
	text-align: center;
	border: unset;
	font-style: italic;
	margin: 0;
	padding: 2em;
	padding-bottom: 0;
	font-size: 0.7em;
}

.login form {
	background: #ffffff;
	box-shadow: unset;
	border: unset;
	margin-top: -1px;
	padding-bottom: 2em;
	padding-top: 2em;
}

.login label {
	color: #21353C;
}

.login form .input, .login input[type=password], .login input[type=text] {
	font-size: 1em !important;
	padding: 0.5em 1em !important;
	-webkit-appearance: none;
	font-weight: 200;
	width: 100%;
	border: 1px solid #E4E4E4;
	box-shadow: 0px 0px 20px rgba(54, 57, 68, 0.03);
	border-radius: 0;
	margin-bottom: 1em;
	font-family: 'Lora';
}

.login .user-pass-wrap {
	margin-bottom: 1em;
}

#login form p.submit {
	text-align: center;
}

.wp-core-ui .button.button-large.button-primary, .wp-core-ui .button.button-large {
	font-size: 1em;
	transition: 0.5s all;
	border-radius: 0;
	display: inline-flex;
	align-items: center;
	cursor: pointer;
	justify-content: space-between;
	font-family: 'FONT NAME GOES HERE';
	line-height: 1;
	letter-spacing: 0.1em;
	background: #006444;
	color: #ffffff;
	border: 1px solid #006444;
}

.wp-core-ui .button.button-large.button-primary:hover {
	background: transparent;
	text-decoration: none;
	color: #21353C;
	border: 1px solid #21353C;
}

.wp-core-ui .button.button-large {
    background: #ffffff;
    color: #21353c;
}

.login #backtoblog a, .login #nav a {
	color: #21353C;
}

.login #backtoblog a:hover, .login #nav a:hover, .login h1 a:hover {
	color: #21353C;
}

.login form .forgetmenot {
	float: none;
}

.login #nav, .login #backtoblog {
	background: #ffffff;
	margin-top: -1px;
}

.login #backtoblog {
	padding-top: 1em;
	padding-bottom: 1em;
	margin-bottom: 0;
	border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.login .privacy-policy-page-link {
	display: none;
}

/* Font References */

@font-face {
  	font-family: 'Poppins';
  	font-weight: 400;
  	src: url(library/fonts/Poppins-Regular.ttf);
}

@font-face {
  	font-family: 'Poppins';
  	font-weight: 700;
  	src: url(library/fonts/Poppins-Bold.ttf);
}

@font-face {
  	font-family: 'Asap';
  	font-weight: 400;
  	src: url(library/fonts/Asap-Regular.ttf);
}

@font-face {
  	font-family: 'Asap';
  	font-weight: 700;
  	src: url(library/fonts/Asap-Bold.ttf);
}

@font-face {
  	font-family: 'Asap';
  	font-weight: 900;
  	src: url(library/fonts/Asap-Black.ttf);
}

/* Global */

* {
    box-sizing: border-box;
}

html {
	font-size: 18px;
	margin: 0;
	padding: 0;
}

html.fixed {
	height: 100%;
	overflow: hidden;
}

body {
	font-size: 1em;
	margin: 0;
	padding: 0;
	font-family: 'Poppins', sans-serif;
	color: #808080;
	position: relative;
	background: #E7B2A4;
}

.page-template-home {
	background: #f59801;
}

.container {
	width: 80%;
	max-width: 1600px;
}

.container.full {
	width: 100%;
	max-width: 2000px;
}

.container-fluid {
	position: relative;
}

.container-fluid {
	z-index: 2;
}

.row {
	padding-top: 6em;
	padding-bottom: 6em;
}

#content {
	overflow: hidden;
}

#content .container-fluid:last-of-type .row {
	padding-bottom: 30em;
}

#content .container-fluid:last-of-type .row.pb-small {
	padding-bottom: 15em;
}

.page-template-pottery-painting #content .container-fluid:last-of-type .row {
	padding-bottom: 25em;
	padding-top: 25em;
}

.py-small {
	padding-top: 3em;
	padding-bottom: 3em;
}

.pt-small {
	padding-top: 3em;
}

.pb-small {
	padding-bottom: 3em;
}

.row .row {
	padding-top: 0;
	padding-bottom: 0;
}

/* Typography */

h1, .h1 {
	font-family: 'Asap', sans-serif;
	font-weight: 700;
	font-size: 3.5em;
	color: #025baf;
}

.page-template-home h1 {
	font-size: 1.5em;
}

h2, .h2 {
	font-family: 'Asap', sans-serif;
	font-weight: 700;
	font-size: 2em;
    letter-spacing: 4px;
    color: #045CAD;
    text-transform: uppercase;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

h3, .h3 {
	font-family: 'Asap', sans-serif;
	font-weight: 700;
	color: #657F3E;
	font-size: 1.8em;
}

h4, .h4 {
	font-family: 'Asap', sans-serif;
	font-weight: 900;
	color: #F39600;
	font-size: 1.3em;
	text-transform: uppercase;
	letter-spacing: 3px;
}

h5 {
	font-family: 'FONT NAME GOES HERE', sans-serif;
}

h6 {
	font-family: 'FONT NAME GOES HERE', sans-serif;
}

.number {
	background: #6EB7B7;
	border-radius: 50%;
	font-size: 1.7em;
	padding: 0.5em;
	height: 80px;
	width: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Asap', sans-serif;
	font-weight: 700;
	margin: 0 auto;
	color: #F7EEE7;
	flex-direction: column;
}

.number small {
	font-weight: 700;
	font-size: 0.6em;
}

a, a:hover {
	color: #808080;
}

#breadcrumbs {
	font-size: 0.8em;
	color: #045CAD;
}

#breadcrumbs a {
	color: #045CAD;
}

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

hr {
	border-top: 1px solid #E7EBED;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	width: 100%;
}

b, strong {
	font-weight: 900;
}

p strong {
	color: #EA4322;
}

p a {
	font-weight: bold;
	text-decoration: underline;
}

p a:hover {
	text-decoration: none;
}

.badge {
	position: absolute;
	background: #025baf;
	border-radius: 50%;
	padding: 0.5em;
	text-align: center;
	height: 100px;
	width: 100px;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	white-space: unset;
	font-size: 0.6em;
	flex-direction: column;
}

.badge .number {
	font-size: 2.5em;
	background: transparent;
	padding: 0;
	height: auto;
	width: auto;
	position: relative;
	top: -5px;
}

.large {
	font-size: 1.8em;
}

.color-white {
	color: #ffffff;
}

.color-black {
	color: #000000;
}

.color-pink {
    color: #E7B2A4;
}

.color-red {
	color: #EA4322;
}

.text-shadow {
	text-shadow: 00px 4px 4px rgba(0, 0, 0, 0.1);
}

.small {
	font-size: 0.7em;
}

.btn-primary, .btn-secondary {
	padding: 0.8em 1.5em;
	font-size: 1em;
	transition: 0.5s all;
	border-radius: 60px;
	display: inline-flex;
	align-items: center;
	cursor: pointer;
	justify-content: space-between;
	font-family: 'Poppins';
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
}

.btn-primary {
	background: #6EB7B7;
	color: #ffffff;
	border: 3px solid #6EB7B7;
}

.btn-primary:hover, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show >.btn-primary.dropdown-toggle {
	background: transparent;
	text-decoration: none;
	color: #6EB7B7;
	border: 3px solid #6EB7B7;
}


.btn-secondary {
	background: transparent;
	color: #6EB7B7;
	border: 3px solid #6EB7B7;
}

.btn-secondary:hover {
	background: #6EB7B7;
	text-decoration: none;
	color: #ffffff;
	border: 3px solid #6EB7B7;
}

.btn-text {
	font-family: 'FONT NAME GOES HERE';
	display: inline-flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	width: auto;
}

.btn-text:hover {
	text-decoration: none;
}

/* Helpers */

.separator-1 {
	height: 1em;
	display: block;
	clear: both;
	width: 100%;
}

.separator-2 {
	height: 2em;
	display: block;
	clear: both;
	width: 100%;
}

.separator-3 {
	height: 3em;
	display: block;
	clear: both;
	width: 100%;
}

.separator-4 {
	height: 4em;
	display: block;
	clear: both;
	width: 100%;
}

.separator-6 {
	height: 6em;
	display: block;
	clear: both;
	width: 100%;
}

.bg-white {
	background-color: #F7EEE7 !important;
}

.bg-blue {
	background-color: #045CAD;
}

.bg-blue.curved-top {
	margin-top: 200px;
}

.bg-blue.curved-top:before {
	content: '';
    background-image: url(/wp-content/themes/whimziworks/images/curved-top-blue.svg);
    background-size: cover;
    height: 1069px;
    width: 110%;
    position: absolute;
    pointer-events: none;
    top: -1000px;
    left: 0;
    transform: rotate(0.5deg);
}

.teal-line-border {
	margin-top: 20em;
}

.teal-line-border:before {
	content: '';
    background-image: url(/wp-content/themes/whimziworks/images/teal-line-border.svg);
    background-size: cover;
    height: 600px;
    width: 110%;
    position: absolute;
    pointer-events: none;
    top: -500px;
    left: -50px;
}

.bg-black {
	background-color: #000000;
}

.bg-image {
	background-size: cover;
	background-position: center;
	width: 100%;
	overflow: hidden;
	position: relative;
	height: 70vh;
}

.bg-image.h-auto {
	height: auto;
	overflow: visible;
}

.bg-image.h-auto .row {
	position: relative;
}

.bg-image.h-full, .h-full {
	height: 100vh;
}

.bg-image.parallax {
	background-attachment: fixed;
}

.bg-image .container, .h-full .container {
	position: relative;
	z-index: 2;
	height: 100%;
}

.bg-image .row, .h-full .row {
	height: 100%;
}

.bg-image .bg-image {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.bg-image.parallax .box {
	background-color: unset;
	padding-right: 12em;
	padding-left: 4em;
}

.bg-image.parallax .box .bg {
	position: absolute;
	z-index: -1;
	transform: translateY(-25%) translateX(-20%);
	width: 100%;
}

.bg-image.parallax.with-box {
	height: auto;
}

.bg-image.parallax.with-box .row {
    padding-top: 15em;
    padding-bottom: 19em;
}

.box .bg-image {
	height: 500px;
}

.bg-video {
	background-size: cover;
	background-position: center;
	overflow: hidden;
}

.bg-video .bg-image {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	transition: 0.5s all;
}

.bg-video .bg-image.in {
	opacity: 1;
}

.bg-video .container {
	z-index: 4;
	position: relative;
}

.bg-video .container, .bg-video .row {
	height: 100%;
}

.bg-video .video {
    height: 100%;
    width: calc(100% + 12px);
    position: absolute;
    top: 0;
    left: -12px;
    z-index: 1;
    overflow: hidden;
    margin: 0;
    border-radius: 0;
    box-shadow: unset;
    opacity: 0;
    transition: 0.3s all;
}

.bg-video .video.in {
	opacity: 1;
}

.bg-video .video video {
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    position: absolute;
	z-index: 2;
	left: 0;
	top: -25%;
	min-width: 115%;
    min-height: 100%;
    width: 100%;
}

.bg-video .overlay {
	z-index: 2;
}

.bg-video {
	z-index: 1;
}

.bg-video + .row {
	position: relative;
	z-index: 2;
}

.overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	background: rgba(33, 53, 60, 0.8);
	pointer-events: none;
}

/* YouTube Embeds */

.video-container { 
	position: relative; 
	padding-bottom: 56.25%; 
	padding-top: 30px; 
	height: 0;
	overflow: hidden; 
}

.video-container iframe, .video-container object, .video-container embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}

/* Images */

img {
	max-width: 100%;
}

.icon {
	height: 100px;
}

.page-template-kits .curved-corner {
	height: 400px;
	object-fit: cover;
	width: 100%;
}

#social img {
	height: 30px;
	width: 30px;
	margin-left: 0.5em;
	margin-right: 0.5em;
}

#line-1 {
    width: 50%;
    position: absolute;
    left: -10%;
	top: -400px;
	transform: rotate(110deg);
	display: none;
}

.bg-red {
	background: #EA4322;
}

.border-top {
	margin-top: 250px;
}

.border-bottom {
	margin-bottom: 250px;
}

.border-top:before {
	content: '';
    height: 200px;
    width: 110%;
    position: absolute;
    pointer-events: none;
    top: -198px;
    left: -5%;
    background-size: cover;
}

.border-bottom:after {
	content: '';
    height: 200px;
    width: 110%;
    position: absolute;
    pointer-events: none;
    bottom: -198px;
    left: -5%;
    background-size: cover;
	transform: rotate(180deg);
	z-index: -1;
}

.bg-red.border-top:before,
.bg-red.border-bottom:after {
	background-image: url(/wp-content/themes/whimziworks/images/red-border.svg);
}

.bg-blue.border-top:before,
.bg-blue.border-bottom:after {
	background-image: url(/wp-content/themes/whimziworks/images/blue-border.svg);
}

.border-bottom + .container-fluid {
	margin-top: -12em;
	z-index: 1;
}

.border-bottom + .container-fluid .container > .row:first-of-type {
	padding-top: 12em;
}

.curved-corner {
	border-radius: 20px;
}

/* Header */

header.container-fluid {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	height: 110px;
	background: transparent;
	transition: 0.5s background;
}

.logged-in header.container-fluid {
	top: 32px;
}

header .container {
	height: 100%;
	position: relative;
	z-index: 3;
}

header .row {
	padding-top: 0;
	padding-bottom: 0;
	height: 100%;
}

#menu-primary-navigation .logo {
	margin-left: 1em;
    margin-right: 0;
    left: -2em;
}

#menu-primary-navigation .logo a {
	position: relative;
	transition: 0s all;
	height: 100%;
	width: 500px;
	background-image: url(/wp-content/themes/whimziworks/images/logo.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	font-size: 0;
	color: transparent;
	display: block;
}

#nav-left-graphic {
	transform: rotate(160deg);
	position: absolute;
	z-index: 1;
	top: -200px;
	left: -100px;
	width: 45%;
}

#nav-center-graphic {
	position: absolute;
	top: -20px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 2;
	width: 600px;
}

#nav-right-graphic {
	position: absolute;
	z-index: 1;
	right: -50px;
	top: -170px;
	transform: rotate(-20deg);
	width: 46%;
}

/* Header Navigation */

#navigation {
	position: relative;
	z-index: 2;
	height: 100%;
}

.menu-primary-navigation-container {
	height: 100%;
	width: 100%;
}

#menu-primary-navigation {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 100%;
}

#menu-primary-navigation li {
	list-style-type: none;
	text-transform: none;
	margin: 0;
	display: flex;
	align-items: center;
	font-size: 1em;
	width: auto;
	height: 100%;
	position: relative;
}

#menu-primary-navigation li:nth-of-type(3) {
	padding-right: 4em;
}

#menu-primary-navigation li:before {
	display: none;
}

#menu-primary-navigation a {
	color: #025baf;
	font-size: 1em;
	text-decoration: none;
	z-index: 2;
	font-weight: bold;
	position: relative;
	padding-left: 1em;
	padding-right: 1em;
	align-items: center;
	display: flex;
	justify-content: center;
	height: 100%;
}

#menu-primary-navigation a:hover,
#menu-primary-navigation .current-menu-item a {
	text-decoration: underline;
}

#nav-icon {
	position: relative;
	display: flex;
	align-items: center;
	height: 100%;
	justify-content: flex-end;
}

.nav-icon {
  	width: 30px;
	display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
	margin-right: 2.5em;
	z-index: 1000;
	position: fixed;
	right: 2em;
	top: 30px;
}

.nav-icon:after, 
.nav-icon:before, 
.nav-icon div {
  	background-color: #025baf;
  	content: '';
  	display: block;
  	height: 4px;
  	margin: 3px 0;
  	border-radius: 10px;
  	transition: all .2s ease-in-out;
}

.nav-icon:before {
	width: 100%;
}

.nav-icon div {
	width: 100%;
}

.nav-icon:after {
	width: 100%;
}

.nav-icon.close:before {
  	transform: translateY(11px) rotate(135deg);
  	width: 100%;
}

.nav-icon.close:after {
  	transform: translateY(-9px) rotate(-135deg);
}

.nav-icon.close div {
  	transform: scale(0);
}

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover, .nav-icon.close {
	opacity: 1;
	font-size: 1em;
	float: unset;
}

/* Special Layouts */

.page-template-open-studio #available-materials {
	padding-bottom: 10em;
}

.page-template-open-studio #projects {
	margin-top: 0;
}

#header {
	height: 80vh;
}

.page-template-home-new #header {
	height: 90vh;
}

#header:after {
    content: '';
    height: 200px;
    width: 110%;
    position: absolute;
    pointer-events: none;
    bottom: -50px;
    left: -5%;
    background-image: url(/wp-content/themes/whimziworks/images/top-border.svg);
	background-size: cover;
}

#header.h-auto:after {
	display: none;
}

#header.h-auto .row {
	padding-bottom: 3em;
}

#header .container {
	z-index: 2;
	position: relative;
}

#header .row {
	padding-top: calc(110px + 6em);
	padding-bottom: 10em;
}

#container {
    overflow: hidden;
}

#container .container img {
	width: 600px;
	margin: 0 auto;
}

#container .text {
	position: absolute;
	bottom: 6em;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
    z-index: 3;
	flex-direction: column;
}

#container .animated-image {
    position: absolute;
}

#red {
	bottom: -6em;
	left: -6em;
	z-index: 2;
}

#red img {
    width: 30vw;
	transform: rotate(180deg);
}

#blue {
	top: -2em;
    right: -6em;
	z-index: 2;
}

#blue img {
    width: 40vw;
}

#pink {
	bottom: -6em;
	left: 0em;
	z-index: 1;
}

#pink img {
    width: 50vw;
	transform: rotate(45deg);
}

#green {
	top: -15em;
	left: 50%;
	z-index: 1;
}

#green img {
    width: 25vw;
	transform: rotate(-90deg);
}

#blue-dots {
	bottom: 4em;
	right: 4em;
}

#blue-dots img {
	width: 200px;
}

#pink-lines {
    top: 0;
    left: 10em;
}

#pink-lines img {
    width: 100px;
}

.box {
	background: #F7EEE7;
	border-radius: 20px;
	overflow: hidden;
}

.box-body {
	padding: 2em 15em;
	text-align: center;
}

#seasonal .container > .row:first-of-type {
	padding-top: 20em;
}

/* Cards */

.card {
	justify-content: center;
	border: 0;
	overflow: hidden;
	background: #F7EEE7;
	height: 100%;
	border-radius: 20px;
}

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

.card-img {
	overflow: hidden;
}

.card-img img {
	transition: 0.5s all;
}

a.card:hover .card-img img {
	transform: scale(1.1);
}

/* Slick */

button[aria-label="1 of 1"] {
	display: none !important;
}

.slide:focus {
	outline: none;
}

.slick-track {
	display: flex;
	align-items: center;
}

.image-nav {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 2em;
}

/* Filter */

.filter, .show-hide {
	width: 100%;
	position: relative;
	font-size: 0.9em;
	cursor: pointer;
	font-family: 'Avenir';
}

.filter .active, .show-hide .active {
	padding: 0.5em 1em;
	text-transform: uppercase;
	background-color: #ffffff;
	background-image: url(/wp-content/themes/whimziworks/images/ICON_NAME_HERE.svg);
	background-size: 10px;
	background-position: 98% center;
	background-repeat: no-repeat;
	box-shadow: 0px 0px 20px rgba(54, 57, 68, 0.03);
	border: 1px solid #E4E4E4;
	padding-right: 2.5em;
	font-weight: 600;
}

.filter .dropdown, .show-hide .dropdown {
	position: absolute;
	background: #ffffff;
	width: 100%;
	display: none;
	z-index: 998;
	border: 1px solid #E4E4E4;
	border-top: 0;
}

.filter .dropdown .option, .show-hide .dropdown .option {
	padding: 0.5em 1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.filter .dropdown .option:hover, .show-hide .dropdown .option:hover {
	background: #DDDEE1;
	color: #394053;
}

.checkbox {
	display: flex;
	align-items: center;
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 1.1em;
	cursor: pointer;
}

.checkbox span {
	border: 1px solid #DDE2E5;
	height: 30px;
	width: 30px;
	display: inline-flex;
	margin-right: 0.5em;
	align-items: center;
	justify-content: center;
	position: relative;
	border-radius: 4px;
	background: #ffffff;
}

.checkbox.checked span:before {
	content: "";
	background-image: url(/wp-content/themes/whimziworks/images/ICON_NAME_HERE.svg);
	transform: rotate(45deg);
	background-size: cover;
	height: 24px;
	width: 25px;
	position: absolute;
}

/* Isotope */

.hidden-item {
	display: none;
}

.isotope, .isotope-filter {
	padding-left: 15px;
	padding-right: 15px;
}

.isotope .row, .isotope-filter .row {
	margin-left: -15px;
	margin-right: -15px;
}

.grid-item {
	margin-bottom: 30px;
	padding-left: 15px;
	padding-right: 15px;
}

.isotope-filter .col-md-6 {
	padding-left: 15px;
	padding-right: 15px;
}

.grid-item:last-of-type {
	margin-bottom: 0;
}

.grid-item .card-img {
	width: 100%;
}

/* Table */

table {
	width: 100%;
	font-size: 1em;
	line-height: 1;
	margin-top: 2em;
	margin-bottom: 2em;
}

th {
	padding: 1em;
	background: #999999;
	color: #ffffff;
}

td {
	border: 1px solid #999999;
	padding: 1em;
}

td.special {
	background: #333333;
	color: #ffffff;
}

/* Accordion */

.accordion {
	padding: 0;
	margin: 0;
}

.accordion li {
	list-style-type: none;
	margin: 0;
	padding-top: 2em;
	border-bottom: 1px solid #E7B2A4;
	display: block;
	font-size: 1em;
}

.accordion li:before {
	display: none;
}

.accordion li.open {
	padding-bottom: 2em;
}

.accordion li:last-child {
	border-bottom: 0;
}

.accordion h3 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 0;
	margin-top: 0;
	transition: 0.5s all;
	line-height: 1.2;
	padding-bottom: 1em;
	color: #ffffff;
	cursor: pointer;
}

.accordion li a {
	color: #ffffff;
}

.accordion .answer {
	display: none;
	margin-top: 0;
	padding-left: 0;
	margin-bottom: 0;
	color: #ffffff;
}

.accordion li h3 .icon {
	background-image: url(/wp-content/themes/whimziworks/images/icon-caret-down.svg);
	height: 10px;
	width: 20px;
	background-repeat: no-repeat;
}

/* Lists */

ul {
	padding: 0;
	margin-left: 2.5em;
}

ul li {
	width: 100%;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	position: relative;
}

ul.two-col {
	display: flex;
	flex-wrap: wrap;
}

ul.two-col li {
	width: 50%;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

/* Forms */

label {
	width: 100%;
}

input, textarea {
	border-radius: 5px;
	padding: 0.8em;
	border: 1px solid #808080;
	width: 100%;
	color: #025baf;
}

input[type="submit"] {
	width: auto;
}

.wpcf7 input[type="file"] {
	border: 0;
	padding: 0;
	color: #808080;
	margin-top: 1em;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #9D9D9D;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #9D9D9D;
}

:-ms-input-placeholder { /* IE 10+ */
  color: #9D9D9D;
}

:-moz-placeholder { /* Firefox 18- */
  color: #9D9D9D;
}

/* Footer */

footer {
	margin-top: -190px;
	overflow: hidden;
}

footer .logo {
	width: 80%;
}

footer .social {
	justify-content: center;
	margin-left: -3em;
}

footer .address {
	margin-left: -3em;
}

footer .icon {
	filter: brightness(0) saturate(100%) invert(76%) sepia(67%) saturate(5211%) hue-rotate(7deg) brightness(103%) contrast(102%);
	height: 40px;
	width: 40px;
	margin-left: 0.5em;
	margin-right: 0.5em;
}

footer .h3 {
	color: #E7B2A4;
}

footer a {
	text-decoration: none;
	color: #F7EEE7;
}

footer a:hover {
	text-decoration: underline;
	color: #F7EEE7;
}

footer ul {
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column
}

footer ul li {
	list-style-type: none;
	margin: 0;
    position: relative;
    width: auto;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

/* Animations */

.fade-in {
	opacity: 0;
	top: 100px;
	transition: 0.6s opacity ease-in-out 0.2s, 0.6s top ease-in-out 0.2s;
	position: relative;
}

.fade-in.in {
	opacity: 1; 
	top: 0;
}

.fade-in.count-1 {
	transition: 0.6s opacity ease-in-out 0.4s, 0.6s top ease-in-out 0.4s;
}

.fade-in.count-2 {
	transition: 0.6s opacity ease-in-out 0.6s, 0.6s top ease-in-out 0.6s;
}

.fade-in.count-3 {
	transition: 0.6s opacity ease-in-out 0.8s, 0.6s top ease-in-out 0.8s;
}

.fade-in.count-4 {
	transition: 0.6s opacity ease-in-out 1s, 0.6s top ease-in-out 1s;
}

.fade-in.count-5 {
	transition: 0.6s opacity ease-in-out 1.2s, 0.6s top ease-in-out 1.2s;
}

.fade-in.count-6 {
	transition: 0.6s opacity ease-in-out 1.4s, 0.6s top ease-in-out 1.4s;
}

.fade-in.count-7 {
	transition: 0.6s opacity ease-in-out 1.6s, 0.6s top ease-in-out 1.6s;
}

.fade-in.count-8 {
	transition: 0.6s opacity ease-in-out 1.8s, 0.6s top ease-in-out 1.8s;
}

.fade-in.count-9 {
	transition: 0.6s opacity ease-in-out 2s, 0.6s top ease-in-out 2s;
}

.fade-in.count-10 {
	transition: 0.6s opacity ease-in-out 2.2s, 0.6s top ease-in-out 2.2s;
}

.fade-in.count-11 {
	transition: 0.6s opacity ease-in-out 2.4s, 0.6s top ease-in-out 2.4s;
}

.fade-in.count-12 {
	transition: 0.6s opacity ease-in-out 2.6s, 0.6s top ease-in-out 2.6s;
}

.fade-in.count-13 {
	transition: 0.6s opacity ease-in-out 2.8s, 0.6s top ease-in-out 2.8s;
}

.fade-in.count-14 {
	transition: 0.6s opacity ease-in-out 3s, 0.6s top ease-in-out 3s;
}

@media only screen and (min-width: 1921px) {
	.d-xxl-none {
		display: none !important;
	}

	.d-xxl-block {
		display: block !important;
	}

	.video {
		width: calc(1600px - 30px);
		margin: 0 auto;
	}

	.video .container {
		padding-left: 60px;
		padding-right: 60px;
		width: 100%;
	}

	/* Header */

	#nav-right-graphic {
		top: -250px;
	}

	/* Helpers */

	.bg-image {
		height: 700px; 
	}

	/* Special Layouts */

	.border-bottom + .container-fluid {
		margin-top: -15em;
	}
}

@media only screen and (max-width: 1700px) {
	html {
		font-size: 17px;
	}

	/* Header */

	#nav-left-graphic {
		top: -160px;
	}
	
	/* Helpers */

	.bg-image {
		height: 50vh;
	}
}

@media only screen and (max-width: 1600px) {
	html {
		font-size: 16px;
	}

	/* Typography */

	.number {
		height: 60px;
		width: 60px;
	}

	/* Special Layouts */

	#nav-right-graphic {
		top: -150px;
	}

	#nav-left-graphic {
		top: -140px;
	}
}

@media only screen and (max-width: 1500px) {
	/* Global */

	html {
		font-size: 15px;
	}

	.container {
		width: 90%;
	}

	/* Images */

	.page-template-kits .curved-corner {
		height: 300px;
	}

	.icon {
		height: 75px;
		width: auto;
	}

	/* Header */

	#menu-primary-navigation .logo a {
		width: 400px;
	}

	#nav-center-graphic {
		width: 500px;
		top: -15px;
	}

	#menu-primary-navigation .logo a {
		top: -10px;
	}

	#nav-right-graphic {
		top: -130px;
	}

	/* Header Navigation */

	#menu-primary-navigation a {
		font-size: 0.9em;
	}

	/* Special Layouts */

	#line-1 {
		width: 40%;
    	left: -16%;
    	top: -25vw;
    	transform: rotate(113deg);
	}

}

@media only screen and (max-width: 1400px) {
	/* Global */

	html {
		font-size: 14px;
	}

	.container {
		width: 90%;
	}

	/* Header */

	header.container-fluid {
		height: 70px;
	}

	#menu-primary-navigation .logo a {
		top: 10px;
	}

	/* Special Layouts */

	#header {
		margin-top: 70px;
	}

	#header .row {
		padding-bottom: 12em;
	}

	#header.h-auto {
		margin-top: 0;
	}

	#header.h-auto .row {
		padding-top: 10em;
	}

	/* Special Layouts */
	
	#container .container img {
		width: 450px;
	}
}

@media only screen and (max-width: 1300px) {
	/* Global */

	html {
		font-size: 13px;
	}

	/* Typography */


	/* Header */
	
	#nav-center-graphic {
		width: 400px;
		left: 1.5em;
	}

	/* Header Navigation */

	#menu-primary-navigation .logo a {
		width: 300px;
		top: 0;
	}

	/* Helpers */

	.fancybox-content {
		width: 70%;
	}

	.badge {
		height: 75px;
		width: 75px;
	}
}

@media only screen and (max-width: 1200px) {
	/* Global */
	html {
		font-size: 11px;
	}

	/* Typography */


	/* Header */

	#nav-left-graphic {
		top: -110px;
	}

	#nav-center-graphic {
		width: 350px;
	}

	#nav-right-graphic {
		top: -95px;
	}

	#menu-primary-navigation .logo a {
        width: 270px;
        top: -8px;
        left: -5px;
    }

	/* Header Navigation */

	#menu-primary-navigation .logo {
		left: -1em;
	}

	/* Helpers */

	.border-top {
		margin-top: 200px;
	}

	.border-top:before {
		top: -100px;
	}

	.border-bottom {
		margin-bottom: 200px;
	}

	.border-bottom:after {
		bottom: -100px;
	}

	/* Special Layouts */

	#header .row {
		padding-bottom: 15em;
	}
}

@media only screen and (max-width: 1024px) {
	/* Global */

	html {
		font-size: 16px;
	}

	.container {
		width: 95%;
	}

	/* Typography */

	h1 {
		font-size: 2.5em;
	}

	/* Header Navigation */

	#navigation {
		padding-right: 0;
		padding-left: 0;
	}

	#menu-primary-navigation .sub-menu a, #menu-primary-navigation a {
		font-size: 0.6em;
	}

	/* Special Layouts */

	.badge {
		font-size: 0.5em;
	}

	#header {
		margin-top: 50px;
	}

	.bg-image.parallax {
		background-attachment: unset;
	}

	.bg-image.parallax .box {
		padding-right: 3em;
	}
	
	.fancybox-content {
		width: 90%;
	}

	#line-1 {
		display: none;
	}

	#pink-lines {
		top: -5em;
	}

	#pink-lines img {
		width: 80px;
	}

	#green img {
		width: 40vw;
	}

	#blue-dots img {
		width: 100px;
	}

	.page-template-open-studio .bg-red h3 {
		font-size: 1.3em;
	}

	/* Isotope */

	.isotope .grid-item {
		margin-bottom: 45px;
	}

	/* Images */

	#social img {
		height: 20px;
		width: 20px;
	}
	
	/* Footer */

	footer .h3 {
		font-size: 1.2em;
	}
}

@media only screen and (min-width: 1200px) and (max-height: 750px) {
	/* Header Navigation */

	/* Special Layouts */
	
}

@media only screen and (max-width: 992px) {
	/* Global */

	html {
		font-size: 13px;
	}

	.row {
		margin-left: -15px;
		margin-right: -15px;
		padding-top: 4em;
		padding-bottom: 4em;
	}
	
	.py-small {
		padding-top: 2em;
		padding-bottom: 2em;
	}

	.pt-small {
		padding-top: 2em;
	}

	.pb-small {
		padding-bottom: 2em;
	}

	/* Typography */

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

	/* Header */

	header.container-fluid {
		height: 70px;
	}

	#header.h-auto .row {
		padding-top: 15em;
	}

	/* Header Navigation */

	.logged-in .nav-icon {
		top: 70px;
	}

	.nav-icon.close:after {
		width: 100%;
	}

	#navigation {
		margin: inherit;
	}

	.menu-primary-navigation-container, .logged-in .menu-primary-navigation-container {
		background: #E7B2A4;
	    height: calc(100vh - 70px);
	    width: 100%;
	    left: 0;
	    position: fixed;
	    top: calc(-100vh - 70px);
	    display: flex;
	    align-items: flex-start;
	    justify-content: center;
	    overflow-y: scroll;
	}

	.logged-in .menu-primary-navigation-container, .logged-in .menu-primary-navigation-container {
		height: calc(100vh - 70px - 32px);
	}

	.menu-primary-navigation-container.visible {
		top: 69px;
		z-index: 2;
	}

	.logged-in .menu-primary-navigation-container.visible {
		top: calc(69px + 32px);
	}

	#menu-primary-navigation {
		flex-direction: column;
		align-items: flex-start;
		margin: 0;
		padding: 0;
		width: 100%;
		justify-content: center;
	}

	#menu-primary-navigation li, #menu-primary-navigation .sub-menu li {
		display: block;
		margin-right: 0;
		margin-left: 0;
		text-align: center;
		width: 100%;
		height: auto;
	}

	#menu-primary-navigation .logo {
		display: none;
	}

	#menu-primary-navigation a {
		font-size: 2.5em;
		padding-top: 0.5em;
		padding-bottom: 0.5em;
		height: auto;
	}

	#menu-primary-navigation .sub-menu {
		display: none;
		position: relative;
		background: transparent;
		padding-top: 0;
		padding-bottom: 0;
		border: 0;
	}

	#menu-primary-navigation .sub-menu li {
		padding: 0;
		margin: 0;
	}

	#menu-primary-navigation li:nth-of-type(3) {
		padding-right: 0;
	}

	#menu-primary-navigation li:nth-of-type(5) {
		left: unset;
	}

	#menu-primary-navigation .sub-menu a {
		font-size: 2em;
		display: inline-block;
		padding-top: 0.8em;
		padding-bottom: 0.8em;
	}

	#menu-primary-navigation .sub-menu a:after {
		display: none;
	}

	#menu-primary-navigation .menu-item-has-children > a:after {
		height: 10px;
		width: 14px;
	}

	#menu-primary-navigation .sub-menu a:before {
		display: none;
	}

	/* Helpers */

	.bg-image.h-full {
		height: 70vh;
	}

	/* Special Layouts */

	.page-template-home-new h1 {
		margin-bottom: 0;
	}

	#header {
		margin-top: 70px;
	}

	#nav-left-graphic {
		display: none;
	}

	#nav-center-graphic {
		right: unset;
		left: -50px;
		width: 85%;
		top: -20px;
	}

	#nav-right-graphic {
		width: 68%;
	}

	header.open #nav-center-graphic {
		z-index: 5;
	}

	header.open #nav-right-graphic {
		z-index: 4;
	}

	#mobile-logo {
		width: 70%;
		position: fixed;
		top: 12px;
		z-index: 1000;
		left: 9px;
	}

	.logged-in #mobile-logo {
		top: 55px;
	}

	#blue-dots {
		bottom: 15em;
	}

	#red img {
		width: 40vw;
	}

	#pink img {
		width: 60vw;
	}

	#green img {
		width: 50vw;
	}

	#blue img {
		width: 40vw;
	}

	.box-body {
		padding: 4em;
	}

	.bg-image.parallax .box {
		padding: 5em;
	}

	.badge {
		height: 60px;
		width: 60px;
	}

	/* Lists */

	.accordion h3 span {
		flex-basis: calc(100% - 20px - 1em);
	}

	.accordion li h3 .icon {
		flex-basis: 20px;
	}

	/* Gravity Forms */

	.gform_wrapper div.validation_error {
		position: relative;
		top: 0;
		padding-left: 15px;
		padding-right: 15px;
	}

	.gform_wrapper .gform_footer {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}

	.gform_wrapper li:nth-of-type(even) {
		padding-left: 15px;
	}

	.gform_wrapper textarea, .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper select {
		margin-bottom: 1em;
	}

	/* Footer */

	footer .icon {
		height: 25px;
		width: 25px;
	}

	footer .hours {
		font-size: 0.8em;
	}
}

@media only screen and (max-width: 782px) {
	/* Header */

	.logged-in header.container-fluid {
		top: 46px;
	}

	/* Header Navigation */

	.logged-in .menu-primary-navigation-container.visible {
		top: calc(49px + 46px);
	}

	.menu-primary-navigation-container.visible {
		top: 49px;
	}
	
	.logged-in .menu-primary-navigation-container, .logged-in .menu-primary-navigation-container {
		height: calc(100vh - 50px - 46px);
	}
}

@media only screen and (max-width: 767px) {
	/* Global */

	#wpadminbar {
		position: fixed !important;
	}

	html {
		font-size: 17px;
	}

	.container {
		width: 100%;
	}

	.row {
		padding-top: 3em;
		padding-bottom: 3em;
	}
	
	.py-small {
		padding-top: 1.5em;
		padding-bottom: 1.5em;
	}

	.pt-small {
		padding-top: 1.5em;
	}

	.pb-small {
		padding-bottom: 1.5em;
	}

	#content .container-fluid:last-of-type .row.pb-small {
		padding-bottom: 10em;
	}

	/* Typography */

	h1 {
		margin-bottom: 1em;
	}

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

	.number {
		font-size: 1.2em;
	}

	.label {
		font-size: 0.7em;
		line-height: 1.3;
	}

	.badge {
		height: 100px;
		width: 100px;
		font-size: 0.7em;
	}

	.badge .number {
		font-size: 2em;
	}
	
	/* Header */

	#mobile-logo {
		width: 60%;
	}

	#nav-center-graphic {
		top: -11px;
	}

	#nav-right-graphic {
		top: -42px;
	}

	.nav-icon {
		margin-right: 0;
		top: 12px;
	}

	.logged-in .nav-icon {
		top: 60px;
	}
	
	header {
		margin-top: 50px;
	}

	#header.h-auto .row {
		padding-top: 8em;
	} 

	.page-template-home-new #header {
		height: 400px;
	}

	#header:after {
		height: 100px;
	}

	/* Header Navigation */

	#nav-line, #nav-line-1 {
		position: fixed;
		opacity: 0;
		pointer-events: none;
	}

	header.open #nav-line {
    	opacity: 1;
        z-index: 4;
        transform: rotate(-27deg);
        width: 83%;
        top: -8vw;
    }

	header.open #nav-line-1 {
        opacity: 1;
        z-index: 1000;
        transform: rotate(-155deg);
        width: 86%;
        bottom: -35vw;
    }

	.menu-primary-navigation-container, .logged-in .menu-primary-navigation-container {
		height: calc(100vh - 50px);
	}

	#menu-primary-navigation a {
		font-size: 1.3em;
	}

	#menu-primary-navigation .sub-menu > li:first-child {
		margin-top: 0.5em;
	}

	#menu-primary-navigation {
		justify-content: flex-start;
		margin-top: calc(100px + 2em)
	}

	/* Special Layouts */

	#header {
		margin-top: 50px;
	}

	#header .row {
		padding-bottom: 8em;
	}
	
	#pink-lines {
		left: 30px;
	}

	#pink-lines img {
		width: 50px;
		top: 0;
	}

	#blue {
		right: -2em;
	}

	#blue img {
		width: 60vw;
	}

	#green {
		top: -5em;
		left: 40%;
	}
	
	#green img {
		width: 50vw;
	}

	#blue-dots {
		bottom: 0em;
		right: 0;
	}

	#pink {
		bottom: -2em;
	}

	#red {
		left: -2em;
	}

	#red img {
		width: 60vw;
	}

	#container .container img {
		width: 100%;
	}

	.bg-image.h-full, .h-full {
		height: 120vh;
	}

	#container .container, #container .row {
		height: 100%;
	}

	#container .text {
		text-align: center;
		width: 80%;
		margin: 0 auto;
		bottom: 8em;
	}

	.bg-image.parallax .box {
		padding: 0;
	}

	.bg-image.parallax .box .bg {
		display: none;
	}

	#content .container-fluid:last-of-type .row {
		padding-bottom: 10em;
	}

	.bg-image.parallax.with-box .row {
		padding-top: 4em;
		padding-bottom: 4em;
	}
	
	.bg-image.parallax.with-box {
		background-image: unset !important;
	}

	.bg-image.parallax.with-box img {
		width: 100vw;
		left: -30px;
		max-width: unset;
		position: relative;
		margin-bottom: 2em;
	}

	.box .bg-image {
		height: 250px;
		margin-bottom: 1em;
	}

	.box-body {
		padding: 1.25em;
		text-align: left;
	}

	.bg-image.parallax.with-box .row {
		padding-top: 0;
	}

	#seasonal .container > .row:first-of-type {
		padding-top: 3em;
	}

	.page-template-pottery-painting #content .container-fluid:last-of-type .row {
		padding-top: 0;
		padding-bottom: 8em;
	}

	.page-template-pottery-painting .border-top {
		margin-top: 150px;
	}

	/* HTML Video */

	.video {
		text-align: center;
	}

	.video video {
		display: none;
	}

	/* Cards */


	/* Tables */

	th, td {
		font-size: 0.7em;
	}

	td {
		line-height: 1.2;
	}
	
	/* Lists */

	ul.two-col li {
		width: 100%;
		padding-right: 0;
	}

	/* Gravity Forms */
	
	.gform_wrapper .validation_message {
		top: -1em;
	}

	/* Footer */

	footer p {
		font-size: 0.9em;
	}

	footer .logo {
		width: 50%;
		margin: 0 auto;
	}
	
	footer ul {
		justify-content: center;
	}

	footer ul li {
		margin-top: 0;
		margin-bottom: 0;
	}

	footer li a {
		font-size: 0.9em;
	}

	footer a {
		font-size: 1em;
	}

	footer .address {
		margin-left: 0;
	}
	
	/* Images */

	#social img {
		height: 25px;
		width: 25px;
	}

	footer .social {
		margin-left: 0;
	}
}

@media only screen and (max-width: 400px) {
	h1 {
		font-size: 2em;
	}
	
	h2, .h2 {
		font-size: 1.5em;
	}

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

	#nav-right-graphic {
		top: -20px;
	}

	footer .h3 {
		font-size: 1em;
	}

	footer ul li {
		margin: 0;
	}

	footer ul li a {
		font-size: 0.7em;
	}
}