body {
	background: #fff none repeat scroll 0 0;
	margin: 0 auto;
}
input:focus, select:focus {
	outline: none !important;
}
a:focus {
	outline: none !important;
}
*:focus {
	outline: none !important;
}
@font-face {
	font-family: 'Conv_ITCEDSCR';
	src: url('../fonts/ITCEDSCR.eot');
	src: local('☺'), url('../fonts/ITCEDSCR.woff') format('woff'), url('../fonts/ITCEDSCR.ttf') format('truetype'), url('../fonts/ITCEDSCR.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
header {
	position: absolute;
	width: 100%;
	z-index: 99;
}
.logo {
    margin-top: 20px;
}
.logo img {
    margin: 0 auto;
    width: 40%;
}
.banner {
	position: relative;
}
.banner img {
	width: 100%;
}
.banner-welcome {
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-size: 42px;
	line-height: 55px;
	position: absolute;
	text-align: center;
	top: 185px;
	width: 100%;
}
.banner-welcome img {
	margin: 0 auto 30px;
}
.banner-welcome a {
	color: #F70808;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.banner-welcome a:hover {
	color: #fff;
}
#menu {
	background: #F6263C none repeat scroll 0 0;
	border: none;
	border-radius: 0;
	top: 0;
	z-index: 9999;
}
#menu ul li:first-child {
	background: rgba(0, 0, 0, 0) url("../images/menu-img-1.png") no-repeat scroll 9% 20px / 40px;
}
#menu ul li:nth-child(2) {
	background: rgba(0, 0, 0, 0) url("../images/menu-img-2.png") no-repeat scroll 9% 20px / 40px;
}
#menu ul li:nth-child(3) {
	background: rgba(0, 0, 0, 0) url("../images/menu-img-3.png") no-repeat scroll 9% 20px / 40px;
}
#menu ul li:nth-child(4) {
	background: rgba(0, 0, 0, 0) url("../images/menu-img-4.png") no-repeat scroll 9% 20px / 40px;
}
#menu ul li:nth-child(5) {
	background: rgba(0, 0, 0, 0) url("../images/menu-img-5.png") no-repeat scroll 9% 20px / 40px;
}
#menu ul li:nth-child(6) {
	background: rgba(0, 0, 0, 0) url("../images/menu-img-6.png") no-repeat scroll 9% 20px / 40px;
}
#menu ul li:last-child {
	background: rgba(0, 0, 0, 0) url("../images/menu-img-7.png") no-repeat scroll 9% 20px / 40px;
}
.home-pizza-part {
	padding: 50px 0 40px;
}
.home-pizza-item {
	margin-bottom: 50px;
	text-align: center;
}
.home-pizza-item img {
	margin: 0 auto 10px;
}
.home-pizza-item-heading {
	color: #000;
	font-family: 'Open Sans', sans-serif;
	font-size: 25px;
	font-weight: 300;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.home-pizza-item-details {
	color: #313131;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-style: italic;
	height: 70px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.home-pizza-item-price {
	color: #f7263d;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: bold;
}
.home-pizza-item-price a {
	color: #f7263d;
	text-decoration: none;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home-pizza-item-price a:hover {
	color: #000;
}
.home-big-pizza-part {
	padding: 0 0 60px;
}
.home-big-pizza-left {
	color: #313131;
	font-family: "Open Sans", sans-serif;
	font-size: 17px;
	font-style: italic;
	line-height: 30px;
	margin-top: 2%;
	text-align: center;
}
.home-big-pizza-left-heading {
	color: #000;
	font-family: "Open Sans", sans-serif;
	font-size: 25px;
	font-style: normal;
	font-weight: 300;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.home-big-pizza-left a {
	color: #f6263c;
	font-weight: 600;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home-big-pizza-left a:hover {
	color: #000;
}
.home-big-pizza-right {
	color: #313131;
	font-family: "Open Sans", sans-serif;
	font-size: 17px;
	font-style: italic;
	line-height: 30px;
	text-align: center;
}
.home-big-pizza-right img {
	margin: 0 auto 25px;
}
.home-hour-part {
	background: rgba(0, 0, 0, 0) url("../images/hm-hour-bg.jpg") no-repeat fixed 0 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 30px 0;
	position: relative;
}
.home-hour-heading {
	color: #f7263d;
	font-family: "Open Sans", sans-serif;
	font-size: 25px;
	font-weight: 800;
	margin-bottom: 5px;
}
.home-hour-details {
	color: #000;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 5px;
}
.home-hour-details a {
	color: #000;
	text-decoration: none;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home-hour-details a:hover {
	color: #f7263d;
}
.home-hour-part-right {
	position: absolute;
	top: -30px;
	right: 8%;
}
.home-hour-part-right img {
	float: right;
}
.home-information-part {
	background: rgba(0, 0, 0, 0) url("../images/hm-information-bg.png") no-repeat scroll 0 125px;
	padding: 115px 0 80px;
}
.home-information-item {
	text-align: center;
}
.home-information-item img {
	margin: 0 auto 15px;
}
.home-information-name {
	color: #000;
	font-family: 'Open Sans', sans-serif;
	font-size: 25px;
	font-weight: 300;
	text-transform: uppercase;
}
.home-map {
	background: #e6e6e6 none repeat scroll 0 0;
	position: relative;
}
.home-map-part {
	background: rgba(25, 123, 50, 0.85) none repeat scroll 0 0;
	padding: 45px 35px;
	position: absolute;
	top: 60px;
	width: 300px;
	z-index: 9;
}
.home-map-heading {
	color: #fff;
	font-family: 'Alex Brush', cursive;
	font-size: 39px;
}
.home-map-details {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
}
.home-delivery-part {
	background: rgba(230, 230, 230, 1) url("../images/hm-delivery-bg.jpg") no-repeat scroll 0 bottom;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	padding: 40px 0 30px;
}
.home-delivery-left-heading {
	color: #f7263d;
	font-family: 'Oswald', sans-serif;
	font-size: 35px;
	font-weight: bold;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.delivery-phone-no {
	color: #272b36;
	float: right;
	font-family: 'Oswald', sans-serif;
	font-size: 46px;
	font-weight: bold;
	line-height: 40px;
}
.delivery-phone-no a {
	color: #272b36;
	text-decoration: none;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.delivery-phone-no a:hover {
	color: #f7263d;
}
.home-delivery-place {
	padding: 0 35px 0 0;
}
.home-delivery-heading {
	color: #272b36;
	font-family: 'Alex Brush', cursive;
	font-size: 40px;
}
.home-delivery-place ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.home-delivery-place ul li {
	color: #000;
	float: left;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	margin-bottom: 3px;
	width: 50%;
}
.home-facebook-download-btn {
	margin-top: 50px;
	padding-right: 0;
	text-align: right;
}
.home-facebook-download-btn a {
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
a.home-facebook-btn {
	background: #3b5998 none repeat scroll 0 0;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height: 30px;
	margin-bottom: 20px;
	padding: 10px 20px;
	text-align: left;
	width: 190px;
}
a.home-facebook-btn:hover {
	color: #fff;
}
a.home-facebook-btn .fa {
	float: left;
	font-size: 32px;
	margin-right: 20px;
}
a.home-download-btn {
	background: #197b32 none repeat scroll 0 0;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height: 30px;
	margin-bottom: 20px;
	padding: 10px 20px;
	text-align: center;
	width: 190px;
}
a.home-download-btn:hover {
	color: #fff;
}
footer {
	background: #000 none repeat scroll 0 0;
	padding: 35px 0;
}
.footer-menu {
}
.footer-menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.footer-menu ul li {
	border-right: 2px solid #fff;
	float: left;
	height: 13px;
	line-height: 13px;
	margin-right: 15px;
}
.footer-menu ul li a {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	padding-right: 15px;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.footer-menu ul li a:hover {
	color: #197B30;
}
.footer-menu ul li:last-child {
	border-right: none;
}
.copyright {
	color: #fff;
	float: right;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	text-align: right;
	text-transform: uppercase;
}
.copyright a {
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.copyright a:hover {
	color: #197B30;
}
.page .entry-title {
	left: 9%;
	position: relative;
	width: 80%;
}
.inside-banner {
	position: relative;
}
.inside-banner img {
	width: 100%;
}
.inner-content {
	color: #333;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	margin-bottom: 15px;
}
.inner-content-heading {
	color: #000;
	font-family: 'Alex Brush', cursive;
	font-size: 32px;
	font-weight: 600;
	margin-bottom: 5px;
}
.inner-content a {
	color: #000;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.inner-content a:hover {
	color: #F6263C;
}
.about-images {
	padding: 0 8px;
}
.about-bottom {
	background: rgba(0, 0, 0, 0) url("../images/about-bottom-bg.jpg") no-repeat scroll 0 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-top: 50px;
	padding: 70px 0;
	position: relative;
}
.about-bottom::before {
	background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0px;
	position: absolute;
	top: 0;
	width: 100%;
}
.about-bottom::after {
	background: url("../images/tri-top-bg.png") repeat-x;
	content: "";
	height: 7px;
	left: 0px;
	position: absolute;
	top: 0;
	width: 100%;
}
.about-bottom-inner {
	position: relative;
	z-index: 99;
}
.about-bottom-heading {
	color: #fff;
	font-family: 'Alex Brush', cursive;
	font-size: 50px;
	text-align: center;
	line-height: 50px;
	margin-bottom: 5px;
}
.about-bottom-heading-2 {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	font-weight: 600;
	line-height: 25px;
	margin-bottom: 5px;
	text-align: center;
	text-transform: uppercase;
}
.about-bottom-details {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	text-align: center;
	margin-bottom: 20px;
}
.about-bottom-details .fa {
	color: #bf2424;
	font-size: 20px;
	position: relative;
}
.pizza-icon-border {
	background: rgba(0, 0, 0, 0) url("../images/pizza-icon.png") no-repeat scroll center center / 30px;
	height: 30px;
	margin-bottom: 4%;
	position: relative;
}
.pizza-icon-border::before {
	background: #fff none repeat scroll 0 0;
	content: "";
	height: 1px;
	left: 41%;
	position: absolute;
	top: 15px;
	width: 70px;
}
.pizza-icon-border::after {
	background: #fff none repeat scroll 0 0;
	content: "";
	height: 1px;
	position: absolute;
	right: 41%;
	top: 15px;
	width: 70px;
}
.about-bottom-inner ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.pizza-item-image {
	float: left;
	margin: 15px 25px 0 0;
	width: 80px;
}
.pizza-item-right {
	border-top: 1px dashed #fff;
	float: left;
	padding: 30px 0;
	width: 90%;
}
.pizza-item-text {
	float: left;
}
.pizza-item-heading {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: 600;
}
.pizza-item-details {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
}
.pizza-item-price {
	color: #F6263C;
	float: right;
	font-family: 'Open Sans', sans-serif;
	font-size: 28px;
	font-weight: 600;
	margin-top: 6px;
}
.about-bottom-inner ul li:last-child .pizza-item-right {
	border-bottom: 1px dashed #fff;
}
.inner-content ul {
	list-style-type: none;
	margin: 0 0 25px;
	overflow: hidden;
	padding: 0;
}
.inner-content ul li {
	background: rgba(0, 0, 0, 0) url("../images/list-img.png") no-repeat scroll 0 0 / 25px;
	float: left;
	margin-bottom: 10px;
	padding-left: 35px;
	width: 50%;
}
.pizza-price {
	color: #fff;
	font-size: 35px;
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	padding: 30px 15px;
	text-align: center;
	text-transform: uppercase;
}
.pizza-price-mid {
	color: #197B30;
	font-size: 35px;
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	padding: 10px 15px;
	text-align: center;
	text-transform: uppercase;
}
.gourmet-bottom {
	background: rgba(0, 0, 0, 0) url("../images/gourmet-bottom-bg.jpg") no-repeat scroll 0 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-top: 50px;
	padding: 70px 0;
	position: relative;
}
.gourmet-bottom::before {
	background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0px;
	position: absolute;
	top: 0;
	width: 100%;
}
.gourmet-bottom::after {
	background: url("../images/tri-top-bg.png") repeat-x;
	content: "";
	height: 7px;
	left: 0px;
	position: absolute;
	top: 0;
	width: 100%;
}
.inner-content-left {
	float: left;
	width: 80%;
}
.inner-content-left strong {
	text-transform: uppercase;
}
.pizza-price-right {
	color: #F6263C;
	float: right;
	font-family: 'Oswald', sans-serif;
	font-size: 23px;
	font-weight: 600;
	line-height: 18px;
	margin: 3px 25px 0 0;
}
.bottom-text {
	color: #F6263C;
	font-family: 'Alex Brush', cursive;
	font-size: 40px;
	font-weight: 600;
}
.right-text {
	text-align: right;
}
.sides-item {
	margin-bottom: 0 !important;
}
.sides-bottom-item {
	float: left;
	width: 50%;
}
.sides-bottom-item ul li {
	width: 100%;
}
.deal-item {
	height: 135px;
}
.deal-heading {
	color: #000;
	font-family: 'Alex Brush', cursive;
	font-size: 34px;
	font-weight: 600;
}
.deal-right-part {
	float: right;
}
/*.page-id-17 .entry-content {
	min-height: 700px;
}*/
.contact-left {
	margin-bottom: 3%;
}
.contact-form {
	margin-bottom: 10px;
	padding-left: 0;
}
.contact-form input {
	border: 1px solid #999;
	border-radius: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	height: 37px;
	width: 100%;
}
.contact-form textarea {
	border: 1px solid #999;
	border-radius: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	height: 100px;
	width: 100%;
}
.contact-form-btn input {
	background: #197B30 !important;
	border-radius: 0 !important;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px !important;
	font-weight: 500 !important;
	text-transform: none !important;
}
.contact-form input:focus, .contact-form textarea:focus {
	border: 1px solid #999 !important;
}
.contact-right {
	margin-bottom: 3%;
}
.contact-right .fa {
	color: #F6263C;
	font-size: 22px;
	margin-bottom: 10px;
	text-align: center;
	width: 25px;
}
.contact-right a {
	color: #333;
}
.contact-map {
	background: #E6E6E6;
}
.contact-map iframe {
	margin-bottom: 0;
}
.rating-section {
    padding: 40px 0;
	color: #333;
}
.fa-star{
	color: #ea6e30;
font-size: 14px;
}
.page-id-9 .entry-header .entry-title {
    display: none;
}
.page-id-13 .entry-header .entry-title {
    display: none;
}
h1.h1-head {
    color: #F6263C;
    font-family: 'Alex Brush', cursive;
    font-size: 42px;
    font-weight: 600;
	padding: 0 15px;
	margin: 0 0 20px;
}

.wpcf7-mail-sent-ok {display: none !important;}

@media only screen and (max-width : 320px) {
.logo {
	margin-top: 5px;
}
.logo img {
	margin: 0 auto;
	width: 40%;
}
.banner-welcome {
	font-size: 13px;
	line-height: 14px;
	top: 45px;
}
.banner-welcome img {
	margin: 0 auto;
	width: 15%;
}
.navbar {
	min-height: 0 !important;
	margin-bottom: 0 !important;
}
.affix {
	position: static;
}
.home .menu-toggle {
	margin: -52% 0 0 !important;
	z-index: 9999;
}
.menu-toggle {
	margin: -36% 0 0 !important;
}
.primary-navigation a {
	padding: 10px 50px !important;
}
#menu ul li:first-child {
	background: rgba(0, 0, 0, 0) url("../images/menu-img-1.png") no-repeat scroll 5% 5px / 30px;
}
#menu ul li:nth-child(2) {
	background: rgba(0, 0, 0, 0) url("../images/menu-img-2.png") no-repeat scroll 5% 5px / 30px;
}
#menu ul li:nth-child(3) {
	background: rgba(0, 0, 0, 0) url("../images/menu-img-3.png") no-repeat scroll 5% 5px / 30px;
}
#menu ul li:nth-child(4) {
	background: rgba(0, 0, 0, 0) url("../images/menu-img-4.png") no-repeat scroll 5% 5px / 30px;
}
#menu ul li:nth-child(5) {
	background: rgba(0, 0, 0, 0) url("../images/menu-img-5.png") no-repeat scroll 5% 5px / 30px;
}
#menu ul li:nth-child(6) {
	background: rgba(0, 0, 0, 0) url("../images/menu-img-6.png") no-repeat scroll 5% 5px / 30px;
}
#menu ul li:last-child {
	background: rgba(0, 0, 0, 0) url("../images/menu-img-7.png") no-repeat scroll 5% 5px / 30px;
}
.home-pizza-item-heading {
	font-size: 20px;
}
.home-pizza-item-details {
	font-size: 13px;
}
.home-hour-part {
	padding: 30px 0;
}
.home-hour-part-left {
	margin-bottom: 25px;
}
.home-hour-part-right {
	position: static;
}
.home-information-part {
	background: rgba(0, 0, 0, 0) url("../images/hm-information-bg.png") no-repeat scroll -50px 550px;
	padding: 35px 0 0;
}
.home-information-item {
	margin-bottom: 35px;
}
.home-map-part {
	padding: 10px 35px;
	top: 170px;
	width: 290px;
}
.home-delivery-part {
	padding: 10px 0 5px;
}
.home-delivery-left-heading {
	font-size: 25px;
	margin-bottom: 10px;
	overflow: hidden;
}
.delivery-phone-no {
	float: left;
	font-size: 32px;
}
.home-delivery-heading {
	font-size: 34px;
}
.home-delivery-place ul {
	overflow: hidden;
}
.home-delivery-place ul li {
	width: 100%;
}
.home-facebook-download-btn {
	margin-top: 30px;
	padding: 0;
	text-align: left;
}
footer {
	padding: 15px 0;
}
.footer-menu {
	overflow: hidden;
	text-align: center;
}
.footer-menu ul {
	display: inline-block;
	overflow: hidden;
}
.footer-menu ul li {
	float: left;
	margin: 0;
}
.footer-menu ul li a {
	padding: 0 15px;
}
.copyright {
	float: none;
	text-align: center;
}
.page .entry-title {
	font-size: 30px !important;
	left: 6%;
	margin: 0 !important;
}
.inner-content-heading {
	font-size: 22px;
	line-height: 30px;
}
.about-right {
	overflow: hidden;
	margin-bottom: 25px;
}
.about-images {
	float: left;
	padding: 0 2px;
	width: 33%;
}
.inner-content ul li {
	width: 100%;
}
.gourmet-bottom {
	margin-top: 0;
	padding: 30px 0;
}
.pizza-price {
	font-size: 30px;
	padding: 10px 15px;
}
.pizza-price-right {
	font-size: 16px;
	margin: 3px 0 0 0;
}
.bottom-text {
	font-size: 27px;
}
.sides-bottom-item {
	width: 100%;
}
.sides-bottom-item ul {
	margin-bottom: 0;
}
.right-text {
	text-align: left;
}
.deal-item {
	height: 110px;
}
.deal-mid-image {
	margin-bottom: 25px;
	overflow: hidden;
}
}

@media only screen and (min-width : 321px) and (max-width : 480px) {
.logo {
	margin-top: 5px;
}
.logo img {
	margin: 0 auto;
	width: 40%;
}
.banner-welcome {
	font-size: 13px;
	line-height: 14px;
	top: 52px;
}
.banner-welcome img {
	margin: 0 auto;
	width: 15%;
}
.navbar {
	min-height: 0 !important;
	margin-bottom: 0 !important;
}
.affix {
	position: static;
}
.home .menu-toggle {
	margin: -52% 0 0 !important;
	z-index: 9999;
}
.menu-toggle {
	margin: -36% 0 0 !important;
}
.primary-navigation a {
	padding: 10px 50px !important;
}
#menu ul li:first-child {
	background: rgba(0, 0, 0, 0) url("../images/menu-img-1.png") no-repeat scroll 5% 5px / 30px;
}
#menu ul li:nth-child(2) {
	background: rgba(0, 0, 0, 0) url("../images/menu-img-2.png") no-repeat scroll 5% 5px / 30px;
}
#menu ul li:nth-child(3) {
	background: rgba(0, 0, 0, 0) url("../images/menu-img-3.png") no-repeat scroll 5% 5px / 30px;
}
#menu ul li:nth-child(4) {
	background: rgba(0, 0, 0, 0) url("../images/menu-img-4.png") no-repeat scroll 5% 5px / 30px;
}
#menu ul li:nth-child(5) {
	background: rgba(0, 0, 0, 0) url("../images/menu-img-5.png") no-repeat scroll 5% 5px / 30px;
}
#menu ul li:nth-child(6) {
	background: rgba(0, 0, 0, 0) url("../images/menu-img-6.png") no-repeat scroll 5% 5px / 30px;
}
#menu ul li:last-child {
	background: rgba(0, 0, 0, 0) url("../images/menu-img-7.png") no-repeat scroll 5% 5px / 30px;
}
.home-pizza-item-heading {
	font-size: 20px;
}
.home-pizza-item-details {
	font-size: 13px;
}
.home-hour-part {
	padding: 30px 0;
}
.home-hour-part-left {
	margin-bottom: 25px;
}
.home-hour-part-right {
	position: static;
}
.home-information-part {
	background: rgba(0, 0, 0, 0) url("../images/hm-information-bg.png") no-repeat scroll -50px 550px;
	padding: 35px 0 0;
}
.home-information-item {
	margin-bottom: 35px;
}
.home-map-part {
	padding: 10px 50px;
	top: 170px;
	width: 330px;
}
.home-delivery-part {
	padding: 10px 0 5px;
}
.home-delivery-left-heading {
	font-size: 25px;
	margin-bottom: 10px;
	overflow: hidden;
}
.delivery-phone-no {
	float: left;
	font-size: 32px;
}
.home-delivery-heading {
	font-size: 34px;
}
.home-delivery-place ul {
	overflow: hidden;
}
.home-delivery-place ul li {
	width: 100%;
}
.home-facebook-download-btn {
	margin-top: 30px;
	padding: 0;
	text-align: left;
}
footer {
	padding: 15px 0;
}
.footer-menu {
	overflow: hidden;
	text-align: center;
}
.footer-menu ul {
	display: inline-block;
	overflow: hidden;
}
.footer-menu ul li {
	float: left;
	margin: 0;
}
.footer-menu ul li a {
	padding: 0 15px;
}
.copyright {
	float: none;
	text-align: center;
}
.page .entry-title {
	font-size: 30px !important;
	left: 6%;
	margin: 0 !important;
}
.inner-content-heading {
	font-size: 22px;
	line-height: 30px;
}
.about-right {
	overflow: hidden;
	margin-bottom: 25px;
}
.about-images {
	float: left;
	padding: 0 2px;
	width: 33%;
}
.inner-content ul li {
	width: 100%;
}
.gourmet-bottom {
	margin-top: 0;
	padding: 30px 0;
}
.pizza-price {
	font-size: 30px;
	padding: 10px 15px;
}
.pizza-price-right {
	font-size: 16px;
	margin: 3px 0 0 0;
}
.bottom-text {
	font-size: 27px;
}
.sides-bottom-item {
	width: 100%;
}
.sides-bottom-item ul {
	margin-bottom: 0;
}
.right-text {
	text-align: left;
}
.deal-item {
	height: 110px;
}
.deal-mid-image {
	margin-bottom: 25px;
	overflow: hidden;
}
}

@media only screen and (min-width : 481px) and (max-width : 767px) {
.logo {
	margin-top: 5px;
}
.logo img {
	margin: 0 auto;
	width: 40%;
}
.banner-welcome {
	font-size: 24px;
	line-height: 30px;
	top: 90px;
}
.banner-welcome img {
	margin: 0 auto;
	width: 15%;
}
.navbar {
	min-height: 0 !important;
	margin-bottom: 0 !important;
}
.affix {
	position: static;
}
.home .menu-toggle {
	margin: -47% 0 0 !important;
	z-index: 9999;
}
.menu-toggle {
	margin: -33% 0 0 !important;
}
.primary-navigation a {
	padding: 10px 65px !important;
}
#menu ul li:first-child {
	background: rgba(0, 0, 0, 0) url("../images/menu-img-1.png") no-repeat scroll 5% 5px / 30px;
}
#menu ul li:nth-child(2) {
	background: rgba(0, 0, 0, 0) url("../images/menu-img-2.png") no-repeat scroll 5% 5px / 30px;
}
#menu ul li:nth-child(3) {
	background: rgba(0, 0, 0, 0) url("../images/menu-img-3.png") no-repeat scroll 5% 5px / 30px;
}
#menu ul li:nth-child(4) {
	background: rgba(0, 0, 0, 0) url("../images/menu-img-4.png") no-repeat scroll 5% 5px / 30px;
}
#menu ul li:nth-child(5) {
	background: rgba(0, 0, 0, 0) url("../images/menu-img-5.png") no-repeat scroll 5% 5px / 30px;
}
#menu ul li:nth-child(6) {
	background: rgba(0, 0, 0, 0) url("../images/menu-img-6.png") no-repeat scroll 5% 5px / 30px;
}
#menu ul li:last-child {
	background: rgba(0, 0, 0, 0) url("../images/menu-img-7.png") no-repeat scroll 5% 5px / 30px;
}
.home-pizza-item {
	float: left;
	width: 50%;
}
.home-pizza-item-heading {
	font-size: 22px;
}
.home-pizza-item-details {
	font-size: 13px;
}
.home-hour-part {
	padding: 30px 0;
}
.home-hour-part-left {
	float: left;
	margin-bottom: 0;
	width: 50%;
}
.home-hour-details {
	font-size: 16px;
	line-height: 27px;
}
.home-hour-part-right {
	float: left;
	position: static;
	width: 50%;
}
.home-information-part {
	background: rgba(0, 0, 0, 0) url("../images/hm-information-bg.png") no-repeat scroll 0 50px / 100px;
	padding: 35px 0 0;
}
.home-information-item {
	float: left;
	margin-bottom: 35px;
	width: 25%;
}
.home-information-item img {
	width: 70%;
}
.home-information-name {
	font-size: 18px;
}
.home-map-part {
	padding: 10px 35px;
	top: 145px;
	width: 290px;
}
.home-delivery-part {
	padding: 10px 0 5px;
}
.home-delivery-left {
	overflow: hidden;
}
.home-delivery-left-heading {
	font-size: 27px;
	line-height: 45px;
	margin-bottom: 10px;
	overflow: hidden;
	width: 80%;
}
.delivery-phone-no {
	float: right;
	font-size: 32px;
}
.home-delivery-place {
	float: left;
	padding: 0 35px 0 0;
	width: 65%;
}
.home-delivery-heading {
	font-size: 34px;
}
.home-delivery-place ul {
	overflow: hidden;
}
.home-facebook-download-btn {
	float: right;
	margin-top: 55px;
	padding: 0;
	text-align: left;
	width: 35%;
}
footer {
	padding: 15px 0;
}
.footer-menu {
	overflow: hidden;
	text-align: center;
}
.footer-menu ul {
	display: inline-block;
	overflow: hidden;
}
.footer-menu ul li {
	float: left;
	margin: 0;
}
.footer-menu ul li a {
	padding: 0 15px;
}
.copyright {
	float: none;
	text-align: center;
}
.page .entry-title {
	font-size: 38px !important;
	left: 0;
	margin: 0 !important;
}
.inner-content-heading {
	font-size: 30px;
	line-height: 40px;
}
.about-right {
	overflow: hidden;
	margin-bottom: 25px;
}
.about-images {
	float: left;
	padding: 0 2px;
	width: 33%;
}
.about-bottom {
	margin-top: 0;
	padding: 30px 0;
}
.inner-content ul li {
	width: 100%;
}
.gourmet-bottom {
	margin-top: 0;
	padding: 30px 0;
}
.pizza-price {
	float: left;
	font-size: 24px;
	padding: 10px 15px;
	width: 33%;
}
.pizza-price-mid {
	float: left;
	font-size: 28px;
	width: 100%;
}
.pizza-price-right {
	font-size: 16px;
	margin: 3px 0 0 0;
}
.bottom-text {
	font-size: 27px;
}
.sides-bottom-item {
	width: 100%;
}
.sides-bottom-item ul {
	margin-bottom: 0;
}
.right-text {
	text-align: left;
}
.deal-item {
	height: 85px;
}
.deal-right-part {
	float: left;
	width: 100%;
}
.deal-mid-image {
	margin-bottom: 25px;
	overflow: hidden;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
.logo {
	margin-top: 15px;
}
.logo img {
	width: 32%;
}
.banner-welcome {
	font-size: 26px;
	line-height: 30px;
	top: 95px;
}
.banner-welcome img {
	margin: 0 auto 5px;
}
.navbar {
	min-height: 0 !important;
	margin-bottom: 0 !important;
}
.home .menu-toggle {
	margin: -47% 0 0 !important;
}
.menu-toggle {
	margin: -33% 0 0 !important;
}
.primary-navigation a {
	padding: 15px 55px !important;
}
#menu ul li:first-child {
	background: rgba(0, 0, 0, 0) url("../images/menu-img-1.png") no-repeat scroll 0 5px / 40px;
}
#menu ul li:nth-child(2) {
	background: rgba(0, 0, 0, 0) url("../images/menu-img-2.png") no-repeat scroll 0 5px / 40px;
}
#menu ul li:nth-child(3) {
	background: rgba(0, 0, 0, 0) url("../images/menu-img-3.png") no-repeat scroll 0 5px / 40px;
}
#menu ul li:nth-child(4) {
	background: rgba(0, 0, 0, 0) url("../images/menu-img-4.png") no-repeat scroll 0 5px / 40px;
}
#menu ul li:nth-child(5) {
	background: rgba(0, 0, 0, 0) url("../images/menu-img-5.png") no-repeat scroll 0 5px / 40px;
}
#menu ul li:nth-child(6) {
	background: rgba(0, 0, 0, 0) url("../images/menu-img-6.png") no-repeat scroll 0 5px / 40px;
}
#menu ul li:last-child {
	background: rgba(0, 0, 0, 0) url("../images/menu-img-7.png") no-repeat scroll 0 5px / 40px;
}
.home-pizza-item-heading {
	font-size: 22px;
	line-height: 25px;
}
.home-pizza-item-details {
	height: 55px;
	line-height: 20px;
}
.home-hour-part {
	padding: 25px 0;
}
.home-hour-details {
	font-size: 17px;
	line-height: 27px;
}
.home-hour-part-right {
	top: -5px;
	right: 3%;
}
.home-information-part {
	background: rgba(0, 0, 0, 0) url("../images/hm-information-bg.png") no-repeat scroll 0 85px;
	padding: 55px 0 30px;
}
.home-information-item img {
	width: 65%;
}
.home-information-name {
	font-size: 20px;
}
.home-delivery-part {
	padding: 20px 0 20px;
}
.home-delivery-left {
	overflow: hidden;
}
.home-delivery-left-heading {
	width: 93%;
}
.home-delivery-right {
	overflow: hidden;
}
.page .entry-title {
	left: 1%;
	width: 98%;
}
.inner-content-heading {
	font-size: 28px;
	line-height: 30px;
}
.about-images {
	padding: 0 3px;
}
.about-bottom {
	margin-top: 0;
	padding: 20px 0;
}
.pizza-price {
	font-size: 28px;
	padding: 10px 15px;
}
.pizza-price-mid {
	font-size: 28px;
}
.gourmet-bottom {
	margin-top: 0;
	padding: 20px 0;
}
.inner-content-left {
	width: 65%;
}
.page-id-13 .inner-content ul li {
	height: 80px;
}
.page-id-13 .inner-content-left {
	line-height: 20px;
}
.bottom-text {
	font-size: 35px;
	line-height: 40px;
}
.deal-item {
	line-height: 20px;
}
.deal-heading {
	margin-bottom: 10px;
}
.deal-mid-image {
	margin-top: 16%;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
.banner-welcome {
	font-size: 35px;
	line-height: 42px;
	top: 145px;
}
.banner-welcome img {
	margin: 0 auto 6px;
}
.primary-navigation a {
	padding: 29px 10px 28px 45px !important;
	font-size: 13px !important;
}
#menu ul li:first-child {
	background: rgba(0, 0, 0, 0) url("../images/menu-img-1.png") no-repeat scroll 5% 23px / 35px;
}
#menu ul li:nth-child(2) {
	background: rgba(0, 0, 0, 0) url("../images/menu-img-2.png") no-repeat scroll 5% 23px / 35px;
}
#menu ul li:nth-child(3) {
	background: rgba(0, 0, 0, 0) url("../images/menu-img-3.png") no-repeat scroll 5% 23px / 35px;
}
#menu ul li:nth-child(4) {
	background: rgba(0, 0, 0, 0) url("../images/menu-img-4.png") no-repeat scroll 5% 23px / 35px;
}
#menu ul li:nth-child(5) {
	background: rgba(0, 0, 0, 0) url("../images/menu-img-5.png") no-repeat scroll 5% 23px / 35px;
}
#menu ul li:nth-child(6) {
	background: rgba(0, 0, 0, 0) url("../images/menu-img-6.png") no-repeat scroll 5% 23px / 35px;
}
#menu ul li:last-child {
	background: rgba(0, 0, 0, 0) url("../images/menu-img-7.png") no-repeat scroll 5% 23px / 35px;
}
.home-pizza-item-heading {
	font-size: 22px;
}
.home-hour-part {
	padding: 35px 0;
}
.home-hour-part-left {
	width: 40%;
}
.home-hour-part-right {
	right: 4%;
	width: 50%;
}
.home-delivery-part {
	padding: 15px 0 50px;
}
.home-delivery-left-heading {
	font-size: 30px;
	margin-bottom: 0;
}
.delivery-phone-no {
	font-size: 34px;
}
.copyright {
	width: 55%;
}
.page .entry-title {
	left: 3%;
	width: 94%;
}
.about-bottom {
	margin-top: 0;
	padding: 25px 0;
}
.pizza-price {
	padding: 20px 15px;
}
.gourmet-bottom {
	margin-top: 0;
	padding: 25px 0;
}
.inner-content-left {
	width: 75%;
}
.deal-mid-image {
	margin-top: 7%;
}
.contact-left {
	width: 60%;
}
.contact-right {
	width: 40%;
}
}

@media screen and (min-width: 1424px) {
.page .entry-title {
	left: 11%;
	width: 78%;
}
.entry-content {
	min-height: 615px;
}
}

@media screen and (min-width: 1624px) {
.page .entry-title {
	left: 21%;
	width: 58%;
}
.entry-content {
	min-height: 615px;
}
.home-delivery-part {
	padding: 40px 0 60px;
}
}

@media screen and (min-width: 1920px) {
.page .entry-title {
	left: 21%;
	width: 58%;
}
.entry-content {
	min-height: 615px;
}
.home-delivery-part {
	padding: 40px 0 80px;
}
}
