/*
 Theme Name:   Bleach Hair Salon
 Description:  Template per il sito web Bleach Hair Salon
 Author:       Web Commerce srl
 Author URI:   http://www.webcommercesrl.it
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/
/*slider*/

	.testo-slider {
		font-size:48px !important;
		line-height:normal;
		font-family:'Playfair, serif';
	}
.img-slide{
	max-width:100%;
}


/* Media Queries per i tablet */
@media screen and (max-width: 1024px) {

	.testo-slider {
		font-size:30px !important;
	}
.img-slide{
	max-width:60% !important;
}
	/*barra navigazione*/
	span.select_page {
    display: none !important;
}

.mobile_nav.closed {
    padding-bottom: 30px !important;
}
}


/* Media Queries per smartphone*/
@media screen and (max-width: 767px) {

/*slider*/

	.testo-slider {
		font-size:20px !important;
	}
.img-slide{
	max-width:40% !important;
}

}