/*
Theme Name: Cloud Break Child
Template: cloud-break-parent
Version: 1.0.0
*/
#contact-info {
    position: relative;
    z-index: 1;
}
#contact-info:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, .6);
    z-index: -1;
}