/*
	Theme Name: VIA CPH
	Theme URI: http://rubystudio.dk
	Description: Custom theme for VIA CPH
	Version: 1.0
	Author: Ruby Studio
	Author URI: http://rubystudio.dk
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM usediv#menu-burger */
html {
	font-size:62.5%;
}
body {
	font:300 11px/1.4 'Arial Narrow', sans-serif;
	color:#444;
	background-color: #fafafa;
    background-image:url('img/wall1.jpg');
	height: auto !important;
	/*min-height: 100vh;*/
}

#page-border-top, #page-border-bottom, #page-border-left, #page-border-right {
	background: #eee;
	position: fixed;
	z-index: 9999;
}

#page-border-left, #page-border-right {
	top: 0; 
	bottom: 0;
	width: 8px;
}

#page-border-left { 
	left: 0; 
}

#page-border-right { 
	right: 0; 
}
		
#page-border-top, #page-border-bottom {
	left: 0; 
	right: 0;
	height: 8px;
}

#page-border-top { 
	top: 0; 
}

#page-border-bottom { 
	bottom: 0; 
}

/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
	font-family: 'Arial Narrow', sans-serif;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

h1 {
	font-family: 'Steelfish', sans-serif;
	text-transform: uppercase;
	font-size: 30px;
	letter-spacing: 0.15em;
	font-weight: 300;
	padding-top: 0;
	margin-top: 0;
}

h2 {
	font-family: 'Steelfish', sans-serif;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 0.15em;
	font-weight: 300;
	padding-top: 0;
	margin-top: 0;
}

h3 {
	font-family: 'Steelfish', sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 0.15em;
	font-weight: 300;
	padding-top: 0;
	margin-top: 0;
}

h4 {}

h5 {
	font-family: 'Steelfish', sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 0.15em;
	font-weight: 300;
}

h6 {
	
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}
/* header */
.home .header {
	opacity:0;
	-webkit-animation: content-fade .5s ease-in-out both;
	animation: content-fade .5s ease-in-out both;
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
}

.home .pagination {
	transform: translateY(-50%);
	left:28px;
	-webkit-animation: content-fade .5s ease-in-out both;
	animation: content-fade .5s ease-in-out both;
	-webkit-animation-delay: .5s;
	animation-delay: .5s;	
}

.page-pagination {
	-webkit-animation: content-fade .5s ease-in-out both;
	animation: content-fade .5s ease-in-out both;
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
}

.home .store-locator {
	position:fixed;
}

.home .mobile-menu {
	position:fixed;	
	top:55px;
}

.store-locator span {
	letter-spacing: 2px;
	margin-right:3px;
	font-size: 10px;
	text-transform:uppercase;
}

.store-locator svg, .store-locator span {
	display:inline-block;
	vertical-align:middle;
}

.home .store-locator span { 
	color:#fff;
}

.store-locator span { 
	color:#000;
}

.store-locator {
	right: 25px;
	top: 25px;
	position:fixed;
	z-index: 999;
}

.store-locator svg {
	width: 25px;
	height: 25px;
}

.home .store-locator svg path {
	fill: #fff;
}

/* logo */
.logo {
	width: 75px;
	height: auto;
	margin: 0 auto;
	margin-top: 30px;
}
.page-id-124 .logo svg .st0 {
	fill: #fff;
}

/* nav */
.nav {
	margin-top: 0;
	margin-bottom: 0;
}

.nav ul {
	list-style-type: none;
	-webkit-padding-start: 0;
	text-align: center;
	padding: 25px 0;
	margin: 0;
}

.nav ul li{
	display: inline-block;
	padding-right: 130px;
}

.nav ul li:last-child{
	padding-right: 0px;
}

.nav ul li a {
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size:11px;
}

.home .nav ul li a {
	color: #fff;
}

nav.fixed {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	background: #fafafa;
	z-index: 999;
	margin:7px 0 0 0;
	padding-top: 0px;
}

.mobile-menu {
	position: absolute;
	top: 55px;
	left: 29px;
	display: none;
	
}

.logo {
	position: relative;
	z-index: 999;
}

header #menu-burger span {
	position: absolute;
	width: 24px;
	height: 2px;
	background: #000;
	opacity: 1;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	left: 0px;
	top: 4px;
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	border-radius: 100px;
}

.home header #menu-burger span {
	/*background: #fff;*/
}

header #menu-burger span:nth-child(2) {
	top: 12px;
}
header #menu-burger span:nth-child(3) {
	top: 20px;
}
.mobile-menu-container {
	visibility: hidden;
	overflow-x: hidden;
	position: fixed;
	top: 0;
	right: 0 !important;
	padding-top: 0px;
	 opacity: 0;
	-webkit-transition: 1s ease-in-out;
	transition: 1s ease-in-out;
	display: table;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	background: rgba(232, 232, 232, 0.99);
}
.mobile-menu-container.et_pb_fullscreen_menu_opened {
	padding-top: 0 !important;
	z-index:999;
}
.mobile-menu-container.et_pb_fullscreen_menu_opened {
	visibility: visible;
	opacity: 0.95;
}
ul#mobile_menu_slide {
	display: table-cell !important;
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0;
	text-align: center;
	vertical-align: middle;
}
ul#mobile_menu_slide li {
	padding-left: 0 !important;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
	font-size: 27px;
	text-transform: uppercase;
	margin-top: 20px;
	list-style:none;
}

ul#mobile_menu_slide li a {
	font-family: 'Steelfish', sans-serif;
	letter-spacing: 0.15em;
	font-weight: 300;
}

.et_pb_fullscreen_menu_animated ul#mobile_menu_slide li {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.et_pb_fullscreen_menu_opened ul#mobile_menu_slide li:nth-child(1) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.et_pb_fullscreen_menu_opened ul#mobile_menu_slide li:nth-child(2) {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.et_pb_fullscreen_menu_opened ul#mobile_menu_slide li:nth-child(3) {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.et_pb_fullscreen_menu_opened ul#mobile_menu_slide li:nth-child(4) {
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}
div#menu-burger {
	width: 25px;
	height: 25px;
	cursor:pointer;
	z-index:9999;
}
header  #menu-burger.ix {
	position:fixed;
}

header  #menu-burger.ix span {
	background:#000;
}

header #menu-burger.ix span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 12px;
}
header  #menu-burger.ix span:nth-child(2) {
	width: 0%;
	opacity: 0;
}
header #menu-burger.ix span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 12px;
}
/* sidebar */
.sidebar {

}
/* footer */

footer {
	padding-bottom: 8px;
}

footer h3 {
	font-family: 'Steelfish', sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 0.15em;
	font-weight: 300;
	margin-bottom: 0;
}

#footer-widget-1 {
	text-align: center;
	margin-bottom: 30px; 
}

#footer-widget-1 ul {
	list-style-type: none;
	margin: 10px 0 0 0;
	padding: 0;
}

#footer-widget-1 ul li {
	display: inline-block;
	margin-right: 20px;
}

#footer-widget-1 ul li:last-child {
	margin-right: 0px;
}

#footer-widget-1 ul li a {
	display: inline-block;
	padding: 7.5px;
	border-radius: 100%;
	width: 30px;
	height: 30px;
	background-color: #eee;
	transition-duration: 0.3s;
}

#footer-widget-1 ul li a:hover {
	background-color: #e7e7e7;
	transition-duration: 0.3s;
}

.facebook_footer svg, .instagram_footer svg, .pinterest_footer svg {
	width: 15px;
	height: 15px;
}

.facebook_footer svg path, .instagram_footer svg path, .instagram_footer svg circle, .pinterest_footer svg path {
	fill: #444 !important;
}

#footer-widget-2 {
	width: 100%;
	margin-bottom: 10px;
}

#footer-widget-2 ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-around;
}

#footer-widget-2 ul li {
	display: inline-block;
}

#footer-widget-2 ul li p, #footer-widget-2 ul li a {
	text-transform: uppercase;
	font-size: 11px;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

/* Frontpage slider */

.pt-slider div.imp-wrap {
	max-width: none !important;
}

.pt-slider .imp-wrap>img {
	width: inherit !important;
	height: inherit !important;
}

.pt-slider img {
	width: 100%;
	height: auto;
	object-fit: cover;
	object-position: 50% 50% !important;
	vertical-align: middle !important;
}

.pt-slider .imp-wrap {
	width: 100%;
	height: auto;
	object-fit: cover;
	object-position: 50% 50% !important;
	vertical-align: middle !important;
}

.page-p-container .p-item {
	width: 200px;
}

.pt-slider .p-item span.title {
	font-family: 'Steelfish', sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 0.15em;
	font-weight: 300;
	line-height: 30px;
	color: #ffffff;
}

.pt-slider .p-item span.title {
	-webkit-animation: p-title-anim-out .3s ease both;
	animation: p-title-anim-out .3s ease both;
}

.pt-slider .p-item.current span.title {
	opacity: 0;
	-webkit-animation: p-title-anim .3s ease both;
	animation: p-title-anim .3s ease both;
}

.pt-slider span.p-line {
	height: 2px;
	width:15px;
}

.pt-slider .p-item span.p-line {
	-webkit-animation: p-line-anim-out .3s ease-in-out both;
	animation: p-line-anim-out .3s ease-in-out both;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.pt-slider .p-item.current span.p-line {
	width: 15px;
	opacity: 1 !important;
	-webkit-animation: p-line-anim .3s ease-in-out both;
	animation: p-line-anim .3s ease-in-out both;
}

@-webkit-keyframes p-line-anim {
	from { width: 15px; opacity: 0.3;}
	to { width: 30px; opacity: 1; }
}
@keyframes p-line-anim {
	from { width: 15px; opacity: 0.3; }
	to { width: 30px; opacity: 1; }
}

@-webkit-keyframes p-line-anim-out {
	from { width: 30px; opacity: 1;}
	to { width: 15px; opacity: 0.3; }
}
@keyframes p-line-anim-out {
	from { width: 30px; opacity: 1; }
	to { width: 15px; opacity: 0.3; }
}

@-webkit-keyframes p-title-anim {
	from { opacity: 0.3; margin: 0 0 0 25px; }
	to { opacity: 1; margin: 0 0 0 40px; }
}
@keyframes p-title-anim {
	from { opacity: 0.3; margin: 0 0 0 25px; }
	to { opacity: 1; margin: 0 0 0 40px; }
}

@-webkit-keyframes p-title-anim-out {
	from { opacity: 1; margin: 0 0 0 40px; }
	to { opacity: 0.3; margin: 0 0 0 25px; }
}
@keyframes p-title-anim-out {
	from { opacity: 1; margin: 0 0 0 40px; }
	to { opacity: 0.3; margin: 0 0 0 25px; }
}

@-webkit-keyframes content-fade {
	from { opacity: 0; }
	to { opacity: 1; }
}

/* product page */

.post-type-archive-products section {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.post-type-archive-products .type-products {
	/*transform: translate3d(0px, 100px, 0px);*/
	position:relative;
	top:100px;
	opacity: 0;
	-webkit-transition: opacity 500ms ease-in-out,top 500ms ease-in-out;
	-moz-transition: opacity 500ms ease-in-out,top 500ms ease-in-out;
	-ms-transition: opacity 500ms ease-in-out,top 500ms ease-in-out;
	-o-transition:opacity 500ms ease-in-out,top 500ms ease-in-out;
	transition: opacity 500ms ease-in-out,top 500ms ease-in-out;
	/*transition: opacity 500ms cubic-bezier(0.25, 0.46, 0.45,0.94),top 500ms cubic-bezier(0.25, 0.46, 0.45,0.94);*/
}
.slideup-animation {
	/*transform: translate3d(0px, 100px, 0px);*/
	position:relative;
	top:100px;
	opacity: 0;
	-webkit-transition: opacity 500ms ease-in-out,top 500ms ease-in-out;
	-moz-transition: opacity 500ms ease-in-out,top 500ms ease-in-out;
	-ms-transition: opacity 500ms ease-in-out,top 500ms ease-in-out;
	-o-transition:opacity 500ms ease-in-out,top 500ms ease-in-out;
	transition: opacity 500ms ease-in-out,top 500ms ease-in-out;
	/*transition: opacity 500ms cubic-bezier(0.25, 0.46, 0.45,0.94),top 500ms cubic-bezier(0.25, 0.46, 0.45,0.94);*/
}
.post-type-archive-products section article {
	width: 22%;
	height: auto;
	position: relative;
	background-color: #f4f4f4;
}

.post-type-archive-products section article img {
	transition-duration: 0.7s;
	-webkit-mix-blend-mode: darken;
	-moz-mix-blend-mode: darken;
	-o-mix-blend-mode: darken;
	-ms-mix-blend-mode: darken;
	mix-blend-mode: darken;
	-webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.post-type-archive-products section article:hover {
	background-color: #eee;
	-webkit-transition: background-color 0.7s; 
    transition: background-color 0.7s;
}

.post-type-archive-products section article:hover h2 {
	padding: 7px 20px 11px 23px;
	transition-duration: 0.4s;
}

/* Small */
.post-type-archive-products section article:nth-child(16n+1), .post-type-archive-products section article:nth-child(16n+2), .post-type-archive-products section article:nth-child(16n+5) {
	width: 22%;
	margin-right: 4%;
	margin-bottom: 52px;
}

.post-type-archive-products section article:nth-child(16n+6) {
	width: 22%;
	margin-bottom: 52px;
}

.post-type-archive-products section article:nth-child(16n+9) {
	width: 40%;
	margin-bottom: 52px;
	margin-left: 8%;
	margin-top: -72px;
}

.post-type-archive-products section article:nth-child(16n+11) {
	width: 22%;
	margin-bottom: 52px;
}

/* Medium */
.post-type-archive-products section article:nth-child(16n+8) {
	width: 37%;
	margin-right: 4%;
	margin-bottom: 52px;
}

/* Large */
.post-type-archive-products section article:nth-child(16n+7) {
	width: 22%;
	margin-right: 4%;
	margin-bottom: 52px;
	margin-left: 26%
}

/* X-large */
.post-type-archive-products section article:nth-child(16n+3){
	width: 48%;
	margin-bottom: 52px;
}

.post-type-archive-products section article:nth-child(16n+4) {
	width: 48%;
	margin-right: 4%;
	margin-bottom: 52px;
	margin-top: -260px;
}

.post-type-archive-products section article:nth-child(16n+10) {
	width: 48% !important;
	margin-left: 4%;
	margin-bottom: 52px;
}

.post-type-archive-products section article:nth-child(16n+12) {
	width: 22%;
	margin-left: 4%;
	margin-bottom: 52px; 
}

.post-type-archive-products section article:nth-child(16n+13) {
	width: 40%;
	margin-left: 4%;
	margin-bottom: 52px; 
	margin-top: -110px;
}

.post-type-archive-products section article:nth-child(16n+14) {
	width: 48%;
	margin-bottom: 52px; 
}

.post-type-archive-products section article:nth-child(16n+15) {
	width: 37%;
	margin-bottom: 52px; 
	margin-left: 4%;
}

.post-type-archive-products section article:nth-child(16n+16) {
	width: 37%;
	margin-bottom: 52px;
	margin-left: 63%;
	margin-top: -406px;
}

/* Small Crop */
.post-type-archive-products section article:nth-child(16n+12) img {
	object-fit: cover;
	height: 211px;
	width: 100% !important;
}

.post-type-archive-products section article:nth-child(16n+1) img, .post-type-archive-products section article:nth-child(16n+6) img, .post-type-archive-products section article:nth-child(16n+7) img, .post-type-archive-products section article:nth-child(16n+11) img {
	object-fit: cover;
	height: 283px;
	width: 100% !important;
}

.post-type-archive-products section article:nth-child(16n+2) img, .post-type-archive-products section article:nth-child(16n+5) img {
	object-fit: cover;
	height: 353px;
	width: 100% !important;
}

/* Medium Crop */

.post-type-archive-products section article:nth-child(16n+8) img, .post-type-archive-products section article:nth-child(16n+15) img, .post-type-archive-products section article:nth-child(16n+16) img {
	object-fit: cover;
	height: 356px;
	width: 100%;
}

/* Large Crop */
.post-type-archive-products section article:nth-child(16n+13) img {
	object-fit: cover;
	height: 385px;
	width: 100%;
}

.post-type-archive-products section article:nth-child(16n+9) img {
	object-fit: cover;
	height: 643px;
	width: 100%;
}

/* X-large Crop */

.post-type-archive-products section article:nth-child(16n+10) img {
	object-fit: cover;
	height: 461px;
	width: 100% !important;
}

.post-type-archive-products section article:nth-child(16n+3) img, .post-type-archive-products section article:nth-child(16n+4) img{
	object-fit: cover;
	height: 616px;
	width: 100% !important;
}

.post-type-archive-products section article:nth-child(16n+14) img {
	object-fit: cover;
	height: 769px;
	width: 100% !important;
}


.product_title {
	position: absolute;
	top: 15px;
	padding: 7px 15px 11px 18px;
	background-color: #fff;
	font-family: 'Steelfish';
	transition-duration: 0.7s;
}

.product_title a{
	font-family: 'Steelfish', sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 0.15em;
}

.post-type-archive-products archive {
	display: inline-block;
}


/* single product page */
.single-products h1 {
	font-family: 'Steelfish', sans-serif;
	text-transform: uppercase;
	font-size: 40px;
	letter-spacing: 0.15em;
	font-weight: 300;
	margin-bottom: 0;
}

.category_single_product {
	font-family: 'arial narrow', sans-serif;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 0.15em;
	margin-top: 5px;
	margin-bottom: 20px;
}

p {
	font-family: 'arial narrow', sans-serif;
	font-size: 13px;
	letter-spacing: 0.1em;
}

.headline {
	text-align:center;
	margin-top: 80px;
	margin-bottom: 40px
}

.headline h2 {
	font-family: 'Steelfish', sans-serif;
	text-transform: uppercase;
	font-size: 30px;
	letter-spacing: 0.15em;
	font-weight: 300;
	margin-bottom: 0;
}

.headline h3 {
	color: #444;
	font-size:11px;
	text-decoration: none;
	font-family: 'Arial Narrow', sans-serif;
	padding-top: 10px;
}

.single-products main {
	background-color: #eee;
	padding: 4%;
	margin-bottom: 80px;
}

#single-product_section01 {
	margin-bottom: 50px;
	display: flex;
	flex-wrap: nowrap;
}

.single-products .option_container {
	display: inline-block;
}

.single-products ul.product_images {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 600px !important;
	height: auto;
	max-height:450px;
	position: relative;
}

.single-products ul.product_images li {
	opacity: 0;
	background:#eee;
	position: absolute;
	width: 100%;
	height: auto;
}
.single-products ul.product_images li.show {
	opacity: 1;
}

.single-products ul.product_images li img {
	height: auto;
	padding: 0 30px 0 0;
	-webkit-mix-blend-mode: darken;
	-moz-mix-blend-mode: darken;
	-o-mix-blend-mode: darken;
	-ms-mix-blend-mode: darken;
	mix-blend-mode: darken;
	-webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.single-products .product-infotext {
	width: 50%;
}

.single-products .product-infotext h1 {
	width: 70%;
}

.single-products .product-infotext p {
	width: 70%;
}

.single-products .customizer-button {
	padding: 20px 0;
	height: 34px;
}

.single-products .customizer-button a {
	border-color: #fff;
	background-color: #fff;
	border-radius: 0;
	padding: 10px 15px;
	font-size: 11px;
	letter-spacing: 0.15em !important;
	font-family: 'Arial Narrow', sans-serif;
	text-transform: uppercase;
	transition-duration: 0.3s;
	letter-spacing:0;
}

.single-products .category_single_product {
	pointer-events:none;
}

.single-products ul.single_product_gallery {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

.single-products ul.single_product_gallery li {
	background:#eee;
}

.single-products ul.single_product_gallery img {
	-webkit-mix-blend-mode: darken;
	-moz-mix-blend-mode: darken;
	-o-mix-blend-mode: darken;
	-ms-mix-blend-mode: darken;
	mix-blend-mode: darken;
	-webkit-backface-visibility: hidden;
    backface-visibility: hidden;	
}

.single-products ul.single_product_gallery li:nth-child(3n+1) {
	width: 30%;
	height: auto;
	margin-right: 5%;
	display: inline-block;
	margin-bottom: 5%
}

.single-products ul.single_product_gallery li:nth-child(3n+2) {
	width: 40%;
	display: inline-block;
	margin-bottom: 5%
}

.single-products ul.single_product_gallery li:nth-child(3n+3) {
	width: 65%;
	display: inline-block;
	margin-bottom: 5%
}


.single-products div.single_dimensions {
	border-top: 1px solid #a2a2a2;
	border-bottom: 1px solid #a2a2a2;
	padding: 10px 0;
	margin: 20px 30px;
}

.single-products div.single_dimensions p {
	text-align: center;
	font-size: 10px;
	text-transform: uppercase;
}

.pagination.page-pagination {
	position: fixed; 
	height: auto;
	top: 50%;
	transform: translateY(-50%);
	left: 28px;
}


.page-pagination .p-container {
	margin-top: 0 !important;
}
.page-pagination .p-item.active span.p-line {
	background-color: #000;
	width: 30px;
}
.page-pagination.pagination p {
	color: #000;
	font-family: 'Steelfish', sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 0.15em;
	font-weight: 300;
	line-height: 30px;
	margin:0 0 0 40px;
	-webkit-animation: p-title-anim-out .3s ease-in-out both;
	animation: p-title-anim-out .3s ease-in-out both;
	
}

.page-pagination .p-item.active p {
	-webkit-animation: p-title-anim .3s ease-in-out both;
	animation: p-title-anim .3s ease-in-out both;

}

.page-pagination span.p-line {
	background-color: #000;
	width:15px;
	height: 2px;
	-webkit-animation: p-line-anim-out .3s ease-in-out both;
	animation: p-line-anim-out .3s ease-in-out both;
}

.page-pagination .p-item.active span.p-line {
	-webkit-animation: p-line-anim .3s ease-in-out both;
	animation: p-line-anim .3s ease-in-out both;	
}

.section02_flex {
	display: flex;
	justify-content: center;
}

#single-product_section02 .scetch {
	min-width: 40%;
	max-width: 40%;
	height: auto;
	float: left;
	margin-bottom: 0px;
}

#single-product_section02 .option_singlepage {
	float: left;
	max-width: 60%;
	padding-left: 40px;
	margin-bottom: 00px;
}

#single-product_section02 .scetch .scetch_image img {
	width: 100%;
	height: 100%;
}

.option_01, .option_02, .option_03 {
	display: inline-block;
}

#single-product_section02 .option_singlepage h5 {
	margin-bottom: 0;
}

#single-product_section02 h6 {
	font-family: 'Arial Narrow', sans-serif;
	font-weight: 600;
	font-size: 10px;
	text-transform: uppercase;
	clear:both;
	margin: 20px 0 10px 0;
	letter-spacing: 0.1em;
}

ul.laminate, ul.linoleum, ul.oak, ul.slate {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: inline-block;
	float: left;
}

ul.laminate {
	-webkit-columns: 160px 2; /* Chrome, Safari, Opera */
    -moz-columns: 160px 2; /* Firefox */
    columns: 160px 2;
	-webkit-column-gap: 0px; /* Chrome, Safari, Opera */
    -moz-column-gap: 0px; /* Firefox */
    column-gap: 0px;
}

ul.laminate li, ul.linoleum li, ul.oak li, ul.slate li {
	clear: both;
	width: 160px;
}

ul.laminate li:nth-child(9){
	margin-top: 70px;
}

ul.laminate li p, ul.linoleum li p, ul.oak li p, ul.slate li p {
	float: left;
	padding: 0;
	margin: 8px;
	vertical-align: middle;
	font-size: 10px;
	text-transform: uppercase;
}

.color_option {
	width: 17px;
	height: 17px;
	border-radius:100px;
	margin: 5px;
	display:inline-block;
	float: left;
}

.light_blue {
	background-color: #e8f3f8;
}

.antracite {
	background-color: #3e3f3a;
}

.turquise {
	background-color: #badbdf;
}

.pistaccio {
	background-color: #bddabb;
}

.lime {
	background-color: #cfdd5f;
}

.yellow {
	background-color: #fcf7cc;
}

.light_red {
	background-color: #feded6;
}

.brown {
	background-color: #a89884;
}

.grey {
	background-color: #696a60;
}

.light_grey {
	background-color: #b4b5b0;
}

.white {
	background-color: #ffffff;
}

.black {
	background-color: #000000;
}

.mustard {
	background-color: #c89341;
}

.blue {
	background-color: #3c5394;
}

.orange {
	background-color: #cd5f33;
}

.black_linoleum {
	background-color: #000000;
}

.grey_linoleum {
	background-color: #696a62;
}

.dark_green_linoleum {
	background-color: #0c2915;
}

.dark_red_linoleum {
	background-color: #4c1d26;
}

.blue_linoleum {
	background-color: #41548f;
}




.solid_oak_oil {
	background-image: url('img/solid_oak_oil.jpg');
	background-size: cover;
}

.solid_oak_white_oil {
	background-image: url('img/solid_oak_white_oil.jpg');
	background-size: cover;
}

.solid_oak_soap {
	background-image: url('img/solid_oak_soap.jpg');
	background-size: cover;
}

.solid_oak_smoked {
	background-image: url('img/solid_oak_smoked.jpg');
	background-size: cover;
}

.solid_beech {
	background-image: url('img/solid_beech.jpg');
	background-size: cover;
}

.solid_black {
	background-image: url('img/solid_black.jpg');
	background-size: cover;
}

.walnut  {
	background-image: url('img/walnut.jpg');
	background-size: cover;
}

.mdf_black {
	background-image: url('img/mdf_black.jpg');
	background-size: cover;
}

.mdf_natural {
	background-image: url('img/mdf_natural.jpg');
	background-size: cover;
}

.slate_nero {
	background-image: url('img/nero.jpg');
	background-size: cover;
}

.slate_bianco {
	background-image: url('img/blanco.jpg');
	background-size: cover;
}

.slate_tan {
	background-image: url('img/tan.jpg');
	background-size: cover;
}

.slate_falling-leaves {
	background-image: url('img/falling-leaves.jpg');
	background-size: cover;
}

.slate_rustique {
	background-image: url('img/rustique.jpg');
	background-size: cover;
}

.color_option.solid_oak {
	background-image: url('img/solidoak.jpg');
	background-size: cover;
}

.color_option.oil {
	background-image: url('img/oil.jpg');
	background-size: cover;
}

.color_option.white_oil {
	background-image: url('img/white-oil.jpg');
	background-size: cover;
}

.color_option.soap {
	background-image: url('img/soap.jpg');
	background-size: cover;
}

.color_option.black_oil {
	background-image: url('img/blackoil.jpg');
	background-size: cover;
}

.color_option.mocca {
	background-image: url('img/mocca.jpg');
	background-size: cover;
}

#single-product_section03 {
	text-align: center;
}

#single-product_section03 iframe {
	border:none;
	height:934px;
	width:1000px;
}

#single-product_section03 .customizer_mobile {
	display: none;
}

/* Philosophy */

.philosophy main {
	margin-bottom: 80px;
}

.philosophy .pagination.page-pagination {
	display:none;	
}

.philosophy .wpb_text_column {
	padding: 0 40px;
}

.philosophy .real-people .wpb_text_column {
	background-color: transparent;
}

.philosophy .wpb_text_column .wpb_wrapper {
	position: relative;
  	top: 50%;
  	transform: translateY(-50%);
}

.designprocess .wpb_text_column {
	height: 255px;
	width: auto;
}

.co-creation .wpb_text_column {
	height: 367px;
	width: auto;
}

.product_development .wpb_text_column, .treatment_and_packaging .wpb_text_column, .planet .wpb_text_column {
	height: 305px;
	width: auto;
}

.production .wpb_text_column {
	height: 272px;
	width: auto;
}

.philosophy .real-people .wpb_text_column .wpb_wrapper {
	position: inherit;
	top: inherit;
	transform: inherit;
}

/* Instagram */
.instagram main {
	margin-bottom: 80px;
}

#sb_instagram #sbi_load .sbi_load_btn {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	margin: 5px auto 0;
	background: #eee;
	border: none;
	color: #000;
	text-decoration: none;
	line-height: 1.5;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: initial;
	border-right-color: initial;
	border-bottom-color: initial;
	border-left-color: initial;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-color: #eee;
	background-color: #eee;
	padding: 10px 15px;
	font-size: 12px;
	letter-spacing: 0.15em;
	font-family: 'Arial Narrow', sans-serif;
	text-transform: uppercase;
	transition-duration: 0.3s;
	margin-bottom: 8px;
	margin-top: 20px;
}


#sb_instagram #sbi_load .sbi_load_btn:hover {
	background-color: #e7e7e7 !important;
	transition-duration: 0.3s;
	opacity: 1;
}

/* Contact */
.contact .wrapper {
	min-height: 100vh;
}

.contact main {
	margin-bottom: 80px;
	min-height: calc(100vh - 391px);
}

.contact main section {
	padding: 0;
}

.contact .vc_custom_1499848412175 {
	padding: 10% 4%;
	background-position:center center;
	max-width: 95%;
	margin: 0 auto;
}

.contact .wpb_column .vc_column-inner {
	padding: 0 !important;
}

.contact .vc_column_container:nth-child(1) .wpb_text_column:nth-child(2) {
	margin-bottom: 10px;
}

.contact .vc_column_container:nth-child(2) .wpb_text_column:nth-child(2), .contact .vc_column_container:nth-child(2) .wpb_text_column:nth-child(3) {
	margin-bottom: 25px;
}

.contact-column1 {
	width: 35%;
	height: auto;
	float: left;
}

.contact-column2 {
	width: 65%;
	height: auto;
	float: left;
}

.contact-column3 {
	width: 100%;
	height: auto;
	float: left;
}

.wpcf7 .contact-column1 input {
	width: 96%;
	-webkit-appearance: none;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: initial;
	border-right-color: initial;
	border-bottom-color: initial;
	border-left-color: initial;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-color: #fafafa;
	background-color: #fafafa;
	border-radius:0;
	padding: 10px 15px;
	font-size: 12px;
	letter-spacing: 0.15em;
	font-family: 'Arial Narrow', sans-serif;
	margin-bottom: 15px;
}

.wpcf7 .contact-column2 textarea {
	width: 100%;
	height: 138px;
	-webkit-appearance: none;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: initial;
	border-right-color: initial;
	border-bottom-color: initial;
	border-left-color: initial;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-color: #fafafa;
	background-color: #fafafa;
	padding: 10px 15px;
	font-size: 12px;
	letter-spacing: 0.15em;
	font-family: 'Arial Narrow', sans-serif;
}

.wpcf7 .contact-column3 input {
	-webkit-appearance: none;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: initial;
	border-right-color: initial;
	border-bottom-color: initial;
	border-left-color: initial;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-color: #e7e7e7;
	background-color: #e7e7e7;
	border-radius:0;
	padding: 10px 15px;
	font-size: 12px;
	letter-spacing: 0.15em;
	font-family: 'Arial Narrow', sans-serif;
	text-transform: uppercase;
	transition-duration: 0.3s;
	margin-bottom: 8px;
}

.wpcf7 .contact-column3 input:hover {
	background-color: #e7e7e7 !important;
	transition-duration: 0.3s;
}

input:focus, textarea:focus {
	outline:0;
}

input:active {
	color: #000;
}

div.wpcf7-validation-errors, div.wpcf7-response-output, span.wpcf7-not-valid-tip {
	border: none;
}

div.wpcf7-response-output {
	margin: 0;
	padding: 0;
	clear: both;
	margin-top: 10px !important;
}

textarea::placeholder, input::placeholder {
	color: #777;
}

/* Stores */

.stores main {
	margin-bottom: 80px;
	min-height: calc(100vh - 401px)
}

body.stores .ril-filter-form {
	width: 100%;
	height: 70px;
	text-align: center;
}

select:focus, input:focus {
	outline:0;
}

body.stores .ril-filter-form select {
	-webkit-appearance: none;
	-moz-appearance: none;
   	appearance: none;
	background-image: url('img/icons/arrow2.svg');
	background-repeat: no-repeat;
	background-size: 8px;
	background-position: center right 10px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-color: #eee;
	background-color: #fff;
	padding: 10px 15px;
	font-size: 12px;
	letter-spacing: 0.15em;
	font-family: 'Arial Narrow', sans-serif;
	width: 180px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

body.stores .ril-filter-form select::-ms-expand { 
    display: none; /* hide the default arrow in ie10 and ie11 */
}

body.stores .ril-filter-form input {
	-webkit-appearance: none;
	-moz-appearance: none;
   	appearance: none;
	border-top-color: #eee;
	border-right-color: #eee;
	border-bottom-color: #eee;
	border-left-color: #eee;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	background-color: #eee !important;
	color: #000;
	border-radius:0;
	padding: 10px 15px;
	font-size: 12px;
	letter-spacing: 0.15em;
	font-family: 'Arial Narrow', sans-serif;
	text-transform: uppercase;
	transition-duration: 0.3s;
}

body.stores .ril-filter-form input:hover {
	background-color: #e7e7e7 !important;
	transition-duration: 0.3s;
}

body.stores .large-3 {
	width: 320px;
	height: 320px;
	display: inline-block;
	padding: 30px 25px;
	vertical-align: top;
}

body.stores .large-3:nth-child(8n+1), body.stores .large-3:nth-child(8n+3), body.stores .large-3:nth-child(8n+6), body.stores .large-3:nth-child(8n+8) {
	background-color: #eee;
}

body.stores .large-3:nth-child(8n+2), body.stores .large-3:nth-child(8n+4), body.stores .large-3:nth-child(8n+5), body.stores .large-3:nth-child(8n+7) {
	background-color: #f4f4f4;
}

h3.store-name {
	font-family: 'Steelfish', sans-serif;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 0.15em;
	font-weight: 300;
	padding-top: 0;
	margin-top: 0;
}

p.store_address, p.store_city {
	margin:0;
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/


@font-face {
	font-family: 'Steelfish';
	src: url('fonts/SteelfishRg-Regular.eot');
	src: url('fonts/SteelfishRg-Regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/SteelfishRg-Regular.woff') format('woff'),
		url('fonts/SteelfishRg-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}


/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#aaa;
	color:#eee;
	text-shadow:none;
}
::-webkit-selection {
	background:#aaa;
	color:#eee;
	text-shadow:none;
}
::-moz-selection {
	background:#aaa;
	color:#eee;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}


/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media (max-width:1400px) {
/* store locator */
body.stores .ril-item-list {
	width: 90vw;
	margin: 0 auto;
}
	
body.stores .large-3 {
	width: 22.5vw;
	height: 22.5vw;
}
	
body.stores .shop-description {
	text-align: left;
}

	
/* product page */
.post-type-archive-products .wrapper {
	max-width: 100vw;
	width: 100vw;
	padding: 2vw;
}

/* Small */
.post-type-archive-products section article:nth-child(16n+1), .post-type-archive-products section article:nth-child(16n+2), .post-type-archive-products section article:nth-child(16n+5) {
	width: 22.5vw;
	margin-right: 2vw;
	margin-bottom: 2vw;
}

.post-type-archive-products section article:nth-child(16n+6) {
	width: 22.5vw;
	margin-bottom: 2vw;
}

.post-type-archive-products section article:nth-child(16n+9) {
width: 38vw;
margin-bottom: 2vw;
margin-left: 9vw;
margin-top: -5.5vw;
}

.post-type-archive-products section article:nth-child(16n+11) {
	width: 22.5vw;
	margin-bottom: 2vw;
}

/* Medium */
.post-type-archive-products section article:nth-child(16n+8) {
	width: 37vw;
	margin-right: 2vw;
	margin-bottom: 2vw;
}

/* Large */
.post-type-archive-products section article:nth-child(16n+7) {
	width: 22.5vw;
	margin-right: 2vw;
	margin-bottom: 2vw;
	margin-left: 24.5vw;
}

/* X-large */
.post-type-archive-products section article:nth-child(16n+3){
	width: 47vw;
	margin-bottom: 2vw;
}

.post-type-archive-products section article:nth-child(16n+4) {
	width: 47vw;
	margin-right: 2vw;
	margin-bottom: 2vw;
	margin-top: -19vw;
}

.post-type-archive-products section article:nth-child(16n+10) {
	width: 47vw;
	margin-left: 2vw;
	margin-bottom: 2vw;
}

.post-type-archive-products section article:nth-child(16n+12) {
	width: 22.5vw;
	margin-left: 2vw;
	margin-bottom: 2vw; 
}

.post-type-archive-products section article:nth-child(16n+13) {
width: 38.5vw;
margin-left: 2vw;
margin-bottom: 2vw;
margin-top: -6.5vw;
}

.post-type-archive-products section article:nth-child(16n+14) {
	width: 47vw;
	margin-bottom: 2vw; 
}

.post-type-archive-products section article:nth-child(16n+15) {
	width: 38vw;
	margin-bottom: 2vw; 
	margin-left: 2vw;
}

.post-type-archive-products section article:nth-child(16n+16) {
width: 38vw;
margin-bottom: 2vw;
margin-left: 58vw;
margin-top: -30.5vw;
}

/* Small Crop */
.post-type-archive-products section article:nth-child(16n+12) img {
	object-fit: cover;
	height: 16.875vw;
	width: 100% !important;
}

.post-type-archive-products section article:nth-child(16n+1) img, .post-type-archive-products section article:nth-child(16n+6) img, .post-type-archive-products section article:nth-child(16n+7) img, .post-type-archive-products section article:nth-child(16n+11) img {
	object-fit: cover;
	height: 22.5vw;
	width: 100% !important;
}

.post-type-archive-products section article:nth-child(16n+2) img, .post-type-archive-products section article:nth-child(16n+5) img {
	object-fit: cover;
	height: 28.125vw;
	width: 100% !important;
}

/* Medium Crop */

.post-type-archive-products section article:nth-child(16n+8) img {
	object-fit: cover;
	height: 27.75vw;
	width: 100%;
}
	
.post-type-archive-products section article:nth-child(16n+9) img {
	object-fit: cover;
	height: 47.5vw;
	width: 100%;
}
	
.post-type-archive-products section article:nth-child(16n+13) img {
	object-fit: cover;
	height: 28.875vw;
	width: 100%;
}
	
.post-type-archive-products section article:nth-child(16n+15) img, .post-type-archive-products section article:nth-child(16n+16) img {
	object-fit: cover;
	height: 28.5vw;
	width: 100%;
}

/* X-large Crop */

.post-type-archive-products section article:nth-child(16n+10) img {
	object-fit: cover;
	height: 35.25vw;
	width: 100% !important;
}

.post-type-archive-products section article:nth-child(16n+3) img, .post-type-archive-products section article:nth-child(16n+4) img{
	object-fit: cover;
	height: 47vw;
	width: 100% !important;
}

.post-type-archive-products section article:nth-child(16n+14) img {
	object-fit: cover;
	height: 58.75vw;;
	width: 100% !important;
}
	
/* single product page */

.single-products .pagination.page-pagination {
	display: none; 
}

.single-products ul.product_images {
	width: 40vw;
	max-height:none;
}
}

@media (max-width: 1100px) {
#single-product_section03 .customizer_mobile {
	display: inline-block;
	padding: 10px 15px;
	background-color: #fff;
	margin-top:-20px;
}

#single-product_section03 .customizer_mobile a {
	font-size: 12px;
	text-transform: uppercase;
	cursor:pointer;
}

#single-product_section03 .customizer_computer {
	display: none;
}

/* store locator */
body.stores .ril-item-list {
	width: 90vw;
	margin: 0 auto;
}
	
body.stores .large-3 {
	width: 30vw;
	height: 30vw;
}
	
body.stores .shop-description {
	text-align: left;
}

#single-product_section03 iframe {
	display:none;
}
} 

@media (max-width:800px) { 
/* Header */
.nav ul li {
	padding-right:70px;
}

.mobile-menu {
	display: block;
}
.desktop-nav {
	display: none;
}

.home .pagination {
	left: 29px;
}

.home .logo {
	position:fixed;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
}
	
.store-locator {
	position:absolute;
	top:55px;	
}

/*Product page */
.post-type-archive-products .wrapper {
	padding: 0;
}

.post-type-archive-products .wrapper main{
	max-width: 100%;
	width: 100%;
	padding: 4vw;
}

/* Small */
.post-type-archive-products section article:nth-child(16n+1), .post-type-archive-products section article:nth-child(16n+2), .post-type-archive-products section article:nth-child(16n+5) {
	width: 44vw;
	margin-bottom: 4vw;
}	

.post-type-archive-products section article:nth-child(16n+6) {
	width: 44vw;
	margin-bottom: 4vw;
}
	
.post-type-archive-products section article:nth-child(16n+11) {
	width: 44vw;
	margin-bottom: 4vw;
	margin-right: 4vw;
}

.post-type-archive-products section article:nth-child(16n+7) {
	width: 44vw;
	margin-right: 0vw;
	margin-bottom: 4vw;
	margin-left: 48vw;
}
	
.post-type-archive-products section article:nth-child(16n+12) {
	width: 44vw;
	margin-left: 0vw;
	margin-bottom: 4vw; 
}
	
.post-type-archive-products section article:nth-child(16n+1), .post-type-archive-products section article:nth-child(16n+5) {
	margin-right: 4vw;
}	
	
.post-type-archive-products section article:nth-child(16n+2), .post-type-archive-products section article:nth-child(16n+6) {
	margin-right: 0vw;
}

	/* Medium */
.post-type-archive-products section article:nth-child(16n+8) {
	width: 66vw;
	margin-right: 0vw;
	margin-bottom: 4vw;
}
	
.post-type-archive-products section article:nth-child(16n+9) {
	width: 76vw;
	margin-bottom: 4vw;
	margin-left: 16vw;
	margin-top: 0vw;
}
	
.post-type-archive-products section article:nth-child(16n+13) {
	width: 66vw;
	margin-left: 0vw;
	margin-bottom: 4vw;
	margin-top: 0;
}
	
.post-type-archive-products section article:nth-child(16n+15) {
	width: 76vw;
	margin-bottom: 4vw; 
	margin-left: 0vw;
}

.post-type-archive-products section article:nth-child(16n+16) {
	width: 66vw;
	margin-bottom: 4vw;
	margin-left: 26vw;
	margin-top: 0;
}

	/* X-large */
.post-type-archive-products section article:nth-child(16n+3){
	width: 92vw;
	margin-bottom: 4vw;
}

.post-type-archive-products section article:nth-child(16n+4) {
	width: 92vw;
	margin-right: 0vw;
	margin-bottom: 4vw;
	margin-top: 0vw;
}

.post-type-archive-products section article:nth-child(16n+10) {
	width: 92vw !important;
	margin-left: 0vw;
	margin-bottom: 4vw;
}

.post-type-archive-products section article:nth-child(16n+14) {
	width: 92vw;
	margin-bottom: 4vw; 
}

	/* Small Crop */
.post-type-archive-products section article:nth-child(16n+12) img {
	object-fit: cover;
	height: 33vw;
	width: 100% !important;
}

.post-type-archive-products section article:nth-child(16n+1) img, .post-type-archive-products section article:nth-child(16n+6) img, .post-type-archive-products section article:nth-child(16n+7) img, .post-type-archive-products section article:nth-child(16n+11) img {
	object-fit: cover;
	height: 44vw;
	width: 100% !important;
}

.post-type-archive-products section article:nth-child(16n+2) img, .post-type-archive-products section article:nth-child(16n+5) img {
	object-fit: cover;
	height: 55vw;
	width: 100% !important;
}

	/* Medium Crop */

.post-type-archive-products section article:nth-child(16n+8) img {
	object-fit: cover;
	height: 49.5vw;
	width: 100%;
}
	
.post-type-archive-products section article:nth-child(16n+9) img {
	object-fit: cover;
	height: 95vw;
	width: 100%;
}
	
.post-type-archive-products section article:nth-child(16n+13) img {
	object-fit: cover;
	height: 49.5vw;
	width: 100%;
}
	
.post-type-archive-products section article:nth-child(16n+15) img{
	object-fit: cover;
	height: 57vw;
	width: 100%;
}
	
.post-type-archive-products section article:nth-child(16n+16) img{
	object-fit: cover;
	height: 49.5vw;
	width: 100%;
}

	/* X-large Crop */

.post-type-archive-products section article:nth-child(16n+10) img {
	object-fit: cover;
	height: 69vw;
	width: 100% !important;
}

.post-type-archive-products section article:nth-child(16n+3) img, .post-type-archive-products section article:nth-child(16n+4) img{
	object-fit: cover;
	height: 92vw;
	width: 100% !important;
}

.post-type-archive-products section article:nth-child(16n+14) img {
	object-fit: cover;
	height: 115vw;;
	width: 100% !important;
}
	
/* single product page */
.page-pagination.pagination {
	display: none;
}

.single-products .customizer-button {
	text-align: center;
}
	
.single-products main {
	margin-right: 4%;
	margin-left: 4%;
	margin-top: 4%;
}
	
#single-product_section01 {
	flex-wrap: wrap;
}

.single-products .option_container {
	display: block;
}
	
.single-products .product-infotext {
	width: 90%;
	margin: 20px auto 0;
}
	
.single-products .product-infotext h1, .category_single_product, .single-products .product-infotext p {
	width: 100%;
	text-align:center;
}
	
.single-products ul.product_images {
	width: 80vw;
	margin: 0 auto;
}

.single-products ul.product_images li img {
	padding: 0;
}

ul.laminate li:nth-child(9) {
	padding: inherit;
	margin: inherit;
}
.option_singlepage_container {
	margin:10px 0;
}
	
ul.laminate {
	-webkit-columns: initial;
	-moz-columns: initial; 
	columns: initial;
	width: 100%;
}
	
ul.laminate li, ul.linoleum li, ul.oak li, ul.slate li {
	clear: none;
	width: auto;
}
	
.option_singlepage h5 {
	margin-bottom: 0;
}
	
#single-product_section02 {
	margin-bottom: 30px;
}
	
.section02_flex {
	flex-wrap:wrap;
}

#single-product_section02 .scetch {
	width: 100%;
	max-width: 100%;
	height: auto;
	float: none;
}
	
#single-product_section02 .option_singlepage {
	max-width: 90%;
	padding-left: 0;
	margin: 0 auto;
}
	
#single-product_section02 h6 {
	margin:20px 0 10px;
}
	
ul.laminate li, ul.linoleum li, ul.oak li, ul.slate li {
	width: auto;
	display: inline-block;
}
	
.single-products ul.single_product_gallery li:nth-child(3n+1) {
	width: 70%;
	margin: 0 auto 5%;
}
	
.single-products ul.single_product_gallery li:nth-child(3n+2) {
	width: 80%;
}

/* Instagram */
.instagram main {
	margin-top: 4%;
}
/* Philosophy */
	.philosophy main {
		margin-top: 4%;
	}
	.philosophy h2 {
		margin: 0 auto;
	}
	
	.designprocess .wpb_text_column {
		height: 200px;
	}
	
	.product_development .wpb_text_column {
		height: 245px;
	}
	
	.co-creation .wpb_text_column {
		height: 300px;
	}
	
	.production .wpb_text_column, .treatment_and_packaging .wpb_text_column, .planet .wpb_text_column {
		height: 345px;
	}
	
	.designprocess .vc_col-sm-4, .designprocess .vc_col-sm-8 {
		width: 100% !important;
	}
	
	.co-creation .vc_col-sm-4, .co-creation .vc_col-sm-8 {
		width: 100% !important;
	}
	
	.production .vc_col-sm-4 {
		width: 100%;
	}
	
	.treatment_and_packaging .vc_col-sm-4 {
		width: 100%;
	}
	
	.planet .vc_col-sm-4 {
		width: 100%;
	}
	
	.designprocess .wpb_column:first-child .wpb_wrapper {
		display: flex;
		flex-wrap: wrap;
	}
	
	.designprocess .wpb_column:first-child .wpb_wrapper .wpb_single_image  {
		order: 2;
		width: 100%;
	}
	
	.designprocess .wpb_column:first-child .wpb_wrapper .wpb_text_column  {
		order: 1;
		width: 100%;
	}
	
	
	.product_development {
		display: flex;
		flex-wrap: wrap;
	}
	
	.product_development > .wpb_column:first-child {
		order: 2;
		width: 50%;
	}
	
	.product_development > .wpb_column:nth-child(2) {
		order: 3;
		width: 50%;
	}
	
	.product_development > .wpb_column:nth-child(3) {
		order: 1;
		width: 100%;
	}
	
	.production {
		display: flex;
		flex-wrap: wrap;
	}
	
	.production > .wpb_column:first-child {
		order: 2;
		width: 50%;
	}
	
	.production > .wpb_column:nth-child(2) {
		order: 1;
	}
	
	.production > .wpb_column:nth-child(2) .wpb_single_image {
		display: none;
	}
	
	.production > .wpb_column:nth-child(3) {
		order: 1;
		width: 50%;
	}
	
	.treatment_and_packaging > .wpb_column:nth-child(2), .treatment_and_packaging > .wpb_column:nth-child(3) {
		width: 50%;
		float: left;
	}
	
	.planet {
		display: flex;
		flex-wrap: wrap;
	}
	
	.planet > .wpb_column:nth-child(1) {
		order: 2;
		width: 50%;
	}
	
	.planet > .wpb_column:nth-child(2) {
		order: 3;
		width: 50%;
	}
	
	.planet > .wpb_column:nth-child(3) {
		order: 1;
	}
	
	.planet > .wpb_column:nth-child(3) .wpb_wrapper {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 20px;
	}
	
	.planet > .wpb_column:nth-child(3) .wpb_single_image {
		order: 2;
		width: 50%;
		margin: 0 auto;
		background-color: transparent !important;
	}
	
	.planet > .wpb_column:nth-child(3) .wpb_text_column {
		order: 1;
		width: 100%;
		margin-bottom: 0;
	}
	
	/* contact */
	.contact main {
		margin-left: 4%;
		margin-right:4%;
	}
	
	.contact .vc_custom_1499848412175 {
	max-width: 100%;
	margin: 0 auto;
}

.contact header.header.clear {
	height: 174px;
}


.stores header.header.clear {
	height: 144px;
}
	/* footer */
	#footer-widget-2 ul {
		flex-wrap: wrap;
	}
	
	#footer-widget-2 ul li {
		width: 100vw;
		text-align: center;
	}
	
	#footer-widget-2 ul li:nth-child(1) p {
		font-family: 'Steelfish', sans-serif;
		text-transform: uppercase;
		font-size: 16px;
		letter-spacing: 0.15em;
		font-weight: 300;
		margin: 0 0 12px 0;
	}
	
	#footer-widget-2 ul li p, #footer-widget-2 ul li a {
		margin: 0 0 7px 0;
	}
}

@media (max-width: 750px) {
	/* store locator */
	
	body.stores .ril-filter-form {
		height: 100px;
	}
	
	body.stores .ril-filter-form select {
		width: calc(45vw - 1px);
	}
	
	body.stores .ril-filter-form input {
		width: 90vw;
		margin: 3px 0;
	}
	
	body.stores .large-3 {
		width: 45vw;
		height: 45vw;
	}
	
	body.stores .shop-description {
		text-align: left;
	}
}


@media (max-width:500px) { 

	/* store locator */
	
	body.stores .ril-filter-form {
		height: 100px;
	}
	
	body.stores .ril-filter-form select {
		width: calc(45vw - 1px);
	}
	
	body.stores .ril-filter-form input {
		width: 90vw;
		margin: 3px 0;
	}
	
	body.stores .large-3 {
		width: 90vw;
		height: 90vw;
		padding: 40px;
	}
	
	body.stores .shop-description {
		text-align: left;
	}
	
	/* single product page */
	ul.laminate {
		overflow-y: scroll; /* has to be scroll, not auto */
		-webkit-overflow-scrolling: touch;
		max-height: 90px;
	}
	
	/* Philosophy */
	.designprocess .wpb_column:first-child .wpb_wrapper {
		display: flex;
		flex-wrap: wrap;
	}
	
	.designprocess .wpb_column:first-child .wpb_wrapper .wpb_single_image {
		width: 100vw;
		order: 2;
	}
	
	.designprocess .wpb_column:first-child .wpb_wrapper .wpb_text_column {
		width: 100vw;
		order: 1;
	}
	
	.headline {
		margin-top:40px;	
	}
	
	/* Contact */
	.contact main {
		min-height: calc(100vh - 391px);
		height: auto;
		margin-left: 4%;
		margin-right:4%;
	}
	
	.contact .wpb_text_column {
		margin-bottom: 15px
	}
	
	.contact .wpb_text_column h2 {
		margin-top: 20px;
	}
	
	.contact main section {
		position: initial;
		top: initial;
		transform: initial;
		margin: 0 4%;
	}
	
	.contact-column1, .contact-column2 {
		width: 100%;
	}
	.wpcf7 .contact-column1 input {
		width: 100%;
	}
	.wpcf7 .contact-column2 textarea {
		margin-bottom: 15px;
	}
	.option_singlepage_container {
		position: relative;
	}
	.option_01 div.option_container:nth-child(2) .option_singlepage_container:after {
		background-image: linear-gradient(to bottom, #eee, rgba(238,238,238,0));
		background-image: -webkit-linear-gradient(bottom, #eee, rgba(238,238,238,0));
		transform: translateX(0);
		-webkit-transform: translateX(0);
		bottom: 0;
		content: '';
		display: block;
		position: absolute;
		width: 100%;
		height: 33px;
		/* opacity: 0.55; */
		z-index: 1;
		opacity: 1;
		-webkit-transition: opacity 0.3s ease-in-out;
		-moz-transition: opacity 0.3s ease-in-out;
		-ms-transition: opacity 0.3s ease-in-out;
		-o-transition: opacity 0.3s ease-in-out;
		transition: opacity 0.3s ease-in-out;
	}
	.option_01 .option_container:nth-child(2)  .option_singlepage_container:before {
		background-image: -webkit-linear-gradient(bottom, #eee, rgba(238,238,238,0));
		background-image: linear-gradient(to bottom, #eee, rgba(238,238,238,0));
		transform: translateX(0);
		-webkit-transform: translateX(0);
		left: 0;
		content: '';
		display: block;
		position: absolute;
		top: 0;
		width: 100%;
		height: 33px;
		z-index: -1;
		opacity: 0;
		-webkit-transition: opacity 0.3s ease-in-out;
		-moz-transition: opacity 0.3s ease-in-out;
		-ms-transition: opacity 0.3s ease-in-out;
		-o-transition: opacity 0.3s ease-in-out;
		transition: opacity 0.3s ease-in-out;

	}
	.option_singlepage_container.scrolled-l:before {
		opacity: 1;
		z-index: 1;
	}
	.option_singlepage_container.scrolled-r:after {
		opacity: 0;
		z-index: -1;
	}
	
	.p-item span.title {
		visibility:hidden;	
	}
	
	.store-locator span {
		display:none;	
	}
}

@media (max-width: 320px) {
body.stores .large-3 {
	padding: 30px 25px;
}
}

span.clearfix-options {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}
