.related-posts .post-title{
    margin-top: 10px;
    margin-bottom: 5px;
    padding: 0;
    border: 0;
    line-height: 120%;
    font-size:1rem !important;
    display: block;
}
#post-pages-container {
    display: table;
    width: 30vw;
    height: 60px;
    margin: 0 auto;
    vertical-align: bottom;
    text-align: center;

}
#move-page-top-smart p{
	color:white;
	font-weight:800;
}
.author-bio .bio-name{
text-align:left;
}
.post-pages {
    display: inline;
    vertical-align: bottom;
    text-align: center;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
}

.post-pages a {
    display: inline;
    float: none;
    vertical-align: bottom;
    text-align: center;
    margin: 2px 5px 2px 0;
    padding: 10px;
    text-decoration: none;
    width: auto;
    color: rgba(104, 104, 104, 1);
    border: rgba(138, 138, 138, 0.50) 1px solid
}

#adcontainer-footer {
    text-align: center;
    width: 100%; height:auto;
    margin-bottom: 40px;
}

#adcontainer-footer .adrotate_widgets {
    width: 300px;
    height: 250px;
    margin-left: 30px;
    margin-right: 30px;
    display: inline-block;
    background-color: white;
    text-align: center;
}

#wrapper_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    margin: 0 auto !important;
}

.Cassette-Container {
    order: 0;
    flex-shrink: 0;
    padding: 0;
    margin-top:0;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
}

.Cassette {
    order: 3;
    flex-shrink: 0;
    margin: 0 auto;
    padding: 0;
}

.Cassette .content .post {
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    max-width: 100%;
    height: auto;
    float: none;
    color: black !important;
    font-weight:400;
}

.content .post p {
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 180%;
}

.content .post blockquote:not([class="twitter-tweet"]) {
    position: relative;
    margin: 2em 0;
    padding: 1.2em;
    font-size: .9em;
    border: 1px solid #CCC;
    border-radius: 6px;
}

.content .post blockquote:before,
.content .post blockquote:after {
    position: absolute;
    font-size: 4em;
    opacity: .1;
    font-family: 'Cabin';
    content: '“';
}

.content .post .blockquote:before {
    top: 15px;
    left: 20px;
}

.content .post .blockquote:after {
    bottom: 15px;
    right: 20px;
    transform: rotateY(180deg);
}

.entry-inner img {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center center;
}

#cover-image {
    order: 2;
    flex-shrink: 0;
    width: 100%;
    height: calc(100vh - 80px);
    overflow: hidden;
    //padding-top:80px;
    background-color: black;
    background-size: cover;
    background-position: center center;
}

#cover-overlay {
    position: absolute;
    top: 0px;
    width: 100%;
    padding-top:80px;
    height: calc(100vh - 150px);
    background-color: rgba(0, 0, 0, 0.5);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
}

#cover-image h1 {
    font-size: 2rem;
    line-height: 3rem;
    width: 100%;
    height: auto;
    color: white;
    text-align: center;
    order: 11;
    flex-shrink: 0;
    margin-bottom: 20px;
}

#cover-image .cassette-author {
    font-size: 1rem;
    line-height: 1.6rem;
    height: auto;
    color: white;
    width: 100%;
    text-align: center;
    order: 12;
    flex-shrink: 0;
    font-weight: 400;
}

#cover-image .cassette-caption {
    font-size: 1.4rem;
    line-height: 1.8rem;
    color: white;
    width: 100%;
    height: auto;
    text-align: center;
    order: 13;
    flex-shrink: 0;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 20px;
}

#author-bio {
    width: 100%;
    flex-shrink: 0;
    margin: 0 auto;
    border-color: white;
    font-weight: 600;
    background-color: white;
}

.author-bio {
    padding: 0;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    background-color: white;
}

.author-desc {
    background-color: white;
    border: 1px solid #E9E6E6;
    top: 70px;
    padding: 10px;
    font-size: 12px;
    box-sizing: border-box;
    line-height: 1.6em;
}


#footer {
    background-color: #dfdfdf;
    order: 6;
    width: 100%;
    z-index: -1;
}
.footer-item a {
	color:black;

}
#single-footer {
    padding-bottom: 80px;
    background-color: #dfdfdf;
}

#related-cassette {
    background-color: rgb(176, 172, 166);
    order: 5;
    width: calc(100% - 80px);
    height:auto;
    flex-shrink: 0;
    margin: 0;
    padding: 0 40px;
}
#related-cassette .postmeta {
    height: 120px;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 0;
    clear: both;
}

.related-posts {
    height: auto;
    width: 90vw;
    margin: 0 auto;
}

.related-posts ul {
    overflow: hidden;
    width: 100%;
    height: 400px;
}

.related-posts li {
    width: 30vw;
    float:left;
    display: inline;
    height: 400px;
    overflow: hidden;
}

.related-posts .post {
    width: 30vw;
    height: 400px;
    overflow: hidden;
}

.related .post-thumbnail {
    width: 30vw;
    height: 240px;
    overflow: hidden;
}

.related .post-thumbnail img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 240px;
    object-fit: contain;
    object-position: center center;
}

.addtoany_share_save_container {
    width: 100%;
    margin: 0;
    text-align: center;
}




@media screen and (min-width:1340px) {
    .a2a_floating_style.a2a_default_style {
        display: none;
    }
    .Cassette-Container {
        width: 100%;
    }
    .Cassette {
        width: 60%;
        margin: 0 auto;
    }
    #cover-image {
        width: 100%;
        height: calc(100vh - 250px);
        padding-top:80px;
        overflow: hidden;
    }
    #cover-overlay {
        width: 100%;
        padding-top:80px;
        height:  calc(100vh - 170px);
    }
    .Cassette .content .post p {
        font-size: 1.2rem;

    }
}

@media screen and (min-width:1025px) and ( max-width:1339px) {
    .a2a_floating_style.a2a_default_style {
        display: none !important;
    }
    .Cassette-Container {
        width: 100%;
    }
    .Cassette {
        width: 70%;
        margin: 0 auto;
    }
    #cover-image {
        width: 100%;
        padding-top:80px;
        height: calc(100vh - 250px);
        overflow: hidden;
    }
    #cover-overlay {
        width: 100%;
        padding-top:80px;
        height: calc(100vh - 170px);
    }
    #cover-image h1 {
        font-size: 1.6rem;
        line-height: 2.4rem;
        width: 100%;
        height: auto;
        color: white;
        text-align: center;
        order: 11;
        flex-shrink: 0;
        margin-bottom: 10px;
    }
    #cover-image .cassette-author {
        font-size: 1rem;
        line-height: 1.2rem;
        height: auto;
        color: white;
        width: 100%;
        text-align: center;
        order: 12;
        font-weight: 400;
    }
    #cover-image .cassette-caption {
        font-size: 1.2rem;
        line-height: 1.4rem;
        color: white;
        width: 100%;
        height: auto;
        text-align: center;
        order: 13;
        flex-shrink: 0;
        font-weight: 600;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .Cassette .content .post p {
        font-size: 1.1rem;
    }
#related-cassette {
    width: calc(100% - 20px);
    padding: 0 10px;
}
.related-posts {
    height: auto;
    width: 90vw;
    margin: 0 auto;
}

.related-posts ul {
    overflow: hidden;
    width: 100%;
    height: 300px;
}

.related-posts li {
    width: 30vw;
    float:left;
    display: inline;
    height: 300px;
    overflow: hidden;
}

.related-posts .post {
    width: 30vw;
    height: 300px;
    overflow: hidden;
}

.related .post-thumbnail {
    width: 30vw;
    height: 180px;
    overflow: hidden;
}

.related .post-thumbnail img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 180px;
    object-fit: contain;
    object-position: center center;
}

}

@media screen and (min-width:739px) and ( max-width:1024px) {
    .a2a_floating_style.a2a_vertical_style {
        display: none !important;
    }
.a2a_floating_style.a2a_default_style {
    display:none;
    width: 200px;
    height: 40px;
    left: calc( (100% / 2) - (200px / 2)) !important;
    margin: 0 auto;
    display: table-cell !important;
    text-align: center;
    vertical-align: middle;
}

.a2a_floating_style.a2a_default_style a {
    float: none !important;
    text-align: center;
    display:inline-block !important;

}
    .Cassette-Container {
        width: 100%;
    }
    .Cassette {
        width: 85%;
        margin: 0 auto;
    }
    #cover-image {
        width: 100%;
        height: calc(100vh - 200px);
        padding-top:80px;
        overflow: hidden;
    }
    #cover-overlay {
        width: 100%;
        padding-top:80px;
       height: calc(100vh - 200px);
    }
    .Cassette .content .post p {
        font-size: 1.1rem;
    }
    #cover-image h1 {
        font-size: 1.6rem;
        line-height: 2.4rem;
        width: 100%;
        height: auto;
        color: white;
        text-align: center;
        order: 11;
        flex-shrink: 0;
        margin-bottom: 10px;
    }
    #cover-image .cassette-author {
        font-size: 1rem;
        line-height: 1.2rem;
        height: auto;
        color: white;
        width: 100%;
        text-align: center;
        order: 12;
        font-weight: 400;
    }
    #cover-image .cassette-caption {
        font-size: 1.4rem;
        line-height: 1.6rem;
        color: white;
        width: 100%;
        height: auto;
        text-align: center;
        order: 13;
        flex-shrink: 0;
        font-weight: 600;
        margin-top: 15px;
        margin-bottom: 20px;
    }
#related-cassette {
    width: calc(100% - 20px);
    padding: 0 10px;
}
.related-posts {
    height: auto;
    width: 90vw;
    margin: 0 auto;
}

.related-posts ul {
    overflow: hidden;
    width: 100%;
    height: 300px;
}

.related-posts li {
    width: 30vw;
    float:left;
    display: inline;
    height: 300px;
    overflow: hidden;
}

.related-posts .post {
    width: 30vw;
    height: 300px;
    overflow: hidden;
}

.related .post-thumbnail {
    width: 30vw;
    height: 180px;
    overflow: hidden;
}

.related .post-thumbnail img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 180px;
    object-fit: contain;
    object-position: center center;
}

}

@media screen and (min-width:481px) and (max-width:738px) {
    .a2a_floating_style.a2a_vertical_style {
        display: none !important;
    }
.a2a_floating_style.a2a_default_style {
    display:none;
    width: 200px;
    height: 40px;
    left: calc( (100% / 2) - (200px / 2)) !important;
    margin: 0 auto;
    display: table-cell !important;
    text-align: center;
    vertical-align: middle;
}

.a2a_floating_style.a2a_default_style a {
    float: none !important;
    text-align: center;
    display:inline-block !important;

}
    .Cassette-Container {
        width: 100%;
    }
    .Cassette {
        width: 90%;
        margin: 0 auto;
    }
    .Cassette .content .post p {
        font-size: 1rem;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    #cover-image {
        width: 100%;
        height: 375px;
        overflow: hidden;
		padding:50px;
    }
    #cover-overlay {
        width: 100%;
        height: 375px;
    }
    #cover-image h1 {
        font-size: 1.6rem;
        line-height: 120%;
        width: 100%;
        height: auto;
        color: white;
        text-align: center;
        order: 11;
        flex-shrink: 0;
        margin-bottom: 10px;
    }
    #cover-image .cassette-author {
        font-size: 0.8rem;
        line-height: 140%;
        height: auto;
        color: white;
        width: 100%;
        text-align: center;
        order: 12;
        font-weight: 400;
    }
    #cover-image .cassette-caption {
        font-size: 1rem;
        line-height: 110%;
        color: white;
        width: 100%;
        height: auto;
        text-align: center;
        order: 13;
        flex-shrink: 0;
        font-weight: 600;
        margin-top: 10px;
        margin-bottom: 10px;
    }
#related-cassette {
    width: calc(100% - 20px);
    padding: 0 10px;
}
    .related-posts{
        display: table;
    }
    .related-posts li {
        width: 100%;
        height: 360px;
        overflow: hidden;
        display: table-cell;
    }
    .related-posts .post {
        width: 100%;
        height: 360px;
        overflow: hidden;
    }
    .related .post-thumbnail {
        width: 100%;
        height: 240px;
        overflow: hidden;
    }
    .related .post-thumbnail img {
        width: auto;
        height: 240px;
        object-fit: cover;
    }
    .related-posts .related-inner {
        padding: 0 10px 0 0;
        font-size: 0.7rem;
        height: 120px;
    }
}

@media screen and (max-width: 480px) {
    .a2a_floating_style.a2a_vertical_style {
        display: none !important;
    }
.a2a_floating_style.a2a_default_style {
    display:none;
    width: 200px;
    height: 40px;
    left: calc( (100% / 2) - (200px / 2)) !important;
    margin: 0 auto;
    display: table-cell !important;
    text-align: center;
    vertical-align: middle;
}

.a2a_floating_style.a2a_default_style a {
    float: none !important;
    text-align: center;
    display:inline-block !important;

}
    #related-cassette {
        padding: 0 10px;
        width: calc( 100vw - 20px);
        height: auto;
    }
    .Cassette-Container {
        width: 100%;
    }
    .Cassette {
        width: 90%;
        margin: 0 auto;
    }
    #page {
        padding-top: 50px;
    }
    #cover-image {
        width: 100%;
        height: 375px;
        overflow: hidden;
    }
    #cover-overlay {
        width: 100%;
        height: 375px;
        padding-top:50px;
    }
    .Cassette .content .post p {
        font-size: 1rem;
        margin-top: 5px;
        margin-bottom: 10px;
    }
    #cover-image h1 {
        font-size: 1.4rem;
        line-height: 120%;
        width: 100%;
        height: auto;
        color: white;
        text-align: center;
        order: 11;
        flex-shrink: 0;
        margin-bottom: 10px;
    }
    #cover-image .cassette-author {
        font-size: 0.6rem;
        line-height: 160%;
        height: auto;
        color: white;
        width: 100%;
        text-align: center;
        order: 12;
        flex-shrink: 0;
        font-weight: 400;
    }
    #cover-image .cassette-caption {
        font-size: 0.8rem;
        line-height: 110%;
        color: white;
        width: 100%;
        height: auto;
        text-align: center;
        order: 13;
        flex-shrink: 0;
        font-weight: 600;
        margin-top: 5px;
        margin-bottom: 10px;
    }
    .related-posts li {
        width: 100%;
        height: 360px;
        overflow: hidden;
    }
    .related-posts .post {
        width: 100%;
        height: 360px;
        overflow: hidden;
    }
    .related .post-thumbnail {
        width: 100%;
        height: 240px;
        overflow: hidden;
    }
    .related .post-thumbnail img {
        width: auto;
        height: 240px;
        object-fit: cover;
    }
    .related-posts .related-inner {
        padding: 0 10px 0 0;
        font-size: 0.7rem;
        height: 120px;
    }
}
