/*
Theme Name: 	Carer Child
Theme URI: 		http://thememascot.com
Description: 	Senior Elderly Care WordPress Theme. You can get more themes from here: https://themeforest.net/user/thememascot/portfolio
Author: 		ThemeMascot Team
Author URI: 	http://themeforest.net/user/thememascot
Version: 		4.0
License: 		GNU General Public License v2 or later
License URI: 	http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: 	carer-child
Template: 		carer
*/

.gallery-item {
    max-width: 100% !important;
    width: 100%;
    background: #ffffff;
    padding: 15px;
    border-radius: 15px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
    .elementor-image-gallery .gallery-item img {
    margin: 0 auto;
    margin: 0;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1 / 1;
}
.gallery-item a, .gallery-item a:hover, .gallery-item a:focus {
    max-width: 100%;
    width: 100%;
}
.gallery-item a:hover img, .gallery-item a:focus img {
    -webkit-filter: opacity(1) !important;
    filter: opacity(1) !important;
}
.service-block-style1 .service-thumb-wrapper .service-thumb img {
    width: 100%;
    transition: all 300ms ease;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}