/** Shopify CDN: Minification failed

Line 310:4 Expected identifier but found "rgba("
Line 1004:2 Comments in CSS use "/* ... */" instead of "//"
Line 2537:0 Expected "}" to go with "{"

**/
/* Reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,dfn,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}


html,
body {
  height: 100%;
  /*background-color: #000;*/
}


body{
font-family: 'Raleway', sans-serif;
margin:0;
padding:0;
/*color: #fff;*/
/*text-align: center;*/
position: relative;
/*background-image:url(//www.gorillafoodco.co.uk/cdn/shop/t/21/assets/gfc-bg-MASTER.jpg?v=114077643134585330481498163277);*/
}

@font-face {
    font-family: 'sheltonregular';
    src: url('hvd_fonts_-_shelton-webfont.eot');
    src: url('hvd_fonts_-_shelton-webfont.eot?#iefix') format('embedded-opentype'),
         url('hvd_fonts_-_shelton-webfont.woff2') format('woff2'),
         url('hvd_fonts_-_shelton-webfont.woff') format('woff'),
         url('hvd_fonts_-_shelton-webfont.ttf') format('truetype'),
         url('hvd_fonts_-_shelton-webfont.svg#sheltonregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

h1{
	font-family: 'Raleway', sans-serif;
	font-size: 26px;
	font-weight:bold;
	color:#d3ad62;
	line-height: 34px;
	text-align:left;
}

h2{
    font-family: 'sheltonregular', 'Raleway', sans-serif;
	font-size: 24px;
	font-weight:normal;
  	color:#985e03;
	line-height: 31px;
	text-align:left;
	letter-spacing:1px;
}


h3{
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	font-weight:normal;
	color:#000000;
	line-height: 31px;
	text-align:left;
}

.product-bullets {
  margin-top:-2px;
}



h4{
    font-family: 'sheltonregular', 'Raleway', sans-serif;
	font-size: 34px;
	font-weight:normal;
	color:#fff;
	line-height: 31px;
	text-align:left;
	letter-spacing:1px;
}


p{
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	font-weight:normal;
	color:#000000;
	line-height: auto;
	text-align:left;
}

.description ul li{
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	font-weight:normal;
  	color:#D3AD62;
	line-height: auto;
    list-style-type:square;
    list-style-position: inside;
}

.description ul li span{
	font-family: 'Raleway', sans-serif;
	font-size: 17px;
	font-weight:normal;
	color: black;
	line-height: auto;
    list-style-type:square;
    list-style-position: inside;
}

.privacy ul li {
  	font-size: 20px;
  	color: black;
	line-height: 1.8;
    list-style-type:square;
    list-style-position: inside;

 }


#footer-link a:link	{
	color:white;
	text-decoration:none;
}

#footer-link a:hover	{
	color:white;
	text-decoration:underline;
}



#middle p span{
	color:#e63b4d;
}

#footer{
	/*background-color:#d3ad62; */
    background: rgb(121,76,13);
    background: linear-gradient(0deg, rgba(121,76,13,1) 0%, rgba(211,173,98,1) 90%);
	width: 100%;
	margin:0;
	padding:18px;
	margin-top:-87px;
  text-align:center;
}

table, th, td {
   border: 1px solid black;
  font-size:16px;
  
}
  
  table {
    border-collapse: collapse;
}

th, td {
    padding: 1.2%;
}

th {
    background-color: black;
    color: white;
  font-weight:bold;
}



/** STYLES BY CANE **/

/*================ Drawer search field ================*/
.drawer__search {
  border-bottom: 2px dashed #d3ad62 ;
  margin-bottom:0.6em;

}

.drawer__search-input {
  padding: 0.3em;
  padding-left:0.4em;
  font-size: 1.25em;
    color:#d3ad62;

}

.video-container {
    position: relative;
    padding-bottom: 53.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}


.breadcrumb	{
  margin:0.1% 0 0 0;
  padding:0;
  background:none;
}

.about-footer	{
	margin-top:100%;
}

.shop-nuts, .shop-seeds, .shop-gluten-free, .shop-tomatoes, .shop-sweeteners, .shop-oils-vinegars, .shop-merch, .shop-dried-fruit, .shop-herbs   {
	-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
  background-size: 90%;
	background-repeat:no-repeat;
	position:absolute;
	text-align:center;
	z-index:0;

}

.shop-nuts:hover {
-moz-transform: rotate(-2.5deg);
-webkit-transform: rotate(-2.5deg);
-o-transform: rotate(-2.5deg);
-ms-transform: rotate(-2.5deg);
transform: rotate(-2.5deg);
}

.shop-seeds:hover {
-moz-transform: rotate(-2deg);
-webkit-transform: rotate(-2deg);
-o-transform: rotate(-2deg);
-ms-transform: rotate(-2deg);
transform: rotate(-2deg);
}

.shop-gluten-free:hover {
-moz-transform: rotate(-2deg);
-webkit-transform: rotate(-2deg);
-o-transform: rotate(-2deg);
-ms-transform: rotate(-2deg);
transform: rotate(-2deg);
}

.shop-tomatoes:hover {
-moz-transform: rotate(1.5deg);
-webkit-transform: rotate(1.5deg);
-o-transform: rotate(1.5deg);
-ms-transform: rotate(1.5deg);
transform: rotate(1.5deg);
}

.shop-sweeteners:hover {
-moz-transform: rotate(-2.2deg);
-webkit-transform: rotate(-2.2deg);
-o-transform: rotate(-2.2deg);
-ms-transform: rotate(-2.2deg);
transform: rotate(-2.2deg);
}

.shop-oils-vinegars:hover {
-moz-transform: rotate(3deg);
-webkit-transform: rotate(3deg);
-o-transform: rotate(3deg);
-ms-transform: rotate(3deg);
transform: rotate(3deg);
}

.shop-merch:hover {
-moz-transform: rotate(3deg);
-webkit-transform: rotate(3deg);
-o-transform: rotate(3deg);
-ms-transform: rotate(3deg);
transform: rotate(3deg);
}

.shop-dried-fruit:hover {
-moz-transform: rotate(3deg);
-webkit-transform: rotate(3deg);
-o-transform: rotate(3deg);
-ms-transform: rotate(3deg);
transform: rotate(3deg);
}

.shop-herbs:hover {
-moz-transform: rotate(3deg);
-webkit-transform: rotate(3deg);
-o-transform: rotate(3deg);
-ms-transform: rotate(3deg);
transform: rotate(3deg);
}


#contact-text-container	{
	/*background-color:#d3ad62;*/
    rgba(76, 175, 80, 0.0);
	width:41%;
	height:90px;
	margin:0 auto;
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	color: white;
	line-height: 34px;
	padding: 0;
}

#contact-text-address	{
	width:100%;
	font-size: 18px;
	font-weight:normal;
	color: white;
	line-height: 30px;
	margin:0 auto;
	font-family: 'Raleway', sans-serif;
}

#contact-text-left	{
	font-weight:bold;
	width:40%;
	float:left;
	margin-left:10%;
	color:#794c0d;
}

#contact-text-right	{
	width:40%;
	float:right;
	margin-right:10%;
}

.p-white	{
	color:#794c0d;
	text-align:center;
	padding:0;
	margin-bottom:-1.2%;
	margin-top:0.5%;
}

#contact-text-right	a:link{
	color: white;
}

#contact-text-right	a:hover{
	text-decoration:underline;
        -webkit-text-decoration-color: #794c0d;
        -moz-text-decoration-color: #794c0d;
        text-decoration-color: #794c0d;
}

#social-icons	{
	width:100px;
	height:53px;
	padding:0;
	margin:0 auto;
}

#payment-icons	{
	width:245px;
	height:35px;
	margin:0 auto;
	padding:0;
	margin-top:1.5%;
	margin-bottom:1%;	
	background-image:url(//www.gorillafoodco.co.uk/cdn/shop/t/21/assets/icons-payment.svg?v=36134545092454478361498060534);
	background-size:100%;
}


a:hover	{
	color:#985e03;
	text-decoration:none;
}


.container-fluid	{
	padding:0;
	margin:0;
}


.container-fluid	{
	background-color:#FFFFFF;
	padding:15px;
}

.container-fluid-narrow	{
	max-width:1170px;
	margin:0 auto;
}

.address-col	{
	padding:0;
}

#header	{
	width:100%;
	height:400px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	padding:0;
	margin:0;
}

.header-about	{
	background-image:url(//www.gorillafoodco.co.uk/cdn/shop/t/21/assets/about-header.jpg?v=177197004428682462141502471127);
}

.header-music	{
	background-image:url(//www.gorillafoodco.co.uk/cdn/shop/t/21/assets/about-music.jpg?v=61828072781731127991520197068);
}

/*.header-collection-nuts	{
	background-image:url(//www.gorillafoodco.co.uk/cdn/shop/t/21/assets/header-collection-nuts.jpg?v=91005449435052940531498685403);
}*/

/*-----------------------------slideshow------------------------------------*/


.item	{
    -webkit-background-size: 3840px 640px;
    -moz-background-size: 3840px 640px;
    -o-background-size: 3840px 640px;
    background-size: 3840px 640px;
}

.carousel .item {
	position:relative;
	bottom:0px;
  	height: 640px;

}

.slideshow1 {background:url(//www.gorillafoodco.co.uk/cdn/shop/t/21/assets/gfc-slider-1.jpg?v=76995073947805780421542922413) no-repeat center top;}
.slideshow2 {background:url(//www.gorillafoodco.co.uk/cdn/shop/t/21/assets/gfc-slider-2.jpg?v=125865750612179858001542747830) no-repeat center top;}
.slideshow3 {background:url(//www.gorillafoodco.co.uk/cdn/shop/t/21/assets/gfc-slider-3.jpg?v=104561138698017261991502384937) no-repeat center top;}
.slideshow4 {background:url(//www.gorillafoodco.co.uk/cdn/shop/t/21/assets/gfc-slider-4.jpg?v=131771120338608828531542921154) no-repeat center top;}
.slideshow5 {background:url(//www.gorillafoodco.co.uk/cdn/shop/t/21/assets/gfc-slider-5.jpg?v=161945068511486898961523463199) no-repeat center top;}
.slideshow7 {background:url(//www.gorillafoodco.co.uk/cdn/shop/t/21/assets/gfc-slider-7.jpg?v=100000297237806019581553620451) no-repeat center top;}




#caption-container	{
	display:block;
	width:100%;
	max-width:1320px;
	height:640px;
	padding:15px;
	margin:0 auto;
}

#carousel-caption	{
	background: rgba(255, 255, 255, 0);
	text-align: right;
 	width: 490px; 
	height: 300px; 
	padding: 0;
	margin:0;
	z-index:10000;
}

.slide-right	{
	position:relative;
	top: 440px;
	right:12px;
	float:right;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.carousel {
  position: relative;
}

.carousel-inner {				/*------------carousel window---------------*/
  position: relative;
  width: 100%;
  overflow: hidden; 
  height:640px;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 2s ease-in-out left;
       -o-transition: 2s ease-in-out left;
          transition: 2s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.8s ease-in-out;
         -o-transition:      -o-transform 0.8s ease-in-out;
            transition:         transform 0.8s ease-in-out;
              -moz-transition:         transform 0.8s ease-in-out;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000px;
            perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-control {
  filter: alpha(opacity=100);
  opacity: 1;
   -o-transition:.0.8s ease-in-out;
  -ms-transition:.0.8s ease-in-out;
  -moz-transition:.0.8s ease-in-out;
  -webkit-transition:0.8s ease-in-out;
  transition:0.8s ease-in-out;
  width: 102px;
 /* z-index:9000;*/
}

.carousel-control.left {
  background-image:url(//www.gorillafoodco.co.uk/cdn/shop/t/21/assets/arrow-left.png?v=142184286880001875481498059876);
  background-repeat:no-repeat;
  background-position: left center;
}

.carousel-control.left:hover {
  background-position: -9px;
  -o-transition:.2s;
  -ms-transition:.2s;
  -moz-transition:.2s;
  -webkit-transition:.2s;
  transition:.2s;

}

.carousel-control.right {
  background-image:url(//www.gorillafoodco.co.uk/cdn/shop/t/21/assets/arrow-right.png?v=124511123561875520221498059906);
  background-repeat:no-repeat;
  background-position: right center;
}

.carousel-control.right:hover {
  background-position: 9px;
  -o-transition:.2s;
  -ms-transition:.2s;
  -moz-transition:.2s;
  -webkit-transition:.2s;
  transition:.2s;

}

.carousel-indicators {
  bottom: 10px;
}
.carousel-indicators li {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
  border: none;
  border-radius: 12px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #ffa900;
}

#footer-icon-fb	{
	width:40px;
	height:40px;
	padding:0;
	margin:0;
	float:left;
	background-image:url(//www.gorillafoodco.co.uk/cdn/shop/t/21/assets/icon-fb.svg?v=133042826884467087511498060509);
	background-size:100%;
	background-repeat:no-repeat;
  -o-transition:.s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
}

#footer-icon-fb:hover	{
	background-position:0px -40px;
}

#footer-icon-tw	{
	width:40px;
	height:40px;
	padding:0;
	margin:0;
	float:right;
	background-image:url(//www.gorillafoodco.co.uk/cdn/shop/t/21/assets/icon-tw.svg?v=39471845092372654371498060520);
	background-size:100%;
	background-repeat:no-repeat;
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
}

#footer-icon-tw:hover	{
	background-position:0px -40px;
}

#footer-icon-ig	{
	width:40px;
	height:40px;
	padding:0;
	margin:0;
	float:right;
	background-image:url(//www.gorillafoodco.co.uk/cdn/shop/t/21/assets/icon-ig.svg?v=157470821965139951751675791438);
	background-size:100%;
	background-repeat:no-repeat;
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
}

#footer-icon-ig:hover	{
	background-position:0px -40px;
}


.icon-cart {
	width:40px;
	height:40px;
	padding:0;
	margin:0;
	position:relative;
	background-image:url('//www.gorillafoodco.co.uk/cdn/shop/t/21/assets/icon-basket.svg?v=9741845574788795741498060494');
	background-size:100%;
	background-repeat:no-repeat;
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
}

.icon-cart:hover	{
	background-position:0px -35px;
}

.icon {
	width:35px;
	height:35px;
}


.shop-cont	{
	padding:0;
	margin-top:1.5%;
}

.home-row1	{
	padding:0;
	margin:2% 0 5% 0;
}

.home-row2	{
	padding:0;
	margin:-5% 0 0 0;
}

.shop-row1	{
	padding:0;
	margin:2% 0 2.3% 0;
}

.shop-row2	{
	padding:0;
	margin:-5% 0 0 0;
}

.section-shop, .section-feature, .section-about, .section-home, .shop-nuts, .shop-seeds, .shop-gluten-free, .shop-tomatoes, .shop-sweeteners, .shop-oils-vinegars, .shop-merch, .shop-dried-fruit, .shop-herbs	{
	padding:20px 0 0 25px;
	background-repeat:no-repeat;
	background-size:100%;
	height:365px;
	position:relative;
	width:32%;
  text-align: center;

}

.shop-nuts, .shop-seeds, .shop-gluten-free, .shop-tomatoes, .shop-sweeteners, .shop-oils-vinegars, .shop-merch, .shop-dried-fruit, .shop-herbs   {
	-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}

.shop-nuts:hover {
-moz-transform: rotate(-1.2deg);
-webkit-transform: rotate(-1.2deg);
-o-transform: rotate(-1.2deg);
-ms-transform: rotate(-1.2deg);
transform: rotate(-1.2deg);
}

.shop-seeds:hover {
-moz-transform: rotate(-0.8deg);
-webkit-transform: rotate(-0.8deg);
-o-transform: rotate(-0.8deg);
-ms-transform: rotate(-0.8deg);
transform: rotate(-0.8deg);
}

.shop-gluten-free:hover {
-moz-transform: rotate(-1deg);
-webkit-transform: rotate(-1deg);
-o-transform: rotate(-1deg);
-ms-transform: rotate(-1deg);
transform: rotate(-1deg);
}

.shop-tomatoes:hover {
-moz-transform: rotate(1.3deg);
-webkit-transform: rotate(1.3deg);
-o-transform: rotate(1.3deg);
-ms-transform: rotate(1.3deg);
transform: rotate(1.3deg);
}

.shop-sweeteners:hover {
-moz-transform: rotate(-1deg);
-webkit-transform: rotate(-1deg);
-o-transform: rotate(-1deg);
-ms-transform: rotate(-1deg);
transform: rotate(-1deg);
}

.shop-oils-vinegars:hover {
-moz-transform: rotate(1.3deg);
-webkit-transform: rotate(1.3deg);
-o-transform: rotate(1.3deg);
-ms-transform: rotate(1.3deg);
transform: rotate(1.3deg);
}

.shop-merch:hover {
-moz-transform: rotate(1.3deg);
-webkit-transform: rotate(1.3deg);
-o-transform: rotate(1.3deg);
-ms-transform: rotate(1.3deg);
transform: rotate(1.3deg);
}

.shop-dried-fruit:hover {
-moz-transform: rotate(1.3deg);
-webkit-transform: rotate(1.3deg);
-o-transform: rotate(1.3deg);
-ms-transform: rotate(1.3deg);
transform: rotate(1.3deg);
}

.shop-herbs:hover {
-moz-transform: rotate(1.3deg);
-webkit-transform: rotate(1.3deg);
-o-transform: rotate(1.3deg);
-ms-transform: rotate(1.3deg);
transform: rotate(1.3deg);
}


.shop-nuts	{
	background-image:url(//www.gorillafoodco.co.uk/cdn/shop/t/21/assets/shop-categories-nuts.jpg?v=108297099893230214891502211947);
	margin:0 15px 0 0;
}

.shop-seeds	{
	background-image:url(//www.gorillafoodco.co.uk/cdn/shop/t/21/assets/shop-categories-seeds.jpg?v=82671628268504648031502213357);
	margin:0 15px 0 0;
}

.shop-dried-fruit	{
	background-image:url(//www.gorillafoodco.co.uk/cdn/shop/t/21/assets/shop-categories-dried-fruit.jpg?v=83642485600535774361704485530);
	margin:0 0 0 0;
}
      
.shop-gluten-free	{
	background-image:url(//www.gorillafoodco.co.uk/cdn/shop/t/21/assets/shop-categories-gluten-free.jpg?v=156748056086430972851506447233);
	margin:0 15px 0 0;
}

.shop-herbs	{
	background-image:url(//www.gorillafoodco.co.uk/cdn/shop/t/21/assets/shop-categories-herbs.jpg?v=65628140545506997151704486488);
	margin:0 15px 0 0;
}

.shop-sweeteners	{
	background-image:url(//www.gorillafoodco.co.uk/cdn/shop/t/21/assets/shop-categories-sweeteners.jpg?v=32035242938379347801714661495);
	margin:0 0 0 0;
}

.shop-tomatoes	{
	background-image:url(//www.gorillafoodco.co.uk/cdn/shop/t/21/assets/shop-categories-tomatoes.jpg?v=126257159332830100641502213334);
	margin:0 0 0 0;
}

.shop-oils-vinegars	{
	background-image:url(//www.gorillafoodco.co.uk/cdn/shop/t/21/assets/shop-categories-oils-vinegars.jpg?v=91747706172256503981498076282);
	margin:0 0 0 0;
}

.shop-merch	{
	background-image:url(//www.gorillafoodco.co.uk/cdn/shop/t/21/assets/shop-categories-merch.jpg?v=30809033916929703141502214267);
	margin:0 0 0 0;
}

.section-shop	{
	background-image:url(//www.gorillafoodco.co.uk/cdn/shop/t/21/assets/home-section-shop.jpg?v=125434316436122323641492435034);
	margin:0 15px 0 0;
}

.section-feature	{
	background-image:url(//www.gorillafoodco.co.uk/cdn/shop/t/21/assets/home-section-feature.jpg?v=176654260304274601141498061961);
	margin:0 15px 0 0;
}

.masa-harina	{
	background-image:url(//www.gorillafoodco.co.uk/cdn/shop/t/21/assets/home-section-feature-Masa-Harina.jpg?v=66786474793911376491498060236);
	margin:0 15px 0 0;
}

.beast	{
	background-image:url(//www.gorillafoodco.co.uk/cdn/shop/t/21/assets/home-section-feature-beast.jpg?v=96641119231884797811498060198);
	margin:0 15px 0 0;
}

.colossal	{
	background-image:url(//www.gorillafoodco.co.uk/cdn/shop/t/21/assets/home-section-feature-colossal.jpg?v=55517950308095466451550076058);
	margin:0 15px 0 0;
}

.pumpkin-seeds	{
	background-image:url(//www.gorillafoodco.co.uk/cdn/shop/t/21/assets/home-section-feature-pumpkin-seeds.jpg?v=169611769733564665631502378594);
	margin:0 0 0 0;
}

.herbs	{
	background-image:url(//www.gorillafoodco.co.uk/cdn/shop/t/21/assets/home-section-featured-herbs.jpg?v=177728464358755175251704491321);
	margin:0 0 0 0;
}      

.almonds	{
	background-image:url(//www.gorillafoodco.co.uk/cdn/shop/t/21/assets/home-section-feature-almonds.jpg?v=171445256402632068821502379733);
	margin:0 0 0 0;
}

.nut-butter	{
	background-image:url(//www.gorillafoodco.co.uk/cdn/shop/t/21/assets/home-section-feature-nut-butter.jpg?v=177627301326930366551498060256);
	margin:0 15px 0 0;
}

.scatter	{
	background-image:url(//www.gorillafoodco.co.uk/cdn/shop/t/21/assets/home-section-feature-scatter.jpg?v=163803460107965087501704489436);
	margin:0 15px 0 0;
}

.CID1001	{
	background-image:url(//www.gorillafoodco.co.uk/cdn/shop/t/21/assets/home-section-feature-CID1001.jpg?v=74952410551766831741498060220);
	margin:0 0 0 0;
}

.section-about	{
	background-image:url(//www.gorillafoodco.co.uk/cdn/shop/t/21/assets/home-section-about.jpg?v=11738537143867765721498060142);
	margin:0 0 0 0;
}

.section-home	{
	background-image:url(//www.gorillafoodco.co.uk/cdn/shop/t/21/assets/home-section-home.jpg?v=108946325949758067461498060394);
	margin:0 0 0 0;
}

.btn-cont	{
	margin:0 auto;
	padding:0;
	width:86%;
	position:absolute;
	bottom:25px;
}

.btn {
  -webkit-border-radius: 8;
  -moz-border-radius: 8;
  border-radius: 8px;
	font-family: 'Raleway', sans-serif;
 	color: #ffffff;
   font-size: 22px;
 	padding: 10px 15px 10px 15px;
   text-decoration: none;
	text-transform:none;
  font-weight:bold;
		-o-transition:all .2s ease-in-out;
 	-ms-transition:all .2s ease-in-out;
  	-moz-transition:all .2s ease-in-out;
  	-webkit-transition:all .2s ease-in-out;
 	transition:all .2s ease-in-out;
	 margin:0 auto;
	width:75%;
	border:4px solid white;
  letter-spacing: 0px;
  background: #d3ad62;
}

.btn--cart,
.rte .btn--secondary  {
  -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-radius: 6px;
	font-family: 'Raleway', sans-serif;
 	color: #ffffff;
   font-size: 21px;
 	padding: 10px 15px 10px 15px;
   text-decoration: none;
	text-transform:none;
  font-weight:bold;
		-o-transition:all .2s ease-in-out;
 	-ms-transition:all .2s ease-in-out;
  	-moz-transition:all .2s ease-in-out;
  	-webkit-transition:all .2s ease-in-out;
 	transition:all .2s ease-in-out;
	 margin:0 auto;
	border:none;
  letter-spacing: 0px;
  background: #d3ad62;
  
  
  display: inline-block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  /*border: 1px solid transparent;*/
  @include user-select();
  @include prefix(appearance, none, webkit moz spec);

  // Set primary button colors - can override later
  /*background-color: $color-btn-primary;*/
  color: $color-btn-primary-text;

  &:hover {
    /*background-color: $color-btn-primary-hover;*/
    color: $color-btn-primary-text;
  }

  &:active,
  &:focus {
   /*background-color: $color-btn-primary-active;*/
   color: $color-btn-primary-text;
  }

  &[disabled] {
    cursor: default;
    /*color: $color-disabled-border;*/
    background-color: $color-disabled;
  }

  .icon {
    fill: currentColor;
    path: currentColor;
  }
}


.btn--cart:hover  {
  background: #985e03 ;
  text-decoration: none;
  color:#ffffff;
}

.btn-checkout	{
  background: #d3ad62;
	border:0;
  margin-top:-15px;
}

.btn-comment	{
  background: #d3ad62;
	border:0;
  margin-top:5px;
}

.btn-login	{
  background: #d3ad62;
	border:0;
  margin-top:10px;
}

.btn-checkout:hover, .btn-login:hover, .btn-comment:hover {
  background: #985e03 ;
  text-decoration: none;
  color:#ffffff;
}

.btn-gold	{
  background: #d3ad62;
	border:4px solid white;
}

.btn-gold:hover {
  background: #a9843a;
  text-decoration: none;
  color:#ffffff;
}

.btn-purple	{
  background: #5c46ab;
}

.btn-purple:hover {
  background: #6f54cf;
  text-decoration: none;
  color:#ffffff;
}

.btn-gold-black	{
  background: #d3ad62;
	border:4px solid black;
}

.btn-gold-black:hover {
  background: #a9843a;
  text-decoration: none;
  color:#ffffff;
}

.btn-black	{
  background:#333;
}

.btn-black:hover {
  background:#000;
  text-decoration: none;
  color:#ffffff;
}

.btn-brown	{
  background:#985e03;
}

.btn-brown:hover {
  background:#794c0d;
  text-decoration: none;
  color:#ffffff;
}

.btn-orange	{
  background:#f69f13;
}

.btn-orange:hover {
  background:#ffb43b;
  text-decoration: none;
  color:#ffffff;
}

.btn-green	{
  background:#274e37;
}

.btn-green:hover {
  background:#00693e;
  text-decoration: none;
  color:#ffffff;
}


.section-header__title	{
  margin-top:6.5%;
  font-size:30px;
}

.product-card__image-wrapper	{
  margin-top:-8%;
}

.photos	{
  margin-top:2%;
}

.product-card__brand,
.product-card__price {
  /*font-size: em(21);*/
  font-weight: $font-weight-bold;
  margin-top:0;
  color:#d3ad62;
}

.nutrition-table	{
  margin-top:5%;
}

.description	{
  margin-top:-3%;
}

.description h3	{
  margin-bottom:1%;
}

.return-link {
  font-size: em(28);
  margin-top:-5%;
}

.return-link:hover {
  color:#985e03;
}

span.social-sharing__title	{
  font-size:21px;
  font-weight:bold;
}

.downloads-para	{
	width: 155%;
  	margin-top: -2%;
  	margin-bottom: 5%;
}

.collection-para	{
	width: 135%;
  	margin-top: -2%;
  	margin-bottom: 5%;
}

.content-block	{				/***WRAPPER FOR ALL BLOG CONTENT - MAIN BLOG PAGE***/
  margin:0 auto;
  padding:3.5% 5% 3.5% 5%;
  margin-top:0;
  margin-bottom:0;
}

.article-content-block	{		/***WRAPPER FOR ALL BLOG CONTENT - ARTICLE PAGE***/
    margin:0 auto;
  padding:0 5% 0 5%;
  margin-bottom:0;
}

.account-content-block	{				/***WRAPPER FOR ALL ACCOUNT CONTENT***/
  	margin-top:20px;
}


.blog__title-link	{  			/***MAIN BLOG PAGE ARTICLE TITLES***/
  	color:#985e03;
  margin:1.1% 0 1% 0;
  font-size:30px;
}

.blog-title	{					/***BLOG ARTICLE HEADING***/
  margin-bottom:1.6%;
  font-weight:bold;
  font-size:22px;
}


.blog__meta	{					/***BLOG DATE - BOTH PAGES***/
  font-weight:bold;
  font-size:18px;
  margin-bottom:1%;
}

.blog-subheading 	{			/***BLOG ARTICLE SUBHEADING***/
  margin-bottom:-1%;
  margin-top:-1%;
  color:#d3ad62;
  font-weight:bold;
}

.blog-img	{					/***BLOG ARTICLE IMAGE***/
  width:100%;
  margin:15px 0 -15px 0;
  padding:0;
}

.blog-img-preview	{					/***BLOG PREVIEW IMAGE***/
  float:right;
  margin-top:-73px;
  margin-bottom:-44px;
  opacity:1;
   -o-transition:.0.35s ease-in-out;
  -ms-transition:.0.35s ease-in-out;
  -moz-transition:.0.35s ease-in-out;
  -webkit-transition:0.35s ease-in-out;
  transition:0.35s ease-in-out;
}

.blog-img-preview:hover	{					/***BLOG PREVIEW IMAGE***/
  margin-top:-73px;
  margin-bottom:-44px;
  opacity:0.74;
}

.blog-text-preview	{					/***BLOG PREVIEW TEXT***/
  float:left;
  margin:0;
  padding:0 30px 0 0;
  line-height:32px;
}

.cart__subtotal, .cart__taxes	{						/***CART PAGE SUBTOTAL & SHIPPING INFO***/
  text-align:right;
}

.cart__note	{							/***INSTRUCTIONS FOR SELLER***/
  height:112px;
}

.cart__taxes	{
  margin-top:4px;
  font-weight:bold;
  font-size:16px;
}

.cart__item-total	{
  font-weight:bold;
}

#CustomerEmail, #CustomerPassword, #CommentAuthor, #CommentEmail, #CommentBody, #FirstName, #LastName, #Email, #CreatePassword	{
  padding:10px;
}



.account-details	{
  margin-top:10px;
  margin-bottom:14px;
}

.info-bar, .info-bar-cart	{
  width:100%;
  margin:0 auto;
  position: relative;
  top:-35px;
  background-color: #D3AD62;
  height: 35px;
  text-align: center;
  vertical-align: middle;
  line-height: 35px;       
  color: white;
}

.info-bar-home	{
  width:100%;
  margin:0 auto;
  position: relative;
  top:0px;
  background-color: #D3AD62;
  height: 35px;
  text-align: center;
  vertical-align: middle;
  line-height: 35px;       
  color: white;
}
  


/*----------------RESPONSIVE CODE------------------*/

@media screen and (max-width: 1920px){
.p-white	{
	margin-bottom:-1.75%;
}
  
  
.return-link {
  margin-top: -6.5%;
}
  
  
}


@media screen and (max-width: 1680px){
.p-white	{
	margin-bottom:-2%;
}
}


@media screen and (max-width: 1500px){
	
#caption-container	{
	max-width:1160px;
	height:550px;
}

.carousel-inner {				/*------------carousel window---------------*/
  height:550px;
}

.item	{
    -webkit-background-size: 768px 550px;
    -moz-background-size: 768px 550px;
    -o-background-size: 768px 550px;
    background-size: 768px 550px;
}

.carousel .item {
  	height: 550px;
}

.slideshow1, .slideshow2, .slideshow3, .slideshow4, .slideshow5, .slideshow7 {background-size:cover;}

.slide-right	{
	top:380px;
}

#contact-text-right	{
	width:28%;
	margin-right:21%;
	margin-left:0;
}

#contact-text-left	{
	width:28%;
	margin-left:21%;
	margin-right:0;
}

#contact-text-container	{
	width:100%;
}

#footer	{
	padding-left:0;
	padding-right:0;
  text-align:center;
}
  
.return-link {
  margin-top: -8%;
}

  
  
}

@media screen and (max-width: 1440px){

#header	{
	height:320px;
}

.p-white	{
	margin-bottom:-2.5%;
}

.carousel-control {
  width: 95px;
}

.carousel-control.left {
  background-size:90%;
}

.carousel-control.left:hover {
  background-position: -7px;
}

.carousel-control.right {
    background-size:90%;
}

.carousel-control.right:hover {
  background-position: 7px;
}
  
    
.site-nav li {
    margin-left: -6px;
  	margin-right:-6px;
}
  
}


@media screen and (max-width: 1366px){
  
.return-link {
  margin-top: -8%;
} 
 
  
}



@media screen and (max-width: 1280px){
#caption-container	{
	max-width:1050px;
	height:500px;
}

#carousel-caption	{
 	width: 400px; 
}


.carousel-inner {				/*------------carousel window---------------*/
  height:500px;
}

.item	{
    -webkit-background-size: 768px 500px;
    -moz-background-size: 768px 500px;
    -o-background-size: 768px 500px;
    background-size: 768px 500px;
}

.carousel .item {
  	height: 500px;
}

.slideshow1, .slideshow2, .slideshow3, .slideshow4, .slideshow5, .slideshow7 {background-size:cover;}

.slide-right	{
	top:340px;
}


}

@media screen and (max-width: 1200px){
#caption-container	{
	height:500px;
	max-width:970px;
}

#carousel-caption	{
 	width: 365px; 
}


.carousel-inner {				/*------------carousel window---------------*/
  height:460px;
}

.item	{
    -webkit-background-size: 768px 460px;
    -moz-background-size: 768px 460px;
    -o-background-size: 768px 460px;
    background-size: 768px 460px;
}

.carousel .item {
  	height: 460px;
}

.slideshow1, .slideshow2, .slideshow3, .slideshow4, .slideshow5, .slideshow7 {background-size:cover;}

.slide-right	{
	top:315px;
}


.btn-cont	{
	bottom:20px;
}

.btn {
  font-size: 18px;
  padding: 8px 13px 8px 13px;
}

}

@media screen and (max-width: 1200px){
 
#caption-container	{
	height:500px;
	max-width:970px;
}

#carousel-caption	{
 	width: 365px; 
}


.carousel-inner {				/*------------carousel window---------------*/
  height:460px;
}

.item	{
    -webkit-background-size: 768px 460px;
    -moz-background-size: 768px 460px;
    -o-background-size: 768px 460px;
    background-size: 768px 460px;
}

.carousel .item {
  	height: 460px;
}

.slideshow1, .slideshow2, .slideshow3, .slideshow4, .slideshow5, .slideshow7 {background-size:cover;}

.slide-right	{
	top:315px;
}
  
h1{							/*--- MAIN INTRO TEXT/PARAGRAPHS ETC ---*/
	font-size: 25px;
	line-height: auto;
}

  
h4{							/*--- SECTIONS TITLES I.E. 'SHOP' 'FEATURED' ETC ---*/
	font-size: 30px;
	line-height: auto;
}
   

.section-shop, .section-feature, .section-about, .section-home, .shop-nuts, .shop-seeds, .shop-gluten-free, .shop-tomatoes, .shop-sweeteners, .shop-oils-vinegars, .shop-merch, .shop-dried-fruit, .shop-herbs	{
	padding:15px 0 0 20px;
	height:300px;
	width:32%;
}


.btn-cont	{
	bottom:20px;
}
  
.btn {
  font-size: 18px;
  padding: 8px 13px 8px 13px;
}
  
.return-link {
  margin-top: -9%;
}   
  
.cart__note	{							/***INSTRUCTIONS FOR SELLER***/
  height:104px;
}  
  
}

@media screen and (max-width: 1175px){
  
.blog-text-preview	{					/***BLOG PREVIEW TEXT***/
	line-height: unset;
  	padding:0 15px 0 0;
}
  
.blog-img-preview, .blog-img-preview:hover	{					/***BLOG PREVIEW IMAGE***/
  margin-top:-66px;
  margin-bottom:-46px;
}
  

}



@media screen and (max-width: 1024px){
#caption-container	{
	height:500px;
	max-width:900px;
}

#carousel-caption	{
 	width: 340px; 
}


.carousel-inner {				/*------------carousel window---------------*/
  height:420px;
}

.item	{
    -webkit-background-size: 768px 420px;
    -moz-background-size: 768px 420px;
    -o-background-size: 768px 420px;
    background-size: 768px 420px;
}

.carousel .item {
  	height: 420px;
}

.slideshow1, .slideshow2, .slideshow3, .slideshow4, .slideshow5, .slideshow7 {background-size:cover;}

.slide-right	{
	top:285px;
}
	
#header	{
	height:265px;
}

.section-shop, .section-feature, .section-about, .section-home, .shop-nuts, .shop-seeds, .shop-gluten-free, .shop-tomatoes, .shop-sweeteners, .shop-oils-vinegars, .shop-merch, .shop-dried-fruit, .shop-herbs	{
	padding:15px 0 0 20px;
	height:300px;
	width:32%;
}

.btn-cont	{
	bottom:20px;
}

.btn {
  font-size: 18px;
  padding: 8px 13px 8px 13px;
}

.carousel-control {
  width: 85px;
}

.carousel-control.left {
  background-size:80%;
}

.carousel-control.left:hover {
  background-position: -7px;
}

.carousel-control.right {
    background-size:80%;
}

.carousel-control.right:hover {
  background-position: 7px;
}
  
p{
	font-size: 19px;
}
  
.blog-title	{					/***BLOG ARTICLE HEADING***/
  margin-bottom:1.4%;
  font-size:21px;
}
  
.blog-text-preview	{					/***BLOG PREVIEW TEXT***/
  padding:0;
} 
  
.collection-para	{
  width:	122%;
}
   
}


@media screen and (max-width: 992px){				/*---------------- 992 PX BREAKPOINT ------------------*/
#caption-container	{
	height:500px;
	max-width:740px;
}

#carousel-caption	{
 	width: 230px; 
}

.carousel-inner {				/*------------carousel window---------------*/
  height:340px;
}

.item	{
    -webkit-background-size: 768px 340px;
    -moz-background-size: 768px 340px;
    -o-background-size: 768px 340px;
    background-size: 768px 340px;
}

.carousel .item {
  	height: 340px;
}

.slideshow1, .slideshow2, .slideshow3, .slideshow4, .slideshow5, .slideshow7 {background-size:cover;}

.slide-right	{
	top:240px;
}
	
.btn-cont	{
	bottom:20px;
}

.btn {
  font-size: 18px;
  padding: 8px 13px 8px 13px;
}

.carousel-control {
  width: 85px;
}

.carousel-control.left {
  background-size:80%;
}

.carousel-control.left:hover {
  background-position: -7px;
}

.carousel-control.right {
    background-size:80%;
}

.carousel-control.right:hover {
  background-position: 7px;
}


li{
	font-size: 15px;
}


h1{
	font-size: 23px;
	line-height: 30px;
}
  
h4{
	font-size: 23px;
	line-height: auto;
}

.section-shop, .section-feature, .section-about, .section-home, .shop-nuts, .shop-seeds, .shop-gluten-free, .shop-tomatoes, .shop-sweeteners, .shop-oils-vinegars, .shop-merch, .shop-dried-fruit, .shop-herbs  	{
	padding:10px 0 0 15px;
	height:230px;
	width:31.5%;
  
}

.btn {
  font-size: 16px;
  padding: 6px 12px 6px 12px;
  border:3px solid white;
  width:90%;
}
  
.btn-checkout, .btn-comment	{
  border:0;
}
   

#contact-text-container	{
	font-size:18px;
}

#contact-text-address	{
	font-size:15px;
}
.p-white	{
	font-size:15px;
	margin-bottom:-4%;
}

#payment-icons	{
	width:224px;
	height:32px;
} 
    
.shop-row1	{
  margin:2% 0 0 0;
}
  
.carousel-inner  {
  margin-bottom:-5px;
}
  
.blog-img-preview, .blog-img-preview:hover	{					/***BLOG PREVIEW IMAGE***/
  margin-top:10px;
  margin-bottom:20px;
  padding:0;
  width:100%;
}

.blog-text-preview	{					/***BLOG PREVIEW TEXT***/
  margin:0;
  margin-bottom:0;
  padding:0;
} 
  
.return-link {
  margin-top: -12%;
}   
  
.comments-block	{
  margin-bottom:30px;
}
  
.cart__note	{							/***INSTRUCTIONS FOR SELLER***/
  height:90px;
}
  
.collection-para	{
  width:	115%;
}  
  

}



@media screen and (max-width: 800px){
#caption-container	{
	height:500px;
	max-width:670px;
}

#carousel-caption	{
 	width: 205px; 
}


.carousel-inner {				/*------------carousel window---------------*/
  height:310px;
}

.item	{
    -webkit-background-size: 768px 310px;
    -moz-background-size: 768px 310px;
    -o-background-size: 768px 310px;
    background-size: 768px 310px;
}

.carousel .item {
  	height: 310px;
}

.slideshow1, .slideshow2, .slideshow3, .slideshow4, .slideshow5, .slideshow7 {background-size:cover;}

.slide-right	{
	top:205px;
}

.carousel-control {
  width: 75px;
}

.carousel-control.left {
  background-size:70%;
}

.carousel-control.left:hover {
  background-position: -7px;
}

.carousel-control.right {
    background-size:70%;
}

.carousel-control.right:hover {
  background-position: 7px;
}
  
.return-link {
  margin-top: -14.5%;
}
  
.downloads-para, .collection-para	{
  	margin-bottom: 0;
}
  
.collection-para	{
  width:	100%;
}    

  
}

@media screen and (max-width: 768px){
  
.article-content-block	{		/***WRAPPER FOR ALL BLOG CONTENT - ARTICLE PAGE***/
  margin:0 auto;
  padding:1% 0 1% 0;
  margin-top:20px;
  margin-bottom:0;
}

.content-block	{				/***WRAPPER FOR ALL BLOG CONTENT - MAIN BLOG PAGE***/
  margin-top:20px;
}
    
  
}

@media screen and (max-width: 767px){		/* CHANGING TO 767 FROM 768 ADJUSTS THE BOOTSTRAP BREAKPOINT*/

#caption-container	{
	max-width:640px;
}

#carousel-caption	{
	width:375px;
}

.address-col-right	{
	margin:0;
	margin-top:20px;
	padding:0;
}

.header-about	{
	background-image:url(//www.gorillafoodco.co.uk/cdn/shop/t/21/assets/about-header-tab.jpg?v=83025014579611969411498059848);
}
  
  .header-music	{
	background-image:url(//www.gorillafoodco.co.uk/cdn/shop/t/21/assets/about-music.jpg?v=61828072781731127991520197068);
}



.section-shop, .section-feature, .section-about, .section-home, .shop-nuts, .shop-seeds, .shop-gluten-free, .shop-tomatoes, .shop-sweeteners, .shop-oils-vinegars, .shop-merch, .shop-dried-fruit, .shop-herbs	{
	padding:4% 0 0 6%;
	height:95vw;
	width:100%;
}

h4{
	font-size: 5vw;
}

.btn-cont	{
	bottom:13%;
}

.btn {
  font-size: 3vw;
  padding: 2% 4% 2% 4%;
  border:4px solid white;
  width:70%;
}

#footer	{
	padding-right:0;
	padding-left:0;
	width:100%;
  text-align:center;
}

#contact-text-right	{
	margin-right:0;
	width:55%
}

#contact-text-left	{
	margin-left:0;
	width:44%
}


.p-white	{
	margin-bottom:-5%;
	margin-top:1%;
}
  
.site-header__logo {
	margin-top:-15px;
} 
  

.cart__note	{							/***INSTRUCTIONS FOR SELLER***/
  height:102px;
}
  
.btn-checkout	{
  margin-top:-25px;
}
  
  
}

@media screen and (max-width: 749px){

.breadcrumb	{
text-align:center;
    margin:-4% 0 2% 0;
}
  
.section-header__title	{
text-align:center;
  margin-top:3%;
}
  
.downloads-para, .collection-para	{
	width: 100%;
  	margin-top: 5px;  
}
  
.article-content-block	{		/***WRAPPER FOR ALL BLOG CONTENT - ARTICLE PAGE***/
  padding:15px 0 15px 0;
  margin-top:0;
}
  
.content-block	{				/***WRAPPER FOR ALL BLOG CONTENT - MAIN BLOG PAGE***/
  padding:15px 0 30px 0;
  margin-top:0;
}
  
.downloads-para, .collection-para	{
  padding-left:15px;
  padding-right:15px;
}
  
.product-card__image-wrapper, .product-card__overlay	{
  margin-top:-3%;
}

  
.product-single__title {			/***PRODUCT PAGE MAIN TITLE I.E. 'NATURAL ALMONDS WHOLE'***/
	text-align:center;
} 
  
.btn-checkout, .btn-login	{  
  border:0px;
}
  
.cart__subtotal, .cart__taxes, .cart-variant, .cart-remove	{						/***CART PAGE SUBTOTAL & SHIPPING INFO***/
  text-align:center;
}
 
.cart-remove	{
  margin-top:10px;
}

  .info-bar	{
    top: -55px;
}

  .info-bar-home	{
    top: 75px;
}

    .info-bar-cart	{
    top: -7px;
}
  
     
}

@media screen and (max-width: 680px){
	
#header	{
	height:250px;
}

.p-white	{
	margin-bottom:-6%;
	margin-top:1%;
}

#payment-icons	{
	margin-top:2.5%;
}


}

@media screen and (max-width: 568px){


#contact-text-container	{
	font-size: 16px;
	line-height: 28px;
	height:70px;
}

#contact-text-address	{
	font-size: 14px;
	line-height: 26px;
}

#social-icons	{
	height:46px;
}
  
.return-link	{
  margin-top:-16%;
}
  
.comments-block	{
  margin-bottom:10px;
}  


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

.item	{
    -webkit-background-size: 480px 300px;
    -moz-background-size: 480px 300px;
    -o-background-size: 480px 300px;
    background-size: 480px 300px;
}

.carousel .item {
  	height: 300px;
}

.slideshow1 {background:url(//www.gorillafoodco.co.uk/cdn/shop/t/21/assets/gfc-slider-mob-1.jpg?v=55284412473046346171523377528) no-repeat center top;}
.slideshow2 {background:url(//www.gorillafoodco.co.uk/cdn/shop/t/21/assets/gfc-slider-mob-2.jpg?v=95145146894060721311542920233) no-repeat center top;}
.slideshow3 {background:url(//www.gorillafoodco.co.uk/cdn/shop/t/21/assets/gfc-slider-mob-3.jpg?v=37317754436339701201520327884) no-repeat center top;}
.slideshow4 {background:url(//www.gorillafoodco.co.uk/cdn/shop/t/21/assets/gfc-slider-mob-4.jpg?v=89006765889330702381523463322) no-repeat center top;}
.slideshow5 {background:url(//www.gorillafoodco.co.uk/cdn/shop/t/21/assets/gfc-slider-mob-5.jpg?v=135441402780963247011523463314) no-repeat center top;}
.slideshow7 {background:url(//www.gorillafoodco.co.uk/cdn/shop/t/21/assets/gfc-slider-mob-7.jpg?v=12631449794347004891553680516) no-repeat center top;}



#caption-container	{
	display:none;
}
.carousel-inner {				/*------------carousel window---------------*/
  height:300px;
}

.carousel-control {
  width: 55px;
}

.carousel-control.left {
  background-size:100%;
}

.carousel-control.left:hover {
  background-position: -5px;
}

.carousel-control.right {
    background-size:100%;
}

.carousel-control.right:hover {
  background-position: 5px;
}

#carousel-caption	{					/*--------caption inner container----------*/
 	width: 400px; 
}

	
#contact-text-container	{
	width:96.75%;
	margin-top:-5px;
}


h1{
	font-size: 22px;
	line-height: 30px;
}

p{
	font-size: 16px;
	line-height: 24px;
}

.home-cont, .about-cont, .contact-cont	{
	padding:0;
}
   

.section-shop, .section-feature, .section-about, .section-home	{
	padding:4% 0 0 7%;
	height:97vw;
	width:100%;
}

h4{
	font-size: 8vw;
}

.btn-cont	{
	bottom:11%;
}

.btn {
  font-size: 4.5vw;
  padding: 3% 5% 3% 5%;
  border:3px solid white;
  width:70%;
}

#payment-icons	{
	margin-top:3%;
}

  
.return-link {
  margin-top: -15.5%;
  font-size: 5.85vw;
}
  
.section-shop, .section-feature, .section-about, .section-home, .shop-nuts, .shop-seeds, .shop-gluten-free, .shop-tomatoes, .shop-sweeteners, .shop-oils-vinegars, .shop-merch, .shop-dried-fruit, .shop-herbs	{
	padding:5.5% 0 0 6%;
}  
  
#StickNavWrapper	{
  position:fixed;
}
  
  
.blog-title	{					/***BLOG ARTICLE HEADING***/
  margin-bottom:1.6%;
  font-size:19px;
}
  
.blog-subheading 	{			/***BLOG ARTICLE SUBHEADING***/
  margin-bottom:1.5%;
  font-size:19px;
}  

  
  .info-bar, .info-bar-home, .info-bar-cart	{
    height: 37px;
    line-height:normal;
    padding: 10px 0px 10px 0px;
    font-size:14px;
}  

  .info-bar	{
   top: -40px;
}    

}

@media screen and (max-width: 375px){

.item	{
    -webkit-background-size: 375px 300px;
    -moz-background-size: 375px 300px;
    -o-background-size: 375px 300px;
    background-size: 375px 300px;
}

.carousel .item {
  	height: 300px;
}

.slideshow1 {background:url(//www.gorillafoodco.co.uk/cdn/shop/t/21/assets/gfc-slider-mob-sm-1.jpg?v=114071275272557068541523377512) no-repeat center top;}
.slideshow2 {background:url(//www.gorillafoodco.co.uk/cdn/shop/t/21/assets/gfc-slider-mob-sm-2.jpg?v=33880956540530073441542920240) no-repeat center top;}
.slideshow3 {background:url(//www.gorillafoodco.co.uk/cdn/shop/t/21/assets/gfc-slider-mob-sm-3.jpg?v=38174077770355656011520327940) no-repeat center top;}
.slideshow4 {background:url(//www.gorillafoodco.co.uk/cdn/shop/t/21/assets/gfc-slider-mob-sm-4.jpg?v=11128304204013380201523463381) no-repeat center top;}
.slideshow5 {background:url(//www.gorillafoodco.co.uk/cdn/shop/t/21/assets/gfc-slider-mob-sm-5.jpg?v=111657286729552459501523463390) no-repeat center top;}
.slideshow7 {background:url(//www.gorillafoodco.co.uk/cdn/shop/t/21/assets/gfc-slider-mob-sm-7.jpg?v=122820983984825441681553681446) no-repeat center top;}
  

#caption-container	{
	display:none;
}
.carousel-inner {				/*------------carousel window---------------*/
  height:300px;
}

.carousel-control {
	top:15px;
  width: 55px;
}

.carousel-control.left {
  background-size:100%;
}

.carousel-control.left:hover {
  background-position: -5px;
}

.carousel-control.right {
    background-size:100%;
}

.carousel-control.right:hover {
  background-position: 5px;
}

#carousel-caption	{					/*--------caption inner container----------*/
 	width: 400px; 
}

#contact-text-address	{
	font-size: 14px;
	margin-top:37px;
  line-height:16px;
}

#contact-text-container	{
	font-size: 4vw;
	line-height: 23px;
	height:65px;
}

#footer-link a:link  {
  	font-size: 4vw;
}

.p-white	{
	margin-bottom:-4%;
	margin-top:10%;
}

#social-icons	{
	height:12px;
}

h1{
	font-size: 21px;
	line-height: 29px;
}

h3	{
	font-size: 19px;
	line-height: 27px;
}
  

p{
	font-size: 16px;
	line-height: 23px;
}

li{
	font-size: 16px;
	line-height: 26px;
}

.privacy ul li {
  	font-size: 16px;
 }

#header	{
	height:200px;
}

.header-about	{
	background-image:url(//www.gorillafoodco.co.uk/cdn/shop/t/21/assets/about-header-mob-sm.jpg?v=41272642637540307901498059793);
}
  
  .header-music	{
	background-image:url(//www.gorillafoodco.co.uk/cdn/shop/t/21/assets/about-music.jpg?v=61828072781731127991520197068);
}


  

.home-cont, .about-cont, .contact-cont	{
	margin-top:-15px;
}
  
  
.breadcrumb	{
    margin:-7% 0 3% 0;
}
  
.site-header__logo img {
	height:120%;
	width:120%;
}
  
.site-header__logo {
  margin-left:-18%;
}

.return-link {
  margin-top: -24%;
  font-size: 6.1vw;
}

.description ul li{
	font-size: 4.3vw;
  	line-height:20px;
    margin-left:-6.5%;
  	font-weight:bold;
}  

.description	{
  margin-top:-7%;
}

.description h3	{
  margin-bottom:-0.5%;
}

h1{
	font-size: 21px;
	line-height: 29px;
}
  
.container h1	{
  margin-bottom:-3%;
}
  
  
  
.content-block p	{				/***WRAPPER FOR ALL BLOG CONTENT - MAIN BLOG PAGE***/
	font-size: 16px;
	line-height: 23px;

}   
  
.blog-title	{					/***BLOG ARTICLE HEADING***/
  margin-bottom:1.7%;
  font-size:18px;
}
  
.blog-subheading 	{			/***BLOG ARTICLE SUBHEADING***/
  margin:0 0 2.6% 0;
  font-size:19px;
}  
  
.blog__title-link	{  			/***MAIN BLOG PAGE ARTICLE TITLES***/
  margin:6px 0 1% 0;
  font-size:26px;
}  
  
.blog__meta	{					/***BLOG DATE - BOTH PAGES***/
  font-size:18px;
  margin-bottom:1%;
}
  
.blog-img	{					/***BLOG ARTICLE IMAGE***/
  margin:0 auto;
  width:100%;
  margin:8px 0 -22px 0;
  padding:0;
}
  
.blog-readmore	{
  font-size:19px;
}
  
.product-single__title {			/***PRODUCT PAGE MAIN TITLE I.E. 'NATURAL ALMONDS WHOLE'***/
	font-size:6.1vw;
} 
  
.article-date  {
  font-size:16px;
}
  
}


@media screen and (max-width: 355px){
#header	{
	height:175px;
}


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

.item	{
    -webkit-background-size: 320px 256px;
    -moz-background-size: 320px 256px;
    -o-background-size: 320px 256px;
    background-size: 320px 256px;
}

.carousel .item {
  	height: 256px;
}


.carousel-inner {				/*------------carousel window---------------*/
  height:256px;
}

}






