{"id":806,"date":"2016-02-02T13:47:47","date_gmt":"2016-02-02T13:47:47","guid":{"rendered":"http:\/\/dev.brickhousefabrics.com\/blog\/?page_id=806"},"modified":"2025-05-19T17:20:43","modified_gmt":"2025-05-19T17:20:43","slug":"contact-us","status":"publish","type":"page","link":"https:\/\/www.brickhousefabrics.com\/blog\/contact-us\/","title":{"rendered":"Contact US"},"content":{"rendered":"<p><strong>Internet Phone Support Hours:<\/strong><br \/>\nM-F: 8:30am \u2013 4:00pm EST<\/p>\n<p><strong>Brunswick Maine Retail Hours:<\/strong><br \/>\nWe are currently closed for retail browsing. All fabrics have samples available to order to view in your own space.<\/p>\n<p><strong>Email Contact Form<\/strong><\/p>\n    <script type=\"text\/javascript\">\t\tvar plugin_url = \"https:\/\/www.brickhousefabrics.com\/blog\/wp-content\/plugins\/contact-form-maker\";      WDF_GRADING_TEXT ='Your score should be less than';       WDF_INVALID_GRADING_3 \t= 'Your score should be less than';      FormCurrency_3 = '$';        FormPaypalTax_3 = '0';        function formOnload3() {        if (navigator.userAgent.toLowerCase().indexOf('msie') != -1 && parseInt(navigator.userAgent.toLowerCase().split('msie')[1]) === 8) {          jQuery(\"#form3\").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(\"#form3\").find(jQuery(\"input[type='radio']:checked+label\")).addClass('if-ie-div-label');          jQuery(\"#form3\").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(\"#form3\").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(3)});        jQuery(\"div[type='type_paypal_select'] select, div[type='type_paypal_price'] input\").change(function() {set_total_value(3)});        jQuery(\".wdform-quantity\").change(function() {set_total_value(3)});        jQuery(\"div[type='type_address'] select\").change(function() {set_total_value(3)});                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 () {        formOnload3();      });      form_view_count3=0;      jQuery(document).ready(function () {        for(i=1; i<=30; i++) {          if (document.getElementById('3form_view'+i)) {            form_view_count3++;            form_view_max3 = i;          }        }        if (form_view_count3 > 1) {          for (i = 1; i <= form_view_max3; i++) {            if (document.getElementById('3form_view' + i)) {              first_form_view3 = i;              break;            }          }          generate_page_nav(first_form_view3, '3', form_view_count3, form_view_max3);        }      });      function check_required3(but_type) {        if (but_type == 'reset') {          if (window.before_reset) {            before_reset();          }         var types = [\"type_name\",\"type_submitter_mail\",\"type_text\",\"type_textarea\",\"type_submit_reset\"];\t\t\tvar label_ids = [\"1\",\"2\",\"6\",\"5\",\"4\"];\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]+\"_element3\").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]+\"_element3\").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_first3, #wdform_\"+label_ids[index]+\"_element_last3\").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_first3, #wdform_\"+label_ids[index]+\"_element_last3, #wdform_\"+label_ids[index]+\"_element_title3, #wdform_\"+label_ids[index]+\"_element_middle3\").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]+\"_street13, #wdform_\"+label_ids[index]+\"_street23, #wdform_\"+label_ids[index]+\"_city3, #wdform_\"+label_ids[index]+\"_state3, #wdform_\"+label_ids[index]+\"_postal3, #wdform_\"+label_ids[index]+\"_country3\").val('');\t\t\t\t\tbreak;\t\t\t\t\t\t\t\t\t\tcase 'type_checkbox':\t\t\t\t\t\tjQuery(\"#form3 div[wdid='\"+label_ids[index]+\"'] .checkbox-div input\").prop('checked', false);\t\t\t\t\t\tjQuery(\"#wdform_\"+label_ids[index]+\"_other_br3\").remove();\t\t\t\t\t\tjQuery(\"#wdform_\"+label_ids[index]+\"_other_input3\").remove();\t\t\t\t\tbreak;\t\t\t\t\t\t\t\t\t\tcase 'type_radio':\t\t\t\t\t\tjQuery(\"#form3 div[wdid='\"+label_ids[index]+\"'] .radio-div input\").prop('checked', false);\t\t\t\t\t\tjQuery(\"#wdform_\"+label_ids[index]+\"_other_br3\").remove();\t\t\t\t\t\tjQuery(\"#wdform_\"+label_ids[index]+\"_other_input3\").remove();\t\t\t\t\tbreak;           \t\t\t\t\tcase 'type_time':\t\t\t\t\t\tjQuery(\"#wdform_\"+label_ids[index]+\"_hh3, #wdform_\"+label_ids[index]+\"_mm3, #wdform_\"+label_ids[index]+\"_ss3, #wdform_\"+label_ids[index]+\"_am_pm3\").val('');\t\t\t\t\tbreak;            \t\t\t\t\tcase 'type_date_fields': \t\t\t\t\t\tjQuery(\"#wdform_\"+label_ids[index]+\"_day3, #wdform_\"+label_ids[index]+\"_month3, #wdform_\"+label_ids[index]+\"_year3\").val('');\t\t\t\t\tbreak;\t\t\t\t\tcase 'type_file_upload':\t\t\t\t\t\tjQuery(\"#wdform_\"+label_ids[index]+\"_element3_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_dollars3, #wdform_\"+label_ids[index]+\"_element_cents3\").val('');\t\t\t\t\tbreak;            \t\t\t\t\tcase 'type_paypal_select': \t\t\t\t\t\tjQuery(\"#wdform_\"+label_ids[index]+\"_element3, #wdform_\"+label_ids[index]+\"_element_quantity3, #form3 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_quantity3,#form3 div[wdid='\"+label_ids[index]+\"'] .paypal-property select\").val('');\t\t\t\t\t\tjQuery(\"#form3 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(\"#form3 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_quantity3,#form3 div[wdid='\"+label_ids[index]+\"'] .paypal-property select\").val('');\t\t\t\t\t\tjQuery(\"#form3 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_amount3\").val('');\t\t\t\t\t\tjQuery(\"#wdform_\"+label_ids[index]+\"_element3 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(\"#form3 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]+\"_element3\").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_value3\").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]+\"_element30, #wdform_\"+label_ids[index]+\"_element31\").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]+\"_element3 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]+\"_element3 .radio-div input\").prop('checked', false);\t\t\t\t\t\tjQuery(\"#wdform_\"+label_ids[index]+\"_element3 .checkbox-div input\").prop('checked', false);\t\t\t\t\t\tjQuery(\"#wdform_\"+label_ids[index]+\"_element3 input[type='text']\").val('');\t\t\t\t\t\tjQuery(\"#wdform_\"+label_ids[index]+\"_element3 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_total3\").html('$0');\t\t\t\t\t\t\tjQuery(\"#wdform_\"+label_ids[index]+\"paypal_products3\").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(\"#form3\");                          if(x.find(jQuery(\"div[wdid=1]\")).length != 0 && x.find(jQuery(\"div[wdid=1]\")).css(\"display\") != \"none\")                  {                    if(jQuery(\"#wdform_1_element_first3\").val()==\"\" || jQuery(\"#wdform_1_element_first3\").val()==\"\" || jQuery(\"#wdform_1_element_last3\").val()==\"\" || jQuery(\"#wdform_1_element_last3\").val()==\"\" || (jQuery(\"#wdform_1_element_title3\").length != 0 && (jQuery(\"#wdform_1_element_title3\").val()==\"\" || jQuery(\"#wdform_1_element_title3\").val()==\"\")) || (jQuery(\"#wdform_1_element_middle3\").length != 0 && (jQuery(\"#wdform_1_element_middle3\").val()==\"\" || jQuery(\"#wdform_1_element_middle3\").val()==\"\")))                    {\t\t\t\t\t\talert(\"Name: field is required.\");\t\t\t\t\t\told_bg=x.find(jQuery(\"div[wdid=1]\")).css(\"background-color\");\t\t\t\t\t\tx.find(jQuery(\"div[wdid=1]\")).effect( \"shake\", {}, 500 ).css(\"background-color\",\"#FF8F8B\").animate({backgroundColor: old_bg}, {duration: 500, queue: false });\t\t\t\t\t\tjQuery(\"#wdform_1_element_first3\").focus();\t\t\t\t\t\treturn false;                    }                  }                                if(x.find(jQuery(\"div[wdid=2]\")).length != 0 && x.find(jQuery(\"div[wdid=2]\")).css(\"display\") != \"none\")              {                            if(jQuery(\"#wdform_2_element3\").val()!=\"\" && jQuery(\"#wdform_2_element3\").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_element3\").focus();                  return false;                }                            }              ;        var a = [];        if (typeof a[3] !== 'undefined' && a[3] == 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_fields3\\\" value =\\\"\"+disabled_fields+\"\\\" \/>\").appendTo(\"#form3\");                    });        a[3] = 1;        document.getElementById(\"form\"+3).submit();      }      function check3(id) {        x = jQuery(\"#3form_view\"+id);                          if(x.find(jQuery(\"div[wdid=1]\")).length != 0 && x.find(jQuery(\"div[wdid=1]\")).css(\"display\") != \"none\")                  {                    if(jQuery(\"#wdform_1_element_first3\").val()==\"\" || jQuery(\"#wdform_1_element_first3\").val()==\"\" || jQuery(\"#wdform_1_element_last3\").val()==\"\" || jQuery(\"#wdform_1_element_last3\").val()==\"\" || (jQuery(\"#wdform_1_element_title3\").length != 0 && (jQuery(\"#wdform_1_element_title3\").val()==\"\" || jQuery(\"#wdform_1_element_title3\").val()==\"\")) || (jQuery(\"#wdform_1_element_middle3\").length != 0 && (jQuery(\"#wdform_1_element_middle3\").val()==\"\" || jQuery(\"#wdform_1_element_middle3\").val()==\"\")))                    {\t\t\t\t\t\talert(\"Name: field is required.\");\t\t\t\t\t\told_bg=x.find(jQuery(\"div[wdid=1]\")).css(\"background-color\");\t\t\t\t\t\tx.find(jQuery(\"div[wdid=1]\")).effect( \"shake\", {}, 500 ).css(\"background-color\",\"#FF8F8B\").animate({backgroundColor: old_bg}, {duration: 500, queue: false });\t\t\t\t\t\tjQuery(\"#wdform_1_element_first3\").focus();\t\t\t\t\t\treturn false;                    }                  }                                if(x.find(jQuery(\"div[wdid=2]\")).length != 0 && x.find(jQuery(\"div[wdid=2]\")).css(\"display\") != \"none\")              {                            if(jQuery(\"#wdform_2_element3\").val()!=\"\" && jQuery(\"#wdform_2_element3\").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_element3\").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>.form3 .radio-div input[type=\"radio\"], .form3.checkbox-div input[type=\"checkbox\"]{     visibility: hidden;}.form3 .wdform-page-and-images .other_input{     max-width: none;}.form3 button, .form3input, .form3select, .form3textarea{     font-size:14px;}.form3 .warning, .form3.error{     background-color: #EAF9F3;     border: 1px solid #4D4A58;     margin-bottom: 10px;     color: #4D4A58;     padding: 5px;}.form3 .warning *, .form3.error *{     margin:0;}.form3 .recaptcha_input_area input{     height:initial !important;}.form3 .wdform_grading input {     width: 100px;}.form3 .ui-slider {     height: 6px;     background: #fff !important;     margin: 7px 0px;}.form3 a.ui-slider-handle {     border-radius: 10px;     border: 2px solid #fff;     background: #A4A4A4;}.form3 .ui-slider-range {     background: #A4A4A4 !important;}.form3 .ui-slider-horizontal .ui-slider-handle {     top: -8px !important;}.form3 a.ui-slider-handle {     border-radius: 10px;     border: 2px solid #fff;     background: #A4A4A4;}.form3 .wdform-matrix-cell input[type=\"text\"] {     width: 100px;}.form3 .wdform-matrix-cell select {     width: 60px;}.form3 .wdform_section .wdform_column:last-child {     padding-right: 0px !important;}.form3 .wdform_preload {     display: none;     content: url(https:\/\/www.brickhousefabrics.com\/blog\/wp-content\/plugins\/contact-form-maker\/images\/02\/bg.png);}.form3 .wdform_grading {     padding: 3px 0px;}.form3 .wdform-matrix-table {     display: table;     border-spacing: 0px;}.form3 .wdform-matrix-column {     text-align: left;     display: table-cell;}.form3 .wdform-matrix-cell {     text-align: center;     display: table-cell;     padding: 6px 10px;}.form3 .wdform-matrix-head>div {     display: table-cell;     text-align: center;}.form3 .wdform-matrix-head {     display: table-row;}.form3 .wdform-matrix-row0 {     background: #DFDFDF;     display: table-row;}.form3 .wdform-matrix-row1 {     background: #E9E9E9;     display: table-row;}.form3 .selected-text {     text-align: left;}.form3 .wdform-quantity {     width: 30px;     margin: 2px 0px;}.form3 .wdform_scale_rating label {     vertical-align: middle;}.form3 .ui-corner-all {     border-radius: 3px;}.form3 .ui-widget-content {     border: 0px;     background: transparent;}.form3 a.ui-spinner-button:hover{     background: #CEECE2 !important;     color: #fff;     outline: none;}.form3 a.ui-spinner-button:active{     background: #CEECE2 !important;     color: #fff;     outline: none;}.form3 a.ui-spinner-button:focus{     background: #CEECE2 !important;     color: #fff;     outline: none;}.form3 a.ui-slider-handle:hover{     background: #CEECE2 !important;     color: #fff;     outline: none;}.form3 a.ui-slider-handle:active{     background: #CEECE2 !important;     color: #fff;     outline: none;}.form3 a.ui-slider-handle:focus{     background: #CEECE2 !important;     color: #fff;     outline: none;}.form3 ui-state-hover {     background: #CEECE2 !important;     color: #fff;     outline: none;}.form3 ui-slider {     background: #fff !important;}.form3 .ui-state-default{     border: 1px solid #d3d3d3;     background: #DFDDDD;     font-weight: normal;     color: #555555;}.form3 .ui-widget-content .ui-state-default{     border: 1px solid #d3d3d3;     background: #DFDDDD;     font-weight: normal;     color: #555555;}.form3 .ui-widget-header .ui-state-default {     border: 1px solid #d3d3d3;     background: #DFDDDD;     font-weight: normal;     color: #555555;}.form3 .ui-slider-range {     background: #ccc !important;}.form3 .wdform_map {     border: 6px solid #DCDCDC;}.form3 .wdform-page-and-images {     width: 100%;     border: 0px !important;}.form3 .paypal-property {     display: inline-block;     margin-right: 15px;     vertical-align: middle;}.form3 .sel-wrap {     display: inline-block;     vertical-align: middle;     width:100%;}.form3 .sel-wrap select {     position: absolute;     z-index:-1;     width: 0px !important;}.form3 .sel-imul {     display: inline-block;}.form3 .sel-imul .sel-selected {     cursor: pointer;     position: relative;     display: inline-block;     border-radius: 4px;     padding: 2px 0px 2px 2px;     font-size: 13px;     height: 22px;     line-height: 22px;     overflow: hidden;     background: #fff;     border: 0px solid #ccc;     background-position: right 2px center;     width: 100%;}.form3 .sel-imul.act .sel-selected {     background: #fff;}.form3 .sel-selected .sel-arraw {     height: 22px;     width: 29px;     background: url(https:\/\/www.brickhousefabrics.com\/blog\/wp-content\/plugins\/contact-form-maker\/images\/02\/01.png) 50% 50% no-repeat;     position: absolute;     top: 0px;     right: 0px;     padding: 2px;}.form3 .sel-imul:hover .sel-selected .sel-arraw {            }.form3 .sel-imul.act .sel-selected .sel-arraw {            }.form3 .sel-imul .sel-options {     background: #fff;     border: 1px solid #dbdbdb;     border-top: none;     position: absolute;     width: inherit;     display: none;     z-index: 10;     max-height: 200px;     overflow-y: auto;     overflow-x: hidden;}.form3 .sel-options .sel-option {     padding: 3px 4px;     font-size: 13px;     border: 1px solid #fff;     border-right: none;     border-left: none;     text-align: left;}.form3 .sel-options .sel-option:hover {     border-color: #dbdbdb;     cursor: pointer;}.form3 .sel-options .sel-option.sel-ed {     background: #dbdbdb;     border-color: #dbdbdb;}.form3 input[type=text]{     margin: 0px;}.form3 input[type=password]{     margin: 0px;}.form3 input[type=url]{     margin: 0px;}.form3 input[type=email]{     margin: 0px;}.form3 input.text{     margin: 0px;}.form3 input.title{     margin: 0px;}.form3 textarea{     margin: 0px;}.form3 select {     margin: 0px;}.form3 .form-error {     border-color: red !important;}.form3 .form-error:focus {     border-color: red !important;}.form3 .wdform-field {     display: table-cell;     padding: 5px 0px;}.form3 .wdform-label-section{     text-align: left;     display: table-cell;}.form3 .wdform-element-section {     text-align: left;     display: table-cell;     min-width: 140px;}.form3 .file-upload input {     position: absolute;     visibility: hidden;}.form3 .file-upload-status {     margin-left: 10px;     \/*max-width: 200px;*\/     font-weight: bold;     font-size: 16px;     color: #888;     background: #fff;     position: absolute;     border-radius: 4px;     height: 24px;     border: 1px solid #ccc;     padding-left: 5px;     padding-right: 5px;     white-space: nowrap;     overflow: hidden;     direction: rtl;     padding-top: 3px;     margin-top: 2px;}.form3 .file-picker {     width: 41px;     height: 32px;     background: url(https:\/\/www.brickhousefabrics.com\/blog\/wp-content\/plugins\/contact-form-maker\/images\/02\/02\/upload.png);     display: inline-block;}.form3 .next-page div.wdform-page-button {     color: #4D4A3C;     cursor: pointer;     display: inline-block;     height: 36px;     line-height: 33px;     background: url(https:\/\/www.brickhousefabrics.com\/blog\/wp-content\/plugins\/contact-form-maker\/images\/02\/next.png) top right #94FFD5;     padding: 0px 30px 0 15px;     vertical-align: middle;     font-weight: 600;     font-size: 16px;}.form3 .next-page div.wdform-page-button:hover {     background: url(https:\/\/www.brickhousefabrics.com\/blog\/wp-content\/plugins\/contact-form-maker\/images\/02\/next.png) top right  #E4F3E2;}.form3 .previous-page div.wdform-page-button {     color: #4D4A3C;     cursor: pointer;     display: inline-block;     height: 36px;     line-height: 36px;     background: url(https:\/\/www.brickhousefabrics.com\/blog\/wp-content\/plugins\/contact-form-maker\/images\/02\/previous.png) top left #94FFD5;     padding: 0px 15px 0 30px;     vertical-align: middle;     font-weight: 600;     font-size: 16px;}.form3 .previous-page div.wdform-page-button:hover {     background: url(https:\/\/www.brickhousefabrics.com\/blog\/wp-content\/plugins\/contact-form-maker\/images\/02\/previous.png) top left  #E4F3E2;}.form3 .button-submit {     background: url(https:\/\/www.brickhousefabrics.com\/blog\/wp-content\/plugins\/contact-form-maker\/images\/02\/bg.png) #94FFD5;     cursor: pointer;     font-size: 16px;     border-radius: 0px;     min-width: 80px;     min-height: 34px;     color: #4D4A3C;     margin: 5px;     border: 0px;     font-family: Segoe UI;     font-weight: 600;}.form3 .button-reset {     background: transparent;     cursor: pointer;     font-size: 17px;     min-width: 80px;     min-height: 34px;     color: #787878;     border: 0px;     margin: 5px;     font-family: Segoe UI;     text-decoration: underline;}.form3 .wdform_page {     background: transparent;     padding: 15px 15px 15px 50px;     border-radius: 0px;     font-family: Segoe UI;}.form3 .wdform_column {     padding-right: 30px !important;     float: left;     border-spacing: 2px;     border-collapse: separate !important;}.form3 .wdform_column>div {     border-bottom: 1px solid #CFCFCF;}.form3 .wdform_column>.wdform_row:last-child {     border-bottom: 0px solid #E7E7E7;}.form3 .wdform-field-section-break {     text-align: center;}.form3 .wdform_section_break2 {     margin: 16px 10px 16px 0px;     display: inline-block;     background: url(https:\/\/www.brickhousefabrics.com\/blog\/wp-content\/plugins\/contact-form-maker\/images\/02\/bg.png) #CFAB1A;     text-align: left;     padding: 10px;     border-radius: 0px;     -moz-box-shadow: 7px -9px 20px -5px rgba(0, 0, 0, 0.23), -7px 9px 20px -5px rgba(0, 0, 0, 0.23);     -webkit-box-shadow: 7px -9px 20px -5px rgba(0, 0, 0, 0.23), -7px 9px 20px -5px rgba(0, 0, 0, 0.23);     box-shadow: 7px -9px 20px -5px rgba(0, 0, 0, 0.23), -7px 9px 20px -5px rgba(0, 0, 0, 0.23);     width: 466px;     text-align: center;     font-size: 18px;     font-family: Segoe UI;     color: #292929;     font-weight: 600;}.form3 .wdform_section_break{     margin: 16px 10px 16px 0px;     text-align: left;     font-size: 18px;     font-family: Segoe UI;     color: #292929;}.form3 .wdform_section {     display: table-row}.form3 select {     border-radius: 4px;     height: 26px;     overflow: hidden;     border: 0px solid #ccc;     padding: 2px;     outline: none;     background: #E9E9E9;}.form3 input[type=\"text\"] {     border-radius: 4px;     height: 25px;     border: 0px solid #ccc;     padding:0 3px !important;     background: #E9E9E9;}.form3 input[type=\"password\"] {     border-radius: 4px;     height: 25px;     border: 0px solid #ccc;     padding:0 3px !important;     background: #E9E9E9;}.form3 textarea {     border-radius: 4px;     height: 25px;     border: 0px solid #ccc;     padding:0 3px !important;     background: #E9E9E9;}.form3 input[type=\"text\"]:focus{     border-color: #FFB471;     outline: none;}.form3 input[type=\"password\"]:focus{     border-color: #FFB471;     outline: none;}.form3 textarea:focus{     border-color: #FFB471;     outline: none;}.form3 .input_deactive {     color: #999999;     font-style: italic;}.form3 .input_active {     color: #000000;     font-style: normal;}.form3 .am_pm_select {     width: 30px;     vertical-align: middle;}.form3 .checkbox-div input[type=checkbox] {     position : absolute;     z-index: -1;}.form3 .checkbox-div {     width: 13px;     height: 12px;     background: transparent;     border: 1px solid #A7A7A7;     border-radius: 0px;     position: relative;     display: inline-block;}.form3 .checkbox-div label {     cursor: pointer;     -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";     filter: alpha(opacity=0);     opacity: 0;     content: \"\";     position: absolute;     width: 16px;     height: 13px;     background: url(https:\/\/www.brickhousefabrics.com\/blog\/wp-content\/plugins\/contact-form-maker\/images\/02\/checkbox.png);     border-radius: 0px;     top: -3px;     left: 1px;}.form3 .checkbox-div label:hover {     -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";     filter: alpha(opacity=30);     opacity: 0.3;}.form3 .checkbox-div .wdform-ch-rad-label:hover {     -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";     filter: alpha(opacity=30);     opacity: 0.3;}.form3 .wdform-ch-rad-label:hover + .checkbox-div label {     -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";     filter: alpha(opacity=30);     opacity: 0.3;}.form3 .checkbox-div input[type=checkbox]:checked + label {     -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";     filter: alpha(opacity=100);     opacity: 1;}.form3 .wdform-calendar-button, .form3.wdform-calendar-button:hover {     display:inline-block;     background: transparent url(https:\/\/www.brickhousefabrics.com\/blog\/wp-content\/plugins\/contact-form-maker\/images\/02\/02\/date.png) no-repeat left 50% !important;     border: 0px;     color: transparent;     width: 22px;     height: 24px;     position: relative;     left: -22px;     vertical-align: top;}.form3 .wdform-calendar-button:focus {     outline:none;}.form3 .radio-div input[type=radio] {     position : absolute;     z-index: -1;}.form3 .forlabs {     float: right;     margin-right: 20px;}.form3 .radio-div {     width: 13px;     height: 12px;     background: transparent;     border: 1px solid #A7A7A7;     border-radius: 0px;     position: relative;     display: inline-block;     top: 2px;}.form3 .radio-div label {     cursor: pointer;     -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";     filter: alpha(opacity=0);     opacity: 0;     content: \"\";     position: absolute;     width: 11px;     height: 10px;     background: #A7A7A7;     border-radius: 0px;     top: 1px;     left: 1px;}.form3 .radio-div label:hover {     -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";     filter: alpha(opacity=30);     opacity: 0.3;}.form3 .radio-div .wdform-ch-rad-label:hover {     -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";     filter: alpha(opacity=30);     opacity: 0.3;}.form3 .wdform-ch-rad-label:hover + .radio-div label {     -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";     filter: alpha(opacity=30);     opacity: 0.3;}.form3 .radio-div input[type=radio]:checked + label {     -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";     filter: alpha(opacity=100);     opacity: 1;}.form3 .if-ie-div-label {     -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;     filter: alpha(opacity=100) !important;     opacity: 1 !important;}.form3 .wdform-ch-rad-label {     display: inline;     margin: -4px 5px 5px 5px;     float: left;     color: #000;     cursor: pointer}.form3 textarea {     padding-top: 5px;}.form3 .wdform-date {     display:inline-block;     width: 105px}.form3 .wdform_footer {     padding-top: 5px;     margin-top: 15px;}.form3 .page-numbers {     vertical-align: middle;}.form3 .time_box {     text-align: right;     width: 30px;     vertical-align: middle}.form3 .mini_label {     font-size: 10px;     font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;     color: #000;}.form3 .wdform-label {     border: none;     color: #000;     vertical-align: top;     line-height: 17px;}.form3 .wdform_colon {     color: #000}.form3 .wdform_separator {     font-style: bold;     vertical-align: middle;     color: #000;}.form3 .wdform_line {     color: #000}.form3 .wdform-required {     border: none;     color: rgb(158, 0, 0);     vertical-align: top;}.form3 .captcha_img {     border-width: 0px;     margin: 0px;     padding: 0px;     cursor: pointer;     border-radius: 4px;}.form3 .captcha_refresh {     width: 30px;     height: 30px;     border-width: 0px;     margin: 0px;     padding: 0px;     vertical-align: middle;     cursor: pointer;     background-image: url(https:\/\/www.brickhousefabrics.com\/blog\/wp-content\/plugins\/contact-form-maker\/images\/refresh_black.png);}.form3 .captcha_input {     height: 20px;     border-width: 1px;     margin: 0px;     padding: 0px;     vertical-align: middle;}.form3 .file_upload {     border: 0px solid white;     border-radius: 0px;     margin: 0px;     padding: 0px;     color: black;     background-color: white;}.form3 .page_deactive {     font-size: 12px;     color: #3F3927;     cursor: pointer;     display: inline-block;     height: 20px;     text-align: center;     vertical-align: bottom;     padding-top: 5px;     padding: 5px 30px 0px 30px;     font-weight: bold;}.form3 .page_deactive:nth-child(even) {     background-color: #EEEEEE;}.form3 .page_deactive:nth-child(odd) {     background-color: #EEEEEE;}.form3 .page_active {     color: #3F3927;     cursor: pointer;     background-color: #CEECE2;     display: inline-block;     vertical-align: bottom;     height: 25px;     text-align: center;     font-size: 18px;     padding: 5px 30px 0px 30px;}.form3 .page_percentage_active {     padding: 0px;     margin: 0px;     border-spacing: 0px;     height: 17px;     line-height: 17px;     font-size: 15px;     float: left;     text-align: right !important;     z-index: 1;     position: relative;     background: #95D3BE ;     \/* Old browsers *\/     background: -moz-linear-gradient(left, #80CEB4 0%, #95D6C1 49%, #95D3BE 84%, #B3E7D6 99%);     \/* FF3.6+ *\/     background: -webkit-gradient(linear, left top, right top, color-stop(0%, #80CEB4 ), color-stop(49%, #95D6C1 ), color-stop(84%, #95D3BE ), color-stop(99%, #B3E7D6 ));     \/* Chrome,Safari4+ *\/     background: -webkit-linear-gradient(left, #80CEB4 0%, #95D6C1 49%, #95D3BE 84%, #B3E7D6 99%);     \/* Chrome10+,Safari5.1+ *\/     background: -o-linear-gradient(left, #80CEB4 0%, #95D6C1 49%, #95D3BE 84%, #B3E7D6 99%);     \/* Opera 11.10+ *\/     background: -ms-linear-gradient(left, #80CEB4 0%, #95D6C1 49%, #95D3BE 84%, #B3E7D6 99%);     \/* IE10+ *\/     background: linear-gradient(to right, #80CEB4 0%, #95D6C1 49%, #95D3BE 84%, #B3E7D6 99%);     \/* W3C *\/     vertical-align: middle;}.form3 .page_percentage_deactive {     height: 17px;     line-height: 17px;     background-color: #E0DFE0;     text-align: left !important;     margin-bottom: 1px;}.form3 .page_numbers {     font-size: 14px;     color: #000;}.form3 .phone_area_code {     width: 50px;}.form3 .phone_number {     width: 100px;}.form3 button {     cursor: pointer;}.form3 .other_input {     border-radius: 0px;     border-width: 1px;     height: 16px;     font-size: 12px;     padding: 1px;     margin: 1px;     margin-left: 25px;     z-index: 100;     position: absolute;}.form3 .wdform_page_navigation {     text-align: right !important;     margin-bottom: -2px;}.form3 .wdform_percentage_text {     margin: 3px 5px 3px 9px;     color: #292929;     font-weight: bold;     font-size:13px;}.form3 .wdform_percentage_title {     color: #000000;     font-style: italic;     margin: 0px 0px 0px 40px;     display: inline-block;     line-height: 17px;     height: 17px;     vertical-align: middle;}.form3 .wdform_button button {     background: #0E4D92;     cursor: pointer;     font-size: 17px;     border-radius: 4px;     min-width: 80px;     min-height: 27px;     color: #fff;     border: 2px solid #0E3F77;     margin: 5px;     box-shadow: 0px 0px 2px #c9c9c9;     font-family: Segoe UI;}.form3 .wdform_button button:active {     border: 2px solid #0B2D52;     background: #0E3F77;}.form3 <\/style><form name=\"form3\" action=\"\/blog\/wp-json\/wp\/v2\/pages\/806\" method=\"post\" id=\"form3\" class=\"form3\" enctype=\"multipart\/form-data\"  onsubmit=\"check_required('submit', '3'); return false;\">      <div id=\"3pages\" class=\"wdform_page_navigation\" show_title=\"false\" show_numbers=\"true\" type=\"none\"><\/div>      <input type=\"hidden\" id=\"counter3\" value=\"7\" name=\"counter3\" \/>      <input type=\"hidden\" id=\"Itemid3\" value=\"\" name=\"Itemid3\" \/><div class=\"wdform-page-and-images\" style=\"display:table; border-top:0px solid black;\"><div id=\"3form_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 wdid=\"1\" class=\"wdform_row ui-sortable-handle\"> <div type=\"type_name\" class=\"wdform-field\"  style=\"width:400px\"><div class=\"wdform-label-section\" style=\"; width: 150px;\"><span class=\"wdform-label\">Name:<\/span><span class=\"wdform-required\">*<\/span><\/div>              <div class=\"wdform-element-section \" style=\"display:block; width: 400px;\">\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_first3\" name=\"wdform_1_element_first3\" 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_last3\" name=\"wdform_1_element_last3\" 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 wdid=\"2\" class=\"wdform_row ui-sortable-handle\" style=\"\"> <div type=\"type_submitter_mail\" class=\"wdform-field\"  style=\"width:300px\"><div class=\"wdform-label-section\" style=\"; width: 150px;\"><span class=\"wdform-label\">E-mail:<\/span><\/div><div class=\"wdform-element-section \" style=\"display:block; width: 300px;\"><input type=\"text\" class=\"input_deactive\" id=\"wdform_2_element3\" name=\"wdform_2_element3\" value=\"\" title=\"\"  style=\"width: 100%;\" ><\/div><\/div> <\/div><div wdid=\"6\" class=\"wdform_row ui-sortable-handle\" style=\"\"> <div type=\"type_text\" class=\"wdform-field\" style=\"width:300px\"><div class=\"wdform-label-section\" style=\" width: 100px;\"><span class=\"wdform-label\">Subject:<\/span><\/div><div class=\"wdform-element-section\" style=\"display:block; width: 300px;\"  ><input type=\"text\" class=\"input_deactive\" id=\"wdform_6_element3\" name=\"wdform_6_element3\" value=\"\" title=\"\"  style=\"width: 100%;\" ><\/div><\/div> <\/div><div wdid=\"5\" class=\"wdform_row ui-sortable-handle\" style=\"\"> <div type=\"type_textarea\" class=\"wdform-field\"  style=\"width:400px\"><div class=\"wdform-label-section\" style=\"; width: 150px;\"><span class=\"wdform-label\">Message:<\/span><\/div><div class=\"wdform-element-section \" style=\"display:block; width: 400px\"><textarea class=\"input_deactive\" id=\"wdform_5_element3\" name=\"wdform_5_element3\" title=\"\"  style=\"width: 100%; height: 200px;\" ><\/textarea><\/div><\/div> <\/div><div wdid=\"4\" class=\"wdform_row ui-sortable-handle\"> <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_required3(&quot;submit&quot;, &quot;3&quot;);\" >Send Now!<\/button><button type=\"button\" class=\"button-reset\" onclick=\"check_required3(&quot;reset&quot;);\" style=\"display: none;\" >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;\"><div style=\"display: table-row-group;\"><div id=\"3page_nav1\" style=\"display: table-row;\"><\/div><\/div><\/div><\/div><\/div><\/div><\/div><div class=\"wdform_preload\"><\/div><\/form>\n","protected":false},"excerpt":{"rendered":"<p>Internet Phone Support Hours: M-F: 8:30am \u2013 4:00pm EST Brunswick Maine Retail Hours: We are currently closed for retail browsing. All fabrics have samples available to order to view in your own space. Email Contact Form<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"_links":{"self":[{"href":"https:\/\/www.brickhousefabrics.com\/blog\/wp-json\/wp\/v2\/pages\/806"}],"collection":[{"href":"https:\/\/www.brickhousefabrics.com\/blog\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.brickhousefabrics.com\/blog\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.brickhousefabrics.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.brickhousefabrics.com\/blog\/wp-json\/wp\/v2\/comments?post=806"}],"version-history":[{"count":41,"href":"https:\/\/www.brickhousefabrics.com\/blog\/wp-json\/wp\/v2\/pages\/806\/revisions"}],"predecessor-version":[{"id":5794,"href":"https:\/\/www.brickhousefabrics.com\/blog\/wp-json\/wp\/v2\/pages\/806\/revisions\/5794"}],"wp:attachment":[{"href":"https:\/\/www.brickhousefabrics.com\/blog\/wp-json\/wp\/v2\/media?parent=806"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}