/*----------------------------------------------------------
   ## wordpress require
----------------------------------------------------------*/
.alignleft {display: inline; float: left; margin-right: 1.625em; margin-bottom:1em;}
.alignright {display: inline;float: right;margin-left: 1.625em;  margin-bottom:1em;}
.aligncenter {clear: both;display: block;margin-left: auto;margin-right: auto;}
	
.wp-caption {margin-top: 0.4em;}
.wp-caption {margin-bottom: 1.625em;max-width: 96%;padding: 9px;}
.wp-caption img {display: block;margin: 0 auto;max-width: 98%;}
.wp-caption .wp-caption-text, .gallery-caption { font-family: Georgia, serif;font-size: 12px;}
.wp-caption .wp-caption-text {margin-bottom: 0.6em;padding: 10px 0 5px 40px;position: relative;}
.wp-caption .wp-caption-text:before {color: #666;content: '\2014';font-size: 14px;font-style: normal;font-weight: bold;margin-right: 5px;position: absolute;left: 10px; top: 7px; }

.sticky{ background:#f1f1f1; padding:25px;  -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px;}
	
.tagmeta{ padding-top:0; margin-bottom:20px; }
.tagmeta a{ padding:2px 10px; background:rgba(0,0,0,.06); display:inline-block; margin-right:5px; text-decoration:none; color:#999; font-size:11px; margin-bottom:5px;
	-webkit-border-radius:3px;
	   -moz-border-radius:3px;
			border-radius:3px;
}
.tagmeta a:hover{ color:#FFF; background:#d44646; text-decoration:none; }

.form-allowed-tags{ display:none; }


/*----------------------------------------------------------
   ## Widgets (Wordpress deafult widgets)
----------------------------------------------------------*/
.widget_meta ul,
.widget_pages ul,
.widget_nav_menu ul,
.widget_recent_entries ul,
.widget_archive ul,
.widget_categories ul
.widget_recent_comments ul{ margin-left:0px !important; list-style-type:none; }

.widget_recent_comments ul#recentcomments{ margin-left:0px !important;}

.widget_meta ul li,
.widget_pages ul li,
.widget_nav_menu ul li,
.widget_recent_entries ul li,
.widget_archive ul li,
.widget_categories ul li,
.widget_recent_comments ul li{ margin:0; padding:0; border-bottom:solid 1px; padding-bottom:7px; padding-top:7px; display:block; }

.widget_meta ul li:before,
.widget_pages ul li:before,
.widget_nav_menu ul li:before,
.widget_recent_entries ul li:before,
.widget_archive ul li:before,
.widget_categories ul li:before,
.widget_recent_comments ul li:before{ 
	display: inline-block; 
	font-family: FontAwesome; 
	font-size:120%; 
	margin-right:7px; 
	content: "\f105"; 
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale; 
}

.widget_meta ul li a,
.widget_pages ul li a,
.widget_nav_menu ul li a,
.widget_recent_entries ul li a,
.widget_archive ul li a,
.widget_categories ul li a,
.widget_recent_comments ul li a{ text-decoration:none; }

.widget_meta ul li a:hover,
.widget_pages ul li a:hover,
.widget_nav_menu ul li a:hover,
.widget_recent_entries ul li a:hover,
.widget_archive ul li a:hover,
.widget_categories ul li a:hover,
.widget_recent_comments ul li a:hover{  }

.widget_nav_menu ul li ul.sub-menu li:before{
	display: inline-block;
	font-family: FontAwesome;
	font-size: 70%;
	margin-right: 7px;
	margin-left:10px;
	content: "\f10c";
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.widget_nav_menu ul li ul.sub-menu li:last-child{ border-bottom: solid 0px; margin-bottom: 0px; padding-bottom: 0px; }

/*--- Archives ---*/
.widget_archive ul li:before { content: "\f073"; }

/*--- Post List ---*/
.widget_recent_entries ul li:before { content: "\f016"; }

/*--- Rss ---*/
.widget_rss ul li:before { content: "\f09e"; }

/*--- Categories ---*/
.widget_categories ul li:before { content: "\f07b"; }

/*-- -recent Comments ---*/
.widget_recent_comments ul li:before { content: "\f086"; }


/*-- -buddypress members widge ---*/
.buddypress.widget ul.item-list{
	margin-left:0px !important;
}


/*--Tags
----------------------------------------------*/
.tagcloud a {
	padding:2px 9px 2px 9px; 
	font-weight:400; 
	margin: 0px -2px 2px 0px; 
	display:inline-block;  
	-moz-transition:.8s linear; 
	-webkit-transition:.8s ease-out; 
	transition:.8s linear; 
	font-size:12px !important;
}
.tagcloud a:hover {
	-moz-transition:.01s linear; 
	-webkit-transition:.01s ease-out; 
	transition:.01s linear;
}


/*--calendar
----------------------------------------------*/
.widget_calendar table#wp-calendar { width:100%;}
.widget_calendar table td {border:none}
.widget_calendar table#wp-calendar>tbody>tr>td>a {}
.widget_calendar table#wp-calendar>tbody>tr>td>a:hover {background:none;}
.widget_calendar table#wp-calendar caption {font-size:14px; text-align:left;}
.widget_calendar thead>tr>th {width:14.2857%; padding:5px 0px 6px 0px; text-align:center; border:1px solid;	 font-weight:400; color: #FFF !important;}
.widget_calendar tbody>tr>td {width:14.2857%; padding:5px 0px 6px 0px; text-align:center;	border:1px solid; }
.widget_calendar tfoot>tr>td>a, tfoot>tr>td>a:link, tfoot>tr>td>a:visited, tfoot>tr>td>a:hover, tfoot>tr>td>a:active {height:20px;}
.widget_calendar tfoot>tr>td#prev {width:58px;	height:20px;	text-align:left; border:none;	background:none;}
.widget_calendar tfoot>tr>td#next {width:58px; height:20px;	text-align:right; border:none;	background:none;}
.widget_calendar tfoot>tr>td#prev a:hover, tfoot>tr>td#next a:hover {background:none;}


/*--Search Form
----------------------------------------------*/
.widget_search{ clear:both; }
.widget_search input[type="text"]{ 
	-moz-border-radius:    4px 0px 0px 4px; 
	-webkit-border-radius: 4px 0px 0px 4px; 
	border-radius:         4px 0px 0px 4px;
	float:left;
	padding: 6px 4px;
	outline: none;
	margin: 0;
	width: 65% !important;
	display: block;
	margin-bottom: 0px;
	height: 30px;
}
.widget_search label{ display:none; }
.widget_search input[type="submit"]{
	-moz-border-radius:    0px 4px 4px 0px; 
	-webkit-border-radius: 0px 4px 4px 0px; 
	border-radius:         0px 4px 4px 0px; 
	float:left;
	border:none;
	width:30%;
	margin:0;
	padding:0;
	padding: 6px 4px;
	border: 1px solid transparent;
	cursor:pointer;
}
.widget_search input[type="submit"]:hover {
	opacity:0.9;
	-moz-transition:.8s linear; 
	-webkit-transition:.8s ease-out; 
	transition:.8s linear; 
}

/*----------------------------------------------------------
   ## Pagination
----------------------------------------------------------*/
.contentnav { clear: both; overflow: hidden; padding-top: 30px; border-top: 1px solid #F3F3F3; }
.contentnav div { width: 35%; }
.contentnav div.right { text-align: right; }
.contentnav div span {display: block;font-size: 80%;	margin-bottom: 5px;color: #BBBBBB;text-transform: uppercase;}

.pagenav {clear: both;}
.pagenav span,
.pagenav a {border: 1px solid #EEEEEE; padding: 5px 10px; text-decoration:none;}
.pagenav a:hover {border: 1px solid #DDDDDD;}
.pagenav span.current {background: #FAFAFA; color: #444444; font-weight: 600;}
	
.page_nav_link{ border-top:solid 1px #EEEEEE; margin-bottom:30px; margin-top:30px;  }
.page_nav_link a {border: 1px solid #EEEEEE; padding: 5px 10px; text-decoration:none; border-top:none; display:inline-block;}
.page_nav_link a:hover {border: 1px solid #DDDDDD; border-top:none;}
.page_nav_link > span {background: #FAFAFA; color: #444444; font-weight: 600; padding: 5px 10px; display:inline-block;}



/*----------------------------------------------------------
   ## Wordpress Comments
----------------------------------------------------------*/
#comments #respond input[type="submit"]{ 
	background:#d44646;
	float:left;
	border:none;
	color:#FFF;
	width:200px;
	margin:0;
	padding:0;
	padding: 6px 4px;
	border: none;
	cursor:pointer;
}
#comments #respond input[type="submit"]:hover {
	opacity:0.9;
	-moz-transition:.8s linear; 
	-webkit-transition:.8s ease-out; 
	transition:.8s linear; 
}
#comments #respond input[type="text"]{

}
#comments #respond textarea{
	width:100%;	
}

.comment-form-author{ width: 32.0%; float:left; margin-bottom:0px; }
.comment-form-email{ width: 32.0%;  float:left; margin-left: 13px; margin-right: 12px; margin-bottom:0px; }
.comment-form-url{ width: 32.0%;  float:left; margin-bottom:0px; }
.comment-form-comment label{ display:none; }

.comment-form-author input[type=text], .comment-form-comment textarea, .comment-form-email input[type=text], .comment-form-url input[type=text]{
	padding: 10px!important;
	width: 100%;
	border: 0px;
	border-bottom: 1px solid #fff;
	font-size: 12px;
	line-height: 22px;
	color: #555;
	background-color: #ededed;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
	-o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}	


/* =Comments
-----------------------*/
#comments-title {
	color: #666;
	font-size:20px;
	font-weight: 500;
	text-transform: uppercase;
}
.nopassword,
.nocomments {
	color: #aaa;
	font-size: 24px;
	font-weight: 100;
	margin: 26px 0;
	text-align: center;
}
.commentlist {
	list-style: none;
	margin-left:0px;
	margin-bottom:40px;
}
.content .commentlist,
.page-template-sidebar-page-php .commentlist {
	width: 100%; /* reset the width for the one-column and sidebar page layout */
}

.commentlist li.comment > div {
	background-color:@inner_bg2_color;
	margin: 0;
	overflow: hidden;
	padding: 25px;
	margin-top: 2em;
	position: relative;
	padding-left: 116px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.commentlist li.comment > div img.avatar {
	position: absolute;
	left: 29px;
	top: 29px;
}
.commentlist .reply {
	position: absolute;
	top: 29px;
	right: 29px;
}
.commentlist > li.comment {
	/*background: #f6f6f6;
	border: 1px solid #ddd;*/
	margin: 0 0 1.625em;
	/*padding: 1.625em;*/
	position: relative;
}
.commentlist > li.comment .comment-author .fn a{ text-transform:capitalize; }
.commentlist > li.comment .comment-body p{ margin-bottom:0px; margin-top:10px; }


.commentlist .pingback {
	margin: 0 0 1.625em;
	padding: 0 1.625em;
}
.commentlist .children {
	margin-left: 0px!important;
	padding-left: 40px;
	border-left: 1px solid @inner_link_color;
}
.commentlist .children li.comment {
	/*background: #fff;
	border-left: 1px solid #ddd;*/
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	margin: 1.625em 0 0;
	/*padding: 1.625em;*/
	position: relative;
}
.commentlist .children li.comment .fn {
	display: inline-block;
	margin-left:00px;
}
.comment-meta .fn {
	font-style: normal;
}
.comment-meta {
	color: #666;
	font-size: 12px;
	line-height: 2.2em;
}
.commentlist .children li.comment .comment-meta {
	line-height: 1.625em;
	margin-left: 0px;
	margin-bottom:0px;
}
.commentlist .children li.comment .comment-content {
	margin: 1.625em 0 0;
}
.comment-meta a {
	font-weight: bold;
}
.comment-meta a:focus,
.comment-meta a:active,
.comment-meta a:hover {
}
.commentlist .avatar {
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 1px 2px #ccc;
	-moz-box-shadow: 0 1px 2px #ccc;
	box-shadow: 0 1px 2px #ccc;
	left: -60px;
	padding: 0;
	position: absolute;
	top: 0;
}
.commentlist > li:before {
	left: -21px;
	position: absolute;
}
.commentlist > li.pingback:before {
	content: '';
}
.commentlist .children .avatar {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	left: 15px;
	padding: 0;
	top: 20px;
}
a.comment-reply-link {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	display: inline-block;
	font-size: 12px;
	padding: 0 8px;
	text-decoration: none;
}
a.comment-reply-link:hover,
a.comment-reply-link:focus,
a.comment-reply-link:active {
	background: #888;
	color: #fff;
}
a.comment-reply-link > span {
	display: inline-block;
	position: relative;
	top: -1px;
}

/* Post author highlighting */
.commentlist > li.bypostauthor {
	/* background: #ddd;
	border-color: #d3d3d3; */
}
.commentlist > li.bypostauthor .comment-meta {
	color: #575757;
	font-size: 11px;
	line-height: 15px;
}
.commentlist > li.bypostauthor .comment-meta a{ font-weight:300; }
.commentlist > li.bypostauthor .comment-meta a:focus,
.commentlist > li.bypostauthor .comment-meta a:active,
.commentlist > li.bypostauthor .comment-meta a:hover {
}
.commentlist > li.bypostauthor:before {
}
	
/* Post Author threaded comments */
.commentlist .children > li.bypostauthor {
	/*background: #ddd;
	border-color: #d3d3d3;*/
}
	
/* sidebar-page.php comments */
/* Make sure we have room for our comment avatars */
.page-template-sidebar-page-php .commentlist > li.comment,
.page-template-sidebar-page-php.commentlist .pingback {
	margin-left: 102px;
	width: auto;
}
	
#reply-title {
	color: #373737;
	font-size: 19px;
	line-height: 22px;
	margin-bottom: 12px;
}
.comment-notes{ font-size:12px; padding-bottom: 27px; }



#cancel-comment-reply-link {
	color: #888;
	display: block;
	font-size: 10px;
	font-weight: normal;

	line-height: 2.2em;
	letter-spacing: 0.05em;
	position: absolute;
	right: 1.625em;
	text-decoration: none;
	text-transform: uppercase;
	top: 1.1em;
}
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:hover {
	color: #ff4b33;
}