/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

/*ICONS SAME ROW*/
@media (max-width: 479px) { .et_pb_section_1 .et_pb_row .et_pb_column.et_pb_column_1_4 {width: 50% !important;} }

/*TIMER*/
.custom-countdown .sep { display:none; }

/*SMALL MOBILE MENU*/
@media (max-width: 980px) {
.et_header_style_left #et-top-navigation {
padding-top: 8px;
}
.et_header_style_left .mobile_menu_bar {
padding-bottom: 8px;
}
}

/*CAPTCHA MESSAGE*/
.et_pb_contact_captcha_question:before {
content: 'Prove you are not a robot.';
color: #b51f31;
margin-right: 10px;
}