/*
 Theme Name:     Extra Child Theme
 Theme URI:      https://www.elegantthemes.com/gallery/extra/
 Description:    Extra Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Extra
 Version:        1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */

.post-thumbnail img {
	width:50%;
	margin:0 auto;
}

/*Vertically Centered Text*/
.et_pb_equal_columns >.et_pb_column {
margin-top:auto;
margin-bottom:auto;
}

/*Sponsored Post Pseudo Element*/
div.et_pb_posts_blog_feed_masonry_0 article.category-sponsored .post-title::before {
	content: "SPONSORED";
    background: #189ed2;
	font-size: .75em;
    color: white;
    border-radius: 10px;
    padding: 2px 5px;
    margin-right: 5px;
}

.et_pb_featured_posts_slider_0 article.category-sponsored .entry-title::before {
	content: "SPONSORED";
    background: #189ed2;
	font-size: .75em;
    color: white;
    border-radius: 10px;
    padding: 2px 5px;
    margin-right: 5px;
}
article.single-post-module.category-sponsored .entry-title::before {
	content: "SPONSORED";
    background: #189ed2;
	font-size: .5em;
    color: white;
    border-radius: 10px;
    padding: 2px 5px;
    margin-right: 5px;
}