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

@import url("../salient/style.css");



body {
    -webkit-font-smoothing: subpixel-antialiased;
}

.widget h4 {
    color: #ff8b00 !important;}


.col.boxed, .wpb_column.boxed {
    -o-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
}
   
blockquote {
    line-height: 24px;
    font-size: 18px;
}   

#respond h3{color: #fff !important;}

div.comments-section{
	background: #777777;
    padding: 25px;
    border: 5px solid #ff8b00;
    border-radius: 10px;
}

li.meta-comment-count a{
	border: 3px solid rgba(255,139,0,1.0)!important;
	border-radius: 50px!important;
	background: #222 !important;
}
	