.wp-embed {
	padding: 0px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	color: #000;
	background: #fff;
	border: 0;
	-webkit-box-shadow:  0 0 0 !important;
	box-shadow: 0 0 0 !important;
	overflow: auto !important;
	padding-right: 70px;
	display: grid;
	grid-template-areas: "image title";
}
.wp-embed .wp-embed-featured-image {
	grid-area: image;
}
.wp-embed .wp-embed-heading {
	grid-area: title;
}
.wp-embed, .wp-embed-share-input {
	font-family: 'Lora', Georgia, serif;
}
.wp-embed-heading,
.wp-embed-heading a {
	font-family: 'Lora', Georgia, serif;
	font-weight: 700;
	color: #000;
	font-size: 22px;
	line-height: 29px;
}
.wp-embed-featured-image.square,
.wp-embed-featured-image.rectangular {
	max-width: 190px;
	margin-right: 20px;
	max-height: 120px;
	margin-bottom: 0px !important;
	overflow: hidden;
}
.wp-embed-footer {
	display: table;
	width: 0;
	margin-top: 0px;
}
.wp-embed-heading {
	margin-top: -7px;
}
.byline,
.category-distinction {
	margin-right: 5px;
	color: #db0b00;
	font-size: 11.5px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: .25px;
	display: block;
	clear: both;
}
.byline {
	padding-top: 6px;
}
.byline span {
	text-transform: capitalize !important;
}
.wp-embed-share-dialog.hidden {
 	display: none !important;
 }
 .wp-embed-share-dialog {
	 display: none !important;
}
@media only screen and (max-width: 600px) {
	.wp-embed-heading {
		margin-top: -4px;
		padding-bottom: 4px;
	}
}
@media only screen and (max-width: 600px) and (min-width: 531px) {
	.wp-embed {
		padding: 0;
	}
	.wp-embed-heading, .wp-embed-heading a {
		font-size: 22px;
		line-height: 25px !important;
	}
	.wp-embed-featured-image.square,
	.wp-embed-featured-image.rectangular {
		margin-bottom: 0px !important;
		margin-right: 15px !important;
		max-width: 170px;
	}
}
@media only screen and (max-width: 530px) and (min-width: 431px) {
	.wp-embed-featured-image.square,
	.wp-embed-featured-image.rectangular {
		margin-right: 15px !important;
		max-width: 170px;
	}
	.wp-embed {
		padding: 0;
	}
	.wp-embed-heading, .wp-embed-heading a {
		font-size: 18px;
		line-height: 21px !important;
	}
}
@media only screen and (max-width: 430px) and (min-width: 0px) {
	.wp-embed-featured-image.square,
	.wp-embed-featured-image.rectangular {
		max-width: 125px;
		margin-right: 10px;
	}
	.wp-embed {
		padding: 0 20px 0 0;
	}
	.wp-embed-heading, .wp-embed-heading a {
		font-size: 16px;
		line-height: 19px !important;
	}
}