/*
Theme Name: Carlisle 2025
Author: WSI Web Success
Author URI: https://www.wsiwebsuccess.com/
Description: Theme for The Carlisle Palm Beach
Version: 2.0.2
Tags: blog, custom-colors, custom-header, custom-logo, custom-menu, featured-images
Text Domain: carlisle-2025
*/

/* CSS Document */

html {
	box-sizing: border-box;
}
*,
*:before,
*:after
{
	box-sizing: inherit;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1;
	color: #2e2e2e; /*very dark*/
	background: white;
	font-family: "Gantari", sans-serif;
	font-size:18px !important;
	line-height:1.3em;
	font-weight:400;
}
ol,
ul {
	margin:0 0 1em 0;
	padding: 0 0 0 35px;
	font-size: 1em;
}
ol ol,
ul ul {
	font-size:1em;
	margin:0;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption,
th,
td {
	text-align: left;
	font-weight: normal;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}
blockquote,
q {
	quotes: "" "";
	padding:20px;
	margin:10px 5%;
	background-color:#e8e8e8; /*light gray*/
	font-style:italic;
}
blockquote span {
	display:block;
	text-align:right;
	margin-top:10px;
}
em {
	font-style: italic;
}
hr {
	height: 1px;
	margin: 1em 0;
	width: 100%;
}
a {
	text-decoration:none;
	font-weight:600;
}
a:hover, a:focus {
	text-decoration:underline;
}
strong {
	font-weight:600;
}
h1, h2, h3 {
	font-family:"Playfair Display", serif;
	line-height:1em;
	padding:0;
}
h1 {
	margin: 0 0 .7em 0;
	font-size: 2.2em;   
}
h2 {
	margin: 0 0 .7em 0;
	font-size:2.2em;
}
h3 {
	margin: 0 0 .7em 0;
	font-size: 1.6em;
}
h4 {
	margin: 0 0 1.7em 0;
	font-size: 1.6em;
	line-height:1.5em;
	font-weight:300;
}
h5 {
	margin:0 0 .3em 0;
	font-size:.9em;
}
p {
	margin: 0 0 1em 0;
	padding: 0;
	font-size: 1em;
}
img {
	max-width:100%;
	display:block;
	height:auto;
}
p img {
	display:inline-block;
}
figcaption {
	text-align:right;
	font-family: "Playfair Display", serif;
	font-style: italic;
	font-size: 0.9em;
}
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
}
.container {
	width:90%;
	max-width:1400px;
	margin:0 auto;
}

.screen-reader-text {
	opacity:0;
	height:0;
	width:0;
	position:absolute;
}
.skip-main {
	position: absolute;
	top: 0;
	left: calc(50% - 75px);
	width: 200px;
	height: 30px;
	text-align: center;
	background-color: white;
	padding: 3px 5px;
	opacity: 0;
	z-index:-1;
}
.skip-main:focus {
	opacity:1;
	z-index:105;
}
#main-content:focus {
	outline: none;
}

/* COOKIE NOTIFICATION */
body .cookie-notification {
	display:none;
}
.cookie-notification {
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	background-color: #2e2e2e; /*very dark*/
	z-index:-1;
}
body.show-cookie-notification .cookie-notification {
	display:block;
	z-index:100;
}
body.show-cookie-notification .cookie-notification p {
	margin:0;
	padding:13px 10px 0 0;
	color:white;
	width:calc(100% - 100px);
}
.cookie-notification a {
	color:white;
}
.cookie-notification .close {
	cursor:pointer;
	float: right;
	color: #323232; /*super dark*/
	width: 100px;
	background-color: #dddddd; /*light gray*/
	padding: 5px;
	text-align: center;
	margin: 8px;
} 

/* MINI TOP */
.mini-top {
	text-align:right;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 21;
	background-color: white;
	padding-top:2px;
}
.mini-top .phone {
	display:inline-block;
	padding:2px 0 0 4px;
}
.mini-top .phone img {
	width:23px;
}
.mini-top .search-wrap {
	margin:2px 0;
}
.mini-top .search-box {
	top:36px;
}

/* SOCIAL */
.social {
	list-style-type:none;
	display:inline-block;
	padding: 0;
	margin: 0;
	vertical-align: top;
}
.social li {
	display:inline-block;
	margin:0 -3px;
}
.social li a {
	border-radius: 3px;
	padding: 4px;
	display: block;
}
.social img {
	height: 20px;
}
.social .fb img {
	height:19px;
}
.social a:hover img, .social a:focus img {
	opacity:.6;
}

/* SEARCH */
.search-wrap {
	display:inline-block;
	vertical-align:top;
	margin:1px 0;
}
.search-icon img {
	width:24px;
}
.search-icon:hover img, .search-icon:focus img {
	opacity:.6;
}
.search-box {
	display:none;
	position:absolute;
	top:65px;
	left:0;
	width:100%;
	padding:10px 10px 7px 10px;
	box-shadow:3px 3px 15px rgba(0,0,0,0.6);
	z-index:6;
}
.search-box .searchform {
	max-width:700px;
	margin: 0 0 0 auto;
}
.search-wrap.open .search-box {
	display:block;
}
.searchbutton {
	height: 34px;
	width: 34px;
	border-radius:10px;
	background-image: url(../carlisle-2025/img/search_color.png);
	background-size: 27px;
	background-repeat: no-repeat;
	border: none;
	background-color:transparent;
	margin-bottom:-10px;
}
.search-box input[type=text] {
	padding: 3px 5px;
	width: calc(100% - 45px);
	border: 1px solid lightgray;
	vertical-align: top;
	border-radius: 5px;
	font-size:16px;
}
.searchbutton:hover,
.searchbutton:focus {
	opacity:0.5;
}

/* FIX FIREFOX */
@-moz-document url-prefix() {
	.search input[type="text"] {
		top: 6px;
	}
}

/* FIX IE */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.search input[type="text"] {
		top: 6px;
	}
}

/* HEADER */
.logo img {
	width: auto;
	height: 150px;
	margin: 0 auto;
}
.logo h2 {
	font-size:1.8em;
	text-align:center;
	margin:20px 0;
}
.top-bar {
	position:absolute;
	width:100%;
	top:0;
	left:0;
}
.top-right {
	position:absolute;
	top:0;
	right:0;
	max-width:340px;
	text-align:right;
}
.top-right p {
	display:inline-block;
	margin-bottom:8px;
}
.top-right .callout-btn {
	margin-top:3px;
	display:inline-block;
	background-color: #f2c7b5 !important;
	border: 1px solid #2d4245 !important;
}
.top-right .phone, .top-right .phone:hover, .top-right .phone:focus, 
.top-right p a, .top-right p a:hover, .top-right p a:focus {
	text-decoration:none;
	color:white;
	padding:5px;
	font-weight:300;
	position:relative;
	top:2px;
}
.trailing-buttons {
	text-align:right;
	padding:15px 0;
	position:absolute;
	bottom:-65px;
	left:15px;
}
.trailing-buttons .callout-btn {
	display:inline-block;
	font-weight:500 !important;
	background-color:#f2c7b5 !important; /*pink*/
	border:1px solid #323232;
}

/* BANNER */
.banner>span {
	position:relative;
}
.banner>span:before {
	content:" ";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:250px;
	background:linear-gradient(180deg,rgb(0,0,0) 0%,rgba(0,0,0,0) 100%)
}
.home .banner span:before {
	display:none;
}
.banner.wp-block-cover {
	z-index:20;
}
.banner .wp-block-cover__inner-container {
	min-height:90vh;
	padding-top:240px;
}
.page-template-page-short-banner .banner .wp-block-cover__inner-container,
.post-template-default .banner .wp-block-cover__inner-container,
.page-id-33 .banner .wp-block-cover__inner-container /*contact page*/,
.error404 .banner .wp-block-cover__inner-container,
.search-results .banner .wp-block-cover__inner-container{
	min-height:23vw;
}
.home .banner .wp-block-cover__inner-container {
	align-content: end;
}

/* TOP NAV */
.top-nav ul {
	position:relative;
	list-style-type:none;
}
.top-nav ul li {
	display:inline-block;
}
.top-nav ul li a {
	display:block;
	position:relative;
	font-family:"Playfair Display", serif;
	color:white;
	padding:10px 0;
	font-weight:300;
	font-size:1.1em;
	margin-right:20px;
}
.top-nav ul li a:before {
	content:" ";
	display: inline-block;
	height:30px;
	width:30px;
	background-image:url(https://www.carlislepalmbeach.com/wp-content/uploads/Palm-Tree-Icon_Optimized-d76a0e.svg);
	background-size: contain;
	margin-right:6px;
	margin-bottom:-8px;
	filter:brightness(0) saturate(100%) invert(56%) sepia(18%) saturate(374%) hue-rotate(53deg) brightness(90%) contrast(89%);
}
.top-nav ul li a:after {
	content:" ";
	position:absolute;
	left:0;
	height:30px;
	width:30px;
	border-radius: 50%;
	background-color: white;
	z-index:-1;
}
.top-nav>ul>li.current-menu-parent, .top-nav>ul>li.current-menu-item, .top-nav .page-only, .top-nav>ul>li.current-page-ancestor  {
	display:none;
}
.top-nav ul ul {
	display:none;
}
.current-level ul {
	list-style-type:none;
	padding:0;
}
.current-level>ul>li, .page-template-page-short-banner .current-level>ul>li>ul {
	display:none;
}
.current-level ul li.current-menu-parent, .current-level>ul>li.current-menu-item, 
.current-level>ul>li.page-only.current-menu-item, .current-level>ul>li.current-page-ancestor {
	display:block;
}
.current-level ul li a:hover {
	text-decoration:none;
}
.current-level>ul>li>a {
	display:block;
	position:relative;
	font-family:"Playfair Display", serif;
	color:white;
	padding:10px 0;
	font-size:3em;
	font-weight:200;
}
.current-level>ul>li>a:before {
	content:" ";
	display: inline-block;
	height:60px;
	width:60px;
	background-image:url(https://www.carlislepalmbeach.com/wp-content/uploads/IL-Icon_Optimized-4f439d.svg);
	background-size: contain;
	margin-right:10px;
	margin-bottom:-12px;
}
.current-level ul ul {
	padding-left:69px;
	margin-top:20px;
}
.current-level ul ul li a {
	font-family: "Gantari", sans-serif;
	text-transform:uppercase;
	color:white;
	font-weight:300;
	letter-spacing:1px;
	padding:10px 0;
	margin:10px 0;
	display:inline-block;
	position:relative;
	font-size:20px;
}
.current-level ul ul li.current-menu-item a,
.current-level ul ul li a:hover {
	font-weight:500;
	text-decoration:none;
}
.current-level ul ul li.current-menu-item a:after,
.current-level ul ul li a:hover:after{
	content:" ";
	position:absolute;
	bottom:0;
	left:0;
	height:1px;
	width:100%;
	font-weight:500;
	background-color:white;
}

/* SPECIAL NAV CONTROLS */
.current-level>ul>li.menu-item-800>a:before { /* UPCOMING ENHANCEMENTS */
	background-image:url(https://www.carlislepalmbeach.com/wp-content/uploads/Upcoming-Enhancements-Icon_Optimized-a927b2.svg);
}
.current-level>ul>li.menu-item-43>a:before { /* CONTINUUM OF CARE */
	background-image:url(https://www.carlislepalmbeach.com/wp-content/uploads/Continuum-Of-Care-Icon_Optimized-845dc3.svg);
}
.current-level>ul>li.menu-item-770>a:before { /* ABOUT US*/
	background-image:url(https://www.carlislepalmbeach.com/wp-content/uploads/About-Us-Icon_Optimized-bb4b86.svg);
}
.current-level>ul>li.menu-item-915>a:before { /* CONTACT */
	background-image:url(https://www.carlislepalmbeach.com/wp-content/uploads/Contact-Icon_Optimized-02d126.svg);
}
.current-level>ul>li.menu-item-418>a:before { /* PREMIUM LOCALE */
	background-image:url(https://www.carlislepalmbeach.com/wp-content/uploads/Palm-Tree-Icon_Optimized-d76a0e.svg);
}
.current-level>ul>li.menu-item-418>a:after {
	content:" ";
	position:absolute;
	left:0;
	height:60px;
	width:60px;
	border-radius:50%;
	background-color:white;
	z-index:-1;
}

/* SITEMAP */
.wp-block-navigation .wp-block-navigation__submenu-icon {
	display:none;
}
.wp-block-navigation .wp-block-navigation-item {
	display:block;
}
.wp-block-navigation .has-child .wp-block-navigation__submenu-container {
	display: block;
	height: auto;
	position: unset;
	visibility: visible;
	width: auto;
	opacity: 1;
	margin-left:10px;
	padding-left:10px;
	border: unset;
	border-left: 1px solid #323232;
}

/* MOBILE TOP */
.mobile-top {
	z-index:5;
	text-align:center;
	background-color:rgba(255,255,255,0.8);
	position:fixed;
	top:32px;
	left:0;
	width:100%;
	padding-top:7px;
}
.mobile-top.open .trailing-buttons {
	display:none;
}
.mobile-top .mobile-logo {
	z-index:5;
	position:relative;
	display:inline-block;
	max-width:230px;
	width:calc(100% - 55px);
}
.mobile-top h2 {
	font-size:1.5em;
	line-height:1.4em;
	max-width:220px;
	margin:20px auto;
}

/* MOBILE NAV */
.mobile-nav {
	width: 45px;
	position:absolute;
	top:5px;
	right:20px;
	padding: 13px 0;
	z-index:3;
}
.mobile-nav img {
	height: 35px;
	margin: 0 auto;
	display: block;
}
.mobile-nav .hamburger {
	width:40px;
	height:30px;
	border-top:2px solid #2d4245; /*dark green*/
	border-bottom:2px solid #2d4245; /*dark green*/
	margin:0 auto;
	position:relative;
}
.mobile-nav .hamburger:before {
	content:" ";
	position:absolute;
	top:calc(50% - 1px);
	left:0;
	width:100%;
	height:2px;
	background-color:#2d4245; /*dark green*/
}
.mobile-nav .cross {
	width:45px;
	height:30px;
	position:relative;
}
.mobile-nav .cross:before, .mobile-nav .cross:after {
	content:" ";
	position:absolute;
	top:calc(50% - 1px);
	left:0;
	width:100%;
	height:2px;
	background-color:#2d4245; /*dark green*/
}
.mobile-nav .cross:before {
	transform:rotate(45deg);
}
.mobile-nav .cross:after {
	transform:rotate(-45deg);
}
.mobile-nav .hamburger:hover,
.mobile-nav .cross:hover {
	cursor:pointer;
}
.mobile-nav ul {
	list-style:none;
	background-color: white;
	margin:0;
	padding:0;
	z-index: 3;
	font-size:18px;
	text-align:left;
}
.mobile-nav>ul {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	padding:200px 40px 20px 40px;
	display:none;
	z-index:-1;
	max-height:90vh;
	overflow-y:scroll;
}
.mobile-nav ul li {
	position: relative;
}
.mobile-nav ul a {
	padding:15px 0;
	display:block;
	color: #2d4245; /*dark green*/
	font-weight:300;
	text-decoration:none;
}
.mobile-nav ul a:hover, .mobile-nav li.expanded>a {
	font-weight:500;
}
.mobile-nav>ul>li {
	border-bottom:2px solid #f2c7b5; /*pink*/
}
.mobile-nav ul li ul {
	display:block;
}
.mobile-nav .sub-menu {
	overflow: hidden;
	height: 0px;
	transition: 0.3s height ease-in-out;
}
.mobile-nav .sub-menu.expanded {
	height: auto;
}

/* Style for the toggle span */
.mobile-nav .submenu-toggle {
	display: block;
	position: absolute;
	top: 5px;
	right: 3px; /* Adjust as needed */
	width: 45px;
	height: 43px;
	cursor: pointer;
	transition: transform 0.2s ease-in-out;
	font-family: consolas;
	text-align: center;
	line-height: 43px;
	font-size: 22px;
	font-weight: bold;
	color: #2d4245; /*dark green*/
}

/* Style for when the menu is open */
.mobile-nav .submenu-toggle.toggled {
	transform: translateX(3px) rotate(90deg); /* Point the arrow down */
}
.mobile-nav li > a:only-child:after {
	display: none;
} 

/* HOME */
.home .mobile-top {
	background-color:transparent;
}
.home .mobile-nav .hamburger {
	border-top:2px solid white;
	border-bottom:2px solid white;
}
.home .mobile-top .mobile-nav .hamburger:before,
.home .mobile-top .mobile-nav .cross:before, 
.home .mobile-top .mobile-nav .cross:after{
	background-color:white;
}
.home .mobile-top.open .mobile-nav .hamburger:before,
.home .mobile-top.open .mobile-nav .cross:before, 
.home .mobile-top.open .mobile-nav .cross:after{
	background-color:#2d4245; /*dark green*/
}
.home .mobile-logo img {
	filter:brightness(0) invert(1);
}
.home .mobile-top.open .mobile-logo img {
	filter:unset;
}
.home .trailing-buttons {
	display:none;
}
.home-cta .wp-block-column {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.home-cta h2 {
	font-size:2.6em;
	margin-bottom:.4em;
}
.home-cta p {
	font-size: 1em;
	margin-bottom:.4em;
}
.home-cta .wp-block-buttons {
	margin:15px 0;
}
.home-cta .wp-block-buttons .wp-block-button__link {
	border:1px solid #2d4245 !important;
}
.palm-animate:before {
	content:" ";
	position:absolute;
	top: 0;
	left: 0;
	width:100vw;
	height:100%;
	z-index:1;
	background-color:#f2c7b5d4; /*pink*/
}
.palm-animate .wp-block-cover__inner-container {
	z-index:2;
}
.palm-animate h2 {
	font-size:2.8em;
}
/* body .parallax-container.is-layout-flex {
	display: table;
} */
.parallax-container .wp-block-column:first-child {
	width: 60%;
	padding:0 30px;
}
.parallax-container .wp-block-column:first-child .column-content {
	position: sticky;
	align-self: flex-start;
	display: flex;
	top: 2rem;
}
.parallax-container .wp-block-column:last-child {
	width: 40%;
}
.parallax-container .wp-block-column {
	will-change: transform;
}

/* SCROLLING */
.home header.scrolling .mobile-top {
	top:30px;
	background-color:rgba(255,255,255,0.8);
	padding-top:7px;
}
.home header.scrolling .top-bar h2 {
	display:none;
}
.home header.scrolling .mobile-nav {
	top:10px;
}
.home header.scrolling .mobile-logo img,
.home .mobile-top.open .mobile-logo img {
	filter:unset;
}
.home header.scrolling .mobile-nav .hamburger, 
.home .mobile-top.open .mobile-nav .hamburger {
	border-top:2px solid #2d4245; /*dark green*/
	border-bottom:2px solid #2d4245; /*dark green*/
}
.home header.scrolling .mobile-nav .hamburger:before,
.home header.scrolling .mobile-nav .cross:before, 
.home header.scrolling .mobile-nav .cross:after {
	background-color:#2d4245; /*dark green*/
}
.home header.scrolling .trailing-buttons {
	display:block;
}


/* CONTENT */
.first-underline {
	line-height:1.2em;
}
.first-underline span {
	position:relative;
}
.first-underline span:before {
	content:" ";
	position:absolute;
	bottom: 0;
	left: 0;
	height: 2px;
	width: 100%;
	background-color:#2d4245; /*dark green*/
}
.content ul {
	list-style-type:none;
	padding-left:10px;
	max-width:500px;
}
.content ul li {
	padding: 10px 5px;
	border-bottom:1px solid #f2c7b5; /*pink*/
}
.bordered img, .wpgmza_map {
	border:10px solid #e3eee9 !important; /*light green*/
}
/*.flowers {
position:relative;
margin:80px 0 0 0;
}
.flowers:before {
content:" ";
position:absolute;
top: -50px;
left: -150px;
height: 320px;
width: 300px;
background-image:url(https://www.carlislepalmbeach.com/wp-content/uploads/Flowers_Optimized-41571f.svg);
background-size:contain;
background-repeat:no-repeat;
}
.flowers .wp-block-heading {
padding-left:190px;
}
.flowers h5.wp-block-heading {
padding-left:180px;
}
.flowers figure {
margin-top:50px;
}*/
.negative-margin {
	margin-top:-120px;
	position:relative;
}
.two-columns {
	column-count:2;
}
.note {
	font-size:.8em;
	font-style:italic;
}
.bg-band {
	position:relative;
	padding:50px 0;
	clear:both;
}
.bg-band:before {
	content:" ";
	position:absolute;
	top: 0;
	left: 50%;
	width:100vw;
	height:100%;
	transform:translatex(-50%);
	z-index:-1;
}
.bg-band.super-light-green:before {
	background-color:#f6f9f8; /*super light green*/
}
.content {
	padding:0 0 50px 0;
}
.wp-block-embed__wrapper {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.wp-block-embed__wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 95%;
}

/* TABS */
.panelswitcher .tab {
	font-weight:400;
	color:#323232;
	display:inline-block;
	margin:5px 10px;
}
.panelswitcher .tab.active, .panelswitcher .tab:hover, .panelswitcher .tab:focus {
	font-weight:600;
	color:#323232;
	text-decoration:none;
	border-bottom:2px solid #323232;
}
.community-map.panelswitcher p {
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
.community-map.panelswitcher .tab {
	font-family:"Playfair Display", serif;
	font-size:2.6em;
	opacity:.6;
	width:30px;
}
.community-map.panelswitcher .tab.active, .community-map.panelswitcher .tab:hover, .community-map.panelswitcher .tab:focus {
	font-size:4.5em;
	font-weight:400;
	opacity:1;
	border-bottom:unset;
	position:relative;
	top:-4px;
}
.slide-down {
	margin-bottom:-130px;
}

/* TESTIMONIALS */
.testimonial-grid .wp-block-group__inner-container{
	column-count: 3;
}
.testimonial-wrapper {
	text-align:center;
	padding:20px;
}
.testimonial-wrapper .container {
	max-width:800px;
}
.testimonial-wrapper .testimonial {
	break-inside: avoid;
	background-color:unset;
	color:white;
	max-width:unset;
	box-shadow:unset;
	font-size:1.2em;
	line-height:1.4em;
}
.testimonial-wrapper .name-block {
	text-align:center;
}
.testimonial-wrapper .slick-dots li button:before {
	color:white !important;
	font-size:10px;
}
.testimonial-wrapper .read-more {
	display:none;
}
.testimonial-wrapper .testimonial-link {
	text-align:right;
	margin-bottom:0;
}
.testimonial-wrapper .testimonial-link a {
	font-weight:500;
}
.testimonial {
	display:inline-block;
	vertical-align:top;
	margin:10px;
	max-width:400px;
	padding:20px;
	background-color:white;
	box-shadow:3px 3px 10px rgba(0,0,0,0.3);
	text-align:left;
	color:#323232; /*super dark*/
}
.name-dot {
	border-radius:50%;
	background-color:blue;
	color:white;
	padding:7px 5px 0 5px;
	float:left;
	font-size:30px;
	width: 40px;
	height: 40px;
	text-align: center;
	margin-right:10px;
}
.name-block {
	line-height:1em;
}
.name-block p {
	margin-top:10px;
}
.name-block span {
	font-size:.8em;
	opacity:.6;
	font-style:italic;
}

/* SLIDING GALLERY */
.wp-block-themeisle-blocks-slider .glide__track {
	border:unset;
}
.wp-block-themeisle-blocks-slider {
	margin-bottom:30px;
}
.captions.wp-block-themeisle-blocks-slider .glide__track {
	padding-bottom:60px;
}
.captions .glide__slides {
	overflow:unset;
}
.captions .glide__arrow {
	top:calc(50% - 30px);
}
.wp-block-themeisle-blocks-slider .wp-block-themeisle-blocks-slider-item-wrapper figure {
	border:10px solid #e3eee9; /*light green*/
}
.wp-block-themeisle-blocks-slider .glide__slides {
	min-height:300px;
	max-height:80vh;
}
.wp-block-themeisle-blocks-slider .glide__arrows .glide__arrow {
	background:#e3eee9 !important; /*light green*/
	border-radius:50%;
	box-shadow:unset;
}
.wp-block-themeisle-blocks-slider .glide__arrows .glide__arrow svg {
	fill:#2d4245; /*dark green*/
}
.wp-block-themeisle-blocks-slider .wp-block-themeisle-blocks-slider-item-wrapper figcaption {
	color:#2d4245; /*dark green*/
	top:calc(100% - 30px);
	background:unset;
	font-family:"Playfair Display", serif;
	text-align:left;
	font-size:26px;
	overflow:unset;
	line-height:1.1em;
}

/* BLOG */
.wp-block-themeisle-blocks-posts-grid:not(.is-style-tiled) .o-posts-grid-post-blog .o-posts-grid-post,
.wp-block-themeisle-blocks-posts-grid:not(.is-style-tiled) .o-featured-container .o-featured-post{
	background-color:unset;
}
.o-featured-container .o-posts-grid-post-image a img,
.wp-block-themeisle-blocks-posts-grid .o-posts-grid-post-image img{
	height:unset !important;
	aspect-ratio:4 / 3 !important;
}
.o-posts-grid-post-title a:hover, .o-posts-grid-post-title a:focus {
	text-decoration:none !important;
}
.o-featured-post {
	display:flex;
	flex-direction:row;
}
.o-posts-grid-post-image img {
	border:10px solid #e3eee9 !important; /*light green*/
}
.o-featured-post .o-posts-grid-post-image {
	width:50%;
}
.o-featured-post .o-posts-grid-post-body {
	width:50%;
	justify-content: center;
	max-width: 500px;
	margin: 0 auto;
}
.o-posts-grid-post-title {
	font-size:2em;
	font-family:"Playfair Display", serif;
	line-height:1em !important;
	margin-bottom:15px !important;
}
.o-posts-grid-post-title a {
	font-weight:300;
}
.o-posts-read-more {
	display:inline-block;
	font-style:italic;
	font-family: "Playfair Display", serif;
	color:#323232;
	font-weight:300;
	margin-top:5px;
}
.o-featured-container .o-posts-read-more {
	margin-top:25px;
	color:#2d4245; /*dark green*/
	background-color:#e3eee9; /*light green*/
	text-transform:uppercase;
	padding:7px 20px;
	font-size:16px;
	border-radius:20px;
	line-height:1em;
	text-decoration:none;
	font-weight:normal;
	font-family:"Gantari", sans-serif;
	font-style:normal;
}
.o-featured-container .o-posts-read-more:hover, .o-featured-container .o-posts-read-more:focus {
	color:white;
	background-color:#2d4245; /*dark green*/
	text-decoration:none;
}
.single .content .container {
	padding-top:60px;
}

/* CONTACT */
.contact-bar, .contact_wrapper, .contact-top {
	background-color:#e3eee9; /*light green*/
}
.contact-bar .contact_wrapper {
	background-color:transparent;
}
.contact-top {
	padding:40px 40px 1px 40px
}
.contact-top h2 {
	font-size:4em;
}
.contact-top p {
	margin-bottom:0;
}
.contact-bar {
	padding:50px 0 60px;
}
.contact-bar h2 {
	font-size:3.2em;
	text-align:center;
}
.contact-bar p {
	margin-bottom:10px;
}
.contact_wrapper .partial_entry_warning {
	margin-bottom:20px;
}
.contact_wrapper .gform-field-label {
	font-size:18px !important;
	text-transform:uppercase !important;
	font-weight:300 !important;
}
.contact_wrapper .gform-field-label.gform-field-label--type-sub {
	text-transform:unset !important;
	font-weight:400 !important;
}
.contact_wrapper.gform_wrapper .gform_footer input[type=submit],
body.form-processing .gform_wrapper .gform_footer:after{
	font-size:20px !important;
	line-height: 1.4em !important;
	padding:5px 10px !important;
	white-space:normal;
	margin:0 auto !important;
	box-shadow:unset !important;
	background-color:#c98855 !important; /*brown*/
	text-transform: uppercase !important;
	padding: 7px 20px !important;
	font-size: .8em !important;
	letter-spacing:1px !important;
}
.contact_wrapper.gform_wrapper .gform_footer input[type=submit]:hover, 
.contact_wrapper.gform_wrapper .gform_footer input[type=submit]:focus{
	cursor:pointer;
	background-color:#2d4245 !important; /*green*/
	color:white !important;
}
.contact_wrapper select, 
.contact_wrapper input {
	border-radius:30px !important;
	font-size:18px !important;
}
.contact_wrapper .gform_footer {
	margin-top:40px !important;
}
.contact_wrapper {
	padding:20px 40px 40px 40px;
}
.contact-bar .contact_wrapper {
	padding:0;
}
.contact_wrapper .partial_entry_warning {
	display:none;
}
.contact_wrapper .gform_body {
	padding-top:10px;
}

/* FORM PROCESSING */
body.form-processing,
body.form-processing .contact input:hover,
body.form-processing .contact label:hover,
body.form-processing .contact select:hover {
	cursor:wait !important;
}
body .gform_wrapper.gravity-theme .gform_footer {
	position:relative;
	padding: 0;
	margin: 15px 0;
	display:inline-block;
}
body.form-processing .gform_wrapper .gform_footer:after {
	content: "Processing your request...";
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	height: calc(100% - 8px);
	padding: 6px 10px;
	border-radius: 10px;
	max-width: 100%;
	text-align: center;
}

/* FLOOR PLANS */
.floor-plan-page h2, .floor-plan-page p {
	max-width:280px;
	margin:0 auto .7em;
}
.floor-plan-page p {
	line-height:1.8em;
}
.floor-plan-page .wp-block-buttons, .floor-plan-page .wp-block-image {
	margin:0 !important;
}

/* FOOTER */
footer .social {
	margin: -1px 0;
}
footer {
	text-align:left;
	padding:1px;
	color:white;
	padding:50px 0 20px 0;
	background-image:url(https://www.carlislepalmbeach.com/wp-content/uploads/Floral-Footer_Optimized.jpg);
	background-size:cover;
}
footer a {
	color:white;
	font-weight:400;
}
.footer-logo {
	height:150px;
	width:auto;
	display:block;
	margin:0 auto;
}
.levels-of-care {
	font-weight:bold;
}
.community-info {
	padding:30px 0 0;
	text-align:center;
}
.community-address {
	display:inline-block;
	padding:20px 0 5px;
}
.addresses-3 .community-address {
	width:calc(33% - 4px);
}
.community-address a {
	text-decoration:none;
}
.footer-nav {
	float:right;
	font-size:16px;
	margin-top:25px;
}
.footer-left {
	padding-left:160px;
}
.footer-nav ul {
	list-style: none;
	padding-left: 15px;
	font-weight:normal;
	margin-bottom:15px;
	margin-top:5px;
}
.footer-nav a {
	color:white; 
	text-decoration:none;
	margin:5px 0;
	display:block;
	font-weight:500;
}
.footer-nav a:hover,
.footer-nav a:focus {
	color:white;
	text-decoration:underline;
}
.liberty-footer {
	border-top:2px solid white;
	border-bottom:2px solid white;
	padding:50px 0 30px 0;
	margin:20px 0;
}
.liberty-footer img {
	margin-top:-12px;
	max-width:200px;
}
.language-assistance p {
	color:white;
	display:inline-block;
}
.language-assistance {
	padding-top:20px;
}
.language-assistance select {
	margin:0 10px;
	font-size:18px;
	padding:3px;
	border-radius:10px;
}
.notices-nav {
	text-align:center;
	margin-top:30px;
}
.notices-nav a {
	padding:0 15px;
	text-decoration:none;
	font-size:16px;
}
.notices-nav a:hover, .notices-nav a:focus {
	text-decoration:underline;
}

/* COPYRIGHT */
.copyright {
	text-align:center;
	margin-top:12px;
	font-size:.8em;
	opacity:0.6;
	padding-bottom:35px;
	color:white;
}
.copyright a, .copyright a:hover {
	color:white;
}

/* POPUP */
.popup {
	display:block;
	position:relative;
	width: 100vw;
	left: calc(50% - 50vw);
	z-index:2;
}
.popup:before {
	content:" ";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#244c5a7d;
	z-index:2;
}
.popup-text {
	position:absolute;
	background-size:cover;
	background-position:50%;
	background-image:url(https://thepreserveatf.wpenginepowered.com/wp-content/uploads/Pop-up-background_Optimized-1.jpg);
	top:calc(50% + 70px);
	left:50%;
	width: 90%;
	max-width: 410px;
	color:white;
	text-shadow:none;
	text-align:center;
	transform:translate(-50%, -50%);
	background-color:white;
	border-radius:20px;
	padding:20px 25px 10px 25px;
	border:3px solid white;
	z-index:2;
}
.popup-text p {
	position:relative;
}
.popup-text:before {
	content:" ";
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	border-radius:20px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+50,000000+99&0+50,1+100,1+101 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 50%,rgba(0,0,0,0.5) 99%,rgba(0,0,0,0.5) 100%,rgba(0,0,0,1) 101%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}
.popup-text img {
	display:block;
	margin:0 auto 20px;
}
.popup .close {
	position:absolute;
	top:11px;
	right:23px;
	opacity:.8;
	text-decoration:none;
	color:white;
	font-size: 12px;
	font-weight: 500;
	padding-right:20px;
}
.popup .close:before, .popup .close:after {
	content:" ";
	position:absolute;
	right:0;
	top:0;
	width:3px;
	height:30px;
	background-color:white;
	border-radius:5px;
}
.popup .close:before {
	transform:rotate(45deg);
}
.popup .close:after {
	transform:rotate(-45deg);
}
.popup .close:hover, .popup .close:focus {
	opacity:1;
}
.popup.closed:before {
	display:none;
}


/* WP CONTROLS */
.wp-block-cover {
	position: relative;
	width: 100vw;
	left: calc(50% - 50vw);
}
.wp-block-cover__inner-container {
	width:calc(90% + 15px) !important;
	max-width:1400px;
	color:white !important;
	margin:20px 0 !important;
}
.wp-block-buttons {
	margin:20px 0;
}
.wp-block-buttons .wp-block-button__link {
	width:unset;
}
.callout-btn, 
.wp-block-button a {
	color: #2d4245 !important;
    background-color: #e3eee9 !important;
	text-transform:uppercase !important;
	padding:7px 20px !important;
	font-size:16px !important;
	border-radius:20px !important;
	line-height:1em !important;
	text-shadow:none !important;
	text-decoration:none !important;
	font-weight:normal !important;
	font-family: "Gantari", sans-serif;
}
.wp-block-heading .callout-btn {
	padding:5px 20px !important;
	vertical-align:middle;
	margin-left:10px;
}
.callout-btn:hover, .callout-btn:focus
.wp-block-button a:hover, .wp-block-button a:focus{
	text-decoration:none;
	color: white !important;
    background-color: #2d4245 !important;
}
.wp-block-image.is-style-rounded img {
	border-radius:10px !important;
}
.wp-caption {
	width:100%!important;
}
.wp-caption.caption-25{
	width:25%!important;
}
.wp-caption.caption-25 .size-img-25 {
	width:100%;
}
.wp-caption.caption-33{
	width:33%!important;
}
.wp-caption.caption-33 .size-img-33 {
	width:100%;
}
.wp-caption.caption-50 {
	width:50%!important;
}
.wp-caption.caption-50 .size-img-50{
	width:100%;
}
.wp-caption img {
	height:auto;
}
.wp-caption-text {
	text-align:center;
	font-style:italic;
	font-size:.9em;
	margin-top:5px;
}
.centered-img, .centered-img.alignleft, .centered-img.alignright, .centered-img.aligncenter {
	float:none;
	display:inline-block;
	padding:3px;
	margin:0;
}
.alignleft {
	float: left;
	margin: 0 30px 10px 0;
}
.alignright {
	float: right;
	margin: 0 0 10px 30px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}
.size-img-25 img, .size-img-33 img, .size-img-50 img {
	width:100%;
}
.size-img-25  {
	padding:2px;
	width: 25%;
	height:auto;
	min-width: 200px;
}
.size-img-33  {
	padding:2px;
	width: 33.33%;
	height:auto;
	min-width: 250px;
}
.size-img-50 {
	padding:2px;
	width: 50%;
	height:auto;
	min-width: 250px;
}
.size-img-100 {
	width:100%;
	height:auto;
}

/* -- Modal Styles -- */

/* The semi-transparent background overlay */
.image-modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.75); /* The dark fade effect */
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1000;
	opacity: 0; /* Hidden by default */
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* The class that makes the modal appear */
.image-modal-backdrop.modal-visible {
	opacity: 1;
	visibility: visible;
}

/* The white box that contains the image */
.image-modal-content {
	position: relative;
	background-color: #fff;
	padding: 15px;
	border-radius: 12px; /* Rounded corners */
	box-shadow: 0 5px 15px rgba(0,0,0,0.3);
	max-width: 90vw;   /* Max width is 90% of the viewport width */
	max-height: 90vh;  /* Max height is 90% of the viewport height */
	display: flex; /* Helps in centering and containing the image */
	transform: scale(0.95); /* Start slightly smaller for a pop-in effect */
	transition: transform 0.3s ease;
}

.modal-visible .image-modal-content {
	transform: scale(1); /* Scale to full size when visible */
}

/* The image inside the modal */
.image-modal-content img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain; /* Scales the image down to fit without distortion */
}

.image-modal-content img.svg {
	width: 90vw;
}

/* The 'X' close button */
.image-modal-close {
	position: absolute;
	top: -15px; /* Position it slightly outside the top right corner */
	right: -15px;
	width: 35px;
	height: 35px;
	background-color: #333;
	color: #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	line-height: 1;
	font-family: Arial, sans-serif;
	cursor: pointer;
	border: 2px solid #fff;
}

/* TESTIMONIALS PAGE */
.testimonial-grid {
	position: relative;
	max-height: 1000px;
	overflow: hidden;
	transition: max-height 0.7s ease-in-out;
}
/* A gradient overlay to hint that there's more content */
.testimonial-grid::after {
	content: '';
	position: absolute;
	bottom: 0;!
	left: 0;
	right: 0;
	height: 250px;
	/* The second color should match your page's background color */
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
	pointer-events: none; /* Allows you to select text behind the gradient */
	transition: opacity 0.3s ease;
}

/* Hide the gradient overlay when the content is expanded */
.testimonial-grid.expanded::after {
	opacity: 0;
}

.toggle-expand.testimonials-page {
	display: block;
	float: inherit;
	margin: 0 auto;
}

/* TESTIMONIAL CAROUSEL */
/* Container for the testimonials */
.testimonial-carousel {
	display: flex;
}
.testimonials {
	position: relative; /* Needed for positioning the slides inside */
	min-height: 250px; /* Adjust this value based on your longest testimonial to prevent page jump */
	display: flex;
	align-items: center;
	flex-basis: 50%;
}
.testimonial-controls {
	flex-basis: 50%;
	align-content:center;
	position:relative;
	padding-bottom:30px;
}
.testimonial-controls div {
	display:inline-block;
}
.testimonial-controls:before {
	content:" ";
	display:inline-block;
	height: 150px;
	width: 150px;
	background-image:url(https://www.carlislepalmbeach.com/wp-content/uploads/Contact-Icon_Optimized-02d126.svg);
	background-size:contain;
	background-repeat:no-repeat;
	margin:0 20px -30px;
}
.testimonial-controls h2 {
	color:#2d4245; /*dark green*/
}
.testimonial-content {
	margin-bottom:0;
}

/* Base style for all testimonial slides */
.testimonial-in-carousel {
	position: absolute; /* Stack all slides on top of each other */
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0; /* Make them invisible by default */
	visibility: hidden;
	transition: opacity 0.4s ease-in-out; /* Smooth fade transition */
}

/* Style for the currently VISIBLE testimonial slide */
.testimonial-in-carousel.active {
	opacity: 1; /* Make it visible */
	visibility: visible;
	position: relative; /* Allow it to define the container's height */
}

/* Add a pointer cursor to the buttons for better UX */
.testimonial-controls .controls button {
	cursor: pointer;
	position:relative;
	height:18px;
	width:10px;
	border-right:10px solid #2d4245; /*dark green*/
	border-top:9px solid transparent;
	border-bottom:9px solid transparent;
	background-color:unset;
	margin-right: 10px;
	top: -5px;
}
.testimonial-controls .controls button.next {
	border-right:unset;
	border-left:10px solid #2d4245; /*dark green*/
	border-top:9px solid transparent;
	border-bottom:9px solid transparent;
	margin-left: 10px;
	margin-right:0;
}

/* This wrapper handles the truncation */
.testimonial-content-wrapper {
	max-height: 310px; /* The collapsed height */
	overflow: hidden;
	position: relative; /* Needed for the gradient overlay */
	transition: max-height 0.5s ease-out; /* Smooth expand/collapse animation */
}

/* A gradient overlay to hint that there's more content */
.testimonial-content-wrapper::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100px;
	/* The second color should match your page's background color */
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
	pointer-events: none; /* Allows you to select text behind the gradient */
	transition: opacity 0.3s ease;
}
.super-light-green .testimonial-content-wrapper::after {
	background: linear-gradient(to bottom, rgba(246, 249, 248, 0), rgba(246, 249, 248, 1));
}

/* Styles for the wrapper when it's expanded */
.testimonial-content-wrapper.expanded {
	/* Use a large value that will always be taller than your content */
	max-height: 2000px; 
}

/* Hide the gradient overlay when the content is expanded */
.testimonial-content-wrapper.expanded::after {
	opacity: 0;
}

/* The "Read more" / "Read less" button */
.toggle-expand {
	display: none; /* Hidden by default; JavaScript will show it if needed */
	margin-top: 25px;
	padding: 0;
	cursor: pointer;
	background: none;
	border: none;
	color: #556b65; /* A color that fits your design */
	font-weight: bold;
	font-size: 1rem;
	float: right;
}

.toggle-expand:hover {
	text-decoration: underline;
}

@media (max-width:1400px) {
	.slide-down {
		margin-bottom:-130px;
	}
	.home-cta h2 {
		font-size:2.2em;
		margin-bottom:.4em;
	}
}

@media (max-width:1200px) {
	.footer-nav {
		margin-top:0;
	}
	/*.flowers:before {
	left: -140px;
	height: 390px;
	width: 270px;
	background-image:url(https://www.carlislepalmbeach.com/wp-content/uploads/Flowers_Optimized-41571f.svg);
	background-size:contain;
	background-repeat:no-repeat;
}
	.flowers .wp-block-heading {
	padding-left:150px;
}*/
	.testimonial-controls div {
		display:block;
		text-align:center;
	}
	.testimonial-controls:before {
		display:block;
		margin:0 auto 20px;
	}
	.testimonial-carousel:before; {
		left:-150px;
	}
	.testimonial-grid .wp-block-group__inner-container {
		column-count: 2;
	}
	.footer-nav {
		float:none;
		text-align:center;
		margin-bottom:40px;
	}
	.footer-nav ul {
		padding:0;
	}
	.footer-nav ul li {
		display:inline-block;
		margin:0 10px;
	}
	.footer-left {
		padding:0;
	}
	.home-cta h2 {
		font-size: 1.8em;
	}
}

@media (min-width:1000px) {
	.mobile-top {
		display:none;
	}
	.mobile-only {
		display:none !important;
	}
	.mini-top{
		display:none;
	}
}

@media (max-width:1000px) {
	.top-nav, .current-level ul ul li, .current-level ul ul li a:after, .home-cta {
		display:none !important;
	}
	.page-template-page-short-banner .current-level>ul>li>ul {
		display:block;
	}
	.current-level {
		margin-bottom:-20px;
	}
	.current-level ul ul li.current-menu-item,
	.page-template-page-short-banner .current-level ul ul li.current-page-ancestor{
		display:block !important;
	}
	.current-level ul ul {
		margin-top:0;
		padding-left:0;
	}
	.current-level ul ul li.current-menu-item a, .current-level ul ul li a:hover,
	.page-template-page-short-banner .current-level ul ul li.current-page-ancestor a{
		font-weight:600;
	}
	.current-level>ul>li>a {
		font-size:2.4em;
		line-height:1em;
		padding:0;
	}
	.current-level>ul>li>a:before {
		display:block;
		margin-bottom:22px;
	}
	.current-level>ul>li.menu-item-418>a:after {
		top:0;
	}
	.banner .wp-block-cover__inner-container {
		align-content:end;
	}
	.banner .wp-block-cover__inner-container,
	.page-template-page-short-banner .banner .wp-block-cover__inner-container,
	.post-template-default .banner .wp-block-cover__inner-container,
	.page-id-33 .banner .wp-block-cover__inner-container /*contact page*/,
	.error404 .banner .wp-block-cover__inner-container,
	.search-results .banner .wp-block-cover__inner-container{
		min-height:70vh;
	}
	.home .banner .wp-block-cover__inner-container,
	.page-id-21  .banner .wp-block-cover__inner-container, /*independent living*/
	.page-id-17 .banner .wp-block-cover__inner-container, /*dining*/
	.page-id-20 .banner .wp-block-cover__inner-container, /*amenities*/
	.page-id-14 .banner .wp-block-cover__inner-container, /*wellness*/
	.page-id-691 .banner .wp-block-cover__inner-container, /*community map*/
	.page-id-25 .banner .wp-block-cover__inner-container, /*assisted living*/
	.page-id-28 .banner .wp-block-cover__inner-container, /*memory care*/
	.page-id-225 .banner .wp-block-cover__inner-container /*gemms*/
	{
		min-height:90vh;
	}


	.page-template-page-short-banner .banner>img {
		object-position: 70% 100% !important;
	}
	.page-template-page-short-banner.page-id-290 .banner>img { /*premium locale*/
		object-position:50% !important;
	}
	.banner>span {
		background:linear-gradient(0deg,rgb(0,0,0) 0%,rgba(0,0,0,0) 61%) !important;
	}
	.home .banner>span {
		background:linear-gradient(180deg,rgb(2,61,132) 4%,rgba(24,69,125,0) 54%,rgba(0,0,0,0) 65%,rgba(0,0,0,0.6) 100%) !important;
	}
	header .wp-block-cover>div>.top-bar>.logo,
	header .wp-block-cover>div>.top-bar>.container>.logo {
		display:none;
	}
	body .parallax-container.is-layout-flex,
	.stack-1000 {
		display:block !important;
	}
	.parallax-container .wp-block-column:first-child,
	.stack-1000 .wp-block-column:first-child{
		width:100%;
		float:none;
		padding:0 0 30px 0;

	}
	.parallax-container .wp-block-column:last-child,
	.stack-1000 .wp-block-column:last-child{
		width:100%;
		float:none;
	}
	.content ul {
		padding-left:0;
	}
	/*.home .flowers {
	padding-top:70px;
}
	.flowers:before {
	left: -98px;
	height: 200px;
	width: 190px;
	top:35px;
}
	.home .flowers:before {
	top:-50px;
}
	.flowers .wp-block-heading {
	padding-left:40px;
}
	.home .flowers figure {
	margin-top: 30px;
}
	.flowers h5.wp-block-heading {
	padding-left:40px;
}*/
	.top-right {
		display:none;
	}
	.slide-down {
		margin-bottom:0;
	}
	.testimonial-carousel {
		display:block;
	}
	.testimonial-grid .wp-block-group__inner-container{
		grid-template-columns: 1fr 1fr;
	}
	.negative-margin {
		margin-top:-70px;
	}
	.size-img-25 {
		width:33.33%;
	}
	.size-img-33 {
		width:50%;
	}
	h4 {
		font-size:1.3em;
	}
}

@media (max-width:780px) {
	.page-id-21 .banner.wp-block-cover>img { /*independent living*/
		object-position: 75% 20% !important;
	}
	.page-id-28 .banner.wp-block-cover>img, /*memory care*/
	.page-id-225 .banner.wp-block-cover>img{  /*gemms*/
		object-position: 80% 100% !important;
	}
	.captions.wp-block-themeisle-blocks-slider .glide__track {
		padding-bottom:80px;
	}
	.captions .glide__slides {
		overflow:unset;
	}
	.captions .glide__arrow {
		top:calc(50% - 40px);
	}
	.wp-block-themeisle-blocks-slider .glide__arrows .glide__arrow {
		padding:6px;
	}
	.wp-block-themeisle-blocks-slider .glide__arrows .glide__arrow svg {
		height: 14px;
		width: 14px;
	}
	.glide__arrow--right {
		right:1em;
	}
	.glide__arrow--left {
		left:1em;
	}
	.wp-block-themeisle-blocks-slider .wp-block-themeisle-blocks-slider-item-wrapper figcaption {
		top:calc(100% - 30px);
		font-size:22px;
	}
	.testimonial-grid .wp-block-group__inner-container {
		column-count: 1;
	}
	.floor-plan-page {
		margin-top:0;
	}
	.floor-plan-page {
		text-align:center;
	}
	.negative-margin {
		margin-top:0;
	}
	.bordered img, .wpgmza_map,
	.wp-block-themeisle-blocks-slider .wp-block-themeisle-blocks-slider-item-wrapper figure,
	.o-posts-grid-post-image img {
		border:5px solid #e3eee9 !important; /*light green*/
	}
	.o-featured-post {
		display:block;
	}
	.o-featured-post .o-posts-grid-post-image,
	.o-featured-post .o-posts-grid-post-body {
		width:100%;
	}
	.palm-animate h2 {
		font-size:2.2em;
	}
	.contact-bar h2, .contact-top h2 {
		font-size:2.2em;
		text-align:left;
		max-width:350px;
	}
	h1, h2 {
		font-size:1.8em;
	}
	h3 {
		font-size:1.4em;
	}
	.size-img-25 {
		width:50%;
	}
	.size-img-50 {
		width:100%;
		float:none;
	}
}

@media (max-width:640px) {
	.testimonial-grid .wp-block-group__inner-container{
		display:block;
		text-align:center;
	}
	.trailing-buttons {
		text-align:left;
	}
	.trailing-buttons .callout-btn {
		border-radius:20px !important;
		width:unset;
		padding 10px 15px !important;
	}
	.two-columns {
		column-count:1;
	}
	.alignright, .alignleft, .aligncenter {
		float: none;
		margin: 0 auto;
		display: block;
	}
	.size-img-33 {
		width:100%;
		float:none;
	}
}

@media (max-width:450px) {
	.mobile-nav {
		top:0;
	}
	.mobile-top .mobile-logo {
		margin-top:7px;
	}
	.mobile-top .mobile-logo img {
		display:inline-block;
		max-width:170px;
	}
	.mobile-nav .hamburger,
	.mobile-nav .cross {
		transform:scale(.8);
	}
	.footer-nav ul li {
		display:block;
	}
	.community-address {
		min-width:unset;
		width:100%;
	}
	.palm-animate h2 {
		font-size:2em;
	}
	.contact-bar h2 {
		font-size:2em;
		max-width:300px;
	}
	h1, h2 {
		font-size:1.6em;
	}
	h3 {
		font-size:1.3em;
	}
	.size-img-25 {
		width:100%;
		float:none;
	}
}

@media (max-width:300px) {
	a {
		word-break:break-all;
	}
}


