/*
 Theme Name:     Yes and Yes
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Erin Gibson
 Author URI:     https://www.eringibson.co
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

/* DIVI Coundown Timer */
.custom-countdown div.sep.section {
display: none;
}

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

.et_pb_countdown_timer .section.values {
  margin: 0px 10px;
}
 
.custom-countdown .value {
background-color: #E9C46A;
padding: 50px 15px !important;
  border-radius: 50%;
}

/* HurryTimer */
.hurrytimer-timer-digit {
    font-weight:700;
    border-radius: 50%;
    padding: 25px 35px;
    background-color: #E9C46A;
    margin: 0px 5px;
    }