/*
Theme Name: Salient Child Theme
Theme URI: http: //www.chinasimplified.com/
Description: This is a custom child theme for Salient
Author: Kevin
Author URI: http: //www.chinasimplified.com/
Template: salient
Version: 0.1
*/

/* Sing Post Width */
body[data-ext-responsive='true'].single-post .container-wrap.no-sidebar #post-area,
body[data-ext-responsive='true'].single-post .container-wrap.no-sidebar .comment-list > li {
    max-width: 800px !important;
}

/* General Backgound Color */
.carousel-wrap[data-full-width='true'] {
    background-color: #ffffff !important;
}

/* clearfix */
.clearfix:before,
.clearfix:after {
    content: ' '; /* 1 */
    display: table; /* 2 */
}
.clearfix:after {
    clear: both;
}

/* Form Inputs */
.container-wrap input[type='text'],
.container-wrap textarea,
.container-wrap input[type='email'],
.container-wrap input[type='password'],
.container-wrap input[type='tel'],
.container-wrap input[type='url'],
.container-wrap input[type='search'],
.container-wrap input[type='date'] {
  padding: 10px!important;
}
input[type=submit],
button[type=submit],
input[type='button'] {
  background-color: #f00000 !important;
  text-transform: uppercase !important;
}
input[type=submit]:hover,
button[type=submit]:hover,
input[type='button']:hover {
  background-color: #333333 !important;
}

.main-content ul.buzzList p:before {
    content: url('http://www.chinasimplified.com/wp-content/uploads/2015/05/red-bubble.png');
    padding-right: 6px !important;
}

.team-member h4.light {
    font-size: 18px !important;
    font-family: 'Open Sans' !important;
}

.testimonial_slider blockquote span {
    font-family: 'Arial Narrow',Arial,sans-serif !important;
    font-style: italic !important;
}