article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

a:focus {
  outline: thin dotted; }

a:active, a:hover {
  outline: 0; }

h1 {
  font-size: 2em; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em; }

pre {
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: \201C \201D \2018 \2019; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

button, input {
  line-height: normal; }

button, html input[type=button],
input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], input[disabled] {
  cursor: default; }

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0; }

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body, figure {
  margin: 0; }

legend, button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/*// CUSTOM FONTS */
@font-face {
  font-family: 'NeutraText';
  src: url("../fonts/NeutraText-Light.otf") format("opentype"); }
.hide-me-from-older-browsers {
  display: none;
  visibility: hidden; }

svg|g.hide-me-from-older-browsers {
  display: inline;
  visibility: visible; }

/*// MAIN COLOURS*/
.cake-request {
  position: fixed;
  height: 100%;
  width: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 8888;
  display: none;
  transition: 0.25s all;
  animation-name: fadeIn;
  animation-duration: 0.75s;
  animation-fill-mode: forwards; }
  .cake-request.open {
    display: flex; }
  .cake-request .inner-wrap {
    position: relative;
    overflow: hidden;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 1px solid #AC8B4F;
    margin: auto;
    background: #fff;
    padding: 80px 10%; }
  .cake-request .underline-fancy {
    text-align: center;
    margin-bottom: 36px; }
  .cake-request form {
    max-width: 800px;
    margin: auto;
    position: relative; }
  .cake-request input[type="submit"] {
    display: block;
    width: 160px;
    text-align: center;
    padding: 14px 10px 11px;
    border: 1px solid #fff;
    background: #83CDB7;
    color: #fff;
    margin: 8% auto 0;
    font-weight: normal;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
    letter-spacing: 1px;
    height: initial; }
    .cake-request input[type="submit"]:hover {
      background: #fff;
      color: #000;
      border: 1px solid #83CDB7; }

.double-wrap {
  display: flex;
  justify-content: space-between; }

.select-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
  margin-bottom: 2.5%; }

.select-control-label {
  color: #AC8B4F;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: .77em;
  letter-spacing: .75px; }

.tag-close {
  position: absolute;
  right: 1em;
  top: 1em;
  transition: 0.2s all; }
  .tag-close:hover {
    cursor: pointer; }
    .tag-close:hover path {
      stroke: #83CDB7 !important; }

.form-control {
  display: block;
  width: 100%;
  height: 28px;
  padding-left: 100px;
  font-size: 13px;
  letter-spacing: .75px;
  text-transform: uppercase;
  color: #83CDB7;
  background-color: transparent;
  background-image: none;
  border: 0;
  transition: border-color 150ms ease-in-out; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    outline: none; }
  .form-control::placeholder {
    color: #AC8B4F;
    opacity: 1;
    text-align: center; }
  .form-control:disabled {
    cursor: not-allowed; }
  .form-control.form-control-select {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 1px solid #AC8B4F;
    width: auto;
    padding: 4px 3px 0px 3px;
    text-transform: uppercase;
    text-align: center; }
    .form-control.form-control-select:after {
      content: ''; }
  .form-control.long-label {
    padding-left: 125px; }

.form-control-label {
  color: #AC8B4F;
  text-transform: uppercase;
  margin-bottom: 0;
  position: absolute;
  left: 10px;
  bottom: 6px;
  font-size: .77em;
  letter-spacing: .75px; }

.form-control-static {
  min-height: 16px;
  color: #83CDB7;
  font-size: .77em;
  text-transform: uppercase;
  letter-spacing: .75px;
  margin: 0;
  position: absolute;
  left: 100px;
  bottom: 6px; }
  .form-control-static.form-control-sm, .form-control-static.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-group, .form-group-inline {
  margin-bottom: 2.5%;
  border-bottom: 1px solid #AC8B4F;
  width: 100%;
  position: relative; }
  .form-group.double, .form-group-inline.double {
    width: 49%; }
  .form-group textarea, .form-group-inline textarea {
    min-height: 52px;
    padding: 30px 60px 0; }
    .form-group textarea + label, .form-group-inline textarea + label {
      top: 6px; }

.form-group-inline {
  display: flex;
  justify-content: space-between;
  align-items: baseline; }

#loading-screen {
  position: fixed;
  height: 100%;
  width: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #FFF;
  /*color: #fff;*/
  z-index: 9999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  #loading-screen img {
    display: block; }
  #loading-screen div {
    margin-top: 1%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 20px; }
    #loading-screen div span {
      display: inline-block;
      width: 0px;
      height: 0px;
      background: #83CDB7;
      border-radius: 50%;
      margin: 1% 5px;
      animation: growShrink 1s infinite;
      animation-delay: 0s; }
      #loading-screen div span:nth-child(2) {
        animation-delay: 0.25s; }
      #loading-screen div span:nth-child(3) {
        animation-delay: 0.5s; }
      #loading-screen div span:nth-child(4) {
        animation-delay: 0.75s; }
      #loading-screen div span:last-child {
        animation-delay: 1s; }

@keyframes growShrink {
  0% {
    width: 0px;
    height: 0px; }
  50% {
    width: 9px;
    height: 9px; }
  100% {
    width: 0px;
    height: 0px; } }
/*// MAIN WRAPPER*/
.wrapper {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto; }

.inner-wrapper {
  width: 70%;
  max-width: 1080px;
  margin: 0 auto; }

/*// TYPOGRAPHY*/
body {
  font-family: 'NeutraText';
  font-size: 16px;
  line-height: 1.35; }

h1, h2 {
  margin: 0; }

h1 svg {
  position: absolute;
  z-index: 999;
  left: 50%;
  transform: translate(-50%);
  width: 166px;
  bottom: 18px; }
h1 .no-frame {
  position: absolute;
  bottom: 17px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  margin-left: 3px; }

#sorelle-logo path {
  fill: #fff; }
  #sorelle-logo path.tealFill {
    fill: #83CDB7; }

.logo-hider {
  height: 97px;
  overflow: hidden;
}

/* ANIMATED UNDERLINE */
.line-wrap {
  min-height: 34px; }
  .line-wrap svg {
    display: none; }

.path {
  animation: draw 5s 1;
  stroke-miterlimit: 10;
  stroke-dasharray: 300;
  stroke-dashoffset: 300;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  fill: none; }

@keyframes draw {
  100% {
    stroke-dashoffset: 0; } }
h2 {
  color: #AC8B4F;
  font-weight: normal;
  /*background: url(../img/sorelle-header-underline.png) no-repeat bottom 0px center;*/
  font-size: 36px;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 24px;
  letter-spacing: 0.25px; }

h3 {
  text-transform: uppercase;
  font-size: 18px;
  color: #83CDB7;
  margin: 8px 0; }

p {
  color: #3B2519; }

a {
  color: #AC8B4F;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.25s all;
  letter-spacing: 0.5px; }
  a:hover, a:focus {
    color: #83CDB7;
    outline: none; }

ul {
  list-style-type: none;
  padding: 0;
  display: flex;
  justify-content: space-around; }

/* NAV */
nav {
  position: fixed;
  width: 100%;
  top: 0;
  background: #fff;
  text-align: center;
  z-index: 10; }
  nav #buzzwords {
    position: relative;
    display: flex;
    top: 0;
    width: 100%;
    margin-bottom: -92px; }
    nav #buzzwords span {
      width: 50%; }
  nav ul {
    margin-top: -125px; }
    nav ul li {
      margin-bottom: 10px;
      width: 100px;
      text-align: center;
      position: relative;
      z-index: 1; }
      nav ul li:first-of-type {
        margin-left: 4em; }
      nav ul li:nth-of-type(3) {
        margin-right: 7em; }
      nav ul li:nth-of-type(4) {
        margin-left: 7em; }
      nav ul li:last-of-type {
        margin-right: 4em;
        font-size: 18px; }
        nav ul li:last-of-type a {
          padding: 0 5px; }
  nav span {
    margin-top: 50px; }
  nav p {
    margin: 0;
    font-size: 14px;
    color: #83CDB7;
    letter-spacing: 0.5px;
    line-height: 16px; }
  nav.dropshadow {
    box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.1); }

.cls-1 {
  fill: #fff; }

.hamburger {
  display: none; }

.hamburger {
  position: absolute;
  right: 8px;
  top: 10px;
  height: 72px;
  width: 72px;
  display: flex;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  padding: 22px 0;
  position: fixed;
  z-index: 100; }
  .hamburger div {
    width: 30px;
    height: 2px;
    background: #83CDB7;
    transition: 0.5s all; }
  .hamburger:hover {
    cursor: pointer; }
  .hamburger.mobile-nav div:first-child {
    -webkit-transform: rotate(-45deg) translateY(13px);
    transform: rotate(-45deg) translateY(13px);
    width: 32px; }
  .hamburger.mobile-nav div:nth-child(2) {
    opacity: 0; }
  .hamburger.mobile-nav div:last-child {
    -webkit-transform: rotate(45deg) translateY(-13px);
    transform: rotate(45deg) translateY(-13px);
    width: 32px; }

/*// HEADER*/
header {
  height: 100vh;
  background: url(../img/header5.png) no-repeat top 160px left;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  width: 100%; }
  header span {
    position: absolute;
    top: -100px; }

/*// SECTIONS*/
.menu p,
.custom p {
  width: 45%;
  margin: 50px auto;
  max-width: 600px; }

.menu,
.story,
.custom {
  font-size: 21px;
  text-align: center; }

.menu,
.story,
.custom,
.contact {
  padding: 100px 0; }

.story {
  font-size: 19px;
  line-height: 1.55; }

/* JUMP LINKS */
#menu,
#story,
#custom,
#contact {
  position: relative;
  top: -195px; }

/*// MENU*/
.menu h2 {
  max-width: 500px;
  margin: 0 auto; }
.menu li {
  text-align: center;
  max-width: 18%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end; }
  .menu li img {
    width: 100%; }
  .menu li p {
    transition: 0.25s all;
    margin: 0;
    width: inherit;
    font-size: 21px;
    text-transform: uppercase; }
.menu a {
  margin-top: 50px;
  margin-bottom: 0; }

p.faq {
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 0px;
  letter-spacing: 0.5px;
}

p.faq a {
  cursor: pointer;
}

/*// GALLERY*/
.gallery .row {
  width: 100%;
  display: flex;
  flex: 1;
  margin-bottom: -8px; }
  .gallery .row div {
    flex: 1; }
  .gallery .row div.double {
    flex: 2; }
  .gallery .row img {
    width: 100%;
    max-width: 100%;
    height: auto; }

/*// STORY*/
.story {
  padding-bottom: 100px;
  position: relative; }
  .story:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: .65;
    background: linear-gradient(rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15)), url(../img/sorelle-story-bg.jpg) no-repeat;
    background-size: cover; }
  .story article {
    text-align: left;
    columns: 2;
    column-gap: 4.5em;
    margin-top: 2em; }
    .story article p {
      -webkit-margin-before: 0;
      margin-top: 0; }
      .story article p:last-of-type {
        margin-bottom: 0; }

.svg-wrap {
  width: 100%;
  margin-bottom: -10px; }
  .svg-wrap.second {
    background: #FCE6EC; }

/*// CUSTOM CAKES*/
.box-cta {
  display: inline-block;
  padding: 18px 60px 15px;
  color: #3B2519;
  border: 2px solid #83CDB7;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 100px; }
  .box-cta:hover {
    background: #83CDB7;
    color: #fff;
    cursor: pointer; }

.custom {
  padding-bottom: 0; }
  .custom img {
    width: 100%;
    margin-bottom: -10px; }

#message-outlet {
  color: red; }

/*// CONTACT*/
.contact {
  font-size: 18px;
  padding-bottom: 0; }
  .contact table {
    width: 100%; }
  .contact article {
    width: 25%; }
    .contact article p {
      margin-top: 0; }
    .contact article:last-of-type a {
      display: block;
      padding: 3px 0; }
      .contact article:last-of-type a .fa {
        color: #83CDB7;
        width: 28px;
        font-size: 18px; }
  .contact .inner-wrapper {
    display: flex;
    justify-content: space-between; }
  .contact a {
    text-transform: none;
    color: #3B2519; }
    .contact a:hover {
      color: #83CDB7; }
  .contact .inquiry {
    margin-top: 40px; }

#map {
  height: 450px;
  margin-top: 100px; }

.map .gm-style div:last-of-type a img {
  filter: grayscale(100%); }

.gm-style-cc,
.gm-style-mtc {
  display: none; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/*// INSTAGRAM */
.instagram {
  padding: 30px 0; }
  .instagram h2 {
    background: none; }

#instafeed {
  display: flex; }
  #instafeed a {
    width: 100%;
    position: relative; }
    #instafeed a img {
      display: block;
      width: 100%; }
    #instafeed a .overlay {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1;
      color: white !important;
      font-weight: bold;
      font-size: 21px;
      opacity: 0;
      transition: opacity 150ms ease-in-out;
      background: rgba(131, 205, 183, 0.75);
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      #instafeed a .overlay:hover {
        opacity: 1; }

.select-style {
  position: relative; }

.select-style:after {
  font-family: FontAwesome;
  content: '\f0d7';
  text-align: right;
  display: block;
  width: 20px;
  height: 27px;
  position: absolute;
  right: 0;
  top: 0;
  padding-right: 6px;
  line-height: 27px;
  color: #ac8b4f; }

/*// FOOTER*/
.footer-links {
  font-family: 'NeutraText', sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 1.6px;
  color: #ac8b4f;
  /* float: left; */
  margin-left: 120px;
  position: absolute;
  bottom: 32px;
}

footer {
  text-align: center;
  padding-bottom: 30px;
  width: 100%;
  max-width: 1200px;
  position: relative;
  margin: 0 auto;
  
  }
  footer p {
    font-size: 18px;
    color: #83CDB7;
    margin: 0; }

.path {
  animation: draw 4s 1;
  stroke-miterlimit: 10;
  stroke-dasharray: 300;
  stroke-dashoffset: 300;
  animation-fill-mode: forwards;
  animation-delay: 0.25s;
  fill: none; }

/* ANIMATIONS WOOOOO */
@keyframes draw {
  100% {
    stroke-dashoffset: 0; } }
.svg-wrap {
  background: #D0EAE0;
  position: relative;
  width: 100%;
  padding-bottom: 50%;
  vertical-align: middle;
  overflow: hidden; }

.family,
.bakery {
  width: 100%;
  opacity: 0;
  position: absolute;
  left: 0; }

.family.background,
.bakery.background {
  animation: fadeIn 2.75s forwards;
  animation-delay: 0.75s; }

.family.table,
.bakery.boxes-01 {
  opacity: 0;
  z-index: 3;
  animation: fadeInLeft 2s forwards;
  animation-delay: 1.5s; }

.bakery.boxes-02 {
  opacity: 0;
  z-index: 3;
  animation: fadeInRight 2s forwards;
  animation-delay: 2s; }

.bakery.boxes-03 {
  opacity: 0;
  z-index: 3;
  animation: fadeInLeft 2s forwards;
  animation-delay: 2.5s; }

.bakery.boxes-04 {
  opacity: 0;
  z-index: 3;
  animation: fadeInRight 2s forwards;
  animation-delay: 3s; }

.bakery.cupcakes-etc {
  opacity: 0;
  z-index: 3;
  animation: fadeIn 3s forwards;
  animation-delay: 4s; }

.bakery.humans {
  opacity: 0;
  z-index: 3;
  animation: fadeIn 3s forwards;
  animation-delay: 5s; }

.family.food {
  opacity: 0;
  animation: fadeIn 3s forwards;
  animation-delay: 3s;
  position: absolute;
  z-index: 4; }

.family.sisters {
  z-index: 1;
  animation: fadeIn 3s forwards;
  animation-delay: 4s; }

.family.parents {
  z-index: 3;
  animation-delay: 6.5s;
  animation: fadeIn 2s forwards;
  animation-delay: 5.5s; }

.svg-wrap .table,
.svg-wrap .background,
.svg-wrap .family,
.svg-wrap .bakery {
  display: none; }

@keyframes dash {
  100% {
    stroke-dashoffset: 0; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }
/*// MAIN COLOURS*/

/* SUB PAGES */

header.subpage {
  height: 265px;
  background: none;
  width: 100%;
}

.press {
  max-width: 1120px;
  margin: 0 auto;
}

.press-grid {
  display: inline-block;
  vertical-align: top;
  margin: 40px 18px;
  overflow: hidden;
  width: 240px;
}

.press-grid .press-image {
  width: 240px;
  height: 180px;
  display: block;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #d8d8d8;
  border: solid 1px #83cdb7;
  position: relative;
}

.press-grid .press-image-overlay {
  background: rgba(131, 205, 183, 0.75);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 150ms ease-in-out;
  font-size: 21px;
  line-height: 200px;
  color: #fff;
  text-align: center;
}

.press-grid .press-image-overlay:hover {
  opacity: 1;
}

.press-grid h2 {
  font-family: 'NeutraText', sans-serif;
  font-size: 21px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.19;
  color: #83cdb7;
  margin: 0;
  margin-top: 45px;
  margin-bottom: 10px;
  padding-bottom: 0;
  width: 100%;
}

.press-grid h2::before {
  content: '';
  display: block;
  width: 74.3px;
  height: 1px;
  background: #83cdb7;
  margin: 0 auto;
  margin-bottom: 20px;
}

.press-grid h2 a {
  color: #83cdb7;
}

.press-grid time {
  font-family: 'NeutraText', sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.39;
  color: #3b2519;
  display: block;
  text-align: center;
}

.press-load-more {
  width: 283px;
  height: 65px;
  border: solid 2px #81c6aa;
  display: block;
  margin: 100px auto;
  
  font-family: 'NeutraText', sans-serif;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.7px;
  text-align: center;
  color: #3b2519;
  line-height: 65px;
}

.press-add-spacing {
  margin-top: 100px;
}

.clear {
  clear:both;
}


.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

/* MEDIA QUERIES */
@media (max-width: 1350px) {
  .menu ul.inner-wrapper {
    justify-content: center;
    width: 100%; }

  .menu li {
    min-width: 18%; }
    .menu li img {
      width: 75%; } }
@media (max-width: 1120px) {
  .press {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
  }
}
@media (max-width: 1070px) {
  .inner-wrapper {
    width: 85%; }

  .menu p,
  .custom p {
    width: 63%; } }
@media (max-width: 940px) {
  nav ul li:first-of-type {
    margin-left: 2em; }

  .menu ul.inner-wrapper {
    flex-wrap: wrap; }

  .menu ul.inner-wrapper {
    max-width: 100%; }

  .menu li {
    max-width: 19%; }
    .menu li p {
      font-size: 21px; }

  nav ul li:first-of-type {
    margin-left: 2em; }
  nav ul li:last-of-type {
    margin-right: 2em; }
  nav ul li:nth-of-type(3) {
    margin-right: 8em; }
  nav ul li:nth-of-type(4) {
    margin-left: 8em; } }
@media (max-width: 830px) {
  header.subpage {
    height: 80px;
  }
  .press-grid {
    width: 256px;
  }

  .press-grid .press-image {
    width: 256px;
    height: 192px;
  }

  .press-grid .press-image-overlay {
    line-height: 206px;
  }

  .footer-links {
    position: static;
    margin-left: 0;
    margin-top: 15px;
    margin-bottom: 25px;
  }

  footer {
    padding-bottom: 41px;
  }

  .cake-request {
    overflow: scroll; }
    .cake-request .inner-wrap {
      padding: 1em; }

  .box-cta {
    margin-left: .25em;
    margin-right: .25em; }

  .double-wrap {
    flex-wrap: wrap; }
    .double-wrap .form-group {
      width: 100%; }
      .double-wrap .form-group.form-group-static {
        height: 29px; }

  .select-wrap {
    flex-wrap: wrap; }
    .select-wrap .form-control-select {
      margin-bottom: .5em; }

  .menu ul.inner-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    width: 80%; }

  .menu li {
    width: 33%;
    min-width: 26%; }
    .menu li:first-of-type {
      min-width: 162px; }
    .menu li img {
      width: 75%;
      margin: 0 auto; }
    .menu li p {
      text-align: center;
      width: 100%; }

  nav ul {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.9);
    z-index: -1;
    margin: 0;
    display: none;
    flex-direction: column; }
    nav ul li {
      margin: 0;
      width: 100%;
      font-size: 26px; }
      nav ul li:first-of-type {
        margin: 0;
        margin-top: 40%; }
      nav ul li:last-of-type {
        margin: 0;
        margin-bottom: 20%;
        font-size: 28px;
        margin-right: 6em; }
      nav ul li:nth-of-type(3), nav ul li:nth-of-type(4) {
        margin: 0; }
  nav h1 {
    height: 92px; }
    nav h1 a {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      min-height: 85px; }
    nav h1 .no-frame {
      position: relative;
      bottom: -20px;
      left: 0;
      transform: none;
      z-index: 12;
      margin: 0; }
    nav h1 svg {
      position: absolute;
      left: 30px;
      top: 50%;
      width: 150px;
      transform: translateY(-43%); }
      nav h1 svg use {
        fill: #83CDB7 !important; }
  nav #fading {
    /*opacity: 0;*/
    /*visibility: hidden;*/
    display: none; }
  nav #buzzwords {
    display: none; }

  h2 {
    width: 70%;
    margin: auto; }

  .hamburger {
    display: flex;
    position: fixed;
    z-index: 11; }
    .hamburger:hover {
      cursor: pointer;
      color: #83CDB7; }

  .story article {
    column-gap: 2em; }

  #sorelle-logo {
    fill: #83CDB7 !important; }
    #sorelle-logo path {
      fill: #83CDB7 !important; }

  .contact table tr {
    height: 32px;
    vertical-align: top; }

  .contact .inner-wrapper {
    flex-wrap: wrap; }

  .contact .inquiry {
    margin-top: 25px; }

  .contact article {
    width: 50%; }
    .contact article:last-child {
      margin-top: -55px; }

  #instafeed {
    flex-wrap: wrap; }
    #instafeed a.pic {
      width: 33.3333333%;
      margin-bottom: -7px; }

  .menu ul.inner-wrapper {
    width: 90%; }
    .menu ul.inner-wrapper li {
      min-width: 33%; }
      .menu ul.inner-wrapper li:nth-child(-n+2) {
        min-width: 36%;
        width: 36%;
        margin-bottom: 35px; }
        .menu ul.inner-wrapper li:nth-child(-n+2) img {
          width: 73%; } }
@media (max-width: 740px) {
  .story article {
    columns: 1;
    column-gap: 2em; } }
@media (max-width: 600px) {
  .svg-wrap {
    padding-bottom: 60%; }

  .svg-wrap .family,
  .svg-wrap .bakery {
    display: none;
    width: 120%;
    left: -10%;
    top: 0%; } }
@media (max-width: 500px) {
  .contact article {
    width: 100%; }
    .contact article:nth-child(2), .contact article:last-child {
      margin-top: 25px; }

  .menu h2 {
    max-width: 80%; }

  h2 {
    font-size: 30px; } }
@media (max-width: 470px) {
  .menu h2 {
    max-width: 95%;
    font-size: 30px; }

  .menu ul.inner-wrapper li,
  .menu ul.inner-wrapper li:nth-child(-n+2) {
    min-width: 80%;
    width: 80%;
    overflow: hidden;
    margin: 0; }

  .menu ul.inner-wrapper li:first-child {
    margin-bottom: -40px; }
  .menu ul.inner-wrapper li:last-child img {
    margin-top: 55px; }
  .menu ul.inner-wrapper li:nth-child(3) {
    margin-top: 20px;
    margin-bottom: -5px; }

  #instafeed a.pic {
    width: 50%; } }

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