/*
Theme Name: Axen
Theme URI: https://themeforest.net/item/axen-personal-portfolio-wordpress-theme/21199994
Author: AthenaStudio
Author URI: https://themeforest.net/user/athenastudio
Description: Axen is a creative, elegant and responsive resume WordPress theme built with Bootstrap framework.
Version: 1.0.4
License: GNU General Public License version 3.0
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: one-column, two-columns, right-sidebar, flexible-header, custom-colors, custom-header, custom-menu, editor-style, theme-options, threaded-comments, translation-ready
Text Domain: axen
*/

/*
 * WordPress Core
 */

.alignnone {
	margin:5px 20px 5px 0 !important;
}

.aligncenter, div.aligncenter {
	display:block;
	margin:25px auto 25px auto !important;
}

.alignright {
	float:right;
	margin:5px 0 20px 20px !important;
}

.alignleft {
	float:left;
	margin:5px 20px 20px 0 !important;
}

.aligncenter {
	display:block;
	margin:25px auto 25px auto !important;
}

a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}

a img.alignnone {
	margin:5px 20px 20px 0;
}

a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}

a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto
}

/* Caption */
.gallery-caption {
	display:block;
}

.wp-caption {
	background:#fff;
	border:1px solid #f0f0f0;
	border-radius:3px;
	max-width:96%;
	padding:10px 10px 5px;
	text-align:center;
}

.wp-caption.alignnone {
	clear:both;
	margin:5px 20px 20px 0 !important;
}

.wp-caption.alignleft {
	margin:5px 20px 20px 0 !important;
}

.wp-caption.alignright {
	margin:5px 0 20px 20px !important;
}

.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	padding:0;
	border-radius:0;
}

.wp-caption p.wp-caption-text {
	color:#666;
	font-size:14px;
	line-height:1em;
	font-style:italic;
	margin-top:10px;
	padding:0;
}

/* Text widget */
.textwidget select {
  	max-width:100%;
}

.textwidget img {
	height:auto;
}

/* Sticky post */
.sticky .post-text.post-text-no-image {
	background:none repeat scroll 0 0 #ddd;
	padding:20px;
}

.sticky.post-item .post-item-body .meta {
	margin-top:0px;
	padding:10px 15px;
	background:#ececec;
}

.sticky.post-item .post-item-body .meta p {
	margin-right:20px;
	margin-top:0px;
}
  
  

