/*
Theme Name:   Dekaii Film Gallery Child
Theme URI:    https://dekaii.de
Description:  Child-Theme für Pelicula mit abgerundeten Rahmen und Parallax-Hover-Effekt für die Film-Galerie
Author:       Dekaii
Author URI:   https://dekaii.de
Version:      1.0.0
Template:     pelicula
Text Domain:  dekaii-film-gallery-child
License:      GNU General Public License v2 or later
License URI:  https://www.gnu.org/licenses/gpl-2.0.html
*/

/* 
 * Parent-Styles werden via functions.php korrekt eingebunden.
 * Eigene Styles befinden sich in /assets/css/custom-gallery.css
 */

/* Reduce width of process steps containers on /our-process/ */
@media (min-width: 1025px) {
    .elementor-element.elementor-element-8bfaead,  /* Desktop Grid */
    .elementor-element.elementor-element-2343127 { /* Mobile Grid (just in case) */
        max-width: 900px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}
@media (max-width: 1024px) {
    .elementor-element.elementor-element-8bfaead,
    .elementor-element.elementor-element-2343127 {
        max-width: 90% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}
