/*
 Theme Name:   GeneratePress Child
 Theme URI:    http://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Thomas Usborne
 Author URI:   http://edge22.com
 Template:     generatepress
 Version:      0.1
 Tags: two-columns, three-columns, one-column, right-sidebar, left-sidebar, fluid-layout, responsive-layout, custom-header, custom-background, custom-menu, custom-colors, sticky-post, threaded-comments, translation-ready, featured-images, theme-options, light, white, dark, black, blue, brown, gray, green, orange, pink, purple, red, silver, tan, yellow
*/
body {
	background-size: 100%;
}
.separate-containers .site-main {
    margin-top: 10px;
}
.separate-containers .inside-article {
    background: rgba(251,251,251, .85);
}
h4 {
	font-size: 22px;
	color: #073cda;
}
h5 {
	font-size: 20px;
	color: #e87357;
}
h6 {
	font-size: 18px;
	color: #f54949;
}
.sidebar .widget .widget-title {
      color: #e87357;
}
.lsicon-gplus {
    font-family: Arial;
}
.lsicon-gplus:before {
    content: 'g';
}
.lsicon-snapchat:before {
    content: url(/images/snapchat-icon.png);
    font-family: arial, sans-serif;
    font-size: 22px;
}
.bioPic, .bookCover {
    width: 275px;
    float: none;
    background: #fff;
    padding: 10px;
    box-shadow: 0 0 15px #ccc;
    -moz-box-shadow: 0 0 15px #ccc;
    -webkit-box-shadow: 0 0 15px #ccc;
    margin: 0 auto 20px auto;
}
@media only screen and (min-width: 897px) {
.bioPic, .bookCover {
    width: 275px;
    float: right;
    background: #fff;
    padding: 10px;
    box-shadow: 0 0 15px #ccc;
    -moz-box-shadow: 0 0 15px #ccc;
    -webkit-box-shadow: 0 0 15px #ccc;
    margin: 0 0 20px 50px;
}
}
hr {
    background-color: rgba(232,115,87,.35);
    border: 0;
    height: 5px;
    margin-bottom: 40px;
    margin-top: 40px;
}