/*

Theme Name: X &ndash; Child Theme
Theme URI: http://theme.co/x/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to X in this child theme.
Version: 1.0.0
Template: x

*/

/*CHANGE SIDEBAR STYLING*/
.x-sidebar {
    border: solid 10px #00a681 !important;
    padding: 10px !important;
}

.x-sidebar .widget {
    padding-bottom: 2px !important; 
    border-bottom: solid 15px #00a681 !important;
}

.x-sidebar .widget:last-child {
    padding-bottom: 0 !important;
    border: none !important;
}