/*
	Theme Name: Dietze Music 2021
	Description: Dietze Music 2021
	Version: 1.0
	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
	Author: Kevin Brown Design
	Author URI: https://www.kevinbrowndesign.com/
*/

/* Reset */
:link,:visited {text-decoration: none;}
ul,ol {list-style: none;}
h1,h2,h5,h4,h5,h6,pre,code{font-size: 1em;}
ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padding: 0;}
a img,:link img,:visited img {border: none;}
address {font-style: normal;}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smooth: always;
}

/* Fonts */

@font-face {
    font-family: 'Open Sans';
    src: url('includes/fonts/OpenSans-ExtraBold.woff2') format('woff2'),
        url('includes/fonts/OpenSans-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('includes/fonts/OpenSans-Bold.woff2') format('woff2'),
        url('includes/fonts/OpenSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('includes/fonts/OpenSans-Light.woff2') format('woff2'),
        url('includes/fonts/OpenSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('includes/fonts/OpenSans-LightItalic.woff2') format('woff2'),
        url('includes/fonts/OpenSans-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('includes/fonts/OpenSans-Regular.woff2') format('woff2'),
        url('includes/fonts/OpenSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('includes/fonts/OpenSans-SemiBold.woff2') format('woff2'),
        url('includes/fonts/OpenSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* Headings */

h1, h1, h3, h4, h5, h6 {
	margin: 20px 0px 10px 0;
	font-weight: normal;
}

h1 {
	font-size: 58px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 25px 0;
}

h2, .h2 {
	font-size: 38px;
	font-weight: 300;
	text-transform: uppercase;
	text-align: center;
	color: #666666;
	margin: 0 0 34px 0;
	overflow: hidden;
}

h2 span, .h2 span {
	display: inline-block;
	position: relative;
}

h2 span:before, h2 span:after,
.h2 span:before, .h2 span:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	height: 1px;
	background: #646464;
	width: 100em;
}

h2 span:before,
.h2 span:before {
	right: calc(100% + 25px);
}

h2 span:after,
.h2 span:after {
	left: calc(100% + 25px);
}
/*
h2 {
	font-size: 45.21px;
	font-weight: 300;
	text-transform: uppercase;
	text-align: center;
	color: #1a27a6;
	margin: 0 0 25px 0;
	line-height: 1.25em;
}
*/
h3, .h3 {
	font-size: 34px;
	font-weight: 300;
	text-transform: uppercase;
	margin: 0 0 30px 0;
	text-align: left;
}

h3 strong, .h3 strong {
	font-weight: 700;
}

h4, .bundle_sells_title h3 {
	font-size: 26px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 15px 0;
	color: #000;
}

h4.small, h4.cs-coupon-label, .bundle_sells_title h3, .bundled_product_title {
	font-size: 16px;
}

h5 {
	font: 700 16px Oswald;
	text-transform: uppercase;
	color: #2a4dcf;
	margin: 0;
}

h6 {
	font-size: 20px;
	font-weight: 800;
	text-transform: uppercase;
	color: #000;
	margin: 0 0 20px 0;
}

h6 a:link, h6 a:visited {
	display: inline-block;
	color: #fff !important;
	background: #cc0000;
	padding: 14px 18px;
	text-align: center;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

h6 a:hover {
	background: #000;
}

button:not(.search-button):not(.fancybox-close-small):not(.pswp__button):not(.qib-button), .button {
	display: inline-block !important;
	font: 800 20px 'Open Sans' !important;
	text-transform: uppercase !important;
	letter-spacing: 0 !important;
	color: #fff !important;
	margin: 0 !important;
	background: #cc0000 !important;
	cursor: pointer !important;
	border: none !important;
	text-decoration: none !important;
	padding: 13px 18px !important;
	-webkit-transition: all 350ms ease-in-out !important;
	transition: all 350ms ease-in-out !important;
	-webkit-border-radius: 4px !important;
	border-radius: 4px !important;
}

button[name='update_cart']:not(.search-button):not(.fancybox-close-small):not(.pswp__button):not(.qib-button),
.button[name='update_cart']:not(.search-button):not(.fancybox-close-small):not(.pswp__button):not(.qib-button) {
	visibility: hidden !important;
}

.subscribe-form .button {
	-webkit-border-radius: 4px 0 0 4px !important;
	border-radius: 4px 0 0 4px !important;
}

button:not(.search-button):not(.fancybox-close-small):not(.pswp__button):not(.qib-button):hover, .button:hover {
	background: #000000 !important;
}

/* Links */

a:link, a:visited, a:active {
	color: #2a4dcf;
	text-decoration: none;
	-webkit-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;
}

a:hover {
	color: #000;
}

/* Paragraphs */

p {
	line-height: 1.25em;
	margin: 0 0 23px 0;
}

.medium {
	font-size: 21.34px;
}

.large {
	font-size: 26.24px;
}

p.large {
	margin-bottom: 33px;
}

.alignleft, .wp-caption.alignleft {
	float: left;
	display: inline;
	margin: 10px 105px 15px 0;
}

.alignright, .wp-caption.alignright {
	float: right;
	display: inline;
	margin: 10px 0 15px 105px;
}

.aligncenter {
	display: block;
}

.aligncenter, .wp-caption.aligncenter {
	margin: 0 auto 29px auto;
}

/* Lists */

ul {
	margin: 5px 0 38px 20px;
}

ul li {
	list-style: disc;
	margin: 0 0 10px 0;
}

ol {
	margin: 0 0 30px 45px;
}

ol li {
	list-style: decimal;
	margin: 0;
	line-height: 1.3em;
}

/* Clearfix */

.cf:before, .cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

.clear {
	clear: both;
	height: 0px;
	font-size: 1px;
	line-height: 0;
	overflow: hidden;
}

/* Layout */

body {
	font: 300 18px 'Open Sans', Arial, Helvetica, sans-serif;
	color: #000;
}

.all {
	width: 100%;
	overflow: hidden;
}

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

iframe {
	max-width: 100%;
}

.frame, .site-main {
	width: 1180px;
	margin: 0 auto;
	position: relative;
}

.content, .content-area {
	padding: 50px 0;
}

.top-bar {
	background: #2a4dcf;
	padding: 13px 0;
}

.white-text, .white-text *, .white-text a:link, .white-text a:visited {
	color: #FFF;
}

.white-text a:link, .white-text a:visited {
	text-decoration: underline;
}

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

.alert a:link, .alert a:visited {
	color: #febf00;
}

.top-bar .frame {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.alert {
	font-size: 16px;
	font-weight: 600;
}

.alert>:last-child {
	margin-bottom: 0;
}

.top-nav {
	margin: 0 0 0 auto;
}

.top-nav>ul {
	margin: 0;
	display: flex;
}

.top-nav>ul>li {
	list-style: none;
	margin: 0;
	font-size: 12px;
	font-weight: 600;
	padding: 0 14px;
	position: relative;
}

.top-nav>ul>li:last-child {
	padding-right: 0;
}

.top-nav>ul>li:not(:first-child):before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: -1px;
	width: 1px;
	height: 11px;
	background: #FFF;
	-webkit-transform: translate(0,-40%);
	transform: translate(0,-40%);
}

.top-nav a:link, .top-nav a:visited {
	color: #FFF;
	text-decoration: none;
}

.top-nav a:hover {
	text-decoration: underline;
}

.header {
	padding: 15px 0 15px 0;
}

.header .frame {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.logo {
	width: 140px;
}

.header-phone {
	width: 296px;
	border: 1px solid #2a4dcf;
	background: url('i/ico-phone.png') no-repeat 15px 50%;
	text-transform: uppercase;
	padding: 9px 0 10px 73px;
}

.header-phone p {
	margin: 0 0 2px 0;
	line-height: 1em;
	font-size: 15px;
	font-weight: 300;
	color: #333333;
}

a.header-phone-number:link, a.header-phone-number:visited {
	color: #2a4dcf;
	font-size: 28px;
	font-weight: 700;
	line-height: 1em;
}

a.header-phone-number:hover {
	color: #000;
}

.search-form {
	display: flex;
	flex: 1 0 auto;
	border: 1px solid #cccccc;
	margin: 0 34px 0 35px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
}

.keyword {
	font: 13px 'Open Sans';
	color: #000;
	border: none;
	background: transparent;
	flex: 1 0 auto;
	padding: 15px 25px;
}

.keyword:focus {
	outline: none;
}

.search-button {
	border: none;
	background: transparent;
	padding: 10px 17px;
	border-left: 1px solid #cccccc;
}

.menu-bar {
	background: #2A4DCF;
}

#pi-pickup-location-container>div:nth-child(2) {
	margin: 0 -10px 20px -10px !important;
}

.pisol-location-radio + label {
	background-color: #eeefef !important;
}

.pisol-location-radio:checked + label {
    background-color: #2A4DCF !important;
    color: #fff !important;
}

.menu-bar .frame {
	display: flex;
	justify-content: space-between;
}

.categories-nav {
	position: relative;
	z-index: 210;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.2em;
}

.categories-button {
	display: block;
	background: #1938aa;
	line-height: 1em;
}

a.categories-button:link, a.categories-button:visited {
	color: #FFF;
}

.categories-button span {
	display: block;
	background: url('i/ico-menu.png') no-repeat 14px 50%;
	padding: 15px 15px 15px 35px;
}

ul.categories-list {
	position: absolute;
	top: 100%;
	left: 0;
	margin: 0;
	background: #fff;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: opacity 200ms ease-in-out;
	transition: opacity 200ms ease-in-out;
	-webkit-box-shadow: 2px 3px 5px 2px rgba(000,000,000,0.2);
box-shadow: 0px 3px 5px 2px rgba(000,000,000,0.2);
}

.categories-nav:hover ul.categories-list {
	opacity: 1;
	pointer-events: inherit;
}

ul.categories-list li {
	list-style: none;
	margin: 0;
	position: relative;
}

ul.categories-list li:not(:last-child):after {
	content: '';
	display: block;
	position: absolute;
	top: 100%;
	left: 15px;
	right: 15px;
	background: #000;
	height: 1px;
	opacity: 0.2;
}

ul.categories-list>li a:link, ul.categories-list>li a:visited {
	color: #000;
	display: block;
	padding: 10px 40px 10px 20px;
}

ul.categories-list>li:hover>a:link, ul.categories-list>li:hover>a:visited,
ul.categories-list>li.open>a:link, ul.categories-list>li.open>a:visited {
	background: #000;
	color: #FFF;
}

ul.categories-list li.menu-item-has-children>a:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 17px;
	border-left: 8px solid #000;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
	-webkit-transition: border-color 350ms ease-in-out;
	transition: border-color 350ms ease-in-out;
}

ul.categories-list>li li.menu-item-has-children>a:after,
ul.categories-list>li.menu-item-has-children:hover>a:after {
	border-left-color: #FFF;
}

ul.categories-list>li li li.menu-item-has-children:hover>a:after {
	border-left-color: #000;
}

/* Second Level */

ul.categories-list li ul {
	position: absolute;
	top: 0;
	left: 100%;
	background: #000;
	margin: 0;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: opacity 200ms ease-in-out;
	transition: opacity 200ms ease-in-out;
	min-width: 220px;
}

ul.categories-list li.open>ul {
	opacity: 1;
	pointer-events: inherit;
}

ul.categories-list li ul li:not(:last-child):after {
	background-color: #FFF;
}

ul.categories-list li ul li a:link, ul.categories-list li ul li a:visited {
	color: #FFF;
}

ul.categories-list li ul li:hover>a:link, ul.categories-list li ul li:hover>a:visited,
ul.categories-list li ul li.open>a:link, ul.categories-list li ul li.open>a:visited {
	background-color: #2a4dcf;
}

/* Third Level */

ul.categories-list li li ul {
	background-color: #2a4dcf;
}

ul.categories-list li ul li li:hover>a:link, ul.categories-list li ul li li:hover>a:visited,
ul.categories-list li ul li li.open>a:link, ul.categories-list li ul li li.open>a:visited{
	background-color: #dee4fa;
	color: #000;
}

.main-nav {
	align-self: center;
}

.main-nav>ul {
	display: flex;
	margin: 0;
}

.main-nav>ul>li {
	list-style: none;
	margin: 0;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	position: relative;
	padding: 0 22px;
}

.main-nav>ul>li:last-child {
	padding-right: 0;
}

.main-nav>ul>li:not(:first-child):before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: -1px;
	width: 1px;
	height: 13px;
	background: #fff;
	-webkit-transform: translate(0,-40%);
	transform: translate(0,-40%);
}

.main-nav a:link, .main-nav a:visited {
	color: #fff;
}

.main-nav a:hover {
	color: #fff;
}

.graphic-background {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.deals-area {
	padding: 29px 0;
}

.deals-slider {
	position: relative;
	margin: 0 0 21px 0;
	min-height: 199px;
}

.deals-slide {
	position: absolute;
	width: 100% !important;
}

ul.deals {
	display: flex;
	justify-content: center;
	margin: 0 -7px;
	width: calc(100% + 14px);
}

ul.deals>li {
	list-style: none;
	width: calc(33.33% - 14px);
	margin: 0 7px;
}

.deal {
	display: block;
	border: 5px solid #FFF;
}

.deal img {
	display: block;
}

.slider-pager {
	display: flex;
	justify-content: center;
	margin: 0 0 17px 0;
}

.slider-pager span {
	width: 11px;
	height: 11px;
	border: 1px solid #FFF;
	-webkit-transition: background-color 350ms ease-in-out;
	transition: background-color 350ms ease-in-out;
	margin: 0 4px;
	text-indent: -100em;
	overflow: hidden;
	-webkit-border-radius: 50%;	
	border-radius: 50%;
	cursor: pointer;
}

.slider-pager span.cycle-pager-active {
	background: #FFF;
}

.slider-nav {
	display: block;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
	width: 39px;
	height: 78px;
	-webkit-border-radius: 4px;	
	border-radius: 4px;
	background: rgba(255,255,255,0.3);
}

.slider-nav:hover {
	background: rgba(255,255,255,0.4);
}

.slider-nav:focus {
	outline: none;
}

.slider-prev {
	left: -70px;
}

.slider-next {
	right: -70px;
}

.slider-nav:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	border-top: 14px solid transparent;
	border-bottom: 14px solid transparent;
}

.slider-prev:before {
	border-right: 23px solid #FFF;
}

.slider-next:before {
	border-left: 23px solid #FFF;
}

.deal-gift-card, .deal-gift-card img {
	display: block;
}

.benefits-area {
	padding: 28px 0;
}

ul.benefits {
	display: flex;
	margin: 0 -20px;
}

ul.benefits>li {
	list-style: none;
	margin: 0 50px;
	width: calc(33.33% - 100px);
	display: flex;
	align-items: center;
	position: relative;
	font-size: 14px;
	color: #666666;
	padding: 15px 0;
}

.benefits li p {
	margin: 0;
}

ul.benefits>li:not(:first-child):before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -55px;
	width: 2px;
	background: #cccccc;
}

.benefit-icon {
	width: 75px;
}

.benefit-icon img {
	display: block;
	margin: 0 auto;
}

.benefit-text {
	width: calc(100% - 75px);
}

.links-area {
	padding-bottom: 100px;
}

ul.links {
	list-style: none;
	width: calc(100% + 20px);
	margin: 0 -10px;
	display: flex;
	justify-content: center;
}

ul.links>li {
	list-style: none;
	margin: 0 10px;
	width: calc(33.33% - 20px);
}

.link {
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	border: 3px solid #000;
	text-transform: uppercase;
	text-align: center;
	position: relative;
}

a.link:link, a.link:visited {
	color: #000;
}

.link-title {
	font-size: 24px;
	font-weight: 700;
	background: #FFF;
	padding: 0 25px;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
	margin: 0 15px -3px 15px;
}

.link-image {
	margin: 0 0 -10px 0;
}

.link-image img {
	-webkit-border-radius: 50%;
	border-radius: 50%;
	display: block;
}

.link-cta {
	font-size: 22px;
	font-weight: 600;
	width: 70.4%;
	background: #fff;
	border: 3px solid #000;
	text-align: center;
	padding: 8px 30px;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%,50%);
	transform: translate(-50%,50%);
	-webkit-transition: color 350ms ease-in-out, background-color 350ms ease-in-out, border-color 350ms ease-in-out;
	transition: color 350ms ease-in-out, background-color 350ms ease-in-out, border-color 350ms ease-in-out;
}

.link:hover .link-cta {
	background-color: #2a4dcf;
	border-color: #2a4dcf;
	color: #FFF;
}

.promo a, .page-title img {
	display: block;
	max-width: 1440px;
	margin: 0 auto;
}

.promo img {
	display: block;
}

.categories-area {
	padding: 65px 0 25px 0;
}

ul.categories {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	width: calc(100% + 124px);
	margin: 0 -62px -36px -62px;
}

ul.categories>li {
	list-style: none;
	width: calc(20% - 124px);
	margin: 0 62px 36px 62px;
}

.category-link {
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	margin: 0 auto;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
}

a.category-link:link, a.category-link:visited {
	color: #000;
}

a.category-link:hover {
	color: #2a4dcf;
}

.category-thumbnail {
	width: 100%;
	height: 0;
	padding: 100% 0 0 0;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #ecebe9;
	position: relative;
	margin: 0 0 8px 0;
}

.category-thumbnail img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	max-width: 80%;
	max-height: 80%;
}

.boxes-area {
	padding-bottom: 70px;
}

.boxes {
	display: flex;
	flex-flow: row wrap;
	width: calc(100% + 10px);
	margin: 0 -5px;
}

.box {
	width: calc(50% - 10px);
	margin: 0 5px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.box-upgrade {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	font-size: 20px;
	font-weight: 600;
}

.box-upgrade-content {
	padding: 44px 26px 40px 33.33%;
}

.box-upgrade-headline {
	font-size: 40px;
	font-weight: 800;
	line-height: 1.2em;
	margin: 0 0 17px 0;
}

ul.financing {
	display: flex;
	flex-flow: row nowrap;
	margin: 0 -27px;
	width: calc(100% + 54px);
	text-align: center;
	font-size: 16px;
	font-weight: 400;
}

ul.financing>li {
	list-style: none;
	margin: 0 27px;
	width: calc(50% - 54px);
}

.financing img {
	display: block;
	margin: 0 auto 12px auto;
}

.box-subscribe {
	background: #2a4dcf;
	padding: 27px 40px;
}

.box-subscribe-headline {
	text-align: center;
	font-size: 34px;
	font-weight: 800;
	text-transform: uppercase;
	margin: 0 0 17px 0;
}

.box-subscribe-text {
	text-align: center;
	font-size: 20px;
	font-weight: 800;
	max-width: 328px;
	border-bottom: 3px solid #FFF;
	padding: 0 20px 28px 20px;
	margin: 0 auto 45px auto;
}

.box-subscribe-text p {
	margin: 0;
	line-height: 1.25em;
}

.footer {
	background: #222529;
	padding: 35px 0 70px 0;
	font-weight: 400;
}

.footer .frame {
	display: flex;
	justify-content: space-between;
}

.footer-locations {
	width: 450px;
}

ul.footer-locations-list {
	display: flex;
	flex-flow: row wrap;
	width: calc(100% + 90px);
	margin: 0 -45px;
}

ul.footer-locations-list>li {
	list-style: none;
	width: calc(50% - 90px);
	margin: 0 45px 33px 45px;
	font-size: 13px;
}

ul.footer-locations-list>li>:last-child {
	margin-bottom: 0;
}

.footer-locations p {
	line-height: 1.65em;
}

.footer a:link, .footer a:visited {
	text-decoration: none;
}

.footer-locations a:hover {
	text-decoration: underline;
}

.footer-widgets {
	width: 380px;
	font-size: 14px;
}

.footer-widgets p {
	line-height: 1.5em;
	margin: 0 0 24px 0;
}

.footer-form {
	margin: 0 0 30px 0;
}

.social ul {
	margin: 30px 0 0 0;
	display: flex;
}

.social ul li {
	list-style: none;
	margin: 0 28px 0 0;
}

.social ul li:last-child {
	margin-right: 0;
}

.social ul li a {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	border: 4px solid #FFF;
	width: 74px;
	height: 74px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	font-size: 38px;
}

.social li a i {
	-webkit-transition: color 350ms ease-in-out;
	transition: color 350ms ease-in-out;
}

.social li a:hover {
	background: #fff;
	color: #222529;
}

.social li a:hover i {
	color: #222529;
}

.lessons-area {
	padding: 53px 0 40px 0;
}

.location-filter {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #d7d7d7;
	padding: 0 0 25px 0;
}

.location-filter-headline {
	font-size: 22px;
	font-weight: 800;
}

.facetwp-facet-location {
	display: flex !important;
	justify-content: center !important;
	width: 75.8% !important;
	margin: 0 !important;
}

.facetwp-facet-location .facetwp-checkbox {
	background: transparent !important;
	margin: 0 13px !important;
	padding: 6px 21px !important;
	font-size: 20.33px !important;
	text-transform: uppercase !important;
	color: #1a27a6 !important;
	border: 2px solid #1a27a5 !important;
	text-align: center !important;
	-webkit-transition: all 350ms ease-in-out !important;
	transition: all 350ms ease-in-out !important;
}

.facetwp-facet-location .facetwp-checkbox:not(.checked):hover {
	border-color: #000 !important;
	color: #000 !important;
}

.facetwp-facet-location .facetwp-checkbox.checked {
	background: #1a27a6 !important;
	color: #FFF !important;
}

.lessons-columns {
	display: flex;
	justify-content: space-between;
}

.instrument-filter {
	width: 20.2%;
	border-right: 1px solid #e3e3e3;
	align-self: flex-start;
	padding: 14px 0 0 0;
}

.instrument-filter-headline {
	font-size: 24.3px;
	font-weight: 600;
	margin: 0 0 10px 0;
}

.facetwp-facet-instrument, .woocommerce-MyAccount-navigation ul {
	margin: 0 !important;
}

.woocommerce-MyAccount-navigation ul li {
	margin: 0;
	list-style: none;
}

.facetwp-facet-instrument .facetwp-checkbox, .woocommerce-MyAccount-navigation ul li a {
	display: block !important;
	margin: 0 !important;
	padding: 7px 45px 7px 10px !important;
	background: transparent !important;
	font-size: 17.54px !important;
	font-weight: 400 !important;
	color: #1a27a6 !important;
	border-bottom: 1px solid #e3e3e3 !important;
	position: relative !important;
	-webkit-transition: all 350ms ease-in-out !important;
	transition: all 350ms ease-in-out !important;
	text-transform: capitalize !important;
}

.woocommerce-MyAccount-navigation ul li a:link, .woocommerce-MyAccount-navigation ul li a:visited {
	color: #1a27a6 !important;
}

.facetwp-facet-instrument .facetwp-checkbox:after, .woocommerce-MyAccount-navigation ul li a:after {
	content: '>';
	display: block;
	position: absolute;
	top: 7px;
	right: 23px;
}

.facetwp-facet-instrument .facetwp-checkbox:not(.checked):hover, .woocommerce-MyAccount-navigation ul li a:hover {
	color: #000 !important;
}

.facetwp-facet-instrument .facetwp-checkbox.checked,
.woocommerce-MyAccount-navigation ul li.is-active>a {
	background: #1a27a6 !important;
	color: #FFF !important;
}

.facetwp-counter {
	display: none !important;
}

.lessons-content {
	width: 75.8%;
	padding: 10px 0 0 0;
	position: relative;
}

.lessons-content .team {
	opacity: 0;
	pointer-events: none;
	-webkit-transition: opacity 350ms ease-in-out;
	transition: opacity 350ms ease-in-out;
}

.grid-loaded .team {
	opacity: 1;
	pointer-events: inherit;
}

.lds-ring {
	display: inline-block;
	position: absolute;
	top: 40px;
	left: 50%;
	-webkit-transform: translate(-50%,0);
	transform: translate(-50%,0);
	width: 64px;
	height: 64px;
	opacity: 0;
	pointer-events: none;
	z-index: 120;
	-webkit-transition: opacity 250ms ease-in-out;
	transition: opacity 250ms ease-in-out;
}

.lessons-content:not(.grid-loaded) .lds-ring {
	opacity: 1;
	pointer-events: inherit;
}

.lds-ring div {
	box-sizing: border-box;
	display: block;
	position: absolute;
	width: 51px;
	height: 51px;
	margin: 3px;
	border: 3px solid #2a4dcf;
	border-radius: 50%;
	animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	border-color: #2a4dcf transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
	animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
	animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
	animation-delay: -0.15s;
}

@keyframes lds-ring {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

ul.team {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	margin: 37px -21px 0 -21px;
	width: calc(100% + 42px);
}

ul.team-wide {
	margin-top: 45px;
	margin-left: -30px;
	margin-right: -30px;
	width: calc(100% + 60px);
}

ul.team>li {
	list-style: none;
	margin: 0 21px 42px 21px;
	width: calc(33.33% - 42px);
}

ul.team-wide>li {
	margin-left: 30px;
	margin-right: 30px;
	width: calc(33.33% - 60px);
}

ul.team-wide span {
	font-size: 17.36px;
}

.team-link {
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	text-align: center;
	color: #000;
}

a.team-link:link, a.team-link:visited,
.team-link a:link, .team-link a:visited {
	color: #000;
}

.team-link a:hover {
	color: #2a4dcf;
}

.team-headshot {
	border: 1px solid #2a4dcf;
	padding: 5px;
	width: 100%;
}

.team-wide .team-headshot {
	padding: 9px;
}

.team-headshot img {
	display: block;
	width: 100%;
}

.team-name {
	background: #2a4dcf;
	border: 1px solid #2a4dcf;
	color: #FFF;
	padding: 4px 2px;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 300;
	align-self: stretch;
	margin: -20px 22px 5px 22px;
	-webkit-transition: color 350ms ease-in-out, background-color 350ms ease-in-out, border-color 350ms ease-in-out;
	transition: color 350ms ease-in-out, background-color 350ms ease-in-out, border-color 350ms ease-in-out;
	-webkit-box-shadow: 1px 1px 9px 0 #aaa;
	box-shadow: 1px 1px 9px 0 #aaa;
}

.team-wide .team-name {
	font-size: 29.1px;
	margin: -33px 40px 15px 40px;
}

a.team-link:hover .team-name {
	background-color: #FFF;
	color: #000;
	border-color: #000;
}

.team-specialization {
	font-style: italic;
	margin: 0 0 4px 0;
}

.expert-specialization {
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.25em;
	margin: 0 0 5px 0;
}

.team-location {
	font-size: 12.56px;
	text-transform: uppercase;
}

.expert-location {
	font-style: italic;
	margin: 0 0 5px 0;
}

.pagination {
	border-top: 1px solid #d7d7d7;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-end;
	padding: 11px 0 0 0;
	font-size: 15px;
	font-weight: 400;
}

.pagination span, .pagination a {
	margin: 0 7px 0 0;
}

.pagination a:link, .pagination a:visited {
	color: #888888;
}

.pagination a:hover {
	color: #000;
}

.pagination span {
	color: #2a4dcf;
}

.back-link {
	margin: 0 15px 0 0;
}

.back-link h6 {
	font-size: 16px;
}

.instructor-columns {
	display: flex;
	justify-content: space-between;
	position: relative;
}

.instructor-columns:before {
	content: '';
	display: block;
	position: absolute;
	top: -15px;
	bottom: -15px;
	left: 44%;
	width: 1px;
	background: #e3e3e3;
}

.instructor-profile {
	width: 39.4%;
}

.instructor-bio {
	width: 50%;
	margin: 0 2% 0 0;
}

.instructor-profile .team-name {
	font-size: 27px;
	margin-top: -25px;
	margin-bottom: 8px;
}

.instructor-profile .team-specialization {
	font-size: 23.72px;
	margin-bottom: 10px;
}

.instructor-profile .team-location {
	font-size: 14px;
	line-height: 1.85em;
}

.callout {
	padding: 50px 0;
}

.stand-out {
	padding: 0 0 100px 0;
}

.callout .frame {
	display: flex;
	justify-content: space-between;
}

.callout-text {
	width: 38.6%;
	margin: 65px 0 0 5.8%;
	text-align: center;
	align-self: center;
}

.stand-out .callout-text {
	align-self: stretch;
}

.left-callout .callout-text {
	order: 2;
	width: 41.8%;
	margin: 0 4% 0 0;
}

.callout-text p {
	line-height: 1.2em;
}

.callout-image {
	margin: 0 4.4% 0 0;
	width: 43.1%;
}

.left-callout .callout-image {
	width: 47.9%;
}

.left-callout .callout-image {
	order: 1;
}

.callout-image img {
	display: block;
}

.repairs-area {
	padding: 55px 0;
}

ul.grid, ul.products {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	margin: 37px -21px -10px -21px;
	width: calc(100% + 42px);
}

ul.products {
	margin: 37px -21px -10px -21px !important;
	width: calc(100% + 42px) !important;
}

ul.grid>li {
	list-style: none;
	margin: 0 21px 68px 21px;
	width: calc(25% - 42px);
}

ul.products>li {
	list-style: none;
	margin: 0 21px 68px 21px !important;
	width: calc(25% - 42px) !important;
}

.woocommerce ul.grid>li, ul.products>li {
	margin-bottom: 10px;
}

.grid-link, .woocommerce-loop-product__link {
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	text-align: center;
	color: #000;
	position: relative;
}

a.grid-link:link, a.grid-link:visited,
.grid-link a:link, .grid-link a:visited,
a.woocommerce-loop-product__link:link, a.woocommerce-loop-product__link:visited {
	color: #000;
}

.grid-link a:hover, a.woocommerce-loop-product__link:hover {
	color: #2a4dcf;
}

.grid-link:hover h5 {
	color: #FFF;
}

.grid-thumbnail, ul.products li .attachment-woocommerce_thumbnail {
	background: #FFF;
	border: 1px solid #cc0001;
	padding: 6px;
	width: 100%;
	-webkit-transition: border-color 350ms ease-in-out;
	transition: border-color 350ms ease-in-out;
}

.grid-thumbnail img, ul.products li .attachment-woocommerce_thumbnail {
	display: block;
	width: 100%;
	margin: 0 auto;
}

a.grid-link:hover .grid-thumbnail, ul.products li a:hover .attachment-woocommerce_thumbnail {
	border-color: #2a4dcf;
}

.grid-title, .woocommerce-loop-product__title {
	/*position: absolute;
	top: 100%;
	left: 32px;
	right: 32px;*/
	margin: 0 32px;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
	background: #fff;
	border: 1px solid #ababab;
	color: #000;
	padding: 8px 2px;
	text-transform: uppercase;
	font-size: 22.62px;
	line-height: 1.2em;
	align-self: stretch;
	-webkit-transition: color 350ms ease-in-out, background-color 350ms ease-in-out, border-color 350ms ease-in-out;
	transition: color 350ms ease-in-out, background-color 350ms ease-in-out, border-color 350ms ease-in-out;
	-webkit-box-shadow: 1px 1px 9px 0 #aaa;
	box-shadow: 1px 1px 9px 0 #aaa;
}

.woocommerce .grid-title, .search-results .grid-title {
	font-size: 18px;
	margin: 0 20px;
}

.woocommerce-loop-product__title {
	font-size: 18px !important;
	margin: -38px 20px 10px 20px !important;
	padding: 8px 2px !important;
	-webkit-transform: none;
	transform: none;
}

.woocommerce ul.products li.product .price {
	color: #000 !important;
}

a.grid-link:hover .grid-title, ul.products li a:hover .woocommerce-loop-product__title {
	background-color: #2a4dcf;
	color: #fff;
	border-color: #2a4dcf;
}

.grid-title p {
	margin: 0;
	line-height: 1.2em;
}

.experts-area {
	padding: 65px 0;
}

.team .expert-popup {
	display: none;
}

.expert-popup {
	padding: 0 !important;
	margin: 0 !important;
	cursor: default !important;
}

.expert-popup-columns {
	background: #FFF;
	padding: 36px;
	width: 900px;
	display: flex;
}

.expert-profile {
	width: 42.2%;
}

.expert-bio {
	width: 57.8%;
	font-size: 18px;
	font-weight: 400;
	border-left: 1px solid #2635c6;
}

.expert-bio-text {
	margin: 0 22px;
	letter-spacing: 0.4px;
}

.expert-popup-title {
	font-size: 36.62px;
	font-weight: 700;
	text-transform: uppercase;
	color: #FFF;
	background: #2a4dcf;
	letter-spacing: 0.7px;
    padding: 2px 33px 3px 33px;
	text-align: right;
	margin: 0 0 12px 0;
}

.expert-bio .expert-popup-title {
	border-left: 1px solid #FFF;
	margin-left: -1px;
	width: calc(100% + 1px);
}

.expert-bio-text p {
	margin-bottom: 21px;
}

.expert-profile .expert-link {
	max-width: 316px;
	margin: 22px auto 0 auto;
}

.expert-profile .team-headshot {
	border: none;
	padding: 0;
}

.expert-profile .team-name {
	font-size: 27.7px;
	margin-bottom: 8px;
}

.expert-profile .expert-specialization {
	font-size: 20px;
}

.expert-location {
	margin-bottom: 1px;
}

.fancybox-close-small {
	width: 15px !important;
	height: 15px !important;
	background: url('i/ico-close.png') no-repeat !important;
	top: 11px !important;
	right: 13px !important;
	padding: 0 !important;
	-webkit-transition: opacity 350ms ease-in-out !important;
	transition: opacity 350ms ease-in-out !important;
}

.fancybox-close-small:hover {
	opacity: 0.6 !important;
}

.fancybox-close-small svg {
	display: none !important;
}

ul.logos {
	margin: 70px -20px 20px -20px;
	width: calc(100% + 40px);
	display: flex;
	justify-content: space-between;
	align-items: center;
}

ul.logos>li {
	list-style: none;
	margin: 0 20px;
}

.logos li a,
.logos li img {
	display: block;
}

.logos a:hover {
	opacity: 0.6;
}

.mobile {
	display: none;
}

.related.products:before, .upsells.products:before {
	content: '';
	display: block;
	clear: both;
	height: 0px;
	font-size: 1px;
	line-height: 0;
	overflow: hidden;
}

h2.product_title {
	text-align: left;
	text-transform: none;
}

h2.product_title span:before, h2.product_title span:after {
	display: none;
}

.product_meta>span {
	display: block;
	margin: 0 0 15px 0;
}

.pickup-location-field {
	margin: 10px 0;
}

.select2 {
	font: 400 16px 'Open Sans' !important;
	color: #636363 !important;
}

#coupon_code {
	width: 160px !important;
	margin-right: 10px !important;
}

ul.wc_payment_methods li {
	list-style: none;
}

#order_agree_field {
    background: #2a4dcf;
    color: #FFF;
    padding: 10px;
}

#order_agree_field label {
	color: #FFF !important;
}

#order_agree_field a:link, #order_agree_field a:visited {
	color: #FFF;
	text-decoration: underline;
}

#order_agree_field a:hover {
	text-decoration: none;
}

.cart_totals h2 {
	font-size: 32px;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
	display: block !important;
	margin-bottom: 10px !important;
}

.woocommerce form.login {
	max-width: 500px !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

/* Product */

.product-area .frame {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}

.product-gallery {
	width: 77.33%;
	margin: 0 0 0 -12.1%;
	position: relative;
	background: #eeefef;
	align-self: flex-start;
	padding: 40px 40px 60px 40px;
}

.product-gallery:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 100%;
	width: 2000px;
	background: #eeefef;
}

.product-gallery .product-slider-next {
	background-image: url('i/next-light.png');
}

.product-gallery .product-slider-prev {
	background-image: url('i/prev-light.png');
}

.product-slider {
	position: relative;
	height: 450px;
}

.product-slide {
	position: absolute;
	width: 100% !important;
	height: 100% !important;
	display: flex !important;
	justify-content: center;
	align-items: center;
	background: #eeefef;
}

.product-slide img {
	display: block;
}

.product-slider-nav {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: 10px;
	left: 50%;
	-webkit-transform: translate(-50%,0);
	transform: translate(-50%,0);
	z-index: 110;
	max-width: 90%;
}

.product-details {
	width: 30.6%;
	align-self: center;
	margin: 40px 0;
}

.product-sku {
	color: #bdbdbf;
	margin-bottom: 8px;
}

h1.product-title {
	font-size: 26px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    margin: 0 0 35px 0 !important;
    color: #000 !important;
	text-align: left !important;
}

h1.product-title sup {
	font-size: 24px !important;
}

.product-description {
	line-height: 1.3em;
}

.product-stock p {
	margin: 0;
}

.product-stock {
	font-weight: 700;
	margin-bottom: 37px;
}

ul.product-colors {
	margin: 0 0 33px 0;
}

ul.product-colors>li {
	list-style: none;
	margin: 0 0 10px 0;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
}

.product-color {
	width: 19px;
	height: 19px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: relative;
	margin: 4px 18px 4px 4px;
}

.product-color:before {
	content: '';
	display: block;
	position: absolute;
	top: -4px;
	left: -4px;
	width: 27px;
	height: 27px;
	border: 1px solid #414245;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.product-price, .woocommerce-variation-price {
	margin-bottom: 30px;
	font-size: 18px;
}

.woocommerce-variation-price {
	font-weight: 700;
}

.woocommerce-Price-currencySymbol {
	line-height: 0;
	position: relative;
	vertical-align: baseline;
	top: -0.5em;
	font-size: 0.75em;
}

.product-price sup, .product-details .woocommerce-Price-currencySymbol {
	font-size: 16px;
}

.slider-page-link {
	display: block;
	width: 30px;
	height: 30px;
	overflow: hidden;
	text-indent: -100em;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
}

.slider-page-link:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 0;
	-webkit-transition: opacity 350ms ease-in-out;
	transition: opacity 350ms ease-in-out;
}

.slider-page-link:hover:before {
	opacity: 1;
}

.product-slider-prev {
	background-image: url('i/prev-light.png');
}

.product-slider-prev:before {
	background-image: url('i/prev-dark.png');
}

.product-slider-next {
	background-image: url('i/next-light.png');
}

.product-slider-next:before {
	background-image: url('i/next-dark.png');
}

a.slider-page-link:focus {
	outline: none;
}

.product-slider-prev {
	margin-right: 36px;
}

.product-slider-next {
	margin-left: 36px;
}

.slider-pages {
	display: flex;
	flex-flow: row nowrap;
	max-width: calc(100% - 140px);
}

.slider-pages span, .slider-pages a {
	flex: 0 1 auto;
	text-indent: -100em;
	overflow: hidden;
	background: #dee4fa;
	width: 56px;
	height: 4px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin: 0 4px;
	cursor: pointer;
	-webkit-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;
	text-decoration: none;
}

.slider-pages span.cycle-pager-active,
.slider-pages span:hover,
.slider-pages a.active,
.slider-pages a:hover {
	background-color: #2a4dcf;
}

table.variations, table.variations tbody, table.variations tr, table.variations td {
	display: block !important;
}

table.variations {
	margin-bottom: 30px !important;
}

.variations td {
	margin: 0 0 10px 0 !important;
	padding: 0 !important;
}

.variations select {
	font: 16px 'Open Sans' !important;
	color: #000 !important;
	padding: 10px 15px !important;
	margin: 0 15px 0 0 !important;
}

.wc-pao-addon-name {
	display: none !important;
}

.wc-pao-addon {
    margin-top: 30px !important;
}

.bundled_product_excerpt {
	font-size: 14px;
}

.bundled_product_excerpt strong {
	font-weight: 400;
}

.small_width.bundle_form div.bundled_product_summary:not(.thumbnail_hidden) .details, .small_width.composite_form .bundle_form div.bundled_product_summary:not(.thumbnail_hidden) .details {
    width: 75% !important;
    float: right !important;
}

/* Quantity Buttons */

.qib-container label {
	display: block;
	width: 100%;
	font-size: 14px;
	font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 12px 0;
}

.qib-container {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	margin: 0 0 45px 0;
}

.product-quantity .qib-container {
	margin-bottom: 0 !important;
}

.product-quantity .qib-container label {
	display: none;
}

.qib-button:not(.gm-control-active) {
	background: transparent !important;
	padding: 0 !important;
	border: none !important;
	width: 36px !important;
	height: 36px !important;
	overflow: hidden !important;
	background-repeat: no-repeat !important;
	background-size: 100% auto !important;
	text-indent: -100em !important;
	overflow: hidden !important;
	position: relative !important;
}

.qib-button:not(.gm-control-active):before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-repeat: no-repeat;
	background-size: 100% auto;
	opacity: 0;
	-webkit-transition: opacity 350ms ease-in-out;
	transition: opacity 350ms ease-in-out;
}

.qib-button:not(.gm-control-active):hover:before {
	opacity: 1;
}

.qib-button.minus:not(.gm-control-active) {
	margin: 0 12px 0 0 !important;
	background-image: url('i/prev-light.png') !important;
}

.qib-button.minus:not(.gm-control-active):before {
	background-image: url('i/prev-dark.png');
}

.qib-button.plus:not(.gm-control-active) {
	margin: 0 0 0 12px !important;
	background-image: url('i/next-light.png') !important;
}

.qib-button.plus:not(.gm-control-active):before {
	background-image: url('i/next-dark.png');
}

.qib-button:active, .qib-button:focus {
	outline: none !important;
	border: none !important;
}

.qib-container .qty {
	width: 54px !important;
	height: 36px !important;
	border: 1px solid #c1c1c3 !important;
	background: transparent !important;
	font: 16px 'Open Sans' !important;
	letter-spacing: 0 !important;
	color: #000 !important;
	text-align: center !important;
	padding: 0 !important;
	margin: 0 !important;
	display: block !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
}

.qib-container .qty:focus {
	outline: none !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
}

.qib-container .qty::-webkit-outer-spin-button,
.qib-container .qty::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.qib-container input.qty[type=number] {
	-moz-appearance: textfield;
}

form.cart button[type='submit']:not(#qib_id):not(#qib_id):not(_):not(_) {
	height: 36px !important;
	background: #2a4dcf !important;
	color: #FFF !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
	padding-top: 0 !important;
    padding-bottom: 0 !important;
	margin-left: 10px !important;
}

ul.woocommerce-error {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

ul.woocommerce-error>li:last-child {
	margin-bottom: 0 !important;
}

#ship-to-different-address-checkbox {
	margin: 0 8px 0 3px !important;
}

.hr {
	margin: 50px 0 0 0;
}

#wc_gc_cart_redeem_form {
	display: flex !important;
}

#wc_gc_cart_redeem_send {
	margin-left: 10px !important;
}

/* Checkout */

.cart-columns {
	display: flex;
	justify-content: space-between;
	position: relative;
}

.cart-content {
	width: 66.37%;
}

.cart-sidebar {
	width: 28.6%;
	align-self: flex-start;
	right: 0;
}

.cart-sidebar .blockOverlay {
	top: -10px !important;
	bottom: -10px !important;
	left: -10px !important;
	right: -10px !important;
	width: auto !important;
	height: auto !important;
}

.cart-summary {
	background: #eeefef;
	padding: 26px 38px 10px 38px;
}

.woocommerce-checkout .cart-summary {
	padding-bottom: 40px;
}

.cs-checkout-coupon {
	padding-bottom: 30px;
}

.cs-logos {
	padding: 43px 38px;
}

.cs-checkout-coupon {
	margin: 0 0 43px 0;
}

.cs-logos h4 {
	margin-bottom: 17px;
}

.cs-logos p {
	margin-bottom: 40px;
}

.cs-logos>:last-child {
	margin-bottom: 0;
}

.cs-details {
	display: flex;
	justify-content: space-between;
	margin: 0 0 20px 0;
}

.cs-details dt {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 2px 0 0 0;
}

.cs-details dd {
	font-size: 16px;
	text-align: right;
}

.cart_totals, .woocommerce-checkout-review-order-table {
	color: #eeefef;
	font-size: 1px;
}

.cart_totals *, .woocommerce-checkout-review-order-table * {
	color: #000;
	font-size: 16px;
}

.woocommerce .cs-details ul#shipping_method,
.woocommerce .cs-details ul#shipping_method li {
	margin: 0 !important;
	padding: 0 !important;
}

.cs-coupon {
	padding: 36px 0 9px 0;
    margin: 20px 0 0 0;
	position: relative;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
}

.cs-coupon-label {
	margin: 0 15px 0 0 !important;
}

.cs-checkout-coupon .cs-coupon {
	padding: 0;
	margin: 0;
}

.cs-total-area {
	position: relative;
	padding: 37px 0 0 0;
}

#order_review .cs-total-area {
    padding: 38px 0 0 0;
    margin: 39px 0 0 0;
}

.cs-coupon:before, .cs-total-area:before {
	content: '';
	display: block;
	position: absolute;
	left: -10px;
	right: -10px;
	height: 2px;
	background: #bdbdbf;
	top: 0;
}

.cs-checkout-coupon .cs-coupon:before {
	display: none;
}

.cs-coupon .woocommerce-error, .cs-coupon .woocommerce-info, .cs-coupon .woocommerce-message {
	width: 100%;
	padding: 0 0 0 2em !important;
	margin: 25px 0 1em 0 !important;
}

.cs-coupon .woocommerce-error::before, .cs-coupon .woocommerce-info::before, .cs-coupon .woocommerce-message::before {
    top: 50% !important;
    left: 0 !important;
	-webkit-transform: translate(0,-50%) !important;
    transform: translate(0,-50%) !important;
}

.cs-coupon-form {
	display: flex;
	margin: 0 0 20px 0;
}

.checkout_coupon {
	display: flex !important;
	border: none !important;
	padding: 0 !important;
	margin: 0 0 20px 0 !important;
}

.cs-checkout-coupon .checkout_coupon {
	margin-bottom: 0 !important;
}

.cs-coupon-code, .cs-coupon-button {
	flex: 1 1 auto;
}

.cs-coupon-code {
	max-width: 190px;
}

.cs-coupon-button {
	margin: 0 0 0 10px !important;
}

.cs-details dt.cs-coupon-dt {
	font: 600 20px 'Sofia Pro';
	margin-top: 0;
}

.cs-details dd.cs-total, .cs-details dd.cs-total * {
	font-size: 32px;
}

.woocommerce-Price-currencySymbol {
	font-size: 0.6em;
}

.cs-details dt.cs-total-label {
	margin-top: 15px;
}

.wc-proceed-to-checkout h6 {
	margin: 0 0 20px 0;
}

.wc-proceed-to-checkout h6:last-child {
	margin-bottom: 0;
}

h6.secure-button a:link, h6.secure-button a:visited {
	padding-top: 17px;
	padding-bottom: 17px;
	padding-right: 18px;
	padding-left: 48px !important;
	width: 100%;
	position: relative;
}

h6.secure-button.blank-button a:link, h6.secure-button.blank-button a:visited {
	padding-top: 15px;
	padding-bottom: 15px;
}

h6.secure-button a:before, h6.secure-button a:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 20px;
	width: 17px;
	height: 21px;
	
	background-size: 100% auto;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
	-webkit-transition: opacity 350ms ease-in-out;
	transition: opacity 350ms ease-in-out;
}


h6.secure-button a:hover {
	background-color: #000;
	border-color: #000;
	color: #AC89EF !important;
}

h6.secure-button a:after {
	
	opacity: 0;
}

h6.secure-button a:hover:before {
	opacity: 0;
}

h6.secure-button a:hover:after {
	opacity: 1;
}

.woocommerce .cs-sidebar form .form-row {
	padding: 3px 0 !important;
}

.woocommerce table.shop_table {
	border: none !important;
	border-bottom: 2px solid #bdbdbf !important;
	margin: 0 !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
}

.woocommerce .cart-content table.shop_table td {
	border: none !important;
	padding: 0 !important;
}

.cart-product {
	display: flex;
	margin: 0 0 110px 0;
}

.woocommerce-checkout .cart-product {
	margin-bottom: 60px;
}

.woocommerce-checkout .actions .button {
	margin: 0 6.77% 0 0 !important
}

.woocommerce-checkout table.shop_table {
	border-bottom: none !important;
}

.cart-product-thumbnail {
	width: 32.73%;
}

.cart-product-thumbnail img {
	display: block !important;
	width: 100% !important;
	height: auto !important;
}

.cart-product-details {
	width: 61.77%;
	margin: 0 0 0 5.5%;
}

.cart-product-columns {
	display: flex;
	justify-content: space-between;
}

.cart-product-left {
	width: 55%;
	display: flex;
	flex-flow: column nowrap;
	justify-content: space-between;
	min-height: 100%;
}

.woocommerce a.remove:hover {
	background: transparent !important;
	color: inherit !important;
}

.cart-product-right {
	width: 160px;
	display: flex;
	flex-flow: column nowrap;
	justify-content: space-between;
	align-self: flex-end;
}

h2.cart-product-title {
	margin-bottom: 23px;
}

.cart-product-title a:link, .cart-product-title a:visited {
	color: #000;
}

.cart-product-title a:hover {
	color: #7c49ce;
}

.cart-product .qib-container {
	margin-bottom: 0;
}

.cart-product-subtotal {
	margin-bottom: 43px;
}

.cart-product-quantity h4 {
	margin-bottom: 9px;
}

.woocommerce .cart-product-remove a.remove {
	display: inline !important;
	width: auto !important;
	height: auto !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
	text-align: left !important;
	font-size: 1em !important;
	color: #7c49ce !important;
}

.woocommerce .cart-product-remove a.remove:hover {
	color: #000 !important;
}

.woocommerce a.remove:focus {
	outline: none;
}

.wcppec-checkout-buttons__separator {
	display: none !important;
}

.woo_pp_cart_buttons_div {
	display: flex !important;
    flex-flow: column nowrap !important;
    align-items: center !important;
	margin: 0 !important;
}

.mini-cart .wcppec-cart-widget-spb {
	display: none !important;
}

.add_gift_card_form {
	margin-top: 40px !important;
}

.cart-sidebar .add_gift_card_form {
	display: none !important;
}

.woocommerce-shipping-methods li {
	display: flex !important;
	flex-flow: row wrap !important;
	align-items: center !important;
}

.woocommerce ul#shipping_method li input {
	margin: 0 8px 0 0 !important;
}

.woocommerce-shipping-methods li label {
	display: flex !important;
	flex: 1 0 auto;
}

.woocommerce-shipping-methods li label .woocommerce-Price-amount {
	margin: 0 0 0 auto !important;
}

.pickup-location-field {
	width: 100% !important;
}

.bundle_sells_title, div + .bundle_sells_title {
    padding-top: 0 !important;
	margin: 20px 0 0 0 !important;
}

div.product-addon-totals ul li:last-child {
	margin-bottom: 0 !important;
}

div.product-addon-totals {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
	border-bottom: none !important;
}

.woocommerce_gc_giftcard_form .wc_gc_field {
	display: flex !important;
	justify-content: space-between !important;
	align-items: center !important;
}

.woocommerce_gc_giftcard_form label {
	width: 95px !important;
}

.woocommerce_gc_giftcard_form input[type=text], .woocommerce_gc_giftcard_form textarea, .woocommerce_gc_giftcard_form select {
    width: calc(100% - 105px);
	padding: 10px 15px !important;
	color: #000 !important;
	font-size: 16.5px !important;
}

form.cart .quantity.hidden + button[type='submit']:not(#qib_id):not(#qib_id):not(_):not(_) {
	margin-left: 0 !important;
}

.wc-pao-subtotal-line {
	font-weight: 700 !important;
}

.woocommerce-checkout td.actions {
	display: none !important;
}

.woocommerce table.shop_table {
	border-bottom: none !important;
}

.product-short-description {
	margin: 0 0 30px 0;
}

.more-text {
	display: none;
}

.breadcrumbs {
	font-size: 14px;
	margin: 0 0 30px 0;
}

#billing_deliver_to_school_field {
	height: 0 !important;
	overflow: hidden !important;
	padding: 0 !important;
}

.hidden-radio input[type=radio], .optional {
	display: none !important;
}

.product-variation-image .product-slide {
	position: static;
}

fieldset {
	padding: 0 !important;
	border: none !important;
}

.form-inspireradio fieldset {
	display: flex !important;
	flex-flow: row wrap !important;
	justify-content: space-between !important;
	-webkit-border-radius: 5px !important;
	border-radius: 5px !important;
	overflow: hidden !important;
}

.form-inspireradio fieldset legend {
	display: none !important;
	width: 100% !important;
	margin: 0 0 10px 0 !important;
}

#billing_pickup_location_2_field fieldset legend {
	display: block !important;
}

input[name=billing_delivery] {
	visibility: hidden !important;
}

.form-inspireradio fieldset label {
	font-size: 18px !important;
	width: 50% !important;
	line-height: 2;
	background-color: #cccccc;
    color: #000000;
	text-align: center;
    padding: 10px;
    cursor: pointer;
}

#billing_pickup_location_2_field fieldset label {
	text-align: left !important;
	background-color: transparent !important;
	display: flex !important;
}

#billing_pickup_location_2_field fieldset label input {
	margin: 11px 10px 0 0 !important;
}

.form-inspireradio fieldset label.checked {
	background: #000;
	color: #FFF;
}

.woocommerce form .form-row .select2-container {
	width: 100% !important;
}

.notice {
	font-weight: 700;
	color: red;
}

/* Form */

.gform_ajax_spinner {
	display: none !important;
}

.gform_wrapper.gf_browser_chrome .gform_body {
	width: 100% !important;
}

.gform_wrapper ul.gform_fields li.gfield {
	padding: 0 !important;
}

.gform_wrapper *, .gform_wrapper :after, .gform_wrapper :before {
    box-sizing: inherit !important;
}

.gform_wrapper {
	max-width: 100% !important;
	margin: 0 !important;
}

.subscribe-form .gform_wrapper {
	background: #FFF !important;
	-webkit-border-radius: 4px !important;
	border-radius: 4px !important;
	overflow: hidden !important;
}

.subscribe-form .gform_wrapper form {
	display: flex !important;
}

.subscribe-form .gform_body, .subscribe-form .gform_footer {
	margin: 0 !important;
}

.subscribe-form .gform_wrapper .gform_body {
	flex: 1 0 auto !important;
	width: auto !important;
}

.subscribe-form .gform_wrapper .gform_footer {
	flex: 0 1 auto !important;
	width: auto !important;
}

body .gform_wrapper label.gfield_label+div.ginput_container {
	margin: 0 !important;
}

ul.gform_fields {
	margin: 0 !important;
}

.footer-form ul.gform_fields {
	display: flex !important;
	flex-flow: column wrap !important;
	max-height: 165px !important;
	align-content: space-between !important;
}

ul.gform_fields>li,
body .gform_wrapper li.gfield.gfield_error, body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	padding-left: 0 !important;
	font-style: normal;
	margin: 0 0 15px 0 !important;
	font-weight: 400 !important;
	background: transparent;
	list-style: none !important;
}

.subscribe-form .gform_wrapper ul.gform_fields>li {
	margin: 0 !important;
	width: 100% !important;
}

.footer-form ul.gform_fields>li {
	width: 35% !important;
}

.footer-form ul.gform_fields>li.checkbox-field {
	width: 24.5% !important;
	margin-top: 5px !important;
}

.ginput_container_address,
body .gform_wrapper label.gfield_label+div.ginput_container.ginput_container_address {
	margin-bottom: -10px !important;
}

.ginput_full, .ginput_left, .ginput_right {
	margin-bottom: 10px !important;
}

.ginput_left, .ginput_right {
	display: inline-block !important;
}

.ginput_full {
	display: block !important;
}

.gform_wrapper .top_label li.gfield.gf_left_half {
	padding-right: 16px !important;
}

.gform_wrapper .top_label li.gfield.gf_right_half,
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_last{
	padding-left: 16px !important;
}

.gform_wrapper li.gfield.gfield_error {
	padding: 0 !important;
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background: transparent !important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description, .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper li.gfield.gfield_error.gfield_contains_required fieldset legend.gfield_label, .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
	margin-left: 0 !important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper li.gfield_html {
	max-width: 100% !important;
}

.validation_error, .validation_message {
	display: none !important;
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    padding: 0 !important;
    border-top: none !important;
    border-bottom: none !important;
}

.gform_wrapper .top_label .gfield_error {
	width: auto !important;
}

.gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half, .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half {
	width: 50% !important;
	max-width: 50% !important;
}

.gform_wrapper ul li:before {
	display: none;
}

.gform_fields .gfield_label {
	display: none !important;
}

.show-label label {
	display: inline-block !important;
}

.ginput_container input, .ginput_container textarea, .ginput_container select,
.woocommerce .content-area input[type=number], .woocommerce .content-area input[type=text], .woocommerce .content-area input[type=tel], .woocommerce .content-area input[type=email], .woocommerce .content-area input[type=password], .woocommerce .content-area textarea, .woocommerce .content-area select,
div.woocommerce input[type=number], div.woocommerce input[type=text], div.woocommerce input[type=tel], div.woocommerce input[type=email], div.woocommerce input[type=password], div.woocommerce textarea, div.woocommerce select {
	display: block !important;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
	margin: 0 !important;
	padding: 12px 15px 12px 15px !important;
	text-indent: 0 !important;
	font: 400 18px 'Open Sans' !important;
	letter-spacing: 0 !important;
	color: #636363 !important;
	background: transparent !important;
	border: 1px solid #636363 !important;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 0 transparent !important;
	box-shadow: 0 0 0 transparent !important;
}

.select2-container--default .select2-selection--single {
    padding: 10px 8px;
    height: auto;
	font: 400 18px 'Open Sans' !important;
	color: #636363 !important;
	border-color: #636363 !important;
}

.pickup-location-field .select2-container {
	margin-bottom: 10px !important;
}

.ginput_container input, .ginput_container textarea, .ginput_container select {
	width: 100% !important;
}

.subscribe-form .ginput_container input, .subscribe-form .ginput_container textarea, .subscribe-form .ginput_container select {
	border: none !important;
	background: transparent !important;
}

.footer .subscribe-form .ginput_container input, .footer .subscribe-form .ginput_container textarea, .footer .subscribe-form .ginput_container select {
	font-size: 14px !important;
	padding: 7px 14px !important;
}

.footer .subscribe-form .button {
	font-size: 12px !important;
	padding: 8px 14px !important;
}

.ginput_container input:focus, .ginput_container textarea:focus, .ginput_container select:focus {
	outline: none !important;
}

.ginput_container input[type=checkbox], .ginput_container input[type=radio] {
	width: auto !important;
	display: inline-block !important;
}

div.ginput_container input[type=checkbox] {
	display: none !important;
}

.ginput_container input[type=checkbox] + label {
	position: relative;
	cursor: pointer;
}

.ginput_container input[type=checkbox] + label:before {
	content: '';
	display: inline-block;
	width: 19px;
	height: 18px;
	margin: 2px 11px 0 0;
	background: #d6d1c4 !important;
	vertical-align: top;
}

.white-text .ginput_container input[type=checkbox] + label:before {
	background: #FFF;
}

.ginput_container input[type=checkbox] + label:after {
	content: '';
	display: block;
	width: 12px;
	height: 6px;
	position: absolute;
	top: 7px;
	left: 4px;
	border: 2px solid #353535;
	border-top: none;
	border-right: none;
	background: transparent;
	opacity: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: opacity 350ms ease-in-out;
	transition: opacity 350ms ease-in-out;
}

.white-text .ginput_container input[type=checkbox] + label:after {
	border-color: #2777ab;
}

.ginput_container input[type=checkbox]:checked + label:after {
	opacity: 1;
}

ul.gfield_checkbox {
	margin: 0;
}

ul.gfield_checkbox li {
	list-style: none;
	display: flex;
	flex-flow: row nowrap;
	font-size: 18px !important;
	font-weight: 300 !important;
	margin: 0 0 12px 0 !important;
}

.ginput_container select {
	padding-left: 6px !important;
	padding-right: 6px !important;
}

.ginput_container input[type=checkbox], .ginput_container input[type=radio] {
	display: inline-block !important;
	margin: 2px 7px 0 0 !important;
}

.ginput_recaptcha textarea {
	display: none !important;
}

.dark-text .ginput_container input, .dark-text .ginput_container textarea, .dark-text .ginput_container select,
.dark-text .field-large .ginput_container input, .dark-text .field-large .ginput_container textarea, .dark-text .field-large .ginput_container select {
	background: transparent !important;
	color: #000 !important;
	border-color: rgba(0,0,0,0.48) !important;
}

.textarea.medium {
	height: 93px !important;
}

.ginput_container_checkbox input {
	-webkit-box-shadow: 0 0 0 transparent !important;
	-moz-box-shadow: 0 0 0 transparent !important;
	box-shadow: 0 0 0 transparent !important;
}

.ginput_container_checkbox input {
	margin-top: 3px !important;
}

body ::-webkit-input-placeholder {
	color: #636363 !important;
}

body ::-moz-placeholder {
	color: #636363 !important;
}

body ::-ms-placeholder {
	color: #636363 !important;
}

body ::placeholder {
	color: #636363 !important;
}

.gfield_error .ginput_container input, .gfield_error .ginput_container textarea, .gfield_error .ginput_container select {
	background: transparent !important;
	color: #cc0000 !important;
}

body .gfield_error .ginput_container input::-webkit-input-placeholder,
body .gfield_error .ginput_container input::-moz-placeholder,
body .gfield_error .ginput_container input::-ms-placeholder,
body .gfield_error .ginput_container input::placeholder,
body .gfield_error .ginput_container textarea::-webkit-input-placeholder,
body .gfield_error .ginput_container textarea::-moz-placeholder,
body .gfield_error .ginput_container textarea::-ms-placeholder,
body .gfield_error .ginput_container textarea::placeholder,
body .gfield_error .ginput_container select::-webkit-input-placeholder,
body .gfield_error .ginput_container select::-moz-placeholder,
body .gfield_error .ginput_container select::-ms-placeholder,
body .gfield_error .ginput_container select::placeholder {
	color: #cc0000 !important;
}

.gform_footer {
	margin: 20px 0 0 0 !important;
	padding: 0 !important;
	text-align: center !important;
}

.footer-form .gform_footer {
	margin: 0 !important;
}

.footer-form .gform_button {
	height: 100% !important;
}

.gform_wrapper .ginput_container input.datepicker,
.gfield_captcha_input_container input {
    width: 11.75em !important;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
	margin: 0 !important;
}

body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
	max-width: 100% !important;
}

.subscribe-form ul, .subscribe-form ul li, .subscribe-form .ginput_container, .subscribe-form .ginput_container input {
	height: 100% !important;
}

.cart-content .checkout h1 {
	font-size: 26px;
}

/* Responsive Menu */

html, .container, .scroller {
	height: 100%;
}
.scroller {
	overflow: hidden;
}
.mp-pushed .scroller {
	overflow-y: hidden;
}
.scroller,
.scroller-inner {
	position: relative;
}
.container {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	z-index: 2;
}
.pusher {
	position: relative;
	left: 0;
	height: 100%;
}

/* Side Menu Layout */
.side-menu {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	width: 290px;
	height: 100%;
	overflow: hidden;
	background: #fff;
	-webkit-transform: translate3d(100%, 0, 0);
	-moz-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}
.mp-level {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	-webkit-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}
.mp-level:first-child {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
/* overlays for pusher and for level that gets covered */
.pusher::after,
.mp-level::after,
.mp-level::before {
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	content: '';
	opacity: 0;
}
.pusher::after {
	z-index: 999;
}
.pusher::after,
.mp-level::after {
	background: rgba(0,0,0,0.3);
	-webkit-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
	-moz-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
	transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
}
.mp-level::after {
	z-index: -1;
}
.pusher.mp-pushed::after,
.mp-level.mp-level-overlay::after {
	width: 100%;
	height: 100%;
	opacity: 1;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.mp-level.mp-level-overlay {
	cursor: pointer;
}
.mp-level.mp-level-overlay.mp-level::before {
	width: 100%;
	height: 100%;
	background: transparent;
	opacity: 1;
}
.pusher,
.mp-level {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
/* overlap */
.mp-overlap .mp-level.mp-level-open {
	box-shadow: 1px 0 2px rgba(0,0,0,0.2);
	-webkit-transform: translate3d(-40px, 0, 0);
	-moz-transform: translate3d(-40px, 0, 0);
	transform: translate3d(-40px, 0, 0);
}
/* First level */
.side-menu > .mp-level,
.side-menu > .mp-level.mp-level-open,
.side-menu.mp-overlap > .mp-level,
.side-menu.mp-overlap > .mp-level.mp-level-open {
	box-shadow: none;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
/* cover */
.mp-cover .mp-level.mp-level-open {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.mp-cover .mp-level.mp-level-open > ul > li > .mp-level:not(.mp-level-open) {
	-webkit-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}
/* Side Menu Styling */
.side-menu {
	display: block;
	text-transform: uppercase;
}
.side-menu li:before, .side-menu li:after {
	display: none;
}
.the-side-menu {
	margin: 0 0 40px 0;
}
.the-side-menu>.mp-level ul li>a:link, .the-side-menu>.mp-level ul li>a:visited {
	display: block;
	font-size: 18px;
	font-weight: 600;
	color: #000 !important;
	text-decoration: none;
	text-align: left;
	padding: 14px 45px 14px 25px;
	letter-spacing: 1px;
}

.the-side-menu>.mp-level ul li.menu-item-has-children>a {
	background: url('i/arrow.png') no-repeat 100% 50%;
}

a.mp-back:link, a.mp-back:visited {
	display: block;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	background: #2a4dcf;
	color: #fff;
	text-decoration: none;
	padding: 10px 25px 10px 25px;
	position: relative;
	letter-spacing: 1px;
}
a.mp-back:link:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 10px;
	border-right: 6px solid #fff;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	margin: -4px 0 0 0;
}
.the-side-menu>.mp-level ul li>a>span {
	position: relative;
}
.the-side-menu ul li:before {
	display: none;
}
.the-side-menu ul li {
	padding-left: 0;
	position: static;
}
.the-side-menu>.mp-level ul li.menu-item-has-children>a>span {
	padding-right: 39px;
	margin: 0 -30px 0 0;
}
.the-side-menu>.mp-level ul li.menu-item-has-children>a>span:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 26px;
	border-top: 5px solid #e2e2e2;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	margin: -3px 0 0 0;
	-webkit-transition: color 250ms ease, background-color 250ms ease, border-color 250ms ease, opacity 250ms ease;
	transition: color 250ms ease, background-color 250ms ease, border-color 250ms ease, opacity 250ms ease;
}
.the-side-menu>.mp-level ul li>a:hover {
	color: #2a4dcf !important;
}
.the-side-menu>.mp-level ul li.current-menu-item>a, .the-side-menu>.mp-level ul li.current-menu-parent>a, .the-side-menu>.mp-level ul li.current-menu-ancestor>a,
.the-side-menu>.mp-level ul li.open {
	background: #2a4dcf;
	color: #fff !important;
}
.the-side-menu>.mp-level ul li.menu-item-has-children>a:hover>span:before,
.the-side-menu>.mp-level ul li.open>a>span:before {
	border-top-color: #FFF;
}
.the-side-menu>.mp-level ul li.current-menu-item a:link, .the-side-menu>.mp-level ul li.current-menu-item a:visited,
.the-side-menu>.mp-level ul li.current-menu-item a:link, .the-side-menu>.mp-level ul li.current-menu-parent a:visited,
.the-side-menu>.mp-level ul li.current-menu-ancestor a:link, .the-side-menu>.mp-level ul li.current-menu-ancestor a:visited,
.the-side-menu>.mp-level ul li.open a:link, .the-side-menu>.mp-level ul li.open a:visited {
	color: #FFF;
}
.the-side-menu>.mp-level ul li.current-menu-item>a>span:after,
.the-side-menu>.mp-level ul li.current-menu-parent>a>span:after,
.the-side-menu>.mp-level ul li.current-menu-anestor>a>span:after,
.the-side-menu>.mp-level ul li.current_page_item>a>span:after,
.the-side-menu>.mp-level ul li.current_page_parent>a>span:after,
.the-side-menu>.mp-level ul li.current_page_anestor>a>span:after {
	content: '';
	display: block;
	position: absolute;
	bottom: -7px;
	left: 0;
	right: 0;
	height: 3px;
	background: #000;
}
.the-side-menu>.mp-level ul li.menu-item-has-children>a>span:after {
	right: 39px;
}
.mp-menu-open {
	z-index: 200;
}
.mp-level ul {
	margin: 0;
}
.mp-level li {
	list-style: none;
	margin: 0;
}

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

.hidden-area {
	visibility: hidden !important;
}

/* Narrow Desktop */
@media (max-width: 1199px) {
	.page-content {
		overflow: hidden;
	}
	iframe {
		height: auto;
	}
	.frame, .site-main {
		width: calc(100% - 50px) !important;
		margin-left: 25px !important;
		margin-right: 25px !important;
		position: relative;
	}
	.deals-slider {
		margin-left: 40px;
		margin-right: 40px;
	}
	.slider-prev {
		left: -55px;
	}
	.slider-next {
		right: -55px;
	}
	.link-title {
		font-size: 18px;
	}
	.box-upgrade-headline, .box-subscribe-headline {
		font-size: 30px;
	}
	.ginput_container input, .ginput_container textarea, .ginput_container select {
		font-size: 15px !important;
	}
	.gform_wrapper .button {
		font-size: 15px !important;
	}
	.footer .subscribe-form .ginput_container input, .footer .subscribe-form .ginput_container textarea, .footer .subscribe-form .ginput_container select {
		padding-top: 6px !important;
		padding-bottom: 6px !important;
	}
	.social ul li a {
		width: 48px;
		height: 48px;
		font-size: 24px;
	}
	.promo a, .page-title img {
		max-width: 100%;
	}
	.stand-out {
		padding-bottom: 60px;
	}
	.cart-sidebar {
		position: static !important;
		order: 1;
		margin-bottom: 40px;
		height: auto !important;
	}
	.inner-wrapper-sticky {
		position: static !important;
	}
	.cart-columns {
		flex-flow: column nowrap;
	}
	.cart-content, .cart-sidebar {
		width: 100%;
	}
	.cart-content {
		margin-bottom: 40px;
		order: 2;
	}
	.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
		display: none !important;
	}
	.cart-product {
		flex-flow: column nowrap;
		text-align: left;
		margin-bottom: 40px;
	}
	.cart-product-thumbnail {
		width: 100%;
		max-width: 250px;
		margin: 0 0 20px 0;
	}
	.cart-product-details {
		width: 100%;
		margin: 0;
	}
	.cart-product-columns {
		flex-flow: column nowrap;
	}
	.cart-product-left, .cart-product-right {
		min-height: 1em;
		width: 100%;
		margin: 0;
	}
	.cart-product-remove {
		margin: 10px 0 0 0;
	}
	.cart-product-subtotal {
		margin: 20px 0;
	}
	.cart-product-quantity {
		flex-flow: column nowrap !important;
		justify-content: flex-start !important;
		align-items: flex-start !important;
	}
	.cs-coupon {
		padding: 30px 0 14px 0;
	}
	#coupon_code {
		width: 120px;
	}
	.cs-logos {
		padding-bottom: 10px;
	}
	.cs-details dt {
		font-size: 12px;
	}
	.cs-details dd, .cs-details dt.cs-coupon-dt {
		font-size: 15px;
	}
	.cs-details dd.cs-total {
		font-size: 24px;
	}
	.wc-proceed-to-checkout {
		max-width: 350px !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}
	.cs-logos {
		max-width: 330px;
		margin-left: auto;
		margin-right: auto;
	}
	.woocommerce form .form-row {
		margin-bottom: 25px;
	}
	h2.small {
		font-size: 24px;
	}
	.woocommerce-MyAccount-navigation ul li, .form-row label {
		font-size: 12px;
	}
	.woocommerce-MyAccount-navigation>ul>li>a:before, .woocommerce-MyAccount-navigation>ul>li.woocommerce-MyAccount-navigation-link--customer-logout:before {
		top: 0;
	}
	.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
		width: 100% !important;
		clear: both !important;
		float: none !important;
	}
	.select2-container {
		min-height: 1px !important;
	}
	.woocommerce-checkout tr:last-child .cart-product {
		margin-bottom: 0 !important;
	}
	.slider-pages span, .slider-pages a {
		width: 22px;
		height: 6px;
	}
	.product-slider-prev, .product-slider-next {
		display: none;
	}
}

/* Tablet */
@media (max-width: 959px) {
	.top-bar .frame {
		flex-flow: column nowrap;
	}
	.alert {
		margin-bottom: 15px;
	}
	.header .frame {
		flex-flow: row wrap;
	}
	.search-form {
		order: 3;
		margin: 10px 0 0 0;
		width: 100%;
	}
	.menu-bar .frame {
		flex-flow: row wrap;
		justify-content: center;
		padding-bottom: 15px;
	}
	.categories-nav {
		margin: 0 -25px 15px -25px;
		width: calc(100% + 50px);
	}
	.categories-button {
		width: 100%;
		display: flex;
		justify-content: center;
	}
	.categories-button.desktop {
		display: none;
	}
	ul.categories-list {
		display: none;
	}
	h1 {
		font-size: 48px;
	}
	ul.benefits {
		width: calc(100% + 30px);
		margin: 0 -15px;
	}
	ul.benefits>li {
		width: calc(33.33% - 30px);
		margin: 0 15px;
	}
	ul.benefits>li:not(:first-child):before {
		left: -15px;
		width: 1px;
	}
	.benefit-icon {
		width: 65px;
	}
	.benefit-text {
		width: calc(100% - 65px);
	}
	h5 {
		font-size: 15px;
	}
	h2, .h2 {
		font-size: 32px;
	}
	.link-title {
		font-size: 16px;
		padding: 0 15px;
	}
	.link-cta {
		font-size: 16px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.link {
		height: 100%;
	}
	.links-area {
		padding-bottom: 60px;
	}
	ul.categories {
		width: calc(100% + 30px);
		margin: 0 -20px -46px -20px;
	}
	ul.categories>li {
		width: calc(20% - 30px);
		margin: 0 15px 36px 15px;
	}
	.box-upgrade {
		display: flex;
		flex-flow: column nowrap;
		justify-content: center;
	}
	.box-upgrade-content {
		padding-left: 26px;
	}
	ul.financing {
		margin: 0 -15px;
		width: calc(100% + 30px);
	}
	ul.financing>li {
		margin: 0 15px;
		width: calc(50% - 30px);
	}
	.box-subscribe {
		padding-left: 20px;
		padding-right: 20px;
	}
	.box-subscribe-text {
		padding-left: 0;
		padding-right: 0;
	}
	.subscribe-form .gform_wrapper form {
		display: block !important;
	}
	.subscribe-form .gform_wrapper {
		background: transparent !important;
	}
	.subscribe-form .ginput_container input, .subscribe-form .ginput_container textarea, .subscribe-form .ginput_container select {
		background: #FFF !important;
		font-size: 14px !important;
	}
	.subscribe-form .gform_wrapper .gform_body {
		margin-bottom: 15px !important;
	}
	.subscribe-form .button {
		border-radius: 4px !important;
		width: 100% !important;
	}
	.footer {
		padding-bottom: 40px;
		text-align: center;
	}
	.footer-locations ul li {
		text-align: left;
	}
	.footer .frame {
		flex-flow: column nowrap;
		max-width: 550px;
		margin: 0 auto !important;
		padding: 0 25px;
	}
	.footer-widgets {
		width: 100%;
	}
	.footer-locations {
		width: 100%;
	}
	.social ul {
		justify-content: center;
		margin-top: 15px;
	}
	.social ul li {
		margin: 0 10px;
	}
	.location-filter {
		display: block;
	}
	.facetwp-facet-location {
		width: 100% !important;
		justify-content: flex-start !important;
		margin: 20px 0 0 0 !important;
	}
	.facetwp-facet-location .facetwp-checkbox {
		font-size: 16px !important;
		display: flex !important;
		flex-flow: column nowrap !important;
		justify-content: center !important;
		margin: 0 25px 0 0 !important;
	}
	.instrument-filter {
		width: 29.2%;
	}
	.lessons-content {
		width: 65.8%;
	}
	ul.team, ul.grid {
		margin-left: -10px;
		margin-right: -10px;
		width: calc(100% + 20px);
	}
	ul.products {
		margin-left: -10px !important;
		margin-right: -10px !important;
		width: calc(100% + 20px) !important;
	}
	ul.team {
		margin-bottom: -40px;
	}
	ul.team>li, ul.grid>li {
		margin-left: 10px;
		margin-right: 10px;
		width: calc(50% - 20px);
		font-size: 14px;
		max-width: 277px;
	}
	 ul.products>li {
		margin-left: 10px !important;
		margin-right: 10px !important;
		width: calc(50% - 20px) !important;
	 }
	.team-name,
	.instructor-profile .team-name, .instructor-profile .team-specialization	{
		font-size: 17px;
	}
	.instructor-profile .team-location {
		font-size: 14px;
	}
	.instructor-columns {
		flex-flow: column nowrap;
	}
	.instructor-columns:before {
		display: none;
	}
	.instructor-profile, .instructor-bio {
		width: 100%;
	}
	.instructor-profile {
		max-width: 277px;
		margin: 0 auto 20px auto;
	}
	.callout-image {
		width: 33%;
	}
	.stand-out {
		padding: 40px 0 30px 0;
	}
	.callout .frame,
	.stand-out .frame {
		align-items: center;
	}
	.callout-text {
		width: 48.6%;
		margin-top: 0;
	}
	.callout-text img {
		max-width: 40%;
	}
	h2, .cart_totals h2, .h2 {
		font-size: 30px;
	}
	.medium {
		font-size: 20px;
	}
	.large {
		font-size: 22px;
	}
	.expert-popup-columns {
		width: 560px;
	}
	.expert-popup-title {
		font-size: 18px;
	}
	.expert-bio-text {
		font-size: 16px;
		letter-spacing: 0;
	}
	.expert-popup .expert-profile .expert-link {
		margin-right: 15px;
	}
	.expert-popup-columns {
		width: auto;
	}
	.fancybox-inner {
		width: 90%;
		left: 50% !important;
		-webkit-transform: translate(-50%,0);
		transform: translate(-50%,0);
	}
	.product-area .frame {
		flex-flow: column nowrap;
	}
	.product-slider {
		height: auto;
	}
	.product-gallery {
		width: calc(100% + 50px);
		margin: 0 -25px;
	}
	.product-slider-nav {
		bottom: 22px;
	}
	/*.product-slider-nav span {
		width: 29px;
		height: 2px;
	}*/
	.product-details {
		width: 100%;
		margin: 48px 0 59px 0;
	}
	.product-stock {
		margin-bottom: 24px;
	}
	ul.product-colors {
		margin-bottom: 19px;
	}
	.product-color {
		width: 12px;
		height: 12px;
		margin-right: 11px;
	}
	.product-color:before {
		width: 20px;
		height: 20px;
	}
	.product-price {
		margin-bottom: 21px;
	}
	.product-price sup, .product-details .woocommerce-Price-currencySymbol {
		font-size: 12px;
	}
	.product-details {
		margin: 40px 0 0 0;
	}
}

/* Mobile */
@media (max-width: 599px) {
	.header .frame {
		flex-flow: column nowrap;
		align-items: center;
	}
	.logo {
		width: 100%;
		text-align: center;
	}
	.header-phone {
		margin: 10px 0;
	}
	a.header-phone-number:link, a.header-phone-number:visited {
		font-size: 25px;
	}
	.main-nav>ul {
		justify-content: center;
		align-items: center;
	}
	.main-nav>ul>li {
		padding: 0 11px !important;
		font-size: 13px;
		text-align: center;
	}
	h1 {
		font-size: 23px;
	}
	.deals-slide {
		display: flex !important;
		flex-flow: column nowrap;
		justify-content: center;
		height: 100%;
	}
	ul.deals {
		flex-flow: column nowrap;
		margin: 0;
		width: 100%;
		margin: 0 auto;
		max-width: 380px;
	}
	ul.deals>li {
		width: 100%;
		margin: 0 0 20px 0;
	}
	ul.deals>li:last-child {
		margin-bottom: 0;
	}
	.desktop {
		display: none;
	}
	.mobile {
		display: block;
	}
	ul.benefits {
		flex-flow: column nowrap;
		margin: 0;
		width: 100%;
	}
	ul.benefits>li {
		width: 100%;
		margin: 0;
	}
	ul.benefits>li:not(:first-child) {
		border-top: 1px solid #cccccc;
	}
	ul.benefits>li:not(:first-child):before {
		display: none;
	}
	h2, .h2 {
		font-size: 26px;
	}
	ul.links {
		flex-flow: column nowrap;
		margin: 0 auto;
		width: 100%;
		max-width: 320px;
	}
	ul.links>li {
		width: 100%;
		margin: 0 0 60px 0;
	}
	ul.links>li:last-child {
		margin-bottom: 0;
	}
	.link {
		height: auto;
	}
	.content, .content-area {
		padding: 30px 0 !important;
	}
	ul.categories>li {
		width: calc(50% - 30px);
		margin: 0 15px 36px 15px;
	}
	.boxes {
		flex-flow: column nowrap;
		margin: 0 auto;
		width: 100%;
	}
	.box {
		width: 100%;
		margin: 0 0 30px 0;
	}
	.box:last-child {
		margin-bottom: 0;
	}
	h4, .bundle_sells_title h3 {
		font-size: 20px;
	}
	h1.product-title {
		font-size: 20px !important;
	}
	ul.footer-locations-list>li {
		list-style: none;
		width: calc(50% - 40px);
		margin: 0 20px 33px 20px;
	}
	.footer .frame {
		max-width: 100%;
	}
	.social ul li a {
		width: 36px;
		height: 36px;
		font-size: 18px;
	}
	.footer-form {
		margin-left: -25px;
		margin-right: -25px;
	}
	.location-filter {
		padding-bottom: 0;
		margin-bottom: 20px;
		border-bottom: none;
	}
	.facetwp-facet-location {
		flex-flow: row wrap !important;
	}
	.lessons-columns {
		flex-flow: column nowrap;
	}
	.instrument-filter {
		width: 100%;
		border-right: none;
		padding-top: 0;
	}
	.facetwp-facet-instrument {
		display: flex !important;
		flex-flow: row wrap !important;
		width: 100% !important;
		justify-content: flex-start !important;
		margin: 20px 0 0 0 !important;
	}
	.facetwp-facet-location .facetwp-checkbox,
	.facetwp-facet-instrument .facetwp-checkbox {
		width: auto !important;
		background: transparent !important;
		margin: 0 10px 10px 0 !important;
		padding: 3px 10px !important;
		font-size: 14px !important;
		font-weight: 300 !important;
		text-transform: uppercase !important;
		color: #1a27a6 !important;
		border: 2px solid #1a27a5 !important;
		text-align: center !important;
		-webkit-transition: all 350ms ease-in-out !important;
		transition: all 350ms ease-in-out !important;
	}
	.facetwp-facet-instrument .facetwp-checkbox:after {
		display: none;
	}
	.lessons-content {
		width: 100%;
		padding: 0;
	}
	ul.team {
		margin-bottom: 0;
	}
	ul.team-wide {
		margin-bottom: -30px;
	}
	.team-name, .team-wide .team-name {
		font-size: 12px;
		margin: -20px 10px 5px 10px;
	}
	.team-link {
		font-size: 12px;
	}
	.location-filter-headline, .instrument-filter-headline {
		font-size: 18px;
		font-weight: 700;
	}
	.single-project .facetwp-facet-instrument {
		display: none !important;
	}
	.callout .frame {
		flex-flow: column nowrap;
	}
	.callout-image, .callout-text {
		width: 100% !important;
		margin: 0 !important;
	}
	.callout-image {
		order: 1 !important;
		max-width: 220px;
		margin: 0 auto 20px auto !important;
	}
	.callout-text {
		order: 2 !important;
	}
	.callout-text>:last-child {
		margin-bottom: 0;
	}
	h2, .cart_totals h2 {
		font-size: 24px;
	}
	.medium {
		font-size: 18px;
	}
	.large {
		font-size: 20px;
	}
	.grid-title, .woocommerce .grid-title, .woocommerce-loop-product__title, .search-results .grid-title {
		left: 13px;
		right: 13px;
		font-size: 13px;
	}
	.expert-specialization, .expert-location, .expert-phone {
		font-size: 12px !important;
	}
	.expert-popup-title {
		display: none;
	}
	.expert-popup-columns {
		flex-flow: column nowrap;
	}
	.expert-profile {
		width: 100%;
		margin: 0 0 20px 0;
	}
	.expert-popup .expert-profile .expert-link {
		margin: 0 auto;
	}
	.expert-bio {
		width: 100%;
		border-left: none;
	}
	.expert-bio-text {
		margin: 0;
	}
	.expert-bio-text>:last-child {
		margin-bottom: 0;
	}
	ul.logos {
		margin: 40px -10px 20px -10px;
		width: calc(100% + 20px);
	}
	ul.logos>li {
		margin: 0 10px;
	}
	.woocommerce ul.grid, ul.products {
		margin: 0 auto -20px auto !important;
		max-width: 277px !important;
	}
	.woocommerce ul.grid>li, ul.products>li {
		margin: 0 0 20px 0 !important;
		width: 100% !important;
		max-width: 100% !important;
	}
	form.cart .qib-container:not(#qib_id):not(#qib_id) {
		display: flex !important;
		margin-bottom: 20px !important;
	}
	form.cart button[type='submit']:not(#qib_id):not(#qib_id):not(_):not(_){
		margin-left: 0 !important;
	}
	span.price, .bundled_product_optional_checkbox {
		font-size: 16px !important;
	}
	#billing_pickup_location_2_field fieldset {
		flex-flow: column nowrap !important;
	}
	#billing_pickup_location_2_field fieldset label {
		width: 100% !important;
	}
	.alignleft, .alignright, .aligncenter {
		display: block;
		float: none;
		margin: 0 auto 25px auto;
	}
	table, tbody, tr, td {
		display: block !important;
		margin: 0 !important;
		padding: 0 !important;
		width: auto !important;
		height: auto !important;
	}
	td {
		padding: 15px 0 !important;
	}
	table.table {
		display: table !important;
		max-width: 580px;
		margin: 0 auto 20px auto !important;
	}
	table.table tbody, table.table thead {
		display: table-row-group !important;
	}
	table.table tr {
		display: table-row !important;
	}
	table.table th, table.table td {
		display: table-cell !important;
		width: auto !important;
		padding: 5px 5px !important;
	}
}