@charset "UTF-8";
/*
	Theme Name: poshisolation
	Description: Posh isolation theme
	Version: 1.0
*/
@import url("https://fast.fonts.net/lt/1.css?apiType=css&c=bf6b32e4-3391-4639-bcd2-cb89899c4ef5&fontids=5663858,5664085");
@font-face {
  font-family: "Helvetica Neue LT W05_73 Bd Ex";
  src: url("fonts/5663858/8b114d9e-dbed-4c3e-b509-6c1c4f84cbf2.eot?#iefix");
  src: url("fonts/5663858/8b114d9e-dbed-4c3e-b509-6c1c4f84cbf2.eot?#iefix") format("eot"), url("fonts/5663858/3e37e0b1-8062-42c6-8664-4ea78aa2de25.woff2") format("woff2"), url("fonts/5663858/a25e22f2-80cf-4f21-a365-b77c87a3edf8.woff") format("woff"), url("fonts/5663858/32502e84-a824-43c8-9792-9aa597884d9f.ttf") format("truetype");
}
@font-face {
  font-family: "Helvetica Neue LT W05 45 Light";
  src: url("fonts/5664085/cb0d1e8a-e111-4dbf-82c2-e948aba954c0.eot?#iefix");
  src: url("fonts/5664085/cb0d1e8a-e111-4dbf-82c2-e948aba954c0.eot?#iefix") format("eot"), url("fonts/5664085/f9c5199e-a996-4c08-9042-1eb845bb7495.woff2") format("woff2"), url("fonts/5664085/2a34f1f8-d701-4949-b12d-133c1c2636eb.woff") format("woff"), url("fonts/5664085/fdf10d5e-4ce0-45e5-a6c1-5eaff6cb1c11.ttf") format("truetype");
}
p {
  margin: 0 0 0.75em;
}

hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0;
}

img,
picture {
  margin: 0;
  max-width: 100%;
  height: auto;
}

html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

/* VARIABLES */
a {
  text-decoration: none;
}

::-moz-selection {
  /* Code for Firefox */
  color: black;
  background: yellow;
}

::selection {
  color: black;
  background: yellow;
}

h2 {
  font-family: "Helvetica Neue LT W05_73 Bd Ex";
  font-size: 58px;
  line-height: normal;
  font-weight: bold;
  margin-top: 0;
}
h2 a {
  color: black;
}
h2 a:hover {
  color: blue;
}
@media screen and (max-width: 900px) {
  h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 600px) {
  h2 {
    font-size: 34px;
  }
}

.text {
  transform: translateX(-30px);
  opacity: 0;
  transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 600ms;
}
.waypoint-active .text {
  transform: translateX(0px);
  opacity: 1;
}

#newsletter-signup {
  display: none;
  z-index: 1000;
  position: fixed;
  left: 0;
  right: 0;
  margin: 0px auto;
  width: 300px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
  background: white;
  border: 2px solid blue;
  padding: 20px;
}
#newsletter-signup h3 {
  display: none;
}
#newsletter-signup .close {
  width: 20px;
  height: 20px;
  position: relative;
  float: right;
  cursor: pointer;
}
#newsletter-signup .close::before, #newsletter-signup .close::after {
  content: "";
  width: 100%;
  height: 2px;
  background: blue;
  position: absolute;
  left: 0;
  top: 9px;
}
#newsletter-signup .close:before {
  transform: rotate(45deg);
}
#newsletter-signup .close:after {
  transform: rotate(-45deg);
}
#newsletter-signup .widget_text {
  float: left;
  width: calc(100% - 40px);
}
#newsletter-signup input {
  text-align: center;
  padding: 10px;
  -webkit-appearance: none;
  border: 2px solid blue;
  box-sizing: border-box;
  width: 100%;
}
#newsletter-signup input[type=submit] {
  background: blue;
  color: white;
  border: 0;
}
#newsletter-signup:hover {
  background: black;
  color: yellow;
  border: 2px solid yellow;
}
#newsletter-signup:hover .close:before, #newsletter-signup:hover .close:after {
  background: yellow;
}
#newsletter-signup:hover input {
  border: 2px solid yellow;
  background: black;
  color: yellow;
}
#newsletter-signup:hover input::placeholder {
  color: yellow;
}
#newsletter-signup:hover input:-ms-input-placeholder {
  color: yellow;
}
#newsletter-signup:hover input[type=submit] {
  background: yellow;
  color: black;
  border: 0;
}

h1.logo {
  margin: 0;
}
h1.logo a {
  position: fixed;
  right: 0;
  writing-mode: vertical-lr;
  margin: 0;
  top: 50%;
  transform: rotate(180deg) translateY(50%);
  padding: 60px 30px;
  z-index: 1000;
  color: blue;
  transition: all 300ms ease;
  font-family: "Helvetica Neue LT W05_73 Bd Ex";
  font-size: 28px;
  line-height: 32px;
  height: 400px;
  text-align: center;
  animation: fadein 1500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 600px) {
  h1.logo a {
    padding: 20px 15px;
    top: 250px;
  }
}

body {
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue LT W05 45 Light";
  font-size: 14px;
  line-height: 16px;
  font-weight: normal;
  overflow-x: hidden;
}

.wrapper {
  width: calc(100% - 280px);
  padding: 0 40px;
  max-width: 1100px;
  margin: 0px auto;
  clear: both;
}
.wrapper:last-child {
  margin: 0px auto;
}
@media screen and (max-width: 900px) {
  .wrapper {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 600px) {
  .wrapper {
    width: 100%;
    padding: 0 15px;
  }
}

main {
  position: relative;
}

.post-edit-link {
  position: absolute;
  bottom: 30px;
  right: 30px;
  color: white;
}

.mobile-menu-icon {
  display: none;
  transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: pointer;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  padding: 15px;
  font-family: "Helvetica Neue LT W05_73 Bd Ex";
  font-size: 14px;
  line-height: 16px;
  font-weight: normal;
}
@media screen and (max-width: 600px) {
  .mobile-menu-icon {
    font-size: 16px;
    line-height: 18px;
  }
}
.mobile-menu-icon:before {
  content: "Menu";
  display: block;
}
.mobile-menu-open .mobile-menu-icon {
  transform: translateX(40vw);
}
.mobile-menu-open .mobile-menu-icon:before {
  content: "Close menu";
}
@media screen and (max-width: 600px) {
  .mobile-menu-icon {
    display: block;
  }
}

.nav {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 10;
  width: 140px;
  transition: background 300ms ease;
  animation: fadein 1000ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.nav:hover {
  background: blue;
}
.nav:hover a {
  color: white;
}
@media screen and (max-width: 900px) {
  .nav {
    width: 120px;
  }
}
@media screen and (max-width: 600px) {
  .nav {
    background: white;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 100;
    width: 140px;
    left: 0;
    width: 40vw;
    height: 100vh;
  }
  .nav.js-toggled {
    display: block;
  }
  .nav:hover {
    background: white;
  }
  .nav:hover a {
    color: blue;
  }
}
.nav ul {
  list-style: none;
  margin-left: 30px;
  margin-top: 50px;
  padding: 0;
}
@media screen and (max-width: 900px) {
  .nav ul {
    margin-right: 15px;
  }
}
@media screen and (max-width: 600px) {
  .nav ul {
    margin: 15px;
  }
}
.nav ul li {
  margin-bottom: 5px;
  font-family: "Helvetica Neue LT W05_73 Bd Ex";
  font-size: 14px;
  line-height: 16px;
  font-weight: normal;
}
@media screen and (max-width: 600px) {
  .nav ul li {
    font-size: 16px;
    line-height: 18px;
  }
}
@media screen and (max-width: 600px) {
  .nav ul li {
    margin-bottom: 10px;
  }
}
.nav ul li a {
  color: blue;
  transition: color 300ms ease;
}
.nav ul li:hover a, .nav ul li.current-menu-item a {
  color: black;
}

iframe {
  max-width: 100%;
}

.frontpage-post {
  opacity: 0;
  transform: translateY(60px);
  transition: opacity 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 100%;
  height: 100vh;
  float: left;
  background-position: center center;
  background-size: cover;
  position: relative;
  text-align: right;
  padding: 20px;
  font-family: "Times New Roman";
  font-size: 38px;
  line-height: 50px;
  font-weight: bold;
  font-style: italic;
  overflow: hidden;
}
.frontpage-post.waypoint-active {
  opacity: 1;
  transform: translateY(0px);
}
@media screen and (max-width: 600px) {
  .frontpage-post {
    font-size: 28px;
    line-height: normal;
  }
}
@media screen and (max-width: 600px) {
  .frontpage-post {
    text-align: left;
  }
}
.frontpage-post.small {
  width: 40%;
}
@media screen and (max-width: 900px) {
  .frontpage-post.small {
    width: 100%;
  }
}
.frontpage-post.medium {
  width: 50%;
}
@media screen and (max-width: 900px) {
  .frontpage-post.medium {
    width: 100%;
  }
}
.frontpage-post.big {
  width: 60%;
}
@media screen and (max-width: 900px) {
  .frontpage-post.big {
    width: 100%;
  }
}
.frontpage-post.full {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .frontpage-post.full {
    width: 100%;
  }
}
.frontpage-post.default img {
  max-height: 80%;
  max-width: 90%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0px auto;
}

main {
  transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 600px) {
  main {
    z-index: 100;
  }
}
.mobile-menu-open main {
  transform: translateX(40vw);
}
main.page {
  min-height: 100vh;
  margin-top: 50px;
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 50px;
  animation: fadein 1500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 600px) {
  main.page {
    margin-top: 50px;
  }
}
main.page .content {
  font-family: "Helvetica Neue LT W05 45 Light";
  font-size: 14px;
  line-height: 16px;
  font-weight: normal;
}
main.page.catalogue-page .content {
  font-family: "Helvetica Neue LT W05_73 Bd Ex";
  font-size: 14px;
  line-height: 16px;
  font-weight: normal;
}
@media screen and (max-width: 600px) {
  main.page.catalogue-page .content {
    font-size: 16px;
    line-height: 18px;
  }
}
main.page.catalogue-page .content .row {
  background: white;
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
}
main.page.catalogue-page .content .row .cell {
  width: 30%;
  border-bottom: 1px solid black;
  position: relative;
  padding: 5px 10px;
}
main.page.catalogue-page .content .row .cell:before, main.page.catalogue-page .content .row .cell:after {
  content: "";
  display: block;
  position: absolute;
  width: 0.5px;
  height: 10px;
  bottom: 0;
  background: black;
}
main.page.catalogue-page .content .row .cell:before {
  left: 0;
}
main.page.catalogue-page .content .row .cell:after {
  right: 0;
}
main.page.catalogue-page .content .empty-row {
  float: left;
  width: 100%;
  height: 20px;
  background: white;
  border-bottom: 1px solid black;
}
main.contact-page {
  width: 100%;
  min-height: calc(100vh - 30px);
  float: left;
  position: relative;
}
main.contact-page .about {
  font-family: "Helvetica Neue LT W05 45 Light";
  font-size: 38px;
  line-height: normal;
}
@media screen and (max-width: 900px) {
  main.contact-page .about {
    font-size: 30px;
  }
}
@media screen and (max-width: 600px) {
  main.contact-page .about {
    font-size: 24px;
  }
}
@media screen and (max-width: 900px) {
  main.contact-page .about {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 600px) {
  main.contact-page .about {
    margin-bottom: 50px;
  }
}
main.contact-page .links {
  font-family: "Helvetica Neue LT W05_73 Bd Ex";
  font-size: 58px;
  line-height: normal;
  font-weight: bold;
}
main.contact-page .links a {
  color: black;
}
main.contact-page .links a:hover {
  color: blue;
}
@media screen and (max-width: 900px) {
  main.contact-page .links {
    font-size: 40px;
  }
}
@media screen and (max-width: 600px) {
  main.contact-page .links {
    font-size: 34px;
  }
}
main.contact-page .address {
  font-family: "Times New Roman";
  font-size: 38px;
  line-height: 50px;
  font-weight: bold;
  font-style: italic;
  position: absolute;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  position: absolute;
  bottom: 0;
  right: 130px;
  text-align: left;
}
@media screen and (max-width: 600px) {
  main.contact-page .address {
    font-size: 28px;
    line-height: normal;
  }
}
@media screen and (max-width: 900px) {
  main.contact-page .address {
    float: right;
    position: relative;
    bottom: auto;
    right: auto;
    margin-top: 50px;
  }
}
main .info-wrapper {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 40%;
  height: 50%;
  background: #786c9c;
  font-family: "Helvetica Neue LT W05_73 Bd Ex";
  font-size: 14px;
  line-height: 16px;
  font-weight: normal;
}
@media screen and (max-width: 600px) {
  main .info-wrapper {
    font-size: 16px;
    line-height: 18px;
  }
}
main .info-wrapper .info {
  padding-left: 170px;
  padding-top: 30%;
}
main .info-wrapper .info .mail {
  padding-bottom: 30px;
}
main .info-wrapper .info a {
  color: white;
  width: 300px;
  display: block;
  float: left;
}
main .info-wrapper .info a:hover {
  background: rgba(113, 128, 0, 0.82);
}

.page-template-template-shop main.page .content {
  position: relative;
}
.page-template-template-shop main.page .content h1 {
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  font-size: 2px;
  padding: 0;
  margin: 0;
  height: 1px;
  background: none;
}

.shopify-buy-frame.shopify-buy-frame--toggle.is-sticky.is-active {
  top: 50px !important;
  transform: translateY(0) !important;
}

.page-template-template-digital-releases main {
  position: relative;
}
.page-template-template-digital-releases main .digital-release {
  float: left;
  display: block;
  margin-right: 2.1276595745%;
  width: 100%;
  margin-bottom: 50px;
}
.page-template-template-digital-releases main .digital-release:last-child {
  margin-right: 0;
}
.page-template-template-digital-releases main .digital-release:nth-child(2n+1) {
  clear: left;
}

.yith-infs-loader {
  text-align: center;
  margin: 10px 0 30px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 10px;
  width: 20px;
  margin: 0px auto;
}

/* ALL SHOP */
.wps-collection-single .wps-collection-title {
  display: none;
}
.wps-collection-single .wps-notice-inline {
  display: none;
}
.wps-collection-single .wps-collections-products-heading {
  display: none;
}
.wps-collection-single .wps-related-products-heading {
  display: block;
  text-align: left;
  font-family: "Helvetica Neue LT W05_73 Bd Ex";
  font-size: 28px;
  line-height: 32px;
}
.wps-collection-single .wps-item h2.wps-products-title {
  font-family: "Helvetica Neue LT W05_73 Bd Ex";
  font-size: 28px;
  line-height: 32px;
  color: blue;
  position: absolute;
  bottom: 60px;
  left: 20px;
  margin-top: 0;
}
@media screen and (max-width: 600px) {
  .wps-collection-single .wps-item h2.wps-products-title {
    position: relative;
    left: auto;
    bottom: auto;
    opacity: 1;
  }
}
.wps-collection-single .wps-item h3.wps-product-pricing {
  font-family: "Helvetica Neue LT W05_73 Bd Ex";
  font-size: 14px;
  line-height: 16px;
  font-weight: normal;
  color: blue;
  position: absolute;
  left: 20px;
  bottom: 20px;
}
@media screen and (max-width: 600px) {
  .wps-collection-single .wps-item h3.wps-product-pricing {
    font-size: 16px;
    line-height: 18px;
  }
}
@media screen and (max-width: 600px) {
  .wps-collection-single .wps-item h3.wps-product-pricing {
    position: relative;
    left: auto;
    bottom: auto;
    opacity: 1;
  }
}
.wps-collection-single .wps-item h2, .wps-collection-single .wps-item h3 {
  transition: opacity 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 0;
}
.wps-collection-single .wps-item:hover h2, .wps-collection-single .wps-item:hover h3 {
  opacity: 1;
}
.wps-collection-single .wpshopify .wps-item {
  padding: 1rem !important;
  padding-bottom: 0px !important;
  margin-bottom: 1rem !important;
}

.wps-product-single-content h2.wps-products-title {
  font-family: "Helvetica Neue LT W05_73 Bd Ex";
  font-size: 28px;
  line-height: 32px;
}
.wps-product-single-content h3.wps-product-pricing {
  font-family: "Helvetica Neue LT W05_73 Bd Ex";
  font-size: 14px;
  line-height: 16px;
  font-weight: normal;
}
@media screen and (max-width: 600px) {
  .wps-product-single-content h3.wps-product-pricing {
    font-size: 16px;
    line-height: 18px;
  }
}

.wpshopify .wps-products-link:hover {
  opacity: 1;
}

.wpshopify .wps-component-products-images-thumbnail[data-wps-is-active=true] img {
  outline: 4px solid blue;
  outline-offset: -4px;
}

.wpshopify .wps-cart-icon-fixed {
  top: 100px;
}

.wpshopify .wps-cart-icon-fixed .wps-cart-counter {
  font-size: 13px;
}

.wpshopify .wps-icon-cart {
  width: 20px;
}

.wpshopify .wps-container {
  margin: 0 auto;
  padding: 0 1.2em;
  width: calc(100% - 270px);
}
@media screen and (max-width: 600px) {
  .wpshopify .wps-container {
    width: 100%;
  }
}

/*
.wps-related-products,
.wps-collections-products {

	a {
		color: blue;
	}
	.wps-product-item,
	.wps-collection-single-product {

		@include media($mobile) {
			flex: 0 0 calc(100% - 1.11111em);
    max-width: calc(100% - 1.11111em);
    width: calc(100% - 1.11111em);
		}
		position: relative;

		img {
			transition: opacity 600ms $ease-out-quad;
		}

		h2, h3 {
			transition: opacity 600ms $ease-out-quad;
			opacity: 0;
			text-align: left;
			color: blue;
			@include font("base-bold");
			padding: 0;
			margin: 0;

			&:before {
				display: none;
			}
		}

		h3 {
			position: absolute;
			bottom: 20px;
			left: 20px;
		}

		h2 {
			position: absolute;
			bottom: 60px;
			left: 20px;
			width: 80%;
			@include font("display");
		}

		&:hover {
			h2, h3 {
				opacity: 1;
			}

			img {
				//opacity: 0.8;
			}
		}
	}
}
*/
.wps-product-info .entry-title {
  font-family: "Helvetica Neue LT W05_73 Bd Ex";
  font-size: 28px;
  line-height: 32px;
  color: blue;
  text-align: left;
  margin: 0;
  margin-bottom: 20px;
}
.wps-product-info h3 {
  text-align: left;
  color: blue;
  font-family: "Helvetica Neue LT W05_73 Bd Ex";
  font-size: 14px;
  line-height: 16px;
  font-weight: normal;
}
.wps-product-info h3:before {
  display: none;
}
@media screen and (max-width: 600px) {
  .wps-product-info h3 {
    font-size: 16px;
    line-height: 18px;
  }
}
.wps-product-info .wps-row-center {
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  margin: 0 auto;
}
.wps-product-info .wps-row-center label {
  font-family: "Helvetica Neue LT W05_73 Bd Ex";
  font-size: 14px;
  line-height: 16px;
  font-weight: normal;
}
@media screen and (max-width: 600px) {
  .wps-product-info .wps-row-center label {
    font-size: 16px;
    line-height: 18px;
  }
}
.wps-product-info .wps-add-to-cart {
  font-family: "Helvetica Neue LT W05_73 Bd Ex";
  font-size: 14px;
  line-height: 16px;
  font-weight: normal;
  width: 250px;
}
@media screen and (max-width: 600px) {
  .wps-product-info .wps-add-to-cart {
    font-size: 16px;
    line-height: 18px;
  }
}
.wps-product-info .wps-add-to-cart:after  {
  display: none !important;
}

.wps-product-single {
  margin-top: 50px;
}

.wps-add-to-cart:after {
  display: none;
}

body.wps_collections-template-default {
  margin-top: 50px;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

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