/* line 5, ../scss/base/_base-normalize.scss */
html {
  height: 100%;
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 12, ../scss/base/_base-normalize.scss */
body {
  color: #8D2A87;
  font: 21px/1.2381 "Dala Moa Web", Arial, Helvetica, sans-serif;
  width: 100%;
  height: 100% !important;
  margin: 0;
}

/* line 20, ../scss/base/_base-normalize.scss */
a {
  color: #8D2A87;
  text-decoration: none;
}
/* line 23, ../scss/base/_base-normalize.scss */
a:hover {
  color: #8D2A87;
  text-decoration: none;
}
/* line 27, ../scss/base/_base-normalize.scss */
a:focus {
  outline: thin dotted;
}
/* line 30, ../scss/base/_base-normalize.scss */
a:hover, a:active {
  outline: none;
}

/* line 36, ../scss/base/_base-normalize.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Dala Moa Web", Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 1.2;
  margin: 0 0 26px;
}

/* line 51, ../scss/base/_base-normalize.scss */
h1,
h2 {
  font-size: 28px;
}

/* line 56, ../scss/base/_base-normalize.scss */
h3,
h4 {
  font-size: 22px;
}

/* line 61, ../scss/base/_base-normalize.scss */
h6,
h5 {
  font-size: 19px;
}

/* line 66, ../scss/base/_base-normalize.scss */
ul, ol, dl {
  padding: 0;
  list-style: none;
}

/* line 71, ../scss/base/_base-normalize.scss */
dl, ul, ol, p, table, blockquote, address, pre, iframe {
  margin: 0 0 26px;
}

/* line 75, ../scss/base/_base-normalize.scss */
ul {
  list-style-position: inside;
}

/* line 79, ../scss/base/_base-normalize.scss */
small {
  font-size: 85%;
}

/* line 83, ../scss/base/_base-normalize.scss */
em, i {
  font-style: italic;
}

/* line 87, ../scss/base/_base-normalize.scss */
strong, b, th {
  text-align: left;
  font-weight: bold;
}

/* line 92, ../scss/base/_base-normalize.scss */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
}

/* line 98, ../scss/base/_base-normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 102, ../scss/base/_base-normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 107, ../scss/base/_base-normalize.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #8D2A87;
  margin: 26px 0;
  padding: 0;
  clear: both;
}

/* line 117, ../scss/base/_base-normalize.scss */
embed, object, iframe {
  border: 0;
  vertical-align: bottom;
}

/* line 122, ../scss/base/_base-normalize.scss */
::-moz-selection {
  background: #8D2A87;
  color: #8D2A87;
  text-shadow: none;
}

/* line 128, ../scss/base/_base-normalize.scss */
::selection {
  background: #8D2A87;
  color: #8D2A87;
  text-shadow: none;
}

/* line 134, ../scss/base/_base-normalize.scss */
a:link {
  -webkit-tap-highlight-color: transparent;
}

/* line 4, ../scss/base/_base-form.scss */
::-webkit-input-placeholder {
  color: white;
}

/* line 5, ../scss/base/_base-form.scss */
::-moz-placeholder {
  color: white;
}

/* firefox 19+ */
/* line 6, ../scss/base/_base-form.scss */
:-ms-input-placeholder {
  color: white;
}

/* ie */
/* line 7, ../scss/base/_base-form.scss */
input:-moz-placeholder {
  color: white;
}

/* line 9, ../scss/base/_base-form.scss */
form p {
  margin-bottom: 15px;
}

/* line 12, ../scss/base/_base-form.scss */
.wpcf7-submit {
  float: left;
}

/* line 19, ../scss/base/_base-form.scss */
input,
button,
select,
textarea {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0;
  vertical-align: middle;
}

/* line 28, ../scss/base/_base-form.scss */
::-moz-focus-inner {
  border: 0;
}

/* line 32, ../scss/base/_base-form.scss */
form {
  margin: 0 0 26px;
}

/* line 36, ../scss/base/_base-form.scss */
fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

/* line 42, ../scss/base/_base-form.scss */
label[for] {
  cursor: pointer;
  font-size: 16px;
  font-family: "Dala Moa Web", Arial, Helvetica, sans-serif;
}

/* line 52, ../scss/base/_base-form.scss */
textarea,
select,
input.date,
input.datetime,
input.email,
input.password,
input.text,
input[type="text"],
input[type="email"] {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  background-color: #4d758a;
  border: 1px solid;
  border-color: #4d758a;
  outline: 0;
  color: #fff;
  font-size: 14px;
  font-family: "Dala Moa Web", Arial, Helvetica, sans-serif;
  line-height: inherit;
  padding: 4px 7px;
  height: 35px;
  width: 100%;
}
/* line 75, ../scss/base/_base-form.scss */
textarea[disabled],
select[disabled],
input.date[disabled],
input.datetime[disabled],
input.email[disabled],
input.password[disabled],
input.text[disabled],
input[type="text"][disabled],
input[type="email"][disabled] {
  background-color: #eee;
  color: #888;
  cursor: not-allowed;
}
/* line 80, ../scss/base/_base-form.scss */
textarea:focus, textarea:active,
select:focus,
select:active,
input.date:focus,
input.date:active,
input.datetime:focus,
input.datetime:active,
input.email:focus,
input.email:active,
input.password:focus,
input.password:active,
input.text:focus,
input.text:active,
input[type="text"]:focus,
input[type="text"]:active,
input[type="email"]:focus,
input[type="email"]:active {
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 6px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 0 6px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 6px;
  z-index: 1;
}

/* line 91, ../scss/base/_base-form.scss */
select {
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
/* line 93, ../scss/base/_base-form.scss */
select[multiple] {
  height: auto;
  background-image: none;
}
/* line 97, ../scss/base/_base-form.scss */
select optgroup {
  color: #f2f2f2;
  font-style: normal;
  font-weight: bold;
}

/* line 108, ../scss/base/_base-form.scss */
textarea {
  vertical-align: top;
  height: auto;
  min-height: 100px;
  overflow: auto;
  resize: vertical;
}

/* line 120, ../scss/base/_base-form.scss */
input[type="radio"],
input[type="checkbox"] {
  margin-left: 0;
  margin-right: 3px;
}

/* line 125, ../scss/base/_base-form.scss */
input[type="checkbox"] {
  line-height: inherit;
  vertical-align: baseline;
}

/* line 134, ../scss/base/_base-form.scss */
.Actions input,
input[type="button"],
input[type="submit"],
button {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #ffffff));
  background-image: -moz-linear-gradient(#ffffff, #ffffff);
  background-image: -webkit-linear-gradient(#ffffff, #ffffff);
  background-image: linear-gradient(#ffffff, #ffffff);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFFFFFFF');
  -webkit-appearance: none;
  text-shadow: rgba(255, 255, 255, 0.6) 0 1px 1px;
  border: 2px solid;
  border-color: #8D2A87;
  cursor: pointer;
  color: #8D2A87;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.4;
  height: 35px;
  outline: 0;
  overflow: visible;
  padding: 6px 25px 7px;
  width: auto;
  text-transform: uppercase;
}
/* line 160, ../scss/base/_base-form.scss */
.Actions input:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
button:hover {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #ffffff));
  background-image: -moz-linear-gradient(#ffffff, #ffffff);
  background-image: -webkit-linear-gradient(#ffffff, #ffffff);
  background-image: linear-gradient(#ffffff, #ffffff);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFFFFFFF');
  border-color: #8D2A87;
  text-shadow: none;
}
/* line 170, ../scss/base/_base-form.scss */
.Actions input[disabled],
input[type="button"][disabled],
input[type="submit"][disabled],
button[disabled] {
  color: #888;
  background: #ddd;
  border-color: #ddd;
  text-shadow: none;
  cursor: not-allowed;
}
/* line 177, ../scss/base/_base-form.scss */
.Actions input:focus, .Actions input:active,
input[type="button"]:focus,
input[type="button"]:active,
input[type="submit"]:focus,
input[type="submit"]:active,
button:focus,
button:active {
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 6px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 0 6px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 6px;
  z-index: 1;
}

/* line 197, ../scss/base/_base-form.scss */
.lt8 div.date .middleColumn,
.lt8 div.textarea .middleColumn,
.lt8 div.datetime .middleColumn,
.lt8 div.email .middleColumn,
.lt8 div.password .middleColumn,
.lt8 div.text .middleColumn {
  padding-right: 16px;
}

/* line 203, ../scss/base/_base-form.scss */
.lt8 fieldset {
  overflow: hidden;
  width: 100%;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 210, ../scss/base/_base-form.scss */
  select {
    background-image: url("https://9d1d0c.claudeassets.com/20240814034515im_/https://www.ellakitchenbar.com/wp-content/themes/ella/style/images/forms/select_arrow.gif");
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px;
  }

  /* line 216, ../scss/base/_base-form.scss */
  select[multiple] {
    padding: 0;
    background-image: none;
  }
}
/* line 227, ../scss/base/_base-form.scss */
form {
  position: relative;
}

/* line 232, ../scss/base/_base-form.scss */
.field {
  max-width: 460px;
  margin: 0 auto 15px auto;
  text-align: center;
}

/* line 238, ../scss/base/_base-form.scss */
.Actions {
  padding-top: 8px;
  max-width: 460px;
  margin: 0 auto;
  text-align: center;
}

/* line 244, ../scss/base/_base-form.scss */
.field label {
  margin-bottom: 10px;
}

/* line 247, ../scss/base/_base-form.scss */
p.bad {
  color: #96004A;
}

/* line 251, ../scss/base/_base-form.scss */
div.checkboxset ul,
div.optionset ul {
  margin-bottom: 0;
}
/* line 254, ../scss/base/_base-form.scss */
div.checkboxset ul ul,
div.optionset ul ul {
  margin-bottom: 0;
}

/* line 259, ../scss/base/_base-form.scss */
span.message.validation,
span.message.error,
span.required,
label.required {
  display: block;
  color: #96004A;
  font-style: italic;
  font-size: 14px;
}

/* line 269, ../scss/base/_base-form.scss */
.requiredNotice {
  position: absolute;
  bottom: 5px;
  right: 0;
  width: 200px;
  height: 18px;
  margin-bottom: 0;
  text-align: right;
}
/* line 274, ../scss/base/_base-form.scss */
.requiredNotice span {
  padding-left: 9px;
  background: url("https://829a91.claudeassets.com/20240814034515im_/https://www.ellakitchenbar.com/wp-content/themes/ella/style/images/forms/req.png") no-repeat left top;
}

/* line 280, ../scss/base/_base-form.scss */
.requiredField label.left {
  padding-right: 9px;
  background: url("https://829a91.claudeassets.com/20240814034515im_/https://www.ellakitchenbar.com/wp-content/themes/ella/style/images/forms/req.png") no-repeat right top;
}

/* line 284, ../scss/base/_base-form.scss */
.middleColumn {
  max-width: 460px;
  margin: 0 auto;
}

/* line 64, icon/*.png */
.icon-sprite, .icon-fb, .icon-insta, .icon-tw {
  background-image: url('https://17c59b.claudeassets.com/20240814034515im_/https://www.ellakitchenbar.com/wp-content/themes/ella/style/images/icon-s664979dea0.png');
  background-repeat: no-repeat;
}

/* line 84, ../../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-fb {
  background-position: 0 0;
  height: 27px;
  width: 12px;
}

/* line 84, ../../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-insta {
  background-position: -12px 0;
  height: 27px;
  width: 27px;
}

/* line 84, ../../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-tw {
  background-position: -39px 0;
  height: 26px;
  width: 32px;
}

/* line 64, icon2x/*.png */
.icon2x-sprite {
  background-image: url('https://af5d39.claudeassets.com/20240814034515im_/https://www.ellakitchenbar.com/wp-content/themes/ella/style/images/icon2x-s93bed8b773.png');
  background-repeat: no-repeat;
}

@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 17, ../scss/lib/_retina-magic.scss */
  .icon-sprite, .icon-fb, .icon-insta, .icon-tw {
    background-image: url('https://af5d39.claudeassets.com/20240814034515im_/https://www.ellakitchenbar.com/wp-content/themes/ella/style/images/icon2x-s93bed8b773.png');
    background-size: 71px auto;
  }

  /* line 27, ../scss/lib/_retina-magic.scss */
  .icon-fb {
    background-position: 0 0;
  }

  /* line 27, ../scss/lib/_retina-magic.scss */
  .icon-insta {
    background-position: -12px 0;
  }

  /* line 27, ../scss/lib/_retina-magic.scss */
  .icon-tw {
    background-position: -39px 0;
  }
}
/* line 20, ../scss/base/_base-icons.scss */
.icon {
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
  display: inline-block;
  vertical-align: middle;
}

/* line 12, ../scss/base/_base-typography.scss */
.typography address,
.typography blockquote,
.typography table,
.typography pre,
.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6,
.typography ul,
.typography ol,
.typography dl,
.typography p,
.typography form {
  margin-bottom: 26px;
}
/* line 34, ../scss/base/_base-typography.scss */
.typography a {
  color: #8D2A87;
  text-decoration: none;
}
/* line 37, ../scss/base/_base-typography.scss */
.typography a:hover {
  color: #8D2A87;
  text-decoration: underline;
}
/* line 47, ../scss/base/_base-typography.scss */
.typography b,
.typography strong {
  font-weight: bold;
}
/* line 51, ../scss/base/_base-typography.scss */
.typography i,
.typography em {
  font-style: italic;
}
/* line 60, ../scss/base/_base-typography.scss */
.typography blockquote {
  padding-left: 15px;
  border-left: 2px solid #8D2A87;
}
/* line 64, ../scss/base/_base-typography.scss */
.typography q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/* line 71, ../scss/base/_base-typography.scss */
.typography ul,
.typography ol {
  list-style-position: outside;
  padding-left: 26px;
  margin: 0 0 26px;
}
/* line 77, ../scss/base/_base-typography.scss */
.typography ul {
  list-style: inside disc;
}
/* line 80, ../scss/base/_base-typography.scss */
.typography ol {
  list-style: outside decimal;
}
/* line 83, ../scss/base/_base-typography.scss */
.typography dl {
  margin: 0 0 26px;
}
/* line 86, ../scss/base/_base-typography.scss */
.typography dt {
  display: block;
  font-weight: bold;
}
/* line 90, ../scss/base/_base-typography.scss */
.typography dd {
  padding-left: 26px;
}
/* line 93, ../scss/base/_base-typography.scss */
.typography ul ol,
.typography ul ul,
.typography ol ul,
.typography ol dl {
  margin-bottom: 0;
}
/* line 103, ../scss/base/_base-typography.scss */
.typography address {
  font-style: normal;
}
/* line 110, ../scss/base/_base-typography.scss */
.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
  font-weight: normal;
  line-height: 1.2;
  margin: 0 0 26px;
  text-transform: uppercase;
}
/* line 121, ../scss/base/_base-typography.scss */
.typography h1,
.typography h2 {
  font-size: 22px;
}
/* line 125, ../scss/base/_base-typography.scss */
.typography h3,
.typography h4 {
  font-size: 19px;
}
/* line 129, ../scss/base/_base-typography.scss */
.typography h6,
.typography h5 {
  font-size: 16px;
}
/* line 142, ../scss/base/_base-typography.scss */
.typography pre {
  overflow: auto;
  margin: 0 0 26px;
  padding: 13px;
  line-height: inherit;
  border: 1px #8D2A87 solid;
  white-space: pre;
  /* CSS2 */
  word-wrap: break-word;
  /* IE */
  text-align: left;
}
/* line 156, ../scss/base/_base-typography.scss */
.typography .left {
  float: left;
  padding-right: 26px;
}
/* line 161, ../scss/base/_base-typography.scss */
.typography .leftAlone {
  clear: both;
}
/* line 165, ../scss/base/_base-typography.scss */
.typography .center {
  margin: 0 auto;
  clear: both;
}
/* line 170, ../scss/base/_base-typography.scss */
.typography .right {
  float: right;
  padding-left: 26px;
}
/* line 179, ../scss/base/_base-typography.scss */
.typography .captionImage {
  max-width: 100% !important;
}
/* line 182, ../scss/base/_base-typography.scss */
.typography .caption {
  font-family: serif;
}
/* line 186, ../scss/base/_base-typography.scss */
.typography img {
  border: none;
  max-width: 100% !important;
  height: auto;
}
/* line 191, ../scss/base/_base-typography.scss */
.typography img.leftAlone,
.typography img.center,
.typography img.left,
.typography img.right {
  margin-bottom: 26px;
}
/* line 201, ../scss/base/_base-typography.scss */
.typography table {
  border-top: 1px solid #8D2A87 !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  float: none !important;
}
/* line 208, ../scss/base/_base-typography.scss */
.typography caption,
.typography th {
  font-weight: bold;
  text-align: left;
  padding: 5px;
  border-bottom: 1px solid #8D2A87;
}
/* line 215, ../scss/base/_base-typography.scss */
.typography td {
  border-bottom: 1px solid #8D2A87;
  padding: 5px;
}
/* line 219, ../scss/base/_base-typography.scss */
.typography th:first-child,
.typography td:first-child {
  padding-left: 0;
}
/* line 223, ../scss/base/_base-typography.scss */
.typography th:last-child,
.typography td:last-child {
  padding-right: 0;
}
/* line 232, ../scss/base/_base-typography.scss */
.typography sub,
.typography sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
/* line 239, ../scss/base/_base-typography.scss */
.typography sup {
  top: -0.5em;
}
/* line 242, ../scss/base/_base-typography.scss */
.typography sub {
  bottom: -0.25em;
}
/* line 250, ../scss/base/_base-typography.scss */
.typography mark {
  background-color: #8D2A87;
  color: #8D2A87;
  font-style: italic;
  font-weight: bold;
}
/* line 256, ../scss/base/_base-typography.scss */
.typography ins {
  background-color: #8D2A87;
  color: #8D2A87;
  text-decoration: none;
}
/* line 261, ../scss/base/_base-typography.scss */
.typography abbr[title],
.typography dfn[title] {
  border-bottom: 1px dotted #8D2A87;
  cursor: help;
}
/* line 267, ../scss/base/_base-typography.scss */
.typography .proxima-nova {
  font-family: "Dala Moa Web", Arial, Helvetica, sans-serif;
  color: #8D2A87;
  font-weight: bold;
  font-size: 16px;
}

/* line 9, ../scss/layout/_layout.scss */
.l_wrap {
  height: auto;
  min-height: 100%;
  padding: 0;
  margin: 0 auto;
  position: relative;
}

@media (min-width: 1240px) {
  /* line 32, ../scss/layout/_layout.scss */
  .l_header {
    width: 50%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
  }
}
/* line 52, ../scss/layout/_layout.scss */
.l_footer {
  height: 100px;
  margin-top: -100px;
  position: relative;
}

/* line 63, ../scss/layout/_layout.scss */
.l_inner {
  padding: 20px 0;
  margin: 0 auto;
  text-align: center;
  clear: both;
}

@media (min-width: 768px) {
  /* line 70, ../scss/layout/_layout.scss */
  .l_inner {
    padding: 30px 0px;
  }
}
@media (min-width: 1240px) {
  /* line 78, ../scss/layout/_layout.scss */
  .right-col {
    float: right;
    width: 50%;
  }
}
/*************************
 LOGIN
 **************************/
/* line 4, ../scss/module/_module-security.scss */
body.security {
  background: #222;
  color: black;
}

/* line 8, ../scss/module/_module-security.scss */
.field {
  text-align: left;
}

/* line 13, ../scss/module/_module-security.scss */
#LoginBox {
  width: 380px;
  padding-top: 100px;
  margin: 0 auto 100px;
}

/* line 18, ../scss/module/_module-security.scss */
#LoginBox h1 a span {
  font-weight: normal;
}

/* line 21, ../scss/module/_module-security.scss */
#LoginBox .typography p {
  color: #fff;
}

/* line 24, ../scss/module/_module-security.scss */
#LoginBox form {
  padding: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
  position: relative;
}

/* line 32, ../scss/module/_module-security.scss */
#Remember {
  display: none;
}

/* line 35, ../scss/module/_module-security.scss */
#LoginBox .Actions {
  text-align: left;
  padding-top: 15px;
  overflow: hidden;
  zoom: 1;
}

/* line 41, ../scss/module/_module-security.scss */
#LoginBox .Actions input {
  margin-bottom: 15px;
}

/* line 44, ../scss/module/_module-security.scss */
#LoginBox .Actions input#MemberLoginForm_LoginForm_action_logout,
#LoginBox .Actions input#MemberLoginForm_LostPasswordForm_action_forgotPassword {
  width: 100%;
}

/* line 48, ../scss/module/_module-security.scss */
#LoginBox #ForgotPassword {
  float: left;
  margin-bottom: 0;
  padding-top: 5px;
  font-size: 15px;
}

/* line 54, ../scss/module/_module-security.scss */
#LoginBox .goBack {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
}

/* line 59, ../scss/module/_module-security.scss */
#LoginBox .goBack:hover {
  text-decoration: none;
  color: #fff;
}

/* line 2, ../scss/module/_module-header.scss */
.l_headerInner {
  padding: 140px 20px 20px;
  height: 320px;
  background: #8D2A87;
  position: relative;
}

@media (min-width: 768px) {
  /* line 9, ../scss/module/_module-header.scss */
  .l_headerInner {
    padding: 115px 20px 20px;
    height: 315px;
  }
}
@media (min-width: 1240px) {
  /* line 15, ../scss/module/_module-header.scss */
  .l_headerInner {
    padding: 0;
    height: 100%;
  }
}
/* line 22, ../scss/module/_module-header.scss */
.brand img {
  width: 234px;
}
/* line 25, ../scss/module/_module-header.scss */
.brand h1 {
  width: 234px;
  margin: 0  auto !important;
}

@media (min-width: 1240px) {
  /* line 32, ../scss/module/_module-header.scss */
  .brand {
    width: 325px;
    position: absolute;
    top: 50%;
    margin-top: -90px;
    margin-left: -162px;
    left: 50%;
  }
  /* line 39, ../scss/module/_module-header.scss */
  .brand img,
  .brand h1 {
    margin: 0 !important;
    width: 325px;
  }
}
/* line 48, ../scss/module/_module-header.scss */
.icon-arrow-down {
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -17px;
  display: none;
}

@media (min-width: 768px) {
  /* line 56, ../scss/module/_module-header.scss */
  .icon-arrow-down {
    display: block;
  }
}
/* line 61, ../scss/module/_module-header.scss */
.socialIcons {
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: 50px;
  margin-left: -49px;
}
/* line 67, ../scss/module/_module-header.scss */
.socialIcons a {
  display: inline-block;
  margin: 0 3px;
}

/* line 72, ../scss/module/_module-header.scss */
.menus a {
  display: inline-block;
  padding: 5px 0;
  text-align: center;
  margin: 0 22px
}

@media (min-width: 768px) {
  /* line 80, ../scss/module/_module-header.scss */
  .menus a {
    margin-top: 25px;
    padding: 0;
  }
}
/* line 1, ../scss/module/_module-headings.scss */
.intro {
  display: none;
  width: 100%;
  background: url("https://2ac6f3.claudeassets.com/20240814034515im_/https://www.ellakitchenbar.com/wp-content/themes/ella/style/images/general/intropurple.gif") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  position: relative;
  background-size: cover;
  text-align: center;
}
/* line 11, ../scss/module/_module-headings.scss */
.intro img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -82px;
  margin-left: -194px;
}

@media (min-width: 1240px) {
  /* line 20, ../scss/module/_module-headings.scss */
  .intro {
    display: inline-block;
    vertical-align: middle;
  }
}
/* line 25, ../scss/module/_module-headings.scss */
.mainTitleHp {
  font-size: 25px;
  font-weight: normal;
}

@media (min-width: 768px) {
  /* line 31, ../scss/module/_module-headings.scss */
  .mainTitleHp {
    font-size: 39px;
  }
}
/* line 37, ../scss/module/_module-headings.scss */
.mainTextHp {
  font-size: 20px;
  padding: 30px 40px 20px 40px;
  margin: 0;
  border-bottom: 1px solid #131C25;
  background: #f2f2f2;
  display: table-cell;
  vertical-align: middle;
}

@media (min-width: 768px) {
  /* line 48, ../scss/module/_module-headings.scss */
  .mainTextHp {
    font-size: inherit;
    padding: 70px 170px;
    border-bottom: none;
  }
}
/* line 57, ../scss/module/_module-headings.scss */
.hp {
  border-top: 1px solid #8D2A87;
}

/* line 61, ../scss/module/_module-headings.scss */
#Map {
  height: 400px;
  width: 100%;
  border-bottom: 1px solid #131C25;
}

/* line 66, ../scss/module/_module-headings.scss */
.gray {
  background-color: #A29C93;
  padding-bottom: 3px;
  color: #EFE7C3;
  padding-top: 30px;
  text-align: center;

}

.gray p {
  margin-bottom: 0
}



/* Generated by Font Squirrel (https://www.fontsquirrel.com) on August 8, 2014 */
/* Generated by Font Squirrel (https://www.fontsquirrel.com) on October 13, 2014 */
@font-face {
  font-family: 'Dala Moa Web';
  src: url("https://1aff36.claudeassets.com/20240814034515im_/https://www.ellakitchenbar.com/wp-content/themes/ella/style/fonts/DalaMoa-Medium-Web.eot");
  src: url("https://36c759.claudeassets.com/20240814034515im_/https://www.ellakitchenbar.com/wp-content/themes/ella/style/fonts/DalaMoa-Medium-Web.eot#iefix") format("embedded-opentype"), url("https://a02f1b.claudeassets.com/20240814034515im_/https://www.ellakitchenbar.com/wp-content/themes/ella/style/fonts/DalaMoa-Medium-Web.woff") format("woff"), url("https://49d8e9.claudeassets.com/20240814034515im_/https://www.ellakitchenbar.com/wp-content/themes/ella/style/fonts/DalaMoa-Medium-Web.ttf") format("truetype"), url("https://383c3d.claudeassets.com/20240814034515im_/https://www.ellakitchenbar.com/wp-content/themes/ella/style/fonts/DalaMoa-Medium-Web.svg#DalaMoa-Medium") format("svg");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
}
/* line 22, ../scss/module/_module-fonts.scss */
.DalaMoa-Medium-Web {
  font-family: 'Dala Moa Web';
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
}

/*
 * Swiper - Mobile Touch Slider CSS
 * https://www.idangero.us/sliders/swiper
 *
 * Vladimir Kharlampidi, The iDangero.us
 * https://www.idangero.us/
 *
 * Copyright 2012-2013, Vladimir Kharlampidi
 * The iDangero.us
 * https://www.idangero.us
 *
 * Licensed under GPL & MIT
 *
*/
/* ===============================================================
Basic Swiper Styles
================================================================*/
/* line 19, ../scss/module/_module-slider.scss */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

/* line 31, ../scss/module/_module-slider.scss */
.swiper-wrapper {
  position: relative;
  width: 100%;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
  -moz-transition-property: -moz-transform, left, top;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0px, 0, 0);
  -moz-transition-timing-function: ease;
  -o-transition-property: -o-transform, left, top;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0px, 0, 0);
  -o-transition-timing-function: ease;
  -o-transform: translate(0px, 0px);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0px, 0, 0);
  -ms-transition-timing-function: ease;
  transition-property: transform, left, top;
  transition-duration: 0s;
  transform: translate3d(0px, 0, 0);
  transition-timing-function: ease;
}

/* line 60, ../scss/module/_module-slider.scss */
.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

/* line 68, ../scss/module/_module-slider.scss */
.swiper-slide {
  float: left;
}

/* IE10 Windows Phone 8 Fixes */
/* line 73, ../scss/module/_module-slider.scss */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
}

/* line 76, ../scss/module/_module-slider.scss */
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
}

/* ===============================================================
Your custom styles, here you need to specify container's and slide's
sizes, pagination, etc.
================================================================*/
/* line 84, ../scss/module/_module-slider.scss */
.swiper-container {
  /* Specify Swiper's Size: */
  width: 100%;
  height: 460px;
}

/* line 89, ../scss/module/_module-slider.scss */
.swiper-slide {
  /* Specify Slides's Size: */
  position: relative;
  width: 100%;
  height: 460px !important;
}

/* line 95, ../scss/module/_module-slider.scss */
.swiper-slide-active {
  /* Specific active slide styling: */
}

/* line 98, ../scss/module/_module-slider.scss */
.swiper-slide-visible {
  /* Specific visible slide styling: */
}

/* ===============================================================
Pagination Styles
================================================================*/
/* line 105, ../scss/module/_module-slider.scss */
.swiper-pagination-switch {
  /* Stylize pagination button: */
}

/* line 109, ../scss/module/_module-slider.scss */
.swiper-active-switch {
  /* Specific active button style: */
}

/* line 113, ../scss/module/_module-slider.scss */
.swiper-visible-switch {
  /* Specific visible button style: */
}

/* line 117, ../scss/module/_module-slider.scss */
.wrap_img {
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

@media (min-width: 1240px) {
  /* line 127, ../scss/module/_module-slider.scss */
  .swiper-container {
    height: 430px !important;
  }

  /* line 130, ../scss/module/_module-slider.scss */
  .swiper-slide,
  .swiper-wrapper {
    width: 100%;
    height: 430px !important;
  }

  /* line 135, ../scss/module/_module-slider.scss */
  .grey {
    position: fixed;
    top: 430px;
    width: 100%;
    margin-left: -620px;
    left: 50%;
    display: table;
  }
}
/* line 9, ../scss/base/_base-helpers.scss */
.clearfix {
  zoom: 1;
}
/* line 254, ../scss/global/_global-mixins.scss */
.clearfix:after, .clearfix:before {
  content: "";
  display: table;
}
/* line 259, ../scss/global/_global-mixins.scss */
.clearfix:after {
  clear: both;
}

/* line 12, ../scss/base/_base-helpers.scss */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* line 25, ../scss/base/_base-helpers.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}

/* line 40, ../scss/base/_base-helpers.scss */
.img--full img,
.img--full {
  width: 100%;
  height: auto;
}

/* line 46, ../scss/base/_base-helpers.scss */
.img--responsive img,
img.img--responsive {
  max-width: 100%;
  width: auto;
  height: auto;
}

/* line 57, ../scss/base/_base-helpers.scss */
.text--centered {
  text-align: center;
}

/* line 61, ../scss/base/_base-helpers.scss */
.text--left {
  text-align: left;
}

/* line 65, ../scss/base/_base-helpers.scss */
.text--right {
  text-align: right;
}

/* line 74, ../scss/base/_base-helpers.scss */
.pull--top {
  margin-bottom: -26px;
}

/* line 78, ../scss/base/_base-helpers.scss */
.pull--top-half {
  margin-bottom: -13px;
}

/* line 82, ../scss/base/_base-helpers.scss */
.pull--top-third {
  margin-bottom: -8px;
}

/* line 87, ../scss/base/_base-helpers.scss */
.flush--bottom {
  margin-bottom: 0;
}

/* line 92, ../scss/base/_base-helpers.scss */
.push--bottom {
  margin-bottom: 26px;
}

/* line 96, ../scss/base/_base-helpers.scss */
.push--top-triple {
  margin-top: 78px;
}

/* line 100, ../scss/base/_base-helpers.scss */
.push--top-double {
  margin-top: 52px;
}

/* line 105, ../scss/base/_base-helpers.scss */
.push--bottom-half {
  margin-bottom: 13px;
}

/* line 109, ../scss/base/_base-helpers.scss */
.push--bottom-third {
  margin-bottom: 9px;
}

/* line 114, ../scss/base/_base-helpers.scss */
.push--bottom-one-n-half {
  margin-bottom: 39px;
}

/* line 118, ../scss/base/_base-helpers.scss */
.push--bottom-double {
  margin-bottom: 52px;
}

/* line 122, ../scss/base/_base-helpers.scss */
.push--bottom-triple {
  margin-bottom: 78px;
}

/* line 126, ../scss/base/_base-helpers.scss */
.yellow {
  background: #EFE7C3;
  border-bottom: 1px solid #8D2A87;
  min-height: 80px;
}

/* line 132, ../scss/base/_base-helpers.scss */
.half {
  width: 50%;
  display: inline-block;
  float: left;
  text-align: center;
  padding: 20px 0
}
.half:first-child {
  border-right: 1px solid #8D2A87;
  margin-left: -1px
}
/* line 138, ../scss/base/_base-helpers.scss */
.half img {
  width: 80%;
  max-width: 125px;
  display: block;
  margin: 0 auto 5px auto;
}

/* line 146, ../scss/base/_base-helpers.scss */
.middleBorder {
  position: relative;
}

/* line 149, ../scss/base/_base-helpers.scss */
.middleBorder .spacer {
  width: 1px;
  background: #131C25;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
}

/* line 157, ../scss/base/_base-helpers.scss */
.infos {
  text-transform: none;
  font-size: 12px;
}
/* line 160, ../scss/base/_base-helpers.scss */
.infos .half {
  line-height: 14px;
}

@media (min-width: 768px) {
  /* line 166, ../scss/base/_base-helpers.scss */
  .infos {
    font-size: 14px;
  }
}
/* line 172, ../scss/base/_base-helpers.scss */
.link,
.link2 {
  font-size: 12px;
}

/* line 177, ../scss/base/_base-helpers.scss */
.l_inner_less {
  padding: 15px;
}

/* line 182, ../scss/base/_base-helpers.scss */
.fixed {
  position: fixed;
  left: 0;
  top: 0;
  transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -webkit-transition: all 0.4s ease-in;
}

.l_inner.yellow{

  width: 100%
}

.l_inner.yellow p {
  margin-bottom: 0;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  margin: 20px 0;
}
.no-pad {
  padding: 0 !important;
  float: left;
  width: 100%
}
.sister-wrap {
    text-align: center;
    margin: 0 auto;
    padding-bottom: 150px
}
@media (min-width: 767px) {
  .sister-wrap {
      max-width: 500px;
  }
}

.sister {
    display: inline-block;
    padding: 30px 0 0 0;
    width: 100%;
    vertical-align: middle;
}
@media (min-width: 767px){
  .sister {
      padding-right: 20px;
      padding-left: 20px;
      width: auto
  }
}

.sister a {
  display: inline-block;
}
.joint {
  margin-top: 0;
  padding-top: 0
}

.joint img {
  display: inline-block;
    max-width: 100%;
    height: auto
}
@media (min-width: 767px){
  .joint img {
  }
}

/*
     FILE ARCHIVED ON 17:55:59 May 23, 2020 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 09:15:57 Jun 06, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.578
  exclusion.robots: 0.073
  exclusion.robots.policy: 0.063
  esindex: 0.01
  cdx.remote: 13.168
  LoadShardBlock: 77.236 (3)
  PetaboxLoader3.datanode: 61.817 (4)
  PetaboxLoader3.resolve: 66.321 (2)
  load_resource: 56.173
*/