/*========================================================
	Main Style for D Motown Deli 2025
=========================================================*/
/* colors declaration */
:root {
    --ecru: #f8efde;
    --bgcolor: #242223;
    --yellow: #faa419;
    --red: #c23b35;
    --black: #000;
    --white: #fff;
}

/* fonts declaration */
@font-face {
    font-family: intermedium;
    src: url("../Inter-Medium.ttf");
}
@font-face {
    font-family: interregular;
    src: url("../fonts/Inter-Regular.ttf");
}
@font-face {
    font-family: ownersblack;
    src: url("../fonts/Owners Black.otf");
}
@font-face {
    font-family: ownersbold;
    src: url("../fonts/Owners Bold.otf");
}
@font-face {
    font-family: ownersmedium;
    src: url("../fonts/Owners Medium.otf");
}
@font-face {
    font-family: ownersnarblack;
    src: url("../fonts/Owners Narrow Black.otf");
}
@font-face {
    font-family: ownersnarmedium;
    src: url("../fonts/Owners Narrow Medium.otf");
}
@font-face {
    font-family: ownersregular;
    src: url("../fonts/Owners Regular.otf");
}
@font-face {
    font-family: oldlondon;
    src: url("../fonts/OldLondon.ttf");
}
/*========================================================
										RESET
=========================================================*/
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
abbr,
address,
em,
img,
sub,
sup,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
article,
aside,
figcaption,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
}

ol,
ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}

*:focus {
    outline: none;
}

* {
    box-sizing: border-box;
}

input[type='submit'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
/* end reset */
/***********************************************************************************************/

/*========================================================
                      Main Styles
=========================================================*/
body {
    background: var(--bgcolor);
    font-family: interregular, arial, sans-serif;
    color: var(--bgcolor);
    font-size: 21px;
}
li {
    list-style-type: none;
}
a {
    text-decoration: none;
}
.clear {
    clear: both;
}
.inline-text {
    font-weight: 700;
}
h1, h2, h3, h4, h5, h6{
  font-family: ownersblack, arial, sans-serif;
  text-transform: capitalize;
}
h1, h2{
  font-size: 56px;
}
h3{
  font-size: 38px;
}
@media only screen and (min-width: 1920px) and (max-width: 2559px) {}
@media only screen and (min-width: 1301px) and (max-width: 1919px) {
    body {
        font-size: 18px;
    }
    h1, h2{
      font-size: 48px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
    body {
        font-size: 18px;
    }
    h1, h2{
      font-size: 46px;
    }
    h3{
      font-size: 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    body {
        font-size: 18px;
    }
    h1, h2{
      font-size: 38px;
    }
    h3{
      font-size: 30px;
    }
}
@media only screen and (max-width: 767px) {
    body {
        font-size: 18px;
    }
    h1, h2{
      font-size: 36px;
    }
    h3{
      font-size: 24px;
    }
}
/*=======================================================
                       Main Layout
=========================================================*/
.bodyFrame {
    max-width: 100%;
    margin: 0 auto;
}
.pageFull {
    width: 100%;
}
.pageSize {
    width: 75%;
    max-width: 1330px;
    margin: 0 auto;
}
@media only screen and (min-width: 1920px) and (max-width: 2559px) {}
@media only screen and (min-width: 1301px) and (max-width: 1919px) {
  .pageSize {
      width: 90%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .pageSize {
      width: 94%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .pageSize {
      width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .pageSize {
      width: 90%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {}
@media only screen and (max-width: 479px) {}

/*========================================================
									TOP & NAVIGATION
=========================================================*/
/* not display on large screen */
.smobitrigger,
.mnuclose,
.menu ul li.mlogo,
.menu ul li.mphone,
.menu ul li.mhours,
.menu ul li.msocial,
.menu ul li.mmlinks,
.menu ul li.maddress,
.telMob,
.logoMob,
.hoursNav {
    display: none;
}
/* top section  */
.top {
    width: 100%;
    display: block;
    position: static;
    background: var(--ecru);
}
.boxesWrap {
    width: 75%;
    max-width: 1330px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100px;
}
.boxes {
    height: 100px;
}
.one {
    width: 15%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
.one img {
  display: block;
  width: 207px;
}
.two {
    width: 62%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.three {
    width: 23%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.topPhone {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
}
.topTel {
  background: url('../images/icons/phone-icon.svg');
  background-repeat: no-repeat;
  background-size: 50px 50px;
  background-position: left center;
  font-family: intermedium, arial, sans-serif;
  font-size: 24px;
  display: flex;
  align-items: center;
  padding-left: 60px;
  min-height: 50px;
}
.menu ul li.dlink {
    font-family: intermedium, arial, sans-serif;
    font-size: 24px;
    display: inline-block;
    text-transform: capitalize;
    line-height: 1.5;
    padding: 0 10px;
}
.menu ul li.dlink a:hover {
    color: var(--red);
}
.menu ul > li:nth-child(2 of .dlink) {
    margin-right: 60px;
}
@media only screen and (min-width: 1920px) and (max-width: 2559px) {}
@media only screen and (min-width: 1301px) and (max-width: 1919px) {
  .boxesWrap {
  	width: 90%;
    height: 80px;
  }
  .menu ul li.dlink {
  	font-size: 21px;
  }
  .topTel {
    font-size: 22px;
  	background-size: 45px 45px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .boxesWrap {
  	width: 94%;
    height: 80px;
  }
  .one img {
  	width: 150px;
  }
  .two {
  	width: 66%;
  }
  .three {
  	width: 19%;
  }
  .menu ul li.dlink {
  	font-size: 18px;
  }
  .topTel {
  	background-size: 42px 42px;
  	font-size: 18px;
  	padding-left: 50px;
  	min-height: 50px;
  }

}
@media only screen and (max-width: 1023px) {
}
/*========================================================
									Buttons
=========================================================*/
.bannBtn {
  background: var(--red);
  border-radius: 10px;
  color: var(--white);
  cursor: pointer;
  display: inline-block;
  font-family: interregular, arial, sans-serif;
  font-size: 19px;
  text-align: center;
  text-transform: uppercase;
  padding: 15px 30px;
}
.moreBtn {
    font-size: 16px;
    color: var(--red);
    text-transform: capitalize;
}
@media only screen and (min-width: 1301px) and (max-width: 1919px) {}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {}
@media only screen and (min-width: 768px) and (max-width: 1023px) {}
@media only screen and (max-width: 767px) {}
@media only screen and (max-width: 479px) {}
/*========================================================
		Index Banner
=========================================================*/
.bannerMain {
  background: url('../images/index/d-top-banner.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 0 auto;
  height: 743px;
}
.banPriceLabel {
    margin: 100px 0 0 188px;
}
.banOrderWrap {
    position: relative;
}
.banOrderbg {
    position: absolute;
    left: 0;
    bottom: -500px;
    width: 908px;
    height: 423px;
    background: url('../images/index/order.png') no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 25px;
    display: flex;
    padding: 40px 10px 40px 40px;
}
.banOrderLeft {
    width: 66.66%
}
.banOrderRight {
    width: 33.33%;
    padding-top: 10px;
}
.banOrderLeft h1 {
    text-transform: capitalize;
    line-height: 1.1;
    padding-bottom: 15px;
}
.banOrderLeft h1 span {
    display: block;
}
.banOrderListWrap {
    width: 100%;
    display: flex;
}
.banOrderListLeft,
.banOrderListRight {
    width: 50%;
}
.banOrderListLeft h3,
.banOrderListRight h3 {
    font-family: ownersbold, arial, sans-serif;
    font-size: 32px;
    text-transform: capitalize;
    padding-bottom: 12px;
}
.banOrderListLeft ul li,
.banOrderListRight ul li {
    background: url('../images/icons/star.svg') no-repeat;
    background-position: left center;
    background-size: 20px 20px;
    font-size: 18px;
    padding: 4px 0 4px 30px;
    text-transform: capitalize;
}
.banOrderSizeWrap {
    width: 100%;
    display: flex;
}
.bsizeOne {
    width: 33.33%;
}
.bsizeTwo {
    width: 66.66%;
    padding-left: 15px;
}
.banOrderSize h3 {
    font-family: ownersbold, arial, sans-serif;
    font-size: 21px;
    color: var(--red);
    text-transform: uppercase;
}
.banOrderSize h3 span {
    display: block;
    font-family: interregular, arial, sans-serif;
    font-size: 21px;
    color: var(--bgcolor);
}
.banOrderSize p {
    font-family: ownersbold, arial, sans-serif;
    font-size: 24px;
    padding-bottom: 50px;
}
@media only screen and (min-width: 1301px) and (max-width: 1919px) {
  .bannerMain {
  	height: 480px;
  }
  .banOrderbg {
  	bottom: -380px;
  	width: 850px;
  	height: 380px;
  	padding: 30px 20px 40px 40px;
  }
  .banPriceLabel  {
    width: 190px;
    margin: 75px 0 0 325px;
  }
  .banOrderListLeft h3,
  .banOrderListRight h3 {
  	font-size: 24px;
  }
  .banOrderSize p {
  	font-size: 20px;
  	padding-bottom: 40px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .bannerMain {
  	height: 480px;
  }
  .banOrderbg {
  	bottom: -380px;
  	width: 850px;
  	height: 380px;
  	padding: 30px 20px 40px 40px;
  }
  .banOrderListWrap {
  	width: 90%;
  }
  .banPriceLabel {
  	width: 175px;
  	margin: 75px 0 0 145px;
  }
  .banOrderListLeft h3,
  .banOrderListRight h3 {
  	font-size: 24px;
  }
  .banOrderSize p {
  	font-size: 20px;
  	padding-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .bannerMain {
  	height: 450px;
  }
  .banOrderbg {
  	bottom: -695px;
  	background: url('../images/index/tablet-order.png') no-repeat;
  	background-size: cover;
  	flex-direction: column;
  	width: 500px;
  	height: 680px;
  	padding: 30px 40px 40px 40px;
  }
  .banOrderLeft,
  .banOrderRight {
  	width: 100%;
  }
  .banOrderRight {
  	padding-top: 75px;
  }
  .banOrderListWrap {
  	width: 100%;
  }
  .banPriceLabel {
  	width: 155px;
  	margin: 55px 0 0 60px;
  }
  .banOrderListLeft h3,
  .banOrderListRight h3 {
  	font-size: 20px;
  }
  .banOrderSize p {
  	font-size: 20px;
  	padding-bottom: 20px;
  }
  .banOrderListLeft ul li,
  .banOrderListRight ul li {
  	font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .bannerMain {
  	height: 280px;
  }
  .banOrderbg {
  	bottom: -785px;
  	background: url('../images/index/tablet-order.png') no-repeat;
  	background-size: cover;
    background-position: center;
  	flex-direction: column;
  	width: 100%;
  	height: 680px;
  	padding: 30px 22px;
  }
  .banOrderLeft,
  .banOrderRight {
  	width: 100%;
  }
  .banOrderRight {
  	padding-top: 50px;
  }
  .banOrderListWrap {
  	width: 100%;
  }
  .banPriceLabel {
  	width: 115px;
  	margin: 10px 0 0 -15px;
  }
  .banOrderListLeft h3,
  .banOrderListRight h3 {
  	font-size: 18px;
  }
  .banOrderSize p {
  	font-size: 20px;
  	padding-bottom: 20px;
  }
  .banOrderListLeft ul li,
  .banOrderListRight ul li {
  	font-size: 16px;
  }
  .banOrderSize h3 {
  	font-size: 18px;
  }
}
@media only screen and (max-width: 479px) {}

/*========================================================
		Index Explore Menu Section
=========================================================*/
.inxExpTop {
    padding: 180px 0 90px;
}
.inxExpMenu h2 {
    text-align: center;
    color: var(--ecru);
    padding: 50px 0 30px;
}
.inxExpBoxes {
    width: 1100px;
    margin: 30px auto 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.inxExpBox {
    width: 21%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.inxExpLink{
  min-height: 20px;
}
.inxExpLink a{
  display: none;
}
.inxExpBox:hover .inxExpLink a{
  display: block;
}
.inxExpBox img {
    display: block;
    width: 140px;
}
.inxExpBox p {
  font-family: ownersmedium, arial, sans-serif;
    font-size: 24px;
    text-transform: capitalize;
    color: var(--ecru);
    padding-top: 20px;
}
.inxExpBoxesMobile{
  display: none!important;
}
@media only screen and (min-width: 1301px) and (max-width: 1919px) {
  .inxExpBoxes {
  	width: 1050px;
  }
  .inxExpBox img {
  	width: 130px;
  }
  .inxExpBox p {
  	font-size: 22px;
  }

}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .inxExpBoxes {
  	width: 100%;
  }
  .inxExpBox img {
  	width: 120px;
  }
  .inxExpBox p {
  	font-size: 21px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .inxExpTop {
  	padding: 480px 0 90px;
  }
  .inxExpBoxesDesktop{
    display: none!important;
  }
  .inxExpBoxesMobile{
    display: flex!important;
    justify-content: center;
    width: 90%!important;
  }
  .inxExpBox{
    width: 48%;
  }
  .inxExpBox img {
  	width: 140px!important;
  }
  .inxExpBox p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .inxExpTop {
    padding: 680px 0 60px;
  }
  .inxExpMenu h2 {
  	padding: 30px 0;
  }
  .inxExpMenu h2 span {
      display: block;
  }
  .inxExpBoxesDesktop{
    display: none!important;
  }
  .inxExpBoxesMobile{
    display: flex!important;
    justify-content: center;
    width: 100%;
  }
  .inxExpBox{
    width: 50%!important;
    text-align: center;
  }
  .inxExpBox img {
  	width: 120px;
  }
  .inxExpBox p {
  	font-size: 18px;
  }
  .inxExpBoxesMobile .inxExpBox{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 80%!important;
    margin-right: 0px!important;
  }
  .inxExpBoxesMobile .inxExpBox.inxExpBox img {
    	width: 127px!important;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .inxExpBoxesMobile{
    margin-left: 30px;
  }
}

/*========================================================
		Index Egg Rols Section
=========================================================*/
.inxBoxesbg {
    padding: 90px 0;
}
.inxBoxesWrap {
    width: 1315px;
    margin: 0 auto;
    display: flex;
    background: url('../images/index/paper-background.png');
    background-position: center center;
    background-size: cover;
    border-radius: 25px;
    padding: 60px 65px;
}
.inxBoxesWrapRev{
  flex-direction: row-reverse;
}
.inxBoxesWrapRev .inxBoxLeft{
  padding-right: 0;
  padding-left: 120px;
}
.inxBoxInside {
    width: 50%;
    position: relative;
}
.inxBoxRight img {
    width: 620px;
    position: absolute;
    right: -20px;
    top: -100px;
}
.inxBoxLeft {
    padding-right: 60px;
}
.inxBoxLeft h4 {
    background: url('../images/icons/star.svg') no-repeat;
    background-position: left top;
    background-size: 24px 24px;
    padding-left: 35px;
    font-size: 21px;
    color: var(--red);
    text-transform: uppercase;
    font-family: interregular, arial, sans-serif;
    padding-bottom: 20px;
}
.inxBoxDesc {
    line-height: 1.4;
    padding-top: 25px;
    min-height: 142.6px;
}
.inxPrices{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 50px 0 0;
}
.inxPrices p{
  font-family: ownersblack, arial, sans-serif;
  font-size: 42px;
}
.inxPrices p:nth-child(1){
  margin-right: 30px;
}
.inxPrices p span{
  font-family: intermedium, arial, sans-serif;
  font-size: 20px;
  text-transform: uppercase;
}
.inxBtnPlace{
  margin: 50px 0 0;
}
@media only screen and (min-width: 1920px) and (max-width: 2559px) {}
@media only screen and (min-width: 1301px) and (max-width: 1919px) {
  .inxBoxDesc {
  	line-height: 1.5;
  	min-height: 106px;
  }
  .inxPrices p {
  	font-size: 38px;
  }
  .inxBoxRight img {
  	width: 565px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .inxBoxesWrap {
  	width: 100%;
    padding: 50px 55px;
  }
  .inxBoxRight img {
  	width: 465px;
  }
  .inxPrices p {
  	font-size: 28px;
  }
  .inxPrices {
  	margin: 30px 0 0;
  }
  .inxBtnPlace {
  	margin: 40px 0 0;
  }
  .inxBoxesWrapRev .inxBoxLeft {
  	padding-left: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .inxBoxesWrap {
    flex-direction: column-reverse;
  	width: 100%;
    padding: 50px 55px;
  }
  .inxBoxRight img {
  	width: 465px;
  }
  .inxPrices p {
  	font-size: 28px;
  }
  .inxPrices {
  	margin: 30px 0 0;
  }
  .inxBtnPlace {
  	margin: 40px 0 0;
  }
  .inxBoxesWrapRev .inxBoxLeft {
  	padding-left: 70px;
  }
  .inxBoxInside {
  	width: 100%;
  }
  .inxBoxRight img {
  	width: 100%;
  	position: static;
    margin: -100px 0 0 0;
  }
  .inxBoxesWrapRev .inxBoxLeft {
  	padding-left: 0px;
  }
  .inxBoxLeft{
    margin: 50px 0 0;
  }
  .inxBoxDesc {
  	min-height: 101px;
  }
  .inxPrices p span {
  	font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .inxBoxesWrap {
    flex-direction: column-reverse;
  	width: 100%;
    padding: 30px 24px;
  }
  .inxBoxesbg {
  	padding: 60px 0;
  }
  .inxBoxRight img {
  	width: 465px;
  }
  .inxPrices p {
  	font-size: 24px;
  }
  .inxPrices {
  	margin: 30px 0 0;
  }
  .inxBtnPlace {
  	margin: 40px 0 0;
  }
  .inxBoxesWrapRev .inxBoxLeft {
  	padding-left: 70px;
  }
  .inxBoxInside {
  	width: 100%;
  }
  .inxBoxRight img {
  	width: 100%;
  	position: static;
    margin: -65px 0 0 0;
  }
  .inxBoxesWrapRev .inxBoxLeft {
  	padding-left: 0px;
  }
  .inxBoxLeft{
    margin: 50px 0 0;
    padding-right: 0;
  }
  .inxBoxDesc {
  	min-height: 101px;
  }
  .inxPrices p span {
  	font-size: 18px;
  }
  .inxPrices p:nth-child(1) {
  	margin-right: 20px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {}
@media only screen and (max-width: 479px) {}

/*========================================================
		Index D Motown Special Section
=========================================================*/
.dspecSec{
  background: var(--yellow);
  padding: 70px 0;
  margin: 90px 0 0;
}
.dspecWrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.dspecLeft{
  width: 48%;
}
.dspecRight{
  width: 43%;
}

.dspecTitle {
	background: url('../images/icons/star.svg') no-repeat;
	background-position: left top;
	background-size: 24px 24px;
	padding-left: 35px;
	font-size: 21px;
	color: var(--red);
	text-transform: uppercase;
	font-family: interregular, arial, sans-serif;
	padding-bottom: 20px;
}
.dspecRight h3{
  font-size: 58px;
}
.dspecDescr{
  line-height: 1.4;
  margin: 35px 0 0;
}
@media only screen and (min-width: 1920px) and (max-width: 2559px) {}
@media only screen and (min-width: 1301px) and (max-width: 1919px) {
  .dspecLeft img{
    width: 100%;
  }
  .dspecRight h3 {
  	font-size: 48px;
  }
  .dspecDescr {
  	max-width: 83%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .dspecSec {
  	padding: 60px 0;
  	margin: 60px 0 0;
  }
  .dspecLeft img{
    width: 100%;
  }
  .dspecRight h3 {
  	font-size: 42px;
  }
  .dspecRight {
  	width: 46%;
  }
  .dspecDescr {
  	max-width: 93%;
  }
  .inxPrices p span {
  	font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .dspecSec {
  	padding: 60px 0;
  	margin: 60px 0 0;
  }
  .dspecWrap {
  	display: flex;
    flex-direction: column;
  	justify-content: space-between;
  	align-items: flex-start;
  }
  .dspecLeft,
  .dspecRight{
    width: 100%;
  }
  .dspecLeft img{
    width: 92%;
  }
  .dspecRight h3 {
  	font-size: 38px;
  }
  .dspecDescr {
  	max-width: 93%;
  }
  .inxPrices p span {
  	font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .dspecSec {
  	padding: 60px 0;
  	margin: 0;
  }
  .dspecWrap {
  	display: flex;
    flex-direction: column;
  	justify-content: space-between;
  	align-items: flex-start;
  }
  .dspecLeft,
  .dspecRight{
    width: 100%;
  }
  .dspecLeft img{
    width: 100%;
  }
  .dspecRight h3 {
  	font-size: 34px;
  }
  .dspecDescr {
  	max-width: 93%;
  }
  .inxPrices p span {
  	font-size: 15px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {}
@media only screen and (max-width: 479px) {}

/*========================================================
		FOOTER section
=========================================================*/
.footerBg{
  color: var(--ecru);
  margin: 170px 0 0;
}
.footerWrap{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.fooMenu ul li.mlogo,
.fooMenu ul li.mphone,
.fooMenu ul li.maddress,
.fooMenu ul li.hoursNav,
.fooMenu ul li.msocial{
  display: none;
}
.fooMenu ul li.dlink{
  font-size: 21px;
  margin: 0 0 18px;
  text-transform: capitalize;
}
.fooOne p{
  font-size: 21px;
  margin: 30px 0 0;
}
.fooOne p span{
  font-weight: 700;
}
.fooSocial{
  margin: 30px 0 0;
}
.fooSocial img{
  margin-right: 10px;
}

.fooHours .hoursNav{
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  line-height: 1.1;
  font-weight: 400;
  color: var(--ecru);
  max-width: 300px;
  margin: 15px 0 10px;
}
.fooHours{
  margin-bottom: 40px;
}
.fooHours .hoursNav span{
  display: block;
}
.fooHours .hoursNav strong{
  min-width: 120px;
}
.fooHours .hoursNav .hourCell{
  min-width: 170px;
  text-align: left;
}
.fooHours p span {
    display: block;
}
.fooThree .fooAdr{
  line-height: 1.4;
}
.fooAdr span{
  display: block;
}
.fooPhone{
  margin: 30px 0;
}

.fcopy{
  padding: 100px 0 60px;
  font-size: 18px;
  text-align: center;
}
@media only screen and (min-width: 1301px) and (max-width: 1919px) {
  .fooHours .hoursNav {
  	font-size: 18px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .footerBg {
  	margin: 120px 0 0;
  }
  .fooLogo img{
    width: 210px;
  }
  .fooHours .hoursNav {
  	font-size: 18px;
  }
  .fcopy {
  	font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .footerBg {
  	margin: 120px 0 0;
  }
  .fooLogo img{
    width: 180px;
  }
  .fooOne p,
  .fooMenu ul li.dlink,
  .fooHours .hoursNav{
  	font-size: 18px;
  }
  .fooHours .hoursNav strong {
  	min-width: 100px;
  }
  .fcopy {
  	font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .footerBg {
  	margin: 60px 0 0;
  }
  .footerWrap{
    flex-direction: column;
  }
  .fooLogo img{
    width: 180px;
  }
  .fooTwo{
    border-top: 1px solid var(--ecru);
    border-bottom: 1px solid var(--ecru);
    margin: 30px 0;
    padding: 30px 0 20px;
  }
  .fooOne p,
  .fooMenu ul li.dlink,
  .fooHours .hoursNav{
  	font-size: 18px;
  }
  .fooHours .hoursNav strong {
  	min-width: 100px;
  }
  .fooHours .hoursNav {
  	max-width: 275px;
  }
  .fcopy {
  	font-size: 16px;
    line-height: 1.5;
    padding: 40px 0 30px;
  }
  .fcopy p span{
    display: block;
  }
}
@media only screen and (max-width: 479px) {}
/*========================================================
    Sandwiches Page
=========================================================*/
.sandwyellbg,
.sandwblbg {
    padding: 90px 0;
}
.sandwyellbg {
    background: var(--yellow);
}
.sandwblbg {
    background: var(--black);
}
.pageMenu {
    width: 950px;
    margin: 0 auto;
}
.menuTit h3 {
    font-family: oldlondon, arial, sans-serif;
    font-size: 80px;
    text-transform: capitalize;
    text-align: center;
    font-weight: 400;
}
.menuTit h3 span {
    display: block;
    font-size: 21px;
    font-family: ownersmedium, arial, sans-serif;
    color: var(--white);
    text-transform: none;
    letter-spacing: 2px;
}
.menuWrap {
    padding: 90px 0 0;
}
ul.menuMain {
    width: 100%;
    margin: 0 auto;
    text-align: left;
}
li.list {
    font-family: ownersbold, arial, sans-serif;
    text-transform: uppercase;
    padding-bottom: 35px;
}
li.list .menuItem {
    display: flex;
    margin-bottom: 7px;
}
ul.menuMain li .serial {
    margin-right: 0.5em;
    flex: 1;
    display: flex;
    font-size: 28px;
    letter-spacing: 2px;
}
ul.menuMain li .serial::after {
    content: "";
    border-bottom: dotted 2px var(--black);
    flex: 1;
    margin-left: 10px;
}
ul.menuMain li .price {
    text-align: left;
    font-size: 28px;
    margin-left: 5px;
}
.description {
    width: 82%;
   font-family: interregular, arial, sans-serif;
    font-size: 24px;
    line-height: 1.2;
    text-transform: none;
    padding-top: 10px;
}
.menubl h3 {
    color: var(--yellow);
}
.menubl h3 span {
    text-transform: uppercase;
}
.menuCowSize {
    display: flex;
    flex-direction: row;
    padding-top: 75px;
    align-items: flex-end;
}
.menuCowBox {
    width: 24%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.smallCow {
    width: 90px;
}
.mediumCow {
    width: 110px;
}
.largeCow {
    width: 150px;
}
.xlargeCow {
    width: 170px;
}
.menuCowBox h3 {
    font-size: 32px;
    font-family: ownersnarblack, arial, sans-serif;
    text-transform: uppercase;
    color: var(--yellow);
    letter-spacing: 2px;
}
.menuCowBox h3 span {
    display: block;
    font-family: interregular, arial, sans-serif;
    font-size: 21px;
    color: var(--white);
}
.menuCowBox p {
    font-family: ownersbold, arial, sans-serif;
    font-size: 30px;
    color: var(--white);
}
.menuChoices {
    display: flex;
    justify-content: space-between;
    padding-top: 50px;
}
.menuChoicesCol {
    width: 49%;
    padding-left: 60px;
}
.menuChoicesCol h3 {
    font-family: oldlondon, arial, sans-serif;
    font-size: 60px;
    text-transform: capitalize;
    font-weight: 400;
    color: var(--yellow);
}
.menuChoicesCol ul {
   padding: 15px 0;
}
.menuChoicesCol ul li {
    background: url('../images/dot-white.png') no-repeat;
    background-position: left top 15px;
    background-size: 8px 8px;
    font-family: ownersmedium, arial, sans-serif;
    text-transform: uppercase;
    font-size: 21px;
    color: var(--white);
    padding: 4px 0 4px 20px;
}
.mchoiceOne {
    border-right: 1px solid var(--yellow);
}
.menuChoicesCol p {
    font-family: ownersmedium, arial, sans-serif;
    text-transform: uppercase;
    font-size: 21px;
    color: var(--white);
}
.serwhite {
    color: var(--white);
}
.pryell {
    color: var(--yellow);
}
.menuTitSpec h3 {
    font-family: oldlondon, arial, sans-serif;
    font-size: 80px;
    text-transform: capitalize;
    text-align: center;
    font-weight: 400;
    color: var(--white);
}
.menuTitSpec h3 span {
    font-family: ownersblack, arial, sans-serif;
    font-size: 54px;
    padding-left: 120px;
}
.menuSpecWrap {
    display: flex;
    align-items: center;
    margin-top: 30px;
}
.menuSpecCol1 {
    width: 40%;
}
.menuSpecCol2 {
    width: 20%;
}
.menuSpecCol1 h4 {
    font-family: ownersnarmedium, arial, sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    color: var(--white);
    text-align: center;
    letter-spacing: 2px;
}
.menuSpecCol2 p {
    font-family: ownersnarblack, arial, sans-serif;
   text-transform: uppercase;
    color: var(--white);
    font-size: 36px;
    text-align: center;
}
.menuSides {
    padding-top: 50px;
}
.menuSides ul li {
    background: url(../images/dot-white.png) no-repeat;
    background-position: left top 15px;
    background-size: 8px 8px;
    font-family: ownersmedium, arial, sans-serif;
    text-transform: uppercase;
    font-size: 21px;
    color: var(--white);
    padding: 4px 0 4px 20px;
}
.sidemainsp {
    color: var(--yellow);
    padding: 0 20px;
}
ul.menuMain li .serwhite::after {
    border-bottom: dotted 2px var(--white);
}
.sidewhite {
    font-family: ownersbold, arial, sans-serif;
    color: var(--white);
}
.sideyell {
    color: var(--yellow);
    padding: 0 20px;
}
ul.menuMain li .dessdot::after {
    border-bottom: none;
}
@media only screen and (min-width: 1920px) and (max-width: 2559px) {}
@media only screen and (min-width: 1301px) and (max-width: 1919px) {
    .spanspec h3 span {
        font-size: 21px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
    .pageMenu {
        width: 750px;
    }
    .sandwyellbg, .sandwblbg {
        padding: 50px 0;
    }
    .menuTit h3 {
        font-size: 56px;
    }
    .menuTit h3 span {
        font-size: 21px;
    }
    .menuWrap {
        padding: 50px 0 0;
    }
    ul.menuMain li .serial,
    ul.menuMain li .price {
        font-size: 24px;
    }
    .description {
        font-size: 20px;
    }
    .menuCowBox h3,
    .menuCowBox p {
        font-size: 24px;
    }
    .menuCowBox h3 span {
        font-size: 16px;
    }
    .menuChoicesCol h3 {
        font-size: 46px;
    }
    .menuChoicesCol ul li {
        font-size: 18px;
        background-position: left top 12px;
        padding-left: 24px;
    }
    .menuChoicesCol p {
        font-size: 18px;
    }
    .menuTitSpec h3 {
        font-size: 56px;
    }
    .menuTitSpec h3 span {
        font-size: 44px;
    }
    .menuSpecCol1 h4 {
        font-size: 19px;
    }
    .spanspec h3 span {
        font-size: 18px;
    }
    .menuSides ul li {
        font-size: 18px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .pageMenu {
        width: 90%;
    }
    .sandwyellbg, .sandwblbg {
        padding: 50px 0;
    }
    .menuTit h3 {
        font-size: 56px;
    }
    .menuTit h3 span {
        font-size: 21px;
    }
    .menuWrap {
        padding: 50px 0 0;
    }
    ul.menuMain li .serial,
    ul.menuMain li .price {
        font-size: 24px;
    }
    .description {
        font-size: 20px;
    }
    .menuCowBox h3,
    .menuCowBox p {
        font-size: 24px;
    }
    .menuCowBox h3 span {
        font-size: 16px;
    }
    .menuChoicesCol h3 {
        font-size: 46px;
    }
    .menuChoicesCol ul li {
        font-size: 18px;
        background-position: left top 12px;
        padding-left: 24px;
    }
    .menuChoicesCol p {
        font-size: 18px;
    }
    .menuChoicesCol {
        padding-left: 10px;
    }
     .menuTitSpec h3 {
        font-size: 56px;
    }
     .menuTitSpec h3 span {
        font-size: 42px;
         padding-left: 30px;
    }
    .menuSpecCol1 h4 {
        font-size: 18px;
    }
    .spanspec h3 span {
        font-size: 18px;
    }
    .menuSides ul li {
        font-size: 18px;
    }
    .bsizeOne,
    .bsizeTwo {
        width: 50%;
        padding-left: 30px;
    }
    .banOrderBtnWrap {
        text-align: left;
        padding-left: 30px;
    }
    .bannBtn {
        padding: 15px 60px;
        width: 100%;
    }
}
@media only screen and (max-width: 767px) {
   .pageMenu {
        width: 90%;
    }
    .sandwyellbg, .sandwblbg {
        padding: 50px 0;
    }
    .menuTit h3 {
        font-size: 56px;
    }
    .menuTit h3 span {
        font-size: 21px;
    }
    .menuWrap {
        padding: 50px 0 0;
    }
    ul.menuMain li .serial,
    ul.menuMain li .price {
        font-size: 24px;
    }
    .description {
        font-size: 20px;
    }
    .menuCowBox h3,
    .menuCowBox p {
        font-size: 24px;
    }
    .menuCowBox h3 span {
        font-size: 16px;
        padding-top: 5px;
    }
    .menuChoicesCol h3 {
        font-size: 46px;
    }
    .menuChoicesCol ul li {
        font-size: 18px;
        background-position: left top 12px;
        padding-left: 24px;
    }
    .menuChoicesCol p {
        font-size: 18px;
        line-height: 1.5;
    }
    .smallCow,
    .mediumCow,
    .largeCow,
    .xlargeCow {
        display: none;
    }
    .menuCowBox h3 {
        line-height: .9;
    }
    .menuCowSize {
        padding-top: 25px;
    }
    .menuChoicesCol {
        padding-left: 0;
    }
    .menuChoices {
        flex-direction: column;
    }
    .menuChoicesCol {
        width: 100%;
    }
    .mchoiceOne {
        border-right: none;
    }
    .menuChoicesCol ul {
        padding: 0;
    }
    .description {
        font-size: 18px;
        padding-top: 0;
    }
    .spanspec h3 span {
        font-size: 15px;
    }
     .menuTitSpec h3 {
        font-size: 56px;
    }
    .menuTitSpec h3 span {
        font-size: 40px;
        display: block;
        padding-left: 0;
    }
    .menuSpecCol1 h4 {
        font-size: 18px;
    }
    .menuSpecCol2 p {
        font-size: 24px;
        text-align: center;
    }
     .menuSides ul li {
        font-size: 18px;
    }
    .sidebr {
        display: block;
    }
     .bsizeOne,
    .bsizeTwo {
        width: 50%;
        padding-left: 30px;
    }
    .banOrderBtnWrap {
        text-align: left;
        padding: 0 30px;
    }
    .bannBtn {
        padding: 15px 60px;
        width: 100%;
    }
}
@media only screen and (max-width: 479px) {
    .sandwyellbg  {
        padding: 35px 0;
    }
    .sandwblbg {
        padding: 35px 0;
    }
    li.list .menuItem {
        flex-direction: column;
    }
    ul.menuMain li .serial::after {
        display: none;
    }
    ul.menuMain li .price {
        margin-left: 0;
    }
    .menuWrap {
        padding: 30px 0 0;
    }
    .menuTit h3 {
        line-height: .9;
    }
    .menuTit h3 span {
        padding-top: 8px;
    }
    .menuCowSize {
        flex-direction: column;
    }
    .menuCowBox {
        width: 100%;
        margin-bottom: 15px;
    }
    .menubl h3 span {
        font-size: 16px;
        line-height: 1.3;
        width: 288px;
        margin: 0 auto;
    }
    .menuTitSpec h3 {
        line-height: .9;
        width: 280px;
        margin: 0 auto;
    }
    .menuTitSpec h3 span {
        padding-top: 15px;
    }
    .menuSpecWrap {
        flex-direction: column;
    }
    .menuspecpad {
        padding-bottom: 35px;
    }
    .menuSpecCol2 {
        padding: 20px 0;
    }
    .menuSpecCol1 {
        width: 100%;
    }
    .sidemainsp {
        padding: 0 10px;
    }
    .sidebr {
        display: block;
    }
    li.list {
        padding-bottom: 15px;
    }
    .banOrderLeft h1 {
        font-size: 32px;
    }
    .banOrderListLeft ul li, .banOrderListRight ul li {
       background-size: 13px 13px;
        padding: 4px 0 4px 20px;
    }
    .bsizeOne, .bsizeTwo {
        padding-left: 10px;
    }
    .banOrderBtnWrap {
        padding: 0 10px;
    }
    .dspecRight h3 {
        line-height: 1.1;
    }
}


/*========================================================
    Contact Us page
=========================================================*/
.contactfr{
  background: #fff;
  padding: 120px 0 0;
}
.contTit{
  padding: 80px 0 40px;
}
.contTit h1{
  color: var(--ecru);
  font-size: 64px;
  line-height: 1;
  text-align: center;
}
.contPhone,
.contAdr,
.contHours{
  color: var(--ecru);
  text-align: center;
}
.contHours p,
.contAdr p{
  color: var(--ecru);
}
.contHours p span{
  display: block;
}
.contAdr p span{
  display: block;
}
.contHours{
  margin: 20px 0;
}
.contPhone{
  margin: 20px 0 0;
}
.contPhone a{
  font-size: 32px;
}
.contAdr{
  color: var(--ecru);
  margin: 5px 0 0;
}
.sectionMap {
  width: 100%;
}
.sectionMap iframe {
  width: 100%;
  height: 350px;
  display: block;
  border: none;
}

.contHours {
    font-size: 36px;
    line-height: 1.2;
    padding-bottom: 35px;
    font-family: futuram, arial, sans-serif;
}
.contHours{
  margin-top: 30px;
  max-width: 290px;
  margin: 30px auto 0;
  font-weight: 400;
}
.contHours li{
  max-width: 290px;
  font-size: 21px;
  text-align: left;
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
.contHours li strong{
  min-width: 115px;
  text-align: left;
}
.contHours li span {
    display: block;
}
.contHours li .hourCell{
  text-align: left;
  min-width: 170px;
}
@media only screen and (min-width: 1920px) and (max-width: 2559px) {
  .contTit h1{
    font-size: 54px;
  }
}
@media only screen and (min-width: 1301px) and (max-width: 1919px) {
  .contactfr{
    padding: 80px 0 0;
  }
  .contTit {
  	padding: 60px 0 40px;
  }
  .contTit h1{
    font-size: 44px;
  }
  .contPhone a {
    font-size: 30px;
  }

  .contHours {
      font-size: 18px;
  }
  .contHours{
    max-width: 270px;
  }
  .contHours li{
    max-width: 270px;
    font-size: 18px;
  }
  .contHours li strong,
  .hourCell {
    width: 50%;
  }
  .contHours li strong {
    min-width: 110px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .contTit {
  	padding: 60px 0 40px;
  }
  .contTit h1{
    font-size: 44px;
  }
  .contHours {
      font-size: 18px;
  }
  .contHours{
    max-width: 260px;
  }
  .contHours li{
    max-width: 260px;
    font-size: 18px;
  }
  .contHours li strong,
  .hourCell {
    width: 50%;
  }
  .contHours li strong {
    min-width: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .contTit {
  	padding: 60px 0 40px;
  }
  .contTit h1{
    font-size: 32px;
  }
  .contactfr{
    padding: 100px 0 0;
  }
  .contPhone a {
    font-size: 30px;
  }

  .contHours {
      font-size: 18px;
  }
  .contHours{
    max-width: 260px;
  }
  .contHours li{
    max-width: 260px;
    font-size: 18px;
  }
  .contHours li strong,
  .hourCell {
    width: 50%;
  }
  .contHours li strong {
    min-width: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .contTit {
  	padding: 40px 0;
  }
  .contTit h1{
    font-size: 32px;
  }
  .contactfr{
    padding: 80px 0 0;
  }
  .contPhone a {
  	font-size: 30px;
  }
  .sectionMap iframe {
    height: 350px;
  }

  .contHours {
      font-size: 18px;
  }
  .contHours{
    max-width: 260px;
  }
  .contHours li{
    max-width: 260px;
    font-size: 18px;
  }
  .contHours li strong,
  .hourCell {
    width: 50%;
  }
  .contHours li strong {
    min-width: 100px;
  }
}

/*========================================================
    Menu page
=========================================================*/
.newMenuPage{
  padding: 20px 0 60px;
  border-bottom: 1px solid var(--ecru);
}
.inxExpMenu h1 {
    text-align: center;
    color: var(--ecru);
    padding: 50px 0 30px;
}
@media only screen and (max-width: 767px) {
  .newMenuPage{
    padding: 20px 0 40px;
  }
  .inxExpMenu h1 {
  	padding: 30px 0;
  }
  .inxExpMenu h1 span {
      display: block;
  }

}

/*========================================================
    Mobile Menu
=========================================================*/
@media only screen and (max-width: 1023px) {
  .logoMob,
  .telMob {
    display: inline-block;
  }
  .logoMob img {
    width: 155px;
  }
  .boxesWrap {
    width: 90%;
    height: 80px;
  }
  .boxes {
    height: 80px;
  }
  .three,
  .one {
    display: none;
  }
  .two {
    width: 100%;
    flex-direction: row;
  }
  .logoInMob {
    width: 60%;
  }
  nav {
    width: 40%;
    display: flex;
    align-items: center;
  }
  .telMob,
  .menu {
    width: 50%;
    text-align: right;
  }
  .smobitrigger,
  .mnuclose {
    display: inline-block;
  }
  .smobitrigger {
    color: transparent;
    width: 30%;
    margin: 0 auto;
  }
  .smobitrigger {
    background: url("../images/menuopen.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 50px 50px;
    width: 50px;
    height: 50px;
  }
  .mnuclose {
    background: url("../images/menuclose.png");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 45px 45px;
    color: transparent;
    height: 45px;
    margin: 0 0 10px 0;
    width: 100%;
    text-align: right;
    display: inline-block;
  }
  .menu ul {
    padding: 0 15px 20px;
    overflow-y: auto;
    margin: 0 auto;
    text-align: left;
  }
  .menu ul li.dlink {
    display: block;
    text-align: left;
    padding: 0;
  }
  .menu li {
    line-height: inherit;
  }
  .menu ul li a {
    font-size: 18px;
  }
  .menu ul li.mlogo {
    margin: 20px 0 0;
    display: inline-block;
    text-align: left;
  }
  .menu ul li.mlogo img {
    width: 195px;
    margin: 0 0 30px;
    text-align: left;
  }
  .menu ul li.mphone {
    display: block;
    margin-bottom: 10px;
    text-align: left;
  }
  .menu ul li.mphone span {
    display: block;
    font-size: 16px;
    font-weight: 300;
    color: #777;
  }
  .menu ul li.mphone a {
    font-size: 26px;
    color: var(--yellow-main) !important;
  }
  .directionsCla {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
  }
  .menu ul li.maddress {
    display: block;
    font-size: 16px;
    line-height: 1.5;
    text-transform: capitalize;
    margin: 25px auto 30px;
    color: #777;
    text-align: left;
  }
  .menu ul li.maddress span {
    display: block;
  }
  .menu ul li.mhours {
    display: block;
    font-size: 16px;
    line-height: inherit;
    margin: 30px 15px;
    color: #fff;
    font-family: barlowmedium, arial, sans-serif;
  }
  .menu ul li.mhours span {
    display: block;
  }
  .menu ul li.hoursNav{
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 18px;
  }
  .menu ul li.hoursNav strong{
    width: 35%;
  }
  .menu ul li.hoursNav .hourCell{
    width: 65%;
  }
  .menu ul li.msocial {
  	display: flex;
  	margin: 35px 0 60px;
  }
  .menu ul li.msocial img {
  	margin: 0 10px 0 0;
  }
  .mobimenu {
    padding: 0;
    margin: 0px;
    width: 16.9375em;
    position: fixed;
    height: 100% !important;
    top: 0px;
    left: -24.625em;
  }
  .mnuopn {
    left: 0px !important;
  }
  .ovrActv {
    position: fixed;
    background: rgba(0, 0, 0, 0.79);
    width: 100%;
    height: 100%;
    z-index: 9998;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }

}
