@charset "UTF-8";
/************************************************

Stylesheet: Main Stylesheet

*************************************************/
/*********************
GENERAL STYLES
*********************/


/*
 * Let's target IE to respect aspect ratios and sizes for img tags containing SVG files
 *
 * [1] IE9
 * [2] IE10+
 */
/* 1 */
.ie9 img[src$=".svg"] {
  width: 100%; 
}
/* 2 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src$=".svg"] {
    width: 100%; 
  }
}



DIV.reveal, DIV.reveal h1  {
	font-size:11px;
	}
	
	.reveal {
    margin-top: 50px;
	margin-bottom: 50px;
    max-width: 65rem;
    width: 100%;
    z-index: 999999999;
}

.pop_button {
	color:#222222;
	background-color:#cccccc;
	border:1px solid #333333;
	font-size:1.4rem;
	padding:5px;
	margin-right:-2rem;
	border-radius:3px;
	}
	
	p.footer_menu_links {
		font-size:0.8rem;
		}

DIV.logo_in {
	display:none;
	

	 }

.tabs-panel {
    margin-top: -180px;
    padding: 180px 1rem 1rem;
}

.tabs {
	background:none;
	border:none;
	}

.tabs-content {
	background:none;
	border:none;
	}
	
	.tabs-title > a {
    display: block;
    line-height: 1;
    padding: 0rem 1rem;
}

.tabs-title h4 {
	  margin-bottom:0;
	  opacity:0.5;
	}
	
	li.tabs-title.is-active h4 {
	  margin-bottom:0;
	  opacity:1.0;
	}
	
	.tabs-title.is-active > a:focus, .tabs-title.is-active > a {
		background-color:rgba(0, 0, 0, 0) none repeat scroll 0 0;
		opacity:1.0;
		}
	
	.tabs-title > a:focus, .tabs-title > a {
		background-color:rgba(0, 0, 0, 0) none repeat scroll 0 0;
		opacity:0.5;
		}
		
		.tabs-title > a:focus, .tabs-title > a {
			background-color:rgba(0, 0, 0, 0) none repeat scroll 0 0;
			opacity:0.5;
			}
			
			.tabs-title.is-active > a:focus, .tabs-title.is-active > a {
				background-color:rgba(0, 0, 0, 0) none repeat scroll 0 0;
				opacity:1.0;
				}
				
				.tabs-title > a:focus, .tabs-title > a[aria-selected="true"] {
  background-color:rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

#tab1-label, #tab2-label {
	background:none;
	}
	
.sticky.is-stuck, .sticky.is-anchored { left:0px !important;  
-webkit-transform: none;
  transform: none;
  }	  
   
   .sticky.is-anchored { left:0px !important;
   }
.is-open-right .sticky.is-stuck, .is-open-right .sticky.is-at-top.is-stuck, .is-open-right .sticky.is-anchored { left:0px !important;
  -webkit-transform: none;
  transform: none;
   }


[type="checkbox"] + label, [type="radio"] + label {
	display:inline;
	}
	
	.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
		z-index:9999;
	}

body {
    color: #222222;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size:1.2rem;
	}
	
a {
	color:#EF993A;
	}
	
	a:hover {
	color:#EF993A;
	}

header.header {
	max-height:100px;
	}

.row .row {
	margin-left:0;
	margin-right:0;
	}


h1, h2, h3, h4, h5, h6 {
	font-family:"impact", "helvetica_condensedbold", "ヒラギノ角ゴ Pro W3", Helvetica, sans-serif;
	color:#222222;
	margin-bottom:1rem;
	text-transform:uppercase;
	}
	
h1, h2 {
	font-family:"impact", "helvetica_condensedbold", "ヒラギノ角ゴ Pro W3", Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:2rem;
}

h4 {
	font-family:"impact", "helvetica_condensedbold", "ヒラギノ角ゴ Pro W3", Helvetica, sans-serif;
	text-transform:uppercase;
	margin-bottom:30px;
}

h3.title {
	font-family:"impact", "helvetica_condensedbold", "ヒラギノ角ゴ Pro W3", Helvetica, sans-serif;
	text-transform:uppercase;
	text-align:center;
	font-size: 1.4rem;
    line-height: 1.4rem;
	}
	
	h3.title a {
		color:#000000;
			}

DIV.woocommerce h3, DIV.woocommerce h2, .woocommerce h2, .woocommerce > h2 {
	font-size:1.5rem;
	font-weight:bold;
	}

DIV.panel_content .entry-content p {
	font-size:1.2rem;
	text-align:left;
	
	}
	
	.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
		line-height:1.5rem;
		}


[type="color"], [type="date"], [type="datetime-local"], [type="datetime"], [type="email"], [type="month"], [type="number"], [type="password"], [type="search"], [type="tel"], [type="text"], [type="time"], [type="url"], [type="week"], textarea {
	
	border: 4px solid #cccccc;
    border-radius: 0;
    box-shadow: 0 1px 2px hsla(0, 0%, 4%, 0.1) inset;
    box-sizing: border-box;
    color: #333333;
    display: block;
    font-family: inherit;
    font-size: 1.3rem;
	font-weight:bold;
    height: 3.5rem;
    margin: 0 0 0.7rem;
    padding: 0.7rem;
    transition: box-shadow 0.5s ease 0s, border-color 0.25s ease-in-out 0s;
    width: 100%;
	background-color:rgba(240, 240, 240, 0.7);
	}
	
	.wpcf7-form-control {
		margin-bottom:0;
		}
		
		form.wpcf7-form p {
			line-height:0.88;
			}
			
			.woocommerce form .form-row label {
				 color: #666;
    font-size: 13px;
    line-height: 1.6;
				}
	
	textarea {
	max-height:140px;	
	}
	
	input::-moz-placeholder, textarea::-moz-placeholder {
    color: #666;
}

DIV.woocommerce-tabs {
	margin-bottom:80px;
	}
	
	DIV.related.products h2 {
		padding-bottom:10px;
		}

.woocommerce DIV.woocommerce-tabs img {
	width:auto;
	height:auto;
	}

/*********************
PANEL STYLES
*********************/


DIV.content-panel {
width: 100%;
height:auto;
display:block;
position:relative;
}

DIV.no_image_panel {
	min-height:200px;
	padding-top:60px;
	padding-bottom:80px;
	}

.sub_panel {
	text-align:center;
	padding-bottom:70px;
	padding-left:25%;
	padding-right:25%;
	padding-top:50px;
	text-align:center;
	font-size:1.2rem;
}
	
	DIV.panel_image {
	width:100%;
	z-index:1;
	background-color:#FFFFFF;
	max-height:900px;
	}
	
	DIV.panel_image img {
	z-index:2;
	    height: auto;
    width: 100%;
	}
	
DIV.panel_content {
	width:100%;
	z-index:3;
	text-align:center;
    width: 100%;
	display:table;
	}
	
	DIV.panel_content h4 {
					font-family:"impact", "helvetica_condensedbold", "ヒラギノ角ゴ Pro W3", Helvetica, sans-serif;
		text-transform:uppercase;
		margin-bottom:30px;
		margin-top:20px;

		}
		
	DIV.panel_content p {
		padding-right:16%;
		padding-left:16%;
	}	

DIV.content-panel.threedee, footer.footer.threedee {
	background-color:#231f20;
	border-top:solid 8px #ed212f;
	border-bottom:solid 8px #ed212f;
	color:#ffffff;
	font-weight:500;
	}
.threedee {
	background-color:#231f20;
	border-top:solid 8px #ed212f;
	border-bottom:solid 8px #ed212f;
	color:#ffffff;
	font-weight:500;
	}
	
	.threedee h4, .threedee h3  {
		color:#ffffff;
		}
	
DIV.content-panel.aceh, footer.footer.aceh {
	background-color:#c72128;
	border-top:solid 8px #064051;
	border-bottom:solid 8px #064051;
	color:#ffffff;
	font-weight:500;
	}
.aceh {
	background-color:#c72128;
	border-top:solid 8px #064051;
	border-bottom:solid 8px #064051;
	color:#ffffff;
	font-weight:500;
	}
	.aceh h4, .aceh h3   {
		color:#084051;
		}
	
DIV.content-panel.bespoke, footer.footer.bespoke {
	background-color:#221f1f;
	border-top:solid 8px #716d2d;
	border-bottom:solid 8px #716d2d;
	color:#c1c4ab;
	font-weight:500;
}
.bespoke {
	background-color:#221f1f;
	border-top:solid 8px #716d2d;
	border-bottom:solid 8px #716d2d;
	color:#c1c4ab;
	font-weight:500;
}

.bespoke h4, .bespoke h3 { 
color:#ffffff;
}

DIV.content-panel.bqe, footer.footer.bqe {
	background-color:#000000;
	border-top:solid 8px #cacbcc;
	border-bottom:solid 8px #cacbcc;
	color:#ffffff;
	font-weight:500;
	}
.bqe {
	background-color:#000000;
	border-top:solid 8px #cacbcc;
	border-bottom:solid 8px #cacbcc;
	color:#ffffff;
	font-weight:500;
	}
	
	.bqe h4, .bqe h3 { 
color:#B7B59F;
}

DIV.content-panel.brazil, footer.footer.brazil {
	background-color:#bc2227;
	border-top:solid 8px #9b9c74;
	border-bottom:solid 8px #9b9c74;
	color:#ffffff;
	font-weight:500;
	}
.brazil {
	background-color:#bc2227;
	border-top:solid 8px #9b9c74;
	border-bottom:solid 8px #9b9c74;
	color:#ffffff;
	font-weight:500;
	}	
	
	.brazil h4, .brazil h3  {
		color:#FFD005;
		}
	
DIV.content-panel.coji, , footer.footer.coji {
	background-color:#22313d;
	border-top:solid 8px #aed4e8;
	border-bottom:solid 8px #aed4e8;
	color:#aed4e8;
	font-weight:500;
	}
.coji {
	background-color:#22313d;
	border-top:solid 8px #aed4e8;
	border-bottom:solid 8px #aed4e8;
	color:#aed4e8;
	font-weight:500;
	}	
DIV.content-panel.colombia, footer.footer.colombia  {
	background-color:#0090be;
	border-top:solid 8px #1b4d62;
	border-bottom:solid 8px #1b4d62;
	color:#fce59e;
	font-weight:500;
	}
.colombia {
	background-color:#0090be;
	border-top:solid 8px #1b4d62;
	border-bottom:solid 8px #1b4d62;
	color:#fce59e;
	font-weight:500;
	}	
DIV.content-panel.costarica, footer.footer.costarica {
	background-color:#007f47;
	border-top:solid 8px #b3d67f;
	border-bottom:solid 8px #b3d67f;
	color:#f4f3b6;
	font-weight:500;
	}
.costarica {
	background-color:#007f47;
	border-top:solid 8px #b3d67f;
	border-bottom:solid 8px #b3d67f;
	color:#f4f3b6;
	font-weight:500;
	}	
DIV.content-panel.decaf, footer.footer.decaf {
	background-color:#070909;
	border-top:solid 8px #57a4a3;
	border-bottom:solid 8px #57a4a3;
	color:#ffffff;
	font-weight:500;
	}
.decaf {
	background-color:#070909;
	border-top:solid 8px #57a4a3;
	border-bottom:solid 8px #57a4a3;
	color:#ffffff;
	font-weight:500;
	}	
DIV.content-panel.guatemala, footer.footer.guatemala {
	background-color:#204f9e;
	border-top:solid 8px #91d7f0;
	border-bottom:solid 8px #91d7f0;
	color:#fbd320;
	font-weight:500;
	}
.guatemala {
	background-color:#204f9e;
	border-top:solid 8px #91d7f0;
	border-bottom:solid 8px #91d7f0;
	color:#fbd320;
	font-weight:500;
	}	
DIV.content-panel.kenya, footer.footer.kenya {
	background-color:#38132a;
	border-top:solid 8px #b9949c;
	border-bottom:solid 8px #b9949c;
	color:#ffffff;
	font-weight:500;
	}
.kenya {
	background-color:#38132a;
	border-top:solid 8px #b9949c;
	border-bottom:solid 8px #b9949c;
	color:#ffffff;
	font-weight:500;
	}	
DIV.content-panel.mexico, footer.footer.mexico {
	background-color:#d65e28;
	border-top:solid 8px #e3a590;
	border-bottom:solid 8px #e3a590;
	color:#fcb632;
	font-weight:500;
	}
.mexico {
	background-color:#d65e28;
	border-top:solid 8px #e3a590;
	border-bottom:solid 8px #e3a590;
	color:#fcb632;
	font-weight:500;
	}	
DIV.content-panel.mochajava, footer.footer.mochajava {
	background-color:#242c35;
	border-top:solid 8px #aed4e8;
	border-bottom:solid 8px #aed4e8;
	color:#ffffff;
	font-weight:500;
	}
.mochajava {
	background-color:#242c35;
	border-top:solid 8px #aed4e8;
	border-bottom:solid 8px #aed4e8;
	color:#ffffff;
	font-weight:500;
	}	
DIV.content-panel.natural, footer.footer.natural {
	background-color:#231f20;
	border-top:solid 8px #d2d3d4;
	border-bottom:solid 8px #d2d3d4;
	color:#d2d3d4;
	font-weight:500;
	}
.natural {
	background-color:#231f20;
	border-top:solid 8px #d2d3d4;
	border-bottom:solid 8px #d2d3d4;
	color:#d2d3d4;
	font-weight:500;
	}	
DIV.content-panel.nicaragual, footer.footer.nicaragual {
	background-color:#000000;
	border-top:solid 8px #382818;
	border-bottom:solid 8px #382818;
	color:#9b9b73;
	font-weight:500;
	}
.nicaragual {
	background-color:#000000;
	border-top:solid 8px #382818;
	border-bottom:solid 8px #382818;
	color:#9b9b73;
	font-weight:500;
	}	
DIV.content-panel.peru, footer.footer.peru {
	background-color:#ffffff;
	border-top:solid 8px #5b6934;
	border-bottom:solid 8px #5b6934;
	color:#231f20;
	font-weight:500;
	}
.peru {
	background-color:#ffffff;
	border-top:solid 8px #5b6934;
	border-bottom:solid 8px #5b6934;
	color:#231f20;
	font-weight:500;
	}	
DIV.content-panel.rwanda, footer.footer.rwanda {
	background-color:#331b0f;
	border-top:solid 8px #d89028;
	border-bottom:solid 8px #d89028;
	color:#c9a555;
	font-weight:500;
	}
.rwanda {
	background-color:#331b0f;
	border-top:solid 8px #d89028;
	border-bottom:solid 8px #d89028;
	color:#c9a555;
	font-weight:500;
	}	
DIV.content-panel.stormy, footer.footer.stormy  {
	background-color:#220f0f;
	border-top:solid 8px #665258;
	border-bottom:solid 8px #665258;
	color:#8c8487;
	font-weight:500;
	}
.stormy {
	background-color:#220f0f;
	border-top:solid 8px #665258;
	border-bottom:solid 8px #665258;
	color:#8c8487;
	font-weight:500;
	}	
DIV.content-panel.sumatraesp, footer.footer.sumatraesp {
	background-color:#220f0f;
	border-top:solid 8px #665258;
	border-bottom:solid 8px #665258;
	color:#d2d3d4;
	font-weight:500;
	}
.sumatraesp {
	background-color:#220f0f;
	border-top:solid 8px #665258;
	border-bottom:solid 8px #665258;
	color:#d2d3d4;
	font-weight:500;
	}	
DIV.content-panel.tanzania, footer.footer.tanzania  {
	background-color:#a5c357;
	border-top:solid 8px #ad8843;
	border-bottom:solid 8px #ad8843;
	color:#5b351d;
	font-weight:500;
	}
.tanzania {
	background-color:#a5c357;
	border-top:solid 8px #ad8843;
	border-bottom:solid 8px #ad8843;
	color:#5b351d;
	font-weight:500;
	}	
DIV.content-panel.washed, footer.footer.washed {
	background-color:#9a7733;
	border-top:solid 8px #eee7bb;
	border-bottom:solid 8px #eee7bb;
	color:#e7e4d0;
	font-weight:500;
	}
.washed {
	background-color:#9a7733;
	border-top:solid 8px #eee7bb;
	border-bottom:solid 8px #eee7bb;
	color:#e7e4d0;
	font-weight:500;
	}	
DIV.content-panel.winter, footer.footer.winter {
	background-color:#000000;
	border-top:solid 8px #52416f;
	border-bottom:solid 8px #52416f;
	color:#ffffff;
	font-weight:500;
	}
.winter {
	background-color:#000000;
	border-top:solid 8px #52416f;
	border-bottom:solid 8px #52416f;
	color:#ffffff;
	font-weight:500;
	}	
DIV.content-panel.bali, footer.footer.bali {
	background-color:#a21e23;
	border-top:solid 8px #f6b4a2;
	border-bottom:solid 8px #f6b4a2;
	color:#f6b4a2;
	font-weight:500;
	}
.bali {
	background-color:#a21e23;
	border-top:solid 8px #f6b4a2;
	border-bottom:solid 8px #f6b4a2;
	color:#f6b4a2;
	font-weight:500;
	}
	
	.bali h4, .bali h3  {
		color:#EE6244;
		}	
		
		
		DIV.certification_logos img {
			max-height:100px;
			width:auto;
			}	

/*********************
TEMPLATE STYLES
*********************/

DIV.content-panel h4 {
	text-align:center;
	}

DIV.owl-controls  {
	
	}

DIV.locations h4 {
					font-family:"impact", "helvetica_condensedbold", "ヒラギノ角ゴ Pro W3", Helvetica, sans-serif;
					color:#222222;
					font-size:22px;
					margin-top:-22px;

		}
		
		DIV.location_holder h2 {
			color:#333333;
			font-size:22px;
			margin-bottom:5px;
			margin-top:20px;
			}
		
		
	DIV.locations_wrapper {
			margin-right: 100px;
			padding-left:10px;
			padding-right:10px;
		}
		
		DIV.locations {
			padding: 15px 0px 0px 100px;
		}
		
  
  

h1.page-title {
	padding-top:50px;
	}
	
	.article-header h1 {
		margin-bottom:32px;
		padding-top:50px;
		}

body.single header.article-header h1, body.blog header.article-header h1 {
		margin-bottom:2rem;
		padding-top:1rem;
		}

.article-header {
	text-align:center;
	}
	
	article DIV.columns {
			padding:40px;
			}
			
			.page_1column {
				text-align:center;
				}

p.arrow_icon img {
width:30px;
	}
	
	p.arrow_icon a {
		padding:20px 17px;
		border-radius:50%;

		}
	
	p.arrow_icon a:hover,
p.arrow_icon a:active {
  cursor:pointer;
}
	
	DIV.home_feature_text {
		text-align:center;
		font-size:1.8rem;
		}
		
		DIV.home_feature_text {
		font-size:1.8rem;
		}
		
		
		
		DIV.menu_holder {
			text-align:center;
			padding:10px;
			
			}
			
			DIV.menu_holder h4 {
				padding-bottom:6px;
				margin-top:40px;
				padding-top:20px;
				

				
			}
			
			DIV.menu_holder img {
				
			}
			
			p.menu_description {
				padding-left:50px;
				padding-right:50px;
				padding-top:40px;
				font-size:1.2rem;
				
				}
				
	

ul .button, ul button {
	border:none;
	}
	
	
	DIV.title-bar .button, DIV.title-bar button {
		border:none;
	
	}


.woocommerce footer input.button:hover; .button:hover, button:hover {
    background-color: #000000;
    color: #FFFFFF;
}

.woocommerce footer input.button:active, .button:active, button:active {
    background-color: #000000;
    color: #FFFFFF;
}

.button:focus, .button:hover {
	   background-color: #000000;
    color: #FFFFFF;
	}
	
	.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
		 background-color: #000000;
    color: #FFFFFF;
		}

.woocommerce input.button, .button, button {
	font-family:"helvetica",sans-serif;
	font-weight:600;
	background-color:#222222;
	text-transform:uppercase;
    border: 3px solid #000000;
    border-radius: 0;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 0.9rem;
    line-height: 1.1rem;
    margin: 0 0 1rem;
    padding: 0.85em 2em;
    text-align: center;
    transition: background-color 0.25s ease-out 0s, color 0.25s ease-out 0s;
    vertical-align: middle;
}

.woocommerce footer input.button {
	font-size:0.9rem;
	}
	
	

DIV.gallery_container {
	padding-left:20px;
	padding-top:20px;
	padding-right:0px;
	margin-left:0px;
	margin-right:0px;
	}
	
DIV.gallery DIV.column {
	padding-right:10px;
	padding-left:10px;
	padding-top:0px;
	padding-bottom:20px;
	position:relative;
	}
	
	DIV.gallery DIV.column img {
	min-width:100%;
	height:auto;
	}
	
	#product_preview DIV.column img {
	box-shadow: none;
    display: block;
    height: auto;
    margin: 0 0 1em;
    width: 100%;
 max-height: 450px;
 max-width: 60%;
vertical-align: middle;
	}
	
	DIV.contact_details i {
		font-size: 70px;
    position: relative;
    text-align: center;
    top: 20px;
    width: 100%;
	color:#666666;
		}
		
		DIV.contact_details DIV {
		float:left;
		position:relative;
		}
	
	
	DIV.instagram {
		padding:0;
		}	
		
		DIV.sbi_photo_wrap {
			padding-left:10px;
			padding-bottom:10px;
			}
			
			#sbi_load {
				display:none;
				}
				
				.sbi_header_text h3 {
					text-transform:uppercase;
					
					}
					
					#sb_instagram .sb_instagram_header h3 {
					font-size:24px;	
					    line-height: 1.2;
						}
					
					.sbi_header_text {
						margin-top:0;
						padding-top:0;
						}
						
						p.sbi_bio {
							
							margin-bottom:1rem;
							
							}
							
							#sb_instagram .sb_instagram_header {

    margin: 0 0 40px;

}

form.wpcf7-form p.short_message {
	font-size:13px;
	margin-top:30px;
	line-height:1.4rem;
	
	}

/*********************
SHOP STYLES
*********************/

#the_shop {
	}
	
	
	#customer_details {
		text-align:left;
		}
		
		.woocommerce form .form-row textarea {
			height:5em;
			}
		
		.entry-content .woocommerce p {
			text-align:left;
			}
	
	DIV.product_area {
		padding-top:1rem;
		}
		
	DIV.woocommerce-message {
		text-align:left;
		}	
		
		
			

		DIV.custom_summary {
		
			}	
	
DIV.product DIV.custom_summary {
	text-align:left;
	font-size:1.2rem;
	}
	
	DIV.product DIV.woocommerce-tabs {
	text-align:left;		
		}
	
DIV.panel_content DIV.product p {
	padding-left:0;
	padding-right:0;
	}

DIV.related_products {
	padding-top:100px;
	}
	
	.woocommerce div.product div.images {
		width:auto;
		}	
		
		.woocommerce div.product DIV.description span {
		padding:10px;
		}

p.product-title {
	text-transform:uppercase;
	padding-top:14px;
	padding-bottom:40px;
	

	}
	
	DIV.quantity input.qty {
		height:3.8rem;
		}
	
	p.price, span.price {
		  display: block;
    margin-bottom: 18px;
	font-weight:bold;
		}
	
	.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
		font-size:1.8rem;
		}
		
		.woocommerce a.product_type_simple {
		font-size:1rem;	
			}

.woocommerce ul.products li.product a.button {
	display:none;
	}
	
	td.label {
		background:none;
		
		
		}
		
		.woocommerce div.product form.cart table td {
			padding-top:20px;
			padding-left:20px;
			}
		
		.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt
		{
			background-color: #222222;
    color: #fff;
			}
		
		
		.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover
		{
			background-color: #000000;
    color: #fff;
			}
		
		.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt[disabled]:disabled, .woocommerce #respond input#submit.alt[disabled]:disabled:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt[disabled]:disabled, .woocommerce a.button.alt[disabled]:disabled:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt[disabled]:disabled, .woocommerce button.button.alt[disabled]:disabled:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt[disabled]:disabled, .woocommerce input.button.alt[disabled]:disabled:hover
		{
			background-color: #222222;
    color: #fff;
			}
			
			.woocommerce div.product form.cart table td {
				padding-top:10px;
				}
				
				#the_shop p {
					padding-left:0;
					padding-right:0;
					text-align:left;
					}
					
					.cart_link, .home_link, .contact_link {
	font-size: 24px;
    margin-top: -5px;
    padding-left: 5px;
    padding-right: 5px;
	display: inline-block;
    margin-right: 0.25rem;
	position:absolute;
	top:1.95rem;
	color:#ffffff;
	z-index:998;
	left:1.75rem;

	
	}
	
	.cart_link {

		}
	
	.home_link {

	}
	
	.cart_link:hover, .home_link:hover, contact_link:hover {
		color:#ffffff;
		 }
				
				.woocommerce div.product form.cart .variations td.label {
					padding-top:20px;
					}
			
			
			.woocommerce div.product form.cart .variations select {
				margin-bottom:5px;
				}
			
			
			.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary
			{
				
				width:auto;
				}
				
				.woocommerce div.product div.images {
					width:33%;
					}
					
					a.cart-contents {
	background-color: #8FAE1B;
    left: 3rem;
    position: absolute;
    top: 1.25rem;
    z-index: 999;
  -webkit-border-radius: 100px; 
  -moz-border-radius: 100px; 
  border-radius: 100px;
  width:20px;
  height:20px;
  text-align:center;
  color:#ffffff;
  font-size:11px;
  font-weight:bold;
  padding-top:2px;
  font-family:Arial, Helvetica, sans-serif;
  }
  
  #add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
	  width:80px;
	  }
	  
	  .woocommerce td.product-name dl.variation dd, .woocommerce td.product-name dl.variation dt {
		  margin-bottom:0;
		  }
		  
		  #add_payment_method table.cart td a, #add_payment_method table.cart th a, .woocommerce-cart table.cart td a, .woocommerce-cart table.cart th a, .woocommerce-checkout table.cart td a, .woocommerce-checkout table.cart th a {
			  font-size:24px;
			  }

.woocommerce table.shop_attributes td {
	font-style:normal;
	}


 table.shop_attributes tbody tr:nth-child(2n) {
	background-color:none;
	background:none;
	}
	
	.woocommerce table.shop_attributes .alt td, .woocommerce table.shop_attributes .alt th {
		background-color:none;
	background:none;
	}
	
	table.shop_attributes tbody, table.shop_attributes tfoot, table.shop_attributes thead {
		border:none;
		}
	
	 table.shop_attributes, .woocommerce table.shop_attributes td p {
	font-size:13px;
	text-align:left;
	}
	
	
	
	.woocommerce table.shop_attributes td, .woocommerce table.shop_attributes th {
		border-bottom:none;
		}
	
	form.checkout h3 {
		text-align:left;
		
		
		}


#customer_details {
	padding-bottom:20px;
	}
	
	#order_review {
	padding-bottom:20px;		
		}

	DIV.offers {
		float:right;
		}
		
		.woocommerce div.product div.custom_image img {
			
			min-width:100%;
		width:100%;
			}
			
			.woocommerce-tabs ul.wc-tabs {
				display:none;
				
				}
				
				#tab-description p {
					margin-left:0;
					margin-right:0;
					}
	
	p.product-title {
		font-family:"helvetica_condensedbold", Helvetica, sans-serif;
		text-transform:uppercase;
		}
		
		.woocommerce ul.products li.product h3 {
			font-family:"helvetica_condensedbold", Helvetica, sans-serif;
		text-transform:uppercase;
			}

/*********************
PARALLAX STYLES
*********************/

.parallax-background.alternative {
height: 750px;
background-position:center top;
position: fixed;
width: 100%;
    overflow:hidden;
	background-color:#000000;
	top:0;
	overflow:hidden;
}

body.page-template-default DIV.parallax-background.alternative {
height: 450px;
}


body.page-template-default DIV.parallax-content.alternative {
top: 350px;
margin-bottom:350px;
}


body.page-template-default arrow_icon {
	display:none;
	}


.parallax-content.alternative {

max-width: 100%;
position: relative;
top: 750px;
margin-bottom:750px;
background-color:#ffffff;
z-index:3;
overflow:hidden;
height:100%;
}


.off-canvas-wrapper {
	overflow:hidden;
	}

.intro-text {
font-family:"helvetica",sans-serif;
color: #fff;
text-align: center;
margin-top:15%;
z-index:2;
position:relative;
}

.intro-logo {
text-align: center;
z-index:2;
position:relative;
top:160px;
padding:20px;

}

.intro-logo img {
	width:68%;
}


p.stylised {
	color: #333333;
text-align: center;
font-family:"great_vibesregular",sans-serif;
font-size:42px;
font-weight:900;
margin-bottom:40px;
	}

p.arrow_icon {
	position:absolute;
	top:570px;
	text-align:center;
	width:100%;
	z-index:3;
position:relative;
	}




DIV.black_cover {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1;
	background-color:#000000;
	-khtml-opacity:.25; 
 -moz-opacity:.25; 
 -ms-filter:"alpha(opacity=25)";
  filter:alpha(opacity=25);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.25);
  opacity:.25; 
	}
	

	



/*********************
LINK STYLES
*********************/
a:link, a:visited:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }
  
  .menu .active > a {
    background: none;
    color: #fefefe;
}

.social_links_footer {
	text-align:left;
	}
	
	p.social_icons {
		margin-bottom:2.2rem;
		}
	
	
	DIV.menu_wrap {
		position:relative;
		}
	
	DIV.menu_wrap a {
				position:absolute;
				bottom:0;
				left:0;
				width:100%;
				margin-bottom:0;
				border:0;
				background-color: rgba(0, 0, 0, 0.3);
				transition: background-color 0.25s ease-out 0s, color 0.25s ease-out 0s;
				color:#ffffff;
				font-family: "great_vibesregular",sans-serif;
				font-size:1.8rem;
				text-transform:none;
				padding-left:20px;
				padding-right:20px;

			}
			
			DIV.menu_wrap a:hover {
				position:absolute;
				bottom:0;
				left:0;
				width:100%;
				margin-bottom:0;
				border:0;
				background-color: rgba(0, 0, 0, 0.6);
				color:#ffffff;
				
			}
			
			p.map_arrow {
				margin-bottom:0;
				}
			
			
			p.map_arrow img {
	min-width:20%;
	max-width:90px;
	height:auto;
	margin-top:-46px;
	    position: relative;
    z-index: 20;
	}


p.map_arrow a > img {
	min-width:20%;
	max-width:90px;
	height:auto;
	margin-top:-46px;
	position: relative;
    z-index: 20;
	}
	
	p.map_arrow a:hover > img {
	min-width:20%;
	max-width:90px;
	height:auto;
	margin-top:-46px;
	margin-bottom:0px;
	}


a.store_link {
	background-color:#161616;
	display:block;
	z-index:5;
	}
	
	a.store_link:hover img {
	-khtml-opacity:.8; 
 -moz-opacity:.8; 
 -ms-filter:"alpha(opacity=80)";
  filter:alpha(opacity=80);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.80);
  opacity:.80; 
	}
	
.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
  background-color:#999999;
}	
	
	DIV.panel_content DIV.shop_container.shop_phone p.shop_child.phone_text {
		font-size:1.6rem;
		font-family:Helvetica, sans-serif;

	}
	
	DIV.shop_container a {
		color:#ffffff;
		}
	
	DIV.shop_child > a {
		color:#ffffff;
		}
		
		a.map_link {
			padding:2px;
			color:#ffffff;
			}
	
	.is-off-canvas-open {
		}
		
	.off-canvas {
		background-color:#eeeeee;
		}
		
		DIV.shop_container {
			
			margin:0;
			padding:1rem;
			min-height:160px;
			display:table;
			width:100%;
			}
			
			DIV.panel_content p.shop_child {
	 display: table-cell;
    height: 160px;
    min-height: 160px;
    vertical-align: middle;
	padding:1rem;
	background-color:#eeeeee;
	 -webkit-border-radius: 3px; 
  -moz-border-radius: 3px; 
  border-radius: 3px;
  font-weight:bold;
font-size:1rem;
				}
				
				DIV.shop_container:after {
	border-color: #eeeeee transparent;
    border-style: solid;
    border-width: 0 12px 12px;
    bottom: 175px;
    content: "";
    left: 50%;
	 margin-left: -12px;
    position: absolute;
    width: 0;
				}
				
				DIV.shop_container.namba.shop_address p.shop_child {
					background-color: #7C050E;
					color:#ffffff;
					 }
				DIV.shop_container.namba.shop_phone p.shop_child {
					background-color: #EF993A;
					color:#ffffff;
					 }
				DIV.shop_container.namba.shop_hours p.shop_child {
					background-color: #1E1E26;
					color:#ffffff;
					}
				DIV.shop_container.namba.shop_address:after {
					border-color: #7C050E transparent;
					 }
				DIV.shop_container.namba.shop_phone:after {
					border-color: #EF993A transparent;
					 }
				DIV.shop_container.namba.shop_hours:after {
					border-color: #1E1E26 transparent;
					 }
					 
					 DIV.shop_container.kitahama.shop_address p.shop_child {
					background-color: #AB892F;
					color:#ffffff;
					 }
				DIV.shop_container.kitahama.shop_phone p.shop_child {
					background-color: #716D2D;
					color:#ffffff;
					 }
				DIV.shop_container.kitahama.shop_hours p.shop_child {
					background-color: #9E1D28;
					color:#ffffff;
					}
				DIV.shop_container.kitahama.shop_address:after {
					border-color: #AB892F transparent;
					 }
				DIV.shop_container.kitahama.shop_phone:after {
					border-color: #716D2D transparent;
					 }
				DIV.shop_container.kitahama.shop_hours:after {
					border-color: #9E1D28 transparent;
					 }
				
				
				 DIV.shop_container.lalaport-expocity.shop_address p.shop_child {
					background-color: #57A4A3;
					color:#ffffff;
					 }
				DIV.shop_container.lalaport-expocity.shop_phone p.shop_child {
					background-color: #FDD800;
					color:#ffffff;
					 }
				DIV.shop_container.lalaport-expocity.shop_hours p.shop_child {
					background-color: #AF3564;
					color:#ffffff;
					}
				DIV.shop_container.lalaport-expocity.shop_address:after {
					border-color: #57A4A3 transparent;
					 }
				DIV.shop_container.lalaport-expocity.shop_phone:after {
					border-color: #FDD800 transparent;
					 }
				DIV.shop_container.lalaport-expocity.shop_hours:after {
					border-color: #AF3564 transparent;
					 }
				
				
/*				
#57A4A3
#FDD800
#AF3564
shop_address
shop_phone
shop_hours
*/
	

/*********************
H1, H2, H3, H4, H5 P STYLES
*********************/
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none; }
  
  .entry-content h4 {
	  padding-bottom:20px;
	  }

/*********************
HEADER STYLES
*********************/
.header ul.off-canvas-list li {
  list-style: none; }
  
 
 
 /*********************
HOMEPAGE STYLES
*********************/

span.overlay_text {
	position:absolute;
	top:75%;
	text-align:center;
	width:100%;
	z-index:4;
	color:#ffffff;
	font-family:"impact", "helvetica_condensedbold", "ヒラギノ角ゴ Pro W3", Helvetica, sans-serif;
	font-size:2.6rem;
	text-transform:uppercase;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.6);
	}
	
	p.title_overlay {
		font-family:"impact", "helvetica_condensedbold", "ヒラギノ角ゴ Pro W3", Helvetica, sans-serif;
		color:#ffffff;
		font-size:52px;
		text-transform:uppercase;
		margin-top:100px;
		}
   

/*********************
NAVIGATION STYLES
*********************/
.sticky {
		z-index:1000;
		width:100%;
		
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
	 background-color:none;	
		}
		
		body.blog .sticky, body.archive .sticky, body.woocommerce .sticky, body.page-template-shop_template .sticky, body.page-template-default .sticky, body.single .sticky {
			 background-color:#161616;
			} 
		
		body.archive DIV.logo_in, body.woocommerce DIV.logo_in, body.page-template-shop_template DIV.logo_in, body.page-template-default DIV.logo_in, body.single DIV.logo_in {
			opacity:1;
			}
		
		
		
		DIV.is-open-right .sticky.is-stuck {
		right:0;
		   }
			
			.sticky.is-at-top {
				-moz-transition: all 100ms ease-out;
  -webkit-transition: all 100ms ease-out;
  -o-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
  }
		
		 .sticky.is-stuck {
		   z-index:24;
		   background-color:#161616;
		   }
		   
		
		#stickynav {
			}

#menus {
	position:relative;
	padding-left:2px;
	padding-right:2px;
	}

#menu-canvas-menu {
	
	}
	
	.canvas_fixy {
	
		}
		
		
		.menu > li > a i {
	font-size: 24px;
    margin-top: -5px;
    padding-left: 5px;
    padding-right: 5px;
			}
	
	
	.off-canvas.position-right {
    height: 100%;
    right: -250px;
    top: 0;
    width: 250px;
}


.top-bar .title-area {
  z-index: 1; }
.bounce-up .logo_in img
.off-canvas-list ul {
  margin-left: 0; }
  .off-canvas-list ul li a {
    border-bottom: 0px; }
  .off-canvas-list ul .dropdown {
    margin-left: 20px; }
	
	DIV.sticky-container {
		padding-left:0;


	  }
	  
	 div.logo_in {
			   
		   }
	  
	  
	  
		   .sticky > .bounce-up > div.logo_in {
			   display:none;
			   
		   }
		   
		   .sticky.is-at-top > .bounce-up > div.logo_in {
			   display:none;
			   
		   }
		    .sticky.is-stuck > .bounce-up > div.logo_in {
			   display:block;
			   
		   }
		   
		   
		   .sticky.is-anchored.is-at-top > .bounce-up > div.logo_in {
			   display:none;
			   
		   }
		   
		   
		.sticky.is-stuck {
			z-index:10;
			} 
			
			.sticky.is-at-top {
				position:fixed;
				}
			
			.sticky.is-anchored {
    position: fixed;
}  
		   
	  
	  
	  #top-bar-menu:after {
	    content: ' ';
		    display: block;
    width: 100%;
    height: 100%;
	    z-index: 4;
-moz-transition: all 700ms ease-out;
  -webkit-transition: all 700ms ease-out;
  -o-transition: all 700ms ease-out;
  transition: all 700ms ease-out;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
	  
	  
	  .is-stuck #top-bar-menu:after {
	    content: ' ';
		    display: block;
    width: 100%;
    height: 100%;
  background-color:#161616;

}


#top-bar-menu {
	background-image:none;
	-moz-transition: all 700ms ease-out;
  -webkit-transition: all 700ms ease-out;
  -o-transition: all 700ms ease-out;
  transition: all 700ms ease-out;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
opacity:1;
 padding-left:1rem;
	padding-right:1rem;
	padding-top:1rem;
	padding-bottom:1rem;
}

.sticky.is-stuck #top-bar-menu {
    padding-left:1rem;
	padding-right:1rem;
	padding-top:1rem;
	padding-bottom:1rem;
}




.top-bar .top-bar-left, .top-bar .top-bar-right {
position:relative;
z-index:5;	
}

	  
	.top-bar, .top-bar ul {
    background:none;
	
}

	.top-bar-left {  padding-left: 3rem; }


ul.menu a {
	color:#ffffff;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight:bold;
	text-transform:uppercase;
	font-size:0.9rem;
	}
	
	.menu > li > a {
    display: block;
    line-height: 3rem;
    padding: 0.1rem 1.2rem;
	 margin-top: -5px;
}


.is-anchored ul.submenu {
	background:none;
	border:none;
	}
	
	body.blog .sticky ul.submenu, body.archive .sticky ul.submenu, body.woocommerce .sticky ul.submenu, body.page-template-shop_template .sticky ul.submenu, body.page-template-default .sticky ul.submenu, body.single .sticky ul.submenu {
		background-color:#161616;
	border:none;
		}


.sticky.is-stuck.is-at-top ul.submenu {
	background-color:#161616;
	border:none;
	}
	
	 ul.submenu {
	background:none;
	border:none;
	}
	
	DIV.top-bar-left ul.submenu > li > a {
    display: block;
    line-height: 1.5rem;
    margin-top: -5px;
    padding: 0.8rem 0.7rem;
}


.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
	border-color: #ffffff transparent transparent;
	}

.top-bar-left ul.menu > li > a {
    display: block;
    line-height: 2.5rem;
    padding: 0.8rem 0.7rem;
	 margin-top: -5px;
}



.top-bar-right ul.menu > li > a {
	    display: block;
    line-height: 2.5rem;
    padding: 0.8rem 0.7rem;
	 margin-top: -5px;
}


.gallery_wrap {
		position:absolute;
		top:54px;
		}
		
		.gallery_top {
			padding-top:0;
			}


.title-bar {
    color: #ffffff;
    padding: 0.5rem;
	background-color:#161616;
}

button.menu-icon {
    background: none;
	 margin-bottom: 12px;
    margin-top: 12px;
	   padding: 0.85em 1em;
}


button.menu-icon:hover::after {
    background: #cacaca none repeat scroll 0 0;
    box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}

button.menu-icon::after {
    background: #fefefe none repeat scroll 0 0;
    box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    top: 3px;
    width: 100%;
}



.js-off-canvas-exit {
    z-index: 50;
}

DIV.location_holder {
	padding-top:10px;
	}
	
	DIV.location_holder h4 {
		font-size:0.9rem;
		text-transform:uppercase;
		margin-bottom:0;
	}
	
	
	.fr-window-skin-fresco.fr-window-ui-inside .fr-type-image .fr-side-disabled .fr-side-button-icon, .fr-window-skin-fresco.fr-window-ui-fullclick.fr-showing-type-image .fr-side-disabled .fr-side-button-icon {
		display:none;
		}
		
		DIV.off-canvas-content > footer {
			border-bottom:none;
			}
			
			footer {
				border-bottom:none;
				}


/*********************
POSTS & CONTENT STYLES
*********************/
#content #inner-content {
  padding: 1rem 0rem; }

.page-title .vcard {
  border: 0px;
  padding: 0px; }

.byline {
  background-color: #161616;
    color: #fff;
    font-weight: bold;
    padding: 3px;
   }
   
   section.entry-content {
	   text-align:center;
	   }


.entry-content p {
	    margin-left: 2rem;
    margin-right: 2rem;
	}


.entry-content img {
  max-height: 450px;
  width: auto;
  margin-bottom:2rem;
  }

.entry-content .alignleft, .entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.entry-content .alignright, .entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.entry-content .aligncenter, .entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto; }

.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px; }
  
  .entry-content p {
	  text-align:center;
	  }
	  p.excerpt-read-more {
		  text-align:center;
		  }
	  
	  a.excerpt-read-more, p.excerpt-read-more a, span.excerpt-read-more a {
	  background-color: #999;
    clear: both;
    color: #fff;
    min-width: 100px;
    padding: 3px;
    position: relative;
    top: 14px;
	border-radius:3px;
	}

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px; }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size:1.8rem;
			font-family:'neutonregular',sans-serif;
    margin: 6px 0 7px;
    text-align: center; }

			
			
.post-password-form input[type="submit"] {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: all 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 1rem 1rem 0;
  font-size: 0.9rem;
  background: #2199e8;
  color: #fff; }
  [data-whatinput='mouse'] .post-password-form input[type="submit"] {
    outline: 0; }
  .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
    background: #1583cc;
    color: #fff; }
	
	
	DIV.news_grid {
		padding:0px 40px 40px 40px;
		font-size:1rem;
		}

/*********************
IMAGE GALLERY STYLES
*********************/
/*********************
PAGE NAVI STYLES
*********************/
.page-navigation {
  margin-top: 1rem; }

/*********************
COMMENT STYLES
*********************/
#comments .commentlist {
  margin-left: 0px; }

#respond ul {
  margin-left: 0px; }

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px; }
  .commentlist li:last-child {
    margin-bottom: 0; }
  .commentlist li ul.children {
    margin: 0; }

.commentlist li[class*=depth-] {
  margin-top: 1.1em; }

.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0; }

.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0; }

.commentlist .vcard {
  margin-left: 50px; }
  .commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal; }
  .commentlist .vcard time {
    float: right; }
    .commentlist .vcard time a {
      color: #999;
      text-decoration: none; }
      .commentlist .vcard time a:hover {
        text-decoration: underline; }
  .commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #fff; }

.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }

.commentlist .comment-reply-link {
  float: right; }

/*********************
COMMENT FORM STYLES
*********************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label,
      .respond-form form li small {
        display: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url],
    .respond-form form textarea {
      padding: 3px 6px;
      background: #efefef;
      border: 2px solid #cecece;
      line-height: 1.5em; }
      .respond-form form input[type=text]:focus,
      .respond-form form input[type=email]:focus,
      .respond-form form input[type=url]:focus,
      .respond-form form textarea:focus {
        background: #fff; }
      .respond-form form input[type=text]:invalid,
      .respond-form form input[type=email]:invalid,
      .respond-form form input[type=url]:invalid,
      .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -ms-box-shadow: none;
        box-shadow: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url] {
      max-width: 400px;
      min-width: 250px; }
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

#comment-form-title {
  margin: 0 0 1.1em; }

#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

.nocomments {
  margin: 0 20px 1.1em; }

/*********************
SIDEBARS & ASIDES
*********************/
.widget ul {
  margin: 0; }
  .widget ul li {
    list-style: none; }

/*********************
FOOTER STYLES
*********************/
body footer.footer {
min-height:400px;
border-bottom:0;
 }
 
 footer {
	 border-bottom:0;
	 margin-bottom:-8px;
	 }
 
 DIV.content-panel footer.footer {
border-bottom:0;
 }
 
 footer.footer {
background-color:#f5f5f5;
border-top:8px solid #ccc;
border-bottom:0;
margin-top:2rem;

 }
  
  #inner-footer {
	  text-align:left;
	  margin-top:50px;
	 
	  }
	  
	  #inner-footer div.large-6 {
		  padding-left:40px;
		  padding-right:40px;
	 
	  }
	  
	  DIV.bi_line {
		  text-align:center;
		  }
	  
	  p.copyright {
		margin-top:10px;
		}

/*********************
ANIMATION STYLES
*********************/


.bounce-up .subject {
  opacity: 0;
-moz-transition: all 100ms ease-out;
  -webkit-transition: all 100ms ease-out;
  -o-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.bounce-up.in-view .subject {
  opacity: 1;
}

.subject {
	
  margin: 0;
  padding: 15px;
  bottom:20px;
  right:20px;
  position:fixed;
     border-radius: 50%;
	 z-index:50;
}

.subject img {
	width:30px;
	height:auto;
}

.subject:hover,
.subject:active {

}



/*********************
LOGO ANIMATION STYLES
*********************/

DIV.logo_in {
}

DIV.bounce-up {
	}

DIV.animation-element DIV.logo_in {
  opacity: 1;
  -moz-transition: all 600ms ease-out;
  -webkit-transition: all 600ms ease-out;
  -o-transition: all 600ms ease-out;
  transition: all 600ms ease-out;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

DIV.animation-element.in-view DIV.logo_in {
  opacity: 0;
   -moz-transition: all 100ms ease-out;
  -webkit-transition: all 100ms ease-out;
  -o-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.anim_logo_container {
	text-align:center;
	}


.logo_in {
	z-index:2000;
  padding-top:0;
  top:20px;
  margin-left:50%;
  left:-70px;
  position:fixed;
}

.bounce-up .logo_in img {
	height:auto;
	width:140px;
}

.bounce-up.in-view .logo_in img {
	
}

.logo_in:hover,
.logo_in:active {
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.25);
}



/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0; }

/******************************************************************

Stylesheet: Retina Screens & Devices Stylesheet

When handling retina screens you need to make adjustments, especially
if you're not using font icons. Here you can add them in one neat
place.

******************************************************************/
/******************************************************************

Stylesheet: Print Stylesheet

This is the print stylesheet. There's probably not a lot
of reasons to edit this stylesheet. 

Remember to add things that won't make sense to print at 
the bottom. Things like nav, ads, and forms shouldbe set 
to display none.
******************************************************************/
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
    filter: none !important;
    -ms-filter: none !important; }
  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } }
	
	
	
	@media screen and (min-width: 40em) {
    
	
	
	 }
  @media screen and (min-width: 64em) {
	  
	

	  
	 }
 
 

  @media screen and (min-width: 0\0) {
    
	
	 }
	 
	 @media screen and (min-width: 0em) and (max-width: 30em) {


/* very small */


	.reveal {
    margin-top: 0px;
	margin-bottom: 0px;
	padding-top:50px;
}


.tabs-panel {
    margin-top: 0;
    padding-top: 0;
}


.pop_button {
	color:#222222;
	background-color:#cccccc;
	border:1px solid #222222;
	font-size:10px;
	}

body {	
	font-size:0.8rem;
	}

h1, h2, h3, h4, h5, h6 {
	font-family:"helvetica_condensedbold", Helvetica, sans-serif;
	color:#222222;
	}

.intro-logo img {
		width:100%;
}

.intro-logo { 
padding:10px;
}



.parallax-background.alternative {
height: 400px;
background-position:center top;
position: fixed;
width: 100%;
    overflow:hidden;
	background-color:#FFFFFF;
	top:0;
	overflow:hidden;
}

.parallax-content.alternative {

max-width: 100%;
position: relative;
top: 400px;
margin-bottom:500px;
background-color:#ffffff;
z-index:3;
overflow:hidden;
height:100%;
}

body.page-template-default DIV.parallax-background.alternative {
height: 400px;
}


body.page-template-default DIV.parallax-content.alternative {
margin-bottom:400px;
}




DIV.panel_image img {
	z-index:2;
	    height: auto;
    width: 200%;
	overflow:hidden;
	position:relative;
	}
	
	
	
	 
   DIV.panel_image img {
	height: auto;
    left: -50%;
    max-width: 200%;
    overflow: hidden;
    position: relative;
    width: 200%;
    z-index: 2;
	}
	
	DIV.owl-item DIV.panel_image img {
	height: auto;
    left: 0;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 2;
	}
	
	
	DIV.panel_content p {
		padding-right:20px;
		padding-left:20px;
		font-size:1rem;
	}

.panel_content div.columns {
	padding-bottom:20px;
	}

	
	
	
	/*********************
MENU STYLES
*********************/	
	
	.top-bar {
    padding: 0rem;
}

#menu-main-menu {
	background:#161616;
	
	}
	
	#top-bar-menu {
		padding:0;
		}
	
	DIV.locations_wrapper {
			margin-right: 10px;
			padding-left:5px;
			padding-right:5px;
		}
		
		DIV.locations {
			padding: 15px 0px 0px 10px;
		}
		
		DIV.locations h4 {
			font-size:1.125rem;
			}
		
		DIV.no_image_panel {
    min-height: 200px;
    padding-bottom: 50px;
    padding-top: 50px;
}


.intro-logo {
top:120px;
padding:5px;
}


.sticky {
	position:fixed;

}


DIV.logo_in {
  top:10px;
  margin-left:50%;
  left:-50px;
  display:block;
}

.bounce-up .logo_in img {
	height:auto;
	width:100px;
}


	 
	 
	 #the_shop {
	}
	
	p.arrow_icon {
	position:relative;
	top:410px;
	text-align:center;
	width:100%;
	z-index:3;
	}
	
	
	[type="color"], [type="date"], [type="datetime-local"], [type="datetime"], [type="email"], [type="month"], [type="number"], [type="password"], [type="search"], [type="tel"], [type="text"], [type="time"], [type="url"], [type="week"], textarea {
	
	border: 4px solid #cacaca;
    border-radius: 0;
    box-shadow: 0 1px 2px hsla(0, 0%, 4%, 0.1) inset;
    box-sizing: border-box;
    color: #666666;
    display: block;
    font-family: inherit;
    font-size: 1rem;
	font-weight:bold;
    height: 3rem;
    margin: 0 0 0.5rem;
    padding: 0.7rem;
    transition: box-shadow 0.5s ease 0s, border-color 0.25s ease-in-out 0s;
    width: 100%;
	
	}
	
	form.wpcf7-form p {
			line-height:1;
			}
			
			.wpcf7-form-control {
				margin-bottom:-5px;
				}
	DIV.custom_image {
			padding-left:0.5rem;
			padding-right:0.5rem;
			}
		DIV.custom_summary {
			
			}	
	
	
	DIV.contact_details i {
		line-height:60px;
		top:10px;
		font-size:60px;
		}
		
		.panel_content div.columns.locations {
	padding-bottom:0px;
	}
	
	DIV.locations h4 {
		margin-bottom:15px;
		}
		
		DIV.instagram {
			margin-top:40px;
			}
		
		
		#sb_instagram .sb_instagram_header h3 {
					font-size:1rem;	
					padding-top:5px;
						}
						
						span.overlay_text {
							top:60%;
							font-size:2rem;
							}
						
	.cart_link {
	left:auto;
	right:1.75rem;
	top:1.3rem;
	}
	
	.home_link {
right:4.5rem;
top:1.3rem;
	}
	
	
	a.cart-contents {
    left:auto;
	right:1.4rem;
	top:0.6rem;
  }
  
  .top-bar-left {
	  padding-left:0;
	  }
  
    #top-bar-menu {
	  border-top:1px solid #333333;
	  }
	  
	  ul.submenu {
		background-color:#222222;  
		  }
		  
		   ul.submenu > li {
		display:block;
		  }
	  
	  body.blog .sticky ul.submenu, body.archive .sticky ul.submenu, body.woocommerce .sticky ul.submenu, body.page-template-shop_template .sticky ul.submenu, body.page-template-default .sticky ul.submenu, body.single .sticky ul.submenu {
		  background-color:#222222;
		  }
		  
		  .is-accordion-submenu-parent > a::after {
			   border-color:#ffffff transparent transparent;
			  }
			  
			  DIV.panel_content .entry-content p {
				  font-size:1rem;
				  }
				  
				  DIV.panel_content p {
					font-size:1rem;

	 }
	 
	 .entry-content p {
		 font-size:1rem;
		 }
	 
	 
	 #product_preview DIV.column img {
    height: auto;
    max-width: 80%;
}

p.product-title {
	padding-bottom:10px;
	}
	
	
	DIV.instagram {
		margin-bottom:40px;
		}
		
		h1.page-title {
    padding-top: 20px;
}

DIV.offers {
    float: none;
    text-align: center;
}

.woocommerce div.product .product_title {
	text-align:center;
	}


.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	font-size:1em;
	}
	
	#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
		font-size:1em;
		}
		
		#add_payment_method table.cart td a, #add_payment_method table.cart th a, .woocommerce-cart table.cart td a, .woocommerce-cart table.cart th a, .woocommerce-checkout table.cart td a, .woocommerce-checkout table.cart th a {
			font-size:1rem;
			}


.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
	width:49%;
	
	}
	
	.woocommerce .quantity .qty {
		height:2.8rem;
		margin-left:3px;
		margin-right:3px;
		position:relative;
		left:3px;
		}
		
		.woocommerce td.product-name dl.variation dd {
			 float: right;
    width: 50%;
			}
		.woocommerce td.product-name dl.variation dd p {
			margin:0;
			}
			
			.woocommerce table.shop_attributes th {
				width:auto;
				}
				
				#inner-footer div.large-6 {
					padding-left:1rem;
					padding-right:1rem;
					}
					
					DIV.product_area {
						padding-left:0.5rem;
						padding-right:0.5rem;
						}
						
						DIV.related_products {
							padding-left:0;
							padding-right:0;
							}
							
							DIV.products ul.products {
								padding-left:0.625rem;
								padding-right:0.625rem;
								}
								
								#the_shop p {
					text-align:center;
					}
					
					.woocommerce #the_shop table.shop_attributes td p {
						
						text-align:left;
						}
						
						
						DIV.panel_content p.shop_child {
    height: 120px;
    min-height: 120px;
font-size:0.8rem;
				}
				
				DIV.shop_container:after {
    bottom: 135px;
				}
				
		.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
			font-size:2rem;
			}		
		
	 
	 }

@media screen and (min-width: 30em) and (max-width: 39.9375em) {
	
	/*  small */
	
		.reveal {
    margin-top: 0px;
	margin-bottom: 0px;
	padding-top:50px;
}


.tabs-panel {
    margin-top: 0;
    padding-top: 0;
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
			font-size:2rem;
			}	
	
	.pop_button {
	color:#222222;
	background-color:#cccccc;
	border:1px solid #222222;
	font-size:10px;
	}
	
	body {	
	font-size:1rem;
	}
  
.intro-logo img {
		width:100%;
}

	
	h1, h2, h3, h4, h5, h6 {
	font-family:"helvetica_condensedbold", Helvetica, sans-serif;
	color:#222222;
	}
	
/*********************
PARALLAX STYLES
*********************/


.parallax-background.alternative {
height: 400px;
background-position:center top;
position: fixed;
width: 100%;
    overflow:hidden;
	background-color:#FFFFFF;
	top:0;
	overflow:hidden;
}

.parallax-content.alternative {

max-width: 100%;
position: relative;
top: 400px;
margin-bottom:500px;
background-color:#ffffff;
z-index:3;
overflow:hidden;
height:100%;
}

body.page-template-default DIV.parallax-background.alternative {
height: 400px;
}


body.page-template-default DIV.parallax-content.alternative {
top: 200px;
margin-bottom:200px;
}


.panel_content div.columns {
	padding-bottom:20px;
	}

.panel_content div.columns.locations {
	padding-bottom:0px;
	}

.intro-text {
font-family:"helvetica",sans-serif;
color: #fff;
text-align: center;
margin-top:15%;
z-index:2;
position:relative;
padding-left:20px;
padding-right:20px;
}

.intro-logo {
text-align: center;
z-index:2;
position:relative;
top:70px;
padding:5px;

}

 .intro-logo img {
		width:90%;
}


p.arrow_icon {
	position:relative;
	top:500px;
	text-align:center;
	width:100%;
	z-index:3;
	}



DIV.black_cover {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1;
	background-color:#000000;
	-khtml-opacity:.2; 
 -moz-opacity:.2; 
 -ms-filter:"alpha(opacity=20)";
  filter:alpha(opacity=20);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.20);
  opacity:.20; 
	}
	
	DIV.menu_holder h4 {
				padding-bottom:6px;
				margin-top:40px;
				font-size:1.8rem;
			}
			
			
p.menu_description {
	padding-left:0px;
	padding-right:0px;
	}



	DIV.home_feature_text {
		font-size:1rem;
		}
		
		DIV.home_feature_text h2 {
			margin-top:20px;
					}
		
h1, h2, h3, h4, h5, h6 {
	font-size:2rem;
	}
	
	  .entry-content h4 {
		  font-size:1.5rem;
		  	  }
			  
			  .entry-content h3 {
		  font-size:1.5rem;
		  	  }
	
	article DIV.columns {
		padding:20px;
		}	

	.footer {
  clear: both;
   background:none;
  
   }
   
   
   DIV.panel_image img {
	height: auto;
    left: -25%;
    max-width: 150%;
    overflow: hidden;
    position: relative;
    width: 150%;
    z-index: 2;
	}
	
	DIV.owl-item DIV.panel_image img {
	height: auto;
    left: 0;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 2;
	}
	
	
	DIV.panel_content p {
		padding-right:20px;
		padding-left:20px;
		font-size:1rem;
	}
	

/*********************
MENU STYLES
*********************/	
	
	.top-bar {
    padding: 0rem;
}

	
	
	.title-bar {
    padding: 1rem;
}
	 
	
#menu-main-menu {
	background:#222222;
	}
	
	#top-bar-menu {
		padding:0;
		}
	
	
/*********************
SHOP STYLES
*********************/

#the_shop {
	}
	
	DIV.locations_wrapper {
			margin-right: 10px;
			padding-left:5px;
			padding-right:5px;
		}
		
		DIV.locations {
			padding: 15px 0px 0px 10px;
		}
		
		
		DIV.no_image_panel {
    min-height: 200px;
    padding-bottom: 50px;
    padding-top: 50px;
}
	
	
	.sticky {
	position:fixed;

}

.logo_in {
  top:10px;
  margin-left:50%;
  left:-50px;
}

.bounce-up .logo_in img {
	height:auto;
	width:100px;
	display:none;
}

DIV.logo_in {
 display:block;
	 }
	 
	 
	 #the_shop {
	}
	
	
	
	[type="color"], [type="date"], [type="datetime-local"], [type="datetime"], [type="email"], [type="month"], [type="number"], [type="password"], [type="search"], [type="tel"], [type="text"], [type="time"], [type="url"], [type="week"], textarea {
	
	border: 4px solid #cacaca;
    border-radius: 0;
    box-shadow: 0 1px 2px hsla(0, 0%, 4%, 0.1) inset;
    box-sizing: border-box;
    color: #666666;
    display: block;
    font-family: inherit;
    font-size: 1rem;
	font-weight:bold;
    height: 3rem;
    margin: 0 0 0.7rem;
    padding: 0.7rem;
    transition: box-shadow 0.5s ease 0s, border-color 0.25s ease-in-out 0s;
    width: 100%;
	
	}
	
DIV.custom_image {
			padding-left:0.5rem;
			padding-right:0.5rem;
			}
		DIV.custom_summary {
			
			}	
	
	DIV.contact_details i {
		line-height:60px;
		top:10px;
		font-size:60px;
		}
		
		.panel_content div.columns.locations {
	padding-bottom:0px;
	}
	
	DIV.locations h4 {
		margin-bottom:15px;
		}
		
		DIV.instagram {
			margin-top:40px;
			}
		
		
		#sb_instagram .sb_instagram_header h3 {
					font-size:1rem;	
					padding-top:5px;
						}
	
	span.overlay_text {
							top:60%;
							font-size:2.2rem;
							}
							
	.cart_link {
	left:auto;
	right:1.75rem;
	
	}
	
	.home_link {
	left:auto;
	right:4.5rem;
	
	}
	
	a.cart-contents {
    left:auto;
	right:1.4rem;
  }
  
 .top-bar-left {
	  padding-left:0;
	  }
  						
	  #top-bar-menu {
	  border-top:1px solid #333333;
	  }
	  
	  ul.submenu {
		background-color:#222222;  
		  }
		  
		  ul.submenu > li {
		display:block;
		  }
	  
	  body.blog .sticky ul.submenu, body.archive .sticky ul.submenu, body.woocommerce .sticky ul.submenu, body.page-template-shop_template .sticky ul.submenu, body.page-template-default .sticky ul.submenu, body.single .sticky ul.submenu {
		  background-color:#222222;
		  }
		  
		  .is-accordion-submenu-parent > a::after {
			   border-color:#ffffff transparent transparent;
			  }

	  DIV.panel_content .entry-content p {
				  font-size:1rem;
				  }
				  
				  DIV.panel_content p {
					font-size:1rem;

	 }
	 
	 .entry-content p {
		 font-size:1rem;
		 }
	 
	 
	DIV.instagram {
		margin-bottom:40px;
		}
		
		h1.page-title {
    padding-top: 20px;
}

DIV.offers {
    float: none;
    text-align: center;
}

.woocommerce div.product .product_title {
	text-align:center;
	}
	
	.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	font-size:1em;
	}
	
	#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
		font-size:1em;
		}
		
		
		#add_payment_method table.cart td a, #add_payment_method table.cart th a, .woocommerce-cart table.cart td a, .woocommerce-cart table.cart th a, .woocommerce-checkout table.cart td a, .woocommerce-checkout table.cart th a {
			font-size:1rem;
			}
			
			.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
	width:48%;
	
	}
	
	.woocommerce .quantity .qty {
		height:2.8rem;
		margin-left:3px;
		margin-right:3px;
		position:relative;
		left:3px;
		}
		
			.woocommerce td.product-name dl.variation dd {
			 float: right;
    width: 50%;
			}
		.woocommerce td.product-name dl.variation dd p {
			margin:0;
			}
			
			.woocommerce table.shop_attributes th {
				width:auto;
				}
		
		
		DIV.related_products {
							padding-left:0;
							padding-right:0;
							}
							
							#the_shop p {
					text-align:center;
					}
					
					.woocommerce #the_shop table.shop_attributes td p {
						
						text-align:left;
						}
						
						DIV.panel_content p.shop_child {
    height: 120px;
    min-height: 120px;
font-size:0.8rem;
				}
				
				DIV.shop_container:after {
    bottom: 135px;
				}
				
		

	 }


@media screen and (max-width: 0em), screen and (min-width: 40em) {
	
  
   }


@media screen and (min-width: 40em) and (max-width: 63.9375em) {



 DIV.panel_image img {
	height: auto;
    left: -10%;
    max-width: 120%;
    overflow: hidden;
    position: relative;
    width: 120%;
    z-index: 2;
	}
	
	DIV.owl-item DIV.panel_image img {
	height: auto;
    left: 0;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 2;
	}
	
	
	/*********************
MENU STYLES
*********************/	
	
	.top-bar {
    padding: 0rem;
}

	
	
	.title-bar {
    padding: 1rem;
}
	
	#menu-main-menu {
	background:#161616;
	} 
	
	
/*********************
PANEL STYLES
*********************/
	.sub_panel {
	padding-bottom:70px;
	padding-left:15%;
	padding-right:15%;
	padding-top:50px;
	font-size:1rem;
}

/*********************
SHOP STYLES
*********************/

#the_shop {
	}
	

.bounce-up .logo_in img {
	height:auto;
	width:100px;
} 



  }

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {


  
/*********************
PANEL STYLES
*********************/



/*********************
SHOP STYLES
*********************/

#the_shop {
	}
	
 
   }


@media screen and (max-width: 63.9375em) {

/* medium */


.parallax-background.alternative {
height: 650px;
background-position:center top;
position: fixed;
width: 100%;
    overflow:hidden;
	background-color:#000000;
	top:0;
	overflow:hidden;
}


.parallax-content.alternative {

max-width: 100%;
position: relative;
top: 650px;
margin-bottom:650px;
background-color:#ffffff;
z-index:3;
overflow:hidden;
height:100%;
}


body.page-template-default DIV.parallax-background.alternative {
height: 550px;
}


body.page-template-default DIV.parallax-content.alternative {
top: 450px;
margin-bottom:250px;
}


	DIV.logo_in {
  margin-left:50%;
  margin-top:10px;
  left:-50px;
  display:block;
}

.intro-logo img {
		width:85%;
}
	
	.bounce-up .logo_in img {
	height:auto;
	width:100px;
}

DIV.locations_wrapper {
			margin-right: 10px;
			padding-left:5px;
			padding-right:5px;
		}
		
		DIV.locations {
			padding: 15px 0px 0px 10px;
		}
		
		

/*********************
PANEL STYLES
*********************/


.sub_panel {
	text-align:center;
	padding-bottom:70px;
	padding-left:15%;
	padding-right:15%;
	padding-top:50px;
	text-align:center;
	font-size:1.2rem;
}

DIV.panel_content p {
		padding-right:5%;
		padding-left:5%;
	}

#the_shop {
	}
	
	p.copyright {
		margin-top:20px;
		font-size:10px;
		}
		
		
		DIV.custom_image {
			padding-left:0.5rem;
			padding-right:0.5rem;
			}
		DIV.custom_summary {
			
			}	
			
			.cart_link {
	left:auto;
	right:1.75rem;
	
	}
	.home_link {
	left:auto;
	right:4.5rem;
	
	}
	a.cart-contents {
    left:auto;
	right:1.5rem;
  }
  
   .top-bar-left {
	  padding-left:0;
	  }
  
  #top-bar-menu {
	  border-top:1px solid #333333;
	  }
	  
	 
		  
		  .is-accordion-submenu-parent > a::after {
			  border-color:#ffffff transparent transparent;
			  }
			  
			  DIV.products ul.products {
				  
				  }
				  
				  
			  

	  
   }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
    
	.intro-logo img {
		width:65%;
}

	
	.gallery_wrap {
			top: 0px; position: absolute;
			}
  
.parallax-content {
max-width: 100%;
position: relative;
top: 90%;
padding-top: 50px;
background-color:#ffffff;

}


DIV.locations_wrapper {
			margin-right: 50px;
			padding-left:20px;
			padding-right:20px;
		}
		
		DIV.locations {
			padding: 30px 0px 0px 50px;
		}
		
		  DIV.panel_content .entry-content p {
				  font-size:1.2rem;
				  }
				  
				  DIV.panel_content p {
					font-size:1.2rem;

	 }
		
		
		DIV.logo_in { 
		display:none;
		}

	
	
/*********************
SHOP STYLES
*********************/


  
   }

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {


  
  
   }


  @media screen and (orientation: landscape) {
	  

    
	
	 }
	 
  @media screen and (orientation: portrait) {
    
	
	 }

