/*
	Theme Name: KIC - Hello Elementor Child Theme
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: A Hello Elementor child theme for Kensington Investments Company
	Author: Elementor Team & Stephen Simon Interactive
	Template: hello-elementor
*/

/* Header */
.hfe-nav-menu__breakpoint-tablet .hfe-active-menu + .hfe-nav-menu__layout-horizontal {
	left: initial !important;
	right: 0;
}

/* Footer */
.kic-footer-office a {
	color: #8CA9C3;
	text-decoration: underline;
}

.kic-footer-office a:hover,
.kic-footer-office a:active {
	color: #FFFFFF;
}

/* Elements */
.page-content ol,
.page-content ul {
	margin-block-start:0;
	margin-block-end:.9rem
}

/* Page defaults */
.archive .site-main,
.blog .site-main,
.page-template-default .site-main,
.post-template-default .site-main,
.staff-template-default .site-main,
.property-template-default .site-main {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.archive .page-content > :not(.align-full),
.page-template-default .page-content > :not(.align-full),
.post-template-default .page-content > :not(.align-full),
.staff-template-default .page-content > :not(.align-full) {
	margin-left: auto;
	margin-right: auto;
	max-width: 78%;
}

.archive .page-header,
.blog .page-header,
.page-template-default .page-header,
.post-template-default .page-header,
.staff-template-default .page-header {
	text-align: center;
}

.archive .page-header .entry-title,
.blog .page-header .entry-title,
.page-template-default .page-header .entry-title,
.post-template-default .page-header .entry-title,
.staff-template-default .page-header .entry-title {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 2.625rem;
	font-weight: 700;
	line-height: 1.33;
	letter-spacing: 0.5px;
	color: #847C77;
}

/* Staff */
.staff-members:not(.staff-members--masonry) {
	display: flex;
	flex-wrap: wrap;
	gap: 27px;
}

.staff-members:not(.staff-members--masonry) .staff-member {
	flex-basis: calc(50% - 27px);
}

.staff-members .staff-member {
	background: #EAE8E5;
	border: 4px solid #EAE8E5;
	min-height: 430px;
	text-align: center;
}

@media (min-width: 1024px) {
	.staff-members .staff-member {
		min-height: 480px;
	}
}

.staff-members--masonry .staff-member {
	margin-bottom: 27px;
	width: calc(50% - 27px);
}

.staff-members .entry-title {
	font-size: 1.625rem;
}

.staff-member .post-image a,
.staff-member .post-image img {
	display: block;
	position: relative;
}

.staff-member .post-image a:hover::after,
.staff-member .post-image a:focus::after {
	background: rgba(140, 169, 195, .4);
	content: '';
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 10;
}

.staff-members .staff-member .position {
	margin-left: auto;
	margin-right: auto;
	max-width: 80%;
}

@media (min-width: 1024px) {
	.staff-template-default .page-content-wrapper {
		margin-left: auto;
		margin-right: auto;
		max-width: 78%;
	}

	.staff-members:not(.staff-members--masonry) .staff-member {
		flex-basis: calc(33.333% - 27px);
	}

	.staff-members--masonry .staff-member {
		width: calc(33.333% - 27px);
	}
}

.staff-members.page-content .staff-member .entry-title {
	font-size: 1.625rem;
	font-weight: 600;
	letter-spacing: 0.15px;
}

.staff-members.page-content .staff-member .post-header {
	padding: 0 2rem;
}

.staff-member .entry-title a {
	color: #283649;
	text-decoration: none;
}

.staff-member .entry-title a:hover,
.staff-member .entry-title a:focus {
	color: #283649;
	text-decoration: underline;
}

.staff-template-default .page-header {
	margin-bottom: 2rem;
}

.staff-template-default .entry-title  {
	margin-bottom: 0;
}

.staff-template-default .meta {
	color: #86392D;
}

@media (min-width: 992px) {
	.single-staff .page-content-wrapper {
		display: flex;
		gap: 20px;
	}

	.single-staff .page-content-wrapper .post-image {
		flex-basis: 33.333%;
	}

	.staff-template-default .page-content-wrapper .page-content  {
		flex-basis: 66.666%;
	}

	.staff-template-default .page-content-wrapper .page-content > :not(.align-full) {
		margin-left: initial;
		margin-right: initial;
		max-width: none;
	}
}

/* Filters */
.button-group {
	margin-bottom: 27px;
}

.button-group button {
	background-color: #FFFFFF;
	border-color: #283649;
	color: #283649;
	font-size: 1.125rem;
	font-weight: 600;
	margin-right: 0.625rem;
}

.button-group button.is-checked {
	background-color: #283649;
	color: #FFFFFF;
}

/* News */
.blog .page-content {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin-top: 60px;
	margin-bottom: 60px;
}

.blog .page-content .post {
	border: 1px solid #EDECEA;
}

@media (min-width: 1024px) {
	.blog .page-content .post-has-featured-image {
		display: flex;
	}

	.blog .page-content .post-image {
		width: 30%;
		overflow: hidden;
		position: relative;
		margin-bottom: 0;
	}

	.blog .page-content .post-image img {
		display: block;
		left: 0;
		max-height: 100%;
		position: absolute;
		max-width: none;
		width: auto;
	}

	.blog .page-content .post-content {
		flex-basis: 70%;
	}
}

.blog .page-content .post-content {
	padding: 2rem;
}

.blog .page-content .post-header {
	display: flex;
	flex-direction: column;
}

.blog .post-date {
	color: #847C77;
}

.navigation.pagination {
	border-top: 1px solid #DCD9D6;
	color: #D6D4D1;
	font-size: 1.125rem;
	padding-top: 2.6rem;
}

.single .navigation.pagination {
	display: flex;
	align-items: end;
	justify-content: space-between;
}

.single .navigation.pagination .next {
	margin-left: auto;
}

.navigation.pagination a {
	color: #283649;
	padding: 0 .35rem;
	text-decoration: underline;
}

.navigation.pagination a:hover,
.navigation.pagination a:focus {
	color: #86392D;
}

/* .blog .page-content .post {
	flex-basis: calc(33.333% - 30px);
}

.blog .page-content .post .entry-title {
	font-size: 2rem;
	font-weight: 600;
} */

/* Tenants List */
.tenants ul,
.columned-list {
	columns: 2;
	column-gap: 15px;
	list-style: none;
	padding: 0;
}

.tenants ul > li,
.columned-list li {
	margin-bottom: 15px;
}

/* Logo Wall */
.elementor-image-gallery .gallery  {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 25px;
	justify-content: center;
}

.elementor-image-gallery .gallery .gallery-item {
	background: #fff;
	align-items: center;
	display: flex;
	justify-content: center;
	margin: auto;
	padding: 2rem !important;
}

.elementor-image-gallery .gallery .gallery-item img {
	max-height: 80px;
	max-width: 100%;
	width: auto;
}

/* Accordion */
.elementor-accordion-item {
	border-bottom: 1px solid #D6D4D1 !important;
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon {
	width: 4.5em !important;
}

.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened {
	display: flex !important;
	gap: 10px;
	justify-content: end;
}

.elementor-accordion-icon-opened::before {
	color: #6A645D;
	content: "Close";
	font-size: 0.9375rem;
	font-weight: 400;
	text-decoration: underline;
}

/* Single Property */
.single-property .flexslider {
	margin-bottom: 30px;
}
.single-property .property {
	padding: 0 1rem;
}

.single-property .site-main {
	max-width: 1140px !important;
	width: 100% !important;
}

@media (min-width: 768px) {
	.single-property .site-main {
		width: 90% !important;
	}
}

@media (min-width: 992px) {
	.single-property .property {
		padding: 0 2rem;
	}
}

.single-property .kicker {
	color: #847C77;
	font-size: 1.75rem;
	text-transform: uppercase;
	letter-spacing: 0.25px;
	margin-bottom: 1.25rem;
}

.single-property .property-call-to-action {
	background-color: #DCD9D640;
	display: flex;
	flex-wrap: initial;
	justify-content: space-between;
	align-items: center;
	align-content: initial;
	flex-basis: auto;
	flex-grow: 1;
	flex-shrink: 1;
	align-self: auto;
	padding: 1.125rem;
	margin-bottom: 1.125rem;
}

.single-property .back-to-properties {
	text-decoration: none;
	color: #847C77;
	background-color: #FFFFFF;
	border-style: solid;
	border-color: #DCD9D6;
	border-radius: 0;
	padding: 12px 24px;
}

.single-property .property-address {
	font-size: 1.25rem;
}

.single-property .wp-block-separator {
	border-color: #DCD9D6;
	margin: 2rem 0;
}

@media (min-width: 992px) {
	.single-property .property-main {
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
		gap: 20px;
	}

	.property-main__header,
	.property-main__content {
		max-width: 477px;
	}

	.property-main__content,
	.property-main__imagery {
		flex-basis: calc(50% - 20px);
	}
}

.single-property .entry-title {
	color: #283649;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.333;
	margin-left: 0;
	padding-inline-start: 0;
	padding-inline-end: 0;
}

@media (min-width: 992px) {
	.single-property .entry-title {
		font-size: 2.75rem;
	}
}

.property-main__content .page-content {
	font-size: 1.125rem;
}

.location-tax-link a {
	align-items: center;
	color: #847C77;
	display: flex;
	flex-wrap: nowrap;
	font-size: 1.25rem;
	gap: 10px;
	text-decoration: none;
}

@media (max-width: 768px) {
	.location-tax-link__icon {
		width: 20px;
	}
}

@media (max-width: 768px) {
	.location-tax-link__label {
		clip: rect(1px,1px,1px,1px);
		height: 1px;
		overflow: hidden;
		position: absolute!important;
		width: 1px;
		word-wrap: normal!important;
	}
}

.location-tax-link a:hover,
.location-tax-link a:focus {
	text-decoration: underline;
}

/* Meta Nav SVG */
.previous .meta-nav svg {
	margin-right: 0.3125rem;
}

.next .meta-nav svg {
	margin-left: 0.3125rem;
}

/* Locations */
.locations:not(.locations--masonry) {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}


.locations .location {
	border: 1px solid #fff;
}

.locations:not(.locations--masonry) .location {
	flex-basis: calc(50% - 12px);
}

.locations--masonry .location {
	margin-bottom: 12px;
	width: calc(50% - 12px);
}

.locations .location:hover,
.locations .location:focus {
	border-color: #DCD9D6;
	border-color: rgba(220, 217, 214, .9);
}

.locations .location .post-image {
	margin-bottom: 0;
}

.locations .location .post-content {
	border: 1px solid #fff;
	position: relative;
}

.locations .location .post-header {
	left: 0;
	height: 100%;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
	transition: all 300ms ease-in;
}

.locations .location a {
	color: #283649;
	display: block;
	justify-content: center;
	padding: 1rem;
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 12px;
	height: 100%;
	text-align: center;
	width: 100%;
}

.locations .location a:hover,
.locations .location a:focus {
	text-decoration: none;
}

.locations .location .entry-title {
	display: flex;
	font-size: 1.125rem;
	height: 100%;
}

@media (min-width: 992px) {
	.locations .location .entry-title {
		font-size: 2rem;
	}
}

.locations .location .city-state {
	display: block;
	font-size: 1rem;
}

@media (min-width: 992px) {
	.locations .location .city-state {
		font-size: 1.375rem;
	}
}

.locations .location:hover .post-header,
.locations .location:focus .post-header {
	background-color: #DCD9D6;
	background-color: rgba(220, 217, 214, .9);
	opacity: 1;
}

@media (min-width: 992px) {
	.locations:not(.locations--masonry) .location {
		flex-basis: calc(33.333% - 12px);
		max-height: 365px;
		overflow: hidden;
	}

	.locations--masonry .location {
		max-height: 365px;
		overflow: hidden;
		width: calc(33.333% - 12px);
	}
}

/* Property Gallery */
.single-property .flex-direction-nav a {
	height: 50px;
	margin: -40px 0 0;
	top: 180px;
}

.single-property .flex-control-thumbs li {
	height: 84px;
	overflow: hidden;
	margin-bottom: 5px;
}

.single-property .flex-control-thumbs img {
	opacity: 1.0;
	padding-right: 5px;
}

.single-property .flex-control-thumbs li:last-child img  {
	padding-right: 0;
}

.single-property .flex-control-thumbs img.flex-active {
	opacity: 0.42;
}

/* Property Social Links */
.property-links {
	list-style: none;
	padding: 0;
}

.property-links li {
	margin-bottom: 5px;
}

.property-link .fa:first-child,
.property-link .fas:first-child,
.property-link .fab:first-child {
	margin-right: .5rem;
}

.property-link .fa:last-child,
.property-link .fas:last-child,
.property-link .fab:last-child {
	margin-left: .5rem;
}

/* Expand Image */
.expand-image {
	display: block;
	position: relative;
}

.expand-image::after {
	background: url(assets/images/expand-image.svg) 50% no-repeat;
	bottom: 20px;
	content: '';
	display: block;
	height: 33px;
	position: absolute;
	right: 20px;
	width: 33px
}

/* Property Details CTA */
.property-details-cta {
	max-width: 509px;
	text-align: center;
}

@media (min-width: 992px) {
	.sustainability-accordion .elementor-accordion .elementor-tab-content {
		padding-right: 55%;
	}

	.property-details-cta {
		float: right;
		margin-right: -110%;
	}
}

.property-details-cta .property-details-cta__image img {
	display: block;
	margin: 0 auto 2rem;
}

.property-details-cta .property-details-cta__btn {
	background-color: #283649;
	border-color: #283649;
	color: #FFFFFF;
	font-size: 1.0625rem;
	font-weight: 600;
	padding: .75rem 1rem;
}

.property-details-cta .property-details-cta__btn svg {
	margin-left: 0.5rem;
}

.property-details-cta .property-details-cta__btn:hover,
.property-details-cta .property-details-cta__btn:focus {
	background-color: #847C77;
}