/*
Theme Name: Galleria Metropolia Child
Theme URI: http://cmsmasters.net/galleria-metropolia-child/
Author: cmsmasters
Author URI: http://cmsmasters.net/
Description: Galleria Metropolia Child Theme
Template: galleria-metropolia
Version: 1.0.0
License:
License URI:
Text Domain: galleria-metropolia-child
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
*/
#header a.logo span.title {
    font-size: 40px !important;
}
#bottom a.logo span.title {
    font-size: 30px !important;
    line-height: 10px !important;
}
#cmsmasters_row_iil1z7a1ka {
    background-color: rgba(0, 0, 0, 0.1) !important; /* nivel de oscuridad */
    background-blend-mode: multiply !important;
}
.contact-item {
    display: flex;
    align-items: flex-start;   /* 👈 lo alineamos arriba */
    gap: 10px;
    margin-bottom: 12px;
}

.contact-item i {
    width: 18px;
    text-align: center;
    font-size: 16px;
    margin-top: 4px; /* pequeño ajuste fino visual */
}

.contact-item a {
    text-decoration: none;
}

.contact-item a:hover {
    opacity: 0.7;
}

.tribe-events-single>.tribe_events>:not(.primary,.secondary,.tribe-events-related-events-title,.tribe-related-events) {
    order: 1;
    width: 50%;
    margin: 10px;
}
