/*
Theme Name:   	Box Architects
Author:       	Andreas Andreou
Author URI:     http://andyhot.gr
Template:     	storefront
Description:  	Box architects child theme for WooThemes StoreFront theme
Version:      	1.2.1
Text Domain:  	storefront
Tags:         	black, white, light, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, accessibility-ready
*/

body, button, input, textarea {
	font-family: 'Swis721 BT WGL4 W05 Roman';
}

*:focus {
	outline: 0 !important;
}

a:focus-visible
,button:focus-visible
,select.js-focus
/*,select:focus-visible
,input:focus-visible, 
,textarea:focus-visible*/
{
    outline: 2px solid #96588a !important;
}

body {
    background-color: #e6e8ed;
    color: #000;
}

a, a:focus, a:active {
	color: #000;
	box-shadow: none;
}

@media (prefers-reduced-motion: no-preference) {
:focus-visible, .js-focus {
  transition: outline-offset 75ms ease-out;
}
:not(:active):focus-visible, :not(:active).js-focus {
    outline-offset: 0.5rem;
}
}

button, input[type="button"], input[type="reset"], input[type="submit"], .button, .widget a.button {
	color: #000;
}

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .button:hover, .widget a.button:hover {
    color: #000000;
}

 ul {
 	margin: 0;
 	list-style: none;
 }

 h1 {
 	margin: 0;
 }

 img {
    border-radius: 0;
}

button:hover {
	background-color: inherit;
}

input[type=email], input[type=text],
input[type=email]:focus, input[type=text]:focus {
	background-color: inherit;
    box-shadow: none;
}

input[type=email] {
	color: #000000;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #000;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #000;
}
:-moz-placeholder { /* Firefox 18- */
  color: #000;
}

/* TAILWIND RELATED FUNCTINAL CSS CLASSES - START */
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}


.font-base {
	font-family: 'Swis721 BT WGL4 W05 Roman';
}

.font-bold {
	font-family: 'Swis721 BT WGL4 W05 Bold';
}

.font-extended {
	font-family: 'Swiss_721 W01 Extended';
}

.font-extended-bold {
	font-family: 'Swiss721W01-BoldExtende';
}

.uppercase {
	text-transform: uppercase;
}

.underline {
	text-decoration: underline;
}

.relative {
 	position: relative;
}

.absolute {
 	position: absolute;
}

.hidden {
	display: none;
}

.block {
	display: block;
}

.flex {
	display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-col {
  flex-direction: column;
}

.grow {
  flex-grow: 1;
}

.shrink {
  flex-shrink: 1;
}

.basis-0 {
  flex-basis: 0px;
}

.justify-end {
  justify-content: flex-end;
}

.not-italic {
  font-style: normal;
}

.whitespace-normal {
  white-space: normal;
}
.whitespace-nowrap {
  white-space: nowrap;
}

.overflow-auto {
  overflow: auto;
}
.overflow-hidden	{
  overflow: hidden;
}
.overflow-visible	{
  overflow: visible;
}
.overflow-x-auto {
  overflow-x: auto;
}

.snap-x	{
  scroll-snap-type: x var(--tw-scroll-snap-strictness);
}
.snap-none {
  scroll-snap-type: none;
}
.snap-mandatory {
  --tw-scroll-snap-strictness: mandatory;
}
.snap-proximity {
  --tw-scroll-snap-strictness: proximity;
}
.snap-start {
  scroll-snap-align: start;
}
.snap-center {
  scroll-snap-align: center;
}

.aspect-square	{
  aspect-ratio: 1 / 1;
}
.object-cover {
  object-fit: cover;
}

.grid {
	display: grid;
}

.inline-block {
	display: inline-block;
}

.inline {
	display: inline;
}

.table {
	display: table;
}

.table-row {
	display: table-row;
}

.table-cell {
	display: table-cell;
}

.align-baseline {
	align-items: baseline;
}

.invisible {
	visibility: hidden;
}

.pin-r {
 	right: 0;
}

.pin-l {
 	left: 0;
}

.pin-t {
 	top: 0;
}

.pin-b {
 	bottom: 0;
}

.inset-0	{
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.max-h-650 {
  max-height: 650px;
}

.max-h-740 {
  max-height: 740px;
}

.max-h-60vh {
  max-height: 60vh;
}

.p-0 {
	padding: 0px;
}

.p-4 {
	padding: 4px;
}

.p-8 {
	padding: 8px;
}

.p-10 {
	padding: 10px;
}

.p-20 {
	padding: 20px;
}

.py-0 {
	padding-top: 0;
	padding-bottom: 0;
}

.py-5 {
	padding-top: 5px;
	padding-bottom: 5px;
}

.py-10 {
	padding-top: 10px;
	padding-bottom: 10px;
}

.py-15 {
	padding-top: 15px;
	padding-bottom: 15px;
}

.py-20 {
	padding-top: 20px;
	padding-bottom: 20px;
}

.py-30 {
	padding-top: 30px;
	padding-bottom: 30px;
}

.py-50 {
	padding-top: 50px;
	padding-bottom: 50px;
}

.py-65 {
	padding-top: 65px;
	padding-bottom: 65px;
}

.py-70 {
	padding-top: 70px;
	padding-bottom: 70px;
}

.px-10 {
	padding-left: 10px;
	padding-right: 10px;
}

.px-20 {
	padding-left: 20px;
	padding-right: 20px;
}

.px-35 {
	padding-left: 35px;
	padding-right: 35px;
}

.pt-10 {
	padding-top: 10px;
}

.pt-15 {
	padding-top: 15px;
}

.pt-20 {
	padding-top: 20px;
}

.pt-30 {
	padding-top: 30px;
}

.pt-35 {
	padding-top: 35px;
}

.pt-36 {
	padding-top: 36px;
}

.pt-40 {
	padding-top: 40px;
}

.pt-50 {
	padding-top: 50px;
}

.pt-70 {
	padding-top: 70px;
}

.pt-100 {
	padding-top: 100px;
}

.pb-10 {
	padding-bottom: 10px;
}

.pb-20 {
	padding-bottom: 20px;
}

.pb-25 {
	padding-bottom: 25px;
}

.pb-30 {
	padding-bottom: 30px;
}

.pb-40 {
	padding-bottom: 40px;
}

.pb-100 {
	padding-bottom: 100px;
}

.pb-50 {
	padding-bottom: 50px;
}

.pb-70 {
	padding-bottom: 70px;
}

.pr-10 {
	padding-right: 10px;
}
.pr-15 {
	padding-right: 15px;
}
.pr-20 {
	padding-right: 20px;
}
.pr-40 {
	padding-right: 40px;
}
.pr-50 {
	padding-right: 50px;
}
.pr-70 {
	padding-right: 70px;
}
.pr-100 {
	padding-right: 100px;
}

.pl-10 {
	padding-left: 10px;
}

.pl-20 {
	padding-left: 20px;
}

.pl-70 {
	padding-left: 70px;
}

.m-0 {
	margin: 0;
}

.mr-10 {
	margin-right: 10px;
}

.mr--35 {
	margin-right: -35px;
}

.ml-10 {
	margin-left: 10px;
}

.ml-20 {
	margin-left: 20px;
}

.ml--35 {
	margin-left: -35px;
}

.mx-auto {
	margin-left: auto;
	margin-right: auto;
}

.mt-30 {
	margin-top: 30px;
}

.mb-5 {
	margin-bottom: 5px;
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mb-70 {
	margin-bottom: 70px;
}

.align-middle {
	vertical-align: middle;
}

.text-xs {
 	font-size: 13px;
 	letter-spacing: -0.14px;
 	line-height: 16px;
}

.text-sm {
 	font-size: 14px;
 	letter-spacing: -0.15px;
 	line-height: 16px;
}

.text-medium {
 	font-size: 15px;
 	letter-spacing: -0.16px;
 	line-height: 18px;
}

.text-base {
 	font-size: 19px;
 	letter-spacing: -0.20px;
 	line-height: 22px;
}

.text-lg {
 	font-size: 30px;
 	letter-spacing: -0.32px;
 	line-height: 36px;
}

.text-24 {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.2px;
}

.text-32 {
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0.38px;
}

.text-32-tight {
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.16px;
}

.text-52 {
  font-size: 52px;
  line-height: 60px;
  letter-spacing: 0.38px;
}

.text-xl {
 	font-size: 34px;
 	letter-spacing: -0.36px;
 	line-height: 40px;
}

.text-xl-blog {
 	font-size: 38px;
 	letter-spacing: -0.54px;
 	line-height: 46px;
}

.text-xl-more {
	font-size: 40px;
	letter-spacing: 0.38px;
	line-height: 60px;
}

.text-xl-more-crop {
	font-size: 40px;
	letter-spacing: 0.38px;
	line-height: 52px;
}

.text-xl-more-half {
	font-size: 25px;
	letter-spacing: 0.38px;
	line-height: 60px;
}

.text-tall {
	font-size: 61px;
	letter-spacing: 0.38px;
	line-height: 100px;
}

.text-tall-crop {
	font-size: 61px;
	letter-spacing: 0.38px;
	line-height: 73px;
}

.text-tall-half {
	font-size: 35px;
	letter-spacing: 0.38px;
	line-height: 100px;
}

.text-tall-crop-condensed {
	font-size: 60px;
	letter-spacing: -0.86px;
	line-height: 72px;
}

.text-tall-title {
	font-size: 60px;
	letter-spacing: -0.16px;
	line-height: 80px;
}

.text-blue {
	color: #475CFA;
}

.text-blue\!imp {
	color: #475CFA !important;
}

.text-red {
	color: #C62222;
}

.text-white {
	color: #FFFFFF;
}

.text-black {
	color: #000000;
}

.text-bg-blue {
  color: #5B6FFF;
}

.text-gray {
  color: #E6E8ED;
}

.color-inherit {
	color: inherit;
}

.text-center {
	text-align: center;
}

.bg-white {
	background-color: #FFF;
}

.bg-gray {
  background-color: #E6E8ED;
}

.bg-blue {
	background-color: #5B6FFF;
}

.bg-black {
  background-color: #000;
}

.bg-transparent {
	background-color: transparent;
}

.border-base {
	border: 1px solid #000;
}

.border-lg {
	border: 2px solid #000;
}

.border-none {
	border: 0;
}

.border-left-lg {
	border-left: 2px solid #000;
}

.rounded {
	border-radius: 10px;
}

.rounded-half {
  border-radius: 50%;
}

.outline-none {
	ouline: 0;
}

.outline-none:focus {
	ouline: 0;
}

.outline-offset-0 {
  outline-offset: 0px !important;
}
.outline-offset--1 {
  outline-offset: -1px !important;
}

.tracking-wide {
  letter-spacing: 0.38px;
}

.last\:border-b-0:last-child {
  border-bottom: 0;
}
.last\:pb-0:last-child {
  padding-bottom: 0;
}
.last\:pb-70:last-child {
  padding-bottom: 70px;
}

@media (max-width: 879px) {
	.hidden-sm {
		display: none;
	}

	.mobile\:horizontal-scroll {
	    display: flex;
    	overflow-x: auto;
	    scroll-behavior: smooth;
	}
	.mobile\:horizontal-scroll::-webkit-scrollbar {
		display: none;
		width: 10px;
		height: 10px;
	}
	.mobile\:horizontal-scroll::-webkit-scrollbar-thumb {
		background: black;
		border-radius: 10px;
	}
	.mobile\:horizontal-scroll::-webkit-scrollbar-track {
		background: transparent;
	}

	.home-categories.col-full {
		margin-left: 0;
		margin-right: 0;
	}
	.home-category {
		min-width: 240px;
		display: inline;
		float: left;
		padding-left: 40px;
	}
	.home-category:last-child {
		padding-right: 40px;
	}	
	.carousel-item {
		height: 50vh;
	}
	
	.home-products .hs0, .home-products .hs1, .home-products .hs2 {
	    background-size: cover;
	}

  .slider--home {
    top: 70px !important;
    height: calc(90vh - 70px) !important;
  }

  .mobile-can-scroll-wrapper:after {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 62px;
    height: 100%;
    background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    content: "";
    pointer-events: none;
  }

  .mobile-can-scroll-wrapper li:last-child {
    padding-right: 16px;
  }
}

@media (max-width: 568px) {
	.home-category {
		padding-left: 25px;
	}
	.home-category:last-child {
		padding-right: 25px;
	}
}

.bg-auto {
	background-size: auto;
}

.bg-cover {
	background-size: cover;
}

.bg-contain {
	background-size: contain;
}

.bg-center {
	background-position: center center;
}

.bg-right-top {
	background-position: right top;
}

.bg-right-bottom {
	background-position: right bottom;
}

.bg-norepeat {
	background-repeat: no-repeat;
}

.bg-left-top {
  background-position: left top;
}

.bg-right-top {
  background-position: right top;
}

.w-full {
	width: 100%;
}

.w-screen {
  width: 100vw;
}

.w-1\/2 {
	width: 50%;
}

.w-26 {
	width: 26px;
}

.w-70 {
	width: 70px;
}

.w-45 {
	width: 45px;
}

.h-full {
	height: 100%;
}

.h-full-viewport {
	height: 100%;
	height: 100vh;
}

.h-viewport-80 {
	height: 80%;
	height: 80vh;
}

.h-half-viewport {
	height: 50%;
	height: 50vh;
}

.h-22 {
	height: 22px;
}

.h-70 {
	height: 70px;
}

.h-340 {
  height: 340px;
}

.max-w-240 {
  max-width: 240px;
}

.lh-22 {
	line-height: 22px;
}

.min-h-line {
	min-height: 1em;
}

.border-b-2 {
	border-bottom: 2px solid #000;
}

.border-t-2 {
	border-top: 2px solid #000;
}

.border-white {
  border-color: #fff;
}

.border-gray {
  border-color: #E6E8ED;
}

.truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

.col-full {
    margin-left: 25px;
	margin-right: 25px;
	padding-left: 0;
	padding-right: 0;
}

.cursor-pointer {
	cursor: pointer;
}

.border-box {
	box-sizing: border-box;
}

.items-center {
  align-items: center;
}

@media (min-width: 569px) {
	.col-full {
	    margin-left: 40px;
    	margin-right: 40px;
    	padding-left: 0;
    	padding-right: 0;
    }
}

@media (min-width: 880px) {
	.col-full {
    	max-width: initial;
	    margin-left: 75px;
    	margin-right: 75px;
    	padding-left: 0;
    	padding-right: 0;
	}

	.col-full-mobile {
		margin-left: 0;
		margin-right: 0;
	}

	.col-1\/2 {
		width: 50%;
		box-sizing: border-box;
	}

	.col-1\/4 {
		width: 25%;
		box-sizing: border-box;
	}

	.col-3\/4 {
		width: 75%;
		box-sizing: border-box;
	}

	.col-1\/3 {
		width: 33.3333%;
		box-sizing: border-box;
	}

	.col-2\/3 {
		width: 66.6667%;
		box-sizing: border-box;
	}

	.col-1\/5 {
		width: 20%;
		box-sizing: border-box;
	}

	.col-2\/5 {
		width: 40%;
		box-sizing: border-box;
	}

	.col-3\/5 {
		width: 60%;
		box-sizing: border-box;
	}

	.col-1\/6 {
		width: 16.6666%;
		box-sizing: border-box;
	}

	.col-2\/3f {
		width: calc(66.6667% - 25px);
		box-sizing: border-box;
	}

	.col-1\/3f {
		width: calc(33.3333% - 50px);
		box-sizing: border-box;
	}
	.desktop\:py-0 {
		padding-top: 0;
		padding-bottom: 0;
	}
	.desktop\:py-30 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.desktop\:pb-0 {
		padding-bottom: 0;
	}
	.desktop\:pb-15 {
		padding-bottom: 15px;
	}
	.desktop\:pt-0 {
		padding-top: 0;
	}
	.desktop\:pt-40 {
		padding-top: 40px;
	}
	.desktop\:pt-70 {
		padding-top: 70px;
	}
	.desktop\:pl-10 {
		padding-left: 10px;
	}
	.desktop\:pl-35 {
		padding-left: 35px;
	}
	.desktop\:pl-70 {
		padding-left: 70px;
	}
	.desktop\:pr-20 {
		padding-right: 20px;
	}
	.desktop\:pr-35 {
		padding-right: 35px;
	}
	.desktop\:pr-70 {
		padding-right: 70px;
	}
	.desktop\:pr-100 {
		padding-right: 100px;
	}
	.desktop\:mt-0 { 
		margin-top: 0
	}
	.desktop\:mb--70 { 
		margin-bottom: -70px;
	}
	.desktop\:ml-35 {
		margin-left: 35px;
	}
	.desktop\:mr--20 {
		margin-right: -20px;
	}
	.desktop\:bg-right-top {
		background-position: right top;
	}
	.desktop\:block {
		display: block;
	}
	.desktop\:hidden {
		display: none;
	}
	.desktop\:flex {
		display: flex;
	}
  .desktop\:flex-wrap {
    flex-wrap: wrap;
  }
  .desktop\:basis-0 {
    flex-basis: 0px;
  }
	.desktop\:pull-left {
		float: left;
	}
	.desktop\:pull-right {
		float: right;
	}
  .desktop\:overflow-auto {
    overflow: auto;
  }
  .desktop\:overflow-hidden	{
    overflow: hidden;
  }
  .desktop\:overflow-visible	{
    overflow: visible;
  }
  .desktop\:overflow-x-auto {
    overflow-x: auto;
  }
	.desktop\:border-t-0 {
		border-top: 0;
	}
	.desktop\:border-b-0 {
		border-bottom: 0;
	}
	.desktop\:border-b-2 {
		border-bottom: 2px solid #000;
	}
	.desktop\:text-xl {
	 	font-size: 34px;
	 	letter-spacing: -0.36px;
	 	line-height: 40px;
	}
	.desktop\:text-tall {
		font-size: 61px;
		letter-spacing: 0.38px;
		line-height: 100px;
	}
	.desktop\:text-tall-half {
		font-size: 35px;
		letter-spacing: 0.38px;
		line-height: 100px;
	}
	.desktop\:text-tall-crop {
		font-size: 61px;
		letter-spacing: 0.38px;
		line-height: 73px;
	}
  .desktop\:text-tall-title {
  	font-size: 60px;
	  letter-spacing: -0.16px;
  	line-height: 80px;
  }
	.desktop\:outline-none {
		outline: 0;
	}
	.desktop\:outline-none:focus {
		outline: 0;
	}
  .desktop\:col-1\/2 {
		width: 50%;
		box-sizing: border-box;
  }
  .desktop\:col-1\/3 {
		width: 33.3333%;
		box-sizing: border-box;
  }
  .desktop\:col-1\/4 {
		width: 25%;
		box-sizing: border-box;
  }
  .desktop\:w-auto {
    width: auto;
  }
  .desktop\:w-1\/2 {
    width: 50%;
  }
}

/* TAILWIND RELATED FUNCTINAL CSS CLASSES - END */

.single-post .hentry {
	margin: 0;
}

.single-post .size-full {
    position: relative;
    left: -25%;
    width: 150%;
    max-width: 150%;
    border-radius: 0;
}

.content-reset p {
	padding: 0;
	margin: 0;
}

.main-navigation ul li a, .site-title a, ul.menu li a, .site-branding h1 a, .site-footer .storefront-handheld-footer-bar a:not(.button), button.menu-toggle, button.menu-toggle:hover, .handheld-navigation .dropdown-toggle,
button.menu-search, button.menu-search:hover
{
	color: #000;
}

.secondary-navigation {
    position: absolute;
    top: 14px;
}

.site-footer {
	color: inherit;
	background-color: transparent !important;
}

.site-footer a:not(.button) {
	color: inherit;
    text-decoration: none;
}

.site-info .credits {
	display: inline;
}

.newsletter-social svg {
	background-color: #e6e8ed;
}

.storefront-primary-navigation {
	margin-top: -2px;
}

#site-navigation {
	width: 100% !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	position: relative;
}

.site-branding {
	width: 100% !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	margin-bottom: 0;
}

.site-branding .site-title {
	font-family: "Swiss_721 W01 Extended";
	font-size: 19px;
	letter-spacing: -0.2px;
	text-transform: uppercase;
}

.site-branding .site-title a {
    font-weight: initial;
}

.to-top {
	position: fixed;
	right: 75px;
}

.to-top svg {
    transition: all 300ms ease-in;
}

.to-top.rotated svg {
	transform: rotate(180deg);
}

.menu-toggle {
 	top: -46px;
    border: 0 !important;
    outline: 0 !important;
    position: absolute !important;
    right: -20px;
}

button.menu-toggle span {
	background-color: transparent !important;
}

button.menu-toggle:after, button.menu-toggle:before, button.menu-toggle span:before {
    background-color: #000000;
}

button.menu-toggle span::before, button.menu-toggle::after, button.menu-toggle::before {
  width: 24px;
  margin-top: 0;
}
button.menu-toggle::before {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
}
button.menu-toggle::after {
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px);
}

.menu-search {
 	top: -46px;
  border: 0 !important;
  outline: 0 !important;
  position: absolute !important;
  right: 40px;
  height: 24px;
  padding: 0;
}

button.menu-search span {
  display: none;
}

.main-navigation ul.menu>li>a, .main-navigation ul.nav-menu>li>a {
 	padding: 24px 8px;
}

.main-navigation ul.menu .current-menu-item {
	font-family: "Swis721 BT WGL4 W05 Bold";
}

.handheld-navigation ul.menu li.pull-right {
    float: none;
}

.handheld-navigation {
	position: absolute;
    background-color: rgba(230,232,237,1);
    margin-top: 2px;
	left: -25px;
    right: -25px;
    padding-left: 0;
    padding-right: 0;
    transition: none;
}
.handheld-navigation .menu-item {
	border-bottom: 2px solid #000;
}
.handheld-navigation .menu-item a {
    padding-left: 25px !important;
}
.blog .handheld-navigation .menu-item,
.single-post .handheld-navigation .menu-item {
	/*border-color: #C62222;*/
}
@media (min-width: 569px) {
	.handheld-navigation {
		left: -40px;
	    right: -40px;
	}
	.handheld-navigation .menu-item a {
	    padding-left: 40px !important;
	}
}

.post-type-archive-aa_project .handheld-navigation,
.single-aa_project .handheld-navigation {
	background-color: rgba(91,111,255,1);
}

.main-navigation ul li a:hover, .main-navigation ul li:hover > a, .site-title a:hover, .site-header ul.menu li.current-menu-item > a {
	color: #000;
}

.newsletter-form {
	text-align: center;
	/*height: 240px;*/
	min-height: 240px;
	background-image: url('assets/newsletter-pattern.png');
	background-size: 20px 240px;
}

.newsletter-form form {
	margin: 0;
}

.newsletter-form li {
    list-style-type: none;
}

.newsletter-input {
    /*height: 70px;*/
    box-sizing: content-box;
}

.newsletter-input > .widget {
	display: inline-block;
    margin: 0;
    background-color: transparent;
}

.newsletter-input .mc4wp-form-fields > div {
    background-color: #E6E8ED;
}

.post-type-archive-aa_project .newsletter-input .mc4wp-form-fields > div,
.single-aa_project .newsletter-input .mc4wp-form-fields > div {
	background-color: #5B6FFF;
}

.newsletter-input input {
    height: 100%;
    outline: 0;
    border: 0;
    box-shadow: none;
}

.newsletter-input input:focus {
	background-color: transparent;
}

#primary, #main {
	margin: 0;
}

.mark-tr a {
	color: inherit;
}

body.home .site-main .page {
	padding-top: calc(90vh - 70px) !important;
	margin-bottom: 0;
}

body.custom-background.post-type-archive-aa_project,
body.custom-background.single-aa_project
 {
	background-color: #5B6FFF;
}

.post-type-archive-aa_project .newsletter-input > div,
.single-aa_project .newsletter-input > div {
    background-color: #5B6FFF;
}

.post-type-archive-aa_project .newsletter-social svg,
.single-aa_project .newsletter-social svg {
	background-color: #5B6FFF;
}

.post-type-archive-aa_project.header-sticky .site-header ,
.single-aa_project.header-sticky .site-header {
	background-color: #5B6FFF;
}

.blog .site-title a, .blog .mark-tr, .blog .mark-br,
.blog .main-navigation ul li a, .blog .site-header ul.menu li.current-menu-item > a {
	/*color: #C62222;*/
}

.blog #colophon, .blog #colophon a, .blog footer input, .blog footer button {
	/*color: #C62222;*/
}

.blog .border-t-2, .blog .border-b-2, .blog .site-header > div:nth-child(1), .blog footer .rounded {
	/*border-color: #C62222;*/
}

.blog button.menu-toggle:after, .blog button.menu-toggle:before, .blog button.menu-toggle span:before {
	/*background-color: #C62222;*/
}

.blog ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  /*color: #C62222;*/
}
.blog ::-moz-placeholder { /* Firefox 19+ */
  /*color: #C62222;*/
}

.blog .newsletter-form {
	/*background-image: url('assets/newsletter-pattern-red.png');*/
}

.blog input[type=email], .post-template-default input[type=email] {
	/*color: #c62222;*/
}

.single-post .site-title a, .single-post .mark-tr, .single-post .mark-br,
.single-post .main-navigation ul li a, .single-post .site-header ul.menu li.current-menu-item > a {
	/*color: #C62222;*/
}

.single-post #colophon, .single-post #colophon a, .single-post footer input, .single-post footer button {
	/*color: #C62222;*/
}

.single-post .border-t-2, .single-post .border-b-2, .single-post .site-header > div:nth-child(1), .single-post footer .rounded {
	/*border-color: #C62222;*/
}

.single-post #content {
	/*color: #C62222;*/
}

.single-post button.menu-toggle:after, .single-post button.menu-toggle:before, .single-post button.menu-toggle span:before {
	/*background-color: #C62222;*/
}

.single-post ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  /*color: #C62222;*/
}
.single-post ::-moz-placeholder { /* Firefox 19+ */
  /*color: #C62222;*/
}

.single-post .newsletter-form {
	/*background-image: url('assets/newsletter-pattern-red.png');*/
}

.home-showroom .addr-0, .home-showroom .addr-2 {
	font-family: 'Swiss_721 W01 Extended';
}

.home-showroom-image {
	right: 0;
	bottom: 0;
	left: 0;
	height: 320px;
}

.product-header {
}

.hs0 {
	height: 60vh;
	min-height: 300px;
	width: 100%;
}

.hs1 {
	height: 40vh;
	min-height: 200px;
	width: 100%;
}

.hs2 {
	height: 60vh;
	min-height: 300px;
	width: 100%;
}

.hs2p {
	height: 60vh;
}

.bg-bottom {
	background-position: center bottom;
}

.project-table-row div {
	float: left;
}

.project-table-row .c1 {
	width: 80px;
}

.project-table-row .c2 {
	width: calc(100% - 120px);
}

.project-table-row .c6 {
	width: 40px;
}


@media (min-width: 880px) {
	.hs2p {
		min-height: 650px;
	}
	.site-branding {
		margin-top: 0;
	}

	.main-navigation ul.menu, .main-navigation ul.nav-menu {
		margin-left: -8px;
		margin-right: -8px;
	}

	.home-showroom {
		height: 540px;
	}

	.home-showroom-image {
		position: absolute;
		top: 0;
		width: 50%;
    	left: auto;
    	height: 100%;
	}

	body.home .site-main .page {
		padding-top: calc(90vh - 140px) !important;
	}

	.home-category {
		float: left;
		/*min-width: 240px;*/
	}

	.project-table-row .c2 {
		width: calc(35% - 60px);
	}

	.project-table-row .c3 {
		width: calc(35% - 60px);
	}

	.project-table-row .c4 {
		width: 15%;
	}

	.project-table-row .c5 {
		width: 15%;
	}

  .header-sticky .site-content {
    padding-top: 140px !important;
  }

  .header-sticky.site__scrolled .site-header {
    top: -70px;
  }

  .header-sticky.site__scrolled.admin-bar .site-header {
    top: -38px;
  }

  .search-panel {
    top: 140px !important;
  }

  .admin-bar .search-panel {
	  top: 172px !important;
  }

  .header-sticky.site__scrolled .search-panel {
    top: 70px !important;
  }

  .header-sticky.site__scrolled.admin-bar .search-panel {
    top: 102px !important;
  }

  .menu-search {
    display: none;
  }

  .collection-filters {
    gap: 70px;
  }
}

.content-area .col-full > p:last-child {
	margin-bottom: 0;
}

.arrow-spacer {
	width: 24px;
    height: 10px !important;
    display: inline-block;
}

.slider--home {
    position: absolute;
    top: 140px;
    left: 0;
    right: 0;
    height: calc(90vh - 140px);
}

.site-header, button.menu-toggle, button.menu-toggle:hover,
button.menu-search, button.menu-search:hover {
	background-color: transparent;
}

.site-header {
	border: 0;
	padding: 0;
	color: inherit;
	transition: all 200ms ease-in-out;
}

.site-header > div:nth-child(1) {
    padding: 24px 0;
    height: 70px;
    box-sizing: border-box;
 	border-bottom: 2px solid #000;
}

.header-sticky .site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #e6e8ed;
}

.header-sticky .site-content {
  padding-top: 70px;
}

.header-sticky.admin-bar .site-header {
  top: 32px;
}

.storefront-product-section .products > li {
    display: block !important;
    float: none !important;
}

.storefront-product-section .products > li .button {
	display: none;
}

.storefront-product-section {
	margin-bottom: 0;
}

.carousel-outer {
	min-height: 300px;
	white-space: nowrap;
	overflow: hidden;
	/*margin-right: 0;
	padding-left: 0;*/
    margin: 0;
    padding: 0;
    padding-bottom: 50px;
}

.slick-track {
	outline: 0;
}

.carousel-outer>ul {
	margin: 0 !important;
	outline: 0;
}

.carousel-outer .slick-disabled {
	/*background-color: rgba(255,255,255,0.8) !important;*/
	opacity: 0.2;
	pointer-events: none;
}

.carousel-outer .slick-arrow {
	position: absolute;
	z-index: 1;
	bottom: 60px;
	right: 36px;
	font-size: 32px;
	top: 0px;
	width: 70px;
	/*width: 27px;
	height: 32px;*/
	line-height: 40px;
	overflow: hidden;
	border: 0;
	padding: 4px;
	background-color: transparent;
}

.carousel-outer .slick-arrow:hover {
	/*background-color: rgba(255,255,255,1);*/
}

.carousel-outer .slick-prev {
	left: 36px;
	/*background-image: url(../images/icons/arrow-left.svg);*/
}

.carousel-outer .slick-next {
	/*background-image: url(../images/icons/arrow-right.svg);*/
}

.carousel-item-wrapper {
	list-style-type: none;
	outline: 0;
}

.carousel-item-wrapper h3 {
	padding-top: 50px;
	font-weight: 300;
	overflow: hidden;
	text-overflow: ellipsis;
	outline: 0;
}
.carousel-item-wrapper h4 {
	padding-bottom: 50px;
	font-weight: 300;
	font-size: 16px;
	padding-top: 10px;
	text-transform: uppercase;
	overflow: hidden;
	text-overflow: ellipsis;
}

.grid-clients .carousel-item-wrapper {
	height: 60px;
}

.carousel-item {
	height: 80vh;
	max-height: 720px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.slider--home .carousel-outer {
	height: 100%;
	padding: 0;
}

.slider--home .slick-slider {
	height: 100%;
}

.slider--home .slick-list {
	height: 100%;
	padding: 0 !important;
}

.slider--home .slick-track {
	height: 100%;
}

.slider--home .slick-slide * {
	height: 100%;
}

.slider--home .carousel-item {
	max-height: initial;
	height: 100%;
}

.single-product #colophon {
	padding-top: 0;
}

.single-product .newsletter-form {
	border-top: 0 solid #000000;
}

.single-post #colophon {
	padding-top: 0;
}

.single-post .newsletter-form {
	border-top: 0 solid #000000;
}

.page-template-template-info .site-footer {
	padding-top: 0;
}

.box-material span {
	line-height: 60px;
}

.box-color {
	padding: 5px;
}

.box-color > div {
	border-radius: 7px;
}

.decYear, .incYear {
	width: 16px;
}

.year-selector .active .year-selected {
	font-family: 'Swis721 BT WGL4 W05 Bold';
}

.year-selector .active .wrap {
	border-width: 4px;
}

.year-selector li .wrap {
	padding: 22px;
}

.year-selector li.active .wrap {
	padding: 20px;
}

.year-selector a {
	display: inline-block;
}

.categories-selector .active {
	font-family: 'Swis721 BT WGL4 W05 Bold';
}

.tags-selector .active {
	font-family: 'Swis721 BT WGL4 W05 Bold';
}

.tags-selector .active > a {
	border-width: 4px;
}

.tags-selector .size-as-bold {
	margin: 7px 2px;
}

.tags-selector .size-as-bold:nth-child(1) {
	margin-top: 2px;
}

.tags-selector .active .size-as-bold {
	margin: 5px 0;
}

.tags-selector .active .size-as-bold:nth-child(1){
	margin-top: 0;
}

.tags-selector .size-as-bold::after {
  display: table-column;
  content: attr(data-title);
  font-family: 'Swis721 BT WGL4 W05 Bold';
  height: 1px;
  color: transparent;
  overflow: hidden;
  visibility: hidden;
}

.materials-selector .active {
	font-family: 'Swis721 BT WGL4 W05 Bold';
}

.materials-selector .active > a {
	border-width: 4px;
}

.materials-selector .size-as-bold {
	margin: 7px 2px;
}

.materials-selector .size-as-bold:nth-child(1) {
	margin-top: 2px;
}

.materials-selector .active .size-as-bold {
	margin: 5px 0;
}

.materials-selector .active .size-as-bold:nth-child(1){
	margin-top: 0;
}

.materials-selector .size-as-bold::after {
  display: table-column;
  content: attr(data-title);
  font-family: 'Swis721 BT WGL4 W05 Bold';
  height: 1px;
  color: transparent;
  overflow: hidden;
  visibility: hidden;
}

.project-categories-selector .active {
	font-family: 'Swis721 BT WGL4 W05 Bold';
}

.project-categories-selector .active a {
	border-width: 4px;
}

.project-categories-selector li a {
	padding: 22px;
}

.project-categories-selector li.active a {
	padding: 20px;
}

[data-bold-hover]::after {
  display: block;
  content: attr(data-bold-hover);
  font-family: 'Swis721 BT WGL4 W05 Bold';
  height: 1px;
  color: transparent;
  overflow: hidden;
  visibility: hidden;
}

/*.colors-selector .active {
	font-family: 'Swis721 BT WGL4 W05 Bold';
}

.colors-selector .active > a {
	border-width: 4px;
}*/

.colors-selector-combo .marker {
	position: absolute;
    line-height: 54px;
    padding-left: 8px;
}

.designers-selector .active {
	font-family: "Swiss721W01-BoldExtende";
}

body.in-modal {
	overflow: hidden;
}

body.in-modal .storefront-primary-navigation {
	/*display: none;*/
}

.pagination {
	border: 0;
	font-size: 19px;
}
.pagination .page-numbers li .page-numbers {
	background-color: initial;
}
.pagination .page-numbers li a.page-numbers:hover {
	background-color: initial;
	text-decoration: underline;	
}
.pagination .page-numbers li .page-numbers.current {
	background-color: initial;
	font-family: 'Swis721 BT WGL4 W05 Bold';
}

.modal {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	z-index: 1000;
	overflow: auto;
	transition: all 600ms ease-in-out;
	transform: translateX(100%);
	will-change: true;
}

.modal.show {
	transform: translateX(0);
}

.modal-top > div {
	text-align: right;
}

.modal-back a {
	height: 70px;
	line-height: 70px;
	display: block;
}

.modal-content .site-main>.content-reset {
	padding-top: 140px;
}

.modal .content-area {
	height: 100%;
}

.modal .site-main {
	height: 100%;
}

.modal .site-main > .col-full {
	margin-left: 35px;
	margin-right: 35px;
}

.modal-icon {
	padding: 24px 0 6px 0;
}

.modal a {
	color: inherit !important;
}

.admin-bar .modal {
	top: 32px;
	height: calc(100% - 32px);
}

.admin-bar .h-full-viewport {
	height: calc(100vh - 32px);
}

.modally {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 1000;
	overflow: auto;
	transition: all 300ms ease-in-out;
	will-change: true;
  opacity: 0;
}

.modally.show {
  opacity: 1;
}

.modally .modal-top {
  z-index: 10;
  padding-right: 45px;
}

button.modally-close {
  appearance: none;
  padding: 0;
  background-color: transparent;
  color: white;
  margin-top: 45px;
}

.modally .carousel-outer {
  height: 100%;
  padding: 0;
}

.modally .slick-slider {
  height: 100%;
}

.modally .carousel-item {
  max-height: initial;
  height: 100vh;
}

.modally .slick-arrow {
  display: flex;
  align-items: center;
  top: 60px;
  bottom: 60px;
  width: 40px;
  cursor: pointer;
  color: #fff;
}

.modally .slick-arrow svg {
    overflow: visible;
}

.admin-bar .modally {
	top: 32px;
	height: calc(100% - 32px);
}

.admin-bar .modally .carousel-item {
  height: calc(100vh - 32px);
}

.modally .slick-list {
  margin: 0 100px;
}

.modally-content {
  height: calc(100vh - 128px);
  margin-top: 64px;
}

@media (max-width: 879px) {
  .modally .modal-top {
    top: -28px;
  }
  .modally .slick-list {
    margin: auto;
  }

  .search-panel {
    height: calc(100vh - 70px);
    overflow-y: scroll;
  }
}

#imageCursor {
	position: absolute;
	width: 40vw;
	height: 40vh;
	left: 0;
	top: 100px;
}

#imageCursor img {
	position: relative;
	width: 100%;
	z-index: 1000;
}

.oval {
	width: 16px;
	height: 16px;
	background-color: #475CFA;
	border-radius: 8px;
	display: inline-block;
}

.post-type-archive-aa_project .oval, .single-aa_project .oval {
	background-color: #FFF;
}

.schedule-status.closed .oval {
	/*background-color: #C62222;*/
}

.colors-selector-combo li:first-child a {
	width: 26px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.colors-selector-combo li:last-child a {
	width: 26px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

.carousel-item--video {
	/*position: relative;*/
}

.carousel-item--video video {
/*	position: absolute;
    right: 0;
    left: 0;*/
    object-fit: cover;
    background-color: #000;
    width: 100%;
}
video.centered-as-landscape {
	width: auto;
	left: auto;
	height: 100%;
    left: 50%;
    transform: translateX(-50%);
}

video.centered-as-portrait {
	height: auto;
	bottom: 0;
	width: 100%;
}
.slick-slide {
	overflow: hidden;
}
.filters__open {
	border-bottom: 2px solid #000;
}
.filters__open > .filters-content {
	display: block;
}
.toggle-pointer {
    display: inline-block;
    line-height: initial;
}

.filters__open .toggle-pointer {
	transform: rotateZ(-180deg) translateY(-4px);
}

.filters__better {
	max-height: 15em;
	overflow: hidden;
	position: relative;
}

.filters__better__open {
	max-height: initial;
	overflow: auto;
	padding-bottom: 42px;
}

.filter-full-toggler {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: rgb(230, 232, 237);
    background: linear-gradient(180deg,rgba(230,232,237,0) 0%,rgba(230,232,237,1) 100%);
}

@media (max-width: 879px) {
	.filters__better {
		max-height: initial;
		overflow: auto;
	}
}

.menu-item-special-search span {
	display: inline-block;
}

.search__open .menu-item-special-search span {
	transform: rotateZ(-180deg) translateY(-2px);
}

@media (min-width: 880px) and (max-width: 1280px) {
	.colors-selector--content_all {
		display: none;
	}
	.colors-selector--content_parts {
		display: block;
	}
}

.search-panel {
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    background-color: #e6e8ed;
    min-height: 250px;
    z-index: 1;
}

.header-sticky .search-panel {
  position: fixed;
	transition: all 200ms ease-in-out;
}

.search-panel form {
	display: flex;
	align-items: center;
}

.search-panel form input[type=text] {
	padding: 0 10px;
	flex: 1 1;
	color: inherit;
	outline: 0;
}

.search-panel form > span {
	padding-bottom: 4px;
}

.post-type-archive-aa_project .search-panel,
.single-aa_project .search-panel {
	background-color: #5B6FFF;
}

.home.search__open .site-header {
	background-color: #e6e8ed;
}

.newsletter-form button {
	padding: 0 1.41575em;
}

.sales-badge {
  text-align: center;
  margin: 10px;
  width: 60px;
  height: 60px;
  background-size: 60px;
  background-image: url(assets/badge.png);
}

.sales-badge__loop, .sales-badge__search {
  position: absolute;
  right: 0px;
  top: 0px;
}

.sales-badge__product {
  position: absolute;
  left: 0;
  top: 0;
}

@media (min-width: 880px) {
  .sales-badge__loop {
    right: 20px;
  }

  .sales-badge__product {
    top: 60px;
    margin-left: 65px;
  }
}

.sales-badge span {
  line-height: 60px;
  color: #fff;
}

.box-gallery-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 70px;
  row-gap: 40px;
}

.box-gallery-list button {
  appearance: none;
  padding: 0;
}

.box-gallery-list img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1;
}

@media (max-width: 879px) {
  .box-gallery-list {
    grid-template-columns: 1fr;
  }
}

.size-box-product-list {
  aspect-ratio: 1;
  object-fit: cover;
}

.carousel-item-image {
  margin: auto;
  height: calc(100vh - 128px);
  object-fit: contain;
}

body.custom-background.page-template-template-collection,
.page-template-template-collection.header-sticky .site-header,
.page-template-template-collection #search-panel,
.page-template-template-collection .newsletter-input .mc4wp-form-fields > div,
.page-template-template-collection .handheld-navigation,
.page-template-template-collection.box-2022 .newsletter-social svg
{
  background-color: #ffffff;
}

body.tax-product_cat.box-2022,
.tax-product_cat.box-2022.header-sticky .site-header,
.tax-product_cat.box-2022.header-sticky #search-panel,
.tax-product_cat.box-2022 .newsletter-input .mc4wp-form-fields > div,
.tax-product_cat.box-2022 .handheld-navigation,
.tax-product_cat.box-2022 .newsletter-social svg,
body.single-product.box-2022,
body.single-product.box-2022 .site-header,
body.single-product.box-2022 #search-panel,
body.single-product.box-2022 .newsletter-input .mc4wp-form-fields > div,
body.single-product.box-2022 .handheld-navigation,
body.single-product.box-2022 .newsletter-social svg,
body.tax-pa_designers.box-2022,
.tax-pa_designers.box-2022.header-sticky .site-header,
.tax-pa_designers.box-2022.header-sticky #search-panel,
.tax-pa_designers.box-2022 .newsletter-input .mc4wp-form-fields > div,
.tax-pa_designers.box-2022 .handheld-navigation,
.tax-pa_designers.box-2022 .newsletter-social svg,
body.page-template-template-designers.box-2022,
.page-template-template-designers.box-2022.header-sticky .site-header,
.page-template-template-designers.box-2022.header-sticky #search-panel,
.page-template-template-designers.box-2022 .newsletter-input .mc4wp-form-fields > div,
.page-template-template-designers.box-2022 .handheld-navigation,
.page-template-template-designers.box-2022 .newsletter-social svg
{
  background-color: #ffffff;
}

/* Start New Projects */
body.post-type-archive-aa_project.box-2022,
.post-type-archive-aa_project.box-2022.header-sticky .site-header,
.post-type-archive-aa_project.box-2022.header-sticky #search-panel,
.post-type-archive-aa_project.box-2022 .newsletter-input .mc4wp-form-fields > div,
body.single-aa_project.box-2022,
.single-aa_project.box-2022.header-sticky .site-header,
.single-aa_project.box-2022.header-sticky #search-panel,
.single-aa_project.box-2022 .newsletter-input .mc4wp-form-fields > div,
body.page-template-template-contract.box-2022,
.page-template-template-contract.box-2022.header-sticky .site-header,
.page-template-template-contract.box-2022.header-sticky #search-panel,
.page-template-template-contract.box-2022 .newsletter-input .mc4wp-form-fields > div
{
  background-color: #000000;
  color: #ffffff;
}
.post-type-archive-aa_project.box-2022 .handheld-navigation,
.single-aa_project.box-2022 .handheld-navigation,
.page-template-template-contract.box-2022 .handheld-navigation
{
  background-color: #000000;
}
.post-type-archive-aa_project.box-2022 .border-b-2,
.post-type-archive-aa_project.box-2022 .border-lg,
.post-type-archive-aa_project.box-2022 .site-header > div:nth-child(1),
.post-type-archive-aa_project.box-2022 .handheld-navigation .menu-item,
.single-aa_project.box-2022 .border-b-2,
.single-aa_project.box-2022 .border-lg,
.single-aa_project.box-2022 .site-header > div:nth-child(1),
.single-aa_project.box-2022 .handheld-navigation .menu-item,
.page-template-template-contract.box-2022 .border-b-2,
.page-template-template-contract.box-2022 .border-lg,
.page-template-template-contract.box-2022 .site-header > div:nth-child(1),
.page-template-template-contract.box-2022 .handheld-navigation .menu-item
{
  border-color: #ffffff;
}

.post-type-archive-aa_project.box-2022 button.menu-toggle:after,
.post-type-archive-aa_project.box-2022 button.menu-toggle:before,
.post-type-archive-aa_project.box-2022 button.menu-toggle span:before,
.single-aa_project.box-2022 button.menu-toggle:after,
.single-aa_project.box-2022 button.menu-toggle:before,
.single-aa_project.box-2022 button.menu-toggle span:before,
.page-template-template-contract.box-2022 button.menu-toggle:after,
.page-template-template-contract.box-2022 button.menu-toggle:before,
.page-template-template-contract.box-2022 button.menu-toggle span:before
{
  background-color: #ffffff;
}

.post-type-archive-aa_project.box-2022 .main-navigation ul li a,
.post-type-archive-aa_project.box-2022 .site-title a,
.single-aa_project.box-2022 ul.menu li a,
.post-type-archive-aa_project.box-2022 .site-branding h1 a,
.post-type-archive-aa_project.box-2022 .site-footer .storefront-handheld-footer-bar a:not(.button),
.post-type-archive-aa_project.box-2022 button.menu-toggle,
.post-type-archive-aa_project.box-2022 button.menu-toggle:hover,
.post-type-archive-aa_project.box-2022 .handheld-navigation .dropdown-toggle,
.post-type-archive-aa_project.box-2022 button.menu-search,
.post-type-archive-aa_project.box-2022 button.menu-search:hover,
.post-type-archive-aa_project.box-2022 input[type=email],
.post-type-archive-aa_project.box-2022 button,
.post-type-archive-aa_project.box-2022 input[type="button"],
.post-type-archive-aa_project.box-2022 input[type="reset"],
.post-type-archive-aa_project.box-2022 input[type="submit"],
.post-type-archive-aa_project.box-2022 .button,
.post-type-archive-aa_project.box-2022 .widget a.button,
.single-aa_project.box-2022 .main-navigation ul li a,
.single-aa_project.box-2022 .site-title a,
.single-aa_project.box-2022 ul.menu li a,
.single-aa_project.box-2022 .site-branding h1 a,
.single-aa_project.box-2022 .site-footer .storefront-handheld-footer-bar a:not(.button),
.single-aa_project.box-2022 button.menu-toggle,
.single-aa_project.box-2022 button.menu-toggle:hover,
.single-aa_project.box-2022 .handheld-navigation .dropdown-toggle,
.single-aa_project.box-2022 button.menu-search,
.single-aa_project.box-2022 button.menu-search:hover,
.single-aa_project.box-2022 input[type=email],
.single-aa_project.box-2022 button,
.single-aa_project.box-2022 input[type="button"],
.single-aa_project.box-2022 input[type="reset"],
.single-aa_project.box-2022 input[type="submit"],
.single-aa_project.box-2022 .button,
.single-aa_project.box-2022 .widget a.button,
.page-template-template-contract.box-2022 .main-navigation ul li a,
.page-template-template-contract.box-2022 .site-title a,
.single-aa_project.box-2022 ul.menu li a,
.page-template-template-contract.box-2022 .site-branding h1 a,
.page-template-template-contract.box-2022 .site-footer .storefront-handheld-footer-bar a:not(.button),
.page-template-template-contract.box-2022 button.menu-toggle,
.page-template-template-contract.box-2022 button.menu-toggle:hover,
.page-template-template-contract.box-2022 .handheld-navigation .dropdown-toggle,
.page-template-template-contract.box-2022 button.menu-search,
.page-template-template-contract.box-2022 button.menu-search:hover,
.page-template-template-contract.box-2022 input[type=email],
.page-template-template-contract.box-2022 button,
.page-template-template-contract.box-2022 input[type="button"],
.page-template-template-contract.box-2022 input[type="reset"],
.page-template-template-contract.box-2022 input[type="submit"],
.page-template-template-contract.box-2022 .button,
.page-template-template-contract.box-2022 .widget a.button
{
  color: #ffffff;
}
.post-type-archive-aa_project.box-2022 a, .post-type-archive-aa_project.box-2022 a:focus, .post-type-archive-aa_project.box-2022 a:active,
.post-type-archive-aa_project.box-2022 h1, .post-type-archive-aa_project.box-2022 h2, .post-type-archive-aa_project.box-2022 h3, .post-type-archive-aa_project.box-2022 h4, .post-type-archive-aa_project.box-2022 h5, .post-type-archive-aa_project.box-2022 h6,
.single-aa_project.box-2022 a, .single-aa_project.box-2022 a:focus, .single-aa_project.box-2022 a:active,
.single-aa_project.box-2022 h1, .single-aa_project.box-2022 h2, .single-aa_project.box-2022 h3, .single-aa_project.box-2022 h4, .single-aa_project.box-2022 h5, .single-aa_project.box-2022 h6,
.page-template-template-contract.box-2022 a, .page-template-template-contract.box-2022 a:focus, .page-template-template-contract.box-2022 a:active,
.page-template-template-contract.box-2022 h1, .page-template-template-contract.box-2022 h2, .page-template-template-contract.box-2022 h3, .page-template-template-contract.box-2022 h4, .page-template-template-contract.box-2022 h5, .page-template-template-contract.box-2022 h6
{
  color: #ffffff;
}
.post-type-archive-aa_project.box-2022 ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ffffff;
}
.post-type-archive-aa_project.box-2022 ::-moz-placeholder { /* Firefox 19+ */
  color: #ffffff;
}
.post-type-archive-aa_project.box-2022 :-ms-input-placeholder { /* IE 10+ */
  color: #ffffff;
}
.post-type-archive-aa_project.box-2022 :-moz-placeholder { /* Firefox 18- */
  color: #ffffff;
}
.single-aa_project.box-2022 ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ffffff;
}
.single-aa_project.box-2022 ::-moz-placeholder { /* Firefox 19+ */
  color: #ffffff;
}
.single-aa_project.box-2022 :-ms-input-placeholder { /* IE 10+ */
  color: #ffffff;
}
.single-aa_project.box-2022 :-moz-placeholder { /* Firefox 18- */
  color: #ffffff;
}
.page-template-template-contract.box-2022 ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ffffff;
}
.page-template-template-contract.box-2022 ::-moz-placeholder { /* Firefox 19+ */
  color: #ffffff;
}
.page-template-template-contract.box-2022 :-ms-input-placeholder { /* IE 10+ */
  color: #ffffff;
}
.page-template-template-contract.box-2022 :-moz-placeholder { /* Firefox 18- */
  color: #ffffff;
}

.post-type-archive-aa_project.box-2022 .newsletter-social svg,
.single-aa_project.box-2022 .newsletter-social svg,
.page-template-template-contract.box-2022 .newsletter-social svg
{
  background-color: #000000;
}

.post-type-archive-aa_project.box-2022 .newsletter-form,
.single-aa_project.box-2022 .newsletter-form,
.page-template-template-contract.box-2022 .newsletter-form {
	background-image: url('assets/newsletter-pattern_white.png');
}
/* End New Projects */

.collection-designers > ul:last-child {
  margin-bottom: 0;
}

.collection-breadcrump>span.font-base {
  margin: 0 10px;
}

.collection-filters {
  gap: 40px;
}

.box-select-wrapper > select {
    color: #000000;
    width: 100%;
    height: 62px;
    padding: 18px 24px;
    border: 2px solid #000000;
    border-radius: 8px;
    box-sizing: border-box;
    background-color: transparent;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    min-width: 60px;
    outline: 0;
}

.box-select-wrapper > select.active {
  font-family: 'Swis721 BT WGL4 W05 Bold';
  border-width: 4px;
  padding: 14px 24px;
}

.box-select-wrapper {
  position: relative;
}

.box-select-wrapper > em {
    font-style: normal;
    position: absolute;
    top: 12px;
    right: 0;
    margin-right: 24px;
    pointer-events: none;
    line-height: 34px;
    color: #000000;
  }

[data-navigation-arrows] .carousel-item {
  height: 258px;
}
[data-navigation-arrows].carousel-outer {
  padding-bottom: 70px;
}
[data-navigation-arrows] .slick-slider {
  padding-bottom: 70px;
}
[data-navigation-arrows].carousel-outer .slick-arrow {
  top: initial;
  bottom: 0;
  width: 36px;
  height: 36px;
  cursor: pointer;
}
[data-navigation-arrows].carousel-outer .slick-prev {
  left: calc(50% - 38px);
}
[data-navigation-arrows].carousel-outer .slick-next {
  right: calc(50% - 38px);
}
@media (min-width: 880px) {
[data-navigation-arrows] .carousel-item-wrapper {
  padding-right: 35px;
  padding-left: 35px;
}
[data-navigation-arrows] .slick-list {
  margin-left: -35px;
  margin-right: -35px;
}

[data-variable-width] .carousel-item-wrapper {
  padding-right: 5px;
  padding-left: 5px;
}
[data-variable-width] .slick-list {
  margin-left: -5px;
  margin-right: -5px;
}
}

[data-navigation-arrows=images] .slick-slider {
  padding-bottom: 46px;
}
[data-navigation-arrows=images].carousel-outer {
  padding-bottom: 30px;
}
[data-navigation-arrows=images].carousel-outer .slick-arrow {
  padding: 0;
}
[data-navigation-arrows=images].carousel-outer .slick-prev {
  left: 0px;
}
[data-navigation-arrows=images].carousel-outer .slick-next {
  left: 42px;
}
[data-navigation-arrows=images] .carousel-item {
  height: auto;
  aspect-ratio: 3 / 2;
}

[data-navigation-arrows=images-inside] .slick-slider {
  padding: 0;
  height: 90vh;
}
[data-navigation-arrows=images-inside].carousel-outer {
  padding: 0;
}
[data-navigation-arrows=images-inside].carousel-outer .slick-arrow {
  bottom: 40px;
}
[data-navigation-arrows=images-inside].carousel-outer .slick-prev {
}
[data-navigation-arrows=images-inside].carousel-outer .slick-next {
}
[data-navigation-arrows=images-inside] .carousel-item {
  width: 100vw;
  height: 90vh;
  max-height: initial;
}
[data-navigation-arrows=images-inside] .slick-list {
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 880px) {
[data-navigation-arrows=images-inside] .carousel-item-wrapper {
  padding: 0;
}
}

.bq_content p {
  margin: 0 0 20px 0;
}
.bq_content p:last-child {
  margin: 0;
}

body.page-template-template-homepage.box-2022-final,
.page-template-template-homepage.box-2022-final.header-sticky .site-header,
.page-template-template-homepage.box-2022-final.header-sticky #search-panel,
.page-template-template-homepage.box-2022-final .newsletter-input .mc4wp-form-fields > div,
.page-template-template-homepage.box-2022-final .handheld-navigation,
.page-template-template-homepage.box-2022-final .newsletter-social svg
{
  background-color: #ffffff;
}

.box-2022-final.home .site-footer {
  padding-top: 0;
}

.slider--detailed .carousel-item {
  cursor: pointer;
}
