.single-title h1 {
text-transform: uppercase;
}
.single-title h2 {
font-size: 1.1em;
}
.single-content {
border-bottom: 2px dotted rgba(0, 0, 0, 0.45);
}
.single-content p {
line-height: 1.5;
}
.single-content a {
color: #000;
border-bottom: 2px solid #f8de2a;
font-weight: bold;
}
.iframe-pdf {
      width: 100%!important;
    height: 900px;
}
figcaption.photo-credit {
position: absolute;
bottom: 0;
color: #fff;
width: 100%;
text-align: right;
background: rgb(255,255,255);
background: linear-gradient(
180deg
, rgba(255,255,255,0) 30%, rgb(0 0 0 / 91%) 100%);
padding: 1em 0.5em 0.5em 0em;
font-size: 0.7em;
}
.photo-credit .fa {
margin-right: 5px;
}
.share-single {
color: #fff;
}
.share-single .fb {
background-color: #3b5998;
}
.share-single .tw {
background-color: #1da1f2;
}
.share-single .ws {
background-color: #25d366;
}
.share-single .ms {
background-color: #0084ff;
}
p.related-inside {
background: #212121;
padding: 1em 1em 1em 1em;
text-align: center;
color: #fff;
font-family: 'Fjalla One', sans-serif!important;
font-style: italic;
}
.related-inside a {
color: #fff;
}
.single-content iframe {
width: 100%;
}
@media (max-width: 575.98px) {
/*.reading-single {
max-height: 300px;
overflow: hidden;
position: relative;
transition: 0.3s;
}*/
.reading-single.is-full-visible {
transition: 0.3s;
max-height: initial;
overflow: visible;
}
.reading-single.is-full-visible:after {
display: none;
}
.reading-single:after {
position: absolute;
bottom: 0;
left: 0;
background: -webkit-linear-gradient(top, rgba(255,255,255,0), rgb(255 255 255));
background: -moz-linear-gradient(top, rgba(255,255,255,0), rgb(255 255 255));
background: -o-linear-gradient(top, rgba(255,255,255,0), rgb(255 255 255));
background: -ms-linear-gradient(top, rgba(255,255,255,0), rgb(255 255 255));
background: linear-gradient(to bottom, rgba(255,255,255,0), rgb(255 255 255));
content: "";
display: block;
width: 100%;
height: 50px;
}
.single-content .btn-primary {
    color: #f8de00;
    background-color: #222;
    text-transform: uppercase;
    border-color: #000;
}
}