/**
Theme Name: Salient Child
Template: salient
Version: 2.0.0
Author: NettSite
Author URI: https://nettsite.co.za
 */

@import url('inherited.css');

body.material ul li {
    list-style: disc;
}

div.wpforms-list-inline li {
    list-style: none !important;
}

/* Undo "STRANGE HACK FOR SPECIFIC COURSES" from inherited.css 371-373 */
body.single-sfwd-courses #ajax-content-wrap .main-content .row:nth-child(2) {
    width: 100%;
}

/* Ensure there is space for the sidebar */
body.single-sfwd-courses #ajax-content-wrap .main-content .post-area.span_9 {
    width: 80%;
}

/* widget widget_tag_cloud extra padding*/
.widget_tag_cloud {
    padding: 5px 10px;
}

/* Tablepress table headings */
table.tablepress thead tr,
table.tablepress thead tr th,
table.tablepress thead tr td {
    background: #6dbd4f !important;
    color: #fff !important;
    font-weight: bold !important;
}

span.wpProQuiz_cloze input {
    border: 1px solid #65bd46 !important;
    background-color: white !important;
}

/* Make image captions wider to fit 1300px images */
.wp-caption {
    width: 1300px !important;
}

/* Quiz styles: white background */
.wpProQuiz_questionListItem {
    background-color: white !important;
}

.wpProQuiz_questionInput {
    background-color: white !important;
    font-weight: bold !important;
}

/* Pesky sidebar */
.post-area.featured_img_left .article-content-wrap .post-content-wrap {
    width: 100% !important;
}
