/* Following value must be kept in sync with snapJsOptions.maxPosition in:
*  assets/src/javascript/c1-cafe-theme.js
*/
body,
html {
  overflow-y: scroll !important;
  -webkit-overflow-scrolling: auto !important;
  font-family: "futura-pt", sans-serif;
  letter-spacing: 2px;
}
body.modal-open,
html.modal-open {
  overflow-y: hidden !important;
}
/*ie specific*/
body.internet-explorer-6 #footer,
body.internet-explorer-7 #footer,
body.internet-explorer-8 #footer,
body.internet-explorer-9 #footer {
  display: none;
}
body.internet-explorer-6 .to-top,
body.internet-explorer-7 .to-top,
body.internet-explorer-8 .to-top,
body.internet-explorer-9 .to-top {
  display: none;
}
body.internet-explorer-6 #top-navigation-controls,
body.internet-explorer-7 #top-navigation-controls,
body.internet-explorer-8 #top-navigation-controls,
body.internet-explorer-9 #top-navigation-controls {
  display: none;
}
body.internet-explorer-6 #snap-menu-container,
body.internet-explorer-7 #snap-menu-container,
body.internet-explorer-8 #snap-menu-container,
body.internet-explorer-9 #snap-menu-container {
  display: none;
}
.page-count {
  display: none !important;
}
h1 {
  font-size: 56px;
  line-height: 58px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 1em;
  letter-spacing: 8px;
}
h2 {
  font-size: 46px;
  line-height: 48px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 1em;
  letter-spacing: 8px;
}
h3 {
  font-size: 36px;
  line-height: 38px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 1em;
  letter-spacing: 8px;
}
a,
a:hover {
  color: inherit;
}
#preload {
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.left {
  float: left;
}
.right {
  float: right;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 90000;
}
footer {
  height: 100%;
  background-color: white;
  padding: 0 20px;
}
footer .social-link-list-item {
  display: inline-block;
}
footer .social-link-list-item i.fab.bt-2x {
  font-size: 1.5em;
}
footer .social-link-list-item img {
  width: 32px;
  height: 32px;
}
footer .social-link-list-item a {
  display: block;
  width: 32px;
  height: 32px;
  color: #424242;
}
footer .social-link-list-item a:hover {
  color: #212121;
}
footer .social-link-list-item:not(:last-child) {
  margin-right: 15px;
}
footer div.footer-logo img {
  width: 60px;
  height: auto;
  float: left;
  margin-right: 30px;
}
footer span.copyright-text {
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 15px;
  float: left;
}
footer .social-link-list {
  margin-top: 5px;
}
body.golden-panther-tea-company-ltd footer {
  background: #eb6a14;
}
.menu-image-list-container {
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
  height: 100%;
  width: 100%;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.menu-image-list-container.open {
  display: block;
}
.menu-image-list-container .menu-image-list {
  text-align: center;
  margin-top: 1%;
}
.menu-image-list-container .menu-image-list img {
  max-width: 95%;
  height: auto;
  margin: auto;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.menu-image-list-container .modal-controls-container {
  position: fixed;
  top: 0;
  padding-top: 0.5%;
  padding-left: 20px;
  padding-right: 20px;
  /* left: 0; */
  /* right: 0; */
  /* margin: auto; */
  width: 80%;
}
.menu-image-list-container .modal-controls-container a {
  text-decoration: none;
  color: #fff;
  color: #ffffff;
  line-height: 2em;
}
.menu-image-list-container .modal-controls-container a:hover {
  text-decoration: none;
}
/*body.c1 nav#menu-navigation-controls li.home-page-link a{
  color: #E3CA6F;
  &:hover{
    color: #977E23;
  }
}*/
nav#menu-navigation-controls {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
nav#menu-navigation-controls ul {
  margin-top: 30px;
}
nav#menu-navigation-controls ul li {
  text-align: left;
  margin-bottom: 15px;
  text-transform: uppercase;
}
nav#menu-navigation-controls ul li a {
  color: #e9e9e9;
  text-decoration: none;
}
nav#menu-navigation-controls ul li a:hover {
  color: #ffffff;
  font-weight: bold;
  transition: color 0.5s ease-in;
}
nav#menu-navigation-controls ul li ul {
  margin-top: 0;
  /*Indent n-level menus*/
  margin-left: 15px;
  /*Hide by default*/
  max-height: 0;
  height: auto;
  overflow: hidden;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
nav#menu-navigation-controls ul li.active a {
  color: #E3CA6F;
}
nav#menu-navigation-controls ul li.active a:hover {
  color: #bdaa65;
}
nav#menu-navigation-controls ul li.break-beneath {
  border-bottom: 1px solid black;
  padding-bottom: 15px;
}
nav#menu-navigation-controls ul li.expanded ul {
  margin-top: 10px;
  max-height: 240px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
nav#top-navigation-controls {
  padding: 20px;
  background-color: #000000;
  height: 25px;
}
nav#top-navigation-controls ul {
  /*padding: 10px;
    padding-left: 12px;*/
}
nav#top-navigation-controls ul li {
  display: inline-block;
}
nav#top-navigation-controls ul li:not(:last-child) {
  margin-right: 20px;
}
nav#top-navigation-controls ul a {
  color: white;
  text-decoration: none;
}
nav#top-navigation-controls ul a:hover {
  /*color: #977E23;*/
  /*color: rgb(233,233,233); */
}
nav#top-navigation-controls ul a i {
  font-size: 1.8em;
}
nav#top-navigation-controls.light-background a {
  color: #212121;
}
nav#top-navigation-controls.light-background a:hover {
  color: black;
}
body.snapjs-right nav#top-navigation-controls ul,
body.snapjs-left nav#top-navigation-controls ul,
body.snapjs-right nav#top-navigation-controls.light-background ul,
body.snapjs-left nav#top-navigation-controls.light-background ul {
  opacity: 0;
  transition: all 0.4s ease;
}
body.snapjs-right #snap-menu-container,
body.snapjs-left #snap-menu-container {
  z-index: 999999;
}
#container {
  display: block;
  position: absolute;
  z-index: 200;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: white;
  margin-top: 65px;
  /*Counteracts new black background of nav*/
}
#snap-menu-container {
  display: block;
  z-index: 100;
  background-color: black;
  width: 300px;
  position: fixed;
  top: 0;
  left: auto;
  right: 0;
  height: 100%;
  /***/
}
#snap-menu-container #snap-menu-close-control {
  color: #e9e9e9;
  display: block;
  cursor: pointer;
  text-align: right;
  text-decoration: none;
}
#snap-menu-container #snap-menu-close-control:hover {
  color: white;
  transition: color 0.4s;
}
#snap-menu-container #snap-menu-close-control span.fa-stack {
  display: inline-block;
}
.page-slide .background-image {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  box-sizing: content-box;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 100vh;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.page-slide .background {
  height: 100%;
  width: 100%;
}
.page-slide .background-video,
.page-slide .background-video-container {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: auto !important;
  min-width: 100%;
  min-height: 100%;
  box-sizing: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: auto;
  height: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.page-slide .slide-container {
  width: auto;
  height: 100%;
  position: relative;
  padding: 7% 20% 7% 20%;
  box-sizing: border-box;
}
.page-slide .slide-content {
  left: 20%;
  right: 20%;
  top: 7%;
  font-size: 21px;
  line-height: 36px;
}
.page-slide .slide-content p {
  margin-bottom: 20px;
}
.page-slide .slide-content em {
  font-style: italic;
}
.page-slide .slide-content strong {
  font-weight: bold;
}
.page-slide .slide-content img {
  width: 100%;
  height: auto;
  display: block;
  padding: 30px 0 0 0;
}
.page-slide .slide-content .slide-logo-container img {
  width: inherit !important;
  height: inherit !important;
  margin: 0 auto !important;
}
.page-slide .slide-content ul.list {
  list-style: circle;
  margin-left: 25px;
}
.page-slide .slide-content ul.list li {
  line-height: 40px !important;
}
.page-slide .slide-content .nav {
  margin-bottom: 60px;
}
.page-slide .slide-content .nav li {
  display: inline-block;
  font-size: 26px;
  padding: 15px 0;
}
.page-slide .slide-content .nav li.active a {
  text-decoration: none;
}
.page-slide .slide-content .nav li a {
  font-weight: 500;
  font-size: 26px;
  padding: 15px 20px;
}
.page-slide .slide-content div.slide-anchor {
  width: auto;
  text-align: center;
}
.page-slide .slide-content div.to-top {
  margin-top: 20px;
}
.page-slide .slide-content div.to-top a {
  color: #212121;
}
.page-slide .slide-content div.to-top a:hover {
  color: #000000;
}
.video-heading-slide {
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}
.video-heading-slide .slide-content {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}
.menu-item-block .menu-item-description p:first-line {
  font-weight: bold;
}
#menu-1,
#reservations,
#complaints,
#jobs {
  /*padding-right:30px;*/
}
body.c1 .slide-content strong {
  font-weight: 500;
}
body.c1 #heading .slide-container {
  padding: 0;
}
body.c1 #heading .slide-content img {
  width: 249px;
  height: auto;
  margin: auto;
  bottom: 0;
  top: 0;
  position: absolute;
  left: 0;
  right: 0;
}
body.golden-panther-tea-company-ltd .slide-content {
  left: 20%;
  right: 20%;
  /*font-family: "alternate-gothic-no-2-d",sans-serif;
	font-size:36px;
	line-height:48px;*/
  color: white;
  /*h1 {font-size:90px; line-height:90px; margin-bottom:10px;}*/
}
body.golden-panther-tea-company-ltd .slide-content a.buy-golden-panther-tea {
  color: #378744;
  text-decoration: none;
  font-size: 26px;
}
body.golden-panther-tea-company-ltd .slide-content a.buy-golden-panther-tea:hover {
  text-decoration: underline;
}
body.golden-panther-tea-company-ltd .slide-content .page-count {
  display: none;
}
body.golden-panther-tea-company-ltd .slide-content div.to-top a {
  color: white;
}
body.golden-panther-tea-company-ltd #heading .slide-content {
  /*	top: 50%;
  	left: 50%;
	margin-left:-125px;
	margin-top:-136px;*/
}
body.golden-panther-tea-company-ltd #heading .slide-content img {
  width: 249px;
  height: auto;
  margin: auto;
  bottom: 0;
  top: 0;
  position: absolute;
  left: 0;
  right: 0;
}
body.golden-panther-tea-company-ltd #heading .slide-container {
  padding: 0;
}
body.ok-bottling-company .slide-content {
  /*left: 20%;
	font-family: "sketchnote-text",sans-serif;
	text-transform:uppercase;
	font-size:24px;
	line-height:48px;
	letter-spacing:0;
		h1 {font-size:150px; line-height:150px; letter-spacing:-10px; margin-bottom:10px;}
		h2 {font-size:150px; line-height:72px; letter-spacing:0; font-family: "corner-store",sans-serif; text-transform:lowercase;}
		.page-count {display:none;}*/
}
body.ok-bottling-company #heading .slide-content {
  /*top:50%;
	left: 50%;
	margin-left:-224px;
	margin-top:-134px;*/
}
body.ok-bottling-company #heading .slide-content img {
  width: 447px;
  height: auto;
  margin: auto;
  bottom: 0;
  top: 0;
  position: absolute;
  left: 0;
  right: 0;
}
body.ok-bottling-company #heading .slide-container {
  padding: 0;
}
#menu .slide-content,
#complaints .slide-content {
  left: 1%;
}
.slide-content .menu-item-block-flex-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.menu-item-block {
  max-width: 32%;
  margin-bottom: 50px;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.news .menu-item-block-flex-container,
.complaints .menu-item-block-flex-container {
  justify-content: start;
}
.news .menu-item-block-flex-container .menu-item-block,
.complaints .menu-item-block-flex-container .menu-item-block {
  margin-right: 20px;
}
.news .menu-item-block-flex-container .menu-item-block a,
.complaints .menu-item-block-flex-container .menu-item-block a {
  display: block;
}
.page-count {
  margin-bottom: 20px;
  font-size: 0.9em;
}
/*body.complaints .slide-container .menu-item-block-flex-container .complaint-item-block img {width:50%; height:auto;}
*/
.zine-issue-block {
  display: inline-block;
  margin: 0 50px 50px 0;
}
.zine-issue-block img {
  width: inherit !important;
  height: auto !important;
  margin-bottom: 10px;
  display: block;
}
.zine-issue-date {
  font-style: italic;
}
.zine-issue-number {
  font-weight: bold;
}
/**Clearfix **/
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
  /*IE6/7*/
}
body.mobile-device-tablet .page-slide .background-image,
body.mobile-device-phone .page-slide .background-image,
body.mobile-device-tablet .page-slide .background-video,
body.mobile-device-phone .page-slide .background-video,
body.mobile-device-tablet .page-slide .background-video-container,
body.mobile-device-phone .page-slide .background-video-container {
  background-attachment: initial !important;
}
@font-face {
  font-family: 'Graphik-Bold';
  src: url('../fonts/Graphik-Bold.eot');
  src: url('../fonts/Graphik-Bold.eot?#iefix') format("embedded-opentype"), url('../fonts/Graphik-Bold.woff2') format("woff2"), url('../fonts/Graphik-Bold.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}
.cta {
  font-family: 'Graphik-Bold', sans-serif;
  color: #FF00A3;
  font-size: calc(120.64px + 179.36 * ((1rem - 320px) / 390));
  position: relative;
  text-transform: uppercase;
}
@media screen and (min-width: 710px) {
  .cta {
    /* font-size: 300px; */
  }
}
@media (hover: hover) {
  .cta {
    color: blue;
  }
}
.cta a {
  color: inherit;
  line-height: 1;
  display: block;
  position: relative;
}
@media (hover: hover) {
  .cta a:before,
  .cta a:after {
    content: "BUY";
    position: absolute;
    left: 0;
    color: yellow;
    font-size: 1em;
    text-align: center;
    transition: transform 50ms;
    /*width: 100%;*/
  }
  .cta a:after {
    color: #FF00A3;
    top: 0;
    transition: transform 75ms;
  }
}
.cta:hover a:before {
  transform: translate(10px, -10px);
}
.cta:hover a:after {
  transform: translate(20px, -20px);
}
.cta a {
  display: block;
  font-size: 1em;
  font-size: calc(120.64px + 179.36 * ((1rem - 320px) / 390));
  left: -0.075em;
  margin: 0 auto;
  text-decoration: none;
  position: relative;
  width: calc(2 * (120.64px + 179.36 * ((1rem - 320px) / 390)));
}
@media screen and (min-width: 710px) {
  .cta a {
    font-size: 300px;
    margin: 0 auto;
    width: 614px;
  }
}
@media only screen and (min-width: 768px) {
  .page-slide .background-image,
  .page-slide .background-video,
  .page-slide .background-video-container {
    background-attachment: fixed;
  }
}
@media (max-width: 900px) {
  .slide-logo-container img {
    max-width: 300px;
    height: auto;
  }
  .page-slide .slide-container {
    padding-top: 15%;
  }
  .background-video-container .slide-container,
  .background-image .slide-container {
    padding-left: 5px;
    padding-right: 5px;
  }
  #footer {
    padding-bottom: 100%;
  }
}
@media (max-width: 768px) {
  .mobile-device-none video.background-video,
  .mobile-device-none .video-heading-slide .background-image {
    display: none;
  }
  .mobile-device-none .video-heading-slide .background-image.background-video-container.alternate-background-image {
    display: block !important;
  }
  h1 {
    font-size: 45px;
    line-height: 55px;
    letter-spacing: 5px;
  }
  h2 {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 5px;
  }
  h3 {
    font-size: 35px;
    line-height: 45px;
    letter-spacing: 5px;
  }
  footer {
    height: 100%;
  }
  footer .social-link-list-item {
    float: none !important;
  }
  footer div.footer-logo {
    text-align: center;
  }
  footer div.footer-logo img {
    float: none;
    margin-right: 0;
    margin-top: 20px;
  }
  footer span.copyright-text {
    display: block;
    text-align: center;
    float: none;
    margin: 20px 0;
  }
  footer .social-link-list {
    margin-top: 0;
    float: none !important;
    text-align: center;
  }
  #about .slide-content,
  #home-menu .slide-content,
  #home-wecareabout .slide-content,
  #home-products .slide-content,
  #home-contact .slide-content,
  #menu .slide-content,
  #reservations .slide-content,
  #complaints .slide-content,
  #jobs .slide-content {
    left: 10% !important;
    right: 10% !important;
    font-size: 18px;
    line-height: 30px;
    margin-top: 50px;
  }
  body.ok-bottling-company .slide-content {
    left: 10% !important;
    right: 10% !important;
    font-size: 18px;
    line-height: 38px;
  }
  body.ok-bottling-company .slide-content h2 {
    font-size: 100px;
    line-height: 100px;
  }
  body.c1 #heading .slide-content,
  body.golden-panther-tea-company-ltd #heading .slide-content {
    margin-left: -100px;
    margin-top: -109px;
  }
  body.c1 #heading .slide-content img,
  body.golden-panther-tea-company-ltd #heading .slide-content img {
    width: 200px;
    height: auto;
  }
  video {
    display: none;
  }
  .slide-content .nav li {
    display: block !important;
    padding: 0 !important;
  }
  .slide-content .nav li.active a {
    background: none !important;
    color: inherit !important;
    text-decoration: none;
    font-weight: 900 !important;
    font-size: 26px !important;
  }
  .slide-content .nav li a {
    font-weight: 500;
    font-size: 22px !important;
    padding: 0 !important;
  }
}
@media (max-width: 498px) {
  .page-slide .slide-container {
    /*height:100vh;
    width:100%;*/
    padding: 7% 7% 7% 7%;
  }
}
/*# sourceMappingURL=layout.css.map */