/*
Theme Name: Gespan
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

/* Fix contrasto accessibilità per screen-reader-text negli elementi social */
.social-icons .screen-reader-text,
.share-icons .screen-reader-text {
    clip: auto !important;
    height: auto !important;
    width: auto !important;
    overflow: visible !important;
    position: absolute !important;
    color: #000000 !important;
    font-weight: bold !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    z-index: 10 !important;
}

/* Fix contrasto specifico per "Pagina successiva" e "Pagina precedente" */
a[aria-label="Pagina successiva"] .screen-reader-text,
a[aria-label="Pagina precedente"] .screen-reader-text {
    color: #000000 !important;
    font-weight: bold !important;
}

/* Fix contrasto per "Zoom" */
a[title="Zoom"] .screen-reader-text {
    color: #000000 !important;
    font-weight: bold !important;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}