/*****LP Header CSS*****/
.zero-margin p {
    margin-bottom: 0;
}

/*****LP Footer CSS******/
.contact-details .phone a {
    color: #ffffff;
}

.contact-details .phone a:hover {
    color: #E0B940;
}

.opening-times {
    display: flex;
    justify-content: flex-start;
    gap: 50px;
    list-style-type: none;
    margin: 0;
    font-size: 18px;
    line-height: 27px;
}

.opening-times li {
    list-style-type: none;
    text-align: left;
    margin-bottom: 1px;
    color: #ffffff;
}

.opening-times,
.opening-times ul {
    padding-left: 0px;
}

@media(max-width: 768px) {
    .map iframe {
        height: 417px;
    }
}

/**********************************LP CSS*******************/

/****Contact Form*******/
.contact-form p.gform_description {
    margin: 0 0 24px 0;
}

.contact-form input {
    height: 53px;
    font-size: 14px !important;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: #AA3A01;
}

.gform_wrapper input:focus::placeholder {
    opacity: 0.8 !important;
}

.contact-form .gform_button {
    width: 100%;
    margin: 7px auto 0 auto !important;
    cursor: pointer;
    font-size: 16px !important;
    line-height: 1 !important;
    height: 44px !important;
}

.contact-form .gform_button:focus {
    outline: 0;
}

.contact-form .gform_validation_errors {
    display: none
}

.contact-form .elementor-shortcode .gravity-theme .gform-body .validation_message {
    background: transparent;
    border: none;
    padding: 8px 0 0 0;
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
    margin: 0;
    color: #790000;
}

.gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
    border: 1px solid #790000 !important;
}

.gform_confirmation_message {
    background: #2C5655;
    color: #fff;
    text-align: center;
    padding: 10px;
    margin: 10px 0;
}

.gform_ajax_spinner {
    position: absolute;
    left: 50%;
    bottom: -30px;
}

.gform_wrapper.gravity-theme .gform_footer {
    flex-direction: column;
}

.contact-form .charleft {
    display: none;
}

/*********/

/******Testimonial Carousel*****/
.testimonial-carousel .swiper-slide {
    height: auto;
    background: #ffffff;
}

@media(width: 768px) {
    .testimonial-carousel {
        padding: 0 60px !important;
    }

    .testimonial-carousel .home-testimonials .elementor-widget-container {
        padding: 0 16px !important;
    }
}

/****Google reviews badge****/
.reviews-google-badge .wp-google-powered {
    display: none !important;
}

.reviews-google-badge .wp-google-right::after {
    content: "See all our reviews";
    position: absolute;
    font-size: 10px;
    color: #868686;
}

.reviews-google-badge .wp-google-right::before {
    content: "Google Rating";
    font-size: 14px;
    font-weight: 600;
    color: #6A6A6A;
}

.reviews-google-badge span.wp-google-rating {
    color: #FEA500 !important;
    margin-right: 16px !important;
    font-size: 21px !important;
    font-weight: 700 !important;
}

.reviews-google-badge .wp-google-place .wp-star svg {
    width: 24px !important;
    height: 24px !important;
}

.reviews-google-badge span.wp-star svg path {
    fill: #FEA500 !important;
}

.reviews-google-badge .wp-google-right:hover::after {
    cursor: pointer !important;
}