/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.wpgb-facet .wpgb-inline-list li {
	margin: 0 0 8px 0;
}

body:not(.rtl) .elementor-2 .elementor-element.elementor-element-6624455 .wpgb-facet ul li {
   margin-right: 0;
}


.wpgb-facet ul .wpgb-button {
	border-style: none!important;
    border-width: 0!important;
	
    border-radius: 0!important;
	
	    padding: 10px 10px!important;

}

.wpgb-facet .wpgb-button[aria-pressed=true]{
background-color: #122C3E;
border-color: #122C3E!important;
	
}

.wpgb-facet .wpgb-button:not(button){

background-color: #F3F3F3;
}

.wpgb-facet .wpgb-inline-list {
    display: flex;
	flex-wrap: nowrap!important;
    list-style: none;
    margin: 0 0 -8px;
    padding: 0;
    align-self: center;
    justify-content: center;
    width: 100%;
    height: 80%;
    }
    
.wpgb-facet .wpgb-inline-list li {
	width: 20%;
    height: 90%;
    text-align: center;
}

@media screen and (max-width: 600px) {
.wpgb-facet .wpgb-inline-list {
    display: flex;
	flex-wrap: nowrap!important;
	}
	    
.wpgb-facet .wpgb-inline-list li {
	width: 100%!important;
	display: block!important;
    height: 90%;
    text-align: center;
}

}


.elementor-message.elementor-message-success.elementor-message-svg {
    color: #ffffff;
}
