@font-face {
    font-family: 'Freight';
    src: url('../Fonts/Freight-TextBold.eot');
    src: url('../Fonts/Freight-TextBold.eot?#iefix') format('embedded-opentype'),
        url('../Fonts/Freight-TextBold.woff2') format('woff2'),
        url('../Fonts/Freight-TextBold.woff') format('woff'),
        url('../Fonts/Freight-TextBold.ttf') format('truetype'),
        url('../Fonts/Freight-TextBold.svg#Freight-TextBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Freight';
    src: url('../Fonts/Freight-TextMedium.eot');
    src: url('../Fonts/Freight-TextMedium.eot?#iefix') format('embedded-opentype'),
        url('../Fonts/Freight-TextMedium.woff2') format('woff2'),
        url('../Fonts/Freight-TextMedium.woff') format('woff'),
        url('../Fonts/Freight-TextMedium.ttf') format('truetype'),
        url('../Fonts/Freight-TextMedium.svg#Freight-TextMedium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cerebri Sans';
    src: url('../Fonts/CerebriSans-Bold.eot');
    src: url('../Fonts/CerebriSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('../Fonts/CerebriSans-Bold.woff2') format('woff2'),
        url('../Fonts/CerebriSans-Bold.woff') format('woff'),
        url('../Fonts/CerebriSans-Bold.ttf') format('truetype'),
        url('../Fonts/CerebriSans-Bold.svg#CerebriSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cerebri Sans';
    src: url('../Fonts/3B1492_1_0.eot');
    src: url('../Fonts/3B1492_1_0.eot?#iefix') format('embedded-opentype'),
        url('../Fonts/3B1492_1_0.woff2') format('woff2'),
        url('../Fonts/3B1492_1_0.woff') format('woff'),
        url('../Fonts/3B1492_1_0.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


body {
  color: #2c2c2c;
}


.active .slide {
  display: block !important;
  visibility: hidden;
  transition: left .6s ease-out;
}

.active .slide.current {
  visibility: visible;
  left: 0;
}

.active .slide.next {
  left: 100%;
}

.active .slide.prev {
  left: -100%;
}

.active .slide.next.in-transition,
.active .slide.prev.in-transition {
  visibility:visible;
}


.carousel, .slide {
    /*width: 400px;*/
    width: 100%;
    padding:0;
    margin: 0;
    overflow: hidden;
  }
  .carousel {
    position: relative;
  }
  .carousel ul {
    margin:0;
    padding: 0;
  }
  .slide {
    height: 360px;
    background-size: cover;
    position: relative;
    margin-bottom:1em;
    border:1px solid #333;
  }
  .slide h4 {
    display:inline-block;
    float:right;
    font-size: 1.25em;
    margin:0;
    padding: .25em;
    text-align: right;
    background-color: rgba(255,255,255,.8);
    float:right;
    border-radius: 0 0 0 .5em;
  }
  .slide p {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin:0;
    clear:both;
    padding: 5px;
    background-color: rgba(255,255,255,.8);
  }
  .slide a {
    display:block;
    text-align: right;
  }

.carousel.active {
  height: 270px;
  border: 0px solid #333;
  position:relative;
}

.active .slide {
  border: none;
  display: none;
  position:absolute;
  top:0;
  left:0;
  z-index:200;
}

.slide.current {
  display:block;
  z-index: 500;
}

.btn-prev,
.btn-next {
  position:absolute;
  z-index: 700;
  top: 50%;
  margin-top: -2.5em;
  border:0;
  background: rgba(255,255,255,.6);
  line-height: 1;
  padding:10px 5px;
  transition: padding .4s ease-out;
}

.btn-next:hover,
.btn-next:focus,
.btn-prev:hover,
.btn-prev:focus {
  padding-left: 15px;
  padding-right:15px;
}

.btn-prev {
  left:0;
  border-radius: 0 .25em .25em 0;
}

.btn-next {
  right:0;
  border-radius: .25em 0 0 .25em;
}

.carousel.with-slidenav {
  padding-bottom: 0em;
  background-color: #fff;
}
.carousel.with-slidenav .slide {
  border-bottom: 1px solid #333;
}

.slidenav {
  position: absolute;
  bottom:.25em;
  left: 0;
  right: 0;
  text-align: center;
  display: none;
}

.slidenav li {
  display:inline-block;
  margin: 0 .5em;
}

.slidenav button {
  border: 2px solid #036;
  background-color: #036;
  line-height: 1em;
  height: 1.5em;
  width:auto;
  font-weight: bold;
  color: #fff;
}

.slidenav button.current {
  border-radius: .5em;
  background-color: #fff;
  color: #333;
}

.slidenav button:hover,
.slidenav button:focus {
  border: 2px dotted #fff;
}

.slidenav button.current:hover,
.slidenav button.current:focus {
  border: 2px dotted #036;
}

@media (min-width: 0px) and (max-width: 767px) {
    li.current.slide img {
        
    }
    .carousel, .slide {
        width: 100%;
        padding:0;
        margin: 0;
        overflow: hidden;
    }


}

@media (min-width: 768px) and (max-width: 801px) {
    li.current.slide img {
        
    }
    .carousel, .slide {
        width: 100%;
        padding:0;
        margin: 0;
        overflow: hidden;
        height: 500px;
    }
    .carousel.active {
      height: 480px;
      border: 0px solid #333;
      position:relative;
    }
}

.specialhours {
    color: #af0006!important;
    text-decoration: none;
    font-weight: normal;
    margin-top: 10px;
}

.greybackground {
    background: #f3f3f3;
    min-height: 120px;
    vertical-align: middle;
    display: flex;
    margin: 10px auto;
    align-items: center;
    flex-flow: row wrap;
    padding:10px;
}

.opening-comments {
    background:#c81e24;
    color:#fff;
    font-size: 24px;
    padding: 5px 10px;
    text-align: center;
    margin:10px auto;
}

.actionsstore a {
  font-size: 14px;
}

.actionsstore {
  font-size: 17px;
}

.actionsstore {
  margin: 0px auto 10px;
  clear: both;

    /*margin-bottom:10px; 
    clear: both;
    float:right;
    text-align: right;*/
}

.actionsstores {
  margin: 20px auto;
  clear: both;
  padding: 10px 0px;
  width: 65%;
}

span.weekhead {
  width:120px;
  display: inline-block;
}

@media (max-width: 767px) {
  span.weekhead {
    width:120px;
    text-align: left;
    display: inline-block;
  }
}

.addressline {
    font-size: 17px;
}

.hours-list {
  margin-top: 10px;
}
.specialhourslist {
    margin-top: 20px;
}
.hours-list p, .specialhourslist p {
    margin: 0 0 0px!important;
}



/* for map frame */

.mapframe {
  background-image: url(../Images/frame.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  /*max-width: 430px;
  height: 330px;*/
  max-width: 458px;
  height: 374px;
  /*position: absolute;*/
}

@media (max-width: 767px) {
  
}

@media (min-width: 768px) and (max-width: 991px) {
  .maps {
      
      float: none;
      
  }
}

/*.maps .line-border {
  position: absolute;
  padding: 0 !important;
}

.maps .line-border.line-border-side-top,
.maps .line-border.line-border-side-bottom {
  height: 1px;
  background: url(../joes.image/border-horizontal.jpg);
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
}

.maps .line-border.line-border-side-top {
  bottom: auto;
  top: 0;
}

.maps .line-border.border-top {
  background-image: url(../Images/map-frame/top.png);
}

.maps .line-border.border-bottom {
  background-image: url(../Images/map-frame/bottom.png);
}

.maps .line-border.border-left {
  background-image: url(../Images/map-frame/left-side.png);
}

.maps .line-border.border-right {
  background-image: url(../Images/map-frame/rightside.png);
  top: 0;
  bottom: 0;
}

.maps .line-border.border-top {
  
    top: 0px;
    left: 38px;
    height: 40px;
    width: 100%;
    max-width: 374px;
    background-position: center;
}

.maps .line-border.border-bottom {
  
  bottom: 0px;
  left: 38px;
  height: 31px;
  width: 100%;
  max-width: 374px;
}

.maps .line-border.border-left {
    left: 0px;
    height: 100%;
    width: 38px;
    background-position: left center;
    background-repeat: no-repeat;
}

.maps .line-border.border-right {
  right: 0px;
  height: 100%;
  width: 42px;
  background-position: right center;
  background-repeat: no-repeat;
}*/

/* end of map frame */

.aboutContainer, .discoverContainer, .receipeContainer {
  padding-top: 40px;
}

.aboutFrame {
  padding:10px;
    /*border:2px solid #c81e24;*/
    /*height: 285px;
    width: 300px;*/
    height: 450px;
    width: 85%;
    max-width: 460px;
    position: absolute;
    top: -100px;
    background-size: cover;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: top center;
    background-image: url(../Images/about-us-frame.png);
}

.imgcontainer {
  /*position: absolute;
  top: -63px;
  width: 305px;
  height: 305px;
  overflow: hidden;
  z-index: -1;*/
  /*position: absolute;
  top: -56px;
  width: 201px;
  height: 201px;
  background-size: cover!important;
  background-position: center center!important;
  z-index: -1;
  border-radius: 50%;
  left: 67px;*/

  position: absolute;
  top: -41px;
  width: 58%;
  height: 320px;
  background-size: cover!important;
  background-position: center center!important;
  z-index: -1;
  border-radius: 50%;
  left: 86px;

}

.directions {
    width: 100%;
    border: 1px solid #c81e24;
    color: #c81e24;
    font-family: 'Cerebri Sans', sans-serif;
    /*padding: 10px 5px;*/
    padding: 5px;
    text-align: center;
    display: block;
    float: none;
    font-size: 
    margin: 5px auto 10px;
    font-size: 13px;
    max-width: 175px!important;
    transition: all 0.3s ease;
    position: relative;
    text-transform: uppercase;
  }

  /*.directions.bubble:hover {
    width: 100%;
    border: 1px solid #c81e24;
    color: #fff;
    font-family: 'Cerebri Sans', sans-serif;
    float: left;
    padding: 5px 10px!important;
    text-align: center;
    margin: 5px auto 10px!important;
    font-size: 16px!important;
  }*/

   .directions > span {
      position: absolute;
      display: block;
      height: 15px;
      width: 25px;
  }

  /* 02/18/2021 */ 

  .directions > span.b1 {
   /* div.address-lists > div.collection_distance > a > span.b1 {*/
      top: 5px;
      border-top: 1px solid #A5684D;
      border-left: 1px solid #A5684D;
  }
  .directions > span.b2 {
    /*div.address-lists > div.collection_distance > a > span.b2 {*/
      bottom: 5px;
      right: 5px;
      border-bottom: 1px solid #A5684D;
      border-right: 1px solid #A5684D;
  }

  .directions  {
      text-decoration: none;
      /*padding: 10px 5px!important;*/
      padding: 5px!important;
      border: 1px solid #a5684d;
      background: #fff;
      color: #af0006;
      box-shadow: 8px 8px 0 0 rgba(44, 44, 44, .2);
      outline: 0!important;
  }

  .directions:active > span.b1, .directions:focus > span.b1 {
      top: 5px;
      border-top: 1px solid #c81e24;
      border-left: 1px solid #c81e24;
  }

  /* end of 02/18/2021 */

  .directions:hover > span.b1  {
      top: 5px;
      border-top: 2px solid #A5684D;
      border-left: 2px solid #A5684D;
  }
  .directions:hover > span.b2 {
      bottom: 5px;
      right: 5px;
      border-bottom: 2px solid #A5684D;
      border-right: 2px solid #A5684D;
  }

   .directions:active > span.b2, .directions:focus > span.b2 {
      bottom: 5px;
      right: 5px;
      border-bottom: 1px solid #c81e24;
      border-right: 1px solid #c81e24;
   }

  .directions:hover {
    padding: 5px!important;
    background: #f8f8f2;
    color: #af0006;
    box-shadow: 10px 10px 0 0 rgba(44, 44, 44, .2);
    text-decoration: none!important;
    border-width: 2px;
  }

  .directions:active, .directions:focus {
    background: none;
    padding: 5px!important;
    color: #af0006;
    box-shadow: 8px 8px 0 0 rgba(44, 44, 44, .2);
    border: 1px solid #c81e24;
  }

   .directions:focus:after {
      position: absolute;
      top: -6px;
      right: -14px;
      bottom: -14px;
      left: -6px;
      content: "";
      display: block;
      border: 2px solid #b51133;
      border-radius: 5px
  }

  



.see_all_hours, .todayhours {
  width: 100%;
  float: left;
}

.see_all_hours {
  font-weight: 700;
  margin-bottom: 5px;
}

.see_all_hours:hover {
  padding:0px!important;
  color: #2a2a2a!important
}

.fa {
  font-family: FontAwesome!important;
  color: #c81e24!important;
}

.container {
    margin:10px auto 15px;
    clear: both;
}

.verticalbottom {
  position: relative;
  width: 100%;
  display: block;
}



.veritcalbottom:after {
  clear: both;
}

.height444 {
  min-height: 374px;

}

@media (max-width: 767px) {
  .height444 {
    min-height: 1px;
    clear: both;
    /* font-size: 18px; */
    font-size: 17px;
  }

  .aboutContainer {
    padding-top: 40px!important;
  }

  .hours-list {
    width: 80%;
    margin-top: 10px;
  }

  .hours-list p, .specialhourslist p {
    padding: 0px 10px;
  }
  .verticalbottom {
    position: relative;
    /* width: 100%; */
    width: auto;
	max-width: 300px;
    display: block;
    bottom: unset;
    right: unset;
	word-break: break-word;
    margin-top: 0px!important;
    margin-left: 30px;
  }

  .marginleft {
    margin-left: 0px!important;
  }

  .srhours, .specialhours {
    margin-left: 30px;
    float: left;
  }

  .monday p.mon, .tuesday p.tue, .wednesday p.wed, .thursday p.thu, .friday p.fri, .saturday p.sat, .sunday p.sun {
    background: #c81e24;
    color: #fff;
  }

  .directions {
    max-width: 200px!important;
    min-width: 175px;
  }

  .actionsstore {
    display: inline-block;
    text-align: center;
  }

  .actionsstore a {
    font-size: 17px!important;
    text-transform: uppercase!important;
  }
  .actionsstore {
    font-size: 17px!important;
  }

  /*.discoverpic {
    max-height: 350px;
    left: 0px!important;
    max-width: 318px!important;
    background-size: 300px 284px!important;
    top: 40px!important;
    position: relative!important;
    margin:0px auto;
  }*/

  .discoverpic {
    max-height: 410px!important;
    /*height: 250px!important;*/
    height: 190px!important;
    position: relative!important;
    margin:0px auto;
    background-size: contain!important;
  }

  .mapframe {
    position: relative!important;
    max-width: 318px;
    background-size: 328px 324px;
    display: none!important;
  }

  /* for recipe slider */

  .hidedesktopview {
    display: flex!important;
    margin-top: 0px!important;
  }

  .hidemobileview {
    display: none!important;
  }
  .discovertext {
    margin: 0px auto 0px!important;
  }

  .i .navsliders {
      border: 1px solid #2c2c2c;
      background-color: #2c2c2c;
      width: 30px;
      height: 4px;
      display: inline-block;

  }

  .iav .navsliders {
      background-color: #2c2c2c!important;
      border: 1px solid #2c2c2c!important;
  }
}

.hidedesktopview {
  display: none;
}

.hidemobileview {
  display: flex;
}

/* new 02182021 */

/*.discoverpic {

  height: 337px;
  max-width: 417px;

  width: 100%;
  text-align: center;
  left: 32px;
  position: absolute;
  top: 17px;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}*/

.discoverpic {
  width: 100%;
  /*height: 350px;*/
  height: 290px;
  max-height: 350px;
  background-repeat: no-repeat;
  /*background-size: cover;*/
  background-size: contain;
  border-radius: 2px;
  margin-top: 10px;
}


@media (min-width: 768px) and (max-width: 991px) {
  .mapframe {
    background-size: contain!important;
  }
  .discoverpic {
      background-size: cover!important;
      max-width: 334px!important;
      max-height: 267px!important;
      top: 55px!important;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .imgcontainer {
      position: absolute;
      top: -41px!important;
      width: 66%!important;
      height: 320px;
      background-size: cover!important;
      background-position: center center!important;
      z-index: -1;
      border-radius: 50%;
      left: 58px!important;
  }
}
.classempty {
  position: relative;
  height: 40px;
  display: block;
}

.discovertext .h1title {
  color: #2a2a2a;
  text-align: left;
}

.discovertext {
  min-height: 220px;
  vertical-align: middle; 
  margin: 6% auto 0;
}

.reciperow {
  margin-top: 30px;
}
.recipe img {
  width: 100%;
}

.breadcrumb a {
  color: #834427;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  position: relative;
  padding-left: 5px;
  padding-right: 5px;
}

.breadcrumb a:active, .breadcrumb a:hover {
  text-decoration: underline;
  color: #2c2c2c;
  padding-left: 5px;
  padding-right: 5px;
}

.breadcrumb a:focus {
  text-decoration: none;
  padding-left: 5px;
  padding-right: 5px;
}

.breadcrumb a:focus:after {
  position: absolute;
  top: -6px;
  right: -14px;
  bottom: -14px;
  left: -6px;
  content: "";
  display: block;
  border: 2px solid #b51133;
  border-radius: 5px;

}

.breadcrumb a:last-child {
  color: #2a2a2a;
  text-decoration: none;
  font-weight: 500;
  padding-left: 5px;
  padding-right: 5px;
}

.breadcrumb a:last-child:focus:after {
  content: "";
  border:0px;
}

#aboutSection p, .discovertext p {
  font-size: 17px;
  font-family: "Freight", "sans serif";
  font-weight: 500;
}

.srhours p {
  margin-bottom: 0px;
}

.srhours p:last-child {
  margin-bottom:10px;
}

.coronavirus a.announcement {
  color: #2c2c2c;
  position: relative;
  font-weight: bold;
  border-bottom: 1px solid #b51133;
  /*text-decoration: underline;
  text-decoration-color: #b51133;
  -webkit-text-decoration-color: #b51133;*/
  border-bottom: 1px solid #b51133;
}

.itemlist a.listitem {
  position: relative;
  border-bottom: 1px solid #b51133;
  font-weight: bold;
  font-family: 'Freight';
}

.itemlist {
  font-size: 16px;
}

.coronavirus a.announcement:hover, .itemlist a.listitem:hover, .itemlist a.listitem:focus {
  /*text-decoration: underline;
  -webkit-text-decoration-color: #b51133; 
  text-decoration-color: #b51133;
  text-decoration-thickness: 2px;*/
  text-decoration: none;
}

.coronavirus p, .coronavirus a {
  font-size: 17px;
}

.coronavirus a.announcement:hover:after, .itemlist a.listitem:hover:after {
    position: absolute;
    top: -6px;
    right: -5px;
    bottom: -2px;
    left: -5px;
    content: "";
    display: block;
    border-bottom: 2px solid #b51133;
}

.coronavirus a.announcement:focus:after, .itemlist a.listitem:focus:after {
  position: absolute;
  top: -6px;
  right: -14px;
  bottom: -14px;
  left: -6px;
  content: "";
  display: block;
  border: 2px solid #b51133;
  border-radius: 5px
}




/*jssor slider loading skin double-tail-spin css*/
.jssorl-004-double-tail-spin img {
    animation-name: jssorl-004-double-tail-spin;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes jssorl-004-double-tail-spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/*jssor slider bullet skin 031 css*/
.jssorb031 {position:absolute;}
.jssorb031 .i {position:absolute;cursor:pointer;}
.jssorb031 .i .b {fill:#2c2c2c;fill-opacity:0.6;stroke:#fff;stroke-width:1600;stroke-miterlimit:10;stroke-opacity:0.8;}
.jssorb031 .i:hover .b {fill:#fff;fill-opacity:1;stroke:#2c2c2c;stroke-opacity:1;}
.jssorb031 .iav .b {fill:#fff;stroke:#2c2c2c;stroke-width:1600;fill-opacity:.6;}
.jssorb031 .i.idn {opacity:.3;}

/*jssor slider arrow skin 051 css*/
.jssora051 {display:block;position:absolute;cursor:pointer;}
.jssora051 .a {fill:none;stroke:#2c2c2c;stroke-width:360;stroke-miterlimit:10;}
.jssora051:hover {opacity:.8;}
.jssora051.jssora051dn {opacity:.5;}
.jssora051.jssora051ds {opacity:.3;pointer-events:none;}

.arrowright, .arrowleft {
  position: relative;
  width: 25px;
  height: 21px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
}

.custom-prev-button {
    width: 25px;
    height: 21px;
    /*top: 480px;*/
    bottom: -6px;
    left: 80px;
    display: block;
    position: absolute;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    border: 0px;
    background: transparent;
}

.arrowleft {
  background-image: url("../Images/arrow-left.png");
}

.arrowright {
  background-image: url("../Images/arrow-right.png");
}

.slick-dots {
  bottom: -10px!important;
}

.custom-next-button {
    width: 25px;
    height: 21px;
    /*top: 480px;*/
    bottom: -6px;
    right: 105px;
    display: block;
    position: absolute;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    border: 0px;
    background: transparent;
}

.slick-dots li button:before {
  content: "";
}

.slick-slider.slick-dotted {
    margin-bottom: 30px!important;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px !important;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.sr-only-focusable:active,.sr-only-focusable:focus{
    position:absolute;
    top:10px; left:10px;
    width:auto;
    height:auto;
    margin:0;
    overflow:visible;
    clip:auto;
    z-index: 9;
}