/* reset.css */
* {
  box-sizing: border-box; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

@font-face {
  font-family: 'brandon_grotesque';
  src: url("../fonts/brandon_light-webfont.eot");
  src: url("../fonts/brandon_light-webfont.eot#iefix") format("embedded-opentype"), url("../fonts/brandon_light-webfont.woff") format("woff2"), url("../fonts/brandon_light-webfont.woff") format("woff"), url("../fonts/brandon_light-webfont.ttf") format("truetype"), url("../fonts/brandon_light-webfont.svg") format("svg");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'brandon_grotesque';
  src: url("../fonts/brandon_reg-webfont.eot");
  src: url("../fonts/brandon_reg-webfont.eot#iefix") format("embedded-opentype"), url("../fonts/brandon_reg-webfont.woff") format("woff2"), url("../fonts/brandon_reg-webfont.woff") format("woff"), url("../fonts/brandon_reg-webfont.ttf") format("truetype"), url("../fonts/brandon_reg-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'brandon_grotesque';
  src: url("../fonts/brandon_bld-webfont.eot");
  src: url("../fonts/brandon_bld-webfont.eot#iefix") format("embedded-opentype"), url("../fonts/brandon_bld-webfont.woff") format("woff2"), url("../fonts/brandon_bld-webfont.woff") format("woff"), url("../fonts/brandon_bld-webfont.ttf") format("truetype"), url("../fonts/brandon_bld-webfont.svg") format("svg");
  font-weight: bold;
  font-style: normal; }

html {
  width: 100%;
  height: 100%; }

body {
  padding-left: 95px;
  color: #453634;
  line-height: 1;
  font-family: 'brandon_grotesque'; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 100;
  line-height: 1.2; }

h2 {
  font-size: 22px; }

p {
  margin-bottom: 40px;
  line-height: 34px;
  font-size: 22px;
  font-weight: 100; }

a {
  text-decoration: none;
  color: #453634; }

img {
  max-width: 100%; }

::-webkit-input-placeholder {
  font-family: 'brandon_grotesque';
  color: #453634;
  font-weight: normal; }

:-moz-placeholder {
  /* Firefox 18- */
  font-family: 'brandon_grotesque';
  color: #453634;
  font-weight: normal; }

::-moz-placeholder {
  /* Firefox 19+ */
  font-family: 'brandon_grotesque';
  color: #453634;
  font-weight: normal; }

:-ms-input-placeholder {
  font-family: 'brandon_grotesque';
  color: #453634;
  font-weight: normal; }

input, textarea {
  font-family: 'brandon_grotesque';
  border: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0; }

.full_width {
  width: 100%; }

.half_width {
  width: 50%; }

.third_width {
  width: 33.33%; }

.full_height {
  height: 100%; }

.full_screen {
  min-height: 100%; }

.left {
  float: left; }

.right {
  float: right; }

.container {
  max-width: 1420px; }

.dark_leaves {
  height: 51px;
  background: url(../images/dark_leaves.png);
  background-image: url(../images/dark_leaves.svg), none;
  background-repeat: no-repeat;
  background-size: contain; }

.light_leaves {
  height: 51px;
  background: url(../images/light_leaves.png);
  background-image: url(../images/light_leaves.svg), none;
  background-repeat: no-repeat;
  background-size: contain; }

.logo {
  width: 228px;
  height: 150px;
  background: url(../images/logo.png);
  background-image: url(../images/logo.svg), none;
  background-repeat: no-repeat;
  background-size: contain; }
  .logo.light-logo {
    background: url(../images/logo-light.png);
    background-image: url(../images/logo-light.svg), none;
    background-repeat: no-repeat;
    background-size: contain; }

.condensed_logo {
  height: 75px;
  background: url(../images/condensed-logo.png);
  background-image: url(../images/condensed-logo.svg), none;
  background-repeat: no-repeat;
  background-size: contain; }

.condensed_logo_large {
  height: 290px;
  background: url(../images/condensed-logo-large.png);
  background-image: url(../images/condensed-logo.svg), none;
  background-repeat: no-repeat;
  background-size: contain; }

.condensed_logo_white {
  height: 75px;
  background: url(../images/condensed-logo-white.png);
  background-image: url(../images/condensed-logo-white.svg), none;
  background-repeat: no-repeat;
  background-size: contain; }

.bg_center {
  background-position: center; }

.bg_right {
  background-position: right; }

.text_center {
  text-align: center; }

.handwritten {
  font-family: 'Sacramento', cursive; }

.text_container {
  max-width: 970px;
  padding: 0 50px;
  margin: 0 auto; }

.light_text {
  color: #fff; }

.mid_text {
  font-size: 26px;
  line-height: 26px; }
  .mid_text p {
    font-size: 26px;
    line-height: 26px; }

.big_button {
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
  padding: 20px 40px;
  background: #453634;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-family: 'brandon_grotesque'; }

.cf:after, .cf:before {
  content: '';
  display: block;
  clear: both; }

.peach_bg {
  background: #f6c1b0; }

.large_text {
  font-size: 40px;
  font-size: 2.6vw; }

.center {
  margin: 0 auto; }

.big_padding_top {
  padding-top: 200px; }

.big_padding_bottom {
  padding-bottom: 200px; }

.big_padding_left {
  padding-left: 200px; }

.big_padding_right {
  padding-right: 200px; }

.mid_padding_top {
  padding-top: 120px; }

.mid_padding_bottom {
  padding-bottom: 120px; }

.mid_padding_left {
  padding-left: 120px; }

.mid_padding_right {
  padding-right: 120px; }

.sm_padding_top {
  padding-top: 50px; }

.sm_padding_bottom {
  padding-bottom: 50px; }

.sm_padding_left {
  padding-left: 50px; }

.sm_padding_right {
  padding-right: 50px; }

.big_margin_top {
  margin-top: 200px; }

.big_margin_bottom {
  margin-bottom: 200px; }

.big_margin_left {
  margin-left: 200px; }

.big_margin_right {
  margin-right: 200px; }

.mid_margin_top {
  margin-top: 120px; }

.mid_margin_bottom {
  margin-bottom: 120px; }

.mid_margin_left {
  margin-left: 120px; }

.mid_margin_right {
  margin-right: 120px; }

.sm_margin_top {
  margin-top: 50px; }

.sm_margin_bottom {
  margin-bottom: 50px; }

.sm_margin_left {
  margin-left: 50px; }

.sm_margin_right {
  margin-right: 50px; }

#main_nav {
  width: 95px;
  position: fixed;
  top: 0;
  left: 0;
  background: #ebded2;
  -webkit-transition: width 0.2s ease-in-out;
  -moz-transition: width 0.2s ease-in-out;
  -ms-transition: width 0.2s ease-in-out;
  -o-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
  z-index: 10000; }
  #main_nav ul {
    padding-top: 12px; }
    #main_nav ul ul {
      margin: 0;
      padding: 0;
      -webkit-transition: height 0.2s ease-in-out;
      -moz-transition: height 0.2s ease-in-out;
      -ms-transition: height 0.2s ease-in-out;
      -o-transition: height 0.2s ease-in-out;
      transition: height 0.2s ease-in-out; }
      #main_nav ul ul li {
        padding: 14px 0 0; }
        #main_nav ul ul li a {
          padding-left: 25px; }
  #main_nav li {
    position: relative;
    line-height: 22px;
    font-size: 20px;
    color: #453634;
    padding: 14px 25px 0 0; }
    #main_nav li a {
      width: 100%;
      display: block;
      color: #453634; }
    #main_nav li.sub_menu {
      padding-right: 20px;
      cursor: pointer; }
      #main_nav li.sub_menu:after {
        content: '+';
        position: absolute;
        top: 16px;
        right: 0;
        font-weight: bold;
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        moz-transform-origin: center;
        -o-transform-origin: center;
        -ms-transform-origin: center;
        -webkit-transform-origin: center;
        transform-origin: center;
        line-height: 1; }
      #main_nav li.sub_menu.active:after {
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
      #main_nav li.sub_menu.active ul {
        height: auto; }
      #main_nav li.sub_menu.active div {
        max-height: 200px; }
      #main_nav li.sub_menu div {
        max-height: 0;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        overflow: hidden; }
  #main_nav .condensed_logo {
    width: 95px;
    position: absolute;
    right: 0;
    bottom: 20px; }
  #main_nav.active {
    width: 320px; }
    #main_nav.active #menu_button {
      width: 22px; }
    #main_nav.active #menu_button div:first-of-type {
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    #main_nav.active #menu_button div:nth-of-type(2) {
      width: 0; }
    #main_nav.active #menu_button div:last-of-type {
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }

.slick-slider {
  margin: 0 auto !important; }
  .slick-slider .slick-list, .slick-slider .slick-track {
    height: 100%; }
  .slick-slider .slick-slide {
    height: 100%;
    position: relative;
    float: left;
    overflow: hidden; }
    .slick-slider .slick-slide .half_width {
      position: absolute;
      top: 50%;
      -moz-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%);
      z-index: 100; }
    .slick-slider .slick-slide > .left {
      left: 0; }
    .slick-slider .slick-slide > .right {
      right: 0; }
    .slick-slider .slick-slide img {
      height: 100%;
      min-width: 100%;
      max-width: none;
      min-height: 100%;
      position: absolute;
      top: 0;
      z-index: -1; }
    .slick-slider .slick-slide .align_right > img {
      float: right; }
  .slick-slider .handwritten {
    font-size: 4vw; }
  .slick-slider #pause {
    position: absolute;
    bottom: 20px;
    z-index: 100;
    left: 50%;
    color: #fff;
    font-size: 30px;
    cursor: pointer; }

#main_nav_container {
  width: 225px;
  margin-right: 95px;
  background: #F0E7DE; }
  #main_nav_container > .left {
    padding: 0 25px;
    overflow: auto; }

#menu_button_container {
  width: 95px;
  height: 95px;
  position: absolute;
  top: 0;
  right: 0;
  padding-top: 32.5px; }

#menu_button {
  width: 32px;
  margin: 0 auto;
  cursor: pointer; }
  #menu_button div {
    width: 32px;
    height: 3px;
    background: #453634;
    border-radius: 2px;
    margin-bottom: 8px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    moz-transform-origin: left;
    -o-transform-origin: left;
    -ms-transform-origin: left;
    -webkit-transform-origin: left;
    transform-origin: left; }

#home #footer-text {
  display: block;
  text-align: center; }
  #home #footer-text .read_more {
    font-weight: bold;
    cursor: pointer; }
    #home #footer-text .read_more:before {
      content: '+ Read More'; }
  #home #footer-text #description_text > div {
    height: 0;
    margin-bottom: 40px;
    overflow: hidden; }
  #home #footer-text #description_text p:last-of-type {
    margin-bottom: 0; }
  #home #footer-text #description_text.active > div {
    height: auto !important; }
  #home #footer-text #description_text.active .read_more:before {
    content: '- Read Less'; }

#home_slider {
  position: relative;
  overflow: hidden; }
  #home_slider .logo {
    position: absolute;
    top: 45px;
    right: 55px;
    z-index: 1000;
    transition: opacity 0.5s; }
  #home_slider .light-logo {
    opacity: 0; }
  #home_slider .dark-logo {
    opacity: 1; }
  #home_slider.show-light-logo .light-logo {
    opacity: 1; }
  #home_slider.show-light-logo .dark-logo {
    opacity: 0; }
  #home_slider .align_left img {
    left: 0; }
  #home_slider .align_right img {
    right: 0; }
  #home_slider .deal_box {
    padding: 25px;
    margin-top: 1px; }
    #home_slider .deal_box div {
      margin-bottom: 20px; }
    #home_slider .deal_box .light_leaves {
      margin-bottom: 35px; }
    #home_slider .deal_box .upper_text {
      font-weight: bold;
      font-size: 20px; }
    #home_slider .deal_box .mid_text {
      font-size: 95px;
      font-weight: bold;
      line-height: 1; }
    #home_slider .deal_box .lower_text {
      font-size: 20px; }
  #home_slider .light_box {
    border: 1px solid #fff; }
    #home_slider .light_box .upper_text, #home_slider .light_box .mid_text, #home_slider .light_box .lower_text {
      color: #fff; }
  #home_slider .dark_box {
    border: 1px solid #453634; }
    #home_slider .dark_box .upper_text, #home_slider .dark_box .mid_text, #home_slider .dark_box .lower_text {
      color: #453634; }

.slider {
  position: relative;
  left: 0;
  -webkit-transition: left 0.4s ease-in-out;
  -moz-transition: left 0.4s ease-in-out;
  -ms-transition: left 0.4s ease-in-out;
  -o-transition: left 0.4s ease-in-out;
  transition: left 0.4s ease-in-out;
  overflow: hidden; }
  .slider ul {
    width: 10000%;
    position: relative;
    left: 0;
    -webkit-transition: left 0.4s ease-in-out;
    -moz-transition: left 0.4s ease-in-out;
    -ms-transition: left 0.4s ease-in-out;
    -o-transition: left 0.4s ease-in-out;
    transition: left 0.4s ease-in-out; }
    .slider ul li {
      position: relative;
      overflow: hidden; }
      .slider ul li img {
        width: 100%;
        display: block;
        overflow: hidden; }

.slider_ctrl {
  position: absolute;
  top: 50%;
  margin-top: -40px;
  font-size: 50px;
  color: #fff;
  z-index: 600;
  width: 42px;
  height: 80px;
  cursor: pointer;
  background-repeat: no-repeat; }

#slider_left {
  background: url(../images/left.png);
  background-image: url(../images/left.svg), none;
  background-repeat: no-repeat;
  left: 0; }

#slider_pause {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 100;
  color: #fff;
  font-size: 42px;
  cursor: pointer; }

#slider_right {
  background: url(../images/right.png);
  background-image: url(../images/right.svg), none;
  background-repeat: no-repeat;
  right: 0; }

.mob_image {
  display: none; }

#about {
  background: url(../images/about-bg.jpg) top center no-repeat;
  background-size: 100% auto; }

#about_description {
  background: url(../images/trans-peach.png);
  background: rgba(251, 244, 238, 0.8); }

#about-badges img {
  margin: 0 10px; }

#about_boxes {
  background: url(../images/about-texture-bg.png);
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff; }
  #about_boxes > div {
    width: 33.33%;
    height: 500px;
    float: left;
    position: relative;
    overflow: hidden;
    border: 3px solid #fff; }
    #about_boxes > div:hover .box_title, #about_boxes > div:hover .box_text, #about_boxes > div.hover .box_title, #about_boxes > div.hover .box_text {
      top: -100%; }
    #about_boxes > div div {
      position: relative;
      top: 0;
      -moz-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out;
      color: #453634; }
    #about_boxes > div h2 {
      width: 50%;
      position: absolute;
      bottom: 60px;
      font-size: 45px;
      font-size: 2.4vw;
      text-transform: capitalize;
      font-weight: normal; }
    #about_boxes > div .box_text {
      height: 100%;
      background: url(../images/trans-white.png);
      background: rgba(255, 255, 255, 0.8); }
      #about_boxes > div .box_text div {
        padding: 60px; }
      #about_boxes > div .box_text p {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 20px; }
        #about_boxes > div .box_text p:last-of-type {
          margin-bottom: 0; }
    #about_boxes > div .box_title {
      height: 100%;
      padding: 60px; }
      #about_boxes > div .box_title:after {
        content: '+';
        position: absolute;
        right: 80px;
        bottom: 80px;
        font-size: 80px;
        line-height: 0; }
  #about_boxes > div:nth-of-type(3n+1) {
    border-left: none; }
  #about_boxes > div:nth-of-type(3n) {
    border-right: none; }

table.productSmall tr {
  width: 100%;
  display: block;
  float: left; }

table.productSmall td {
  width: 33.33%;
  display: inline-block; }
  table.productSmall td a {
    background: #000;
    display: block; }
    table.productSmall td a:after {
      content: 'View Details';
      width: 100%;
      position: absolute;
      bottom: 20px;
      left: 0;
      text-align: center;
      font-size: 1.4rem;
      font-weight: bold; }
  table.productSmall td > div {
    position: relative;
    margin: 5px; }

table.productSmall img {
  width: 100%;
  padding: 0;
  position: relative;
  display: block;
  opacity: 1;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out; }

table.productSmall .about_box_overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  pointer-events: none; }
  table.productSmall .about_box_overlay div {
    position: relative;
    top: 50%;
    text-align: center;
    font-size: 30px;
    color: #fff;
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 10%; }

table.productSmall td:hover img {
  opacity: 0.5; }

table.productSmall td:hover .about_box_overlay {
  opacity: 1; }

.catalogueItemNotFound {
  display: none; }

table td.productItemNotFound {
  width: 100%;
  text-align: center;
  font-size: 34px;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out; }

table.catalogueTable {
  display: none; }

table.productTable td {
  padding: 0; }

table.productPoplets, table.productPoplets tbody, table.productPoplets tr {
  display: block; }

table.productPoplets a {
  display: inline-block;
  max-width: 100%; }

#brand_details #description_text, #brand_details .description_text, .brand_details #description_text, .brand_details .description_text {
  margin-bottom: 32px;
  overflow: hidden; }
  #brand_details #description_text p:last-of-type, #brand_details .description_text p:last-of-type, .brand_details #description_text p:last-of-type, .brand_details .description_text p:last-of-type {
    margin: 0; }

#brand_details .read_more, .brand_details .read_more {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  font-weight: bold;
  cursor: pointer; }

#dress_description {
  overflow: hidden;
  margin-bottom: 32px; }
  #dress_description p:last-of-type {
    margin: 0; }

#dress_read_more {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  font-weight: bold;
  cursor: pointer; }

#collection_item #sidebar {
  width: 470px;
  padding: 50px 70px 0;
  position: absolute;
  top: 0;
  right: 0; }
  #collection_item #sidebar h1 {
    text-align: center; }
  #collection_item #sidebar img {
    max-width: 100%; }
  #collection_item #sidebar .plus_link {
    position: relative;
    padding-left: 50px;
    display: block;
    font-size: 22px;
    line-height: 32px;
    text-transform: uppercase;
    cursor: pointer; }
    #collection_item #sidebar .plus_link:before {
      content: '+';
      font-size: 70px;
      line-height: 22px;
      position: absolute;
      top: 7px;
      left: 0; }
  #collection_item #sidebar .large_text {
    font-size: 35px; }

#collection_item #gallery {
  overflow: hidden;
  padding: 10px 480px 0 10px; }
  #collection_item #gallery td {
    width: 100%;
    max-width: 100%;
    display: block;
    position: relative;
    cursor: pointer;
    margin-bottom: 10px;
    float: left;
    clear: both; }
    #collection_item #gallery td span {
      max-width: 100%;
      display: inline-block;
      position: relative; }
      #collection_item #gallery td span span {
        width: auto;
        height: auto;
        display: inline-block;
        position: absolute;
        top: 20px;
        right: 20px;
        background: none !important;
        font: normal normal normal 14px/1 FontAwesome;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 3rem;
        color: #fff; }
        #collection_item #gallery td span span:before {
          content: "\f0d2"; }
  #collection_item #gallery img {
    max-width: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  #collection_item #gallery .shrink:after {
    content: '\f00e';
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 44px;
    position: absolute;
    top: 30px;
    right: 30px; }
  #collection_item #gallery .shrink img {
    max-height: 1000px !important;
    max-height: 100vh !important; }

.pinterest_button {
  position: absolute !important;
  top: 30px;
  right: 30px;
  font-size: 54px;
  color: #fff;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.7); }

.zoom {
  position: relative;
  display: inline-block;
  max-width: 100%; }

.zoom .pinterest_button {
  top: 110px; }

.zoom:after {
  content: '';
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #fff;
  font-size: 50px;
  position: absolute;
  top: 30px;
  right: 30px;
  pointer-events: none;
  display: none;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.7); }

.zoom_out:after {
  content: '\f010';
  display: block; }

.zoom_in:after {
  content: '\f00e';
  display: block; }

#overlay, #lightbox {
  display: none; }

#book_an_appointment {
  background: url(../images/about-texture-bg.png);
  background-size: cover; }
  #book_an_appointment .dark_leaves {
    display: block; }
  #book_an_appointment form tr {
    display: block;
    width: 50%;
    float: left; }
    #book_an_appointment form tr td {
      display: block;
      width: 100%;
      padding: 12px; }
  #book_an_appointment form span {
    padding: 12px; }
    #book_an_appointment form span input {
      padding: 22px;
      background: none;
      border: 2px solid #453634;
      color: #453634;
      font-size: 18px;
      text-transform: uppercase; }

.tabledefault {
  width: 100%; }
  .tabledefault table {
    width: 100%; }

#find_us, #shoe_ebellishment {
  overflow: hidden;
  position: relative; }
  #find_us #find_us_bg, #shoe_ebellishment #find_us_bg {
    background: url(../images/find-us-bg.jpg);
    background-size: cover;
    position: absolute;
    right: 0; }
  #find_us .slider img, #shoe_ebellishment .slider img {
    left: 50%;
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  #find_us .mid_text p:last-of-type, #shoe_ebellishment .mid_text p:last-of-type {
    margin-bottom: 0; }

#shoe_ebellishment .slider {
  min-height: 50vw; }

#shoe_ebellishment .half_width {
  position: relative; }

#shoe_ebellishment #pause {
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -13px;
  color: transparent; }
  #shoe_ebellishment #pause:before {
    color: #fff;
    font-size: 30px; }

#find_us p {
  margin-bottom: 5px; }

#blog img, #blog-post img {
  max-width: 100%;
  margin-bottom: 40px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

#blog .container h2, #blog-post .container h2 {
  font-size: 30px; }

#blog .blog_meta, #blog-post .blog_meta {
  margin-top: 10px;
  margin-bottom: 50px;
  font-size: 20px;
  display: block; }
  #blog .blog_meta > div, #blog-post .blog_meta > div {
    border-bottom: 1px solid #f1e8df; }

#blog .container > div > article {
  border-top: 1px solid #f1e8df;
  border-right: 1px solid #f1e8df;
  border-left: 1px solid #f1e8df;
  margin-top: -1px !important;
  margin-left: -1px; }
  #blog .container > div > article:nth-of-type(3n) {
    border-right: none; }
  #blog .container > div > article:nth-of-type(3n+1) {
    border-left: none;
    margin-left: 0;
    clear: both; }
  #blog .container > div > article div > a * {
    display: none; }
  #blog .container > div > article div > * {
    display: none; }
  #blog .container > div > article div > a:first-of-type {
    display: inline; }
    #blog .container > div > article div > a:first-of-type img {
      display: inherit;
      margin: 0; }

#blog #blog-post {
  border: none; }
  #blog #blog-post > div > div * {
    text-align: left; }
  #blog #blog-post .handwritten {
    margin-top: 50px;
    color: #f6c1b0; }
  #blog #blog-post .zoom {
    max-width: 100%;
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor: pointer; }

#blog_content > div {
  max-width: 100%;
  display: inline-block;
  position: relative; }

#share_this {
  color: #f6c1b0; }

#comment_box {
  height: 0;
  overflow: hidden;
  clear: both; }
  #comment_box form {
    background: #f2f2f2;
    padding: 15px; }
    #comment_box form .item {
      padding: 10px !important; }
      #comment_box form .item input, #comment_box form .item textarea {
        width: 100%;
        max-width: 100%;
        height: 37px;
        line-height: 34px;
        padding: 10px !important;
        border: 1px solid #453634; }
      #comment_box form .item label {
        font-size: 13px;
        text-transform: initial; }
      #comment_box form .item textarea {
        min-width: 100%;
        height: 72px;
        min-height: 72px; }
      #comment_box form .item input[type='submit'] {
        width: auto;
        height: auto;
        font-size: 18px;
        font-weight: bold;
        text-transform: uppercase;
        padding: 16px 40px;
        background: #453634;
        display: inline-block;
        color: #fff;
        text-decoration: none;
        margin-top: 26px;
        float: right; }
    #comment_box form:after {
      content: '';
      display: block;
      clear: both; }
    #comment_box form .captchaimg {
      float: left;
      margin-right: 10px; }
      #comment_box form .captchaimg img {
        margin-bottom: 0; }
    #comment_box form #CaptchaV2 {
      float: left; }

#comments {
  border-top: 1px solid #f1e8df;
  text-transform: uppercase;
  font-size: 26px; }
  #comments #comments_container div {
    padding: 0 0 0 50px;
    text-transform: none;
    font-weight: 100; }
  #comments #comments_container > div {
    padding: 0 0 0 0; }
    #comments #comments_container > div div {
      border-left: 2px solid #f1e8df; }
  #comments #comment_count {
    margin-top: 8px;
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid #f6c1b0; }
  #comments #leave_comment {
    display: inline-block;
    margin-top: 8px;
    cursor: pointer; }
  #comments .fa {
    margin-left: 20px;
    font-size: 35px; }
  #comments a {
    color: #f6c1b0; }
  #comments .blog_meta {
    text-transform: none;
    font-size: 18px; }

#deal img {
  max-width: 100%; }

.img_wrap {
  position: relative;
  display: inline-block; }

footer .condensed_logo_large {
  height: 165px; }

footer #footer-text {
  display: none; }

footer #footer_nav {
  background: #74777b url(../images/footer-texture.jpg);
  color: #fff; }
  footer #footer_nav > div {
    max-width: 1200px;
    margin: 0 auto; }
  footer #footer_nav h2 {
    margin-bottom: 14px;
    color: #fff;
    font-size: 22px;
    font-weight: normal; }
  footer #footer_nav li {
    font-size: 18px;
    line-height: 22px;
    color: #fff; }
  footer #footer_nav a {
    color: #fff; }
  footer #footer_nav .fa {
    font-size: 42px;
    margin: 0 12px; }

footer #mc_embed_signup form {
  max-width: 660px;
  margin: 0 auto;
  padding: 0 0 50px; }

footer #mc_embed_signup input {
  border: none;
  font-size: 1.2rem; }

footer #mc_embed_signup .mc-field-group {
  width: 100%; }

footer #mc_embed_signup #mc_embed_signup_scroll {
  position: relative;
  padding-right: 124px; }

footer #mc_embed_signup .button {
  width: 124px;
  height: 44px;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  background-color: #453634;
  border-radius: 0;
  text-transform: uppercase;
  transition: background-color 0.2s; }
  footer #mc_embed_signup .button:hover {
    background-color: #614A47; }

footer #mc_embed_signup h2 {
  text-align: center; }

footer #mc_embed_signup div#mce-responses, footer #mc_embed_signup div.response {
  width: 100%;
  float: none;
  padding: 0;
  margin: 0;
  color: #fff !important; }

footer #mc_embed_signup div#mce-responses {
  margin: 20px 0; }

#dress-catalog {
  display: none; }

.dress-list {
  padding: 5px; }
  .dress-list li {
    width: 33.3333%;
    float: left;
    padding: 5px; }
    .dress-list li:hover .dress-list-name {
      opacity: 1; }
    .dress-list li:hover img {
      opacity: 0.5; }
    .dress-list li:nth-of-type(3n+1) {
      clear: left; }
  .dress-list a {
    position: relative;
    display: block;
    background-color: #000; }
    .dress-list a:after {
      content: 'View Details';
      width: 100%;
      position: absolute;
      bottom: 20px;
      left: 0;
      text-align: center;
      font-size: 1.6rem;
      font-weight: bold; }
  .dress-list img {
    width: 100%;
    padding: 0;
    position: relative;
    display: block;
    opacity: 1;
    transition: opacity 0.4s ease-in-out; }

.dress-list-name {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  transform: translate(0, -50%);
  pointer-events: none;
  color: #fff; }
  .dress-list-name div {
    position: relative;
    top: 50%;
    text-align: center;
    font-size: 30px;
    transform: translate(0, -50%);
    padding: 10%; }

#about-video {
  background: rgba(251, 244, 238, 0.8); }

video {
  max-width: 100%;
  max-height: 100vh; }

.deviceTablet .large_text {
  font-size: 30px; }

@media (max-width: 1280px) {
  .deviceTablet #find_us > div {
    padding: 0; }
  .deviceTablet #find_us > div:first-of-type {
    padding: 50px; } }

.deviceTablet #home_slider .slider #slide1 .handwritten {
  padding: 0; }
  .deviceTablet #home_slider .slider #slide1 .handwritten p {
    font-size: 50px; }

.deviceTablet #home_slider .half_width {
  width: 100%;
  padding-right: 120px;
  padding-left: 120px;
  position: absolute;
  top: initial;
  bottom: 100px;
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0); }
  .deviceTablet #home_slider .half_width .dark_leaves, .deviceTablet #home_slider .half_width .light_leaves {
    height: 40px; }
  .deviceTablet #home_slider .half_width .large_text {
    font-size: 50px; }
  .deviceTablet #home_slider .half_width .deal_box .dark_leaves, .deviceTablet #home_slider .half_width .deal_box .light_leaves {
    display: none; }

.deviceTablet #about_boxes > div {
  height: auto !important; }

.deviceTablet #about_boxes > div .box_title {
  height: auto;
  top: 0 !important;
  padding: 40px; }
  .deviceTablet #about_boxes > div .box_title h2 {
    position: relative;
    top: 0;
    padding-right: 80px;
    font-size: 35px; }
  .deviceTablet #about_boxes > div .box_title:after {
    right: 80px;
    bottom: 55px; }

.deviceTablet #about_boxes > div .box_text {
  height: 0;
  overflow: hidden;
  background: none; }
  .deviceTablet #about_boxes > div .box_text div {
    padding: 40px; }

.deviceTablet #about_boxes > .hover .box_title {
  background: rgba(255, 255, 255, 0.8); }

.deviceTablet #about_boxes > .hover .box_text {
  height: auto !important;
  background: rgba(255, 255, 255, 0.8); }

.deviceTablet #shoe_ebellishment .big_padding_top, .deviceTablet #shoe_ebellishment .mid_padding_top {
  padding: 50px; }

.deviceTablet #shoe_ebellishment p {
  font-size: 20px; }

.deviceTablet .pinterest_button, .deviceTablet #shoe_ebellishment .pinterest_button {
  top: 20px;
  right: 20px;
  font-size: 40px; }

.deviceTablet .zoom:after {
  font-size: 38px;
  right: 20px; }

.deviceTablet .zoom .pinterest_button {
  top: 90px; }

@media only screen and (orientation: landscape) {
  .deviceTablet #home_slider .logo {
    width: 135px;
    top: 35px;
    right: 35px; }
  .deviceTablet #home_slider .slider_ctrl {
    -moz-transform: scale(0.7);
    -o-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    transform: scale(0.7); }
  .deviceTablet #home_slider #slide1 .handwritten {
    padding: 0; }
    .deviceTablet #home_slider #slide1 .handwritten p {
      font-size: 50px;
      line-height: 55px; }
  .deviceTablet #home_slider .half_width {
    bottom: 20px; }
  .deviceTablet #home_slider h2.sm_margin_bottom {
    margin-bottom: 20px; }
  .deviceTablet #home_slider .dark_leaves, .deviceTablet #home_slider .light_leaves {
    margin-bottom: 60px; }
  .deviceTablet #home_slider .deal_box #upper_text, .deviceTablet #home_slider .deal_box #lower_text {
    font-size: 16px; }
  .deviceTablet #home_slider .deal_box #mid_text {
    font-size: 84px; }
  .deviceTablet #home_slider .deal_box .light_leaves {
    margin-bottom: 40px; }
  .deviceTablet #home_slider .deal_box div:first-of-type {
    display: none; }
  .deviceTablet #blog .container .half_width {
    width: 50%; }
  .deviceTablet #blog .container > div > div:nth-of-type(even) {
    border-left: 1px solid #f1e8df !important; }
  .deviceTablet #blog .container > div > div:nth-of-type(odd) {
    border-right: 1px solid #f1e8df !important; }
  .deviceTablet #shoe_ebellishment .dark_leaves {
    height: 35px; }
  .deviceTablet #shoe_ebellishment .sm_margin_bottom {
    margin-bottom: 25px; }
  .deviceTablet #shoe_ebellishment .sm_padding_left {
    padding-left: 25px; }
  .deviceTablet #shoe_ebellishment .sm_padding_right {
    padding-right: 25px; }
  .deviceTablet #shoe_ebellishment p {
    margin-bottom: 25px;
    font-size: 16px; } }

@media only screen and (orientation: portrait) {
  .deviceTablet #find_us > div:first-of-type {
    width: 100%; }
  .deviceTablet #find_us #find_us_bg, .deviceTablet #shoe_ebellishment > div {
    width: 100% !important; }
  .deviceTablet #shoe_ebellishment .slider {
    max-height: 850px;
    position: relative;
    display: block; } }

.deviceSmartphone body {
  padding: 75px 0 0 0; }

.deviceSmartphone p {
  font-size: 20px; }

.deviceSmartphone .dark_leaves, .deviceSmartphone .light_leaves {
  height: 30px; }

.deviceSmartphone .condensed_logo_large {
  height: 150px; }

.deviceSmartphone .large_text {
  font-size: 28px;
  font-size: 8vw; }

.deviceSmartphone .mid_text {
  font-size: 22px; }

.deviceSmartphone .slider_ctrl {
  -moz-transform: scale(0.7);
  -o-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -webkit-transform: scale(0.7);
  transform: scale(0.7); }

.deviceSmartphone #main_nav {
  width: 0; }
  .deviceSmartphone #main_nav.active {
    width: 320px; }
  .deviceSmartphone #main_nav #menu_button_container {
    width: 100%;
    height: 75px;
    padding-top: 24px;
    background: #ebded2;
    position: fixed; }
    .deviceSmartphone #main_nav #menu_button_container #menu_button {
      width: 32px;
      margin: 0 25px 0 0;
      cursor: pointer;
      float: right; }
  .deviceSmartphone #main_nav #main_nav_container {
    width: 320px;
    margin: 0;
    padding-top: 75px; }
  .deviceSmartphone #main_nav.active {
    background: #f0e7de; }
    .deviceSmartphone #main_nav.active #menu_button_container {
      right: 0; }
  .deviceSmartphone #main_nav .condensed_logo_white {
    width: 30px;
    height: 55px;
    position: fixed;
    top: 10px;
    left: 25px; }

.deviceSmartphone .logo {
  width: 100px;
  top: 20px !important;
  right: 20px !important; }

.deviceSmartphone #home_slider {
  overflow: visible;
  height: auto; }
  .deviceSmartphone #home_slider > .logo {
    display: none; }
  .deviceSmartphone #home_slider .logo {
    opacity: 1; }
  .deviceSmartphone #home_slider .slider_ctrl, .deviceSmartphone #home_slider .slick-next, .deviceSmartphone #home_slider .slick-prev {
    display: none !important; }
  .deviceSmartphone #home_slider .slider {
    height: auto;
    width: 100% !important;
    left: inherit !important; }
    .deviceSmartphone #home_slider .slider .half_width {
      padding: 200px 50px 50px;
      position: relative;
      top: 0;
      -moz-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0); }
    .deviceSmartphone #home_slider .slider .slide1 {
      padding-top: 90%;
      padding-bottom: 0; }
    .deviceSmartphone #home_slider .slider .slick-cloned {
      display: none; }
    .deviceSmartphone #home_slider .slider .slick-track {
      width: 100% !important;
      -moz-transform: none !important;
      -o-transform: none !important;
      -ms-transform: none !important;
      -webkit-transform: none !important;
      transform: none !important; }
    .deviceSmartphone #home_slider .slider .slick-slide {
      width: 100% !important;
      float: none;
      border-bottom: 2px solid #453634; }
      .deviceSmartphone #home_slider .slider .slick-slide > img {
        display: none; }
    .deviceSmartphone #home_slider .slider .handwritten {
      margin-bottom: 0;
      padding: 50px 0 0;
      font-size: 35px; }
  .deviceSmartphone #home_slider #home_slider_container li {
    width: 100% !important;
    height: auto;
    min-height: inherit;
    padding: 240px 20px 50px;
    float: none; }
    .deviceSmartphone #home_slider #home_slider_container li .large_text {
      padding: 0;
      font-size: 50px; }
    .deviceSmartphone #home_slider #home_slider_container li > li > img {
      border: none; }
  .deviceSmartphone #home_slider .deal_box {
    border: none;
    padding: 0; }
    .deviceSmartphone #home_slider .deal_box #mid_text {
      font-size: 58px; }
    .deviceSmartphone #home_slider .deal_box #upper_text, .deviceSmartphone #home_slider .deal_box #lower_text {
      font-weight: bold;
      font-size: 16px; }
    .deviceSmartphone #home_slider .deal_box .light_leaves, .deviceSmartphone #home_slider .deal_box dark_leaves {
      display: none; }
  .deviceSmartphone #home_slider .dark_leaves, .deviceSmartphone #home_slider .light_leaves {
    margin-bottom: 30px; }

.deviceSmartphone .mob_image {
  display: block; }
  .deviceSmartphone .mob_image img {
    width: 100% !important;
    height: auto !important;
    left: 0; }

.deviceSmartphone #collection .text_container {
  margin-bottom: 50px; }

.deviceSmartphone #collection_logo {
  margin-top: 50px; }
  .deviceSmartphone #collection_logo img {
    max-width: 100%; }

.deviceSmartphone #collection_item #collection_logo img {
  padding: 0 50px; }

.deviceSmartphone table.productSmall td {
  width: 100%;
  padding: 10px; }

.deviceSmartphone table.productSmall .about_box_overlay {
  position: relative;
  background: none;
  opacity: 1;
  padding: 10px 0 20px 0;
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0); }
  .deviceSmartphone table.productSmall .about_box_overlay div {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    color: #453634; }

.deviceSmartphone #collection_item #sidebar {
  padding: 0; }
  .deviceSmartphone #collection_item #sidebar h1, .deviceSmartphone #collection_item #sidebar p {
    padding: 0 50px;
    text-align: center; }
  .deviceSmartphone #collection_item #sidebar .plus_link {
    margin: 0 50px; }

.deviceSmartphone #collection_item #gallery span {
  padding: 12px 0; }
  .deviceSmartphone #collection_item #gallery span img {
    max-width: 100% !important;
    max-height: inherit !important; }

.deviceSmartphone #collection_item #gallery .zoom:after {
  content: '' !important;
  display: none; }

.deviceSmartphone #collection_item #gallery > div div.zoom .pinterest_button {
  top: 30px; }

.deviceSmartphone #book_an_appointment {
  padding: 50px 0; }
  .deviceSmartphone #book_an_appointment .text_container > div.mid_margin_bottom {
    margin-bottom: 50px; }
  .deviceSmartphone #book_an_appointment form span {
    width: 100%;
    padding: 12px 0; }
    .deviceSmartphone #book_an_appointment form span input {
      padding: 14px 18px;
      font-size: 12px; }
  .deviceSmartphone #book_an_appointment form .big_button {
    width: 100%;
    margin-top: 12px;
    padding: 14px 18px; }

.deviceSmartphone #find_us {
  height: auto; }
  .deviceSmartphone #find_us > div:first-of-type {
    padding: 50px; }

.deviceSmartphone #about_description {
  padding-top: 50px; }
  .deviceSmartphone #about_description .condensed_logo_large {
    margin-bottom: 50px; }

.deviceSmartphone #shoe_ebellishment .big_padding_top {
  padding-top: 50px; }

.deviceSmartphone #shoe_ebellishment > div {
  width: 100%; }

.deviceSmartphone #shoe_ebellishment .slick-slider {
  max-height: 100vw; }

.deviceSmartphone #about_boxes > div {
  height: auto !important;
  background: rgba(255, 255, 255, 0.8); }
  .deviceSmartphone #about_boxes > div h2 {
    position: relative;
    bottom: 0;
    padding: 0;
    font-size: 28px; }
  .deviceSmartphone #about_boxes > div .box_title {
    padding: 30px 60px; }
    .deviceSmartphone #about_boxes > div .box_title:after {
      content: ''; }
  .deviceSmartphone #about_boxes > div .box_text {
    height: auto !important;
    background: none; }
    .deviceSmartphone #about_boxes > div .box_text div {
      padding: 0 60px 30px; }
  .deviceSmartphone #about_boxes > div:hover .box_title, .deviceSmartphone #about_boxes > div:hover .box_text {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }

.deviceSmartphone #comments #comment_count {
  border-right: none; }

.deviceSmartphone #blog .container > div > div {
  border-top: none;
  border-right: none;
  border-bottom: 1px solid #f1e8df;
  border-left: none; }

.deviceSmartphone #blog .container .third_width {
  width: 100%; }

.deviceSmartphone #footer {
  padding-top: 50px; }
  .deviceSmartphone #footer .condensed_logo_large {
    margin-bottom: 50px; }
  .deviceSmartphone #footer #footer_nav {
    padding: 50px 20px; }
    .deviceSmartphone #footer #footer_nav .third_width {
      width: 100%;
      padding: 0;
      margin-bottom: 50px; }
  .deviceSmartphone #footer #footer_nav .text_center {
    padding-left: 0;
    padding-right: 0; }
  .deviceSmartphone #footer #mc_embed_signup #mc_embed_signup_scroll {
    padding-right: 0; }
  .deviceSmartphone #footer #mc_embed_signup .button {
    position: relative; }

@media only screen and (orientation: landscape) {
  .deviceSmartphone body {
    padding: 55px 0 0 0 !important; }
  .deviceSmartphone #main_nav #menu_button_container {
    height: 55px !important;
    padding-top: 12px !important; }
  .deviceSmartphone #main_nav #main_nav_container {
    padding-top: 55px !important; }
  .deviceSmartphone #main_nav .condensed_logo {
    width: 25px !important;
    height: 50px !important;
    top: 3px !important; } }

@media (max-width: 1600px) {
  .logo {
    width: 190px; }
  #about_boxes {
    border-top: 6px solid #fff;
    border-bottom: none; }
    #about_boxes > div {
      width: 50%;
      border-top: none;
      border-bottom: 6px solid #fff; }
      #about_boxes > div:nth-of-type(odd) {
        border-right: 6px solid #fff;
        border-left: none; }
      #about_boxes > div:nth-of-type(even) {
        border-right: none;
        border-left: none; }
      #about_boxes > div h2 {
        width: 100%;
        padding-right: 210px;
        font-size: 45px; } }

@media (max-width: 1300px) {
  #shoe_embellishment .big_padding_top {
    padding-top: 100px; } }

@media (max-width: 1280px) {
  .logo {
    width: 180px; } }

@media (max-width: 1200px) {
  #home_slider .slider .half_width {
    width: 100%;
    padding-right: 120px;
    padding-left: 120px;
    position: absolute; }
  #home_slider h2.sm_margin_bottom {
    margin-bottom: 20px; }
  #home_slider .dark_leaves, #home_slider .light_leaves {
    margin-bottom: 60px; }
  #home_slider .deal_box {
    border: none; }
  #collection_item #sidebar {
    width: 100%;
    position: relative; }
    #collection_item #sidebar #collection_logo, #collection_item #sidebar .collection_logo {
      margin-bottom: 50px; }
    #collection_item #sidebar h1, #collection_item #sidebar h2 {
      text-align: center; }
    #collection_item #sidebar .dark_leaves {
      background-position: center; }
    #collection_item #sidebar #dress_read_more {
      text-align: center; }
  #collection_item #gallery {
    padding-right: 10px; }
  #blog .container {
    border-top: none;
    margin-top: 50px; }
    #blog .container > div > article {
      border-right: 1px solid #f1e8df;
      border-left: none; }
      #blog .container > div > article:nth-of-type(3n+1) {
        border-left: none;
        margin-left: 0;
        clear: none; }
      #blog .container > div > article:nth-of-type(odd) {
        clear: both; }
      #blog .container > div > article:nth-of-type(2n+2) {
        border-right: none;
        border-left: 1px solid #f1e8df;
        margin-left: -1px; }
    #blog .container .third_width {
      width: 50%;
      padding-top: 50px;
      padding-bottom: 80px;
      margin: 0; }
  #about_boxes > div {
    width: 100%; }
    #about_boxes > div h2 {
      width: 100%;
      padding-right: 210px;
      font-size: 45px; }
  #comments #comment_count, #comments #leave_comment {
    float: left;
    margin-bottom: 20px; }
  #comments #share_this {
    width: 100%;
    margin-bottom: 20px; }
  #comments .blog_meta {
    clear: both; }
  #book_an_appointment form span input {
    padding: 12px;
    font-size: 13px;
    font-size: 2vw; }
  #shoe_ebellishment .big_padding_top {
    padding-top: 100px; }
  #shoe_ebellishment a, #shoe_ebellishment p {
    font-size: 20px; }
  #shoe_ebellishment .pinterest_button {
    font-size: 54px; }
  #shoe_embellishment .big_padding_top {
    padding-top: 50px; }
  #footer {
    padding-top: 50px; }
    #footer .condensed_logo_large {
      margin-bottom: 50px; }
    #footer #footer_nav {
      padding: 50px; }
      #footer #footer_nav .third_width {
        padding: 0 25px; }
        #footer #footer_nav .third_width li {
          font-size: 16px; }
      #footer #footer_nav .sm_padding_left {
        padding-left: 25px; }
      #footer #footer_nav .sm_padding_right {
        padding-right: 25px; }
  .dress-list a:after, table.productSmall td a:after {
    font-size: 1.2rem; } }

@media (max-width: 1000px) {
  #shoe_embellishment .dark_leaves {
    display: none; }
  #shoe_embellishment .large_text {
    font-size: 30px; } }

@media (max-width: 700px) {
  #shoe_embellishment .half_width {
    width: 100%; } }

@media (max-width: 660px) {
  body {
    padding: 75px 0 0 0; }
  p {
    font-size: 18px;
    line-height: 30px; }
  .dark_leaves, .light_leaves {
    height: 30px; }
  .condensed_logo_large {
    height: 150px; }
  .large_text {
    font-size: 60px;
    font-size: 10vw; }
  .mid_text {
    font-size: 22px; }
  .big_button {
    font-size: 14px; }
  .sm_margin_top {
    margin-top: 30px; }
  .sm_margin_right {
    margin-right: 30px; }
  .sm_margin_bottom {
    margin-bottom: 30px; }
  .sm_margin_left {
    margin-left: 30px; }
  #main_nav {
    width: 0; }
    #main_nav #menu_button_container {
      width: 100%;
      height: 75px;
      padding-top: 24px;
      background: #ebded2;
      position: fixed; }
      #main_nav #menu_button_container #menu_button {
        width: 32px;
        margin: 0 25px 0 0;
        cursor: pointer;
        float: right; }
      #main_nav #menu_button_container .left {
        padding: 75px 25px 0; }
    #main_nav #main_nav_container {
      width: 320px;
      margin: 75px 0 0 0; }
    #main_nav.active {
      background: #f0e7de; }
      #main_nav.active #menu_button_container {
        right: 0; }
    #main_nav .condensed_logo {
      width: 30px;
      height: 55px;
      position: absolute;
      top: 10px;
      left: 25px; }
  #home_slider {
    overflow: visible; }
    #home_slider .slider_ctrl {
      display: none; }
    #home_slider .slider {
      width: 100% !important;
      left: inherit !important; }
      #home_slider .slider .half_width {
        padding: 0;
        position: relative;
        top: 0;
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0); }
      #home_slider .slider #slide1 {
        position: inherit;
        left: 0;
        padding: 250px 0 50px; }
        #home_slider .slider #slide1 .handwritten p {
          font-size: 50px;
          line-height: 50px; }
    #home_slider #home_slider_container li {
      width: 100% !important;
      height: 100vh;
      padding: 150px 0;
      float: none; }
      #home_slider #home_slider_container li .large_text {
        padding: 0 50px;
        font-size: 50px; }
  #collection .text_container {
    margin-bottom: 50px; }
  #collection_logo, .collection_logo {
    margin-top: 50px; }
    #collection_logo img, .collection_logo img {
      max-width: 100%; }
  #collection_item #collection_logo img, #collection_item .collection_logo img {
    padding: 0 50px; }
  #collection_boxes > div {
    width: 50%; }
  #collection_item #sidebar {
    padding: 0; }
    #collection_item #sidebar h1, #collection_item #sidebar h2, #collection_item #sidebar p {
      padding: 0 50px;
      text-align: center; }
    #collection_item #sidebar .plus_link {
      margin: 0 50px; }
  #collection_item #gallery span {
    padding: 12px 0; }
  table.productSmall td {
    width: 100%; }
  #book_an_appointment {
    padding: 50px 0; }
    #book_an_appointment .text_container > div.mid_margin_bottom {
      margin-bottom: 50px; }
    #book_an_appointment form span {
      width: 100%;
      padding: 12px 0; }
      #book_an_appointment form span input {
        padding: 14px 18px;
        font-size: 12px; }
    #book_an_appointment form .big_button {
      width: 100%;
      margin-top: 12px;
      padding: 14px 18px; }
  #find_us {
    height: auto;
    min-height: inherit; }
    #find_us > div:first-of-type {
      padding: 50px; }
  #about_description {
    padding-top: 50px; }
    #about_description .condensed_logo_large {
      margin-bottom: 50px; }
  #about_boxes > div {
    height: auto !important;
    background: rgba(255, 255, 255, 0.8); }
    #about_boxes > div h2 {
      position: relative;
      bottom: 0;
      padding: 0;
      font-size: 28px; }
    #about_boxes > div .box_title {
      padding: 30px 60px; }
      #about_boxes > div .box_title:after {
        content: ''; }
    #about_boxes > div .box_text {
      height: auto !important;
      background: none; }
      #about_boxes > div .box_text p {
        font-size: 18px; }
      #about_boxes > div .box_text div {
        padding: 0 60px 30px; }
    #about_boxes > div:hover .box_title, #about_boxes > div:hover .box_text {
      -moz-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0); }
  #comments #comment_count {
    border-right: none; }
  #comment_box form .item {
    width: 100%; }
  #blog .container > div > article {
    border-top: none;
    border-right: none;
    border-bottom: 1px solid #f1e8df;
    border-left: none; }
  #blog .container .third_width {
    width: 100%; }
  #shoe_ebellishment > div {
    width: 100%; }
  #shoe_ebellishment .big_padding_top {
    padding-top: 50px; }
  #footer {
    padding-top: 50px; }
    #footer .condensed_logo_large {
      margin-bottom: 50px; }
    #footer #footer_nav {
      padding: 50px; }
      #footer #footer_nav .third_width {
        width: 100%;
        padding: 0;
        margin-bottom: 50px; }
      #footer #footer_nav .contact {
        padding: 0; }
  .dress-list li {
    width: 100%; } }

@media (max-width: 320px) {
  table.productSmall td {
    width: 100%;
    padding: 10px; }
  table.productSmall .about_box_overlay {
    position: relative;
    background: none;
    opacity: 1;
    padding: 10px 0 20px 0; }
    table.productSmall .about_box_overlay div {
      -moz-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
      color: #453634; } }

@media (max-height: 600px) {
  #home_slider #slide1 .large_text {
    padding: 0; }
  #home_slider #slide3 {
    background-position: right; }
  #home_slider .slider .half_width {
    width: 100%;
    padding-right: 120px;
    padding-left: 120px;
    position: absolute;
    top: inherit;
    bottom: 20px;
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  #home_slider h2.sm_margin_bottom {
    margin-bottom: 20px; }
  #home_slider .dark_leaves, #home_slider .light_leaves {
    margin-bottom: 60px; } }