/**
 * Theme Name: Balani
 * Author: LLT Group
 * Version: 1.1.4
**/

@media(max-width:1024px){
    .cards-section .three-cards-grid .three-cards-grid__link {
        margin-right: 0;
    }
}

.header-content .header-book-appointment-button-container a.button[href*="/customer-flow"]:not(:hover),
.copy-book-appointment__form > button:not(:hover),
.grid-container a.button[href*="/customer-flow"]:not(:hover),
.book-an-appointment-button:not(:hover)
{
	background-color: #aecbe0;
}

.grid-locations .location-card-schedule-appointment-link
{
    display: table;
    margin: 10px 0 0 0;
    background-color: #aecbe0;
    padding: 4px 8px;
    text-align: center;
    color: #000;
    font-weight: 500;
    font-size: 14px;
    border: 2px solid #000;
    text-transform: uppercase;
}

.grid-locations .location-card-schedule-appointment-link:hover
{
	background-color: #292D30;
	color: #ffffff;
}

.contact-page-form .gform_title
{
	text-align: center;
}


@media (min-width: 1025px)
{
	/* Align the carousel cards with the left side of the screen */
	.carousel-cards-section .grid-container .carousel-cards
	{
		margin-left: calc((-100vw + 71.25em) / 2);
	}
}



/* Begin: Scroll fix for Chrome */
.carousel-cards-section .grid-container .carousel-card span.carousel-card__title
{
	justify-content: center;
}

.carousel-cards-section .grid-container .carousel-cards:not(.slick-initialized.slick-slider)
{
	max-height: calc(150px + 5vw);
}

.carousel-cards-section .grid-container .carousel-cards .carousel-card > a,
.carousel-cards-section .grid-container .carousel-cards .carousel-card .carousel-card__photo,
.carousel-cards-section .grid-container .carousel-cards .carousel-card .carousel-card__photo img
{
	max-width: calc(300px + 5vw);
}
/* End: Scroll fix for Chrome */

.book-appointment-section
{
	padding: 150px 20px 150px 20px;
}

@media (max-width: 500px)
{
	.book-appointment-section
	{
		padding: 80px 10px 80px 10px;
	}
	
	.book-appointment-section .book-an-appointment-heading
	{
		font-size: 21px;
	}
}