/* RECAPTCHA label */
.grecaptcha-badge { visibility: hidden !important; }


/* ---- DIVI-YHTEYSLOMAKE ---- */

/* Kentän täytön herjateksti */
.et-pb-contact-message {
color: #d48106;
}


/* ---- AIKALASKURI ---- */

/* Poista sekunnit */
/*.et_pb_countdown_timer .section.hours,
.et_pb_countdown_timer .section.minutes,*/
.et_pb_countdown_timer .section.seconds,
.et_pb_countdown_timer .sep {
display:none;
}

/* Poista nollat edestä */
.et_pb_countdown_timer .section.days p.value:first-letter { font-size: 0px; vertical-align: top; } 

/* Lisää mustat taustalaatikot */
.et_pb_countdown_timer .new-value, .et_pb_countdown_timer .value { 
background: #393939; /* Fix for where gradients arent supported */ -webkit-background: linear-gradient(#393939, #181818); -moz-background: linear-gradient(#393939, #181818); background: linear-gradient(#393939, #181818); color: #fff; padding: 10px !important; border-radius: 8px; -moz-box-shadow: inset 0 0 10px #000000; -webkit-box-shadow: inset 0 0 10px #000000; box-shadow: inset 0 0 10px #000000;
} .et_pb_countdown_timer .section.values { 
width: auto; margin: 0 8px;} 


/* ---- BLOGI ---- */

/* Equal height (Javascriptissä) */
.pa-blog-equal-height .pa-auto-height {
    height: auto !important;
}
.pa-blog-equal-height .pa-auto-margin {
    margin-top: 20px !important;
}