/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
/*fix button color*/
.bu-banner-button {
	background: #86c9cc;
}

.bulp-largepromo-full .bulp-largepromo-content {
	background: #fff;
	background: rgba(255,255,255,0.85);
	margin: 60px auto;
	max-width: 500px;
}

.page-id-5 .bulp-event-topic {
	display: none;
}

/*increase for lunch program*/
.page-id-8483 .content-container, .page-id-9732 .content-container {
	max-width: 750px;
}

.postid-8791 h3.bu-banner-title.font-size-1 {
	color: #c58700;
}

.postid-8791 .bu-banner-valign {
	background: rgba(255,255,255,0.7);
	padding: 20px;
}

/*box for audio bar in posts*/
.audio-recording {
	background-color: #f4f7f7;
	padding: 20px;
	font-size: .8em;
}

section, .content-area {
	padding: 0 20px 0 0;
}

/*make tables a grid*/
table td {
	border-bottom: 1px solid #ddd;
}

/*Brighten up banner images from 0.55 */
.bu-banner-color-light .bu-banner-media::before {
	background-color: rgba(0,0,0,0.35);
}

.page-id-8483 .primary-nav {
	display: none !important;
}

/*sept2022 lunch event program*/
.page-id-9732 .primary-nav {
	display: none !important;
}

.page-id-9732 .bu-banner-color-light .bu-banner-media::before {
	background-color: rgba(0,0,0,0.35);
}

.page-id-9732 h4.bu_collapsible::before, .page-id-9732 h4.bu_collapsible {
	color: #c58700;
}

.disable-lightbox a {
	pointer-events: none;
}

.disable-lightbox .et_overlay {
	display: none !important;
}

/*Members-Only possible new version*/
.page-id-6761 .bulp-section:nth-child(even):not(.bulp-events) {
	background-color: #3a7e86;
}

.page-id-6761 .bulp-promo {
	border-radius: 10px;
}

.page-id-6761 .bulp-promo::before {
	background: linear-gradient(to right,#c58700,#902d41);
}

.page-id-6761 .bulp-section:nth-child(even) .bulp-intro-title:not(.bulp-child-nav-title):not(.bulp-title-events) {
	color: #fff;
}

.page-id-6761 .bulp-section:nth-child(even) .bulp-intro-description {
	color: #fff;
}

/*testimonials*/
.winner blockquote {
	background-color: #fff;
	border-color: #c58700;
	border-style: solid;
	border-width: 2px 0;
	padding: 1.25em 0;
	position: relative;
	margin: 1em 16px;
	text-align: center;
}

.winner blockquote::before {
	color: #c58700;
	background: #fff;
	content: "\201C";
	font-family: "TiemposHeadline", serif;
	font-size: 3em;
	font-weight: 700;
	left: 50%;
	line-height: 30px;
	position: absolute;
	text-align: center;
	top: 8px;
	transform: translate(-50%,-50%);
	width: 40px;
}

.winner {
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
	padding: 20px;
	font-size: .9em;
	margin: 10px;
}

.winner img {
	border-radius: 50%;
}

.winner h4 {
	color: #00343a;
	text-transform: uppercase;
}

.give-button a {
	background-color: #c00;
	color: #fff !important;
	border-radius: 2em;
	margin-left: 15px;
	padding: 5px 25px;
	text-decoration: none;
}

.postid-6294 .bu-banner-color-light .bu-banner-media::before {
	background-color: rgba(197,135,0,0.35);
}

.bu-banner.bu-banner-text-only.bu-banner-color-light {
	background: linear-gradient(to top right,#00343a,#34787b);
}

/*Thought Leadership posts*/
.category-thought-leadership h4 {
	color: #34787b;
}

.category-thought-leadership h3 {
	color: #34787b;
}

.category-thought-leadership h1.page-title {
	color: #000;
	font-size: 2em;
}

.category-thought-leadership blockquote {
	background-color: #fff;
	border-color: #c58700;
	border-style: solid;
	border-width: 2px 0;
	padding: 1.25em 0;
	position: relative;
}

.category-thought-leadership blockquote::before {
	color: #c58700;
	background: #fff;
	content: "\201C";
	font-family: "TiemposHeadline", serif;
	font-size: 3em;
	font-weight: 700;
	left: 50%;
	line-height: 30px;
	position: absolute;
	text-align: center;
	top: 12px;
	transform: translate(-50%,-50%);
	width: 40px;
}

.learn-more {
	background-color: #f5f8ff;
	border-left: .45em solid #34787b;
	margin: 1em 30px;
	padding: 10px;
}

.speaker-bio {
	background-color: rgba(197,135,0,0.2);
	padding: 40px;
	border-radius: 5px;
	font-size: .9em;
}

.widget {
	line-height: 1.5;
}

/*hides the posted-on date so it doesn't get confused with event date KM*/
.bulp-article-date {
	display: none;
}

/*Fisk House post collapsibles*/
.postid-10510 .bu_collapsible, p.bu_collapsible::before {
	color: #c58700;
	font-weight: 700;
}

.postid-10557 blockquote > p:last-of-type {
	min-height: 150px;
}