/*
 Theme Name:   Sisley
 Theme URI:    https://thesisleyspa.com
 Description:  Custom GeneratePress theme
 Author:       Trilogy Spa Holdings
 Author URI:   https://trilogyspaholdings.com
 Template:     generatepress
 Version:      1.0
*/


.main-navigation .main-nav ul ul { margin-left: 20px; padding-top: 10px; padding-bottom: 10px; box-shadow: none; background: rgba(242,242,242,.7); width: auto;  }
.main-navigation .main-nav ul ul li a { padding: 5px 15px 5px 40px; position: relative; }
.main-navigation .main-nav ul ul li a:before { content: '–'; position: absolute; left: 20px; top: 5px; display: block; }

.sub-menu .current-menu-item a { text-decoration: underline; }

.footer-bar { width: 90%; max-width: 1100px; margin: 0 0 35px 0;  }

#menu-footer-menu, .footer-location-navigation-menu { justify-content: space-between; text-align: center; align-content: space-between; margin-bottom: 0; }
#menu-footer-menu a, .footer-location-navigation-menu a { font-weight: bold; text-decoration: none; letter-spacing: 0; font-size: 14px; } 

.site-footer {     color: var(--base-3);
    background-color: var(--contrast);
}
.footer-location-navigation-menu { padding-top: 50px; display: grid; grid-template-columns: repeat(5, 1fr); column-gap: 30px; row-gap: 5px; width: 90%; max-width: 1110px; margin: 0 auto; }
.footer-location-navigation-menu li { text-align: left; width: 20%; list-style-type: none; margin: 0 10px;
    padding: 0;  }
.footer-location-navigation-menu li a { color: #fff; white-space: nowrap; }

#menu-footer-menu {   grid-template-columns: repeat(4, 1fr); }



/*swiper carousel styles */

@media all and (min-width:768px){
			
	.swiper-wrapper img { 
    transform: scale(0.7);
    transition: transform .3s;
    }
    
	.swiper-slide-next img { width: 100%;  transform: scale(1); }

}

.cb-button-prev,
.cb-button-next {
  width: 32px;
  height: 32px;
  background: none !important;
  color: transparent !important;
}

.cb-button-prev::after,
.cb-button-next::after {
  display: none !important;
  content: "" !important;
}

.cb-button-prev::before,
.cb-button-next::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
}

/* Previous arrow: solid left-pointing triangle */
.cb-button-prev::before {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 18px solid #c9b082;
}

/* Next arrow: solid right-pointing triangle */
.cb-button-next::before {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 18px solid #c9b082;
}




/* featured treatments styles */

.featured-treatments-container {
    column-gap: 25px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    row-gap: 25px;
}

/* Exactly 2 items: center them horizontally */
.featured-treatments-container:has(> :nth-child(2):last-child) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: calc((100% - 50px) / 3 * 2 + 25px);
}

.featured-treatments-box {
    text-align: center;
    border: 1px solid var(--contrast-2);
    padding: 25px 20px;
}


.featured-treatments-box h3 {
    margin-bottom: 15px;
    text-align: center;
}

.featured-treatments-box img {
    aspect-ratio: 4 / 3;
    height: auto;
    margin-bottom: 10px;
    max-width: 100%;
    object-fit: cover;
    width: auto;
}

.featured-treatments-box p {
    font-size: 20px;
    margin-bottom: 15px;
    text-align: center;
}


.featured-treatments-box .button {
    align-items: center;
    background-color: var(--contrast);
    color: #ffffff;
    display: inline-flex;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    border-radius: 30px;
    padding: 1rem 2rem;
}

.hourscontactinfo .gb-shape { font-size: 30px; top: 5px;}


@media all and (max-width:767px){

.featured-treatments-container {
        grid-template-columns: 1fr !important; max-width: 100% !important;  }
.featured-treatments-box p { font-size: 18px; }
.featured-treatments-box .button { font-size: 14px; }

}


