/*
 Theme Name:   Hello Child
 Description:  Hello Child Theme, this is where baby WordPress themes are made.
 Template:     hello-elementor
 Version:      1.0.0
 Text Domain:  helllochild
*/

#site-header .site-logo {
    max-width: 250px;
}

#site-header {
    padding: 20px 0;
}

#legal a {
    color: white !important;
}

#legal a:hover {
    color: #ccc !important;
}

.blog #content {
    padding: 40px 0;
}

#site-header .login a {
  background: #c300b3;
  color: white;
  line-height: 25px;
  border-radius: 3px;
}