/* Basic styles */
* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
	width: 100%;
}

body {
  font-family: 'Playfair Display', serif;
  background-color: #FCC095;
  width: 100%;
	height: 100%;
}

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

header{
	position: fixed;
	z-index: 2;
}

h1{	
	color:#fff;
	font-family: 'Mr Dafoe', cursive;
	font-size: 8em;
	text-align: center;
}

.line{
	border-right:2px solid #fff;
	right: 49.93%;
	position: absolute;
	z-index: 3;
}

.polygon-left{
	background-color:#bdefe7;
	clip-path: polygon(100% 0, 100% 53%, 0 100%, 0 49%);
	-webkit-clip-path: polygon(100% 0, 100% 53%, 0 100%, 0 49%);
	height: 75vh;
	float: left;
	position: absolute;
	width: 50%;
	z-index: 1;
}

.polygon-right{
	background-color:#bdefe7;
	-webkit-clip-path: polygon(0 0, 100% 49%, 100% 100%, 0 53%);
	clip-path: polygon(0 0, 100% 49%, 100% 100%, 0 53%);
	height: 75vh;
	float: right;
	right: 0;
	position: absolute;
	width: 50%;
	z-index: 3;
}

.float-right{
	float: right;
	position: relative;
	z-index: 200;
}

.title-left {
	color: #fff;
	float: left;
	font-family: 'Mr Dafoe', cursive;
	font-size: 10vw;
	margin:25% 130px;
	position: relative;
	transform: rotate(-21deg);
	z-index: 500;
}

.products-left{
	float: left;
	max-height: 600px;
	position: relative;
	margin: 2% 0 0 5%;
	z-index: 100;
}

.products-right{
	float: right;
	max-height: 600px;
	position: relative;
	margin:2% 5% 0 0;
	right: 9%;
	z-index: 101;
}

.text-left{
	color: #fff;
	float: left;
	font-size:22px;
	margin: auto;
	left: 15%;
	position: relative;
	text-align: justify;
	top:18%;
	width:60%;
}

.text-right{
	color: #fff;
	float: right;
	font-size:22px;
	margin: auto;
	margin-top:8%;
	position: relative;
	right: 15%;
	text-align: justify;
	width:20%;
}

i{
	z-index: 1000;
}

.buy-left{
	float: left;
	clear: both;
	color: #fff;
	font-size:20px;
	margin: auto;
	text-align: center;
	top:30px;
	position: relative;
}

.buy-right{
	color: #fff;
	float: left;
	clear: both;
	font-size:20px;
	margin: auto;
	position: relative;
	top:30px;
	text-align: center;
}

.page-title h1{font-size: 10vw; margin-top: 100px;}

/* HOME SECTION */
header{
	width: 100%;
}
.header-padding{
	min-height:1220px;
	position: relative;
}

.fa-shopping-cart{display: none;
}


/* NAVIGATION */
.container {
  width: 300px;
  height: 534px;
  overflow: hidden;

}

/* Toggle functionality */
#toggle {
  position: absolute;
  left: -100%;
  top: -100%;
}

#toggle:focus ~ .toggle-container .button-toggle {
  box-shadow: 0 0 0 20px rgba(0, 0, 0, 0.1), inset 0 0 0 20px rgba(0, 0, 0, 0.1);
}

#toggle:checked ~ .toggle-container .button-toggle {
  box-shadow: 0 0 0 550px rgba(0, 0, 0, 0.1), inset 0 0 0 20px rgba(0, 0, 0, 0.1);
}

#toggle:checked ~ .toggle-container .button-toggle:hover {
  box-shadow: 0 0 0 550px rgba(0, 0, 0, 0.1), inset 0 0 0 20px rgba(0, 0, 0, 0.1), 0 0 0 8px rgba(0, 0, 0, 0.1), inset 0 0 0 20px rgba(0, 0, 0, 0.1);
}

#toggle:checked ~ .toggle-container .button-toggle:before {
  -webkit-transform: translateY(-50%) rotate(45deg) scale(1);
      -ms-transform: translateY(-50%) rotate(45deg) scale(1);
          transform: translateY(-50%) rotate(45deg) scale(1);
}

#toggle:checked ~ .toggle-container .button-toggle:after {
  -webkit-transform: translateY(-50%) rotate(-45deg) scale(1);
      -ms-transform: translateY(-50%) rotate(-45deg) scale(1);
          transform: translateY(-50%) rotate(-45deg) scale(1);
}

#toggle:checked:focus ~ .toggle-container .button-toggle {
  box-shadow: 0 0 0 550px rgba(0, 0, 0, 0.1), inset 0 0 0 20px rgba(0, 0, 0, 0.1), 0 0 0 8px rgba(0, 0, 0, 0.1), inset 0 0 0 20px rgba(0, 0, 0, 0.1);
}

#toggle:checked ~ .nav {
  margin-bottom: 100px;
  pointer-events: auto;
  -webkit-transform: translate(50px, 50px);
      -ms-transform: translate(50px, 50px);
          transform: translate(50px, 50px);
}

#toggle:checked ~ .nav .nav-item {
  color: #FFFFFF;
  letter-spacing: 1pt;
  height: 40px;
  line-height: 40px;
  margin-top: 0;
  opacity: 1;
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transition: 0.5s, opacity 0.1s;
  transition: 0.5s, opacity 0.1s;
}

#toggle:checked ~ .nav .nav-item:nth-child(1) {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

#toggle:checked ~ .nav .nav-item:nth-child(1):before {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

#toggle:checked ~ .nav .nav-item:nth-child(2) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

#toggle:checked ~ .nav .nav-item:nth-child(2):before {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

#toggle:checked ~ .nav .nav-item:nth-child(3) {
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
}

#toggle:checked ~ .nav .nav-item:nth-child(3):before {
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
}

#toggle:checked ~ .nav .nav-item:nth-child(4) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

#toggle:checked ~ .nav .nav-item:nth-child(4):before {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

#toggle:checked ~ .nav .nav-item:before {
  opacity: 0;
}

#toggle:checked ~ .dummy-content {
  padding-top: 30px;
}

#toggle:checked ~ .dummy-content:before {
  background-color: rgba(0, 0, 0, 0.3);
}

/* Toggle button */
.button-toggle {
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 25px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  border-radius: 100%;
  -webkit-transition: 0.6s;
  transition: 0.6s;
	z-index: 10000;
}

.button-toggle:hover {
  box-shadow: 0 0 0 20px rgba(0, 0, 0, 0.1), inset 0 0 0 20px rgba(0, 0, 0, 0.1);
}

.button-toggle:before, .button-toggle:after {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #FFFFFF;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.button-toggle:before {
  -webkit-transform: translateY(-50%) rotate(45deg) scale(0);
      -ms-transform: translateY(-50%) rotate(45deg) scale(0);
          transform: translateY(-50%) rotate(45deg) scale(0);
}

.button-toggle:after {
  -webkit-transform: translateY(-50%) rotate(-45deg) scale(0);
      -ms-transform: translateY(-50%) rotate(-45deg) scale(0);
          transform: translateY(-50%) rotate(-45deg) scale(0);
}

/* Menu */
.nav {
  display: inline-block;
  margin: 25px 25px 20px;
  pointer-events: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 600;
}

.nav-item {
  position: relative;
  display: inline-block;
  float: left;
  font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
  clear: both;
  color: transparent;
  font-size: 1.2em;
  letter-spacing: -6.2px;
  height: 7px;
  line-height: 7px;
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-transform: scaleY(0.2);
      -ms-transform: scaleY(0.2);
          transform: scaleY(0.2);
  -webkit-transition: 0.5s, opacity 1s;
  transition: 0.5s, opacity 1s;
	
}

.nav-item:nth-child(1) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.nav-item:nth-child(1):before {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.nav-item:nth-child(2) {
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
}

.nav-item:nth-child(2):before {
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
}

.nav-item:nth-child(3) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.nav-item:nth-child(3):before {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.nav-item:nth-child(4) {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

.nav-item:nth-child(4):before {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

.nav-item:nth-child(1) {
  letter-spacing: -8px;
}

.nav-item:nth-child(2) {
  letter-spacing: -7px;
}

.nav-item:nth-child(n + 4) {
  letter-spacing: -8px;
  margin-top: -7px;
  opacity: 0;
}

.nav-item:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #FFFFFF;
  -webkit-transform: translateY(-50%) scaleY(5);
      -ms-transform: translateY(-50%) scaleY(5);
          transform: translateY(-50%) scaleY(5);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}




/*---------------------------- LOGO --------------------------*/

.logo{
	display: block;
	margin: auto;
	width: 40%;
	z-index: -2;
}

.logo p{
	color: white;
	font-size: 2.7em;
	padding-top: 25%;
	text-align: center;
	text-transform: uppercase;
}

/* SCROLL */

#scroll{
	color: #fff;
	font-size: 1.1em;
	padding-top: 20%;
	text-align: center;
	text-transform: uppercase;
}

/*
#vl{
	border-left: 2px solid white;
    height: 500px;
    position: relative;
    left: 50%;
    top: 0
}
*/


#vl{
	height:0px;
	  width:3px;
	  border-left:3px solid #fff; 
	  -webkit-animation: increase 8s;
	  -moz-animation:    increase 8s; 
	  -o-animation:      increase 8s; 
	  animation:         increase 8s; 
	  animation-fill-mode: forwards;
	margin-left:20%;
	  position: absolute;
	  animation-delay:1s;
	  -webkit-animation-delay:1s;
	  z-index:10;
    }

    @keyframes increase {
        100% {
            height: 335vh;
        }
    }


/* ABOUT */
#about{
	background-color: #FCC095;
	height: 1000px;
	min-height: 900px;
}

#aboutus{
	color: #fff;
	float: right;
	font-size:24px;
	margin: auto 10%;
	position: relative;
	width:25%;
}



/* Read More button - Swing left to right */
@-webkit-keyframes swing
{
    15%
    {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    30%
    {
        -webkit-transform: translateX(-5px);
       transform: translateX(-5px);
    } 
    50%
    {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    65%
    {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
    80%
    {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    100%
    {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes swing
{
    15%
    {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    30%
    {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    50%
    {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    65%
    {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
    80%
    {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    100%
    {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.swing:hover
{		
        -webkit-animation: swing 1s ease;
        animation: swing 1s ease;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
}



.swing{
	border: 2px double;
	padding: 20px;
	margin: auto;
	width: 160px;
	
}


.half{
	max-width: 50% !important;
}


/* NEW ARRIVALS */

#new-arrivals{
	position: relative;
	max-height: 85vh;
}

#product1, #product2{
	display: inline-block;
	height: 900px;
	min-width: 100%;
	position: relative;
}

#product1 p{
	float: left;
	margin: auto;
	width: 40%;
}



/*------------------------- Footer -------------------------------------*/

.page-wrapper{
	min-height: 100%;}
footer {
	bottom: 0;
	color:#fff;
	font-size: 15px;
	margin: auto;
	text-align: center;
	position: fixed;
}


/*---------------------------------- SHOP PAGE -----------------------------------------*/

.catalog{margin-top:80px;
	padding: 20px; min-height: 1300px;
}

.getpost-outerwrap {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
    padding: 10px 5px 0;
    margin-top: 70px;
}

.neurotic-product {
    float: left;
    position: relative;
    width: 20%;
    min-height: 210px;
	margin: 30px 0;
}

.prod-img-preview {
    padding: 0 5px;
}

.bitesize-img {
    display: block;
    width: auto;
    max-height: 190px;
    margin: 0 auto;
}
.bitesize-img:hover {
    border: 1px solid #fff;
}

.neurotic-product.is-collapsed .arrow-up {
    display: block;
    height: 10px;
    width: 100%;
}

.image-large {
    max-width: 60%;
    max-height: 450px;
    height: auto;
    display: block;
    margin: 35px auto;
    box-sizing: border-box;
}

.neurotic-product.is-collapsed .prod-img-preview {
    cursor: pointer;
}

.neurotic-product.is-expanded .expanded-view {
    max-height: 460px;
}

.expanded-view {
    position: relative;
    left: -5px;
    padding: 0 5px;
    box-sizing: content-box;
    overflow: hidden;
    background: #bdefe7;
    max-height: 0;
    transition: max-height .3s ease-in-out, margin-bottom .1s .2s;
    width: 500%;
}

.neurotic-product:nth-of-type(5n+2) .expanded-view {
    margin-left: -100%;
}

.neurotic-product:nth-of-type(5n+3) .expanded-view {
    margin-left: -200%;
}

.neurotic-product:nth-of-type(5n+4) .expanded-view {
    margin-left: -300%;
}

.neurotic-product:nth-of-type(5n+5) .expanded-view {
    margin-left: -400%;
}

.neurotic-product:nth-of-type(5n+6) {
    clear: left;
}

.neurotic-product.is-expanded .arrow-up {
    display: block;
    border-bottom: 18px solid #bdefe7;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    height: 0;
    width: 0;
    margin: 2px auto 0;
}

.expand-close {
    position: absolute;
    top: 10px;
    right: 20px;
    color: #fff;
    font-size: 50px;
    line-height: 50px;
    text-decoration: none;
}

.expand-close:before {
    content: 'x';
}

.expand-close:after {
    color: #898989;
}
.expanded-view .one_half {
    height: 460px;
    position: relative;
}
.expanded-view .inner-wrapper {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.expanded-view h3 {
    color: white;
    text-align: center;
    padding-top: 15px;
    font-size: 35px;
    width: 85%;
    display: block;
    margin: 1em auto;
}

.expanded-view .product-snippet {
    color: #898989;
    width: 65%;
    display: block;
    margin: 0 auto;
}


#shop-logo{top: 0; padding: 10px; margin: 0 auto; width:30%;}

.product-submit{
	display: block;
	width: 150px; 
	background-color: #fff; 
	color:#FCC095; 
	float: right;
	margin: 70px 0px; 
	padding: inherit;
	position: relative;

}

.inner-wrapper h3{
	font-family: 'Playfair Display', serif;
}

.productpr{
	display: block;
	margin: 50px 0px 0 170px;
	
}

/*--------------------------------- CONTACT PAGE ----------------------------------------*/

#contactus {
    margin: 0 30%;
    min-height: 700px;
	width: 100%;}

form{
	display: inline-block;
	text-align: center;
}

label{
	color: #fff;
	clear: both;
	display: block;
	padding: 10px 0;
	text-align: left;
}

input{
	display: block;
	height: 35px;
	float: left;
	padding-bottom: 20px;
	width: 50%;
	margin: auto;
}


textarea{
	display: block;
	float: left;
	width: 50%;
	height: 200px;
	overflow: scroll;
	margin: auto;
}
.row{
	padding: 10px 0;
	margin: auto;
}

.text-muted{
	color: #fff;
	margin: auto;
	float: left;
}

.btn-send {
	box-shadow: 2px 2px #fff;
	background-color: #FCC095;
	clear: both;
	color: #fff;
	font-size:1.1em;
	margin-top:1%;
	padding-top:8px;
	margin-bottom: 50px;
	text-transform:uppercase;
	height: 40px;
	width: 100px;
}

.help-block{
	color: #fff;
	font-size:1.4em;
	background-color: #bdefe7;
	width: 300px;
	
}
/* --------------------------------- Media Queries For Responsive -------------------------*/


@media all and (max-width: 1690px) {
	.header-padding{
	min-height:900px;
	position: relative;
	top:1%;
}
	
	.title-left {
	font-size: 9vw;
	padding:100px 20px;
	position: relative;
	transform: rotate(-28deg);
	z-index: 500;
}
	#aboutus{
		margin:auto 5%;
		width:35%
	}
	
}


@media all and (max-width: 1024px) {
	.two_third, .three_fourth, .five_sixth, .two_fifth, .three_fifth, .four_fifth {margin:0 auto;float:none;clear: both;width:100%;}
}

@media all and (min-width: 769px)  {#mobile-nav,#mobile-toggle {display:none !important;}}
@media all and (max-width: 768px)  {
	#main-menu {display: none;}
	#mobile-nav,#mobile-toggle {display: block;}
	.fullwidth .one_fourth:nth-child(3), .fullwidth .one_fifth:nth-child(4), .fullwidth .one_sixth:nth-child(4) {clear: left;}
	.one_half, .one_third.last {margin:0 auto;float:none;clear: both;}
	.one_half {width:100%;}
	.one_third, .one_fourth {width:50%;}
	.one_fifth, .one_sixth {width:33.33%;}
}

@media all and (max-width: 640px)  {
	.fullwidth .one_fifth:nth-child(4) {clear:none;}
	.fullwidth .one_fifth:nth-child(3) {clear: left;}
	.one_third, .one_fifth.last {float: none;clear: both;margin:0 auto;}
	.one_third {width:100%;}
	.one_fifth {width:50%}
		.polygon-left, .polygon-right{display: none;}
	h1{font-size:50px;}
	.title-left{transform: rotate(0deg); text-align: center; float: none; clear: both; margin:0 auto; padding:40px 0;font-size:40px;}
	#scroll, #vl {display: none;}
	.logo{padding-top:20%;width: 70%;}
	.nav, .toggle-container{margin: 10px 0 0 10px; padding: 0; position:relative;}
	.header-padding{min-height: 200px;}
	#aboutus{width: 95%; margin: 0; padding: 0 10px; float: none; clear: both;}
	#new-arrivals{padding-top:120px;}
	img{width: 700px !important;}
	.products-left, .products-right, h3{width: 100%;padding: 0; margin: 0 auto; float: none; clear: both;}
	.text-left, .text-right, .text-left p {width: 90%; padding: 20px 5px; margin: 0 auto; float: none; clear: both;}
	.buy-left, .buy-right{margin: 0 auto; float: none; clear: both;}
	.resp{width: 90%!important; margin: 0 auto; padding: 0;float: none; clear: both;}
	#product1, #product2 {margin: 0; padding: 0; float: none; clear: both; width: 100%;}
}

@media all and (max-width: 480px)  {
	.fullwidth .one_fifth:nth-child(3) {clear:none;}
	.fullwidth .one_fifth:nth-child(3) {clear: left;}
	.one_fourth {float: none;clear: both;margin:0 auto;}
	.one_fourth {width:100%;}
	.one_sixth {width:50%;}
	.fullwidth .one_sixth:nth-child(2n+1) {clear: left;}
	.polygon-left, .polygon-right{display: none;}
	h1{font-size:50px;}
	.title-left{transform: rotate(0deg); text-align: center; float: none; clear: both; margin:0 auto; padding:40px 0;font-size:40px;}
	#scroll, #vl {display: none;}
	.logo{padding-top:20%;width: 70%;}
	.nav, .toggle-container{margin: 10px 0 0 10px; padding: 0; position:relative;}
	.header-padding{min-height: 200px;}
	#aboutus{width: 95%; margin: 0; padding: 0 10px; float: none; clear: both;}
	#new-arrivals{padding-top:120px;}
	img{width: 700px !important;}
	.products-left, .products-right, h3{width: 100%;padding: 0; margin: 0 auto; float: none; clear: both;}
	.text-left, .text-right, .text-left p {width: 90%; padding: 20px 5px; margin: 0 auto; float: none; clear: both;}
	.buy-left, .buy-right{margin: 0 auto; float: none; clear: both;}
	.resp{width: 90%!important; margin: 0 auto; padding: 0;float: none; clear: both;}
	#product1, #product2 {margin: 0; padding: 0; float: none; clear: both; width: 100%;}
}

@media all and (max-width: 360px) {
	.one_fifth, .one_sixth {float: none;clear: both;margin:0 auto;}
	.one_fifth, .one_sixth, .one_half {width:100%; margin:0 auto; padding: 0; float: none; clear: both;}
	.polygon-left, .polygon-right{display: none;}
	h1{font-size:50px;}
	.title-left{transform: rotate(0deg); text-align: center; float: none; clear: both; margin:0 auto; padding:20px 0;font-size:40px;}
	#scroll, #vl {display: none;}
	.logo{padding-top:20%;width: 70%;}
	.nav, .toggle-container{margin: 0; padding: 0; position:relative;}
	.header-padding{min-height: 200px;}
	#aboutus{width: 95%; margin: 0; padding: 0 10px; float: none; clear: both;}
	#new-arrivals{padding-top:100px;}
	.products-left, .products-right, h3{width: 100%;padding: 0; margin: 0 auto; float: none; clear: both;}
	.text-left, .text-right, .text-left p {width: 90%; padding: 20px 5px; margin: 0 auto; float: none; clear: both;}
	.buy-left, .buy-right{margin: 0 auto; float: none; clear: both;}
}
	
	