a#sandbox-post-create {
    display: none;
}

a#sandbox-post-create, a#sandbox-post-create-custom {
    background: #F07F1B;
    margin: 20px auto 0;
    color: white;
    text-align: center;
    width: 160px;
    line-height: 40px;
    text-decoration: none;
    font-family: GothamPro-MediumCustom;
    -webkit-transition: background .5s;
    -moz-transition: background .5s;
    -ms-transition: background .5s;
    -o-transition: background .5s;
    transition: background .5s;
    cursor: pointer;
    border-radius: 3px;
}

a#sandbox-post-create:hover, a#sandbox-post-create-custom:hover {
    background: #D86C23;
    color: white;
}

a#sandbox-post-create.favorite-post-sandbox-create {
    margin: 0;
    width: 140px;
    line-height: 35px;
    font-weight: normal;
}

a#sandbox-post-create.profile-sandbox-create {
    margin: 5px 0 0;
    text-align: center;
    width: 150px;
    line-height: 35px;
    font-size: larger;
    font-weight: normal;
}

a#sandbox-post-create.write-sandbox-post, a#sandbox-post-create-custom.write-sandbox-post {
    display: block;
}

@media screen and (max-width: 670px) {
    a#sandbox-post-create.profile-sandbox-create {
        margin: 10px auto;
    }
}
