/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 17 2025 | 13:21:09 */
/* Conversion Formula CSS Defaults */
.background-wrap {
	overflow: hidden;
}
.overflow-visible {
	overflow: visible;
}


/* Palm Assisted Living */
.header-menu {
	height: 112px;
}
@media screen and (max-width: 767px) {
	.header-menu {
		height: 70px;
	}
}
.sp {
	display: none;
}

@media screen and (max-width: 767px) {
	.pc {
		display: none;
	}
	
	.sp {
		display: block;
	}
}

/* Button Filled */
.button-filled {
	overflow: hidden;
	border-radius: 50px;
}
.button-filled a::before {
	content: '';
	width: 100%;
	height: 100%;
	border-radius: 50px;
	background: #DB8700;
	background: linear-gradient(90deg,rgba(238, 168, 57, 1) 0%, rgba(219, 135, 0, 1) 100%);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	transform: translatex(-100%);
	transition: all 0.4s ease-in-out;
}
.button-filled .elementor-button-icon {
	margin-top: -8px;
}
.button-filled a span {
	position: relative;
	z-index: 1;
}
@media screen and (max-width: 767px) {
	.button-filled a span {
		text-align: left;
	}
}
.button-filled a:hover::before {
	transform: translatex(0);
}
.button-filled .elementor-button-icon svg {
	width: 20px;
	height: 20px;
	margin-bottom: -5px;
	transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
	.button-filled .elementor-button-icon svg {
		width: 22px;
		height: 22px;
	}
	.button-filled .elementor-button-content-wrapper {
		display: flex;
		align-items: center;
	}
}


/* Button White */
.button-filled.button-white a::before {
	background: #fff;
}

/* Header Button black */
.button-filled.button-black a::before {
	background: #000;
}

/* Emphasis text */
.emphasis {
	font-size: 24px;
	font-family: "Inter Tight", sans-serif;
	color: #eea839;
	font-style: italic;
	font-weight: 600;
}
@media screen and (max-width: 1024px) {
	.emphasis {
		font-size: 20px;
	}
}

.emphasis--light {
	color: #FFAC80;
}

.emphasis--white {
	color: #fff;
}

/* HOMEPAGE */

/* Handshake Quiz */
.handshake-quiz iframe {
	min-height: 350px !important;
}

/* Gallery section */
.gallery-items {
	max-height: 70vw;
}
@media screen and (max-width: 767px) {
	.gallery-items {
		max-height: 100%;
	}
}

.gallery-image a {
	width: 100%;
}

/* COMMUNITY PAGE */
.community-image-overlay::before {
	content: "";
	width: 100%;
	height: 100%;
	background: #202020;
	opacity: 0.6;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

/* BLOG PAGE */
.blog-post-info ul {
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
    list-style: none;
    gap: 0px 30px;
}

.blog-post-info ul svg {
	width: 14px;
}

.blog-categories span {
	background: #eea839;
	color: #000;
	padding: 3px 12px;
	margin-right: 10px;
	margin-bottom: 10px;
	border-radius: 30px;
	display: inline-block;
}
@media screen and (max-width: 767px) {
	.blog-categories span {
		padding: 3px 10px;
	}
}