/*
 Theme Name:     Fessler & Bowman Child Theme
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Basso Marketing Agency
 Author URI:     https://www.bassomarketingagency.com/
 Template:       Divi
 Version:        1.0.0
*/

/* =Theme customization starts here
------------------------------------------------------- */

.hover-box-content {
    position: relative;
    bottom: -100%;
    height: 100%;
    transition: 500ms;
}
.hover-box:hover .hover-box-content {
	bottom: 0px;
}
.et_pb_menu .et_mobile_menu {
    top: calc(100% + 20px);
}