/*
 Theme Name:  WebInk Solutions Child Theme
 Theme URI:    https://webink.solutions
 Description:  Child Theme for Divi
 Author:       Sean Rowe
 Author URI:   https://webink.solutions
 Template:     Divi
 Version:      2.2
*/

/*****Add any custom CSS below this line*****/

/*****Veritically Center Objects in Divi*****/
.webink_vertical {display: flex;
flex-direction: column;
justify-content: center;}

