/*
Theme Name:     Elisa's Love Bites Theme
Description:    A custom theme for Elisa's Love Bites 2015
Design:         Untitled Era LLC
Development:	  Untitled Era LLC
Author URI:     http://untitledera.com
Version:        1.0
*/

@font-face {
    font-family: 'entypo-social';
    src: url('https://cdn.shopify.com/s/files/1/0848/8822/t/1/assets/entypo-social.eot');
    src: url('https://cdn.shopify.com/s/files/1/0848/8822/t/1/assets/entypo-social.eot?#iefix') format('embedded-opentype'),
         url('https://cdn.shopify.com/s/files/1/0848/8822/t/1/assets/entypo-social.woff') format('woff'),
         url('https://cdn.shopify.com/s/files/1/0848/8822/t/1/assets/entypo-social.ttf') format('truetype'),
         url('https://cdn.shopify.com/s/files/1/0848/8822/t/1/assets/entypo-social.svg#entypo-social') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*--- GLOBAL ---*/
.mobile-only {
  display: none !important;
}

.tablet-only { 
  display: none;
}

.desktop-only {
  display: inherit;
}

.not-mobile {
  display: inherit;
}

.tablet-and-below {
  display: none !important;
}

.tab-portrait-and-below {
  display: none;
}

.above-tab-portrait {
  display: block;
}

* {
  outline: none;
}

html {
  background: #232323;
  background-repeat: repeat;
  width: 100%;
  min-height: 100%;
  font-size: 100%;
}

body {
  margin: 0;
  font-family: 'ProximaNova';
  font-size: 0.875em;
  font-weight:normal;
  line-height: 1.5;
  background: #232323;
  color: #232323;
  position: relative;
  display: block;
  /* padding-top: 100px; */
  /* height: calc(100% - 70px); */
  /* overflow: hidden; */
}

body.scrolled-down {
  padding-top:50px;
}

body:before {
  display: none;
}

p {
  margin-bottom: 1em;
}

h1, h2, h3, h4, h5, h6 {
  margin:0;
  padding:0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  color: #000;
}

h1 { 
  font-family: 'Fontesque';
  font-weight: 700;
  font-size: 2.5714285714285716em; /* 36px / 14px */
  line-height: 1.125;
  margin-bottom: 1em;
  color: #ac9655;
  text-transform: uppercase;
  z-index: 9;
}

#order-delivery h3,
blockquote p,
.purchase h2.price,
h2 {
  font-family: 'ProximaNova-Cond', sans-serif;
  font-weight: 700;
  color: #ac9655;
  font-size: 1.7142857142857142em; /* 24px / 14px */
  line-height: 1.25;
  margin-bottom: .25em;
  text-transform: uppercase;
}

h3 {
  font-family: 'ProximaNova';
  font-weight: 800;
  font-size: 1.7142857142857142em; /* 24px / 14px */
  font-style: normal;
  line-height: 1.5;
  margin-bottom: 0.35em;
  color: #ac9655;
  text-transform: uppercase;
}

h4 {
  font-family: 'ProximaNova';  
  font-size: 1.2857142857142858em; /* 18px / 14px */
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: .75em;
}

h5 {
  font-family: 'ProximaNova-Cond';
  font-size: 1.2857142857142858em; /* 18px / 14px */
  font-weight:700;
  margin: 0;
  margin-bottom: 1em;
  text-transform: uppercase;
  letter-spacing: .04em;
}

h6 {
  font-family: 'ProximaNova';
  font-weight: 800;
  font-size: 1em; 
  font-style: normal;
  line-height: 1.5;
  letter-spacing: .04em;
  margin-bottom: 0.75em;
  color: #444349;
  text-transform: uppercase;  
}


h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  color: inherit;
  text-decoration: none;
}

img {
    display: block;
}

a,
a:visited,
a:active {
  color:inherit;
  text-decoration:none;
  outline: 0 !important;
}
 
a:hover { 
  text-decoration: none;
  color: inherit;
  opacity: inherit;
}

.section-block a {
}

.entry-content a {
    color: #aa1e00;
    text-decoration: none;
}

.entry-content a:hover {
    color:inherit;
}

h1.heading {
  margin-top: 2em;
  margin-bottom: 1em;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  outline: none !important;
  border:none !important;
  box-shadow:none !important;
}

select:focus {
  outline:none !important;
  border:none !important;
  box-shadow:none !important;
}

.border {
  border: 2px solid #87898c;  
}

.border-topbottom-section {
  border-top: 2px solid #87898c;  
  border-bottom: 2px solid #87898c;  
}

.text-shadow {
  text-shadow: 1px 1px 1px rgba(0,0,0,.45);
}

ul, li {
  margin:0;
  padding: 0;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block !important;
}

.mobile-only.inline-block {
  display: none !important;
}

b, strong {
  font-weight: 800;
}

.bold {
  font-weight: bold;
}

.light {
  font-weight: 100;
}

.italic {
  font-style: italic;
}

.no-float {
  float:none !important;
}

img {
  box-shadow: none !important;
  border-radius: 0 !important;
}

hr {
  height: 3px;
  width: 100%;
  background: #0b1f2c;
  /* border:none !important; */
  margin: 1.5em 0;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
}

.non-mobile-break,
.cleared {
  clear:both;
}

.spacer {
  display: block;
  min-height: 100px;
}

.entypo-social {
  font-family: 'entypo-social';
}

.capitalize {
  text-transform: capitalize;
}

.lowercase {
  text-transform: lowercase;
}

.uppercase {
  text-transform: uppercase;
}

.underlined {
  text-decoration: underline;
}

.no-text-transform {
  text-transform: none;
}

.non-break {
    display: inline-block;
}

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

.left-text {
    text-align: left;
}

.right-text {
    text-align: right !important;
}

.hide {
  display: none !important;
}

.center-elem {
  margin-left: auto !important;
  margin-right: auto !important;
  display: table;
}

.fixed-elem {
  position: fixed !important;
  overflow: hidden;
  height: 100%;
}

.left-elem,
a.left-elem {
  margin-left:0;
  margin-right: 1em;
}
.inline-elem,
a.inline-elem {
  display: inline-block;
}

.float-left {
  float:left !important;
}
  
.float-right {
  float:right !important;
}

.fine-print {
  font-size: 0.777em;
}

.blocked {
  display:block;
}

.fixed {
  position: fixed;
}

.no-break {
    display: inline-block;
}

.text-group {
  margin-bottom: 3em;
}

.input-group {
  margin-bottom: 3em;
}

#order-delivery h3,
a.button.pink-color,
a.pink-color,
.pink-color {
  color: #e8145a;
}

a.white-color,
.white-color {
  color: #fff !important;
}

a.grey-color,
.grey-color {
  color: #919191;
}


a.transparent-button {
  color: #fff;
}

body input[type="button"].gold-background,
body input[type="reset"].gold-background,
body input[type="submit"].gold-background,
.gold-background {
  background: #ad9655;
  background-color: #ad9655;
  color: #fff;
}

.white-background {
  background: #fff;
  background-color: #fff !important;
}

.pink-background {
  background: #e8145a;
  background-color: #e8145a;
}

.black-shape-background {
  cursor: pointer;
  background: url(https://cdn.shopify.com/s/files/1/0848/8822/t/1/assets/elisaslovebites-button-black_shape.png);
  padding: 1em 0;
  width: 300px;
  margin: 0 auto;
  display: block;
  position: relative;
  text-align: center;
  line-height: 3;
  background-repeat: no-repeat;
  background-size: 100%;
  font-weight: 700;
  margin-top: 2em;
  color: #fff;
  border: none;
  font-size: 1em;
  font-weight: 100;
  font-family: 'ProximaNova-Cond';
}

body input[type="submit"].pink-shape-background-1,
body input[type="button"].pink-shape-background-1,
.pink-shape-background-1 {
  background: url(https://cdn.shopify.com/s/files/1/0848/8822/t/1/assets/elisaslovebites-button-pink_shape-1.png);
  padding: 1em 0;
  width: 110px;
  margin: 0 1.5em;
  display: inline-block;
  position: relative;
  text-align: center;
  line-height: 1;
  background-repeat: no-repeat;
  background-size: 100%;
  font-weight: 400;
  color: #fff;
}

body input[type="submit"].pink-shape-background-2,
body input[type="button"].pink-shape-background-2,
.pink-shape-background-2 {
  background: url(https://cdn.shopify.com/s/files/1/0848/8822/t/1/assets/elisaslovebites-button-pink_shape-2.png);
  padding: 1em 0;
  width: 150px;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  text-align: center;
  line-height: 1;
  background-repeat: no-repeat;
  background-size: 100%;
  font-weight: 400;
  color: #fff;
}






.black-shape-background:hover,
body input[type="submit"].pink-shape-background-1:hover,
body input[type="button"].pink-shape-background-1:hover,
.pink-shape-background-1:hover,
body input[type="submit"].pink-shape-background-2:hover,
body input[type="button"].pink-shape-background-2:hover,
.pink-shape-background-2:hover {
  position: relative;
  display: block;
  -webkit-transform: rotate(2.5deg);
     -moz-transform: rotate(2.5deg);
       -o-transform: rotate(2.5deg);
      -ms-transform: rotate(2.5deg);
          transform: rotate(2.5deg);
}

body input[type="submit"]:hover {
  background-color:transparent;
}

.transparent-pink-background {
  background: rgba(227,20,90, .9);
}

.black-transparent-background {
  background: rgba(35,35,35,.85);
}

a.more-link:hover,
.circle-container .third-column:hover a .grey-color {
  color: #80809e !important;
}

input.button.blue-background,
input.blue-background,
a.blue-background,
a.blue-background.button,
.blue-background {
  background: #98a1b7;
  background-color: #98a1b7;
}

a.button.blue-background:hover,
a.blue-background:hover
input.button.blue-background:hover,
input.blue-background:hover {
  background: #80809e;
  background-color: #80809e;
}

input.green-background,
.green-background {
  background: #68ab43;
}

input.grey-background,
.grey-background {
  background: #87898c;
}

input.grey-background-long,
.grey-background-long,
input.pink-background-long,
.pink-background-long,

input.reverse-grey-background-long, 
.reverse-grey-background-long {
  background: url(https://cdn.shopify.com/s/files/1/0848/8822/t/1/assets/elisaslovebites-pink-arrow-long.png);
  padding: 0.4em 0;
  width: 350px;
  display: block;
  background-size: 100%;
  background-repeat: no-repeat;
  line-height: 1;
  text-align: center;
  text-indent: -1.5em;
  margin: .5em auto;
  font-family: 'ProximaNova-Cond';
}

input.grey-background-medium,
.grey-background-medium,
input.pink-background-medium,
.pink-background-medium,

input.reverse-grey-background-medium, 
.reverse-grey-background-medium {
  background: url(https://cdn.shopify.com/s/files/1/0848/8822/t/1/assets/elisaslovebites-pink-arrow-medium.png);
  padding: 0.4em 0;
  width: 245px;
  display: block;
  background-size: 100%;
  background-repeat: no-repeat;
  line-height: 1;
  text-align: center;
  text-indent: -1.5em;
  margin: .5em auto;
  font-family: 'ProximaNova-Cond';
}

input.reverse-grey-background-long,
.reverse-grey-background-long {
  background: url(https://cdn.shopify.com/s/files/1/0848/8822/t/1/assets/elisaslovebites-reverse-grey-arrow-long.png);
  background-size: 100%;
  background-repeat: no-repeat;
  color: #fff !important;
  font-family: 'ProximaNova-Cond';
}

input.reverse-grey-background,
.reverse-grey-background {
  background: url(https://cdn.shopify.com/s/files/1/0848/8822/t/1/assets/elisaslovebites-reverse-grey-arrow.png);
  padding: 0.4em 0;
  width: 250px;
  display: block;
  background-size: 100%;
  background-repeat: no-repeat;
  line-height: 1;
  text-align: center;
  text-indent: 0em;
  margin: .5em auto;
  font-family: 'ProximaNova-Cond';
  letter-spacing: .05em;
  text-indent: 0.125em;
}

.reverse-grey-background .above-tab-portrait {
  display: inline-block;
  /*margin-right: 1.5em;*/
}

input.grey-background-long,
.grey-background-long {
  background: url(https://cdn.shopify.com/s/files/1/0848/8822/t/1/assets/elisaslovebites-grey-arrow-long.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

input.black-background-short,
.black-background-short,
input.grey-background-short,
.grey-background-short,
input.pink-background-short,
.pink-background-short {
  background: url(https://cdn.shopify.com/s/files/1/0848/8822/t/1/assets/elisaslovebites-pink-arrow-short.png);
  padding: 0.4em 0;
  width: 150px;
  display: block;
  background-size: 100%;
  background-repeat: no-repeat;
  line-height: 1;
  text-align: center;
  text-indent: -1.5em;
  font-family: 'ProximaNova-Cond';
  color: #fff !important;
}

input.grey-background-short,
.grey-background-short {
  background: url(https://cdn.shopify.com/s/files/1/0848/8822/t/1/assets/elisaslovebites-grey-arrow-short.png);
  background-size: 100%;
  font-family: 'ProximaNova-Cond';
}

input.black-background-short,
.black-background-short {
  background: url(https://cdn.shopify.com/s/files/1/0848/8822/t/1/assets/elisaslovebites-black-arrow-short.png);
  background-size: 100%;
  font-family: 'ProximaNova-Cond';
}

input.reverse-black-background-short,
.reverse-black-background-short {
  background: url(https://cdn.shopify.com/s/files/1/0848/8822/t/1/assets/elisaslovebites-reverse-black-arrow-short.png);
  padding: 0.4em 0;
  width: 150px;
  display: block;
  background-size: 100%;
  background-repeat: no-repeat;
  line-height: 1;
  text-align: center;
  text-indent: 0.5em;
  font-family: 'ProximaNova-Cond';
  color: #fff !important;
}

input.reverse-grey-background,
.reverse-grey-background,
.black-shape-background:hover,
body input[type="submit"].pink-shape-background-1:hover,
body input[type="button"].pink-shape-background-1:hover,
.pink-shape-background-1:hover,
body input[type="submit"].pink-shape-background-2:hover,
body input[type="button"].pink-shape-background-2:hover,
.pink-shape-background-2:hover,
input.grey-background-long,
.grey-background-long,
input.pink-background-long,
.pink-background-long,
input.reverse-grey-background-long, 
.reverse-grey-background-long,
input.black-background-short,
.black-background-short,
input.grey-background-short,
.grey-background-short,
input.pink-background-short,
.pink-background-short,
input.reverse-black-background-short,
.reverse-black-background-short {
  -webkit-transition: all 0.15s ease !important;
     -moz-transition: all 0.15s ease !important;
       -o-transition: all 0.15s ease !important;
      -ms-transition: all 0.15s ease !important;
          transition: all 0.15s ease !important;
}

input.reverse-grey-background:hover,
.reverse-grey-background:hover,
input.grey-background-long:hover,
.grey-background-long:hover,
input.pink-background-long:hover,
.pink-background-long:hover,
input.reverse-grey-background-long:hover, 
.reverse-grey-background-long:hover,
input.black-background-short:hover,
.black-background-short:hover,
input.grey-background-short:hover,
.grey-background-short:hover,
input.pink-background-short:hover,
.pink-background-short:hover,
input.reverse-black-background-short:hover,
.reverse-black-background-short:hover {
  position: relative;
  display: block;
  -webkit-transform: rotate(-5deg);
     -moz-transform: rotate(-5deg);
       -o-transform: rotate(-5deg);
      -ms-transform: rotate(-5deg);
          transform: rotate(-5deg);
}

a:hover {
  text-decoration: none;
  color: inherit;
}

.white-button,
a.white-button {
  background: #fff;
  color: #444349;
  display: inline-block;
  padding: .5em 1em;
  margin: 1em auto;
  font-weight: 700;
  letter-spacing: .05em;
}

.green-button,
a.green-button {
  background: #68ab43;
  color: #fff;
  display: inline-block;
  padding: .5em 1em;
  margin: 0 2em 1em;
  font-weight: 700;
  letter-spacing: .05em;
}

.white-nested-links a {
  color: #fff;
}

.border {
  border: 2px solid #fff;  
}

hr {
    background-color: #87898c;
    height: 2px;
    margin: 1em 0;
}

hr.grey {
    background-color: #87898c;
    height: 2px;
    margin: 1em 0;
}

.bordered-section-container {
  padding: 2em 0;
}

.menu-top-rule {
    border-style: solid;
    border-width: 0 0 7px 0 !important;
    -moz-border-image: url(https://cdn.shopify.com/s/files/1/0848/8822/t/1/assets/border-white-3.png) 82 82 85 83 repeat;
    -webkit-border-image: url(https://cdn.shopify.com/s/files/1/0848/8822/t/1/assets/border-white-3.png) 82 82 85 83 repeat;
    -o-border-image: url(https://cdn.shopify.com/s/files/1/0848/8822/t/1/assets/border-white-3.png) 82 82 85 83 repeat;
    border-image: url(https://cdn.shopify.com/s/files/1/0848/8822/t/1/assets/border-white-3.png) 82 82 85 83 fill repeat;
    line-height: 1.5;
    padding-bottom: .15em;
        margin-bottom: .5em;
}

.bordered-section {
  border-top: 1px dotted #fff;
  border-bottom: 1px dotted #fff;
  padding: .75em 0;
  margin-bottom: 1.5em;          
  border-style: solid; 
  border-width: 7px 0 !important; 
  -moz-border-image: url(https://cdn.shopify.com/s/files/1/0848/8822/t/1/assets/border-white-3.png) 82 82 85 83 repeat;
  -webkit-border-image: url(https://cdn.shopify.com/s/files/1/0848/8822/t/1/assets/border-white-3.png) 82 82 85 83 repeat;
  -o-border-image: url(https://cdn.shopify.com/s/files/1/0848/8822/t/1/assets/border-white-3.png) 82 82 85 83 repeat;
  border-image: url(https://cdn.shopify.com/s/files/1/0848/8822/t/1/assets/border-white-3.png) 82 82 85 83 fill repeat;  
  border-left: none;
  border-right: none;
  padding: 1em 0;
}

.border-section-bottom {
  border-style: solid;
  border-width: 0 0 7px 0 !important; 
  -moz-border-image: url(https://cdn.shopify.com/s/files/1/0848/8822/t/1/assets/border-white-3.png) 82 82 85 83 repeat;
  -webkit-border-image: url(https://cdn.shopify.com/s/files/1/0848/8822/t/1/assets/border-white-3.png) 82 82 85 83 repeat;
  -o-border-image: url(https://cdn.shopify.com/s/files/1/0848/8822/t/1/assets/border-white-3.png) 82 82 85 83 repeat;
  border-image: url(https://cdn.shopify.com/s/files/1/0848/8822/t/1/assets/border-white-3.png) 82 82 85 83 fill repeat;  

  line-height: 1.5;
  padding-bottom: .15em;
}

.border-section-top {
  border-style: solid;
  border-width: 7px 0 0 0 !important; 
  -moz-border-image: url(https://cdn.shopify.com/s/files/1/0848/8822/t/1/assets/border-white-3.png) 82 82 85 83 repeat;
  -webkit-border-image: url(https://cdn.shopify.com/s/files/1/0848/8822/t/1/assets/border-white-3.png) 82 82 85 83 repeat;
  -o-border-image: url(https://cdn.shopify.com/s/files/1/0848/8822/t/1/assets/border-white-3.png) 82 82 85 83 repeat;
  border-image: url(https://cdn.shopify.com/s/files/1/0848/8822/t/1/assets/border-white-3.png) 82 82 85 83 fill repeat;    
}

.border-section-top-bottom {
  border-style: solid;
  border-width: 7px 0 !important; 
  -moz-border-image: url(https://cdn.shopify.com/s/files/1/0848/8822/t/1/assets/border-white-3.png) 82 82 85 83 repeat;
  -webkit-border-image: url(https://cdn.shopify.com/s/files/1/0848/8822/t/1/assets/border-white-3.png) 82 82 85 83 repeat;
  -o-border-image: url(https://cdn.shopify.com/s/files/1/0848/8822/t/1/assets/border-white-3.png) 82 82 85 83 repeat;
  border-image: url(https://cdn.shopify.com/s/files/1/0848/8822/t/1/assets/border-white-3.png) 82 82 85 83 fill repeat;    
}

.border-section-left {
  border-style: solid;
  border-width: 0 0 0 7px !important; 
  -moz-border-image: url(https://cdn.shopify.com/s/files/1/0848/8822/t/1/assets/border-white-3.png) 82 82 85 83 repeat;
  -webkit-border-image: url(https://cdn.shopify.com/s/files/1/0848/8822/t/1/assets/border-white-3.png) 82 82 85 83 repeat;
  -o-border-image: url(https://cdn.shopify.com/s/files/1/0848/8822/t/1/assets/border-white-3.png) 82 82 85 83 repeat;
  border-image: url(https://cdn.shopify.com/s/files/1/0848/8822/t/1/assets/border-white-3.png) 82 82 85 83 fill repeat;  
}

.border-section-right {
  border-style: solid;
  border-width: 0 7px 0 0 !important; 
  -moz-border-image: url(https://cdn.shopify.com/s/files/1/0848/8822/t/1/assets/border-white-3.png) 82 82 85 83 repeat;
  -webkit-border-image: url(https://cdn.shopify.com/s/files/1/0848/8822/t/1/assets/border-white-3.png) 82 82 85 83 repeat;
  -o-border-image: url(https://cdn.shopify.com/s/files/1/0848/8822/t/1/assets/border-white-3.png) 82 82 85 83 repeat;
  border-image: url(https://cdn.shopify.com/s/files/1/0848/8822/t/1/assets/border-white-3.png) 82 82 85 83 fill repeat;  
}

.black-dots,
.black-dots:before,
.black-dots:after {
  -moz-border-image-source: url(https://cdn.shopify.com/s/files/1/0848/8822/t/1/assets/border-black-3.png) !important;
  -webkit-border-image-source: url(https://cdn.shopify.com/s/files/1/0848/8822/t/1/assets/border-black-3.png) !important;
  -o-border-image-source: url(https://cdn.shopify.com/s/files/1/0848/8822/t/1/assets/border-black-3.png) !important;
  border-image-source: url(https://cdn.shopify.com/s/files/1/0848/8822/t/1/assets/border-black-3.png) !important;
}


.ruled-title-container {
  position: relative;
  display: block;
  text-align: center;
  overflow: hidden;
}

.container-text {
  display: inline-block;
  position: relative;
}

.container-text:before,
.container-text:after {
  content: "";
  position: absolute;
  height: .45em;
  top: .4em;
  width: 100%;
  width:1140px;
  overflow:hidden;
  border-style: solid;
  border-width: 7px 0px 0px;
  -moz-border-image: url(https://cdn.shopify.com/s/files/1/0848/8822/t/1/assets/border-white-3.png) 82 82 85 83 repeat;
  -webkit-border-image: url(https://cdn.shopify.com/s/files/1/0848/8822/t/1/assets/border-white-3.png) 82 82 85 83 repeat;
  -o-border-image: url(https://cdn.shopify.com/s/files/1/0848/8822/t/1/assets/border-white-3.png) 82 82 85 83 repeat;
  border-image: url(https://cdn.shopify.com/s/files/1/0848/8822/t/1/assets/border-white-3.png) 82 82 85 83 fill repeat;
}

.border-wrapped-button a.grey-background-long,
.border-wrapped-button a.pink-background-long {
    margin-bottom: 1em;

}

.container-text:before {
  right: 100%;
  margin-right: 1em;
}

.container-text:after {
  left: 100%;
  margin-left: 1em;
}

.smaller-half-column .half-column,
#contact-social-container .half-column {
  width: 46%;
  margin-right: 7.5%;
}

.smallest-half-column-container .half-column {
  width: 43.5%;
  margin-right: 13%;
}

/*--GRID--*/
.grid-image {
  max-width: 100%;
  width: 80%;
  margin: 0 auto;
}

.center-container {
  position: absolute !important;
  top: 0;
  left:0;
  height:100%;
  width: 100%;
  max-height: 100%;
}

.center-elm-container {
  display: table;
  table-layout: fixed;
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  /* position: absolute; */
  /* top: 0; */
  /* left: 0; */
}

.center-elm {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  height: 100%;
  /* position: absolute; */
  /* top: 0; */
  /* left: 0; */
}

.bottom-elem {
  display: table-cell;
  vertical-align: bottom;
}

.center-notable {
  margin-left:auto;
  margin-right:auto;
  text-align: center;
}

.zero-section-block {
  z-index: 99;
  position: relative;
  /* min-height: 140px; */
}

.large-section-block {
  margin-bottom: 6em !important;
  z-index: 9;
  position: relative;
}

.blog .hentry,
.section-block {
  margin-bottom: 2.5em !important;
  z-index: 9;
  position: relative;
  min-height: 4em;
}

.half-section-block {
  margin-bottom: 1.25em !important;
  z-index: 9;
  position: relative;
}

.bottom-padding-instead-of-margin {
  margin-bottom: 0em !important;
  padding-bottom: 3.5em !important;
}

.double-section-title {
  margin-bottom: 2.5em !important;
}

.section-title {
  margin-bottom: 1.5em !important;
}

.half-section-title {
  margin-bottom: 1em !important;
}

.qtr-section-title {
  margin-bottom: .25em !important;
}

.zero-section-title {
  margin-bottom: 0em !important;
}

#page-content {
  min-height: 600px;
  position: relative;
}

.xlarge-wrapper {
  width: 95%;
  margin:0 auto;
  padding: 0;
  position: relative;
  display: block;
  max-width: 95%;
}

.large-wrapper {
  width: 85%;
  margin:0 auto;
  padding: 0;
  position: relative;
  display: block;
  max-width: 1400px;
}

.wrapper {
  width: 80%;
  margin:0 auto;
  position: relative;
  display: block;
  max-width: 1140px;
}

.medium-wrapper {
  width: 65%;
  margin:0 auto;
  padding: 0;
  position: relative;
  display: block;
  max-width: 800px;
}

.small-wrapper {
  width: 75%;
  margin:0 auto;
  padding: 0;
  position: relative;
  display: block;
  max-width: 550px;
}

.xsmall-wrapper {
  width: 70%;
  margin:0 auto;
  padding: 0;
  position: relative;
  display: block;
  max-width: 400px;
}

.no-max-width {
  max-width: none !important;
}

.maxwidth-350 {
  max-width:350px !important;
}

.maxwidth-750 {
  max-width: 750px !important;
}

.one-em-padding {
  padding: 1em !important;
}

.two-em-padding {
  padding: 2em !important;
}

.three-em-padding {
  padding: 3em !important;
}

.four-em-padding {
  padding: 4em !important;
}

.five-em-padding {
  padding: 5em !important;
}

.six-em-padding {
  padding: 6em !important;
}

.seven-em-padding {
  padding: 7em !important;
}

.eight-em-padding {
  padding: 8em !important;
}

.nine-em-padding {
  padding: 9em !important;
}

.ten-em-padding {
  padding: 10em !important;
}

.eleven-em-padding {
  padding: 11em !important;
}

.twelve-em-padding {
  padding: 12em !important;
}

.thirteen-em-padding {
  padding: 13em !important;
}

.five-percent-em-padding {
  padding: 5% !important;
}

.ten-percent-em-padding {
  padding: 10% !important;
}

.no-top-bottom-padding {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.no-LR-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;  
} 

.minheight-50 {
  min-height:50px;
}

.minheight-150 {
  min-height:150px;
}

.minheight-200 {
  min-height:200px;
}

.minheight-250 {
  min-height:250px;
}

.minheight-350 {
  min-height:350px;
}

.minheight-450 {
  min-height:450px;
}

.minheight-550 {
  min-height:550px;
}

.minheight-650 {
  min-height:650px;
}

div#at-last {
  width: 100%;
  position: relative;
  top: -13em;
}

.full-width-banner img {
  width: 100%;
}

.full-width {
  width:100%;
}

.full-width-padding {
  padding: 6em 0;
}

.top-padding-1em {
  padding: 1em 0 0;
}

.top-padding-2em {
  padding: 2em 0 0;
}

.top-padding-3em {
  padding: 3em 0 0;
}

.no-LR-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;  
}

hr,
.bottom-border {
  border-bottom: 3px solid #0b1f2c;
}

.bottom-border {
    padding-bottom: .125em;
  
}

.short-para {
  max-width: 801px;
  margin: 0 auto 4em;
}

.extra-short-para {
  max-width: 703px;
  margin: 0 auto 4em;
}

.two-column-text {
  -webkit-column-count: 2;
  -webkit-column-gap: 5em;
  -moz-column-count: 2;
  -moz-column-gap: 5em;
  column-count: 2;
  column-gap: 5em;              
}

.board-members-container,
.three-column-text {
  -webkit-column-count: 3;
  -webkit-column-gap: 5em;
  -moz-column-count: 3;
  -moz-column-gap: 5em;
  column-count: 3;
  column-gap: 5em;
}

.full-column {
  position: relative;
  width:100%;
  margin-right: 0% !important;
  float: none;
}

.fifty-fifty {
  width:50%;
  margin:0;
  float: left;
  height: 100%;
  padding: 0;
}

.thirty-thirty {
  width: 33.33%;
  margin: 0 !important;
  float: left;
  /* padding: 2em 2em !important; */
}

.thirty-thirty.last-column {
  width:34%;
}

.twentyfive-twentyfive {
  width:25%;
  margin:0;
  float: left;
  padding: 0;
}

.seventy-seventy {
  width: 67%;
  margin:0;
  float: left;
  height: 100%;
  padding: 0;
}

.half-column {
    position: relative;
    width: 48.5%;
    margin-right: 3%;
    float: left;
}

.half-column.border-section-left {
    width: calc(45% - 25px);

    padding-left: 13px;
    margin-left: 4% !important;
}

.half-column.border-section-right {
  width: calc(45% - 27px);
  padding-right: 4.5%;
  margin-right: 4% !important;
}

.fifty-fifty {
  width: 50%;
  margin:0;
  float: left;
  height: 100%;
  padding: 0;
}

.thirty-thirty.last-column {
  width:34%;
}

.twentyfive-twentyfive {
  width:25%;
  margin:0;
  float: left;
  padding: 0;
}

.seventy-seventy {
  width: 67%;
  margin:0;
  float: left;
  height: 100%;
  padding: 0;
}

.third-column {
  width: 30%;
  margin-right:5%;
  float: left;
  position: relative;
}

.twothirds-column {
    width: 65%;
    margin-right:5%;
    float: left;
}

.forth-column {
    width: 22%;
    margin-right: 4%;
    float: left;
}

.threeforths-column {
    width: 73.75%;
    margin-right:5%;
    float: left;
    position: relative;
}

.fifth-column {
    width: 16%;
    margin-right:5%;
    float: left;
}

.sixth-column {
    width: 13%;
    margin-right:4.4%;
    float: left;
}

.last-column,
.no-margin {
    margin: 0% !important;
}

.circle-container .third-column {
  width: 27%;
  margin-right: 9.5%;
  float: left;
  position: relative;
}

.center-column {
  float:none;
  margin-right: auto !important;
  margin-left: auto !important;
}

.no-top-margin {
    margin-top:0 !important;
}

.no-bottom-margin {
    margin-bottom:0 !important;
}

.fifth-column.offset-3 {
    margin-left: 40.25%;
  
    margin-right: 0 !important;
    max-width: none;
}

.clear {
    clear:both;
}

.fadeIn {
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter:alpha(Opacity=100);
  -moz-opacity:1 !important;
  -khtml-opacity:1 !important;
  opacity:1 !important;  
}

.eighty-width {
  width: 80%;
}

::selection {
  background: #2b90d5;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #2b90d5;
  color: #fff;
  text-shadow: none;
}

#login input.text.gold-border,
a.gold-border,
select.gold-border,
input[type=text].gold-border,
input[type=email].gold-border,
input[type=phone].gold-border,
input[type=password].gold-border,
input[type=date].gold-border,
textarea.gold-border,
.gold-border {
  border: 2px solid #ad9655;
}

body input[type="button"],
body input[type="reset"],
body input[type="submit"] {  
  font-family: 'ProximaNova-Cond';
  /*background-color: #fff;*/
  border: 0;
  border-radius: 0;
  font-size: 1em;
  font-weight: 700;
  padding: 1em 15%;
  text-transform: uppercase;
  /*color: #444349;*/ 
  text-align: center;
  margin: 0 auto;
  display: block;
  letter-spacing: .125em;
  font-weight: 400;
  height: auto;

}

a.transparent-button,
body .button.transparent-button,
body input[type="button"].transparent-button,
body input[type="reset"].transparent-button,
body input[type="submit"].transparent-button {
    /*border: 2px solid #fff;*/

    padding: .35em 1.25em;
    min-width: 220px;
    display: inline-block;
    font-weight: 800;
    letter-spacing: .05em;
    font-size: 1em;
    margin: 1em auto;
    display: block;
    max-width: 300px;
}

body .transparent-button:hover {
  background: rgba(255,255,255,.3);
  color: #fff;
}

input[type="submit"]:focus {
  outline: none !important;
  box-shadow: none;
  border: none !important;
}

#login input.text,
select,
input[type=text],
input[type=telephone],
input[type=email],
input[type=phone],
input[type=password],
input[type=date],
textarea {
  height:auto;
  border: none;
  color: #23232B;
  width: 100%;
  width: auto;
  margin-bottom: 1.5em;
  resize: none;
  font-style: normal;
  font-weight: 300;
  font-size: 1em;
  font-family: inherit;
  text-align: left;
  padding: .75em 1em;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #e5e5e5;
  text-align: center;
  font-weight: 400;
}

select {
  background-color: #e5e5e5;
  background: url(https://cdn.shopify.com/s/files/1/0848/8822/t/1/assets/elisaslovebites-select-arrow.png) #e5e5e5;
  background-size: 11px;
  background-repeat: no-repeat;
  background-position: 90% 14px;
}

textarea,
textarea:focus {
  border: none;
  overflow: auto;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; 
  width: 100%;
  text-align: left;
}

body input.big-button,
body button.big-button,
body a.big-button {
  font-size: 1.125em;
  font-weight: bold;
  padding: .75em 0;
}

.upload-file-container {
  position: relative;
}

.upload-file-container input,
.upload-file-container .upload-text {
  width:30%;
  display:inline-block;
  float:left;
  border: none;
  background: transparent;
  margin: 0;
  padding: 0;
}

input[type="file"] {
  width: 70%;
  font-size: 1em;
}


.upload-file-container .upload-text {
  color: #fff;
  text-align: left;
}


/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
  color: #e8145a;
}

:-moz-placeholder {
  color: #e8145a;
}

::-moz-placeholder {
  color: #e8145a;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter:alpha(opacity=1);
  -moz-opacity:1;
  -khtml-opacity:1;
  opacity:1;
}

:-ms-input-placeholder {
  color: #e8145a;
}


a.thin-buttons,
button.thin-buttons {
  max-width: 150px;
}

a.side-margins,
button.side-margins {
  margin: 1em 2em 2em;
}

.one-em-right-margin {
  margin-right: 2em !important;
}

.input-group {
  display: block;
  margin-bottom: 2em;
}

html body .no-border {
  border-width: 0px !important;
}


.row {
    border-top: 1px solid #e5e6e6;
    padding: 3em 0;
}

.row:last-of-type {
  border-bottom: 1px solid #e5e6e6;
}

.nested-row {
    border-bottom: 1px solid #e5e6e6;
    padding: 1em 0 1em;  
    overflow: hidden;
}

.nested-row:last-of-type {
    border-top: 1px solid #e5e6e6;
    border-bottom:none;
    padding: .5em 0;
    border: none;
}

/*--SLIDER--*/
.flexslider {
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  background: none;
}

.flex-controls {
  position: relative;
  z-index: 999999;
}

.flexslider ul {
  padding: 0;
  margin: 0;
}

.flexslider .slides li > img {
  width: 100%;
  display: block;
  position: relative;
}

.flex-control-nav {
  bottom: 0em;
  z-index: 9;
  height: 2em;
  position: absolute;
  bottom: 0;
  right: 1em;
}

.body-slider .flex-control-nav {
  bottom: -1em;
}

.flex-control-nav li {
  margin: 0 .35em;
  display: inline-block;
}

.flex-control-nav li a {
  cursor: pointer;
  background: url(https://cdn.shopify.com/s/files/1/0848/8822/t/1/assets/elisaslovebites-homepage-slider-white_heart.png);
  height: 1em;
  width: 1em;
  background-repeat: no-repeat;
  text-indent: -999em;
  display: inline-block;
  background-size: 100%;
}

.flex-control-nav li:hover a,
.flex-control-nav li a.active {
  background: url(https://cdn.shopify.com/s/files/1/0848/8822/t/1/assets/elisaslovebites-homepage-slider-pink_heart.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.single .flex-control-paging li a.flex-active,
.home .flex-control-paging li a.flex-active {
  background: rgba(255,255,255,1);
}

.single .flex-control-paging li a,
.home .flex-control-paging li a {
  background: rgba(255,255,255,.5);
  width: 6px;
  height: 6px;
}

.flex-control-paging li a {
  width: 8px;
  height: 8px;
  box-shadow: none; -moz-box-shadow: none; -o-box-shadow: none;
  background: #c7c6c8;
  z-index: 9;
  position: relative;
  border-radius: 99em;
}

#banner-slider .flex-control-paging li a {
  background: #fff;
}

#banner-slider .flex-control-paging li a.flex-active {
  background: #80809c;
}

.home .flex-control-paging li a.flex-active {
  background: #80819d;
  background: #fff;
}

.flex-control-paging li a.flex-active {
 background: #80809e; 
}

.flexslider:hover .flex-prev,
.flexslider .flex-prev {
  left: .5em;
}
.flexslider:hover .flex-next,
.flexslider .flex-next {
  right: 0.5em;
}

.flex-direction-nav a.flex-next,
.flex-direction-nav a.flex-prev {
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter:alpha(Opacity=100);
  -moz-opacity:1 !important;
  -khtml-opacity:1 !important;
  opacity:1 !important;

  z-index: 9999;
  color: #fff;
  font-size: 2.5em;
  text-shadow: none;
  height: auto;
  width: auto;
  font-family: 'PT Serif', serif;
  line-height: 1;
  font-weight: normal;
  top: 50%;
  margin-top: -15px;
}

.flex-direction-nav a.flex-next:before,
.flex-direction-nav a.flex-prev:before {
  font-family: 'PT Serif', serif;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter:alpha(Opacity=100);
  -moz-opacity:1 !important;
  -khtml-opacity:1 !important;
  opacity:1 !important;

  content:'';
  font-size: 0;
  display: none;
}

.flex-direction-nav:hover a.flex-next:before,
.flex-direction-nav:hover a.flex-prev:before {
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter:alpha(Opacity=100);
  -moz-opacity:1;
  -khtml-opacity:1;
  opacity:1;
}

.indented-list {
  display: block;
}

.indented-list li {
  padding-left: 3em; 
  margin-bottom: 2em;
  display: block;
}

.bulletted-list li {
  margin-bottom: .25em !important;
  margin-left: 1.35em;
}


/*-- MEDIUM TRANSITION --*/
.Shop.All.collection-page #desktop-global-nav .wrapper > ul li,
#collection-menu,
.product-details-container,

input[type="submit"],
.single .ssba a,
#related-projects .third-column a h3,
#wedding-sub-menu ul li a,
#mobile-global-nav-button .bar,
#global-header,
#mobile-category-container,
#mobile-tag-container,

#mobile-global-nav,
#desktop-global-nav ul,
#desktop-global-nav ul li,
#desktop-global-nav ul li a,
#desktop-global-nav ul li ul,
#desktop-global-nav ul li ul li,
#desktop-global-nav ul li ul li a,

.button {
-webkit-transition: all 300ms cubic-bezier(0.550, 0.085, 0.680, 0.530); 
   -moz-transition: all 300ms cubic-bezier(0.550, 0.085, 0.680, 0.530); 
     -o-transition: all 300ms cubic-bezier(0.550, 0.085, 0.680, 0.530); 
        transition: all 300ms cubic-bezier(0.550, 0.085, 0.680, 0.530); /* easeInQuad */

-webkit-transition-timing-function: cubic-bezier(0.550, 0.085, 0.680, 0.530); 
   -moz-transition-timing-function: cubic-bezier(0.550, 0.085, 0.680, 0.530); 
     -o-transition-timing-function: cubic-bezier(0.550, 0.085, 0.680, 0.530); 
        transition-timing-function: cubic-bezier(0.550, 0.085, 0.680, 0.530); /* easeInQuad */
}
/*-- FAST TRANSITION --*/
#dropdown-logo,
#shop,
#about,
#contact,
#contact a,
#menu,
#menu:before,
#menu:after,
#menu a,
#menu a:before,
#menu a:after,
#whats-happening a,
#header-logo,
#header-menu-button,
.product-container,
.product-container img,
.product-container h5,
#blog-pagination-archive-link,
#contact-social-container a,
#global-footer #footer-social a,
#product-social a,
.elisa-s-love-bites-dessert-atelier .wrapper .third-column img,
#dropdown-nav {
-webkit-transition: all 350ms cubic-bezier(0.230, 1.000, 0.320, 1.000); 
   -moz-transition: all 350ms cubic-bezier(0.230, 1.000, 0.320, 1.000); 
     -o-transition: all 350ms cubic-bezier(0.230, 1.000, 0.320, 1.000); 
        transition: all 350ms cubic-bezier(0.230, 1.000, 0.320, 1.000); /* easeOutQuint */

-webkit-transition-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000); 
   -moz-transition-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000); 
     -o-transition-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000); 
        transition-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000); /* easeOutQuint */
}


/*-- SLOW TRANSITION --*/
#mobile-global-nav ul,
#mobile-global-nav ul li,
#mobile-global-nav ul li ul,
#mobile-global-nav ul li ul li,
#mobile-global-nav ul li a {
-webkit-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
   -moz-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
     -o-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
        transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); /* easeOutQuad */

-webkit-transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940);
   -moz-transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940);
     -o-transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940);
        transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940); /* easeOutQuad */
}


/*--HEADER--*/
#announcementbar {
  padding: 1em 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999999;
  background: #000;  
}

#announcementbar .normal-text {
  margin-right: 1em;
}

#announcementbar h1 {
  text-transform: none;
  font-size: 28px;
  margin-right: 12px;
  line-height: 1;
  margin-top: 8px;
}

.has-top-bar {

}

.has-top-bar #global-header {
  /*top: 60px;*/
}

#global-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999999999999;
}

#header-logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 275px;
}

#header-logo:hover {
  -webkit-transform: scale(1.05) rotate(-2deg);
  -moz-transform: scale(1.05) rotate(-2deg);
  -o-transform: scale(1.05) rotate(-2deg);
  -ms-transform: scale(1.05) rotate(-2deg);
  transform: scale(1.05) rotate(-2deg);
  top:-1em;
}

#header-menu-button {
  position: absolute;
  top: 1.5em;
  right: 2.75em;
  width: 45px;
}

#header-menu-button:hover {
  -webkit-transform: scale(1.125) rotate(-4.5deg);
  -moz-transform: scale(1.125) rotate(-4.5deg);
  -o-transform: scale(1.125) rotate(-4.5deg);
  -ms-transform: scale(1.125) rotate(-4.5deg);
  transform: scale(1.125) rotate(-4.5deg);
}

#global-header a img {
  width: 100%;
}

#dropdown-nav {
  overflow-y: scroll;
  z-index: 9999999999999999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  top: calc(-200%);
   /*top: 0 !important; */
}

#dropdown-logo {
  display: block;
  margin: 3em auto;
  position: relative;
  width: 150px;
}
#dropdown-logo:hover {
  -webkit-transform: scale(1.125) rotate(-1.5deg);
  -moz-transform: scale(1.125) rotate(-1.5deg);
  -o-transform: scale(1.125) rotate(-1.5deg);
  -ms-transform: scale(1.125) rotate(-1.5deg);
  transform: scale(1.125) rotate(-1.5deg);
}

#dropdown-logo img {
  width: 100%;
}

#shop {
  left:0em;
  position: relative;
}

#shop:hover {
  left:1em;
}

#shop a {
  font-size: 2.642857142857143em;
  font-weight: 800;
  color: #fff;
  background: url(https://cdn.shopify.com/s/files/1/0848/8822/t/1/assets/elisaslovebites-dropdown-long_arrow.png);
  padding: .25em 0;
  width: 300px;
  display: block;
  margin: 0 auto;
  background-size: 100%;
  background-repeat: no-repeat;
  text-indent: -1.25em;
  font-family: 'ProximaNova';

}

#about:hover {
  -webkit-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  -o-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
}

#about a {
  font-size: 11.071428571428571em;
  font-weight: 300;
  color: #fff;
  line-height: 1.25;
  margin: 0;
  font-family: 'ProximaNova-Cond';
  background: url(https://cdn.shopify.com/s/files/1/0848/8822/t/1/assets/elisaslovebites-menu-about.png);  
  text-indent: -1000000px;
  display: inline-block;
  background-repeat: no-repeat;
  width: 270px;
  background-size: 100%;
  height: 130px;
  top: 21px;
  position: relative;
}

#menu:hover a {
  font-size: 4em;
}

#menu:hover a:after {
  margin-right:.25em !important;
  font-size: .857142857142856em;
}

#menu:hover a:before {
  margin-left:.25em !important;
  font-size: .857142857142856em;
}

#menu:after,
#menu:before {
  content:" ";
  display: inline-block;

  background: url(https://cdn.shopify.com/s/files/1/0848/8822/t/1/assets/elisaslovebites-dropdown-short_arrow.png);
  background-repeat: no-repeat;
  background-size:100%;
  width: 60px;
  height: 31px;
  margin: 0 2em;
}

#menu:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
  left:0em;
}

#menu a:after,
#menu a:before {
  content:"~";
  display: inline-block;
}

#menu a {
  font-size: 3.2857142857142856em;
  color: #232323; /* 46px / 14px */;
  font-weight: 700;
  opacity: .7;
  font-family: 'Fontesque';
}

#contact:hover a {
  letter-spacing: 0.15em;
}

#contact a {
  font-size: 3.5714285714285716em;
  font-weight: 800;
  color: #fff;
  margin-bottom: .25em;
  display: block;
  font-family: 'ProximaNova';
}

#whats-happening:hover a {
  height: 30px;
  background-size: 100% 100%;
  top: 15px;
}

#whats-happening a {
  font-size: 3.9285714285714284em;
  color: #fff;
  font-weight: 100;
  line-height: 1.25;
  background: url(https://cdn.shopify.com/s/files/1/0848/8822/t/1/assets/elisaslovebites-menu-whats_happening.png);
  text-indent: -1000000px;
  display: inline-block;
  background-repeat: no-repeat;
  width: 320px;
  background-size: 100%;
  height: 54px;
  top: 5px;
  position: relative;
}

#dropdown-close {
  width: 40px;
  position: absolute;
  right: 3em;
  top: 2em;
  z-index: 99999999;
}

#dropdown-close img {
  width: 100%;
}

.active-dropdown-nav,
html body #dropdown-nav.active-dropdown-nav,
#dropdown-nav.active-dropdown-nav {
  top:0px !important;
}

select::-ms-expand {
    display: none;
}

/*--FOOTER--*/
#copyright {
  position: absolute;
  bottom: -3em;
  z-index: 999;
  width: 100%;
}

h5.border-section-bottom {
  padding-bottom: .5em;
}

#contact-social-container a,
#global-footer #footer-social a {
  font-size: 2.25em;
  background: #e8145a;
  color: #fff;
  width: 1em;
  height: 1em;
  display: inline-block;
  margin-right: .75em;
  text-align: center;
  line-height: 1;
  border-radius: 99em;
  font-weight: normal !important;
  position: relative;
  top:0em;
}

#global-footer #footer-social a:hover {
  background: #e8145a !important;
  color: #fff !important;
  opacity: 1;
  top:-.125em;
}

#contact-social-container a {
  font-size: 3em;
  margin-top: .45em;
  position: relative;
  top:0em;
}

#product-social a {
  position: relative;
  top:0em;
}

#product-social a.Xshare-twitter:hover,
#contact-social-container a.twitter:hover,
#global-footer #footer-social a.twitter {
  -ms-transform: skewX(-4deg);
  -webkit-transform: skewX(-4deg);
  -moz-transform: skewX(-4deg);
  transform: skewX(-4deg);
}

#product-social a.Xshare-facebook:hover,
#contact-social-container a.facebook:hover,
#global-footer #footer-social a.facebook {
  -ms-transform: skewX(5deg);
  -webkit-transform: skewX(5deg);
  -moz-transform: skewX(5deg);
  transform: skewX(5deg);
}

#product-social a.Xshare-instagram:hover,
#contact-social-container a.instagram:hover,
#global-footer #footer-social a.instagram {
  -ms-transform: skewX(3deg) skewY(-4deg);
  -webkit-transform: skewX(3deg) skewY(-4deg);
  -moz-transform: skewX(3deg) skewY(-4deg);
  transform: skewX(3deg) skewY(-4deg);
}

#product-social a:hover {
  top:-.125em;
}

#contact-social-container a.twitter:hover,
#contact-social-container a.facebook:hover,
#contact-social-container a.instagram:hover {
  top:-.25em;
}

#global-footer #footer-social a:hover {
  background: #fff;
}

#footer-logo {
  float: left;
  width: 11%;
  /* max-width: 150px; */
  margin-right: 7%;
}

#footer-info-container {
  float: left;
  width: 82%;
  margin-top: 5em;
}

 #footer-logo img {
  width: 100%;
 }

#global-footer {
  position: relative;
  width: 100%;
  top: -100px;
  z-index: 999999;
}

#global-footer #footer-container {
  background: #232323;
  padding: 4em 0;
  z-index: 9;
  position: relative;
  width: 100%;
  color: #fff;
}

#footer-top-border {
  background:url(https://cdn.shopify.com/s/files/1/0848/8822/t/1/assets/elisaslovebites-footer-top-border.png);
  width: 100%;
  height: 70px;
  background-size: 140%;
  background-position: center;
  background-repeat: no-repeat;
}

#global-footer hr {
  background: #87898c;
  height: 2px;
  margin: 2.5em 0 2em;
}

#global-footer a {
}

a.social-icons {
    font-size: 4em;
    margin-right: .35em;
    color: #87898c;
    line-height: 1;
  text-indent: -3px;
  position: relative;
  display: inline-block;
}

a.social-icons:last-of-type {
  margin-right:0;
}

a.social-icons:hover {
  color: #68ab43;
}

#website-by-untitledera a:hover {
  color: #fff;
}

#global-footer a:hover {
  color: #fff;
}

#global-footer h4 a {
  color: #fff;
}

#global-footer h4 {
  color: #fff;
  font-weight: 300;
  letter-spacing: .125em;  
  border:none;
  padding:0;
  font-weight: inherit;
  font-size: inherit;
}

.footer-divider {
  display: inline-block;
  margin:0 1em;
}

#footer-social-section a {
    margin-left: -4px;
    font-weight: 300;
    letter-spacing: .125em;
}

#footer-social-section a:hover {
  color: #8b7e3f;
}

#global-footer ul li {
  display: block;
    margin-left: -4px;
}

.social-sep:last-of-type {
  display: none !important;
}

#footer-subscribe-container input[type="email"],
#footer-subscribe-container input[type="submit"] {
  /*height: 16px; */
  overflow: hidden;
}

#footer-subscribe-container input[type="email"] {
  width: 65%;
  margin: 0;
  padding-top: .75em;
  padding-bottom: .75em;
}

#footer-subscribe-container input[type="submit"] {
  width: 25%;
  padding: .75em 0%;
  margin-left: -4px;
  border-left: 2px solid #9e9e9e;
}

#footer-subscribe-container input[type="submit"]:hover {
  color: #8b7e3f;
  background: #fff;
}

#global-footer .footer-menu ul {
  
}

#global-footer .footer-menu ul li {
  display: inline-block;
}
#global-footer .footer-menu ul li::after,
.social-sep {
  font-size: .75em;
  position: relative;
  top: -1px;
  margin: 0 .25em;  
}

#global-footer .footer-menu ul li::after {
  content: "•";
  margin: 0 .5em;
}

#global-footer .footer-menu ul li:last-child::after {
  content: "";
  margin:0;
}

#global-footer .footer-menu ul li a {
  font-weight: 300;
  letter-spacing: .125em;
}

.copyright {
  font-weight: 300;
  margin-bottom:.5em;
}

.credit,
.credit a {
  font-weight: 300;
    color: grey !important;  
}

#mc-embedded-subscribe-form {

}

#mce-EMAIL {
  margin: 0;
  width: 75%;
  padding: .75em 5%;
  text-align: left;
  display: inline-block;
  margin-right: -4px;
}

#mc-embedded-subscribe {
  width: 15%;
  display: inline-block;
  border: none;
  padding: 8px 0;
  line-height: 1;
  height: 38px;
  vertical-align: top;
  background: #e8145a;
}

#mc-embedded-subscribe svg {
  width: 85%;
  height: auto;
  margin: 0 auto;
}

#global-footer .large-wrapper {
  max-width: 85%;
}

#first-col {width: 26%;}

#newsletter-col {
  width: 25%;
}

#address-col {
    max-width: 230px;
    width: 17%;
}

#footer-social {
  max-width: 220px;
  width: 20%;
}

/*--ELISA STYLES--*/
.main-banner img {
  width: 100%;
}

.black-text-borders:after,
.black-text-borders:before {
  content: " ";
  border-style: solid;
  border-width: 6px 0px 0px;
  -moz-border-image: url(https://cdn.shopify.com/s/files/1/0848/8822/t/1/assets/border-black-3.png) 82 82 85 83 repeat;
  -webkit-border-image: url(https://cdn.shopify.com/s/files/1/0848/8822/t/1/assets/border-black-3.png) 82 82 85 83 repeat;
  -o-border-image: url(https://cdn.shopify.com/s/files/1/0848/8822/t/1/assets/border-black-3.png) 82 82 85 83 repeat;
  border-image: url(https://cdn.shopify.com/s/files/1/0848/8822/t/1/assets/border-black-3.png) 82 82 85 83 fill repeat;
  width: 82px;
  display: block;
  margin: 0 auto;
  height: 1px;
}

.black-text-borders:after {

}

.black-text-borders:before {

}

#top-wavy-border {
  width: 100%;
  margin: 0;
  padding: 0;
}

#bottom-wavy-border {
  width: 100%;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);  
  transform: rotate(180deg);
}

hr.white-dots {
  margin: 3em auto 0;
  border-bottom: 2px dotted #fff;
  background: none;
  height: 1px;
  max-width: 350px;
}

/*--HOMEPAGE--*/
#at-last-container h1 {
  text-transform: none;
}

#brooklyns-best {
  width: 650px;
  margin: 0 auto;
  max-width: 80%;
}

.pink-background.full-width-padding.homepage-pinktexture-background img {
  margin: 0 auto;
  display: block;
  max-width: 300px;
}

#homepage-slides-overlay {
  background: rgba(80,08,32,.3);
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

#homepage-slider-container {
  position: relative;
  overflow: hidden;
}

#homepage-text-container {
  position: absolute;
  width:100%;
  height:100%;
  z-index: 9999;
  text-align: center;
  color: #fff;
}

.flexslider .slides img {
  width:100%;
}

#text-line-one {
  font-size: 7.142857142857143em;
  font-weight: 700;
  line-height: 1;
  position: relative;
  top: .25em;
}

#text-line-two {
  /*text-indent: 9999999999em;*/
  display: inline-block;
  background: url(https://cdn.shopify.com/s/files/1/0848/8822/t/1/assets/elisaslovebites-homepage-slider-naughty_text.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 563px;
  height: 183px;
  background-size: 100%;
  line-height: 1;
 
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
    margin-top: .5em;
}

#text-line-three {
  font-size: 3.2857142857142856em;
  font-family: 'Fontesque';
  line-height: 1;
  text-indent: -25px;
}

.dotted-white-seperator {
  content: " ";
  border-style: solid;
  border-width: 8px 0 0 0 !important; 
  -moz-border-image: url(https://cdn.shopify.com/s/files/1/0848/8822/t/1/assets/border-white-3.png) 82 82 85 83 repeat;
  -webkit-border-image: url(https://cdn.shopify.com/s/files/1/0848/8822/t/1/assets/border-white-3.png) 82 82 85 83 repeat;
  -o-border-image: url(https://cdn.shopify.com/s/files/1/0848/8822/t/1/assets/border-white-3.png) 82 82 85 83 repeat;
  border-image: url(https://cdn.shopify.com/s/files/1/0848/8822/t/1/assets/border-white-3.png) 82 82 85 83 fill repeat;

  width: 35%;
  display: block;
  margin: 2.25em auto;
  max-width: 350px;
}

.elisa-s-love-bites-dessert-atelier {
  padding-top: 0;
}

.elisa-s-love-bites-dessert-atelier .wrapper .third-column img {
  width: 70%;
  margin: 0 auto 2em;
  min-width: 150px;
  position:relative;
  top:0em;
}

.elisa-s-love-bites-dessert-atelier .wrapper .third-column:hover img {
  top:-2em;
}

.homepage-pinktexture-background {
  background-image: url(https://cdn.shopify.com/s/files/1/0848/8822/t/1/assets/elisaslovebites-homepage-pink_background_texture.png);
  background-size: cover;
  background-position: center center;
  padding: 6em 0 13em;
}

#at-last-container {
  background: url(https://cdn.shopify.com/s/files/1/0848/8822/t/1/assets/elisaslovebies-homepage-at_last_bg.png); 
  background-size: 106%;
  background-position-y: top;
  background-position-x: center;
  padding: 4em 0 0em;
}

div#at-last-container {

}

#at-last .three-em-padding {
  padding: 4em 3em 3em !important;
}


/*--ABOUT--*/
#top-about-section {
  min-height: 75px;
}

#about-chef-photo {
  max-width: none;
  width: 115%;
  right: 20%;
  position: relative;
  display: block;
}

#chef-title {
  background: url(https://cdn.shopify.com/s/files/1/0848/8822/t/1/assets/elisaslovebites-purple-transparent-bg.png);  
  background-size: 100%;
  padding: 1.75em 0;
  width: 350px;
  background-repeat: no-repeat;
  text-align: center;
  position: relative;
  display: block;
  margin: 0 auto;
  top: -4.5em;
  line-height: 0.5;
  right: -2em;
}

#chef-title h3 {
    margin: 0;
  
    line-height: 1;
}

#contact-story,
#about-story {
  position: relative;
  top: -9em;
}

#about-story .three-em-padding {
    padding-bottom: 7em !important;
  
}

.background-texture,
#about-texture-bg {
  background: url(https://cdn.shopify.com/s/files/1/0848/8822/t/1/assets/elisaslovebites-about-bg_texture.png);
  width: 100%;
  height: 100%;
  height: calc(100%);
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 0;
}


/*--contact--*/
#contact-story label {
  font-family: 'ProximaNova';
  margin-bottom: 0.25em;
  display: block;
}

#form-response {
  text-align: center;
  color: #e8145a;  
}

.errorForm.feedback,
.successForm.feedback {
  margin-top:2em;
}

.errorForm.feedback {
  color: #e8145a;
}

#contact-texture-bg {
  background: url(https://cdn.shopify.com/s/files/1/0848/8822/t/1/assets/elisaslovebites-contact-bg_texture.png);
  background-size: 100%;
}

#contact-form-container input[type="telephone"],
#contact-form-container input[type="email"],
#contact-form-container input[type="text"],
#contact-form-container select {
    width: 90%;

    padding-left: 5%;
    padding-right: 5%;
    text-align: left;
    /* margin-right: 2.5%; */
}

#contact-form-container select {
  width: 100%;
  line-height: 1.25;
  color: #e8145a !important;
    background-position-x: 97%;
}

#contact-form-container label {
  text-transform: uppercase;
}

#contact-form-container select::-webkit-input-placeholder,
#contact-form-container textarea::-webkit-input-placeholder,
#contact-form-container input::-webkit-input-placeholder {
  color: #e8145a !important;
}

#contact-form-container select:-moz-placeholder,
#contact-form-container textarea:-moz-placeholder,
#contact-form-container input:-moz-placeholder {
  color: #e8145a !important;
}

#contact-form-container select::-moz-placeholder,
#contact-form-container textarea::-moz-placeholder,
#contact-form-container input::-moz-placeholder {
  color: #e8145a !important;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter:alpha(opacity=1);
  -moz-opacity:1;
  -khtml-opacity:1;
  opacity:1;
}

#contact-form-container select:-ms-input-placeholder,
#contact-form-container textarea:-ms-input-placeholder,
#contact-form-container input:-ms-input-placeholder {
  color: #e8145a !important;
}


#contact-form-container textarea {
    width: 95%;

    padding-left: 2.5%;
    padding-right: 2.5%;
}


/*--MENU PAGE--*/
.menu-product-type-container {

}

.menumenu .single-product-page-only {
  display: none;
}

.menu-item-container h2.white-color .type-image {
    width: 23px;
  
    position: relative;
    top: .15em;
    left: .25em;
}

.menu-item-container h2.white-color .nyc {
    width: 37px;
  
    top: .16em;
}

#menu-key {
  z-index: 999;
  position: relative;
  margin: 1em 0 0;
}

#menu-key > div.inline-block {
  margin:0 1em;
}

#menu-key img {
  width: 20px;
  position: relative;
}

#menu-key img#vegan {
  top: .25em;
  margin: 0 .5em;
}

#menu-key img#nyc {
  top: 0.5em;
  width: 40px;
  margin: 0 1em;
}

#menu-container {

}

.menu-item-container img {
  position: absolute;
  left: -15%;
  top: -1em;
  width: 130px;
}

.menu-item-container .white-color {
  z-index: 999;
  position: relative;
  margin-bottom: 0em;
}

.menu-item-container .white-color.menu-item-desc {
  margin-bottom: 1em;
}

.order-it-menu-button {

}

.menu-item-container {
  width: 85%;
  margin-left: 15%;
  position: relative;
  margin-bottom: 3em;
}

#menu-texture-bg {
  background: url(https://cdn.shopify.com/s/files/1/0848/8822/t/1/assets/elisaslovebites-menu-bg_texture.png);
  background-size: 100%;
}

#menu-texture-bg-inner {
  background: url(https://cdn.shopify.com/s/files/1/0848/8822/t/1/assets/elisaslovebites-menu-INNER_bg_texture.png);
  background-size:100%;  
  position: absolute;
  top: .5em;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-repeat: no-repeat;
}

.menu-border-top,
.menu-border-left,
.menu-border-bottom,
.menu-border-right {
  position: absolute;
  width: 55px;
}

.menu-border-top {
  top: 1.5em;
  left: 2em;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}

.menu-border-left {
  top: 1.5em;
  right: 2em;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  transform: rotate(270deg);
}

.menu-border-bottom {
  bottom: 3.5em;
  left: 2em;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}

.menu-border-right {
  right: 2em;
  bottom: 3.5em;      
}

#menu-container {
  padding-bottom:2em;
  margin-top: 3em;
  /*overflow: hidden;*/
}


/*--SHOP--*/
#shop-footer-texture {
  background: url(https://cdn.shopify.com/s/files/1/0848/8822/t/1/assets/elisaslovebites-about-bg_texture1.png);
  background-size:100%;  
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;  
}

.product-container {
  margin-bottom: 5em;
  position: relative;
  overflow: hidden;
}

.product-container .product-image-container {
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-height: 270px;
  margin-bottom: 1.5em;
}

.product-container:hover img.product-image {
  -webkit-transform: scale(1.05) rotate(-1.5deg);
  -moz-transform: scale(1.05) rotate(-1.5deg);
  -o-transform: scale(1.05) rotate(-1.5deg);
  transform: scale(1.05) rotate(-1.5deg);
}

.product-container:hover h5 {
  color: #232323;
}

.product-image {
  width: 100%;
}

.product-container h5.pink-color {
  margin-bottom: 1em;

}

#shop-bg-texture {
  background: url(https://cdn.shopify.com/s/files/1/0848/8822/t/1/assets/elisaslovebites-about-bg_texture1.png);
  background-size:100%;  
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;  
}

#shop-page-container.full-width-padding {
  
}

/*--PRODUCT--*/
#product-social a {
  display: inline-block;
  font-size: 2em;
  margin: 0 .25em;
  line-height: 1;
  background-color: #000;
  color: #fff;
  width: 1em;
  height: 1em;
  overflow: hidden;
  border-radius: 99em;
  text-align: center;
  position: relative;
  top: .25em;
}

#product-select {
  display: inline-block;
}

#menu-item-nutty-bits-cashews .nyc,
#menu-item-nutty-bits-pecans .nyc,
#menu-item-bangin-chocolate-chip-cookies .menu-product-type-container,
#menu-item-original-sin-apple-butter .nyc,
#menu-item-bad-romance-bonbons .nothing,
#menu-item-afternoon-delight-truffles .nyc,
#menu-item-first-date-truffles .nyc,
#menu-item-bad-bunny-carrot-cake .menu-product-type-container,
#menu-item-black-heart-mocha-cake .nyc,
#menu-item-sweet-ecstasy-custard .nothing,
#menu-item-mile-high-blue-cornbread .vegan,

#nutty-bits-cashews-container .nyc,
#nutty-bits-pecans-container .nyc,
#bangin-chocolate-chip-cookies-container .product-feed-type,
#original-sin-apple-butter-container .nyc,
#bad-romance-bonbons-container .nothing,
#afternoon-delight-truffles-container .nyc,
#first-date-truffles-container .nyc,
#bad-bunny-carrot-cake-container .product-feed-type,
#black-heart-mocha-cake-container .nyc,
#sweet-ecstasy-custard-container .nothing,
#mile-high-blue-cornbread-container .vegan {
  display: none !important;
}

.image.featured img {
  width: 100%;
  max-width: 100%;
}

.product-vegan,
.product-nyc {
  display: block;
  position: relative;
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1em;
}

.single-product-container #nyc,
.single-product-container #vegan {
  width: 26px;
  top: .35em;
  position: relative;
  margin-right: .5em;
}

.single-product-container #nyc {
  width: 44px;
}

.product-feed-type-container {
  position: absolute;
  top: 1em;
  right: 1em;
  z-index: 99;
}

.product-container .product-feed-type {
  z-index: 99;
  width: 50px;
  float: left;
  margin-left: 1em;
}

.product-container.product-4 {
  margin-right:0 !important;
}

.product-container img.product-feed-type[src*='vegan'] {
    width: 30px;

}

.product .product-container {
  margin-bottom: 0em;
}

#product-details-section .input-container {
  display: block;
  position: relative;
}

#product-details-section .input-container label.inline-block,
#product-details-section .input-container div.inline-block {
  width: 75px;
}

#product-details-section .input-container input[type="text"] {
  width: 3em;
}

#product-details-section .input-container input[type="submit"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none !important;
  box-shadow: none;
  padding: 0.4em 0;
  width: 11em;
  line-height: 1.25;
  text-indent: -15px;
  font-family: 'ProximaNova-Cond';
}

#shop-page-container .product-description {
  display: none;
}

#product-details-section .input-container select {
  width: 14em;
}



/*--CART--*/
#order-delivery-form-wrapper p {
  margin-bottom:.5em;
}

.your-shopping-cart #page-content .third-column {
  width: 40%;
}

.your-shopping-cart .twothirds-column {
  width: 55%;
}

.ui-datepicker {
  padding: 0;
  border: 1px solid #c5dbec !important;
  border-radius: 0 !important;
  padding: 0 !important;
}

.ui-datepicker .ui-datepicker-header {
  background-image: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0;
  background-image: none;
  background-color: #e8145a;
  border: none;
  border-radius: 0;
  padding: .25em 0;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #c5dbec !important;
  background: #e5e5e5 !important;
  font-weight: normal !important;
  color: #E81455 !important;
  border: none !important;
  text-align: center !important;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: none !important;
  background: #E81455 !important;
  font-weight: normal !important;
  color: #fff !important;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: none !important;
  background: #232323 !important;
  color: #fff !important;
}

html .ui-datepicker td:hover a {
  background: #E81455 !important;
  color: #fff !important;
} 

#cart-indicator {
    position: absolute;
    right: 10em;
    top: 2em;
    width: 100px;
    padding: 1em 0;
    display: none;
}

#cart-indicator.has-items {
  display: block;
  z-index: 0;
}

#cart-header {
  padding: .25em 0;
  border-bottom: 7px !important;
}

.cart-row {
  padding: 1em 0;
  height: 150px;
}

.product-image-cart {
  height: 100%;
  width: auto;
}

.cart-row .third-column {
    display: inline-block;

    float: none;
    height: 100%;
}

.cart-row .twothirds-column {
    display: inline-block;

    float: none;
    margin-left: -4px!important;
    height: 100%;
    vertical-align: top;
}

.cart-row .forth-column,
.cart-row .fifth-column {
    position: relative;
    display: inline-block;
    float: none;
    height: 100%;
    margin-left: -4px;
    vertical-align: top;
}

.cart-info-container {
  top: 50%;
  position: absolute;
  margin-top: -14px;
  width: 100%;
  text-align: center;
}

 .cart-input-container .cart-info-container {
  margin-top: -20px;
 
  text-align: center;
}

 .cart-input-container .cart-info-container input {
  margin-bottom:0;
 
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.cart-row h5 {
    vertical-align: top;
  
    margin-left: 5%;
    text-align: left !important;
}

.cart-row h5 .cart-info-container {
    text-align: left;
    width:50%;
    margin-top: -12px;
}

#cart-details-section .input-container div.inline-block {
  width: 75px;
}

#cart-details-section .input-container input {
  width: 12em;
}

#cart-details-section .input-container select {
  width: 14em;
}






/*--BLOG--*/
.pagination {
  text-align: center;
}

.pagination li {
  display: inline-block;
  margin:0;
  vertical-align: top;
}

#pagination-page-indicator {
  margin: 0 4em;
  line-height: 1;
}

#pagination-page-indicator h5 {
  margin: 0;
  line-height: 1.75;
}

.blog-post-container {
  position: relative;
  min-height: 550px;
}

.blog-post-container .center-container {
  z-index: 99;
  width:70%;
  left:15%;
}

.post-heart,
.post-diamond-grey,
.post-rectangle,
.post-circle-pink,
.post-diamond-pink,
.post-circle-grey {
  width: 110%;
  height: auto;
  z-index: 0;
  position: absolute;
  max-width: none;
}

.blog-post-container a.grey-background-short {
  margin: 1.5em auto 0;
}


.blog-post-heart .center-container {

}

.post-heart {
  left: -5%;
  top: -1%;
  width: 110%;
}

.blog-post-diamond-grey .center-container {

}

.post-diamond-grey {
  top: -30%;
  left: -10%;
  width: 120%;
  z-index: 9;
}

.blog-post-rectangle .center-container {
    top: 10%;

}

.post-rectangle {
  left: -5%;
  top: 5%;
  width: 110%;
  z-index: 9;
}

.blog-post-circle-pink .center-container {
    top: 10%;

}

.post-circle-pink {
  left: -10%;
  z-index: 0;
  width: 110%;
  top: -10%;
}

.blog-post-diamond-pink .center-container {
  top: 20%;
}

.post-diamond-pink {
  top: 5%;
  left: -5%;
}

.blog-post-circle-grey {
  min-height: 750px;
}

.blog-post-circle-grey .center-container {
  top: 10%;
}

.post-circle-grey {
  z-index: 0;
  left: -7%;
  width: 113%;
  top: 10%;
  height: 90%;
}


/*--SINGLE BLOG POST--*/
#single-post-top {
  z-index: 9999;
  position: relative;
}

#single-post-top h2,
#single-post-top h6 {
  z-index: 9999;
  position: relative;
}

#single-post-container #single-post-top #about-texture-bg {
  background-color: transparent;
}

#single-post-container #about-texture-bg {
  z-index: 999;
  background-color: #fff;
  background-repeat: repeat-y;
}

#single-post-container .small-wrapper {
  padding-top:4em;
}

#single-post-container #blog-container {
  z-index: 9999;
  position: relative;
}

blockquote {
  margin: 4em auto;
  width: 90%;
}

blockquote p {
  color: #e8145a;
  line-height: 1.5;
  text-align: center;
}

#blog-pagination-archive-link {
  width: 100%;
  z-index: 0;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 4.25em;
}

#blog-pagination-archive-link:hover h5,
#blog-pagination-archive-link:hover {
  color: #e8145a !important;
}

#single-post-pagination .reverse-black-background-short,
#single-post-pagination .black-background-short {
  z-index: 999999;
  position: relative;
}

#single-blog-content {
  top: -19em;
  margin-bottom: -220px !important;
}

#single-blog-content p:first-of-type img:first-of-type {
  max-width: 100%;
  width: 100%;
  margin-bottom: 4em;  
}

#single-blog-content img {
  display: block;
  position: relative;
  margin: 0 auto 1em;
}


@media (max-width: 1350px) {
  .post-heart {
    left: -15%;
    top: 3%;
    width: 130%;
  }

  .post-diamond-grey {
    width: 130%;
    left: -15%;
    top: -14%;
  }

  .post-diamond-pink {
    width: 130%;
    left: -15%;
    top: -14%;
  }

  .blog-post-diamond-pink .center-container {
    top: 5%;
  }

  .post-circle-pink {
    width: 120%;
  }

  .post-circle-grey {
    width: 120%;
    top: -5%;
  }

  .post-rectangle {
    left: -10%;
    top: 5%;
    width: 120%;
    z-index: 9;
  }

  .blog-post-rectangle .center-container {
    top: 9%;
  }

  .blog-post-circle-grey .center-container {
    top: -8%;
    left: 20%;
  }

}

@media (max-width: 1150px) {
  #first-col {
    display: none;
  }

  #newsletter-col {width: 35%;margin-right: 5%;}

  #address-col {width: 28%;max-width: none;margin-right: 5%;}

  #footer-social {width: 27%;margin-right: 0%;}

  #mce-EMAIL {
    width: 70%;
  }

  #mc-embedded-subscribe {
    width: 20%;
    height: 32px;
  }

  #mc-embedded-subscribe svg {
    width: 65%;
  }

  .post-heart {
    left: -25%;
    top: 5%;
    width: 150%;
  }

  .post-diamond-grey {
    width: 140%;
    left: -20%;
    top: 0%;
  }

  .post-diamond-pink {
    width: 160%;
    left: -35%;
    top: -24%;
  }

  .blog-post-diamond-pink .center-container {
    top: -7%;
    left: 10%;
  }

  .post-circle-pink {
    width: 120%;
  }

  .blog-post-circle-pink .center-container {
    top: -3%;
  }

  .post-circle-grey {
    width: 140%;
    top: -15%;
    left: -20%;
  }

  .post-rectangle {
    left: -15%;
    top: 0%;
    width: 130%;
    z-index: 9;
  }

  .blog-post-rectangle .center-container {
    top: -2%;
  }

  .blog-post-circle-grey .center-container {
    top: -20%;
    left: 19%;
  }

  .blog-post-container {

  }

}

@media (max-width: 1150px) {

  body {
    font-size: 0.75em;
  }
  
  h1 {
    font-size: 2.5em;
  }
  
  h2 {
    font-size: 1.5em;
  
    line-height: 1.35;
}
  
  h3 {
    font-size: 1.5em;
  }
  
  h4 {
    font-size: 1.25em;
  }

  h5 {
    font-size: 1.16666666em;
  }

  .wrapper {
    width: 90%;
    max-width: 960px;
  }

  .xsmall-wrapper {
    width: 60%;
    max-width: 250px;
  }

  .large-section-block {
    margin-bottom: 6em !important;
  }

  .black-shape-background {
    width: 240px;
    line-height: 2.5;
  }

  #login input.text, select, input[type=text], input[type=email], input[type=telephone], input[type=password], input[type=date], textarea {
    padding-top: 1.25em;
    padding-bottom: 1.25em;
  }


  /*--HEADER--*/
  .has-top-bar #global-header {
    /*top: 53px;*/
  }

  #announcementbar .pink-background-medium {
    margin-top: 9px;
    margin-bottom: 0;
    width: 220px;
    line-height: 1;    
  }

  #dropdown-logo {
    margin-bottom: 3em;
    width: 125px;
    margin-top: 1em;
  }

  #shop {

  }

  #shop a {
    font-size: 2.75em;
    width: 250px;
    line-height: 1.5;
  }

  #about {

  }

  #about a {
    font-size: 11.5em;
    top: 17px;
    width: 230px;
    height: 100px;
  }

  #menu:after,
  #menu:before {
    width: 50px;
    height: 23px;
  }

  #menu:before {

  }

  #menu a:after,
  #menu a:before {

  }

  #menu a {
    font-size: 3.4166666em;
  }

  #contact {

  }

  #contact a {
    font-size: 3.75em;
  }

  #whats-happening {

  }

  #whats-happening a {
    font-size: 4.166666em;
    width: 270px;
  }

  #dropdown-close {

  }


  #header-logo {
    width: 265px;
  }

  #cart-indicator {
    right: 8em;
    line-height: 1.65;
  }

  /*--FOOTER--*/
  #footer-top-border {
    height: 50px;
  }


  /*--HOMEPAGE--*/
  .flexslider .slides li > img {
    width: 150%;
    max-width: 150%;
    left: -25%;
  }

  #at-last .three-em-padding {
    padding: 3em 2em 2em !important;
  }

  div#at-last {
    top: -12em;
    
  }
  
  .homepage-pinktexture-background {
    padding-top: 3em;
  }


  /*--MENU--*/
  .half-column.border-section-left {
    width: calc(45% - 30px);
  }

  .border-wrapped-button a.grey-background-long,
  .border-wrapped-button a.pink-background-long {
    width: 100%;
    line-height: 1.25;
    padding: .5em 0;
    background-size: 100% 2em;
  }


  /*--ABOUT--*/
  #about-story .half-column {
    width: 100%;
    margin: 0 0 0em;
  }

  #about-chef-photo {
    width: 70%;
    right: 0;
    margin: 0 auto;
  }
  
  #chef-title {
    right: 0;
    top: -5em;
  }

  #about-story .three-em-padding {
    padding: 3em 5.5em 4em !important;
  }

  #about-story .border-wrapped-button a.grey-background-long,
  #about-story .border-wrapped-button a.pink-background-long {
    width: 300px;
  }

  #top-about-section {
    
  }


  /*--CONTACT--*/
  #contact-form-container select {
    background-position-y: 50%;;
  }

  #contact-story input[type="submit"] {
    margin-top:2em;
  }

  #contact-form-container textarea {
    margin-bottom: 0;
  }

  #contact-form-container .large-wrapper {
    width: 100%;
  }

  /*--CART--*/
  .product-image-cart {

  }

  .cart-row {
    height: 96px;
    
  }

}

@media all and (max-width: 900px) {
  #announcementbar .float-left,
  #announcementbar .float-right {
    float: none !important;
  }

  #announcementbar .pink-background-medium,
  #announcementbar .normal-text,
  #announcementbar h1 {
    display: block !important;
    text-align: center;
  }

  #announcementbar h1 {
    width: 100%;
    margin-bottom: 8px !important;
  }

  #announcementbar {
    padding: 2em 0;
  }

  .has-top-bar #global-header {
    /*top: 133px;*/
  }

}

@media all and (max-width: 770px) {
  /*--FOOTER--*/
  #global-footer .large-wrapper {
    width:95%;
    max-width: 750px;
  }

  #footer-info-container {
    margin-top:3em;
  }

  #footer-logo {
    float: left;
    width: 14%;
    /* max-width: 150px; */
    margin-right: 4%;
  }

  #global-footer #footer-container {
    padding-bottom: 0;
  }

  /*--BLOG--*/
  .post-heart {
    left: -5%;
    top: 5%;
    width: 110%;
  }

  .post-diamond-grey {
    width: 110%;
    left: -5%;
    top: -8%;
  }

  .shape-diamond-grey .blog-post-container .center-container {
    top: 10%;
  }

  .post-diamond-pink {
    width: 100%;
    left: 0%;
    top: 11%;
  }

  .blog-post-diamond-pink .center-container {
    top: 13%;
    left: 14%;
  }

  .post-circle-pink {
    width: 100%;
    left: 0%;
  }

  .blog-post-circle-pink .center-container {
    top: -3%;
  }

  .post-circle-grey {
    width: 100%;
    top: 5%;
    left: 0%;
  }

  .post-rectangle {
    left: 0%;
    top: 5%;
    width: 100%;
    z-index: 9;
  }

  .blog-post-rectangle .center-container {
    top: 5%;
  }

  .blog-post-circle-grey .center-container {
    top: 0%;
    left: 19%;
  }

  .blog-post-container {
    float: none;
    width: 100%;
  }

}

@media all and (max-width: 675px) {
 

  /*--HOMEPAGE--*/

}

@media all and (max-width: 480px) {

  .mobile-only {
    display: block !important;
  }

  .above-tab-portrait,
  .desktop-only {
    display: none !important;
  }

  .smaller-half-column .half-column,
  #contact-social-container .half-column,
  .half-column:not(.mobile-columns),
  .fifty-fifty:not(.mobile-columns),
  .thirty-thirty:not(.mobile-columns),
  .third-column:not(.mobile-columns),
  /*.twothirds-column,*/
  .threeforths-column,
  .forth-column,
  .fifth-column,
  .full-width,
  .eighty-width {
    width:100%;
    margin:0;
  }

  body {

  }

  h1 {
    font-size: 1.75em;
  }

  h2 {
    font-size: 1.3333em;
  }

  h3 {
    font-size: 1.1666666em;
  }

  h4 {
    font-size: 1.08333333333em;
  }

  h5 {
    font-size: 1em;
  }

  h6 {
    font-size: 1em;    
  }

  .wrapper {
    max-width: 305px;
    width: 90%;
  }

  .medium-wrapper {
    width: 85%;
    max-width: 300px;
  }

  .large-wrapper {
    width: 90%;
    
  }

  .main-banner {
    position: relative;
    overflow: hidden;
  }

  .main-banner img {
    /* width: 200%; */
    /* margin-left: -50%; */
  }

  .double-section-title {
    margin-bottom: 1.5em !important;]
  }

  .section-title {
    margin-bottom: 1em !important;]
  }

  .half-section-title {

  }

  .large-section-block {
    margin-bottom: 3em !important;
  }

  .full-width-padding {
    padding: 4em 0;
    
  }

  select {
    background-position: 93% 16px;
    padding-top: 1em;
    padding-bottom: 1em;

  }

  .mobile-only.inline-block {
    display: inherit !important;
  }

  input.grey-background-short, .grey-background-short {
    background: url(https://cdn.shopify.com/s/files/1/0848/8822/t/1/assets/elisaslovebites-grey-arrow-short_mobile.png);
    background-size: 100%;
    width: 120px;
    padding: 0.8em 0;
    background-repeat: no-repeat;
    font-family: 'ProximaNova-Cond';
  }

  input.grey-background-long, .grey-background-long {
    background: url(https://cdn.shopify.com/s/files/1/0848/8822/t/1/assets/elisaslovebites-grey-arrow-long_mobile.png);
    background-size: 100%;
    background-repeat: no-repeat;
    font-family: 'ProximaNova-Cond';
  }

  .border-wrapped-button a.grey-background-long, .border-wrapped-button a.pink-background-long {
    margin: .25em 0 .125em; 
  }

  input.pink-background-long, .pink-background-long {
    background: url(https://cdn.shopify.com/s/files/1/0848/8822/t/1/assets/elisaslovebites-pink-arrow-long_mobile.png);
    padding: 0.4em 0;
    width: 350px;
    display: block;
    background-size: 100%;
    background-repeat: no-repeat;
    line-height: 1;
    text-align: center;
    text-indent: -1.5em;
    margin: .5em auto;
    font-family: 'ProximaNova-Cond';
  }

  input.reverse-grey-background-long, .reverse-grey-background-long {
    background: url(https://cdn.shopify.com/s/files/1/0848/8822/t/1/assets/elisaslovebites-reverse-grey-arrow-long_mobile.png);
    background-size: 100%;
    background-repeat: no-repeat;
    color: #fff !important;
    width: 150px;
    text-indent: 1em;
    font-family: 'ProximaNova-Cond';
  }

  input.grey-background-short, .grey-background-short, input.pink-background-short, .pink-background-short {
    padding: .5em 0;
    line-height: 1.45;
    font-family: 'ProximaNova-Cond';
  }

  input.reverse-grey-background, .reverse-grey-background {
    text-indent: .35em;
  }

  input.reverse-grey-background, .reverse-grey-background,
  input.reverse-black-background-short,
  .reverse-black-background-short,
  input.black-background-short,
  .black-background-short {
    background: url(https://cdn.shopify.com/s/files/1/0848/8822/t/1/assets/elisaslovebites-black-arrow-short_mobile.png);
    width: 100px;
    background-size: 100%;
    background-repeat: no-repeat;
    font-size: 1em;
  }
  
  input.reverse-grey-background, .reverse-grey-background,
  input.reverse-black-background-short, .reverse-black-background-short {
    background: url(https://cdn.shopify.com/s/files/1/0848/8822/t/1/assets/elisaslovebites-reverse-black-arrow-short_mobile.png);
    background-size: 100%;
    background-repeat: no-repeat;
  }

  /*--HEADER--*/
  #menu:hover a:after {
    margin-right:.25em !important;
    font-size: .857142857142856em;
  }

  #menu:hover a:before {
    margin-left:.25em !important;
    font-size: .857142857142856em;
  }

  #menu:hover a {
    font-size: 2.75em;
  }

  #whats-happening:hover a {
    height: 30px;
    background-size: 100% 100%;
    top: 2px;
  }
  
  #dropdown-logo {
    width: 105px;
    margin: 2em auto 2em;
  }

  #shop {

  }

  #shop a {
    font-size: 1.83333333em;
    width: 180px;
  }

  #about {

  }

  #about a {
    font-size: 7.9166666666em;
    top: 15px;
    width: 190px;
  }

  #menu:after,
  #menu:before {
    width: 40px;
    height: 19px;
    margin: 0 1em;
  }

  #menu:before {

  }

  #menu a:after,
  #menu a:before {

  }

  #menu a {
    font-size: 2.333em;

  }

  #contact {

  }

  #contact a {
    font-size: 2.5em;

  }

  #whats-happening {

  }

  #whats-happening a {
    font-size: 2.83333em;
    width: 260px;
    top: 8px;
  }

  #dropdown-close {
    width: 35px;
    top: 1em;
    right: 1.25em;
  }



  #header-logo {
    width: 160px;
  }

  #header-menu-button {
    top: 1em;
    right: 1em;
    width: 35px;
  }

  #cart-indicator {
    top: 1.25em;
    right: 3.5em;
    padding: .5em 0;
    width: 75px;
  }

  /*--FOOTER--*/
  #dropdown-nav {
    z-index: 999999999999;
  }

  #footer-logo {
    float: none;
    width: 95px;
    margin: 0 auto 2.5em;
  }

  #footer-info-container {
    width: 100%;
    float: none;
    margin-top: 1.5em;
  }
  
  #footer-top-border {
    height: 120px;
    height: 24px;
    background-size: 150%;
    background-position-x: 55%;
  
    margin-top: 29px;
    position: relative;
}

  #global-footer #footer-container {
    padding: 0;
    top: 4em;
  }

  #copyright {
    bottom: -7em;
    position: relative;
    bottom: 0;
    top: 6.5em;
    margin-bottom: 2em;
  }

  #newsletter-col-mobile {
    margin-bottom: 2em;
  }

  #global-footer {
    text-align: center;
    top:-80px;
    padding-bottom:0;
  }

  #global-footer .third-column {
    width: 100%;
  }

  #footer-contact-tel {
    margin-bottom: 1.5em;
    display: block;
  }

  #global-footer #footer-social a {
    margin-bottom: .65em;
    font-size: 3em;
  }


  /*--HOMEPAGE--*/
  #brooklyns-best {
    max-width: 70%;
  }

  #footer-logo h5 {
    font-size: 1.125em;
  }

  #global-footer .large-wrapper {
    width: 80%;
    max-width: 80%;
  }

  #address-col {
    width: 100%;
    max-width: none;
    margin-right: 0%;
    float: none;
  }

  #footer-social {
    width: 100%;
    margin-right: 0%;
    max-width: 100%;
  }

  #newsletter-col-mobile h5 {
    border-bottom: none;
    padding-bottom: 0em;    
  }

  #mce-EMAIL {
    width: 70%;
    padding: 11px 5%;
  }

  #mc-embedded-subscribe {
    width: 20%;
    height: 36px;
    padding: 10px 0;
  }


  .pink-background.full-width-padding.homepage-pinktexture-background img {
    max-width: 80%;
  }

  #at-last-container h1 {
    margin-left: auto;
    margin-right: auto;
    max-width: 80%;
    line-height: 1.25;
  }

  .flex-controls {
    display: block !important;
  }

  .flexslider .slides li > img {
    width: 200%;
    max-width: 200%;
    left: -50%;
  }

  #text-line-one {
    font-size: 4em;
  }

  #text-line-two {
    width: 265px;
    height: 105px;
    z-index: 9999;
    display: block;
    margin: 0 auto;
    position: relative;
  }

  #text-line-three {
    font-size: 2em;
    text-indent: 0;
    line-height: 1;
  }

  .elisa-s-love-bites-dessert-atelier .wrapper .third-column img {
    min-width: 0;
  }

  .homepage-pinktexture-background {
    padding-top: 4em;
    padding-bottom: 8em;
  }

  .homepage-pinktexture-background .wrapper {
    max-width: 325px;
    width: 95%;
  }

  .homepage-pinktexture-background .wrapper .third-column {
    width: 32%;
    margin-right: 2%;
  }

  .homepage-pinktexture-background .wrapper .third-column.last-column {
    margin-right: 0;  
  }

  div#at-last {
    top: -9em;
  }
  
  #at-last .three-em-padding {
    padding: 2em 0em 1em !important;
  }


  /*--MENU--*/
  .menu-item-container {
    margin-left: 10%;
    width: 90%;
  }

  .menu-item-container a {
    margin: 0 auto;
    float: none !important;
  }

  #menu-container .half-column.last-column.border-section-left {
    padding: 0;
    border: none;
    margin-left: 0!important;
  }

  .menu-border-top, .menu-border-left, .menu-border-bottom, .menu-border-right {
    width: 34px;
    
  }

  /*--ABOUT--*/
  #top-about-section {
    padding: 2em 0;
    min-height: 90px;
  } 

  #about-story {
    top: -5.75em;

  
    overflow: hidden;
}
  
  #about-story .three-em-padding {
    padding: 2em 2em 3em !important;
  }

  #about-chef-photo {
    width: 100%;
  }

  #chef-title {
    top: -2em;
    width: 78%;
    line-height: 1;
    padding: 1.25em 0;
  }

  #chef-title h3  {
    
  }

  #menu-key > div.inline-block {
    margin: 0 .5em;
  }

  #menu-key img#nyc {
    margin: 0 .5em;
    top: .65em;
  }

  #menu-key img#vegan {
    top: .5em;

  }

  #about-story .border-wrapped-button a.grey-background-long, #about-story .border-wrapped-button a.pink-background-long {
    width: 100%;
  }

  .black-shape-background {
    width: 195px;
    line-height: 2;
  
    padding: 1em 1em 2em;
    text-indent: -1em;
} 

  #top-wavy-border,
  #bottom-wavy-border {
    width: 195%;
  }

  .menu-item-container img {
    width: 100px;
    left: -9%;
    top: -1em;
  }

  #menu-container {
    width: 100%;
    max-width: 100%;
  }

  #menu-container .half-column {
    padding: 0 5%;
    width: 90%;
  }

  #menu-container .half-column:nth-child(1) {
    padding-top: 1em;

  }

  /*--CONTACT--*/
  .contact .zero-section-block.white-background {
    padding-bottom:4em;
  }

  .smaller-half-column .half-column,
  #contact-social-container .half-column {
    margin-bottom: 2em;
  }

  #contact-texture-bg {
    display: none;
  }
  
  #contact-story {
    top: -5em;
  
    overflow: hidden;
}

  #contact-form-container {
    padding: 2em 2em !important;

  }

  /*--SHOP--*/
  #shop-page-container.full-width-padding {
    padding-top: 8em;
  
  } 

  .product-container {
    width: 46%;
    margin-right: 8%;
    margin-bottom: 2.5em !important;
  }

  .product-container.product-2 {
    margin-right: 0;
  }

  .product-image {
  }

  .product-container h5.pink-color {
    margin-bottom: .5em;
    min-height: 3em;
  }

  #wholesale-nyc-delivery-container .half-column {
    margin-bottom: 2em;
  }

  .single-product-container .large-wrapper {
    width: 100%;
    
  }

  #product-social a {
    margin:0 .125em;
  }


  /*--CART--*/
  .cart-row {
    height: auto;
  }

  #note {
    margin-top: 1em;
    width: 92%;
  }

  #update-cart,
  #checkout {
    float:none;
    display: inline-block;
  }

  .product-image-cart {
    width: 100%;
    height: auto;
    display: block !important;
    margin-bottom: .75em;
  } 
  
  .cart-row h5 {
    display: block !important;
    margin: 0;
  }

  .cart-row h5 .cart-info-container {
    position: relative;
    margin: 0;
    width: 100%;
  } 

  .cart-row .fifth-column {
    height: auto;
  
    width: 110%;
}

  .cart-input-container .cart-info-container {
    margin-top: 0;
    text-align: left;
  }

  .cart-input-container .cart-info-container .pink-color.mobile-only.mobile-cart-remove {
    float: right;
    line-height: 2.5;
  }

  .cart-input-container .cart-info-container input {
    width: 45px;
    margin: 0;
    float: none;
    padding: .75em 0;
    margin-right: 8%;
  }

  .cart-info-container {
    position: relative;
    top: 0;
    margin: 0;
    text-align: left;
    padding: .5em 0;
  }

  .your-shopping-cart #page-content .third-column {
    width: 33%;
  }

  .cart-row .twothirds-column {
    margin-left: 0% !important;
    width: 60%;
  }

  .cart-column-item-info {
    display: inline-block;
  }

  .cart-info-container .cart-column-mobile-label {
    display: inline-block !important;
    width: 36%;
  }

  .mobile-cart-remove {
    display: inline-block !important;
  }

  #summary-row {
    margin-bottom: 1em;
  }

  #cart-details-section .input-container div.inline-block {
    width: 25%;

  
    float: left;
    margin-top: 1em;
}

  #cart-details-section .input-container input,
  #cart-details-section .input-container select {
    width: 70%;
    padding-right: 0;
    padding-left: 5%;
    float: left;
    display: block !important;
  }

  #cart-details-section .input-container select {
    width: 75%;
    
  }

  #summary-row textarea {
    padding-left: 5%;

  
    padding-right: 5%;
    width: 90%;
  }

  #cart-coa-buttons {
    float: none !important;
    text-align: center;
  }

  #cart-coa-buttons input {
    margin: 0 .5em;

  }
  

  /*--BLOG--*/
  #blog-pagination-container {
    padding-bottom:13em;
  }

  #blog-pagination-container .small-wrapper {
    width:100%;
    max-width:100%;
  }

  #pagination-page-indicator {
    margin: 0 2em;
  }

  .blog-page #page-content {
    overflow:hidden;
  }

  .blog-post-container .center-container {
    width: 90%;
    left: 5%;
  }
  
  .post-heart {
    left: -9%;
    top: 5%;
    width: 120%;
  }

  .shape-heart .center-container {
    
  }

  .post-diamond-grey {
    width: 120%;
    left: -10%;
    top: -8%;
  }

  .shape-diamond-pink .blog-post-container .center-container,
  .shape-diamond-grey .blog-post-container .center-container {
    top: 10%;
  }

  .post-diamond-pink {
    width: 120%;
    left: -10%;
    top: -8%;
  }

  .blog-post-diamond-pink .center-container {
    top: -8%;
  }

  .post-circle-pink {
    width: 100%;
    left: 0%;
    top: 0;
  }

  .blog-post-circle-pink .center-container {
    top: -6%;
  }

  .post-circle-grey {
    width: 100%;
    top: 5%;
    left: 0%;
  }

  .post-rectangle {
    left: -2.5%;
    top: 0%;
    width: 105%;
    z-index: 9;
  }

  .blog-post-rectangle .center-container {
    top: -15%;
  }

  .blog-post-circle-grey .center-container {
    top: 2%;
    left: 7%;
  }

  .blog-post-container {
    float: none;
    width: 100%;
    min-height: 350px;
  }



  /*--SINGLE POST--  */
  #single-post-container .small-wrapper {
    padding-top: 2em;
    max-width: 300px;
    width: 95%;
  }

  #blog-pagination-archive-link {
    padding-top: 2.25em;
  }

  .single-post .medium-wrapper {
    width:95%; 
    max-width: 300px;
  }



}

