/*
Theme Name: Muestrarios Innova
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");


div.box .box_content h3 {
    line-height: 23px;
}

.footer_top_holder::before {
    content: "";
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 33%;
    left: 33%;
}

@media only screen and (max-width:768px) {
    .footer_top_holder::before {
        right: 20%;
        left: 20%;
    }
}