/*
Theme Name:  Impose
Theme URI:   https://themeforest.net/user/pixelwars/portfolio
Author:      Pixelwars
Author URI:  https://themeforest.net/user/pixelwars
Description: Blog WordPress Theme
Version:     1.2.1
License:     ThemeForest License
License URI: https://themeforest.net/licenses
Tags:        blog
Text Domain: impose
Domain Path: /languages
*/


/*
    Do not remove any of the commented text above as it is used by the theme for proper function!
*/


/* =WordPress Core
-------------------------------------------------------------- */

.aligncenter,
.alignnone,
.alignright,
.alignleft {
    display: block;
	margin: 1.6em auto;
	clear: both;
}

.wp-caption {
	color:#555;
	max-width: 100%;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	padding: 0;
}

.wp-caption-text {
    font-size: 10px;
	margin: 0;
	padding: .8em .1em 0;
	text-align: center;
	color: #333;
	text-transform: uppercase;
}

.entry-content > p:first-child img  {
	margin-top: 0;
}

/* TABLETS */
@media screen and (min-width: 768px) {
	.alignnone {
		margin: 2em 0; 
	}
	
	.aligncenter {
		margin: 2em auto; 
	}
	
	.alignleft,
	.alignright {
		max-width: 50%; 
	}
	
	.alignright {
		float:right;
		margin: .4em 0 1em 2em;
	}
	
	.alignleft {
		float: left;
		margin: .4em 2em 1em 0;
	}
}

