  /*
 Theme Name:  Divi Child Theme
 Theme URI:    https://divilife.com
 Description:  Child Theme for Divi
 Author:       Tim Strifler
 Author URI:   https://divilife.com
 Template:     Divi
 Version:      1.0.0
*/

/Add any custom CSS below this line/
.modal-style.style-1 figcaption {
    opacity: 1;
    transform: scale(1);
    bottom: 0;
    height: auto;
    top: auto;
    left: 0;
    right: 0;
    text-align: left;
    transition: all .25s;
}
.awsm-grid-card:hover figcaption {
    padding-bottom: 2rem;
}
.modal-style.style-1 .awsm-personal-info {
    margin-bottom: 0;
}
.et_pb_column.et_pb_column_1_4.et_pb_column_1.et_pb_css_mix_blend_mode_passthrough.et_pb_column_single {
    z-index: 1;
}