/*
Theme Name: Divi Child
Description: Tema Child di Divi
Author: Admin
Template: Divi
Version: 1.0.0
Text Domain: divi-child
*/


input[type="radio"]{
    position: relative;
    width: 80px;
    height: 80px;
    outline: none;
    -webkit-appearance:none;
    background-color: white;
    cursor: pointer;
    background-size: cover !important;
    opacity: 0.3;
    transition:0.5s;
}
select, input { 
	width: 100%;
}
input[type="submit"] {
    border: 1px solid #000;
    background: #fff;
    padding: 10px 30px;
    text-transform: uppercase;
}

.wpcf7-form-control-wrap:not(.sesso) .wpcf7-form-control  .wpcf7-list-item:nth-child(1) input[type="radio"]{
	background: url("http://feedback.planetaestate.it/wp-content/uploads/2020/07/1.gif")
}
.wpcf7-form-control-wrap:not(.sesso) .wpcf7-form-control  .wpcf7-list-item:nth-child(2) input[type="radio"]{
	background: url("http://feedback.planetaestate.it/wp-content/uploads/2020/07/2.gif")
}
.wpcf7-form-control-wrap:not(.sesso) .wpcf7-form-control  .wpcf7-list-item:nth-child(3) input[type="radio"]{
	background: url("http://feedback.planetaestate.it/wp-content/uploads/2020/07/3.gif")
}
.wpcf7-form-control-wrap:not(.sesso) .wpcf7-form-control  .wpcf7-list-item:nth-child(4) input[type="radio"]{
	background: url("http://feedback.planetaestate.it/wp-content/uploads/2020/07/4.gif")
}
.wpcf7-form-control-wrap:not(.sesso) .wpcf7-form-control  .wpcf7-list-item:nth-child(5) input[type="radio"]{
	background: url("http://feedback.planetaestate.it/wp-content/uploads/2021/09/nv.png")
}

input:checked[type="radio"]{
	opacity: 1
}

span.wpcf7-list-item {
    display: inline-block;
    text-align: center;
}

.wpcf7-form-control-wrap.sesso input[type="radio"] {
	width:30px; height: 30px;
	-webkit-appearance: auto;
}
.wpcf7-form-control-wrap.sesso .wpcf7-list-item {
	margin: 0 20px;
}

@media (max-width: 980px) {
input[type="radio"]{
    position: relative;
    width: 50px;
    height: 50px;
}
}
/*input[type="radio"]:after{
    position: absolute;
    content: "";
    border: 2px solid #fff;
    height: 80px;
    width: 80px;
    top:0px;
    left: 150px;
    border-radius: 50px !important;
    transition:0.5s;
}

input:checked[type="radio"]:after{
    border-radius: 28px 28px 0 0;
    left: 0;
    border: 2px solid green;
}*/

form { text-align: center }

.wpcf7-list-item-label { display: block }

label { 
	border-bottom: 1px solid #c8c8c8; 
	margin: 10px 0; 
	display: block; 
	text-align: center;
	padding-bottom: 20px;
}