@media only screen and (max-width:1180px){#top-menu-nav,#top-menu{display:none}#et_top_search{display:none}#et_mobile_nav_menu{display:block}}#main-header{z-index:9999!important}.woocommerce-error,.woocommerce-info,.woocommerce-notices-wrapper{background-color:#5499A8!important}.woocommerce-message{background-color:#5499a8!important}.kurtisform input[type="button" i]{color:#ffffff!important;border-width:0px!important;letter-spacing:2px;font-size:16px;font-family:'Montserrat',Helvetica,Arial,Lucida,sans-serif!important;font-weight:600!important;text-transform:uppercase!important;background-color:#7cb0b9;padding:12px!important}.kurtisform input[type="text"],.kurtisform input[type="email"],.kurtisform input[type="tel"]{width:100%;padding:14px 4%!important;border-width:0;border-radius:3px;color:#666;background-color:#eee;font-size:16px;font-weight:400;-webkit-appearance:none}.et_bloom_form_header,.et_bloom_form_content,.et_bloom_form_container_wrapper{height:auto!important}.nf-form-fields-required{display:none}.pa-blurb-button{color:#ffffff;background:#5599a8;border:0px solid #ffffff;padding:.7em 1.3em;margin-top:20px;border-radius:50px;text-transform:capitalize;display:inline-block;transition:all 0.3s ease-in-out}.pa-header .et_pb_row{-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease}.sub-menu a{font-size:12px!important}.ninja-forms-req-symbol{display:none}.nf-form-fields-required{display:none}h2{margin-bottom:15px!important;margin-top:25px!important}h3{margin-bottom:10px!important;margin-top:20px!important}h4{margin-bottom:10px!important;margin-top:20px!important}h5{margin-bottom:10px!important;margin-top:20px!important}add_action('woocommerce_thankyou','pfwp_redirect_woo_checkout');function pfwp_redirect_woo_checkout($order_id){$order=wc_get_order($order_id);$url='https://kurtisvanderpool.com/congratulations/';if (! $order->has_status('failed')){wp_safe_redirect($url);exit}add_action('woocommerce_thankyou','bbloomer_redirectcustom');function bbloomer_redirectcustom($order_id){$order=wc_get_order($order_id);$url='https://kurtisvanderpool.com/congratulations/';if (! $order->has_status('failed')){wp_safe_redirect($url);exit}}