/*
 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
------------------------------------------------------- 
*/

#gform_submit_button_1 {width: 100%;
    background: #FE9E18;
    color: #ffffff !important;
    font-weight: bold; border-radius:25px;}
.et_pb_countdown_timer .sep {display:none;}

.et_pb_countdown_timer_container.clearfix .section.values {background: rgba(255, 255, 255, 0.14);   /* translucent white */
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  padding: 18px 20px;
  text-align: center; margin-right:18px;}

 input[type=email] {background-color:rgba(255, 255, 255, 0.18) !important; border: 1px solid rgba(255, 255, 255, 0.28) !important;} 


/* Styles for screens 980px wide or smaller */
@media screen and (max-width: 980px) {
	.et_pb_countdown_timer .section.values {width:24%;}
	.seconds.section.values {display:none;}
}

.et_pb_countdown_timer .section.days p.value:first-letter {
  font-size: 0px;
  vertical-align: top;
}