/*
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 */

h3.acc-btn {line-height: 42px;padding-left: 46px;border: 1px solid #F0F0F0;background: #F8F8F8;border-radius: 1px;position: relative;}

h3.acc-btn:before {content: '';
    display: block;
    box-sizing: border-box;
    border-style: solid;position: absolute;
    width:8px;
    height:8px;
    left: 20px;
    right: 2px;
    top: 18px;
    bottom: 2px;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg) translate(-25%,-25%);
    -ms-transform: rotate(45deg) translate(-25%,-25%);
    transform: rotate(45deg) translate(-25%,-25%);}
    
.vcex-recent-news-entry {padding-bottom: 0!important;}
.vcex-news-entry-details {min-height: inherit!important;}