/*
Theme Name: NEOMASK
Theme URI: https://neomask.eu/
Author: DANMO - Reklamná agentúra
Author URI: https://www.danmo.sk/
Description: Custom WordPress theme for NEOMASK firemny web a produktovy katalog.
Requires at least: 6.6
Tested up to: 6.6
Requires PHP: 7.4
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: neomask
Tags: custom-menu, custom-logo, editor-style, featured-images

NEOMASK WordPress Theme, (C) 2026 DANMO - Reklamna agentura
NEOMASK is distributed under the terms of the GNU GPL.
*/

/*
 * Font smoothing.
 * This is a niche setting that will not be available via Global Styles.
 * https://github.com/WordPress/gutenberg/issues/35934
 */
@charset "UTF-8";

body.home main {margin-top: -120px;}

.gallery-2 .gallery-item .gallery-wrap .gallery-info {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    opacity: 0;
    padding: 20px 20px 25px;
    transition: all 0.3s ease;
    background: linear-gradient(0deg,rgba(0,0,0,.9) 0%,rgba(0,0,0,0) 100%);
    border-radius: 0 0 8px 8px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.gallery-2 .gallery-item .gallery-wrap .gallery-info .gallery-links a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    background: var(--accent-color);
    border-radius: 50%;
    color: var(--contrast-color);
    font-size: 22px;
    transition: 0.3s
}

.gallery-2 .gallery-item .gallery-wrap .gallery-info .gallery-links a:hover {
    background: color-mix(in srgb,var(--accent-color),var(--contrast-color) 20%)
}

.contact .info-tile .tile-icon {
    width: 70px;
    height: 70px;
    border-radius: 16px;
    /*padding: 2.5rem 2rem;*/
}