/*
Theme Name: Salient Child Theme
Theme URI: http: //mysite.com/
Description: This is a custom child theme for Salient
Author: My Name
Author URI: http: //mysite.com/
Template: salient
Version: 0.1
*/


a.uncategorised {
    display: none !important;
}

body .toggle >div{
	padding-bottom: 15px !important;
}

.toggle h3 a {
    background-color: #00AE9D !important;
    color: #fff !important;
}

.toggle h3 a i {
    color: #fff !important;
}

.toggle h3 a:hover {
    background-color: #707070 !important;
}

.toggle>.toggle-title a {
    padding: 14px 14px 14px 43px !important;
}

div[data-style="default"] .toggle > .toggle-title a, div[data-style="default"] .toggle > .toggle-title {
	line-height: 17px;
}

.toggle>.toggle-title a i {
    top: 14px;
}

body .toggle[data-inner-wrap=true].open>div {
    max-height: none !important;
}