/*
Theme Name:     Bitness
Description:    Bitness - Geek to the Core
Version:        6.2
Author:         Lawrence Zevon
Author URI:     http://www.zevonmedia.com/
Template:       enfold
License:        GPL v2
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
*/

@import url("../enfold/style.css");
@import url('https://fonts.googleapis.com/css2?family=Stint+Ultra+Condensed&display=swap');
/* Customizations Here */

.logo img { margin-top: 4%; }

.slide-image img { max-height: 175px; min-height: 175px; max-width: 250px; min-width: 250px; border-radius: 12px !important; }
.page-title-bg { border-radius: 12px !important; margin-left: 50px; margin-right: 50px; padding: 30px; }
h2, h4, h5, h6 {
  font-family: "Stint Ultra Condensed", serif;
  font-weight: 800;
  font-style: normal;
}

h1 { font-size: 2.5em !important; font-family: "Stint Ultra Condensed", serif; font-weight: 800; }
h1.post-title.entry-title { font-size: 2.2em !important; font-family: "Stint Ultra Condensed", serif; font-weight: 800;  }
h3.slide-entry-title { font-size: 1.8em !important; font-family: "Stint Ultra Condensed", serif; font-weight: 800; }

div.slide-meta { display: none !important; }
div.read-more-link { background: #ececec; border-radius: 12px; padding: 8px 16px; margin-top: 10px; }

/* add time to read shortcode over featured images */
.bitness-thumb-wrap{
  position: relative;
  display: inline-block;
  line-height: 0;
}

.bitness-thumb-wrap img{
  display: block;
}

/* Overlay default (hidden) */
.bitness-thumb-overlay{
  position: absolute;
  left: 12px;
  top: 12px;
  z-index: 2;

  padding: 12px 10px !important;
  border-radius: 6px;
  background: rgba(140,198,63,1);
  color: #fff;

  opacity: 0;                      /* hidden */
  transform: translateY(-6px);     /* slight slide effect */
  transition: opacity .25s ease, transform .25s ease;
  pointer-events: none;            /* keeps image clickable */
}

/* Show on hover */
.bitness-thumb-wrap:hover .bitness-thumb-overlay{
  opacity: 1;
  transform: translateY(0);
}

.bitness-thumb-overlay,
.bitness-thumb-overlay *{
  color: #fff;
}