/* -------------------------------
  Imports
------------------------------- */
/* -------------------------------
  Breakpoints
------------------------------- */
/* -------------------------------
  Fonts
------------------------------- */
/* -------------------------------
  Breakpoints
------------------------------- */
/* -------------------------------
  Mixins
------------------------------- */
.m-ornaments {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
}
.m-ornaments img {
  width: 8rem;
  height: auto;
  display: block;
  position: absolute;
}
@media (max-width: 480px) {
  .m-ornaments img {
    width: 5rem;
  }
}
.m-ornaments img.t-l, .m-ornaments img.t-r {
  top: 1rem;
  position: absolute;
}
.m-ornaments img.b-l, .m-ornaments img.b-r {
  bottom: 1rem;
}
.m-ornaments img.b-l, .m-ornaments img.t-l {
  left: 0;
}
@media (max-width: 960px) {
  .m-ornaments img.b-l, .m-ornaments img.t-l {
    left: 1rem;
  }
}
.m-ornaments img.b-r, .m-ornaments img.t-r {
  right: 0;
}
@media (max-width: 960px) {
  .m-ornaments img.b-r, .m-ornaments img.t-r {
    right: 1rem;
  }
}
.m-ornaments img.t-l {
  transform: rotate(90deg);
}
.m-ornaments img.t-r {
  transform: rotate(180deg);
}
.m-ornaments img.b-r {
  transform: rotate(-90deg);
}

/* -------------------------------
  Item Price Sizing
------------------------------- */
/* -------------------------------
  Styles
------------------------------- */
/* ------Text color for menu------- */
.menu-content {
  width: 100%;
  padding: 8rem;
  color: #111111;
}
@media (max-width: 960px) {
  .menu-content {
    padding: 8rem 1rem;
  }
}
.menu-content .menu-intro {
  padding: 0 4rem 8rem;
}
@media (max-width: 960px) {
  .menu-content .menu-intro {
    padding: 0 2rem 6rem;
  }
}
@media (max-width: 480px) {
  .menu-content .menu-intro {
    padding: 0 1rem 6rem;
  }
}
@media (max-width: 350px) {
  .menu-content .menu-intro {
    padding: 0 0 6rem;
  }
}

.menu-content .menu-intro.category {
  padding: 0 4rem 3rem;
}
@media (max-width: 960px) {
  .menu-content .menu-intro.category {
    padding: 0 2rem 3rem;
  }
}
@media (max-width: 480px) {
  .menu-content .menu-intro.category {
    padding: 0 1rem 3rem;
  }
}
@media (max-width: 350px) {
  .menu-content .menu-intro.category {
    padding: 0 0 3rem;
  }
}
.menu-content .menu-intro p {
  font-size: 2rem;
  line-height: 1.3em;
  color: #111111;
  /*text-transform: uppercase;*/
  margin-bottom: 2rem;
  text-align: center;
}
@media (max-width: 480px) {
  .menu-content .menu-intro p {
    font-size: 1.65rem;
    margin-bottom: 1.75rem;
  }
}
.menu-content .menu-intro p:last-child {
  margin: 0;
}
.menu-content .menu-category {
  padding-bottom: 8rem;
}
@media (max-width: 960px) {
  .menu-content .menu-category {
    padding-bottom: 6rem;
  }
}
.menu-content .menu-category h2 {
  font-size: 4rem;
  text-transform: uppercase;
  letter-spacing: 2px;
/*  color: rgba(60, 186, 146, 0.6);*/
/*  border-bottom: 1.5px solid;*/
  padding-bottom: 0.5rem;
  margin-bottom: 2rem;
  text-align: center;
}

@media (max-width: 960px) {
  .menu-content .menu-category h2 {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .menu-content .menu-category h2 {
    font-size: 3rem;
  }
}
.menu-content .menu-category ul {
  display: grid;
  grid-gap: 2rem;
}
@media (max-width: 960px) {
  .menu-content .menu-category ul {
    grid-gap: 1.5rem;
  }
}
.menu-content .menu-category li {
  padding: 1.25rem 9rem 1.5rem 2rem;
  position: relative;
  background: #F7F7F7;
  /*background: linear-gradient(135deg, transparent 0.5rem, #F7F7F7 0) top left, linear-gradient(225deg, transparent 0.5rem, #F7F7F7 0) top right, linear-gradient(315deg, transparent 0.5rem, #F7F7F7 0) bottom right, linear-gradient(45deg, transparent 0.5rem, #F7F7F7 0) bottom left;
  */background-size: 50% 50%;
  background-repeat: no-repeat;
 border-left: 1px solid #282828;
  border-top: 1px solid #282828;
  border-bottom: 1px solid #282828;
  border-right: 1px solid #282828;
/*new colours added in here*/
}
#navy {
background: #F7F7F7;
box-shadow: 5px 5px 5px #001f3f;
}

#blue {
background: #F7F7F7;
box-shadow: 5px 5px 5px #0074D9;
}

#aqua {
background: #F7F7F7;
box-shadow: 5px 5px 5px #7FDBFF;
}


}
#greenbanana {
background: #F7F7F7;
box-shadow: 5px 5px 5px #b6d778;
}

#lilac{
background: #F7F7F7;
box-shadow: 5px 5px 5px #ad99c9;
}

#plum{
background: #F7F7F7;
box-shadow: 5px 5px 5px #9e0538;
}

#dates{
background: #F7F7F7;
box-shadow: 5px 5px 5px #9e5421;
}

#lime{
background: #F7F7F7;
box-shadow: 5px 5px 5px #e9e448;
}

#blueberry{
background: #F7F7F7;
box-shadow: 5px 5px 5px #40669c;
}

#peach{
background: #F7F7F7;
box-shadow: 5px 5px 5px #f27153;
}

#ginger{
background: #F7F7F7;
box-shadow: 5px 5px 5px #f2ae61;
}



#archivegreen{
background: #F7F7F7;
box-shadow: 5px 5px 5px #3D9970;
}

#forest{
background: #F7F7F7;
box-shadow: 5px 5px 5px #476d35;
}

#dutchcourageorange{
background: #F7F7F7;
box-shadow: 5px 5px 5px #FF851B;
}

@media (max-width: 480px) {
  .menu-content .menu-category li {
    padding: 1.5rem 7rem 1.5rem 2rem;
  }
}
@media (max-width: 350px) {
  .menu-content .menu-category li {
    padding: 1.25rem 6rem 1.25rem 1.5rem;
  }
}

.menu-content .menu-category .menu-image {
    width: 60%;
    max-width: 20rem;
    margin: 0 auto 1rem;
    display: block;
}

.menu-content .menu-category li .i-title {
  width: auto;
  position: relative;
/*  left: 5%;*/
  display: inline-flex;
  font-size: 2.5rem;
  line-height: 1.15em;
  padding-bottom: 0.75rem;
  font-family: "NeueMontreal-Regular", sans-serif;
  text-transform: uppercase;
}

.menu-content .menu-category li .i-number {
  width: auto;
  position: relative;
  left: 5%%;
  display: inline-flex;
  font-size: 2.5rem;
  line-height: 1.15em;
  padding-bottom: 0.75rem;
  font-family: "NeueMontreal-Regular", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  .menu-content .menu-category li .i-title {
    font-size: 2rem;
  }
}
@media (max-width: 350px) {
  .menu-content .menu-category li .i-title {
    font-size: 1.75rem;
  }
}
.menu-content .menu-category li .i-title.allergy:after {
  content: "*";
  width: 1rem;
  height: 1rem;
  display: block;
  position: absolute;
  top: -0.5rem;
  right: -1.5rem;
  color: #111111;
}
.menu-content .menu-category li .i-info {
  font-size: 1.75rem;
  font-family: "NeueMontreal-Regular", Sans-Serif;
  line-height: 1.2em;
  padding: 0.25rem 0 0.75rem;
}
@media (max-width: 480px) {
  .menu-content .menu-category li .i-info {
    font-size: 1.5rem;
  }
}
@media (max-width: 350px) {
  .menu-content .menu-category li .i-info {
    font-size: 1.35rem;
  }
}
.menu-content .menu-category li .i-notes {
  position: relative;
  font-size: 1.5rem;
  font-family: "NeueMontreal-Regular", Sans-Serif;
  text-transform: uppercase;
  line-height: 1em;
  display: flex;
  left: 20%;
  flex-wrap: wrap;
  padding-top: 0.25rem;
}
.menu-content .menu-category li .i-notes-script {
  font-size: 2.5rem;
  font-family: "NeueMontreal-Regular", Sans-Serif;
/*  text-transform: uppercase;*/
  line-height: 1em;
  display: flex;
  flex-wrap: wrap;
  padding-top: 0.25rem;
}
@media (max-width: 480px) {
  .menu-content .menu-category li .i-notes {
    font-size: 1.5rem;
  }
}
@media (max-width: 350px) {
  .menu-content .menu-category li .i-notes {
    font-size: 1.35rem;
  }
}
.menu-content .menu-category li .i-notes span {
  padding-right: 0.75rem;
  display: flex;
  align-items: center;
}
@media (max-width: 480px) {
  .menu-content .menu-category li .i-notes span {
    padding-right: 0.55rem;
  }
}
.menu-content .menu-category li .i-notes span:after {
  content: "";
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background: #2C4A9A;
  display: block;
  margin-left: 0.75rem;
}
@media (max-width: 480px) {
  .menu-content .menu-category li .i-notes span:after {
    margin-left: 0.65rem;
  }
}
.menu-content .menu-category li .i-notes span:last-of-type:after {
  content: none;
}

.menu-content .menu-category li .i-ingredients {
  font-size: 2rem;
  font-family: "NeueMontreal-Regular", Sans-Serif;
  /*text-transform: uppercase;*/
/*  font-variant: small-caps;*/
  line-height: 1em;
  display: block;
/*  position: absolute;*/
  left: 20%;
/*  flex-wrap: wrap;*/
  padding-top: 0.25rem;
}
@media (max-width: 480px) {
  .menu-content .menu-category li .i-ingredients {
    font-size: 1.5rem;
  }
}
@media (max-width: 350px) {
  .menu-content .menu-category li .i-ingredients {
    font-size: 1.5rem;
  }
}
.menu-content .menu-category li .i-ingredients span {
  padding-right: 0.75rem;
  display: block;
  align-items: center;
}
@media (max-width: 480px) {
  .menu-content .menu-category li .i-notesbold span {
    padding-right: 0.55rem;
  }
}
.menu-content .menu-category li .i-notesbold span:after {
  content: "";
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background: #f7f7f7;
  display: block;
  margin-left: 0.75rem;
}
@media (max-width: 480px) {
  .menu-content .menu-category li .i-notesbold span:after {
    margin-left: 0.65rem;
  }
}
.menu-content .menu-category li .i-notesbold span:last-of-type:after {
  content: none;
}

.menu-content .menu-category li .i-price {
/*  width: 2rem;
  height: 2rem;*/
  position: absolute;
  bottom: 0.25rem;
  right: 2rem;
  font-size: 1.5rem;
  line-height: 1em;
  transform: translateY(-50%);
  border: 1px dashed;
  border-radius: 50%;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  background: #f7f7f7;
  color:  #111111;
  font-family: "NeueMontreal-Regular", Sans-Serif;
}
.menu-content .menu-category li .p-bottle {
  width: 5rem;
  height: 5rem;
  position: absolute;
  top: 50%;
  right: 4rem;
  font-size: 2.5rem;
  line-height: 1em;
  transform: translateY(-50%);
  border: 1px solid;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  background: #f7f7f7;
}
.menu-content .menu-category li .i-price .p-bottle img{
  width: 100%;
  display: block;
  object-fit: contain;
}
@media (max-width: 480px) {
  .menu-content .menu-category li .i-price {
/*    width: 4rem;
    height: 4rem;*/
    font-size: 1.75rem;
    right: 1.5rem;
  }
}
@media (max-width: 480px) {
  .menu-content .menu-category li .p-bottle {
    width: 4rem;
    height: 4rem;
    right: 3rem;
  }
}
@media (max-width: 350px) {
  .menu-content .menu-category li .i-price {
    right: 1.25rem;
  }
}
@media (max-width: 350px) {
  .menu-content .menu-category li .p-bottle {
    right: 2.5rem;
  }
}
.menu-content .menu-category li .i-price.p-minus, .menu-content .menu-category li .i-price.p-plus, li .i-price .p-bottle{
  width: 3.75rem;
  height: 3.75rem;
  font-size: 2rem;
  right: 2.5rem;
}
@media (max-width: 480px) {
  .menu-content .menu-category li .i-price.p-minus, .menu-content .menu-category li .i-price.p-plus, li .i-price.p-bottle {
    width: 3.4rem;
    height: 3.4rem;
    font-size: 2rem;
    right: 2.5rem;
  }
}
/*this one here*/
.menu-content .menu-category li .i-price.p-bottle {
  transform: translate(-75%, -50%);
  background: #F7F7F7;
  z-index: 0;
}
@media (max-width: 480px) {
  .menu-content .menu-category li .i-price.p-bottle {
    transform: translate(-75%, -50%);
  }
}
.menu-content .menu-category li .i-price.p-minus {
  transform: translate(20%, -120%);
  background: #F7F7F7;
  z-index: 1;
}
@media (max-width: 480px) {
  .menu-content .menu-category li .i-price.p-minus {
    transform: translate(-15%, -75%);
  }
}
.menu-content .menu-category li .i-price.p-plus {
  transform: translate(40%, -25%);
}
@media (max-width: 480px) {
  .menu-content .menu-category li .i-price.p-plus {
    transform: translate(50%, -25%);
  }
}
.menu-content .menu-category li .i-allergy {
  font-size: 2rem;
  font-family: "NeueMontreal-Regular", Sans-Serif;
  color: #111111;
  line-height: 1.2em;
/*  text-transform: uppercase;*/
  font-variant: small-caps;
  letter-spacing: 1.25px;
  position: relative;
  padding-top: 0.75rem;
  margin-top: 2rem;
  border-top: 1px solid rgba(36, 75, 79, 0.6);
}


@media (max-width: 480px) {
  .menu-content .menu-category li .i-allergy {
    font-size: 1rem;
    padding-top: 0.5rem;
    margin-top: 1.5rem;
  }
}
.menu-content .menu-category li .i-allergy:before {
  content: "*";
  width: 1rem;
  height: 1rem;
  display: block;
  display: inline-flex;
}

#block a:link {
  background-color: #3cba92;
  color: #111111;
  padding: 14px 25px;
  /*border: 1px solid #6d979c;*/
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

#block a:hover, a:active {
  background-color: #8aa7ab;
  border: 1px solid #F7F7F7;
  color: #f7f7f7;
}

#description a:link {
  background-color: #111111;
  color: #111111;
  padding: 14px 25px;
  border: 1px solid #6d979c;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

#description a:hover, a:active {
  background-color: #6d979c;
  border: 1px solid #F7F7F7;
}


/*# sourceMappingURL=BlockItems.css.map */


.menu-content .menu-category li .i-tastingnotes {
  width: auto;
  position: relative;
  left: 20%;
  display: inline-flex;
  font-size: 1.5rem;
  line-height: 1.15em;
  padding-bottom: 0.75rem;
  font-family: "NeueMontreal-Regular", sans-serif;
  text-transform: uppercase;
  border: 1px dashed;
  padding: 10px;
  border-radius: 30px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.menu-content .menu-category li .i-ingredients {
  width: auto;
  position: relative;
  left: 20%;
  display: block;
/*  font-size: 2rem;*/
  line-height: 1.15em;
  padding-bottom: 0.75rem;
  font-family: "NeueMontreal-Regular", sans-serif;
/*  text-transform: uppercase;*/
}


/* image sizing for the cover page*/
.image-container {
  display: flex;
  justify-content: center;
  margin-top: 15px;
  margin-bottom: 40px;
}

.cover {
  width: 70%;
  height: auto;
  display: block;
  margin-bottom: 40px;
}
.covertitle {
  width: 60%;
  height: auto;
  display: block;
}
.highball {
  width: 70%;
  height: auto;
  display: block;
}

.archive {
  width: 70%;
  height: auto;
  display: block;
}

.gimlet {
  width: 70%;
  height: auto;
  display: block;
}

.sour {
  width: 70%;
  height: auto;
  display: block;
}






