    /*----- SINGLE POST -----*/

    .single-post-header img {
        width: 100%;
    }

    .single-post-content {
        width: 90%;
        height: auto;
        background-color: #fff;
        border: 1px solid #B08C5F;
        margin: 50px auto;
    }

    .single-post-content h6 {
        text-align: center;
        margin: 10px 0 0 80%;
        color: #B08C5F;
        text-transform: uppercase;
        font-weight: 200;
    }

    .single-post-content .title {
        text-align: center;
        margin: 30px auto;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .datetime {
        color: #B08C5F;
        text-transform: uppercase;
        font-size: 12px;
        text-align: center;
        margin-bottom: 20px;
    }

    .single-post-text {
        width: 90%;
        margin: 0 auto;
        font-weight: 200;
    }

    .single-post-text p {
        margin: 10px auto;
    }

    .single-post-text img {
        margin: 20px;
    }

    .single-post-text h2,
    .single-post-text h3,
    .single-post-text h4,
    .single-post-text h5,
    .single-post-text h6 {
        text-align: center;
        font-weight: 400;
        margin: 20px 0;
    }

    .single-post-text table {
        margin: 20px 0;
    }

    .single-post-author {
        padding-top: 30px;
    }

    .single-post-author p {
        text-align: center;
        margin: 0;
        font-family: 'Satisfy', cursive;
        font-size: 20px;
    }

    .single-post-author p:nth-child(2) {
        margin-top: -25px;
    }

    /*----- SHARE POST ICONS ------*/

    .share-post {
        width: 50%;
        margin: 60px auto 20px auto;
    }

    .share-post h3 {
        display: inline;
        color: #ccc;
        text-transform: uppercase;
        margin-left: 10%;
    }

    .share-post span a {
        color: #ccc;
        font-size: 30px;
        padding: 10px;
    }

    .share-post span a:hover {
        color: #3A3838;
    }

    /*----- NAVIGATION LINKS -----*/

    .post-navigation h2 {
        display: none;
    }

    .nav-links {
        text-align: center;
    }

    .nav-previous,
    .nav-next {
        display: inline-block;
        margin-bottom: 50px;
    }

    .nav-previous a,
    .nav-next a {
        padding: 20px;
        text-decoration: none;
        color: #3A3838;
        font-size: 20px;
    }

    .nav-previous a:hover,
    .nav-next a:hover {
        color: #B08C5F;
        transition: 0.5s;
    }

    .copy {
        font-size: 10px;
        font-weight: 700;
        margin: 20px auto 30px auto;
        text-align: center;
    }

    .copy strong {
        color: #B08C5F;
        font-size: 14px;
    }

    @media only screen and (max-width:800px) {
        /*----- SINGLE POST -----*/
        .single-post-header img {
            margin-top: 50px;
        }
        .single-post-content h6 {
            margin: 10px 0 0 60%;
        }
        .single-post-content h4 {
            font-size: 16px;
        }
        .single-post-content {
            margin-top: 30px;
        }
        .single-post-text p {
            width: 90%;
            text-align: center;
        }
        .share-post {
            width: 60%;
        }
        .share-post span:nth-child(2) {
            margin-left: 10%;
        }
        .nav-previous a,
        .nav-next a {
            font-size: 15px;
        }
        .copy {
            font-size: 8px;
        }
    }

    @media only screen and (min-width: 801px) and (max-width:1360px) {

        .share-post {
            width: 70%;
        }
    }
