/*Theme Name: Balloon WP Theme
Theme URI: http://themeforest.net/themes/balloon
Description: The 2014 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 1.2
Author: Pranon WordPress team
Author URI: http://www.pranon.com

License:
License URI:
Tags: green, blue, two-columns, fluid-layout, custom-background, custom-colors, featured-images, theme-options
*/

.wp-caption{
	max-width: 100%;
}
.wp-caption-text{
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 12px;
	font-style: italic;
	line-height: 1.5;
	margin: 9px 0;
}
.sticky .blog-title a{
	color:red;
}
.sticky .blog-title a:hover{
	color: #0099d5;
}
.gallery-caption{
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
	max-height: 50%;
	padding: 6px 8px;
	bottom: 0;
	left: 0;
	width: 100%;
}
.bypostauthor{
	content: "\f408";
	margin: 0 2px 0 -2px;
	position: relative;
	top: -1px;
}
.alignright{
	float: right;
}
.alignleft{
	float: left;
}
.aligncenter{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/*menu and Menu Icon color*/
.about .nav-current, .about .nav-current i{
	border-color:#f66152!important;
	color:#f66152!important;
}
.resume .nav-current, .resume .nav-current i{
	border-color:#d7af0d!important;
	color:#d7af0d!important;
}

.portfolio .nav-current, .portfolio .nav-current i{
	border-color:#3498db!important;
	color:#3498db!important;
}
.blog .nav-current, .blog .nav-current i{
	border-color:#2cc16b!important;
	color:#2cc16b!important;
}
.contact .nav-current, .contact .nav-current i{
	border-color:#424242!important;
	color:#424242!important;
}
.social-icons{
	height: 70px!important;
}