/* 
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-widget-text-editor p:last-child {
	margin-bottom:0;
}


.lista-verde ul {
	list-style: none;
	padding-left: 1em;
}
.lista-verde li {
    margin-bottom:8px;
	/*transform: translateY(-2px);*/
}
.lista-verde li::before {
	content: "\2022";
	font-weight: bold;
	display: inline-block;
	width: .8em;
	margin-left: -.8em;
	font-size: 20px;
	line-height: 16px;
	transform: translateY(0px);
}
.lista-verde li::before {
   color: var(--e-global-color-primary);
}

.clip-corner .elementor-widget-container {
    clip-path: polygon(100% 0px, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0% 100%, 0% 0%);
}


.bordo-diagonale {
    overflow: hidden;
}
.bordo-diagonale:after {
    content: '';
    position: absolute;
    display: block;
	width: 200px;
	height: 15px;
	background: #FFF;
	bottom: 30px;
	right: -50px;
    transform: rotate(-40deg);
}

.button-clip-corner .elementor-button {
  clip-path: polygon(0% 0%, 100% 0px, 100% 60%, 90% 100%, 0% 100%);
  background: var( --e-global-color-primary );
  border: none;
  padding: 1px;
  min-height: 34px;
}
.button-clip-corner .elementor-button-content-wrapper {
  clip-path: polygon(0% 0%, 100% 0px, 100% 60%, 90% 100%, 0% 100%);
  background: #FFF;
  transition: background 200ms linear;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
}
.button-clip-corner .elementor-button-text {
  flex-grow: 0;
  padding-right: 25px;
  line-height: 1.2;
}
.button-clip-corner .elementor-button:hover .elementor-button-content-wrapper {
    background: var( --e-global-color-primary );
}
.button-clip-corner .elementor-button-icon svg {
    width: 16px;
    height: 12px;
}
