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

 Theme Name:   Beauty Made Simply Child Theme
 Theme URI:    https://beautysimplymade.com
 Description:  
 Author:       Engaged Digital
 Author URI:   https://www.engageddigital.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 ------------------------------*/

/*---------[ALIGN BUTTONS TO BOTTOM]-----------*/
/*------------------------------------------------*/
 
 
        /* buttons fixed to the bottom */
            .edm_fixed_buttons .et_pb_column {
                padding-bottom:30px;}
            .edm_fixed_buttons .et_pb_button_module_wrapper {
                position: absolute;
                bottom: 0;
                left: 0;
                right: 0;
                margin: auto;}

/*---------[EQUALIZE COLUMN HEIGHT]-----------*/
 .flex-SameSize .et_pb_column_1_4{
display: flex;
}