/*
Theme Name: Vincenzo-Hustle
Theme URI: https://davidgagne.net/tags/wordpress/
Author: David Vincent Gagne
Author URI: https://davidgagne.net/
Description: Very Plain Theme for WordPress
Version: 1.1.36
Tags: blog, grid-layout, right-sidebar
Text Domain: vincenzo-hustle
*/

@import url("https://fonts.googleapis.com/css?family=Courier+Prime:400italic,600italic,400,600|Raleway:500,700,800&display=swap");

.blog-post h2 {
     font-weight: bolder;
     margin:2em 0 1em 0;
}
.blog-post h3 {
     font-weight: bold;
}

body {
  min-height: 75rem;
  padding-top: 5.5rem;
  font-family: "Raleway";
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.navbar {
	background-color: #f21212 !important;
}
.navbar a, .navbar a:link, .navbar a:visited {
     color: #fff;
}
.archives{
  font-family: "Courier Prime";
}
#commentformgroup, #comments{
  padding-top: 1.5em;
}
.pubdate, .nobreak{white-space: nowrap;}
.single-blog-post-excerpt{
    font-style: italic;
}
.blog-post .alert{
    padding: 0.5em;
    margin:  2.5em 0 3em 0;
}
.blog-post{
    font-size: 1.5em;
    line-height: 1.75em;
}
.blog-post cite{
    font-size: 0.85em;
}
.single-post-hero-image{
    text-align: center;
    overflow: hidden;
    max-height: 40vh;
}
.single-post-hero-image img{
    width: 100%;
}
.single-post-meta{
     margin-top: 3em;
     margin-bottom: 3em;
}
.post-tag-list span{
    text-transform: lowercase;
}
.home-posts{
    margin-bottom: 4.5em;
    font-size: 1.5rem;
}
.home-posts h2{
    font-size: 1.25em;
}
.home-posts .single-post-tag-list{
    font-size: 80%;
}
.image {
     overflow: hidden;
}
.card-img-top {
	-moz-transition: -moz-transform 0.5s ease-out;
	-webkit-transition: -webkit-transform 0.5s ease-out;
	-ms-transition: -ms-transform 0.5s ease-out;
	transition: transform 0.5s ease-out;
}

.card-img-top:hover {
	-moz-transform: scale(1.25);
	-webkit-transform: scale(1.25);
	-ms-transform: scale(1.25);
	transform: scale(1.25);
}

.major .post-title {

}
.post-card-header a, .post-card-header a:link, .post-card-header a:visited {
     text-decoration: none !important;
}
.post-title a, .post-title a:link, .post-title a:visited {
    color: #1cbf26;
    text-decoration: none;
}
.post-title a:hover {
    color: #000;
    text-decoration: none;
}
.post-content a, .post-content a:link, .post-content a:visited{
    color: #1cbf26;
    border-bottom: 0.5px solid #1cbf26 !important;
    text-decoration: none;
}
.post-content a:hover{
    text-decoration: none;
    border-bottom: none !important;
}
.panel-title, .post-title{
    text-transform: uppercase;
    font-weight: bold;
}
.post-link p{
    margin-bottom: 0;
}
.post-navigation{
    margin-bottom:1em;
}
.list-unstyled li{
    list-style: none;
}
.pull-right{float:right !important}
.pull-left{
    margin: 0 2em 1em 0;
    float:left !important
}
.text-right, .nav-next{text-align:right;}
.text-left{text-align:left;}
.text-center{text-align:center;}
img, video, figure, iframe{
    max-width: 100%;
}
img.list-image{
    height: auto;
      width: 100%;
}
img.alignleft{float:left;margin:0 3em 0 0;}
img.alignright, img.postimg{float:right;margin:0 0 3em 3em;}
cite{display:block;text-align:right;}

@media (max-width: 576px) {
    .pullquote{
        display: none;
    }
}

.pullquote{
    float:right;
    width: 30%;
    margin: 0 0 1em 1.75em;
    padding: 0.5em;
    border-top:3px solid #ccc;
    border-bottom:3px solid #ccc;
    color: #333;
    background: transparent;
    font: bold 1.3em/1.3 Georgia;
    text-align: left;
}
.dropcap{
    float:left;
    font-size: 400%;
    font-weight:bold;
    line-height: 150%;
    color:#333;
    margin: -0.25em 0.10em -0.5em 0;
}
.about-tags{
    border:1px dotted #333;
    border-radius: 0.75em;
    padding: 2em 3em;
    margin-bottom: 2em;
}
.about-tags a:hover{
    background: #ccc;
    border:1px solid #000;
}
.about-tags a{
    text-transform: uppercase;
    padding: 0.5em 1em;
    display: inline-block;
    margin: 0.5em 0.5em 0.5em 0.5em;
    border: 1px solid transparent;
    background: #eee;
    border-radius: 0.5em;
}
.commentlist {
     list-style: none;
     padding-bottom: 5em;
}
.avatar{
    float:left;
    margin-right: 0.5em;
    border-radius: 30px;
}

.post-content blockquote{
    line-height: 1.75em;
}
.dailydavid li{
    margin-bottom: 1.5rem;
}
.dailydavid ul{
    margin-top: 1.25em;
}
@media (min-width: 992px) {
    .post-content blockquote{
        text-align: left;
        font-style: italic;
        font-family: Georgia, serif;
        background: #efefef;
        padding: 1.75em 2.5em 0.75em 2.5em;
        margin: 1em 5em;
        font-size:80%;
        line-height: 1.75em;
        border: 1px solid #ccc;
        border-radius: 0.25em;
    }
}
.post-content blockquote .dropcap{
    margin: -0.25em 0.25em -0.35em 0;
    font-size: 325%;
}
@media (max-width: 992px) {
     img.postimg{
          float:none;
          display: block;
          height: auto;
	left: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	position: relative;
	right: 50%;
	width: 100vw;
     }
     .nobreak{white-space: normal;}
    .post-content blockquote .dropcap{
        margin: 0;
        float: none;
        font-weight: normal;
        font-size: 100%;
    }
}
.post-content blockquote.writing{
    text-align: justify;
    font-style: normal;
    font-family: Georgia, serif;
    border:none;
    background: #fff;
    padding:3em 3.5em 1em 3.5em;
    border:1px solid #ccc;
    box-shadow: 3px 3px 2px #222;
}
pre{
     border:2px inset #999;
     border-radius: 10px;
     background: #333;
     font-size: 90%;
     color: aqua;
     font-family: monospace;
     white-space: pre-wrap; /* Preserves white space and line breaks, but allows wrapping */
     word-wrap: break-word; /* Allows long words to break and wrap to the next line */
     padding: 1em 1.5em;
     margin: 0 0 2em 0;
}
pre.lyrics{
    border:2px solid #333;
    background: #eef;
    border-radius:4px;
    line-height: 125%;
    color: #333;
    font-family: serif;
    font-style: italic;
    margin: 0 4em 1em 4em;
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}