.materiale-img {
    display: block;
    height: 35px;
    width: 35px;
    float: left;
    border-radius: 100%;
}
.img-ferro {
	background: radial-gradient(ellipse at top, #686e71, #1c1d1f);
	background-color: #1c1d1f;
}
.img-acciaio{
	background: radial-gradient(ellipse at top, #c7c5c6, #666563);
	background-color: #666563;
}
.img-alluminio{
	background: radial-gradient(ellipse at top, #f3f3f3, #c5c5c5);
	background-color: #c5c5c5;
}
.img-ottone {
	background: radial-gradient(ellipse at top, #f1e3be, #d8a227);
	background-color: #d8a227;
}
.img-rame {
	background: radial-gradient(ellipse at top, #eac6ac, #9c603d);
	background-color: #9c603d);
}
.dex {
    font-size: 14px;
margin-bottom: 30px;
}
.clearfix::after {
	content: " ";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}
.cal-dimensioni {
	width: calc(45% - 30px);
    float: right;
    box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
    padding: 50px;
    min-height: 1040px;
}
.cal-left {
	width: calc(50% + 20px);
	float: left;
}
.cal-materiale,
.cal-tipologia {
	width: 100%;
	float: left;
	padding-right: 30px;
	box-sizing: border-box;
    height: 100%;
}
.cal-materiale {
    box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
    padding: 50px;
}
.cal-tipologia {
	box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
    padding: 50px;
	margin-bottom: 70px;
}
.calc-title {
    color: #333333;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.materiale-list {
	list-style: none;
	padding: 0;
	margin-left: 0;
}
.materiale-list li {
    display: block;
    padding: 20px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid #dddddd;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    margin-top: 0px;
    position: relative;
    z-index: 3;
    cursor: pointer;
    background: #ffffff;
}
.materiale-list li:first-child {
	margin-top: 0;
}
.materiale-list li:last-child, .tipologia-list li:last-child {
    border-bottom: 1px solid transparent;
}
.materiale-list li.selected,
.materiale-list li:hover {
	z-index: 10;
	background:#00824a;
}
.materiale-list img {
	display: none;
	float: left;
	width: 35px;
    height: 35px;
    border-radius: 50%;
}
.materiale-list span, .tipologia-list span  {
    display: block;
    padding-left: 55px;
    line-height: 35px;
    text-transform: capitalize;
    color: #333333;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.4px;
}

.materiale-list li.selected span,
.materiale-list li:hover span{
	color: #ffffff;
}
.cal-wrap {margin:80px 0;}
.tipologia-list {
	list-style: none;
	padding: 0;
	margin-left: 0;
}
.tipologia-list li {
	display: block;
    padding: 20px 15px;
	position: relative;
	z-index: 3;
    cursor: pointer;
    border-top: 1px solid transparent;
    border-bottom: 1px solid #dddddd;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
	background: #ffffff;
}
.tipologia-list li:first-child {
	margin-top: 0;
}
.tipologia-list li.selected,
.tipologia-list li:hover {
	z-index: 10;
	background: #00824a;
}
.tipologia-list li.selected img, .tipologia-list li:hover img{filter: brightness(4);}
.tipologia-list img {
	display: block;
	float: left;
	height: 35px;
	width: auto;
	margin-left: -4px;
}
.tipologia-list li.selected span,
.tipologia-list li:hover span{
	color: #ffffff;
}

.cal-dimensioni-content{
    background-color: #ffffff;
}

.cal-dimensioni-grid-50 {
	margin-left: -15px;
	margin-right: -15px;
}
.cal-dimensioni-50 {
	width: 100%;
	padding: 0 15px;
	position: relative;
}
.cal-dimensioni-grid-33 {
	margin-left: -10px;
	margin-right: -10px;
}
.cal-dimensioni-33 {
	width: 100%;
	padding: 0 10px;
	position: relative;
}
.calc-input-wrap {
	position: relative;
	height: 45px;
	width: 100%;
}
.calc-input-wrap input[type="text"] {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    box-sizing: border-box;
    border-radius: 0;
    box-shadow: none;
    padding: 0 20px;
    color: #333333;
    background: #ececec;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.4px;
    text-align: left;
}
.calc-input-wrap input[type="text"]:focus {
	outline: 0;
	box-shadow: none;
	border-color: #46BCF5;
}
.calc-input-wrap span {
	display: block;
    width: 43px;
    height: 43px;
    position: absolute;
    top: 1px;
    right: 1px;
    background: #00824a;
    color: #fff;
    text-align: center;
    line-height: 43px;
    border-left: 1px solid #fff;
    font-size: 14px;
    letter-spacing: 1.6px;
}
.cal-dimensioni-50, .cal-dimensioni-33 {
margin-bottom: 45px;
}

.calc-input-wrap select {
	display: block;
	width: 100%;
	height: 45px;
	box-sizing: border-box;
	border: 1px solid #CDCDCD!important;
	border-radius: 0;
	box-shadow: none;
	-webkit-appearance: none;
	position: relative;
	z-index: 10;
	background: transparent!important;
	padding: 0 54px 0 10px;
	color: #757575;
	font-size: 12px;
}
.calc-input-wrap select:focus {
	outline: 0;
	box-shadow: none;
	border-color: #46BCF5;
}
.calc-select-style {
	position: relative;
}
.calc-select-style span {
	display: block;
	position: absolute;
	width: 43px;
	height: 43px;
	top: 1px;
	right: 1px;
	background: #ECEEEF;
	border-left: 1px solid #CDCDCD;
	z-index: 5;
}
.calc-select-style span::after {
	content: " ";
	display: block;
	width: 13px;
	height: 13px;
	border-bottom: 1px solid #CDCDCD;
	border-left: 1px solid #CDCDCD;
	box-sizing: border-box;
	top: 13px;
	left: 15px;
	position: absolute;
	transform: rotate(-45deg);
}
#calc-avanzate {
	margin-bottom: 40px;
}

.calc-avanzate-btn {
	display: block;
    font-size: 13px;
    color: #555555;
    cursor: pointer;
    position: absolute;
    margin-top: 20px;
}
.calc-avanzate-btn .opened {
	display: none;
}
.calc-avanzate-btn::after {
	content: " ";
	display: inline-block;
	width: 7px;
	height: 7px;
	border-bottom: 1px solid #555555;
	border-left: 1px solid #555555;
	box-sizing: border-box;
	transform: rotate(-45deg);
	margin-left: 7px;
	position: relative;
	top: -3px;
}
.calc-avanzate-btn.open::after {
	transform: rotate(135deg);
	top: 1px;
}
h2.result {
	font-size: 26px!important;
	margin-bottom: 0;
	line-height: 56px;
	display: inline-block;
	font-family: 'Open Sans';
	font-weight: 800!important;
	width: calc(52% - 10px);
	margin-top: 10px;
	color: #333333;
}
.disp {
	padding: 70px 0 0;
	clear:both;
	width:100%;
}
.disp .card {border:none!important;background-color:transparent !important;}
.disp .card .richieste-form .input-form-disp {
	margin-right: 20px;
}
.disp .card input, .disp .card textarea {
	border-radius: 0 !important;
}
.disp .card input:focus, .disp .card textarea:focus {
	border:1px solid #00824a;
	box-shadow:none !important;
} 
.disp button.btn-verde:not(.btn-invia):disabled {
	cursor: no-drop;
	opacity: 0.6;
}
.btn-invia:hover {
	background-color: #fff;
	border: 1px solid #00824a;
}
.btn-invia {border: 1px solid #00824a;}
.disp button.btn-verde:not(.btn-invia) {
	width:100% !important;
	border-radius: 0;
	border: none;
	font-size: 20px;
	font-weight: 600;
	padding: 20px;
	box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
}
#calc-result {
	font-size: 22px;
	text-align: left;
	line-height: 36px;
	color: #fff;
	padding: 10px 20px;
	font-weight: 500;
	display: inline-block;
	background-color: #00824a;
	margin-top: 10px;
	float:right;
	width: calc(48% - 10px);
}
.calc-riepilogo-print {display:none;}
.banner-calc {
	background-image: url('/wp-content/uploads/2021/02/calcolatore-banner.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    height: 350px;
}
.cal-wrap p.intro {margin-bottom: 60px;}
#calc-result:focus {
	outline: 0;
}
.calc-riepilogo {clear:both;}
.calc-riepilogo-title {
	font-size: 24px;
	color: #333333;
	float: left;
	line-height: 24px;
}
.calc-riepilogo-print {
	font-size: 11px;
	color: #555555;
	float: right;
	padding-right: 25px;
	background-image: url('/wp-content/plugins/ip-calcolatore/includes/calcolatore/print-icon.png');
	background-size: 17px 16px;
	background-position: center right;
	background-repeat: no-repeat;
	line-height: 24px;
	cursor: pointer;
}
.calc-result-img {
	display: block;
	float: left;
	margin-left: -20px;
	margin-top: -15px;
        width: 58%;
}
.calc-riepilogo-top {
	margin-bottom: 20px;
}
.calc-result-info {
	padding-left: 210px;
}
.calc-result-info p {
	margin: 0;
    font-size: 12px;
    line-height: 1.6;
}
.calc-result-info strong {
	display: inline-block;
	width: 40px;
}
.calc-result-avanzate {
	padding-top: 15px;
}
.calc-print-head {
	display: none;
}
.calc-print-head img {
	display: block;
	margin-bottom: 15px;
}
.calc-print-head h1 {
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 40px;
}
@media screen and (max-width: 1100px) {
    .cal-materiale, .cal-dimensioni, .cal-tipologia {
		padding: 50px 40px;
	}
}
@media screen and (max-width: 1000px) {

	.cal-left {
		width: 100%;
		float: none;
    }
    .cal-tipologia {
        margin-bottom: 70px;
    }
    .cal-dimensioni {
        width: 100%;
        max-width: 100%;
        float: none;
        clear: both;
        min-height: auto;
    }
	#page-header .page-title {
		padding-bottom: 20px;
	}

}

@media screen and (max-width: 480px) {
    .cal-materiale, .cal-dimensioni, .cal-tipologia {
        padding: 30px;
    }
    .materiale-list span, .tipologia-list span {font-size:14px;}
    .cal-wrap.clearfix.container {max-width: 100% !important;}
}
@media screen and (max-width: 400px) {
    #calc-result {
        font-size: 30px;
    }
	.calc-result-img {
		width: 150px;
		height: auto;
	}
	.calc-result-info {
		padding-left: 170px;
	}

}

@media screen and (max-width: 340px) {

	.calc-result-img {
		width: 120px;
	}
	.calc-result-info {
		padding-left: 130px;
	}

}

.nb-txt p{
	color: #424242;
    font-size: 12px;
}

.post-content #cal-tipologia ul:not(.no-list),
.post-content .cal-materiale ul:not(.no-list){
	padding: 0;
}

