header#header { display: none }

body.postid-86396 h1.general-title.story.ChronicleDeck {color: #000!important }

/* mobile */

div#mobile-nav, .mobile {
  background: #000;
  display: block;
  visibility: visible;
  width: 100%;
  overflow: visible;
  z-index: 601;
}

header .menu li .sub-menu li.mobile { background: none!important }

div#mobile-nav {
  position: fixed;
}
body.home div#mobile-nav {
  background: transparent;
}

@media (max-width: 1023px) {
  html.home {
    overflow: hidden;
  }
  html.home  #scroll-container {
    position: absolute;
    height: 100%;
    overflow-y: visible;
    min-width: 100%;
  }
}

ul.mn-first {
  display: table;
  height: 70px;
  margin: 0 10px;
  width: calc(100% - 20px);
}

div#mobile-nav ul.mn-first > li {
  display: table-cell;
  line-height: 0;
  text-align: center;
  vertical-align: middle;
  width: 32%;
}

/* second li*/
body.home div#mobile-nav ul.mn-first > li:nth-child(0n+2) {
  background: #000;
  height: 70px;
  left: 0;
  line-height: 60px;
  position: absolute;
  width: 100%;
  top: -70px;
  -webkit-transition: top 0.5s;
          transition: top 0.5s;
}
body.home div#mobile-nav.in ul.mn-first > li:nth-child(0n+2) {
  top: 0;
}

div#mobile-nav ul.mn-first li a img {

	
height: 50px;
    width: 50px;
		
}

div#mobile-nav ul.mn-first > li:last-child {
  position: absolute;
  right: 10px;
  text-align: right;
  z-index: 3;
}

#homepage_overlay ul.menu,
ul.mobile-menu {
  font-family: 'Montserrat', Verdana, sans-serif;
}

ul.mobile-menu {
  display: block;
  clear: both;
  height: 100vh;
  overflow-y: visible;
  padding-top: 70px;
  position: absolute;
  top: 0;
  width: 100%;
  left: -100%;
  background-color: rgba(0,0,0,.8);
}

#homepage_overlay ul.menu li,
ul.mobile-menu li {
  display: block;
  font-weight: lighter;
  padding: 20px 0 0;
  text-align: left;
  text-transform: uppercase;
}

ul.mobile-menu li {
  font-size: 35px;
  letter-spacing: 0.23em
}

ul.mobile-menu .sub-menu .sub-menu li {
  font-size: 12px;
  letter-spacing: 0.08em;
  padding: 0 0 0 8px;
  padding-bottom: 16px;
  text-transform: capitalize;
}

ul.mobile-menu > li.menu-item-has-children {
  padding-left: 30px;
  line-height: 1em;
  padding-top: 40px;
}

ul.mobile-menu > li.menu-item-has-children:before {
  content: '+';
  display: inline-block;
  font-family: 'Times New Roman';
  font-size: 26px;
  margin-right: 20px;
  vertical-align: bottom;
}

ul.mobile-menu > li.open.menu-item-has-children:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

ul.mobile-menu > li > .sub-menu {
  display: none;
  font-size: 1.1rem;
  padding-left: 38px;
  overflow-y: auto;
}

ul.mobile-menu > li > .sub-menu li {
  font-size: 25px;
  width: 90%;
}

ul.mobile-menu > li > .sub-menu li.double {
  line-height: 2em;
}

ul.mobile-menu .sub-menu > li.menu-item-has-children > span {
  display: inline-block;
  font-size: 150%;
  float: right;
  padding-right: 70px;
}

ul.mobile-menu .sub-menu > li.menu-item-has-children div {
  display: none;
  padding-top: 70px;
  position: absolute;
  top: 0;
  min-width: 100%;
  left: 100%;
  width: 100%;
  background-color: rgba(0,0,0,.8);
}

ul.mobile-menu .sub-menu > li.menu-item-has-children div a.back,
ul.mobile-menu .sub-menu > li.menu-item-has-children div ul {
  float: left;
}

ul.mobile-menu .sub-menu > li.menu-item-has-children div a.back {
  margin-left: 20px;
  padding-left: 11px;
  width: 40px;
  z-index: 1999;
  font-size: 150%;
  margin-top: -4px;
  padding-top: 42px;
}

ul.mobile-menu .sub-menu > li.menu-item-has-children div ul {
  height: -webkit-calc(100vh - 70px);
  height: -moz-calc(100vh - 70px);
  height: -o-calc(100vh - 70px);
  height: calc(100vh - 70px);
  width: 80%;
  overflow-y: auto;
  padding-bottom: 20px
}

ul.mobile-menu .sub-menu > li.menu-item-has-children div ul li:first-child { padding-top: 38px }

/* ul.sub-menu li { padding: 24px 0 0 } */


/* -----------------------------------------------------------------------------
  HAMBURGER ICONS COMPONENT

----------------------------------------------------------------------------- */
/**
 * Toggle Switch Globals
 *
 * All switches should take on the class `c-hamburger` as well as their
 * variant that will give them unique properties. This class is an overview
 * class that acts as a reset for all versions of the icon.
 */
.c-hamburger {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 44px;
  height: 26px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  z-index: 1500;
  -webkit-transition: background 0.3s;
          transition: background 0.3s;
}

.c-hamburger:focus {
  outline: none;
}

.c-hamburger span {
  display: block;
  position: absolute;
  top: 12px;
  left: 15px;
  right: 4px;
  height: 1px;
  background: white;
}

.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  content: "";
}

body.home .c-hamburger span,
body.home .c-hamburger span::before,
body.home .c-hamburger span::after {
  background: black;
}

body.home .c-hamburger.is-active span::before,
body.home .c-hamburger.is-active span::after,
body.home .in .c-hamburger span,
body.home .in .c-hamburger span::before,
body.home .in .c-hamburger span::after {
  background: white;
}

body.home .in .c-hamburger.is-active span,
body.home .c-hamburger.is-active span {
    background: none;
}

.c-hamburger span::before {
  top: -7px;
}

.c-hamburger span::after {
  bottom: -7px;
}

/**
 * Style 2
 *
 * Hamburger to "x" (htx). Takes on a hamburger shape, bars slide
 * down to center and transform into an "x".
 */
.c-hamburger--htx { background: transparent }

.c-hamburger--htx span {
  -webkit-transition: background 0s 0.3s;
          transition: background 0s 0.3s;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  -webkit-transition-duration: 0.3s, 0.3s;
          transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
          transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
  -webkit-transition-property: top, -webkit-transform;
          transition-property: top, transform;
}

.c-hamburger--htx span::after {
  -webkit-transition-property: bottom, -webkit-transform;
          transition-property: bottom, transform;
}

/* active state, i.e. menu open */
.c-hamburger--htx.is-active {
  background: transparent
}

.c-hamburger--htx.is-active span {
  background: none;
}

.c-hamburger--htx.is-active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-hamburger--htx.is-active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  -webkit-transition-delay: 0s, 0.3s;
          transition-delay: 0s, 0.3s;
}

div.dg_language_selector{
  color: #999;
  cursor: pointer;
  display: inline-block;
  direction: rtl;
 font-family: 'Libre Baskerville', serif;
  font-size: 13px;
  letter-spacing: 0.18em;
  line-height: 70px;
  margin-right: 15px;
  text-align: right;
  text-transform: uppercase;
  z-index: 1500;
}
div.dg_language_selector.mob{
  direction: ltr;
}
div.dg_language_selector.mob > div {
  width: auto !important;
}

div.dg_language_selector a { color: #999 }

div.dg_language_selector span:hover,
div.dg_language_selector.mob li.a a,
div.dg_language_selector a:hover {
 color: #fff
}


div.dg_language_selector > span,
div.dg_language_selector > a.share_me > span {
  float: right;
  margin-left: 18px;
  text-decoration: none;
  font-size: 1.2rem;
}
@media (max-width: 1024px) {
  div.dg_language_selector span {
    display: none;
  }
  div.dg_language_selector a.share_me  {
    display: block;
    width: 18px;
    height: 53px;
    background-size: contain;
    background: transparent url('../images/DG_share_symbol.svg') no-repeat;
    margin-top: 24px;
  }
}



div.dg_language_selector div {
  display: inline-block;
  height: 70px;
  line-height: 0;
  overflow: hidden;
  width: 0;
  z-index: 1000;

  float:right;
}

div.dg_language_selector div ul {
  display: inline-block;
  line-height: 0;
  padding: 0;
  white-space: nowrap;
}
div.dg_language_selector div ul li {
  display: inline-block;
  line-height: 70px;
  padding: 0 15px 0 0;
}

/* homepage overlay with logo and links in it*/

#homepage_overlay {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  background-color: rgba(0,0,0,.9);
  z-index: 600;
}

#homepage_overlay:after{
  content : '';
  position: absolute;
  left: 0; top: 50%; right: 0; bottom: -1px;
  z-index: 0;
  background-color: transparent;

  /*background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.95) 100%);
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.95) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.95) 100%);*/
}

#homepage_overlay .intro_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

#homepage_overlay > div.logo_container {
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 70%;
  z-index: 1;
}

#homepage_overlay ul.menu{
  display: table;
  margin: 60px auto 0;
  min-width: 330px;
}
#homepage_overlay ul.menu li{
  display: table-cell;
  text-align: center;
  white-space: nowrap;
}
#homepage_overlay ul.menu li:first-child{
  text-align: left;
}
#homepage_overlay ul.menu li:last-child{
  text-align: right;
}

#homepage_overlay img {
  display: block;
  height: auto;
  margin: 0 auto 0;
  width: 600px;
}

.down_arrow {
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  bottom: 70px;
  cursor: pointer;
  height: 18px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%) rotate(45deg);
  width: 18px;
  z-index: 1;
}

/* desktop menu (starts at 1025 so that ipads @ 1024 have mobile menu */
@media (min-width: 1025px) {
  div#mobile-nav, .mobile {
    display: none;
  }
  header#header {
    display: block;
    position: fixed;
  }
  body.home header#header {
    top: -70px;
    -webkit-transition: top 0.5s;
            transition: top 0.5s;
  }
  body.home header#header.in {
    top: 0px;
  }
  header .menu {
    background-color: transparent;
    display: block;
    height: 70px;
    line-height: 0;
    position: relative;
    text-align: center;
    width: 100%;
  }

  header .menu ul.sub-menu {
    background-color: rgba(0,0,0,.75);
  }

  header .menu li {
    cursor: pointer;
    display: inline-block;
    height: 70px;
    line-height: 0;
    margin: 0 1px;
    margin: 0 0.5vw;
  }

  header .menu li.stories {
    margin-left: 0;
  }
  header .menu li:last-child{
    margin-right: 0;
  }

  .menu li.hover,
  .menu li.active,
  .menu li.hover > a,
  .menu li.active > a,
  .menu li.current-menu-item > a,
  .menu li a:hover {
    color: #fff!important;
    cursor: pointer
  }

  header .menu li a {
    line-height: 70px;
  }

  header .menu li .sub-menu {
    display: block;
    left: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: left;
    visibility: hidden;
    -webkit-transition: -webkit-visibility 0s, -webkit-opacity 0.5s linear;
    -moz-transition: -moz-visibility 0s, -moz-opacity 0.5s linear;
    -o-transition: -o-visibility 0s, -o-opacity 0.5s linear;
    transition: visibility 0s, opacity 0.5s linear;
  }

  header .menu li .sub-menu li {
    height: 56px;
    line-height: 0;
  }

  header .menu li .sub-menu li.full li {
    padding: 0;
  }

  header .menu li.hover > .sub-menu {
    height: 56px;
    line-height: 0;
    opacity: 1;
    text-align: center;
    top: 70px;
    visibility: visible;
    z-index: -1;
  }

  header .menu li .sub-menu a {
    font-size: 10px;
    line-height: 56px;
  }

  header .menu .sub-menu li.hover > .sub-menu {
    height: auto;
    padding-top: 0;
    padding-bottom: 50px;
    top: 56px;
  }

  header .menu .sub-menu .sub-menu a {
    line-height: 2.5em;
    letter-spacing: 0.11em;
    text-transform: capitalize!important
  }

  header .menu .sub-menu .col {
    float: left;
    width: 100%;
    text-align: left;
  }

  header .menu .col.col-2 {width: 50%;}
  header .menu .col.col-3 {width: 33.3%;}
  header .menu .col.col-4 {width: 25%;}
  header .menu .col.col-5 {width: 20%;}
  header .menu .col.col-6 {width: 16.6%;}

  header .menu .sub-menu li.full,
  header .menu .sub-menu .col li {
    height: auto;
    margin-left: 0;
    width: 100%;
  }

  header .menu .sub-menu .col {
    line-height: 0;
    margin-top: 15px;
  }
  header .menu .sub-menu .col li {
    line-height: 0;
  }

  div.dg_language_selector {
    position: absolute;
    right: 25px;
    top: 0;
    line-height: 70px;
  }

  header .menu li:first-child {
    margin-left: 0;
  }
  header .menu li:last-child {
    margin-right: 0;
  }

  div.top-nav {
    background: #000;
    display: block;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 666
  }

  span.header-logo {
    display: inline-block;
    left: 40px;
    top: 18px;
    position: absolute;
    z-index: 1;
  }

  span.header-logo img {
    height: 50px;
    width: 50px;
	margin-top: -5px;	
  }



}

/* desktop other elements */
@media (min-width: 1024px) {
  .mobile {
    display: none;
  }

  #homepage_overlay {
    height: 100vh;
  }

  /* fixed background for ipad and desktop only */
  #homepage_overlay .intro_image {
    position: fixed;
    pointer-events: none;
  }

  #homepage_overlay > div.logo_container {
    min-width: 330px;
  }

  #homepage_overlay ul.menu{
    display: table;
  }

  #homepage_overlay ul.menu li a,
  header .menu li a {
    font-family: 'Libre Baskerville', serif;
    font-size: 12px;
   
    text-transform: uppercase
  }

  header .menu li a { color: #999 }
  #homepage_overlay ul.menu li a:hover { color: #999!important }
  header .menu li a { color: #999 }

  #homepage_overlay ul.menu li,
  header .menu li {
    margin: 0 2px;
    margin: 0 0.8%;
  }


}
@media (min-width: 1366px) {
  header .menu li {
    margin: 0 20px;
    margin: 0 0.8%;
  }
}

/* delay elements showing up on page load */
.delayed_reveal {
  opacity: 0;
}

.crawlUp {
  opacity:0;

  -webkit-animation-name: fadeIn, crawl;
  -webkit-animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;

  animation-name: fadeIn, crawl;
  animation-timing-function: ease-in;
  animation-iteration-count: 1;

  -webkit-animation-fill-mode:forwards;
  -moz-animation-fill-mode:forwards;
  -o-animation-fill-mode:forwards;
  animation-fill-mode:forwards;
}

.fadeIn {
  opacity:0;
  -webkit-animation:fadeIn ease-in 1;
  -moz-animation:fadeIn ease-in 1;
  -o-animation:fadeIn ease-in 1;
  animation:fadeIn ease-in 1;
  -webkit-animation-fill-mode:forwards;
  -moz-animation-fill-mode:forwards;
  -o-animation-fill-mode:forwards;
  animation-fill-mode:forwards;
}

/* Animation Times - Time for image to fade in
---------------------------------------------------- */
.fadeIn-500ms {
  -webkit-animation-duration:500ms;
  -moz-animation-duration:500ms;
  -o-animation-duration:500ms;
  animation-duration:500ms;
}
.fadeIn-1s {
  -webkit-animation-duration:1s;
  -moz-animation-duration:1s;
  -o-animation-duration:1s;
  animation-duration:1s;
}
.fadeIn-2s {
  -webkit-animation-duration:2s;
  -moz-animation-duration:2s;
  -o-animation-duration:2s;
  animation-duration:2s;
}

.fadeIn-3s {
  -webkit-animation-duration:3s;
  -moz-animation-duration:3s;
  -o-animation-duration:3s;
  animation-duration:3s;
}

/* Animation Delay - Time for image to be delayed
---------------------------------------------------- */
.fadeIn-Delay-500ms {
  -webkit-animation-delay:500ms;
  -moz-animation-delay:500ms;
  -o-animation-delay:500ms;
  animation-delay:500ms;
}

.fadeIn-Delay-1s {
  -webkit-animation-delay:1s;
  -moz-animation-delay:1s;
  -o-animation-delay:1s;
  animation-delay:1s;
}

.fadeIn-Delay-2s {
  -webkit-animation-delay:2s;
  -moz-animation-delay:2s;
  -o-animation-delay:2s;
  animation-delay:2s;
}

/* Key Frames
---------------------------------------------------- */
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-o-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

@-webkit-keyframes crawl { from { top: 53%; } to { top: 50%; } }
@-moz-keyframes crawl { from { top: 53%; } to { top: 50%; } }
@-o-keyframes crawl { from { top: 53%; } to { top: 50%; } }
@keyframes crawl { from { top: 53%; } to { top: 50%; } }


/* New Store Locator */
#store_locations {
  text-align: center;
 font-family: 'Libre Baskerville', serif;
  background-size: cover;
  background-attachment: fixed;
  max-width: none;
  padding-top: 100px;
}

#store_locations .section {
  position: relative;
}

#store_locations h2 {
  color: lightgray;
  font-size: 2rem;
  font-weight: normal;
  letter-spacing: 0.51rem;
  line-height: 5rem;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 20px;
}
#store_locations h2.active {
  color: white;
}

#store_locations .selector {
  font-size: 1.1rem;
  letter-spacing: 0.3rem;
  line-height: 2.8rem;
  text-transform: uppercase;
  cursor: pointer;
  color: lightgrey;
}

#results .stores,
#store_locations select,
#store_locations .selector, #store_locations .select.continent {
  display: none;
}


#store_locations .selector.continent {
  display: block;
  visibility: visible
}

#store_locations select {
  opacity: .01;
  position: absolute;
  left: -100%;
  text-transform: uppercase;
}

#store_locations div.selected {
  letter-spacing: 0.3rem;
  line-height: 2.8rem;
  font-size: 1.3rem;
  text-transform: uppercase
}

#store_locations.mobile select {
  display: block;
  bottom: 0;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
}

#store_locations .selector.active {
  color: white;
}

#results {
  text-align: center;
  background-color: #000;
}

#results .stores {
  padding-top: 80px;
  position: relative;
}

#results .stores .store{
  text-align: center;
}

#results .stores h3,
#results .store h4 {
font-family: 'Libre Baskerville', serif;
  text-transform: uppercase;
  font-weight: normal;
  margin: 10px;
}
#results .stores h3 {
  letter-spacing: 0.38rem;
  margin-bottom: 3rem;
}
#results .store table {
  margin: 0 auto;
}
#results .store table tr {
  font-weight: normal;
}
#results .store table tr,
#results .store table td {
  padding: 0 10px;
  font-family: 'Chronicle Deck A', 'Chronicle Deck B';
  font-size: 1.4rem;
  line-height: 2.3rem;
  letter-spacing: 0.1rem;
  color: #999;
}
#results .stores > h3 {
  text-align: center;
  position: absolute;
  font-size: 1.1rem;
  color: #999;
  top: 0;
  margin: 0;
  line-height: 1;
  padding : 48px 0 64px;
  width: 100%;
  letter-spacing: 0.3rem;
  background-color: rgba(0,0,0,.7);
}
#results .stores > h3.fixed {
  position: fixed;
  top: 70px;
}

#results .stores h3 > span {
  position: absolute;
  top: 50px;
}

@media (min-width: 768px) {
  #results .stores h3 > span {
    display: none;
  }
}


#results .stores h3 > span.back {
  left: 32px;
}
#results .stores h3 > span.back:before {
  content:"";
  display: block;
  width: 11px;
  height: 11px;
  border-left: 1px solid white;
  border-top: 1px solid white;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#results .stores h3 > span.close {
  right: 40px;
}
#results .stores h3 > span.close:before {
  content:"";
  position: absolute;
  top: 0;
  left: -10px;
  width: 15px;
  height: 15px;
  border-top: 1px solid white;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#results .stores h3 > span.close:after {
  content:"";
  position: absolute;
  width: 15px;
  height: 15px;
  border-top: 1px solid white;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#results .store h4 {
  font-size: 0.85rem;
  letter-spacing: 0.25rem;
  margin-top: 2.5rem;
}

#results .store h3 {
  font-family: 'Chronicle Deck A', 'Chronicle Deck B';
  text-transform: uppercase;
  margin: 4.5rem 0 0;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.4rem;
}

#results .store p {
  font-family: 'Chronicle Deck A', 'Chronicle Deck B';
  font-size: 1.4rem;
  line-height: 2.3rem;
  letter-spacing: 0.1rem;
  color: #999;
}
#store_container a.view_boutique,
#results .store a.view_map,
#results .store a.view_boutique {
  text-decoration: underline;
  font-style: italic;
  font-size: 1.4rem;
  font-family: 'Chronicle Deck A';
  letter-spacing: 0.06rem;
  margin: 10px;
  display: block;
  color: white;
}

#results #back_to_top {
  display: none;
  position: relative;
  padding-top: 50px;
  padding-bottom: 30px;
  font-family: 'Libre Baskerville', serif;
  text-transform: uppercase;
  font-size: 1.1rem;
  letter-spacing: 0.2rem;
  cursor: pointer;
}
#results #back_to_top:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  top: 10px;
  left: 50%;
  border-left: 1px solid white;
  border-top: 1px solid white;
  -webkit-transform: rotate(45deg) translate(0, 70%);
  -moz-transform: rotate(45deg) translate(0, 70%);
  -ms-transform: rotate(45deg) translate(0, 70%);
  -o-transform: rotate(45deg) translate(0, 70%);
  transform: rotate(45deg) translate(0, 70%);
}

#results .store a.view_boutique {
  font-family: 'Libre Baskerville', serif;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 20px;
  border: 1px solid white;
  margin: 3rem auto 5rem;
  display: table;
  font-style: normal;
  font-size: 0.85rem;
  letter-spacing: 0.15rem;
}

div.story-text a.view_boutique:hover { color: #000!important }

/* email links */
#results .contact_details a {
  color : #999;
}

@media (min-width: 768px) {
  .selected {
    display: none;
  }
  #results .stores {
    text-align: left;
  }
  #results .store {
    display: inline-block;
    margin-right: 1%;
    margin-left: 1%;
    vertical-align: top;
    width: 32%;
    text-align: center;
  }
  #results .store:nth-of-type(1n) {
    margin-left: 0;
  }

  #results .store:last-child,
  #results .store:nth-of-type(3n) {
    margin-right: 0;
  }

}

/* single store pages */
#store_container {
  margin-top: 70px;
}
#store_container .product-shot.prod{
  height: calc(100vh - 70px);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center top;

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#store_container .story-text-panel {
  background: black;
  color: white;
  margin: 50px 0;
}

#store_container .story-text-panel a {
  color: white;
}

#store_container .story-text {
  overflow: auto;
}

#store_container h4 {
 font-family: 'Libre Baskerville', serif;
  font-size: 1rem;
  letter-spacing: 0.3rem;
  text-transform: uppercase;
  margin-bottom: 1rem
}

div#store_container.twelve.columns.single p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

#store_container .six.columns {
  width: 100%;
  padding: 0 20px;
}
@media (min-width: 480px) {
  #store_container .six.columns {
    width: 50%;
    float: left;
  }
}
@media (min-width: 1024px) {
  #store_container .six.columns {
    padding: 0;
  }
}

#store_container a.view_boutique {
  border: 1px solid white;
  display: inline-block;
  font-family: 'Libre Baskerville', serif;
  font-size: 57.5%;
  font-style: normal;
  letter-spacing: 0.2em;
  margin: 10px 0 30px;
  padding: 10px;
  text-decoration: none;
  text-transform: uppercase;
}








#store_container .six.columns table {
  width: 100%;
}
#store_container .six.columns table th {
  font-weight: normal;
  width: 100%;
}
#store_container .six.columns table td {
  text-align: right;
  white-space: nowrap;
}

#store_container ul.bxslider > li {
  max-height: 730px;
}

#store_container .store-images {
  position: relative;
  background-color: black;
}
#store_container .store-images .controls a {
  position: absolute;
  top: 50%;
  left: 10px;
  font-size: 10rem;
  transform: translateY(-50%);
  color: white;
  background: transparent url('https://dgrisogono.s3.amazonaws.com/dgweb/full-slideshow-next.png') 0 0 no-repeat;
  width: 32px;
  height: 63px;
}
#store_container .store-images .controls.next a {
  left: auto;
  right: 10px;
  background-image: url('https://dgrisogono.s3.amazonaws.com/dgweb/full-slideshow-prev.png');
}
/* / single store pages */

/* / New Store Locator */


/* Single Story Template */



div.product-shot.full-height,
.full-height{
  height: calc(100vh - 70px);
  max-height: none;
  margin-top: 0;
  position: relative;

  background-repeat: no-repeat;
  background-position: center top!important; 

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}




.hp-head-block.full-height { height: 100% }

.alignment_left,
.alignment_center,
.alignment_right {
  margin: 0 auto;
  text-align: center;
  position: absolute;
  bottom: 170px;
  left: 20px;
  right: 20px;
}

div[class^="alignment_"] h1.general-title.story.ChronicleDeck {
  padding-top: 0;
}

@media (min-width: 850px) {

 .alignment_right {
    bottom: auto;
    left: auto;
    right: 5%;
    top: calc(50vh - 70px);
    width: 40%;
    transform: translateY(-50%);
  }	
}

@media (min-width: 768px) {
  .alignment_left {
    bottom: auto;
    left: 0;
    right: auto;
    top: calc(50% - 70px);
    width: 50%;
    transform: translateY(-50%);
  }
 
  .alignment_center {
    bottom: auto;
    top: calc(50vh - 70px);
    transform: translateY(-50%);
  }
}
@media (min-width: 1024px) {
  .alignment_right,
  .alignment_center {
    top: calc(50vh - 70px);
  }

 
  div.product-shot.single-collection .alignment_right,
  div.product-shot.single-collection .alignment_center {
    top: calc(50% - -10px)!important;
  }


}

div.story-text-panel div.story-text {
  font-size: 1.6rem;
  line-height: 2.5rem;
  letter-spacing: 0.05rem;
  text-align: left;
  padding: 40px 0 50px;
}
div.story-text-panel + div.story-text-panel div.story-text {
  padding-top: 0;
}
div.story-text-panel + div.story-text-panel div.story-text h2.general-title.ChronicleDeck {
  padding-top: 0;
}

div.story-text-panel .story-link div.story-text {
  padding-bottom: 40px;
}

.slider-container {
  background-color: #fff;
  position: relative;
}

.slider-container .container {
  padding-top: 96px;
  padding-bottom: 96px;
}

.collection_panel {
  background: #0f0f0f;
  color: #fff;
  padding: 96px 0;
}

@media (max-width: 767px) {
  .collection_panel .general-title {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .collection_panel .row {
    display: flex;
    align-items: center;
  }
}

.collection_panel div.product-ref {
  margin-bottom: 40px;
}

.view_collection {
  border: 1px solid white;
  padding: 10px 20px;
  text-transform: uppercase;
  display: inline-block;
}

.thumb_with_rollover {
  background-size: contain;
  background-color: black;
  background-position: center center;
  background-repeat: no-repeat;
  text-transform: uppercase;
  margin-bottom: 22px;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  overflow-y: hidden;
}

a.perfect_square > span,
.thumb_with_rollover a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  margin-top: 30px;
  text-decoration: none;
  letter-spacing: 0.1rem;
  font-style: italic;
  font-size : 2rem;
  text-transform: capitalize;
  display: flex;
  justify-content: center;
  align-items: center;

  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a.perfect_square:hover > span,
.thumb_with_rollover:hover a {
  background-color: rgba(0,0,0,.7);
  margin-top: 0px;
  opacity: 1;

}

.also_like_panel {
  background-color: #0f0f0f;
  color: #fff;
  padding: 60px 0 120px;
}

.also_like_panel h2.general-title.ChronicleDeck {
  margin-bottom: 56px;
}
.also_like_panel div.product-details {
  font-size: 1.8rem;
  line-height: 3.6rem;
  font-style: italic;
  letter-spacing: 0.05rem;
}

.also_like_panel div.product-ref {
  font-size: 0.9rem;
  font-style: normal;
  line-height: 1.7rem;
  letter-spacing: 0.25rem;
  text-transform: uppercase;
}

footer {
  position: absolute;
 
  margin-bottom: 0;
  z-index: 0;
  opacity: 0.001;
}

div.dg_container {
  padding-bottom: 244px;
}
div.dg_container > div.products_list_panel:last-of-type,
div.twelve.columns.home,
div.twelve.columns.single#store_locations + #results,
div.twelve.columns.single {
  z-index: 1;
  position: relative;
}
body.tax-parent_collection div.twelve.columns.single,
div.twelve.columns.single#store_locations {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  div.dg_container {
    padding-bottom: 374px;
  }
}
/* / Single Story Template */

.parallax-window {
  height: 100vh;
  position: relative;
}
.parallax-content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  color: white;
}
.parallax_text {
  font-size: 2.4vw;
  line-height: 4.5rem;
  letter-spacing: 0.05rem;
  font-style: italic;
}

div.alignment_right.black_overlay { right: 0!important }

.black_overlay {
  background-color: rgba(0,0,0,0.5);
}

.fullscreen_image_with_text {
  color: white;
}
.fullscreen_image_with_text .big_title {
  font-size: 3.2rem;
  margin-bottom: 2.4rem;
  font-style: italic;
}
.fullscreen_image_with_text .subtitle {
  font-size: 1.4rem;
  margin-bottom: 1.6rem;
}
.fullscreen_image_with_text .intro_text {
  font-style: italic;
  font-size: 1.2rem;
}

@media (max-width: 767px) {
  .fullscreen_image_with_text {
    height: auto;
  }

  .fullscreen_image_with_text img {
    height: calc(50vh - 70px);
    width: 100%;
  }

  .fullscreen_image_with_text .alignment_left, .fullscreen_image_with_text .alignment_center, .fullscreen_image_with_text .alignment_right  {
    position: static;
    padding-top: 5%;
    height: 50vh;
  }

  .fullscreen_image_with_text span.read-more.slide a {
    display: inline-block;
    margin-bottom: 5%;
  }
}

@media (min-width: 768px) {
  .fullscreen_image_with_text [class^="alignment_"] {
    top: 0;
    height : 100%;
    transform: none;
  }

  .fullscreen_image_with_text [class^="alignment_"] > div {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
  }

  .fullscreen_image_with_text {
    margin-bottom: 8%;
  }
  .fullscreen_image_with_text + .also_like_panel {
    margin-top: -48px;
  }


  .fullscreen_image_with_text img {
    height: 100%;
  }

  .fullscreen_image_with_text .big_title {
    font-size: 7.2rem;
    margin-bottom: 3.5rem;
  }
  .fullscreen_image_with_text .subtitle {
    font-size: 2.3rem;
    margin-bottom: 1.5rem;
    letter-spacing: 0.5rem;
    line-height: 3.8rem;
  }
  .fullscreen_image_with_text .intro_text {
    font-style: italic;
    margin-bottom: 48px;
    text-transform: none;
    font-size: 1.7rem;
    line-height: 2.8rem;
    letter-spacing: 0.08rem;
  }

}

#share_screen {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 666;
  top: 0;
  left: 0;
}
#share_screen .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: rgba(0,0,0,.8);
}
#share_screen .content {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 47%;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
}
#share_screen .content ul {
  white-space: nowrap;
  display: inline-block;
  margin: 0 auto;
}
#share_screen .content li {
  display: inline-block;
  margin-right: 25px;
}
#share_screen .content li:last-child {
  margin-right: 0;
}
#share_screen .content a img {
  width: 30px;
  height: 30px;
}

li#mobile_languages {
  position: absolute;
 top: 700px;
  left: 70px;
}