@font-face {
    font-family: 'Arial';
    src: url('../fonts/Arial/Arial-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Arial Bold';
    src: url('../fonts/newArial-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Arial Italic';
    src: url('../fonts/newArial-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Arial Bold Italic';
    src: url('../fonts/newArial-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Arial CE';
    src: url('../fonts/newArialCE-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Arial CE Bold';
    src: url('../fonts/newArialCE-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Arial Black';
    src: url('../fonts/newArialBlack.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Harmond';
    src: url('../fonts/Harmond-ExtraBoldExpanded.otf') format('Opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'fabrizio';
    src: url('../fonts/fabrizio.otf') format('Opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



body
{
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
   /*font-family: 'Open Sans', sans-serif;*/
   font-family: 'Arial', 'Arial Bold', 'Arial Italic', 'Arial Bold Italic', 'Arial CE', 'Arial CE Bold', 'Arial Black', sans-serif;
   /*background: url(../images/napa-bg.jpg);background-repeat: no-repeat; background-size: cover; background-position: center;*/
}
.wrapper{
	margin: 0;
	padding: 0;
	width: 100%;
	box-sizing:border-box;
}
.padding{
	padding: 0;
}


body a {text-decoration: none;    color: inherit;}
ul{list-style: none;margin: 0;padding: 0;}
p:last-child{margin: 0; padding: 0;}
p, h1, h2, h3, h4, h5, h6 {margin: 0;}
html {overflow-x: hidden;}
figure { margin: 0;}



.common-sec h1 {padding: 0 0 20px 0;margin: 0;font-size: 46px;line-height: 60px;color: #00502e;font-weight: 700;text-transform: uppercase;font-family: 'Arial', 'Arial Bold', 'Arial Italic', 'Arial Bold Italic', 'Arial CE', 'Arial CE Bold', 'Arial Black', sans-serif;}
.common-sec h2 {font-size: 40px; line-height: 50px; font-weight: 600; color: #066518!important; margin-bottom: 30px;text-align:center;}
.common-sec h3 {font-size: 26px; line-height: 32px; font-weight: 700; font-family: 'Arial', 'Arial Bold', 'Arial Italic', 'Arial Bold Italic', 'Arial CE', 'Arial CE Bold', 'Arial Black', sans-serif;text-align:left;padding-bottom:10px;color: #ff0000!important;}
.common-sec h4{font-size: 24px; line-height: 30px; font-family: 'Arial', 'Arial Bold', 'Arial Italic', 'Arial Bold Italic', 'Arial CE', 'Arial CE Bold', 'Arial Black', sans-serif; padding: 5px 0 40px 0;}
.common-sec p {font-size: 20px; line-height: 28px;padding-right: 0;padding-bottom: 8px;color: #000;}
.common-sec li {font-size: 20px; line-height: 28px;color: #000; padding: 0 0 10px 0;}
.common-sec ul {margin:0;padding:0;display:inline-block;list-style: none;}

.common-sec a:hover {color:#000;}
.common-padding  {padding:70px 0;}


.header {position:unset;top: 0;z-index: 99999;width: 100%;padding: 5px 0;background:#fcfcfc;}
.menu ul li a {transition:0.5s;color: #066518!important;padding: 0px 16px!important;font-size: 22px;font-weight: 600;font-family: "Arial", "Arial Bold", "Arial Italic", "Arial Bold Italic", "Arial CE", "Arial CE Bold", "Arial Black", sans-serif;display: inline-block;letter-spacing: 0.5px;background: transparent;position:relative;line-height:28px;}
.menu .nav-item{margin:0 30px 0 0;}
.menu nav{padding:0;}
.menu .nav-item:last-child{margin:0 0 0 12px;}
.menu ul li a:hover{color: #E0010D !important;}

.header-btn a{border:2px solid #EE3F2B;}

.header-btn a{line-height:24px;}

.navbar-nav .header-btn a{color:#fff!important;background: #be1e2d;border-radius: 0px;margin: 0 0 0 22px;border:2px solid #be1e2d;padding: 7px 12px 7px 12px !important;}

.navbar-expand-md .navbar-collapse {justify-content: right;}
.slider {position: relative;}
.sticky {position: fixed !important;top: 0;width: 100%;background-color: #fff;color: #000 !important;z-index: 9999;display: block;box-shadow: 0px 7px 6px #bfb7b7a8;}
.sticky + *{margin-top:100px;}

.slider .carousel-item img {width: 100%;}
.carousel-control-prev img {transform: rotate(180deg);}
.navbar-nav{align-items:center;}

.carousel .carousel-item{background: #000;}
.carousel .carousel-item img{width:100%;}
#slider .carousel-item{background:#000;}

.slider-content { position: absolute; top: 50%; left: 0; right: 0; z-index: 999; transform: translate(0px, -50%); }
#slider{position:relative}
.menu ul li::after{content:'';width:0%;display:block;height:1px;background:#E0010D;transition:0.5s;}
.menu ul li:hover::after{width:100%;}

.phone-number::after{content:unset!important;}
#collapsibleNavbar{justify-content: end;}
.logo p{font-size: 30px; line-height: 42px; color: #fff; text-transform: uppercase; font-weight: 600;font-family: "Cormorant Garamond", serif;}
.menu ul .phone-number a{color: #fff !important; background:#E0010D; padding: 8px 16px!important; display: inline-block; font-size: 20px; line-height: 26px; font-weight: 600; font-family: "Arial", "Arial Bold", "Arial Italic", "Arial Bold Italic", "Arial CE", "Arial CE Bold", "Arial Black", sans-serif; margin: 0px 0 0 0; border: 1px solid #E0010D; border-radius: 0px;}
.top-header p { color: #fff; font-size: 18px; line-height: 28px; font-weight: 500; font-family: "Arial", "Arial Bold", "Arial Italic", "Arial Bold Italic", "Arial CE", "Arial CE Bold", "Arial Black", sans-serif; }
.logo img{width:86%;}
.slider-content-col a:hover{background:#0E87CC;border: 1px solid #0E87CC;}
/*.navbar-nav .phone-number a:hover{background:#ff0000!important;color:#fff!important;border:1px solid #ff0000;}*/
.carousel .carousel-control-next, .carousel .carousel-control-prev{width: 7%;}

#collapsibleNavbar .phone-number a:hover{color:#fff!important;background:#066518;border:1px solid #066518;}

/*.header .container{max-width: 1420px;}*/
.container{max-width: 1420px;}




/*Menu css*/

.menu-heading {text-align: center;}
.menu-heading h1 {font-size: 50px;font-weight: 600;color: #E0010D;}

/*.menu-sec{background: #f3e2cb; background-image: url(../images/new-png.png); background-size: 25%; background-repeat: no-repeat; background-position: top right;}*/
.menu-sec{background: #f3e2cb; background-image: url(../images/new-png.png); background-size: 25%; background-repeat: no-repeat; background-position: top right;}
.menu-title h4{font-size: 22px;line-height: 30px;padding: 0 0 5px 0;text-align: left;letter-spacing: 0.5px;}
.second-price{margin: 0 0 0 10px!important;}
.menu-description{font-size:16px;}
.menu-row {margin-bottom: 0;padding-bottom: 15px;}
.menu-sec .menu-item {display: flex;align-items: baseline;}
.menu-sec .menu-item p.price-sec {font-size: 20px;line-height: 27px;color: #000;font-weight: 600;text-align: right;font-family: "Libre Baskerville", serif;}
.menu-sec .dots {flex: 1;overflow: hidden;color: #000;margin: 0 10px;font-size: 23px;letter-spacing: 4px;}
.menu-col-heading {text-align: center;}
.menu-col-heading h2 {font-weight: 700;position: relative; padding-top: 0; color: #E0CC00; margin-bottom: 30px;margin-top: 30px;}
.inner-menu p {padding: 0;margin: 0;font-weight: 500;font-family: 'Arial', 'Arial Bold', 'Arial Italic', 'Arial Bold Italic', 'Arial CE', 'Arial CE Bold', 'Arial Black', sans-serif;color:#fff;font-size: 18px;line-height: 27px;}
.menu-item h4 {font-size: 20px;line-height: 27px;color: #000;font-family: "Libre Baskerville", serif;font-weight:500;}
.menu-item p {font-size: 15px;}
.menu-heading h3{font-size: 42px;line-height: 52px;text-align: left;padding: 0 0 20px 0;font-family: "Cormorant Garamond", serif;font-weight: 800;color: #009346;}
.menu-heading h2{font-size: 58px; line-height: 70px; font-family: 'Cormorant Garamond'; padding: 0 0 35px 0;color: #ff0000;font-weight: 800;}

.menu-col{padding:0 30px;}
.stromboli h3{text-align:center;}
.menu-description{font-size: 20px!important; line-height: 27px!important; color: #000!important; font-family: "Cormorant Garamond", serif!important;font-weight:500;}
.next-row{padding-top:40px;}

.additional-items h3{text-align:center;}
.additional-items{padding:0 80px;}

.pizza-by-slice-row h3{text-align:center;}


.lunch-menu h2{padding:0 0 0px 0;color: #ff0000;}
.menu-time{font-size: 32px; line-height: 42px; font-family: "Libre Baskerville", serif;color: #009346;}
.lunch-heading{padding:0 0 30px 0;}
.lunch-menu .menu-heading h3 {padding:0 0 10px 0;}
.menu-heading h3 span{font-size: 20px;padding-left: 10px;color:#000;}
.lunch-menu-items{padding: 0 0 35px 0;}

.side-sausage .menu-item{justify-content: space-between;}
.side-sausage .menu-item h4{width:50%;}
.side-sausage .menu-item .oz{padding-left:10px;color: #000 !important;}

.family-heading{display:flex;align-items:center;justify-content: space-between;}
.family-items{font-size: 24px !important;line-height: 30px !important;color: #000 !important;}


