blockquote {
    margin: 0;
}

blockquote p {
    padding: 20px;
    border-radius: 5px;
}

blockquote p::before {
    content: '\201C';
}

blockquote p::after {
    content: '\201D';
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 0.3em 0;
}

ol,
ul {
    padding: 0 0 0 15px;
    margin: 0 0 1.3em 0;
}

.streetwise-content-container {
    background: #F9FBFF;
    padding: 60px 0;
}

.streetwise-single-post-banner {
    position: relative;
}

.streetwise-content-container {
    padding-top: 0;
}

.streetwise-single-post-banner .streetwise-single-post-banner-image,
.streetwise-single-post-banner:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    user-select: none;
    object-fit: cover;
    z-index: 0;
}

.streetwise-single-post-banner:before {
    content: '';
    z-index: 1;
    background-color: var(--overlay-color);
    opacity: var(--overlay-opacity);
}

.streetwise-single-post-banner .streetwise-single-post-banner-content {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 220px 0 100px 0;
}

.streetwise-single-post-author {
    display: flex;
    flex-direction: column;
    margin: 0 auto 30px;
    align-items: center;
    justify-content: center;
}

.streetwise-single-post-author img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 0 0 15px -10px var(--deaf-font-color);
    margin: 0 0 10px 0;
}

.streetwise-single-post-author p {
    margin: 0 0 0 0;
}

.streetwise-single-post-author a:not(:hover) p {
    color: #C3CCD3;
}

.streetwise-single-post-content-container {
    clear: both;
}

.streetwise-single-post-content-container:before,
.streetwise-single-post-content-container:after {
    content: '';
    display: table;
    clear: both;
}

.streetwise-single-post-content-container p {
    font-size: 17px;
    line-height: 26px;
}

.streetwise-single-post-content-container blockquote {
    border: none;
    padding: 0;
}

.streetwise-single-post-content {
    background: var(--white-700);
    padding: 40px 0 0;
    margin: -75px 0 0 0;
    position: relative;
    z-index: 2;
}

.streetwise-single-post-tags {
    border-top: 1px solid #DEDEDE;
    margin: 50px 0;
    padding: 50px 0 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.streetwise-single-post-tags a {
    background: #F1F5FC;
    margin: 0 15px 10px 0;
    -webkit-font-smoothing: antialiased;
    -webkit-box-align: center;
    align-items: center;
    border: 1px solid rgb(148, 148, 148);
    border-radius: 0;
    box-sizing: border-box;
    display: inline-flex;
    font-family: "Source Sans Pro", Helvetica, Arial, Geneva, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 0px 15px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition-duration: 0.3s;
    transition-property: background-color, border-color, color;
    transition-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
    background-color: rgb(255, 255, 255);
    color: #1876db;
    height: 35px;
}

.streetwise-single-post-tags a:hover {
    background: #1876db;
    color: #fff;
}

.streetwise-single-post-next-prev {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 50px;
}

.has-background {
    padding: 20px;
}

p.has-large-font-size {
    line-height: 1.4em;
}

.streetwise-single-post-banner {
    height: 600px;
}

.streetwise-single-post-banner .streetwise-single-post-banner-image {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.streetwise-single-post-banner .streetwise-single-post-banner-content h1 {
    font-weight: 300 !important;
    font-size: 40px;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    color: #fff;
    margin: 20px 0 20px 0;
    letter-spacing: normal;
}

span.streetwise-single-post-date {
    color: #1876db;
    text-transform: uppercase;
    font-weight: 700 !important;
    font-size: 12px;
    line-height: 15px;
}

#streetwise-single-post {
    margin-bottom: 50px;
}

.comment-respond textarea {
    border: 1px solid #000;
    min-height: 250px;
    margin: 5px 0;
}

.comment-respond .form-submit input {
    background: var(--primary-color);
    color: #fff;
    font-size: 14px;
    padding: 15px 30px;
    border-radius: 0;
    border: unset;
    float: right;
}