/* 
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 */


.single-content img{max-width:80%;}

@media (min-width: 1024px) {

.card-wrap{
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 500px;       
  display: flex;
}

.card{
  flex: 0 0 25%;
  width: 25%;
  height: 100%;
  position: relative;   
  cursor: pointer;
  background-position: center;
  background-size: cover;
}


.card.on-top{ z-index: 10; }


.card-spacer{
  flex: 0 0 25%;
  width: 25%;
  height: 100%;
}

.card .card-text{
  

  opacity: 0;
  transform: translateY(14px);
  transition: opacity 220ms ease, transform 300ms ease;
  pointer-events: none;  
}

.card .card-text.text-in{
  opacity: 1;
  transform: translateY(0);
}

}



.contribuisci #uc_list_elementor_3598398 .ue-list-item-title{display: none}

.givewp-donation-form-modal__open{border-radius:50px !important;  padding: 12px 24px; !important; font-size: 20px !important; width: 100% !important; font-family: "Be Vietnam Pro", Sans-serif !important}

.givewp-donation-form-modal__open span{font-weight: 600 !important; }

.givewp-donation-form-modal__open:hover, .givewp-donation-form-modal__open:active, .givewp-donation-form-modal__open:focus{background:#e0a14f !important}