/* single.css */

.single div#post-thumbnail {
    width: 100%;
}
.single div#post-thumbnail img {
    width: 100%;
}
.single div#post-thumbnail .resizable-video {
    max-height: 60vh;
}
.single div#post-thumbnail .resizable-video div {
    position: relative;
    padding-bottom: 75%;
    height: 0px;
    max-height: 60vh;
}
.single div#post-thumbnail .resizable-video iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    max-height: 60vh;
}
.single header#post-header {
    text-align: center;
    font-size: 2rem;
    line-height: 3rem;
}
.single div#post-content {
    font-size: 1.3rem;
    line-height: 2rem;
    padding: 0 2rem;
}
.single header#service-header {
    text-align: center;
    font-size: 2.5rem;
    line-height: 2rem;
    border-bottom: 1px solid #777;
    padding:1rem 2rem 1rem 2rem;
    font-family:"Exo 2", serif;
    font-weight:500;
    display:flex;
    justify-content:space-between;
    align-items:center;
    background:#a5cf3b;
    
}
.single header#service-header span{
    flex:1;
    text-align:left;
    padding-left:2rem;
    font-weight: 600;
    letter-spacing: 2px;
    color: black;
}
.single header#service-header img{
   max-height:128px;
    width:auto;
}
.single #service-content, .single article.post {
    padding: 1rem 3rem;
    font-family: 'Exo 2', serif;
    font-size: 1.2rem;
    line-height: 2rem;
    color: #111;
    font-style: normal;
    font-weight: 300;
}
.single h1 {
    font-size: 2rem;
    font-weight: normal; 
    padding:0.25rem 0rem;
}
.single p {
    margin-bottom:0.5rem;    
}
.single a {
    text-decoration: none;
    color:black;
    border-bottom:1px dotted black;
}
.single a:hover {border-bottom:1px solid black;}

.single ul {
    padding-left: 2.5rem;
    list-style-type:none;
}
.single li {
    position:relative;
    list-style-type:none;
}
.single ul li:before {
    content:'—';
    font-weight:700;
    position:absolute;
    left:-2rem;
}

.single-post #post-thubmnail{
    width:50vw;
    padding-right:2rem;
    padding-bottom:2rem;
    float:left;
}
.single-post #post-header {
    font-size:1.7rem;
    font-style:italic;
    font-weight:500;
    padding-bottom:2rem;
}
.single ol {
    padding-left:2.5rem;
    list-style-type:decimal;
} 
.single ol li {
    list-style-type:decimal-leading-zero;
}