/*
Theme Name: Child - Menu Digital
Theme URI: https://wpastra.com/
Template: astra
Author: Gerardo Caciorgna
Author URI: https://puraweb.com.ar/
Description: Customized theme for Menu Digital and Catalogo QR
Tags: digital_menu
Version: 1.2.1
Updated: 2023-09-29 00:25:07

*/

.image-container {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    height: 300px;
}

.image-container img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.005);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.text-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90%;
    padding: 10px 0px;
    background-color: var(--e-global-color-primary);
    box-sizing: border-box;
    transition: opacity 0.3s ease;
    color: white;
    margin-left: 5%;
    margin-bottom: 5%;
}

.text-overlay p {
    margin: 0 !important;
}

.overlay-content {
    text-align: center;
}

.main-text {
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
}

.sub-text {
    margin: 0;
    text-transform: uppercase;
    font-size: 10px;
}

.image-container:hover img {
    transform: scale(1.1);
    opacity: 0.7;
}

.image-container:hover .image-overlay {
    opacity: 1;
}

.image-container .text-overlay {
    opacity: 1;
}


/* LOGIN PAGE */
.post-223 h1.entry-title{
    /* color: white !important; */
    text-align: center !important;
}
.post-223 .woocommerce h2{
    /* color: white !important; */
    text-align: center !important;
}