/*
 Theme Name:   Hueman Child
 Theme URI:    http://artofcommunityncw.dev/hueman-child/
 Description:  Hueman Child Theme
 Author:       Gary Hesse
 Author URI:   http://artofcommunityncw.dev
 Template:     hueman
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  hueman-child
*/

body {
    color: #333;
}
.site-image {
    margin: 0;
    max-height: 400px;
    padding: 15px 0;
}
.pullquote-right {
    text-align: right;
}
.entry.excerpt {
    color: #555;
}
.entry .wp-caption-text {
    color: #444;
    line-height: 20px;
    text-align: left;
    padding: 5px 15px 8px;
}
.one-fourth {
    font-size: 80%;
    line-height: 1.3rem;
}
#wrapper {
    padding-right: 8%;
}
/* blockquote modified */
.entry blockquote {
    position: relative;
    color: #777;
    margin: 0 0 20px;
    padding-left: 50px;
    border-width: 1px 0 !important;
    border: 1px solid #ccc;
    padding-top: 20px;
}
.entry blockquote:before {
    content: "\f10d";
    color: #ccc;
    font-size: 32px;
    font-style: normal;
    font-family: FontAwesome;
    text-align: center;
    position: absolute;
    left: 0;
    top: 20px;
}

/* podcast widget */
.s1 .alx-posts .post-item-title {
    font-size: 15px;
    line-height: 1.7em;
}