/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/

tag .elementor-icon-list-item {
border: 1px solid black;
padding-left: 10px;
padding-right: 10px;
padding-top: 5px;
}


.elementor-portfolio-item .elementor-portfolio-item__overlay {
  opacity: 1;
  background: transparent;
  justify-content: flex-end;
}

.elementor-portfolio-item .elementor-portfolio-item__overlay:hover {
   background: rgba(129,138,145,.8);
 }

.elementor-portfolio-item .elementor-portfolio-item__overlay:hover .elementor-portfolio-item__title {

}


.elementor-portfolio-item .elementor-portfolio-item__overlay .elementor-portfolio-item__title {
    margin: 0;
    padding: 0;
    line-height: 1;
    font-size: 26px;
    color: #fff;
        text-shadow: -2px 0px 2px black;
}

.elementor img {
  max-width: none;

}

.elementor-portfolio__filter[data-filter="26"],
.elementor-portfolio__filter[data-filter="29"] {
  display: none !important;
}
