/*
Theme Name: Divi-child
Theme URI: https://www.elegantthemes.com/
Description: Questa è la versione child del tema Divi da utilizzare per la customizzazione dei file del tema padre.
Author: Briefing
Author URI: https://www.briefinglab.com/
Template: Divi
Version: 1.0.0
*/
@import url("../Divi/style.css");
iframe{
	display: block;
}

.single-post .et_post_meta_wrapper .entry-title {
    display: none;
}

a.more-link {
    border: 2px solid #00917e;
    margin-top: 15px;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 5px;
}

.riga-contatto {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.riga-contatto p {
    width: 49%;
	color: #00917e;
}

form p {
	color: #00917e;
}

.privacy-label {
	color: #333;
}

.privacy-label a {
	text-decoration: underline;
}

.riga-contatto .wpcf7-form-control, .wpcf7-textarea, .wpcf7-text {
    width: 100%;
    padding: 10px!important;
    border-radius: 5px;
}

.wpcf7-submit {
    background-color: #ffffff;
    color: #00917e;
    border: 2px solid #00917e;
    padding: 10px 20px;
    text-transform: uppercase;
    outline: none;
    border-radius: 5px;
}

.et_pb_text_inner li a {
    text-decoration: underline!important;
}

.et_pb_blurb_content p:last-of-type, p:not(.has-background):last-of-type {
    padding-bottom: 1em;
}

.grecaptcha-badge {
    z-index: 10;
}

/* css tabella confronto */
table {
  border-collapse: collapse;
  width: 100%;
}

thead tr {
  border-bottom: 2px solid #00917e;
}

th, td {
  border-right: 1px solid #00917e;
  padding: 10px;
  text-align: left;
}

th:last-child, td:last-child {
  border-right: none;
}

tbody tr:nth-child(even) {
  background-color: #efefef;
}
/* fine css tabella confronto */