/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Hedayet Saadi
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Tags: responsive-layout,one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-background,custom-colors,featured-images,full-width-template,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready
Version: 4.8.1.1611684635
Updated: 2021-01-26 18:10:35

*/
 
/* Hide image titles when hover */

.et_pb_image img {
    pointer-events: none;
}

/* Contact form success message align center */
.et-pb-contact-message {
text-align: center;
}

/* WhatsApp button title hide */
.sc-1au8ryl-0, .dmopMx {
    display: none !important;
}


/* Quote form submite button color changed to the theme blue color */
.fw-btn-submit {
    background: #0c71c3;
}