/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 01 2023 | 06:47:05 */
.heritage-framework .post-cards__item-image-txt {
    max-width: revert;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    flex-direction: column;
    display: flex;
    justify-content: center;
}
.header__menu-item {
	font-weight: 700;
	font-size: 12px;
	line-height: 19px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}
.header__menu-item--lvl0::after {
	background-color: var(--alt-brand-color);
}
.homepage-slider .image-slider__item-title, .new-homepage-slider .image-slider__item-title {
	font-family: var(--headings-font-family);
	font-style: normal;
	font-weight: 100;
	font-size: 120px;
	line-height: 140px;
	letter-spacing: 4px;
	font-feature-settings: 'pnum' on, 'onum' on, 'zero' on;
	display: flex;
    flex-direction: column;
    height: 40vh;
    justify-content: flex-end;
	text-align: center;
}
.image-slider__item-text {
    font-size: 18px;
    line-height: 30px;
    max-width: 40vw;
    margin-bottom: 20px;
    margin: 20px auto;
    text-align: center;
    height: 40vh;
    color: rgba(255,255,255,0.5);
}
.homepage-slider .image-slider__item-btn {
    margin-top: 10px;
    margin: auto;
    margin-bottom: 0vh;
}
.homepage-slider .image-slider__item::before {
	background-image: linear-gradient(180deg, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.5) 100%);
}

.homepage-slider .image-slider__nav {
    justify-content: center;
}

.homepage-slider .image-slider__nav-number:not(:last-child)::after {
	display: none;
}

.homepage-slider .image-slider__nav-number:not(:last-child) {
	margin-right: 40px
}

/* ACKNOWLEDGEMENT */
#popmake-4405 {
	left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%);
	width: 1295px;
	margin-left: 0px;
	padding: 0px;
}

.acknowledgement {
	max-width: 1280px;
	height: 640px;
	display: flex;
	flex-direction: row;
}

.acknowledgement-image {
	min-width: 640px;
	height: 640px;
	background-image: url(http://curioprojects.com.au/wp-content/uploads/2022/12/Acknowledgement.png);
}

#popmake-4405 .pum-content .acknowledgement-image {
    min-width: 640px;
    height: 640px;
    background-image: url(http://curioprojects.com.au/wp-content/uploads/2022/12/Acknowledgement.png) !important;
}

.acknowledgement-content {
	padding: 80px;
	width: 640px;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.acknowledgement-content__title {
	font-family: var(--headings-font-family);
	font-weight: 600;
	font-size: 36px;
	line-height: 120%;
	color: var(--primary-brand-color)
}

.acknowledgement-content__text {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
}

@media (max-width: 1023px) {
	
	.homepage-slider .image-slider__item-title, 
	.new-homepage-slider .image-slider__item-title {
		font-size: 40px;
    	line-height: 50px;
		letter-spacing: 1px;
	}
	
	.image-slider__item-text {
		max-width: 90%;
	}
	
	#popmake-4405 {
		border: 0;
		width: calc(100% - 10px) !important;
	}
	
	#popmake-4405 .popmake-close {
		top: 22px;
    	right: 20px;
		width: 40px;
		height: 40px;
		position: absolute;
	}
	
	#popmake-4405 .popmake-close:before {
		content: '';
		background: url("http://curioprojects.com.au/wp-content/uploads/2023/03/Cross.png") no-repeat 0 0;
    	background-size: 100%;
		width: 40px;
		height: 40px;
		position: absolute;
		top: 0;
		left: 0;
	}
	
	.acknowledgement {
		height: 400px;
	}
	
	.acknowledgement-image {
		display: none;
	}
	
	.acknowledgement-content {
		padding: 20px;
		overflow-y: scroll;
		text-align: center;
		justify-content: center;
	}
	
	.acknowledgement-content__title {
		font-size: 27px;
	}
	
	.acknowledgement-content p.p2 {
		display: none;
	}
}

/* CENTER HEADING IN HERO */
.homepage-slider .image-slider__item-container {
    top: var(--header-height);
}

/* MAKE POPUP CLOSE BUTTON STYLES MORE LIKE CURIO */
.pum-theme-4396 .pum-content + .pum-close, .pum-theme-lightbox .pum-content + .pum-close {
    /* height: 26px;
    width: 26px; */
	height: 52px;
    width: 52px;
    right: 26px;
    top: 20px;
    color: #ffffff;
    font-family: Arial;
    font-weight: 100;
    font-size: 6px;
    line-height: 6px;
    border: 0px;
    border-radius: 0px;
    box-shadow: unset;
    text-shadow: unset;
    background-color: rgba(255,255,255);
}

.pum-theme-4396 .pum-content + .pum-close, .pum-theme-lightbox .pum-content + .pum-close::before {
	content: url('http://curioprojects.com.au/wp-content/uploads/2023/03/Cross.png');
}

/*.evlt-tabs:not(.evlt-tabs--preview) .evlt-tabs__item {
	opacity: 0.93;
    transition: opacity 600ms ease;
}*/

.evlt-tabs:not(.evlt-tabs--preview) .evlt-tabs__item {
	transition: opacity 1500ms ease;
}

.research_slider .image-slider__item-container {
	align-items: center;
}

.research_slider .image-slider__item-btn {
	border-color: white;
    border-width: 2px;
    border-style: solid;
    background-color: rgba(0,0,0,0);
}

@media (max-width: 767px) {
	.heritage-placemaking--section,
	.our-latest-research--section {
		display: none;
	}
	
	.dark-section .wp-block-group__inner-container > section.layout-row {
		padding-top: 0px !important;
	}
	
	.home .hero-banner:last-child .hero-banner__container {
		background: rgba(0,0,0,0.2);
		width: 100%;
		margin: 0;
		padding: 0 20px;
	}
	
}

@media (max-width:480px) {
	.homepage-slider .image-slider__item-title {
		height: 20vh;
	}
	.image-slider__item-text {
		font-size: 14px;
		line-height: 22px;
	}
}