/*
Theme Name: Tiger Eye Child
Description: LC Physical Therapy
Template: tiger-eye-parent
Version: 1.0.0
*/

h1,h2,h3,h4,h5, .tagline, .logo{
    font-family: 'Cinzel', serif;
}

.home #tagline-container {display: none;}
.home #tagline-container.mottoh {display: block;}
.topdown {border: solid 5px #000 !important;}
.bannertext {font-size: 1.8em; margin-top: 30px;font-weight: bold;}
.logo {    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;}

.logo h1{
    color: #fff;
    white-space: nowrap;
}
.moblie-logo h3 {
    color: #fff !important;
    text-align: center;
    padding: 5px 0px 10px 0;
}

.bannerlink a {font-size: 1.5em; color:#fff !important;margin-top: 10px;display: block;}
.bannerlink a:hover {color: var(--color-1) !important;}

.owners {display: flex; justify-content:space-between;margin: 15px auto;}
.owners img {width:200px; margin: 15px;}


/*Testimonials*/
#testimonials-slider {font-size: 1.3em;}
.testimonials-inner h2 {
	margin-bottom: 10px; color: #fff;
}
.testimonials-inner {
	padding: 50px 15px;
	text-align: center;
    color: #fff;
}
.testimonials-inner .fas.fa-star {
	padding-right: 5px;
}
.testimonials-inner .carousel-inner {
	height: 100%;
}
.testimonials-inner .fas.fa-star { color: var(--color-3);}
.testimonials-inner {  background-color: var(--color-1);}
.testimonial-author {font-weight: bold;}

.header-inner-ip .social a {color:#fff !important;}
.header-inner-ip .social a:hover span {color: var(--color-1) !important;}

.about-us-content img {
    margin: 5px 20px 0px 0px;
}
.gallery-content {
    margin: 40px 0;
}
.gallery-section .images {
    display: flex;
    column-gap: 4px;
}
.gallery-section .images .image-col {
    display: flex;
    flex-direction: column;
}
.gallery-section .images .image {
    margin-bottom: 4px;
}
.gallery-section .images .image:last-child {
    flex-grow: 1;
}
.gallery-section .images .image:last-child img {
    height: 100%;
    object-fit: cover;
}
.gallery img{
    margin: 0px auto;
}
.contact-info-inner.flex-display, .contact-info-inner.flex-display a{
    background: var(--color-1);
    color: #fff;
    font-weight: 600;
}
.contact-info-inner.flex-display a:hover {
    color: var(--color-2);
}

.home .content-wrapper {
    padding: 3.5714285714285716rem 0 0 0;
}
.home .contact-info-inner.flex-display {
    padding: 10px 0;
}

@media screen and (max-width: 991px){
    #banner .caption.carousel-caption { display: block; width:100%;}
    #banner .caption.carousel-caption .logo-container {display: none;}
    #banner .caption.carousel-caption .owners {margin: 2px auto;}
    #banner .caption.carousel-caption .owners img {max-width:100%; width:100px;}
    #banner .caption.carousel-caption .bannertext, #banner .caption.carousel-caption .bannerlink a {display: block;font-size: 15px !important;margin-top: 0;}
    #banner .caption.carousel-caption .state-zip {display: inline-block;}
    .tagline {padding: 10px 0 30px; font-size: 20px;}
    .testimonials-inner h2 {
        font-size: 32px;
    }
}

@media screen and (max-width: 768px){
    #banner .caption.carousel-caption { display: block; width:100%;}
    #banner .caption.carousel-caption .logo-container {display: none;}
    #banner .caption.carousel-caption .owners {margin: 2px auto;}
    #banner .caption.carousel-caption .owners img {max-width:100%; width:50px;}
    #banner .caption.carousel-caption .bannertext, #banner .caption.carousel-caption .bannerlink a {display: block;font-size: 12px !important;margin-top: 0;}
    #banner .caption.carousel-caption .state-zip {display: inline-block;}
    .about-us-content img {
        margin: 10px auto;
    }
}













