/*
 Theme Name:   Astrid (RelaNet)
 Theme URI:    http://relanet.com
 Description:  Astrid (RelaNet)
 Author:       RelaNet
 Author URI:   http://relanet.com
 Template:     astrid
 Version:      1.0.0
 License:      All Rights Reserved
 Text Domain:  astrid
*/

/*
 * Site Logo
 */

img.custom-logo {

  width: 200px;
  height: 80px;
}

/*
 * Footer
 */

.footer-contact {
  align-items: flex-start;
}

@media only screen and (max-width: 991px) {

    .footer-contact {           
        display: flex; 
        width: 100%;
        border: 0;
        float: none;
    }
}

@media only screen and (max-width: 767px) {
    .footer-contact {
        display: block;
    }
}
