/*
Theme Name: U-Design Child
Theme URI: http://themeforest.net/item/udesign-wordpress-theme/253220?ref=internq7
Description: Child Theme for U-Design
Author: Andon
Author URI: http://themeforest.net/user/internq7/portfolio?ref=internq7
Template: u-design
Version: 1.0.0
*/
@import url("../u-design/style.css");

/**** BEGIN ADDING YOUR CUSTOM CSS CODE BELOW: ****/

#bbpress-forums .bbp-topic-content p,
#bbpress-forums .bbp-reply-content p {
    font-size: 13px !important;
}

#bbpress-forums .bbp-forum-title,
#bbpress-forums .bbp-topic-title {
	font-size: 16px !important;
font-weight: bold !important
}

#bbpress-forums .bbp-forums-list li {
    display: list-item !important;
    font-size: 13px;
}

.page-id-2287 .custom {
min-height: 550px;
}

.blogsearch{
width: 80%;
margin-bottom: 10px;
}

body.login div#login h1 a {
	background-size: 196px 196px !important;
}

.no-breadcrumbs-padding {
    padding: 0;
}

input[type=submit] {
    /*padding:5px 15px; 
    background:#ccc; 
    border:0 none;
    cursor:pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px; */
margin-top: 10px;
}

#page-content #content-container {
    padding: 0;
}


