/**
 * Info Room Footer Styles
 * Extracted from ir-main.css and info-room-main.css
 */

.site-foot {
    position: relative;
    padding: 50px 0;
    min-height: 250px;
    background-color: rgba(170, 170, 170, 0.1);
    font-family: aReg, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.429em;
}

.site-foot .badge {
    position: relative;
    height: 50px;
    width: 50px;    
    margin-left: 2.5%;
    margin-bottom: 30px;
    background-image: url(//alliedfeather.com/wp-content/themes/afd-com/img/AFD-2020-wordmark.min.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.site-foot nav h3 {
    color: #f8f8f9;
    margin-top: initial;
}

.site-foot > ul,
.site-foot nav {
    font-size: 0.75em;
    padding: initial;
    /* margin-left: 5%; */
    /* margin-right: 5%; */
    margin-top: initial;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.site-foot h3 {
    font-weight: bold;
    font-size: 14px;
    line-height: 1.429em;
}

.site-foot section {
    width: 50%;
    box-sizing:border-box;
    padding:0 2.5%;
    margin: auto;
    margin-top: initial;
    margin-left: initial;
    display: inline-block;
    margin-bottom: 5%;
}

.site-foot section:nth-child(odd){
  padding-left:0;
}

.site-foot section:nth-child(even){
  padding-right:0;
}


.site-foot ul > li {
    display: inline-block;
}

@media screen and (min-width: 960px) {
    .site-foot section {
        max-width: 175px;
        margin: auto;
        margin-top: initial;
        margin-left: initial;
        margin-right: 5%;
        display: inline-block;
    }
}

.site-foot ul > li:first-child {
    margin-left: initial;
}

.site-foot ul > li:last-child {
    margin-right: initial;
}

.site-foot li ul,
.site-foot section ul {
    padding: initial;
}

.site-foot li ul li,
.site-foot section ul li {
    display: block;
}

.site-foot .subnav {
    padding-bottom: 1.49em;
}

@media only screen and (min-width: 768px) {
    .site-foot .badge {
        position: absolute;
        top: 40px;
        margin-bottom: initial;
    }

    .site-foot > ul,
    .site-foot nav {
        margin-left: 16%;
        margin-right: 16%;
    }

    .site-foot section {
        margin-right: auto;
        margin-bottom: auto;
        min-width: 15%;
    }

    .site-foot li ul li,
    .site-foot section ul li {
        margin-bottom: 1em;
    }
}
