/*
Theme Name: Kale Child
Theme URL: bigporchstudio.com
Description: Kale Child Theme
Author: Scott Conary
Author URL: scottconary.com
Template: kale
Version: 1.0.0
Text Domain: kale-child
*/ Custom CSS goes after this line

#bbpress-forums {
background: transparent;
clear: both;
margin-bottom: 20px;
overflow: hidden;
font-size: 16px;
}


#bbpress-forums .bbp-topic-content,
#bbpress-forums .bbp-reply-content {
    font-size: 16px;
}
#bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-topics, #bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results
{
    font-size: 16px;

}



bbp-topics-front ul.super-sticky,
.bbp-topics ul.super-sticky,
.bbp-topics ul.sticky,
.bbp-forum-content ul.sticky {
 background-color: #d1e9fe !important;
 font-size: 1.3em;
 border-radius: 7px;
 margin: 5px 0 15px;
 	font-weight: bold;
}


div.bbp-template-notice,
div.indicator-hint {
	border-width: 1px;
	border-style: solid;
	padding: 0 0.6em;
	margin: 5px 0 15px;
	border-radius: 7px;
	background-color: #f1997e;
	border-color: #b50030;
	color: #fff;
	clear: both;
	font-size: 1.4em;
	font-weight: bold;
}
#bbpress-forums div.odd, #bbpress-forums ul.odd {
background-color: #eee !important;

}

#bbpress-forums div.even, #bbpress-forums ul.even {
background-color: #fff !important;

}

.bbp-header{
background-color: #fff !important;


font-size:.7em;
text-transform: uppercase;
}

.bbp-forum-info {
font-size:1.0em;
font-weight:bold}


/* --- Logo --- */
.logo {
    text-align: center;
    height: 45px
}

.logo .custom-logo-link, .logo .header-logo-text {
    margin: 0;
    letter-spacing: 32px
}

.logo .header-logo-text a {
    color: inherit
}

.logo .header-logo-text a:hover, .logo .header-logo-text a:active, .logo .header-logo-text a:focus {
    text-decoration: none;
}

.logo img.custom-logo {
    max-width: 100%;
    height: auto;
}
