@font-face { 
    font-family: Conqueror;
    src: url('fonts/AniseLig.otf');
    }

@font-face { 
    font-family: Carved;
    src: url('fonts/AniseMed.otf');
    }

body {
	background-image: url(/images/page-shadow.png);
	background-repeat: repeat-x;
	background-position: top center;
  line-height: 1.0; /* override bs4 */
  font-size: 14pt;
	}

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }

.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

#page {
	margin: auto;
	/*background-color: white;*/
  background-color: transparent;
	text-align: center;
  padding-top: 40px;
}


#sister-links {
  background: #000;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
  font-size: 0.75rem;
  line-height: 1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 320px;
  z-index: 999; }

#sister-links-grid {
  margin: 0 auto;
  text-align: center;
  max-width: 960px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 2rem;
  justify-items: center;
  align-items: center;
  height: 40px; }
  #sister-links-grid div > * {
    color: #fff;
    margin-bottom: 0;
  }
  #sister-links-grid div a {
    font-family: Conqueror;
    font-size: 1rem;
    font-weight: 700;
  }



#socialnet   { float: right; }
#socialnet p { margin: 0; }
#socialnet a {
  	background-image: url(/images/fbt.png);
  	background-repeat: no-repeat;
  	display: block;
  	width: 32px;
  	height: 0;
  	padding-top: 32px;
  	overflow: hidden;
  	}
	
#facebook { background-position: 0px 0px; }
#twitter  { background-position: 0px -34px; }

#logo { 
    background-image: url(/images/logo.gif);
    height: 0;
    padding-top: 57px;
    overflow: hidden;
    margin: 10px auto 20px;
    }

h1, h2, h3, h4, h5, h6 { /* BS4 overrides */
    margin-top: 0.83em;
    line-height: 1.0;
}

h1, h2, p, li, td, label, button { 
    font-family: Conqueror, Arial, Helvetica, sans-serif; 
    font-weight: normal; 
    }

h2 { 
    color: #aaa; 
    font-size: 100%; 
    margin-bottom: 2px; 
    text-transform: uppercase;
    }

h2 a {
    color: #aaa;
    text-decoration: none;
    }

h2 a:hover { /* BS4 override, no blue on hover, but keep underline */
  color: #aaa;
  text-decoration: underline;
}
	
h3 { 
    font-family: Carved, "Arial Black", "Helvetica Bold", sans-serif;
    font-size: 1.2em; /* BS4 override */
    margin-bottom: 0; 
    }

p {
    margin-top: 0;
  }


/* FOUT fix */
p, h1, h2, h3, img, ul, #tix { visibility: hidden; }
.shown { visibility: visible; }
/* End FOUT fix */


.tight { margin: 0; }


/* Increase spacing between accordion items */
h2.show {
  margin-top: 32px !important;
}



/* COVID styles */

h2.emphasis {
  font-size: 1.6rem;
  font-weight: bold;
  color: #777; /* #aaa */
}

#covid-policies {
  margin-top: 2rem;
}

/* COVID modal */
#covidModal *:not(i) {
  font-family: 'Helvetica Neue', sans-serif;
  line-height: 1.2;
}
#covidModal a {
  color: #000;
  font-weight: 500;
}
#covidModal .modal-dialog {
  margin: 2rem auto 0;
}
#covidModal .modal-title {
  width: 100%;
  text-align:center;
  margin-top: 5px;
}
#covidModal .startnote {
  text-align: center;
  padding: 1rem 4%;
}
#covidModal .covid-pdf-msg {
  margin-bottom: 0;
}
#covidModal .covid-pdf-link {
  font-size:0.9rem;
}
#covidModal p {
  font-size: 1rem;
}
#covidModal ul {
  font-size: 0.9rem;
}
#covidModal li:not(first-child) {
  margin-top: 0.5rem;
}
#covidModal .endnote {
  font-style: italic;
  text-align: center;
  padding: 2rem 4rem;
}
/* Override BS4 w-75 */
#covidModal .w-75 {
  width: 90% !important;
  max-width: 640px !important;
}
/* END: COVID modal */


/* Upserve GC Check My Balance modal */
#upserveModal *:not(i) {
  font-family: 'Helvetica Neue', sans-serif;
  line-height: 1.2;
}
#upserveModal a {
  color: #000;
  font-weight: 500;
}
#upserveModal .modal-dialog {
  margin: 2rem auto 0;
}
#upserveModal .modal-title {
  width: 100%;
  text-align:center;
  margin-top: 5px;
}
#upserveModal .modal-header,
#upserveModal .modal-footer {
  background: #f8ce46;
}
#upserveModal .modal-header img {
  max-width: 300px;
}
/* Upserve GC Check My Balance modal */

/* Homepage Cellar Sale link */

#cellar-sale-link {
  margin: 0 auto;
  max-width: 640px;
}
#cellar-sale-link h2 {
  font-size: 2rem;
}
#cellar-sale-link a {
  color: #007bff;
}

/* END: Homepage Cellar Sale link */



#menus, #hours {
  margin-top: 0.83em;
}

#menus { 
  margin-bottom: 0;
	text-transform: uppercase; 
	color: #aaa;
	}

#menus p.shown {
  margin-bottom: 0;
}
	
#menus ul {
  list-style-type: none;
  padding-left: 0;
}
#menus ul li {
  display: inline-block;
}
#menus a { color: black; text-decoration: none; }
#menus a:hover { text-decoration: underline; }

#menus li:not(:last-child):after {
  content: "|";
  color: #000000;
  padding: 0 10px;
}

.hide {  
	background: transparent;
  display: none;
	}

#contactform { position: relative; }
#feedbackform { position: relative; }

form#giftCertHTML {
  margin: auto;
  }
  
form#giftCertHTML table { width: 100%; }
form#giftCertHTML td { font-size: 10pt; vertical-align: bottom; }

input, textarea {
  width: 200px;
  font-family: Verdana, Tahoma, Helvetica, sans-serif;
  font-size: 10pt;
  margin-bottom: 1em;
  }

textarea {
  height: 100px;
  resize: vertical;
  }

input.ttaddress { display: none; }

input[type="reset"], input[type="submit"] {
  width: 100px; /* fixed size so text is visible on small displays */
  margin: 0;
  }

/* TUAYD Check ID# styles */
#checknum_fb {
  margin-bottom: 0; /* overriding 1em for placement of helptext */
  }

.helptext {
  font-family: Verdana, Tahoma, Helvetica, sans-serif;
  font-size: 0.5em;
  margin-top: 0;
  width: 200px;
  }
/* ----End TUAYD Check ID# styles */



/**** Apparel and Larder ***/

/* #menus-list may be unneeded */
#menus-list, #apparel-nav, #larder-nav {
  background-color: #f2f2f2;
  display: inline-block;
  padding: 10px;
}

#menus-list li, #apparel-nav li, #larder-nav li {
  display: inline;
  margin: 0;
  padding: 0 10px;
  border-right: 1px solid black;
}

#menus-list li a, #apparel-nav li a, #larder-nav li a {
  font-family: 'Conqueror', sans-serif;
  color: black;
}

ul#apparel-nav-list li, ul#larder-nav-list li {
  display: inline-block;
  line-height: 1;
  margin-bottom: 1.5rem;
}

#menus-list li a:hover,
#apparel-nav li a:hover,
#menus-list li a:active,
#apparel-nav li a:active,
#larder-nav li a:active {
  text-decoration: underline;
}

#menus-list li:last-child,
#apparel-nav li:last-child,
#larder-nav li:last-child {
  border-right: none;
}

#apparel-form,
#larder-form {
  border: 10px solid #F2F2F2;
}

#apparel-body,
#larder-body {
  padding: 10px;
}

#apparel-nav,
#larder-nav {
  padding-bottom: 0;
  background-color: #fff;
}

#apparel-nav ul,
#larder-nav ul {
  margin-bottom: 5px;
  padding-left: 0;
  cursor: pointer;
}

.apparel-item,
.larder-item {
  margin-left: 1em;
}

.size-options {
  margin-left: -20px;
}

#paypal-form p {
  margin-bottom: 0;
}

#apparel-cart, #hgb-cart, #cs-cart, #larder-cart {
  background: #F2F2F2;
  padding: 10px 0 0 0;
  text-align: center;
}

#apparelAJAX * {
  visibility: visible !important;
}
#larderAJAX * {
  visibility: visible !important;
}

#apparelCartTable,
#larderCartTable {
  margin: 30px auto;
  width: 90%;
  max-width: 480px;
}

#apparelCartTable thead tr th, #apparelCartTable caption,
#larderCartTable thead tr th, #larderCartTable caption
{
  font-family: 'Carved', sans-serif;
}
#apparelCartTable tr,
#larderCartTable tr {
  text-align: right;
}
#apparelCartTable td,
#larderCartTable td {
  font-size: 0.9em;
  font-family: 'Conqueror', serif;
  padding: 8px 12px;
}
#apparelCartTable th,
#larderCartTable th {
  padding: 0 12px;
}

.shipping {
  margin-bottom: 0; /* BS4 Override */
  text-align: center;
  font-style: italic;
  font-size: 0.8em;
  line-height: 1; }

.totalPrice {
  font-size: 2em;
}

/* Apparel image thumbnails */
.mkr_SldItem {
  display: inline-block;
  margin: 5px;
}

.mkr_SldItem .thumbHolder {
  width: 100%;
  display: table;
  text-align: center;
  vertical-align: middle;
}

.mkr_SldItem .thumbHolder span { /* misaligns apparel slider image */
/*  display: table-cell;
  vertical-align: middle;
  text-align: center;*/
}

.mkr_SldItem .thumbHolder span img {
  margin-left: auto;
  margin-right: auto;
}

.mkr_SldItem .img-thumbnail {
  margin: 1rem 0 0.75rem;
}


/* modal body */
.modal-body div.spinicon {
  font-size: 3.25em;
  height: 50px;
  width: 50px;
  margin-left: auto;
  margin-right: auto;
}

#big-image-modal .modal-body img.img-responsive {
  margin: 0 auto;
}
.big-image-div img {
  visibility: visible;
}
/**** END: Apparel and Larder ****/


/*** Modal Styles for Apparel and Larder ***/
.modal {
  -ms-overflow-style: none;
}

.modal-dialog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow-x: hidden;
  overflow-y: auto;
  min-height: -webkit-calc(100vh - 60px);
  min-height: -moz-calc(100vh - 60px);
  min-height: calc(100vh - 60px);
}
  @media (max-width: 767px) {
    .modal-dialog {
      min-height: -webkit-calc(100vh - 20px);
      min-height: -moz-calc(100vh - 20px);
      min-height: calc(100vh - 20px);
    }
  }

.modal-header {
  padding: 8px !important;
  position: relative;
}
.modal-header .btn-right {
  position: absolute;
  top: 0;
  right: 10px;
}
.modal-header .btn-right .close-btn {
  font-size: 2em;
}
/**** END: Modal Styles for Apparel and Larder ****/


/*** Holiday Gift Bundle Styles ***/
#hgb-accordion {
  /*color: #006400;*/
}

#hgb-form {
  background-color:#f2f2f2;
  padding-bottom: 10px;
}

#hgb-body {
  padding: 10px;
}

#hgb-body h3 {
  margin-bottom: 0.83em;
}

.picker-label {
  display: inline-block;
}

#hgb-pickup-or-ship input {
  display: table-cell;
  width: 1em;
}

#hgb-pickup-or-ship label {
  vertical-align: middle;
  margin-bottom: 0;
}

#hgb-message {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 0.8em;
  padding: 0 20%;
}

#hgbAJAX * {
  visibility: visible !important;
}


/* ---- validation fixes for Safari and Firefox ---- */

/* yellow background color for (Safari) invalid entries in forms */
.error {
  background-color: #ffffcc;
  }

/* Firefox: Remove buggy red border from required fields until submit  */
/* Firefox pseudo-classes */
input:invalid {
  box-shadow: none;
  }

textarea:invalid {
  box-shadow: none;
  }
/*---- end validation fixes ----*/


#message { height: 100px; }

.spinner { 
    width: 100%;
    height: 128px;
    background-image: url(/images/spinner-128x128.gif);
    background-position: top center;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 500;
    display: none;
    }

#giftCertAJAX.hide { padding: 0;}
#giftCertAJAX.show { background-color: #f2f2f2; }
.giftCertWrap { background-color: #f2f2f2; padding: 20px 0; overflow: hidden; }
#gift-contain { margin: 0 auto; }
#gift-contain p { margin: 20px 20px 0; }
p.message.shown {margin: 0 20px 20px !important}


/*** sideshift gallery ***/
img {
    padding: 1em 0;
    max-width:100%;
    height:auto;
    width:auto; /* for ie 8 */
    }

img.lazy {
    width: 720px;
    height: 480px;
    display: block;
    }

#slidegallery {
    overflow: auto;
    position: relative;
    }

#slidegallery #slider {
    position: absolute;
    }

#slidegallery #slider div {
    float: left;
    text-align: center;
    width: 640px; /* hardcoded for convenience */
    /* margin-right: 5px; */
    }

#gallerycontrol {
    text-align: center;
    margin-top: 5px;
    padding-top: 10px;
    position: relative;
    height: 35px;
    display: none;
    width: auto;
    overflow: hidden;
    }
    
#controlcontainer {
    width: 55px;
    margin: auto;
    position: relative;
    }
    
#gallerycontrol a {
    background-image: url(/images/gallery-arrows.png);
    height: 0;
    padding-top: 17px;
    width: 22px;
    overflow: hidden;
    display: block;
    position: absolute;
    top: 10px;
    }

#gallery_prev { left: 0px; background-position: 0 0;}
#gallery_next { left: 30px; background-position: 22px 0; }

#indicator {
    background-color: #ccc;
    height: 5px;
    position: absolute;
    left: 0px;
    top: 0px;
    }

#indicator.moving { background-color: #ccc; }
#indicator.begin  { background-color: #999; }
#indicator.end    { background-color: #999; }

.gallery {
    overflow: hidden;
    font-size: 8px;
    }

.sp-button { /* overriding the slider-pro adaptive sizing */
    width: 9px;
    height: 9px;
    }

/*** new slider styles 2019/09/08 ***/
.sp-arrow {
  padding: 20px;
  transition: all 1s; }

.sp-arrow {
  border-radius: 50%;
  background-color: rgba(128, 128, 128, 0.3); }

.sp-next-arrow:after, .sp-next-arrow:before,
.sp-previous-arrow:after, .sp-previous-arrow:before {
  width: 30%;
  height: 30%; }

.sp-previous-arrow:before, .sp-next-arrow:before {
  top: 20%; }

.sp-button {
  margin: 2px;
  width: 10px;
  height: 10px;
  border: 1px solid #BBB; }

.sp-selected-button {
  background-color: #BBB; }
/*** end sideshift gallery ***/


.social { margin: 1em 0 3em; }
    
.social ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    }

.social ul li {
    display: inline;
    padding: 0;
    margin: 0 1em;
    }

.social a { color: #ccc; text-decoration: none; }

.social a:hover { color: #000; }

.social i {font-size: 2em;}

#corner-mob {
    color: #fff;
    font-family: Conqueror, sans-serif; /* BS4 override */
    font-size: 0.8rem;
    text-align: center;
    min-width: 320px;
    width: 100%;
    height: 40px; /* BS4 override - was 32px */
    padding: 10px 0 0 0;
    background-color: black;
    z-index: 99;
}

#corner-mob * {
  display: inline-block;
}

#corner-mob p {
  font-size: 0.8rem;
  width: 100px;
}

#corner-mob i {
  width: 10%;
  max-width: 220px;
  padding: 0 1px;
  transform: translateY(-6px);
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  -o-transform: translateY(-6px);
}

#corner-mob a {
  color: #fff;
  height: 2em;
  padding: 0;
  margin: 0;
  text-decoration: none;
  transform: translateY(-6px);
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  -o-transform: translateY(-6px);
}

#menus a { font-size: 12pt; }

#corner a { color: #fff; text-decoration: none; }

.press {
    font-family: Arial, Helvetica, sans-serif; 
    }

.giftoption {
    margin-bottom: .5em;
    }


#reservations {
  margin: 0 auto;
  background-color: #f2f2f2;
  padding: 1em 0;
}

.reservation-note {
  padding-left: 1em;
  padding-right: 1em;
  margin: 0.5em auto;
  max-width: 420px;
}

#reservationcontain { display: none; }

#reservation-mob {
    padding: 2em 0;
    }

/* Override Open Table widget positioning */
.ot-dtp-picker {
    margin: 0 auto;
    }

.ot-dtp-picker form input {
  width: 100%;
}

.news-contain {
    background-color: #f2f2f2;
    margin: 0 auto;
    padding: 1em;
    }

#announcement-contain {
    background-color: transparent;
    width: auto;
    font-size: 12pt;
    padding: 0 1em;
    white-space: pre-wrap;
    margin: 0 auto;
    }

#contactcontain, #feedbackcontain, #covidcontain {
    background-color: #f2f2f2;
    padding: 1em;
    }

#alert-fb-sent, #alert-email-sent {
  display: none;
  font-family: Conqueror;
  color: darkgreen;
  border: 1px solid lightgreen;
  background-color: #e5ffe5;
  margin: 0 auto;
  max-width: 200px;
  padding: 10px;
}

.credits {
   font-size: 10pt;
   color: #aaa;
   margin-top: 2em;
   text-transform: lowercase;
   }

.credits a { color: #aaa; }

.message { font-size: 11pt; }


/* Updates - 4/20/2016 */

/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  max-width: 960px;
  min-width: 320px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0; 
  }
}

/* For devices larger than 550px */
@media (min-width: 550px) {

  .container {
    width: 80%; }
  .column:not(.giftoption),
  .columns {
    margin-left: 4%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 22%;            }
  .four.columns                   { width: 30.6666666667%; }
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 48%;            }
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }

  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }

  .one-half.column                { width: 48%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }
}

/* MEDIA QUERIES */

@media only screen and (min-width: 768px) {
  #menus a { font-size: 14pt; }

  #contactcontain, #feedbackcontain {
      width: 640px;
      margin: 0 auto;
      padding: 1em .5em;
  }

  #mutator {
    width: 640px;
    margin: 0 auto;
  }
  
  #reservations {
    width: 640px;
    padding: 0.5em;
  }
      
  #gift-contain {
      width: 640px;
      padding-top: 10px;
      }
  .giftCertWrap { width: 640px; margin: 0 auto; }
      
      
  #giftof {
      background-image: url(/images/gift_of_food-large.png);
      background-repeat: no-repeat;
      width: 426px;
      height: 186px;
      margin: 0 auto 20px;
      }

  #map * {
      visibility: visible;
  }
      
  #map_canvas { 
      width: 550px;
      height: 400px;
      margin: auto;
      background-image: url(/images/map.png);
      }
      
  #map-mob, #reservation-mob { display: none; }

  span.break { display: none; }
      
  .news-contain {
      width: 640px;
      margin: 0 auto;
      padding: 1em .5em;
  }

  .social ul li {
    margin: 0 2em;
  }
}


/*** MODAL STYLES ***/
.modal {
  -ms-overflow-style: none; }

#newsletterModalTitle {
  margin: 0 auto; }

.modal-dialog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow-x: hidden;
  overflow-y: auto;
  min-height: -webkit-calc(100vh - 60px);
  min-height: -moz-calc(100vh - 60px);
  min-height: calc(100vh - 60px); }
  @media (max-width: 767px) {
    .modal-dialog {
      min-height: -webkit-calc(100vh - 20px);
      min-height: -moz-calc(100vh - 20px);
      min-height: calc(100vh - 20px); } }

.modal-header {
  padding: 8px !important;
  position: relative; }
  .modal-header .btn-right {
    position: absolute;
    top: 0;
    right: 10px; }
    .modal-header .btn-right .close-btn {
      font-size: 2em; }

/*** END: MODAL STYLES ***/



@media only screen and (min-width: 1024px) {

  #announcement-contain {
      margin: 0 auto;
      width: 640px !important;
      }
}

@media only screen and (max-width: 560px) {
  ul#apparel-nav-list li, ul#larder-nav-list li {
    font-size: 0.8em;
    border: none;
    display: block;
    margin-bottom:1rem;
  }
}
