/* -------- main.scss----------- */
@import url("https://fonts.googleapis.com/css?family=Lato:300,400");
@import url("https://fonts.googleapis.com/css?family=Leckerli+One");
/* ------------- _helpers.scss ------------- */
/* -------------  VARIABLES ------------- */
.black {
  color: #1f1f1f !important; }

.white {
  color: white !important; }

.whitish {
  color: #f9f9f9 !important; }

.red {
  color: #e51d26 !important; }

.gray-light {
  color: #d2d2d2 !important; }

.gray-medium {
  color: #616161 !important; }

.gray-dark {
  color: #343434 !important; }

.green {
  color: #739849 !important; }

.menu {
  color: #dfcbb3 !important; }
  .menu-hover {
    color: #fff !important; }
  .menu-selected {
    color: #fff !important; }

/* ------------- FUNCTIONS ------------- */
/* ------------- MIXINS ------------- */
/* -------------  PLACEHOLDERS ------------- */
/* ------------- _base.scss ------------- */
/* ------------RESET------------ */
/* Headings */
h1 {
  margin-top: 0; }

h2 {
  font-size: 47px; }

/* 22px */
h3 {
  font-size: 27px;
  text-transform: uppercase; }

/* 20px */
h4 {
  font-size: 1.286em; }

/* 18px */
h5 {
  font-size: 1.143em; }

/* 16px */
h6 {
  font-size: 1em; }

/* 14px */
h2, h3, h4, h5, h6 {
  font-weight: 300;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Lato; }

img {
  max-width: 100%; }

p {
  margin: 0 0 25px;
  line-height: 1.5; }

/* ---------- GLOBAL ----------------- */
body {
  position: relative;
  font-family: 'Lato';
  font-size: 17px;
  color: #7c4300; }

* {
  box-sizing: border-box; }

.cover {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.contain {
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat; }

/* ---------------  _typography.scss ----------------- */
.col-content h1, .col-content p, .col-content a {
  font-family: 'Arial', sans-serif;
  font-weight: 400; }

/* ------------- _layouts.scss ------------- */
/* ------------- GRID ------------- */
/* HTML5 tags */
header, main, section, footer,
aside, nav, article, figure {
  display: block; }

main, header, footer {
  clear: both;
  margin: 0 auto;
  height: auto;
  max-width: 100%;
  min-height: 30px; }

/* ------------- HEADER ------------- */
header {
  clear: both; }

.header_wrapper {
  width: 100%;
  height: 117px;
  margin-bottom: -7px; }

.logo-container {
  width: 260px;
  float: left;
  padding: 22px 14px 25px 0px;
  display: block; }

.menu-container {
  width: calc(100% - 260px);
  display: block;
  float: left;
  padding-right: 100px;
  height: 117px; }

.top-menu {
  text-align: right; }

.main-menu nav ul li.nav-last {
  display: none; }

.main-menu {
  width: 100%;
  display: inline-block; }

/* ------------- FOOTER ------------- */
.footer_wrapper {
  width: 100%;
  padding: 40px 0px; }

.footer-50 {
  width: 50%;
  text-align: right; }

.footer-50 img {
  float: right;
  padding-right: 7px;
  display: inline-block; }

.footer-50 p {
  margin-right: 10px;
  color: #fff;
  margin-bottom: 0px;
  font-size: 10px; }

.footer-50 .instagram {
  margin-right: 0px !important; }

.footer-50 .facebook {
  margin-right: 10px !important; }

.footer-50 a {
  color: #fff; }

.footer-50 a:hover {
  color: #bf994e; }

.logo-line {
  width: calc(100% - 7px);
  display: inline-block;
  height: 7px;
  margin: 13px 7px 10px 0px;
  background: url(../img/repeat-line.jpg); }

/* ------------- full-size-table ------------- */
.full-table-wrapper {
  display: table;
  width: 100%;
  height: 100vh;
  padding: 75px 0px; }

.table-cell-wrapper {
  display: table-cell;
  vertical-align: middle; }

/* ------------- page Title Bar ------------- */
.page-title-bar {
  position: relative;
  width: 100%; }

.image-wrapper img {
  height: 393px;
  object-fit: cover;
  width: 100%; }

.page-title-logo {
  position: absolute;
  top: 125px;
  z-index: 11;
  width: 100%; }

.page-title-logo.gelato {
  top: 117px; }

.cube-extension {
  background: url(../img/cube-strip.jpg);
  height: 157px;
  width: calc(50% - 555px);
  position: absolute;
  top: 125px;
  z-index: 10; }

/* ------------- Global Gelato 6 grid ------------- */
.gelato-box-container {
  padding: 0px !important; }

.gelato-box {
  width: 100%;
  padding-top: 102%; }

.gelato-box img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover; }

/* ------------- Flex Box ------------- */
.flex-box {
  display: flex;
  flex-wrap: wrap;
  width: 100%; }

/* ------------- Bootstrap grid helpers ------------- */
.no-padding {
  padding: 0px; }

.no-padding {
  padding: 0px; }

.right-border {
  border-right: 1px solid #fff; }

.left-border {
  border-left: 1px solid #fff; }

/* ------------- Easy Grid Gallery ------------- */
.easy-gallery img {
  width: 100%;
  object-fit: cover;
  height: 16.7vw; }

.masonry-item-collapsed a {
  width: 100%;
  height: 16.7vw; }

main.gallery-page {
  margin-bottom: -1px; }

/* ------------- Down Arrow ------------- */
.down-arrow {
  width: 60px;
  height: 60px;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  bottom: 45px;
  cursor: pointer;
  z-index: 500;
  border-radius: 30px;
  background: #fff;
  font-size: 45px;
  color: #7c4300;
  text-align: center;
  line-height: 60px;
  font-family: fontAwesome; }

.down-arrow.brown {
  background: #7c4300;
  color: #fff; }

.down-arrow.blue {
  background: #467491;
  color: #fff; }

.down-arrow:before {
  content: "\f078"; }

.hero-wrapper {
  display: table;
  width: 100%; }

.full-table-wrapper, .bday-wrapper {
  position: relative; }

.gelato-wrapper {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: -6px; }

/* Gallery fixes */
.fancybox-skin {
  background: none !important; }

.fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: none !important; }

.fancybox-close:before {
  content: "\f00d";
  color: #fff;
  font-size: 30px;
  font-family: fontAwesome; }

.fancybox-next span:before {
  content: "\f054";
  color: #7c4300;
  font-size: 30px;
  font-family: fontAwesome; }

.fancybox-prev span:before {
  content: "\f053";
  color: #7c4300;
  font-size: 30px;
  font-family: fontAwesome; }

/* Editing Fixes */
.ccm-edit-mode .page-title-logo, .ccm-edit-mode .hero-logo, .ccm-edit-mode .gelato-box img, .ccm-edit-mode .page-title-catering {
  position: relative;
  top: 0px;
  margin: 0px;
  padding: 0px; }

/* ------------- _design.scss ------------- */
/* ------------- HEADER ------------- */
.header_wrapper {
  background: #7d4300; }

/* ------------- FOOTER ------------- */
.footer_wrapper {
  background: #7d4300; }

/* ------------- _menus.scss ------------- */
/* ------------- AUTO-NAV ------------- */
nav {
  margin-top: 0px;
  margin-left: -17px; }
  nav ul {
    list-style: none;
    margin: 0px;
    padding: 0px; }
    nav ul li {
      margin: 0px;
      position: relative;
      display: inline-block;
      float: left; }
      nav ul li a {
        font-family: 'Arial', sans-serif;
        font-weight: 400;
        font-size: 17px;
        color: #dfcbb3;
        padding-left: 30px;
        line-height: 67px;
        font-family: 'Lato'; }
        nav ul li a:hover, nav ul li a:focus {
          text-decoration: none;
          color: #fff;
          outline: none; }
        nav ul li a.nav-selected {
          color: #fff; }
      nav ul li:last-child a {
        padding-right: 0; }
      nav ul li:hover > ul {
        display: block;
        background: #00823f;
        padding-top: 10px;
        padding-bottom: 15px;
        margin-left: -20px; }
        nav ul li:hover > ul li {
          padding: 0px 20px; }
          nav ul li:hover > ul li a {
            line-height: 28px; }
    nav ul ul {
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      background: #ffffff;
      padding: 0px;
      z-index: 999; }
      nav ul ul li {
        float: none;
        width: 200px;
        z-index: 999; }
      nav ul ul ul {
        top: 0;
        left: 100%; }

/* ------------- RESPONSIVE NAVIGATION ------------- */
nav.ccm-responsive-navigation.original {
  float: right; }

nav.ccm-responsive-navigation.original li a.nav-last {
  background: url(../img/menu-tag.png) no-repeat;
  position: absolute;
  top: 0px;
  right: 15px;
  width: 97px;
  height: 129px;
  padding: 0 15px;
  text-align: center;
  line-height: 17px; }

nav.ccm-responsive-navigation.original li a.nav-last:before {
  font-family: 'fontAwesome';
  content: '\f073';
  font-weight: 400;
  font-size: 36px;
  display: block;
  line-height: 60px; }

nav.ccm-responsive-navigation.original li.nav-last {
  padding-left: 137px; }

.ccm-responsive-overlay-open .ccm-responsive-overlay {
  left: 0;
  display: block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.ccm-responsive-overlay {
  top: 116px !important;
  background: #7d4300;
  opacity: 0.95;
  display: block;
  position: absolute;
  margin-top: 0px;
  width: 100%;
  z-index: 9999;
  left: -100%;
  height: auto;
  padding: 15px 0px;
  -webkit-text-size-adjust: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .ccm-responsive-overlay ul {
    padding-left: 0;
    float: none;
    text-align: left; }
    .ccm-responsive-overlay ul li {
      list-style-type: none;
      display: block;
      width: 100%;
      padding: 0px 15px;
      text-align: center; }
      .ccm-responsive-overlay ul li:hover {
        background: none; }
      .ccm-responsive-overlay ul li a {
        display: block;
        padding: 0;
        line-height: 30px;
        max-width: 992px;
        margin: 0px auto; }
      .ccm-responsive-overlay ul li.parent-ul a {
        color: #fff;
        font-size: 17px;
        display: block;
        max-width: 992px;
        margin: 0 auto;
        height: 100%;
        font-weight: 400;
        text-decoration: none; }
        .ccm-responsive-overlay ul li.parent-ul a:after {
          padding-left: 7px;
          padding-top: 0px;
          font-size: 17px;
          content: "\f107";
          font-family: FontAwesome;
          font-weight: normal;
          font-style: normal;
          display: inline-block;
          cursor: pointer;
          text-decoration: inherit; }
      .ccm-responsive-overlay ul li ul {
        /*new for dd start*/
        display: block;
        position: relative;
        background: none;
        padding: 0px !important;
        top: 0;
        left: 0;
        /*new for dd end*/ }
        .ccm-responsive-overlay ul li ul li {
          max-width: 718px;
          margin: 0px auto; }
        .ccm-responsive-overlay ul li ul ul {
          position: relative;
          left: 0;
          top: 0; }
        .ccm-responsive-overlay ul li ul li {
          padding-left: 35px; }
          .ccm-responsive-overlay ul li ul li.last-li a {
            padding-top: 0;
            font-size: 17px;
            padding-left: 12px; }
            .ccm-responsive-overlay ul li ul li.last-li a:after {
              content: ""; }

.ccm-responsive-menu-launch {
  position: absolute !important;
  right: 30px;
  top: 47px;
  display: none;
  cursor: pointer;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  text-decoration: none;
  font-weight: 400;
  line-height: 28px;
  height: 28px;
  width: auto;
  padding: 0px;
  border: none;
  border-radius: 0;
  -webkit-tap-highlight-color: transparent;
  z-index: 2;
  text-align: right; }
  .ccm-responsive-menu-launch span {
    display: none; }

.ccm-responsive-menu-launch.responsive-button-close i:after {
  font-size: 30px;
  color: #fff;
  content: "\f00d";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  cursor: pointer;
  text-decoration: inherit; }

.ccm-responsive-menu-launch i:after {
  font-size: 30px;
  color: #fff;
  content: "\f0c9";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  cursor: pointer;
  text-decoration: inherit; }

@media all and (max-width: 992px) {
  .ccm-responsive-menu-launch {
    display: block; }

  .ccm-responsive-navigation.original {
    display: none; }

  header .ccm-search-block-form {
    margin-top: 20px; }

  .ccm-responsive-overlay {
    padding: 15px; }

  nav ul li:hover > ul li a {
    white-space: initial; } }
@media all and (min-width: 993px) {
  .ccm-responsive-overlay {
    display: none !important; } }
.ccm-responsive-overlay nav {
  margin-left: 0px; }

/* ------------- _forms.scss ------------- */
/* ------------- FORM ------------- */
.ccm-block-type-form input[type="email"],
.ccm-block-type-form input[type="number"],
.ccm-block-type-form input[type="password"],
.ccm-block-type-form input[type="tel"],
.ccm-block-type-form input[type="text"],
.ccm-block-type-form input[type="url"],
.ccm-block-type-form textarea {
  border: 1px solid #E6E6E6;
  background-color: #E6E6E6;
  border-radius: 0px;
  box-shadow: none; }
.ccm-block-type-form label {
  font-weight: 400 !important;
  text-transform: uppercase; }
.ccm-block-type-form .form-actions input.btn,
.ccm-block-type-form .form-actions input[type="submit"] {
  background-color: white;
  color: #616161;
  float: right;
  text-transform: uppercase;
  border: 2px solid #d2d2d2;
  font-size: 1.4em;
  padding: 8px 25px; }
  .ccm-block-type-form .form-actions input.btn:hover,
  .ccm-block-type-form .form-actions input[type="submit"]:hover {
    border: 2px solid #343434; }

.ccm-block-type-form input[type="email"],
.ccm-block-type-form input[type="number"],
.ccm-block-type-form input[type="password"],
.ccm-block-type-form input[type="tel"],
.ccm-block-type-form input[type="text"],
.ccm-block-type-form input[type="url"],
.ccm-block-type-form textarea {
  border: 1px solid transparent;
  background-color: #7c4300;
  border-radius: 0px;
  box-shadow: none;
  font-family: 'Lato';
  color: #fff;
  font-weight: 400; }

.ccm-block-type-form label {
  font-weight: 400 !important; }

.ccm-block-type-form .form-actions input.btn, .ccm-block-type-form .ccm-block-type-form .form-actions input.btn, .ccm-block-type-form .ccm-block-type-form .form-actions input[type="submit"] {
  border: 1px solid transparent;
  background-color: #fff;
  color: #7c4300;
  float: none;
  border-radius: 0px;
  font-size: 21px;
  padding: 0px;
  height: auto;
  width: auto;
  float: right;
  border: none;
  font-weight: 700;
  transition: all 500ms linear;
  text-transform: capitalize; }

.ccm-block-type-form .form-actions input[type="submit"]:hover {
  color: #bf994e;
  border: none !important; }

.ccm-block-type-form {
  display: inline-block;
  width: 100%; }

.form-control {
  font-size: 15px !important;
  padding: 0px 23px !important;
  height: 72px;
  border-radius: 4px !important; }

.form-control:focus {
  border: 1px solid #bf994e !important;
  box-shadow: none; }

.form-group {
  margin-bottom: 0px;
  border: 1px solid transparent; }

.ccm-block-type-form textarea {
  height: 223px;
  width: 66.6%;
  top: 0;
  position: absolute;
  left: 33.4%;
  resize: none;
  padding-top: 26px !important; }

.ccm-block-type-form .fields {
  position: relative; }

.form-group.field.field-text, .form-group.field.field-email {
  width: 33.2%;
  margin-bottom: 1px; }

.form-actions {
  padding: 2px 1px; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff !important; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff !important; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff !important; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #fff !important; }

.ccm-block-type-form p {
  text-align: left;
  font-size: 13px; }

.ccm-block-type-form {
  margin-top: 40px; }

/* ------------- _components.scss ------------- */
a:hover {
  text-decoration: none; }

/* ------------- CTA BUTTONS ------------- */
a.facebook, a.instagram {
  font-size: 26px;
  color: #fff;
  font-family: fontAwesome;
  margin-right: 16px;
  line-height: 49px;
  display: inline-block; }

a.facebook:focus, a.instagram:focus {
  text-decoration: none;
  color: #fff; }

a.facebook:hover, a.instagram:hover {
  color: #bf994e; }

a.facebook:before {
  content: "\f082"; }

a.instagram:before {
  content: "\f16d"; }

a.contact-button, a.menu-button, a.brown-button {
  margin-left: 13px;
  display: inline-block;
  width: 158px;
  text-align: center;
  background: #fff;
  line-height: 49px;
  font-size: 17px;
  float: right; }

a.contact-button, a.menu-button {
  color: #7d4300; }

a.contact-button:hover, a.menu-button:hover {
  text-decoration: none;
  color: #fff;
  background: #bf994e; }

a.contact-button:after {
  content: "\f095";
  font-family: fontAwesome;
  margin-left: 9px; }

a.menu-button {
  width: 240px;
  line-height: 60px;
  float: none;
  margin-left: 0;
  margin-top: 15px;
  border-radius: 4px; }

a.brown-button {
  float: none;
  border-radius: 4px;
  margin-left: 0;
  color: #fff !important;
  background: #7d4300;
  line-height: 65px;
  text-decoration: none !important; }

a.brown-button:hover {
  background: #bf994e; }

a:visited, a:focus, a:active {
  text-decoration: none; }

.col-md-3 .brown-button {
  width: calc(100% - 60px);
  bottom: 0;
  left: 30px;
  position: absolute; }

/* ------------- _pages.scss ------------- */
/* ------------- HOME ------------- */
.image-container {
  height: calc(100vh - 117px);
  position: relative; }

.image-container img {
  object-fit: cover;
  width: 100%;
  height: 100%; }

.hero-wrapper {
  margin-top: -1px;
  position: relative; }

.hero-logo {
  position: absolute;
  top: 30%;
  left: 1px;
  width: 50%; }

.hero-logo a {
  width: 100%;
  height: 120px;
  background: url(../img/cube-home-strip.jpg);
  display: inline-block;
  background-size: contain; }

.hero-logo img {
  float: right;
  height: 120px;
  object-fit: contain;
  object-position: top right; }

.light-bg {
  background: #f8f5f2; }

.square-block {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 100%; }

.square-block .image-container {
  height: initial;
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  padding: 2px; }

.square-block .image-container img {
  height: 376px !important; }

.block-content {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 2px; }

.block-content p {
  margin-bottom: 0px; }

.block-table {
  display: table;
  width: 100%;
  height: 100%; }

.breakfast, .lunch, .tea {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  padding: 0px 20px;
  font-family: Lato; }

.breakfast {
  color: #603913;
  background: #fff; }

.breakfast h3:before {
  width: 75px;
  height: 66px;
  display: block;
  content: '';
  background: url(../img/breakfast.png) no-repeat;
  margin: 0 auto 0px; }

.lunch {
  color: #fff;
  background: #7c4300; }

.lunch h3:before {
  width: 80px;
  height: 50px;
  display: block;
  content: '';
  background: url(../img/lunch.png) no-repeat;
  margin: 0 auto 0px; }

.tea {
  color: #fff;
  background: #467491; }

.tea h3:before {
  width: 68px;
  height: 65px;
  display: block;
  content: '';
  background: url(../img/tea.png) no-repeat;
  margin: 0 auto 0px; }

.block-content p {
  margin-bottom: 0px; }

.block-content h3:before {
  margin-bottom: 25px; }

.dollop-wrapper {
  background: url(../img/dollop-gelato-bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 80px 0px 50px;
  color: #fff;
  text-align: center;
  overflow: hidden;
  min-height: calc(100vh - 16.7vw); }

.dollop-wrapper .block-table {
  height: calc(100vh - 16.7vw - 130px ); }

.dollop-cell {
  display: table-cell;
  vertical-align: middle; }

.dollop-wrapper img {
  margin: 0 auto 40px; }

.dollop-wrapper p:nth-child(3) {
  margin-bottom: 12px; }

.dollop-wrapper img:last-child {
  margin: 0 auto 0px; }

.dark-scoop {
  width: 360px;
  height: 360px;
  position: absolute;
  border-radius: 180px;
  background: rgba(70, 116, 145, 0.8);
  color: #fff;
  top: 0;
  text-align: center;
  padding-top: 65px; }

.pink-scoop {
  width: 270px;
  height: 270px;
  position: absolute;
  border-radius: 180px;
  background: rgba(229, 149, 170, 0.8);
  color: #fff;
  top: 185px;
  left: 280px;
  text-align: center;
  z-index: 1;
  padding-top: 55px; }

.dark-scoop h2, .pink-scoop h2 {
  font-family: 'Leckerli One';
  font-size: 37px;
  margin-bottom: 10px; }

.bday-wrapper {
  padding: 65px 0 75px;
  clear: both; }

.bday-wrapper .flex-box {
  background: #7c4300; }

.bday-image img {
  width: 100%;
  min-height: 100%;
  object-fit: cover; }

.party {
  display: table-cell;
  vertical-align: middle;
  padding: 50px;
  text-align: center;
  color: #fff;
  height: calc(100vh - 130px); }

.party h1 {
  font-size: 92px;
  font-family: 'Leckerli One';
  color: #bf994e;
  line-height: 72px;
  margin-bottom: 40px; }

h1 .cake {
  font-size: 50px; }

h1 .cake:before {
  content: '';
  background: url(../img/cake.png);
  height: 74px;
  width: 44px;
  display: block;
  margin: 0 auto; }

.catering {
  background: url(../img/catering-bg.jpg) no-repeat bottom center;
  background-size: cover;
  padding: 0px; }

.functions {
  display: table-cell;
  vertical-align: middle;
  padding: 50px 30px;
  text-align: center;
  color: #fff;
  height: 100vh;
  background: rgba(124, 67, 0, 0.6); }

.functions h2 {
  text-transform: uppercase; }

.functions h2:before {
  content: '';
  background: url(../img/wine.png);
  height: 81px;
  width: 40px;
  display: block;
  margin: 0 auto 30px; }

.functions p {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto; }

/* ------------- Cube ------------- */
.cube-wrapper {
  padding: 140px 0px 125px; }

.cube-sidebar img {
  margin-bottom: 15px; }

.cube-content h5, .cube-content h1 {
  font-size: 25px;
  font-family: 'Lato';
  margin-bottom: 35px;
  font-weight: 400;
  line-height: 1.3; }

.cube-content h1 {
  margin-bottom: 45px; }

.cube-content h6 {
  font-size: 17px;
  font-family: 'Lato';
  margin-bottom: 5px;
  font-weight: 700; }

.cube-content a {
  text-decoration: underline;
  color: #7c4300; }

.cube-content label {
  width: 95px;
  font-weight: 400;
  margin-bottom: 0px; }

.cube-content .pink-scoop {
  position: relative;
  top: 210px;
  left: 350px; }

.cube-content .dark-scoop {
  position: relative;
  top: -250px;
  left: 70px; }

/* ------------- CONTACT ------------- */
.page-title-catering h1 {
  font-size: 47px;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff; }

.page-title-catering {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  width: 100%; }

.page-title-catering br {
  display: none; }

/* ------------- CONTACT ------------- */
.contact-wrapper {
  padding: 90px 0 125px; }

.contact-intro h1 {
  font-size: 47px;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 40px; }

.contact-intro h5 {
  font-size: 25px;
  font-family: 'Lato';
  margin-bottom: 35px;
  font-weight: 400;
  line-height: 1.3; }

span.contact-label {
  font-weight: 700;
  display: block;
  width: 140px;
  float: left; }

span.contact-deets {
  display: table-cell;
  width: calc(100% - 140px); }

.cube-intro br {
  display: block; }

.cube-contact h6 {
  font-size: 17px;
  font-family: 'Lato';
  margin-bottom: 5px;
  font-weight: 700; }

.cube-contact .top {
  min-height: 490px; }

.cube-contact br {
  display: none; }

.cube-contact img {
  margin-bottom: 40px; }

.contact-intro {
  margin-bottom: 75px; }

/* ------------- Catering ------------- */
.page-title-bar.catering {
  background: none !important; }

.menu-wrapper {
  width: 100%;
  margin: 40px 0 0;
  display: flex;
  flex-wrap: wrap; }

.menu-item {
  text-align: center; }

.menu-item h2 {
  font-family: 'Lato';
  text-transform: uppercase;
  font-size: 20px;
  margin: 30px 15px;
  font-weight: 700; }

.menu-item p {
  margin: 0px 15px 85px; }

/* ------------- _queries.scss ------------- */
/* ------------- QUERIES ------------- */
/* Large Devices, Desktops */
/**SMALLER THAN 1200*******************************/
@media only screen and (max-width: 1200px) {
  .menu-container {
    padding-right: 30px; }

  .container {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px; }

  .cube-extension {
    width: 35px; }

  .square-block br {
    display: none; }

  .pink-scoop {
    position: relative;
    float: right;
    left: initial;
    top: initial;
    margin-top: 320px; }

  .dollop-wrapper {
    background-position: top left; }

  .cube-content .pink-scoop {
    position: relative;
    top: 210px;
    left: 280px;
    margin-top: initial;
    float: none; }

  .cube-content .dark-scoop {
    position: relative;
    top: -250px;
    left: 0px; }

  .square-block .image-container img {
    height: 100% !important; } }
/**SMALLER THAN 1100*******************************/
/* TABLETS */
/**SMALLER THAN 1026*******************************/
@media only screen and (max-width: 1026px) {
  .page-title-catering br {
    display: block; }

  .page-title-catering {
    margin-top: -50px; } }
/**SMALLER THAN 992*******************************/
@media only screen and (max-width: 992px) {
  a.contact-button {
    display: none; }

  .main-menu nav ul li.nav-last {
    display: none; }

  .top-menu {
    width: calc(100% - 32px);
    padding-top: 37px; }

  .square-block {
    float: left;
    width: 50%;
    padding-top: 50%; }

  .square-block br {
    display: block; }

  .pink-scoop {
    float: initial;
    left: 50%;
    top: initial;
    margin-top: 185px;
    margin-left: -5px; }

  .dark-scoop {
    left: 50%;
    margin-left: -275px; }

  .dollop-wrapper img:last-child {
    margin: 0 auto 50px; }

  .bday-image {
    width: 100%; }

  .bday-image img {
    height: initial;
    max-height: 100vh; }

  .cube-sidebar img {
    margin: 20px 1px;
    width: calc(33.3% - 2px);
    float: left;
    height: 20vw;
    object-fit: cover; }

  .cube-content .dark-scoop {
    left: 0;
    margin-left: 0;
    margin-bottom: -120px; }

  .cube-contact .top {
    min-height: auto;
    margin-bottom: 30px; }

  .map {
    margin-bottom: 50px; }

  .easy-gallery img, .masonry-item-collapsed a {
    height: 33vw; }

  .menu-item img {
    width: 100%;
    margin-top: 80px; }

  .catering-sidebar img {
    display: none; }

  .menu-wrapper {
    margin: 0; }

  .hero-logo a {
    height: 100px; }

  .hero-logo img {
    height: 100px; } }
/* iPad portrait */
/* iPad landscape */
/* PHONES */
/**SMALLER THAN 767*******************************/
@media only screen and (max-width: 768px) {
  .footer-50 {
    width: calc(100% - 23px); }

  .square-block br {
    display: none; }

  .block-content p {
    font-size: 2.2vw; }

  .block-content h3 {
    margin-bottom: 3.5vw;
    font-size: 3.5vw; }

  .block-content h3:before {
    margin-bottom: 3vw; }

  .pink-scoop {
    margin-top: 235px; }

  .cube-content .dark-scoop, .cube-content .pink-scoop {
    margin-top: 0px; }

  .ccm-block-type-form textarea {
    width: 100%;
    left: 0;
    position: relative; }

  .form-group.field.field-text, .form-group.field.field-email {
    width: 100%; }

  .easy-gallery img, .masonry-item-collapsed a {
    height: 50vw; }

  .catering .image-wrapper img {
    object-position: center left; } }
@media only screen and (max-width: 767px) {
  .dark-scoop {
    margin-top: -205px; } }
/**SMALLER THAN 550*******************************/
@media only screen and (max-width: 550px) {
  .square-block {
    float: initial;
    width: 100%;
    padding-top: 100%; }

  .square-block.top {
    margin-bottom: calc(100vw - 60px); }

  .square-block.bottom {
    position: absolute;
    top: calc(100vw - 60px); }

  .square-block br {
    display: block; }

  .block-content p {
    font-size: 17px; }

  .block-content h3 {
    margin-bottom: 30px;
    font-size: 27px; }

  .block-content h3:before {
    margin-bottom: 25px; }

  .dark-scoop {
    margin-left: -180px;
    margin-top: -390px; }

  .pink-scoop {
    margin-top: 430px;
    margin-left: -135px; }

  .party h1 {
    font-size: 60px;
    line-height: 45px;
    margin-bottom: 40px; }

  h1 .cake {
    font-size: 35px; }

  .functions h2 {
    font-size: 10vw; }

  .cube-sidebar img {
    margin: 8px 0px;
    width: 100%;
    height: initial; }

  .cube-content {
    overflow: hidden; }

  .cube-content .pink-scoop {
    left: 50% !important;
    top: 0px !important; }

  .cube-content .dark-scoop {
    left: 50% !important;
    top: 25px !important;
    margin-left: -180px;
    margin-bottom: 50px; }

  .page-title-catering h1 {
    font-size: 37px; }

  .menu-item {
    width: 100%; } }
/* Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .logo-container {
    width: 175px; }

  .menu-container {
    width: calc(100% - 175px); }

  .top-menu {
    padding-top: 21px; }

  .ccm-responsive-menu-launch {
    top: 31px; }

  .header_wrapper, .menu-container {
    height: 93px; }

  .ccm-responsive-overlay {
    top: 92px !important; }

  .cube-extension {
    height: 118px;
    background-size: contain; }

  .page-title-logo img {
    background-size: contain;
    height: 118px;
    width: 200px; }

  .page-title-logo.gelato img {
    height: 105px; }

  .functions br {
    display: none; }

  a.menu-button {
    width: 100%; }

  .hero-logo a {
    height: 80px; }

  .hero-logo img {
    height: 80px; }

  .bday-wrapper .container {
    padding: 0px; }

  .bday-wrapper {
    padding: 0 0 75px;
    margin-top: -6px;
    background: #7c4300; } }
@media only screen and (max-width: 400px) {
  .square-block br {
    display: none; }

  .block-content p {
    font-size: 4.2vw; }

  .block-content h3 {
    margin-bottom: 6.5vw;
    font-size: 6.8vw; }

  .block-content h3:before {
    margin-bottom: 6vw; }

  .ccm-block-type-form p {
    text-align: right;
    font-size: 13px;
    float: left;
    width: 100%; } }
/* Extra Small Devices, Phones */
/* IE */
@media only screen and (min-height: 1000px) {
  .party {
    height: 760px; } }

/*# sourceMappingURL=main.css.map */
