body {
  background-color: #edeff2;
  font-family: 'Open Sans', sans-serif;
  color: #6a859c;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #676770;
  font-size: 32px;
  line-height: 36px;
  font-weight: 300;
  text-align: center;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #676770;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 7px;
  text-transform: uppercase;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #676770;
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
}

h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 25px;
  font-weight: 300;
}

.button {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 12px 30px;
  border-radius: 4px;
  background-color: #a3cd39;
  -webkit-transition: all 725ms ease;
  transition: all 725ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #f0f0f0;
  color: #a3cd39;
  font-weight: 400;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  display: block;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
}

.button.tab {
  margin-right: 18px;
  margin-left: 18px;
  background-color: #92a0ad;
  background-image: linear-gradient(128deg, rgba(255, 46, 109, 0.88), #4d004a 74%);
  -webkit-transition-property: none;
  transition-property: none;
}

.button.tab:hover {
  background-color: #2e80b6;
  box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.64);
  color: #f0f0f0;
}

.button.tab.w--current {
  background-color: #2e80b6;
  background-image: linear-gradient(128deg, rgba(255, 46, 109, 0.88), rgba(161, 22, 90, 0.94) 50%, #4d004a);
  -webkit-transition-duration: 75ms;
  transition-duration: 75ms;
}

.button.tab.w--current:hover {
  box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.64);
  color: #f0f0f0;
}

.button.tab.fuul-width {
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
}

.navigation-link {
  margin-right: 0px;
  margin-left: 0px;
  padding: 19px 15px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #fff;
  font-size: 14px;
  letter-spacing: 2px;
  text-decoration: none;
}

.navigation-link:hover {
  border-bottom: 1px solid #f0f0f0;
  color: #fff;
}

.navigation-link.w--current {
  margin-right: 0px;
  margin-left: 0px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 2px;
  text-indent: 2px;
}

.navigation-link.order-button {
  margin-left: 15px;
  padding-top: 13px;
  padding-bottom: 13px;
  border-radius: 4px;
  background-color: #92be21;
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
  color: #822e50;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
}

.navigation-link.order-button:hover {
  border-bottom-style: none;
  box-shadow: 0 0 8px 1px rgba(60, 16, 34, 0.37);
}

.navigation-bar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.navigation-menu {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand-text {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #69b9ff;
  font-size: 25px;
  line-height: 25px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.brand-link {
  padding-top: 16px;
  padding-bottom: 16px;
}

.brand-link.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  float: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section {
  position: relative;
  height: auto;
  padding: 80px 0px;
  background-color: #fff;
  text-align: center;
}

.section.accent {
  background-color: #353535;
  color: #353535;
}

.white-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  padding: 101px 15px 33px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #dcebf7;
  border-radius: 5px;
  background-color: #fff;
  text-align: center;
}

.white-box.transparent {
  border-style: none;
  background-color: transparent;
}

.hero-section {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section.centered {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  overflow: visible;
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  max-width: 100vw;
  padding: 25% 0px 29%;
  float: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-bottom: 4px none #69b9ff;
  background-image: linear-gradient(128deg, rgba(255, 0, 77, 0.88), rgba(155, 20, 89, 0.95) 46%, #4d004a);
  background-position: 0px 0px;
  color: #f8d04e;
  text-align: left;
}

.hero-section.centered.the-history-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-height: none;
  padding: 6% 0px 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Lines-oPacity.png'), linear-gradient(128deg, rgba(211, 0, 63, 0.88), rgba(155, 20, 89, 0.95) 48%, #4d004a);
  background-position: 50% 0%, 0px 0px;
  background-size: 30%, auto;
  background-attachment: fixed, scroll;
}

.hero-section.centered.the-history-section.lines {
  padding-bottom: 4%;
  background-image: url('../images/Just-Cone-It-Truck.png'), url('../images/Lines-oPacity.png'), linear-gradient(128deg, rgba(240, 0, 72, 0.88), rgba(155, 20, 89, 0.95) 48%, #4d004a);
  background-position: -400px 400px, 50% 0%, 0px 0px;
  background-size: 100%, 30%, auto;
  background-repeat: no-repeat, repeat, repeat;
  background-attachment: scroll, fixed, scroll;
}

.hero-heading {
  margin-bottom: 31px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 80px;
  line-height: 80px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: none;
}

.hero-subheading {
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  color: #edeff2;
  font-size: 24px;
  line-height: 25px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.hollow-button {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px 30px;
  border: 1px solid #fff;
  border-radius: 4px;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  color: #fff;
  line-height: 21px;
  font-weight: 300;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.hollow-button:hover {
  border-color: #2e9dff;
  color: #2e9dff;
}

.hollow-button.all-caps {
  margin-left: 0px;
  color: #f0f0f0;
  font-weight: 400;
  text-transform: uppercase;
}

.hollow-button.all-caps:hover {
  border-color: #a3cd39;
  color: #a3cd39;
}

.section-heading {
  margin-top: 0px;
  margin-bottom: 16px;
}

.section-heading.centered {
  margin-bottom: 34px;
  color: #676770;
  font-size: 30px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.section-heading.centered.white {
  margin-bottom: 18px;
  color: #fff;
  font-size: 50px;
}

.section-subheading {
  margin-bottom: 44px;
  color: #a3cd39;
  font-size: 26px;
  line-height: 30px;
}

.section-subheading.center {
  margin-bottom: 19px;
  color: #5c5c66;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 3px;
  text-transform: none;
}

.section-subheading.center.off-white {
  margin-bottom: 36px;
  padding-bottom: 0px;
  color: #e8e8e8;
  font-size: 34px;
}

.section-title-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-field {
  height: 45px;
  margin-bottom: 17px;
  border: 0px solid #000;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(64, 64, 71, 0.3);
}

.form-field.text-area {
  height: 110px;
}

.footer {
  padding-top: 35px;
  padding-bottom: 35px;
}

.footer.center {
  border-top: 1px solid #dbdbdb;
  background-color: #383838;
  text-align: center;
}

.footer-text {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #9e9e9e;
  font-size: 16px;
}

.grid-image {
  display: block;
  width: 35%;
  margin: 20px auto;
  padding: 20px;
  border: 10px none #fff;
  border-radius: 50%;
  background-color: #d64587;
  box-shadow: 0 0 0 1px #2e9dff;
}

.info-icon {
  float: left;
}

.footer-link {
  display: block;
  margin-bottom: 6px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d5d5e0;
  color: #668cad;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(0, 140, 255, 0.84);
}

.footer-link.with-icon {
  margin-left: 30px;
}

.tab-menu {
  margin-bottom: 42px;
  text-align: center;
}

.tabs-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.fullwidth-image {
  width: 100%;
  margin-bottom: 20px;
}

.white-text {
  margin-bottom: 20px;
  color: #fff;
}

.form {
  margin-top: 40px;
}

.container {
  text-align: left;
}

.image {
  position: absolute;
  left: 28%;
  top: 6%;
  right: 0%;
  bottom: 0%;
  margin-right: 38px;
  margin-left: 38px;
}

.container-2 {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-2 {
  position: absolute;
  left: 0px;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 100%;
  max-width: none;
  text-align: right;
}

.column {
  display: block;
  text-align: right;
}

.columns {
  position: relative;
  left: 112px;
  top: 18px;
  display: inline-block;
  width: 80%;
}

.image-3 {
  display: none;
}

.container-3 {
  max-width: 80%;
  margin-bottom: 44px;
}

.image-4 {
  margin-bottom: 43px;
}

.div-block {
  width: 100px;
  height: 5px;
  margin-top: 25px;
  margin-bottom: 25px;
  background-color: #a3cd39;
}

.image-5 {
  max-width: 40%;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #333131;
}

.body {
  background-color: #fff;
}

.div-block-2 {
  position: relative;
  width: 150px;
  height: 150px;
  max-width: 100%;
  margin-bottom: 55px;
  border-radius: 200px;
  background-color: #d64587;
}

.div-block-2.green-colour {
  background-color: #a3cd39;
}

.div-block-2.red-dolour {
  background-color: #ed1c24;
}

.div-block-2.yello-colour {
  background-color: #f8c740;
}

.image-6 {
  position: relative;
  top: -34px;
}

.heading {
  margin-bottom: 28px;
  font-family: 'Open Sans', sans-serif;
  color: #fdf0c6;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 4px;
}

.image-7 {
  width: 50%;
  max-width: none;
  margin-bottom: 46px;
}

.container-4 {
  max-width: none;
  padding-right: 80px;
  padding-left: 80px;
}

.tabs-content {
  height: auto;
}

.image-8 {
  width: 100px;
  max-width: none;
  margin-top: 5px;
  margin-bottom: 20px;
  padding-bottom: 7px;
}

.image-8.smaller {
  width: 90px;
}

.image-8.smaller-little {
  width: 95px;
  margin-bottom: 20px;
}

.image-8.smaller-little.possition-higher {
  position: relative;
  top: -13px;
}

.image-8.position-higher {
  position: relative;
  top: -25px;
  margin-bottom: 0px;
}

.image-8.higher {
  margin-top: -29px;
}

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 22px;
  padding-bottom: 22px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bold-text {
  color: #ed1c24;
  line-height: 30px;
}

.paragraph {
  margin-bottom: 18px;
  color: #a3cd39;
  font-size: 26px;
  line-height: 30px;
  font-weight: 400;
}

.paragraph.space-up {
  margin-top: 56px;
}

.paragraph-2 {
  margin-bottom: 57px;
  color: #ecf0f1;
  font-size: 16px;
  font-weight: 400;
}

.div-block-4 {
  text-align: left;
}

.bold-text-2 {
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  color: #a3cd39;
  font-size: 28px;
  text-decoration: none;
}

.bold-text-2:hover {
  margin-left: 34px;
}

.bold-text-2.white-text {
  color: #822e50;
}

.link {
  -webkit-transition: all 550ms ease;
  transition: all 550ms ease;
  text-decoration: none;
}

.column-2 {
  left: 79px;
  top: 9px;
  bottom: -8px;
  height: auto;
}

.heading-2 {
  line-height: 24px;
  text-align: center;
  letter-spacing: 3px;
}

.italic-text {
  color: #a3cd39;
  font-size: 34px;
  letter-spacing: 2px;
  text-decoration: underline;
}

.bold-text-3 {
  font-size: 90%;
}

.bold-text-4 {
  font-size: 90%;
  line-height: 77px;
}

.link-2 {
  color: #a3cd39;
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
}

.container-5 {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1170px;
}

.container-5.cc-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 110px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta-line {
  width: 30px;
  height: 2px;
  margin-left: 20px;
  background-color: #fbb816;
  color: #fbb816;
}

.cta-line.cc-header {
  background-color: #000;
}

.html-embed-3 {
  display: block;
  margin-top: 0px;
  color: #000;
}

.html-embed-3.hidden {
  display: none;
}

.h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #b3b3b3;
  font-size: 24px;
  line-height: 36px;
  font-weight: 300;
}

.h2.cc-white-text {
  margin-bottom: 25px;
  color: #000;
}

.text-span {
  color: #3f3f3f;
  font-weight: 800;
}

.text-span.cc-white-text {
  color: #000;
}

.premium-banner-inner {
  position: relative;
  right: -42px;
  bottom: -39px;
  max-width: 370px;
  padding: 60px 14px;
  background-color: rgba(163, 205, 57, 0.86);
  opacity: 1;
  text-align: center;
}

.h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #b40202;
  font-size: 16px;
  font-weight: 600;
}

.h3.cc-header {
  margin-bottom: 0px;
  color: #000;
  text-decoration: none;
}

.inner-category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-3 {
  width: 100%;
  max-width: 100vw;
  margin-bottom: 0px;
  padding-top: 6%;
  background-color: #f0f0f0;
  background-image: url('../images/Just-Cone-It-Truck.png'), url('../images/Lines-oPacity.png'), linear-gradient(63deg, rgba(240, 0, 72, 0.88), #9b1459 48%, #4d004a);
  background-position: -400px 50%, 50% 0%, 0px 0px;
  background-size: 100%, 30%, auto;
  background-repeat: no-repeat, repeat, repeat;
  background-attachment: scroll, fixed, scroll;
}

.footer-image {
  width: auto;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.div-block-5.orange-colour {
  height: auto;
  padding-right: 9px;
  padding-left: 9px;
  background-color: rgba(40, 168, 224, 0);
}

.div-block-5.orange-colour:hover {
  background-color: rgba(11, 157, 221, 0);
}

.contact_info {
  color: #000;
  font-weight: 400;
}

.footer-logo-link {
  width: 250px;
  max-height: none;
  min-width: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: none;
  padding-top: 0px;
  padding-right: 0%;
  padding-left: 0%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper.vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.wrapper.vertical.reverse_layout {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.social-media-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  margin-bottom: 21px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.copyrights_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  padding: 5px 6%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #d31c5c;
  background-image: url('../images/Lines-oPacity.png'), linear-gradient(236deg, #f00048, #980049 50%, #4d004a);
  background-position: 50% 0%, 0px 0px;
  background-size: 30%, auto;
  background-repeat: repeat, repeat;
  text-align: center;
}

.sm_link {
  padding: 15px 7px;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-bottom: 0px;
  padding-top: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.contact_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  margin-bottom: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  text-decoration: none;
}

.contact_link.hidden {
  display: none;
}

.bold-text-15 {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: rgba(7, 2, 2, 0.7);
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  text-align: left;
}

.button_text {
  color: #000;
  font-weight: 300;
  letter-spacing: 2px;
  text-decoration: none;
}

.button_text.white-colour {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
}

.button_text.white-colour:hover {
  background-color: transparent;
}

.follow_us {
  width: auto;
  margin-right: 12px;
  color: #000;
  font-weight: 300;
}

.contact-map-form {
  position: static;
  top: -9px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 7px solid transparent;
  background-color: transparent;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  text-align: center;
}

.link-3 {
  padding-left: 8px;
  color: #a8e00f;
  font-size: 10px;
  font-weight: 400;
  text-decoration: none;
}

.link-3:hover {
  color: #a7ad24;
}

.footer-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  padding: 0px 48px 180px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #192024;
  background-image: url('../images/Footer.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #a8e00f;
}

.link-5 {
  color: #ededed;
  text-decoration: none;
  text-transform: none;
}

.div-block-6 {
  width: 30%;
}

.sm_icons_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.contact-icon {
  margin-right: 14px;
}

.footer_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #e9ecf5;
  font-size: 12px;
  font-weight: 300;
}

.info-conatct-text {
  margin-top: 90px;
  color: #ededed;
  font-size: 15px;
  line-height: 26px;
  text-align: left;
}

.info-conatct-text.black-text-footer {
  margin-top: 0px;
  color: #0466a8;
  text-align: center;
  letter-spacing: 0.5px;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 210px;
  height: auto;
  padding-top: 9px;
  padding-bottom: 9px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-radius: 4px;
  background-color: #a3cd39;
  -webkit-transition: all 450ms ease, opacity 200ms ease, all 575ms ease;
  transition: all 450ms ease, opacity 200ms ease, all 575ms ease;
  text-decoration: none;
}

.link-block:hover {
  background-color: #92bb2a;
}

.link-block.other-colour {
  margin-bottom: 9px;
  border-radius: 4px;
  background-color: #d31c5c;
  -webkit-transition: all 450ms ease, opacity 200ms ease, all 575ms ease;
  transition: all 450ms ease, opacity 200ms ease, all 575ms ease;
  color: #fff;
}

.link-block.other-colour:hover {
  background-color: #bd0847;
}

.column-3 {
  padding-left: 0px;
}

.map-3 {
  height: 500px;
  margin-top: 0px;
}

.section-4 {
  padding-top: 110px;
  padding-bottom: 110px;
  opacity: 1;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}

.section-4.facts {
  margin-top: 167px;
  padding-top: 178px;
  padding-bottom: 178px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/Back-Wall.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/Back-Wall.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section-4.facts.reserve-image {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 226px;
  padding-bottom: 226px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/15B.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/15B.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.hero-text {
  text-align: center;
}

.upper-heading {
  margin-top: 100px;
  margin-bottom: 20px;
  font-family: Merriweather, serif;
  color: hsla(0, 0%, 94.9%, 0.65);
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
}

.upper-heading.title {
  margin-top: 3px;
  margin-bottom: 37px;
  color: #0e89db;
  font-size: 36px;
  line-height: 40px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.heading-3 {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
}

.error-message-2 {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 21px;
  background-color: #fc2525;
}

.contact-intro-message {
  display: inline-block;
  width: 100%;
}

.bold-text-19 {
  color: #13599b;
  font-size: 16px;
}

.h2-headings-2 {
  text-align: left;
}

.paragraph-10 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}

.italic-text-22 {
  color: #3dac1b;
  font-size: 18px;
}

.select-field-2 {
  padding-bottom: 0px;
  font-size: 13px;
}

.select-field-2.time {
  text-transform: none;
}

.select-field-2.day {
  text-transform: capitalize;
}

.select-field-2.month {
  text-transform: none;
}

.link-9 {
  color: #5c5c5c;
}

.html-embed-6 {
  display: none;
}

.italic-text-21 {
  color: #494949;
  font-size: 14px;
}

.green-line {
  position: relative;
  width: 32%;
  height: 2px;
  margin-top: 1%;
  margin-bottom: 4%;
  background-color: #6baae6;
}

.green-line.short {
  width: 30%;
  margin-top: 1%;
  margin-bottom: 2%;
  background-color: #d64587;
}

.div-block-11 {
  margin-top: 0px;
  padding: 0% 9%;
  text-align: left;
}

.link-10 {
  color: #0e89db;
  font-weight: 500;
  text-decoration: none;
}

.content-section {
  padding-top: 7%;
  padding-bottom: 7%;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}

.content-section.no-bottom-padding {
  padding-top: 4%;
  padding-bottom: 6%;
  background-color: #ddd;
}

.featured-events-container {
  margin-bottom: 45px;
}

.bold-text-18 {
  background-color: #398ad8;
  color: #fff;
}

.submit-button-container {
  display: inline-block;
  width: 100%;
  padding-top: 0px;
  border-top: 2px none #eee;
}

.mini-title-3 {
  display: block;
  width: auto;
  margin-bottom: 5px;
  color: #bd7c7c;
  font-size: 11px;
  line-height: 13px;
  font-weight: 800;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
}

.success-message-3 {
  background-color: #f5f5f5;
}

.text-area-3 {
  padding-bottom: 30px;
  border: 1px solid #d6d6d6;
  -webkit-transition: border 300ms ease;
  transition: border 300ms ease;
  font-family: Montserrat, sans-serif;
  color: #909090;
  font-size: 13px;
  font-style: italic;
}

.text-area-3:hover {
  border-color: #6baae6;
}

.text-area-3:focus {
  border-color: #6baae6 #6baae6 #6baae6 #57b63a;
}

.button-4 {
  width: auto;
  height: 45px;
  min-width: 160px;
  padding-top: 16px;
  padding-right: 4%;
  padding-left: 4%;
  border-radius: 25px;
  background-color: #6baae6;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  font-size: 11px;
  line-height: 15px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1.8px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.button-4:hover {
  background-color: rgba(107, 170, 230, 0.8);
}

.button-4.book-a-table {
  min-width: 100%;
  padding-top: 7px;
  border-radius: 3px;
  background-color: #d64587;
  text-transform: uppercase;
}

.text-field-3 {
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #d6d6d6;
  -webkit-transition: border 300ms ease;
  transition: border 300ms ease;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-style: italic;
}

.text-field-3:hover {
  border-bottom-color: #6baae6;
}

.text-field-3:focus {
  border-bottom-color: #6baae6;
}

.input-box {
  margin-bottom: 25px;
}

.input-box.time {
  width: 22.5%;
  margin-right: 2.2%;
  float: left;
}

.input-box.day {
  width: 22.5%;
  margin-right: 2.5%;
  float: left;
}

.input-box.month {
  width: 22.5%;
  margin-right: 2.5%;
  float: left;
}

.field-label {
  margin-bottom: 4px;
  color: #1d232c;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.featured-posts {
  padding-top: 0px;
}

.contact-intro-text-box {
  margin-bottom: 25px;
  text-align: left;
}

.paragraph-11 {
  color: #5c5c5c;
  font-size: 16px;
}

.bold-text-20 {
  color: #13599b;
}

.section-5 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  max-height: none;
  max-width: 100vw;
  padding: 0% 94px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Just-Cone-It-Truck_1.png'), linear-gradient(128deg, #ff004c, #4d004a);
  background-position: -130% 80%, 0px 0px;
  background-size: 80%, auto;
  background-repeat: no-repeat, repeat;
}

.paragraph-12 {
  margin-top: 31px;
  font-family: 'PT Sans', sans-serif;
  font-size: 18px;
}

.italic-text-23 {
  color: #d64587;
  font-size: 20px;
  text-decoration: none;
}

.paragraph-13 {
  color: #edeff2;
  font-weight: 600;
}

.bold-text-21 {
  text-decoration: none;
}

.link-11 {
  text-decoration: none;
}

.image-9 {
  margin-top: 7px;
  margin-bottom: 0px;
}

.italic-text-24 {
  font-family: 'Open Sans', sans-serif;
  color: #d3357d;
  font-size: 18px;
  font-weight: 400;
}

.container-6 {
  position: absolute;
  top: 75px;
}

.navigation-link-2 {
  margin-right: 0px;
  margin-left: 0px;
  padding: 19px 15px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #fff;
  font-size: 14px;
  letter-spacing: 2px;
  text-decoration: none;
}

.navigation-link-2:hover {
  border-bottom: 1px solid #f0f0f0;
  color: #fff;
}

.navigation-link-2.w--current {
  margin-right: 0px;
  margin-left: 0px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 2px;
  text-indent: 2px;
}

.navigation-link-2.order-button {
  margin-left: 15px;
  padding-top: 13px;
  padding-bottom: 13px;
  border-radius: 4px;
  background-color: #92be21;
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
  color: #822e50;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
}

.navigation-link-2.order-button:hover {
  border-bottom-style: none;
  box-shadow: 0 0 8px 1px rgba(60, 16, 34, 0.37);
}

.image-10 {
  position: relative;
  margin-right: 38px;
  margin-left: 38px;
}

.slider {
  height: auto;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #fff;
}

.icon-3 {
  color: #d64587;
}

.icon-4 {
  color: #d64587;
}

.column-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-5.column-lower {
  top: -21px;
}

.paragraph-14 {
  text-align: center;
}

.left-arrow {
  left: -24px;
}

.mask {
  padding-right: 53px;
  padding-bottom: 27px;
  padding-left: 53px;
}

.slide {
  left: -10px;
  margin-right: 34px;
  margin-left: 12px;
  padding-right: 0px;
  padding-left: 0px;
}

.slide.slide-poutine {
  padding-top: 61px;
}

.slide-nav {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  background-color: transparent;
  color: #bf3a30;
}

.slide-down {
  top: 132px;
}

.columns-3 {
  position: relative;
  top: 0px;
}

.column-poutine {
  margin-top: 21px;
  margin-bottom: 32px;
}

.success-message-4 {
  background-color: #a8d069;
  color: #000;
}

.error-message-3 {
  background-color: #ff2e2e;
}

.text-block {
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.text-field-4 {
  margin-bottom: 32px;
}

.textarea {
  padding-bottom: 89px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media screen and (min-width: 1280px) {
  .hero-section.centered.the-history-section.lines {
    padding-bottom: 2%;
    background-image: url('../images/Just-Cone-It-Truck_1.png'), url('../images/Lines-oPacity.png'), linear-gradient(128deg, rgba(240, 0, 72, 0.88), rgba(155, 20, 89, 0.95) 48%, #4d004a);
    background-position: -480px 400px, 50% 0%, 0px 0px;
  }

  .section-subheading.center.off-white {
    margin-bottom: 70px;
  }

  .image-2 {
    position: static;
  }

  .div-block-4 {
    position: relative;
  }

  .column-2 {
    left: 109px;
  }

  .container-5.cc-right {
    margin-bottom: 160px;
  }

  .premium-banner-inner {
    position: relative;
    left: 101px;
    bottom: -121px;
  }

  .section-5 {
    background-image: url('../images/Just-Cone-It-Truck_1.png'), linear-gradient(128deg, #ff004c, #4d004a);
    background-position: -390% 80%, 0px 0px;
    background-size: 90%, auto;
    background-repeat: no-repeat, repeat;
  }

  .italic-text-23 {
    font-size: 30px;
  }

  .div-block-12 {
    margin-bottom: 102px;
  }

  .italic-text-25 {
    font-size: 24px;
  }
}

@media screen and (max-width: 991px) {
  .navigation-link {
    color: hsla(0, 0%, 100%, 0.52);
  }

  .navigation-link.w--current {
    color: #fff;
  }

  .navigation-bar {
    display: block;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hamburger-button.w--open {
    background-color: rgba(59, 153, 217, 0);
  }

  .navigation-menu {
    height: auto;
    padding: 25px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #af4173;
  }

  .brand-link {
    left: 53px;
  }

  .white-box {
    height: 120%;
  }

  .hero-section.centered {
    padding: 213px 0px 144px;
  }

  .hero-section.centered.the-history-section.lines {
    padding-right: 65px;
    padding-left: 65px;
    background-image: url('../images/Just-Cone-It-Truck_1.png'), url('../images/Lines-oPacity.png'), linear-gradient(128deg, rgba(240, 0, 72, 0.88), rgba(155, 20, 89, 0.95) 48%, #4d004a);
    background-position: -200px 400px, 50% 0%, 0px 0px;
  }

  .hero-heading {
    width: 100%;
    font-size: 70px;
    line-height: 60px;
  }

  .section-heading.centered.white {
    font-size: 44px;
    line-height: 49px;
  }

  .grid-image {
    width: 50%;
    padding: 15px;
  }

  .image {
    left: 21%;
    top: 4%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .image-2 {
    width: 60%;
  }

  .columns {
    left: 89px;
    top: -11px;
    right: -64px;
  }

  .columns.higher {
    left: 68px;
    right: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .icon {
    color: #f0f0f0;
    font-size: 55px;
  }

  .image-3 {
    display: block;
  }

  .container-4 {
    padding-right: 33px;
    padding-left: 33px;
  }

  .columns-2 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .column-2 {
    left: 0px;
  }

  .bold-text-3 {
    font-size: 50px;
    line-height: 60%;
  }

  .bold-text-4 {
    font-size: 50px;
    line-height: 50px;
  }

  .container-5 {
    padding-left: 0px;
  }

  .container-5.cc-right {
    margin-top: 313px;
    margin-bottom: 3px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .html-embed-3 {
    margin-top: 22px;
  }

  .text-span {
    font-size: 22px;
  }

  .premium-banner-inner {
    right: 0px;
    bottom: 0px;
  }

  .div-block-5.orange-colour {
    padding-right: 0px;
    padding-left: 0px;
  }

  .footer-logo-link {
    width: 25%;
  }

  .wrapper {
    padding-right: 0%;
    padding-left: 0%;
  }

  .wrapper.vertical {
    padding-right: 3%;
    padding-left: 3%;
  }

  .wrapper.vertical.reverse_layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .copyrights_wrap {
    padding-right: 3%;
    padding-left: 3%;
  }

  .bold-text-15 {
    font-size: 16px;
  }

  .contact-map-form {
    padding-top: 4px;
    padding-bottom: 26px;
  }

  .footer-2 {
    padding-right: 3%;
    padding-bottom: 82px;
    padding-left: 3%;
    background-color: #ddd;
    background-position: 50% 100%;
    background-size: contain;
  }

  .copyright {
    padding-top: 10px;
    font-size: 14px;
  }

  .link-block {
    width: auto;
  }

  .link-block.other-colour {
    width: 200px;
  }

  .column-3 {
    margin-bottom: 11px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .map-3 {
    height: 300px;
  }

  .section-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .section-4.facts {
    margin-top: 38px;
    padding-top: 117px;
    padding-bottom: 117px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.24)), to(rgba(0, 0, 0, 0.24))), url('../images/Back-Wall.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.24)), url('../images/Back-Wall.jpg');
    background-position: 0px 0px, 50% 0%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .upper-heading.title {
    margin-bottom: 18px;
    font-size: 32px;
  }

  .field-label {
    margin-bottom: 2px;
  }

  .section-5 {
    height: 100vh;
    background-position: 190% 80%, 0px 0px;
    background-size: 140%, auto;
  }

  .column-4 {
    left: -15px;
    top: 264px;
  }

  .navigation-link-2 {
    color: #fff;
  }

  .navigation-link-2.w--current {
    display: block;
    color: #fff;
  }

  .navigation-link-2.order-button {
    display: block;
    width: auto;
    margin-right: 11px;
    margin-left: 11px;
  }

  .icon-2 {
    color: #f0f0f0;
    font-size: 55px;
  }

  .image-10 {
    display: none;
  }

  .column-5.column-lower {
    top: 0px;
  }

  .column-6 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .columns-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .button.full-width {
    margin-right: auto;
    margin-left: auto;
  }

  .button.tab {
    margin-bottom: 17px;
    font-size: 12px;
  }

  .section {
    padding-right: 28px;
    padding-left: 28px;
  }

  .white-box {
    height: 100%;
    margin-bottom: 30px;
    padding-top: 50px;
    padding-bottom: 6px;
  }

  .hero-section.centered {
    padding-top: 181px;
    padding-bottom: 119px;
  }

  .hero-section.centered.the-history-section.lines {
    background-position: -200px 400px, 50% 0%, 0px 0px;
    background-size: 130%, 30%, auto;
  }

  .hero-heading {
    margin-bottom: 15px;
    font-size: 50px;
    line-height: 30px;
  }

  .hero-subheading {
    font-size: 18px;
  }

  .section-heading.centered.white {
    font-size: 32px;
    line-height: 38px;
  }

  .form-field.text-area {
    display: block;
  }

  .grid-image {
    width: 20%;
    padding: 20px;
  }

  .spc {
    margin-bottom: 30px;
  }

  .image {
    left: 12%;
  }

  .image-2 {
    position: relative;
    width: 80%;
  }

  .columns {
    position: relative;
    left: 7%;
    top: -5%;
    right: 0%;
    bottom: auto;
    display: block;
    width: auto;
  }

  .columns.higher {
    left: 22%;
  }

  .container-4 {
    padding-right: 0px;
    padding-left: 19px;
  }

  .columns-2 {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-2 {
    display: block;
    width: 300px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .bold-text-3 {
    font-size: 30px;
  }

  .bold-text-4 {
    font-size: 30px;
    line-height: 36px;
  }

  .container-5 {
    padding-left: 0px;
  }

  .container-5.cc-right {
    margin-top: 364px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-image {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .contact_info {
    font-size: 14px;
  }

  .wrapper {
    padding-right: 3%;
    padding-left: 3%;
  }

  .wrapper.vertical.reverse_layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .contact_link {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .bold-text-15 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 18px;
  }

  .contact-map-form {
    padding-right: 0px;
    padding-left: 0px;
  }

  .footer-2 {
    padding-bottom: 58px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #ddd;
    background-position: 50% 100%;
    background-size: contain;
  }

  .copyright {
    padding-top: 3px;
    font-size: 12px;
    line-height: 25px;
    text-align: center;
  }

  .info-conatct-text {
    margin-top: 0px;
    margin-bottom: 50px;
    text-align: center;
  }

  .map-3 {
    height: 200px;
  }

  .section-4 {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .section-4.facts {
    margin-top: 80px;
    margin-bottom: 0px;
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .hero-text {
    height: 100%;
    padding: 70px 63px;
  }

  .green-line {
    margin-top: 4%;
    margin-left: 0%;
  }

  .content-section {
    padding-top: 32%;
  }

  .input-box.time {
    width: 48.5%;
  }

  .input-box.day {
    width: 48.5%;
  }

  .input-box.month {
    width: 100%;
  }

  .container-6 {
    top: 156px;
  }

  .column-4 {
    top: 398px;
  }

  .slider {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 27px;
    margin-bottom: 27px;
    padding-right: 57px;
    padding-left: 57px;
  }

  .paragraph-14 {
    width: 300px;
    line-height: 20px;
  }

  .mask {
    padding-right: 0px;
    padding-left: 0px;
  }

  .slide {
    left: 0px;
    right: 0px;
    margin-right: 55px;
    margin-left: 1px;
  }

  .slide-down {
    top: 24px;
  }

  .column-poutine {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-7 {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .column-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 67px;
    margin-bottom: 67px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .button {
    margin-bottom: 25px;
  }

  .navigation-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .navigation-menu {
    display: block;
    width: 100vw;
  }

  .brand-link {
    left: 17px;
    width: 60%;
    padding-left: 0px;
  }

  .section {
    padding-right: 5px;
    padding-left: 5px;
  }

  .white-box {
    height: auto;
    padding-top: 52px;
    padding-bottom: 21px;
  }

  .hero-section.centered {
    padding: 109px 0px 60px 27px;
  }

  .hero-section.centered.the-history-section.lines {
    padding-top: 11%;
    padding-right: 26px;
    padding-left: 26px;
    background-position: -120px 520px, 50% 0%, 0px 0px;
  }

  .hero-heading {
    width: 100%;
    margin-bottom: 31px;
    font-size: 30px;
    line-height: 20px;
  }

  .hero-subheading {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .section-heading.centered.white {
    margin-bottom: 3px;
    font-size: 32px;
    line-height: 38px;
  }

  .section-subheading.center {
    font-size: 14px;
    line-height: 18px;
  }

  .section-title-group {
    padding-right: 15px;
    padding-left: 15px;
  }

  .grid-image {
    width: 35%;
  }

  .tabs-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image {
    left: 6%;
    max-width: 80%;
  }

  .container-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-2 {
    width: 70%;
  }

  .columns {
    left: 0%;
    top: 5%;
    right: 0px;
    display: block;
    width: 100%;
  }

  .columns.higher {
    left: 0%;
    top: -14%;
    display: block;
  }

  .container-4 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .tabs-content {
    width: 100vw;
  }

  .columns-2 {
    margin-right: 26px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column-2 {
    position: static;
    left: 0px;
    display: block;
    margin-top: 16px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading-2 {
    padding-right: 53px;
    padding-left: 53px;
  }

  .italic-text {
    text-decoration: none;
  }

  .bold-text-3 {
    font-size: 26px;
  }

  .bold-text-4 {
    width: 100%;
    font-size: 26px;
    line-height: 36px;
  }

  .container-5 {
    position: static;
    max-width: none;
    padding-left: 9px;
  }

  .container-5.cc-right {
    margin-top: 241px;
  }

  .html-embed-3 {
    margin-top: 22px;
  }

  .h2 {
    font-size: 20px;
    line-height: 30px;
  }

  .premium-banner-inner {
    padding: 22px 30px;
  }

  .footer-logo-link {
    width: 80%;
    height: auto;
  }

  .wrapper.vertical.reverse_layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .bold-text-15 {
    margin-bottom: -13px;
  }

  .contact-map-form {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .link-3 {
    line-height: 16px;
  }

  .footer-2 {
    padding-bottom: 71px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #ddd;
    background-position: 50% 100%;
    background-size: contain;
    background-attachment: scroll;
  }

  .div-block-6 {
    width: auto;
  }

  .copyright {
    display: block;
    padding-top: 6px;
    padding-right: 38px;
    padding-left: 38px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 14px;
    text-align: center;
  }

  .link-block {
    width: 200px;
    padding-right: 23px;
    padding-left: 23px;
  }

  .link-block.other-colour {
    padding-right: 39px;
    padding-left: 39px;
  }

  .column-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 14px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .map-3 {
    height: 200px;
  }

  .section-4 {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .section-4.facts {
    height: 180px;
    margin-top: 32px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/Back-Wall.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/Back-Wall.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .hero-text {
    height: auto;
    margin-bottom: 0px;
    padding: 61px 0px 0px;
  }

  .upper-heading {
    margin-bottom: auto;
    font-size: 16px;
  }

  .upper-heading.title {
    margin-top: 0px;
    margin-bottom: 14px;
    font-size: 22px;
    line-height: 32px;
  }

  .green-line {
    margin-top: 2%;
  }

  .content-section {
    padding-top: 10%;
  }

  .input-box.time {
    width: 75%;
  }

  .input-box.day {
    width: 75%;
  }

  .section-5 {
    padding-right: 38px;
    padding-left: 38px;
    background-position: 110% 100%, 0px 0px;
    background-size: 180%, auto;
  }

  .container-6 {
    top: 0px;
  }

  .column-4 {
    left: 0px;
    top: 245px;
  }

  .navigation-link-2 {
    display: block;
    text-align: center;
  }

  .icon-2 {
    font-size: 40px;
  }

  .column-5 {
    margin-bottom: 57px;
    padding-right: 50px;
    padding-left: 50px;
  }

  .column-5.column-lower {
    padding-right: 50px;
    padding-left: 50px;
  }

  .left-arrow {
    left: 0px;
  }

  .mask {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .slide {
    left: 0px;
    right: 0px;
  }

  .slide.slide-poutine {
    padding-top: 2px;
  }

  .column-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .tab-pane-tab-2 {
    width: 100vw;
  }

  .column-8 {
    margin-top: 56px;
    margin-bottom: 56px;
    padding-right: 60px;
    padding-left: 60px;
  }

  .column-9 {
    padding-right: 60px;
    padding-left: 60px;
  }

  .column-10 {
    padding-right: 60px;
    padding-left: 60px;
  }

  .paragraph-15 {
    line-height: 18px;
  }
}

