/*
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 enjoy :).
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Version: 1.0.4
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%;
}
select{
	width: 100%;
	display: inline-block;
}
table{
	width: 100%;
	table-layout: fixed; /* Prevents HTML tables from becoming too wide */
	text-align: center;
	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: center;
}
#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;
}
