/*
Theme Name: Kove
Theme URI: https://kove.in
Author: KOVE
Description: Child therapy and early intervention centre theme. Uses ACF Pro for content and Contact Form 7 for forms.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
Text Domain: kove
*/

.location-card__title{
    font-size: 1.8rem;
    margin-top: 20px;
    font-weight: 400;
}
form.site-footer__form.wpcf7-form .wpcf7-response-output {
    margin: 0;
    padding: 0;
    display: block;
    margin-top: 0px;
    margin-bottom: 10px;
}
form.site-footer__form.wpcf7-form .wpcf7-response-output:empty{
    display: none;
}
.form-group input, .form-group select,.form-group textarea{
    width: 100%;
    background: transparent;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}
.form-group textarea{
    max-height: 80px;
    resize: none;
}
.book-form .wpcf7-response-output:empty{
    display: none;
}
.book-form .wpcf7-response-output{
    font-size: 1.6rem;
}
.book-form .wpcf7-not-valid-tip{
    font-size: 1.2rem;
}
.book-demo__wrapper{
    min-height: 0;
}
.site-footer__form button{
    position: relative;
z-index: 2;
}
body{
    transition: 0.5s;
}
body:not(.is-loaded){
    opacity: 0;
}
.therapist-card__tags{
    display: none;
}
.therapist-card{
    align-items: center;
}
.page-template-template-contact .testimonial-section__head,.page-template-template-contact .logo-marquee{
    display: none;
}
.page-template-template-centres .locations__empty{
    color: var(--color-ink);
}
.location-card__actions {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.service-assess__tags span {
    position: relative;
    max-width: 100%;
        display: flex;
    align-items: center;
    justify-content: center;
}
.form-group {
    gap: 0;
}
@media screen and (min-width: 999px) {
    .locations__search,.locations__map {
        top: 2rem;
    }
    
}
.therapist-card{
    padding: 2rem;
    min-height: 120px;
}
.therapist-card__image {
    width: 17rem;
    flex-shrink: 0;
    border-radius: .6rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
    .therapist-card__image {
        width: 100%;
        height: auto;
        flex-shrink: 0;
        border-radius: 1rem;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 80px;
    }
.img-name {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: #0078b7;
    aspect-ratio: 1;
    max-width: 100px;
    border-radius: 0.2rem;
    font-size: 25px;
    color: #fff;
    font-weight: 600;
}
@media screen and (min-width:1200px) {
    .therapist-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.2rem;
}

}
.site-footer__newsletter{
    margin-top: 3rem;
}
.site-footer__content{
    display: flex;
}
.site-footer__navigation{
    max-width: 100%;
}
.site-footer__logo-wrap {
    max-width: 43rem;
}
.site-footer__content {
    display: flex;
    justify-content: space-between;
}
.site-footer__navigation {
    max-width: 60rem;
    width: 100%;
}
@media screen and (max-width:767px) {
.site-footer__content{
    flex-direction: column;
}
.programs__cards{
    align-items: center;
}
}
.stories__slider{
    position: relative;
    max-width: 105.8rem;
    margin-left: auto;
    margin-right: auto;
}
.stories__slider .swiper-button-prev{
    left: 0;
}
.stories__slider .swiper-button-prev,.stories__slider .swiper-button-next{
display: flex;
    background: #fff;
    max-width: 5rem;
    width: 100%;
    height: 5rem;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
}
.stories__slider .swiper-button-prev svg,.stories__slider .swiper-button-next svg{
    color: var(--color-ink);
    width: 1.1rem;
    height: auto;
}
.stories__slider .swiper-button-prev::before{
    display: none;
}
.service-sub-title {
    color: #fff;
    font-size: 1.8rem;
}
@media screen and (min-width:999px) {
    .welcome__intro {
    display: flex;
    flex-direction: column;
    min-height: 50rem;
    align-items: center;
}
.stories__slider {
    padding-left: 70px;
    padding-right: 70px;
}
}
@media screen and (max-width:767px) {
    .stories__slider .swiper-button-prev, .stories__slider .swiper-button-next{
        display: none;
    }
}
@media screen and (min-width: 480px) and (max-width: 999px){
    .hero__content {
        flex-direction: column;
    }
}
@media screen and (max-width: 680px) {
    .therapist-card {
        flex-direction: row;
    }
    .therapist-card__image{
            max-width: 60px;
    }
    .img-name{
        font-size: 20px;
    }
}
body{
    background-color: #0078B7 !important;
}
.stories__panel{
        background: linear-gradient(180deg, #009ced 0%, #93d0f9 100%);
}
body{
    background-color: #0078B7;
}
body .why-kove{
    background-color: #E4EAEE;
    padding-bottom: 12rem;
    color: var(--color-ink);
}
body .why-kove__copy,body .why-feature__copy,body .why-feature__title{
    color: var(--color-ink);
}
.about-hero{
    background: #0078B7;
}
.about-hero__gallery{
        background: linear-gradient(180deg, #021d2b 0%, #003652 100%);
}
.heart,.service-hero{
    background: #0078B7;
}
.service-hero__gallery{
    background: linear-gradient(180deg, #46bfff 0%, #93d0f9 100%);
}
body.centres-page,body.contact-page{
    background-color: #e4eaee !important;
}

.btn--white {
    border-color: #fff;
    background-color: #fff;
    color: var(--color-ink);
}
.btn--white:hover {
    background-color: var(--color-primary-light);
    border-color: var(--color-primary-light);
    color: var(--color-deep-blue);
}