#inner-wrap {
	opacity: 1;
	transition: opacity 0.5s;
}
#inner-wrap.loading {
	opacity: 0.5;
	pointer-events: none;
}
.hidden {
  display: none;
}

.portfolio-archive-title {
	min-height: 88px;
	padding-bottom: 1rem;
	align-items: end;
	justify-content: start;
	text-align: left;
}

#portfolio-menu {
	position: relative;
	top: initial;
	width: auto;
	z-index: 40;
}
.portfolio-cloud-item .term-link {
  padding: 4px 11px;
  border: 0.5px solid #777;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 400;
  display: block;
}
.back-term-link {
	right: 0;
	font-size: 15px;
	color: var(--global-palette2) !important;
}
.portfolio-filters {
	flex-wrap: wrap;
	padding: 12px 0;
}

.filter-wrap {
	position: relative;
}
.filter-wrap .filter-title {
	border: 0.5px solid #999;
	border-radius: 1px;
	box-shadow: 0 1px 6px -4px #33333330;
	color: #222;
	cursor: pointer;
	position: relative;
	display: block;
}

.filter-wrap, .term-link {
  background: #fafafa;
}
.filter-wrap.active {
	background: #ffffff;
}

#portfolio-menu .portfolio-cloud-item.active .term-link {
  background: var(--global-palette6);
  color: #fff;
}

.kmr-strip {
	margin-bottom: 2.5rem;
	position: relative;
}

.strip-label {
	font-size: 20px;
	position: relative;
}

.kmr-strip.portfolio-space-type-strip:after {
	content: "";
	position: absolute;
	right: -100%;
	width: 100%;
	background: linear-gradient(90deg, transparent 20px, white 88px);
	height: 100%;
	z-index: 9;
	top: 0;
}

.kmr-list-swiper {
	margin: 8px 0 12px;
	list-style: none;
	max-width: var(--global-content-width);
}


#portfolio-menu .term-link {
	text-decoration: none;
	color: var(--global-palette4);
}

.portfolio-swipe-item {
	position: relative;
	cursor: pointer;
	transition: all 0.4s;
}

.portfolio-swipe-item:hover {
	border-color: var(--global-palette6);
	box-shadow: 0 2px 5px -3px #00000050;
}

.kmr-strip .portfolio-swipe-item.active {
	color: var(--global-palette2);
	border-color: var(--global-palette2);
	box-shadow: 0 2px 5px -3px #00000050;
}

.kmr-strip .portfolio-swipe-item.active .portfolio-item-title {
	color: var(--global-palette2);
}

.portfolio-item-thumbnail-wrapper {
	position: relative;
	overflow: hidden;
}

.portfolio-project-type-strip .portfolio-item-thumbnail-wrapper {
	aspect-ratio: 16 / 9;
}

.portfolio-space-type-strip .portfolio-item-thumbnail-wrapper {
	aspect-ratio: 16 / 9;
}

.portfolio-item-thumbnail-wrapper img {
	position: absolute;
	object-fit: cover;
	width: 100%;
	height: 100%;
	object-position: center;
	transform: scale(1);
	transition: transform 0.5s;
}

.portfolio-swipe-item:hover .portfolio-item-thumbnail-wrapper img {
	transform: scale(1.12);
}
.portfolio-project-type-strip .portfolio-item-title-wrapper {
		height: 40px;
}
.portfolio-space-type-strip .portfolio-item-title-wrapper {
		height: 36px;
}
.portfolio-item-title-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	border: 0.5px solid #999;
	border-top: 0;
  background: #fefefe;
}

.portfolio-item-title {
	display: block;
	text-align: center;
	padding: 10px 0;
	line-height: 1.2;
}
.portfolio-content-wrap {
    padding: 0.875rem 1.25rem;
}
.project-title {
	font-size: 17px;
	line-height: 1.25;
}
.project-item-meta {
	padding: 0.5rem 0 0;
	border-top: 0.5px solid #ddd;
	margin-top: 0.75rem;
}
.project-category {
    font-size: 14px;
}
.project-location {
    font-size: 13px;
}
.project-info-item.spaces {
	font-size: 13px;
}
.space-list-item {
	display: inline-block;
	padding-right: 4px;
}
.project-info-item.cost-range {
	font-size: 13px;
}

.portfolio-project-type-strip .portfolio-item-title {
	font-size: 14px;
}

.portfolio-space-type-strip .portfolio-item-title {
	font-size: 13px;
}

.filter-wrap.active .filter-title:after {
	content:"";
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 100%;
	height: 3px;
	background: #fcfcfc;
	z-index: 2;
}
.filter-clear {
	padding: 0 12px;
}
.filter-clear a {
	text-decoration: none;
	color: unset;
	font-size: 14px;
}
.filter-clear .filter-title a:after {
	content: "";
	display: inline-block;
	margin-left: 4px;
	background: url(../icons/clear-filters-x.png) no-repeat;
	display: inline-block;
  width: 8px;
  height: 8px;
}
.filter-title:hover {
	color: var(--global-palette2);
}
.filter-options-wrapper {
  display: none;
  position: absolute;
}
.filter-wrap.active .filter-options-wrapper {
  display: block;
	top: 99%;
  left: -1rem;
  min-width: 240px;
  padding: 0;
  z-index: 1;
  border: 1px solid #ddd;
	box-shadow: 0 5px 9px -4px #00000099;
  background: #fff;
}
.filter-options-list {
	max-height: 320px;
	overflow-y: scroll;
	margin: 0;
	padding: 1.25rem;
	list-style: none;
	font-size: 15px;
}
.filter-option-item {
	position: relative;
	margin-bottom: 0.125rem;
	padding: 0.125rem;
	display: block;
	cursor: pointer;
	width: 100%;
}
.filter-option-item:hover {
	background: #f3f3f3;
}
.filter-option-item label {
	width: 100%;
  padding: 5px 0 5px 34px;
	display: inline-block;
	cursor: pointer;
}
.filter-option-item .glyphicon {
	width: 20px;
	height: 20px;
	background: white;
	border: 1px solid #ccc;
	position: relative;
	overflow: hidden;
	display: inline-block;
	left: 6px;
	top: 9px;
	position: absolute;
}
.filter-option-item .glyphicon-ok.check-mark::after {
	content: "";
	display: block;
	top: 8px;
	right: 13px;
	position: absolute;
	border: 0;
	width: 2px;
	height: 2px;
}
.filter-option-item.selected .glyphicon-ok.check-mark {
	background-color: var(--global-palette4);
	border-color: var(--global-palette4);
}

.filter-option-item.selected .glyphicon-ok.check-mark::after {
	box-shadow: 2px 0 0 #ffffff, 4px 0 0 #ffffff, 4px -2px 0 #ffffff, 4px -4px 0 #ffffff, 4px -6px 0 #ffffff, 4px -8px 0 #ffffff;
	transform: rotate(45deg);
}
.filter-wrap.active-filter {
	background: var(--global-palette6);
}
.filter-wrap.active-filter .filter-title{
	color: #fbfbfb;
}
.portfolio-content-area .page-numbers {
	display: flex;
	gap: 6px;
	list-style: none;
	margin: 1rem 0;
	justify-content: center;
}

.portfolio-content-area .page-numbers li a,
.portfolio-content-area .page-numbers li span {
	padding: 4px 10px;
	display: block;
}

.kmr-swiper .swiper-nav-btn {
	top: unset;
	bottom: -12px;
	z-index: 99;
}
.kmr-swiper .swiper-nav-btn:after {
	color: #222;
	font-weight: 600;
}
.kmr-swiper .swiper-nav-btn:after {
	font-size: 17px;
}

.kmr-swiper .swiper-nav-btn {
	--swiper-navigation-sides-offset: -1px;
}
.kmr-swiper-pagination .swiper-pagination-bullet-active {
	background: #222;
}
@media (max-width: 767px) {
	.back-term-link,
	.refine-filters-label	{
		flex-basis: 100%;
	}
	.portfolio-filters {
		gap: 3px;
	}
	.filter-wrap .filter-title {
		padding: 7px 1rem;
		font-size: 14px;
	}
	.kmr-strip .kmr-swiper .swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0 3px;
	}
}
@media (max-width: 1440px) {
	.filter-wrap.filter-project-size.active .filter-options-wrapper {
		left: -10rem;
	}
}
@media (max-width: 480px) {
	.kmr-strip .kmr-swiper .swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0 2px;
	}
}
@media (max-width: 400px) {
	.kmr-strip .kmr-swiper .swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0 1px;
	}
}
@media (min-width: 768px) {
	.back-term-link {
		position: absolute;
	}
	.portfolio-filters {
		gap: 12px;
	}
	.filter-wrap .filter-title {
		padding: 8px 1.5rem;
		font-size: 15px;
	}
}