/*
 Theme Name:   GeneratePress Child
 Theme URI:    http://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Thomas Usborne
 Author URI:   http://edge22.com
 Template:     generatepress
 Version:      0.1
 Tags: two-columns, three-columns, one-column, right-sidebar, left-sidebar, fluid-layout, responsive-layout, custom-header, custom-background, custom-menu, custom-colors, sticky-post, threaded-comments, translation-ready, featured-images, theme-options, light, white, dark, black, blue, brown, gray, green, orange, pink, purple, red, silver, tan, yellow
*/


.inside-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.inside-header-middle {
  display: flex;
  flex-grow: 1;
}

.servicewhale-btn {
  flex-grow: 1;
  width: 210px;
  text-align: center;
  line-height: 1;
}
.servicewhale-btn-title {
  margin-bottom: 5px;
  font-style: italic;
}

.main-navigation .main-nav ul li a {
  padding-left: 14px;
  padding-right: 14px;
}
	
@media (max-width: 768px) {
  .inside-header {
    flex-direction: column;
  }
  .inside-header .main-navigation {
    align-self: normal;
  }
}
