/* THE POST OPTIONS
   -------------------------------------------- */
.single-post .post-options-container {
    width: 100%;
    margin: 2rem 0 2.5rem 0;
    border-top: 1px solid #005B7F;
    padding-top: .5rem;
}
.single-post .post-options-container .rows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.single-post .post-options-container .post-options-column {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: .6rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
@media screen and (max-width: 860px) {
    .single-post .post-options-container .post-options-column{
        margin-bottom: 1.2rem !important;
    }
}
.single-post .post-options-container .post-options-column a {
    color: #FF8647;
    text-decoration: none;
}
.single-post .post-options-container .post-options-column a:hover {
    color: #FF8647;
    text-decoration: dotted;
}
.single-post .post-options-container .post-options-column form {
    margin: 0;
    padding: 0 0 10px 0;
}
.single-post .post-options-container .post-options-column form button[type="submit"] {
    padding: 0;
    margin: 0;
    font-size: 13.6px;
    background-color: transparent;
    border: none;
    text-align: left;
    color: #FF8647;
    text-decoration: none;
}
.single-post .post-options-container .post-options-column form button[type="submit"]:hover {
    color: #FF8647;
    text-decoration: dotted;
    cursor: pointer;
}
.single-post .post-options-container .options-date-entry {
    font-size: 14px;
    padding: 2px 0 3px 0;
}
.single-post .post-options-container .line {
    border-bottom: 1px solid #005B7F;
}
.single-post .post-options-container .mb-1 {
    margin-bottom: 1rem;
}
@media screen and (max-width: 53.75em) {
    .single-post .post-options-container .post-options-column {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media screen and (max-width: 26.25em) {
    .single-post .post-options-container .post-options-column {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.single-post .options-label:not(a) {
    text-indent: -19px;
    padding-left: 16px !important;
}
.single-post .options-label > img {
    vertical-align: middle;
    height: 16px;
    width: auto;
    padding-right: 4px;
}
.single-post .options-label .icon-download {
    width: 20px;
    height: 16px;
    margin-right: 3px;
    background-image: url(../img/icon-download.svg);
    background-position: center;
    background-repeat: no-repeat;
    float: left;
}
.single-post .options-label:hover .icon-download {
    background-image: url(../img/icon-download-hover.svg);
}