/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/

/* Formidable fixes */
.frm_error_style {
	color: red;
	font-weight:bold;
}
.frm_error {
    height: auto;
    /*padding-top: 0.3rem;*/
    opacity: 1;
    color: red;
	font-size:0.9rem;
	font-weight:bold;
}
/*.frm_checkbox{
	line-height:0.9rem;
	margin-bottom:25px !important;
}
.frm_checkbox input{
	transform: scale(2);
	margin-left:5px;
	margin-right:15px;
	line-height:0.9rem;
}*/
.frm_form_field label {
	line-height:15px;
}
.frm_form_field {
	margin-bottom:10px;
}
/*.frm_form_field.frm_half {
	width:49.25%;
	margin-left:1.5%;
}
.frm_form_field.frm_half.frm_first {
	margin-left:0;
}*/
.frm_form_field > label {
	display:none;
}
.frm_primary_label { /* label invisibile del checkbox */
	height:15px;
}
.frm_message {
	font-size: 20px;
    text-align: center;
    line-height: 50px;
    background-color: green;
    color: white;
    margin-top: 25px;
	/*margin-bottom: 25px;*/
}
	.frm_message h4{
		margin:0 !important;
		padding:0 !important;
	}
		.frm_message a{
			color:white !important;
		}
	
.frm_button_submit {
	background-color:#4195d1 !important;
	color:white !important;
	border:none !important;
	border-radius:4.8px !important;
	font-weight: 500 !important;
	text-transform: uppercase !important;
	letter-spacing: 0.05em !important;
}
.frm_button_submit:hover {
	background-color:#2975AB !important;
}
.frm_button_submit::before {
	content:none !important;
}
.frm_dropzone.frm_single_upload {
    max-width: none;
}

/* fixes 2021 (per form download in popup!) */
.vertical_radio .frm_checkbox, .vertical_radio .frm_radio, .vertical_radio .frm_catlevel_1 {
    font-size: 15px;
}
.force_in_corner {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 14px;
	margin-bottom:0;
	text-align:right;
}
@media only screen and (max-width: 480px){
	.force_in_corner {
		bottom: -25px;		
	}
	.w-popup-box-h .frm_submit {
		text-align: center;
	}
}
#frm_form_15_container,
#frm_form_16_container,
#frm_form_17_container,
#frm_form_18_container,
#frm_form_19_container,
#frm_form_20_container,
#frm_form_21_container,
#frm_form_22_container
{ /* form download in popup!!! attenzione all'id! */
	position:relative;
}
.w-popup a.w-btn {
	width:100% !important;
}



/*
@media only screen and (max-width: 480px){
	.frm_form_field.frm_half {
		width:auto;
		margin-left:0;
	}
}
*/
/*
#frm_field_9_container {
	position:relative;
}
#frm_field_9_container select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-right:2rem;
}
#frm_field_9_container::after {
    content: '\f0d7';
    position: absolute;
    top: 0;
    right: 0;
    font: 900 1.2rem/2.8rem fontawesome;
    padding: 0 0.8rem;
    pointer-events: none;
    background: none;
}
*/

/* WP Google Maps fixer */
.wpgmza-form-field {
	padding-top:5px !important;
}
.wpgmza-search input,
.wpgmza-reset input{
	vertical-align:initial !important;
}
.wpgmza-search input:hover,
.wpgmza-reset input:hover{
	background-color: #4195d1 !important;
	color:white !important;
}
#wpgmza_map_1 {
	margin-top:30px;
}


@media only screen and (min-width: 1024px){
	.wpgmza-address-container {
		display:inline-block !important;
		width:87.5%;
	}
	.wpgmza-radius-container {
		display:inline-block !important;
		width:12%;
	}
}

/* MAILUP */
#frm-mltchnl #btnSave{
	background-image:none;
}

/* Use-Your-Drive */
#UseyourDrive .entry_thumbnail {
    height: 310px;
}
#UseyourDrive .entry-info, .UseyourDrive .entry-info {
    text-align: left !important;
    line-height: 1.3;
    font-size: 11px;
	padding: 0 0 0 0 !important;
}
#UseyourDrive .entry-info-icon, .UseyourDrive .entry-info-icon {
    margin: 0 5px 0 10px !important;
}
	#UseyourDrive .entry-info-name, .UseyourDrive .entry-info-name {
		padding: 0 10px 0 0 !important;
	}
		#UseyourDrive .entry-info-name, .UseyourDrive .entry-info-name span{
			overflow: hidden;
			text-overflow: ellipsis;
			word-break: break-word;
			white-space: nowrap;
			display:block;
		}
