/*
Theme Name: Wolff
Theme URI: 
Description: Child theme of Divi theme for the Divi theme
Author: Already Set Up
Author URI: alreadysetup.com
Template: Divi
Version: 1.0
*/

/* Generated by Orbisius Child Theme Creator (http://orbisius.com/products/wordpress-plugins/orbisius-child-theme-creator/) on Fri, 26 Jan 2018 22:49:36 +0000 */ 
/* The plugin now uses the recommended approach for loading the css files.*/

.v-center {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}