/*
Theme Name: Bridge Child
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");
.ha-image-accordion-click .ha-ia-item.active, .ha-image-accordion-hover .ha-ia-item:hover {
    filter: grayscale(0);
	transition:all 0.5s;
}
.ha-ia-item {
    filter: grayscale(1);
    transition:all 0.5s;
}
.latest_post_holder.dividers .boxes_image img {
    width: 100%;
}
.elementor-post__read-more{
	border: 2px solid #000000;
    padding: 5px 20px;
    z-index: 99;
    position: relative;
    display: inline-block;
    border-radius: 35px;
}