/*
 Theme Name:   Well Child Center GeneratePress Child
 Theme URI:    https://wolkodesign.com
 Description:  A customized GeneratePress child theme
 Author:       Mike Rende
 Author URI:   https://wolkodesign.com
 Template:     generatepress
 Version:      0.1
*/

/* container links */
.container-link {
  position:relative
}
.container-link a:before {
  position:absolute;
  top:0px;
  left:0px;
  bottom:0px;
  right:0px;
  content:""
}

/* header spacing */
.inside-header {
  justify-content: space-between;
}
