@font-face {
	font-family:SaolText-Regular;
	src:url(/wp-content/uploads/2024/01/SaolText-Regular.69a2bf3.woff2) format("woff2"),
	url(/wp-content/uploads/2024/01/SaolText-Regular.600e685.woff) format("woff");
	font-style:normal;
	font-weight:400;
}
@font-face {
	font-family:SaolDisplay-Regular;
	src:url(/wp-content/uploads/2024/01/SaolDisplay-Regular.b5d129a.woff2) format("woff2"),
	url(/wp-content/uploads/2024/01/SaolDisplay-Regular.01fd5b3.woff) format("woff");
	font-style:normal;
	font-weight:400;
}
@font-face {
	font-family:SaolDisplay-RegularItalic;
	src:url(/wp-content/uploads/2024/01/SaolDisplay-RegularItalic.839613e.woff2) format("woff2"),
	url(/wp-content/uploads/2024/01/SaolDisplay-RegularItalic.17ec864.woff) format("woff");
	font-style:normal;
	font-weight:400;
}
@font-face {
	font-family:SaolDisplay-Medium;
	src:url(/wp-content/uploads/2024/01/SaolDisplay-Medium.a8e3561.woff2) format("woff2"),
	url(/wp-content/uploads/2024/01/SaolDisplay-Medium.288b2f0.woff) format("woff");
	font-style:normal;
	font-weight:400;
}
@font-face {
	font-family:MonumentGrotesk-Regular;
	src:url(/wp-content/uploads/2024/01/MonumentGrotesk-Regular.5d64197.woff2) format("woff2"),
	url(/wp-content/uploads/2024/01/MonumentGrotesk-Regular.0a8efd9.woff) format("woff"),
	url(/wp-content/uploads/2024/01/MonumentGrotesk-Regular.f861dfc.otf) format("opentype");
	font-style:normal;
	font-weight:400;
}
@font-face {
	font-family:MonumentGrotesk-Medium;
	src:url(/wp-content/uploads/2024/01/MonumentGrotesk-Medium.84f1ac8.woff2) format("woff2"),
	url(/wp-content/uploads/2024/01/MonumentGrotesk-Medium.11d0e97.woff) format("woff"),
	url(/wp-content/uploads/2024/01/MonumentGrotesk-Medium.32ee51b.otf) format("opentype");
	font-style:normal;
	font-weight:400;
}

body {
	overflow-x: hidden;
}
body h1 {
	line-height: 1.06;
}
a {
	color: #000;
}
a, a:focus, a:visited {
	outline: none;
}
body .ia {
	font-family: SaolDisplay-RegularItalic;
	text-decoration: underline !important;
	text-underline-offset: 0.241em;
	text-decoration-thickness: .031em !important;
	cursor: pointer;
}
#homeText h1 {
	color: initial;
}
#homeText.hovered h1 {
	color: transparent;
}
#homeText.hovered h1 .ia.hovered {
	color: initial;
}
.project-container {
	background: #fff;
	width: 100%;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
}
/*.project-slideshow {
	cursor: none;
	top: 0;
	left: 0;
	height: 100vh;

}*/
.carousel-project {
	width: 100%;
	overflow: hidden;
}

.carousel.carousel-project .carousel-cell {
	width: 100%; 
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.carousel.carousel-project .carousel-cell-container {
	width: 100%;
	height: 100%;
	display: flex;
}
.carousel.carousel-project .image-slider img {
	object-fit: contain;
	width: auto !important; 
	height: 100vh !important;
	margin: auto !important;
}
.carousel.carousel-project figure.image.image-slider {
	text-align: center;
}
.carousel.carousel-project .carousel-cell .carousel-item {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: auto;
	position: relative;
}
.carousel.carousel-project .carousel-cell .carousel-text {
	font-size: 83px;
	font-size: 4.61111rem;
	font-family: "SaolDisplay-RegularItalic";
	text-align: center;
	padding: 0 50px;
	color: #000;
}
.cursor-slideshow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
	cursor: pointer;
}
span.cursor-prev {
	background-image: url(/wp-content/uploads/2024/01/prev.svg);
}

span.cursor-next {
	background-image: url(/wp-content/uploads/2024/01/next.svg);
}
span.cursor-prev, span.cursor-next {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
}
.cursor {
	width: 10px;
	height: 20px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	pointer-events: none;
	opacity: 0;
}
.cursor.cursor-active {
	opacity: 1;
}
.project-button-close.arrow {
	position: absolute;
	top: 2em;
	left: 2em;
}
#prev-post-button, 
#next-post-button {
	display: none;
}
.elementor-template-full-width .ast-container {
	max-width: 100%;
	padding: 0;
}
.elementor-default.ast-separate-container .ast-article-post, 
.elementor-default.ast-separate-container .ast-article-single, 
.elementor-default.ast-separate-container .ast-author-box, 
.elementor-default.ast-separate-container .ast-404-layout-1, 
.elementor-default.ast-separate-container .no-results {
	padding: 0em;
}
.elementor-default.ast-separate-container .ast-article-post {
	background-color: transparent;
	border: none;
}
.elementor-widget-image a {
	width: 100%;
}
.all_posts {
	display: flex;
	flex-wrap: wrap;
	gap: 4.58em;
}
.post_item {
	width: 22%;
}
.post_item img {
	width: 100%;
	height: 35em !important;
	object-fit: cover;
}
.post_item a {
	display: flex;
}
.post_item a.title {
	font-size: 18px;
	line-height: 1.4;
	margin-top: 20px;
	font-family: 'SaolText-Regular';
}
.project-nav {
	position: absolute;
	bottom: 2em;
	right: 2em;
	z-index: 9;
}
body.customSlider {
	overflow: hidden !important;
}
.slide-in {
	opacity: 0;
	transform: translateY(20px); 
	transition: opacity 0.3s ease-in-out, transform .8s ease-in-out;
}
.slide-in.in-view {
	opacity: 1;
	transform: translateY(0);
}
.parent-posts-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 3em;
	width: 90vw;
}
.post-item {
	width: 30%;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}
.post-item a {
	width: 100%;
	text-align: center;
	font-family: SaolDisplay-Medium;
	margin-bottom: 3em;
	font-size: 18px;
}
.post-item a:first-child {
	margin-bottom: 1.5em;
}
.portrait {
	position: relative;
	padding-top: 133.33%;
	overflow: hidden;
}
.landscape {
	padding-top: 56.164%;
	position: relative;
	overflow: hidden;
}
.portrait img, .landscape img {
	width: 100%;
	height: 100% !important;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
}
#crossBack {
	cursor: pointer;
}
#mainHeader.elementor-sticky--effects {
	background: #ffffffb8;
}
.carousel-category .carousel-cell {
	width: 40%;
}
.director .post_item img {
	height: 15em !important;
}
.project-thumbnails {
	position: absolute;
	background: #fff;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100vh;
	padding: 5em;
	box-sizing: border-box;
	transition: all 1s ease-out;
	cursor: pointer;
	z-index: 999;
	overflow: auto;
}
.project-thumbnails.show {
	top: 0;
	z-index: 999;
}
.icon.icon-close {
	z-index: 9;
	position: absolute;
	right: 2em;
	top: 2em;
}
.grid.grid-4.grid-thumbnails {
	display: flex;
	flex-wrap: wrap;
	gap: 4%;
}
.grid-item {
	width: 22%;
	align-items: center;
	display: flex;
	margin-bottom: 2em;
}
.link {
	color: #000 !important;
	background: transparent !important;
	display: flex;
	gap: 1em;
	align-items: center;
	padding: 0;
	font-family: MonumentGrotesk-Medium;
	font-size: 11px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.09;
	letter-spacing: 2.5px;
	text-transform: uppercase;
}
.carousel.carousel-project .carousel-cell .carousel-text {
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
}
.carousel.carousel-project .carousel-cell .carousel-video {
	width: 69.29688%;
	height: auto;
}
.video-wrapper {
	height: 100%;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.video-wrapper .video-poster {
	cursor: pointer;
	z-index: 9;
	position: relative;
}
.video-wrapper .video-poster .video-poster-play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 4;
}
.video-poster .image.image-fluid {
	position: relative;
	padding-top: 56.25%;
}
.video-poster .image.image-fluid img {
	object-fit: cover;
	width: 100% !important;
	height: auto !important;
	position: absolute;
	top: 0;
	left: 0;
}
.video-wrapper .video-poster .video-poster-play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 4;
}
.video-wrapper iframe {
	border: none;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	opacity: 0;
}
.video-wrapper.noPoster iframe {
	opacity: 1;
}
.video-wrapper.noPoster {
	padding-top: 56.25%;
}
.video-wrapper .video-poster .video-poster-play .icon {
	opacity: 1;
	transition: opacity .3s ease;
}
.icon.icon-play {
	width: 28px;
	height: auto;
}
.video-wrapper.hidePoster .video-poster {
	z-index: -1;
	opacity: 0;
}
.video-wrapper.hidePoster iframe {
	opacity: 1;
}
.project .project-title.hidden {
	opacity: 0;
}
.image .loaded {
	opacity: 1;
}
.project .project-title {
	position: absolute;
	bottom: 1.5em;
	left: 2em;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	height: auto;
	z-index: 1;
	opacity: 1;
	transition: opacity .3s ease;
}
.project .flickity-viewport {
	min-height: 100vh; 
}
.video-wrapper .icon {
	position: relative;
}
.text h5 {
	font-size: 15px;
	line-height: 1;
}
.text.text-bg {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	background-color: hsla(0,0%,100%,.3);
	padding: 7px;
	display: inline-block;
}
.item-category .text, .category-title .text {
	font-family: SaolDisplay-Medium;
	font-size: 18px;
}
.category {
	border-bottom: 1px solid #d8d8d8;
	padding-bottom: 3em;
}
.carousel.carousel-category {
	margin-left: 2em;
}
.category .category-head {
	margin: 3.5em 2em 2.5em 2em;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: auto;
}
li, ol, ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.category .category-head .category-details .spacer {
	margin: 0 10px;
}
.category .category-head .category-details .gray {
	font-family: MonumentGrotesk-Medium;
	color: #d8d8d8;
}
.category .category-head .category-details ul li {
	display: inline-flex;
}
.carousel-item.cursor-prev {
	cursor: url(/wp-content/uploads/2024/01/prev.svg), default;
}
.carousel-item.cursor-next {
	cursor: url(/wp-content/uploads/2024/01/next.svg), default;
}
.carousel.carousel-project .carousel-cell .carousel-text {
	line-height: 1.06;
}
.project-button-close.arrow {
	z-index: 9999;
}
.project-button-close.arrow img {
	min-height: 30px;
	padding: 8px;
}
.back-text {
	opacity: 0;
}
.icon-back-arrow:hover ~ .back-text, .back-text:hover {
	opacity: 1;
	transition: all 1s;
}
.project-title h5 {
	font-family: SaolText-Regular;
	font-weight: 400;
}
.photographer .post_item .thumbNail {
	position: relative;
	padding-top: 133.33%;
	overflow: hidden;
	width: 100%;
}
.conscious-voice .post_item .thumbNail {
	position: relative;
	padding-top: 66.2%;
	overflow: hidden;
}
figure.image-directorCat {
	padding-top: 56.164%;
	overflow: hidden;
	position: relative;
}
.image-directorCat img, .photographer .post_item .thumbNail img, .conscious-voice .post_item .thumbNail img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100% !important;
	object-fit: cover;
}
.conscious-voice > .post_item {
	width: 48%;
}
.conscious-voice > .post_item a.title {
	display: block;
	text-align: center;
	font-family: 'SaolDisplay-Medium';
	font-size: 18px;
}
.all_posts.photographer {
	display: grid;
	justify-content: space-between;
	grid-template-columns: repeat(4,1fr);
	grid-gap: 4em;
	grid-row-gap: 6em;
	row-gap: 6em;
	grid-auto-rows: auto;
	grid-auto-flow: dense;
	margin-bottom: 100px;
	min-height: auto;
}
.photographer > .post_item {
	width: 100%;
	grid-column: span 1;
	grid-row: span 1;
}
.photographer > .post_item.large {
	grid-column: span 2;
	grid-row: span 2;
}
.item .item-details {
	margin-top: 1.5em;
}
.portraitLoop .elementor-widget-theme-post-featured-image a img {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
}
.portraitLoop .elementor-widget-theme-post-featured-image a {
	position: relative;
	overflow: hidden;
	padding-top: 133.14%;
}
#mainHeader.menuOpen {
	background: #fff !important;
}

@media (max-width: 980px) {
	.carousel.carousel-project .carousel-cell .carousel-text {
		font-size: 2.3rem;
		padding: 0 20px;
	}
	.all_posts {
		row-gap: 2.5em;
		column-gap: 10px;
		justify-content: space-between;
	}
	.post_item {
		width: 47%;
	}
	.carousel-category .carousel-cell {
		width: 55%;
	}
	.parent-posts-list {
		row-gap: 2.5em;
		column-gap: 10px;
		justify-content: space-between;
		width: 100%;
	}
	.all_posts.photographer {
		grid-template-columns: repeat(3,1fr);
		gap: 2.5em;
	}
	.grid-item {
		width: 30%;
	}
	.project-thumbnails {
		padding: 5em 3em;
	}
	.post_item a.title {
		margin-top: 10px;
	}
	.item-category .text {
		font-size: 15px;
		line-height: 1.1;
	}
}
@media (max-width: 600px) {
	.carousel.carousel-project .carousel-cell .carousel-video {
		width: 100%;
	}
	.conscious-voice > .post_item {
		width: 100%;
	}
	.post_item, .post-item {
		width: 100%;
	}
	.post-item a {
		font-size: 15px;
	}
	.carousel-category .carousel-cell {
		width: 70%;
	}
	.all_posts.photographer {
		grid-template-columns: repeat(2,1fr);
	}
	.grid-item {
		width: 48%;
	}
	.project-container {
		height: calc(var(--vh, 1vh) * 100);
	}
	.project .project-title {
		width: 200px;
		left: 1em;
	}
	.project-nav {
		right: 1em;
	}
}