/* --------------- SOMETHING HERE --------------- */
#content a.vc_btn3.vc_btn3-size-md {
        padding: 19px 25px 19px 25px !important;
}

.tttttax-product_category.term-broths-and-stocks #content a.vc_btn3.vc_btn3-size-md {
    color: red !important;
}

.single-recipes .wprm-recipe-template-pf-recipe-template .recipe-overview .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
}

@media only screen and (max-width: 782px) {
    html body.home:not(.admin-bar) #content > .vc_row:nth-of-type(3) {
        top: 0px !important;
    }    
}

@media only screen and (max-width: 782px) {
    #specifically-pacific-callout {
        top: 0px !important;
    }
}