/*--------------------------------------------------
  Sanford Design - Coming Soon
  Footer Styles
--------------------------------------------------*/

/*--------------------
  Page Footer
--------------------*/
.page-footer {
    background-color: #194A89;
    color: #FFFFFF;
}

.page-footer .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

.page-footer .copyright .item {
    display: inline-block;
}

.page-footer .copyright .separator {
    display: inline-block;
}

.page-footer .credit {
    display: inline-block;
    width: 120px;
}

@media screen and (max-width: 699px) {
    .page-footer .content {
        display: block;
        text-align: center;
    }

    .page-footer .copyright .item {
        margin-top: 0.5em;
        margin-bottom: 0.5em;
    }

    .page-footer .copyright .item:first-child {
        display: block;
    }

    .page-footer .copyright .separator:nth-child(2) {
        display: none;
    }
}
