/*  Theme Name:   E4G Logictics
Description:  Thème enfant de storefront
Author:       Nicolas PILLET
Author URI:   https://nicolas-pillet.com
Template:     storefront
Version:      0.1.0 */

button, input[type="button"], input[type="reset"], input[type="submit"], .button, .widget a.button {
    background-color: #E5B129;
    border-color: #E5B129;
    color: #FFF;
}

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .button:hover, .widget a.button:hover {
    background-color: #000;
    border-color: #000;
    color: #FFF;
}

button.alt, input[type="button"].alt, input[type="reset"].alt, input[type="submit"].alt, .button.alt, .widget-area .widget a.button.alt {
    background-color: #E5B129;
    border-color: #E5B129;
    color: #FFF;
}

@media (min-width: 768px) {
    .site-header .site-branding img {
        max-height: 100px;
    }

    .col-full {
        max-width: 80em;
        /*margin-left: auto;
        margin-right: auto;
        padding: 0 2.617924em;
        box-sizing: content-box*/
    }
}

@media (max-width: 767px) {
    .site-header .site-branding img {
        max-height: 100px;
    }
}