/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: 4050 Media
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");

.wwm-header {
	color: #cc0000;
	font-size: 30px;
}
.wwm-slider-text {
	text-align: center;
	font-size: 20px;
}
.about-section h2, .committee-section h2, .events-section h2, .partners-section h2, .contact-section h2 {
	color: #ffffff;
	font-family: georgia, serif;
	font-weight: normal;
	font-size: 50px;
}
.about-section h3, .committee-section h3, .partners-section h3, .contact-section h3, .events-section h3 {
	color: #ffffff;
	font-family: helvetica, sans-serif;
	font-size: 30px;
	font-weight: normal;
	text-transform: none;
}
.about-section h4 {
	color: #ffffff;
	font-size: 24px;
}
.about-section p, .partners-section p {
	font-size: 18px;
	color: #ffffff;
}
.committee-section h2, .partners-section h2 {
	color: #cc0000;
}
.committee-section h3 {
	color: #666666;
}
.events-section h3 {
	color: #ff6666;
}
.events-section h4 {
	margin-bottom: 20px;
}
#tribe-events-content {
	width: 1100px;
	margin: 100px auto;
}
.tribe-mini-calendar {
	background: #3e454d;
	color: #fff;
	width: 100%;
}
.tribe-mini-calendar td, .tribe-mini-calendar th {
	border:none !important;
}
.tribe-mini-calendar-list-wrapper, .tribe-events-cal-links {
	display: none !important;
}
.tribe_mini_calendar_widget .widgettitle, .tribe-events-adv-list-widget .widgettitle {
	display: none;
}
.tribe-events-adv-list-widget {
	color: #ffffff;
}
.events-section .list-info h2.entry-title, .events-section .list-info h2.entry-title a {
	color: #fff !important;
	font-size: 18px;
}
.list-date {
	width: 20%;
	float: left;
}
.list-info {
	width: 60%;
	float: left;
}
.duration, .tribe-events-widget-link {
	display: none !important;
}
.tribe-mini-calendar .tribe-events-has-events div[id*="daynum-"] a::before {
	background: cc0000 !important;
}
#ajax-loading-mini {
	display: none;
}