/**
Theme Name: shyamshriram-child
Author: Veerendra Tikhe
Author URI: https://v-render.com/
Description: Childtheme for shyamshriram made over Astra
Version: 2.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ss-child
Template: astra
*/

.image-bg { position:relative; display:flex; flex-direction:column; align-items:center; justify-content:center; margin:20px 10px; padding:20px; transition:1s all ease-in-out;}
.image-bg img { display:block; border-radius:10px; width:100%; height:auto; max-height:95vh;}
.image-bg h3 { display:block; position:absolute; bottom:10%; left:0; z-index:999; width:100%;}
.image-bg h3 a { display:block; text-decoration:none!important; text-shadow:#0008 0px 0px 18px; color:white!important; text-align:center; max-width:40vw; margin:0 auto;}
.image-bg p {margin-bottom:0;}
.alm-listing.alm-ajax .image-bg { margin:5px 0!important; padding: 5px!important;}
div.da-reactions-container .count {  background-color: rgba(255, 255, 255);  border-radius: 1em; bottom: -0.1em; cursor: help;  font-size: .8em;
    font-weight: lighter;  height: 1em;  line-height: 1em;  padding: 0 0.3em; position: absolute;  right: -1em;  text-align: center;  width: 1em;  white-space: nowrap;}
    .alm-listing {
        display: flex;
        flex-wrap: wrap;
    }
    .grid-sizer, .image-item {
        width: 25%; /* Adjust as needed */
        border-radius: 10px;
        overflow: hidden;}
    .image-item img {
        width: 100%;
        height: auto;
        padding:5px;
    }