/*
Theme Name: Rock N Rolla Child
Theme URI: http://bandthemes.net/rock-n-rolla/
Description: Child theme for Rock N Rolla. Customisations live here so they survive parent theme updates.
Author: Dave Simpson
Template: rock-n-rolla
Version: 1.0.0
Text Domain: rock-n-rolla-child
*/

/* Add custom CSS below. The parent theme's stylesheet is loaded automatically. */

.entry-content .entry-summary {
	margin-bottom: 15px;
}

/*
 * The parent theme hides every paragraph inside video posts on the home page
 * (.home .format-video p { display: none }). That also hides our 200-word
 * summary. Re-show just the summary paragraph (more specific, so it wins).
 */
.home .format-video .entry-summary p {
	display: block;
}

/* Make self-hosted (media-library) videos fill the post like YouTube embeds. */
.post-container .wp-block-video {
	margin: 0;
}

.post-container video {
	display: block;
	width: 100%;
	height: auto;
}

/* First-image-in-post shown at the top of a summary (when there's no video). */
.post-container .rnr-summary-media {
	margin: 0;
}

.post-container .rnr-summary-media img {
	display: block;
	width: 100%;
	height: auto;
}
