/*
Ruler Digital Agency 
https://www.ruler.agency
Copyright 2023, RULER SMPC. All rights reserved.
Version: 1.0
*/

/* Home Hero - Title */
#home-hero {
	background-color: #fff;
}
#home-hero .hero-carousel-title.extra-big-heading h1 {
	font-size: 2.5rem;
	line-height: 3rem;
}
.hero-carousel-file video {
	opacity: .85;
}
.carousel-images-with-moto-swiper h1 {
	color: #d1c4b6;
}
#menu-item-435 {
	display: none;
}
.carousel-images-with-moto::before {
	content: " ";
	width: 100%;
	height: 160px;
	position: absolute;
	left: 0;
	bottom: 0;
	background-image: linear-gradient(to top, #fff, transparent);
	z-index: 2;
}

/* Hero Video File */
.hero-carousel-file video {
	-webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
	transform: rotate(180deg);
}

/*
.carousel-images-slide-wrapper::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%; 
	height: 20%;
	background: linear-gradient(to top ,rgba(255, 255, 255, 1), transparent);
}
#main-content.about-page-content {
	padding-top:300px;
}
*/

/* Extras */
#lifestyle-image h3,
#investment-image h3 {
	color: #fff;
	text-shadow: 1px 2px 10px rgba(0, 0, 0, .5);
}
#home-athenian-reviera .ath-img-wrapper {
	min-height: 90vh;
}
.ath-img-wrapper {
	background-color: #000;
}
#lifestyle-image img,
#investment-image img,
.page-content .ath-img-wrapper figure img {
	opacity: .7;
}

.page-content .ath-img-wrapper {
	background-color: transparent;
}
.page-content .ath-img-wrapper figure {
	background-color: #000;
}
.page-content .ath-img-wrapper figure,
.page-content .ath-img-wrapper figure img {
	width: 100%;
}

#design-house-text,
#text-inside-photo {
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

figure.wp-block-image.size-full img {
	width: 100%;
}

/* Designer Portfolio */
#design_house_description_section .row.even .col-12.col-xl-7 {
	order: -1;
}
.designer-portfolio-projects .swiper-slide,
.designer-portfolio-projects .swiper-slide img {
	height: 945px;
}
.designer-portfolio-carousel-nav {
	bottom: 25px;
}
#design_house_description_section .row.odd .designer-portfolio-carousel-nav {
	right: 25px;
}
#design_house_description_section .row.even .designer-portfolio-carousel-nav {
	left: 25px;
}

/* About Page */
.single_member_details {
	max-width: 55%;
	width: 100%;
}

/* Project Item */
.photo-before-units-img {
	 background-color: #000;
}
.photo-before-units-img img{
	opacity: .75;
}

/* New Section - Home */
#photo-after-hero::before {
	content: " ";
	width: 100%;
	height: 300px;
	position: absolute;
	left: 0;
	top: 0;
	background-image: linear-gradient(to bottom, #fff 55%, transparent);
	z-index: 2;
}

/* Header Contact */
a.button {
	border-radius: 0;
}
a.button svg.button-icon {
	margin-left: 15px;
	margin-top: -10px;
}

/* Unit Status */
.unit-details .project-status {
	margin-top: 5px;
}

/* Project Video */
.area_description_project .wp-video {
	margin: auto;
}

/* Disclaimer */
span.dis-icon {
	width: 25px;
	height: auto;
}
.small, small {
	font-size: .65rem;
	line-height: 125%;
}

/* Responsive */
@media (min-width: 1920.98px) {

}
@media (max-width: 1599.98px) {
	/* Design House */
	.designer-portfolio-projects .swiper-slide,
	.designer-portfolio-projects .swiper-slide img {
		height: 85vh;
	}
}
@media (max-width: 1399.98px) {
	/* About Page */
	.single_member-img {
		max-width: 40%;
	}
	.single_member_details {
		max-width: 60%;
	}
	
	/* Projects Page */
	.acf-map {
		height: 65vh;
	}
}
@media (max-width: 1199.98px) {
	/* Contact Header */
	a.button {
		font-size: 16px;
		padding: 10px 25px;
	}
	
	/* Home Athenian Riviera 
	#lifestyle-image {
		padding-right: 2.5rem;
	}
	*/
	#investment-image {
		padding-left: 2.5rem;
		margin-top: 2.5rem;
	}
	#home-athenian-reviera .ath-img-wrapper {
		min-height: 80vh;
	}
	
	/* Athenian Riviera */
	.ath-riviera-row {
		display: flex;
		flex-wrap: wrap !important;
	}
	.ath-riviera-row .wp-block-column {
		width: 100%;
		flex: 0 0 100% !important;
	}
	.ath-riviera-row:last-child .wp-block-column:last-child {
		order: -1;
	}
	
	/* About Page */
	.single_member-img,
	.single_member_details {
		max-width: 100%;
	}
	.single_member_details {
		margin-top: 2rem;
	}
	
	/* Design House Page */
	#design_house_description_section .row.even .col-12.col-xl-7 {
		order: 2;
	}
	#design_house_description_section .designer-content-details {
		padding: 0;
	}
	.designer-content-details .designer-img {
		max-width: 80%;
	}
	
	/* Footer Menu */
	#footer-navigation li::before {
		left: 0;
	}
}
@media (max-width: 991.98px) {
	/* Home Athenian Riviera */
	#home-athenian-reviera .ath-img-wrapper {
		min-height: 70vh;
	}
	
	/* Design House */
	.designer-portfolio-projects .swiper-slide,
	.designer-portfolio-projects .swiper-slide img {
		height: 75vh;
	}
	
	/* Disclaimer Icon */
	.small, small {
		font-size: .4rem;
	}
}
@media (max-width: 767.98px) {
	/* Home Athenian Riviera */
	#home-athenian-reviera h3.sub-heading {
		font-size: 1.5rem;
		line-height: 1.75rem;
	}
	#home-athenian-reviera .ath-img-wrapper {
		min-height: 85vh;
	}
	
	/* About Page */
	.single_member_details {
		margin-top: 1rem;
	}
	
	/* Design House */
	.designer-portfolio-projects .swiper-slide,
	.designer-portfolio-projects .swiper-slide img {
		height: 65vh;
	}
	.designer-content-details .designer-img {
		max-width: 90%;
	}
	
	/* Athenian Reviera */
	#lifestyle-image h3,
	#investment-image h3 {
		max-width: unset;
		padding: 0 25px;
	}
}
@media (max-width: 575.98px) {
	/* About Page */
	.single_member-img {
		max-width: 100%;
	}
	
	/* Design House Page */
	.designer-content-details .designer-img {
		max-width: 100%;
	}
}


#header {
	background: #fff;
}

#header .custom-logo {
	max-height: 90px;
}
#header-wrapper {
}

#lifestyle-image h3, #investment-image h3 {
	max-width: 800px;
}

.mfp-title {
	display: none;
}
img.mfp-img {
	padding: 0;
}
.mfp-content {
	z-index: 999999999999999999999999999;
}
.mfp-wrap {
	z-index: 999999999999999999999999999;
}
.mfp-bg {
	z-index: 9999999999;
}
.mfp-bottom-bar, img.mfp-img, .mfp-figure::after {
	max-width: 95%;
}
.mfp-bottom-bar, .mfp-figure::after {
	left: 2.5%;
}

.scrolled-logo img {
	height: 47px;
}

.scrolled-logo,
.scrolled .site-logo  {
	opacity: 0;
	display: none;
	transition:.3s all linear;
}
.site-logo,
.scrolled .scrolled-logo{
	opacity: 1;
	display: block;
	transition:.3s all linear;

}
#header-wrapper, #header {
	transition: .3s all linear;
}
.scrolled #header-wrapper{
	padding-top:8px !important;
	padding-bottom: 8px!important;
}
.position-fixed.fixed-contact-us.z-index-1 {
	display: none;
}

/* Design House */
#design-house-text h2 {
	text-shadow: 1px 2px 10px rgba(0, 0, 0, .75);
}
.radial-gradient {
	display: none;
}