/*
Theme Name:     DFD Ronneby Child Theme
Theme URI: 		http://rnbtheme.com/
Description:    ronneby - Highly Functional Multifaceted WP Theme
Author:         DFD
Author URI:		http://rnbtheme.com/
Template:       dfd-ronneby
Version:        1.0.0
*/

:root{
	--main-color: #000;
}

/*bottone in evidenza*/
.header-top-panel .header-info-panel .top-info span.inevidenza{	position: relative;    line-height: inherit;    padding: 0;}
.header-top-panel .header-info-panel .top-info span.inevidenza > a{
	background-color: #ccaaa8!important;
	padding: 10px!important;
	color: #fff!important;	display:inline-block;	white-space: nowrap;	line-height:1.5;
}.header-top-panel .header-info-panel .top-info span.inevidenza > a:hover{	color: #fff!important;	background-color: #ac7d74!important;}
@media only screen and (max-width: 951px){	.header-top-panel .header-info-panel .top-info{		height: auto!important;	}	}
/*contact form*/
.wpcf7 .one, .wpcf7 .one-half, .wpcf7 .one-third{
	position:relative;
	float:left;
	width:100%;
	margin:0 0 20px 0;
	padding:0 2%;
}

.wpcf7 .one-half{
	width:50%;
}

.wpcf7 .one-third{
	width:33.33%;
}

.wpcf7 form label,.wpcf7 form input,.wpcf7 form textarea{
	width:100%;
	position:relative;
	float:left;
	margin:0 0 5px 0;
}

.wpcf7 form textarea {
	min-height: 120px;
	resize:vertical;
}

.wpcf7 form input[type="submit"]{
	width:auto;
	float:none;
	margin:0 auto;
	background-color: #ac7d74!important;
	color:#fff;
	padding:10px 35px;
	margin-top:10px;
    font-family: "texgyreadventorregular";
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
	border: 2px solid #ac7d74;
	border-radius: 3px;
}

.wpcf7 form input[type="submit"]:hover {
	background-color: #ccaaa8!important;
	color: #2d2d2d;
	border: 2px solid #ccaaa8;
	border-radius: 3px;
}

.wpcf7 form input[type="checkbox"] {
    width: auto!important;
	-webkit-appearance: none!important;
	appearance: none!important;
	-moz-appearance: none!important;
	border:0!important;
}

.wpcf7 form input[type="checkbox"]:after{
	background:var(--main-color);
}

.wpcf7 form .wpcf7-form-control-wrap.acconsento{
	float:left;
}

.wpcf7 form .wpcf7-form-control-wrap.acconsento + label{
	width: calc(100% - 40px);
}

.wpcf7 form .wpcf7-form-control-wrap.acconsento + label a{
	color: var(--main-color);
	text-decoration:underline;
}

.wpcf7 form .wpcf7-form-control-wrap.acconsento + label a:hover{
	color: var(--main-color);
	text-decoration:none;
}

span.wpcf7-not-valid-tip{
	color:red!important;
	font-size:80%;
	position:relative;
	float:left;
	width:100%;
	margin:0;
	padding:0;
}

div.wpcf7-response-output{
	border:0!important;
	text-align:left!important;
	margin:20px 0!important;
	padding:0!important;
	position:relative;
	float:left;
	width:100%;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output{
	color:red!important;
}

.wpcf7 form.valid .wpcf7-response-output, .wpcf7 form.success .wpcf7-response-output{
	color:green!important;
}


/* custom acceptance checkboxes */
			
.wpcf7 form p,.privacy_checklist {
	position: relative;
	float: left;
}


.wpb_wrapper .wpcf7-form p > a,.wpb_wrapper .wpcf7-form .wpcf7-list-item-label > a{
	font-weight:bold;
	text-decoration:underline;
}

.wpb_wrapper .wpcf7-form p > a:hover,.wpb_wrapper .wpcf7-form .wpcf7-list-item-label > a:hover{
	cursor:pointer;
	text-decoration:none;
}


.privacy_checklist.invisible{
	display:none;
}

.privacy_checklist ul{
	list-style:none;
	padding: 10px 20px;
}

.privacy_checklist ul li{
	margin-bottom:10px;
}

.privacy_checklist ul li label{
	margin:0;
}


.wpcf7 form .wpcf7-form-control.wpcf7-acceptance span.wpcf7-list-item{
	margin-right:1.2em!important;
}

.wpcf7 form .wpcf7-form-control.wpcf7-acceptance input[type="checkbox"]:before {
	margin-left: -16px!important;
}

.wpcf7 form .wpcf7-form-control.wpcf7-acceptance input[type="checkbox"]:after {
	margin-left: -13px!important;
}
			
			
#iubenda-cs-banner #iubenda-cs-title,
#iubenda-cs-banner #iubenda-cs-paragraph{
	color:#fff!important;
}	



.dfd-icon-list-wrap .dfd-list-icon-block{
	width:40px!important;
	height:40px!important;
	overflow:visible!important;
}

.dfd-heading-module-wrap.text-center .dfd-heading-delimiter img[src$=".svg"]{
	width:100%;
	max-width:390px;
	height:auto;
}

.grecaptcha-badge{
	visibility:hidden!important;
}