he/*
	Theme Name: SSHOP-2018
	Theme URI: http://sweetandsaucyshop.com
	Description: Sweet&saucyshop
	Version: 2.1
	Author: TimBrandon
	Author URI: http://skipagnecy.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	color:#9B9B9B;
	text-align: center;
	line-height: 25px;
	-webkit-transition: all 0.3s ease !important;
	-moz-transition: all 0.3s ease !important;
	transition: all 0.3s ease !important;
	overflow-x: hidden;
	left:0;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#000;
	text-decoration:underline;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

h1, h2, h3{
	font-family: 'Prata', serif;
	font-weight: 400;
}
h2{
	color:#BC8888;
	font-size: 32px;
	line-height: 36px;
	text-transform: lowercase;
}

strong{
	color:#BC8888;
	font-size: 18px;
	line-height: 34px;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width: 1200px;
  width: 98%;
  margin: 0 auto;
  position: relative;
}
/* header */
.header {
  display: block;
  position: fixed;
  z-index: 99;
	width: 100%;
	transition: .4s;
}

.header.on-scroll{
	background-color:#ffffffeb;
	height: 60px;
	box-shadow: 0px -10px 34px #333;
}

/* logo */
.logo {
	background-image: url(img/logo-pink.svg);
  width: 200px;
  height: 50px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0px auto;
  display: block;
  position: relative;
  margin-top: 10px;
	font-size: 0px;
	top:-10px;
}

.m-logo{
	background-image: url(img/logo-pink.svg);
  width: 200px;
  height: 50px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0px auto;
  display: block;
  position: relative;
  margin-top: 10px;
	font-size: 0px;
	top:0px;
}

.logo-img {

}
/* nav */
.nav {

}
.nav ul{
	width: 100%;
  display: flex;
  padding: 0px;
  max-width: 945px;
  margin: 5px auto;
}
.nav ul li{
	list-style: none;
}

.nav ul li a{
	color:#633737;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	padding:15px 36px 15px;
}

.nav ul li a:hover + .sub-menu{
	display: block;
}
.nav ul li:hover + .sub-menu{
	display: block;
}

.nav ul li:hover + .sub-menu{
	display: block;
}

.nav ul li ul.sub-menu{
  display: none;
  position: absolute;
  width: 100%;
  padding: 15px;
  top: 35px;
  margin-top: 18px;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	transition:3s;
}

.nav ul li ul{
	width: 100%;
}
.nav ul li ul li{
	    display: inline;
    margin: 0px 19px;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    padding: 0px;
    top: -4px;
    position: relative;
}

.nav ul li ul li a{
	padding: 0px;
}

.nav ul li ul.sub-menu.open{
	display: block;
}

.nav ul li ul:hover{
	display: block;
}

.nav ul li ul:hover:before{
	display: block;
}

.nav ul li ul.sub-menu:before{
	  content: "";
    display: block;
    position: fixed;
    width: 100%;
    height: 45px;
    background-color: #FCF3F3;
    border-top: solid 1px #FFBCBC;
    border-bottom: solid 1px #FFBCBC;
    left: 0px;
    z-index: -1;
    top: 60px;
		transition: .2s;
}

.nav ul li ul.sub-menu:before:hover{
	opacity: 1;
}



/*Pages*/
.featured-bg{
	  background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 480px;
    display: inline-block;
    margin-top: 60px;
}

.page-title{
	font-size: 72px;
  float: left;
  width: 40%;
  text-transform: lowercase;
  text-align: left;
  color: #633737;
  font-weight: 400;
  line-height: 72px;
  padding: 30px;
  margin-top: -105px;
  background-color: #FFF;
	margin-bottom: -34px;
}
.page-title:after{
	content:"";
	display: block;
	height: 2px;
	background-color:#FFBCBC;
	width: 100%;
	margin-top: 30px;
}

.main-content{
	padding: 30px;
}

.main-content p{
	text-align: left;
	font-size: 18px;
	line-height: 31px;
}

.side-content{
	text-align: right;
	color:#9B9B9B;
	font-size: 16px;
	line-height: 25px;
}

.social-bar {
	  color: #FFF;
    text-align: center;
    border-radius: 20px;
   font-size: 20px;
	margin-top: 20px;
}

.social-bar svg{
	margin-top: 5px;
}

.home-social{
	margin-top: 90px;
}

.social-bar.home-social a{
	color:#FFF !important;
}
.circle-bg{
	  background-color: #FFBCBC;
    display: block;
    width: 30px;
    height: 30px;
    float: right;
    border-radius: 20px;
    margin: 0px 0px 0px 15px;
}
.circle-bg i{
	margin-top: 5px;
}
.secondary_content img{
	width: 100%;
	height: auto;
}
.insta-title{
	text-transform: uppercase;
	text-align: center;
	color:#FFBCBC;
	background-color:#FFF;
}
.insta-title a{
	text-decoration: none;
	color:#FFBCBC;
}

.insta-title span{
	background-color:#FFF;
	padding: 0px 20px;
}
.insta-title:after{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color:#F5F6F6;
	margin-top: -9px;
	margin-bottom: 40px;
}

.instagram-slider{
	margin-bottom: 50px;
}

.book-tasting-section{
	min-height: 400px;
	background-color:#FCF3F3;
	margin: 60px 0px;
}

.book-tasting-content{
	padding: 17% 25%;
  text-align: left;
}
.book-tasting-content p{
	color:#9B9B9B;
	font-size: 16px;
	line-height: 25px;
}

.book-img{
	min-height: 400px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.upper-space{
	width: 100%;
	height: 100px;
	clear: both;
	display: block;
}

/*Product Section */
.product-section{
	min-height: 400px;
	margin: 60px 0px;
	width: 100%;
}

.product-group{
	min-height: 400px;
	position: relative;
}
.product-lg{
	min-height: 700px;
	float: left;
	width:70%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.product-lg-t{
	min-height: 700px;
	float: left;
	width:100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	
}

.product-section.right .product-lg{
	float: right;
}

.product-section.right .product-sm{
	right: 55%;
	left:0;
}

.product-sm{
	min-height: 400px;
  float: left;
  width: 40%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: 55%;
  top: 45%;
	box-shadow: 2px 1px 60px 0px #777;
}

.product-content{
	padding: 17% 25%;
	text-align: left;
}
.product-content p{
	color:#9B9B9B;
	font-size: 16px;
	line-height: 25px;
}

.get-started-content{
	margin-top: 20%;
}

.gallery_content{
	max-width: 600px;
	margin: 0px auto 60px;
}

.ctr-image{
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	min-height: 200px;
	margin: 0px 5px;
	display: block;
	position: relative;
	
}
.continue_reading_section{
	padding: 60px 0px;
}
.continue_reading_section a{
	text-decoration: none;
	outline: none;
} 
.ctr-image:hover::before{
	content:"";
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	opacity: .6;
	background-color:#FFBCBC;
}
.ctr-image p{
	display: none;
  color: #FFF;
  text-align: center;
  font-weight: 600;
  text-decoration: none;
  margin: 0px;
  padding-top: 37%;
  position: relative;
}

.ctr-image:hover p{
	display: block;
}

/*Gravity Forms */
.gform_wrapper .top_label li.gfield.gf_left_half_third, .gform_wrapper .top_label li.gfield.gf_right_half_third{
	    display: inline-block;
    vertical-align: top;
    width: 66%;
    padding-right: 16px;
    float: none;
}

.gform_wrapper .top_label li.gf_left_half_third input.medium, .gform_wrapper .top_label li.gf_left_half_third select.medium{
	width: 100%;
}
.gform_wrapper .sss-shop-form .top_label .gfield_label{
	color:#633737;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 12px;
}

.gform_wrapper .sss-shop-form input{
	border: 1px solid #D8DED9;
	height: 40px;
}

.gform_wrapper .sss-shop-form select{
	border: 1px solid #D8DED9;
	height: 40px;
	color:#FFBCBC;
	border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
	background-color:transparent !important;
	text-transform: uppercase;
	text-align: center;
	font-size: 12px;
}

.sss-shop-form .datepicker{
	width: 100% !important;
}

.gform_wrapper .sss-shop-form .gform_fileupload_multifile .gform_drop_area{
	  padding: 0px;
	font-size: 12px;
	text-transform: uppercase;
    border: 1px dashed #CCC;
    text-align: center;
    color: #AAA;
    margin-bottom: 16px;
    background: rgba(0,0,0,.02);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 0px;
		height: 40px;		
}

.gform_wrapper .sss-shop-form span.gform_drop_instructions{
	display: inline-block;
}

.sss-shop-form .button.gform_button_select_files{
	height: 30px;
	margin-top: 5px;
	background-color:#FFBCBC;
	color:#FFF;
	text-transform: uppercase;
}
.form-lined p{
	color:#FFBCBC;
	font-size: 12px;
	text-transform: uppercase;
	margin-top: 25px;
  margin-bottom: -5px;
}
.form-lined p:after{
	content:"";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #F5F6F6;
}

.sss-shop-form textarea{
		border: 1px solid #D8DED9 !important;
}

.sss-shop-form select{
	border-radius: 0px !important;	
}

.sss-shop-form .gform_button{
		text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    padding: 10px 40px;
    text-align: center;
    border-radius: 24px;
    text-decoration: none;
    line-height: 15px;
		margin: 0px auto;
    display: block;
		background-color:#FFBCBC;
	color:#FFF;
	font-weight: 600;
	border-color:#FFBCBC !important;
}

.gform_wrapper .sss-shop-form .gform_footer input.button, .gform_wrapper .sss-shop-form .gform_footer input[type=submit], .gform_wrapper .sss-shop-form .gform_page_footer input.button, .gform_wrapper .sss-shop-form .gform_page_footer input[type=submit]{
	margin: 0px auto;
    display: block;
}


input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}


.sign-up-footer label{
	display: none !important;
}
.sign-up-footer .gform_wrapper .top_label input.medium {
	font-size: 12px;
	border:none;
	padding: 10px !important;
	
}

body .sign-up-footer  .gform_wrapper .top_label div.ginput_container{
	float: left;
	width: 100%;
}

.sign-up-footer  .gform_button{
		text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    padding: 10px 40px;
    text-align: center;
    border-radius: 24px;
    text-decoration: none;
    line-height: 15px;
		margin: 0px auto;
    display: block;
		background-color:#FFBCBC;
	color:#FFF;
	font-weight: 600;
	border-color:#FFBCBC !important;
	    float: right;
    top: -54px;
    position: relative;
	margin-right: 0px !important;
}


.sign-up-footer .gform_wrapper .top_label input.medium{
	width: calc(90% - 95px);
}


.sign-up-footer{
	    float: right;
    width: 100%;
    max-width: 400px;
}

#gform_fields_4 .gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio]{
	margin-top: 0px !important;
}

/*Accordian */
button.accordion {
    color: #9B9B9B;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 16px;
    transition: 0.4s;
    letter-spacing: 1px;
	 border-bottom: solid 1px #D8DED9;
	background-color: #FFF;
	font-weight: 600;
}


div.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
	text-align: left;
}

span.caret:before{
	 content: "";
   float: left;
   width: 15px;
   height: 15px;
   background-image: url(img/plus_icon.png);
   background-size: contain;
   background-position: center center;
   background-repeat: no-repeat;
   transition: .2s;
   padding: 0px 0px 0px 0px;
   display: block;
   margin: 0px 9px 15px 0px;
}

.accordion.active span.caret:before{
	background-image: url(img/minus_icon.png);
}

.dropdowns{
	margin: 20px auto 120px;
}

/*Juicer Edits */
.juicer-feed h1.referral{
	display: none !important;
}
.feed-item.juicer{
	display: none !important;
}
.j-image:after{
	display: none !important;
}
.juicer-feed.slider li.feed-item{
    display: block;
    max-width: 285px;
    height: auto;
    max-height: 300px;
    margin-right: 15px;
}
.juicer-feed{
	overflow: visible !important;
}
.juicer-feed.slider .slick-prev{
	left: -30px !important;
}
.juicer-feed.slider .slick-next{
	right: -14px !important;
}

.juicer-feed.slider .slick-prev, .juicer-feed.slider .slick-next{
	background-color: transparent !important;
}

.juicer-feed.slider .slick-prev:before, .juicer-feed.slider .slick-next:before{
	color:#4C4C4C !important;
	font-size: 30px !important;
}

/* sidebar */
.sidebar {

}
/* footer */
.footer {
	  min-height: 290px;
    background-color: #BC8888;
		border-bottom: 25px solid #FFBCBC;
		color:#FFF;
	background-image: url(img/footer-bg.png);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;

}

.footer-logo{
	background-image: url(img/logo-white.svg);
  width: 150px;
  height: 25px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0px auto;
  display: block;
  position: relative;
  margin-top: 50px;
  float: left;
  margin-bottom: 5px;

}
.footer-contact{
	float: left;
	clear:both;
	text-align: left;
}

.dark_pink{
	background-color:#BC8888;
}
.light_pink{
	background-color:#FFBCBC;
}
.green{
	background-color: #8FB6AA;
}

.cta_btn{
	  text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    padding: 10px 30px;
    text-align: center;
    border-radius: 24px;
    text-decoration: none;
    line-height: 50px;
}

.green_btn{
	border: solid 2px #8FB6AA;
  color: #8FB6AA;      
}

.green_btn:hover{
	background-color:#8FB6AA;  
	color:#FFF;
}

/*.pink_btn{
	border: solid 2px #FFBCBC;
 	background-color:#FFBCBC;
	color:#FFF;
	text-shadow:0px 0px 0px #FFF;
}*/


.pink_btn_line{
	border: solid 2px #FFBCBC;
 	background-color:transparent;
	color:#FFBCBC;
}

.pink_btn_line:hover{
	border: solid 2px #FFBCBC;
 	background-color:#FFBCBC;;
	color:#FFF;
}

.pink_btn{
	border: solid 2px #FFBCBC;
 	background-color:transparent;
	color:#FFBCBC;
	text-shadow:0px 0px 0px #FFF;
}

.pink_btn:hover{
	border: solid 2px #FFBCBC;
 	background-color:#FFBCBC;;
	color:#FFF;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/
.home_slide {
	width: 100%;
  min-height: 780px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  text-align: left;
  color: #FFF;
  margin-top: -60px;
}

.home_slide h2{
	font-size: 72px;
  max-width: 50%;
  line-height: 60px;
  display: block;
  padding-top: 130px;
	margin-bottom: 0px;
}

.home_slide p{
  max-width: 40%;
  display: block;
	line-height: 36px;
	font-size: 21px;
    color: grey;
    text-shadow: 10px 0px 7px #FFF;
}

.home_slider_container .bx-controls-direction{
	display: none;
}


.footer-pages a{
	color:#FFF;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
}


/*------------------------------------*\
    Team Section
\*------------------------------------*/

.team-box{
	text-align: center;
	margin-bottom: 30px;
}
.team-box p{
	font-size:12px;
	color:#9B9B9B;
	line-height:15px; 
	margin-bottom: 0px;
	margin-top: 2px;
}

.team-box h4{
	font-size: 12px;
  font-weight: 400;
  font-style: italic;
  color:#FFBCBC;
  margin: 0px;
}

.team-box h4:after{
	content: "";
	display: block;
	height: 1px;
	width: 80%;
	background-color:#FFBCBC;
	margin: 0px auto;
	position: relative;
}

.team-image{
	    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 97%;
    min-height: 265px;
    margin: 0px auto;
}

.team-box h3{
	margin-bottom: 0px;
}

h3{
	font-size: 21px;
	color:#BC8888;
	
}


.menu-box{
	text-align: center;
	margin-bottom: 30px;
}

.menu-box p{
	font-size:12px;
	color:#9B9B9B;
	line-height:15px; 
	margin-bottom: 0px;
	margin-top: 2px;
}

.menu-image{
	    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 97%;
    min-height: 265px;
    margin: 0px auto;
}

.menu-box h3{
	margin-bottom: 0px;
}



.content-p p{
	padding-right: 30px;
}

.product-main-img{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	min-height: 600px;
}


.product-page-section .bx-wrapper{
	box-shadow: -7px 8px 0px 3px rgba(252, 243, 243, 1);
}

.product-page-section .bx-controls-direction{
	display: none;
}

.flavor-list {
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	text-transform: uppercase;
	font-weight: 600;
	color:#FFBCBC;
	font-size: 12px;
	columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

.flavor-list li{
	list-style: none;
	display: inline;
	width:100%;
	float: left;
	text-align: left;
	font-size: 10px;
	margin-bottom: 14px;
  line-height: 14px;
}

.product-page-content{
	margin: 0px 30px;
	text-align: left;
}

span.right{
	float: right;
}

ul.child-pages-list{
	margin: 0px;
	padding: 0px;
	columns: 5;
  -webkit-columns: 5;
  -moz-columns: 5;

}
ul.child-pages-list li{
	margin: 0px auto;
	text-align: left;
	list-style: none;
}

ul.child-pages-list li a{
	text-decoration: none;
	color: #FFBCBC;
	font-weight: 300;
	font-size: 13px;
	text-transform: uppercase;
}


ul.child-pages-list li a:hover{
	text-decoration: underline;
}
ul.child-pages-list li.current_page_item a{
	text-decoration: underline;
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/


/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

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

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}



/*------------------------------------*\
   Flex Containers
\*------------------------------------*/

.flex_container::before {
  width: auto;
}
.flex_container {
  -moz-box-align: stretch;
  -moz-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-pack: justify;
  align-content: space-between;
  align-items: stretch;
  display: flex;
  flex-flow: row wrap;
}
.flex_container > .flex_item {
  -moz-box-flex: 0;
  -moz-box-ordinal-group: 1;
  align-self: auto;
  flex: 0 1 auto;
  order: 0;
}
.flex_container.flex_one > .flex_item {
  width: 100%;
}
.flex_container.flex_two > .flex_item {
  width: 50%;
}

.flex_container.flex_two > .flex_item.two_thirds {
  width: 70%;
}
.flex_container.flex_two > .flex_item.one_third {
  width: 30%;
}
.flex_container.flex_three > .flex_item {
  width: 33.333%;
}
.flex_container.flex_four > .flex_item {
  width: 25%;
}
.flex_container.flex_five > .flex_item {
  width: 20%;
}
.flex_container.flex_six > .flex_item {
  width: 16.6%;
}


/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin: 0px;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*===================================*/
/** Gallery Code - Typenas
===================================*/


@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* General style */
.grid-gallery ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.grid-gallery figure {
	margin: 0;
}

.grid-gallery figure img {
	display: block;
	max-height: 550px;
}

.grid-gallery figcaption h3 {
	margin: 0;
	padding: 0 0 0.5em;
}

.grid-gallery figcaption p {
	margin: 0;
}

/* Grid style */
.grid-wrap {
	max-width: 69em;
	margin: 0 auto;
	padding: 0 1em 1.875em;
}

.grid {
	margin: 0 auto;
}

.grid li {
	width: 25%;
	float: left;
	cursor: pointer;
}

.grid figure {
	padding: 15px;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.grid li:hover figure {
	opacity: 0.7;
}

.grid figcaption {
	background: #e4e4e4;
	padding: 25px;
}

/* Slideshow style */
.slideshow {
	position: fixed;
	background: rgba(0,0,0,0.6);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 500;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	-webkit-perspective: 1000px;
	perspective: 1000px;
	-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
	transition: opacity 0.5s, visibility 0s 0.5s;
}

.slideshow-open .slideshow {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.slideshow ul {
	width: 100%;
	height: 100%;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translate3d(0,0,150px);
	transform: translate3d(0,0,150px);
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

.slideshow ul.animatable li {
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

.slideshow-open .slideshow ul {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.slideshow li {
	width: 660px;
	height: 560px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -280px 0 0 -330px;
	visibility: hidden;
}

.slideshow li.show {
	visibility: visible;
}

.slideshow li:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(255,255,255,0.8);
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.slideshow li.current:after {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.3s, visibility 0s 0.3s;
	transition: opacity 0.3s, visibility 0s 0.3s;
}

.slideshow figure {
	width: 100%;
	height: 100%;
	background: #fff;
	border: 50px solid #fff;
	overflow: hidden;
}

.slideshow figcaption {
	padding-bottom: 20px;
	/*Remove this when ready */
	display: none;
}

.slideshow figcaption h3 {
	font-weight: 300;
	/*Remove this when ready */
	font-size: 0%;
}

/* Navigation */
.slideshow nav span {
	position: fixed;
	z-index: 1000;
	color: #59656c;
	text-align: center;
	padding: 3%;
	cursor: pointer;
	font-size: 2.2em;
}

.slideshow nav span.nav-prev,
.slideshow nav span.nav-next {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.slideshow nav span.nav-next {
	right: 0;
}

.slideshow nav span.nav-prev{
	left:0;
}

.slideshow nav span.nav-close {
	top: 0;
	right: 0;
	padding: 0.5em 1em;
	color: #31373a;
}

.icon:before,
.icon:after {
	font-family: 'FontAwesome';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

span.nav-prev:before {
	content: "\f053";
}

span.nav-next:before  {
	content: "\f054";
}

span.nav-close:before {
	content: "\f00d";
}

/* Info on arrow key navigation */
.info-keys {
	position: fixed;
	top: 10px;
	left: 10px;
	width: 60px;
	font-size: 8px;
	padding-top: 20px;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 1px;
	text-align: center;
}

.info-keys:before,
.info-keys:after {
	position: absolute;
	top: 0;
	width: 16px;
	height: 16px;
	border: 1px solid #fff;
	text-align: center;
	line-height: 14px;
	font-size: 12px;
}

.info-keys:before {
	left: 10px;
	content: "\f0d9";
}

.info-keys:after {
	right: 10px;
	content: "\f0da";
}

/* Example media queries (reduce number of columns and change slideshow layout) */

@media screen and (max-width: 60em) {
	/* responsive columns; see "Element sizing" on http://masonry.desandro.com/options.html */
	.grid li {
		width: 33.3%;
	}

	.slideshow li {
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		margin: 0;
	}

	.slideshow li figure img {
		width: auto;
		margin: 0 auto;
		max-width: 100%;
	}

	.slideshow nav span,
	.slideshow nav span.nav-close {
		font-size: 1.8em;
		padding: 0.3em;
	}

	.info-keys {
		display: none;
	}

}

@media screen and (max-width: 35em) {
	.grid li {
		width: 50%;
	}
}

@media screen and (max-width: 24em) {
	.grid li {
		width: 100%;
	}
}

/** BX Slider!!!
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
.bxslider {
  margin: 0;
  padding: 0;
  /*fix flickering when used background-image instead of <img> (on Chrome)*/
  -webkit-perspective: 1000;
}
ul.bxslider {
  list-style: none;
}
.bx-viewport {
  /* fix other elements on the page moving (in Chrome) */
  -webkit-transform: translateZ(0);
}
/** THEME
===================================*/
.bx-wrapper {
  background: #fff;
}

.product_slider .bx-wrapper .bx-pager{
	display: none !important;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: 60px;
  width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url('images/bx_loader.gif') center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #FFF;
    text-indent: -9999px;
    display: block;
    width: 13px;
    height: 13px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 17px;
    -webkit-border-radius: 17px;
    border-radius: 17px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
 	background: transparent;
  border: solid #FFFF 2px;
  padding: 2px;
	
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
	background-image: url(img/prev-next-click.png);
}

/*This is for the product Slider when its on the right */
.bx-controls-direction{
	width: 70px;
  position: relative;
  left: 83%;
  top: -75px;
}
/* ^This is for the product Slider when its on the right */

.product-section.right .bx-controls-direction{
	right: 83% !important; 
	left:0 !important;
}


.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}
.bx-wrapper .bx-next {
  right: 10px;
	background-image: url(img/prev-next-click.png);
	background-position: -18px 0px;
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 20px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url('images/controls.png') -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url('img/controls.png') -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}
/*------------------------------------*\
    Media Querries 
\*------------------------------------*/


#nav-icon{
  	width: 22px;
	height: 25px;
	margin: -32px 20px 15px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	position:absolute;
	top: 45px;
	right: 0px;
	z-index: 999999;
}

#nav-icon span{
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background:#FFBCBC;
  border-radius: 2.5px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon span:nth-child(1) {
  top: 0px;
}

#nav-icon span:nth-child(2),#nav-icon span:nth-child(3) {
  top: 7px;
}

#nav-icon span:nth-child(4) {
  top: 14px;
}

#nav-icon.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.m-show{
	display: none;
}

body.move-left {
	left: -240px;
	overflow-x: hidden;
	position: relative;
	-webkit-transition: all 0.3s ease !important;
	-moz-transition: all 0.3s ease !important;
	transition: all 0.3s ease !important;
}


.mobile-menu {
	background: #FFBCBC;
	position: fixed;
	right: -240px;
	width: 240px;
	height: 100%;
	-webkit-transition: all 0.3s ease !important;
	-moz-transition: all 0.3s ease !important;
	transition: all 0.3s ease !important;
	z-index: 9999;
	
}
.mobile-menu.move-left{
	right: 0;
}

.mobile-pmenu h3 {
	color: #afdefa;
	font-size: 1.9em;
	padding: 20px;
	margin: 0;
	font-weight: 300;
	background: #0d77b6;
}

.mobile-menu a {
	display: block;
	color: #fff;
	font-weight: 300;
	text-decoration: none;
	font-size: 20px;
	padding: 15px;
	border-bottom: solid 1px #fff;
	text-indent: 15px;
}

.mobile-menu a:hover{
	background-color:#FFBCBC;
}

.mobile-menu ul{
	padding: 0px;
	margin: 0px;
}
.mobile-menu ul li{
	list-style: none;
}

.mobile-pmenu a:hover {
	background: #258ecd;
}

.mobile-menu a:active {
	background: #afdefa;
	color: #47a3da;
}

.mobile-menu ul li.search-btn:before {
    content: '\f002';
    display: block;
    font-family: 'FontAwesome';
    color: #FFF;
    font-size: 16px;
    position: absolute;
    margin-top: 17px;
	right: 15px;
}



@media screen and (max-width: 920px) {
	
	.m-show{
		display: block;
	}
	.nav{
		display: none;
	}
}

@media screen and (max-width: 900px) {
	
	.flex_container.flex_one > .flex_item {
  width: 100%;
}
.flex_container.flex_two > .flex_item {
  width: 100%;
}

.flex_container.flex_two > .flex_item.two_thirds {
  width: 100%;
}
.flex_container.flex_two > .flex_item.one_third {
  width: 100%;
}
.flex_container.flex_three > .flex_item {
  width: 100%;
}
.flex_container.flex_four > .flex_item {
  width: 50%;
}
.flex_container.flex_five > .flex_item {
  width: 50%;
}
.flex_container.flex_six > .flex_item {
  width: 50%;
}
	
	.book-tasting-content, .product-content, .page-title, .side-content{
		text-align: center;
	}
	.page-title{
		float: none;
		margin: -105px auto -34px;
		font-size: 40px;
		line-height: 40px;
	}
	.circle-bg{
		float: none;
		display: inline-block;
	}
	
	.content-p p{
		padding-right: 0px;
	}
	
	.footer-contact{
		text-align: center;
		float: none;
	}
	
	.footer-logo{
		float: none;
	}
	
	
	.home_slide h2{
		text-align: center;
    max-width: 100%;
    font-size: 47px;
    line-height: 40px;
	}
	.home_slide p{
		max-width: 100%;
		text-align: center;
	}
	.home_slide p a{
		margin: 0px auto;
	}
	.home_slide{
		background-blend-mode: lighten;
    background-color: rgba(255,255,255, 0.6);
}





}
	


/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	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;
	}
}
