/*
Theme Name: Beuh-Child
Author: Tom Broadwater
Description: Beuh child theme
Version: 1.0
Template: beuh

This is the child theme for Beuh theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

.liner {
    background: none repeat scroll 0 0 #ffffff;
    display: inline-block;
    height: 5px;
    margin: 5px 0;
    width: 0px;
    opacity: 0.6;
}

/* Remove default blog-styling on inner pages */

.post-date {
	display: none;
}

.blog-box > a, .single-blog .blog-title {
    padding-left: 0px;
    padding-top: 10px;
}

/* Hide unused sections of homepage */

#pricing-table {
	display: none;
}

#team {
	display: none;
}

#client {
	display: none;
}

/* Adjust page spacing*/

.content {
        padding-top: 80px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
}

