/*
 Theme Name:     Edulearns Child
 Theme URI:      https://bitogrid.com/
 Description:    Child theme for Edulearns
 Author:         Bitogrid
 Template:       edulerns
 Version:        1.0.0
*/

/* Custom CSS below */

.gallery.galleryid-37425.gallery-columns-3.gallery-size-full{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.elementor-image-gallery .gallery-columns-3 .gallery-item{
    width: 30%;
}

.gallery-item img{
    height: 250px !important;
    object-fit: cover;
}


.sticky-contact-icons {
    position: fixed;
    bottom: 6rem;
    right: 10px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.sticky-contact-icons a img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
    transition: transform 0.2s;
}

.sticky-contact-icons a img:hover {
    transform: scale(1.1);
}


span.price{
    display: none
}

span.share-icon.fa.fa-share-alt{
	display: none;
}