/*
Theme Name: giovannidimauro.it
Author: Giovanni Di Mauro
Author URI: https://www.giovannidimauro.it
Version: 1.0.0
*/
/*
BLU:			#1b75bb		rgba(27, 117, 187, 1)
ROSSO:			#ec1c24		rgba(236, 28, 36, 1)
NERO:			#333333		rgba(51, 51, 51, 1)
GIALLO SCURO:	#ffbf00		rgba(255, 191, 0, 1)
VERDE:			#008c23		rgba(0, 140, 35, 1)
*/
/* INIZIO PERSONALIZZAZIONI */
/* MENU DASHDOARD */
.gdm {
	font-weight: 500 !important;
}
.btn-visualizza-sito {
	background-color: #ffffff;
	border: none;
	border-radius: 3px;
	padding: 3px 7px;
	color: #1b75bb;
	margin-bottom: 25px;
	cursor: pointer;
	font-size: 10px;
}
.btn-visualizza-sito:hover {
	background-color: #f9f9fc;
	color: #135E96;
}
.form-table {
	
}
.gdm-brand {
	float:right;
	margin:20px;
	text-align:center;
	font-size: 11px;
	font-weight:700;
	padding:10px;
	background-color:rgba(255, 255, 255, 0.5);
	border-radius:7px;
	box-shadow: 0 0 15px 1px rgb(0 0 0 / 7%);
	/*position:fixed;
	bottom: 43px;*/
	
}
.titolo-sezione {
	background-image: -webkit-linear-gradient(150deg, #00ad76 35%, #038b60 55%);
	/* background-color: #04b47c; */
	color:#ffffff;
	padding: 4px 12px;
	max-width: 250px;
	border-radius: 11px 11px 0 0 ;
	font-size: 14px;
	text-transform: uppercase;
	text-align: left;	
}
#miglioramenti-wp {
	border-left: 40px solid transparent;
	box-shadow: 0 0 15px 1px rgb(0 0 0 / 7%);
}
#aggiungi-funzionalita {
	border-left: 40px solid transparent;
	box-shadow: 0 0 15px 1px rgb(0 0 0 / 7%);
}
#aggiungi-protezione {
	border-left: 40px solid transparent;
	box-shadow: 0 0 15px 1px rgb(0 0 0 / 7%);
}
.divider {
    border-top: 1px dotted #cecece;
    height: 0;
    margin: 10px 0;
}

#btn_scegli_immagine {
	padding:4px 12px !important;
	/*background-color: #2271b1;*/
	background-color: #04b47c;
	color: #ffffff;
	border:none;
	border-radius: 3px;
	cursor: pointer;
}
#btn_scegli_immagine:hover {background-color: #008a84;}

.salva-modifiche {
	margin: 20px 0 30px -10px !important;
}



.mp-dashboard a {
	background-color:#ec1c24 !important;	
	color:#ffffff !important;	
}
.mp-dashboard a:hover {	
	background-color:#23282D !important;
	color:#00B9EB !important;
}
.mp-dashboard a:before {
    content: "\f226";
    margin-top: 2px;
    color:#ffffff !important;
}

.mp-aggiornamenti a {
	background-color:#1b75bb !important;
	color:#ffffff !important;
}
.mp-aggiornamenti a:hover {
	background-color:#23282D !important;
	color:#00B9EB !important;
}
.mp-aggiornamenti a:before {
    content: "\f113";
    margin-top: 2px;
    color:#ffffff !important;
}

.mp-vedi-il-sito a {
	background-color:#333333 !important;
	color:#ffffff !important;
}
.mp-vedi-il-sito a:hover {
	background-color:#23282D !important;
	color:#00B9EB !important;
}
.mp-vedi-il-sito a:before {
    content: "\f504";
    margin-top: 2px;
    color:#ffffff !important;
}

.mp-agg-the7 a {
	background-color:#008c23 !important;
	color:#ffffff !important;
}
.mp-agg-the7 a:hover {
	background-color:#23282D !important;
	color:#00B9EB !important;
}
.mp-agg-the7 a:before {	
    content: "\f531";
	margin-top: 2px;
    color:#ffffff !important;	
}