/*
Theme Name: petreet-theme
Author: Riccardo Evangelista
Description: Lightweight Wordpress Theme for Petreet. Requires ACF plugin.
Version: 2.37
License: GNU General Public License V3
License URI: https://www.gnu.org/licenses/quick-guide-gplv3.html
Text Domain: petreet
*/

/******************************************************************************************************
 ********************** IMPORTANT!!! THIS STYLESHEET OVERRIDES ALL THE OTHERS!!! **********************
 ******************************************************************************************************/
#paginaProdotto .sezioneProdotto:first-of-type .row .col-sm-12 p:last-of-type span {
	display: inline-block;
	margin-left: 4px;
}
html body main#HP>section#sliderHPHero .slide>div p.slide-title {
	font-family: "alphakind";
	font-size: 6.5rem;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
	overflow-wrap: inherit;
	color: #FFF;
}
html body main#HP>section#linee h1 {
	margin: 0;
	font-size: 4.2rem;
	color: #BD211F;
}
#paginaProdotto .sezioneProdotto#informazioni .qualita h2 {
    margin-top: 60px;
    margin-bottom: 0;
	font-family: "asap";
    font-size: 4rem;
	font-weight: 700;
    text-transform: uppercase;
    color: #BD211F;
}
#paginaProdotto .sezioneProdotto#correlati #sliderCorrelati .slide h3 {
	margin-top: 5px;
    margin-bottom: 10px;
	font-family: "alphakind";
    font-size: 2rem;
	font-weight: 400;
    text-transform: uppercase;
    color: #BD211F;
}
@media (max-width: 992px) {
	html body main#HP>section#sliderHPHero .slide>div p.slide-title {
		font-size: 4.5rem;
	}
}