/*
Theme Name: Leadbelly
Description: Leadbelly
Version: 1.0
License: MIT
License URI: http://opensource.org/licenses/mit-license.php
Author: Chip Thompson Design
Author URI: http://chipthompson.com
*/

/* Reset */
:link,:visited {
    text-decoration: none;
}
ul,ol {
    list-style: none;
}
h1,h2,h3,h4,h5,h6,pre,code,p {
    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;
}
/* Fonts */
@font-face {
     font-family: 'Proxima Nova';
     src: url('includes/fonts/proxima-nova-regular-webfont.eot');
     src: url('includes/fonts/proxima-nova-regular-webfont.eot?#iefix') format('embedded-opentype'), url('includes/fonts/proxima-nova-regular-webfont.woff') format('woff'), url('includes/fonts/proxima-nova-regular-webfont.ttf') format('truetype'), url('includes/fonts/proxima-nova-regular-webfont.svg#proxima_novaregular') format('svg');
     font-weight: normal;
     font-style: normal;
}
@font-face {
     font-family: 'Proxima Nova';
     src: url('includes/fonts/proxima-nova-thin-webfont.eot');
     src: url('includes/fonts/proxima-nova-thin-webfont.eot?#iefix') format('embedded-opentype'), url('includes/fonts/proxima-nova-thin-webfont.woff') format('woff'), url('includes/fonts/proxima-nova-thin-webfont.ttf') format('truetype'), url('includes/fonts/proxima-nova-thin-webfont.svg#proxima_novathin') format('svg');
     font-weight: 100;
     font-style: normal;
}
@font-face {
     font-family: 'Chunkfive';
     src: url('includes/fonts/Chunkfive.eot');
     src: url('includes/fonts/Chunkfive.eot') format('embedded-opentype'), url('includes/fonts/Chunkfive.woff2') format('woff2'), url('includes/fonts/Chunkfive.woff') format('woff'), url('includes/fonts/Chunkfive.ttf') format('truetype'), url('includes/fonts/Chunkfive.svg#Chunkfive') format('svg');
}
@font-face {
     font-family: 'Junction';
     src: url('includes/fonts/Junctionlight.eot');
     src: url('includes/fonts/Junctionlight.eot') format('embedded-opentype'), url('includes/fonts/Junctionlight.woff2') format('woff2'), url('includes/fonts/Junctionlight.woff') format('woff'), url('includes/fonts/Junctionlight.ttf') format('truetype'), url('includes/fonts/Junctionlight.svg#Junctionlight') format('svg');
     font-weight: 300;
}
@font-face {
     font-family: 'Junction';
     src: url('includes/fonts/Junctionbold.eot');
     src: url('includes/fonts/Junctionbold.eot') format('embedded-opentype'), url('includes/fonts/Junctionbold.woff2') format('woff2'), url('includes/fonts/Junctionbold.woff') format('woff'), url('includes/fonts/Junctionbold.ttf') format('truetype'), url('includes/fonts/Junctionbold.svg#Junctionbold') format('svg');
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
     margin: 20px 0px 10px 0;
     font-weight: normal;
}
h1 {
     font: 48px Chunkfive;
     color: #FFF;
     text-align: center;
     margin: 0 0 28px 0;
     letter-spacing: 1.3px;
}
h1 strong {
     font-weight: 400;
     color: #800a17;
}
h2 {
     font: 36px Chunkfive;
     color: #d98b43;
     text-align: center;
     margin: 0 0 7px 0;
     letter-spacing: 1px;
     line-height: 0.9em;
}
h3 {
     font: 30px Chunkfive;
     color: #FFF;
     text-align: center;
     margin: 0 0 5px 0;
     letter-spacing: 0.9px;
}
h4 {
     font: 24px Chunkfive;
     color: #e2ab60;
     text-align: center;
     margin: 0 0 10px 0;
     letter-spacing: 1px;
}
h4.large {
     font-size: 26px;
     margin: 0;
}
h4 img {
     vertical-align: middle;
     margin: 0 0 0 14px;
}
h5 {
     font: 30px Chunkfive;
     color: #FFF;
     text-align: center;
     margin: 0 0 20px 0;
     letter-spacing: 0.5px;
     word-spacing: 2px;
}
h5 a:link, h5 a:visited {
     border: 2px solid #FFF;
     padding: 6px 15px;
     text-decoration: none;
     color: #FFF;
     display: -moz-inline-stack;
     display: inline-block;
     vertical-align: top;
     zoom: 1;
     *display: inline;
}
h5 a:hover {
     background: #ed1c24;
}
/* Links */
a:link, a:visited, a:active {
     color: #FFF;
     text-decoration: underline;
     -webkit-transition: all 350ms;
     transition: all 350ms;
}
a:hover {
     text-decoration: none;
}
/* Paragraphs */
p {
     margin: 0 0 30px 0;
     line-height: 1.65em;
}
.content p {
     letter-spacing: 0.5px;
}
.alignleft {
     float: left;
     display: inline;
     margin: 0 25px 15px 0;
}
.alignright {
     float: right;
     display: inline;
     margin: 0 0 15px 25px;
}
.aligncenter {
     display: block;
     margin: 0 auto 20px auto;
}
.aligncenter:last-child {
	margin-bottom: 0;
}
/* Lists */
.content ul {
     margin: 0 0 15px 40px;
}
.content ul li {
     list-style: none;
     margin: 0 0 3px 0;
     position: relative;
     padding: 0 0 0 10px;
     line-height: 1.45em;
}
.content ul li:before {
     content: '';
     display: block;
     position: absolute;
     top: 11px;
     left: 0;
     width: 3px;
     height: 3px;
     background: #FFF;
     -webkit-border-radius: 50%;
     border-radius: 50%;
}
.content ol {
     margin: 0 0 25px 40px;
}
.content ol li {
     list-style: decimal;
     margin: 0 0 3px 0;
     line-height: 1.45em;
}
/* 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 */
html, body {
     min-height: 100%;
     height: 100%;
     position: relative;
}
body {
     font: 300 18px Junction, Arial, Helvetica, sans-serif;
     color: #FFF;
     background: #000;
}
table {
     width: 100%;
     margin: 0;
}
td {
     vertical-align: top;
}
p:empty {
     display: none;
}
.frame {
     width: 1020px;
     margin: 0 auto;
     position: relative;
}
/* Header */
.header {
     position: relative;
     z-index: 150;
     text-align: left;
     overflow: visible;
}
.home .header, .page-template-landing-php .header {
     height: 0;
}
.header:after {
     content: '';
     display: block;
     position: absolute;
     top: 100%;
     left: 0;
     right: 0;
     background: url('i/shadow.png') no-repeat 50% 0;
     height: 29px;
     z-index: 1;
     opacity: 0.61;
}
.header-image {
     position: absolute;
     top: 0;
     bottom: 0;
     left: 0;
     right: 0;
     background-repeat: no-repeat;
     background-position: 50% 0;
     background-size: cover;
}
.home .header-image, .page-template-landing-php .header-image {
     display: none;
}
.header-image img {
     display: none;
     width: 100%;
     height: auto;
}
.logo {
     padding: 30px 0 5px 18px;
}
.home .logo, .page-template-landing-php .logo {
     padding: 56px 0 0 18px;
}
a#menu-button:link, a#menu-button:visited {
     position: absolute;
     top: 26px;
     right: -25px;
    /*-webkit-border-radius: 8px;
     border-radius: 8px;
    */
     background: url('i/ico-menu.png') no-repeat 50% 50%;
     width: 60px;
     height: 60px;
     z-index: 190;
     cursor: pointer;
     display: block;
     text-decoration: none;
     outline: none;
     overflow: hidden;
     text-indent: -200px;
}
a#menu-button:hover {
     background-color: rgba(255,255,255,0.3);
}
/* Slider */
.slider, .slide {
     width: 100%;
     height: 736px;
}
.slide {
     background-size: cover;
     background-repeat: no-repeat;
     background-position: 50% 0;
}
.slide-image {
     display: none;
}
.slider>.frame {
     position: absolute;
     top: 42%;
     left: 50%;
     -webkit-transform: translate(-50%,-50%);
     transform: translate(-50%,-50%);
     z-index: 110;
}
.slide-text {
     position: absolute;
     bottom: 0;
     left: 0;
     right: 0;
     font: 39.04px Chunkfive;
     text-transform: uppercase;
     background: rgba(34,30,31,0.84);
     color: #FFF;
     text-align: center;
     line-height: 1.1em;
     letter-spacing: 1.1px;
     padding: 15px 0;
}
h6 {
     font: 26px 'Proxima Nova';
     margin: 0;
     text-align: center;
}
h6 a:link, h6 a:visited, .gform_button {
     background: #ed1c24 !important;
     color: #FFF !important;
     border: none !important;
     border: 2px solid #ed1c24 !important;
     -webkit-border-radius: 0 !important;
     border-radius: 0 !important;
     padding: 14px 35px !important;
     min-width: 300px;
     text-align: center !important;
     cursor: pointer !important;
     font: 26px 'Proxima Nova' !important;
     text-transform: uppercase !important;
     line-height: 1.1em !important;
     display: -moz-inline-stack !important;
     display: inline-block !important;
     vertical-align: top !important;
     zoom: 1 !important;
     *display: inline !important;
     -webkit-transition: all 350ms ease;
     transition: all 350ms ease;
     text-decoration: none;
}
h6 a:hover, .gform_button:hover {
     background: transparent !important;
     border-color: #FFF !important;
}
/* Content */
.content {
     padding: 51px 0 15px 0;
}
.graphic-background {
     background-repeat: no-repeat;
     background-position: 50% 0;
     background-size: cover;
}
.content:last-child {
     padding-bottom: 220px;
     margin: 0 0 -120px 0;
}
.background-image {
     display: none;
}
.indent {
     width: 89%;
     margin: 0 auto;
}
/* Text over image */
.text-over-image {
     background: rgba(0,0,0,0.63);
     color: #FFF;
     position: relative;
     width: 39.8%;
     margin: 50px 0 80px 3%;
     text-align: center;
     font-size: 20px;
     font-weight: 700;
}
.text-over-image, .text-over-image p {
     letter-spacing: 2.5px;
}
.text-over-image .inner {
     position: relative;
     padding: 37px 15px 27px 15px;
}
.text-over-image:before, .text-over-image:after,.text-over-image .inner:before, .text-over-image .inner:after {
     content: '';
     display: block;
     position: absolute;
     width: 90px;
     height: 76px;
     background-repeat: no-repeat;
}
.text-over-image:before {
     background-image: url('i/corner-lt.png');
     top: -6px;
     left: -7px;
}
.text-over-image:after {
     background-image: url('i/corner-rt.png');
     width: 132px;
     height: 107px;
     top: -6px;
     right: -46px;
}
.has-arrow:after {
	background-image: url('i/corner-rt-arrow.png');
}
.text-over-image .inner:before {
     background-image: url('i/corner-lb.png');
     bottom: -6px;
     left: -7px;
}
.text-over-image .inner:after {
     background-image: url('i/corner-rb.png');
     bottom: -6px;
     right: -7px;
}
.text-over-image p {
     line-height: 1.55em;
     margin: 0 0 23px 0;
}
/* Build */
.build {
     margin: 10px 0 85px 0;
}
.begin {
     float: left;
     display: inline;
     position: relative;
     width: 239px;
     padding: 42px 0 52px 0;
     position: relative;
     margin: 0 -100% 0 -29px;
}
.begin:before {
     content: '';
     display: block;
     position: absolute;
     top: 0;
     left: 0;
     background: url('i/corners-top.png') no-repeat;
     width: 239px;
     height: 53px;
}
.begin:after {
     content: '';
     display: block;
     position: absolute;
     bottom: 0;
     left: 0;
     background: url('i/corners-bottom.png') no-repeat;
     width: 239px;
     height: 53px;
}
.begin p {
     line-height: 2em;
     margin: 0 0 15px 0;
}
.begin p:last-child {
     margin-bottom: 0;
}
/* Flavors */
.flavors {
     float: left;
     display: inline;
     margin: 0 35px 0 285px;
}
.flavors-slider {
     position: relative;
}
.flavor {
     width: 33.3%;
     padding: 2% 3%;
     display: -moz-inline-stack;
     display: inline-block;
     vertical-align: top;
     zoom: 1;
     *display: inline;
     position: relative;
     cursor: pointer;
     -webkit-transition: all 350ms;
     transition: all 350ms;
}
.flavor:hover {
    /*background: rgba(255,255,255,0.1);
    */
}
.flavor h2 {
     min-height: 71px;
}
.flavor p {
     margin: 0;
}
.popup {
     position: absolute;
     top: 0;
     left: 50%;
     -webkit-transform: translate(-50%,-100%);
     transform: translate(-50%,-100%);
     background: #ed1c24;
     width: 200%;
     padding: 10px;
     opacity: 0;
     pointer-events: none;
     -webkit-transition: all 350ms;
     transition: all 350ms;
}
.flavor:hover .popup {
     opacity: 1;
     pointer-events: inherit;
}
.popup:after {
     content: '';
     display: block;
     position: absolute;
     bottom: 1px;
     left: 50%;
     border-top: 10px solid #ed1c24;
     border-left: 10px solid transparent;
     border-right: 10px solid transparent;
     -webkit-transform: translate(-50%,100%);
     transform: translate(-50%,100%);
}
.popup img {
     display: block;
     max-width: 100%;
     height: auto;
}
/* Testimonials */
.flavors-prev, .flavors-next,.slider-prev, .slider-next {
     display: block;
     position: absolute;
     top: 0;
     width: 37px;
     height: 114px;
     opacity: 0.2;
     z-index: 110;
}
.flavors-prev, .flavors-next {
     top: 44%;
     -webkit-transform: translate(0,-50%);
     transform: translate(0,-50%);
}
.flavors-prev,.slider-prev {
     background: url('i/prev.png') no-repeat;
     left: -44px;
}
.slider-prev {
     left: -70px;
}
.flavors-next,.slider-next {
     background: url('i/next.png') no-repeat;
     right: -44px;
}
.slider-next {
     right: -70px;
}
.flavors-prev:hover, .flavors-next:hover,.slider-prev:hover, .slider-next:hover {
     opacity: 0.5;
}
a.flavors-prev:focus, a.flavors-next:focus,a.slider-prev:focus, a.slider-next:focus {
     outline: none;
}
/* Footer */
.footer {
     height: 120px;
	padding-top: 20px;
}
.footer-logo {
     text-align: center;
     margin: 0 0 15px 0;
}
.copyright {
     font: 100 12px 'Proxima Nova';
     color: #FFF;
     text-align: center;
}
.copyright p {
     margin: 0;
}
.copyright, .copyright p {
     letter-spacing: 0.3px;
}
.copyright a:link, .copyright a:visited {
     text-decoration: none;
}
.copyright a:hover {
     text-decoration: underline;
}
/* CTA */
.cta {
     margin: 70px auto 0 auto;
     text-align: left;
}
.cta-text {
     float: left;
     display: inline;
     width: 66.5%;
}
.cta-button {
     float: left;
     display: inline;
     width: 33.5%;
}
.landing {
     background-repeat: no-repeat;
     background-position: 50% 50%;
     background-size: cover;
     min-height: 100%;
     display: flex;
     flex-flow: column nowrap;
     justify-content: center;
     align-items: center;
     text-align: center;
}
.landing .frame {
     padding: 50px 0 25px 0 !important;
}
.landing-intro {
     text-align: cetner;
     margin: 0 auto 35px auto;
     max-width: 540px;
}
.landing-headline {
     font: 42px Chunkfive;
     margin: 0 0 -20px 0;
}
.landing-headline>:last-child, .landing-headline img.aligncenter {
     margin-bottom: 0;
}
.landing-subhead {
     font: 32px Chunkfive;
     text-shadow: 3px 3px 3px #000;
}
.landing-content {
     position: relative;
}
.landing-logo {
     position: absolute;
     top: -30px;
     left: 50%;
     -webkit-transform: translate(-48.5%,0);
     transform: translate(-48.5%,0);
}
.landing-logo img {
     display: block;
}
ul.landing-locations {
     display: flex;
     flex-flow: row nowrap;
     justify-content: space-between;
     margin: 0;
}
ul.landing-locations>li {
     list-style: none;
     margin: 0 0 90px 0;
}
ul.landing-locations a:link, ul.landing-locations a:visited {
     text-decoration: none;
}
.landing-location-image {
     margin: 0 0 -25px 0;
     position: relative;
     z-index: 10;
}
.landing-location-image img {
     display: block;
     margin: 0 auto;
     -webkit-transform: translate(5%,0);
     transform: translate(5%,0);
}
.landing-location-name {
     font: 29px Chunkfive;
     text-shadow: 2px 2px 10px #000;
     position: relative;
     z-index: 20;
}
.landing-copyright {
     font-size: 17px;
}
.landing-copyright p {
     margin: 0;
}
.landing-copyright img {
     vertical-align: middle;
}
.testimonials-area {
	padding: 35px 0 65px 0;
}

.testimonials {
	background: #d98b43;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	max-width: 950px;
	margin: 25px auto 0 auto;
	position: relative;
}

.testimonials:after {
	content: '';
	display: block;
	position: absolute;
	top: 100%;
	left: 3%;
	-webkit-transform: skew(130deg); 
	transform: skew(130deg); 
    border-top: 44px solid #d98b43; 
    border-left: 23px solid transparent; 
    border-right: 23px solid transparent; 
}

.testimonial {
	position: absolute;
	left: 50% !important;
	-webkit-transform: translate(-50%,0);
	transform: translate(-50%,0);
	width: 95%;
	text-align: center;
	padding: 60px 0 52px 0;
	color: #fff;
	height: 100%;
	display: flex !important;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
}

.quote {
	font-size: 20px;
	line-height: 1.05em;
	margin: 0 0 25px 0;
}

.quote p {
	margin: 0;
}

.author {
	font-size: 16px;
}
/* Form */
.gform_wrapper.gf_browser_chrome .gform_body {
     width: 100% !important;
}
.gform_wrapper *, .gform_wrapper :after, .gform_wrapper :before {
     box-sizing: inherit !important;
}
.gform_wrapper {
     max-width: 100% !important;
     margin: 0 !important;
}
.form .gform_wrapper {
     margin: 18px 5px 0 5px !important;
}
body .gform_wrapper label.gfield_label+div.ginput_container {
     margin: 0 !important;
}
ul.gform_fields {
     margin: 0 !important;
}
ul.gform_fields>li {
     padding-left: 0 !important;
     font-style: normal;
     margin: 0 0 8px 0 !important;
     font-weight: 400 !important;
     background: transparent;
}
.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 ul li:before {
     display: none;
}
.no-label .gfield_label {
     display: none !important;
}
.show-label .gfield_label {
     display: block !important;
}
.ginput_container input, .ginput_container textarea, .ginput_container select,.field-large .ginput_container input, .field-large .ginput_container textarea, .field-large .ginput_container select {
     display: block !important;
     -webkit-box-sizing: border-box !important;
     -moz-box-sizing: border-box !important;
     box-sizing: border-box !important;
     margin: 8px 0 0 0 !important;
     padding: 9px 15px !important;
     text-indent: 0 !important;
     font: 300 18px Junction !important;
     letter-spacing: 1px !important;
     color: #000 !important;
     background: #f9f9f9 !important;
     border: 1px solid #c8c8c8 !important;
     width: 100% !important;
     -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
     border-radius: 4px;
     -webkit-box-shadow: inset 0 1px 5px #ddd;
     -moz-box-shadow: inset 0 1px 5px #ddd;
     box-shadow: inset 0 1px 5px #ddd;
     -webkit-transition: background 400ms, color 400ms, border 1s;
     -moz-transition: background 400ms, color 400ms, border 1s;
     -o-transition: background 400ms, color 400ms, border 1s;
     transition: background 400ms, color 400ms;
}
.ginput_container input:focus, .ginput_container textarea:focus {
     outline: none;
     background: #fff !important;
     -webkit-box-shadow: 0 0 10px #333;
     -moz-box-shadow: 0 0 10px #333;
     box-shadow: 0 0 10px #333;
}
.gfield_error .ginput_container input, .gfield_error .ginput_container textarea, .gfield_error .ginput_container select {
     background: #ffbfbf !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;
}
::-webkit-input-placeholder {
     color: #999;
}
:-moz-placeholder {
    /* Firefox 18- */
     color: #999;
}
::-moz-placeholder {
    /* Firefox 19+ */
     color: #999;
}
:-ms-input-placeholder {
     color: #999;
}
.gform_footer {
     margin: 15px 0 0 0 !important;
     padding: 0 !important;
}
.gform_wrapper .ginput_container input.datepicker,.gfield_captcha_input_container input {
     width: 11.75em !important;
}
/* 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%;
     perspective: 1000px;
}
/* Side Menu Layout */
.side-menu {
     position: absolute;
     top: 0;
     right: 0;
     z-index: 1;
     width: 290px;
     height: 100%;
     overflow: hidden;
     background: #000;
     -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: #000;
     -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;
}
.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: 20px;
     font-weight: 600;
     text-transform: uppercase;
     color: #FFF !important;
     text-decoration: none;
     text-align: center;
     padding: 16px 10px;
     border-bottom: 1px solid #666;
     letter-spacing: 1px;
}
a.mp-back:link, a.mp-back:visited {
     display: block;
     font-size: 18px;
     font-weight: 600;
     text-transform: uppercase;
     text-align: left;
     background: #FFF;
     color: #100a0a;
     text-decoration: none;
     padding: 12px 25px 11px 25px;
     border-bottom: 1px solid #666;
     letter-spacing: 1px;
     position: relative;
}
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>.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 #FFF;
     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.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: #FFF;
     color: #100a0a !important;
}
.the-side-menu>.mp-level ul li>a:hover {
     background: #FFF;
     color: #100a0a !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;
}
/* Narrow Desktop */
@media (max-width: 1170px) {
     a#menu-button:link, a#menu-button:visited {
         right: 0;
    }
     .slider-prev {
         left: 0;
    }
     .slider-next {
         right: 0;
    }
     .flavors-prev {
         left: -30px;
    }
     .flavors-next {
         right: -30px;
    }
     .begin {
         margin-left: 0;
    }
     .popup {
         width: 130%;
    }
}
/* 960px */
@media (max-width: 1019px) {
     .frame {
         width: 960px;
    }
}
/* Tablet */
@media (max-width: 959px) {
     .frame {
         width: auto !important;
         margin-left: 20px !important;
         margin-right: 20px !important;
         position: relative;
    }
     .logo, .home .logo, .page-template-landing-php .logo {
         padding-left: 0;
    }
     .home .logo, .page-template-landing-php .logo {
         padding-top: 27px;
    }
     .text-over-image {
         width: 60%;
         margin: 10px 0 30px 3%;
    }
     .cta-text {
         width: 65%;
    }
     .slider, .slide {
         height: 500px;
    }
     .slide-text {
         font-size: 28px;
    }
     .begin {
         float: none;
         display: block;
         margin: 0 auto 30px auto;
    }
     .flavors {
         float: none;
         display: block;
         margin: 0;
    }
     h2 {
         font-size: 30px;
    }
     .flavors-prev {
         left: -15px;
    }
     .flavors-next {
         right: -15px;
    }
     h6 a:link, h6 a:visited, .gform_button {
         min-width: 1px;
    }
     .indent {
         width: 100%;
         margin: 0;
    }
     table {
         width: 100% !important;
         margin: 0 !important;
    }
     td {
         padding-left: 0 !important;
         padding-right: 0 !important;
    }
     img, iframe {
         max-width: 100%;
         height: auto;
    }
     td img, .carousel-thumbnails img {
         max-width: 80%;
    }
     .carousel-thumbnails img {
         margin: 0 0 10px 0;
    }
     .alignleft, .alignright {
         max-width: 50%;
         height: auto;
    }
     td .alignleft, td .alignright {
         max-width: 90%;
    }
     .fancybox-wrap {
         max-width: 520px;
    }
     .fancybox-inner {
         max-width: 100%;
    }
     .gform_wrapper .gfield_description {
         width: auto !important;
    }
     .landing-logo {
         position: static;
         margin: 0 auto 20px auto;
         -webkit-transform: translate(2.5%,0);
         transform: translate(2.5%,0);
    }
     .landing-logo img {
         display: block;
         margin: 0 auto;
    }
     ul.landing-locations {
         margin: 0 auto 70px auto;
         justify-content: center;
    }
     ul.landing-locations>li {
         margin: 0 20px;
         width: calc(50% - 40px);
    }
     .landing-location-image {
         margin-bottom: 0;
    }
     .landing-location-name {
         font-size: 20px;
    }
}
/* Mobile */
@media (max-width: 599px) {
     .graphic-background {
         background: transparent !important;
         height: auto;
    }
     .graphic-background {
         padding-top: 0;
    }
     .background-image {
         display: block;
    }
     .background-image {
         margin: 0 0 20px 0;
    }
     .header-image {
         display: block;
    }
     .home .header-image, .page-template-landing-php .header-image {
         display: none;
    }
     .logo img {
         max-width: 150px;
         height: auto;
    }
     .slider, .slide {
         height: auto;
    }
     .slide {
         background: transparent !important;
    }
     .slide-image {
         display: block;
    }
     .slide-image img {
         display: block;
         width: 100%;
         height: auto;
    }
     .slide-text {
         position: static;
         font-size: 24px;
         background: #100a0a;
    }
     .slider-prev, .slider-next {
         display: none;
    }
     .text-over-image {
         width: 100%;
         margin: 0 0 40px 0;
         font-size: 18px;
    }
     h5 a:link, h5 a:visited {
         font-size: 18px;
    }
     h1, h2, h3, h4, h5, h6 {
         color: #FFF !important;
         text-shadow: 0 0 0 transparent !important;
         margin-top: 0 !important;
    }
     p {
         text-shadow: 0 0 0 transparent !important;
    }
     h1 {
         font-size: 36px;
    }
     .cta {
         margin: 30px 0 0 0;
    }
     .cta-text {
         float: none;
         display: block;
         width: auto;
         margin: 0;
         text-align: center;
    }
     .cta-text h4 {
         text-align: center !important;
    }
     .cta-text h4 img {
         display: none;
    }
     .cta-button {
         float: none;
         display: block;
         width: auto;
         margin: 0;
    }
     .content:last-child {
         padding-bottom: 170px;
    }
     .flavor {
         float: none;
         display: block;
         width: auto;
         margin: 0 0 25px 0;
    }
     .flavor h2 {
         min-height: 1px;
    }
     .alignleft, .alignright, .aligncenter {
         float: none;
         display: block;
         margin: 0 auto 15px auto !important;
    }
     .flavors-prev, .flavors-next, .slider-prev, .slider-next {
         width: 18px;
         height: 57px;
         background-size: contain;
    }
     .popup {
         width: 260px;
    }
     .build {
         margin: 0;
    }
     .footer-widgets {
         margin: 0;
    }
     .landing-subhead {
         font-size: 20px;
    }
     .landing-logo {
         max-width: 200px;
    }
     ul.landing-locations>li {
         margin: 0 10px;
         width: calc(50% - 20px);
    }
     .landing-location-name {
         font-size: 16px;
    }
     .landing-copyright {
         font-size: 12px;
    }
     .landing-copyright img {
         max-width: 45px;
    }
.testimonials-area {
		padding-bottom: 35px;
	}
	.testimonials {
		-webkit-border-radius: 5px;
		border-radius: 5px;
	}
	.testimonials:after {
		border-top: 22px solid #d98b43;
		border-left: 12px solid transparent;
		border-right: 12px solid transparent;
	}
	.testimonial {
		padding: 30px 0;
	}
     .fancybox-wrap {
         max-width: 280px;
    }
     table, tbody, tr, td {
         display: block !important;
         margin: 0 !important;
         padding: 0 !important;
         width: auto !important;
         height: auto !important;
    }
     td {
         padding: 5px 0 !important;
    }
     .tablepress .row-hover tr:hover td {
         background: transparent !important;
    }
     table.table {
         display: table !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;
    }
}
