audio,
canvas {
	display: inline-block;
}

embed,
iframe,
object,
video {
	margin-bottom: 1.6em;
	max-width: 100%;
	vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
	margin-bottom: 0;
}

.page-content,
.entry-content,
.comment-content {
	img.wp-smiley {
		border: none;
		margin-top: 0;
		margin-bottom: 0;
		padding: 0;
	}
}

.site .avatar {
	border-radius: 50%;
}

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
	@include font-size(24);
	margin-top: 0;
	margin-bottom: 1.6em;
}

.wp-playlist {
	&.wp-playlist {
		padding-bottom: 0;
	}
	.wp-playlist-tracks {
		margin-top: 0;
	}
}

.wp-playlist-item {
	.wp-playlist-caption {
		border-bottom: 0;
		padding: 10px 0;
	}
	.wp-playlist-item-length {
		top: 10px;
	}
}

/**
 * Captions
 */

.wp-caption {
	margin-bottom: 1.6em;
	max-width: 100%;
	img[class*="wp-image-"] {
		display: block;
		margin: 0;
	}
}

.wp-caption-text {
	color: $medium-gray;
	color: rgba(51, 51, 51, 0.7);
	@include font-size(19);
	line-height: 1.5;
	padding: 0.5em 0;
}


/**
 * Galleries
 */

.gallery {
	margin-bottom: 1.6em;
}

.gallery-item {
	display: inline-block;
	padding: 1.79104477%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-icon img {
	margin: 0 auto;
}

.gallery-caption {
	color: $medium-gray;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	@include font-size(19);
	line-height: 1.5;
	padding: 0.5em 0;
}

.gallery-columns-6,
.gallery-columns-7,
.gallery-columns-8,
.gallery-columns-9 {
	.gallery-caption {
		display: none;
	}
}

@include media($large-screen-up) {

	.wp-audio-shortcode,
	.wp-video,
	.wp-playlist.wp-audio-playlist {
		@include font-size(22);
		margin-bottom: 1.5em;
	}

	.wp-caption {
		margin-bottom: 1.5em;
	}

	.wp-caption-text {
		line-height: 1.3;
	}

	.gallery-caption {
		line-height: 1.3;
	}

}