/*
 Theme Name:     Divi Child Theme
 Theme URI:      http://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Doug Cadmus	
 Author URI:     http://www.staging1.bloggle.com
 Template:       Divi
 Version:        1.0.0
*/
 
@import url("../Divi/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */


/* Feature Image Caption */
.feature-image_caption {
	font-size: 90%;
	text-align:right;
	font-style:italic;
}	

/* Tweak top padding for posts under captions */
.et_pb_post .entry-content, .project .entry-content {
padding-top: 15px;
}

/* Reduces the YARPP plugin title font size and displays more than two title lines */
.yarpp-thumbnail {
	height: 200px !important;
}

.yarpp-thumbnail-title {
	font-size: .8em !important;
	max-height: 4em !important;
}

/* iPad Fix (this specific fix has been superseded with a fix in the Divi theme CSS (06-24))
@media only screen and (max-width: 1100px) and (min-width: 981px) {
	.et_pb_column_4_4 .et_pb_blog_grid .et_pb_post {
		width: 252px;
		margin-right: 30px;
	}
}
*/



