/*

Theme Name: Pro &ndash; Child Theme
Theme URI: http://theme.co/pro/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to Pro in this child theme.
Version: 1.0.0
Template: pro

*/



.planet5D_right {
	float: right;
       padding-top: 0px;
} 

/* fix the block quote, but unfortunately the color isn't working */
blockquote{
	color: #4E5DA5;
    margin-left: 30px;
    font-size: 100%;
    font-style: italic;
    line-height: 1.6;
	border:0px solid rgba(0,0,0,0.1);
	}
	
/* make the captions not be all caps and so dang small */	
.wp-caption>.wp-caption-text, .wp-caption>.wp-caption-text:last-child, .gallery-item>.wp-caption-text, .gallery-item>.wp-caption-text:last-child {
	text-transform: none;
    font-size: 15px;
}

/* space between paragraph */
p {
margin: 0 0 0.5em;
}
/* space between sentences */
.entry-content {
line-height: 0.6;
}