/* 
Copyright - BlueCentury Limited (06911516)
Food for Thought Catering Stylesheet V1.0

Oi! No peepin'

Used under License by Food for Thought Catering, Wigan.

contact@kikocreative.co
http://www.kikocreative.co/

*/

body{
	font-family: 'Andika', sans-serif;
	background: #fcfbf8;
	color: #3c1f00;
}
/*-- Standard Selectors --*/

p{
	
}
h1, h2, h3, h4, h5{
	font-family: 'Overlock', cursive;
	margin: 0px;
	padding: 0px 0px 10px;
}
ul{
	
}
li{
	
}
em{
	font-style: normal;
	color: black;
}

/*-- Links & Buttons --*/

a{
	color: #593e22;
    -webkit-transition: background-color 300ms linear;
    -moz-transition: background-color 300ms linear;
    -o-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
	text-decoration: none;
}
a:hover{
	color: #705234;
}
.button{
	
}
.button:hover{
	
}

/*-- Miscellaneous --*/

.clear{
	clear: both;
}
.left{
	float: left;
	text-align: left;
}
.right{
	float: right;
	text-align: right;
}
.right-img{
	float: right;
	margin: 0px 0px 0px 20px;
	padding: 0px;
}
.left-img{
	float: left;
	margin: 0px 20px 0px 0px;
	padding: 0px;
}
.inline{
	padding: 20px 0px;
	margin: 0px;
	text-align: center;
	font-family: 'Overlock', cursive;
	font-weight: 700;
	font-size: 2.2em;
}
.mobile{
	display: none !important;
}
.web{
	display: block !important;
}
.col4{
	float: left;
	width: 23.5%;
}
.col4+.col4{
	margin-left: 2%;
}


/*-- Header --*/

header{
	padding: 20px 0px;
	background: url('images/head_bkg.png') no-repeat center bottom #f8f5eb;
}
.logo{
	width: 30%;
	display: block;
	float: left;
}
.logo img{
	width: 100%;
}

/*-- Navigation --*/

nav{
	font-family: 'Overlock', cursive;
	width: 35%;
	margin: 0px;
	display: block;
	float: left;
	font-weight: 700;
	font-size: 1.2em;
}
nav ul{
	margin: 0px;
	padding: 0px;
}
nav li{
	list-style: none;
	display: block;
	margin: 0px;
	padding: 0px;
	width: 50%;
	float: left;
	text-align: center;
	position: relative;
}
nav li a{
	text-decoration: none;
	color: #694f33;
	padding: 70px 0px;
	display: block;
	width: 100%;
}
nav li a:hover{
	
}
nav .current a{
	
}

nav #menudropdown{
	position: absolute;
	width: 80%;
	margin: 0% 10%;
	top: 110px;
	background: #ac412d;
	border-radius: 3px;
	padding: 10px 0px;
	display: none;
}
nav #menudropdown li{
	display: block;
	float: none;
	width: 100%;
}
nav #menudropdown a{
	margin: 0px;
	padding: 5px 0px;
	color: #eac1b9;
}
nav #menudropdown a:hover{
	color: #f6ece9;
}

/*-- In Page Menu & Call Links --*/

.menus, .call-now{
	width: 70%;
	padding: 0px;
	margin: 0px auto 20px;
	text-align: center;
	position: relative;
}
#inline-menulink, .call-now a{
	font-size: 2em;
	background: #ac412d;
	color: white;
	border-radius: 5px;
	padding: 10px 0px;
	width: 100%;
	display: block;
}
#inline-dropdown{
	background: #8d2b18;
	margin: 0px 25%;
	padding: 0px;
	border-radius: 5px;
	list-style: none;
	width: 50%;
	position: absolute;
	bottom: -60;
	-webkit-box-shadow: 0px 5px 20px rgba(50, 50, 50, 0.8);
	-moz-box-shadow:    0px 5px 20px rgba(50, 50, 50, 0.8);
	box-shadow:         0px 5px 20px rgba(50, 50, 50, 0.8);
}
#inline-dropdown a{
	color: white;
	padding: 10px 0px;
	display: block;
	border-radius: 5px;
}
#inline-dropdown a:hover{
	background: #6f1b0c;
}

/*-- Page Formatting --*/

.width{
	width: 1200px;
	margin: 0px auto;
}

.feature{
	padding: 70px 0px;
	background: url('../images/bg1.jpg') no-repeat center scroll; 
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
	z-index: 1;
	display: block;
}

.page-feature, .wedding-feature{
	padding: 80px 0px;
	z-index: 1;
	display: block;
	min-height: 0px;
}
.page-feature{
	background: url('../images/bg2.jpg') no-repeat center scroll; 
	-webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
}
.wedding-feature{
	background: url('../images/bg_wedding.jpg') no-repeat center scroll; 
	-webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
}
.page-feature h1{
	display: block;
	width: 40%;
	float: left;
	padding: 0px 10px;
	margin: 50px 0px 30px;
	float: left;
	text-shadow: 0px 0px 5px #ffffff;
	filter: dropshadow(color=#ffffff, offx=0, offy=0);
}
.wedding-feature h1{
	display: block;
	width: 100%;
	float: none;
	text-align: center;
	padding: 0px;
	margin: 0px 0px 20px;
	text-shadow: 0px 0px 5px #ffffff;
	filter: dropshadow(color=#ffffff, offx=0, offy=0);
}

section{
	min-height: 100px;
	padding: 50px 0px;
	background: #f8f5eb;
}
.padder{
	padding: 0px 20%;
	width: 60%;
	margin: 0px auto;
}
section h2{
	padding-top: 30px;
}
.shade{
	background: url('../images/head_bkg.png') no-repeat center bottom #f8f5eb;
}

footer{
	color: #816a51;
	font-size: 0.8em;
	padding: 20px 0px;
	display: block;
	border-top: 1px solid #f1ece6;
}
footer span a{
	color: #7a5d3e;
}
footer span{
	color: #938372;
}

.footnote{
	font-size: 0.9em;
	font-style: italic;
	text-align: center;
}
footer h3{
	margin: 12px 0px 0px;
	padding: 0px;
}
footer ul{
	margin: 0px;
	padding: 10px 0px 10px 25px;
}

/*-- Feature Formatting --*/

.feature .text{
	text-align: right;
	width: 54%;
	padding: 3%;
	float: left;
}
.feature .text blockquote{
	font-family: 'Overlock', cursive;
	font-weight: 700;
	font-size: 2.2em;
	padding: 100px 0px 20px;
	margin: 0px;
	text-align: center;
	text-shadow: 0px 0px 5px #ffffff;
	filter: dropshadow(color=#ffffff, offx=0, offy=0);
}

/*-- Menu Pages --*/

.menu-wrapper{
	width: 60%;
	padding: 20px 10%;
	margin: -100px 10% 0px;
	display: block;
	min-height: 100px;
	background: url('../images/rip_tex.png') repeat;
	-webkit-box-shadow: 0px 1px 5px rgba(70, 50, 50, 0.5);
	-moz-box-shadow:    0px 1px 5px rgba(70, 50, 50, 0.5);
	box-shadow:         0px 1px 5px rgba(70, 50, 50, 0.5);
	text-align: center;
}

.menu-wrapper ul{
	margin: -40px 0px 0px;
	padding: 10px 0px;
	display: block;
	width: 100%;
}
.menu-wrapper li{
	margin: 0px 5px;
	padding: 0px;
	list-style: none;
	display: inline-block;
}
.menu-wrapper li a{
	background: #492906;
	padding: 5px 10px;
	display: block;
	color: #f5f0e8;
	border-radius: 5px;
}
.menu-wrapper li a:hover{
	background: #674929;
}
.menu-wrapper h2{
	border-bottom: 1px solid #3c1f00;
	display: inline-block;
}
.menu-wrapper .note{
	font-size: 0.8em;
	font-style: italic;
	padding: 0px 0px 30px;
}
.menu-wrapper p{
	padding: 0px 0px 30px;
}
.menu-wrapper dt{
	margin: 0px;
	padding: 0px;
}
.menu-wrapper dd{
	font-size: 0.8em;
	font-style: italic;
	margin: 0px 0px 20px;
	padding: 0px 0px 50px;
	display: inline-block;
	background: url('../images/apple.png') no-repeat bottom center;
}
.menu-wrapper dl{
	margin: 0px;
	padding: 0px;
}

/*-- Quote Generator --*/

.quote-generator{
	display: block;
	background: #ac412d;
	color: white;
	padding: 3%;
	border-radius: 3px;
	-webkit-box-shadow: 0px 5px 20px rgba(120, 60, 50, 0.8);
	-moz-box-shadow:    0px 5px 20px rgba(120, 60, 50, 0.8);
	box-shadow:         0px 5px 20px rgba(120, 60, 50, 0.8);
	float: left;
}
.feature .quote-generator{
	width: 34%;
}
.page-feature .quote-generator{
	width: 50%;
}
.wedding-feature .quote-generator{
	width: 60%;
	margin: 0px 17%;
	float: none !important;
}

.quote-generator form{
	margin: 0px;
}
.quote-generator input, .quote-generator select{
	border-radius: 3px;
	border: none;
	padding: 10px;
	width: 100%;
	height: 2.4em;
}
.quote-generator select{
	background: url('../images/dropdown.png') no-repeat right center white;
	padding: 7px;
	border: 0;
	height: 2.4em;
	-webkit-appearance: none;
}

.quote-generator h2{
	color: #eac1b9;
}
.quote-generator h3{
	color: #dcada4;
}
.quote-generator h3 span{
	color: #cc978d;
	font-weight: 300;
}
.quote-generator .field{
	display: block;
}
.page-feature .quote-generator .small-field{
	float: left;
	width: 30%;
}
.page-feature .quote-generator .big-field{
	float: left;
	width: 65%;
	margin-left: 5%;
}

.wedding-feature .quote-generator .small-field{
	float: left;
	width: 22%;
}
.wedding-feature .quote-generator .small-field+.small-field{
	margin-left: 5%;
}
.wedding-feature .quote-generator .big-field{
	float: left;
	width: 46%;
	margin-left: 5%;
}

.feature .quote-generator .field+.field{
	margin-top: 15px;
}
.quote-generator .entry .field label{
	padding: 0px 0px 5px 0px;
	display: block;
}
.page-feature .quote-generator p{
	margin: 3px 0px 0px;
	padding: 0.61em;
}
.wedding-feature .quote-generator p{
	margin: 3px 0px 0px;
	padding: 0.61em;
}
.wedding-feature h2{
	padding: 0px 0px 10px;
}
.page-feature h2{
	padding: 0px 0px 10px;
}
.feature .quote-generator p{
	margin: 0px;
	padding: 0.61em;
}
.quote-generator p{
	font-family: 'Overlock', cursive;
	background: #c96a58;
	border-radius: 3px;
	font-size: 1.6em;
	font-weight: 700;
	color: #ebc9c2;
	height: 1.2em;
}
.quote-generator #priceper{
	font-size: 0.7em;
	color: #b45b49;
	font-weight: 400;
	float: right;
	padding: 5px;
	background: #e4988a;
	border-radius: 3px;
}
.quote-generator #menulink{
	display: block;
	padding: 5px 0px;
	width: 80%;
	text-decoration: none;
	margin: 0px auto;
	text-align: center;
	background: #d97a68;
	color: #f2d2cc;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px
}
.quote-generator #menulink:hover{
	background: #e78c7b;
}
.quote-generator .slidefix-menulink{
	height: 2.3em;
}

@media screen and (max-width:1220px) { 
    body { 
		font-size: 0.9em;
    }
	.width{
		width: 960px;
	}
	nav li a{
		padding: 60px 0px;
	}
	.padder{
		padding: 0px 15%;
		width: 70%;
		margin: 0px auto;
	}
}
@media screen and (max-width:970px) { 
    body { 
		font-size: 0.9em;
    }
	.width{
		width: 95%;
	}
	.feature .text{
		width: 44%;
	}

	.feature .quote-generator{
		width: 44%;
	}
	nav #menudropdown{
		top: 90px;
	}
	nav li a{
		padding: 50px 0px;
	}
	.padder{
		padding: 0px 10%;
		width: 80%;
		margin: 0px auto;
	}
	.page-feature{
		padding: 50px 0px 70px;
	}
	.page-feature h1{
		width: 100%;
		float: none;
		text-align:center;
		padding: 0px 0px 20px;
		margin: 0px 0px 0px;
		text-shadow: 0px 0px 5px #ffffff;
		filter: dropshadow(color=#ffffff, offx=0, offy=0);
	}
	.page-feature .quote-generator{
		width: 70%;
		margin: 0% 12%;
	}
}
@media screen and (max-width:830px) { 
	.right-img, .left-img{
		float: none;
		margin: 0px auto;
		padding: 0px;
		display: block;
		width: 40%;
	}
	.main-body{
		text-align: center;
	}
}
@media screen and (max-width:780px) { 
	nav li a{
		padding: 35px 0px;
	}
	.page-feature .quote-generator .small-field{
		float: left;
		width: 100%;
	}
	.page-feature .quote-generator .big-field{
		float: left;
		width: 100%;
		margin: 10px 0px 0px;
	}
}
@media screen and (max-width:700px) { 
    body {
	 font-size: 0.8em;
    }
	.feature .text{
		width: 94%;
		text-align: center;
		text-shadow: 0px 0px 5px #ffffff;
		filter: dropshadow(color=#ffffff, offx=0, offy=0);
	}
	.feature{
		padding: 10px 10px 30px;
	}
	.feature .text blockquote{
		padding: 20px 0px;
	}
	.feature .quote-generator{
		width: 94%;
	}
	nav #menudropdown{
		top: 40px;
		margin: 0px -20% 0px -20%;
		width: 140%;
	}
	nav li a{
		padding: 25px 0px;
	}
	.mobile{
		display: block !important;
	}
	.web{
		display: none !important;
	}
	.col4{
		float: none;
		width: 95%;
	}
	.col4+.col4{
		margin-left: 0%;
	}
	footer .right{
		text-align: left;
		float: left;
	}
}