/*
 Theme Name: DBDO Divi Child
 Theme URI: https://www.elegantthemes.com/gallery/divi/
 Description: DBDO Child Theme
 Author: Designs By Dave O.
 Author URI: https://designsbydaveo.com
 Template: Divi
 Version: 1.0.0
*/

/* =Theme customization starts here
------------------------------------------------------- */
/* align content in rows */
.ds-vertical-align { 
display: flex; 
flex-direction: column; 
justify-content: center;
} 

body{
overflow-x: hidden !important;
}
