{"id":115,"date":"2016-05-12T15:59:35","date_gmt":"2016-05-12T13:59:35","guid":{"rendered":"http:\/\/alessandroflorio.com\/?page_id=115"},"modified":"2016-05-12T15:59:35","modified_gmt":"2016-05-12T13:59:35","slug":"contact","status":"publish","type":"page","link":"https:\/\/alessandroflorio.com\/?page_id=115","title":{"rendered":"Contact"},"content":{"rendered":"<p style=\"text-align: center;\">    <script type=\"text\/javascript\">\t\tvar plugin_url = \"https:\/\/alessandroflorio.com\/wp-content\/plugins\/contact-form-maker\";      WDF_GRADING_TEXT ='Your score should be less than';       WDF_INVALID_GRADING_10 \t= 'Your score should be less than';      FormCurrency_10 = '$';        FormPaypalTax_10 = '0';        function formOnload10() {        if (navigator.userAgent.toLowerCase().indexOf('msie') != -1 && parseInt(navigator.userAgent.toLowerCase().split('msie')[1]) === 8) {          jQuery(\"#form10\").find(jQuery(\"input[type='radio']\")).click(function() {jQuery(\"input[type='radio']+label\").removeClass('if-ie-div-label'); jQuery(\"input[type='radio']:checked+label\").addClass('if-ie-div-label')});\t          jQuery(\"#form10\").find(jQuery(\"input[type='radio']:checked+label\")).addClass('if-ie-div-label');          jQuery(\"#form10\").find(jQuery(\"input[type='checkbox']\")).click(function() {jQuery(\"input[type='checkbox']+label\").removeClass('if-ie-div-label'); jQuery(\"input[type='checkbox']:checked+label\").addClass('if-ie-div-label')});\t          jQuery(\"#form10\").find(jQuery(\"input[type='checkbox']:checked+label\")).addClass('if-ie-div-label');        }        jQuery(\"div[type='type_text'] input, div[type='type_number'] input, div[type='type_phone'] input, div[type='type_name'] input, div[type='type_submitter_mail'] input, div[type='type_paypal_price'] input, div[type='type_textarea'] textarea\").focus(function() {delete_value(this)}).blur(function() {return_value(this)});        jQuery(\"div[type='type_number'] input, div[type='type_phone'] input, div[type='type_spinner'] input, div[type='type_range'] input, .wdform-quantity\").keypress(function(evt) {return check_isnum(evt)});                jQuery(\"div[type='type_grading'] input\").keypress(function(evt) {return check_isnum_or_minus(evt)});                jQuery(\"div[type='type_paypal_checkbox'] input[type='checkbox'], div[type='type_paypal_radio'] input[type='radio'], div[type='type_paypal_shipping'] input[type='radio']\").click(function() {set_total_value(10)});        jQuery(\"div[type='type_paypal_select'] select, div[type='type_paypal_price'] input\").change(function() {set_total_value(10)});        jQuery(\".wdform-quantity\").change(function() {set_total_value(10)});        jQuery(\"div[type='type_address'] select\").change(function() {set_total_value(10)});                jQuery(\"div[type='type_time'] input\").blur(function() {add_0(this)});        jQuery('.wdform-element-section').each(function() {          if(!jQuery(this).parent()[0].style.width && parseInt(jQuery(this).width())!=0)          {                        if(jQuery(this).css('display')==\"table-cell\")            {              if(jQuery(this).parent().attr('type')!=\"type_captcha\")                jQuery(this).parent().css('width', parseInt(jQuery(this).width()) + parseInt(jQuery(this).parent().find(jQuery(\".wdform-label-section\"))[0].style.width)+15);              else                jQuery(this).parent().css('width', (parseInt(jQuery(this).parent().find(jQuery(\".captcha_input\"))[0].style.width)*2+50) + parseInt(jQuery(this).parent().find(jQuery(\".wdform-label-section\"))[0].style.width)+15);            }          }          if (!jQuery(this).parent()[0].style.width && parseInt(jQuery(this).width()) != 0) {            if (jQuery(this).css('display') == \"table-cell\") {              if (jQuery(this).parent().attr('type') != \"type_captcha\") {                jQuery(this).parent().css('width', parseInt(jQuery(this).width()) + parseInt(jQuery(this).parent().find(jQuery(\".wdform-label-section\"))[0].style.width)+15);              }              else {                jQuery(this).parent().css('width', (parseInt(jQuery(this).parent().find(jQuery(\".captcha_input\"))[0].style.width)*2+50) + parseInt(jQuery(this).parent().find(jQuery(\".wdform-label-section\"))[0].style.width)+15);              }            }          }          if(parseInt(jQuery(this)[0].style.width.replace('px', '')) < parseInt(jQuery(this).css('min-width').replace('px', '')))            jQuery(this).css('min-width', parseInt(jQuery(this)[0].style.width.replace('px', ''))-10);        });\t                jQuery('.wdform-label').each(function() {          if(parseInt(jQuery(this).height()) >= 2*parseInt(jQuery(this).css('line-height').replace('px', '')))          {            jQuery(this).parent().css('max-width',jQuery(this).parent().width());            jQuery(this).parent().css('width','');          }        });                (function(jQuery){          jQuery.fn.shuffle = function() {            var allElems = this.get(),              getRandom = function(max) {                return Math.floor(Math.random() * max);              },              shuffled = jQuery.map(allElems, function(){                var random = getRandom(allElems.length),                  randEl = jQuery(allElems[parseInt(random)]).clone(true)[0];                allElems.splice(random, 1);                return randEl;               });            this.each(function(i){              jQuery(this).replaceWith(jQuery(shuffled[i]));            });            return jQuery(shuffled);          };        })(jQuery);                                        if(window.before_load)        {          before_load();        }      }      jQuery(window).load(function () {        formOnload10();      });      form_view_count10=0;      jQuery(document).ready(function () {        for(i=1; i<=30; i++) {          if (document.getElementById('10form_view'+i)) {            form_view_count10++;            form_view_max10 = i;          }        }        if (form_view_count10 > 1) {          for (i = 1; i <= form_view_max10; i++) {            if (document.getElementById('10form_view' + i)) {              first_form_view10 = i;              break;            }          }          generate_page_nav(first_form_view10, '10', form_view_count10, form_view_max10);        }      });      function check_required10(but_type) {        if (but_type == 'reset') {          if (window.before_reset) {            before_reset();          }         var types = [\"type_name\",\"type_submitter_mail\",\"type_textarea\",\"type_editor\",\"type_submit_reset\"];\t\t\tvar label_ids = [\"1\",\"2\",\"3\",\"7\",\"6\"];\t\t\tjQuery.each(types, function (index, elem) {\t\t\t\tswitch(elem) {\t\t\t\t\tcase \"type_text\":\t\t\t\t\tcase \"type_password\":\t\t\t\t\tcase \"type_textarea\":\t\t\t\t\tcase \"type_number\":\t\t\t\t\tcase \"type_submitter_mail\":\t\t\t\t\t\tcase \"type_spinner\":\t\t\t\t\tcase 'type_own_select':\t\t\t\t\tcase 'type_country':\t\t\t\t\tcase 'type_date': \t\t\t\t\tcase 'type_hidden': \t\t\t\t\t\tjQuery(\"#wdform_\"+label_ids[index]+\"_element10\").val('');\t\t\t\t\tbreak;\t\t\t\t\t\t\t\t\t\t\tcase 'type_send_copy':\t\t\t\t\t\t\tjQuery(\"#wdform_\"+label_ids[index]+\"_element10\").prop('checked', false);\t\t\t\t\tbreak;\t\t\t\t\tcase 'type_phone':\t\t\t\t\t\t\tjQuery(\"#wdform_\"+label_ids[index]+\"_element_first10, #wdform_\"+label_ids[index]+\"_element_last10\").val('');\t\t\t\t\tbreak;\t\t\t\t\t\t\t\t\t\tcase 'type_name':\t\t\t\t\t\t\tjQuery(\"#wdform_\"+label_ids[index]+\"_element_first10, #wdform_\"+label_ids[index]+\"_element_last10, #wdform_\"+label_ids[index]+\"_element_title10, #wdform_\"+label_ids[index]+\"_element_middle10\").val('');\t\t\t\t\tbreak;\t\t\t\t\t\t\t\t\t\tcase 'type_address':\t\t\t\t\t\tjQuery(\"#wdform_\"+label_ids[index]+\"_street110, #wdform_\"+label_ids[index]+\"_street210, #wdform_\"+label_ids[index]+\"_city10, #wdform_\"+label_ids[index]+\"_state10, #wdform_\"+label_ids[index]+\"_postal10, #wdform_\"+label_ids[index]+\"_country10\").val('');\t\t\t\t\tbreak;\t\t\t\t\t\t\t\t\t\tcase 'type_checkbox':\t\t\t\t\t\tjQuery(\"#form10 div[wdid='\"+label_ids[index]+\"'] .checkbox-div input\").prop('checked', false);\t\t\t\t\t\tjQuery(\"#wdform_\"+label_ids[index]+\"_other_br10\").remove();\t\t\t\t\t\tjQuery(\"#wdform_\"+label_ids[index]+\"_other_input10\").remove();\t\t\t\t\tbreak;\t\t\t\t\t\t\t\t\t\tcase 'type_radio':\t\t\t\t\t\tjQuery(\"#form10 div[wdid='\"+label_ids[index]+\"'] .radio-div input\").prop('checked', false);\t\t\t\t\t\tjQuery(\"#wdform_\"+label_ids[index]+\"_other_br10\").remove();\t\t\t\t\t\tjQuery(\"#wdform_\"+label_ids[index]+\"_other_input10\").remove();\t\t\t\t\tbreak;           \t\t\t\t\tcase 'type_time':\t\t\t\t\t\tjQuery(\"#wdform_\"+label_ids[index]+\"_hh10, #wdform_\"+label_ids[index]+\"_mm10, #wdform_\"+label_ids[index]+\"_ss10, #wdform_\"+label_ids[index]+\"_am_pm10\").val('');\t\t\t\t\tbreak;            \t\t\t\t\tcase 'type_date_fields': \t\t\t\t\t\tjQuery(\"#wdform_\"+label_ids[index]+\"_day10, #wdform_\"+label_ids[index]+\"_month10, #wdform_\"+label_ids[index]+\"_year10\").val('');\t\t\t\t\tbreak;\t\t\t\t\tcase 'type_file_upload':\t\t\t\t\t\tjQuery(\"#wdform_\"+label_ids[index]+\"_element10_save\").remove();\t\t\t\t\tbreak;            \t\t\t\t\tcase 'type_paypal_price': \t\t\t\t\t\tjQuery(\"#wdform_\"+label_ids[index]+\"_element_dollars10, #wdform_\"+label_ids[index]+\"_element_cents10\").val('');\t\t\t\t\tbreak;            \t\t\t\t\tcase 'type_paypal_select': \t\t\t\t\t\tjQuery(\"#wdform_\"+label_ids[index]+\"_element10, #wdform_\"+label_ids[index]+\"_element_quantity10, #form10 div[wdid='\"+label_ids[index]+\"'] .paypal-property select\").val('');\t\t\t\t\tbreak;\t\t\t\t\t\t\t\t\t\tcase 'type_paypal_radio': \t\t\t\t\t\tjQuery(\"#wdform_\"+label_ids[index]+\"_element_quantity10,#form10 div[wdid='\"+label_ids[index]+\"'] .paypal-property select\").val('');\t\t\t\t\t\tjQuery(\"#form10 div[wdid='\"+label_ids[index]+\"'] .radio-div input\").prop('checked', false);\t\t\t\t\tbreak;\t\t\t\t\t\t\t\t\t\tcase 'type_paypal_shipping':\t\t\t\t\t\tjQuery(\"#form10 div[wdid='\"+label_ids[index]+\"'] .radio-div input\").prop('checked', false);\t\t\t\t\tbreak;            \t\t\t\t\tcase 'type_paypal_checkbox':\t\t\t\t\t\tjQuery(\"#wdform_\"+label_ids[index]+\"_element_quantity10,#form10 div[wdid='\"+label_ids[index]+\"'] .paypal-property select\").val('');\t\t\t\t\t\tjQuery(\"#form10 div[wdid='\"+label_ids[index]+\"'] .checkbox-div input\").prop('checked', false);\t\t\t\t\tbreak;\t\t\t\t\t\t\t\t\tcase 'type_star_rating': \t\t\t\t\t\tjQuery(\"#wdform_\"+label_ids[index]+\"_selected_star_amount10\").val('');\t\t\t\t\t\tjQuery(\"#wdform_\"+label_ids[index]+\"_element10 img\").attr('src', plugin_url+'\/images\/star.png');\t\t\t\t\tbreak;\t\t\t\t\t\t\t\t\t\tcase 'type_scale_rating': \t\t\t\t\t\tjQuery(\"#form10 div[wdid='\"+label_ids[index]+\"'] .radio-div input\").prop('checked', false);\t\t\t\t\tbreak;\t\t\t\t\t\tcase 'type_slider':\t\t\t\t\t\tjQuery(\"#wdform_\"+label_ids[index]+\"_element10\").slider({\t\t\t\t\t\t\tvalue: eval(0),\t\t\t\t\t\t});\t\t\t\t\t\tjQuery(\"#wdform_\"+label_ids[index]+\"_element_value10\").html('0');\t\t\t\t\tbreak;\t\t\t\t\t\t\t\t\t\t\tcase 'type_range':\t\t\t\t\t\tjQuery(\"#wdform_\"+label_ids[index]+\"_element100, #wdform_\"+label_ids[index]+\"_element101\").val('');\t\t\t\t\t\t\t\t\t\tbreak;\t\t\t\t\t\t\t\t\t\t\tcase 'type_grading': \t\t\t\t\t\tjQuery(\"#wdform_\"+label_ids[index]+\"_element10 input\").val('');\t\t\t\t\tbreak;\t\t\t\t\t\t\t\t\t\tcase 'type_matrix':\t\t\t\t\t\tjQuery(\"#wdform_\"+label_ids[index]+\"_element10 .radio-div input\").prop('checked', false);\t\t\t\t\t\tjQuery(\"#wdform_\"+label_ids[index]+\"_element10 .checkbox-div input\").prop('checked', false);\t\t\t\t\t\tjQuery(\"#wdform_\"+label_ids[index]+\"_element10 input[type='text']\").val('');\t\t\t\t\t\tjQuery(\"#wdform_\"+label_ids[index]+\"_element10 select\").val('');\t\t\t\t\tbreak;\t\t\t\t\t\t\t\t\t\tcase 'type_paypal_total': \t\t\t\t\t\tjQuery(\"#wdform_\"+label_ids[index]+\"div_total10\").html('$0');\t\t\t\t\t\t\tjQuery(\"#wdform_\"+label_ids[index]+\"paypal_products10\").empty();\t\t\t\t\t\tbreak;\t\t\t\t\t\tdefault:\t\t\t\t\tbreak;\t\t\t\t}\t\t\t});\t\t\t          return;        }        if (window.before_submit) {          before_submit();        }        x = jQuery(\"#form10\");                      if(x.find(jQuery(\"div[wdid=2]\")).length != 0 && x.find(jQuery(\"div[wdid=2]\")).css(\"display\") != \"none\")              {                            if(jQuery(\"#wdform_2_element10\").val()!=\"\" && jQuery(\"#wdform_2_element10\").val().search(\/^\\w+((-\\w+)|(\\.\\w+))*\\@[A-Za-z0-9]+((\\.|-)[A-Za-z0-9]+)*\\.[A-Za-z0-9]+$\/) == -1 )                {                  alert(\"This is not a valid email address.\");                  old_bg=x.find(jQuery(\"div[wdid=2]\")).css(\"background-color\");                  x.find(jQuery(\"div[wdid=2]\")).effect( \"shake\", {}, 500 ).css(\"background-color\",\"#FF8F8B\").animate({backgroundColor: old_bg}, {duration: 500, queue: false });                  jQuery(\"#wdform_2_element10\").focus();                  return false;                }                            }              ;        var a = [];        if (typeof a[10] !== 'undefined' && a[10] == 1) {          return;        }                var disabled_fields =\"\";\t        jQuery(\"div[wdid]\").each(function() {          if(jQuery(this).css(\"display\")==\"none\")          {\t\t            disabled_fields += jQuery(this).attr(\"wdid\");            disabled_fields += \",\";          }\t            if(disabled_fields)            jQuery(\"<input type=\\\"hidden\\\" name=\\\"disabled_fields10\\\" value =\\\"\"+disabled_fields+\"\\\" \/>\").appendTo(\"#form10\");                    });        a[10] = 1;        document.getElementById(\"form\"+10).submit();      }      function check10(id) {        x = jQuery(\"#10form_view\"+id);                      if(x.find(jQuery(\"div[wdid=2]\")).length != 0 && x.find(jQuery(\"div[wdid=2]\")).css(\"display\") != \"none\")              {                            if(jQuery(\"#wdform_2_element10\").val()!=\"\" && jQuery(\"#wdform_2_element10\").val().search(\/^\\w+((-\\w+)|(\\.\\w+))*\\@[A-Za-z0-9]+((\\.|-)[A-Za-z0-9]+)*\\.[A-Za-z0-9]+$\/) == -1 )                {                  alert(\"This is not a valid email address.\");                  old_bg=x.find(jQuery(\"div[wdid=2]\")).css(\"background-color\");                  x.find(jQuery(\"div[wdid=2]\")).effect( \"shake\", {}, 500 ).css(\"background-color\",\"#FF8F8B\").animate({backgroundColor: old_bg}, {duration: 500, queue: false });                  jQuery(\"#wdform_2_element10\").focus();                  return false;                }                            }              ;        return true;      }    <\/script>    <script type=\"text\/javascript\"> function before_load() {\t}\t function before_submit() {}\t function before_reset() {\t}<\/script><style>.form10 .radio-div input[type=\"radio\"], .form10.checkbox-div input[type=\"checkbox\"]{visibility: hidden;}.form10 .wdform-page-and-images .other_input{max-width: none;}.form10 button, .form10input, .form10select, .form10textarea{font-size:14px;}.form10 .warning, .form10.error{background-color: #FFFFFF;border: 1px solid #A6A6A6;margin-bottom: 10px;color: #A6A6A6;padding: 5px;}.form10 .warning *, .form10.error *{margin:0;}.form10 .recaptcha_input_area input{height:initial !important;}.form10 a.ui-slider-handle {\twidth: 15px;\theight: 15px;\ttop: -5px;}.form10 .ui-slider {\theight: 6px;\tbackground: #fff !important;\tmargin: 7px 0px;}.form10 .wdform_grading input {\twidth: 100px;}.form10 .wdform-matrix-cell input[type=\"text\"] {\twidth: 100px;}.form10 .wdform-matrix-cell select {\twidth: 60px;}.form10 .wdform_section .wdform_column:last-child {\tpadding-right: 0px !important;}.form10 .wdform_preload {\tdisplay: none;}.form10 @font-face {\tfont-family: ArTarumianHandes;\tsrc: url(https:\/\/alessandroflorio.com\/wp-content\/plugins\/contact-form-maker\/css\/HANDES.ttf);}.form10 .wdform_grading {\tpadding: 3px 0px;}.form10 .wdform-matrix-table {\tdisplay: table;\tborder-spacing: 0px;}.form10 .wdform-matrix-column {\ttext-align: left;\tdisplay: table-cell;}.form10 .wdform-matrix-cell {\ttext-align: center;\tdisplay: table-cell;\tpadding: 6px 10px;}.form10 .wdform-matrix-head>div {\tdisplay: table-cell;\ttext-align: center;}.form10 .wdform-matrix-head {\tdisplay: table-row;}.form10 .wdform-matrix-row0 {\tbackground: #DFDFDF;\tdisplay: table-row;}.form10 .wdform-matrix-row1 {\tbackground: #EDE5DA;\tdisplay: table-row;}.form10 .selected-text {\ttext-align: left;}.form10 .wdform-quantity {\twidth: 30px;\tmargin: 2px 0px;}.form10 .wdform_scale_rating label {\tvertical-align: middle;}.form10 .ui-corner-all {\tborder-radius: 3px;}.form10 .ui-widget-content {\tborder: 0px;\tbackground: transparent;}.form10 a.ui-spinner-button:hover{\tbackground: #B3B3B3 !important;\tcolor: #fff;}.form10 a.ui-spinner-button:active{\tbackground: #B3B3B3 !important;\tcolor: #fff;}.form10 a.ui-spinner-button:focus{\tbackground: #B3B3B3 !important;\tcolor: #fff;}.form10 a.ui-slider-handle:hover{\tbackground: #B3B3B3 !important;\tcolor: #fff;}.form10 a.ui-slider-handle:active{\tbackground: #B3B3B3 !important;\tcolor: #fff;}.form10 a.ui-slider-handle:focus{\tbackground: #B3B3B3 !important;\tcolor: #fff;}.form10 ui-state-hover {\tbackground: #B3B3B3 !important;\tcolor: #fff;}.form10 .ui-state-default{\tborder: 1px solid #d3d3d3;\tbackground: #DFDDDD;\tfont-weight: normal;\tcolor: #555555;}.form10 .ui-widget-content .ui-state-default{\tborder: 1px solid #d3d3d3;\tbackground: #DFDDDD;\tfont-weight: normal;\tcolor: #555555;}.form10 .ui-widget-header .ui-state-default {\tborder: 1px solid #d3d3d3;\tbackground: #DFDDDD;\tfont-weight: normal;\tcolor: #555555;}.form10 .ui-slider-range {\tbackground: #E5E5E5 !important;}.form10 .wdform_map {\tborder: 6px solid #DCDCDC;}.form10 .wdform-page-and-images {\twidth: 100%;\tborder: 0px !important;}.form10 .paypal-property {\tdisplay: inline-block;\tmargin-right: 15px;\tvertical-align: middle;}.form10 .sel-wrap {\tdisplay: inline-block;\tvertical-align: middle;\twidth:100%;}.form10 .sel-wrap select {\tposition: absolute; z-index:-1; width: 0px !important;}.form10 .sel-imul {\tdisplay: inline-block;}.form10 .sel-imul .sel-selected {\tcursor: pointer;\tposition: relative;\tdisplay: inline-block;\tpadding: 2px 0px 2px 2px;\tfont-size: 13px;\theight: 20px;\tline-height: 22px;\toverflow: hidden;\tbackground: #fff;\tborder: 1px solid #ccc;\tbackground-position: right 2px center;\twidth: 100%;}.form10 .sel-imul.act .sel-selected {\tbackground: #fff;}.form10 .sel-selected .sel-arraw {\theight: 20px;\twidth: 22px;\tbackground: url(https:\/\/alessandroflorio.com\/wp-content\/plugins\/contact-form-maker\/images\/04\/01.png) 50% 50% no-repeat;\tposition: absolute;\ttop: 0px;\tright: 0px;\tpadding: 2px;}.form10 .sel-imul:hover .sel-selected .sel-arraw {  }.form10 .sel-imul.act .sel-selected .sel-arraw {  }.form10 .sel-imul .sel-options {\tbackground: #fff;\tborder: 1px solid #dbdbdb;\tborder-top: none;\tposition: absolute;\twidth: inherit;\tdisplay: none;\tz-index: 10;\tmax-height: 200px;\toverflow-y: auto;\toverflow-x: hidden;}.form10 .sel-options .sel-option {\tpadding: 3px 4px;\tfont-size: 13px;\tborder: 1px solid #fff;\tborder-right: none;\tborder-left: none;\ttext-align: left;}.form10 .sel-options .sel-option:hover {\tborder-color: #dbdbdb;\tcursor: pointer;}.form10 .sel-options .sel-option.sel-ed {\tbackground: #dbdbdb;\tborder-color: #dbdbdb;}.form10 input[type=text] {\tmargin: 0px;}.form10 input[type=password] {\tmargin: 0px;}.form10 input[type=url] {\tmargin: 0px;}.form10 input[type=email] {\tmargin: 0px;}.form10 input.text {\tmargin: 0px;}.form10 input.title {\tmargin: 0px;}.form10 textarea {\tmargin: 0px;}.form10 select {\tmargin: 0px;}.form10 .form-error {\tborder-color: red !important;}.form10 .form-error:focus {\tborder-color: red !important;}.form10 .wdform-field {\tdisplay: table-cell;\tpadding: 5px 0px;}.form10 .wdform-label-section{\ttext-align: left;\tdisplay: table-cell;}.form10 .wdform-element-section {\ttext-align: left;\tdisplay: table-cell;\tmin-width: 140px;}.form10 .file-upload input {\tposition: absolute;\tvisibility: hidden;}.form10 .file-upload-status {\tmargin-left: 10px;\tmax-width: 200px;\tfont-weight: bold;\tfont-size: 16px;\tcolor: #888;\tbackground: #fff;\tposition: absolute;\tborder-radius: 4px;\theight: 24px;\tborder: 1px solid #ccc;\tpadding-left: 5px;\tpadding-right: 5px;\twhite-space: nowrap;\toverflow: hidden;\tdirection: rtl;\tpadding-top: 3px;\tmargin-top: 2px;}.form10 .file-picker {\twidth: 45px;\theight: 44px;\tbackground: url(https:\/\/alessandroflorio.com\/wp-content\/plugins\/contact-form-maker\/images\/04\/upload.png);\tdisplay: inline-block;}.form10 div.wdform-page-button {\tcolor: #424242;\tcursor: pointer;\tdisplay: inline-block;\theight: 39px;\tline-height: 35px;\tpadding: 0px 20px;\tvertical-align: middle;\tfont-weight: 400;\tfont-size: 20px;\tborder: 1px solid #959595;\tborder-radius: 5px;}.form10 div.wdform-page-button:hover {color: #fff;border: 1px solid #919191;background: #7A7A7A ;background: -moz-linear-gradient(bottom, #C7C7C7 0%, #A0A0A0 49%, #7A7A7A 84%, #858585 95%);background: -webkit-linear-gradient(bottom, #C7C7C7 0%, #A0A0A0 49%, #7A7A7A 84%, #858585 95%);background: -o-linear-gradient(bottom, #C7C7C7 0%, #A0A0A0 49%, #7A7A7A 84%, #858585 95%);background: -ms-linear-gradient(bottom, #C7C7C7 0%, #A0A0A0 49%, #7A7A7A 84%, #858585 95%);background: linear-gradient(to bottom, #C7C7C7 0%, #A0A0A0 49%, #7A7A7A 84%, #858585 95%);box-shadow: 0px 0px 5px 0px rgb(221, 221, 221) inset;}.form10 .button-submit {\tcolor: #767676 !important;\tcursor: pointer;\tdisplay: inline-block;\theight: 39px;\tline-height: 32px;\tpadding: 0px 20px 5px;\tvertical-align: middle;\tfont-weight: 400 !important;\tfont-size: 20px;\tborder: 1px solid #959595;\tborder-radius: 5px;\tfont-family: Segoe UI;background:transparent;}.form10 .button-submit:hover {color: #fff !important;border: 1px solid #919191;background: #7A7A7A ;background: -moz-linear-gradient(bottom, #C7C7C7 0%, #A0A0A0 49%, #7A7A7A 84%, #858585 95%);background: -webkit-linear-gradient(bottom, #C7C7C7 0%, #A0A0A0 49%, #7A7A7A 84%, #858585 95%);background: -o-linear-gradient(bottom, #C7C7C7 0%, #A0A0A0 49%, #7A7A7A 84%, #858585 95%);background: -ms-linear-gradient(bottom, #C7C7C7 0%, #A0A0A0 49%, #7A7A7A 84%, #858585 95%);background: linear-gradient(to bottom, #C7C7C7 0%, #A0A0A0 49%, #7A7A7A 84%, #858585 95%);box-shadow: 0px 0px 5px 0px rgb(221, 221, 221) inset;}.form10 .button-reset {\tbackground: transparent;\tcursor: pointer;\tfont-size: 18px;\tmin-width: 80px;\tmin-height: 34px;\tcolor: #787878;\tborder: 0px;\tmargin: 5px;\tfont-family: Segoe UI;\ttext-decoration: underline;}.form10 .wdform_page {\tbackground: transparent;\tpadding: 15px 15px 15px 50px;\tborder-radius: 0px;\tfont-family: Segoe UI;}.form10 .wdform_column {\tpadding-right: 30px !important;\tfloat: left;\tborder-spacing: 2px;\tborder-collapse: separate !important;}.form10 .wdform_column>div {\tborder-bottom: 0px solid #E7E7E7;}.form10 .wdform_column>.wdform_row:last-child {\tborder-bottom: 0px solid #E7E7E7;}.form10 .wdform-field-section-break {\ttext-align: center;}.form10 .wdform_section_break2 {\tmargin: 16px 10px 16px 0px;\tdisplay: inline-block;\tbackground: url(https:\/\/alessandroflorio.com\/wp-content\/plugins\/contact-form-maker\/images\/04\/02\/bg.png) no-repeat;\ttext-align: left;\tborder-radius: 0px;\twidth: 300px;padding: 5px;\ttext-align: center;font-size: 16px;}.form10 .wdform_section_break{margin: 16px 10px 16px 0px;text-align: left;font-size: 18px;}.form10 .wdform_section {\tdisplay: table-row}.form10 select {\tborder-radius: 0px;\theight: 24px;\toverflow: hidden;\tpadding: 2px;border: 1px solid #ccc;\toutline: none;}.form10 input[type=\"text\"]{\tborder-radius: 0px;\theight: 22px;\tborder: 1px solid #ccc;\tpadding:0 3px !important;}.form10 input[type=\"password\"]{\tborder-radius: 0px;\theight: 22px;\tborder: 1px solid #ccc;\tpadding:0 3px !important;}.form10 textarea {\tborder-radius: 0px;\theight: 22px;\tborder: 1px solid #ccc;\tpadding:0 3px !important;}.form10 input[type=\"text\"]:focus {\tborder-color: #B3B3B3;\toutline: none;}.form10 input[type=\"password\"]:focus {\tborder-color: #B3B3B3;\toutline: none;}.form10 textarea:focus {\tborder-color: #B3B3B3;\toutline: none;}.form10 .input_deactive {\tcolor: #999999;\tfont-style: italic;}.form10 .input_active {\tcolor: #000000;\tfont-style: normal;}.form10 .am_pm_select {\twidth: 30px;\tvertical-align: middle;}.form10 .checkbox-div input[type=checkbox] {\tposition : absolute;\tz-index: -1;}.form10 .checkbox-div {\twidth: 14px;\theight: 14px;\tbackground: #fff;\tborder: 1px solid #ccc;\tborder-radius: 7px;\tposition: relative;\tdisplay: inline-block;\tbox-shadow: 0px 3px 8px 1px rgb(213, 213, 213) inset;}.form10 .checkbox-div label {\tcursor: pointer;\t-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\tfilter: alpha(opacity=0);\topacity: 0;\tcontent: \"\";\tposition: absolute;\twidth: 16px;\theight: 13px;\tbackground: url(https:\/\/alessandroflorio.com\/wp-content\/plugins\/contact-form-maker\/images\/02\/checkbox.png);\tborder-radius: 0px;\ttop: -3px;\tleft: 2px;}.form10 .checkbox-div label:hover {\t-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\tfilter: alpha(opacity=30);\topacity: 0.3;}.form10 .checkbox-div .wdform-ch-rad-label:hover {\t-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\tfilter: alpha(opacity=30);\topacity: 0.3;}.form10 .wdform-ch-rad-label:hover + .checkbox-div label {\t-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\tfilter: alpha(opacity=30);\topacity: 0.3;}.form10 .checkbox-div input[type=checkbox]:checked + label {\t-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\tfilter: alpha(opacity=100);\topacity: 1;}.form10 .wdform-calendar-button, .form10.wdform-calendar-button:hover {  display:inline-block;\tbackground: transparent url(https:\/\/alessandroflorio.com\/wp-content\/plugins\/contact-form-maker\/images\/04\/date.png) no-repeat left 50% !important;\tborder: 0px;\tcolor: transparent;\twidth: 20px;\theight: 24px;\tposition: relative;\tleft: -22px;\tvertical-align: top;\toutline: none;}.form10 .radio-div input[type=radio] {\tposition : absolute;\tz-index: -1;}.form10 .forlabs {\tfloat: right;\tmargin-right: 20px;}.form10 .radio-div {\twidth: 14px;\theight: 14px;\tbackground: #fff;\tborder: 1px solid #ccc;\tborder-radius: 7px;\tposition: relative;\tdisplay: inline-block;\tbox-shadow: 0px 3px 8px 1px rgb(213, 213, 213) inset;}.form10 .radio-div label {cursor: pointer;-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";filter: alpha(opacity=0);opacity: 0;content: \"\";position: absolute;width: 10px;height: 10px;background: #63929E ;background: -moz-linear-gradient(bottom, #84B8C5 0%, #75A1AC 49%, #63929E 84%, #377483 95%);background: -webkit-linear-gradient(bottom, #84B8C5 0%, #75A1AC 49%, #63929E 84%, #377483 95%);background: -o-linear-gradient(bottom, #84B8C5 0%, #75A1AC 49%, #63929E 84%, #377483 95%);background: -ms-linear-gradient(bottom, #84B8C5 0%, #75A1AC 49%, #63929E 84%, #377483 95%);background: linear-gradient(to bottom, #84B8C5 0%, #75A1AC 49%, #63929E 84%, #377483 95%);box-shadow: 0px 0px 5px 0px rgb(214, 214, 214) inset;border-radius: 7px;top: 1px;left: 1px;border: 1px solid #678B94;}.form10 .radio-div label:hover {\t-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\tfilter: alpha(opacity=30);\topacity: 0.5;}.form10 .radio-div .wdform-ch-rad-label:hover {\t-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\tfilter: alpha(opacity=30);\topacity: 0.5;}.form10 .wdform-ch-rad-label:hover + .radio-div label {\t-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\tfilter: alpha(opacity=30);\topacity: 0.5;}.form10 .radio-div input[type=radio]:checked + label {\t-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\tfilter: alpha(opacity=100);\topacity: 1;}.form10 .if-ie-div-label {\t-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\tfilter: alpha(opacity=100) !important;\topacity: 1 !important;}.form10 .wdform-ch-rad-label {\tdisplay: inline;\tmargin: -4px 5px 5px 5px;\tfloat: left;\tcolor: #000;\tcursor: pointer}.form10 textarea {\tpadding-top: 5px;}.form10 .wdform-date {  display:inline-block;\twidth: 105px}.form10 .wdform_footer {\tpadding-top: 5px;\tmargin-top: 15px;}.form10 .page-numbers {\tvertical-align: middle;}.form10 .time_box {\ttext-align: right;\twidth: 30px;\tvertical-align: middle}.form10 .mini_label {\tfont-size: 10px;\tfont-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\tcolor: #000;}.form10 .wdform-label {\tborder: none;\tcolor: #000;\tvertical-align: top;\tline-height: 17px;}.form10 .wdform_colon {\tcolor: #000}.form10 .wdform_separator {\tfont-style: bold;\tvertical-align: middle;\tcolor: #000;}.form10 .wdform_line {\tcolor: #000}.form10 .wdform-required {\tborder: none;\tcolor: red;\tvertical-align: top;}.form10 .captcha_img {\tborder-width: 0px;\tmargin: 0px;\tpadding: 0px;\tcursor: pointer;}.form10 .captcha_refresh {\twidth: 30px;\theight: 30px;\tborder-width: 0px;\tmargin: 0px;\tpadding: 0px;\tvertical-align: middle;\tcursor: pointer;\tbackground-image: url(https:\/\/alessandroflorio.com\/wp-content\/plugins\/contact-form-maker\/images\/refresh_black.png);}.form10 .captcha_input {\theight: 20px;\tborder-width: 1px;\tmargin: 0px;\tpadding: 0px;\tvertical-align: middle;}.form10 .file_upload {\tborder: 0px solid white;\tborder-radius: 0px;\tmargin: 0px;\tpadding: 0px;\tcolor: black;\tbackground-color: white;}.form10 .page_deactive {\tfont-size: 12px; color: #ffffff;\tcursor: pointer;\tdisplay: inline-block;\theight: 20px;\ttext-align: center;\tvertical-align: bottom;\tpadding: 5px 20px 0px 20px;\tfont-weight: bold;\tbackground-color: #C0C0C0;\tmargin-left: 1px;}.form10 .page_active {\tcolor: #fff;\tcursor: pointer;\tbackground-color: #A8A8A8;\tdisplay: inline-block;\tvertical-align: bottom;\theight: 25px;\ttext-align: center;\tfont-size: 16px;\tpadding: 5px 20px 0px 20px;\tmargin-left: 1px;}.form10 .page_percentage_active {\tpadding: 0px;\tmargin: 0px;\tborder-spacing: 0px;\theight: 23px;\tline-height: 23px;\tfont-size: 15px;\tfloat: left;\ttext-align: right !important;\tz-index: 1;\tposition: relative;\tbackground: #678B94;\tvertical-align: middle;\tfont-family: ArTarumianHandes;}.form10 .page_percentage_deactive {\theight: 23px;\tline-height: 23px;\tbackground-color: #88B4BD;\ttext-align: left !important;\tmargin-bottom: 1px;}.form10 .page_numbers {\tfont-size: 14px;\tcolor: #000;}.form10 .phone_area_code {\twidth: 50px;}.form10 .phone_number {\twidth: 100px;}.form10 button {\tcursor: pointer;}.form10 .other_input {\tborder-radius: 0px;\tborder-width: 1px;\theight: 16px;\tfont-size: 12px;\tpadding: 1px;\tmargin: 1px;\tmargin-left: 25px;\tz-index: 100;\tposition: absolute;}.form10 .wdform_page_navigation {\ttext-align: right !important;\tmargin-bottom: 0px;}.form10 .wdform_percentage_text {\tmargin: 3px 5px 3px 9px;\tcolor: #FFFFFF;\tfont-weight: bold;}.form10 .wdform_percentage_title {\tcolor: #000000;\tfont-style: italic;\tmargin: 0px 0px 0px 40px;\tdisplay: inline-block;\tline-height: 20px;\theight: 20px;\tvertical-align: middle;}.form10 .wdform_percentage_arrow {\tdisplay: inline-block;\twidth: 20px;\theight: 23px;\tbackground-color: #678B94;\tposition: relative;\tleft: -14px;\tz-index: 0;\tvertical-align: middle;\t-moz-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-25deg) skewY(0deg);\t-webkit-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-25deg) skewY(0deg);\t-o-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-25deg) skewY(0deg);\t-ms-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-25deg) skewY(0deg);\ttransform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-25deg) skewY(0deg);}.form10 .wdform_button button {\tbackground: #0E4D92;\tcursor: pointer;\tfont-size: 17px;\tborder-radius: 4px;\tmin-width: 80px;\tmin-height: 27px;\tcolor: #fff;\tborder: 2px solid #0E3F77;\tmargin: 5px;\tbox-shadow: 0px 0px 2px #c9c9c9;\tfont-family: Segoe UI;}.form10 .wdform_button button:active {\tborder: 2px solid #0B2D52;\tbackground: #0E3F77;}.form10 <\/style><form name=\"form10\" action=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F115\" method=\"post\" id=\"form10\" class=\"form10\" enctype=\"multipart\/form-data\"  onsubmit=\"check_required('submit', '10'); return false;\">      <div id=\"10pages\" class=\"wdform_page_navigation\" show_title=\"false\" show_numbers=\"true\" type=\"none\"><\/div>      <input type=\"hidden\" id=\"counter10\" value=\"8\" name=\"counter10\" \/>      <input type=\"hidden\" id=\"Itemid10\" value=\"\" name=\"Itemid10\" \/><div class=\"wdform-page-and-images\" style=\"display:table; border-top:0px solid black;\"><div id=\"10form_view1\" class=\"wdform_page\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"text\" next_class=\"wdform-page-button\" next_checkable=\"false\" previous_title=\"Previous\" previous_type=\"text\" previous_class=\"wdform-page-button\" previous_checkable=\"false\"><div class=\"wdform_section\"><div class=\"wdform_column ui-sortable\"><div class=\"wdform_row ui-sortable-handle\" wdid=\"1\"><div type=\"type_name\" class=\"wdform-field\"  style=\"width:300px\"><div class=\"wdform-label-section\" style=\"float: left;; width: 100px;\"><span class=\"wdform-label\">Name:<\/span><\/div>              <div class=\"wdform-element-section \" style=\" width: 200px;\">\t\t\t\t\t<div style=\"display: table-cell; width:50%\">\t\t\t\t\t  <div><input type=\"text\" class=\"input_deactive\" id=\"wdform_1_element_first10\" name=\"wdform_1_element_first10\" value=\"\" title=\"\"  style=\"width: 100%;\"><\/div>\t\t\t\t\t  <div><label class=\"mini_label\">First<\/label><\/div>\t\t\t\t\t<\/div>\t\t\t\t\t<div style=\"display:table-cell;\"><div style=\"margin: 0px 8px; padding: 0px;\"><\/div><\/div>\t\t\t\t\t<div  style=\"display: table-cell; width:50%\">\t\t\t\t\t  <div><input type=\"text\" class=\"input_deactive\" id=\"wdform_1_element_last10\" name=\"wdform_1_element_last10\" value=\"\" title=\"\" style=\"width: 100%;\" ><\/div>\t\t\t\t\t  <div><label class=\"mini_label\">Last<\/label><\/div>\t\t\t\t\t<\/div>\t\t\t\t\t<\/div><\/div><\/div><div class=\"wdform_row ui-sortable-handle\" wdid=\"2\"><div type=\"type_submitter_mail\" class=\"wdform-field\"  style=\"width:300px\"><div class=\"wdform-label-section\" style=\"float: left;; width: 100px;\"><span class=\"wdform-label\">E-mail:<\/span><\/div><div class=\"wdform-element-section \" style=\" width: 200px;\"><input type=\"text\" class=\"input_deactive\" id=\"wdform_2_element10\" name=\"wdform_2_element10\" value=\"\" title=\"\"  style=\"width: 100%;\" ><\/div><\/div><\/div><div style=\"\" class=\"wdform_row ui-sortable-handle\" wdid=\"3\"><div type=\"type_textarea\" class=\"wdform-field\"  style=\"width:310px\"><div class=\"wdform-label-section\" style=\"float: left;; width: 100px;\"><span class=\"wdform-label\">Textarea:<\/span><\/div><div class=\"wdform-element-section \" style=\" width: 200px\"><textarea class=\"input_deactive\" id=\"wdform_3_element10\" name=\"wdform_3_element10\" title=\"\"  style=\"width: 100%; height: 143px;\" ><\/textarea><\/div><\/div><\/div><div style=\"\" class=\"wdform_row ui-sortable-handle\" wdid=\"7\"><div type=\"type_editor\" class=\"wdform-field\"><p><br data-mce-bogus=\"1\"><\/p><\/div><\/div><div class=\"wdform_row ui-sortable-handle\" wdid=\"6\"><div type=\"type_submit_reset\" class=\"wdform-field\"><div class=\"wdform-label-section\" style=\"display: table-cell;\"><\/div><div class=\"wdform-element-section \" style=\"display: table-cell;\"><button type=\"button\" class=\"button-submit\" onclick=\"check_required10(&quot;submit&quot;, &quot;10&quot;);\" >Submit<\/button><button type=\"button\" class=\"button-reset\" onclick=\"check_required10(&quot;reset&quot;);\"  >Reset<\/button><\/div><\/div><\/div><\/div><\/div><div valign=\"top\" class=\"wdform_footer\" style=\"width: 100%;\"><div style=\"width: 100%;\"><div style=\"width: 100%; display: table; padding-top:10px;\"><div style=\"display: table-row-group;\"><div id=\"10page_nav1\" style=\"display: table-row;\"><\/div><\/div><\/div><\/div><\/div><\/div><\/div><div class=\"wdform_preload\"><\/div><\/form>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":[],"_links":{"self":[{"href":"https:\/\/alessandroflorio.com\/index.php?rest_route=\/wp\/v2\/pages\/115"}],"collection":[{"href":"https:\/\/alessandroflorio.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/alessandroflorio.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/alessandroflorio.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/alessandroflorio.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=115"}],"version-history":[{"count":1,"href":"https:\/\/alessandroflorio.com\/index.php?rest_route=\/wp\/v2\/pages\/115\/revisions"}],"predecessor-version":[{"id":120,"href":"https:\/\/alessandroflorio.com\/index.php?rest_route=\/wp\/v2\/pages\/115\/revisions\/120"}],"wp:attachment":[{"href":"https:\/\/alessandroflorio.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=115"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}