
/* Global font fixer (only mac) */
* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* GeneratePress fixes */
.site-content
{
	display: block;
}

/* Elementor basics fixes */
.elementor-text-editor p:last-child
{
	margin-bottom: 0;
}
p.elementor-heading-title
{
	margin-bottom: 0;
}

a.elementor-button
{
	position: relative;
	z-index: 1;
}

.elementor-element > .elementor-background-overlay
{
	pointer-events: none;
}


/* Elementor lightbox fix */
.elementor-lightbox .elementor-lightbox-item
{
	padding: 0;
}


/* Elementor utils */
.no-margin
{
	margin: 0 !important;
}
.nox-flex-row.elementor-column .elementor-widget-wrap
{
	flex-direction: row;
	flex-wrap: nowrap;
}
.nox-flex-row.elementor-column .elementor-widget-wrap>.elementor-element
{
	display: flex;
	align-items: center;
	width: auto;
	margin-bottom: 0 !important;
}
.nox-flex-row.elementor-column .elementor-widget-wrap>.elementor-element .elementor-icon-wrapper
{
	display: flex;
	align-items: center;
}
.nox-pos-static.elementor-widget
{
	position: static;
}

/* Global styles */

.plus-link-styles li.elementor-icon-list-item:hover span.elementor-icon-list-icon {
	transform: rotate(180deg);
	transition: transform .2s ease-in-out;
}

.plus-link-styles li.elementor-icon-list-item span.elementor-icon-list-icon i {
	width: auto;
}

.plus-link-styles li.elementor-icon-list-item span.elementor-icon-list-icon i:before {
	display: block;
	height: 12px;
}

/* Header */

.header-styles.elementor-sticky--effects .logo-img img {
	width: 75px;
	transition: 0.3s;
}

/* Menu responsive */

.menu-responsive-lang a.elementor-item.has-submenu:before {
    content: '\f7a2';
    position: relative;
    font-family: "Font Awesome 5 Pro";
    font-size: 12px;
    font-weight: 900;
    color: var(--e-global-color-text);
    margin-right: 8px;
    opacity: 1 !important;
}

/* Responsive video player */
.nox-video-container
{
	position: relative;
	display: block;
	padding-bottom: 56.25%;
	top: 50%;
	transform: translateY(-50%);
}
.nox-video-container iframe
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Projects styles */
.archi-project
{
	position: relative;
	max-width: 1140px;
	margin: 0 auto;
	padding: 15px 0;
}
.ap-preview
{
	display: flex;
	flex-direction: row;
	gap: 30px;
	cursor: pointer;
}
.ap-preview .ap-text-intro
{
	width: 25%;
	display: flex;
	flex-direction: column;
	align-items: end;
}
.ap-preview .ap-text-intro .project-icon-container {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--e-global-color-primary);
}

.ap-preview .ap-text-intro .project-icon-container img.project-icon {
	width: 32px;
	height: 32px;
}

.ap-preview .ap-text-intro h2.project-title {
	width: 100%;
	color: var(--e-global-color-text);
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-size: var(--e-global-typography-accent-font-size);
	font-weight: var(--e-global-typography-accent-font-weight);
	text-align: right;
	line-height: var(--e-global-typography-accent-line-height);
	border-top: 1px solid var(--e-global-color-primary);
	padding-top: 8px;
	margin-top: 10px;
}

.ap-preview .ap-text-intro h2.project-title-full {
	color: var(--e-global-color-text);
	font-family: "Primera", Sans-serif;
	font-size: 14px;
	font-weight: 500;
	text-align: right;
	line-height: 1.4em;
}

.ap-preview .ap-text-intro p.project-location {
	color: var(--e-global-color-text);
	font-family: "Primera", Sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.4em;
}

.ap-preview .ap-main-image
{
	width: 50%;
	display: flex;
	flex-direction: row;
	align-items: start;
}

body > .project-underlay
{
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	background-color: #ffffff;
	opacity: 1;
	z-index: 100;
	transition: all 0.5s;
}
body > .project-underlay.ap-hidden
{
	opacity: 0;
	pointer-events: none;
}
body > .project-close
{
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
	z-index: 800;
	font-size: 36px;
	color: #b68e54;
	cursor: pointer;
	transition: all 0.5s;
}
body > .project-close.ap-hidden
{
	opacity: 0;
	pointer-events: none;
}

.ap-slider
{
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: var( --nox-full-width );
	/*height: calc( 100vh - 200px );*/
	height: 100vh;
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
	z-index: 200;
	transition: all 0.5s;
}
.ap-slider.ap-hidden
{
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
}
.ap-slider .archi-slider-container.slider-container
{
	height: 100%;
}

/* Slider styles */

.slider-container .project-slide
{
	position: relative;
	width: fit-content;
	height: auto;
	opacity: 0.5;
	transition: all 0.3s;
}
.slider-container .project-slide.swiper-slide-active,
.slider-container .project-slide.project-text-intro.swiper-slide-prev
{
	opacity: 1;
}

.slider-container .project-slide img.nox-ratio-down
{
	max-width: 100%;
	height: auto;
	max-height: 100%;
	width: auto;
}
.slider-container .project-slide img.nox-ratio-up
{
	/*
	max-width: unset;
	height: unset;
	*/
	max-height: 100%;
	width: auto;
	max-width: 100%;
	height: auto;
}
.slider-container .project-slide img.hd
{
	display: none;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

.slider-container .project-slide .project-video
{
	height: 100%;
	width: auto;
	max-width: var( --nox-full-width );
	aspect-ratio: 16 / 9;
}

.slider-container .project-slide.project-text-intro {
	width: 25%;
	display: flex;
	flex-direction: column;
	align-items: end;
}

.slider-container .project-slide.project-text-intro .project-icon-container {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--e-global-color-primary);
}

.slider-container .project-slide.project-text-intro .project-icon-container img.project-icon {
	width: 24px;
	height: 24px;
	padding: 2px;
}

.slider-container .project-slide.project-text-intro h2.project-title {
	width: 100%;
	color: var(--e-global-color-text);
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-size: var(--e-global-typography-accent-font-size);
	font-weight: var(--e-global-typography-accent-font-weight);
	text-align: right;
	line-height: var(--e-global-typography-accent-line-height);
	border-top: 1px solid var(--e-global-color-primary);
	padding-top: 8px;
	margin-top: 10px;
}

.slider-container .project-slide.project-text-intro p.project-location {
	color: var(--e-global-color-text);
	font-family: "Primera", Sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.4em;
}

.slider-container .project-slide .project-slide-text
{
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center;
}
.slider-container .project-slide .project-slide-text .in
{
	max-width: var( --nox-full-width );
	text-overflow: ellipsis;
	margin: 40px 80px;
}
.slider-container .project-slide .project-slide-text.short .in
{
	width: 500px;
}
.slider-container .project-slide .project-slide-text.long .in
{
	width: 900px;
}

.archi-slider-container.slider-container {
	margin-bottom: 100px;
}

.archi-slider-container .swiper-button-next:after,
.archi-slider-container .swiper-button-prev:after {
	color: var( --e-global-color-primary );
	font-size: 28px;
}

.archi-slider-container.slider-container .project-slide:not(.project-text-intro) {
	display: flex;
	align-items: center;
	padding: 0 15px;
}

.archi-slider-container.slider-container .project-slide .project-slide-text a {
	display: flex;
}

.archi-slider-container.slider-container .project-slide .project-slide-text a[href*=".pdf"]:before {
	content: "\f1c1";
	display: block;
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	font-size: 16px;
	line-height: 23px;
	color: var(--e-global-color-primary);
	margin-right: 8px;
}

@media ( max-width: 767px )
{
	.archi-project
	{
		padding: 10px 0;
	}
	.ap-preview
	{
		gap: 10px;
	}
	.ap-preview .ap-text-intro
	{
		width: 40%;
		zoom: 0.75;
	}
	.ap-preview .ap-main-image
	{
		width: 60%;
	}
	.ap-preview .ap-text-intro h2.project-title-full {
		font-size: 10px;
	}
}

/* Icon styles */

.category-icon-styles {
	display: flex;
	align-items: center;
	justify-content: center;
	position: initial;
	width: 40px !important;
	height: 40px;
	background-color: var(--e-global-color-primary);
	padding: 2px;
}

.category-icon-styles .elementor-widget-container {
	height: fit-content !important;
}

.category-icon-styles .elementor-widget-container .elementor-icon-wrapper {
	height: fit-content;
	line-height: 0px;
}

.archive-articles-styles .elementor-posts-container article.elementor-post .elementor-post__text .elementor-post__title:before {
	content: "\f0a1";
	display: flex;
	align-items: center;
	justify-content: center;
	position: initial;
	width: 40px;
	height: 40px;
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	font-size: 20px;
	color: var(--e-global-color-18180d9);
	background-color: var(--e-global-color-primary);
	padding: 2px;
}

.archive-articles-styles .elementor-posts-container article.elementor-post .elementor-post__text .elementor-post__title a {
	display: block;
	border-top: 1px solid var(--e-global-color-primary);
	margin-top: 10px;
	padding-top: 10px;
}

@media ( max-width: 767px ) {
	.archive-articles-styles .elementor-posts-container article.elementor-post {
		flex-direction: column;
		gap: 20px;
	}
}