/*
 Theme Name:   teamRIPPED
 Theme URI:    http://divi.space/
 Description:  A Child Theme built for Divi by Purposed Press
 Author:       David Jeffries
 Author URI:   http://purposedpress.com
 Template:     Divi
 Version:      1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/
// Blog BG Color and Siderbar //

#main-content {
background-color: #e8e8e8!important;
}

span.blog-cat-top a {
    background: #a01616;
}

.et_right_sidebar #sidebar {
    padding-left: 10px!important;
    padding-right: 10px!important;
    padding-top: 10px!important;
    padding-bottom: 10px!important;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.11);
    box-shadow: 0 0 50px rgba(0,0,0,.1);
}

.et_pb_section {
    background-color: #e8e8e8;
}