/*
Theme Name: Total Child
Theme URI: http://totalwptheme.com
Description: Total WordPress theme example child theme.
Author: AJ Clarke
Author URI: http://totalwptheme.com
Template: Total
Version: 1.1
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

.wpcf7-form input {
    margin-top: 3px;
    width: 80%;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    margin-top: 3px;
    width: 100% !important;
}

input.wpcf7-form-control.wpcf7-submit {
    margin-top: 3px;
    width: 9% !important;
}

.single-post .meta,
.wpex-social-share.position-horizontal {
    display: inline-block;
}

#content .single-blog-content a,
#staff-single-content a:not(.vc_general){
    text-decoration: underline !important;
}

.recent-news .entry-media {
    padding: 20px 20px 0;
}

.m-a-box-container[max-width~="599px"] .m-a-box-content.m-a-box-profile .m-a-box-data .m-a-box-title>:first-child {
    text-align: left !important;
}

.entry ul{margin-left:30px} 

