/*
 Theme Name:   Mike Shreeve
 Description:  A Read child theme for Mike Shreeve website
 Author:       MJL Design
 Author URI:   http://mjldesign.net	
 Template:     read
 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:  read-child
*/


/*===GLOBAL===*/

body {
    color: #000;
}

ul li, ol li{
    margin-bottom: 14px;
}


blockquote{
    text-align: left;
    font-style: normal;
    font-size: 16px;
}



img.alignleft{
float: left;
margin-right: 15px;
margin-bottom: 5px;
}

img.alignright{
    float: right;
    margin-bottom: 5px;
    margin-left: 15px;
}


/*===END OF GLOBAL===*/





/*===HEADER===*/
.site-title a svg{
	    width: 396px;
		fill:#8B8883;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
		}

.site-title a:hover svg{
	    width: 396px;
		fill:#005A99;
}

.brand-promo img{
max-width:200px;
}


/*===END OF HEADER===*/



/*===CONTENT===*/

.blog-posts .entry-title, .portfolio-single .entry-title{
    font-weight: 700 !important;
}

blockquote:before{
display:none;	
}
	/*===BLOG====*/

	
	/*===END OF BLOG===*/

	
	
/*===FOOTER===*/

.site-footer{
background:#000;
}

#footer-top{
    text-align: center;
    padding-top: 40px;
}

#footer-top #footer-logo img{
max-width: 220px;
}

#footer-top #fsocial-icons a{
    color: #000;
    background: #219dce;
    border-radius: 50%;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 31px;
    font-size: 15px;
    margin: 0 4px;
}

.site-footer .site-info, .site-footer .site-info a {
    color: #fff;
}