/**handles:divi-style**/
/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Version: 2.5.4
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Template: Divi
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: divi-child
*/

/*STILI PERSONALIZZATI*/

/*classe per ripetere lo sfondo e togliere la dimensione cover*/
.ripeti_bg{
	background-repeat: repeat !important;
	background-size: auto !important;
}

.bordo_blu_top{
	border-top: 10px solid #005385;
}

.white_link a{
	color:#fff;
	text-decoration:underline;
}

/*giustifica testo*/
.giustifica{
	text-align: justify;
    	text-justify: inter-word;
}

/*classe per allineare forzatamente il riassunto in home*/
.news_justify{
	text-align: justify !important;
    	text-justify: inter-word;
}
	

/*classe per un'altezza minima dei box citazioni in home*/
.citazioni_home{
	min-height:380px;
}
@media (max-width: 462px){
	.citazioni_home{
		min-height:330px;
}}

/*altezza fissa per novita e focus in home*/
@media (min-width: 1300px){
 .post_resize_home .et_pb_post{
   min-height: 300px;
  }
}