/*!
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Description: A plain-vanilla & lightweight theme for Elementor page builder
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Template: hello-elementor
Version: 1.0.0
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: hello-elementor
*/

.post .post-tags {
    display: none;
}

.custom_filter_form {

}
.form_box{
    display:flex;
}
.form_box_field{
    flex: 1;
    padding: 2%;
}
.form_box_field_submit input[type=submit]{
    background: var(--e-global-color-accent)!important;
    border-color: var(--e-global-color-accent)!important;
    color: #fff;
}
.form_box_field_submit{
    text-align: center;
}