/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

h2 {
    color: #000;
    padding-left: 15px;
    padding-top: 3px;
    padding-bottom: 3px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #d5e2f8;
    border-left: 5px solid #285095;
}

.separate-containers .inside-article, .separate-containers .comments-area, .separate-containers .page-header, .separate-containers .paging-navigation, .one-container .site-content, .inside-page-header {
    padding: 20px;
}

blockquote {
    border-left: 0px solid rgba(0,0,0,.05);
    padding: 20px;
    font-size: 1em;
    font-style: italic;
    margin: 0 0 1.5em;
    position: relative;
    background: aliceblue;
	    border-radius: 10px;
}

blockquote::before {
    color: #0025ff;
}
blockquote::before {
    content: "\f10d";
    display: table;
    float: left;
    font-family: 'Font Awesome 5 Free';
    font-size: 22px;
    margin-top: -10px;
    font-weight: 900;
    width: 11%;
}
