/*
	Theme Name: Elaine Hill Web
 	Description: Custom Theme For Elaine Hill Web
	Version: 1.0.0
	Author: Developer
*/
@font-face {
	font-family: 'AyDeWeb';
	src: url('assets/fonts/AyDeWeb-Regular.woff2') format('woff2'),
	url('assets/fonts/AyDeWeb-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'LarkWeb';
	src: url('assets/fonts/LarkWeb-Regular.woff2') format('woff2'),
	url('assets/fonts/fonts/LarkWeb-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'LarkWeb';
	src: url('assets/fonts/LarkWeb-Bold.woff2') format('woff2'),
	url('assets/fonts/LarkWeb-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
html{
	font-size: 10px;
}
body{
	background: #e2e0de;
	color: #000;
	font-family: 'LarkWeb', serif;
	font-size: 2.5rem;
	font-weight: normal;
	line-height: 1.2;
	margin: 0;
	min-width: 320px;
	padding: 0;
	position: relative;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: none;
}
body.overflow{
	overflow: hidden;
}
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img{
	display: inline-block;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}
iframe{
	max-width: 100%;
}
a,
.button,
label,
button,
input[type="submit"]{
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	outline: none!important;
}
a{
	color: #000;
	text-decoration: none;
}
a:hover{
	color: #fff;
}
.button{
	background: #000;
	border-radius: 0;
	color: #fff;
	display: inline-block;
	font-weight: bold;
	line-height: 1.25;
	padding: 0.8em 1.2em;
	text-decoration: none;
	text-align: center;
}
.button:hover{
	background-color: #E5903A;
	color: #fff;
}
.button:last-child{
	margin: 0;
}
p,
ul,
ol{
	margin: 0 0 1.2em;
}
p:first-child,
ul:first-child,
ol:first-child{
	margin-top: 0;
}
p:last-child,
ul:last-child,
ol:last-child{
	margin-bottom: 0;
}
ul{
	padding-left: 1em;
}
h1,
h2,
h3{
	font-family: 'AyDeWeb', sans-serif;
	font-weight: normal;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child{
	margin-top: 0;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child{
	margin-bottom: 0;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="number"],
input[type="password"],
select,
textarea{
	background: transparent;
	border: 1px solid #000;
	box-shadow: none; 
	display: inline-block;
	color: #000;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: 1.2;
	height: auto;
	padding: 0.75em 1em;
	outline: none!important;
}
select{
	background-image: url('assets/img/icons/select-icon.svg');
	background-repeat: no-repeat;
	background-position: center right 1em;
	background-size: 0.7em auto;
	cursor: pointer;
	padding-right: 2em;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
textarea{
	height: 8.125em;
	padding: 0.8em 1.25em;
	resize: none;
}
input[type="submit"],
button{
	background: transparent;
	border: 1px solid #000;
	border-radius: 0;
	color: #000;
	cursor: pointer;
	display: inline-block;
	font-family: inherit;
	font-size: inherit;
	font-weight: bold;
	height: auto;
	line-height: 1.2;
	padding: 0.75em 1em;
	text-align: center;
	width: auto;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
button:hover{
	background: #000;
	color: #fff;
}
::-webkit-input-placeholder {color:#676767; opacity: 1;transition: all 0.2s linear;}
::-moz-placeholder          {color:#676767; opacity: 1;transition: all 0.2s linear;}
:-moz-placeholder           {color:#676767; opacity: 1;transition: all 0.2s linear;}
:-ms-input-placeholder      {color:#676767; opacity: 1;transition: all 0.2s linear;}
:focus::-webkit-input-placeholder {opacity: 0; display: none;}
:focus::-moz-placeholder          {opacity: 0;}
:focus:-moz-placeholder           {opacity: 0;}
:focus:-ms-input-placeholder      {opacity: 0;}
.form-col-name input,
.form-col-email input{
	background-repeat: no-repeat;
	background-position: left 1.25em center;
	background-size: 1em auto;
	padding-left: 3.5em;
}
.form-col-name input{
	background-image: url('assets/img/icons/form-user-icon.svg');
}
.form-col-email input{
	background-image: url('assets/img/icons/form-email-icon.svg');
}
.form-row{
	display: flex;
	flex-wrap: wrap;
	margin-left: -1rem;
	margin-right: -1rem;
}
.form-col{
	margin-bottom: 2.8rem;
	padding-left: 1rem;
	padding-right: 1rem;
	width: 100%;
}
.form-col-6{
	width: 50%;
}
.form-col-3{
	width: 25%;
}
.form-col.form-col-submit{
	margin: 0;
	text-align: right;
}
.form-field-label{
	display: block;
	font-weight: bold;
	letter-spacing: normal;
	margin: 0 0 0.7em;
}
.wpcf7-form-control-wrap{
	display: block;
}
span.wpcf7-not-valid-tip{
	font-size: 0.7em;
	color: #be0000;
	line-height: 1.2;
	margin-top: 0.5em;
}
.wpcf7 form .wpcf7-response-output{
	color: #fff;
	border: none;
	font-size: 0.85em;
	line-height: 1.5;
	margin: 1em auto 0;
	padding: 1em;
	text-align: center;
	width: 100%;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output{
	background: #df0000;
}
.wpcf7 form.sent .wpcf7-response-output{
	background: #00a651;
}
.container{
	margin: 0 auto;
	max-width: 106rem;
	padding-left: 3rem;
	padding-right: 3rem;
	width: 100%;
}
/*---------Preloader----------*/
.preloader{
	background: #B7B5A9;
	display: block;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	z-index: 9999;
	width: 100%;
}
.preloader-img{
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	height: 76%;
	left: 0;
	position: absolute;
	top: 12%;
	width: 100%;
}
.preloader-logo{
	left: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	z-index: 2;
}
.preloader-logo img{
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 95.8rem;
	width: 80%;
}
/*--------------Header--------------*/
.header{
	left: 0;
	letter-spacing: 0.04em;
	position: fixed;
	top: 0;
	text-align: left;
	text-transform: uppercase;
	width: 100%;
	z-index: 105;
}
.header a{
	color: inherit;
}
.header a:hover{
	color: #fff;
}
.header-inner{
	background: #e2e0de;
	padding: 5rem 0;
	position: relative;
	transition: all 0.3s linear;
	z-index: 2;
}
.body-scroll .header-inner{
	background: #e2e0de;
	box-shadow: 0 0 2rem rgba(0,0,0,0.3);
	padding: 2.5rem 0;
}
.menu-visible .header-inner{
	background: transparent;
	box-shadow: none;
}
.header-row{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
	padding: 0 5.6rem;
	width: 100%;
}
.header-links{
	width: 25%;
}
.header-logo a{
	display: inline-block;
	vertical-align: middle;
}
.header-logo img{
	display: inline-block;
	height: auto;
	vertical-align: middle;
	width: 19.6rem;
}
.header-shop-nav{
	min-width: 25%;
}
.header-shop-nav ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.header-shop-nav li{
	margin: 0 0.4em;
}
.header-shop-nav li:first-child{
	margin-left: 0;
}
.header-shop-nav li:last-child{
	margin-right: 0;
}
.menu-toggle-wrap{
	text-align: right;
	width: 25%;
}
.menu-toggle{
	cursor: pointer;
	transition: all 0.2s linear;
}
.menu-toggle:hover{
	color: #fff;
}
.menu-toggle:after{
	content: " +";
}
.menu-toggle.on:after{
	content: " -";
}
.side-block{
	background-color: #E5903A;
	display: block;
	height: 100%;
	max-width: 62rem;
	position: fixed;
	right: 0;
	text-align: right;
	transform: translateX(102%);
	transition: all 0.4s ease;
	top: 0;
	overflow: auto;
	width: 100%;
	z-index: 104;
}
.menu-visible .side-block{
	transform: translateX(0);
}
.side-block a{
	color: inherit;
}
.side-block a:hover{
	color: #fff;
}
.side-block-inner{
	padding: 19.6rem 5.6rem 5rem;
	position: relative;
	width: 100%;
}
.side-block-text h2{
	font-size: 5.6rem;
	margin: 0 0 0.25em;
	text-transform: uppercase;
}
.side-block-copyright{
	font-size: 1.4rem;
	margin-top: 3.2rem;
}
/*----------Default---------*/
.single-page-section,
.page404-section{
	padding: 22rem 0 10rem;
}
.def-content h1{
	font-size: 2.2em;
	margin: 1em 0 0.7em;
}
.def-content h2{
	font-size: 1.8em;
	margin: 1em 0 0.7em;
}
.def-content h3{
	font-size: 1.6em;
	margin: 1em 0 0.7em;
}
.def-content h4{
	font-size: 1.4em;
	margin: 1em 0 0.7em;
}
.def-content h1:first-child,
.def-content h2:first-child,
.def-content h3:first-child,
.def-content h4:first-child{
	margin-top: 0;
}
/*--------------Home-----------*/
.top-section-inner{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100vh;
	overflow: hidden;
	padding: 15rem 2rem 12rem;
	text-align: center;
}
.top-section-content h2{
	font-size: 14.5rem;
	line-height: 1;
	margin: 0 auto;
	max-width: 8em;
	text-transform: uppercase;
}
.top-section-content a{
	color: inherit;
	display: inline-block;
	position: relative;
}
.top-section-content a:hover{
	color: #fff;
}
.top-section-content img{
	position: absolute;
	opacity: 0;
	transition: all 0.3s ease;
	transform: scale(0.8);
	z-index: -1;
}
.top-section-content a:hover img{
	opacity: 1;
	transform: scale(1);
}
.ts-places img{
	right: 65.5%;
	max-width: 2.4em;
	top: -130%;
	width: 2.4em;
}
.ts-spaces img{
	bottom: 19%;
	left: 10%;
	max-width: 3.6em;
	width: 3.6em;
}
.ts-people img{
	right: -20%;
	max-width: 3.6em;
	top: 30%;
	width: 3.6em;
}
.ts-you img{
	right: -50%;
	max-width: 2.6em;
	top: -192%;
	width: 2.6em;
}
.ts-environment img{
	left: 16%;
	max-width: 4em;
	top: -33%;
	width: 4em;
}
.fps-section{
	display: none;
	padding-bottom: 17.8rem;
}
.fps-row{
	margin: 0 auto;
	max-width: 70rem;
}
.fp-item-wrap{
	padding: 0 5.4rem 16rem;
}
.fp-item-wrap:last-child{
	padding-bottom: 0;
}
.fp-item{
	display: block;
	color: #fff;
	font-family: 'AyDeWeb', sans-serif;
	font-size: 8.7rem;
	line-height: 1;
	position: relative;
	text-transform: uppercase;
}
.fp-item:hover{
	color: #fff;
}
.fp-item-vertical{
	margin: 0 auto;
	max-width: 32.5rem;
}
.fp-item-img{
	display: block;
	padding-top: 66.66%;
	position: relative;
}
.fp-item-vertical .fp-item-img{
	padding-top: 150%;
}
.fp-item img{
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	object-fit: cover;
	width: 100%;
}
.fp-item-title{
	display: block;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 2;
}
/*-------Work------*/
.work-section{
	padding: 18.3rem 0 7rem;
}
.work-nav{
	font-family: 'AyDeWeb', sans-serif;
	font-size: 4.5rem;
	font-weight: normal;
	padding: 0 2rem 6.6rem;
	text-transform: uppercase;
}
.work-bottom-nav{
	bottom: 4%;
	left: 0;
	opacity: 0;
	padding: 0;
	position: fixed;
	transition: all 0.5s linear;
	visibility: hidden;
	width: 100%;
}
.body-scroll .work-bottom-nav{
	opacity: 1;
	visibility: visible;
}
.work-nav ul{
	display: flex;
	justify-content: center;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.work-nav li{
	padding: 0 1.5rem;
}
.work-nav li.active a{
	color: #fff;
	pointer-events: none;
}
.work-row{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: 100%;
}
.work-item-wrap{
	margin-bottom: 13.5rem;
	width: 46%;
}
.work-item-wrap-33{
	width: 29.6%;
}
.work-item-wrap-40{
	width: 48.75%;
}
.work-item-wrap-50{
	width: 41.5%;
}
.work-item-wrap-60{
	width: 51.25%;
}
.work-item-wrap-100{
	width: 100%;
}
.work-item{
	display: block;
	font-family: 'AyDeWeb', sans-serif;
	font-size: 14.5rem;
	font-weight: normal;
	line-height: 1;
	margin: 0 auto;
	text-align: center;
	text-transform: uppercase;
}
.work-item-wrap-100 .work-item{
	width: 51.3%;
}
.work-item-wrap-40 .work-item{
	width: 70%;
}
.work-item-wrap-33 .work-item{
	padding: 0 5.7%;
}
.work-item-wrap-50 .work-item{
	padding: 0 8.8%;
}
.work-item h1{
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	margin: 0;
}
.work-item-img{
	cursor: pointer;
	padding-top: 66.66%;
	position: relative;
	overflow: hidden;
}
.work-item-img img{
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	object-fit: cover;
	transition: all 0.4s ease;
	width: 100%;
}
.work-item:hover .work-item-img img{
	transform: scale(1.1);
}
.work-item-wrap-vertical .work-item-img{
	padding-top: 150%;
}
.photo-popup{
	background: #B7B5A9;
	display: none;
	height: 100%;
	left: 0;
	padding: 13.4rem 0;
	position: fixed;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 999;
}
.photo-popup.info-visible{
	background: #E5903A;
}
.photo-popup-header,
.photo-popup-footer{
	left: 0;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}
.photo-popup-header{
	top: 6rem;
}
.photo-popup-footer{
	bottom: 6rem;
}
.photo-popup-close,
.photo-popup-info-toggle{
	cursor: pointer;
	transition: all 0.2s linear;
}
.photo-popup-close:hover,
.photo-popup-info-toggle:hover{
	color: #fff;
}
.photo-popup-info-toggle:after{
	content: " +";
}
.info-visible .photo-popup-info-toggle:after{
	content: " -";
}
.photo-popup-img{
	height: calc(100vh - 26.8rem);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}
.photo-popup-img.vert{
	padding: 0 5rem;
}
.photo-popup-img img{
	max-height: 100%;
}
.info-visible .photo-popup-img{
	opacity: 0;
}
.swiper-button-next,
.swiper-button-prev{
	color: #000;
}
.swiper-button-next:after,
.swiper-button-prev:after{
	font-size: 30px;
}
.swiper-button-next{
	right: 2%;
}
.swiper-button-prev{
	left: 2%;
}
.info-visible .swiper-button-next,
.info-visible .swiper-button-prev{
	display: none;
}
.photo-popup-info{
	display: none;
	left: 0;
	padding: 4rem 5rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	text-transform: uppercase;
	width: 100%;
	z-index: 12;
}
.info-visible .photo-popup-info{
	display: block;
}
.photo-popup-info-title{
	font-family: 'AyDeWeb', sans-serif;
	font-size: 5.6rem;
	line-height: 1;
	margin-bottom: 1rem;
}
.mfp-bg{
	background: #B7B5A9;
	opacity: 1;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close{
	cursor: inherit;
}
.mfp-image-holder .mfp-close{
	color: #000;
	cursor: default;
	display: block;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	height: 1.2em;
	line-height: inherit;
	padding: 0;
	position: absolute;
	opacity: 0;
	right: 0;
	width: auto;
}
.mfp-image-holder .mfp-close:hover{
	background: transparent;
	color: #fff;
}
img.mfp-img{
	padding: 13.4rem 0;
}
.mfp-figure:after{
	content: none;
	display: none;
}
.mfp-popup-header,
.mfp-popup-footer{
	display: block;
	left: 0;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	z-index: 5;
}
.mfp-popup-header{
	top: 6rem;
}
.mfp-popup-footer{
	bottom: 6rem;
}
.mfp-popup-close:hover{
	color: #fff;
}
.mfp-footer-toggle:hover{
	color: #fff;
}
.mfp-wrap .photo-popup{
	display: block;
}
.mfp-wrap .photo-popup .mfp-close{
	display: none;
}
button.mfp-close:hover,
button.mfp-arrow:hover{
	background: transparent;
}
.mfp-gallery.info-visible button.mfp-arrow{
	display: none;
}
body.woocommerce{
	padding-top: 22rem;
}
.post-type-archive-product .woocommerce-products-header{
	display: none;
}
.woocommerce-result-count,
.woocommerce .woocommerce-ordering{
	display: none;
}
.woocommerce ul.products,
.woocommerce-page ul.products{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 auto;
	width: 92%;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product{
	margin: 0!important;
	text-align: center;
	padding-bottom: 7rem;
	width: 33.33%!important;
}
.woocommerce ul.products li.product a,
.woocommerce-page ul.products li.product a{
	display: inline-block;
	max-width: 90%;
	overflow: hidden;
	vertical-align: middle;
}
.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img{
	height: auto;
	max-height: 48rem;
	object-fit: cover;
	max-width: 48rem;
	margin: 0;
	object-fit: cover;
	transition: all 0.4s ease;
	width: 100%;
}
.woocommerce ul.products li.product a:hover img,
.woocommerce-page ul.products li.product a:hover img {
	transform: scale(1.1);
}
.woocommerce ul.products li.product h2,
.woocommerce-page ul.products li.product h2,
.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price,
.woocommerce ul.products li.product .button,
.woocommerce-page ul.products li.product .button{
	display: none;
}
.woocommerce div.product{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 138rem;
	padding: 0 2rem 8rem;
	width: 100%;
}
.woocommerce div.product div.summary{
	margin: 0;
	text-align: center;
}
.woocommerce div.product .product_title{
	text-transform: uppercase;
}
.woocommerce div.product .price{
	color: inherit!important;
}
.woocommerce div.product form.cart{
	margin-top: 1.5em;
}
.woocommerce div.product form.cart .variations{
	margin-bottom: 0;
}
.woocommerce div.product form.cart .variations th{
	font-weight: inherit;
	padding: 0.5em 0;
	vertical-align: middle;
	text-align: left;
}
.woocommerce div.product form.cart .variations td{
	padding: 0.5em 0;
	text-align: right;
}
.woocommerce div.product form.cart .variations label{
	font-weight: inherit;
}
.woocommerce div.product form.cart .variations select{
	background: transparent;
	border: none;
	margin: 0;
	text-align: right;
	padding: 0;
}
.woocommerce div.product form.cart .variations select option{
	background: #e2e0de;
	color: #000;
}
.woocommerce div.product form.cart .reset_variations{
	display: none!important;
}
.woocommerce div.product form.cart .woocommerce-variation-price .price{
	display: inline-block;
	margin-bottom: 0.8em;
}
.woocommerce div.product form.cart div.quantity{
	border-top: 1px solid #000;
	float: none;
	margin: 0 0 0.5em;
	padding: 0.5em 0;
	position: relative;
	width: 100%;
}
.woocommerce div.product form.cart div.quantity:before{
	content: "QTY";
	left: 0;
	position: absolute;
}
.woocommerce div.product form.cart div.quantity .qty{
	border: none;
	padding: 0;
	text-align: right;
	width: 100%;
}
.woocommerce div.product button{
	background: transparent!important;
	border: 1px solid #000;
	border-radius: 0;
	color: #000!important;
	font-family: inherit!important;
	font-size: inherit;
	line-height: 1.2;
	padding: 0.75em 1em!important;
	width: 100%;
}
.woocommerce div.product button:hover{
	background: #000!important;
	color: #fff!important;
}
.product-notice{
	font-size: 1.6rem;
	margin: 2em auto 0;
	max-width: 28em;
	text-align: center;
}
/*----------------Responsive--------------*/
@media only screen and (max-width : 1500px) {
	html{
		font-size: 9px;
	}
}
@media only screen and (max-width : 1200px) {
	html{
		font-size: 8px;
	}
}
@media only screen and (max-width : 991px) {
	html{
		font-size: 7px;
	}
	.preloader-img{
		background-size: cover;
		height: 100%;
		top: 0;
	}
	.work-item-wrap{
		margin-bottom: 8rem;
	}
}
@media only screen and (max-width : 767px) {
	html{
		font-size: 10px;
		font-size: 1.8vw;
	}
	.single-page-section,
	.page404-section{
		padding: 18rem 0 8rem;
	}
	.header{
		font-size: 2rem;
	}
	.header-row{
		padding: 0 2.5rem;
	}
	.header-logo img{
		width: 16.5rem;
	}
	.side-block{
		max-width: 100%;
	}
	.side-block-inner{
		padding: 19.2rem 5rem 5rem;
		position: relative;
	}
	.preloader-logo img{
		max-width: 45.4rem;
		width: 75%;
	}
	.top-section-inner{
		display: block;
		height: auto;
		padding: 21.5rem 2rem 10.5rem;
	}
	.top-section-content h2{
		font-size: 9.8rem;
		max-width: 5em;
		margin: 0 auto;
	}
	.top-section-content img{
		display: none;
	}
	.top-section-content .ts-people{
		display: block;
	}
	.fps-section{
		display: block;
	}
	.work-section{
		padding: 18rem 0 0;
	}
	.work-item-wrap{
		margin-bottom: 6rem;
	}
	.photo-popup-header,
	.photo-popup-footer{
		font-size: 2.2rem;
	}
	.photo-popup-header{
		top: 5.6rem;
	}
	.photo-popup-footer{
		bottom: 5.6rem;
	}
	body.woocommerce{
		padding-top: 16rem;
	}
	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product{
		padding-bottom: 6rem;
		width: 50%!important;
	}
}
@media only screen and (min-width : 992px){
	.work-item-wrap{
		opacity: 0;
		transition: all 0.8s ease;
		transform: translateY(15%);
	}
	.work-item-wrap:nth-child(even){
		transition-delay: 0.4s;
	}
	.work-item-wrap.visible{
		opacity: 1;
		transform: translateY(0);
	}
}