/*
 Theme Name:       UW WordPress Theme - Child Theme
 Theme URI:        https://github.com/uweb/uw_wp_theme_child
 GitHub Theme URI: https://github.com/uweb/uw_wp_theme_child
 Primary Branch:   main
 Author:           UW Web Team
 Author URI:       https://github.com/uweb
 Description:      A child theme based on the UW WordPress Theme
 Template:         uw_wp_theme
 Version:          1.1
 License:          GNU General Public License v2 or later
 License URI:      http://www.gnu.org/licenses/gpl-2.0.html
 Tags:             two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:      uw_wp_theme_child
*/
header.site-header div.navbar .site-branding .uw-wordmark {
 text-indent: -9999px;
 color: #fff;
 width: 260px;
 height: 61px;
display: block;
position: absolute;
top: 20px;
left: 130px;
 background: url(logowhite.png) no-repeat;
 transform: scale(.8);
}
@media only screen and (max-width: 767px){
header.site-header div.navbar .site-branding .uw-wordmark {
top: -2px;left: 70px;margin-top: -3px;}
}