/*
Theme Name: Bootstrap Canvas WP
Author: Schon Garcia
Author URI: https://wordpress.org/support/profile/schongarcia
Description: The 2014 theme for WordPress built on Bootstrap, a sleek, intuitive, and powerful mobile first front-end framework for faster and easier web development.
Version: 1.62
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, white, light, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, editor-style, featured-images, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
Text Domain: bootstrapcanvaswp

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.
*/

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
	margin: 5px 20px 20px 0;
	max-width: 100%;
	height: auto;
}
.aligncenter, 
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	background: #fff;
	border: #f0f0f0 solid 1px;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: none 0;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}
.gallery-caption{
	font-size: 14px;
	margin-top: -1px;
	padding: 0 9px;
}
.size-auto, 
.size-full, 
.size-large, 
.size-medium, 
.size-thumbnail {
	max-width: 100%;
	height: auto;
}
img.wp-post-image, 
img.attachment-thumbnail, 
img.attachment-medium, 
img.attachment-large, 
img.attachment-full {
	max-width: 100%;
	height: auto;
	margin-bottom: 10px;
}
img.attachment-thumbnail {
	padding: 4px;
	line-height: 1.42857143;
	background-color: transparent;
	border: #ddd solid 1px !important;
	border-radius: 4px;
	transition: all 0.2s ease-in-out;
}
img.attachment-thumbnail:hover, 
img.attachment-thumbnail:focus, 
img.attachment-thumbnail.active {
	border-color: #428bca !important;
}
.sticky {
	border: #e1e1e8 solid 1px;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.bypostauthor {
	border: #e1e1e8 solid 1px;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* =WordPress Posts
-------------------------------------------------------------- */

.entry {
	padding: 15px 15px 5px 15px;
	margin-bottom: 30px;
}
.entry:last-of-type {
	margin-bottom: 0;
}

/* =WordPress Forms
-------------------------------------------------------------- */
#s {
	border-radius: 4px;
}
#searchsubmit, 
#commentform #submit {
	color: #333;
	background-color: transparent;
	border-color: #ccc !important;
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: transparent solid 1px;
	border-radius: 4px;
}
#searchsubmit {
	margin-left: 4px;
}
#searchsubmit:hover, 
#searchsubmit:focus, 
#commentform #submit:hover, 
#commentform #submit:focus {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}
ul.commentlist {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
.commentlist, 
.children,
.children .depth-n {
	list-style: none;
	padding-left: 0;
}
.comment-body {
	padding: 15px;
	margin-bottom: 10px;
}
.avatar {
	width: 64px;
	height: auto;
	float: left;
	margin: 0 10px 0 0;
}
.comment-author.vcard {
	margin-bottom: 5px;
}
.comment-meta.commentmetadata {
	margin-bottom: 10px;
}

/* =WordPress Modules
-------------------------------------------------------------- */
.widget {
	margin-bottom: 10px;
}