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

 Theme Name:   ACS Alumni Golf Tournament Child
 Theme URI:    https://acsgolftournament.com
 Description:  Child theme for the ACS Alumni Golf Tournament  Website
 Author:       Lisa Missenda
 Author URI:   https://whitehartinsight.com
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

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

#footer-info {
float: none !important;
text-align: center !important;
}
#footer-info a {
text-align: center !important;
} 
.footerwidgettitle{color:#ffffff;}
#comment-wrap{display:none;}
/*---------------------equalize columns------------------*/
.flex-row-wrapper {
 display: flex;
}
 
.flex-row-wrapper .et_pb_column {
 display: flex;
 flex-direction: column;
 padding: 20px;
 border: 1px solid black;
 justify-content: space-between;
}
