/* TEXTAGE */
html, body {
	font-family: museo-sans, sans-serif !important;
  font-size: 16px !important
}

h1, h2, h3, h4 {
	font-family: tamarillo-jf, cursive !important;
  text-transform: none !important;
  color: black;
  text-align: center;
  float: none
}
h1, .panel-heading>h4, .velaPageTitle {
  font-size: 50px;
}
@media (min-width: 991px) {
  h1, .panel-heading>h4 {
    font-size: 66px;
  }
}
h2 {
	font-size: 30px;
}
@media (min-width: 750px) {
  h2 {
      font-size: 42px;
      font-size: calc(4vw - 10px);
  }
}
h2:hover {
	text-decoration: none !important
}

h3, .velaNewsletter .velaTitle, .velaAboutUs .aboutusTitle, main>section.instagram>.wave>h1 {
  font-size: 30px;
}
@media (min-width: 550px) {
  h3, .velaNewsletter .velaTitle, .velaAboutUs .aboutusTitle, main>section.instagram>.wave>h1 {
    font-size: 40px;
  }
}
@media (min-width: 991px) {
  h3 {
      font-size: calc(4vw - 10px) !important;
    font-weight: normal 
  }
}
p {
    margin: 0 0 20px;
}
ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 20px;
}
li {
  margin-bottom: 10px;
}
.fivehundred > *{
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden
}
@media (min-width: 750px) {
  .fivehundred > * {
    max-width: 100%;
    overflow: visible
  }
}
main>section>*{
	max-width: 900px;
    margin: auto !important;
    float: none !important;
}
section>header, .panel-heading{
  background-image: linear-gradient(to right, #fd684f 20%, rgba(255, 255, 255, 0) 0%);
  background-position: center;
  background-size: 10px 2px;
  background-repeat: repeat-x;
  padding-top: 0 !important;
  text-align: center
}
section>header>h1, .panel-heading>h4 {
  color: black;
  font-weight: normal;
  display: inline-block;
  background: white;
  padding: 0 2%;
  margin-bottom: 0;
  margin-top:0;
}


#pageContainer {
	padding-top: 0px !important;
  	width: 100%;
  	overflow: hidden
}

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

.blue-gingham, .houndstoof {
   background: url(http://cdn.shopify.com/s/files/1/0079/7072/t/5/assets/houndstooth.png) repeat !important; 
}



/* HEADER */
#velaHeaderMain {
  	width: 100%;
  	border-bottom: none;
  position: relative;
  background: transparent;
}

h1.logo {
	position: relative;
    width: 25%;
    left: 50%;
    transform: translateX(-50%);
    max-width: 120px;
    top: 5px;
    margin: 0;
    z-index: 100;
}
@media (min-width: 750px) {
  h1.logo {
  	width: 14.5%;
    max-width: 180px;
  }
}

.headerContent {
	padding: 0;
  min-height: 50px;
  position: absolute;
    top: 50%;
    width: 100%;
    background-color: #fd684f;
    transform: translateY(-50%);
}
.headerHide .headerContent {
  top: 0;
  transform: none;
}
.velaHeaderCenter {
  width: 100%
}
.velaMegamenu ul.nav {
	width: 100%;
  text-align: center;
  background-image: linear-gradient(to right, #fff 20%, rgba(255, 255, 255, 0) 0%), linear-gradient(to right, #fff 20%, rgba(255, 255, 255, 0) 0%);
  background-position: top, bottom;
  background-size: 5px 1px;
  background-repeat: repeat-x;
  margin: 5px 0
}
.velaMegamenu ul.nav>li {
  display: inline-block;
  float: none;
}

.velaMegamenu ul.nav>li.store {
	background: white;
    border-radius: 8px;
    margin: 4px 0;
}
.velaMegamenu ul.nav>li.store a {
	color: #fd684f;
}
.velaMegamenu ul.nav>li:nth-of-type(3) {
	margin-right: 16%
}
.velaMegamenu ul.nav>li>a {
  padding: 10px;
  margin-right: -4px;
  font-family: "museo-slab";
  text-transform: uppercase
}
.velaMegamenu ul.nav>li:hover>a {
	color: #333
}


.velaMegamenu .menuDropdown li {
	margin:0;
}

.velaMegamenu .menuDropdown li a {
	font-family: 'museo-sans',sans-serif;
	padding: 5px;
}
.velaMegamenu .menuDropdown li a.is-checked {
  color: #95bfe2;
}
.velaMegamenu .menuDropdown li a:after {
  opacity: 0;
  transition: .25s all .5s
}
.velaMegamenu .menuDropdown li a.is-checked:after {
  content:"\f058";
  font-family: fontawesome;
  color: #95bfe2;
  margin-left: 10px;
  transition: all .25s;
  opacity: 1
}
.velaMegamenu .menuDropdown li a.is-checked:hover:after {
  content: "\f057";
  color: red;
  transition: all .25s;
  opacity: 1
}
.velaMegamenu .showAll {
    color: #fff;
    font-family: "museo-slab";
    text-transform: uppercase;
    position: absolute;
    right: 20px;
    top: 52%;
    transform: translateY(-50%);
    font-size: 14px;
    cursor: pointer;
}

.velaMegamenu .showAll:hover {
  text-decoration:none;
}


.velaHeaderRight {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.velaHeaderLeft {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  z-index: 1;
  
}
#velaHeaderMain.velaHeaderFixed .velaHeaderLeft {
	display: none
}
.velaHeaderLeft .velaSocial {
	margin-top: 0;
  display: none
}
@media (min-width: 991px) {
  .velaHeaderLeft .velaSocial {
  	display: block
  }
}
.velalistSocial>li {
  margin-bottom: 0;
}
.velalistSocial>li .btn-social {
	color: white;
  width: 50px;
    height: 50px;
   
}
.velaHeaderLeft .velalistSocial>li .btn-social {
  text-align: center;
}
.btn-social i {
	font-size: 24px;
  line-height: 48px
}
.velaCartTop a, #velaSearchIcon,.topLinksTitle  {
	color: white !important;
  	width: 40px
}
@media (min-width: 550px){
  .velaCartTop a, #velaSearchIcon,.topLinksTitle  {
      width: 50px
  }
}
.velaCartTop a:hover, #velaSearchIcon:hover,.topLinksTitle:hover  {
	color: #333 !important
}
.formSearch.show {
  top: 200%;
}
@media (min-width: 800px){
  .formSearch.show {
    top: 100%;
  }
}
.btnMenuMobile {
    color: #fff;
  text-align: center;
  width: auto;
  padding-left: 10px
}
.menuBtnMobile {
    text-align: left;
      background-image: linear-gradient(to right, #fff 20%, rgba(255, 255, 255, 0) 0%), linear-gradient(to right, #fff 20%, rgba(255, 255, 255, 0) 0%);
    background-position: top, bottom;
    background-size: 5px 1px;
    background-repeat: repeat-x;
    margin: 5px 0;
}
.btnMenuMobile:hover {
    border-color: #000;
    color: #000;
}
.jsDrawerOpenLeft.btnMenuMobile > span > span {
	font-family: "museo-slab";
    font-size: 18px;
    display: inline-block;
    vertical-align: top;
    line-height: 52px;
    padding-left: 5px;
}
.menuMobileContainer .memoHeader {
  overflow: hidden;
}
.menuMobileContainer .memoHeader > span {
  display: none;
}

/* HEADER TRANSITION EFFECT */

.headerFixed {
	position: absolute;
  transition: all .5s ease-in-out;
  box-shadow: none !important
}
#velaHeaderMain.headerHide {
	top: -100%;
  margin-top: 0;
    position: fixed;
  transition: all .5s ease-in-out
}
.headerHide .velaMegamenu ul.nav{
	text-align: left;
  padding-left: 120px
}
.headerHide .velaMegamenu ul.nav>li:nth-of-type(3){
	margin-right: -4px
}
#velaHeaderMain.velaHeaderFixed {
	position: fixed;
  top: 0;
  transition: all .5s ease-in-out
}
#velaHeaderMain.velaHeaderFixed .headerContent {
 	padding: 0 !important 
}
.headerHide h1.logo {
	position: absolute;
    left: 30px;
    transform: none;
    max-width: 180px;
    top: 0;
    margin: 0;
    z-index:100
}
.headerHide h1.logo img {
	display: none
}
.headerHide h1.logo {
  width: 60px;
    height: 90px;
}
.headerHide h1.logo a {
    width: 60px;
    height: 90px;
    display: block;
  background: url(laj-logo-small.png) no-repeat bottom;
  background-size: cover !important
}


/* HOME ************/

/* slider */

#velaSlider{
	width: 100%;
    height: 90vw !important;
    width: auto !important;
}
div.nivo-imageLink {
  height: 80vh;
  width: 100vw;
  background-size: cover !important;
}
.nivo-caption {
	top: 50%
}
.nivoSlider img {
	height: 90vw !important;
    width: auto !important; 
  min-width: 100% !important
}
@media (min-width: 750px) {
  #velaSlider {
    height: 100vh !important;
    max-height: 100vh !important;
    overflow: hidden
  }
  .nivoSlider img {
    min-height: 100vh !important;
  }
}
    
.velaCaption {
  background: rgba(255,255,255,.85);
  position: relative;
  display: none;
  position: relative;
  left: 50% !important;
  transform: translateX(-50%);
  padding: 4vw 2vw 2vw
}
@media (min-width: 750px){
.velaCaption {
  display: inline-block
}
}
.velaCaption h3 {
  font-size: calc(5vw - 10px) !important;
  font-weight: normal;
  line-height: 50% !important;
  text-align: left;
  padding: 0;
  margin-bottom:10px;
}
.velaCaption p {
  font-family: "museo-slab";
  font-size: calc(3vw - 10px);
  line-height: 115% !important;
  text-align:left; 
}

.btnVelaSlider, .more-link {
    display: inline-block;
    vertical-align: middle;
    background-color: transparent;
    color: #fd684f ;
    border: none;
    margin: 0px;
    padding: 0;
  float: right;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
  text-align: right !important;
  padding-right: 5px;
  font-family: "museo-slab";
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none !important
}
.btnVelaSlider:after, .more-link:after {
	content:" > ";
  padding-left: 3px
}
.btnVelaSlider:hover, .more-link:hover {
	font-weight: bold;
  background-color: transparent;
  padding-right: 0
}


/* categories */

.threeBanner {
	background: url(houndstooth.png) repeat;
  position: relative;
  padding-bottom: 25px;
  display: none
}
@media (min-width:740px){
  .threeBanner {
    display: block;
  }
}
.proTabNav {
	display: none
}
.effectBanner:before, .effectBanner:after, .effectBanner a:before, .effectBanner a:after {
	background-color: #fd684f;
  display: none
}
.effectBanner a:hover {
	text-decoration: none !important
}
.effectBanner a h2 {
    margin-top: calc(5.5vw - 10px);
}
.effectBanner a img {
	margin: auto;
  padding-bottom: 20px;
  position: relative;
    z-index: 1;
  transition: all .25s ease-in-out;
  max-width: 80%;
    max-height: 300px;
}
.effectBanner a img:hover {
    transform: scale(1.1) !important;
}
.wave{
  background:transparent;
  height: 20px;
  position: relative;
  max-width: 200%;
  position: absolute;
    bottom: 0;
    width: 100%;
  border-bottom: 80px solid white
}
.wave::before{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background-repeat: repeat;
  height: 10px;
  background-size: 20px 20px;
  background-image:
    radial-gradient(circle at 10px -5px, transparent 12px, white 13px);
}
.wave::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background-repeat: repeat;
  height: 15px;
  background-size: 40px 20px;
  background-image:
    radial-gradient(circle at 10px 15px, white 12px, transparent 13px);
}

/* featured */
.velaProducts .velaContent {
	overflow: visible
}
.velaProBlock {
	margin-bottom: 0
}
.velaProBlock .proFeaturedImage {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background-size: cover !important;
  background-position: center center
}
.velaProBlock .proButton {
    background-color: #fae8dd;
    display: block;
}
.button {
    background-color: #fd684f;
    display: inline-block;
  max-width: 50px;
  color: white;
  padding: 5px;
  border: none;
  margin-top: 5px
}

.button:hover {
  color: white;
  text-decoration:none;
}


.velaProBlock .proContent {
	padding-bottom: 0;
  padding-top: 10px;
}
.velaProBlock .proName a {
	font-family: "museo-slab"
}
.velaProBlock .proPrice {
	padding: 0
}
.proOwlCarousel .owl-item {
    padding: 5px;
  box-shadow: 0 0 0 rgba(0,0,0,0), 0 0 0 rgba(0,0,0,0);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
/*.proOwlCarousel .owl-item:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
  border: 1px solid rgba(0,0,0,0.1)
}*/
.sizes-icon{
  display: block;
  position: absolute;
  width: 20%;
  padding-bottom: 20%;
  top: 0;
  right: 0;
  background: url("sizes-icon.png") no-repeat center center;
  background-size: contain !important
}

/* logo carousel */

.logos {
	padding-top: 60px;
  padding-bottom: 30px
}
.logoCarousel .logoImage img {
	padding: 20%;
  transition: all .25s ease-in-out
    filter: grayscale(100%);
  -webkit-filter: grayscale(100%);

}
.logoCarousel .logoImage img:hover {
	transform: scale(1.1);
  	filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  border: none
}
.logoCarousel .logoImage a {
	transition: none
}

.logoCarousel .logoImage a:hover {
	border: none;
  transition: none
}
.logoCarousel .owl-buttons .owl-next {
 	right: -40px 
}
.logoCarousel .owl-buttons .owl-prev {
 	left: -40px 
}

/* about */

.velaAboutUs .aboutusHtml {
	color: #333;
  font-family: "museo-sans"
}
.velaAboutUs .velaContent {
  padding-bottom: 100px
}
.velaAboutUs .aboutusTitle {
	font-weight: normal
}

.velaAboutUs .aboutusLeft {
	padding-left: 0
}
.velaAboutUs .aboutusImage, .velaAboutUs .aboutusImage img {
	width: 100%
}
.velaAboutUs .aboutusImage:before, .velaAboutUs .aboutusImage:after {
    width: 0%;
    height: 0%;
    background-color: transparent;
}
.aboutusLeft + * {
  padding: 50px;
}
@media (min-width: 750px){
	.aboutusLeft, .aboutusLeft + * {
      width: 50%;
    }
}

/* instagram */

main>section.instagram{
 	margin: 0 !important;
}
main>section.instagram>* {
	max-width: 100vw;
  margin: 0 !important;
  padding: 0 !important
}
main>section.instagram>.wave {
	position: relative
}
main>section.instagram>.wave>h1{
    font-family: "museo-slab" !important;
    color: #fd684f;
}
@media (min-width: 750px) {
main>section.instagram>.wave>h1 {
      font-size: calc(3.75vw - 10px);
}
}
#instafeed article {
    float: left;
    width: 100%;
  padding-top: 100%;
    display: block;
  height: 0;
  overflow: hidden;
  position: relative
}
#instafeed article>div{
    height: 100%;
    position: absolute;
    width: 100%;
  top: 0
}
#instafeed article>div>*{
    height: 50%;
    position: absolute;
    width: 100%;
}
#instafeed article div.image {
 	height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover !important
}
#instafeed article div.meta .close, #instafeed article div.meta .caption, #instafeed article div.meta .comments, #instafeed article div.meta .likes {
	display: none;
	transition: all .5s ease-in-out
}
#instafeed article a {
	border-bottom: none !important
}
#instafeed article a:hover {
	color: #fd684f;
}
#instafeed div .link{
  width:100%;
  padding:0 5%;
  background-color:black; background-color: rgba(0, 0, 0, 0.5);
  transition: top .2s ease-out, bottom .2s ease-out, .2s padding .2s ease-out;
}
#instafeed article .link{
  bottom:110%;
  font-weight:normal;
  font-size:1.5em;
  padding-top:100%;
  padding-bottom:100%;
  display: block
}
#instafeed article .link:after{
	content:'';
  display:block;
  position:absolute;
  bottom:-1px; left:45%;
  width:10%;
  text-align:center;
  z-index:1;
}



/* HOVER EFFECT  */

#instafeed article div:hover .link {
  bottom:0;
  padding-bottom:10%;
}
#instafeed article div:hover .link i{
    width: 100%;
    left: 0;
    right: 0;
    top: calc(50% - 1vw);
    font-size: 4vw;
    position: absolute;
    text-align: center;
}

#instafeed article div:hover .more{
  top:50%;
  padding-top:10%;
}
#instafeed article div:hover .more i{
    width: 100%;
    left: 0;
    bottom: 65%;
    font-size: 4vw;
}


/* RECIPE BOX */

.recipe-box {
	margin: 30px 0
}
.featured-recipes-carousel .recipe-box {
	margin: 0 0
}
.featured-recipes-carousel.owl-carousel .owl-buttons>div {
  visibility: visible;
    opacity: 0.6;
}
.featured-recipes-carousel.owl-carousel:hover .owl-buttons>div {
  visibility: visible;
    opacity: 1;
}
.featured-recipes-carousel .owl-buttons .owl-next {
    left: 100%;
  right: auto
}
.featured-recipes-carousel .owl-buttons .owl-prev {
  	right: 100%;
  left: auto
}
.recipe-box a {
	color: #333;
  font-family: "museo-slab";
  font-size: 1.5rem
}
.recipe-box a > span {
	color: #333;
  font-family: "museo-sans";
  font-size: 1rem;
}
@media (min-width: 991px) {
  .recipe-box a {
    font-size: 32px;
    line-height: 1.2;
  }
  .recipe-box a > span {
    display: block;
  }
}
.recipe-box a:hover {
	color: #fd684f
}
.recipe-box>* {
  background-color: #fae8dd;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0 !important
}

.featured-recipes .recipe-box>* {
background: url(http://cdn.shopify.com/s/files/1/0079/7072/t/5/assets/houndstooth.png) repeat;
}

.featured-recipes  .recipe-box>*>header>h1{
    font-size: 30px;
  	margin:0;
  }

.featured-recipes .owl-buttons>div {
    transform: translateY(-60%);
}

.recipe-box>*:before {
  content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: calc(100% - 20px);
    top: 10px;
    left: 0;
    background-image: linear-gradient(to right, #fff 20%, rgba(255, 255, 255, 0) 0%), linear-gradient(to right, #fff 20%, rgba(255, 255, 255, 0) 0%);
    background-position: top, bottom;
    background-size: 10px 2px;
    background-repeat: repeat-x;
}
.recipe-box>*>* {
	display: flex;
  flex-direction: column
}
.recipe-box>*>header {
	order: 2;
  padding: 2.5vw 2.5vw 2.5vw 4vw
}
.recipe-box>*>header>h1{
	color: #fd684f;
  text-align: center
}
.recipe-box>*>div {
	order: 1;
  width: 100%;
  padding-top: 80%;
  background-size: cover !important;
}
.recipe-box>*>a {
	position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  cursor: pointer
}
.recipe-box>*>header a span {
  padding: 1vw 0;
  margin-bottom: 20px
}
.recipe-box>*>header *{
  display: block;
  text-align: center
}
  
@media (min-width: 750px) {
  .recipe-box>* {
  	flex-direction: row;
    max-width: 900px
  }
  .recipe-box>*>header>h1{
    text-align: left;
  }
  .recipe-box>*>div {
    width: 33.33%;
    min-width: 33.33%;
    padding-top: 33.33%;
    height: 0
  }
  .recipe-box>*>header * {
    text-align: left;
  }
}
@media (min-width: 1000px) {
  .recipe-box>* {
  	flex-direction: row;
    max-width: 900px
  }
  .recipe-box>*>header{
    padding: 30px
  }
  .recipe-box>*>header a span {
    padding: 10px 0;
  }
  .recipe-box>*>div {
    width: 300px;
    min-width: 300px;
    padding-top: 0;
    height: 300px
  }
  .recipe-box>*>header * {
    text-align: left;
  }
}

/* WHERE TO BUY */

.logoCarousel {
    margin-top: 0px;
    border-top: 0px;
}
.logoCarousel .velaContent {
    padding: 10px 0px;
}


/* NEWSLETTER */

.newsletter {
 	background-color: #888;
  	color: white;
}
.newsletter .velaNewsletter .velaTitle {
  	color: white;
  	font-weight: normal
}
.velaNewsletter .velaContent, .velaNewsletter .velaTitle {
  float: none;
  margin: auto;
  text-align: center
}
#social-follow {
	background-image: linear-gradient(to bottom, #fff 20%, rgba(255, 255, 255, 0) 0%), linear-gradient(to bottom, #fff 20%, rgba(255, 255, 255, 0) 0%);
    background-position: right;
    background-size: 1px 5px;
    background-repeat: repeat-y;
    padding-right: 20px;
  	margin-right: 5px;
  	display: none !important
}
#social-follow, #social-follow > .widget {
	display: inline-block;
  	vertical-align: middle;
  	display: none !important
}
#social-follow > .widget {
	overflow: hidden;
  	margin-right: 10px;
    font-family: Helvetica, Arial, sans-serif;
  	font-size: 13px;
  	text-align: center;
  	position: relative
}
#social-follow > .widget .fa {
	position: absolute;
  	bottom: 5px;
  	left: 0;
  	right: 0;
  	color: white;
  	font-size: 26px
}
.fb-widget {
	width: 60px;
  	height: 60px;
  	display: inline-block;
  	background: #4080ff;
  	overflow: hidden
}
.fb-like{
  	display: block!important;
}
.fb-like:nth-of-type(2){
	opacity: 0 !important
}
.twitter-widget {
	display: inline-block;
  	width: 60px;
  	height: 60px;
  	background-color: #1da1f2
}
. twitter-widget #twitter-widget-0, #follow-button{
  	height: 60px !important;
  	padding: 0
}
.widget .btn .label {
	font-size: 90%;
  	font-weight: normal;
  	top: 4px;
}
.insta-widget {
	display: inline-block;
	width: 60px;
	height: 60px;
	outline: none;
	background: -webkit-radial-gradient(32% 106%, circle cover, rgb(255, 225, 125) 0%, rgb(255, 205, 105) 10%, rgb(250, 145, 55) 28%, rgb(235, 65, 65) 42%, transparent 82%), -webkit-linear-gradient(-45deg, rgb(35, 75, 215) 12%, rgb(195, 60, 190) 58%);
	background: -moz-radial-gradient(32% 106%, circle cover, rgb(255, 225, 125) 0%, rgb(255, 205, 105) 10%, rgb(250, 145, 55) 28%, rgb(235, 65, 65) 42%, transparent 82%), -moz-linear-gradient(-45deg, rgb(35, 75, 215) 12%, rgb(195, 60, 190) 58%);
}
/*
.velaNewsletter {
	width: calc(100% - 250px);
  display: inline-block;
  vertical-align: middle;
  padding: 60px 0px;
}*/


/* FOOTER */

.footerCenter {
    position: relative;
    padding: 15px 0px;
    background-color: #333;
}
.footerCenterWrap {
      max-width: 900px;
    margin: auto !important;
    float: none !important;
}
.velaFooterTitle {
    font-family: "museo-slab" !important;
    margin: 0px;
    padding: 15px 0px;
    text-transform: uppercase !important;
  background-image: linear-gradient(to right, #fff 20%, rgba(255, 255, 255, 0) 0%), linear-gradient(to right, #fff 20%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 10px 2px;
    background-repeat: repeat-x;
  text-align: left
}
.velaFooterLinks li a {
  color: white;
}
#twitter-widget-0 ~ #velaSocial {
	display: none
}
.velaFooter .htmlContent .email, .velaFooter .htmlContent .phone {
	color: white;
  display: block
}
.velaFooter .htmlContent .email:hover, .velaFooter .htmlContent .phone:hover {
	color: #fd684f
}
.velaFooter .htmlContent a i {
	padding-right: 5px
}

/* ARTICLE.LIQUID */

#velaBreadcrumbs, .template-search .mainContent {
    background-color: #fff;
    margin-bottom: 0px;
    padding: 10px 0px;
    margin-top: 180px;
}
@media (min-width: 1000px) {
  #velaBreadcrumbs, .template-search .mainContent {
    margin-top: 220px;
  }
}
.template-article .articleHeader  h1 {
	font-family: "museo-slab" !important;
      margin: 0px;
    padding: 0;
    font-size: 2.5rem;
    line-height: 200%;
    margin-bottom: 20px;
}
.articleHeader {
	background-image: linear-gradient(to right, #fd684f 20%, rgba(255, 255, 255, 0) 0%), linear-gradient(to right, #fd684f 20%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 10px 2px;
    background-repeat: repeat-x;
  	position:relative;
}
.articleHeader.background {
	display: flex;
  flex-direction: column-reverse;
  background-image: none;
  background: url("houndstooth.png") repeat
}
.articleHeader > div {
	flex: 2;
  padding: 5%
}
.articleHeader > div > h1 {
	padding: 3vw 3vw 0
}
@media (min-width: 750px){
  .articleHeader.background {
    flex-direction: row;
  }
  .articleHeader > div {
	flex: 2;
  padding: 0 0 2vw 0
}
}
  
.template-article .articleHeader.background  h1 {
    line-height: 130%;
    margin-bottom: 30px;
    font-size: 2.5rem;
    font-weight: 100;
    padding: 1.2vw;
    background: rgba(255,255,255,.4);
}



.articleHeader > div > h1 ~ span {
	display: block;
    text-align: center;
    font-style: italic;
    font-size: 1.75rem;
  line-height: 200%
}

.articleHeader > div:first-of-type {
	flex: 1;
  background-size: cover !important;
  padding: 0;
  padding-top: 80%;
  min-width: 100%
}
@media (min-width: 550px){
  .articleHeader > div:first-of-type {
    padding-top: 300px;
  }
}
@media (min-width: 750px){
  .articleHeader > div:first-of-type {
    	padding-top: 33%;
  		min-width: 33%
  }
}

.articleHeader .starring {
	display:flex;
}

.isotope .starring{
  background-image: none;
  padding: 10px 10px 15px 10px !important;
}
.featured-recipes-carousel header {
  max-height: 300px;
  overflow: hidden;
}
.featured-recipes-carousel header > span {
  flex-grow: 1;
}
.featured-recipes-carousel .starring {
  background-image: none;
  padding: 15px 0 !important;
}


.isotope .starring-title, .featured-recipes-carousel .starring-title{
    width: 30%;
    height: auto;
}
@media (min-width: 1000px){
  .isotope .starring-title, .featured-recipes-carousel .starring-title{
      width: 140px;
      height: auto;
	}
}

.starring a.prod-link {
  background: url(http://cdn.shopify.com/s/files/1/0079/7072/t/5/assets/stars.png) no-repeat 15% center;
  background-size: contain !important;  
  display:block;
  padding-left:25%;
}

.featured-recipes-carousel .starring a.prod-link {
  float:left;
}

  
.starring a.prod-link img{
    float: right;
    width: 8vw;
    height: auto;
    min-width: 100px;
    max-width: 150px;
    transition: all .25s ease-in-out;
    margin-right: 15px;
}

.featured-recipes-carousel .starring a.prod-link img {
	float:left;
    min-width: 70px;
    max-width: 85px;
}



.starring a.prod-link :hover img {
	transform: scale(1.1)
}

.starring .button {
    margin-top: 15px;
    max-width: 100px;
    padding: 5px 30px;
} 
   
.starring .product-name,  .featured-recipes-carousel .starring .product-name{
  	display:block;
    font-size: 1.75rem;
    text-align: left;
    font-family: tamarillo-jf, cursive !important;
    padding-top: 10px;
    line-height: 1.1;

}


.isotope .starring .product-name {
    font-size: 1.5em;
    font-weight: 700;
    letter-spacing: 1px; 
    margin-top: 4px;
  	background: url(//cdn.shopify.com/s/files/1/0079/7072/t/5/assets/starring.png) no-repeat left center;
    background-size: 80px 32px;
    min-height:32px;
    padding-left:90px;
    padding-top: 0px;
} 

.articleHeader ~ .velaProductSharing {
  margin: 20px 0;
}
.articleHeader ~ .velaProductSharing .socialSharing>li{
  cursor: pointer;
}
.articleHeader ~ .velaProductSharing .socialSharing>li:first-child {
  position: relative;
}
.articleHeader ~ .velaProductSharing .socialSharing>li:first-child:before {
  content: "SHARE";
      font-family: "museo-slab" !important;
  position: absolute;
    right: 150%;
    line-height: 26px;
}
.articleHeader ~ .velaProductSharing .socialSharing>li:last-child {
  margin-right: 0
}
.articleHeader ~ .velaProductSharing .socialSharing>li.print a{
  border: none; 
  float: right; 
  background-color: #fd684f; 
  color: white
}
.articleHeader ~ .velaProductSharing .socialSharing>li.print a span {
    DISPLAY: inline-block;
    font-size: .75rem;
    padding-right: 10px;
}





.articleItem > .rte img {
	float: left;
  padding-right: 20px
}
.template-article .rte {
	display: flex;
  flex-direction: column
}
.template-article .rte > section {
	flex: 2;
  max-width: 500px;
  margin: auto;
  width: 100%;
  margin-bottom: 30px !important
}
.template-article .rte > section:first-of-type {
	flex: 1;
  padding-left: 0
}
.template-article .rte > section header {
	background: transparent;
  padding-bottom: 20px
}
.template-article .rte > section header > h2 {
	font-family: "museo-slab" !important;
    margin: 0px;
    padding: 15px 0px;
    text-transform: uppercase !important;
    background-image: linear-gradient(to right, #fd684f 20%, rgba(255, 255, 255, 0) 0%), linear-gradient(to right, #fd684f 20%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 10px 2px;
    background-repeat: repeat-x;
    text-align: left;
  font-size: 18px;
    font-weight: bold;
}
@media (min-width: 750px) {
  .template-article .rte {
	  flex-direction: row
	}
  .template-article .rte > section {
  		padding-left: 3vw;
    	max-width: none;
    	margin: 0
	}
}
.articleTags {
    margin: 0 0 20px 0;
    background: #fae8dd;
  padding: 20px;
  position: relative
}
.articleTags:before {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: calc(100% - 20px);
    top: 10px;
    left: 0;
    background-image: linear-gradient(to right, #fff 20%, rgba(255, 255, 255, 0) 0%), linear-gradient(to right, #fff 20%, rgba(255, 255, 255, 0) 0%);
    background-position: top, bottom;
    background-size: 10px 2px;
    background-repeat: repeat-x;
}

#relatedblogs > div, .featured-recipes > div  {
	display: flex;
  flex-direction: row;
  margin: 20px 0 60px;
      margin-bottom: 50px !important;
}
.featured-recipes > .owl-carousel {
  display: none !important;
}
@media (min-width: 750px) {
  .featured-recipes > .owl-carousel {
    display: block !important;
  }
}
#relatedblogs > div > a, .featured-recipes > div > a{
	display: flex;
  flex-direction: column;
  flex: 1;
  margin: 5px;
  background-color: #ededed;
  overflow: hidden
}
#relatedblogs > div > a:first-child, .featured-recipes > div > a:first-child{
	margin-left: 0;
}
#relatedblogs > div > a:last-child, .featured-recipes > div > a:last-child{
	margin-right: 0;
}
#relatedblogs > div > a>span:first-of-type, .featured-recipes > div > a>span:first-of-type{
	padding-top: 80%;
  display: flex;
  background-size: cover !important;
    transition: all .25s ease-in-out

}
#relatedblogs > div > a:hover>span:first-of-type, .featured-recipes > div > a:hover>span:first-of-type {
	transform: scale(1.1);
}
#relatedblogs > div > a>span:last-of-type, .featured-recipes > div > a>span:last-of-type  {
	padding: 10px;
  position: relative;
    z-index: 1;
  background-color: #ededed;
  display: block
}

.featured-recipes > div > a>span:last-of-type {
  background: transparent;
}


/* PAGES */

.breadcrumb>.active {
    color: #666;
}
.breadcrumb>* {
    color: #999;
    font-size: .75rem;
}
.velaPageContent {
    padding: 0px 0px 100px;
}
.velaPageTitle {
  padding: 0 2%;;
  font-weight: normal
}
@media (min-width: 750px) {
  .velaPageTitle {
	    font-size: 66px;
    font-size: calc(6vw - 10px);
}

}

/* COLLECTION PAGE */

.headerCollection {
    font-weight: normal;
    padding: 0 2%;
    margin: 0;
    font-size: 66px;
    border-bottom: none
}

@media (min-width: 750) {
  .headerCollection{
    font-size: 66px;
/*     font-size: calc(6vw - 10px); */
  }
}

/* SINGLE PRODUCT PAGE */



.proBoxInfo h1 {
    font-family: "museo-slab" !important;
    margin: 0px;
    padding: 0;
    font-size: calc(3.5vw - 10px);
    line-height: 130%;
  text-align: left
}
.proBoxInfo h1:after {
	content: " ";
    display: block;
    width: 100%;
    height: 10px;
    background-image: linear-gradient(to right, #fd684f 20%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 10px 2px;
    background-repeat: repeat-x;
}
.proBoxImage > a{
	width: 100%;
    padding-top: 100%;
    display: block;
    background-size: cover !important;
}
.proThumbnails {
  margin-top: 1.25%;
}
.proThumbnails .thumbItem {
    width: 24%;
    padding-top: 25%;
    height: 0;
    position: relative;
    overflow: hidden;
  margin-left: 1.25%;
    margin-bottom: 1.25%;
  float: left
}
.proThumbnails .thumbItem:first-child {
  margin-left: 0;
}
.proThumbnails .thumbItem a.gallery{
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
  background-size: cover !important;
}
.template-product .proDetailInfo .velaPanel {
  padding: 20px
}
.template-product .proDetailInfo .velaPanel, .template-product .panel-heading>h4 {
  background-color: #fae8dc
}
.proDetailInfo .panel-heading#headingFour {
  position: relative;
}
.proDetailInfo .panel-heading#headingFour a {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    display: block;
    padding: 0px;
    text-decoration: none;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    left: 0;
}
.proRelated .velaProducts {
  border-top: 0;
}
.proBoxInfo  .formAddToCart:after, .proBoxInfo .formAddToCart:before {
	content: " ";
    display: block;
    width: 100%;
    height: 20px;
    background-image: linear-gradient(to right, #fd684f 20%, rgba(255, 255, 255, 0) 0%);
    background-position: top;
    background-size: 10px 2px;
    background-repeat: repeat-x;
}
.formAddToCart:after {
      background-position: bottom !important;
    margin-bottom: 20px;
}
.socialSharing {
  text-align: right;
}
.template-product .owl-wrapper-outer.autoHeight {
  height: auto !important;
}


/* BLOG */
.blogContainer {
    margin-top: 15px;
} 


.blogArticle {
    margin: 0;
    padding: 0;
    border-bottom: none;
}
  


.blogArticle h3 {
	font-family: "museo-slab" !important;
	text-align:left;
    font-size: 36px !important;
}

.blogArticle h3 a {
    color: #fd684f;
}


.blogArticle .rte p {
	line-height:1.2;
  	margin:15px;
}


h4.titleSidebar {
    border-bottom: 3px solid #fd684f;
    text-align: left;
    font-family: 'museo slab' !important;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    margin: 0px 0px 15px;
    padding: 0px;
    position: relative;  
}
.articleMeta {
  display: none;
}




* { box-sizing: border-box; }

.grid {
  background-image: linear-gradient(to right, #fd684f 20%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 10px 2px;
    background-repeat: repeat-x;
  padding-bottom: 40px
}

.grid:after {
  display: block;
  content: '';
  clear: both;
}

.grid-col {
  float: left;
  width: 100%;
  background: transparent;
}




/* hide two middle */
.grid-col--4, .grid-col--2, .grid-col--3 { display: none; }

@media ( min-width: 550px ) {
  .grid-col {
  width: 49%;
  margin-right: 2%;
  }
  .grid-col--2 { 
    display: block;
    margin-right: 0
  }
}

@media ( min-width: 750px ) {
  #recent .grid-col, #online .grid-col { width: 32%; }
  #recent .grid-col--3, #online .grid-col--3 { 
    display: block;
    margin-right: 0
  }
  #recent .grid-col--2, #online .grid-col--2 {
    margin-right: 2%
  }
}

.grid-item {
  background: url(http://cdn.shopify.com/s/files/1/0079/7072/t/5/assets/houndstooth.png) repeat;
  margin-bottom: 20px;
  min-height: 50px
}
.grid-item * {
  width: 100%;
  max-width: 100%
}
.grid-item a {
  color: black
}
.grid-item a span {
  display: block;
}
.grid-item a > span {
  padding: 4%;
}
.grid-item a > span > span {
  font-weight: bold;
  font-size: 18px
}
#press .pageContent section header {
  background: none !important
}
#press .pageContent section h1 {
    font-family: "museo-slab" !important;
    text-align: left;
    font-size: 32px !important;
  display: block;
    padding: 0;
    margin: 40px 0 20px;
}

/* ISOTOPE TEMPLATE */

.isotope .blogArticle { 
    width:calc(33.33% - 10px) ; 
    margin-bottom:15px;
    background: url(http://cdn.shopify.com/s/files/1/0079/7072/t/5/assets/houndstooth.png) repeat;
}


@media ( max-width: 775px ) {
  .isotope .blogArticle {
    width: 48%;
  }
}

@media ( max-width: 550px ) {
  .isotope .blogArticle {
    width: 100%;
  }
}



.isotope .blogArticle .articleImage {
  padding-top: 100%;
  background-size: cover;
  display: block
}


.isotope .blogArticle h3 {
	font-family: "museo-slab" !important;
	text-align:left;
    font-size: 22px !important;
    padding: 12px;
    text-align: center;
  background-color: #fae8dd;
}

.isotope .articleTags {
	margin:0;
}


.recipes form.search {
	float:right;
   margin:5px 10px;
}

.recipes header {
	clear: both;
    margin-bottom: 20px;	
}

.recipes .velaMegamenu ul.nav>li {
  float:left;
}

.recipes .velaMegamenu ul.nav>li>a {
cursor: pointer;
color:#333;
}


.recipes #velaMegamenu {
background:#E2EEF3;
}


.recipes .search input[type="submit"] {
	background: #F8674C;
  	color: #fff;
    font-family: "museo-slab";
    text-transform: uppercase;
	border:none;
  	font-size: .9em;
  	letter-spacing:1px;
  
}


/* ABOUT */

.aboutContainer section {
  display: flex;
  flex-direction: row reverse;
  background: url(http://cdn.shopify.com/s/files/1/0079/7072/t/5/assets/gingham-blue.jpg) repeat;
}
.aboutContainer section:nth-of-type(odd) {
	flex-direction: row-reverse;
}
.aboutContainer section > * {
  flex: 1;
}
.aboutContainer .cover {
	background: url(https://cdn.shopify.com/s/files/1/0079/7072/files/lajamimage.jpg) no-repeat center center;
  background-size: cover !important;
}
.aboutContainer section:nth-of-type(2) .cover{
	background: url(grandmother.jpg) no-repeat center center;
    background-size: auto 90% !important;
    background-color: white;
    border-left: 1px solid #E2EEF3;
}
.aboutContainer section:nth-of-type(3) .cover{
	background: url(about3.jpg) no-repeat center center;
}
.aboutContainer section:nth-of-type(4) .cover{
	background: url(about4.jpg) no-repeat center center;
}
.aboutContainer section:nth-of-type(5) .cover{
	background: url(about5.jpg) no-repeat center center;
}
.aboutContainer section > div > div{
    background: white;
    padding: 15px;
    margin-bottom: 15px;
}



/* SEARCH.LIQUID */

.velaSearchContainer {
  padding-top: 0;
}

.velaSearchContainer h1 {
    font-family: 'museo slab', serif !important;
  	font-size: 32px;
}

.fa-bolt {
    display: block;
    text-align: center;
    font-size: 60px;
    padding-bottom: 50px;
}
.template-index .fa-bolt {
    display: none;
}


/* PAGE.BLOG */
.recipes .velaMegamenu .menuDropdown  ul {
  columns: auto 2;
}
.recipes .velaMegamenu .menuDropdown #products {
  clear: both;
  width: 100%
}
.recipes .velaMegamenu .menuDropdown #products ul {
  columns: auto 3;
}
.recipes .velaMegamenu .menuDropdown ul li {
  display: block
}
.recipes .velaMegamenu .menuDropdown h3{
    font-family: "museo-slab" !important;
    font-weight: 700;
    text-align: left;
    font-size: 1rem !important;
    line-height: 1.5rem;
}

/* RECIPES.SEARCH */

/*.template-search-recipes .blogArticle {
  display: none;
}
.template-search-recipes .blogArticle.cocktail-recipes, .template-search-recipes .blogArticle.culinary-recipes {
  display: block;
}*/

.template-search-recipes .articleMeta ~ p {
  margin-top: 20px;
  text-align: center;
}
.template-search-recipes .lemon i {
    text-align: center;
    display: block;
    padding: 20px;
  font-size: 5vw
}
.template-search-recipes .blogArticle .rte {
    padding: 0px;
    line-height: 0px;
    display: none
}
.template-search-recipes .velaSearchContainer {
    padding: 50px 0px
}