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


header, footer, #content, main,
.single-post,
.single-portfolio,
.error404,
.single-aree,
.single-professionisti {
	margin: 0 auto;
    max-width: 1920px;
}

/* hero */
@media screen and (max-width: 1024px) {
    #hero {
        width: 100%;
        height: auto;
        aspect-ratio: 2000 / 450;
    }
	#hero .wrapper {
    	transform: translateY(calc(100% - 10px));
	}
}
@media screen and (min-width: 1024px) {
  #hero {
    min-height:400px;
  }
}
@media screen and (max-width: 768px) {
	.elementor-element:has(#hero) { display: block; } 
}
/* fine hero */


/* header transition */
header #site-logo img {
  transition: width 300ms ease;
}
header .elementor-sticky--effects #site-logo img {
  width: 200px;
}


/* varie */
.single-aree .swiper-button-disabled,
.single-professionisti .swiper-button-disabled {
	display: none !important;
}


.elementor-widget-text-editor p:last-child,
.elementor-widget-theme-post-content p:last-child {
	margin-bottom:0;
}

.ruolo-professionista {
	color: #FFF;
	font-weight: 600;
	margin:0;
}


.lista-blu ul {
list-style: none;
padding-left:1em;
}
.lista-blu li {
    margin-bottom:10px;
}
.lista-blu ul li::before {
content: "\2022";
font-weight: bold;
display: inline-block;
width: .5em;
margin-left: -.45em;
font-size: 40px;
line-height: 15px;
transform: translateY(5px);
}
.lista-blu ul li::before {
    color: var(--e-global-color-primary);
}


.filetto_titolo .elementor-heading-title:before,
.filetto_titolo-grigio .elementor-heading-title:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 9px;
    background: var(--e-global-color-text);
    border-radius: 5px;
    height: 100%;
}
.filetto_titolo-grigio .elementor-heading-title, 
.filetto_titolo .elementor-heading-title {
    padding-left: 30px;
}

.filetto_titolo-blu:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 9px;
    background: var(--e-global-color-primary);
    border-radius: 5px;
    height: 100%;
}
.filetto_titolo-blu {
    padding-left: 30px;
}