/**
 * Theme Name: Streamcard
 * Theme URI: https://slocumthemes.com/wordpress-themes/simple-shop-free/
 * Description: A "one-click" child theme created for Simple Shop - Simple Shop is an easy to use storefront for your WooCommerce business. Display your products in a simple, clean, and modern layout. Simple Shop supports a custom homepage, archive pages, and blog posts. This theme is responsive, leverages the front-end Customizer and yet it's lightweight. Now supports live front-end text widget editing via Note. More info - http://wordpress.org/plugins/note/.
 * Author: Slocum Studio
 * Author URI: https://slocumthemes.com/
 * Version: 1.0
 * License: GPL2+
 * License URI: http://www.gnu.org/licenses/gpl.html
 * Template: simple-shop
 */


.post-content {
    background: none repeat scroll 0 0;
    border-radius: 5px;
    color: #e1e1e1;
    font-size: 18px;
    margin: 20px 0 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.page-content h1.page-title {
    color: #e1e1e1;
}

.page-content {
    background: none repeat scroll 0 0;
    border-radius: 5px;
    color: #e1e1e1;
    font-size: 18px;
    margin: 20px 0 0;
    overflow: hidden;
    padding: 20px 15% 5%;
    position: relative;
    width: 70%;
}

footer#footer {
    background: none repeat scroll 0 0;
    border-radius: 5px;
    float: left;
    margin-bottom: 40px;
    margin-left: 1.5%;
    margin-right: 1.5%;
    padding-bottom: 20px;
    padding-top: 20px;
    width: 97%;
}
