/**
 * Theme Name:          Mai Theme
 * Description:         Mai Theme is a custom child theme for The Genesis Framework.
 * Author:              Mike Hemberger, BizBudding Inc
 * Author URI:          https://bizbudding.com/
 * Version:             1.2.0
 *
 * Template:            genesis
 *
 * License:             GPL-2.0+
 * License URI:         http://www.opensource.org/licenses/gpl-license.php
 */

body {
	background-color: #fff;
	font-family: 'Muli', sans-serif;
	font-weight: 300;
}

h1,
.heading {
	font-weight: 700;
}

.heading {
	text-align: inherit;
}

.author-box-title,
.entry-comments h3,
.comment-respond h3,
.widget-title {
	font-weight: 700;
}

.sidebar .widget-title {
	text-align: center;
	margin-bottom: 32px;
}

.breadcrumb {
	-webkit-font-smoothing: antialiased;
}

.entry-comments .comment-meta {
	-webkit-font-smoothing: antialiased;
}


/** styling added to support SearchWP related content **/
.related-entry-link {
    background-color: #fff;
    color: rgba(0,0,0,.5);
    line-height: 1.5;
    text-decoration: none;
    padding: 16px 24px;
    border: 1px solid rgba(0,0,0,.06);
}

.related-entry-link:hover,
.related-entry-link:focus {
    color: rgba(0,0,0,.7);
    text-decoration: none;
    border-color: rgba(0,0,0,.2);
}

.entry-content .related-entry-link,
.entry-content .related-entry-link:hover,
.entry-content .related-entry-link:focus {
    text-decoration: none;
}

.related-entry-image {
    display: block;
}

