/*
Theme Name: Queeny Child Theme
Theme URI: http://queeny.like-themes.com/
Author: Like Themes
Author URI: http://like-themes.com/
Description: Blank Child Theme for Queeny
Template: queeny
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: four-columns, right-sidebar, full-width-template
Text Domain: queeny

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

.wp-caption-text-main{
    text-align: center;
    background-color: #f3f3f3;
	font-size: 11px;
    line-height: 1.65em;
    padding: 4px;
	float: left;
	width: 100%;
	margin-bottom: 15px;
}

.wp-caption-img, .wp-caption-img{
	float: left;
	width: 100%;
	text-align: center;
}

.blogsingleimage .wp-caption-img img, .blogimage .wp-caption-img img{
	/* float: left; */
}

.blog-post p a {
	color: var(--main);
	font-weight: bold;
}
.blog-post p a:hover{
	text-decoration: underline;
}