/*
Theme Name: Dorsey Quirky Employment Questions
Description: A custom theme for Dorsey's Labor & Employment Practice Group, based on the Hueman theme
Author: Sara M / Clearview Social
Author URI: https://clearviewsocial.com
Text Domain: dorsey_qq-child
Template: hueman
Version: 1.0
*/

/*
* The main css stylesheet of the Hueman theme is located in parent theme /assets/front/css/main.css
*/

.page-title-wrapper {
  background-color: white;
  border-radius: 15px;
  padding: 0px 20px 10px;
}

.page-title-wrapper .page-title.pad.group {
    display: block;
    margin-bottom: 16px;
}

.page-title-wrapper .author-biography {
    display: flex;
    padding-bottom: 16px;
}

.page-title-wrapper .author-biography .bio-avatar {
    margin-right: 32px;
}

.page-title-wrapper .author-biography .bio-desc {
    flex-basis: 75%;
}

.page-title-wrapper .author-biography .bio-desc .bio-link {
    margin-top: 16px;
}