/*
 Theme Name:   Bigformat Child Theme for M+H
 Description:  Bigformat Child Theme for M+H Customisation
 Author:       Alec ANNET-DESDAME
 Author URI:   https://github.com/aannet
 Template:     bigformat
 Version:      1.0.0
 Text Domain:  bigformat-child
*/

/* On surcharge ici une DIV utilisée pour les controles du slide HP de bigformat*/
#wrapper-social {
    position: absolute;
    left: 1rem;
    height: 110px;
    bottom: 0px;
    width: 160px;
    z-index: 999999;
    opacity: 0.85;
}

ul {
    padding: 0;
    list-style: none;
}
.footer-social-icons {
    width: 350px;
    display: block;
    margin: 0 auto;
}
.social-icon {
    color: #fff;
}

ul.social-icons {
    margin: 0.5rem 0 0 0;
}

.social-icons li {
    vertical-align: top;
    display: inline;
    height: 100px;
    margin: 0;
}

.social-icons a {
    color: #0f3035;
    text-decoration: none;
    font-size: 1.1rem;
}

.social-icons a .fa {
    padding: 0.6rem;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.social-icons a:hover .fa:hover {
    color: #fff;
    background-color: #b18e04;
}

@media only screen and (max-width: 767px) {
    #top_panel_content {
        padding: 0rem 0 2rem 0;
    }

    ul.social-icons {
        width: 320px;
        margin-left: 7%;
    }

    .social-icons li {
        padding: 0 4%;
    }

    .desktop #wrapper-social {
        display: none;
    }

    .mobile #wrapper-social {
        top: 10rem !important;
        text-align: center;
    }
}
