/*
 Theme Name:     Virtue (child theme)
 Theme URI:      https://kadencethemes.com/product/virtue-free-theme/
 Description:    Child Theme created from Virtue by the Webtown Wordpress plugin.
 Author:         Kadence Themes
 Author URI:     https://kadencethemes.com/
 Template:       virtue
 Version:        3.0.0c
 Is Child Theme: Yes
*/

#thelogo {
    margin: 15px 0;
}
#thelogo img {
    max-width: 165px !important;
}

@media (max-width: 767px) {
#thelogo img {
    max-width: 160px !important;
}
}