/*
Theme Name: Indoors
Author: Ali Alaa El Dine
Version: 1.0.80
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@font-face {
	font-family: 'HelveticaNeue';
	src: url('assets/fonts/HelveticaNeue-Light.eot');
	src: url('assets/fonts/HelveticaNeue-Light.eot?#iefix') format('embedded-opentype'),
		url('assets/fonts/HelveticaNeue-Light.woff2') format('woff2'),
		url('assets/fonts/HelveticaNeue-Light.woff') format('woff'),
		url('assets/fonts/HelveticaNeue-Light.ttf') format('truetype'),
		url('assets/fonts/HelveticaNeue-Light.svg#HelveticaNeue-Light') format('svg');
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
}

@font-face {
	font-family: 'HelveticaNeue';
	src: url('assets/fonts/HelveticaNeue-Roman.eot');
	src: url('assets/fonts/HelveticaNeue-Roman.eot?#iefix') format('embedded-opentype'),
		url('assets/fonts/HelveticaNeue-Roman.woff2') format('woff2'),
		url('assets/fonts/HelveticaNeue-Roman.woff') format('woff'),
		url('assets/fonts/HelveticaNeue-Roman.ttf') format('truetype'),
		url('assets/fonts/HelveticaNeue-Roman.svg#HelveticaNeue-Roman') format('svg');
	font-weight: 400;
	font-stretch: normal;
	font-style: normal;
}

@font-face {
	font-family: 'HelveticaNeue';
	src: url('assets/fonts/HelveticaNeue-Medium.eot');
	src: url('assets/fonts/HelveticaNeue-Medium.eot?#iefix') format('embedded-opentype'),
		url('assets/fonts/HelveticaNeue-Medium.woff2') format('woff2'),
		url('assets/fonts/HelveticaNeue-Medium.woff') format('woff'),
		url('assets/fonts/HelveticaNeue-Medium.ttf') format('truetype'),
		url('assets/fonts/HelveticaNeue-Medium.svg#HelveticaNeue-Medium') format('svg');
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
}

@font-face {
	font-family: 'HelveticaNeue';
	src: url('assets/fonts/HelveticaNeue-Bold.eot');
	src: url('assets/fonts/HelveticaNeue-Bold.eot?#iefix') format('embedded-opentype'),
		url('assets/fonts/HelveticaNeue-Bold.woff2') format('woff2'),
		url('assets/fonts/HelveticaNeue-Bold.woff') format('woff'),
		url('assets/fonts/HelveticaNeue-Bold.ttf') format('truetype'),
		url('assets/fonts/HelveticaNeue-Bold.svg#HelveticaNeue-Bold') format('svg');
	font-weight: 700;
	font-stretch: normal;
	font-style: normal;
}

* {
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	-ms-box-sizing: border-box !important;
	box-sizing: border-box !important;
}

:root {
	/*--main-pad-horiz: 120px;
  --blks-pad-horiz: 30px;
  --blks-margin-fix: -30px;*/
}

/*html{
  scroll-behavior: smooth;
}*/

body {
	padding: 0;
	margin: 0;
	font-size: 15px;
	line-height: 25px;
	color: #3C3232;
	font-family: "Playfair Display", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	background-color: #f5f1e5;/*#F5F5EB;*/
}

p {
	margin: 0;
}

a,
input,
button,
textarea {
	outline: none !important;
}

h1,
h2,
h3,
h4 {
	margin: 0;
	font-weight: 400;
}

.mobile-only {
	display: none;
}

a,
input,
textarea,
button {
	outline: none !important;
}

.first-sec .sec-wrap{
	padding-top: 150px;
}

.pad-horiz {
	padding: 0 40px;
}

.pad-vertical {
	padding: 90px 0;
}

.no-pad-bottom {
	padding-bottom: 0;
}

.no-pad-top {
	padding-top: 0;
}

.extra-pad-top{
	padding-top: 40px;
}

.extra-pad-bottom{
	padding-bottom: 40px;
}

.maxed-container {
	max-width: 1920px;
}

.centered-container {
	margin: 0 auto;
}

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

header.indoors-header .header-wrapper {
  padding: 30px 0;
	transition: all 300ms ease;
}

.scrolling header.indoors-header .header-wrapper{
	padding: 13px 0;
}

header.indoors-header .menu-logo-wrap{
	display: flex;
	align-items: center;
	gap: 20px;
}

header.indoors-header .menu-logo-wrap .indoors-hblk.ind-menu{
	flex: 1;
}

.ind-logo-svg{
	max-width: 98px;
	height: auto;
	display: block;
	position: relative;
	transition: all 300ms ease;
}

.scrolling .ind-logo-svg{
	max-width: 87px;
}

.ind-logo-svg.hidden-logo{
	opacity: 0;
	z-index: -1;
}

.ind-logo-svg path{
	transition: all 300ms ease;
}

.header-light .ind-logo-svg path{
	fill: #f5f1e5;/*#F5F5EB;*/
}

.scrolling .ind-logo-svg path{
	fill: #3C3232;
}

header.indoors-header .indoors-hblk.ind-logo a{
	display: block;
	text-decoration: none;
}

header.indoors-header .indoors-hblk.ind-search .ind-search-wrap{
	position: relative;
}

header.indoors-header .indoors-hblk.ind-search .ind-search-wrap a.ind-search-btn{
	position: absolute;
	top: 50%;
	right: 0;
	width: 18px;
	height: auto;
	display: block;
	text-decoration: none;
	transform: translateY(-50%);
	cursor: pointer;
}

header.indoors-header .indoors-hblk.ind-search .ind-search-wrap a.ind-search-btn svg{
	width: 100%;
	height: auto;
	display: block;
}

header.indoors-header .indoors-hblk.ind-search .ind-search-wrap a.ind-search-btn svg path{
	transition: all 300ms ease;
}

.header-light header.indoors-header .indoors-hblk.ind-search .ind-search-wrap a.ind-search-btn svg path{
	fill: #f5f1e5;/*#F5F5EB;*/
}

.scrolling header.indoors-header .indoors-hblk.ind-search .ind-search-wrap a.ind-search-btn svg path{
	fill: #3C3232;
}

.mobile_menu_cta{
	display: none;
}

header.indoors-header .indoors-hblk.ind-menu ul.menu{
	margin: 0;
	padding: 0;
	font-size: 0;
	text-align: center;
}

header.indoors-header .indoors-hblk.ind-menu ul.menu li{
	display: inline-block;
	vertical-align: middle;
	padding: 0 20px;
}

header.indoors-header .indoors-hblk.ind-menu ul.menu li a{
	font-family: 'HelveticaNeue', sans-serif;
	color: #3C3232;
	font-size: 16px;
	line-height: 20px;
	display: block;
	text-decoration: none;
	text-shadow: 0px 0px 1px transparent;
	transition: all 300ms ease;
	font-weight: 300;
	letter-spacing: 0.5px;
}

.header-light header.indoors-header .indoors-hblk.ind-menu ul.menu li a{
	color: #f5f1e5;/*#F5F5EB;*/
}

.scrolling header.indoors-header .indoors-hblk.ind-menu ul.menu li a{
	color: #3C3232;
}

header.indoors-header .indoors-hblk.ind-menu ul.menu li a:hover,
header.indoors-header .indoors-hblk.ind-menu ul.menu li.current-menu-item a{
	text-shadow: -0.2px -0.2px 0 #3C3232, 0.2px -0.2px 0 #3C3232, -0.2px 0.2px 0 #3C3232, 0.2px 0.2px 0 #3C3232;
}

header.indoors-header .indoors-hblk.ind-menu ul.menu li a:hover{
	opacity: 0.7;
}

.header-light header.indoors-header .indoors-hblk.ind-menu ul.menu li a:hover,
.header-light header.indoors-header .indoors-hblk.ind-menu ul.menu li.current-menu-item a{
	text-shadow: -0.2px -0.2px 0 #f5f1e5, 0.2px -0.2px 0 #f5f1e5, -0.2px 0.2px 0 #f5f1e5, 0.2px 0.2px 0 #f5f1e5;
}

.scrolling header.indoors-header .indoors-hblk.ind-menu ul.menu li a:hover,
.scrolling header.indoors-header .indoors-hblk.ind-menu ul.menu li.current-menu-item a{
	text-shadow: -0.2px -0.2px 0 #3C3232, 0.2px -0.2px 0 #3C3232, -0.2px 0.2px 0 #3C3232, 0.2px 0.2px 0 #3C3232;
}

header.indoors-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
	z-index: 50;
	background-color: transparent;
  transition: all 300ms ease;
}

.scrolling header.indoors-header{
	background-color: #f5f1e5;/*#F5F5EB;*/
	/*box-shadow: 0 0 15px rgba(60, 50, 50, 0.2);*/
}

/*.hide-header header.indoors-header{
	top: -150px;
}*/

.indoors-sec.proj-banner .project-banner{
	position: relative;
}

.indoors-sec.proj-banner .project-banner img{
	/* aspect-ratio: 1920/900; */
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100vh;
	display: block;
	position: relative;
	z-index: 1;
}

.indoors-sec.proj-banner .project-banner .proj-banner-overlay{
	position: absolute;
	z-index: 2;
	background-color: rgba(60, 50, 50, 0.35);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
}

.project-intro {
  max-width: 980px;
  margin: 0 auto;
}

.project-intro p{
	padding: 0 0 20px;
}

.project-intro p:last-child{
	padding: 0;
}

.indoors-title{
	padding: 0 0 30px;
}

.indoors-title h1{
	font-family: 'HelveticaNeue', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 16px;
	font-weight: 400;
}

.indoors-sec.proj-attributes-sec .project-attributes {
  border-top: 1px solid #3C3232;
  padding: 30px 0 0;
}

.project-attributes .project-attributes-flex {
  display: flex;
  align-items: flex-start;
	gap: 20px;
	max-width: 980px;
  margin: 0 auto;
}

.project-attributes .project-attributes-flex .project-attr {
  flex: 1;
	font-family: 'HelveticaNeue', sans-serif;
	font-size: 11px;
	line-height: 14px;
}

.project-attributes .project-attributes-flex .project-attr .pattr-lbl{
	padding: 0 0 2px;
  text-transform: uppercase;
}

.project-details .proj-row-flex {
  display: flex;
  align-items: center;
  gap: 30px;
}

.project-details .proj-row-flex.prow-reverse{
	flex-direction: row-reverse;
}

.project-details .proj-row-flex .proj-row-col{
	flex: 1;
}

.project-details .proj-det-row{
	padding: 0 0 30px;
}

.project-details .proj-det-row:last-child{
	padding: 0;
}

.project-details .proj-row-flex .proj-row-col img{
	width: 100%;
	height: auto;
	display: block;
}

.project-details .proj-det-row .proj-row-txt {
  padding: 20px 0;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.project-details .proj-det-row .proj-row-txt p{
	padding: 0 0 20px;
}

.project-details .proj-det-row .proj-row-txt p:last-child{
	padding: 0;
}

.indoors-btn{
	height: 36px;
	display: inline-block;
	line-height: 36px;
	border: 1px solid #3C3232;
	padding: 0 20px;
	border-radius: 40px;
	font-family: 'HelveticaNeue', sans-serif;
	font-size: 14px;
	cursor: pointer;
	color: #3C3232;
	text-decoration: none;
	background-color: #f5f1e5;/*#F5F5EB;*/
	transition: all 300ms ease;
}

.indoors-btn.light{
	color: #f5f1e5;/*#F5F5EB;*/
	border-color: #f5f1e5;/*#F5F5EB;*/
}

.indoors-btn.transparent{
	color: #f5f1e5;/*#F5F5EB;*/
	border-color: #f5f1e5;/*#F5F5EB;*/
	background-color: transparent;
}

.indoors-btn:hover{
	background-color: #3C3232;
	color: #f5f1e5;/*#F5F5EB;*/
}

.indoors-btn.transparent:hover,
.indoors-btn.light:hover{
	background-color: #f5f1e5;/*#F5F5EB;*/
	color: #3C3232;
}

.home-slider .home-slide .home-slide-wrap{
	position: relative;
}

.home-slider .home-slide .home-slide-wrap .hslide-img{
	position: relative;
	z-index: 1;
}

.home-slider .home-slide .home-slide-wrap .hslide-img img,
.page-slider .page-slider-slide img{
	width: 100%;
	height: 100vh;
	object-fit: cover;
	object-position: center center;
	display: block;
}

.page-slider .page-slider-slide img{
	height: 90vh;
}

.home-slider-container .hslide-content-overlay{
	position: absolute;
	z-index: 2;
	background-color: rgba(60, 50, 50, 0.2);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.home-slider-container .hslide-content-overlay .hslide-content-flex{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.home-slider-container .hslide-content-overlay .hslide-content-flex .hslide-content{
	padding: 100px 20px 20px;
	text-align: center;
}

.home-slider-container .hslide-content .hbanner-title{
	padding: 0 0 20px;
}

.home-slider-container .hslide-content .hbanner-title h1{
	font-family: 'HelveticaNeue', sans-serif;
	color: #f5f1e5;/*#F5F5EB;*/
	font-size: 26px;
	text-transform: uppercase;
	line-height: 28px;
	letter-spacing: 2px;
}

.home-slider .slick-dots,
.page-slider .slick-dots,
.fvid-slider .slick-dots {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
  list-style: none;
  font-size: 0;
  line-height: 0;
	padding: 0;
	margin: 0;
}

.fvid-slider .slick-dots{
	position: relative;
	bottom: auto;
	padding: 15px 0 0;
}

.home-slider .slick-dots li,
.page-slider .slick-dots li,
.fvid-slider .slick-dots li{
	display: inline-block;
	vertical-align: middle;
	padding: 0 3px;
}

.home-slider .slick-dots li button,
.page-slider .slick-dots li button,
.fvid-slider .slick-dots li button{
	width: 7px;
	height: 7px;
	overflow: hidden;
	text-indent: -5000px;
	border: none;
	border-radius: 50%;
	background-color: #f5f1e5;/*#F5F5EB;*/
	opacity: 0.7;
	padding: 0;
	transition: all 300ms ease;
}

.fvid-slider .slick-dots li button{
	background-color: #3C3232;
}

.home-slider .slick-dots li.slick-active button,
.page-slider .slick-dots li.slick-active button,
.fvid-slider .slick-dots li.slick-active button{
	opacity: 1;
}

.proj-list .proj-list-flex{
	display: flex;
	flex-wrap: wrap;
	gap: 30px 20px;
}

.proj-list .proj-list-flex .ind-proj-card{
	width: calc(33.3333333% - 14px);
}

.ind-proj-card .ind-proj-img{
	padding: 0 0 30px;
}

.ind-proj-card .ind-proj-img img{
	width: 100%;
	height: auto;
	display: block;
	transition: all 300ms ease;
}

.ind-proj-card:hover .ind-proj-img img{
	opacity: 0.85;
}

.indoors-sec.home-projects-sec .proj-list-wrap {
  padding: 20px 0 45px;
}

.ind-proj-card .ind-proj-info .proj-name{
	font-size: 15px;
	line-height: 15px;
	font-family: 'HelveticaNeue', sans-serif;
	text-transform: uppercase;
}

.ind-proj-card .ind-proj-info .proj-attrs{
	font-family: 'HelveticaNeue', sans-serif;
	color: rgba(60, 50, 50, 0.6);
	text-transform: uppercase;
	font-size: 11px;
	line-height: 11px;
	padding: 0 0 15px;
}

.ind-proj-card .ind-proj-info .proj-attrs span {
  display: inline-block;
  vertical-align: middle;
}

.ind-proj-card .ind-proj-info .proj-attrs span.sep {
  padding: 0 4px;
}

.ind-proj-card .ind-proj-card-cont{
	position: relative;
}

.card-link-overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
}

.team-flex {
  display: flex;
  gap: 60px 40px;
  flex-wrap: wrap;
}

.team-flex .tmem-card {
  width: calc(33.333333333% - 27px);
}

.team-flex .tmem-card .tmem-name{
	font-size: 22px;
	line-height: 22px;
	font-weight: 700;
	font-family: 'HelveticaNeue', sans-serif;
	text-transform: uppercase;
	padding: 0 0 10px;
}

.team-flex .tmem-card .tmem-title{
	font-family: 'HelveticaNeue', sans-serif;
	font-size: 17px;
	line-height: 17px;
	text-transform: uppercase;
	padding: 0 0 20px;
}

.team-flex .tmem-card .tmem-bio,
.press-flex .particle-card .particle-desc,
.vacancy-card .vacancy-desc{
	/* font-size: 17px;
  line-height: 27px; */
}

.fvid-slider .fvid-slide{
	width: 100%;
	position: relative;
	padding: 0 20px;
}

.fvid-slider .fvid-slide iframe{
	width: 100%;
	height: 100%;
	display: block;
	border: none;
}

.fvid-slider-wrap{
	padding: 20px 0 0;
	margin: 0 -20px;
}

.particle-card .particle-cont {
  max-width: 420px;
  margin: 0 auto;
}

.particle-card .particle-thumb{
	width: 100%;
	height: auto;
	padding: 0 0 25px;
}

.particle-card .particle-thumb img{
	width: 100%;
	aspect-ratio: 430/440;
	display: block;
}

.press-flex{
	display: flex;
	gap: 45px 30px;
	flex-wrap: wrap;
}

.press-flex .particle-card{
	width: calc(50% - 15px);
}

.press-list{
	padding: 20px 0 0;
}

.press-flex .particle-card .particle-title,
.vacancy-card .vacancy-name{
	font-family: 'HelveticaNeue', sans-serif;
	line-height: 14px;
	font-size: 14px;
	text-transform: uppercase;
	padding: 0 0 15px;
}

.press-flex .particle-card .particle-type,
.vacancy-card .vacancy-lbl{
	font-family: 'HelveticaNeue', sans-serif;
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
	color: rgba(60, 50, 50, 0.6);
	padding: 0 0 8px;
}

.process-flex {
  display: flex;
  gap: 50px;
}

.process-flex .process-img {
  width: 100%;
  height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.process-flex .process-img img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center center;
	display: none;
}

.process-flex .process-flex-col.process-img-wrap{
	flex: 0.4;
}

.process-flex .process-flex-col.process-list{
	flex: 0.6;
}

.indoors-process {
  padding: 60px 0 0;
	text-align: left;
}

.indoors-process .pstep-row{
	display: flex;
	align-items: flex-start;
	gap: 30px;
}

.indoors-process .pstep-row .pstep-col.pstep-title{
	font-family: 'HelveticaNeue', sans-serif;
	flex: 0.33;
	font-size: 15px;
	line-height: 20px;
	text-transform: uppercase;
	padding: 4px 0 0;
}

.indoors-process .pstep-row .pstep-col.pstep-desc{
	flex: 0.7;
}

.indoors-process .pstep-row .pstep-col.pstep-desc p{
	padding: 0 0 10px;
}

.indoors-process .pstep-row .pstep-col.pstep-desc p:last-child{
	padding: 0;
}

.indoors-process .pstep-row .pstep-col.pstep-desc ul{
	font-family: 'HelveticaNeue', sans-serif;
	font-size: 15px;
	padding: 0 0 10px 14px;
	margin: 0;
	line-height: 22px;
}

.indoors-process .pstep-row .pstep-col.pstep-desc ul:last-child{
	padding: 0 0 0 14px;
}

.indoors-process .pstep-row{
	padding: 0 0 20px;
}

.indoors-process .process-step:last-child .pstep-row{
	padding: 0;
}

.indoors-process .process-list-wrap{
	padding: 20px 0;
}

.indoors-services .indoors-process:nth-child(2n) .process-flex {
  flex-direction: row-reverse;
}

.indoors-sec.careers-sep-sec .sec-sep{
  width: 100%;
  height: 1px;
  background-color: #3C3232;
  left: 0;
  top: 0;
}

.contact-info a{
	color: #3C3232;
	transition: all 300ms ease;
}

.contact-info .indoors-address a{
	text-decoration: none;
}

.contact-info .indoors-address a:hover{
	text-decoration: underline;
}

.contact-info a:hover{
	opacity: 0.8;
}

.contact-info {
  max-width: 520px;
  margin: 0 auto;
  padding: 50px 0 0;
}

.contact-info .indoors-address {
  padding: 0 0 30px;
}

.contact-info .indoors-sm{
	line-height: 14px;
	padding: 10px 0 0;
}

.contact-info .indoors-sm .ind-sm{
	display: inline-block;
	vertical-align: middle;
	border-right: 2px solid #3C3232;
	padding: 0 10px 4px;
}

.contact-info .indoors-sm .ind-sm:last-child{
	border: none;
}

.careers-intro, .apply-text{
	max-width: 620px;
}

.project-intro p a{
	color: #3C3232;
	transition: all 300ms ease;
	text-decoration: none;
}

.project-intro p a:hover{
	opacity: 0.8;
}

.project-intro p strong{
	font-weight: 500;
}

.apply-text{
	padding: 30px 0 0;
}

.how-to-apply-text {
  max-width: 740px;
}

.how-to-apply{
  padding: 60px 0 0;
}

.careers-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}

.careers-flex .vacancy-card{
	width: calc(50% - 25px);
}

.careers-list{
	padding: 60px 0 0;
}

.vacancy-attr-flex {
  font-size: 14px;
  line-height: 21px;
	padding: 0 0 10px;
}

.vacancy-attr-flex .vacancy-loc, .vacancy-attr-flex .vacancy-type {
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
}

.vacancy-attr-flex .vacancy-loc span, .vacancy-attr-flex .vacancy-type span{
	font-weight: 700;
}

.indoors-contact-form {
  padding: 60px 0 0;
  max-width: 600px;
  margin: 0 auto;
}

.indoors-contact-form .cform-row br {
  display: none;
}

.indoors-contact-form .cform-row .cform-row-flex p {
  position: relative;
}

.indoors-contact-form .cform-row .cform-row-flex .wpcf7-form-control-wrap{
	position: relative;
	width: 100%;
	display: block;
	padding: 0 0 25px;
}

.indoors-contact-form .cform-row .cform-row-flex .wpcf7-form-control-wrap input,
.indoors-contact-form .cform-row .cform-row-flex .wpcf7-form-control-wrap textarea{
	width: 100%;
	height: 40px;
	border: none;
	border-bottom: 1px solid #3C3232;
	background-color: transparent;
	text-indent: 90px;
	font-family: 'HelveticaNeue', sans-serif;
}

.indoors-contact-form .cform-row .cform-row-flex .wpcf7-form-control-wrap textarea{
	height: 200px;
	resize: none;
	padding: 5px 0 0;
}

.indoors-contact-form .cform-row .cform-row-flex label {
  position: absolute;
  left: 0;
  top: 0;
  height: 40px;
  line-height: 40px;
  display: block;
	font-family: 'HelveticaNeue', sans-serif;
}

.indoors-contact-form .cform-row .cform-row-flex .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  position: absolute;
  font-size: 12px;
  line-height: 14px;
  bottom: 8px;
}

.indoors-contact-form .cform-submit {
  text-align: right;
}

.cform-submit p {
  position: relative;
}

.cform-submit .wpcf7-spinner {
  margin: 0;
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
}

.cform-submit .wpcf7-spinner::before {
  top: 2px;
  left: 2px;
  width: 3px;
  height: 3px;
  transform-origin: 4px 4px;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0;
  border: none;
  font-size: 15px;
  line-height: 20px;
  padding: 12px 0 0;
  text-align: left;
}

.how-to-apply .apply-title{
	font-family: 'HelveticaNeue', sans-serif;
	padding: 0 0 7px;
	text-transform: uppercase;
	line-height: 18px;
}

.footer-blks {
  display: flex;
  gap: 30px;
}

.footer-blks .indoors-fblk.logo-cr {
  flex: 1;
}

.indoors-fblk.sitemap .sitemap-flex {
  display: flex;
  gap: 60px;
}

.indoors-fblk.sitemap ul,
.indoors-fblk.sitemap .ind-fsm{
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 24px;
}

.indoors-fblk.sitemap li{
	line-height: 22px;
}

.indoors-fblk.sitemap .fmenu-lbl,
.indoors-fblk.sitemap a{
	font-family: 'HelveticaNeue', sans-serif;
	font-size: 14px;
	line-height: 22px;
	text-decoration: none;
	color: #3C3232;
	transition: all 300ms ease;
}

.indoors-fblk.sitemap .detailed-menu li{
	line-height: 18px;
}

.indoors-fblk.sitemap .detailed-menu a{
	font-size: 13px;
	line-height: 18px;
	opacity: 0.6;
}

.indoors-fblk.sitemap a:hover{
	opacity: 0.8;
}

.indoors-fblk.sitemap .detailed-menu a:hover{
	opacity: 1;
}

.indoors-fblk.sitemap .fmenu-lbl,
.indoors-fblk.sitemap .def-sitemap a,
.indoors-fblk.sitemap .ind-fsm a{
	font-weight: 500;
}

.indoors-fblk.sitemap .detailed-menu .about {
  padding: 20px 0 0;
}

.indoors-fblk.sitemap .fmenu-lbl{
	padding: 0 0 5px;
}

.indoors-fblk.logo-cr .indoors-fblk-wrap,
.indoors-fblk.logo-cr .indoors-fblk-wrap .logo-cr-flex {
  height: 100%;
}

.indoors-fblk.logo-cr .indoors-fblk-wrap .logo-cr-flex {
  display: flex;
  flex-direction: column;
}

.copyright{
	flex: 1;
	display: flex;
	align-items: flex-end;
	font-family: 'HelveticaNeue', sans-serif;
	font-size: 14px;
	line-height: 18px;
}

.indoors-sec.work-list-sec .proj-list{
	padding: 50px 0 0;
}

.proj-list .loadmore-wrap{
	padding: 50px 0 0;
}

.proj-categs .filter-wrap {
  display: inline-block;
  vertical-align: middle;
  padding: 0 15px;
}

.proj-categs .filter-wrap a.tag-btn{
	font-size: 16px;
	font-family: 'HelveticaNeue', sans-serif;
	line-height: 16px;
	display: block;
	text-decoration: none;
	cursor: pointer;
	transition: all 300ms ease;
}

.proj-categs .filter-wrap a.tag-btn:hover{
	opacity: 0.8;
}

.proj-categs .filter-wrap a.tag-btn.active{
	text-shadow: -0.2px -0.2px 0 #3C3232, 0.2px -0.2px 0 #3C3232, -0.2px 0.2px 0 #3C3232, 0.2px 0.2px 0 #3C3232;
}

.seach-form-container {
  position: fixed;
  z-index: 50;
  background: #f5f1e5;/*#F5F5EB;*/
  width: 100%;
  height: 100%;
	display: none;
}

.seach-form-container .search-form-wrapper {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  width: 100%;
  align-items: center;
  height: 100%;
	position: relative;
	z-index: 5;
	padding: 0 20px;
}

.seach-form-container .search-form-wrapper .search-form-cont {
  width: 100%;
}

.seach-form-container .search-form{
	position: relative;
}

.seach-form-container .search-form input {
  background: transparent;
  border: none !important;
  border-bottom: 1px solid #3C3232 !important;
  color: #3C3232;
  height: 40px;
  font-size: 18px !important;
  letter-spacing: 1px;
	font-family: "Aspekta", sans-serif;
  font-weight: 400;
}

.seach-form-container .search-form label {
  position: relative;
  z-index: 1;
  width: 100% !important;
}

.seach-form-container .search-form button.is-search-submit {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  display: block;
	z-index: 2;
	cursor: pointer;
	transition: all 300ms ease;
}

.seach-form-container .search-form button.is-search-submit:hover{
	opacity: 0.75;
	top: -3px;
}

.seach-form-container .search-form button.is-search-submit .is-search-icon {
  width: 40px;
  height: 40px;
  display: flex !important;
  background: none !important;
  border: none;
  align-content: center;
  justify-content: center;
  padding: 0 !important;
}

.seach-form-container .search-form .is-search-icon svg {
  width: 55%;
  height: auto;
  display: block;
}

.seach-form-container .search-form .is-search-icon svg path{
	fill: #3C3232;
}

.seach-form-container .search-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #3C3232;
	opacity: 1;
}
.seach-form-container .search-form input::-moz-placeholder { /* Firefox 19+ */
  color: #3C3232;
	opacity: 1;
}
.seach-form-container .search-form input:-ms-input-placeholder { /* IE 10+ */
  color: #3C3232;
	opacity: 1;
}
.seach-form-container .search-form input:-moz-placeholder { /* Firefox 18- */
  color: #3C3232;
	opacity: 1;
}

.seach-form-container .close-search {
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 26px;
  height: auto;
	cursor: pointer;
	transition: all 300ms ease;
	z-index: 6;
}

.seach-form-container .close-search:hover{
	opacity: 0.75;
}

.seach-form-container .close-search svg{
	display: block;
	width: 100%;
	height: auto;
}

.seach-form-container .close-search svg path{
	fill: #3C3232;
}

.no-results-found{
	width: 100%;
}

.no-results-found .no-results-found-wrap{
	max-width: 500px;
	margin: 0 auto;
}

.newsletter-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 80;
  background-color: rgba(60, 50, 50, 0.2);
	display: none;
}

.newsletter-popup .nl-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.newsletter-popup .nl-cont {
  background-color: #f5f1e5;/*#F5F5EB;*/
  border-radius: 20px;
  padding: 50px;
  max-width: 420px;
  text-align: center;
	position: relative;
}

.newsletter-popup .nl-cont .indoors-title h1{
	text-decoration: underline;
}

.newsletter-popup .nl-cont .project-intro{
	padding: 0 0 20px;
}

.newsletter-popup .nl-cont .project-intro:last-child{
	padding: 0;
}

.newsletter-popup .nl-cont .project-intro.disclaimer{
	max-width: 300px;
	margin: 0 auto;
}

.indoors-contact-form.nl-form .cform-row .cform-row-flex .wpcf7-form-control-wrap input{
	text-indent: 55px;
}

.newsletter-popup .close-nl {
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 20px;
  height: auto;
	cursor: pointer;
	transition: all 300ms ease;
	z-index: 6;
}

.newsletter-popup .close-nl:hover{
	opacity: 0.75;
}

.newsletter-popup .close-nl svg{
	display: block;
	width: 100%;
	height: auto;
}

.newsletter-popup .close-nl svg path{
	fill: #3C3232;
}

.home-slider-container .hslide-content-overlay .hslider-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}

.home-slider-container .hslide-content-overlay .hslider-links ul li {
  padding: 0 10px;
  border-right: 1px solid #f5f1e5;
  line-height: 7px;
  display: inline-block;
  vertical-align: middle;
}

.home-slider-container .hslide-content-overlay .hslider-links ul li:last-child{
	border: none;
}

.indoors-link {
  display: inline-block;
  font-family: 'HelveticaNeue', sans-serif;
  font-size: 15px;
  line-height: 13px;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  letter-spacing: 1px;
  font-weight: 300;
}

.indoors-link:after{
	content: "";
	position: absolute;
	bottom: -5px;
	left: 0;
	height: 1px;
	width: 0;
	transition: all 300ms ease;

	display: none;
}

.indoors-link:hover:after{
	width: 100%;
}

.indoors-link.light{
	color: #f5f1e5;
}

.indoors-link.dark{
	color: #3C3232;
}

.indoors-link.light:after{
	background-color: #f5f1e5;
}

.indoors-link.dark:after{
	background-color: #3C3232;
}

.is-form-style.is-form-style-3 input.is-search-input{
	font-family: 'HelveticaNeue', sans-serif;
	font-size: 14px !important;
}


.project-details .proj-det-row.img-txt-type .proj-row-flex .proj-row-col:nth-child(1) {
  flex: 0.325;
}

.project-details .proj-det-row.img-txt-type .proj-row-flex .proj-row-col:nth-child(2) {
  flex: 0.675;
}

.project-details .proj-det-row.img-type .proj-row-flex .proj-row-col img {
  max-height: 90vh;
  object-fit: cover;
  object-position: center center;
}

header.indoors-header .mobile_menu_cta {
	cursor: pointer;
	height: 22px;
	text-decoration: none;
	width: 22px;
	z-index: 22;
	position: absolute;
	display: block;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: 300ms ease-in-out;
	display: none;
}

/*header.indoors-header .mobile_menu_cta.open{
	right:10px;
}*/

header.indoors-header .mobile_menu_cta span {
	background: #3C3232;
	border-radius: 0;
	display: block;
	height: 1.5px;
	left: 0;
	opacity: 1;
	position: absolute;
	width: 100%;

	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);

	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-ms-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

.header-light header.indoors-header .mobile_menu_cta span{
	background: #f5f1e5;/*#F5F5EB;*/
}

.scrolling header.indoors-header .mobile_menu_cta span{
	background: #3C3232;
}

.home header.indoors-header .mobile_menu_cta span {
	background-color: #fff;
}

.scrolling.home header.indoors-header .mobile_menu_cta span {
	background-color: #181818;
}

header.indoors-header .mobile_menu_cta span:nth-child(1) {
	top: 4px;
}

header.indoors-header .mobile_menu_cta span:nth-child(2),
header.indoors-header .mobile_menu_cta span:nth-child(3) {
	top: 10px;
}

header.indoors-header .mobile_menu_cta span:nth-child(4) {
	top: 16px;
}

header.indoors-header .mobile_menu_cta.open span:nth-child(1) {
	top: 11px;
	width: 0%;
	left: 50%;
}

header.indoors-header .mobile_menu_cta.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

header.indoors-header .mobile_menu_cta.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

header.indoors-header .mobile_menu_cta.open span:nth-child(4) {
	top: 11px;
	width: 0%;
	left: 50%;
}

.home-slider-container{
	position: relative;
}

.slick-slide > div{
	font-size: 0;
	line-height: 0;
}

.copyright.mob{
	display: none;
}

.fvid-slider .fvid-slide a {
  display: block;
  width: 100%;
  height: auto;
  text-decoration: none;
	position: relative;
}

.fvid-slider .fvid-slide a img{
	width: 100%;
	aspect-ratio: 16/9;
	object-fit: cover;
	object-position: center;
	position: relative;
}

.fvid-slider .fvid-slide a::after{
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.2);
	content: "";
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 50px auto;
	background-image: url(/wp-content/themes/indoors/assets/images/play-circle.svg);
}

.indoors-sec.contact-form-sec .contact-intro a {
  text-decoration: underline;
  font-size: 16px;
}

.process-imgs-flx {
  display: flex;
  gap: 20px;
  height: 100%;
}

.process-imgs-flx .prc-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.process-imgs-flx .prc-img {
  flex: 1;
}

.contact-intro.phone-nums{
	padding: 0 0 30px;
}

.indoors-sec.contact-form-sec .contact-intro.phone-nums a{
	text-decoration: none;
}