/*
 Theme Name:   Kwoon CIT (Child Theme)
 Theme URI:    http://consideritthere.com
 Description:  Kwoon Child Theme for Consider It There
 Author:       Peter Romero
 Author URI:   http://aprilafternoon.com
 Template:     kwoon
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  kwoon-cit
*/
.wpb_alert p:last-child, #content .wpb_alert p:last-child, .wpb_text_column p:last-child, .wpb_text_column *:last-child, #content .wpb_text_column p:last-child, #content .wpb_text_column *:last-child, .wpb_toggle_content p:last-child {
	margin-bottom: 30px;
}
.inner {
	padding-top: 40px;
	padding-bottom: 40px;
}
.page-id-35 .box-color {
	cursor: pointer;
}

.box-color a {
	color: white;
}
.box-color[background-color*="rgb"] p {
	color: red;
}
.navbar-header {
	background-color: #FFFFFF;
}
.navbar .navbar-brand,
.navbar.fixed .navbar-brand
{
	margin: 0 !important;
}
.navbar .navbar-nav > li > a {
	top: 0;
	padding-left: 10px;
	padding-right: 10px;
}
.navbar.fixed:not(.centered) .navbar-nav > li > a {
	padding: 40px 10px;
	height: 100px;
}
.dark-wrapper.site-name {
	/* background-color: #ed125f; */
	background: rgb(0,174,238);
    background: linear-gradient(90deg, rgba(0,174,238,1) 0%, rgba(35,58,141,1) 65%, rgba(18,29,71,1) 100%);
}
.site-name .inner {
	padding-top: 15px;
	padding-bottom: 15px;
}
.site-name p {
	margin: 0;
	font: 600 36px/36px Raleway, sans-serif;
	text-align: left;
	color: white;
}
.quote .icon {
	width: 140px;
}
.meta {
	display: block;
	line-height: 14px;
	margin-top: 3px;
	color: #ed125f; /* TODO: Figure out how to get this color to be a variable from the theme; */
}

.pinkText {color: #ff0099; font-size: 1.4em;}
.bitLarger {font-size: 1.5em;}