/*
Theme Name: wp-bootstrap
Theme URI: http://markethardware.com
Description: Market Hardware's Wordpress Template for Blog integration.
Version: 3.0
Author: Market Hardware, Inc.
Author URI: http://markethardware.com
License: GNU General Public License v2.0 & Apache License 2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html http://www.apache.org/licenses/LICENSE-2.0
*/
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}
.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;
}
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: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  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: 0 none;
  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;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
.lead {
  font-size: 1em;
}
/* Custom Styles */
/* header image with overlay on home page of blog */
.featured-image-overlay {
  position: relative;
  width: 100%; 
  background-color: rgba(0,0,0,.8);
}

.featured-image-overlay img {
width:100%;
	opacity: .8;
}
.featured-image-overlay a:hover > img{
	opacity: 1;
	transition: all .5s ease;
}
.overlay {
  width:100%;
  height: 100%;
  top:0px;
  left:0px;
}
.featured-image-overlay h2 {
  color: #fff;
	font-size: 1.3em;
}
.featured-image-overlay .post-title {
  color: #fff;
  font-size: 30px;
  line-height: 1.5em;
  text-shadow: 2px 2px 2px #000;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
div.no-image {
	min-height: 450px;
	background-color: #00a94f;
	width: 100%;
}
/* Addtl customizations */
select#cat {
  font-size: .75em;
  width: 100%;
}
.vertical-center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap
}
.post-info h2 {
  margin: 0;
}
.featured-margin {
  margin-bottom: 1em;
}
.widgettitle {
  font-size: 1.167em;
  font-weight: 300;
}
.page-header {
  padding-bottom: 0;
  margin: 40px 0 20px;
  border-bottom: 1px solid transparent;
}
.page-header a {
  text-decoration: none;
}
.widget a {
  font-size: 0.778em;
  font-weight: 300;
  line-height: 1.111em;
  letter-spacing: -0.025em;
}
a.label {
  display: inline-block;
  background: rgba(51, 51, 51, 0.6);
  margin-right: 10px;
  font-size: 0.778em;
  padding: 2px 5px;
  text-decoration: none;
}
a.label:focus, a.label:hover {
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
  background: rgba(51, 51, 51, 0.4);
}
.meta {
  font-size: 0.778em;
}
img.alignright {
  float: right;
  margin: 0 0 1em 1em
}
img.alignleft {
  float: left;
  margin: 0 1em 1em 0
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto
}
a img.alignright {
  float: right;
  margin: 0 0 1em 1em
}
a img.alignleft {
  float: left;
  margin: 0 1em 1em 0
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto
}
img {
  max-width: 100%;
  height: auto;
}
/* Pagination*/
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  background-color: #333;
  border-color: #333;
}
.pagination > li > a, .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  color: #333;
}
/* Comments */
#comment-nav ul {
  list-style: none;
}
#comment-nav ul li {
  display: inline-block;
}
/* Wordpress Gallery */
.blog .gallery a.thumbnail {
  border: none
}
.blog ul#gallery-nav li {
  list-style: none;
}