/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */

#gal-sec .elementor-image-gallery .gallery-item img {
    width: 100%;
    padding: 14px;
    height: 280px;
    object-fit: cover;
    transition: .5s all ease;
}

#gal-sec .elementor-image-gallery .gallery-item:first-child img {padding-left: 0;}

#gal-sec .elementor-image-gallery .gallery-item:last-child img {
    padding-right: 0;
}

#gal-sec .elementor-image-gallery .gallery-item img:hover {
    filter: brightness(0.5);
}

#gal-sec-inn .elementor-image-gallery .gallery-item img {
    width: 100%;
    transition: .5s all ease;
    height: 350px;
    object-fit: cover;
}

#gal-sec-inn .elementor-image-gallery .gallery-item img:hover {
    filter: brightness(0.5);
}

#cont-sec a {
	color: white;
	transition: 0.3s all ease;
}

#cont-sec a:hover {
	color: #d29a5a !important;
}

#menu-slider img {
    height: 550px;
    object-fit: cover;
}

#table-hours td {
    color: white;
    padding: 10px 20px;
}

#table-hours th {
    color: #ffffff;
    text-transform: uppercase;
}

.fol-insta a {
    font-weight: 800 !important;
    font-family: 'Raleway' !important;
    transition: .5s all ease !important;
}

.fol-insta a:hover {
    color: #d29a5a !important;
}


@media only screen and (max-width: 1000px){
	
	#gal-sec .elementor-image-gallery .gallery-item img {
    padding: 20px !important;
    height: unset;
	}
	
	#menu-slider img {
    height: 400px;
    object-fit: cover;
}

	
}