/*
Theme Name: Apart
Theme URI: http://themeforest.net/item/portable-responsive-portfolio-and-business-theme/3828448
Author: BigNet
Author URI: http://themeforest.net/user/bignet
Description: <p><strong>Apart</strong> is a super simple, photoblog-style WordPress theme for sharing your images, videos, articles, quotes and more. Use it as a personal blog or a minimal portfolio to show off your latest works! It has a responsive design meaning your content will be displayed beautifully on all mobile devices.</p>
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: agency, business, clean, corporate design, creative, jquery, minimal, modern, portfolio, post types, professional, responsive, seo, unique, wordpress
Text Domain: gittly
*/
@import url("css/theme.css");
@import url("css/theme-responsive.css");
@import url("css/layout.css");



/* Progress Bar */
.progress-bar {
	background: #e6e7e8;
	height: 30px;
	border-bottom:1px solid #f0f1f1;
	position: relative;
	margin-bottom: 10px;
}
.progress-bar p{
	margin:0px;
	padding:0px;
}
.progress-bar-content {
	background:#f26c4f;
	height: 30px;
	border-bottom:1px solid #f2795f;
}
.progress-bar .progress-title {
	font-size: 13px;
	color: #ffffff;
	font-weight: normal;
	position: absolute;
	top: 3px;
	left: 13px;
}
.progress-bar .percentage {
	font-size: 13px;
	color: #626363;
	font-weight: normal;
	position: absolute;
	top: 10px;
	left: 90%;
}



/*Archive V2*/
.archive_v2{
	width:100%;
	height:auto;
	float:left;
	display:block;
}
.new_col{
	width:33%;
	height:auto;
	display:block;
	float:left;
}
.new_col ul li{
	list-style-type:none !important;
	margin-bottom:0px;
}
.new_col > ul > li > a{
	border-right:1px solid #eeeeee;
	border-bottom:1px solid #eeeeee;
	border-left:3px solid #f26c4f;
	display:block;
	padding:10px;
	background:#f9f9fa !important;
	}
.new_col > ul > li > a:hover{
	background-color:#FFF !important;
}
/*.new_col > ul.by_month > li > a{
	border-left:5px solid #666 !important;
	border-top:2.5px solid #666 !important;
	border-bottom:2.5px solid #666 !important;
}
.new_col > ul.by_category > li > a{
	border-left:5px solid #666 !important;
	border-top:2.5px solid #666 !important;
	border-bottom:2.5px solid #666 !important;
}
.new_col > ul.by_tags > li > a{
	border-left:5px solid #666 !important;
	border-right:5px solid #666 !important;
	border-top:2.5px solid #666 !important;
	border-bottom:2.5px solid #666 !important;
}*/