#related .et_pb_row {
    width: 100%;
}

#related a {
    text-decoration: none;
}

#related p {
    padding-bottom: 0.25em;
}

#related .post-meta {
    color: #AF5B23;
    font-weight: bold;
}

.flush-bottom {
    padding-bottom: 3px;
}

#social_share {
    margin-bottom: 20px;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
}

#social_share > span {
    font-weight: bold;
    margin-right: 10px;
    text-transform: uppercase;
    padding-top: 5px;
}

#social_share a {
    text-decoration: none;
    display: inline-block;
    margin-right: 20px;
    line-height: 1em;
}

#social_share a span {
    font-size: 2rem;
}

#author,
#related,
#was_this_helpful {
    margin: 30px auto;
    padding-top: 30px;
    border-top: 1px solid #aca39a;
}

#related .et_pb_row {
    padding: 20px 0;
}

#was_this_helpful p.h5 {
    margin-bottom: 20px;
}

#was_this_helpful a {
	color: #3D3935;
    display: inline-block;
    cursor: pointer;
    font-weight: bold;
    text-decoration: none;
}

#was_this_helpful a + a {
    margin-left: 20px;
}

@media screen and (min-width: 768px) {
    .comment-form {
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }

    .comment-form > * {
        width: 100%;
    }
    
    .comment-form .comment-form-author {
        padding-right: 10px;
    }

    .comment-form .comment-form-email {
        padding-left: 10px;
    }

    .comment-form .comment-form-author,
    .comment-form .comment-form-email {
        width: 50%;
    }

    .comment-form .comment-form-author input,
    .comment-form .comment-form-email input {
        width: 100% !important;
    }
}

@media only print {
    header, footer, #was_this_helpful, #print, #related, #social_share,
    .et_pb_title_featured_container, #author, #author + p {
        display: none !important;
    }
}