/*
Theme Name: The Anna Edit by smukkeberg
Theme URI: http://www.theannaedit.com
Description: Designed by smukkeberg
Designer URI: http://www.smukkeberg.com
*/


/*--- Variables ---*/
@font-face {
  font-family: 'hk_groteskregular';
  src: url("fonts/hkgrotesk-regular-webfont.eot");
  src: url("fonts/hkgrotesk-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/hkgrotesk-regular-webfont.woff2") format("woff2"), url("fonts/hkgrotesk-regular-webfont.woff") format("woff"), url("fonts/hkgrotesk-regular-webfont.ttf") format("truetype"), url("fonts/hkgrotesk-regular-webfont.svg#hk_groteskregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'hk_groteskbold';
  src: url("fonts/hkgrotesk-bold-webfont.eot");
  src: url("fonts/hkgrotesk-bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/hkgrotesk-bold-webfont.woff2") format("woff2"), url("fonts/hkgrotesk-bold-webfont.woff") format("woff"), url("fonts/hkgrotesk-bold-webfont.ttf") format("truetype"), url("fonts/hkgrotesk-bold-webfont.svg#hk_groteskbold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'hk_grotesklight';
  src: url("fonts/hkgrotesk-light-webfont.eot");
  src: url("fonts/hkgrotesk-light-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/hkgrotesk-light-webfont.woff2") format("woff2"), url("fonts/hkgrotesk-light-webfont.woff") format("woff"), url("fonts/hkgrotesk-light-webfont.ttf") format("truetype"), url("fonts/hkgrotesk-light-webfont.svg#hk_grotesklight") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'hk_groteskmedium';
  src: url("fonts/hkgrotesk-medium-webfont.eot");
  src: url("fonts/hkgrotesk-medium-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/hkgrotesk-medium-webfont.woff2") format("woff2"), url("fonts/hkgrotesk-medium-webfont.woff") format("woff"), url("fonts/hkgrotesk-medium-webfont.ttf") format("truetype"), url("fonts/hkgrotesk-medium-webfont.svg#hk_groteskmedium") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?zcd42p");
  src: url("fonts/icomoon.eot?zcd42p#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?zcd42p") format("truetype"), url("fonts/icomoon.woff?zcd42p") format("woff"), url("fonts/icomoon.svg?zcd42p#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-arrow_right:before {
  content: "\e900"; }

.icon-arrow_shopnav_down:before {
  content: "\e901"; }

.icon-arrow_shopnav_up:before {
  content: "\e902"; }

.icon-arrow_up:before {
  content: "\e903"; }

.icon-carousel_arrow_left:before {
  content: "\e904"; }

.icon-carousel_arrow_right:before {
  content: "\e905"; }

.icon-i_bloglovin:before {
  content: "\e906"; }

.icon-i_close:before {
  content: "\e907"; }

.icon-i_facebook:before {
  content: "\e908"; }

.icon-i_instagram:before {
  content: "\e909"; }

.icon-i_pinterest:before {
  content: "\e90a"; }

.icon-i_search:before {
  content: "\e90b"; }

.icon-i_share:before {
  content: "\e90c"; }

.icon-i_share_email:before {
  content: "\e90d"; }

.icon-i_share_facebook:before {
  content: "\e90e"; }

.icon-i_share_pinterest:before {
  content: "\e90f"; }

.icon-i_share_tumblr:before {
  content: "\e910"; }

.icon-i_share_twitter:before {
  content: "\e911"; }

.icon-i_share_whatsapp:before {
  content: "\e912"; }

.icon-i_snapchat:before {
  content: "\e913"; }

.icon-i_tumblr:before {
  content: "\e914"; }

.icon-i_twitter:before {
  content: "\e915"; }

.icon-i_youtube_1:before {
  content: "\e916"; }

.icon-i_youtube_2:before {
  content: "\e917"; }

.icon-i_youtube_video_overlay:before {
  content: "\e918"; }


.icon-i_tiktok {
	background: #000;
  -webkit-mask-image:url(img/i_tiktok.svg);
  mask-image: url(img/i_tiktok.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
    mask-size: cover;
width: 17px;
    height: 17px;
    display: inline-block;
}
.icon-i_substack {
	background: #000;
  -webkit-mask-image:url(img/i_substack.svg);
  mask-image: url(img/i_substack.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
    mask-size: cover;
width: 14px;
    height: 16px;
    display: inline-block;
}
/* make keyframes that tell the start state and the end state of our object */
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.fade-in {
  opacity:0;  /* make things invisible upon start */
  -webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  -moz-animation:fadeIn ease-in 1;
  animation:fadeIn ease-in 1;

  -webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;

  -webkit-animation-duration:1s;
  -moz-animation-duration:1s;
  animation-duration:1s;
}


/*--- Variables ---*/
/*--- Global Styles ---*/
body, * {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #000;
  font-size: 12px;
  line-height: 16px; }

body, html {
  height: 100%; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
  margin: 0px;
  padding: 0px; }

input, button, select, textarea, .form-control {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #000;
  font-size: 12px;
  line-height: 16px; }

input {
  line-height: normal; }

a {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }

*:focus, a:focus, a:active {
  outline: none;
  color: inherit;
  text-decoration: inherit; }

br {
  font-size: inherit;
  line-height: inherit; }

hr {
	margin: 0;
	border-top: 1px solid #e5e5e5;
}
p {
font-family: 'hk_grotesklight';
}

.relative {
  position: relative; }

.overflow {
  overflow: hidden; }

.clearfix:before,
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden; }

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1; }

/* IE < 8 */
section {
  display: block; }

/*--- Make sure images don't get too big ---*/
img {
  max-width: 100%; }

/*--- no-gutters Class Rules ---*/
.row.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0; }

/*--- Vertical Align Classes ---*/
.tbl {
  display: table;
  width: 100%;
  height: 100%; }
  .tbl .td {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle; }
  .tbl .td.bottom {
    vertical-align: bottom; }
  .tbl .td.top {
    vertical-align: top; }

/*--- Typography ---*/
/*--- Common proctice to hide slider and show it when its fully loaded */
.the-carousel {
  display: none; }

.the-carousel.slick-initialized {
  display: block; }

/*--- Buttons & Inputs ---*/
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0px 0px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 1; }

.hamburger-box {
  width: 9px;
  height: 9px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -0.5px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 9px;
    height: 1px;
    background-color: #000;
    border-radius: 0px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -4px; }
  .hamburger-inner::after {
    bottom: -4px; }

/*
 * 3DX
 */
.hamburger--3dx .hamburger-box {
  perspective: 18px; }
.hamburger--3dx .hamburger-inner {
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(180deg); }
  .hamburger--3dx.is-active .hamburger-inner::before {
    transform: translate3d(0, 4px, 0) rotate(45deg); }
  .hamburger--3dx.is-active .hamburger-inner::after {
    transform: translate3d(0, -4px, 0) rotate(-45deg); }

/*
 * 3DX Reverse
 */
.hamburger--3dx-r .hamburger-box {
  perspective: 18px; }
.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(-180deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 4px, 0) rotate(45deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -4px, 0) rotate(-45deg); }

/*
 * 3DY
 */
.hamburger--3dy .hamburger-box {
  perspective: 18px; }
.hamburger--3dy .hamburger-inner {
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(-180deg); }
  .hamburger--3dy.is-active .hamburger-inner::before {
    transform: translate3d(0, 4px, 0) rotate(45deg); }
  .hamburger--3dy.is-active .hamburger-inner::after {
    transform: translate3d(0, -4px, 0) rotate(-45deg); }

/*
 * 3DY Reverse
 */
.hamburger--3dy-r .hamburger-box {
  perspective: 18px; }
.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 4px, 0) rotate(45deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -4px, 0) rotate(-45deg); }

/*
 * Arrow
 */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-1.8px, 0, 0) rotate(-45deg) scale(0.7, 1); }
.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-1.8px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
 * Arrow Right
 */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(1.8px, 0, 0) rotate(45deg) scale(0.7, 1); }
.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(1.8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
 * Arrow Alt
 */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1); }
.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1); }
.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-1.8px, -2.25px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }
.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-1.8px, 2.25px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
 * Arrow Alt Right
 */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1); }
.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1); }
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(1.8px, -2.25px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(1.8px, 2.25px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
 * Boring
 */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none; }
.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg); }
  .hamburger--boring.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--boring.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.15s;
  transition-delay: 0.15s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse .hamburger-inner::after {
    top: -8px;
    transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -4px, 0) rotate(-45deg);
  transition-delay: 0.32s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear; }
  .hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
 * Collapse Reverse
 */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.15s;
  transition-delay: 0.15s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse-r .hamburger-inner::after {
    top: -8px;
    transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse-r .hamburger-inner::before {
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -4px, 0) rotate(45deg);
  transition-delay: 0.32s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear; }
  .hamburger--collapse-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
 * Elastic
 */
.hamburger--elastic .hamburger-inner {
  top: 0.5px;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic .hamburger-inner::before {
    top: 4px;
    transition: opacity 0.15s 0.4s ease; }
  .hamburger--elastic .hamburger-inner::after {
    top: 8px;
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 4px, 0) rotate(135deg);
  transition-delay: 0.1s; }
  .hamburger--elastic.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic.is-active .hamburger-inner::after {
    transform: translate3d(0, -8px, 0) rotate(-270deg);
    transition-delay: 0.1s; }

/*
 * Elastic Reverse
 */
.hamburger--elastic-r .hamburger-inner {
  top: 0.5px;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic-r .hamburger-inner::before {
    top: 4px;
    transition: opacity 0.15s 0.4s ease; }
  .hamburger--elastic-r .hamburger-inner::after {
    top: 8px;
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 4px, 0) rotate(-135deg);
  transition-delay: 0.1s; }
  .hamburger--elastic-r.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -8px, 0) rotate(270deg);
    transition-delay: 0.1s; }

/*
 * Emphatic
 */
.hamburger--emphatic {
  overflow: hidden; }
  .hamburger--emphatic .hamburger-inner {
    transition: background-color 0.2s 0.25s ease-in; }
    .hamburger--emphatic .hamburger-inner::before {
      left: 0;
      transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in; }
    .hamburger--emphatic .hamburger-inner::after {
      top: 4px;
      right: 0;
      transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in; }
  .hamburger--emphatic.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent; }
    .hamburger--emphatic.is-active .hamburger-inner::before {
      left: -18px;
      top: -18px;
      transform: translate3d(18px, 18px, 0) rotate(45deg);
      transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic.is-active .hamburger-inner::after {
      right: -18px;
      top: -18px;
      transform: translate3d(-18px, 18px, 0) rotate(-45deg);
      transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
 * Emphatic Reverse
 */
.hamburger--emphatic-r {
  overflow: hidden; }
  .hamburger--emphatic-r .hamburger-inner {
    transition: background-color 0.2s 0.25s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::before {
      left: 0;
      transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::after {
      top: 4px;
      right: 0;
      transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in; }
  .hamburger--emphatic-r.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent; }
    .hamburger--emphatic-r.is-active .hamburger-inner::before {
      left: -18px;
      top: 18px;
      transform: translate3d(18px, -18px, 0) rotate(-45deg);
      transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic-r.is-active .hamburger-inner::after {
      right: -18px;
      top: 18px;
      transform: translate3d(-18px, -18px, 0) rotate(45deg);
      transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 0.5px; }
  .hamburger--slider .hamburger-inner::before {
    top: 4px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.2s; }
  .hamburger--slider .hamburger-inner::after {
    top: 8px; }
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 4px, 0) rotate(45deg); }
  .hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-1.28571px, -3px, 0);
    opacity: 0; }
  .hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -8px, 0) rotate(-90deg); }

/*
 * Slider Reverse
 */
.hamburger--slider-r .hamburger-inner {
  top: 0.5px; }
  .hamburger--slider-r .hamburger-inner::before {
    top: 4px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.2s; }
  .hamburger--slider-r .hamburger-inner::after {
    top: 8px; }
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 4px, 0) rotate(-45deg); }
  .hamburger--slider-r.is-active .hamburger-inner::before {
    transform: rotate(45deg) translate3d(1.28571px, -3px, 0);
    opacity: 0; }
  .hamburger--slider-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -8px, 0) rotate(90deg); }

/*
 * Spring
 */
.hamburger--spring .hamburger-inner {
  top: 0.5px;
  transition: background-color 0s 0.15s linear; }
  .hamburger--spring .hamburger-inner::before {
    top: 4px;
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring .hamburger-inner::after {
    top: 8px;
    transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.32s;
  background-color: transparent; }
  .hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 4px, 0) rotate(45deg); }
  .hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 4px, 0) rotate(-45deg); }

/*
 * Spring Reverse
 */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.15s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring-r .hamburger-inner::after {
    top: -8px;
    transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear; }
  .hamburger--spring-r .hamburger-inner::before {
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -4px, 0) rotate(-45deg);
  transition-delay: 0.32s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spring-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.32s linear; }
  .hamburger--spring-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
 * Stand
 */
.hamburger--stand .hamburger-inner {
  transition: transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.1s linear; }
  .hamburger--stand .hamburger-inner::before {
    transition: top 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand .hamburger-inner::after {
    transition: bottom 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent;
  transition: transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.22s linear; }
  .hamburger--stand.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
 * Stand Reverse
 */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.1s linear; }
  .hamburger--stand-r .hamburger-inner::before {
    transition: top 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand-r .hamburger-inner::after {
    transition: bottom 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent;
  transition: transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.22s linear; }
  .hamburger--stand-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out; }
  .hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
 * Spin Reverse
 */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin-r .hamburger-inner::before {
    transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin-r .hamburger-inner::after {
    transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out; }
  .hamburger--spin-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.1s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.1s 0.14s ease, opacity 0.1s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease, opacity 0.1s 0.14s ease; }
  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
 * Vortex
 */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex .hamburger-inner::after {
    transition-property: bottom, transform; }
.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg); }

/*
 * Vortex Reverse
 */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex-r .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex-r .hamburger-inner::after {
    transition-property: bottom, transform; }
.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }

body {
  padding-top: 44px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }
  @media only screen and (min-width: 768px) {
    body {
      padding-top: 115px; } }
  @media only screen and (min-width: 992px) {
    body {
      padding-top: 115px; } }

.container {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px; }
  .container .row {
    margin-left: -8px;
    margin-right: -8px; }
    .container .row .col-lg-1, .container .row .col-lg-10, .container .row .col-lg-11, .container .row .col-lg-12, .container .row .col-lg-2, .container .row .col-lg-3, .container .row .col-lg-4, .container .row .col-lg-5, .container .row .col-lg-6, .container .row .col-lg-7, .container .row .col-lg-8, .container .row .col-lg-9, .container .row .col-md-1, .container .row .col-md-10, .container .row .col-md-11, .container .row .col-md-12, .container .row .col-md-2, .container .row .col-md-3, .container .row .col-md-4, .container .row .col-md-5, .container .row .col-md-6, .container .row .col-md-7, .container .row .col-md-8, .container .row .col-md-9, .container .row .col-sm-1, .container .row .col-sm-10, .container .row .col-sm-11, .container .row .col-sm-12, .container .row .col-sm-2, .container .row .col-sm-3, .container .row .col-sm-4, .container .row .col-sm-5, .container .row .col-sm-6, .container .row .col-sm-7, .container .row .col-sm-8, .container .row .col-sm-9, .container .row .col-xs-1, .container .row .col-xs-10, .container .row .col-xs-11, .container .row .col-xs-12, .container .row .col-xs-2, .container .row .col-xs-3, .container .row .col-xs-4, .container .row .col-xs-5, .container .row .col-xs-6, .container .row .col-xs-7, .container .row .col-xs-8, .container .row .col-xs-9 {
      padding-left: 8px;
      padding-right: 8px; }
  @media only screen and (min-width: 768px) {
    .container {
      padding-left: 30px;
      padding-right: 30px; }
      .container .row {
        margin-left: -8px;
        margin-right: -8px; }
        .container .row .col-lg-1, .container .row .col-lg-10, .container .row .col-lg-11, .container .row .col-lg-12, .container .row .col-lg-2, .container .row .col-lg-3, .container .row .col-lg-4, .container .row .col-lg-5, .container .row .col-lg-6, .container .row .col-lg-7, .container .row .col-lg-8, .container .row .col-lg-9, .container .row .col-md-1, .container .row .col-md-10, .container .row .col-md-11, .container .row .col-md-12, .container .row .col-md-2, .container .row .col-md-3, .container .row .col-md-4, .container .row .col-md-5, .container .row .col-md-6, .container .row .col-md-7, .container .row .col-md-8, .container .row .col-md-9, .container .row .col-sm-1, .container .row .col-sm-10, .container .row .col-sm-11, .container .row .col-sm-12, .container .row .col-sm-2, .container .row .col-sm-3, .container .row .col-sm-4, .container .row .col-sm-5, .container .row .col-sm-6, .container .row .col-sm-7, .container .row .col-sm-8, .container .row .col-sm-9, .container .row .col-xs-1, .container .row .col-xs-10, .container .row .col-xs-11, .container .row .col-xs-12, .container .row .col-xs-2, .container .row .col-xs-3, .container .row .col-xs-4, .container .row .col-xs-5, .container .row .col-xs-6, .container .row .col-xs-7, .container .row .col-xs-8, .container .row .col-xs-9 {
          padding-left: 8px;
          padding-right: 8px; } }
  @media only screen and (min-width: 992px) {
    .container {
      padding-left: 10px;
      padding-right: 10px;
      width: 970px; }
      .container .row {
        margin-left: -10px;
        margin-right: -10px; }
        .container .row .col-lg-1, .container .row .col-lg-10, .container .row .col-lg-11, .container .row .col-lg-12, .container .row .col-lg-2, .container .row .col-lg-3, .container .row .col-lg-4, .container .row .col-lg-5, .container .row .col-lg-6, .container .row .col-lg-7, .container .row .col-lg-8, .container .row .col-lg-9, .container .row .col-md-1, .container .row .col-md-10, .container .row .col-md-11, .container .row .col-md-12, .container .row .col-md-2, .container .row .col-md-3, .container .row .col-md-4, .container .row .col-md-5, .container .row .col-md-6, .container .row .col-md-7, .container .row .col-md-8, .container .row .col-md-9, .container .row .col-sm-1, .container .row .col-sm-10, .container .row .col-sm-11, .container .row .col-sm-12, .container .row .col-sm-2, .container .row .col-sm-3, .container .row .col-sm-4, .container .row .col-sm-5, .container .row .col-sm-6, .container .row .col-sm-7, .container .row .col-sm-8, .container .row .col-sm-9, .container .row .col-xs-1, .container .row .col-xs-10, .container .row .col-xs-11, .container .row .col-xs-12, .container .row .col-xs-2, .container .row .col-xs-3, .container .row .col-xs-4, .container .row .col-xs-5, .container .row .col-xs-6, .container .row .col-xs-7, .container .row .col-xs-8, .container .row .col-xs-9 {
          padding-left: 10px;
          padding-right: 10px; } }
  @media only screen and (min-width: 1200px) {
    .container {
      width: 1170px;
            width: 1092px; } }
            
#content .page-content a.btn-lined,
.btn-lined {
  display: inline-block;
  height: 34px;
  line-height: 1;
  border: 1px solid #000;
  text-decoration: none;
  padding: 0px 20px;
  padding-top: 10px;
  text-align: center;
  background-color: #fff;
  font-family: 'hk_groteskbold';
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000; }
  @media only screen and (min-width: 768px) {
    .btn-lined {
      height: 38px;
      padding-top: 12px; } }
  .btn-lined:hover {
    text-decoration: none;
    border: 1px solid #e5e5e5;
    color: #000; }

button.btn-lined {
  padding: 0px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }

button.btn-lined.done {
  display: none; }

#content .page-content a.btn-lined.invert,
.btn-lined.invert {
	background-color: #000;
	color: #fff;
	}

  #content .page-content a.btn-lined.invert:hover,
  .btn-lined.invert:hover {
    text-decoration: none;
    border: 1px solid #5C5C5C;
    background: #5C5C5C;
    color: #fff; }
    
.hamburger-inner::before {
  width: 7px;
  right: 0px; }

.hamburger-inner::after {
  width: 5px;
  right: 0px; }

.hamburger--spring.is-active .hamburger-inner::before,
.hamburger--spring.is-active .hamburger-inner::after {
  width: 9px; }

.body-overlay {
  position: fixed;
  z-index: 900;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }

.body-overlay.active {
  opacity: 1;
  visibility: visible; }

.mobile-follow-me {
  position: fixed;
  z-index: 1200;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.4);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }
  .mobile-follow-me .wrapper {
    background-color: #fff;
    width: 90%;
    margin: 0px auto;
    left: 0px;
    right: 0px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    position: absolute;
    height: 0px;
    top: 50%;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    transition: 0.5s 0.3s, visibility 0s 0.5s;
    overflow: hidden; }
    .mobile-follow-me .wrapper ul.socialmedia-menu {
      width: 100px;
      margin: 18px auto 0px auto;
      padding: 0px;
      list-style: none;
      text-align: left;
      overflow: hidden; }
      .mobile-follow-me .wrapper ul.socialmedia-menu li {
        display: block;
        margin: 32px 0px; }
        .mobile-follow-me .wrapper ul.socialmedia-menu li a {
          font-family: 'hk_groteskbold';
          font-size: 9px;
          line-height: 1;
          text-transform: uppercase;
          letter-spacing: 2px;
          color: #000;
          display: inline-block;
          position: relative;
          padding-left: 34px;
          text-decoration: none; }
          .mobile-follow-me .wrapper ul.socialmedia-menu li a span {
            position: relative;
            top: 50%;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            position: absolute;
            left: 0px; }
          .mobile-follow-me .wrapper ul.socialmedia-menu li a span.icon-i_youtube_2 {
            font-size: 12px; }
          .mobile-follow-me .wrapper ul.socialmedia-menu li a span.icon-i_snapchat {
            font-size: 13px; }
          .mobile-follow-me .wrapper ul.socialmedia-menu li a span.icon-i_instagram {
            font-size: 13px; }
          .mobile-follow-me .wrapper ul.socialmedia-menu li a span.icon-i_facebook {
            font-size: 13px; }
          .mobile-follow-me .wrapper ul.socialmedia-menu li a span.icon-i_twitter {
            font-size: 12px; }
          .mobile-follow-me .wrapper ul.socialmedia-menu li a span.icon-i_pinterest {
            font-size: 13px; }
          .mobile-follow-me .wrapper ul.socialmedia-menu li a span.icon-i_bloglovin {
            font-size: 10px; }
    .mobile-follow-me .wrapper a.btn-follow-me-close {
      margin-top: 12px;
      display: block;
      border-top: 1px solid rgba(0, 0, 0, 0.2);
      text-align: center;
      height: 40px;
      font-family: 'hk_groteskbold';
      font-size: 9px;
      line-height: 1;
      text-transform: uppercase;
      letter-spacing: 2px;
      color: #000;
      padding-top: 14px; }
      .mobile-follow-me .wrapper a.btn-follow-me-close span {
        font-size: 4px;
        line-height: 1;
        display: inline-block;
        vertical-align: middle;
        margin-top: -1px;
        margin-right: 10px; }

.mobile-follow-me.active {
  opacity: 1;
  visibility: visible; }
  .mobile-follow-me.active .wrapper.active {
    height: 440px;
    transition: 0.5s; }

.tablet-menu-wrapper {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }
  .tablet-menu-wrapper .wrapper {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    background-color: #fff;
    position: absolute;
    top: 94px;
    left: 0px;
    width: 100%;
    height: 100%;
    margin-left: 100%;
    padding-top: 15px;
    overflow-y: auto; }
    .tablet-menu-wrapper .wrapper ul.tablet-menu {
      margin: 0px;
      padding: 0px;
      list-style: none; }
      .tablet-menu-wrapper .wrapper ul.tablet-menu li a {
        font-family: 'hk_groteskbold';
        font-size: 9px;
        line-height: 48px;
        text-transform: uppercase;
        letter-spacing: 2px;
        color: #000;
        padding-bottom: 5px;
        border-bottom: 3px solid transparent;
        text-decoration: none; }
      .tablet-menu-wrapper .wrapper ul.tablet-menu li a:hover,
      .tablet-menu-wrapper .wrapper ul.tablet-menu li.current-menu-parent a,
      .tablet-menu-wrapper .wrapper ul.tablet-menu li.current-menu-item a {
        border-bottom: 3px solid #000; }
    .tablet-menu-wrapper .wrapper .separator {
      width: 10px;
      height: 1px;
      background-color: rgba(0, 0, 0, 0.2);
      overflow: hidden;
      margin: 20px 0px; }
    .tablet-menu-wrapper .wrapper ul.socialmedia-menu {
      margin: 0px;
      padding: 0px;
      list-style: none; }
      .tablet-menu-wrapper .wrapper ul.socialmedia-menu li {
        display: block; }
        .tablet-menu-wrapper .wrapper ul.socialmedia-menu li a {
          font-family: 'hk_groteskbold';
          font-size: 9px;
          line-height: 48px;
          text-transform: uppercase;
          letter-spacing: 2px;
          color: #000;
          display: inline-block;
          position: relative;
          padding-left: 34px;
          text-decoration: none; }
          .tablet-menu-wrapper .wrapper ul.socialmedia-menu li a span {
            position: relative;
            top: 50%;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            position: absolute;
            left: 0px; }
          .tablet-menu-wrapper .wrapper ul.socialmedia-menu li a span.icon-i_youtube_2 {
            font-size: 12px; }
          .tablet-menu-wrapper .wrapper ul.socialmedia-menu li a span.icon-i_snapchat {
            font-size: 13px; }
          .tablet-menu-wrapper .wrapper ul.socialmedia-menu li a span.icon-i_instagram {
            font-size: 13px; }
          .tablet-menu-wrapper .wrapper ul.socialmedia-menu li a span.icon-i_facebook {
            font-size: 13px; }
          .tablet-menu-wrapper .wrapper ul.socialmedia-menu li a span.icon-i_twitter {
            font-size: 12px; }
          .tablet-menu-wrapper .wrapper ul.socialmedia-menu li a span.icon-i_pinterest {
            font-size: 13px; }
          .tablet-menu-wrapper .wrapper ul.socialmedia-menu li a span.icon-i_bloglovin {
            font-size: 10px; }

.tablet-menu-wrapper.active {
  opacity: 1;
  visibility: visible;
  z-index: 950; }
  .tablet-menu-wrapper.active .wrapper {
    left: -200px; }

#header-mobile {
  position: fixed;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  top: 0px;
  left: 0px;
  z-index: 1000;
  width: 100%;
  height: 44px;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  	/*
  	.mobile-share-wrapper.active{
  		opacity:1; visibility:visible;
  
  		#share-header-mobile.the-header{
  			border-bottom:1px solid rgba(#000, 0);
  			.wrapper{
  				border-bottom:1px solid rgba(#000, 0.20); height:45px;
  			}
  		}
  	}
  	// .mobile-share-wrapper
  	*/ }
  #header-mobile .the-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #fff;
    position: fixed;
    z-index: 100;
    top: 0px;
    left: 0px;
    width: 100%; }
    #header-mobile .the-header a.logo {
      display: block;
      float: left;
      margin-top: 10px;
      -webkit-transition: all 0.25s ease-in-out;
      -moz-transition: all 0.25s ease-in-out;
      -ms-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out;
      text-decoration: none; }
    #header-mobile .the-header .btn-menu {
      float: right;
      margin-top: 15px; }
    #header-mobile .the-header .wrapper {
      border-bottom: 1px solid transparent;
      height: 44px; }
  #header-mobile ul.single-share-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end; }
    #header-mobile ul.single-share-nav li .btn-menu {
      float: none; }
    #header-mobile ul.single-share-nav li a.btn-share {
      display: inline-block;
      margin-top: 15px;
      text-decoration: none;
      text-decoration: none; }
      #header-mobile ul.single-share-nav li a.btn-share span {
        font-size: 12px;
        line-height: 1; }
    #header-mobile ul.single-share-nav li .btn-share-close {
      position: absolute;
      z-index: 1000;
      top: 15px;
      left: 12px;
      display: none; }
    #header-mobile ul.single-share-nav li.relative {
      width: 22px; }
    #header-mobile ul.single-share-nav li:last-child:last-child {
      padding-left: 12px;
      margin-left: 12px;
      position: relative; }
    #header-mobile ul.single-share-nav li:last-child:last-child::before {
      content: "";
      display: block;
      width: 1px;
      height: 11px;
      background-color: rgba(0, 0, 0, 0.2);
      position: absolute;
      left: 0px;
      top: 17px; }
  #header-mobile .mobile-menu-wrapper {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    padding-top: 44px;
    visibility: hidden;
    opacity: 0; }
    #header-mobile .mobile-menu-wrapper ul.mobile-menu {
      margin: 0px;
      padding: 0px;
      list-style: none;
      text-align: center; }
      #header-mobile .mobile-menu-wrapper ul.mobile-menu li {
        margin: 32px 0px; }
      #header-mobile .mobile-menu-wrapper ul.mobile-menu li.go-top {
      display: none !important;
      }
        #header-mobile .mobile-menu-wrapper ul.mobile-menu li a {
          font-family: 'hk_groteskbold';
          font-size: 9px;
          line-height: 1;
          text-transform: uppercase;
          letter-spacing: 2px;
          color: #000;
          padding-bottom: 5px;
          border-bottom: 3px solid transparent;
          text-decoration: none; }
      #header-mobile .mobile-menu-wrapper ul.mobile-menu li:hover a, #header-mobile .mobile-menu-wrapper ul.mobile-menu li.current-menu-item a {
        border-bottom: 3px solid #000; }
    #header-mobile .mobile-menu-wrapper .separator {
      width: 10px;
      height: 1px;
      overflow: hidden;
      margin: 36px auto;
      background-color: rgba(0, 0, 0, 0.2); }
    #header-mobile .mobile-menu-wrapper ul.socialmedia-menu {
      width: 98px;
      margin: 0px auto;
      padding: 0px;
      list-style: none;
      text-align: left; }
      #header-mobile .mobile-menu-wrapper ul.socialmedia-menu li {
        display: block;
        margin: 32px 0px; }
        #header-mobile .mobile-menu-wrapper ul.socialmedia-menu li a {
          font-family: 'hk_groteskbold';
          font-size: 9px;
          line-height: 1;
          text-transform: uppercase;
          letter-spacing: 2px;
          color: #000;
          display: inline-block;
          position: relative;
          padding-left: 34px;
          text-decoration: none; }
          #header-mobile .mobile-menu-wrapper ul.socialmedia-menu li a span {
            position: relative;
            top: 50%;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            position: absolute;
            left: 0px; }
          #header-mobile .mobile-menu-wrapper ul.socialmedia-menu li a span.icon-i_youtube_2 {
            font-size: 12px; }
          #header-mobile .mobile-menu-wrapper ul.socialmedia-menu li a span.icon-i_snapchat {
            font-size: 13px; }
          #header-mobile .mobile-menu-wrapper ul.socialmedia-menu li a span.icon-i_instagram {
            font-size: 13px; }
          #header-mobile .mobile-menu-wrapper ul.socialmedia-menu li a span.icon-i_facebook {
            font-size: 13px; }
          #header-mobile .mobile-menu-wrapper ul.socialmedia-menu li a span.icon-i_twitter {
            font-size: 12px; }
          #header-mobile .mobile-menu-wrapper ul.socialmedia-menu li a span.icon-i_pinterest {
            font-size: 13px; }
          #header-mobile .mobile-menu-wrapper ul.socialmedia-menu li a span.icon-i_bloglovin {
            font-size: 10px; }
    #header-mobile .mobile-menu-wrapper #searchform {
      margin-top: 30px;
      position: relative; }
      #header-mobile .mobile-menu-wrapper #searchform #s {
        height: 34px;
        background-color: #f6f6f6;
        border: none;
        width: 100%;
        font-family: 'hk_groteskmedium';
        font-size: 12px;
        line-height: 34px;
        color: #000;
        padding-left: 34px;
        padding-right: 10px; }
      #header-mobile .mobile-menu-wrapper #searchform #s::-webkit-input-placeholder {
        color: #000; }
      #header-mobile .mobile-menu-wrapper #searchform #s:-moz-placeholder {
        /* Firefox 18- */
        color: #000; }
      #header-mobile .mobile-menu-wrapper #searchform #s::-moz-placeholder {
        /* Firefox 19+ */
        color: #000; }
      #header-mobile .mobile-menu-wrapper #searchform #s:-ms-input-placeholder {
        color: #000; }
      #header-mobile .mobile-menu-wrapper #searchform #searchsubmit {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        position: absolute;
        left: 10px;
        width: 13px;
        height: 14px;
        border: none;
        text-indent: -9999px;
        background: url(img/i_search.svg) center center no-repeat;
        background-size: 13px 13px; }
  #header-mobile .mobile-share-wrapper {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    padding-top: 44px;
    /*position:fixed; z-index:1200; top:0px; left:0px; width:100%; height:100%; background-color:#fff; padding:0px 0px 50px 0px;
    opacity:0; visibility:hidden;
    @include hover-transition;*/
    		/*#share-header-mobile.the-header{
    			border-bottom:1px solid rgba(#000, .20); background-color:#fff;
    			position:fixed; z-index:100; top:0px; left:0px; width:100%;
    			a.logo{
    				display:block; float:left; margin-top:10px; @include hover-transition; text-decoration:none;
    			}
    
    			.btn-share-close{
    				float:right; margin-top:15px;
    			}
    
    			.wrapper{
    				border-bottom:1px solid rgba(#000, 0); height:44px;
    			}
    		}*/ }
    #header-mobile .mobile-share-wrapper ul {
      margin: 80px auto 0px auto;
      padding: 0px;
      list-style: none; }
      #header-mobile .mobile-share-wrapper ul li {
        width: 87px;
        margin: 0px auto; }
        #header-mobile .mobile-share-wrapper ul li a {
          display: block;
          text-decoration: none;
          height: 50px;
          line-height: 50px;
          padding-left: 20px;
          position: relative; }
          #header-mobile .mobile-share-wrapper ul li a span.icon-i_share_whatsapp {
            font-size: 18px;
            line-height: 1;
            position: relative;
            top: 50%;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            position: absolute;
            left: -7px;
            color: #11c346; }
          #header-mobile .mobile-share-wrapper ul li a span.the-text.text_whatsapp {
            color: #11c346; }
          #header-mobile .mobile-share-wrapper ul li a span.icon-i_share_email {
            font-size: 13px;
            line-height: 1;
            position: relative;
            top: 50%;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            position: absolute;
            left: -7px;
            color: #4e4e4e; }
          #header-mobile .mobile-share-wrapper ul li a span.the-text.text_email {
            color: #4e4e4e; }
          #header-mobile .mobile-share-wrapper ul li a span.icon-i_share_facebook {
            font-size: 16px;
            line-height: 1;
            position: relative;
            top: 50%;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            position: absolute;
            left: -7px;
            color: #3b5998; }
          #header-mobile .mobile-share-wrapper ul li a span.the-text.text_facebook {
            color: #3b5998; }
          #header-mobile .mobile-share-wrapper ul li a span.icon-i_share_twitter {
            font-size: 15px;
            line-height: 1;
            position: relative;
            top: 50%;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            position: absolute;
            left: -7px;
            color: #55acee; }
          #header-mobile .mobile-share-wrapper ul li a span.the-text.text_twitter {
            color: #55acee; }
          #header-mobile .mobile-share-wrapper ul li a span.icon-i_share_pinterest {
            font-size: 17px;
            line-height: 1;
            position: relative;
            top: 50%;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            position: absolute;
            left: -7px;
            color: #cb2027; }
          #header-mobile .mobile-share-wrapper ul li a span.the-text.text_pinterest {
            color: #cb2027; }
          #header-mobile .mobile-share-wrapper ul li a span.icon-i_share_tumblr {
            font-size: 17px;
            line-height: 1;
            position: relative;
            top: 50%;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            position: absolute;
            left: -7px;
            color: #32506d; }
          #header-mobile .mobile-share-wrapper ul li a span.the-text.text_tumblr {
            color: #32506d; }
          #header-mobile .mobile-share-wrapper ul li a span.the-text {
            display: inline-block;
            font-family: 'hk_groteskbold';
            font-size: 10px;
            line-height: 50px;
            letter-spacing: 1px;
            text-transform: uppercase;
            color: #000;
            vertical-align: middle; }
        #header-mobile .mobile-share-wrapper ul li a:hover {
          opacity: 0.7; }
      #header-mobile .mobile-share-wrapper ul li.the-label {
        height: 42px;
        line-height: 42px;
        width: 126px;
        margin: 0px auto;
        margin-bottom: 13px;
        text-align: left;
        position: relative;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
        #header-mobile .mobile-share-wrapper ul li.the-label span.icon-i_share {
          font-size: 12px;
          line-height: 1;
          display: inline-block;
          vertical-align: middle;
          margin-right: 9px; }
        #header-mobile .mobile-share-wrapper ul li.the-label span.the-text {
          display: inline-block;
          font-family: 'hk_groteskbold';
          font-size: 10px;
          line-height: 42px;
          letter-spacing: 1px;
          text-transform: uppercase;
          color: #000;
          vertical-align: middle; }

#header-mobile.active-menu {
  height: 100%; }
  #header-mobile.active-menu .the-header {
    border-bottom: 1px solid transparent; }
    #header-mobile.active-menu .the-header .wrapper {
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      height: 45px; }
  #header-mobile.active-menu .mobile-menu-wrapper {
    visibility: visible;
    opacity: 1; }

#header-mobile.active-menu-share {
  height: 100%; }
  #header-mobile.active-menu-share .the-header {
    border-bottom: 1px solid transparent; }
    #header-mobile.active-menu-share .the-header .wrapper {
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      height: 45px; }
  #header-mobile.active-menu-share .mobile-share-wrapper {
    visibility: visible;
    opacity: 1; }

#header-tablet {
  height: 115px;
  position: relative;
  z-index: 1000;
  background-color: #fff;
  padding-top: 40px;
  backface-visibility: hidden;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  overflow: hidden; }
  #header-tablet a.logo {
    display: block;
    float: left;
    text-decoration: none;
    position: relative;
    z-index: 10; }
  #header-tablet ul.top-menu {
    margin: 7px;
    padding: 0px;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    position: relative;
    z-index: 10; }
    #header-tablet ul.top-menu li {
      margin-left: 27px;
      padding-left: 27px;
      border-left: 1px solid rgba(0, 0, 0, 0.1); }
      #header-tablet ul.top-menu li a {
        font-family: 'hk_groteskbold';
        font-size: 9px;
        line-height: 1;
        letter-spacing: 2px;
        text-transform: uppercase;
        color: #000;
        padding-bottom: 5px;
        border-bottom: 3px solid transparent;
        text-decoration: none; }
      #header-tablet ul.top-menu li a.active {
        border-bottom: 3px solid #000; }
    #header-tablet ul.top-menu li.btn-search a.active {
      border-bottom: 3px solid transparent; }
    #header-tablet ul.top-menu li:first-child {
      border-left: none;
      margin-left: 0px;
      padding-left: 0px; }
  #header-tablet .search-wrapper-parent {
    position: absolute;
    top: 30px;
    right: 0px;
    overflow: hidden;
    z-index: 0;
    height: 49px;
    width: 100%; }
    #header-tablet .search-wrapper-parent .search-wrapper {
      position: absolute;
      top: 0px;
      right: 8px;
      z-index: 1010;
      overflow: hidden;
      height: 49px;
      opacity: 0;
      visibility: hidden;
      width: 0px;
      -webkit-transition: all 0.25s ease-in-out;
      -moz-transition: all 0.25s ease-in-out;
      -ms-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }
      #header-tablet .search-wrapper-parent .search-wrapper #searchform {
        overflow: hidden;
        margin-left: 58px;
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out; }
        #header-tablet .search-wrapper-parent .search-wrapper #searchform #s {
          height: 49px;
          border: 0px;
          width: 100%;
          padding-left: 34px;
          font-family: 'hk_groteskmedium';
          font-size: 12px;
          line-height: 49px;
          background: url(img/i_search.svg) 11px center no-repeat #f6f6f6;
          background-size: 13px 13px; }
        #header-tablet .search-wrapper-parent .search-wrapper #searchform #s::-webkit-input-placeholder {
          color: #000; }
        #header-tablet .search-wrapper-parent .search-wrapper #searchform #s:-moz-placeholder {
          /* Firefox 18- */
          color: #000; }
        #header-tablet .search-wrapper-parent .search-wrapper #searchform #s::-moz-placeholder {
          /* Firefox 19+ */
          color: #000; }
        #header-tablet .search-wrapper-parent .search-wrapper #searchform #s:-ms-input-placeholder {
          color: #000; }
        #header-tablet .search-wrapper-parent .search-wrapper #searchform #searchsubmit {
          display: none; }
        #header-tablet .search-wrapper-parent .search-wrapper #searchform #btn-search-close {
          position: absolute;
          top: 18px;
          right: 20px; }
  #header-tablet .search-wrapper-parent.active {
    display: block;
    z-index: 1000; }
    #header-tablet .search-wrapper-parent.active .search-wrapper {
      opacity: 1;
      visibility: visible;
      width: 100%; }

#header-tablet.fixed {
  height: 49px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 10px; }
  #header-tablet.fixed .search-wrapper {
    top: 0px; }

@media only screen and (min-width: 768px) {
  body.fixed-tablet .tablet-menu-wrapper .wrapper {
    top: 49px; } }
@media only screen and (min-width: 992px) {
  body.fixed-tablet {
    padding-top: 0px; } }

body.no-scroll {
  overflow: hidden;
  width: 100%; }

#header {
  height: 94px;
  height: 115px;
  overflow: hidden;
  padding-top: 44px;
  position: relative;
  z-index: 1000;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  backface-visibility: hidden;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  overflow: hidden; }
  #header a.logo {
    display: block;
    float: left;
    text-decoration: none; }
  #header ul.top-menu {
    margin: 8px 0 4px;
    padding: 0px;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    position: relative; }
    #header ul.top-menu li {
      margin-left: 52px; }
@media only screen and (min-width: 1200px) {
 #header ul.top-menu li {
      margin-left: 60px; }
}      
      #header ul.top-menu li a {
        font-family: 'hk_groteskbold';
        font-size: 9px;
        line-height: 1;
        letter-spacing: 2px;
        text-transform: uppercase;
        color: #000;
        padding-bottom: 4px;
        border-bottom: 3px solid transparent;
        text-decoration: none; }
    #header ul.top-menu li.current-menu-item a,
        #header ul.top-menu li.current-post-parent a,
        #header ul.top-menu li.current-page-ancestor a {
      border-bottom: 3px solid #000; }
    #header ul.top-menu li:first-child {
      margin-left: 0px; }
    #header ul.top-menu li.btn-search {
      border-left: 1px solid rgba(0, 0, 0, 0.1);
      margin-left: 30px;
      padding-left: 30px; }
    #header ul.top-menu li#magic-line {
      position: absolute;
      bottom: -5px;
      left: 0;
      width: 10px;
      height: 3px;
      background: transparent;
      -webkit-transition: all .25s ease-in-out;
      -moz-transition: all .25s ease-in-out;
      -o-transition: all .25s ease-in-out;
      transition: all .25s ease-in-out; }
  #header ul.top-menu:hover li#magic-line {
    background: #000;
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out; }
  #header .search-wrapper {
    position: absolute;
    top: -5px;
    right: 10px;
    width: 100%;
    width: 0px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
    #header .search-wrapper #searchform {
      overflow: hidden;
      margin-left: 40px; }
      #header .search-wrapper #searchform #s {
        height: 34px;
        border: 0px;
        width: 100%;
        padding-left: 34px;
        font-family: 'hk_groteskmedium';
        font-size: 12px;
        line-height: 34px;
        background: url(img/i_search.svg) 11px center no-repeat #f6f6f6;
        background-size: 13px 13px; }
      #header .search-wrapper #searchform #s::-webkit-input-placeholder {
        color: #000; }
      #header .search-wrapper #searchform #s:-moz-placeholder {
        /* Firefox 18- */
        color: #000; }
      #header .search-wrapper #searchform #s::-moz-placeholder {
        /* Firefox 19+ */
        color: #000; }
      #header .search-wrapper #searchform #s:-ms-input-placeholder {
        color: #000; }
      #header .search-wrapper #searchform #searchsubmit {
        display: none; }
      #header .search-wrapper #searchform #btn-search-close {
        position: absolute;
        top: 10px;
        right: 10px; }
  #header .search-wrapper.active {
    opacity: 1;
    visibility: visible;
    width: 100%; }

#header.no-border {
  border-bottom: 1px solid transparent; }

#header.fixed {
  height: 49px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 10px;
  border-bottom: 1px solid transparent; }

@media only screen and (min-width: 992px) {
  body.fixed-desktop {
    padding-top: 98px; } }

#posts {
  margin-top: 20px;
  margin-bottom: 50px; }
  #posts .home-top-sidebar .the-widget {
    margin-bottom: 40px; }
  #posts .home-top-sidebar .the-widget.about-box {
    border: 1px solid #e5e5e5;
    padding: 8px;
    text-align: center; }
    #posts .home-top-sidebar .the-widget.about-box img.about-thumb {
      margin-top: 13px;
      margin-bottom: 18px; }
    #posts .home-top-sidebar .the-widget.about-box h2 {
      font-family: 'hk_grotesklight';
      font-size: 16px;
      line-height: 1;
      margin-bottom: 10px; }
    #posts .home-top-sidebar .the-widget.about-box p {
      font-family: 'hk_grotesklight';
      font-size: 12px;
      line-height: 18px;
      margin-bottom: 18px; }
    #posts .home-top-sidebar .the-widget.about-box ul.socialmedia-menu li a span.icon-i_youtube_1 {
      font-size: 12px; }
    #posts .home-top-sidebar .the-widget.about-box ul.socialmedia-menu li a span.icon-i_snapchat {
      font-size: 13px; }
    #posts .home-top-sidebar .the-widget.about-box ul.socialmedia-menu li a span.icon-i_instagram {
      font-size: 13px; }
    #posts .home-top-sidebar .the-widget.about-box ul.socialmedia-menu li a span.icon-i_facebook {
      font-size: 13px; }
    #posts .home-top-sidebar .the-widget.about-box ul.socialmedia-menu li a span.icon-i_twitter {
      font-size: 12px; }
    #posts .home-top-sidebar .the-widget.about-box ul.socialmedia-menu li a span.icon-i_pinterest {
      font-size: 13px; }
    #posts .home-top-sidebar .the-widget.about-box ul.socialmedia-menu li a span.icon-i_bloglovin {
      font-size: 10px; }
    #posts .home-top-sidebar .the-widget.about-box ul.buttons {
      margin: 0px;
      padding: 0px;
      list-style: none;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -webkit-justify-content: space-between;
      justify-content: space-between; }
      #posts .home-top-sidebar .the-widget.about-box ul.buttons li a.btn-lined {
        padding-left: 0px;
        padding-right: 0px;
        width: 127px;
        text-align: center; }
  #posts h1.page-title {
    /*font-family: 'hk_groteskbold'; font-size:10px; line-height:1; letter-spacing:1px; text-transform:uppercase; color:#000;
    border-bottom:3px solid #000; display:inline-block; padding-bottom:10px; margin-top:18px;*/
    font-family: 'hk_groteskbold';
    font-size: 9px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #000;
    padding-bottom: 5px;
    border-bottom: 3px solid #000;
    text-decoration: none;
    display: inline-block;
    padding-bottom: 5px;
    margin-top: 18px;
    margin-bottom: 20px;
    overflow: hidden; }
  #posts h1.search-page-title {
    text-align: center;
    font-family: 'hk_grotesklight';
    font-size: 25px;
    line-height: 1;
    color: #000;
    margin-bottom: 18px;
    margin-top: 16px; }
    #posts h1.search-page-title span {
      font-family: inherit;
      font-size: inherit;
      line-height: inherit;
      color: inherit;
      font-style: italic; }
  #posts a.the-post {
    display: block;
    text-decoration: none; }
    #posts a.the-post span.post-thumb-wrapper {
      display: block;
      position: relative; }
      #posts a.the-post span.post-thumb-wrapper img.post-thumb {
        position: relative;
        z-index: 1;
        width: 100%;
        height: auto; }
      #posts a.the-post span.post-thumb-wrapper span.post-category {
        position: absolute;
        z-index: 10;
        top: 8px;
        right: 8px;
        height: 15px;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 3px;
        background-color: #fff;
        font-family: 'hk_groteskbold';
        font-size: 9px;
        line-height: 1;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: #000; }
      #posts a.the-post span.post-thumb-wrapper span.caption {
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
        visibility: hidden;
        opacity: 0;
        position: absolute;
        z-index: 9;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-color: rgba(51, 51, 51, 0.4);
        text-align: center; }
        #posts a.the-post span.post-thumb-wrapper span.caption span.the-btn {
          position: relative;
          top: 50%;
          transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          position: absolute;
          -webkit-transition: all 0.25s ease-in-out;
          -moz-transition: all 0.25s ease-in-out;
          -ms-transition: all 0.25s ease-in-out;
          -o-transition: all 0.25s ease-in-out;
          transition: all 0.25s ease-in-out;
          left: 0px;
          right: 0px;
          margin: 0px auto;
          width: 162px;
          height: 38px;
          border: 1px solid #fff;
          padding-top: 12px;
          font-family: 'hk_groteskbold';
          font-size: 10px;
          line-height: 1;
          letter-spacing: 1px;
          text-transform: uppercase;
          color: #fff; }
          #posts a.the-post span.post-thumb-wrapper span.caption span.the-btn:hover {
            background-color: #fff;
            color: #000; }
    #posts a.the-post span.post-data {
      display: block;
      height: 106px;
      padding-top: 18px; }
      #posts a.the-post span.post-data span.post-date {
        display: block;
        margin-bottom: 4px;
        font-family: 'hk_groteskbold';
        font-size: 9px;
        line-height: 1;
        letter-spacing: .5px;
        text-transform: uppercase;
        color: #000; }
      #posts a.the-post span.post-data span.post-title {
        display: inline;
        font-family: 'hk_grotesklight';
        font-size: 16px;
        line-height: 24px;
        color: #000;
        border-bottom: 1px solid transparent;
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out; }
    #posts a.the-post:hover span.post-thumb-wrapper span.caption {
      opacity: 1;
      visibility: visible; }
    #posts a.the-post:hover span.post-data span.post-title {
      border-bottom: 1px solid #000; }
  @media only screen and (min-width: 768px) {
    #posts {
      margin-top: 0px;
      margin-bottom: 70px; }
      #posts h1.page-title {
        margin-bottom: 40px;
        margin-top: 0px; }
      #posts h1.search-page-title {
        font-size: 42px;
        margin-bottom: 30px;
        margin-top: 46px; }
      #posts .home-top-sidebar .the-widget {
        margin-bottom: 40px; }
      #posts .home-top-sidebar .the-widget.about-box {
        border: 1px solid #e5e5e5;
        text-align: left;
        position: relative;
        padding: 21px 20px 20px 0px;
        padding-left: 120px;
        overflow: hidden; }
        #posts .home-top-sidebar .the-widget.about-box img.about-thumb {
          margin: 0px;
          position: relative;
          top: 50%;
          transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          position: absolute;
          left: 19px; }
        #posts .home-top-sidebar .the-widget.about-box h2 {
          margin-bottom: 10px; }
        #posts .home-top-sidebar .the-widget.about-box p {
          margin-bottom: 18px; }
        #posts .home-top-sidebar .the-widget.about-box ul.socialmedia-menu {
          margin: 0px;
          padding: 0px;
          list-style: none;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          flex-wrap: wrap;
          -webkit-justify-content: flex-start;
          -moz-justify-content: flex-start;
          -ms-justify-content: flex-start;
          -webkit-justify-content: flex-start;
          justify-content: flex-start; }
          #posts .home-top-sidebar .the-widget.about-box ul.socialmedia-menu li {
            margin-right: 40px; }
            #posts .home-top-sidebar .the-widget.about-box ul.socialmedia-menu li a {
              text-decoration: none; }
              #posts .home-top-sidebar .the-widget.about-box ul.socialmedia-menu li a span {
                line-height: 17px; }
              #posts .home-top-sidebar .the-widget.about-box ul.socialmedia-menu li a span.icon-i_youtube_1 {
                font-size: 13px; }
              #posts .home-top-sidebar .the-widget.about-box ul.socialmedia-menu li a span.icon-i_snapchat {
                font-size: 15px; }
              #posts .home-top-sidebar .the-widget.about-box ul.socialmedia-menu li a span.icon-i_instagram {
                font-size: 17px; }
              #posts .home-top-sidebar .the-widget.about-box ul.socialmedia-menu li a span.icon-i_facebook {
                font-size: 14px; }
              #posts .home-top-sidebar .the-widget.about-box ul.socialmedia-menu li a span.icon-i_twitter {
                font-size: 13px; }
              #posts .home-top-sidebar .the-widget.about-box ul.socialmedia-menu li a span.icon-i_pinterest {
                font-size: 15px; }
              #posts .home-top-sidebar .the-widget.about-box ul.socialmedia-menu li a span.icon-i_bloglovin {
                font-size: 12px; }
              #posts .home-top-sidebar .the-widget.about-box ul.socialmedia-menu li a:hover {
                opacity: 0.7; }
          #posts .home-top-sidebar .the-widget.about-box ul.socialmedia-menu li:last-child {
            margin-right: 0px; }
        #posts .home-top-sidebar .the-widget.about-box .btn-lined {
          position: absolute;
          right: 12px;
          bottom: 12px;
          width: 150px;
          height: 34px;
          padding-top: 10px; }
      #posts a.the-post span.post-thumb-wrapper span.post-category {
        top: 6px;
        right: 6px; }
      #posts a.the-post span.post-data {
        height: 132px;
        padding-top: 28px; }
        #posts a.the-post span.post-data span.post-date {
          margin-bottom: 10px;
          font-size: 10px; }
      #posts a.the-post.big span.post-data {
        display: block;
        height: 111px;
        padding-top: 28px; }
        #posts a.the-post.big span.post-data span.post-date {
          display: block;
          margin-bottom: 10px;
          font-size: 10px; }
        #posts a.the-post.big span.post-data span.post-title {
          font-size: 18px; }
      #posts a.the-post.medium span.post-data {
        height: 134px; }
      #posts .load-more {
        width: 162px; } }
  @media only screen and (min-width: 992px) {
    #posts h1.search-page-title {
      font-size: 54px;
      margin-bottom: 42px;
      margin-bottom: 60px; }
    #posts .home-top-sidebar .the-widget {
      margin-bottom: 20px; }
    #posts .home-top-sidebar .the-widget.about-box {
      border: 1px solid #e5e5e5;
      text-align: left;
      position: relative;
      padding: 0px;
      overflow: hidden;
      padding-top: 20px;
      padding-right: 20px;
      padding-left: 20px;
      padding-bottom: 15px; }
      #posts .home-top-sidebar .the-widget.about-box img.about-thumb {
        margin: 0px;
        position: relative;
        float: left;
        top: auto;
        left: auto;
        transform: none;
        -webkit-transform: none; }
      #posts .home-top-sidebar .the-widget.about-box h2 {
        margin-bottom: 10px;
        margin-left: 100px; }
      #posts .home-top-sidebar .the-widget.about-box p {
        margin-bottom: 27px;
        margin-left: 100px; }
      #posts .home-top-sidebar .the-widget.about-box ul.socialmedia-menu {
        width: 100%;
        overflow: hidden;
        margin: 0px;
        padding: 0px;
        list-style: none;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between; }
        #posts .home-top-sidebar .the-widget.about-box ul.socialmedia-menu li {
          margin: 0px; }
          #posts .home-top-sidebar .the-widget.about-box ul.socialmedia-menu li a span {
            line-height: 17px; }
          #posts .home-top-sidebar .the-widget.about-box ul.socialmedia-menu li a span.icon-i_youtube_1 {
            font-size: 13px; }
          #posts .home-top-sidebar .the-widget.about-box ul.socialmedia-menu li a span.icon-i_snapchat {
            font-size: 15px; }
          #posts .home-top-sidebar .the-widget.about-box ul.socialmedia-menu li a span.icon-i_instagram {
            font-size: 17px; }
          #posts .home-top-sidebar .the-widget.about-box ul.socialmedia-menu li a span.icon-i_facebook {
            font-size: 14px; }
          #posts .home-top-sidebar .the-widget.about-box ul.socialmedia-menu li a span.icon-i_twitter {
            font-size: 13px; }
          #posts .home-top-sidebar .the-widget.about-box ul.socialmedia-menu li a span.icon-i_pinterest {
            font-size: 15px; }
          #posts .home-top-sidebar .the-widget.about-box ul.socialmedia-menu li a span.icon-i_bloglovin {
            font-size: 12px; }
        #posts .home-top-sidebar .the-widget.about-box ul.socialmedia-menu li:last-child {
          margin-right: 0px; }
      #posts .home-top-sidebar .the-widget.about-box .btn-lined {
        position: relative;
        right: auto;
        bottom: auto;
        width: 161px;
        height: 37px;
        padding-top: 12px;
        margin-top: 25px; }
    #posts .home-top-sidebar .the-widget.ad-box {
      border: 1px solid #e5e5e5;
      padding: 3px; }
    #posts a.the-post span.post-thumb-wrapper span.post-category {
      top: 10px;
      right: 10px; }
    #posts a.the-post span.post-data {
      height: 152px; }
      #posts a.the-post span.post-data span.post-title {
        font-size: 18px; }
    #posts a.the-post.big span.post-data {
      height: 131px; }
    #posts a.the-post.medium span.post-data {
      height: 150px; } }

#posts.latest-from-blog-box {
  margin-top: 86px; }
  #posts.latest-from-blog-box h2 {
    font-family: 'hk_groteskbold';
    font-size: 10px;
    line-height: 14px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    margin-bottom: 25px; }
  @media only screen and (min-width: 768px) {
    #posts.latest-from-blog-box {
      margin-bottom: 0px; } }

.yarpp-related #posts {
  margin-bottom: 0px; }

#content img.featured-image {
  width: 100%;
  height: auto; }
#content h1.page-title {
  text-align: center;
  font-family: 'hk_grotesklight';
  font-size: 25px;
  line-height: 1.3;
  color: #000;
  margin-bottom: 18px;
  margin-top: 36px; }
#content .page-content {
  margin-bottom: 34px; }
#content .page-content a {
text-decoration: none;
border-bottom: 1px solid #000;
} 
#content .page-content a:hover {
text-decoration: none !important;
border-bottom: 1px solid transparent;
}  
  #content .page-content h1 {
    margin-bottom: 12px; }
  #content .page-content h2 {
    margin-bottom: 12px; }
  #content .page-content h3 {
    margin-bottom: 12px; }
  #content .page-content h4 {
    margin-bottom: 12px; }
  #content .page-content h5 {
    margin-bottom: 12px; }
  #content .page-content h6 {
    margin-bottom: 12px; }
  #content .page-content .alignnone {
}
  #content .page-content .aligncenter,
  #content .page-content div.aligncenter {
    display: block;
}
  #content .page-content .alignright {
    float: right;
    margin: 0px 0px 12px 12px; }
  #content .page-content .alignleft {
    float: left;
    margin: 0px 12px 12px 0px; }
  #content .page-content a img.alignright {
    float: right;
    margin: 0px 0px 12px 12px; }
  #content .page-content a img.alignnone {
    margin: 0px 0px 12px 0px; }
  #content .page-content a img.alignleft {
    float: left;
    margin: 0px 12px 12px 0px; }
  #content .page-content a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  #content .page-content img {
    height: auto; }

  #content .page-content ul, #content .page-content ol {
    margin: 0px 0px 12px 0px;
    padding: 0px 0px 0px 20px;
    overflow: hidden; }
  #content .page-content a {
    color: #000;
    text-decoration: underline; }
  #content .page-content a:hover {
    text-decoration: none; }

  #content .page-content blockquote {
    margin: 0px 0px 12px 0px; }
    #content .page-content blockquote p:last-child {
      margin-bottom: 0px; }
  #content .page-content p,
  #content .page-content div   {
    font-family: 'hk_grotesklight';
    font-size: 12px;
    line-height: 24px;
    _margin-bottom: 25px;
    margin-bottom: 0; }
    #content .page-content div {
	    margin-bottom: 0;
	    }
    }
  #content .page-content img {
    margin: 0; }
  #content .page-content h1 {
    font-family: 'hk_grotesklight';
    font-size: 25px;
    line-height: 1;
    color: #000;
    margin-bottom: 18px; }
  #content .page-content h2 {
    font-family: 'hk_groteskmedium';
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 10px; }
  #content .page-content h3 {
    font-family: 'hk_groteskmedium';
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 4px; }
  #content .page-content blockquote {
    margin: 0px;
    padding: 0px;
    border: none;
    text-align: center; }
    #content .page-content blockquote p {
      font-family: 'hk_groteskmedium';
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 20px; }
    #content .page-content blockquote p:last-child {
      margin-bottom: 20px; }
  #content .page-content a {
    text-decoration: none;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit; }
  #content .page-content a:hover {
    text-decoration: underline; }
#content .socialmedia-contact {
  margin-top: -18px;
  margin-bottom: 30px; }
  #content .socialmedia-contact h2 {
    font-family: 'hk_grotesklight';
    font-size: 20px;
    line-height: 1;
    color: #000;
    margin-bottom: 0px; }
  #content .socialmedia-contact ul.socialmedia-menu {
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 98px;
    margin: 0px auto;
    text-align: left;
    overflow: hidden; }
    #content .socialmedia-contact ul.socialmedia-menu li {
      display: block;
      margin: 38px 0px; }
      #content .socialmedia-contact ul.socialmedia-menu li a {
        font-family: 'hk_groteskbold';
        font-size: 9px;
        line-height: 15px;
        text-transform: uppercase;
        letter-spacing: 2px;
        color: #000;
        display: block;
        position: relative;
        padding-left: 34px; }
        #content .socialmedia-contact ul.socialmedia-menu li a span {
          position: relative;
          top: 50%;
          transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          position: absolute;
          left: 0px;
          margin-top: 0px;
          line-height: 15px; }
        #content .socialmedia-contact ul.socialmedia-menu li a span.icon-i_youtube_2 {
          font-size: 12px; }
        #content .socialmedia-contact ul.socialmedia-menu li a span.icon-i_snapchat {
          font-size: 13px; }
        #content .socialmedia-contact ul.socialmedia-menu li a span.icon-i_instagram {
          font-size: 13px; }
        #content .socialmedia-contact ul.socialmedia-menu li a span.icon-i_facebook {
          font-size: 13px; }
        #content .socialmedia-contact ul.socialmedia-menu li a span.icon-i_twitter {
          font-size: 12px; }
        #content .socialmedia-contact ul.socialmedia-menu li a span.icon-i_pinterest {
          font-size: 13px; }
        #content .socialmedia-contact ul.socialmedia-menu li a span.icon-i_bloglovin {
          font-size: 10px; }
#content .shop-sidebar {
  margin-bottom: 0px;
  margin-top: 5px; }
  #content .shop-sidebar h3 {
    font-family: 'hk_groteskbold';
    font-size: 11px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #bebebe;
    margin-bottom: 19px; }
  #content .shop-sidebar ul.categories-menu {
    margin: 0px;
    padding: 0px;
    list-style: none; }
    #content .shop-sidebar ul.categories-menu  a {
      font-family: 'hk_groteskbold';
      font-size: 10px;
      line-height: 48px;
      text-transform: uppercase;
      letter-spacing: 1px;
      color: #000;
      text-decoration: none;
      border-bottom: 3px solid transparent;
      padding-bottom: 3px; }
      #content .shop-sidebar ul.categories-menu li ul {
      list-style: none;
      margin-left: 0;
      padding: 0;
            }
   
      
    #content .shop-sidebar ul.categories-menu li > a:hover, #content .shop-sidebar ul.categories-menu li.current-menu-item a,
 #content .shop-sidebar ul.categories-menu .current_page_item > a {
      border-bottom: 3px solid #000; }
  #content .shop-sidebar .shop-nav-mobile {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
    #content .shop-sidebar .shop-nav-mobile h3 {
      font-size: 10px;
      letter-spacing: 1px;
      margin-bottom: 0px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      padding-bottom: 10px; }
      #content .shop-sidebar .shop-nav-mobile h3 span {
        font-size: 4px;
        color: inherit;
        line-height: 1;
        display: inline-block;
        vertical-align: middle;
        margin-top: -3px;
        margin-left: 5px;
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -o-transform: rotate(-180deg); }
    #content .shop-sidebar .shop-nav-mobile ul.categories-menu {
      margin-top: -8px;
      margin-top: 0;
      margin-bottom: 20px; }
      #content .shop-sidebar .shop-nav-mobile ul.categories-menu li,
      #content .shop-sidebar .shop-nav-mobile.active ul.categories-menu li.currentlink {
        display: none; }
        #content .shop-sidebar .shop-nav-mobile ul.categories-menu a,
        #content .shop-sidebar .shop-nav-mobile ul.categories-menu li.current_page_item ul.children li a {
          font-family: 'hk_groteskbold';
          font-size: 10px;
          line-height: 48px;
          text-transform: uppercase;
          letter-spacing: 1px;
          color: #000;
          text-decoration: none;
          border-bottom: 3px solid transparent;
          padding-bottom: 6px; }
      #content .shop-sidebar .shop-nav-mobile ul.categories-menu li:hover a, 
      #content .shop-sidebar .shop-nav-mobile ul.categories-menu li.current-menu-item > a,
       #content .shop-sidebar .shop-nav-mobile ul.categories-menu li.current_page_item  a {
        border-bottom: 3px solid #000; }
      #content .shop-sidebar .shop-nav-mobile ul.categories-menu li.current-menu-item {
        display: block; }
  #content .shop-sidebar .shop-nav-mobile.active {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    #content .shop-sidebar .shop-nav-mobile.active h3 span {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg); }
      

#content .shop-items {
  margin-bottom: 90px; }
@media only screen and (min-width: 768px) {
  #content h1.page-title {
    font-size: 42px;
    margin-bottom: 30px;
    margin-top: 46px; }
  #content h1.page-title.shop-title {
    margin-top: 0px; }

  #content .page-content h1 {
    font-size: 42px;
    margin-bottom: 30px; }
  #content .page-content h2 {
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 0px; }
  #content .page-content h3 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px; }
  #content .page-content blockquote p {
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 25px; }
  #content .page-content blockquote p:last-child {
    margin-bottom: 25px; }
  #content .socialmedia-contact {
    margin-top: 26px;
    margin-bottom: 66px; }
    #content .socialmedia-contact h2 {
      font-size: 28px;
      margin-bottom: 0px; }
    #content .socialmedia-contact ul.socialmedia-menu {
      width: 100%;
      margin: 18px auto 0px auto; }
      #content .socialmedia-contact ul.socialmedia-menu li {
        margin: 19px 0px;
        width: 25%;
        float: left; }
        #content .socialmedia-contact ul.socialmedia-menu li a {
          font-size: 10px;
          line-height: 21px;
          letter-spacing: 1px;
          padding-left: 40px;
          text-decoration: none; }
          #content .socialmedia-contact ul.socialmedia-menu li a span {
            margin-top: -1px;
            line-height: 21px; }
          #content .socialmedia-contact ul.socialmedia-menu li a span.icon-i_youtube_2 {
            font-size: 18px; }
          #content .socialmedia-contact ul.socialmedia-menu li a span.icon-i_snapchat {
            font-size: 19px; }
          #content .socialmedia-contact ul.socialmedia-menu li a span.icon-i_instagram {
            font-size: 17px; }
          #content .socialmedia-contact ul.socialmedia-menu li a span.icon-i_facebook {
            font-size: 21px; }
          #content .socialmedia-contact ul.socialmedia-menu li a span.icon-i_twitter {
            font-size: 18px; }
          #content .socialmedia-contact ul.socialmedia-menu li a span.icon-i_pinterest {
            font-size: 19px; }
          #content .socialmedia-contact ul.socialmedia-menu li a span.icon-i_bloglovin {
            font-size: 16px; }
        #content .socialmedia-contact ul.socialmedia-menu li a:hover {
          opacity: 0.7; }
  #content .shop-sidebar {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 90px; }
    
#content .shop-sidebar ul.categories-menu li ul {
      padding-left: 20px;
      }
   
      #content .shop-sidebar ul.categories-menu li ul li:before {
content: "\2014";
margin-left: -20px;
margin-right: 10px;
      }         
    
     }
@media only screen and (min-width: 992px) {
  #content h1.page-title {
    font-size: 54px;
    margin-bottom: 42px; }
  #content h1.page-title.shop-title {
    margin-top: 54px; }

  #content .page-content p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 25px; }
  #content .page-content h1 {
    font-size: 54px;
    margin-bottom: 44px; }
  #content .page-content h2 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 10px; }
  #content .page-content h3 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px; }
  #content .page-content blockquote p {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 25px; }
  #content .page-content blockquote p:last-child {
    margin-bottom: 25px; }
  #content .socialmedia-contact {
    margin-top: 22px;
    margin-bottom: 0px; }
    #content .socialmedia-contact h2 {
      font-size: 36px;
      margin-bottom: 0px; }
    #content .socialmedia-contact ul.socialmedia-menu {
      width: 100%;
      margin: 48px auto 0px auto;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -webkit-justify-content: space-between;
      justify-content: space-between; }
      #content .socialmedia-contact ul.socialmedia-menu li {
        margin: 0px;
        width: auto;
        float: none; } }


     
  #content.single-content .featured-image-single img,
  #content .page-content img {
    width: 100%;
    height: auto; }
#content.single-content .post-date {
  text-align: center;
  margin-top: 40px;
  font-family: 'hk_groteskbold';
  font-size: 9px;
  line-height: 1;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #000; }
#content.single-content h1.page-title {
  margin-top: 14px; }

#content.single-content .page-content h2 {
  margin-top: 15px; }
#content.single-content .page-content h4 {
  font-family: 'hk_groteskmedium';
  font-size: 12px;
  line-height: 24px;
  text-align: center; }
#content .page-content > p,
#content .page-content > h2,
#content .page-content > h3,
#content .page-content > div > p {
  margin-left: 8.33%;
    margin-right: 8.33%; } 
    
#content.single-content .page-content > div.row {
margin-left: -10px;
margin-right: -10px;
}    

#content .page-content > div > div > p,
#content .page-content > div > div > img {
margin-bottom: 0;
}
#content .page-content > .row > .col-* > img {
margin-bottom: 0;
}
#content .page-content > .row > .col-sm-12 > img {
width: 100%;
height: auto;
}

#content .page-content .row > div > img,
#content .page-content .row > div > p,
#content .page-content img + p,
#content .page-content .row + p,
#content .page-content .video-container,
#content .page-content .video-container + p,
#content .page-content p + p,
#content .page-content .row + h2,
#content .page-content .row + h3,
#content .page-content img + h2,
#content .page-content img + h3  {
margin-top: 30px;
}
#content .page-content img + img,
#content .page-content .row + img,
#content .page-content .row + .row > div > img,
#content .page-content .row .col-sm-6 + .col-sm-6 > img,
#content .page-content .row > .col-sm-4:nth-child(2) > img,
#content .page-content .row > .col-sm-4:nth-child(3) > img {
margin-top: 8px;
    }
    
@media only screen and (min-width: 768px) {
  #content.single-content .post-date {
    margin-top: 30px;
    font-size: 10px; }
  #content.single-content h1.page-title {
    margin-top: 14px;
    font-size: 44px;
    line-height: 52px; }

  #content.single-content .page-content .col-sm-6 + .col-sm-6 {
    margin-top: 0px; }
  #content.single-content .page-content h4 {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 25px; 
    }
#content .page-content p {
margin-bottom: 0;
}
#content .page-content .row > div > img,
#content .page-content .row > div > p,
#content .page-content img + p,
#content .page-content p + img,
#content .page-content .row + p,
#content .page-content .row + h2,
#content .page-content .row + h3,
#content .page-content img + h2,
#content .page-content img + h3   {
margin-top: 30px;
}
 #content .page-content p + .row {
 margin-top: 14px;
 }
   
#content .page-content .row > div > img,
#content .page-content .row > div > p,
#content .page-content img + img,
#content .page-content .row + img,
#content .page-content .row + .row > div > img,
#content .page-content .row .col-sm-6 + .col-sm-6 > img,
#content .page-content .row > .col-sm-4:nth-child(2) > img,
#content .page-content .row > .col-sm-4:nth-child(3) > img {
margin-top: 16px;
    }
    
#content .page-content blockquote {
margin-top: 25px;
}    
   } 
@media only screen and (min-width: 992px) {
  #content.single-content .post-date {
    margin-top: 38px;
    font-size: 10px; }
  #content.single-content h1.page-title {
    margin-top: 14px;
    font-size: 54px;
    line-height: 64px;
    margin-bottom: 30px; }
 
  #content.single-content .page-content h4 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 25px; }
  #content .page-content > p,
  #content .page-content > h2,
  #content .page-content > h3,
  #content .page-content > blockquote,  
  #content .page-content > div > p   {
    margin-left: 16.66%;
    margin-right: 16.66%; }
  #content.single-content .page-content > img {
    margin-left: 8.33%;
    margin-right: 8.33%;
    width: 83.33%; }    


#content .page-content .row > div > p,
#content .page-content .row > div > img,    
#content .page-content .row + .row > div > img,
#content .page-content .row .col-sm-6 + .col-sm-6 > img,
#content .page-content .row > .col-sm-4:nth-child(2) > img,
#content .page-content .row > .col-sm-4:nth-child(3) > img {
margin-top: 0;
}

#content .page-content .row > div > p,
#content .page-content img + p,
#content .page-content p + img,
#content .page-content .row + p,
#content .page-content p + .row,
#content .page-content .row + h2,
#content .page-content .row + h3,
#content .page-content img + h2,
#content .page-content img + h3   {
margin-top: 38px;
}
    
#content .page-content .row > div > p,
#content .page-content img + img,
#content .page-content .row + img,
#content .page-content  img + .row,
#content .page-content .row + .row,
#content .page-content p + h2,
#content .page-content p + h3 {
margin-top: 20px;
    }
}



#share-post {
  margin-bottom: 45px;
  margin-top: 0px; }
 #share-post .btn-newer,
 #share-post .btn-older { 
      height: 42px;
      padding-top: 0;
    line-height: 40px;
    width: 100%;
        margin-top: 16px;
    }
#share-post .btn-newer span,
 #share-post .btn-older span {  
      background: url(img/carousel_arrow_left.svg) left center no-repeat;
    background-size: 6px 12px;
    padding-left: 25px;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;

    }
 #share-post .btn-older span {  
      background: url(img/carousel_arrow_right.svg) right center no-repeat;
      background-size: 6px 12px;
      padding-left: 0;
      padding-right: 25px;
    } 
    
@media only screen and (min-width: 768px) {    
 #share-post .btn-newer,
 #share-post .btn-older {
 margin-top: 0;
 height: 41px;
  }
 
#share-post .btn-newer span,
 #share-post .btn-older span {
  padding-left: 6px;
 }
 #share-post .btn-older span {
 padding-left: 0;
 padding-right: 6px;
 }
 
}
@media only screen and (min-width: 992px) {
 #share-post .btn-newer,
 #share-post .btn-older {
 height: 42px;
  }
#share-post .btn-newer span,
#share-post .btn-older span {  
    padding-left: 25px;
    } 
#share-post .btn-older span {
 padding-left: 0;
 padding-right: 25px;
 }
} 
  #share-post .wrapper {
    border: 1px solid #e5e5e5;
    padding: 12px 18px 10px 18px; }
    #share-post .wrapper ul {
      margin: 0px;
      padding: 0px;
      list-style: none;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -webkit-justify-content: space-between;
      justify-content: space-between; }
      #share-post .wrapper ul li { }
        #share-post .wrapper ul li a {
          display: block;}
          #share-post .wrapper ul li a span.icon-i_share_whatsapp {
            font-size: 18px;
            line-height: 20px;
            color: #11c346; }
          #share-post .wrapper ul li a span.icon-i_share_email {
            font-size: 13px;
            line-height: 20px;
            color: #4e4e4e; }
          #share-post .wrapper ul li a span.icon-i_share_facebook {
            font-size: 16px;
            line-height: 20px;
            color: #3b5998; }
          #share-post .wrapper ul li a span.icon-i_share_twitter {
            font-size: 15px;
            line-height: 20px;
            color: #55acee; }
          #share-post .wrapper ul li a span.icon-i_share_pinterest {
            font-size: 17px;
            line-height: 20px;
            color: #cb2027; }
          #share-post .wrapper ul li a span.icon-i_share_tumblr {
            font-size: 16px;
            line-height: 20px;
            color: #32506d; }
          #share-post .wrapper ul li a span.the-text {
            display: none; }
      #share-post .wrapper ul li.the-label {
        width: 28px;
        text-align: left;
        position: relative; }
        #share-post .wrapper ul li.the-label span.icon-i_share {
          font-size: 12px;
          line-height: 20px; }
        #share-post .wrapper ul li.the-label span.the-text {
          display: none; }
      #share-post .wrapper ul li.the-label::after {
        content: "";
        display: block;
        position: absolute;
        right: 0px;
        top: 5px;
        width: 1px;
        height: 12px;
        background-color: #e5e5e5; }
  @media only screen and (min-width: 768px) {
    #share-post {
      margin-top: 8px; }
      #share-post .wrapper {
        padding: 11px 0; }
        #share-post .wrapper ul {
          margin: 0px;
          padding: 0px;
          list-style: none;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          flex-wrap: wrap;
          -webkit-justify-content: space-around;
          -moz-justify-content: space-around;
          -ms-justify-content: space-around;
          -webkit-justify-content: space-around;
          justify-content: space-around; }
          #share-post .wrapper ul li {
             }
            #share-post .wrapper ul li a {
              display: block;
              text-decoration: none;
              }
              #share-post .wrapper ul li a span.icon-i_share_whatsapp {
                line-height: 1;
                display: inline-block;
                vertical-align: middle;
                margin-right: 9px; }
              #share-post .wrapper ul li a span.icon-i_share_email {
                line-height: 1;
                display: inline-block;
                vertical-align: middle;
                margin-right: 9px; }
              #share-post .wrapper ul li a span.icon-i_share_facebook {
                line-height: 1;
                display: inline-block;
                vertical-align: middle;
                margin-right: 9px; }
              #share-post .wrapper ul li a span.the-text.text_facebook {
                color: #3b5998; }
              #share-post .wrapper ul li a span.icon-i_share_twitter {
                line-height: 1;
                display: inline-block;
                vertical-align: middle;
                margin-right: 9px; }
              #share-post .wrapper ul li a span.the-text.text_twitter {
                color: #55acee; }
              #share-post .wrapper ul li a span.icon-i_share_pinterest {
                line-height: 1;
                display: inline-block;
                vertical-align: middle;
                margin-right: 9px; }
              #share-post .wrapper ul li a span.the-text.text_pinterest {
                color: #cb2027; }
              #share-post .wrapper ul li a span.icon-i_share_tumblr {
                line-height: 1;
                display: inline-block;
                vertical-align: middle;
                margin-right: 9px; }
              #share-post .wrapper ul li a span.the-text.text_tumblr {
                color: #32506d; }
              #share-post .wrapper ul li a span.the-text,
              #share-post .wrapper ul li.the-label span.the-text {
                display: inline-block;
                font-family: 'hk_groteskbold';
                font-size: 10px;
                line-height: 0.6;
                letter-spacing: 1px;
                text-transform: uppercase;
                color: #000;
                vertical-align: middle; }
            #share-post .wrapper ul li a:hover {
              opacity: 0.7; }
          #share-post .wrapper ul li.the-label {
            width: auto;
            padding-right: 11px;
            text-align: left;
            position: relative; }
            #share-post .wrapper ul li.the-label span.icon-i_share {
              line-height: 1;
              display: inline-block;
              vertical-align: middle;
              margin-right: 9px; }
            #share-post .wrapper ul li.the-label span.the-text {
              display: inline-block;  }
          #share-post .wrapper ul li.the-label::after {
            content: "";
            display: block;
            position: absolute;
            right: -2px;
            top: 5px;
            width: 1px;
            height: 12px;
            background-color: #e5e5e5; } }
  @media only screen and (min-width: 992px) {
    #share-post {
      margin-top: 36px; }
      #share-post .wrapper {
        padding: 12px 0px 10px 0px; }
        #share-post .wrapper ul {
          margin: 0px;
          padding: 0px;
          list-style: none;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          flex-wrap: wrap;
          /*
-webkit-justify-content: center;
          -moz-justify-content: center;
          -ms-justify-content: center;
          -webkit-justify-content: center;
          justify-content: center;
*/ }
          #share-post .wrapper ul li {
             }
          #share-post .wrapper ul li.the-label {
            width: auto;
            padding-right: 16px;
            text-align: left;
            position: relative; }
            #share-post .wrapper ul li.the-label span.icon-i_share {
              line-height: 1;
              display: inline-block;
              vertical-align: middle;
              margin-right: 9px;
              font-size: 18px; }
            #share-post .wrapper ul li.the-label span.the-text {
              /*
display: inline-block;
              font-family: 'hk_groteskbold';
              font-size: 10px;
              line-height: 0.6;
              letter-spacing: 1px;
              text-transform: uppercase;
              color: #000;
              vertical-align: middle;
*/ } }

#comments {
  margin-top: 20px;
  margin-bottom: 50px;
  overflow: hidden; }
  #comments h2 {
    font-family: 'hk_groteskbold';
    font-size: 10px;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 20px; }
  @media only screen and (min-width: 768px) {
    #comments {
      margin-bottom: 80px;
      padding-top: 50px; } }

#favourites {
  margin-bottom: 50px;
  overflow: hidden; }
  #favourites .the-widget {
    border: 1px solid #e5e5e5;
    padding: 42px 10px 14px 10px;
    text-align: center; }
    #favourites .the-widget .widget-title {
      font-family: 'hk_groteskbold';
      font-size: 10px;
      line-height: 1;
      letter-spacing: 1px;
      text-transform: uppercase;
      color: #000; }
    #favourites .the-widget .widget-content {
      padding: 20px 0px; }
    #favourites .the-widget .button-container .btn-lined {
      width: 162px; }
#favourites.category-favourites-widget {
  margin-bottom: 40px; }
  #favourites.category-favourites-widget .small_desktop {
    margin-bottom: 60px; }
          
  @media only screen and (min-width: 768px) {
    #favourites {
      margin-bottom: 40px; }

        #favourites .the-widget .widget-title {
          font-size: 10px; }
        #favourites .the-widget .widget-content {
          padding: 20px 0px; } }
 @media only screen and (min-width: 992px) {
#favourites {
  margin-bottom: 50px;}
  
#favourites.category-favourites-widget {
  margin-bottom: 60px; } 
 
 
 }


#videos {
  background-color: #f2f2f2;
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 18px; }
  #videos .container, #videos .row {
    overflow: visible; }
  #videos a.the-video {
    display: block;
    position: relative; }
    #videos a.the-video img {
      position: relative;
      z-index: 1;
      width: 100%;
      height: auto; }
    #videos a.the-video span.caption {
      position: absolute;
      top: 0px;
      left: 0px;
      z-index: 10;
      width: 100%;
      height: 100%;
      background-color: rgba(51, 51, 51, 0);
      -webkit-transition: all 0.25s ease-in-out;
      -moz-transition: all 0.25s ease-in-out;
      -ms-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }
      #videos a.the-video span.caption span.play-button {
        display: block;
        width: 77px;
        height: 55px;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        position: absolute;
        z-index: 15;
        left: 0px;
        right: 0px;
        margin: 0px auto;
        background: url(img/i_youtube_video_overlay.svg) center center no-repeat;
        background-size: 77px 55px; }
    #videos a.the-video:hover span.caption {
      background-color: rgba(51, 51, 51, 0.4); }
  #videos a.the-link {
    display: block;
    margin-top: 18px;
    float: right;
    font-family: 'hk_groteskbold';
    font-size: 10px;
    line-height: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000;
    text-decoration: none; }
    #videos a.the-link span {
      font-size: 9px;
      line-height: 1;
      margin-left: 10px;
      display: inline-block;
      vertical-align: middle;
      margin-top: -1px; }
    #videos a.the-link:hover {
      opacity: 0.7; }
  #videos .slick-list {
    overflow: visible;
    margin: 0px 4px; }
  #videos .slick-slide {
    position: relative;
    padding: 0px;
    margin: 0px 4px; }
  #videos .slick-arrow {
    z-index: 1000;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 100;
    background-color: #fff;
    top: 0px; }
    #videos .slick-arrow .slick-prev {
      width: 9px;
      height: 16px;
      border: none;
      padding: 0px;
      background: none;
      background: url(img/carousel_arrow_left.svg) left center no-repeat;
      background-size: 9px 16px;
      display: block;
      text-indent: -99999px;
      position: relative;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      position: absolute;
      right: -2px; }
    #videos .slick-arrow .slick-next {
      width: 9px;
      height: 16px;
      border: none;
      padding: 0px;
      background: none;
      background: url(img/carousel_arrow_right.svg) right center no-repeat;
      background-size: 9px 16px;
      display: block;
      text-indent: -99999px;
      position: relative;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      position: absolute;
      left: -2px; }
  #videos .slick-arrow.left-shade {
    margin-left: -100%;
    background-color: rgba(255, 255, 255, 0.5);
    left: 0px; }
  #videos .slick-arrow.right-shade {
    margin-left: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    left: 0px; }
  @media only screen and (min-width: 768px) {
    #videos {
      padding-top: 40px; }
      #videos a.the-video span.play-button {
        background-size: 61px 43px; }
      #videos .slick-list {
        overflow: hidden; }
      #videos .slick-slide {
        position: relative;
        padding: 0px;
        margin: 0px 8px; }
      #videos .slick-arrow .slick-prev {
        display: none; }
      #videos .slick-arrow .slick-next {
        display: none; }
      #videos .slick-arrow.left-shade {
        background-color: #f2f2f2;
        left: 12px; }
      #videos .slick-arrow.right-shade {
        background-color: #f2f2f2;
        left: -12px; } }
  @media only screen and (min-width: 992px) {
    #videos {
      padding-top: 50px;
      padding-bottom: 22px; }
      #videos .slick-list {
        overflow: visible;
        margin: 0px 5px; }
      #videos .slick-slide {
        position: relative;
        padding: 0px;
        margin: 0px 10px; } }

#instagram-box ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  #instagram-box ul li {
	  position: relative;
    width: 50%;
        overflow: hidden;
    height: 0;
    padding-bottom: 50%; }
    #instagram-box ul li a {
      display: block;
          width: 100% !important ;
    height: auto !important;
    padding-bottom: 100%;
 }
      #instagram-box ul li a img {
        width: 100%;
        height: auto;
        position: relative;
        z-index: 1; }
      #instagram-box ul li a span.caption {
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
        visibility: hidden;
        opacity: 0;
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 10;
        top: 0px;
        left: 0px;
        text-align: center;
        background-color: rgba(0, 0, 0, 0.4); }
        #instagram-box ul li a span.caption span.the-btn {
          display: block;
          position: relative;
          top: 50%;
          transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          position: absolute;
          -webkit-transition: all 0.25s ease-in-out;
          -moz-transition: all 0.25s ease-in-out;
          -ms-transition: all 0.25s ease-in-out;
          -o-transition: all 0.25s ease-in-out;
          transition: all 0.25s ease-in-out;
          left: 0px;
          right: 0px;
          margin: 0px auto;
          width: 132px;
          height: 38px;
          border: 1px solid #fff;
          padding-top: 12px;
          font-family: 'hk_groteskbold';
          font-size: 10px;
          line-height: 1;
          letter-spacing: 1px;
          text-transform: uppercase;
          color: #fff; }
        #instagram-box ul li a span.caption span.the-btn:hover {
          background-color: #fff;
          color: #000; }
    #instagram-box ul li a:hover span.caption {
      visibility: visible;
      opacity: 1; }
@media only screen and (min-width: 768px) {
  #instagram-box ul {
	  display: flex;
	  flex-direction: row;
	  
	  }
  #instagram-box ul li {
    width: 16.66% !important;
    width: auto;
        overflow: hidden;
    height: 0;
    padding-bottom: 16.667%;
    
     }
    #instagram-box ul li a span.caption span.the-btn {
      width: 110px;
      padding-top: 13px;
      font-size: 9px; } }
@media only screen and (min-width: 992px) {
  #instagram-box ul li a span.caption span.the-btn {
    width: 162px;
    height: 38px;
    font-size: 10px;
    letter-spacing: 1px; } }

#footer ul.footer-menu {
  margin: 8px 0px 50px 0px;
  padding: 0px;
  list-style: none;
  text-align: center;
  position: relative; }
  #footer ul.footer-menu li a {
    font-family: 'hk_groteskbold';
    font-size: 10px;
    line-height: 48px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    padding-bottom: 4px;
    border-bottom: 3px solid transparent; }
  #footer ul.footer-menu li.current-menu-item a {
    border-bottom: 3px solid #000; }
  #footer ul.footer-menu li.go-top {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    width: 124px;
    margin: 10px auto 0px auto; }
    #footer ul.footer-menu li.go-top a {
      letter-spacing: 1px;
      text-decoration: none; }
      #footer ul.footer-menu li.go-top a span {
        font-size: 4px;
        line-height: 1;
        display: inline-block;
        vertical-align: middle;
        margin-top: -3px;
        margin-right: 11px; }
  #footer ul.footer-menu li#magic-line-footer {
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 10px;
    height: 3px;
    background: transparent;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    display: none; }
#footer ul.footer-menu:hover li#magic-line-footer {
  background: #000;
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out; }
#footer ul.socialmedia-menu-1 {
  width: 278px;
  margin: 0px auto 30px auto;
  padding: 0px;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  #footer ul.socialmedia-menu-1 li a {
    display: block;
    text-decoration: none; }
    #footer ul.socialmedia-menu-1 li a span {
      line-height: 17px; }
    #footer ul.socialmedia-menu-1 li a span.icon-i_youtube_2 {
      font-size: 14px; }
    #footer ul.socialmedia-menu-1 li a span.icon-i_snapchat {
      font-size: 15px; }
    #footer ul.socialmedia-menu-1 li a span.icon-i_instagram {
      font-size: 17px; }
    #footer ul.socialmedia-menu-1 li a span.icon-i_facebook {
      font-size: 14px; }
    #footer ul.socialmedia-menu-1 li a span.icon-i_twitter {
      font-size: 13px; }
    #footer ul.socialmedia-menu-1 li a span.icon-i_pinterest {
      font-size: 15px; }
    #footer ul.socialmedia-menu-1 li a span.icon-i_bloglovin {
      font-size: 13px; }
#footer ul.socialmedia-menu-2 {
  width: 278px;
  margin: 0px auto 55px auto;
  padding: 0px;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center; }
  #footer ul.socialmedia-menu-2 li {
    margin: 0px 33px; }
    #footer ul.socialmedia-menu-2 li a {
      display: block;
      text-decoration: none; }
      #footer ul.socialmedia-menu-2 li a span {
        line-height: 17px; }
      #footer ul.socialmedia-menu-2 li a span.icon-i_youtube_2 {
        font-size: 14px; }
      #footer ul.socialmedia-menu-2 li a span.icon-i_snapchat {
        font-size: 15px; }
      #footer ul.socialmedia-menu-2 li a span.icon-i_instagram {
        font-size: 17px; }
      #footer ul.socialmedia-menu-2 li a span.icon-i_facebook {
        font-size: 14px; }
      #footer ul.socialmedia-menu-2 li a span.icon-i_twitter {
        font-size: 13px; }
      #footer ul.socialmedia-menu-2 li a span.icon-i_pinterest {
        font-size: 15px; }
      #footer ul.socialmedia-menu-2 li a span.icon-i_bloglovin {
        font-size: 13px; }
#footer .copyright,
#footer .copyright a {
  font-family: 'hk_groteskbold';
  font-size: 9px;
  line-height: 26px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #000;
  padding-bottom: 1px; }
@media only screen and (min-width: 768px) {
  #footer ul.footer-menu {
    width: 567px;
    margin: 25px auto 60px auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    #footer ul.footer-menu li a {
      line-height: 1; }
    #footer ul.footer-menu li.go-top {
      border-top: none;
      width: auto;
      margin: 0px;
      padding-right: 40px;
      border-right: 1px solid rgba(0, 0, 0, 0.1); }
    #footer ul.footer-menu li#magic-line-footer {
      display: block; }
  #footer ul.socialmedia-menu {
    width: 342px;
    margin: 0px auto 90px auto;
    padding: 0px;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    #footer ul.socialmedia-menu li a {
      display: block;
      text-decoration: none; }
      #footer ul.socialmedia-menu li a span {
        line-height: 17px; }
      #footer ul.socialmedia-menu li a span.icon-i_youtube_2 {
        font-size: 14px; }
      #footer ul.socialmedia-menu li a span.icon-i_snapchat {
        font-size: 15px; }
      #footer ul.socialmedia-menu li a span.icon-i_instagram {
        font-size: 17px; }
      #footer ul.socialmedia-menu li a span.icon-i_facebook {
        font-size: 14px; }
      #footer ul.socialmedia-menu li a span.icon-i_twitter {
        font-size: 13px; }
      #footer ul.socialmedia-menu li a span.icon-i_pinterest {
        font-size: 15px; }
      #footer ul.socialmedia-menu li a span.icon-i_bloglovin {
        font-size: 13px; }
  #footer .copyright br {
    display: none; } }
@media only screen and (min-width: 992px) {
  #footer ul.socialmedia-menu {
    width: auto;
    margin: 25px 0px 0px 0px;
    padding: 0px;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end; }
    #footer ul.socialmedia-menu li {
      margin-left: 33px; }
      #footer ul.socialmedia-menu li a {
        display: block;
        text-decoration: none; }
        #footer ul.socialmedia-menu li a span {
          line-height: 17px; }
        #footer ul.socialmedia-menu li a span.icon-i_youtube_2 {
          font-size: 14px; }
        #footer ul.socialmedia-menu li a span.icon-i_snapchat {
          font-size: 15px; }
        #footer ul.socialmedia-menu li a span.icon-i_instagram {
          font-size: 17px; }
        #footer ul.socialmedia-menu li a span.icon-i_facebook {
          font-size: 14px; }
        #footer ul.socialmedia-menu li a span.icon-i_twitter {
          font-size: 13px; }
        #footer ul.socialmedia-menu li a span.icon-i_pinterest {
          font-size: 15px; }
        #footer ul.socialmedia-menu li a span.icon-i_bloglovin {
          font-size: 13px; }
    #footer ul.socialmedia-menu li:first-child {
      margin-left: 0px; }
  #footer .copyright {
    margin-top: 32px;
    margin-bottom: 10px; }
    #footer .copyright br {
      display: none; } }


/* reward style widgets */

.shopthepost-widget > div,
.boutique-widget > div {
max-width: 100% !important;
/*
    display: -webkit-box;      
  display: -moz-box;         
  display: -ms-flexbox;      
  display: -webkit-flex;     
  display: flex !important;
  position: relative !important;
  top: auto !important;
  left: auto !important;
  -webkit-flex-direction: row;
-moz-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;

-webkit-justify-content: space-between;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
justify-content: space-between; 
*/
}
.boutique-widget > div > div {
/* margin: 5px 0px 14px 19px !important; */
margin-bottom: 75px !important;
/*
    display: -webkit-box;      
  display: -moz-box;         
  display: -ms-flexbox;      
  display: -webkit-flex;     
  display: flex !important;
  position: relative !important;
*/
/*
  top: auto !important;
  left: auto !important; 
*/
}
.boutique-widget > div > div > div {
border: 1px solid #e5e5e5 !important;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;

}
.boutique-widget > div > div > div:hover {
border: 1px solid #000 !important;
}
.boutique-widget > div > div > div {
background: transparent !important;
}
.boutique-widget > div > div:after,
.boutique-widget > div > div:before {
height: 0 !important;
}
.boutique-widget > div > div > div > a > div {
opacity: 1 !important;
background: transparent !important;
top: 100% !important;
padding-top: 20px !important;
height: auto !important;
}
.boutique-widget > div > div > div > a > div h4 {
bottom: auto !important;
}
.boutique-widget > div > div > div > a > div h4.bo-top {
text-transform: uppercase !important;
font-size: 0.8em !important;
    letter-spacing: 0.1em !important;
    font-family: 'hk_groteskbold' !important;
    padding-bottom: 0 !important;
}
.boutique-widget > div > div > div > a > div h4.bo-bottom {
padding-top: 2px !important;
}
.boutique-widget > div > div > div > a > div hr {
display: none !important;
}
.boutique-widget > div > div > div > a > div > * {
font-family: 'hk_groteskregular' !important;
color: #000 !important;
position: relative !important;
}
/* Masonry Custom CSS  */



/* Masonry container */
.instagram-items {
padding-bottom: 100px;
}
.grid-sizer,
.grid-item,
.instagram-items article { width: 32%; }
/* 2 columns */
.grid-item--width2 { width: 40%; }
.gutter-sizer {
width: 2%;
}
@media only screen and (min-width: 768px) {
/*
.instagram-items {
-moz-column-count: 2;
-webkit-column-count: 2;
column-count: 2;
}*/

}
@media only screen and (min-width: 992px) {
/*
.instagram-items {
-moz-column-count: 3;
-webkit-column-count: 3;
column-count: 3;
}*/

}
/* Masonry bricks or child elements */

.instagram-items article {
margin-bottom: 2%;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.instagram-items .navigation {
opacity: 0;
visibility: hidden;
}
.instagram-items #infscr-loading {
padding: 0em;
width: 100%;
display: block;
height: 100px;
position: absolute;
bottom: 0;
}
.instagram-items #infscr-loading {
border-top: 1px solid #f2f2f2;
/*

*/
}
.instagram-items #infscr-loading img {
display: none;
}
.instagram-items #infscr-loading div {
font-family: 'hk_groteskregular';
text-align: center;
    position: relative;
margin-top: 39px;
    }
    
@-webkit-keyframes pulse {
    0% { opacity: .3; }
    100% { opacity: 1; }
}
@keyframes pulse {
  0% { opacity: .3; }
    100% { opacity: 1; }
}
.pulse {
-webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: pulse;
    animation-name: pulse;
}
    
.instagram-items article img {
width: 100%;
height: auto;
}

.instagram-items article .overlay {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    opacity: 0;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    top: 0px;
    left: 0px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.4);
}
.instagram-items article:hover .overlay {
opacity: 1;
}

.instagram-items article .overlay .the-btn {
          position: relative;
          top: 50%;
          transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          position: absolute;
          -webkit-transition: all 0.25s ease-in-out;
          -moz-transition: all 0.25s ease-in-out;
          -ms-transition: all 0.25s ease-in-out;
          -o-transition: all 0.25s ease-in-out;
          transition: all 0.25s ease-in-out;
          left: 0px;
          right: 0px;
          margin: 0px auto;
          width: 162px;
          height: 38px;
          border: 1px solid #fff;
          padding-top: 12px;
          font-family: 'hk_groteskbold';
          font-size: 10px;
          line-height: 1;
          letter-spacing: 1px;
          text-transform: uppercase;
          color: #fff; }
.instagram-items article .overlay .the-btn:hover {
            background-color: #fff;
            color: #000; }
/* Instagram post layer START */

#post-layer {
width: 100%;
height: 100%;
background: #000;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 10000;
_display: none;
visibility: hidden;
overflow-y: scroll;
  background-color: rgba(0,0,0, 0.75);
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.5s ease-in-out; 
}
#post-layer.active {
_display: block;
visibility: visible;
opacity: 1;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; 

}
#post-layer .closelink {
position: absolute;
z-index: 10000;
right: 20px;
top: 20px;
width: 16px;
height: 16px;
color: #fff;
background: url(img/i_close_fff.svg) left center no-repeat;
      background-size: 16px 16px;
}
#post-layer #post_container {
position: relative;
width: inherit;
padding-left: 30px;
padding-right: 30px;
padding-top: 56px;
padding-bottom: 30px;
}
#post-layer #post_container .container {
min-height: 200px;
display: block;
position: relative;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; 
}
/*
#post-layer #post_container .container .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#post-layer #post_container .container .row > [class*='col-'] {


}
*/

#post-layer #post_container .container .row > [class*='col-']:nth-child(1) {
padding-left: 0;
padding-right: 0;
}
#post-layer #post_container .container .post-layer-nav {
position: absolute;
top: 50%;
      width: 9px;
      height: 16px;
      border: none;
      padding: 0px;
      background: none;
}
#post-layer #post_container .container .post-layer-nav.prev {
right: -20px;
      background: url(img/carousel_arrow_right_fff.svg) left center no-repeat;
      background-size: 9px 16px;
}
#post-layer #post_container .container .post-layer-nav.next {
left: -20px;
      background: url(img/carousel_arrow_left_fff.svg) left center no-repeat;
      background-size: 9px 16px;
}

#post-layer #post_container .instagram-image {
max-width: 100%;
width: 100%;
height: auto;
}

#post-layer #post_container .instagram-content {
	background: #fff;
    padding-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
}    
#post-layer #post_container .instagram-content,
#post-layer #post_container .instagram-content img {
margin-bottom: 0;
}

#post-layer #post_container .page-title {
text-align: left;
margin-bottom: 0.4em;
}
#post-layer #post_container  h3 {
    font-family: 'hk_groteskbold';
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 1px;
    _color: #bebebe;
    margin-bottom: 14px; }
#post-layer #post_container p {
padding-right: 20px;
    font-size: 13px;
    line-height: 1.6;
}




#post-layer #post_container #share-post {
    width: 100%;
    position: relative;
     margin: 0;
}
#post-layer #post_container #share-post .wrapper {
padding: 0;
height: 44px;
margin-top: 30px;
}
#post-layer #post_container #share-post .wrapper ul {

-webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -webkit-justify-content: space-around;
    justify-content: space-around;
align-items: center;
height: 100%;
padding: 0 5px;
    }
#post-layer #post_container #share-post .wrapper ul li {
margin: 0;
height: auto;
} 
#post-layer #post_container #share-post .wrapper ul li button {
padding: 0;
margin: 0;
border: 0;
    background: transparent;
}   
#post-layer #post_container #share-post .wrapper ul li.border {
width: 1px;
height: 16px;
background: #e5e5e5;
}
#post-layer #post_container #share-post .wrapper ul li a {
height: 17px;
line-height: 0;
}
#post-layer #post_container #share-post .wrapper .the-label {
padding-right: 0;
border: 0;
border-right: 1px solid #ccc;
float: left;
margin-top: 13px;
width: 40px;
text-align: center;
}
#post-layer #post_container #share-post .wrapper .the-label .icon-i_share {
    position: relative;
    top: 2px;
}
#post-layer #post_container #share-post .wrapper .the-label span.the-text {
display: none;
          }
          
#post-layer #share-post .wrapper ul li.the-label::after {
background:transparent;
}
#post-layer #share-post .wrapper ul li a span[class^="icon-i_"] {
margin-right: 0;
}
#post-layer .btn-lined {
width: 162px;
height: 44px;
padding-top: 15px;
margin-top: 15px;
}
@media only screen and (min-width: 768px) {
#post-layer #post_container .container .post-layer-nav.prev {
right: 0;
}
#post-layer #post_container .container .post-layer-nav.next {
left: 0;
}
}
@media only screen and (min-width: 992px) {

#post-layer #post_container {
padding-left: 20px;
padding-right: 20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);  
  padding: 0;
  max-height: 580px;
}
#post-layer #post_container .container .row {
  display: table;
  margin: 0 auto;
}

#post-layer #post_container .container .row > [class*='col-'] {
  float: none;
  display: table-cell;
  vertical-align: top;
}

#post-layer #post_container .container {
padding-left: 20px;
padding-right: 20px;
}


#post-layer #post_container .container .post-layer-nav.prev {
right: -20px;
}
#post-layer #post_container .container .post-layer-nav.next {
left: -20px;
}
#post-layer #post_container .container,
#post-layer #post_container .instagram-image {
  max-height: 580px;
}
#post-layer #post_container .instagram-image {
width: auto;
}
#post-layer #post_container .container .row > [class*='col-'] {
width: auto;
}
#post-layer #post_container .container .row > [class*='col-']:nth-child(1) {
margin-left: auto;
}
#post-layer #post_container .container .row > [class*='col-']:nth-child(2) {
margin-right: auto;
min-width: 300px;
}
#post-layer #post_container .instagram-content {
    padding-bottom: 0px;
    padding-left: 25px;
    padding-right: 25px;
    max-width: 450px;
}
#post-layer #post_container .actionrow {
width: 100%;
position: absolute;
bottom: 15px;
padding-left: 25px;
padding-right: 25px;
left: 0;
right: 0;
}

#post-layer #post_container #share-post {
    width: auto;
    position: relative;
    margin: 0;
}
#post-layer #post_container #share-post .wrapper .the-label .icon-i_share {
    padding-right: 5px;
}

#post-layer #post_container #share-post .wrapper .the-label {
width: 102px;
}
#post-layer #post_container #share-post .wrapper .the-label span.the-text {
          display: inline-block;
          font-family: 'hk_groteskbold';
          font-size: 10px;
          line-height: 1;
          letter-spacing: 1px;
          text-transform: uppercase;
          color: #000;
          vertical-align: middle; 
          }
          
#post-layer .btn-lined {
position: relative;
margin-top: 15px;
/*
left: 15px;
bottom: 15px;
*/
}
}
/* Instagram post layer END */

/* WPStickies hacks START */

.superhidden {
		opacity: 0 !important;
	}
	.wps-overlay a {
		text-decoration: none;
		border: 0;
	}
	
.wps-spotborder {
display: none !important;
}	
.wps-spoturleditable-container {
color: #fff !important;
}
	.wps-spotbubble {
	width: auto !important;
	_display: block !important;
	padding: 3px !important;
	}
	.wps-bottom .wps-spotarrow {
border-bottom: 7px solid #000 !important;
	}
.wps-spotbubble-bg {
background: transparent !important;
background-color: rgba(0,0,0,.85) !important;
    border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    top: -1px !important;    
}
.wps-spottitle {
color: #fff !important;
text-align: center;
display: block;
white-space: nowrap;
padding-top: 2px !important;
    padding-bottom: 5px !important;
    line-height: 1 !important;
    font-size: 13px !important;
}

.wps-itemlist {
    margin: 0px;
    padding: 0px;
    list-style: none; 
          list-style: none;
      margin-left: 0;
      padding-left: 20px;
      }
.wps-itemlist li {
line-height: 2;
}      
.wps-itemlist  a {
      font-family: 'hk_groteskregular';
      font-size: 14px;
      line-height:1;
      color: #000;
      text-decoration: none;
      border-bottom: 3px solid transparent;
      padding-bottom: 2px; }

      .wps-itemlist li:before {
content: "\2014";
margin-left: -20px;
margin-right: 10px;
      }      
.wps-itemlist  a:hover {
      border-bottom: 2px solid #000; }
      

.wps-itemlist li:nth-child(2){
    -webkit-animation-delay: 0.5s;
}

.wps-itemlist li:nth-child(3){
    -webkit-animation-delay: 1s;
}
.wps-itemlist li:nth-child(4){
    -webkit-animation-delay: 1.5s;
}
.wps-itemlist li:nth-child(5){
    -webkit-animation-delay: 2s;
}
.wps-itemlist li:nth-child(6){
    -webkit-animation-delay: 2.5s;
}
.wps-itemlist li:nth-child(7){
    -webkit-animation-delay: 3s;
}
.wps-itemlist li:nth-child(8){
    -webkit-animation-delay: 3.5s;
}
.wps-itemlist li:nth-child(9){
    -webkit-animation-delay: 4s;
}
.wps-itemlist li:nth-child(10){
    -webkit-animation-delay: 4.5s;
}
/* WPStickies hacks END */


/* responsive iframe wrapper */
.video-container,
.embed-youtube {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
}
.video-container iframe,   
.video-container object,  
.video-container embed,
.embed-youtube iframe,
.embed-youtube object,
.embed-youtube embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100%;
}	
#content hr {
margin-top: 40px;
margin-bottom: 40px;
}
#content hr + h3 {
font-family: 'hk_groteskbold' !important;
    font-size: 10px !important;
    line-height: 14px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    margin-bottom: 25px;
}
#content .shopthepost-widget a.stp-product {
text-decoration: none;
padding: 5px;
border: 1px solid transparent;
    border: 1px solid #e5e5e5;
    margin-left: 5px;
    margin-right: 5px;
}
#content .shopthepost-widget a.stp-product:hover {
border-color: #000;
}
#content .shopthepost-widget a.stp-control {
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
  }
  
/* Shop my instagram frontpage widget */
.shopmyinstagram-widget {
list-style: none;
margin: 0;
padding: 0;
background: #000;
position: relative;
overflow: auto;
}
.shopmyinstagram-widget .btn-lined {
border-color: #fff;
white-space: nowrap;
position: absolute;
    z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%); 
    }
.shopmyinstagram-widget .btn-lined:hover {
_background: transparent;
_color: #fff;
border-color: #000;
}    
.shopmyinstagram-widget li {
width: 33.33%;
float: left;
}
.shopmyinstagram-widget li img {
opacity: 0.95;
width: 100%;
height: auto;
}

@media only screen and (min-width: 768px) {
.shopmyinstagram-widget li {
width: 16.66%;
}
}
@media only screen and (min-width: 992px) {
.shopmyinstagram-widget li {
width: 33.33%;

}
}

/*
 Newsletter subscription form
 */
#mc_embed_signup {
width: 100%;
border: 1px solid #e5e5e5;
    padding: 0px 16px 30px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 40px;
    position: relative;
    }
#mc_embed_signup a {
font-size: inherit;
    font-family: inherit;
    border-bottom: 1px solid #000;
	color: #000;
	}  
#mc_embed_signup a:hover {
	border-color: transparent;
	text-decoration: none;
	}	  
#mc_embed_signup div[class^="col"]:nth-child(1) {
/*
	display: flex;
flex-direction: column;
align-items: center;
*/
}   
#mc_embed_signup img {
	width: 80%;
	margin-top: -33px;
	margin-bottom: -30px;
	}
#mc_embed_signup h1,
#book h1 {    
        font-family: 'hk_groteskbold';
    font-size: 10px;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 30px;
    text-align: center;
    }
    
#mc_embed_signup input.btn-lined {
	padding-top: 0;
	padding-left: 50px;
	padding-right: 50px;
}    
#mc_embed_signup input[type="email"] {
background: #f6f6f6;
width: 100%;
    border: 0;
    border-bottom: 1px solid #fff;
    padding: 10px 12px 11px 12px;
        margin-bottom: 25px;
}
#mc_embed_signup input[type="email"]:focus {
border-bottom: 1px solid #000;
}
#mc_embed_signup p,
#book p {
	font-size: 13px;
	line-height: 1.6;
	text-align: justify;
	    margin-bottom: 25px;
}
 .boxlabel {
    position: absolute;
    z-index: 10;
    top: 8px;
    right: 8px;
    height: 15px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    background-color: #000;
    font-family: 'hk_groteskbold';
    font-size: 9px;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    }
    
#mc_embed_signup input.mce_inline_error {
	border-bottom: 1px solid #ca2929;
}    
#mc_embed_signup div.mce_inline_error {
	    background-color: transparent;
    color: #ca2929;
    position: absolute;
    bottom: 25px;
    padding: 5px 0;
}
#mce-success-response {
position: absolute;
    background: #fff;
    padding: 0 10px;
    font-size: 14px;
    line-height: 1.6;
    text-align: justify;
    font-family: 'hk_grotesklight';
    width: 100%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    left: 50%;
}
  @media only screen and (min-width: 768px) {
#mc_embed_signup {
    padding: 0px 20px 30px;
    margin-bottom: 60px;
    }  
    
  
#mc_embed_signup p,
#book p {
	font-size: 14px;
}
 #mc_embed_signup div[class^="col"]:nth-child(2) .text-content {
	 padding: 0 0px;
	 }
  }
   
 
 
 #mc_embed_signup div[class^="col"]:nth-child(2) {
	border-top: 1px solid #e5e5e5;
	margin-top: 30px;
	padding-top: 30px;
	} 
   
  @media only screen and (min-width: 993px) {   
#mc_embed_signup {
	padding-bottom: 0;
	}
   #mc_embed_signup .row    {
	 display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    }
#mc_embed_signup img {
	margin-right: -20px;
	margin-bottom: 0;
	}   
    
#mc_embed_signup div[class^="col"]:nth-child(2) {
	border-top: 0;
	margin-top: 0;
	padding-top: 0;
	}   
 #mc_embed_signup div[class^="col"]:nth-child(2) .text-content {  
     position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);  
  }

  
  #mc_embed_signup div[class^="col"]:nth-child(1) .text-content {
	  padding-left: 20px;
	  padding-right: 12px;
	  }
  #mc_embed_signup div[class^="col"]:nth-child(2) .text-content {
	  padding-left: 0;
	  padding-right: 20px;
	  }
   }  
  
 /*
 Shop The Edit
 */  
   
.shop-the-edit.instagram-items article,
.row.instagram-items article  {
	width: 100% !important;
	margin-bottom: 40px;
	} 

.shop-the-edit.instagram-items .post-thumb-wrapper {
  padding: 0;
  background: #000;
  border: 1px solid #e5e5e5;
      -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

  .shop-the-edit.instagram-items article a:hover .post-thumb-wrapper,
.shop-the-edit.instagram-items .post-thumb-wrapper:hover {
  border: 1px solid #000;
}

.shop-the-edit.instagram-items .post-thumb-wrapper img {
  border: 10px solid #fff;
    -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
  .shop-the-edit.instagram-items article a:hover .post-thumb-wrapper img {
  opacity: 0.95;
}

.shop-the-edit.instagram-items article .overlay {
  background-color: rgba(0, 0, 0, 0);
}
.shop-the-edit.instagram-items article .overlay .the-btn {
  color: #000;
  background: #fff;
}
.shop-the-edit.instagram-items article .post-data {
  text-align: center;
  padding-top: 20px;

}
.shop-the-edit.instagram-items article .post-data .post-content p {
  margin-top: 1em;
}
   
.shop-the-edit-carousel {
 padding-bottom: 42px;
}
.weekly-edit.shop-the-edit-carousel {
  border-top: 1px solid #e5e5e5;
  }
.single .shop-the-edit-carousel {
border-top: 1px solid #e5e5e5;
border-bottom: 1px solid #e5e5e5;
  }
    
.shop-the-edit-carousel .btn-lined,
.shop-page .btn-lined{
  width: 162px;
}
.shop-the-edit.shop-the-edit-carousel .button-container {
	float: none;
	clear: both;
	}
.shop-the-edit-carousel h3,
.section-title {
  font-size: 10px;
  text-align: center;
      font-family: 'hk_groteskbold';
    font-size: 10px;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000;
  margin-top: 42px;
  margin-bottom: 40px;
}
.left-shade,
.right-shade {
    background: url(https://www.theannaedit.com/wp-content/themes/theannaedit-smukkeberg/img/carousel_arrow_left.svg) left center no-repeat;
    background-size: 6px 12px;
    padding-left: 0;
    padding-right: 0;
display:block;
  width: 100px;
  height: 100%;
  position: absolute;
  left: -12px;
  top: 0;
}
.right-shade {
    background: url(https://www.theannaedit.com/wp-content/themes/theannaedit-smukkeberg/img/carousel_arrow_right.svg) right center no-repeat;
right: -12px;
  left: auto;
   background-size: 6px 12px;
}
    @media only screen and (min-width: 768px) {
.left-shade,
.right-shade {
  left: -25px;
}
.right-shade {
right: -25px;
 left: auto;
}      
}
.shop-page #posts {
  margin-bottom: 0 !important;
  padding-bottom: 20px;
}
.shop-page #posts a.the-post span.post-data,
#posts.shop-the-edit a.the-post span.post-data {
	height: auto;
	}

.shop-page .btn-lined {
    margin-bottom: 80px;
}
.page-template-shop-the-edit .shop-the-edit > div:nth-child(2n+1) {
	clear: left;
	float: left
	}
@media only screen and (min-width: 768px) {         
.page-template-shop-the-edit .shop-the-edit > div:nth-child(2n+1) {
	clear: none;
	}
.page-template-shop-the-edit  .shop-the-edit > div:nth-child(3n+1) {
	clear: left;
	float: left
	}
}   
@media only screen and (min-width: 1200px) {  
.page-template-shop-the-edit  .shop-the-edit > div:nth-child(3n+1) {
	clear: none;
	}	
.page-template-shop-the-edit .shop-the-edit > div:nth-child(4n+1) {
	clear: left;
	float: left
	}
}	
.shop-the-edit > .row p {
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 40px;
	}

input[type="checkbox"] {
    display:none;
  float: left;
}
input[type="checkbox"] + label {
  width: 100%;
  display: block;
  text-align: left;
  font-weight: normal;
  vertical-align: top;
  position: relative;
}
input[type="checkbox"] + label span {
    display:inline-block;
    width:12px;
    height:12px;
  margin-right: 12px;
  margin-top: 3px;
    border: 1px solid #000;
  float: left;
}


input[type="checkbox"]:checked + label span:before {
 left: 5px;
 margin-top: -3px;
 position: absolute;
 content: '';
 display: block;
 width: 6px;
 height: 12px;
 border: solid #000;
 border-width: 0 2px 2px 0;
 transform: rotate(45deg);
}

input[type="checkbox"] + label p {
  display: inline-block;
  width: 90%;
  _font-size: 0.6em;

  float: left;
}
input[type="checkbox"] + label p a,
.page-template-page-pdfdownloads #content p a,
#footer .copyright a {
  color: #000;
  font-size: inherit;
  font-family: inherit;
  border-bottom: 1px solid #000;
  
}
input[type="checkbox"] + label p a:hover,
.page-template-page-pdfdownloads #content p a:hover,
#footer .copyright a:hover {
text-decoration: none; 
border-color: transparent;
}
input[type="submit"]:disabled,
.btn-lined.disabled {
  border-color: #b1b1b1;
  color: #b1b1b1;
}
input[type="submit"]:disabled:hover,
.btn-lined.disabled:hover {cursor: not-allowed;}

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


/*# Frontpage - Book section */

.bg-grey {
background: #eeeeee;
background: #f2f2f2;
	}
.bg-light-grey {
background: #f9f9f9;
	}
	
#book {
	margin-bottom: 40px;
	overflow: hidden;
	text-align: center;
	}

#book .row {
	height: 360px;	
	}
#book.ebook .row {
	height: auto;	
	}	
#book .row:nth-child(2) {
	height: 240px;	
	}	
#book .boxlabel {
		right: 16px;
		}	
#book img {
    height: 360px;
    width: auto;
    max-width: inherit;
    margin: 0 auto;
    text-align: center;
	}		
#book.ebook img {
/*     height: 378px; */
width: 80%;
height: auto;
    }
#book div[class^="col"]:nth-child(2),
#book.ebook div[class^="col"]:nth-child(3) {
	display: flex;
	height: inherit;
	}
#book.ebook.new div[class^="col"]:nth-child(2) {
	display: block;
	}	
#book.ebook .cover-wrapper {
	display: flex;
	flex-direction: row;
	justify-content: center;
	}
#book.ebook .cover-wrapper img {
	margin: 0;
	}		
/*
#book div[class^="col"]:nth-child(2) {
	height: 275px;	
	}
#book div[class^="col"]:nth-child(3) {
	height: 240px;	
	}
*/
/*
#book.ebook div[class^="col"]:nth-child(3) > div {
	background: #F5E7DE;	
	}		
*/					
#book .pages {
	display: flex;
	    float: none;
    position: relative;
    z-index: 10;
/*
    top: -18px;
    margin-bottom: -18px;
*/
    overflow: hidden;

    width: 13%;
	}
#book .page {
	width: 10px;
	width: 16.6666%;
	height: 100%;
	display: block;
	}
#book .page:nth-child(6) {
	margin-top: 20%;
	}	
#book .page:nth-child(5) {
	margin-top: 40%;
	}	
#book .page:nth-child(4) {
	margin-top: 60%;
	}	
#book .page:nth-child(3) {
	margin-top: 80%;
	}	
#book .page:nth-child(2) {
	margin-top: 100%;
	}				
#book .page:nth-child(1) {
	margin-top: 120%;
	}		
  #book .text-content-left {
	 padding-right: 20px;
	 } 
	 
		 
  #book .text-content  {
	 padding-top: 35px;
	 padding-bottom: 35px;
	 padding-left: 20px;
	 padding-right: 20px;
	 } 
	#book.ebook .text-content {
background: #F5E7DE;
	}	 
#book .btn-lined {
	  background: transparent;
	  }
	  
#book.ebook {
	overflow: visible;
	}	  

			  
  @media only screen and (min-width: 768px) { 
	  #book {
	margin-bottom: 60px;
	}
	#book.ebook {
background: #F5E7DE;
	}
#book.ebook .row {
display: flex;
   align-items: center;
	}	
	  #book img {
    float: right;
	}
	#book div[class^="col"]:nth-child(2) {
	height: inherit;	
	}
	#book.ebook .cover-wrapper {
		top: -18px;
		margin-bottom: -18px;
		position: relative;
		}
	#book.ebook img {
		width: 84%;
		float: none;
		position: relative;
		z-index: 10;
		top: -18px;
		margin-bottom: -18px;
		}
	#book.ebook.new img {
		top: 0;
		margin-bottom: 0;
		}		
/*		
#book div[class^="col"],
#book div[class^="col"] > .bg-light-grey { 
	height: 100%;
	}		

#book .text-content {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);  
  }
*/
  
	#book .text-content-left {
		display: flex;
		flex-direction: column;
		align-self: center;
		} 	
  #book .text-content  {
	 padding-left: 0px;
	 }	
  #book .text-content-right  {
	 width:83.333%;
	 margin-left: 8.333%;
	 padding-left: 0;
	 padding-right: 0;
	 } 	  
	}
	  
  @media only screen and (min-width: 993px) { 
	  #book .boxlabel {
		right: 0px;
		}
	  #book.ebook .boxlabel {
		right: 16px;
		}		
	  #book .text-content-left {
		  padding: 0;
		  }
  #book .text-content-right  {
	 width:auto;
	 margin-left: auto;
	 padding-left: 20px;
	 padding-right: 20px;
	 }
	#book div[class^="col"]:nth-child(3) {
	height: inherit;	
	}	 	
	#book .btn-lined,
	#mc_embed_signup .btn-lined {
		height: 37px;
		}
	#book.ebook img {
		width: auto;
		height: 378px;
		}		  
	  }	  
  
  
/* Free PDF downloads page */  
 .page-template-page-pdfdownloads #content p {
	 font-size: 14px;
	 line-height: 1.5;
	 text-align: justify;
	 }
 .page-template-page-pdfdownloads #content .bookcover {
    position: relative;
    left: -15%;
    z-index: -1;
	 }
 .page-template-page-pdfdownloads #content ul {
	 margin: 0;
	 margin-top: 35px;
	 padding: 0;
	 list-style: none;
	 }
 .page-template-page-pdfdownloads #content ul li {
	 padding-left: 90px;
	 margin-bottom: 55px;
	 position: relative;
	 }
 .page-template-page-pdfdownloads #content ul .li-icon {
	 width: 75px;
	 height: 50px;
	 background: transparent;
	 position: absolute;
	 top: 0;
	 left: 0;
	 text-align: center;
	 }	 
.page-template-page-pdfdownloads #content ul h3 {
	font-family: 'hk_groteskbold';
    font-size: 10px;
    line-height: 14px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    margin-bottom: 10px;
    } 
.page-template-page-pdfdownloads #content ul li p {
	margin-bottom: 28px;
	}	 
.page-template-page-pdfdownloads #content ul li .btn-lined,
.page-template-page-pdfdownloads #content ul li .wpdm-download-link {
	padding-top: 10px;
	height: 38px;
	display: inline-block;
    height: 34px;
    line-height: 1;
    border: 1px solid #000;
    text-decoration: none;
    padding: 0px 20px;
    padding-top: 10px;
    text-align: center;
    background-color: #fff;
    font-family: 'hk_groteskbold';
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000;
    border-radius: 0;
    background: url(img/i_download.svg) 20px center no-repeat;
    padding-left: 44px;
    font-weight: normal;
	}	 
.page-template-page-pdfdownloads #content ul li .wpdm-download-link:hover {
		border-color: #e5e5e5;
		
	}
.page-template-page-pdfdownloads #content ul li .btn-lined .btn-icon {
	margin-right: 10px;
	}	

	.socialmedia-wrapper {
		width: 100%;
		height: 100%;
		border: 1px solid #E5E5E5;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
		padding: 40px 0;
		margin-bottom: 10px;
		}
	.socialmedia-logo {
		margin-bottom: 24px;
		}
	.socialmedia-wrapper .btn-lined {
		margin-top: 24px;
		}	
.ig-wrapper {
	max-height: 229px;
	max-width: 229px;
	}		 			 
.yt-wrapper {
	padding: 0 30px;
	}
.tiktok-wrapper {
	overflow: hidden;
    max-width: 175px;
    max-height: 229px;
    margin: 0;
	}
	
blockquote.tiktok-embed {
	padding: 0;
	border: 0;
	margin: 0;
	top: -180px;
    left: -135px;
	}

.socialmedia-logo.youtube {
	background: #000;
  -webkit-mask-image:url(img/logo_youtube.svg);
  mask-image: url(img/logo_youtube.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
    mask-size: cover;
width: 80px;
    height: 18px;
    display: inline-block;
}
.socialmedia-logo.instagram {
	background: #000;
  -webkit-mask-image:url(img/logo_instagram.svg);
  mask-image: url(img/logo_instagram.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
    mask-size: cover;
width: 94px;
    height: 20px;
    display: inline-block;
}
.socialmedia-logo.tiktok {
	background: #000;
  -webkit-mask-image:url(img/logo_tiktok.svg);
  mask-image: url(img/logo_tiktok.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
    mask-size: cover;
width: 62px;
    height: 18px;
    display: inline-block;
}	 
.zoom-instagram-widget__item:hover img {
    transform: scale(1)
}
.zoom-instagram-widget__overlay:hover:after {
    opacity: 0;
   background-color: rgba(51, 51, 51, 0.4);
}
.zoom-instagram-widget__item .zoom-instagram-icon-wrap {
	display: none;
	}
	
    @media only screen and (min-width: 768px) { 
 .page-template-page-pdfdownloads #content .bookcover {
	 width: 130%;
	 max-width: 130%;
	 position: absolute;
	 left: auto;
	 right: 15px;
	 top: -30px;
	 }	
.row.display-flex {
  display: flex;
  flex-wrap: wrap;
}
.row.display-flex > [class*='col-'] {
  display: flex;
  flex-direction: column;
}	
	.socialmedia-wrapper {
		margin-bottom: 110px;
		}	 
	 .ig-wrapper,	 			 
	 .yt-wrapper {
	padding: 0 15px;
	}
	    
	    }
	    
  @media only screen and (min-width: 993px) {	    
 .page-template-page-pdfdownloads #content .bookcover {
	 top: -73px;
	 }	  	    
	   } 
/* Post ad info notice */  	    
.adinfo {
	color: #808080;
	padding: 20px 10px;
	margin-bottom: 20px !important;
}
.adinfo a {
	border-color: #a7a7a7 !important;
	}
	.adinfo a:hover {
	border-color: transparent !important;
	}
	
	
	.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  flex-wrap: wrap;
}
/* Safari flexbox wrap fix */
.page-template-page-shop-the-edit .row:before,
.page-template-page-the-mark-edit .row:before {
	display: block;
	 
 }
 
 /* Cookie Policy */
 

#cmplz-document, .editor-styles-wrapper .cmplz-unlinked-mode {
	max-width: 100%;
	}
.cmplz-document #content .page-content  ul li {	
	font-family: 'hk_grotesklight';
	margin-bottom: 0.8rem;
	margin-top: 0.8rem;	
	}
.cmplz-document #content .page-content > div > h2,
.cmplz-document #content .page-content > div > ul,
#cmplz-cookies-overview,
#cmplz-manage-consent-container {
    margin-left: 8.33%;
    margin-right: 8.33%;
}

 @media only screen and (min-width: 992px) {
	.cmplz-document #content .page-content > div > h2,
	.cmplz-document #content .page-content > div > ul,
	#cmplz-cookies-overview,
	#cmplz-manage-consent-container {
	    margin-left: 16.66%;
	    margin-right: 16.66%;
	}
}

/* Substack embeds */
.sfw-layout-center {
    display: flex !important;
justify-content: space-between;
flex-wrap: wrap;
}
.substack-feed-widget {
	display: flex !important;
	flex-direction: column;
	}
#substack-feed-embed,
#custom-substack-embed {
	margin-top: 20px;
}
.substack-feed-widget .p-2 {
	padding: 0 !important;
	display: flex !important;
    flex-direction: row !important;
    width: 100% !important;
    margin-bottom: 10px; 
	}
	.w-full {
		width: 25% !important;
		padding-bottom: 25% !important;
		}
		
.section {
	display:block;
	margin-bottom: 50px;
	padding-bottom: 50px;
	}
.section.background {
	background: #FFF6F1;
}
.section-title {
	margin-bottom: 30px;
	}
.section .text-content > p {
	font-size: 13px;
	line-height: 1.6;
	text-align: justify;
	padding-left: 20px;
	padding-right: 20px;
}
  @media only screen and (min-width: 768px) {
	.section .text-content > p {
		font-size: 14px;
		}	  
	#substack-feed-embed,
	#custom-substack-embed {
		margin-top: 40px;
	}	
	.substack-feed-widget {
		display: flex !important;
		flex-direction: row !important;
		}
	.substack-feed-widget .p-2 {  
		padding: 0 !important;
		display: flex !important;
	    flex-direction: column !important;
	    width: 24% !important;
	    margin-bottom: 0; 
	    }
    	.w-full {
		width: auto !important;
		padding-bottom: 56.25% !important;
		}
	  }	
	  
	  
	  
#socialmedia-menu-desktop {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 30px;
	}
	  
#socialmedia-menu-desktop li {
	padding: 0;
	margin: 0;
	}		  