.site-footer {
    margin-top: 30px;
    background-color: #f2f2f2; }
.site-footer .footer-contact {
    padding-top: 15px;
    font-size: 12px;
    font-weight: 300; }
@media (max-width: 1200px) {
    .site-footer .footer-contact {
        padding-left: 10px;
        padding-right: 10px; } }
.site-footer .footer-contact span {
    display: inline-block; }
.site-footer .footer-contact span:first-of-type {
    margin-right: 20px; }
.site-footer .footer-copy-info {
    border-top: 1px solid #e1e1e1;
    margin-top: 15px;
    padding-bottom: 15px;
    padding-top: 15px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 12px;
    font-weight: 300; }
.site-footer .footer-copy-info p {
    margin-bottom: 0; }
@media (max-width: 1200px) {
    .site-footer .footer-copy-info {
        padding-left: 10px;
        padding-right: 10px; } }
@media (max-width: 768px) {
    .site-footer .footer-copy-info p {
        text-align: left; } }
