/*
 Theme Name:     Community Building Artworks
 Author:         Community Building Artworks
 Author URI:     http://communitybuildingartworks.org/
 Template:       Divi
 Version:        1.0
 Description:   A child theme for Divi.
*/


/* ----------- CUSTOM CSS --------------------------- */

/*======== Footer ========*/
#footer-widgets .footer-widget ul {
	display: flex;
    justify-content: center;
	align-items: center;
	min-height: 100px;
}

#footer-widgets .footer-widget li {
	padding: 0 14px;
	margin: 0;
}

#footer-widgets .footer-widget li a {
	font-family: Futura;
	font-weight: 600;
    font-size: 15px;
	text-transform: uppercase;
}

.footer-widget .social-icons {
	padding: 35px 0;
}

.footer-widget .social-icons i {
	font-size: 25px;
}

#footer-bottom {
	padding: 15px 0;
	margin-top: 20px;
}

.footer-logo img {
	max-width: 100px;
}

#footer-bottom .container {
	display: flex;
    justify-content: center;
    align-items: center
}

.bottom-menu ul {
	display: flex;
}

.bottom-menu ul li {
	padding: 0 15px;
}

.bottom-menu ul li a {
	text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
}

.bottom-menu ul li a,
#footer-info,
#footer-info a {
	color: #009fc3;
}

.et_pb_gutters3.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-child(-n+3):not(:nth-child(2)) {
    width: 21%;
}
