/*
 * Jerms power sheet
 * meant to override all others
 * authored: 161018
 */ 


/* header */ 
header.row {
  position: relative;
}
.local-special {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1299;
}

.local-special img {
  max-width: 160px;
}

sup {
  font-size: 50%;
  /*text-decoration: underline;*/
  vertical-align: top;
  padding-top: .4rem;
  display: inline-block;
}






/* util
 * ----------------------------*/ 
.ital {
  font-style: italic;
}

.overlay {
  top: 0;
  left: 0;
  /*background: url(../img/room-comp.jpg);*/
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: .12;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 0;
}

.overlay-wrap {
  position: relative;
  overflow: hidden;
}

.opten {
  opacity: .1;
}

.optwenty {
  opacity: .2;
}
.nopacity {
  opacity: 0;
}

.bb {
  border-bottom: 1px solid #ccc;
}

h2.bb {
  margin-bottom: 3rem;
}





/* special page
 * ----------------------------*/ 
.special-head h1 {
  font-size: 4rem;
  line-height: 1;
}

#special h1 span {
  font-weight: bold;
}

#special h2 {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1;
  color: #ddd;
}

#special h2 small {
  font-weight: normal;
  color: #bfbfbf;
  font-size: 1.4rem;
}
.special-head {
}

#special h3 {
  text-transform: none;
}

.special-head small {
  font-size: 1.8rem;
  text-transform: uppercase;
  color: #bfbfbf;
}

.row.small-type {
  padding: 1rem 0;
}

.small-type p {
  margin-bottom: 0;
}

.headwrap .row {
  padding-top: 6rem;
  padding-bottom: 2rem;
}

.headwrap {
  background: #333;
}

#drinks .overlay {
  background: url('http://www.harborwatchrestaurant.com/images2/drinks-bg-100.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

#drinks .overlay-wrap {
  background: rgba(0,0,0,.4);
}

#drinks sup {
  padding-top: 2rem;
}

#special .panel {
  background: #FAFEDF;
}

.descrip {
  font-weight: bold;
}

#entrees .headwrap {
  background: #333;
  margin-bottom: 3rem;
}
.row.entrees:last-child {
  padding-top: 0;
  padding-bottom: 7rem;
}

.row.entrees:first-child {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

#entrees .overlay {
  background: url('http://www.harborwatchrestaurant.com/images2/entree-background.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.entree {
  margin-bottom: 1rem;
}

.entree .panel {
  margin-bottom: 0;
}
/* end specials*/ 




.stat-box p{
  margin-bottom: 0;
}

.stat-box p:last-child {
  margin-bottom: 1.8rem;
}

.stat {
  font-size: 6rem;
  text-align: center;
}

table {
  padding: 1rem 0;
}

.row {
  padding: 6rem 0;
}

.row.nopad {
  padding: 0;
}

#foot-banner, #foot-banner p, #foot-banner .button, #foot-banner button {
  margin-bottom: 0;
}

#foot-banner .fa-bullhorn {
  color: #7bbed4;
}

#footer .row {
  padding: 4rem 0 3rem;
}

#closed-banner {
  background: #e85e5e;
}

#closed-banner .row {
  padding: .8rem 0;
}

#closed-banner h3 {
  color: #F5F5F5;
  text-transform: none;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-style: italic;
  letter-spacing: .01em;
}

#location {
  position: relative;
  clear: both;
}

#locationpic {
  min-height: 100%;
  width: 100%;
  position: absolute;
  background: url(http://www.harborwatchrestaurant.com/images2/harbor-watch-restaurant-location.jpg)center center no-repeat fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  opacity: .4;
}
#location-box .row {
  padding: 2rem;
}

.uptop .row {
  padding: 0;
}

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

.no-bullet {
  list-style: none;
}

.bggry {
  background: #ddd;
}

#menus .button {
  text-decoration: none;
}
#menus h2 {
  margin-bottom: 1.4rem;
}

.inclosing {
  font-size: 1.68rem;
  font-style: italic;
}

.inclosing .button {
  margin-top: 4rem;
  margin-top: 2rem;
}

.inclosing a {
  font-style: normal;
}

.stripe {
  padding-bottom: 4rem;
}

/*
 * =============================
 * COMPONENTS
 * =============================
*/

/* foundation tabs fix
 * ----------------------------*/ 
.no-js .tabs-content>.content {
  display: none;
}

.no-js .tabs-content>.content.active {
  display: block;
}

ul.tabs {
  border-bottom: 1px solid #aaa;
  padding: 0 2rem;
}

.tabs .tab-title > a {
  text-decoration: none;
  font-size: 1.28rem;
}

li.tab-title.active {
  border-bottom: 3px solid #fff;
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
}

.tabs-content {
  padding-top: 1rem;
}


/* menu tables
 * ----------------------------*/ 
#remenus table {
  padding-top: 0;
  border: none;
  width: 100%;
}

#remenus h2 {
  text-transform: uppercase;
  color: #aaa;
  font-size: 1.2em;
}

#remenus li {
  width: 33.333%;
  text-align: center;
  bottom: -4px;
}

#remenus thead {
  background: #fafafa;
}

#remenus table tfoot {
  background: #fff;
}

#remenus table tfoot tr td {
  font-size: .8rem;
}

#remenus table tfoot tr td p {
  color: #a4a4a4;
}

#remenus thead th {
  border-bottom: 1px solid #bbb;
}

#remenus thead h3 {
  text-align: center;
}

.accordion-navigation h3 {
  color: #042654;
}

.accordion-navigation.active h3 {
  color: #fff;
}

#remenus h4 {
  margin-bottom: 0;
}

#remenus table tr td {
  text-align: left;
  padding: 1rem 2rem;
}

#remenus table tr td p {
  margin-bottom: 8px;
}

#remenus table tr td.price {
  vertical-align: middle;
  padding: 1rem 3rem;
}

#remenus .menu-item {  
  width: 84%;
}

#remenus .menu-item h4 {  
  text-transform: capitalize;
}

#remenus .menu-item h4 small {  
  text-transform: none;
}

#remenus .divr td {
  background: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.2rem;
  border-bottom: 1px solid #acacac;
}

#remenus .subr th {
  background-color: #fff;
  color: #afafaf;
  width: 12%;
  text-align: center;
}

#remenus .accordion li {
  width: 100%;
  transition: all ease .1s;
  position: relative;
}

#remenus .accordion span {
  position: absolute;
  left: 0;
  padding: .9rem 1.8rem;
  color: #ccc;
  transition: all .2s ease;
}


#remenus .accordion li.active span {
  transform: rotate(45deg);
}


#remenus .accordion li a {
  background-color: #fff;
  border-bottom: 1px solid #cbcbcb;
}

#remenus .accordion li.active a {
  background: #042654;
}

#remenus li ul li {
  font-size: 1rem;
  text-align: left;
  opacity: .7;
}

#remenus .sectionr {
  text-align: center;
}

#remenus .sectionr h3 {
  text-transform: none;
  font-size: 2.2rem;
  margin-top: 4rem;
  color: #aaa;
  /*border-bottom: 1px solid;*/
}

#remenus .sectionr:first-child h3 {
  margin-top: 0;
}

#land-fare thead th img {
  display: inline-block;
  max-width: 80px;
}

#land-fare thead th p {
  display: inline-block;
  padding-left: 1.4rem;
}

#general {
  text-align: left;
}


/* banquet sections
 * ----------------------------*/ 

.sectionr h3 {
  opacity: .5;
}
#remenus #banq-acc li.active > a h3 {
  color: #fff;
}

#remenus #banq-acc li.active > a span {
  color: #000;
}

#remenus li > a:hover span {
  color: #666;
}

/* buffet */ 
#remenus li.buffet > a h3, #dinner-buffets.sectionr h3 {
  color: #f00;
}

#remenus li.buffet.active > a {
  background: #f00;
}

#remenus li.buffet > a:hover, #remenus li.buffet:not(:active) > a:hover {
  background: rgba(255,0,0,.1);
}


/* plated */ 
#remenus li.plated > a h3, #plated.sectionr h3 {
  color: #4f178a;
}

#remenus li.plated.active > a {
  background: #8b50ca;
}

#remenus li.plated:not(:active) > a:hover  {
  background: rgba(73,23,138,.2);
}


/* stations */ 
#remenus li.stations > a h3, #stations.sectionr h3 {
  color: #f19419;
}

#remenus li.stations.active > a {
  background: #f19419;
}

#remenus li.stations:not(:active) > a:hover  {
  background: rgba(255,164,44,.2);
}


/* hors */ 
#remenus li.hors > a h3, #hors.sectionr h3 {
  color: #f0f;
}

#remenus li.hors.active > a {
  background: #f0f;
}

#remenus li.hors:not(:active) > a:hover  {
  background: rgba(249,184,240,.4);
}


/* oyster */ 
#remenus li.oyster > a h3, #oyster.sectionr h3 {
  color: #0f0;
}

#remenus li.oyster.active > a {
  background: #0f0;
}

#remenus li.oyster:not(:active) > a:hover  {
  background: rgba(0,255,0,.2);
}


/* general */ 
#remenus li.gen > a h3, #gen.sectionr h3 {
  color: #888;
}

#remenus li.gen.active > a {
  background: #888;
}

#remenus li.gen:not(:active) > a:hover  {
  background: rgba(88,88,88,.2);
}


/* scrollr indicator */ 
.scrollr {
  height: 100%;
  width: 100%;
  padding: 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,.2);
}

.scrollr img {
  position: relative;
  top: 38%;
  max-width: 148px;
}

.kllr {
  position: fixed;
  bottom: 3rem;
  right: 3rem;
  height: 40px;
  width: 40px;
}


#warning {
  /*background: #fff4ea;*/
  margin-bottom: 6rem;
}

#warning i {
  color: #ffa541;
}

#warning table {
  padding-bottom: 0;
  margin-bottom: 0;
  background: none;
}

#remenus #warning table td:first-child {
  text-align: center;
  vertical-align: middle;
}

#remenus #warning table td:last-child {
  padding-left: 0;
}

#warning .row {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

#warning .row p {
  margin-bottom: 0;
  color: #9e8f8f;
}




/* accordion
 * ----------------------------*/ 
.accordion-navigation>.content {
  position: relative;
}

.accordion .accordion-navigation>.content, .accordion dd>.content {
  display: block;
  max-height:0;
  padding: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-transition: max-height 200ms ease-out;
  -moz-transition: max-height 200ms ease-out;
  -ms-transition: max-height 200ms ease-out;
  -o-transition: max-height 200ms ease-out;
  transition: max-height 200ms ease-out;
  overflow: scroll;
}


.accordion .accordion-navigation>.content.active, .accordion dd>.content.active {
  display: block;
  max-height:548px;
  visibility: visible;
  padding: 10px;
  -webkit-transition: max-height 200ms ease-in;
  -moz-transition: max-height 200ms ease-in;
  -ms-transition: max-height 200ms ease-in;
  -o-transition: max-height 200ms ease-in;
  transition: max-height 200ms ease-in;
  overflow: scroll;
}


/* flickity
 * ----------------------------*/ 
#flick-wrap {
  padding-top: 1rem;
  padding-bottom: 4rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

#flick-wrap .instrux {
  position: relative;
  top: 20px;
}

#flick-wrap .instrux i {
  color: #999;
  margin-right: 4px;
}

#flick-wrap .instrux a {
  color: #9e9e9e;
}

#flick-wrap .instrux p {
  display: inline-block;
  background: #cecece;
  padding: .2rem 1rem .2rem;
  border-radius: 4px 4px 0 0;
  color: #888;
}


#flick-wrap .instrux .button {
  margin-bottom: 0;
}

#flick-wrap .instrux .fa-lg {
  vertical-align: -4%;
}

.carousel-cell {
  color: #fff;
  border: 1px solid #fff;
  counter-increment: carousel-cell;
  margin-right: 10px;
}

.flickity-button {
  background: rgba(40,40,40,.68);
}

.flickity-button:hover {
  background: rgba(40,40,40,.8);
}

.flickity-prev-next-button {
  height: 80px;
  width: 40px;
  border-radius: 4px;
}

.flickity-button-icon {
  fill: white;
}

.carousel-cell img {
  display: block;
  height: 600px;
  width: auto;
  max-width: none;
  border-radius: 4px;
}

/* back to the top 
 * ----------------------------*/ 
#bottomr {
  position: fixed;
  z-index: 99999;
  text-align: left;
  padding: 0;
  left: 3rem;
  bottom: 2rem;
}

#uplink {
  left: 8px;
  text-align: right;
  z-index: 9999;
  position: relative;
  padding: .6rem .8rem;
  border: 1px solid rgba(255,255,255,.8);
  display: inline-block;
  background: rgba(166,77,35,.68);
  text-align: center;
  color: #fff;
}

#uplink i {
  padding-right: 0;
}

#uplink .fa-2x {
    font-size: 1.4rem;
}

.hider {
  transition: all .1s ease !important;
  opacity: 0 !important;
}


/* inline list menu
 * ----------------------------*/ 
#quicknav ul {
  list-style: none;
  text-align: center;
  margin-left: 0;
}

#quicknav li {
  display: inline-block;
  margin-right: 1rem;
}

#quicknav li:last-child {
  margin-right: 0;
}

#quicknav .button.small {
  padding: 0.56rem 1.75rem 0.6rem 1.75rem;
}

#quicknav ul {
  border-top: 1px solid #c1c1c1;
  padding-top: 1rem;
  display: inline-block;
  padding-left: 1rem;
  padding-right: 1rem;
}

.new-content .iwrap p {
  color: #a2a2a2;
}

.iwrap h4 {
  text-align: center;
  color: ##0B1F4E;
  font-size: 1.6rem;
}


/* banquet / wedding page
 * ----------------------------*/ 
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
 * =============================
 * MEDIA QUERIES
 * =============================
*/

/* small screens
 * ----------------------------*/ 
@media only screen and (max-width: 40em) {

  .scrollr img {
    position: relative;
    top: 18%;
    max-width: 108px;
  }

  .accordion .accordion-navigation>.content.active, .accordion dd>.content.active {
    padding: 0;
  }

  #remenus > .row {
    padding-top: 1rem;
  }

  ul.tabs {
    padding: 0 .2rem;
  }

  #remenus .tabs .tab-title > a {
    font-size: .8rem;
    padding: .6rem 1rem .4rem;
  }

  #remenus .tabs .tab-title h2 {
    margin-bottom: 0;
    line-height: 1.2;
  }

  .sectionr h3 {
    line-height: 1;
  }

  #remenus .accordion-navigation, 
  #remenus .accordion-navigation table, 
  #remenus .accordion-navigation .content {
    max-width: 100%;
    margin-right: 0;
  }


  .new-content h1 {
    font-size: 3rem;
  }
  .new-content .section-head {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .plaque {
    width: 33%;
    padding-top: 1.6rem;
  }

  .mainNav ul {
    line-height: 1;
  }

  .mainNav li {
    margin: 0;
    width: 20%;
  }

  .iwrap {
    margin-bottom: 1rem;
  }

  .row {
    padding: 1.8rem 0;
  }
  #location-box .row {
    padding: 0;
  }

  #quicknav ul {
    padding-left: 0;
    padding-right: 0;
  }

  #quicknav li {
    margin-right: 0;
  }

  #quicknav .button.small {
    padding: 0.56rem 1rem 0.6rem 1rem;
  }

  .carousel-cell img {
    height: 480px;
  }

  .flickity-prev-next-button {
    height: 40px;
    width: 20px;
    padding: 12px;
  }

  #remenus ul ul li {
    text-align: left;
  }

  #remenus .accordion-navigation>a {
    padding: .4rem;
  }

  #remenus h3 {
    font-size: 1rem;
  }

  #remenus table tr td.price {
    padding: 1rem .2rem;
  }

  #remenus tr td.menu-item {
    padding: .6rem;
  }

  #remenus tr td.price, #remenus tr td.price.glass, #remenus tr td.price.bottle {
    padding: 1rem 0 .2rem;
    text-align: right;
  }

  #remenus .divr td {
    font-size: .8rem;
    padding: .4rem;
  }

  #remenus .accordion span {
    line-height: 2;
    padding: 0 .4rem;
  }

  #remenus .fa-lg {
    font-size: 1.1rem;
  }

  #hours table {
    padding: 0;
  }
  #hours tr small {
    display: block;
    font-size: 75%;
    color: #888;
  }
  #hours table tbody tr td {
    padding-right: 6%;
  }

}


/* medium screens
 * ----------------------------*/ 
@media only screen and (max-width: 64em) {

  .row {
    padding: 3rem 0;
  }

  #closed-banner h3 {
    margin: 0;
  }

  .special-head h1 {
    font-size: 3.6rem;
  }

  .headwrap .row {
    padding-bottom: 1rem;
    padding-top: 4rem;
  }

  .local-special img {
    max-width: 100px;
    z-index: 1299;
    top: 8px;
  }

  #special small {
    display: block;
    line-height: 1.1;
    padding-top: 1.4rem;
    font-size: 1.2rem;
  }

}


/* medium-UP screens
 * ----------------------------*/ 
@media only screen and (min-width: 64em) {

  #bottomr {
      left: auto;
      text-align: right;
      right: 48%;
      padding-right: 1.4rem;
  }

  #bottomr #uplink {
    padding: .8rem;
    display: inline-block;
  }
}
