/*
Theme Name: Listivo Child
Theme URI: https://listivotheme.com/
Author: TangibleDesign
Author URI: https://tangibledesign.net/
Description: Listivo
Template: listivo
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: translation-ready
Text Domain: listivo
*/

/* Hide the search form by default to stop the fields inside the form jump when using Field Dependency */

.listivo-search-form-v2 {

display: none !important;

}


/* Reveal search form once the body has the page-loaded class */

body.page-loaded .listivo-search-form-v2 {

display: block !important;

}