@font-face {
	font-family: 'garagegothic-boldregular';
    src: url('../fonts/garagegothicbold-webfont.eot');
    src: url('../fonts/garagegothicbold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/garagegothicbold-webfont.woff2') format('woff2'),
         url('../fonts/garagegothicbold-webfont.woff') format('woff'),
         url('../fonts/garagegothicbold-webfont.ttf') format('truetype'),
         url('../fonts/garagegothicbold-webfont.svg#garagegothic-boldregular') format('svg');
}

@font-face {
    font-family: 'garagegothic-regularregular';
    src: url('../fonts/garagegothic-regular-webfont.eot');
    src: url('../fonts/garagegothic-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/garagegothic-regular-webfont.woff2') format('woff2'),
         url('../fonts/garagegothic-regular-webfont.woff') format('woff'),
         url('../fonts/garagegothic-regular-webfont.ttf') format('truetype'),
         url('../fonts/garagegothic-regular-webfont.svg#garagegothic-regularregular') format('svg');
}

html.ie{
	overflow-x:hidden;
}

body{
	font-family: 'Archer A', 'Archer B', Arial, Helvetica, sans-serif;
font-weight: 400;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

ul{
	list-style: none;
}

a{
	text-decoration: none;
}

.homeIntro{
	min-height: 100vh;
	color: #3D3935;
	font-size: 14px;
	background-color: #8A8A8A;
}

.homeLogo{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	width: 100%;
	z-index: 100;
}

.homeElements{
	position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    text-align: center;
    z-index: 100;
}

.homeLogo .logoContainer{
	display: block;
	margin: 0 auto;
	position: relative;
}

.homeIntroSlide .homeLogo .logoContainer{
	max-width: 250px;
}

.homeLogo .logoContainer > img{
	width: 100%;
}

header{
	background-color: #FFF;

	width: 100%;

	z-index: 3000;

	position:fixed;
	top:0;

}
nav, strong{
	font-family: 'garagegothic-boldregular';
	font-size: 18px;
	letter-spacing: 2px;
}

nav.desktopNav{
	box-shadow: 1px 2px 25px rgba(0, 0, 0, 0.8);
}

h1{
	font-family: 'garagegothic-boldregular';
	font-size: 55px;
	letter-spacing: 3px;
	color: #3d3935;
	background-color: #ebefee;
	display: inline-block;
	padding: 0 12px 0 15px;
}

h2{
	font-family: 'garagegothic-boldregular';
	font-size: 85px;
	letter-spacing: 3px;
	color: #FFF;
}

h3{
	font-family: 'garagegothic-boldregular';
	font-size: 45px;
	letter-spacing: 3px;
	color: #9DAEAB;
}

.desktopNav > ul{
	text-align: center;
	text-transform: uppercase;
	max-width: 990px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.desktopNav > ul > li{
	display: inline-block;
	margin: 0 1px;
	position: relative;
	padding:15px 7px;
}

.desktopWrapper{
	margin: 0 auto;
	text-align: center;
}

h1, h2, h3, strong, button{
	text-transform: uppercase;
}

.signUp{
	background-color: #FFF;
	position: relative;
	margin: 0 20px;
	padding: 5px 20px 0 20px;
}

.signUp input{
	background-color: #FFF8E8;
	border: none;
	height: 30px;
	padding: 10px;
	box-sizing: border-box;
}

.signUp button{
	background-color: #3D3935;
	border: none;
	color: #FFF;
	height: 30px;
	box-sizing: border-box;
	border-radius: 6px;
}

.signUp span.topRibbon{
	position: absolute;
	background-color: #FFB71B;
	height: 40px;
	width: 100%;
	top: 1px;
	z-index: 100;
	left: 0;
}

.signUp span.topRibbon .ribbonLeft{
	position: absolute;
	left: -20px;
}

.signUp span.topRibbon .ribbonRight{
	position: absolute;
	right: -20px;
}

.signUp span.bottomRibbon{
	position: absolute;
	background-color: #FFB71B;
	height: 40px;
	width: 160px;
	bottom: 20px;
	z-index: 100;
	right: 0;
}

.signUp span.bottomRibbon .ribbonLeft{
	position: absolute;
	left: -15px;
}

.signUp span.bottomRibbon .ribbonRight{
	position: absolute;
	right: -20px;
	bottom: 0;
}

.historicCornwallContent{
	background: #FFF;
	margin: 0 auto;
	box-sizing: border-box;
	width: 100%;
	padding: 75px 75px 90px 75px;
	position: relative;
	text-align: left;
}

.historicCornwallContent .topBorder{
	background-image: url("http://westcornwallpasty.93ft.com/css/../images/invertedCurveTop.png");
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	top: -9px;
	left: 0;
	height: 9px;
	width: 100%;
}

.historicCornwallContent .bottomBorder{
	background-image: url("http://westcornwallpasty.93ft.com/css/../images/invertedCurveBottom.png");
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	bottom: -9px;
	left: 0;
	height: 9px;
	width: 100%;
}

.intro strong{
	margin-top: 20px;
	display: block;
	letter-spacing: 1px;
}

.logo{
	margin: 70px 0;
	display: inline-block;
}

.homeIntro .tag{
	display: inline-block;
	background-color: #FFF;
	font-size: 16px;
	max-width: 160px;
	height: 35px;
}

.homeIntro .tag .corner.left{
  left: -19px;
}

.homeIntro .tag .corner.right{
  right: -19px;
}

nav a{
	cursor: pointer;
}

nav.desktopNav a{
	color: #3D3935;
	padding-left: 2px;
}

nav.desktopNav a:hover{
	border-bottom: 2px solid #3D3935;
}

nav.desktopNav a{
	color: #3D3935;
	padding-left: 2px;
}

nav.desktopNav ul > li > ul > li a{
	color: #FFF;
}

nav.desktopNav ul > li > ul > li a:hover{
	border: none;
}

.menuNavItem{
	color: #9E9C9A !important;
}

.container{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
	padding: 0 20px 0 20px;
	box-sizing: border-box;
}

hr{
	background-color: #9DB0AC;
	height: 1px;
	max-width: 120px;
	width: 100%;
	margin: 25px auto;
	border: none;
}

.introText{
	padding: 0 80px;
}

.dotted{
	background-image: url('../images/icons/dotted.png');
	background-repeat: repeat-x;
	background-position: center left;
	padding: 35px 0 30px 0;
}

.dotted h3{
	display: inline-block;
	padding: 0 12px 0 15px;
	background-color: #FFF;
}

.offerTag.tag{
	display: block;
	color: #FFF;
	font-size: 35px;
	max-width: 200px;
	margin: 20px auto;
}

.offers li{
	display: inline-block;
	max-width: 320px;
	margin: 45px 1% 0 1%;
	width: 32%;
	vertical-align: top;
}

.homeOffers li{
	display: inline-block;
	max-width: 320px;
	margin: 45px 1% 0 1%;
	width: 32%;
	vertical-align: top;
}

.offers li:nth-child(3n){
	margin-right: 0;
}

.homeOffers li:nth-child(3n){
	margin-right: 0;
}

.offers li:nth-child(3n+1){
	margin-left: 0;
}

.homeOffers li:nth-child(3n+1){
	margin-left: 0;
}

.offers li > span{
	font-family: 'Archer A', 'Archer B';
font-weight: 700;
	font-size: 16px;
	display: block;
	color: #9e9c9a;
	margin-bottom: 15px;
}

.homeOffers li > span{
	font-family: 'Archer A', 'Archer B';
font-weight: 700;
	font-size: 16px;
	display: block;
	color: #9e9c9a;
	margin-bottom: 15px;
}

.offers li > a{
	font-family: 'Archer A', 'Archer B';
font-weight: 800;
	font-size: 12px;
	text-transform: uppercase;
	color: #3c3834;
	padding: 10px 15px;
	border: 1px solid #3c3834;
	display: inline-block;
	min-width: 77px;
	border-radius: 5px;
}

.homeOffers li > a{
	font-family: 'Archer A', 'Archer B';
font-weight: 800;
	font-size: 12px;
	text-transform: uppercase;
	color: #3c3834;
	padding: 10px 15px;
	border: 1px solid #3c3834;
	display: inline-block;
	min-width: 77px;
	border-radius: 5px;
}

.offers li img {
	z-index: 20;
	position: relative;
	width: 100%;
	max-width: 250px;
}

.homeOffers li img{
	z-index: 20;
	position: relative;
	width: 100%;
}

.offerIntro{
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
}

.historicCornwallWrapper{
	background-image: url('../images/historic_cornwall_bg.gif');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	font-size: 14px;
}

.offersPage .offers:last-child{
	margin-bottom: 30px;
}

.historicCornwall h3{
	color: #7E2F34;
	margin-bottom: 50px;
}

.historicCornwallIntro{
	font-family: 'Archer A', 'Archer B';
font-weight: 800;
	margin-bottom: 20px;
}

.home{
	color: #3C3834;
	font-size: 16px;
	margin-top:150px;
}

.desktopWrapper.historicCornwall{
	padding: 60px 0 90px 0;
}

.historicCornwallLogo{
	position: absolute;
	left: 50%;
	margin-left: -58px;
	bottom: -65px;
	z-index: 2;
}

img.historicmineshaft {
	position: absolute;
	top: -75px;
	left: 0;
	z-index: 2;
}

img.historicPasty {
	position: absolute;
	left: 25px;
	top: 315px;
	z-index: 3;
}

img.historicHandPasty {
	position: absolute;
	right: -100px;
	z-index: 1;
	top: 280px;
}

.tag{
    position:relative;
    height:50px;
    max-width:200px;
    width:100%;
    margin:0 auto;
    text-align:center;
    font-family: 'garagegothic-boldregular';
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.comingSoon{
	background-color: #7E2F34;
    color: #FFF;
    margin-bottom:40px;
}
.comingSoon .topLeft {
    border-color: transparent #7E2F34 transparent transparent;
}
.comingSoon .bottomLeft {
    border-color: transparent transparent #7E2F34 transparent;
}
.comingSoon .topRight {
    border-color: #7E2F34 transparent transparent transparent;
}
.comingSoon .bottomRight {
    border-color: transparent transparent transparent #7E2F34;
}

.corner{
    position:absolute;
    width:0;
    height:0;
    border-style:solid;
}

.corner.top{
    top:0;
}

.corner.bottom{
    bottom:0;
}

.corner.left{
    left:-20px;
}

.corner.right{
    right:-20px;
}

.topLeft{
    border-width: 0 20px 30px 0;
    border-top-left-radius:3px;
    border-color: transparent #FFF transparent transparent;
}

.bottomLeft{
    width: 0;
    border-width: 0 0 30px 20px;
    border-bottom-left-radius:3px;
    border-color: transparent transparent #FFF transparent;
}

.topRight{
    border-width: 30px 20px 0 0;
    border-top-right-radius:3px;
    border-color: #FFF transparent transparent transparent;
}

.bottomRight{
    border-width: 30px 0 0 20px;
    border-bottom-right-radius:3px;
    border-color: transparent transparent transparent #FFF;
}

.offerTag .topLeft{
    border-color: transparent #9DAEAB transparent transparent;
}

.offerTag .bottomLeft{
    border-color: transparent transparent #9DAEAB transparent;
}

.offerTag .topRight{
    border-color: #9DAEAB transparent transparent transparent;
}

.offerTag .bottomRight{
    border-color: transparent transparent transparent #9DAEAB;
}

.ourRootsTag .topLeft{
    border-color: transparent #7E2F34 transparent transparent;
}

.ourRootsTag .bottomLeft{
    border-color: transparent transparent #7E2F34 transparent;
}

.ourRootsTag .topRight{
    border-color: #7E2F34 transparent transparent transparent;
}

.ourRootsTag .bottomRight{
    border-color: transparent transparent transparent #7E2F34;
}

/* 2nd triangle border */
.menuTag .topLeft:after, .menuTag .topRight:after, .menuTag .bottomLeft:after, .menuTag .bottomRight:after{
    content:"";
    position:absolute;
    width:0;
    height:0;
    border-style:solid;
    z-index:-1;
}

.menuTag .topLeft:after{
    left:-2px;
    top:-1px;
    border-width: 0 20px 30px 0;
    border-color: transparent #23201F transparent transparent;
    border-top-left-radius:3px;
}

.menuTag .topRight:after{
    left:-100%;
    bottom:-100%;
    margin-bottom:1px;
    margin-left:2px;
    border-width: 30px 20px 0 0;
    border-color: #23201F transparent transparent transparent;
    border-top-right-radius:0px;
}

.menuTag .bottomLeft:after{
    right:-100%;
    top:100%;
    margin-top:1px;
    margin-right:2px;
    border-width: 0 0 30px 20px;
    border-color: transparent transparent #23201F transparent;
    border-bottom-left-radius:3px;
}

.menuTag .bottomRight:after{
    right:-2px;
    bottom:-1px;
    border-width: 30px 0 0 20px;
    border-color: transparent transparent transparent #23201F;
    border-bottom-right-radius:3px;
}

.menuTag .corner.left{
	left: -19px;
}

.menuTag .corner.right{
	right: -19px;
}

.innerTag{
    position:absolute;
    transform:translate(-50%,-50%);
    top:50%;
    left:50%;
    width: 100%;
}

.menuTag.tag{
	border: 1px solid #23201F;
	margin-top: 10px;
}

.offerTag.tag{
	background-color: #9DAEAB;
}

.storeList{
    font-size: 12px;
    padding-bottom: 60px;
    color: #777471;
    display: inline-block;
    vertical-align: top;
    width: 50%;
}

.storeList ul{
	display: inline-block;
	vertical-align: top;
	width: 50%;
}

.storeList li{
	text-align: left;
	margin: 0 15px 20px 15px;
	display: block;
	max-width: 200px;
}

.storeList li span{
	font-family: Helvetica;
	font-weight: bold;
	text-transform: uppercase;
}

.storeList .storeAddress{
	font-family: 'Archer A', 'Archer B';
font-weight: 500;
}

.offerImageContainer{
	position: relative;
}

.homeOfferImageContainer{
	position: relative;
	overflow: hidden;
	font-size: 0;
}

.offerShadow{
	background-image: url('../images/offer_shadow.png');
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	max-width: 320px;
	height: 28px;
	z-index: 10;
	bottom: -8px;
	left: 0;
	width: 100%;
}

footer{
	text-align: center;
	padding: 100px 0 45px 0;
	font-size: 12px;
	color: #8B8886;
	background-color: #ebefee;
}
footer.simple{
	background-color:transparent;
	background-image:url('../images/footer-simple.png');
	background-repeat:repeat-x;
	background-position:top left;
	padding: 75px 0 40px 0;
	color:inherit;
}
footer.simple a{
	color:inherit;
}

footer p{
	margin-top: 30px;
	font-size: 11px;
}

.ourShopsSlide{
	background-color: #E7EBEA;
}

.mobileNav{
	display: none;
}

#toggle_menu{
	padding: 11px 11px 11px 30px;
	background: #FFF;
	box-sizing: border-box;
	z-index: 2000;
	position: absolute;
	width: 100%;
	top: 0;
	box-shadow: 1px 2px 25px rgba(0, 0, 0, 0.8);
}

#toggle_menu a{
	display: inline-block;
}

#toggle_menu img{
	position: relative;
	top: 2px;
}

#mobile_menu{
	text-align: center;
	padding: 20px 30px 20px 30px;
	box-sizing: border-box;
	position: absolute;
	width: 100%;
	background: #FFF;
	top: -300px;
	z-index: 10;
	transition: all 0.75s ease;
}

#mobile_menu ul li{
	padding: 15px 0;
	border-bottom: 1px solid #9e9b9a;
	text-transform: uppercase;
}

#mobile_menu.open{
	top: 60px;
}

#overlay{
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	z-index: 500;
	display: none;
}

.historicCornwallWrapper .tag{
	background-color: #7E2F34;
	color: #FFF;
	position: absolute;
	top: -33px;
	z-index: 100;
	left: 50%;
	transform: translate(-50%, 0);
}

.historicCornwallWrapper .topLeft{
    border-color: transparent #7E2F34 transparent transparent;
}

.historicCornwallWrapper .bottomLeft{
    border-color: transparent transparent #7E2F34 transparent;
}

.historicCornwallWrapper .topRight{
    border-color: #7E2F34 transparent transparent transparent;
}

.historicCornwallWrapper .bottomRight{
    border-color: transparent transparent transparent #7E2F34;
}

.station{
	text-transform: capitalize !important;
}

.mobileSlide{
	background-image: url('../images/bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	min-height: 100vh;
	display: none;
}

.mobileLogoCrest{
	width: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.mobileLogoCrest img{
	width: 100%;
}

iframe{
	width: 100%;
	border: none;
	position: relative;
	z-index: 200;
	max-height: calc(100vh - 285px);
}

.offers li.smallOffer img{
	max-width: 220px;
}

#mobile_menu .social{
	border-bottom: none;
	padding: 15px 0 0 0;
}

#mobile_menu .social a{
	display: inline-block;
	margin: 0 5px;
}

#mobile_menu .social a img{
	width: 40px;
}

.headerTop{
	min-height: 100px;
	background-color: #9CAFAB;
	position: relative;
}

.flexslider {
	margin: 0;
	padding: 0;

}

.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}

.flexslider .slides img {
	width: 100%;
	display: block;
}

.flex-pauseplay span {
	text-transform: capitalize;
}

.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility:
	hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .slides {
	display: block;
}

* html .slides {
	height: 1%;
}

.no-js .slides > li:first-child {
	display: block;
}

.slideshow{
	background-color: #ebefee;
	padding-bottom: 45px;
	padding-top: 195px;
}

.slideshow.homeSlideshow{
	padding-top:45px;
}

.slideshow .flexSlider{
	max-width: 1280px;
	margin: 0 auto;
	width: 100%;
	position: relative;
}

.slideshow .flexSlider img{
	width: 100%;
}

.flex-direction-nav{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.flex-direction-nav li a{
	background-repeat: no-repeat;
	width: 27px;
	height: 59px;
	position: absolute;
	transform: translate(0, -50%);
	top: 50%;
	z-index: 100;
}

.flex-prev{
	background-image: url('../images/icons/slideshow_prev.png');
	left: 5%;
	background-position: 0 0;
}

.flex-next{
	background-image: url('../images/icons/slideshow_next.png');
	right: 5%;
	background-position: 0 0;
}

.flex-prev:hover, .flex-next:hover{
	background-position: 0 -59px;
}

.flex-control-nav{
	position: absolute;
	left: 50%;
	bottom: -35px;
	transform: translate(-50%, 0);
}

.flex-control-nav li{
	display: inline-block;
	margin: 0 8px;
}

.flex-control-nav li a {
	color: rgba(0,0,0,0);
	height: 8px;
	width: 8px;
	display: block;
	border-radius: 6px;
	border: 2px solid #3C3834;
	cursor: pointer;
}

.flex-control-nav li a.flex-active {
	background-color: #3C3834;
}

.headerTitle{
	display: inline-block;
	left: 50%;
	position: relative;
	transform: translate(-50%, 0);
	font-size: 0;
}

.headerTitle img{
	height:49px;
}

.stickyHeader{
	top: 0;
	bottom: auto;
	position: fixed;
}

/* iPad fixes August 2016 */
.ipad.index .stickyHeader, .ipad.index- .stickyHeader{
	top:auto;
	bottom:-150px;
	position:absolute;
}
.ipad .stickyHeader{
	top:0;
	bottom:auto;
	position:absolute;
}
.ipad .desktopNav > ul > li{
	padding:15px 3px 15px 4px;
}
.ipad .desktopNav > ul > li > a{
	font-size:14px;
}
.ipad .homeSlideshow{
	padding-top:93px;
}
/* end iPad fizes */

.homeTheBite{
	background-color: #ebefee;
}

.homeTheBite .dotted h3, .homeTheSocial .dotted h3{
	background-color: #ebefee;
}

.homeOffers{
	padding-bottom: 40px;
}

.footerTop{
	margin-bottom: 90px;
}

.footerTop > ul > li{
	display: inline-block;
	text-align: left;
	width: 15%;
	margin-right: 2%;
	vertical-align: top;
}

.footerTop > ul > li:last-child{
	margin-right: 0;
}

.footerTop > ul > li > a{
	font-family: 'garagegothic-boldregular';
	font-size: 16px;
	letter-spacing: 3px;
	text-transform: uppercase;
	display: block;
	padding-bottom: 10px;
	border-bottom: 1px solid #3d3935;
	color: #3d3935;
	margin-bottom: 5px;
}

.footerTop > ul > li > ul > li > a{
	color: #3d3935;
	font-size: 11px;
	font-family: 'Archer A', 'Archer B';font-weight: 500;
}

.footerTop > ul > li > ul > li > a:hover{
	text-decoration: underline;
}

.footerTop > ul > li > ul > li{
	margin: 5px 0;
}

.homeTheSocial{
	background-color: #ebefee;
}

.headerTopContainer{
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 0;
	width: 100%;
	max-width: 960px;
}

.footerBottom .tag{
	color: #3c3834;
	font-size: 20px;
	background-color: #FFF;
}

.footerBottom .topLeft{
    border-color: transparent #FFF transparent transparent;
}

.footerBottom .bottomLeft{
    border-color: transparent transparent #FFF transparent;
}

.footerBottom .topRight{
    border-color: #FFF transparent transparent transparent;
}

.footerBottom .bottomRight{
    border-color: transparent transparent transparent #FFF;
}

.footerBottom .innerTagLeft{
	top: 50%;
	left: 16px;
	position: absolute;
	transform: translate(0, -50%);
}

.footerBottom .innerTagRight{
	top: 50%;
	right: 16px;
	position: absolute;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.footerBottomContainer .footerSocial a{
	margin: 0 5px;
}

.footerBottomContainer .footerSocial{
	margin-bottom: 20px;
}

.socialFeed{
	margin: 30px 0 20px 0;
}

.socialFeed li{
	display: inline-block;
	font-size: 0;
	vertical-align: top;
	max-width: 160px;
}

.socialFeed img{
	width: 100%;
}

.socialLinks li{
	display: inline-block;
	vertical-align: top;
	width: 31%;
	font-family: 'Archer A', 'Archer B';
font-weight: 700;
	font-size: 16px;
}

.socialLinks li:first-child{
	margin-right: 3%;
}

.socialLinks li:last-child{
	margin-left: 3%;
}

.socialLinks a{
	color: #3C3834;
}

.socialLinks a div{
	font-family: 'garagegothic-boldregular';
	font-size: 32px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 12px;
	box-sizing: border-box;
	border: 1px solid #3C3834;
	margin-bottom: 15px;
	-webkit-font-smoothing: auto;
}

.dotted.light h1, .dashed.light h1{
	background-color: #FFF;
}

.dashed{
	background-image: url('../images/icons/dashed.gif');
	background-repeat: repeat-x;
	background-position: center center;
	padding: 35px 0 30px 0;
}

table.menu{
	font-family: 'garagegothic-boldregular';
	font-size: 39px;
	letter-spacing: 1px;
	width: 100%;
	color: #23201F;
}

table.menu tr{
	border-bottom: 1px solid #232120;
}

table.menu tr td{
	padding: 5px 0 2px 0;
	text-align: right;
}

table.menu tr td:first-child{
	text-align: left;
	text-transform: uppercase;
}

table.menu.twocolumn{
	width: 48%;
	float: left;
}

table.menu.twocolumn:nth-child(even){
	float: right;
}

.clear{
	clear: both;
}

.disclaimer{
	margin-bottom:100px;
}

.theMenuContent .offers.last{
	margin-bottom: 50px;
}

.slateTag.tag, .theMenuContent .offerTag.tag{
	font-size: 32px;
}

table.menu tr td .vegetarian{
	background-color: #90EE90;
	height: 30px;
	width: 30px;
	display: inline-block;
	border-radius: 20px;
	margin: 0 5px;
	position: relative;
}

table.menu tr td .vegetarian span{
	font-family: 'Archer A', 'Archer B';
font-weight: 800;
	text-transform: lowercase;
	font-size: 26px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	margin-top: -2px;
}

table.menu tr.hasSubText{
	border: none;
}

/* SOCIAL */
.socialFeedContent {
	position: relative;
	overflow: hidden;
	margin: 40px auto;
	padding: 0;
	text-align: left;
	min-height: 600px;
}
.feed {
	position: relative;
	*zoom: 1;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
}
.feed:before, .feed:after {
	display: table;
	content: "";
	line-height: 0;
}
.feed:after {
	clear: both;
}
.feed li {
	max-width: 225px;
	max-height: 225px;
	width: 25%;
	margin: 7px;
	padding: 0;
	display: inline-block;
	position: relative;
	vertical-align: top;
	overflow: hidden;
}
.feed li a div.theImage{
	width:272px;
	height:272px;
	background-size:cover;
	background-position:center center;
}
.feed li a:hover div.rollover{
	opacity:1;
}
.feed li a div.rollover{
	position:absolute;
	top:0;
	left:0;
	background:rgba(0,0,0,0.75);
	width:100%;
	height:100%;
	opacity:0;
	transition:opacity 0.4s ease;
	color:#fff;
	text-align:center;
}
.feed li a div.rollover .rolloverInner{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	width:80%;
	max-height:95%;
}
.feed li a div.rollover .rolloverInner .feedIcon{
	width:30px;
	height:30px;
	margin:0 auto;
	display:block;
	padding:0;
}
.feed li a div.rollover .rolloverInner .feedName{
	font-size:18px;
	display:block;
	margin:5px 0;
}
.feed li a div.rollover .rolloverInner .feedText p{
	font-size:13px;
	line-height:18px;
}

/* mini feed */
.socialSpace .miniFeed{
	position: relative;
	overflow: hidden;
	margin: 25px auto 0;
	padding: 0;
	text-align: left;
	font-size: 0;
}

.feedLoader{
	position: absolute;
	text-align: center;
	width: 100%;
	max-width: 960px;
	margin-top: 160px;
}
.feedLoader p{
	margin-top:10px;
}

.feedIntro{
	padding:20px 5px;
	text-align:center;
}
.feedIntro a{
	text-decoration:underline;
}


.historicCornwallWrapper .container{
	padding: 30px 30px 100px 30px;
}

.homeOffers li p{
	margin: 10px 0;
	display: inline-block;
	text-align: left;
}

.ourRootsContent .container{
	max-width: 980px;
}

.ourRootsContent .dotted{
	margin: 0 20px;
}

.ourRootsTag{
	background-color: #7E2F34;
	color: #FFF;
	font-size: 32px;
	margin: 20px auto;
}

.historicCornwall .dotted{
	background-image: url("../images/icons/dotted_hc.png");
}

.dotted.transparent{
	background-image: none;
	margin-bottom: 50px;
}

.dotted.transparent h1{
	background-color: transparent;
}

.dotted.transparent .splitDotted{
	background-image: url("http://wcpc.93ft.com/css/../images/icons/dotted.png");
	width: 34%;
	height: 40px;
	background-repeat: repeat-x;
	background-position: center left;
	display: inline-block;
}

.historicCornwallBottom{
	background-image: url("../images/historic_cornwall_bottom_bg.jpg");
	background-repeat: no-repeat;
	width: 100%;
	height: 95px;
	background-size: cover;
	margin-top: 90px;
}

.offersPageContent .offers li > span{
	text-transform: uppercase;
	font-size: 12px;
}

#map{
	width: 100%;
	height: 500px;
	border: 20px solid #FFF;
	box-sizing: border-box;
}

.mapControls{
	margin: 20px 0;
	padding: 20px;
	text-align: left;
	background-color: #FFF;
	overflow: hidden;
	width: 100%;
	box-sizing: border-box;
}

.mapControls input#addressInput{
	min-width: 440px;
	height: 40px;
	padding: 0 15px;
	box-sizing: border-box;
	border: 1px solid #9e9c9a;
	font-family: Georgia;
	font-size: 16px
}

.visitUsContent{
	background-color: #ebefee;
}

.visitUsContent .container{
	padding: 25px 30px 0 30px;
}

#storeLocatorResults{
	color: #3C3834;
}

#storeLocatorResults .storeLocatorItem > div{
	display: inline-block;
	width: 31%;
	height: 100%;
	overflow: hidden;
	position: relative;
	margin: 0 1%;
	vertical-align: top;
}

.storeLocatorItem{
	height: 180px;
	padding: 20px;
	background-color: #FFF;
}

.storeLocatorItem .distance span{
	font-family: Helvetica;
	font-weight: bold;
	text-transform: uppercase;
	color: #9CAFAB;
	position: absolute;
	left: 0;
	top: 0;
	text-align: left;
	font-size: 14px;
}

.storeLocatorItem .distance img{
	position: absolute;
	top: 0;
	right: 0;
}

.storeLocatorItem .info{
	border-right: 1px solid #949494;
}

.storeLocatorItem .info .address{
	width: 80%;
	text-align: left;
	font-family: 'Archer A', 'Archer B';
font-weight: 500;
	font-size: 14px;
}

.storeLocatorItem .openingTimes{
	text-align: left;
}

.storeLocatorItem .info .address span, .openingTimes span{
	font-family: Helvetica;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	margin-bottom: 5px;
	font-size: 14px;
}

.openingTimes table{
	width: 220px;
	font-family: 'Archer A', 'Archer B';
font-weight: 500;
	font-size: 14px;
}

.openingTimes tr:nth-child(odd){
	background-color: #f5f7f7;
}

.openingTimes td:first-child{
	float: left;
	width: 50%;
}

.openingTimes td{
	padding: 2px 4px;
	float: right;
	width: 50%;
	box-sizing: border-box;
}

.mapShadow{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.3);
	z-index: 1000;
}

.storeLocatorItem .info > a{
	background-color: #9db0ac;
	font-family: Helvetica;
	text-transform: uppercase;
	font-size: 12px;
	padding: 8px 14px;
	border-radius: 5px;
	color: #FFF;
	font-weight: bold;
	margin-top: 20px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.mapControlsContainer{
	position: relative;
	display: inline-block;
	float: right;
}

.mapControlsContainer button{
	position: absolute;
	height: 23px;
	width: 23px;
	top: 50%;
	right: 10px;
	transform: translate(0, -50%);
	background-image: url('../images/icons/search.png');
	background-repeat: no-repeat;
	background-color: transparent;
	border: 0;
	cursor: pointer;
}

.mapControls .noLuck{
	display: inline-block;
	margin-left: 20px;
	color: #9e9c9a;
	font-family: Georgia;
	font-size: 16px
}

.mapControls .noLuck a{
	color: #9e9c9a;
	text-decoration: underline;
}

.visitUsControls{
	float: left;
}

.visitUsControls .visitUsButton{
	text-transform: uppercase;
	background: transparent;
	padding: 9px 30px;
	border: 1px solid #666461;
	font-family: 'garagegothic-boldregular';
	font-size: 21px;
	min-width: 146px;
	box-sizing: border-box;
	color: #3d3935;
	text-align: center;
	display: inline-block;
	height: 40px;
	cursor: pointer;
}

.visitUsControls .visitUsButton:last-child{
	margin-left: 20px;
}

.visitUsControls .visitUsButton.active, .visitUsControls .visitUsButton:hover{
	border: 1px solid transparent;
	background-color: #9db0ac;
}

.theMenu .dashed h1{
	color: #9cafab;
}

nav.desktopNav .login a{
	color: #cf122d;
}

nav.desktopNav .login a:hover{
	border-bottom: 2px solid #cf122d;
}

.desktopNav ul > li > ul{
	display: none;
	min-width: 130px;
	position: absolute;
	background: rgba(60, 56, 52, 0.85);
	padding: 0 18px;
	border-radius: 5px;
	top: 74px;
	padding-top:1px;
	left: 50%;
	transform: translate(-50%, 0);
}

.desktopNav ul div.triangleHolder{
	display: block;
	position: absolute;
	width: 100%;
	background: none;
	height: 20px;
	top: -24px;
	left: 0;
	padding-top: 4px;
	background-image: url("../images/icons/nav_menu_triangle.png");
	background-repeat: no-repeat;
	background-position: center bottom;
}

.desktopNav ul > li:hover > ul{
	display: block;
}

.desktopNav ul > li > ul > li{
	padding: 12px 0;
	border-bottom: 1px solid #FFF;
}

.desktopNav ul > li > ul > li:first-child{
	padding-top:1px;
}

.desktopNav ul > li > ul > li:last-child{
	border-bottom: none;
}

.menu .bracketText{
	font-size: 18px;
	text-transform: uppercase;
	font-family: 'Archer A', 'Archer B';
font-weight: 800;
	display: inline-block;
	margin: 0 4px;
	padding-bottom: 3px;
	overflow: hidden;
}

.menu .subText{
	font-size: 18px;
	text-transform: uppercase;
	font-family: 'Archer A', 'Archer B';
font-weight: 800;
}

.hidden{
	display: none;
}

.menuSelect li{
	display: inline-block;
	max-width: 320px;
	margin: 0;
	width: 33%;
	vertical-align: top;
	cursor: pointer;
}

.menuSelect .selected .menuTag.tag, .menuSelect li:hover .menuTag.tag{
	background: #3c3834;
	color: #FFF;
}

.menuSelect .selected .menuTag.tag .topLeft, .menuSelect li:hover .menuTag.tag .topLeft{
    border-color: transparent #3c3834 transparent transparent;
}

.menuSelect .selected .menuTag.tag .bottomLeft, .menuSelect li:hover .menuTag.tag .bottomLeft{
    border-color: transparent transparent #3c3834 transparent;
}

.menuSelect .selected .menuTag.tag .topRight, .menuSelect li:hover .menuTag.tag .topRight{
    border-color: #3c3834 transparent transparent transparent;
}

.menuSelect .selected .menuTag.tag .bottomRight, .menuSelect li:hover .menuTag.tag .bottomRight{
    border-color: transparent transparent transparent #3c3834;
}

.menuHolder{
	margin-bottom: 100px;
}

.offerRollover{
	position: absolute;
	background-color: rgba(0,0,0,0.65);
	top: 100%;
	height: 100%;
	transition: top 0.4s ease;
	z-index: 100;
	left: 0;
	right: 0;
}

.homeOffers li:hover .offerRollover{
	top: 0
}

.homeOffers li .offerRollover p{
	margin: 20px;
	color: #FFF;
	font-size: 16px;
	font-family: 'Archer A', 'Archer B';font-weight: 500;
}

.homeOffers li .offerRollover a{
	color: #FFF;
	text-transform: uppercase;
	padding: 10px;
	border: 1px solid #FFF;
	border-radius: 5px;
	font-size: 12px;
	min-width: 90px;
	font-family: 'Archer A', 'Archer B';
font-weight: 800;
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translate(-50%,0);
}

.menuSelect{
	margin-bottom: 80px;
}

#nav_dropdown{
	max-height: 0;
	width: auto;
	transition: max-height 0.7s;
	position: absolute;
	top: 100%;
	left: 50%;
	overflow: hidden;
	transform: translate(-50%,0);
	z-index: -1;
	max-width: 940px;
	width: 100%;
}

#nav_dropdown_wrapper{
	padding: 60px 80px 80px 80px;
}

#nav_dropdown.open{
	max-height: 1000px;
}

#nav_dropdown .tag{
	background-color: #3c3834;
	color: #FFF;
	border-left: 1px solid #3c3834;
	border-right: 1px solid #3c3834;
	font-size: 32px;
}

#nav_dropdown .topLeft{
    border-color: transparent #3c3834 transparent transparent;
}

#nav_dropdown .bottomLeft{
    border-color: transparent transparent #3c3834 transparent;
}

#nav_dropdown .topRight{
    border-color: #3c3834 transparent transparent transparent;
}

#nav_dropdown .bottomRight{
    border-color: transparent transparent transparent #3c3834;
}

#nav_dropdown p{
	max-width: 500px;
	text-align: center;
	margin: 20px auto;
	font-size: 16px;
	color: #3c3834;
	font-family: 'Archer A', 'Archer B';font-weight: 500;
}

h4{
	font-family: 'garagegothic-boldregular';
	font-size: 28px;
	letter-spacing: 1px;
	color: #23201f;
}

#nav_dropdown .formTitle{
	width: 100%;
	border-bottom: 1px solid #23201f;
	text-align: center;
	padding: 12px 0;
	text-transform: uppercase;
}

#nav_dropdown form .formCol{
	width: 50%;
	box-sizing: border-box;
}

#nav_dropdown form label{
	width: 100%;
	font-family: 'Archer A', 'Archer B';font-weight: 500;
	font-size: 14px;
	margin: 6px 0 3px 0;
	display: inline-block;
}
#nav_dropdown form{
	margin: 15px 0 0 0;
	overflow: hidden;
	position: relative;
}

#nav_dropdown form input[type="text"], #nav_dropdown form select{
	height: 30px;
	box-sizing: border-box;
	width: 100%;
	border: none;
}

#nav_dropdown form input[type="text"]{
	padding: 0 10px;
}

#nav_dropdown form select{
	padding: 0 0 0 10px;
}

#nav_dropdown form textarea{
	width: 100%;
	border: none;
	height: 195px;
	display: block;
	padding: 10px;
	box-sizing: border-box;
}

#nav_dropdown form button{
	font-family: 'Archer A', 'Archer B';
font-weight: 800;
	font-size: 12px;
	background: none;
	border: 1px solid #23201F;
	border-radius: 4px;
	padding: 6px;
	min-width: 110px;
	cursor: pointer;
}

#nav_dropdown form button:hover{
	background: #23201F;
	color: #FFF;
}

#nav_dropdown form .formCol1{
	float: left;
	padding-right: 10px;
}

#nav_dropdown form .formCol2{
	float: right;
	padding-left: 10px;
}

.closeNavDropdown{
	background: #FFF;
	height: 40px;
	width: 40px;
	right: 20px;
	bottom: 20px;
	position: absolute;
	border-radius: 20px;
}

input[type=checkbox]:not(.compCheckbox){
	position:absolute;
	z-index:-1000;
	left:-1000px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height:1px; width:1px;
	margin:-1px;
	padding:0;
	border:0;
}

input[type=checkbox] + label.checkboxLabel {
	padding-left:35px;
	height:30px;
	display:inline-block;
	background-repeat:no-repeat;
	background-position: 0 0;
	vertical-align:middle;
	cursor:pointer;
	line-height: 28px;
}

input[type=checkbox]:not(.compCheckbox):checked + label{
	background-position: 0 -30px;
}

label.checkboxLabel {
	background-image: url("../images/icons/checkbox_toggle.png");
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#close_nav_dropdown{
	cursor: pointer;
	right: 15px;
	bottom: 15px;
	position: absolute;
}

#nav_dropdown form label.checkboxLabel{
	margin: 21px 0 0 0;
}

.submitButton{
	text-align: center;
	margin-top: 25px;
}

#form_message{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
}

#contact_form #form_message{
	background: #f7dbdf;
}

#mailing_list_form #form_message{
	background: #FCB238;
}

#form_message .formMessageInner{
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#form_message .formMessageInner span{
	font-family: 'Archer A', 'Archer B';font-weight: 800;
}

form input:not(.compInput).valid{
	background-image: url('../images/icons/tick.png') !important;
	background-repeat: no-repeat;
	background-position: 98% center;
}

form select:not(.compSelect).valid{
	background-image: url('../images/icons/tick.png') !important;
	background-repeat: no-repeat;
	background-position: 97% center;
}

form input:not(.compInput).error{
	background-image: url('../images/icons/cross.png') !important;
	background-repeat: no-repeat;
	background-position: 98% center;
}

form select:not(.compSelect).error{
	background-image: url('../images/icons/cross.png') !important;
	background-repeat: no-repeat;
	background-position: 97% center;
}

form select#theTitle.valid{
	background-position: 95% center;
}

form select#theTitle.error{
	background-position: 95% center;
}

.gdprInfo{

}
.gdprInfo p{
	font-size: 13px !important;
  display: block !important;
  width: 100%;
  max-width: none !important;
  text-align: left !important;
  line-height: 18px;
	color: #000 !important;
}

h5{
	font-family: 'garagegothic-regularregular';
	font-size: 40px;
	color: #3c3834;
}

ul.theBiteList .blogColumn > li h5{
	width: 80%;
}

ul.theBiteList .blogColumn > li{
	width: 100%;
	float: left;
	text-align: left;
	box-sizing: border-box;
	margin-bottom: 40px;
}

ul.theBiteList .blogColumn{
	width: 50%;
	float: left;
	padding: 0 30px 0 0;
	box-sizing: border-box;
}

ul.theBiteList .blogColumn:nth-child(even){
	padding: 0 0 0 30px;
}

ul.theBiteList .blogColumn > li > img{
	width: 100%;
}

.blogLink{
	display: block;
	padding-bottom: 20px;
	border-bottom: 2px solid #9d9b99;
	margin: 20px 0;
}

.blogTop .blogDate{
	font-family: 'Archer A', 'Archer B';
font-weight: 800;
	font-size: 18px;
	color: #ffb71b;
	float: left;
}

.blogContent{
	font-family: 'Archer A', 'Archer B';
font-weight: 400;
	font-size: 16px;
}

.blogContent p{
	margin: 25px 0;
}

.theBiteList{
	overflow: hidden;
	margin: 50px 0;
}

.theBiteContent .container{
	padding: 25px 30px 0 30px;
}

.blogShare{
	float: right;
	position: relative;
	width: 124px;
	overflow: hidden;
}

.blogShare img{
	float: right;
}

.blogShare:hover .blogSocial{
	left: 0;
}

.blogSocial a.socialButton {
	margin: 0 2px;
	display: inline-block;
}

.blogSocial{
	transition: left 0.5s ease;
	left: 100%;
	position: absolute;
	z-index: 100;
}

#list_view{
	display: none;
	padding: 40px;
	box-sizing: border-box;
}

.listView{
	column-count: 3;
	column-gap: 100px;
	color: #777471;
	font-size: 14px;
}

.listView > li{
	text-align: left;
	display: inline-block;
	width: 100%;
}

.listView li h6{
	font-family: Helvetica;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #9cafab;
	color: #9cafab;
	margin-bottom: 10px;
}

.listView li > ul > li a{
	text-transform: uppercase;
	font-family: Helvetica;
	font-weight: bold;
	color: #777471;
}

.listView li > ul > li p{
	margin: 10px 0;
}

.listView li > ul > li{
	margin: 15px 0;
}

.listView .expandOpeningTimes{
	font-family: 'Archer A', 'Archer B';font-weight: 700;
	cursor: pointer;
}

.listView .openingTimes{
	height: 145px;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease;
	visibility: hidden;
}

.listView .openingTimes.expand{
	max-height: 145px;
	visibility: visible;
}

.storeLocator{
	background-color: #FFF;
}

.dotted.lightDotted{
	background-image: url("../images/icons/dotted_light.png");
}

.slides{
	overflow: hidden;
}

.historicCornwallContent .leftContent{
	width: 60%;
	float: left;
}

.historicCornwallContent .rightContent{
	width: 40%;
	position: relative;
	float: left;
}

.miniFeed{
	padding: 20px 0 25px 0;
}

.miniFeed .feed{
	text-align: left;
}

.miniFeed .feed li{
	max-width: 160px;
	max-height: 160px;
	margin: 0;
}

.miniFeed .feed li a div.theImage{
	width: 160px;
	height: 160px;
}

.miniFeed .feed li a div.rollover .rolloverInner .feedText p{
	display: none;
}

ul.theBiteList .blogColumn.blogSingle{
	margin: 0 auto;
	float: none;
	overflow: hidden;
	padding: 0 15px 0 15px;
}

#nav_dropdown .formContainer{
	display: none;
}

#nav_dropdown.contactForm{
	background-color: #f7dbdf;
}

#nav_dropdown.mailingListForm{
	background-color: #FCB238;
}

#nav_dropdown.loyaltyAccount{
	background-color: #84D9E4;
}

#nav_dropdown.loyaltyRegister{
	background-color: #84D9E4;
}

#nav_dropdown.contactForm #contact_form_container{
	display: block;
}

#nav_dropdown.mailingListForm #mailing_list_form_container{
	display: block;
}

#nav_dropdown.loyaltyAccount #loyalty_account_form_container{
	display: block;
}

#nav_dropdown.loyaltyRegister #loyalty_register_form_container{
	display: block;
}

#nav_dropdown form input.dateSelect{
	width: 31%;
}

#nav_dropdown form input#dobMonth{
	margin: 0 2%;
}

#loyalty_nav.hover > ul{
	display: block;
}

.tag.menuTag.theBiteTag{
	margin-top: 0;
	margin-bottom: 40px;
	display: inline-block;
}

a.theBiteButton{
	color: #23201F;
}

.homeSocialLinks{
	margin-top: 10px;
}

.homeSocialLinks a{
	margin: 0 3px;
}

.footerLink{
	color: #8B8886;
}

.footerLink:hover{
	text-decoration: underline;
}

.ninetyThree{
	color: #8b8886;
	display: inline-block;
    margin-top: 20px;
}

.ninetyThree:hover{
	text-decoration: underline;
}

.ninetyThree .ninetyThreeLogo{
	display: inline-block;
	background: black;
	height: 23px;
	width: 23px;
	position: relative;
	top: 7px;
	left: 2px;
	transition: all 0.3s ease;
	margin-right: 10px;
}

.ninetyThree:hover .ninetyThreeLogo{
	transform: rotate(360deg);
	border-radius: 16px;
}

#scroll_down{
	display: inline-block;
	height: 72px;
	position: relative;
	margin-top: 30px;
	width: 36px;
	cursor: pointer;
}

#scroll_down img{
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: bounce 1s linear 1s infinite alternate;
	animation: bounce 1s linear 1s infinite alternate;
}

.contactFormDetails{
	font-size: 11px;
	position: absolute;
	bottom: 20px;
	left: 20px;
}

.contactFormDetails a{
	color: #000000;
}

.contactFormDetails a:hover{
	text-decoration: underline;
}

.blogContent a {
	color: #000;
	text-decoration: underline;
}

#loyalty_register_form_container iframe{
	height: 645px;
}

#loyalty_account_form_container iframe{
	height: 421px;
}

.homeTheBite .innerTag, .ourRootsContent .innerTag{
	font-size: 20px;
}

.homeIntroSlide{
	height: 100vh;
}

.homeIntroSlide .everyBodyImage{
	background-image: url('../images/a_pasty_for_everybody.jpg');
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    height: 100vh;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: opacity 2.2s ease;
    z-index: 500;
    opacity: 1;
}

.homeIntroSlide .everyBodyImage .everyBodyRange{
	position: absolute;
    right: 25%;
    top: 50%;
    width: 35%;
	max-width: 429px;
    text-align: center;
    transform: translate(50%,-50%);
}

.homeIntroSlide .everyBodyImage .everyBodyRange img{
	width: 100%;
}

.homeIntroSlide .everyBodyOverlay{
	position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1000;
    opacity: 1;
	-webkit-animation-name: fadeBg;
	-webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-duration:6s;
    -webkit-animation-direction: normal;
    -webkit-animation-delay: 0;
    -webkit-animation-fill-mode: forwards;
    animation-name: fadeBg;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    animation-duration: 6s;
    animation-direction: normal;
    animation-delay: 0;
    animation-fill-mode: forwards;
}

.homeIntroSlide .everyBodyImage .everyBodyBorder{
	position: absolute;
	background-position: center;
	z-index: 1000;
}

.homeIntroSlide .everyBodyImage .everyBodyTop{
	background-image: url('../images/everyday_top.png');
	top: 0;
	left: 0;
	height: 78px;
    width: 100%;
}

.homeIntroSlide .everyBodyImage .everyBodyBottom{
	background-image: url('../images/everyday_bottom.png');
	bottom: 0;
	left: 0;
	height: 78px;
    width: 100%;
}

.homeIntroSlide .everyBodyImage .everyBodyLeft{
	background-image: url('../images/everyday_left.png');
	top: 0;
	left: 0;
	height: 100%;
    width: 75px;
}

.homeIntroSlide .everyBodyImage .everyBodyRight{
	background-image: url('../images/everyday_right.png');
	top: 0;
	right: 0;
	height: 100%;
    width: 81px;
}

.homeIntroSlide .stJustHomeImage{
	background-image: url('../images/st_just_home_bg.jpg');
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    height: 100vh;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 500;
    -webkit-animation-name: fadeBg;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-duration: 9s;
	-webkit-animation-direction: alternate;
	-webkit-animation-delay: 2s;
	animation-name: fadeBg;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-duration: 9s;
	animation-direction: alternate;
	animation-delay: 2s;
	z-index: 5000;
}

.homeIntroSlide .stJustHomeImage .stJustHomeLogo{
	position: absolute;
    left: 50%;
    top: 50%;
    width: 40%;
	max-width: 401px;
	min-width: 250px;
    text-align: center;
    transform: translate(-50%,-50%);
}

.homeIntroSlide .stJustHomeImage .stJustHomeLogo img{
	width: 100%;
}

.xmasTag.tag{
	border: 1px solid #23201F;
	background: #E52A31;
    color: #FFF;
    margin-top: 40px;
    display: block;
}

.xmasTag.tag .topLeft{
    border-color: transparent #E52A31 transparent transparent;
}

.xmasTag.tag .bottomLeft{
    border-color: transparent transparent #E52A31 transparent;
}

.xmasTag.tag .topRight{
    border-color: #E52A31 transparent transparent transparent;
}

.xmasTag.tag .bottomRight{
    border-color: transparent transparent transparent #E52A31;
}

.foodCo{
	text-align: center;
}

.foodCo .slideshow{
	background-color: #FFFFFF;
}

.foodCo .slideshow .flexSlider{
	max-width: 100%;
}

.foodCoContent p.intro{
	padding: 60px 70px 5px 70px;
    text-transform: uppercase;
    color: #9DB0AC;
    letter-spacing: 3px;
    font-weight: 700;
    box-sizing: border-box;
    font-size: 24px;
    line-height: 34px;
}

.foodCoContent .feelGoodText p{
	margin-bottom: 25px;
	padding: 0 70px;
    box-sizing: border-box;
    margin-bottom: 25px;
    font-weight: 500;
}

.foodCoContent .feelGoodText p a{
	color: #000000;
	text-decoration: underline;
}

.foodCoContent .dotted h1{
	font-size: 35px;
}

.dotted.small{
	background-image: url('../images/icons/dotted_small.png');
}

.foodCo .slideshow{
	position: relative;
}

.foodCo .slideshow .topRip{
	height: 44px;
    width: 100%;
    background-image: url("../images/top_rip.png");
    background-repeat: repeat-x;
    background-position: center top;
    position: absolute;
    bottom: 44px;
    left: 0;
    z-index: 900;
}

.foodCo .homeTheSocial, .freeFrom .homeTheSocial{
	position: relative;
	padding-top: 44px;
}

.foodCo .homeTheSocial .dotted h1{
	font-size: 35px;
}

.foodCo .homeTheSocial .bottomRip, .freeFrom .homeTheSocial .bottomRip, .stJust .homeTheSocial .bottomRip{
	height: 44px;
    width: 100%;
    background-image: url("../images/bottom_rip.png");
    background-repeat: repeat-x;
    background-position: center bottom;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 900;
}
.stJust .homeTheSocial{
	position:relative;
}
.stJust .homeTheSocial .container{
	padding-top:60px;
}

.foodCo .feelGoodImage{
	position: relative;
	width: 100%;
}

.foodCo .feelGoodImage img{
	width: 100%;
}

.foodCo .feelGoodImage .feelGoodWCFC{
	position: absolute;
	right: -70px;
	bottom: 25%;
	-webkit-transform: translate(0, 25%);
	-ms-transform: translate(0, 25%);
	transform: translate(0, 25%);
	width: 40%;
	max-width: 245px;
}

.foodCoContent .dotted.feelGood{
	padding: 29px 0 0 0;
	margin: 20px 0 60px 0;
}

nav.desktopNav .everydayNav a{
	color: #EE5303;
}

nav.desktopNav .everydayNav a:hover{
	border-color: #EE5303;
}

.freeFrom .freeFromTop{
	position: relative;
	padding-bottom: 45px;
    padding-top: 150px;
}

.freeFrom .freeFromTop .topRip{
	height: 44px;
    width: 100%;
    background-image: url("../images/top_rip.png");
    background-repeat: repeat-x;
    background-position: center top;
    position: absolute;
    bottom: 45px;
    left: 0;
    z-index: 900;
}
.freeFrom .freeFromTop .topRip.cream{
    background-image: url("../images/top-rip-cream.png");
}

.freeFrom .freeFromTop img{
	width: 100%;
}

.freeFrom .freeFromImage{
	position: relative;
	width: 100%;
}

.freeFrom .freeFromImage img{
	width: 100%;
}

.freeFrom .freeFromImage .freeFromWCPC {
    position: absolute;
    right: -70px;
    bottom: 25%;
    -webkit-transform: translate(0, 25%);
    -ms-transform: translate(0, 25%);
    transform: translate(0, 25%);
    width: 40%;
    max-width: 245px;
}

.freeFromContent .freeFromText p {
    margin-bottom: 25px;
    padding: 0 70px;
    box-sizing: border-box;
    margin-bottom: 25px;
    font-weight: 500;
}

.freeFromContent .freeFromText.intro p{
	line-height: 26px;
    letter-spacing: 1px;
    font-size: 20px;
}

.freeFromText.spaceBottom{
	margin-bottom:100px;
}

.dotted.blue h1, .dotted.blue h2 {
    color: #007788;
    background-color: #FFF;
}

.freeFrom .dotted h2{
	font-family: 'garagegothic-boldregular';
    font-size: 35px;
    letter-spacing: 3px;
    display: inline-block;
    padding: 0 12px 0 15px;
}

.freeFrom .meetThePastiesContent{
	border-right: 0px solid #ADADAD;
}

.freeFrom .meetThePastiesContent .col{
	width: 50%;
	display: inline-block;
	vertical-align: top;
	padding: 10px 25px;
	box-sizing: border-box;
}

.freeFrom .meetThePastiesContent .col:first-child{
	/*border-color: #ADADAD;
	border-width: 0 1px 0 1px;
	border-style: solid;*/
	border:none;
}

.freeFrom .meetThePastiesContent .col span{
	color: #007788;
	margin-bottom: 15px;
	display: inline-block;
	font-weight: 700;
}

.freeFrom .meetThePastiesContent .col p{
	margin-bottom: 15px;
	font-weight: 500;
}

.tag.freeFromTag{
	background: #007788;
	color: #F6F1E3;
	margin: 40px auto 60px auto;
	height: 40px;
	max-width: 150px;
	font-size: 24px;
}

.tag.freeFromTag .innerTag{
	margin-left: 1px;
}

.tag.freeFromTag .topLeft{
	border-color: transparent #007788 transparent transparent;
}

.tag.freeFromTag .topRight{
	border-color: #007788 transparent transparent transparent;
}

.tag.freeFromTag .bottomRight{
	border-color: transparent transparent transparent #007788;
}

.tag.freeFromTag .bottomLeft{
	border-color: transparent transparent #007788 transparent;
}
/* St Just page */

.stJust .stJustTop{
	position: relative;
	padding-bottom: 45px;
    padding-top: 150px;
}

.stJust .stJustTop .topRip{
	height: 44px;
    width: 100%;
    background-image: url("../images/top_rip.png");
    background-repeat: repeat-x;
    background-position: center top;
    position: absolute;
    bottom: 45px;
    left: 0;
    z-index: 900;
}

.stJust .stJustTop img{
	width: 100%;
}

.stJust .stJustTitle{
	width: 100%;
    max-width: 586px;
    margin-bottom: 60px;
}

.stJust .stJustImage{
	position: relative;
	width: 100%;
}

.stJust .stJustImage img{
	width: 100%;
	margin-top: 20px;
}

.stJustContent .stJustText p {
    margin-bottom: 25px;
    padding: 0 70px;
    box-sizing: border-box;
    margin-bottom: 25px;
    font-weight: 500;
    line-height: 24px;
}

.stJust .stJustText.intro p{
	line-height: 26px;
    letter-spacing: 1px;
    font-size: 20px;
}

.stJust .stJustText.outro{
	margin-bottom:80px;
}

.stJustContent .stJustText p.large {
	font-size: 22px;
}

.stJust .dotted h2{
	font-family: 'garagegothic-boldregular';
    font-size: 35px;
    letter-spacing: 3px;
    display: inline-block;
    padding: 0 12px 0 15px;
}

.stJust .coffeeCupContent{

}

.stJust .coffeeCupContent .col{
	width: 50%;
	display: inline-block;
	vertical-align: top;
	padding: 10px 25px;
	box-sizing: border-box;
	text-align: left;
}

.stJust .coffeeCupContent .col:first-child{
	border-color: #ADADAD;
	border-width: 0 1px 0 0px;
	border-style: solid;
	padding-left:10px;
}

.stJust .coffeeCupContent .col span{
	margin-bottom: 15px;
	display: inline-block;
	font-weight: 700;
}

.stJust .coffeeCupContent .col p{
	margin-bottom: 15px;
	font-weight: 500;
	line-height: 24px;
}

.socialArrow{
	display:none;
}
.stJust .socialArrow{
	display:block;
	position: absolute;
    z-index: 901;
    left: 60%;
    top: -70px;
}

.stJust .coffeeCupContent a{
	color:inherit;
}

.tag.stJustTag{
	background: #9DB0AC;
	color: #3D3935;
	margin: 40px auto 60px auto;
	height: 40px;
	max-width: 150px;
	font-size: 24px;
}

.tag.stJustTag .innerTag{
	margin-left: 1px;
}

.tag.stJustTag .topLeft{
	border-color: transparent #9DB0AC transparent transparent;
}

.tag.stJustTag .topRight{
	border-color: #9DB0AC transparent transparent transparent;
}

.tag.stJustTag .bottomRight{
	border-color: transparent transparent transparent #9DB0AC;
}

.tag.stJustTag .bottomLeft{
	border-color: transparent transparent #9DB0AC transparent;
}

.dotted.paleBlue h1, .dotted.paleBlue h2 {
    color: #9DB0AC;
    background-color: #FFF;
}

/* FRANCHISING */
.franchisingPage .freeFromTop{
	padding-bottom:20px;
}
.franchiseOutro p{
	max-width:600px;
	margin:0 auto;
}
.franchiseText p{
	line-height:22px;
}
.franchiseText p strong{
	font-family:inherit;
	font-weight:bold;
	letter-spacing:0;
	text-transform:none;
}
.franchiseText p a{
	color:inherit;
	text-decoration:underline;
}
.franchiseText .franchiseLogo{
	width:100px;
	margin:0px auto 30px;
}
.franchiseImages{
	padding-top:15px;
}
.franchiseImages img{
	width:33.33%;
	box-sizing:border-box;
	display:inline-block;
	font-size:0;
	padding:15px;
	float:left;
}
.franchisingPage{
	background-image:url('../images/franchising-bg.jpg');
	background-size:100% 100%;
	background-position:top left;
	background-color:#F6F1E4;
}
.franchisingPage .dotted.blue h1{
	background-color:#F6F1E4;
}
.franchisingPage .dotted.blue h2{
	background-color:#F6F1E4;
	background-image: url("http://wcpc.93ft.com/css/../images/franchising-bg.jpg");
    background-size: 100px 1000000000px;
    background-position: center center;
}

.sitemap{
	padding: 160px 0 40px 0;
}

.sitemap ul li{
	margin: 14px 0;
}

.sitemap ul li a{
	color: #000000;
	position: relative;
}

.sitemap ul li.childItem a:before{
	content: '\0221F';
	position: absolute;
	left: -16px;
    top: 0;
    font-size: 13px;
}

.sitemap ul li a:hover{
	text-decoration: underline;
}

@-webkit-keyframes bounce {
   	0% {top: 0px;}
    100% {top: 50%;}
}

@keyframes bounce {
    0% {top: 0px;}
    100% {top: 50%;}
}

@keyframes fadeBg{
	0% {
		opacity:1;
	}
	45% {
		opacity:1;
	}
	55% {
		opacity:0;
	}
	100% {
		opacity:0;
		visibility: hidden;
	}
}

@-webkit-keyframes fadeBg{
	0% {
		opacity:1;
	}
	45% {
		opacity:1;
	}
	55% {
		opacity:0;
	}
	100% {
		opacity:0;
		visibility: hidden;
	}
}

/* general mobile */
@media screen and (max-height:960px){
	#nav_dropdown p, #nav_dropdown .formTitle{
		display: none;
	}

	#nav_dropdown p.contactMsg{
		display: block;
		margin: 20px auto 10px auto;
	}

	#nav_dropdown_wrapper{
		padding: 35px 80px 60px 80px;
	}

	#nav_dropdown form{
		margin: 10px 0 0 0;
	}

	#nav_dropdown .tag{
		height: 38px;
 		max-width: 160px;
 		font-size: 24px;
	}

	#close_nav_dropdown{
		right: 30px;
		bottom: 60px;
	}
}

@media screen and (max-height:750px){
	.homeIntroSlide .everyBodyImage .everyBodyRange {
	    max-width: 350px;
	}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px){
	.homeIntroSlide .everyBodyImage{
		background-attachment: scroll;
	}
}

@media screen and (max-width:840px){
	.desktopNav > ul > li{
		padding: 15px 7px;
    	font-size: 16px;
	}
}

@media screen and (max-height:650px){
	.homeLogo .homeSocialLinks{
		display: none;
	}
	.homeLogo .logoContainer > img{
		width: 70%;
	}
	#scroll_down{
		margin-top: 10px;
	}
}
