/*
Theme Name: Gentle Dental Care
Theme URI: https://gentledentalcare.com
Author: Gentle Dental Care Team
Author URI: https://gentledentalcare.com
Description: A professional dental clinic WordPress theme for Gentle Dental Care Mulund. Features modern design, service pages, gallery, and appointment booking.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gentle-dental-care
Tags: dental, medical, health, clinic, responsive, bootstrap

Gentle Dental Care WordPress Theme, Copyright 2025 Gentle Dental Care
Gentle Dental Care is distributed under the terms of the GNU GPL
*/

/* The actual styles are loaded from assets/css/style.css via functions.php */
.juicer-feed.slider li.feed-item {
    display: block;
    padding: 10px !important;
    background: transparent !important;
}

.team-img-wrapper {

    height: 450px ; 
}

.team-info {
    height: 320px;
}


body.privacy-policy .blog-body, body.wp-singular.page-template-default .blog-body{
    padding-top: 50px !important;
}

.footer-bottom a {
    color: var(--primary);
    text-decoration: none;
}

.footer-bottom a:hover {
    color: #fff;

}


video#myVideo {
    height: 480px;
    object-fit: cover;
}




.social-links a {
    height: 45px;
    width: 45px;
    line-height: 0;
    text-align: center;
    border-radius: 50px;
    background: #fff;
    color: var(--color-white);
    transition: var(--transition);
}

i.fab.fa-facebook {
    color: #1877F2 !important;
}
i.fab.fa-linkedin {
    color: #0A66C2;
}
i.fab.fa-youtube {
    color: red;
}

i.fab.fa-instagram {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
}

i.fab.fa-google {
    background: linear-gradient(to right, #4285F4 0%, #4285F4 25%, #EA4335 25%, #EA4335 50%, #FBBC05 50%, #FBBC05 75%, #34A853 75%, #34A853 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.social-links a {
    font-size: 25px;
}