/*---------------------------------------------------------------------------------

 Theme Name:   Global Brigades Canada
 Theme URI:    https://globalbrigadescanada.ca
 Description:  Custom theme for Global Brigades Canada
 Author:       Vicky Jauregui
 Author URI:   
 Template:     Divi
 Version:      1.0.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/

footer ul#menu-footer-menu {
    display: inline-block;
}

/* Add dollar sign to something */
.dollar .percent-value:before { content:'$';}

/* Hide search icon in top menu nav */
#et_top_search {
	display: none;
}

.hide {
	display: none !important;
}

.inactive-btn {
	background-color: rgba(0,0,0,0.5) !important;
	border: none !important;
}

/* Custom fonts */

@font-face {
	font-family: "liberator";
	src: url("fonts/liberator/liberator-medium-webfont.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
}

.liberator-font {
	font-family: "Liberator";
}

#healthcare-tab .et_pb_column,
#water-tab .et_pb_column,
#economic-tab .et_pb_column {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-bottom: 20px;
	background-color: #ffffff;
}

#program-table .et_pb_number_counter {
	border-top: 1px solid #e9e9e9;
	width: 90%;
}

#program-table h4:after {
	width:30%;
	content: "";
	display: block;
	border-bottom: 5px solid #e9e9e9;
	margin-bottom: 1em;
	padding-bottom: 1em;
}
