/*

Pizza Perfecto - Global Stylesheet
http://www.pizzaperfecto.co.uk/
Handwritten by Oliver Coningham

*/

/* ------------ Toolbox ------------ */

.float-left { float: left; }
.float-right { float: right; }
.align-right { text-align: right; }
.cleared { clear: both; }
.hide { display: none; }
.smaller { font-size: 90%; }
.larger { font-size: 110%; }
.normal { font-weight: normal; }

hr { display: none; }
strong { font-weight: bold; }

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

.error_message {
	color: #990000;
	font-weight: bold;
}


/* ------------ Defaults ------------ */

body {
	background-color: #f2f2f2;
	color: #333;
font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
font-size: 16px;
line-height: 21px;
margin: 0;
padding: 0;
}


/* ------------ Shop Message ------------ */

#shopmessage {
	color: #FFFFFF;
	padding: 15px 20px;
	background-color: #a91e2a;
	text-align: center;
}

#shopmessage a {
	color: #fff;
}


/* ------------ Top Bar ------------ */

#topbar {
	color: #999;
	padding: 15px 20px;
}

#topbar a {
	color: #999;
	text-decoration: none;
}

#topbar a:hover {
	color: #333;
	text-decoration: underline;
}

#topbar ul {
	margin: auto;
	max-width: 1170px;
}

#topbar li {
	float: right;
	margin-left: 15px;
}

#topbar li.topbar-welcome {
	float: left;
	margin: 0;
	/*display: none;*/
}


/* ------------ Header ------------ */

header {
	background-color: #fff;
	padding: 0 20px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#header {
	background-color: #fff;
	margin: 0 auto;
	max-width: 1170px;
	padding: 30px 0;
	position: relative;
	text-align: center;
}

#logo a {
	/*
	background: #fff url('https://www.pizzaperfecto.co.uk/image.php?fit_to_height=128&image=yjY3usSZvD9m5xiIG2fntFLMHVlbNQRz.gif') no-repeat 0 0;
	background-position: center;
	display: block;
	height: 128px;
	margin: 0 auto;
	text-indent: -25000px;
	width: 468px;
	*/
	display: block;
	height: auto;
	margin: 0 auto;
	width: 468px;
}


/* ------------ Header ------------ */

#search {
	background-color: #eaeaea;
	margin-top: -22px;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 25%;
}

#search input {
	background-color: #eaeaea;
	border: 0;
	color: #333;
	float: left;
font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
font-size: 16px;
line-height: 21px;
margin: 0;
padding: 10px 15px;
width: 85%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

#search button {
	background-color: #eaeaea;
	border: 0;
	color: #999;
	cursor: pointer;
	float: left;
	font-size: 18px;
	margin: 0;
	padding: 10px 0;
	width: 15%;
}


/* ------------ Cart ------------ */

#cart {
	background-color: tan;
	color: #fff;
	margin-top: -22px;
	position: absolute;
	top: 50%;
	right: 0px;
	width: 25%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#cart a {
background-color: #e10102;
color: #fff;
display: block;
padding: 13px 15px;
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

#cart i {
	float: left;
	font-size: 18px;
	padding-right: 15px;
}

#cart span {
	float: left;
}


/* ------------ Navigation ------------ */

#nav {
background-color: #252774;
font-family: 'Titillium Web', sans-serif;
font-size: 20px;
font-weight: 600;
text-align: center;
text-transform: uppercase;
}

#nav-button {
	display: none;
}

#nav nav ul li {
	display: inline;
}

#nav nav a {
	color: #fff;
	display: inline-block;
	letter-spacing: 1px;
	padding: 20px;
	text-decoration: none;
	transition: all 0.25s ease-in-out 0s;
}

.category-pizzas #nav .pizzas a,
.category-vegetarian-pizzas #nav .pizzas a,
.category-chicken-pizzas #nav .pizzas a,
.category-hot-spicy-pizzas #nav .pizzas a,
.category-seafood-pizzas #nav .pizzas a,
.category-meaty-pizzas #nav .pizzas a,
.category-special-pizzas #nav .pizzas a,
.category-garlic-pizzas #nav .pizzas a,
.category-jacket-potatoes #nav .jacket-potatoes a,
.category-burgers #nav .burgers a,
.category-chips #nav .chips a,
.category-extras #nav .extras a,
.category-kids-meals #nav .kids-meals a,
.category-drinks #nav .drinks a,
.page-meal-deals #nav .meal-deals a,
.page-offers #nav .offers a,
#nav nav a:hover {
background-color: #e10102;
}

#nav nav ul ul {
	display: none;
}


/* ------------ Slideshow ------------ */

#slideshow {
	position: relative;
	text-align: center;
	width: 100%;
}

.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}

.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}

.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}

.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}

#slideshow .overlay {
	position: absolute;
	top: 25%;
	width: 100%;
}

#slideshow .title span {
background-color: rgba(37,39,116,0.85);
color: #fff;
display: inline-block;
font-family: 'Titillium Web', sans-serif;
font-size: 80px;
font-weight: 600;
letter-spacing: 1px;
line-height: 80px;
padding: 30px;
text-transform: uppercase;
}

#slideshow .caption span {
background-color: rgba(37,39,116,0.85);
color: #fff;
display: inline-block;
font-size: 20px;
font-weight: normal;
line-height: 20px;
margin: 15px 0;
padding: 10px;
}

#slideshow .button a {
background-color: #e10102;
color: #fff;
display: inline-block;
font-family: 'Titillium Web', sans-serif;
font-size: 20px;
font-weight: 600;
letter-spacing: 1px;
line-height: 20px;
padding: 15px 20px;
text-decoration: none;
text-transform: uppercase;
transition: all 0.25s ease-in-out 0s;
}

#slideshow .button a:hover {
	background-color: #fff;
color: #e10102;
}

#slideshow .rslides_tabs {
	display: block;
	position: absolute;
	bottom: 30px;
	text-align: center;
	width: 100%;
	z-index: 90;
}

#slideshow .rslides_tabs li {
	display: inline;
}

#slideshow .rslides_tabs a {
	background-color: #fff;
	display: inline-block;
	height: 15px;
	margin: 0 5px;
	text-indent: -25000px;
	width: 15px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}

#slideshow .rslides_here a {
background-color: #e10102;
}

#slideshow .rslides_nav {
	background-color: #fff;
color: #e10102;
display: block;
font-size: 40px;
margin-top: -20px;
padding: 7px 20px;
position: absolute;
top: 50%;
z-index: 90;
-webkit-border-radius: 1000px;
-moz-border-radius: 1000px;
border-radius: 1000px;
}

#slideshow .prev {
	left: 30px;
}

#slideshow .next {
	right: 30px;
}


/* ------------ Features ------------ */

#features {
	margin: 0 auto;
	max-width: 1170px;
	margin-bottom: 30px;
}

#features p {
	float: left;
	margin-top: 30px;
	width: 25%;
}

#features i {
	background-color: #fff;
color: #e10102;
margin-right: 10px;
padding: 15px;
-webkit-border-radius: 1000px;
-moz-border-radius: 1000px;
border-radius: 1000px;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
}

#features p strong {
font-family: 'Titillium Web', sans-serif;
font-size: 16px;
font-weight: 600;
letter-spacing: 1px;
text-transform: uppercase;
}

/* ------------ Heroes ------------ */

#heroes {
	margin: 0 auto;
	max-width: 1184px;
	text-align: center;
}

#heroes img {
	float: left;
	height: auto;
	width: 100%;
}

#heroes .hero {
	float: left;
	padding: 0 7px;
	width: 33.33333333333333%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#heroes .hero-inner {
	position: relative;
}

#heroes #hero-1b,
#heroes #hero-3b {
	margin-top: 14px;
	height: 176px;
}

#heroes #hero-1b img,
#heroes #hero-3b img {
	display: none;
}

#heroes #hero-1b {
background-color: #e10102;
}

#heroes #hero-3b {
background-color: #252774;
}

#heroes .hero-content {
	color: #fff;
font-family: 'Titillium Web', sans-serif;
font-weight: 600;
letter-spacing: 1px;
position: absolute;
top: 20%;
text-transform: uppercase;
width: 100%;
}

#heroes .hero-content {
	color: #fff;
font-family: 'Titillium Web', sans-serif;
font-weight: 600;
letter-spacing: 1px;
position: absolute;
top: 20%;
text-transform: uppercase;
width: 100%;
}

#heroes #hero-1b .hero-content,
#heroes #hero-3b .hero-content {
	top: 27%;
}

#heroes .title {
	font-size: 25px;
	line-height: 25px;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

#heroes #hero-1b .title,
#heroes #hero-3b .title {
	text-shadow: none;
}

#heroes .title strong {
	font-size: 45px;
	line-height: 45px;
}

#heroes #hero-2 .title {
	font-size: 35px;
	line-height: 35px;
}

#heroes #hero-2 .title strong {
	font-size: 55px;
	line-height: 55px;
}

#heroes .caption {
	margin-top: 10px;
}

#heroes .button a {
background-color: #e10102;
color: #fff;
display: inline-block;
font-family: 'Titillium Web', sans-serif;
font-size: 20px;
font-weight: 600;
letter-spacing: 1px;
line-height: 20px;
margin-top: 25px;
padding: 15px 20px;
text-decoration: none;
text-transform: uppercase;
transition: all 0.25s ease-in-out 0s;
}

#heroes .button a:hover {
	background-color: #fff;
color: #e10102;
}

/* ------------ Popular Products ------------ */

#offers {
	margin: 0 auto;
	max-width: 1200px;
	text-align: center;
}

#offers h2 {
border-top: 5px solid #e10102;
display: inline-block;
font-family: 'Titillium Web', sans-serif;
font-size: 25px;
line-height: 25px;
margin: 30px 0;
padding: 10px 10px 0 10px;
text-transform: uppercase;
}

#offers .product-list li {
	float: left;
	margin-bottom: 30px;
	padding: 0 15px;
	text-align: center;
	width: 25%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#offers .product-list-content {
	padding-bottom: 20px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#offers .product-list-content:hover {
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}

#offers .product-list li img {
	border: 5px solid #fff;
	float: left;
	height: auto;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#offers .product-list li h3 a {
	color: #333;
	display: inline-block;
font-family: 'Titillium Web', sans-serif;
font-size: 20px;
font-weight: 600;
line-height: 20px;
min-height: 40px;
text-decoration: none;
text-transform: uppercase;
padding: 20px 20px 10px 20px;
}

#offers .product-list li h3 a:hover {
color: #e10102;
}

#offers .product-list li .button a {
background-color: #e10102;
color: #fff;
display: inline-block;
font-family: 'Titillium Web', sans-serif;
font-size: 20px;
font-weight: 600;
letter-spacing: 1px;
line-height: 20px;
margin-top: 20px;
padding: 15px 20px;
text-decoration: none;
text-transform: uppercase;
transition: all 0.25s ease-in-out 0s;
}

#offers .product-list li .button a:hover {
background-color: #252774;
color: #fff;
}

/* ------------ Popular Products ------------ */

#offers {
	margin: 0 auto;
	max-width: 1200px;
	text-align: center;
}

#offers h2 {
border-top: 5px solid #e10102;
display: inline-block;
font-family: 'Titillium Web', sans-serif;
font-size: 25px;
line-height: 25px;
margin: 30px 0;
padding: 15px 10px 0 10px;
text-transform: uppercase;
}

#offers .product-list li {
	float: left;
	margin-bottom: 30px;
	padding: 0 15px;
	text-align: center;
	width: 25%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#offers .product-list-content {
	padding-bottom: 20px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#offers .product-list-content:hover {
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}

#offers .product-list li img {
	border: 5px solid #fff;
	float: left;
	height: auto;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#offers .product-list li h3 a {
	color: #333;
	display: inline-block;
font-family: 'Titillium Web', sans-serif;
font-size: 20px;
font-weight: 600;
line-height: 20px;
min-height: 40px;
text-decoration: none;
text-transform: uppercase;
padding: 20px 20px 10px 20px;
}

#offers .product-list li h3 a:hover {
color: #e10102;
}

#offers .product-list li .button a {
background-color: #e10102;
color: #fff;
display: inline-block;
font-family: 'Titillium Web', sans-serif;
font-size: 20px;
font-weight: 600;
letter-spacing: 1px;
line-height: 20px;
margin-top: 20px;
padding: 15px 20px;
text-decoration: none;
text-transform: uppercase;
transition: all 0.25s ease-in-out 0s;
}

#offers .product-list li .button a:hover {
background-color: #252774;
color: #fff;
}


/* ------------ Popular Products ------------ */

#popular-products {
	margin: 0 auto;
	max-width: 1200px;
	text-align: center;
}

#popular-products h2 {
border-top: 5px solid #e10102;
display: inline-block;
font-family: 'Titillium Web', sans-serif;
font-size: 25px;
line-height: 25px;
margin: 30px 0;
padding: 15px 10px 0 10px;
text-transform: uppercase;
}

#popular-products .product-list li {
	float: left;
	margin-bottom: 30px;
	padding: 0 15px;
	text-align: center;
	width: 25%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#popular-products .product-list-content {
	padding-bottom: 20px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#popular-products .product-list-content:hover {
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}

#popular-products .product-list li img {
	border: 5px solid #fff;
	float: left;
	height: auto;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#popular-products .product-list li h3 a {
	color: #333;
	display: inline-block;
font-family: 'Titillium Web', sans-serif;
font-size: 20px;
font-weight: 600;
line-height: 20px;
min-height: 40px;
text-decoration: none;
text-transform: uppercase;
padding: 20px 20px 10px 20px;
}

#popular-products .product-list li h3 a:hover {
color: #e10102;
}

#popular-products .product-list li .button a {
background-color: #e10102;
color: #fff;
display: inline-block;
font-family: 'Titillium Web', sans-serif;
font-size: 20px;
font-weight: 600;
letter-spacing: 1px;
line-height: 20px;
margin-top: 20px;
padding: 15px 20px;
text-decoration: none;
text-transform: uppercase;
transition: all 0.25s ease-in-out 0s;
}

#popular-products .product-list li .button a:hover {
background-color: #252774;
color: #fff;
}


/* ------------ Featured Products ------------ */

#featured-products {
	margin: 0 auto;
	max-width: 1184px;
	text-align: left;
}

#featured-products .featured-product {
	float: left;
	padding: 0 7px;
	position: relative;
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#featured-products img {
	float: left;
	height: auto;
	width: 100%;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
}

#featured-products .featured-product-content {
	position: absolute;
	top: 30px;
	left: 50%;
}

#featured-products .title {
font-family: 'Titillium Web', sans-serif;
font-size: 25px;
font-weight: 600;
letter-spacing: 1px;
line-height: 25px;
text-transform: uppercase;
}

#featured-products .button a {
background-color: #e10102;
color: #fff;
display: inline-block;
font-family: 'Titillium Web', sans-serif;
font-size: 20px;
font-weight: 600;
letter-spacing: 1px;
line-height: 20px;
margin-top: 25px;
padding: 15px 20px;
text-decoration: none;
text-transform: uppercase;
transition: all 0.25s ease-in-out 0s;
}

#featured-products .button a:hover {
background-color: #252774;
}


/* ------------ Footer ------------ */

footer {
	background-color: #333;
	color: #777;
	margin-top: 30px;
	padding: 30px 0;
}

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

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

#footer-info {
	margin: 0 auto;
	max-width: 1200px;
}

#footer-info section {
	display: block;
	float: left;
	margin-bottom: 30px;
	padding: 0 15px;
	width: 22%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#footer-info section h4 {
	color: #fff;
font-family: 'Titillium Web', sans-serif;
font-size: 20px;
font-weight: 600;
text-transform: uppercase;
}

#footer-info section ul {
	margin-top: 15px;
}

#footer-info section ul ul {
	display: none;
}

#footer-info section ul li {
	padding-top: 10px;
}

#footer-info .footer-address {
	border-left: 1px solid #515151;
	padding-left: 30px;
	width: 32%;
}

#footer-info .footer-address i {
	color: #fff;
	padding-right: 5px;
}

#footer-info .footer-address p {
	margin-top: 20px;
}

#social-media li {
	float: left;
	margin-right: 10px;
}

#social-media li a {
	background-color: #777;
	display: block;
	height: 40px;
	text-indent: -25000px;
	width: 40px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	transition: all 0.25s ease-in-out 0s;
}

#social-media-twitter a { background: #777 url('../img/social-media-twitter.png') no-repeat 0 0; }
#social-media-facebook a { background: #777 url('../img/social-media-facebook.png') no-repeat 0 0; }
#social-media-instagram a { background: #777 url('../img/social-media-instagram.png') no-repeat 0 0; }
#social-media-youtube a { background: #777 url('../img/social-media-youtube.png') no-repeat 0 0; }

#social-media li a:hover {
	background-color: #fff;
}

#illustrative {
	font-size: 14px;
	line-height: 19px;
	margin: 0 auto;
	max-width: 1170px;
	padding-bottom: 30px;
}

#furniture {
	border-top: solid 1px #515151;
	margin: 0 auto;
	max-width: 1170px;
	padding-top: 30px;
}

#copyright {
	float: left;
}

#credit {
	float: right;
}

#hygiene-rating {
	clear: both;
	padding-top: 25px;
}

#hygiene-rating img {
	float: left;
	height: auto;
	width: 80%;
}


/* ------------ Powered By ------------ */

.powered-by {
	padding: 30px 0;
	text-align: center;
}


/* ------------ Misc ------------ */


.google-map {
	margin-top: 30px;
	position: relative;
	padding-bottom: 60%; // This is the aspect ratio
height: 0;
	overflow: hidden;
	width: 100%;
}

.google-map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

#rotate {
	display: none;
}

#category-introduction-content {
	position: relative;
}

#column-2 #category-introduction-content h2 {
	margin: 30px 0 0 0;
}

.checkbox label input {
	width: auto !important;
}

.checkbox label {
	width: 100% !important;
}

.rejected {
	background-color: rgba(225, 1, 2, 0.09);
}