/* 
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
*/
.elementor-slideshow__title {
    display: none;
}

.elementor-image {
    overflow: hidden;
}
.lang-item {
    display: inline-block;
}

.lang-item a {
    text-transform: uppercase !important;
    margin: 0 10px;
    font-size: 12px !important;
}

h1.entry-title {
    display: none !important;
}


#progetti-home  article.elementor-post {
   position: relative;
}

#progetti-home h3.elementor-post__title {
   font-weight:normal;
  text-align:left;
  margin-top:5px;
  margin-bottom:0px;
}
#progetti-home h3.elementor-post__title  a{
  color:#333;
}

#progetti-home .elementor-post__thumbnail__link {
   margin: 0 !important;
}

#progetti-home article.elementor-post img {
    transition: .5s all;
}
#progetti-home article.elementor-post img:hover {
    opacity: .6;
}

#progetti-home article.elementor-post:hover {
    box-shadow: none !important;
}

#progetti-home article.elementor-post:hover img {
    transform: scale(1.1);
}

#progetti-home article img {
    left: 0 !important;
    top: 0 !important;
    transform: none;
}
a, a:hover{
  color:#11914a;
}

@media (min-width: 1023px){

}