/**
* Theme Name: Rebuilto Child
* Description: This is a child theme of Rebuilto, generated by Merlin WP.
* Author: <a href="https://wpopal.com/">Opalthemes</a>
* Template: rebuilto
* Version: 1.1.3
*/

body .h3 h2, body .h3 h2.elementor-heading-title{
	    font-size: 36px;
}

.h6-titolo-posizione.popup-posizioni-aperte-dynamic-title  {
       font-size: 24px;
       font-weight: 600;
       text-transform: uppercase;
       line-height: 28px;
       color: var(--e-global-color-40c7418);
	   font-family: "Gotham Rounded Book", Sans-serif;
}

@media (max-width: 1024px) {
	
	.grid-titolo-posizione .elementor-widget-icon{
		width:max-content;
	}
       .h6-titolo-posizione.popup-posizioni-aperte-dynamic-title {
           font-size: 20px;
           line-height: 24px;
		   line-height: 2;
    margin-left: 10px;
       }
}

@media (max-width:767px){
	body .h3 h2,body .h3 h2.elementor-heading-title{
	    font-size: 28px;
        line-height: 35px;
}

}