/*
 Theme Name:   My Listing Child
 Theme URI:    http://mylisting.27collective.net/my-city/
 Description:  MyListing Child Theme
 Author:       27collective
 Author URI:   https://27collective.net/
 Template:     my-listing
 Version:      1.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         one-column, two-columns, three-columns, left-sidebar, right-sidebar, grid-layout, custom-menu, custom-logo, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
 Text Domain:  my-listing-child
*/

a.back-to-top, a.back-to-top:hover
{
    right: 18px;
    bottom: 90px;
    z-index: 999999999;
}
@media(max-width: 1200px)
{
a.back-to-top
{
        display: block !important;
}
}


/* Begin footer */

/* Modifica bandierine lingua */
a.glink img
{
    margin-right: 15px !important;
}
.gt_switcher_wrapper
{
    background-color: #FFFBE8;
    padding: 11px 2px 11px 11px;
    border-radius: 5px;
}

/* Modifica colore testo e link nel footer */
footer, 
footer p, 
footer .widget, 
footer .widget-title {
    color: #FFFBE8 !important;
}

footer a {
    color: #FFFBE8 !important;
    text-decoration: none; /* Opzionale: rimuove la sottolineatura */
}

/* Colore dei link al passaggio del mouse (Hover) */
footer a:hover {
    color: #ffffff !important; /* Un bianco puro per dare contrasto al passaggio */
    text-decoration: underline;
}

/* Modifica il colore delle icone social nel footer */
footer .wp-block-social-links a,
footer .wp-block-social-links .wp-social-link {
    color: #FFFBE8 !important;
}

/* Assicura che l'icona SVG stessa erediti il colore */
footer .wp-block-social-links svg {
    fill: #FFFBE8 !important;
}

/* Effetto hover per le icone social */
footer .wp-block-social-links a:hover svg {
    fill: #ffffff !important;
    transform: scale(1.1); /* Opzionale: un leggero ingrandimento */
    transition: all 0.2s ease-in-out;
}