/*Theme Name: mermaids2020*/
.wrapper {
  /* margin-right: 2%; */
  margin-left: 0%;
}

.col {
  background-color: #f6f6f6;
}

.row {
  margin-top: 5%;
}

.card {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 145px;
  margin-bottom: 5px;
  padding: 2%;
  border: 2px solid #fff;
  border-radius: 5px;
  background-color: #fff;
  background-image: none;
  box-shadow: 0 7px 21px 0 rgba(0, 0, 0, 0.18);
  font-family: Montserrat, sans-serif;
  color: #336cd1;
  text-decoration: none;
  cursor: pointer;
}

.body {
  background-color: #fff;
  font-family: Montserrat, sans-serif;
}

.choice-menu {
  position: static;
  display: block;
  overflow: hidden;
  margin-top: -3px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 5px;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  color: #747474;
}

.card-wrapper {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.id-text {
  font-weight: 500;
  text-decoration: none;
}

.choice-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 3%;
  padding-bottom: 3%;
  padding-left: 2%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-bottom: 1px solid #d6d3d3;
  background-image: url("img/gray-arrow.png");
  background-position: 90% 50%;
  background-size: 7px;
  background-repeat: no-repeat;
  color: #747474;
  text-decoration: none;
  cursor: pointer;
}

.choice-item:hover {
  background-color: #94bcd6;
  background-image: url("img/white-arrow.png");
  background-size: 7px;
  color: #fff;
}

.choice-item.item1 {
  padding-top: 5%;
}

.col2 {
  position: static;
  display: block;
  overflow: hidden;
  height: auto;
  background-color: #f6f6f6;
}

.col3 {
  position: static;
  display: block;
  overflow: hidden;
  height: auto;
  background-color: #f6f6f6;
}

.choice-item2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 3%;
  padding-bottom: 3%;
  padding-left: 2%;
  background-image: url("img/gray-arrow.png");
  background-position: 90% 50%;
  background-size: 7px;
  background-repeat: no-repeat;
  color: #747474;
  text-decoration: none;
}

.choice-item2:hover {
  background-color: #4294cc;
  background-image: url("img/white-arrow.png");
  background-size: 7px;
  color: #fff;
}

.choice-item2.item2 {
  padding-top: 5%;
}

.card-row {
  padding-bottom: 10px;
  border-bottom: 1px solid #ece9e9;
}

.card-col-l {
  border-right: 1px solid #ece9e9;
}

.card-col-r {
  position: static;
  display: block;
  overflow: hidden;
  border-left: 1px solid #ece9e9;
}

.card-txt {
  color: #747474;
}

.question-txt-row {
  border-bottom: 1px solid #ece9e9;
}

.text-block {
  padding-left: 21px;
  color: #747474;
}

.question-col {
  padding-top: 3px;
  padding-bottom: 3px;
  border-right: 1px solid #ece9e9;
}

.weighttxt {
  padding-top: 9px;
  padding-left: 18px;
}

.updown-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.card-up-btn {
  padding: 1% 4%;
  border: 1px solid #2b7be0;
  border-radius: 9px;
  text-align: center;
}

.card-blue-button {
  max-width: 90px;
  min-height: 0px;
  min-width: 80px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 15px;
  background-color: #2b7be0;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.mi-button-col {
  padding-top: 18px;
}

.card-red-button {
  display: block;
  max-width: 100px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 15px;
  background-color: #ff0047;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.text-block-2 {
  padding-left: 7px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.mm-body {
  background-color: #b5e7f8;
  font-family: Montserrat, sans-serif;
  color: #000;
}

.mm-navbar {
  position: relative;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: auto;
  z-index: 7;
  padding: 10px 5%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #b5e7f8;
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.5)),
      to(rgba(0, 0, 0, 0.5))
    ),
    url("img/black-ribbontexture.jpg"),
    -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(10%, #242222), to(#080808));
  background-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ),
    url("img/black-ribbontexture.jpg"),
    linear-gradient(180deg, #000, #242222 10%, #080808);
  background-position: 0px 0px, 50% 50%, 0px 0px;
  background-size: auto, auto, auto;
  color: #fff;
}

.mm-navmenu {
  padding-left: 4%;
  /* float: none; */
  color: #fff;
  text-align: center;
}

.mm-navlink {
  padding: 10px;
  border: 2px solid transparent;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.mm-navlink:hover {
  border: 2px solid #fff;
}

.mm-navlink.w--current {
  border-color: #fff;
  color: #fff;
}

.mm-navlink.r {
  margin-right: 12%;
}

.mm-sectionhead {
  position: relative;
  display: block;
  /* overflow: hidden; */
  width: 100%;
  height: 100vh;
  -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;
}

.mm-img-logo {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1001;
  display: inline-block;
  width: 135px;
  margin-left: 1%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.mm-header-div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 0px 5% 6%;
  -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: 4px none #000;
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(181, 231, 248, 0.96)),
      color-stop(45%, rgba(198, 247, 255, 0))
    ),
    -webkit-gradient(linear, left bottom, left top, from(#b5e7f8), color-stop(78%, rgba(181, 231, 248, 0))),
    url("img/sprinkles-cupcakes.png");
  background-image: linear-gradient(
      180deg,
      rgba(181, 231, 248, 0.96),
      rgba(198, 247, 255, 0) 45%
    ),
    linear-gradient(0deg, #b5e7f8, rgba(181, 231, 248, 0) 78%),
    url("img/sprinkles-cupcakes.png");
  background-position: 0px 0px, 0px 0px, 50% 100%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.brand {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 15%;
  margin-right: auto;
  /* remove to left justify brand logo */
  /* margin-left: auto; */
  float: none;
  text-align: center;
}

.mm-cards {
  width: 31%;
  min-height: auto;
  padding: 2%;
  border: 6px solid #fff;
  border-radius: 6px;
  background-color: #fff;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(47%, #fff),
    to(#b5e7f8)
  );
  background-image: linear-gradient(180deg, #fff 47%, #b5e7f8);
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14);
  color: #000;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.mm-cards.menu {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(47%, #fff),
    to(#b5e7f8)
  );
  background-image: linear-gradient(180deg, #fff 47%, #b5e7f8);
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  text-transform: none;
}

.mm-cards.menu.cookie {
  background-image: url("img/side-ribbon-cookies.svg"),
    -webkit-gradient(linear, left top, left bottom, color-stop(47%, #fff), to(#b5e7f8));
  background-image: url("img/side-ribbon-cookies.svg"),
    linear-gradient(180deg, #fff 47%, #b5e7f8);
  background-position: 100% 0%, 0px 0px;
  background-size: 125px, auto;
  background-repeat: no-repeat, repeat;
}

.mm-cards.menu.pie {
  background-image: url("img/side-ribbon-pies.svg"),
    -webkit-gradient(linear, left top, left bottom, color-stop(47%, #fff), to(#b5e7f8));
  background-image: url("img/side-ribbon-pies.svg"),
    linear-gradient(180deg, #fff 47%, #b5e7f8);
  background-position: 100% 0%, 0px 0px;
  background-size: 125px, auto;
  background-repeat: no-repeat, repeat;
}

.mm-cards.clear {
  border-style: none;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
}

.mm-cards.ext {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #000;
  text-align: left;
  text-transform: none;
}

.mm-cards.two {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(47%, #fff),
    to(#b5e7f8)
  );
  background-image: linear-gradient(180deg, #fff 47%, #b5e7f8);
  text-transform: none;
}

.mm-cards.two.r {
  margin-left: 2%;
  text-transform: none;
}

.mm-divsilo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 2%;
  padding-top: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mm-divsilo.ext {
  position: relative;
  padding: 2%;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px none #000;
  border-radius: 6px;
  background-color: #f05553;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14);
  color: #ece9e9;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.mm-containeralert {
  position: relative;
  padding: 0px 5% 0px 5%;
  display: flex;
}
.mm-divalert {
  position: relative;
  padding: 2%;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px none #000;
  border-radius: 6px;
  background-color: #f05553;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14);
  color: #ece9e9;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  padding: 20px;
  font-size: 125%;
}

.mm-divsilo.row {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mm-divsilo.l {
  text-align: left;
  text-transform: none;
}

.mm-divhero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 340px;
  margin-bottom: 2%;
  padding: 2%;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-radius: 7px;
  background-color: hsla(0, 0%, 100%, 0.71);
  background-image: url("img/bumps.svg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #000;
  font-weight: 200;
  text-transform: uppercase;
}

.mm-divcart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 340px;
  margin-bottom: 2%;
  padding: 2%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-radius: 7px;
  background-color: hsla(0, 0%, 100%, 0.71);
  background-image: url("img/bumps.svg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #000;
  font-weight: 200;
  text-transform: uppercase;
}

.mm-divhero.cupcake {
  background-image: url("img/bumps.svg"),
    url("img/chocolate-cupcakes-black-n-tan.png");
  background-position: 50% 50%, 135% 50%;
  background-size: cover, 800px;
}

.mm-divhero.cake {
  background-image: url("img/bumps.svg"),
    url("img/hand-painted-cake-flower.png");
  background-position: 50% 50%, 100% 50%;
  background-size: cover, contain;
}

.mm-divhero.pies {
  background-image: url("img/bumps.svg"), url("img/cherry-pies.png");
  background-position: 50% 50%, 170% 50%;
  background-size: cover, 1000px;
}

.mm-divhero.home {
  min-height: 385px;
  padding: 0%;
}

.mm-img-silo {
  margin-bottom: 4%;
}

.mm-img-silo.img {
  padding-bottom: 0px;
  border-radius: 16px;
}

.h2 {
  font-family: Montserrat, sans-serif;
  color: #000;
  text-transform: uppercase;
}

.heading {
  overflow: visible;
  width: auto;
  padding: 1% 2%;
  background-color: #000;
  font-family: Oswald, sans-serif;
  color: #fff;
  text-align: center;
}

.mm-button {
  width: auto;
  margin-top: 2%;
  margin-bottom: 2%;
  padding: 4%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 4px;
  border-color: #f05553;
  border-radius: 4px;
  background-color: hsla(0, 0%, 100%, 0.45);
  color: #f05553;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.mm-button:hover {
  opacity: 0.45;
}

.mm-button.links {
  margin-right: 2%;
}

.mm-button.wht {
  padding: 2%;
  border-color: #fff;
  background-color: #f05553;
  color: #fff;
}

.mm-button.wht.mm {
  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;
}

.mm-row {
  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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.mm-row.cup {
  display: none;
}

.mm-row.order {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.mm-row.img-slider {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-radius: 6px;
  background-image: url("img/hand-painted-cake.png");
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.divdesc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 2%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 0px;
  background-color: transparent;
  font-weight: 500;
  text-align: center;
}

.divdesc.str {
  -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;
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
  text-align: left;
  text-transform: none;
}

.divdesc.center {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  font-weight: 400;
  text-align: left;
}

.mm-div-justify-center {
  display: block;
  width: 50%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 6px;
  background-color: hsla(0, 0%, 100%, 0.47);
  font-weight: 400;
}

.mm-div-justify-center.home {
  width: 45%;
  margin-left: 2%;
}

.mm-navwrap {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: auto;
  z-index: 6;
  padding-top: 10px;
  background-color: #b5e7f8;
}

.mm-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #000;
  color: #fff;
}

.mm-row-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.mm-row-footer.r {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.mm-tbl {
  display: block;
  width: 77%;
  border: 2px solid #000;
  border-radius: 6px;
  background-color: hsla(0, 0%, 100%, 0.76);
}

.mm-tbl._100 {
  width: 100%;
}

.mm-tbl.r {
  margin-right: 2%;
}

.mm-tbl.oc {
  display: none;
}

.mm-tbl.form {
  width: 95%;
  margin-bottom: 2%;
  text-transform: none;
}

.heading-2 {
  color: #f05553;
}

.text-span {
  color: #f05553;
}

.img-social {
  margin-right: 10%;
}

.txt-nocap-pad {
  padding-right: 2%;
  padding-left: 2%;
  text-transform: none;
}

.a {
  color: #f05553;
}

.text-span-2 {
  color: #f05553;
}

.text-span-3 {
  color: #f05553;
}

.text-span-4 {
  color: #f05553;
}

.slider {
  height: 100%;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 6px;
  background-color: hsla(0, 0%, 100%, 0.14);
}

.slide {
  border-radius: 6px;
  background-image: url("img/bumps.svg");
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.mm-slider-row {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.mm-slider-row.slide2 {
  background-image: url("img/naked-cake.png");
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 570px;
}

.mask {
  border-radius: 6px;
}

.top-lyr-slider {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url("img/bumps.svg");
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.heading-3 {
  text-transform: uppercase;
}

.paragraph {
  color: #000;
}

.paragraph.r {
  text-align: right;
}

.img-btn {
  margin-right: 2%;
}

.indicator {
  position: fixed;
  z-index: 14;
  width: 2%;
  min-height: 65px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #f05553;
  color: #fff;
}

.indicator.cupcakes {
  width: 30px;
  min-height: 90px;
  margin-top: 25%;
  padding-top: 5px;
  padding-bottom: 5px;
  opacity: 1;
  text-align: center;
}

.indicator.cakes {
  width: 30px;
  min-height: 90px;
  margin-top: 25%;
  padding-top: 5px;
  padding-bottom: 5px;
  opacity: 1;
  text-align: center;
}

.indicator.weddings {
  width: 30px;
  min-height: 90px;
  margin-top: 25%;
  padding-top: 5px;
  padding-bottom: 5px;
  opacity: 1;
  text-align: center;
}

.indicator.glutenfree {
  width: 30px;
  min-height: 90px;
  margin-top: 25%;
  padding-top: 5px;
  padding-bottom: 5px;
  opacity: 1;
  text-align: center;
}

.red {
  color: #f05553;
}

.occasion {
  display: block;
  width: 100%;
}

.txt-occasion {
  display: block;
  padding-top: 1%;
  padding-right: 1%;
  padding-left: 1%;
  text-transform: none;
}

html.w-mod-js *[data-ix="new-interaction"] {
  opacity: 0.2;
}

@media (max-width: 991px) {
  .mm-navbar {
    padding-top: auto;
    padding-bottom: auto;
  }
  .mm-navmenu {
    padding-left: 0%;
    background-color: transparent;
  }
  .mm-navlink {
    border-style: none none solid;
    border-bottom-width: 1px;
    border-bottom-color: rgba(0, 0, 0, 0.16);
    background-color: rgba(0, 0, 0, 0.71);
    text-align: center;
  }
  .mm-navlink:hover {
    border-top-style: none;
    border-right-style: none;
    border-bottom-width: 1px;
    border-bottom-color: hsla(0, 0%, 100%, 0.39);
    border-left-style: none;
  }
  .mm-navlink.r {
    margin-right: auto;
  }
  .mm-img-logo {
    width: 150px;
  }
  .mm-menu-button {
    border: 1px solid #fff;
    background-color: rgba(0, 0, 0, 0.74);
  }
  .mm-menu-button:hover {
    opacity: 0.5;
  }
  .mm-menu-button:focus {
    opacity: 1;
  }
  .mm-menu-button.w--open {
    background-color: transparent;
  }
  .mm-header-div {
    padding-bottom: 13%;
  }
  .brand {
    position: absolute;
    left: 0%;
    top: 2%;
    right: auto;
    bottom: auto;
    width: 25%;
  }
  .mm-cards {
    width: 32%;
    font-size: 14px;
    line-height: 16px;
  }
  .mm-divhero {
    overflow: visible;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-image: url("img/bumps.svg");
    background-position: 50% 100%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .mm-divhero.cupcake {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-position: 0px 0px, 130% 50%;
    background-size: auto, contain;
  }
  .mm-divhero.cake {
    background-position: 50% 50%, -120% 50%;
    background-size: cover, cover;
  }
  .mm-divhero.pies {
    background-position: 50% 50%, 10% 50%;
  }
  .h2 {
    font-size: 22px;
    line-height: 26px;
  }
  .mm-row {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    -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;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .mm-row.img-slider {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .divdesc {
    overflow: hidden;
  }
  .mm-div-justify-center {
    width: 100%;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-weight: 400;
  }
  .mm-div-justify-center.str {
    width: auto;
    padding-bottom: 2%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .mm-footer {
    padding-right: 2%;
    padding-left: 2%;
  }
  .mm-row-footer {
    width: 28%;
  }
  .indicator.cupcakes {
    width: 25px;
  }
  .indicator.cakes {
    width: 25px;
  }
  .indicator.weddings {
    width: 25px;
  }
  .indicator.glutenfree {
    width: 25px;
  }
}

@media (max-width: 767px) {
  .w--nav-menu-open {
    width: 100% !important;
    padding-bottom: 4% !important;
  }

  .txt-nocap-pad {
    padding-right: 4%;
  }
  .mm-navbar {
    padding-top: auto;
    padding-bottom: auto;
  }
  .mm-sectionhead {
    height: 100%;
  }
  .mm-cards {
    width: 100%;
    margin-bottom: 2%;
  }
  .mm-cards.menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .mm-cards.menu.cookie {
    background-size: 65px, auto;
  }
  .mm-cards.menu.pie {
    background-size: 65px, auto;
  }
  .mm-divsilo {
    -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;
  }
  .mm-divsilo.row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .mm-divhero {
    min-height: 260px;
    padding-top: 5%;
    -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;
    text-align: center;
  }
  .mm-divhero.cupcake {
    background-position: 50% 100%, 200% 100%;
  }
  .mm-divhero.cake {
    background-position: 50% 50%, -45% 50%;
  }
  .mm-divhero.pies {
    background-position: 50% 50%, -22% 0%;
  }
  .mm-img-silo {
    width: 75px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .h2 {
    margin-top: auto;
  }
  .heading {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 22px;
    line-height: 26px;
  }
  .mm-button {
    font-weight: 500;
  }
  .mm-row {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  .divdesc {
    font-size: 12px;
    line-height: 16px;
  }
  .mm-div-justify-center {
    width: 100%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    font-weight: 400;
    text-align: left;
  }
  .mm-div-justify-center.home {
    width: 100%;
  }
  .mm-footer {
    padding-right: 2%;
    padding-left: 2%;
  }
  .mm-row-footer {
    width: 35%;
  }
  .mm-tbl {
    width: 100%;
  }
  .mm-slider-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .indicator.cupcakes {
    width: 20px;
  }
  .indicator.cakes {
    width: 20px;
  }
  .indicator.weddings {
    width: 20px;
  }
  .indicator.glutenfree {
    width: 20px;
  }
}

@media (max-width: 479px) {
  .mm-navbar {
    position: relative;
    height: 65px;
  }
  .mm-sectionhead {
    height: 100%;
  }
  .mm-img-logo {
    width: 115px;
  }
  .mm-menu-button {
    padding: 10px 10px 8px;
  }
  .mm-button {
    width: 95%;
  }
  .mm-header-div {
    -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;
  }
  .brand {
    width: 40%;
  }
  .mm-cards {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 2%;
    -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;
  }
  .mm-cards.menu {
    font-size: 14px;
    line-height: 18px;
  }
  .mm-cards.menu.cookie {
    background-image: url("img/side-ribbon-cookies.svg"),
      -webkit-gradient(linear, left top, left bottom, color-stop(47%, #fff), to(#b5e7f8));
    background-image: url("img/side-ribbon-cookies.svg"),
      linear-gradient(180deg, #fff 47%, #b5e7f8);
    background-position: 100% 0%, 0px 0px;
    background-size: 55px, auto;
    background-repeat: no-repeat, repeat;
  }
  .mm-cards.menu.pie {
    background-image: url("img/side-ribbon-pies.svg"),
      -webkit-gradient(linear, left top, left bottom, color-stop(47%, #fff), to(#b5e7f8));
    background-image: url("img/side-ribbon-pies.svg"),
      linear-gradient(180deg, #fff 47%, #b5e7f8);
    background-position: 100% 0%, 0px 0px;
    background-size: 55px, auto;
    background-repeat: no-repeat, repeat;
  }
  .mm-divsilo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .mm-divsilo.ext {
    font-size: 14px;
    line-height: 18px;
    text-transform: none;
  }

  .mm-divhero {
    padding-top: 10%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: center;
  }
  .mm-divhero.cupcake {
    min-height: 210px;
    background-image: url("img/bumps.svg"),
      url("img/chocolate-cupcakes-black-n-tan.png");
    background-position: 50% 100%, -170% 50%;
    background-size: contain, cover;
    background-repeat: no-repeat, no-repeat;
    font-size: 14px;
    line-height: 18px;
  }
  .mm-divhero.cake {
    background-image: url("img/bumps.svg"),
      url("img/hand-painted-cake-flower.png");
    background-position: 50% 50%, 15% 50%;
    background-size: cover, cover;
    background-repeat: no-repeat, no-repeat;
  }
  .mm-divhero.pies {
    background-position: 50% 50%, 34% 50%;
  }
  .mm-img-silo {
    display: block;
    width: 60px;
    margin-right: 2%;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .h2 {
    margin-top: auto;
    font-size: 18px;
    line-height: 22px;
  }
  .heading {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 24px;
    line-height: 28px;
    text-align: left;
  }
  .mm-row {
    display: block;
  }
  .divdesc {
    line-height: 14px;
  }
  .mm-div-justify-center {
    width: 100%;
    font-weight: 400;
    text-transform: none;
  }
  .mm-footer {
    padding-right: 2%;
    padding-left: 2%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .mm-row-footer {
    width: 100%;
    padding-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .mm-row-footer.r {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .mm-tbl.r {
    margin-right: auto;
    margin-bottom: 2%;
  }
  .indicator.cupcakes {
    width: 15px;
  }
  .indicator.cakes {
    width: 15px;
  }
  .indicator.weddings {
    width: 15px;
  }
  .indicator.glutenfree {
    width: 15px;
  }
}
