/*---------------------------------------------------------------------------------

 Theme Name:   Divi child
 Theme URI:    http://Delonixmarketing.com
 Description:  
 Author:       Elvis Ozoria
 Author URI:   http://elvisozoria.com
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/

.dmpro_timeline_0 .dmpro-timeline-line__active{
	border-color: #ff6700!important;
}

.mobile_menu_bar:before{
	color: #000!important;
}

#et_pb_contact_form_0 .et-pb-contact-message{
	color: #fff;
}

#et_pb_contact_form_0 .input{
	color: #fff;
}

/* reverse de order of columns on mobile */
@media screen and ( max-width: 980px ) {
    .reverse {
        display: flex;
        flex-direction: column-reverse;
    }
} 

.woocommerce-form-coupon-toggle .woocommerce-info a, .woocommerce-form-coupon-toggle .woocommerce-info, .woocommerce-form-coupon-toggle .woocommerce-message a, .woocommerce-notices-wrapper .woocommerce-message{
	color: #000!important;
}