/*
 Theme Name: Divi Child
 Theme URI: https://www.elegantthemes.com/gallery/divi/
 Description: Divi Child Theme
 Author: Elegant Themes
 Author URI: https://www.elegantthemes.com
 Template: Divi
 Version: 1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */
#nascondi-tasto {
	display:none;
}
.orange {
	color:orange;
}
.red {
	color:red;
}
.green {
	color:green;
}
.sub-text {
	font-size:12px;
}
#wpdm-fixed-top-center {
 top:150px !important;		
}
.alert-ico {
	max-width: 14%;
    padding-left: 12px;
}
@media only screen and (max-width:1199px) {
	.link-template-default .media .mr-3,
	.link-template-default .media .media-body{
		display:none;
	}
    .w3eden .card {
		background:none;
		border:none;
	}
	.w3eden .card-body {
		padding-left:0.75rem !important;
	}
	.w3eden .ml-3 {
		margin-left:0px!important;
	}
	.alert-ico {
		max-width:28%;
		padding-left: 6px;
	}
}
@media only screen and (max-width:550px) {
.w3eden .ml-3 {
		margin-left:0px!important;
	}
.w3eden .card-body {
		padding-left:0!important;
	}	
.w3eden .media {
		display:block;
	}
.w3eden .btn {
        padding: 0.375rem 0.35rem;
	}	
}

