/*
Theme Name: Abilene Hosanna Church
Theme URI: https://designsfunnel.com/
Author: Designs Funnel Team
Author URI: https://designsfunnel.com/
Description: Delivering a bespoke theme development tailored to precisely align with the unique requirements of our
esteemed client.
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

.imagecarosalll img {
    width: 100%;
    height: 300px !important;
    object-fit: contain !important;
    object-position: center !important;

}


.sub-menu.elementor-nav-menu--dropdown {
    border-radius: 10px !important;
    overflow:hidden;
}

.sub-menu.elementor-nav-menu--dropdown li a {
    font-size: 14px !important;
	padding-left:10px !important;
}
.custom-header {
    position: absolute !important;
    z-index: 999 !important;
    width: 100% !important;
}



.main-logo {
	display:none
}
.page-id-13 .main-logo {
	display:block !important;
}

.imagecarosalll figure.swiper-slide-inner {
    position: relative;
}
.imagecarosalll figure.swiper-slide-inner figcaption {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto !important;
    background: #0000001f;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    opacity: 0;
}
.imagecarosalll figure:hover figcaption {
    opacity: 1 !important;
    transition: all 0.3s ease;
}