.vc-button a {
    background-color: #333534;
    border-radius: 10px;
    color: #fff;
    display: block;
    float: left;
    font-size: 20px;
    font-weight: 400;
    padding: 8px 36px 8px 20px;
}
.vc-button a:hover{
    background:#df5911;
}

/* Support #40520 - Homepage content update  */

    img.size-full.wp-image-9843.alignleft { 
        border: none; 
    }
    p.vert-align { 
        padding-top: 2%; 
    }
    .home-main.widget-area p, .home-main.widget-area a { 
        font-size: 24px; 
    }
    .home-main.widget-area h2.vc_custom_heading {
        padding: 1% 0;
        background-color: #edeced;
    }

/* Support #40564 - Bottom padding on homepage slider */

    .home .top-image {
        padding-bottom: 50px;
    }
    h5.vert-align { 
        padding-top: 7%; 
    }

/* Support #40703 - Align hamburger menu and logo via media query */

    @media screen and (max-width:700px){
        .header-image .site-title > a { background-position: left center; }
        button.menu-toggle {
            position: absolute;
            right: 0;
            top: -50px;
            width: 50px;
        }
        .site-header .widget-area, .title-area { margin-bottom: 0; }
        button.sub-menu-toggle {
            width: 50px;
            height: 50px;
        }
    }

/* Support #40703 - Custom class for non-stacking VC elements (3/9 column split) */

    @media screen and ( max-width: 700px ) {
        .no-stack:after {
            clear: both;
            content: " ";
            display: table;
        }
        .no-stack > .vc_col-sm-3 {
            float: left;
            width: 25%;
        }
        .no-stack > .vc_col-sm-9 .vc_custom_heading > br:first-child {
            display: none;
        }
    }
    
/* Support #40830 - Remove blockquotes on easy testimonial slider */

    blockquote.easy_testimonial { background: none; }
    
/* Support #45460 - Sign out button on submit resume page */

    .job-manager-form fieldset .account-sign-in .button { color: #fff; }