main.blog.padding-top {
    padding-top: 75px;
}

@media screen and (min-width: 480px) {
    main.blog.padding-top {
        padding-top: 150px;
    }
}

main.blog .no-image {
    border: 1px solid #000;
}

main.blog .enquire-header-a {
    text-decoration: none;
}

main.blog .enquire-header-a:hover .enquire-header {
    color: #f38c6e !important;
}

main.blog .enquire-figure > img {
    transition: opacity .2s ease-in-out;
}

main.blog .enquire-figure > img:hover {
    opacity: 0.80;
}

main.blog .enquire-button {
    transition: color .2s ease-in-out;
}

main.blog h1.post-title {
    font-family: 'Baskerville', Arial, sans-serif;
    font-weight: 400;
    font-size: 38px;
    color: #000;
    letter-spacing: 0;
    line-height: 35px;
}

main.blog .blog-detail {
    padding: 50px 0;
}

main.blog .post-info {
    text-align: center;
}

main.blog .post-info a {
    color: #f38c6e;
}

main.blog .post-info a.current-category {
    text-decoration: underline;
    color: #0c0c0c;
}

main.blog .post-info a:hover {
    color: #F8BAA6;
    text-decoration: none;
}

main.blog .post-share {
    display: flex;
    justify-content: flex-end;
}

main.blog .post-figure {
    margin: 30px auto;
}

main.blog .post-figure small {
    font-size: 12px;
    color: gray;
    font-style: italic;
}

main.blog .post-content {
    font-family: Raleway, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    letter-spacing: 0;
    line-height: 28px;
    margin-bottom: 30px;
}

main.blog .post-gallery picture {
    display: block;
    position: relative;
    padding-top: 56.25%;
}

main.blog .post-gallery picture > img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border: 5px solid #f38c6e;
    opacity: 1;
    transition: opacity .2s ease-in-out;
}

main.blog .post-gallery picture > img:hover {
    opacity: .75;
}
