/* These styles are used in the backend editor AND in the Theme (frontend) */

/* CSS is provided by the theme itself, and modified by any custom css you add to the theme. */
/* But that CSS is not active when using the backend-editor, so here is a good place to put  */
/* any custom css which should be active in the frontend website and also applied to editor. */
/* The goal is to make the visual editor display as like the final frontend view as possible */
/* so do not forget to configure the TinyMCE styles dropdown with elements to match these.   */

/* Suggested general non-tag-specific visual styles (for all websites) */

.list       { margin: 0.35rem 0; }
.stdtop     { margin-top: 0.65rem !important; }
.moretop    { margin-top: 0.8rem  !important; }
.lotstop    { margin-top: 1rem    !important; }
.hugetop    { margin-top: 1.3rem  !important; }
.stdbottom  { margin-bottom: 0.65rem !important; }
.morebottom { margin-bottom: 0.8rem  !important; }
.lotsbottom { margin-bottom: 1rem    !important; }
.hugebottom { margin-bottom: 1.3rem  !important; }

.topless    { margin-top: 0 !important; }
.bottomless { margin-bottom: 0 !important; }

.beforelist { margin-bottom: 0.3rem; }

.lastitempx { padding-bottom: 12px !important; }
.lastitemem { margin-bottom: 0; padding-bottom: 1.3rem; }

strong, .strong, .fett, .bold, .smallBold, .smallerBold { font-weight: bold; }

/* Revert to normal text within strong */
.notstrong { font-weight: normal; }

.smaller, .smallerBold { font-size: 0.95rem; line-height: 1.25; }

.small, .smallBold { font-size: 0.89rem; line-height: 1.2; }

/* Append your site-specific styles here */

body {
	font-family: "Arimo";
	background-color: #f3f3f3;
}

h1.titolo_normale {
	font-size: 25px;
    font-weight: bold;
    margin-bottom: 25px !important;
    margin-top: 25px;
    border-bottom: 1px solid #888888;
    line-height: 27px;
	color: #565656;
}

.titolo_medio {
	font-size:18px;
	font-weight:bold;
	margin-bottom: 8px;
	color: #565656;
}

/* HOME PAGE */
h1.testo_home {
	font-size: 16px;
    line-height: 20px;
    margin: 0;
    text-align: center;
    font-weight: 400;
    padding: 7px;
}

h1.testo_home_block {
	font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    text-transform: none;
    letter-spacing: 0px;
    color: #ffffff;
    margin: 10px 10px;
}

h2.testo_home_block {
	font-style: normal;
    font-weight: 400;
    font-size: 15px;
    font-family: inherit;
    line-height: 15px;
    text-transform: none;
    letter-spacing: 0px;
    color: #ffffff;
    margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px !important;
}

/* STILI SPECIFICI */

.la_nostra_storia_row p {
    font-size: 15px;
	margin-bottom: 8px;
	line-height: 19px !important;
}

.corsi_paragrafo {
	font-weight: bold;
    margin-top: 15px;
    font-size: 18px;
    line-height: 23px;
    border-bottom: 1px solid #888888;
    margin-bottom: 6px;
}

.corsi_indent {
	text-indent: -0.8em;
    margin-left: 0.8em;
    margin-bottom: 5px;
    line-height: 23px !important;
}

/* PERFORMANCE ARTICOLI */

/*h1.pfa_titolo {
	font-size: 40px;
    margin: 0;
    font-weight: bold;
    line-height: 36px;
    margin-bottom: 20px !important;
    margin-top: 20px !important;
    color: #289448;
	line-height: 45px;
}*/

h1.pfa_titolo {
	font-size: 25px;
    font-weight: bold;
    margin-bottom: 25px !important;
    margin-top: 25px;
    border-bottom: 1px solid #888888;
    line-height: 27px;
	color: #565656;
}

h2.pfa_sottotitolo {
	font-size: 18px;
    margin-bottom: 20px !important;
    font-weight: bold;
    line-height: 23px;
    text-transform: none;
    letter-spacing: 0;
    color: #28262b;
	/*border-left: 10px solid #cccccc;*/
    /*padding-left: 10px;*/
}

h3.pfa_paragrafo {
	font-size: 16px;
    margin-bottom: 10px !important;
	margin-top: 20px !important;
    font-weight: bold;
    line-height: 18px;
    text-transform: none;
    letter-spacing: 0;
    color: #28262b;
}

div.pfa_textnote {
	border-left: 10px solid #cccccc;
    padding: 8px;
    margin-bottom: 20px !important;
    font-weight: bold;
    font-size: 16px;
    color: #289448;
}

div.pfa_firma {
	margin: 0 0 20px 0px !important;
}

.blog_articolo p {
	margin: 10px 0;
}
