/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/
.header-widget {
  display: flex;
  column-gap: 20px;	
}
@media (max-width: 768px) {
  .header-widget {
    flex-direction: column;
  }
}
.header-widget a {
  text-decoration: none;
  color: black;
}
.gb-element-5582b61f {
  height: calc(100vh - 155px);
}
.header-widget .social img {
  width: 35px;
  height: 35px;
}
#block-27 {
  display: flex;
  align-items: center;
}