/*
Theme Name: WG Piccolo
Theme URI: 
Author: Masum Billah
Author URI: http://getmasum.net
Description: This is WG Piccolo Responsive WordPress Theme made with bootstrap. You can use this theme for creating nice blog. All sections are beautiful. I think you would like this theme.Also you can find theme customize options from Customize under Appearance and Also Included Theme Option enjoy :).
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Version: 1.0.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-background, custom-menu, editor-style, featured-images, flexible-header, sticky-post, translation-ready
Text Domain: wgpiccolo

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.

*/

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

img{
	display: inline-block;
	max-width: 100%;
}
.sidebar select{
	width: 100%;
	display: inline-block;
}
table{
	width: 100%;
	border-collapse: separate;
}
th{
	vertical-align: top;
}
.page-header h1{
	margin-top: 0;
}
table caption {
  margin-bottom: 5px;
}
#calendar_wrap{
	
}
.sidebar li{
	position: relative;
}
.sidebar li:before{
	font: 13px/17px 'FontAwesome';
	position: absolute;
	content: '\f055';
	left: -20px;
	color: #000;
	font
}
.single-widget {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
}

table th, table td {
  border-collapse: collapse;
  text-align: left;
}
#menu-footer{margin:0; padding: 0;}
#menu-footer li{
	border-left: 1px solid #fff;
	display: inline-block;
	line-height: 11px;
	margin-left: 8px;
	padding-bottom: 0;
	padding-left: 10px;
}
#menu-footer li:first-child{
	border: none;
}

.sticky {
	display: block;
}

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}
.post-summary-footer a.btn {
  margin-bottom: 10px;
}

table {
    border-bottom: 1px solid #ededed;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    line-height: 2;
    margin: 0 0 20px;
    width: 100%;
}
caption, th, td {
    font-weight: normal;
    text-align: left;
}
caption {
    font-size: 16px;
    margin: 20px 0;
}
th {
    font-weight: bold;
    text-transform: uppercase;
}
td {
    border-top: 1px solid #ededed;
    padding: 6px 10px 6px 0;
}
del {
    color: #333;
}
blockquote {
  border-left: 5px solid #00bff3;
  font-size: 16px;
  font-style: italic;
  line-height: 24px;
}
dl {
  margin: 0 20px;
}
#comment{
	margin-bottom: 15px;
}
.tagcloud a{
	border: 1px solid #ccc;
	color: #333;
	display: inline-block;
	font-size: 12px !important;
	margin: 0 10px 10px 0;
	padding: 10px 15px;
	transition: all 0.5s ease 0s;
	
}
.tagcloud a:hover{
	background: #00bff3;
	color: #fff;
	border-color: #00bff3;
	text-decoration: none;
}
select {
  display: inline-block;
  max-width: 100%;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  background-color: transparent;
  border: 1px solid #cccccc;
  box-shadow: none;
  transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
  padding: 10px;
}
.input-append .add-on, .input-prepend .add-on {
    display: inline-block;
    width: auto;
    height: 32px;
    min-width: 27px;
    padding: 4px 5px;
    font-size: 14px;
    font-weight: normal;
    line-height: 32px;
    text-align: center;
    text-shadow: 0 1px 0 #ffffff;
    background-color: #eeeeee;
    border: 1px solid #ccc;
}
input[type="radio"], input[type="checkbox"] {
  cursor: pointer;
  line-height: normal;
  margin: 0;
  
}
.center-block {
  float: inherit;
  margin: 0 auto;
}
.not-found{
	margin-top: 30px;
	text-align: center;
}
.pagination ul > li > a, .pagination ul > li > span {
  background-color: #f8f8f8;
}