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

h1, h2, h3, h4, h5, h6 {
	margin-bottom: .5em !important;
}

blockquote, dl, hr, ol, p {
	margin-bottom: 1em !important;
}

.whiteText,
.whiteText a,
.whiteText p,
.whiteText ul,
.whiteText ol,
.whiteText li,
.whiteText h1,
.whiteText h2,
.whiteText h3,
.whiteText h4,
.whiteText h5,
.whiteText h6 {
color: #ffffff !important;
}

.whiteText a, a.whiteText {
	text-decoration: underline;
}

.q_list.circle ul>li, .q_list.number ul>li {
	color: #000000;
	margin-bottom: 0px;
}

.q_list.circle ul>li:before {
	background-color: #000000;
}

.q_list.circle ul.whiteText>li:before {
	background-color: #ffffff !important;
}

.header_top_bottom_holder {
	border-bottom: 8px solid #293679;
}

#donateButton {
	letter-spacing: 0;
}

#BornAlive {
	color: #ffffff;
	margin: 0px;
}

@media screen and (max-width: 768px){
	.historyTimeline{
		display: none;
	}
}