/*
*	Author: Raye Daniels
*	Author URI: https://www.linkedin.com/in/rayedaniels
*
*
*	These styles should be moved to a child theme.
*
*	They should be used sparingly... 
* 	Because they override default typal behavior they are all GLOBAL changes.
*
*	SITE-WIDE ... ALL modes ( mobile / tablet / desktop )
*
*/
/* SIDEBARS */
.widget-area .widget {
  margin: 0 0 30px;
}
.single .site-content .entry-title {
  font-size: 25px;
  line-height: 1.2;
  margin-bottom: 20px;
}
#home-emphasis h3,
#home-posts h3 {
  font-size: 25px;
  line-height: 1.2;
  margin-bottom: 20px;
  font-weight: normal;
}
.site-header .site-branding {
  padding: 0;
}
.site-footer {
  padding: 40px 10px;
}
