.page-id-240 .hc-cmp-section .container {
	padding-bottom:1px !important;
}

#column_REDVK {
	padding-bottom:100px !important;
}

/*
** Per fare in modo che l'immagine dello slider vada sotto il cubotto Bonifici
*/
#section_5g6LQ {
	z-index: 9;
}

/*
** Per allineare il testo a dx della immagine nella section "La nostra missione"
*/
#nJQjE {
	margin-bottom: 5px;
}

/* not working, vedi js (work) */
#79VXz {
	margin-top: 10px;
}

#REYdL {
	height: 50px;
}

/* 
** Contact Form 7 Styles 
*/

.wpcf7-form input[type="text"], 
.wpcf7-form input[type="email"], 
.wpcf7-form input[type="url"], 
.wpcf7-form input[type="password"], 
.wpcf7-form input[type="search"], 
.wpcf7-form input[type="number"], 
.wpcf7-form input[type="tel"],
.wpcf7-form select,
.wpcf7-form textarea {
    color: #6a6c6f;
    width: 100%;
    padding: 12px 16px;
    border-radius: 0;
    border: 0;
	font-size:16px;
	border: 1px solid #ccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	font-family: 'Montserrat', sans-serif;
}

.wpcf7-form input[type="radio"],
.wpcf7-form input[type="checkbox"] {
  	background-color: #fff;
  	margin: 0;
  	font: inherit;
  	color: currentColor;
  	width: 1.15em;
  	height: 1.15em;
  	border: 0.15em solid currentColor;
 	border-radius: 50%;
}

.wpcf7-form input[type="radio"]+span {
	position: relative;
	top: -4px;	
}

.wpcf7-form input[type="checkbox"]+span {
	position: relative;
	top: -4px;	
}
	
.wpcf7-list-item-label {
	font-size:16px;
	font-family: 'Montserrat', sans-serif;
}

.wpcf7-form input[type="radio"]:checked+span {
  	/* appearance: none; */
	/* -webkit-appearance: none; */

	/* For a circular appearance we need a border-radius. */
	/* border-radius: 50%; */

	/* The background will be the radio dot's color. */
	/* background: #FF572233; */

	/* The border will be the spacing between the dot and the outer circle */
	/* border: 3px solid #FFF; */

	/* And by creating a box-shadow with no offset and no blur, we have an outer circle */
	/* box-shadow: 0 0 0 1px #FF5722; */
}

.wpcf7-form p {
    margin: 0 0 28px;
}

.wpcf7-form p:has(.wpcf7-form-control-wrap[data-name="checkbox-195"]) {
    text-align: left;
}


.wpcf7-form input[type='radio'],
.wpcf7-form input[type='checkbox'] {
width: 20px; /*Desired width*/
height: 20px; /*Desired height*/
}


.wpcf7-text:focus, 
.wpcf7-textarea:focus {
    outline: 1px solid rgba(84, 222, 197, 0.9);
    outline-offset: 0;
}

div.wpcf7-mail-sent-ok {
    border: 0;
    background: #5471de;
    color: #fff;
    padding: 18px;
}

div.wpcf7-acceptance-missing,
div.wpcf7-validation-errors {
    border: 0;
    background: #f9443b;
    color: #fff;
    padding: 18px;
}

span.wpcf7-not-valid-tip {
    color: #f9443b;
}

.wpcf7 input[type="file"] {
    cursor: pointer;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

/*
** How do hide contact form 7 validation errors and success message box
*/
.wpcf7-response-output {
    display: none !important;
}

/* 
** Button Styles 
*/

.wpcf7-form .button {
    background-color: #03BFCB;
    border: 0;
    color: #fff;
    border-radius: 1px;
	font-family: Montserrat;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 15px;
	margin-left: 5px;
    width: auto;
    padding: 20px 42px;
    letter-spacing: 2px;
    font-size: 14px;
	border-radius: 3px;
	width: -webkit-fill-available;
}

.wpcf7-form .button:hover {
    cursor: pointer;
    box-shadow: 0px 7px 16px -7px rgba(0, 0, 0, 0.4);
    border: 0;
	background-color: #004767;
}


.logo-default {
	    max-height: 150% !important;
}

@media (max-width:400px) { 
	.logo-default { max-height: 250% !important; padding-top: 15px;}
}