/*
Theme Name:     WinterDream Child Theme
Theme URI:      http: //www.voicesrising.org/wp_theme
Description:    Child theme for the WinterDream theme
Author:         Voices Rising
Author URI:     http: //www.voicesrising.org
Template:       winterdream
Version:        0.1.0
*/

@import url("../winterdream/style.css");

.tagline-box {
  float: left;
  padding-top: 1.1em;
  padding-bottom: 1.1em;
  padding-left: 2.8em;
  padding-right: 2.8em;
  font-size: 20px;
  font-family: Lora, Arial, Helvetica, sans-serif;
  font-style: italic;
}

@media screen and (max-width: 782px) {
  .admin-bar #wrapper-header .sticky-nav {
    top: 46px !important;
}
  .tagline-box {
    display: none;
}
}
