/***************************************************

    ███████╗ ██████╗  ██████╗██╗ █████╗ ██╗
    ██╔════╝██╔═══██╗██╔════╝██║██╔══██╗██║
    ███████╗██║   ██║██║     ██║███████║██║
    ╚════██║██║   ██║██║     ██║██╔══██║██║
    ███████║╚██████╔╝╚██████╗██║██║  ██║███████╗
    ╚══════╝ ╚═════╝  ╚═════╝╚═╝╚═╝  ╚═╝╚══════╝

 ***************************************************/



    .social {
        font-family: var(--font-icons);
        font-size: 1em;
    }

        .social a {
            width: 2em;
            height: 2em;
            line-height: 2em;
            border-radius: 1em;
            background: var(--color-red);
            color: var(--color-cream);
            text-align: center;
        }

        .social a:hover {
            background: var(--color-orange);
            color: var(--color-white);
        }



    .responsiville-mobimenu-open .header-social {
        display: none;
    }

        /*.responsiville-mobimenu-open .header-social a {
            padding: 0;
            margin: 0;
            font-size: 1.2em;
            width: 2em;
            height: 2em;
            line-height: 2em;
            border-radius: 1em;
            color: var(--color-white);
        }*/

    .responsiville-scrollmenu-active .header-social {
        display: none;
    }


    .header-social {
        position: absolute;
        bottom: 3rem;
        left: 50%;
        transform: translateX(-50%);
        width: 80%;
        margin: 0 auto;
        text-align: center;
    }

        .header-social h2 {
            font-size: 2rem;
            color: var(--color-gray-light);
            margin-bottom: 2rem;
        }

.sfsi_shortcode_container {
    margin-bottom: 5rem;
}