@charset "utf-8";
/* CSS Document */
/* @import url('//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css'); */
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css');

@font-face {
    font-family: 'Ariston';
    src: url('../fonts/Ariston.woff2') format('woff2'),
        url('../fonts/Ariston.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'brandyscriptregular';
    src: url('../fonts/brandyscript-webfont.woff2') format('woff2'),
         url('../fonts/brandyscript-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'pt_sansbold';
    src: url('../fonts/pt_sans-web-bold-webfont.woff2') format('woff2'),
         url('../fonts/pt_sans-web-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'pt_sansbold_italic';
    src: url('../fonts/pt_sans-web-bolditalic-webfont.woff2') format('woff2'),
         url('../fonts/pt_sans-web-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'pt_sansitalic';
    src: url('../fonts/pt_sans-web-italic-webfont.woff2') format('woff2'),
         url('../fonts/pt_sans-web-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'pt_sansregular';
    src: url('../fonts/pt_sans-web-regular-webfont.woff2') format('woff2'),
         url('../fonts/pt_sans-web-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
/* Global */
body {
	background: #efe4b8 url(../imgs/Pepperonis_bkg.png);
    color: #000;
    margin: 0px;
    padding: 0px;
    border: 0;
    font-family: Arial, Helvetica, sans-serif;
    /* font-size: 12px; */
}

hr.green {
	border-top: 1px solid #0f8442;
	margin: .5em 0;
}

.form-group, .form-group p {
	font-family: Arial, Helvetica, sans-serif !important;
	font-weight:normal !important;
}

fieldset {
	border: 2px solid #86161c;
	padding: .35em 3em .75em;
}

fieldset.dotted {
	border: 2px dotted #c96c3c !important;
}

legend {
	width: auto;
	border: none;
	padding: 0 10px;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #86161c;
}

.form-horizontal .control-label {
    padding-top: 0px;
}

h1.whiteHdrText {
	color: #fff !important;
	padding: 5px 0 !important;
}
.whiteText {
	color: #fff;
	font: bold 1.4rem  Arial, Helvetica, sans-serif;
}

.yellowText {
	color: #FFE600;
	font: bold 12px 'pt_sansregular', Arial, Helvetica, sans-serif;
	line-height: 12px;
}

.backTop {
	color: #000;
	font: bold 1em  "Times New Roman", Times, serif;
	
}

.backTop:hover{
	color: #000;
	text-decoration:none;
}

.backTop span {
	color: #b6202c;
}

.backToTopBorder {
	/* border-bottom: 1px solid #c96c3c; */
	height:44px;
	background: transparent url(../imgs/backToTop_bkg.png) top center no-repeat;
	padding-top:12px;
}

.tinytext{
	font-size: 11px;
	font-weight: normal;
}

.pt10 {
	padding-top: 10px !important;
}

.ptb20 {
	padding-top: 20px !important;
}

.pad15 {
	padding: 15px !important;
}

.pad20 {
	padding: 20px !important;
}

.noPadLR {
	padding-left: 0px;
	padding-right: 0px;
}

.mtb10 {
	margin:10px 0 !important;
}

.mtb20 {
	margin:20px 0 !important;
}

.mt20 {
	margin-top:20px !important;
}

.mt40 {
	margin-top:40px !important;
}

.mb10 {
	margin-bottom:10px !important;
}

.mb20 {
	margin-bottom:20px !important;
}

.m20 {
	margin:20px !important;
}

.primaryButton {
	color:#fff;
	background:#333;
	padding:10px 20px;
	margin:20px 0;
	font-weight:bold;
	text-align:center;
}

header a, header a:active, header a:hover {
    color: #b6202c;
    text-decoration: none;
}

.headerIcons {
	width:45px;
}



.boxShadow {
	box-shadow: 0px 5px 15px #000;
	/* background: #000; */
}

.container {
	padding-left: 0px;
	padding-right: 0px;
}

.img-border {
	border:1px solid #86161c;
}

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/*HEADER STYLES*/
/* header {
	width: 100%;
	 margin-top:5%;
	 height: 180px;
} */

header h2 {
	font-family: 'Ariston', "Times New Roman", Times, serif;
	font-size: 1.8em;
	/* letter-spacing: 1px; */
	padding: 0px 20px 0 0;
	color: #b6202c;
	margin: 20px 0 0 0 !important;
}



.pepperonisLogo {
	/* position: absolute;
	top: 10px;
	left: 25px;
	z-index: 100; */
	margin:10px 10px 5px 10px;
}


/*NAVBAR STYLES*/
.navbar {
	
	margin-bottom: 0px;
	font: 1.8em "Times New Roman", Times, serif;
	/* letter-spacing: .1em; */
	text-shadow: 1px 1px 5px #000;
}

.navbar-default {
    /* border: 1px solid #0f8442; */
	background: #0f8442;
	/* border-top-left-radius: 5px; */

}

.navbar-default .navbar-nav > li > a {
    color: #fff;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #ffff99;
    background-color: transparent;
}


.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #ffff99;
    background-color: transparent;
}

.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.navbar .navbar-collapse {
  text-align: right;
}


h2.phoneNumber {
    font-family: "Times New Roman", Times, serif;
    font-weight: bold;
    font-size: 1.0em;
    /* letter-spacing: 1px; */
    padding: 10px 20px 0 0;
    color: #b6202c;
    margin: 0 !important;
}

.bottomBorder {
	/*border-bottom:1px solid #7f5335;*/
	background:url(../imgs/title_bkg.png) repeat-x bottom center;
}

/*MAIN CONTENT STYLES*/
section#mainContent, section#menuContent, section#aboutContent, section#specialsContent {
	background: #fff;
	overflow: hidden;
}


/* Menu Page */

#menuContent h1 {
	color:#df0000;
	font-size: 4em;
	font-family: 'Ariston',"Times New Roman", Times, serif;
	margin-bottom: -20px;
	background:#fff;
	display: inline-block !important;
	padding:0 20px !important;

}


#menuContent h2 {
	color:#df0000;
	font-weight: normal;
	font-size: 2em;
	font-family: 'Ariston',"Times New Roman", Times, serif;
	/* margin: 0;
	padding: 0; */
}

#menuContent h3 {
	color:#0f7448;
	font-weight: normal;
	font-size: 2em;
	font-family: 'Ariston',"Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
}

.menuHeader {
	font:bold 1.0em "Times New Roman", Times, serif;
	color:#0f7448 !important;
	margin:0 !important;
}

.menuHeader2 {
	font:bold 1.0em "Times New Roman", Times, serif;
	color:#0f7448;
	margin:0 !important;
}

.menuItem {
	font:bold 1.5em Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin:5px 10px 0 0;
    color: #86161c;
}

.menuItemSM {
	font:bold 1.3em Arial, Helvetica, sans-serif;
	text-transform: uppercase;
    color: #86161c;
}

.menuItemXSM {
	font:bold 1.1em Arial, Helvetica, sans-serif;
	text-transform: uppercase;
    color: #86161c;
}

.menuDetail {
	font: 1.3rem "Times New Roman", Times, serif;
	line-height: 1.5rem;
	margin:0;
    color: #000;
}

.menuDetailDark {
	font:bold italic 1.5rem "Times New Roman", Times, serif;
	margin:0 0 5px 0;
    color: #b6202c;
}

.menuDetailGreen {
	font:bold 1.3rem "Times New Roman", Times, serif;
	margin:0;
    color: #0f7448;
}

.menuDetailBrown {
	font:bold italic 1.3rem "Times New Roman", Times, serif;
	margin:0;
    color: #7f5335;
}

.menuDetail a, .menuDetailWhite a{
	color: #861919;
}

.menuDetail a:hover, .menuDetailWhite a:hover {
	color: #861919;
}

.menubox {
	border:1px solid #990000;
	background: #990000;
	padding: 0px;
	color:#fff;
}

.menubox h3 {
	color: #fff !important;
    font-weight: normal;
    font-size: 2em;
    font-family: 'Ariston',"Times New Roman", Times, serif;
    margin: 0;
    padding: 0;
}

.menuboxDetail {
	color: #fff !important;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.5rem;
}

#menulinks {
	/* margin:10px auto 0px auto; 
	width:85%; */
	color:#df0000;
	font-weight:bold;
	font-size: 1em;
	/* text-transform: uppercase; */
	padding:10px;
}
#menulinks p {
	margin:0;
	padding:0;
}

#menulinks a {
	color:#df0000;
}
#menulinks a:hover {
	color:#861919;
}

.table td.menuDetailGreen {
	font:bold 1.3rem "Times New Roman", Times, serif;
	margin:0;
    color: #0f7448;
}

.table td.menuDetail {
	font: 1.15rem Arial, Helvetica, sans-serif;
	line-height: 1.5rem;
	margin:0;
    color: #000;
}

.menuInlineDetail {
	font-size: 12px;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
	text-transform:none;
    color: #000;
}

.menuInlineDetailWhite {
	font-size: 12px;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
	text-transform:none;
    color: #fff;
}


/* /Menu Page */

/* About Us Page */

#aboutContent h1 {
	color:#df0000;
	font-size: 4em;
	font-family: 'Ariston',"Times New Roman", Times, serif;
	margin-bottom: -20px;
	background:#fff;
	display: inline-block !important;
	padding:0 20px !important;
}

#aboutContent p {
	padding:0 50px;
}
/* /About Us Page */


/* Specials Page */
#specialsContent h1 {
	color:#df0000;
	font-size: 4em;
	font-family: 'Ariston',"Times New Roman", Times, serif;
	margin-bottom: -20px;
	background:#fff;
	display: inline-block !important;
	padding:0 20px !important;
}



#specialsContent h2 {
	color:#df0000;
	font-weight: normal;
	font-size: 2em;
	font-family: 'Ariston',"Times New Roman", Times, serif;
	/* margin: 0;
	padding: 0; */
}

#specialsContent h3 {
    color: #0f7448;
    font-weight: normal;
    font-size: 2em;
    font-family: 'Ariston',"Times New Roman", Times, serif;
    margin: 0;
}

#specialsContent .menuHeader {
	font:bold 1.4em "Times New Roman", Times, serif;
	color:#000 !important;
	margin:0 !important;
}

#specialsContent .menuDetailGreen {
	font:bold 1.3rem "Times New Roman", Times, serif;
	margin:0;
    color: #0f7448;
}

#specialsContent .menuDetailBrown {
	font:bold italic 1.3rem "Times New Roman", Times, serif;
	margin:0;
    color: #7f5335;
}


.specialsBoxSolid {
	border: 2px solid #000;
	padding: 5px;
	margin: 10px;
	min-height: 450px;
}

.specialsBoxDotted {
	border: 2px dashed #7f5335;
	padding: 0;
	margin: 20px 0;
	overflow: hidden;
	min-height: 300px;
}

#specialsContent .specialsBoxSolid h2, #specialsContent .specialsBoxDotted h2 {
	padding: 10px;
	margin: 0;
	color: #fff;
	text-transform: uppercase;
	font: 2em "Times New Roman", Times, serif;
	font-weight: 500;
	background: #7f5335;
}

#specialsContent .specialsBoxSolid h3, #specialsContent .specialsBoxDotted h3 {
	padding: 10px 10px 0 10px;
	margin: 0;
	color: #7f5335;
	font:bold 1.7em "Times New Roman", Times, serif;
}

#specialsContent .specialsBoxSolid h3, #specialsContent .specialsBoxDotted h3 span {
	font:bold 1rem "Times New Roman", Times, serif;
}

#specialsContent .specialsBoxDotted h4.specialsPrice {
	color: #df0000;
	font:bold 1.8em "Times New Roman", Times, serif;
}

#specialsContent .specialsBoxDotted h4.specialsPrice sup {
	font:bold 1.4rem "Times New Roman", Times, serif;
}

#specialsContent .specialsBoxDotted h4.specialsPriceSmall {
	font-weight: bold;
	color: #df0000;
	font:bold 1.5em "Times New Roman", Times, serif;
}

#specialsContent .specialsBoxDotted h4.specialsPrice span {
	font:bold 2rem "Times New Roman", Times, serif;
	color: #7f5335;
}

#specialsContent .name {
	font:bold italic 2rem "Times New Roman", Times, serif;
	color: #000;
}

#specialsContent .name span {
	font:bold 2rem "Times New Roman", Times, serif;
	color: #7f5335;
}


.specialsFinePrint {
	font: italic 1.2rem  "Times New Roman", Times, serif !important;
	margin: 0;
	padding: 0 20px;
}



/* End Specials Page */


.borderless td, .borderless th {
	border:none !important;
}

.detailred {
	color:#861919;	
}


.specialscontent {
    /*font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    font-weight: bold;
    color: #861919;*/
    text-align: center;
    background-color: #D0B26D;
    border: 2px solid #333;
    padding-top: 5px;
    padding-bottom: 5px;
}

.coupon {
    margin-bottom: 10px;
    border: 4px dotted #000;
    /*font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;*/
    text-align: center;
    padding: 2px;
}

.fineText {
    font-size: 1rem;
	text-align:center;
	margin:0;
}

p.btmBorder {
    border-bottom-width: 5px;
    border-bottom-style: double;
    border-bottom-color: #333333;
    padding-bottom: 5px;
    margin: 10px;
}

.backToTop {
	color:#000;
	font:bold 1.3em 'pt_sansbold', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding:20px;
}

.backToTop a{
	color:#000;
}

.backToTop a:hover{
	color:#861919;
}



.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 1px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 0px solid #000;
	border-bottom: 0px solid #000;
	color: #fff;
}

.table > tbody > tr > td.yellowText {
	color: #FFE600 !important;
	font: bold 12px 'pt_sansregular', Arial, Helvetica, sans-serif;
	line-height: 12px;
}

/*FOOTER STYLES*/

footer {
	background-color: #fff;
    color:#000;
	font-family: "Times New Roman", Times, serif;
	clear:both;
	padding-bottom:40px;
	margin-bottom:20px;
}

footer a {
    color:#fff;
    font-weight: bold;
}

footer h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 2em;
	font-weight:900;
	text-align: center;
	/* letter-spacing: .2rem; */
	line-height: 0;
	color: #b6202c;
	padding-bottom: 20px;
	padding-top: 20px;
	margin-bottom: 0px;
}

footer h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 2em;
	text-align: center;
	padding-bottom: 0px;
	margin-bottom: 0px;
	color: #7f5335;
}

footer p {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.3em;
	text-align: center;
	color: #000;
}


.legalText {
	color: #b6202c;
    font-size: 1.1rem;
    margin: 20px;
	text-align:center;
}

.legalText a {
	color:#b6202c;
}



/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 

	header {
		width: 750px;
		margin-top: 0;
	}
	
	header h2 {
		font-size: 3em;
		margin-top: 80px !important;
		padding: 0 40px 0 0;
	}

	.pepperonisLogo {
		margin:10px 10px 5px 10px;
	}

	.headerIcons {
		width:60px;
	}

	.navbar {
		border-radius: 0px;
		/* border-top-left-radius: 25px; */
		margin-bottom: 0;
	}

	.navbar-default {
		border: 1px solid #0f8442;
		background: #0f8442;
		border-top-left-radius: 10px;
	}
	
	.navbar-nav > li {
		font-size: 2rem;
		padding-left:0px;
	}


	#appsImg, #saladsImg, #pizzaImg, #calzoneImg, #subsImg, #entreesImg, #pastaImg {
 	display:block;	
	}
	
    .footerMenu {
    /*display: none;*/
    font-size: 1em;
    
	}
	
	
	
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) { 
	
	header {
		width: 970px;
		height: 140px;
		margin-top: 0;
	}

	header h2 {
		font-size: 3em;
		margin-top: 80px !important;
		padding: 0 40px 0 0;
	}

	.pepperonisLogo {
		width: 65%;
		position: absolute;
		top: 10px;
		left: 25px;
		z-index: 100;
		margin:0;
	}
	
	.headerIcons {
		width:75px;
	}
	
	.navbar-default {
		border: 1px solid #0f8442;
		background: #0f8442;
		border-top-left-radius: 10px;
	}

	.navbar-nav > li {
		font-size: 1em;
	}
	
	#menulinks {
	font-size: 1em;
	}

	footer h2 {
		font-size: 3.5em;
	}

	footer h3 {
		font-size: 1.7em;
	}
	
	footer h3 span {
		font-size: .8em;
	}

	#appsImg, #saladsImg, #pizzaImg, #calzoneImg, #subsImg, #entreesImg, #pastaImg {
 	display:block;	
	}
	
	#specialsContent .specialsBoxDotted h4.specialsPrice {
    	font-size:2.5em;
	}
	
	
	
	
	.menuboxDetail {
    font-size: 2.5rem;
	}
	
	.menuDetailFundraisers {
		font-size: 2.5rem;
		color:#000;
	}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
	section#menuContent, section#specialsContent, section#aboutContent {
		padding-left:50px;
		padding-right:50px;
	}

	#specialsContent .specialsBoxDotted h4.specialsPrice sup {
	font:bold 1.8rem "Times New Roman", Times, serif;
	    top: -1em;
	}

	header {
		margin-top:0;
		width: 1170px;
		min-height: 160px;
	}
	
	header h2 {
	margin-top: 100px !important;
	padding: 0 40px 0 0;
	font-size: 4em;
}

	.pepperonisLogo {
		width:250px;
		position: absolute;
		top: 10px;
		left: 50px;
		z-index: 100;
		margin:0;
	}
	
	.headerIcons {
		width:80px;
	}
	
	.navbar-default {
    border: 1px solid #0f8442;
	background: #0f8442;
	border-top-left-radius: 10px;
	}
    
    .navbar-nav > li {
		font-size: 1em;
		padding-left: 50px;
	}

	#mainContent h1 {
		font-size: 32px;
	}

	#menulinks {
	font-size: 1em;
	}
	
	footer h2 {
		font-size: 3.5em;
	}

	footer h3 {
		font-size: 1.7em;
	}

	footer h3 span {
		font-size: .8em;
	}

    .footerMenu {
    display: block;
    }
	
	#specialsContent .specialsBoxDotted h4.specialsPrice {
    	font-size:3em;
	}
	
	
	
	#cateringContent h3 {
    	font-size: 4em;
	}
	
	.menuboxDetail {
    font-size: 2.5rem;
	}
	
	.menuDetailFundraisers {
		font-size: 2.5rem;
		color:#000;
	}
}