/* 
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 */
.filters.button-group {
    max-width: 100%;
    margin: auto;
}
.filters button {
    padding: 6px 14px;
    margin: 0 2px;
    background-color: #EDEDED;
    border: none;
    border-radius: 10px;
    transition: 150ms;
    color: #333;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    position: relative;
    outline: none;
    cursor: pointer;
    border: #E0E0E0 solid 1px;
    border-radius: 88px;
    margin-bottom: 10px;
	text-transform: capitalize;
}
.filters button.is-checked {
    background-color: #42CDED;
    color: #fff;
}
.grid {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
}
.grid > li {
    width: calc(100% / 3 - 30px);
    margin: 0px 15px;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 15px;
}
.grid li img {
    max-width: 100%;
    border-radius: 10px;
}
.element-item > div {
    padding: 0;
    background-color: #121212;
    color: #dddddd;
}
.element-item .item-g {
    height: 250px;
}
.element-item .item-g img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}