/*
Theme Name: WPspirit-01 Child
Theme URI: http://www.template-joomspirit.com/theme-wordpress/theme-01
Author: JoomSpiritAuthor URI: http://www.template-joomspirit.comDescription: The first WordPress theme by JoomSpirit. It's a multipurpose responsive theme. You can use it for your business, portfolio, blogging or any type of site. A clean code, well documented and no Framework for an easy customization. The theme multilingual ( the frontend is already translated in 10 languages ), with 600+ Google fonts available, compatible with Font awesome and with a lot of typography. You can check the demo at <a href="http://www.template-joomspirit.com/theme-wordpress/theme-01" target="_blank" >http://www.template-joomspirit.com/theme-wordpress/theme-01</a>. The <a href="http://www.template-joomspirit.com/help/wp-spirit-01/manual.html" target="_blank" >online manual is here</a> and you can download the <a href="http://www.template-joomspirit.com/wordpress/free-wordpress-theme/product/81-free-wp-spirit-01" target="_blank" >full package with demo install here</a>.
Template: wpspirit-01Version: 1.91
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, white, one-column, two-columns, three-columns, responsive-layout, translation-ready
Text Domain: joomspirit
*/

/*			Rientro del titolo di ogni pagina di 5px			*/
.entry-title {
	margin-left: 5px;
	}
/*			Per tirare un po su la pagina (lifting)			*/
.website-content .wrapper-website {
	margin: 10px auto 20px auto;
	padding-top: 6px;
	}
/*			Per tirare un po h2 e h3 (lifting)			
.h2 {
	padding: 8px 0 8px 0 !important;
}.h3 {
	padding: 1px 0 8px 0 !important;
	}*/
/*			Eliminare il bordo e l'ombra sulla specifica immagine importata in worpress (Scritta Bruno Home)   */
.wp-image-313 {
	border: none !important;
	box-shadow: 0px 0px 0px transparent !important;
	}
/*			Effetto immagini al passaggio del mouse			*/
.effectscale {
	border: none;
	margin: 0 auto;
	}
.effectscale:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	}
/*			Abbassare il margine alle specifiche immagini			*/
.wp-image-448 {
	margin-top: 1px !important;
	}
.wp-image-422 {
	margin-top: 1px !important;
	}
.wp-image-420 {
	margin-top: 1px !important;
	}
.wp-image-414 {
	margin-top: 1px !important;margin-bottom: 1px !important;margin-left: 5px !important;
	}
.wp-image-411 {
	margin-top: 1px !important;
	margin-bottom: 1px !important;
	margin-left: 5px !important;
	}
.article_large_image {
	float: left;
	padding-right: 15px;
}