.woocommerce ul.products li.product li.btn-wrap .button{display:inline-block}.woocommerce ul.products li.product .button{display:none}.woocommerce ul.products li.product:not(.product-category) .woo-product-info{background-color:transparent}.woocommerce ul.products li.product li.category{text-overflow:unset;white-space:unset}@media (max-width:1024px){.qodef-container-inner .qodef-grid-row{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-moz-box-orient:vertical;-moz-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}.wcpf-title{color:white}.wcpf-field-title span{color:white}.wcpf-field-drop-down-list .wcpf-input{color:#00539f;font-family:default}/* Business Bloomer */.woocommerce div.product .wc-tabs-wrapper-dup ul li{border:1px solid transparent;border-bottom:0;display:inline-block}.woocommerce div.product .wc-tabs-wrapper-dup ul li.active,.woocommerce div.product .wc-tabs-wrapper-dup ul li:hover{border-color:#ccc}.woocommerce div.product .wc-tabs-wrapper-dup ul li a,.sing-access{font-weight:600;font-style:normal;color:#00539f;font-size:20px;padding:1em;font-family:"futura-pt",Sans-serif;letter-spacing:.5px}.woocommerce div.product .wc-tabs-wrapper-dup .wc-tab-dup{padding:1em .5em 0 .5em;border:1px solid #ccc}form.woocommerce-product-search{max-width:1000px;margin:0 auto 15px;overflow:hidden}form.woocommerce-product-search input{float:right;display:block;width:calc(100% - 100px);border-top-right-radius:20px;border-bottom-right-radius:20px}.woocommerce-product-search button[type='submit']{float:right;margin:0;display:block;background:#00539F;border-top-left-radius:20px;border-bottom-left-radius:20px}/* Checkbox Fix */input[type=checkbox]:checked:before{font-weight:600}/* Product Compare */.woocommerce-products-compare-content{width:70%;margin-left:auto;margin-right:auto}.woocommerce-products-compare-compare-button{margin-top:0}.woocommerce ul.products li.product:not(.product-category) .woo-product-info{padding-bottom:0}.page-id-10965 .woocommerce-products-compare-compare-button,.page-id-10965 .woocommerce-products-compare-compare-link{color:white}.woocommerce-products-compare-content .price-row,.woocommerce-products-compare-content thead a.button,.woocommerce-products-compare-content tfoot .product >a:first-child{display:none}/* Hiding Page Titles */.page-header-title.clr{display:none}/* Remove google calendar button for event calendar*/.tribe-events-cal-links{display:none !important}/* Remove TB */add_filter( 'relevanssi_modify_wp_query','rlv_tb_filter' );function rlv_tb_filter( $query ){$query->query_vars['s'] = preg_replace( '/\d+tb$/i','',$query->query_vars['s'] );return $query}