/* 
 Theme Name:   Divi Child
 Theme URI:    
 Description:  For Keeping settings
 Author:       Waliur Rahman
 Author URI:   https://walibd.com
 Template:     divi
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/
.et_pb_svg_logo #logo, .et_pb_svg_logo.et_header_style_split .et-fixed-header .centered-inline-logo-wrap #logo {
    height: 70%!important;
}
#logo {
    display: inline-block;
    float: none;
    max-height: 70%!important;
    margin-bottom: 0;
    vertical-align: middle;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-transform: translate3d(0,0,0);
}