/*
Theme Name: Signature
Theme URI: http://www.codexcoder.com/
Author: CodexCoder
Author URI: http://www.codexcoder.com
Description: Signature is Resume, CV WordPress Theme for any kind of Personal website. Powerful admin panel and page builder included for created unlimited page.
Version: 1.0.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: signature
Tags: black, white, light, sticky-post, theme-options, translation-ready, full-width-template, post-formats, left-sidebar, right-sidebar, responsive-layout

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Signature is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset Wordpress
2.0 Widgets
3.0 Comments
4.0 Media
   4.1 Captions
   4.2 Galleries
   4.3 Tag
   --------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Reset Wordpress
--------------------------------------------------------------*/
body.admin-bar .navbar-fixed-top {
	top: 28px;
}
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}
.tags-links {
	text-transform: capitalize;
}
.error-404 h1 {
	text-align: center;
}
.featured-image {
	position: relative;
	margin-bottom: 10px;
}
.sticky {
	background: #eee;
	padding: 10px;
}
.entry-footer {
	margin-bottom: 20px;
}
.view-all {
	text-align: center;
}
.btn.custom-btn {
	border: 1px solid;
}
/*--------------------------------------------------------------
2.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}
/* Make sure select elements fit in widgets */
.widget select {
	width: 100%;
	padding: 10px;
}
/* Search widget */
.widget_search .search-submit {
	display: none;
}
#searchform {
	position: relative;
}
#searchform input {
	padding: 10px;
	height: 45px;
	border-radius: 0;
	float: left;
}
#searchform .btn{
	position: absolute;
	border-radius: 0;
	right: 0;
	padding: 11px 20px;
	background: none;
}
#searchform .btn:focus, 
#searchform .btn:active:focus, 
#searchform .btn.active:focus {
	outline: none;
	box-shadow: none;
}
/*--------------------------------------------------------------
3.0 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
	display: block;
}
/*--------------------------------------------------------------
4.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
/*--------------------------------------------------------------
4.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
/*--------------------------------------------------------------
4.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
4.3 Tag
--------------------------------------------------------------*/
.tagcloud a {
	display: inline-block;
	padding: 5px 10px;
	margin: 4px 2px;
	background-color: #f7f7f7;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.edit-link {
	margin-left: 5px;
	float: right;
}