/**handles:child-style**/
/*
Theme Name:   Boutros Child
Description:  Child theme for Boutros
Author:       Strategy Collective
Template:     boutros
Version:      1.0.7
*/
footer {
    display:block;
    flex-direction: column;
}

footer .top-footer {
    display: flex;
    flex-direction: column;
}

footer .bottom-footer {
    color: #4f4263;
    padding-top: 20px;
    text-align: center;
}

footer .bottom-footer a {
    text-decoration: none;
    color: #4f4263;
}

footer .bottom-footer a:hover,
footer .bottom-footer a:active,
footer .bottom-footer a:focus,
footer .bottom-footer a:focus-within {
    font-weight: 600;
}

footer .top-footer .fcol1, footer .top-footer .fcol2, footer .top-footer .fcol3 {
    max-width: 100%;
}

footer .top-footer .fcol1 img { display:block; max-width: 100% !important; }

footer .top-footer .fcol2 {
    flex-direction: column;
}

footer .top-footer .locations {
    align-items: flex-start;
    flex-direction: column;
}

footer .top-footer ul.locations li {
    display: flex;
    justify-content: flex-start;
    margin-bottom:10px;
}

footer .top-footer ul.locations li span {
    display:inline-block;
    width: 14px;
    height: auto;
    padding-top: 3px;
}

footer .top-footer ul.locations li span svg {
    display: block;
    max-width:100%;
    height: auto;
}

footer .top-footer .locations li a {
    font-size:16px;
    font-weight:600;
    text-align:left;
    width:calc(100% - 14px);
    padding-left:4px;
}

footer .fsocial { 
    display: flex;
    gap: 18px;
}

footer .fsocial a svg { width: 22px; height: 22px; }
footer .fsocial a svg path { fill: #4f4263; color: #4f4263; }
footer .fsocial a:hover svg path { fill:#6D8DCE; color: #6D8DCE; }

@media screen and (max-width:1023px) {
    footer .top-footer address {
        padding: 0 15px;
    }
    
    footer .top-footer .fcol1 {
        margin-bottom: 20px;
    }
    
    footer .top-footer .fcol1 img {
        margin-bottom: 0;
        margin-left: auto;
        margin-right: auto;
    }
    
    footer .top-footer .fcol3 {
        text-align: center;
    }
    
    footer .top-footer .fsocial { justify-content: center; }
}

@media (min-width:768px) {
    footer .top-footer .fcol2 .fhours {
        padding-left:18px;
    }   
}

@media (min-width:1024px) {
    footer { flex-direction: column; }
    
    footer .top-footer {
        flex-direction: row;
        justify-content: space-between;
    }
    
    footer .top-footer .fcol1, footer .top-footer .fcol2 {
        width: 40%; 
        align-items: flex-start;
        justify-content: flex-start;
    }
    
    footer .top-footer .fcol2 { padding-left: 20px; }
    
    footer .top-footer .fcol3 {
        width: 20%;
        padding-left: 20px;
    }
}