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

.h_obiettivi {
	font-family: var(--e-global-typography-primary-font-family ), Sans-serif;
}

.h_obiettivi .box {
    box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 50%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 15px 15px 15px 15px;
	background-color: #FFFFFF;
	border-radius: 7px 7px 7px 7px;
	margin: 25px 0;
}

.h_obiettivi .h_obiettivo.cat {font-size:28px;font-weight:normal;display: flex;align-items: baseline;}

.h_obiettivi .h_obiettivo.cat span {
	margin-left: 30px;
	padding: 7px; background-color:#fff; border:2px dashed #ccc; border-radius:3px;
}

.btn_obiettivo {
	font-weight: var(--e-global-typography-accent-font-weight )!important;
    background-color: var(--e-global-color-accent );
	box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 50%)!important;
    border-radius: 3px 3px 3px 3px;
    padding: 10px 15px 10px 15px!important;
	color:#fff;
	display:inline-block;margin-bottom: 5px;min-width: 220px;
	font-size:22px;
}

.btn_obiettivo:hover {
	box-shadow: 0px 2px 7px 0px rgb(0 0 0 / 50%)!important;
	color:#fff;
}

.h_obiettivo.cat .smalltext {font-weight:400; font-size:20px;}


.h_obiettivo  {display: flex;}

.h_obiettivo > div {width:50%;}


@media only screen and (max-width: 768px) {
	.h_obiettivo {display: block;}	
	.h_obiettivo > div {width:inherit;}
	.btn_obiettivo {min-width: 220px;width:100%;}
	.h_obiettivo.cat .smalltext {font-size:18px;}
	.nomobile {display:none;}
	.h_obiettivo_sx {margin-bottom: 25px;}
}