/* # Breadcrumbs
--------------------------------------------- */
.breadcrumbs {
  font-size: 14px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding: 10px 40px;
}

.breadcrumbs .gp-icon {
  margin-right: 0.6em;
  opacity: 0.7;
}

/* Font Awesome SVG Icons
--------------------------------------------- */
.harb .entry-header .entry-meta .gp-icon {
  display: inline-flex;
  margin-right: 0.5em;
}

.blog .entry-header .gp-icon,
.single .entry-header .gp-icon,
.archive .entry-header .gp-icon {
  display: inline-flex;
  margin-right: 0.5em;
}

@media only screen and (max-width: 768px) {
  .entry-meta {
    font-size: 85%;
  }
}
/* # GeneratePress Fixes
--------------------------------------------- */
.top-bar .inside-top-bar .widget.widget_media_image {
  line-height: 0;
}

.post-image {
  line-height: 0;
}

.separate-containers .page-header {
  padding: 20px 40px;
}

/* # HARB Shortcodes Plugin
---------------------------------------------------------------------------- */
/* Common
--------------------------------------------- */
.harb .entry-header,
.harb .entry-content,
.harb .read-more {
  margin: 10px 0;
}

.entry-meta {
  margin: 0;
}

/* Featured Posts
--------------------------------------------- */
.harb-featured-post {
  align-items: stretch;
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 20px;
  margin-left: -20px;
}

.harb-featured-post-item {
  flex: 1 1 50%;
  margin-bottom: 40px;
  padding-left: 20px;
}

@media only screen and (max-width: 768px) {
  .harb-featured-post-item {
    flex: 1 1 100%;
  }
}
.harb-featured-post .post-image {
  overflow: hidden;
  line-height: 0;
}

.sidebar .harb-featured-post {
  margin-left: 0;
}
.sidebar .harb-featured-post-item {
  flex: 1 1 100%;
  padding-left: 0;
}

/* Related Posts
--------------------------------------------- */
.harb-related-posts .harb-related-posts-item {
  display: flex;
  flex-flow: row wrap;
}

.harb-related-posts .harb-related-posts-item .entry-header {
  flex: 1 1 auto;
}

.harb-related-posts .harb-related-posts-item .post-image {
  flex: 0 0 auto;
  text-align: left;
  line-height: 0;
  margin-right: 20px;
}

.single .harb-related-posts .harb-related-posts-item .post-image {
  margin-bottom: 20px;
}

.harb-related-posts .entry-meta {
  margin: 0;
}

/* Posts
--------------------------------------------- */
.harb-posts {
  margin-bottom: 20px;
}

/* Blog Grid Posts
--------------------------------------------- */
.blog-grid-posts {
  align-items: stretch;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-left: -20px;
}

.blog-grid-posts-item {
  flex: 1 1 33.33%;
  margin-bottom: 40px;
  min-width: 0;
  padding-left: 20px;
}

@media only screen and (max-width: 768px) {
  .blog-grid-posts-item {
    flex: 1 1 100%;
  }
}
.blog-grid-posts .post-image {
  line-height: 0;
  overflow: hidden;
}

.blog-grid-posts .blog-grid-posts-item a img {
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
  width: 100%;
}

.blog-grid-posts .blog-grid-posts-item a:hover img {
  opacity: 0.9;
  transform: scale(1.05);
}

.blog-grid-posts .entry-content-wrap {
  padding: 10px;
}

.blog-grid-posts .entry-meta {
  margin: 0;
}

/* Terms Cloud
--------------------------------------------- */
.terms-cloud {
  display: inline-block;
  overflow-wrap: break-word;
}

.terms-cloud-5 {
  display: inline-block;
  font-size: 14px;
  padding: 4px;
}

.terms-cloud-10 {
  display: inline-block;
  font-size: 18px;
  padding: 4px;
}

.terms-cloud-15 {
  display: inline-block;
  font-size: 22px;
  padding: 4px;
}

.terms-cloud-20 {
  display: inline-block;
  font-size: 26px;
  padding: 4px;
}

.terms-cloud-25 {
  display: inline-block;
  font-size: 30px;
  padding: 4px;
}

/* List pages, archive
--------------------------------------------- */
.harb-list-pages {
  margin-bottom: 20px;
}

.harb-list-pages li {
  list-style: none;
}

/* RSS Feed
--------------------------------------------- */
.harb-rss-feed-item {
  margin-bottom: 10px;
}

.harb-rss-feed-title {
  font-weight: 600;
}

.harb-rss-feed-title > a:visited {
  color: #222;
}

.harb-rss-feed-meta {
  color: #595959;
  font-size: 75%;
  line-height: 1.5;
  opacity: 0.7;
  text-transform: uppercase;
}

.harb-rss-feed-meta .gp-icon {
  margin: 0 0.5em;
}

.harb-rss-feed-source > a {
  color: #222;
}

.harb-rss-feed-error {
  background-color: #f8d7da;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  color: #721c24;
  margin-bottom: 1rem;
  padding: 0.75rem 1.25rem;
  position: relative;
}

/* Testimonials
--------------------------------------------- */
.harb-testimonial {
  align-items: stretch;
  display: flex;
  flex-flow: row wrap;
}

.harb-testimonial-item {
  flex: 1 1 100%;
  margin-bottom: 40px;
}
.harb-testimonial-item .post-image {
  line-height: 0;
}
.harb-testimonial-item .entry-content {
  margin-top: 1em;
}

/* # HARB Weather Plugin
---------------------------------------------------------------------------- */
.harb-weather-error {
  background-color: #f8d7da;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  color: #721c24;
  margin-bottom: 1rem;
  padding: 0.75rem 1.25rem;
  position: relative;
}

.harb-weather-form,
.harb-weather-form-select,
.harb-weather-form-fieldset {
  margin-bottom: 20px;
}

.harb-weather-form-radio-legend {
  margin-bottom: 10px;
}

.harb-weather-map {
  background-color: #888;
  height: 700px;
  width: 100%;
}

.harb-weather-map a {
  color: #00F !important; /* Override map library default */
}

.harb-weatherstation,
.harb-weather-query {
  margin-bottom: 20px;
}

.harb-weather-query-all,
.harb-weather-query-now,
.harb-weather-sensors {
  font-size: 14px;
}

.harb-weatherstation .dataTable {
  font-size: 14px;
}

.harb-weatherstation .dataTables_wrapper .dataTables_filter input {
  padding: 5px;
}

.harb-weatherstation th {
  text-align: left;
}

@media only screen and (max-width: 768px) {
  .harb-weatherstation .min-tablet,
  .harb-weather-query-all .min-tablet,
  .harb-weather-query-now .min-tablet,
  .harb-weather-sensors .min-tablet {
    display: none;
  }
}
/* Image zoom
--------------------------------------------- */
.archive .post-image,
.blog .post-image,
.single .post-image,
.page .post-image {
  overflow: hidden;
}

.archive .post-image a img,
.blog .post-image a img,
.single .post-image a img,
.page .post-image a img {
  transition: all 0.3s ease-in-out;
}

.archive .post-image a:hover img,
.blog .post-image a:hover img,
.single .post-image a:hover img,
.page .post-image a:hover img {
  opacity: 0.9;
  transform: scale(1.05);
}
