/*
Theme Name: Salient Child Theme
Theme URI: http: //mysite.com/
Description: This is a custom child theme for Salient
Author: Denis Donadel
Author URI: http: //mysite.com/
Template: salient
Version: 0.1
*/


/* GENERICHE */




/*-----------*/

/* tabelle responsive, pensato per i loghi del footer */
.table-responsive table td, .table-responsive table th {
	min-width: 50px; 
	width: 33%; 
	border: transparent; 
	word-break: break-all; 
	text-align: center; 
	padding: 1%;
}

.table-responsive {
	margin: auto;
}

/* larghezza delle immagini (facoltativo) */
.table-responsive table td img {
	/*max-width: 70%;*/
	max-height: 80px!important;
	vertical-align: middle;
	width: auto!important;
}

/* dimensione dei loghi del footer */
.loghi-amici-orizzontale{
	width:200px!important;
	vertical-align: middle;
	padding:3px;
}

.loghi-amici-verticale{
	width:100px!important;
	vertical-align: middle;
	padding:3px;
}

#footer-outer .row{
	padding-bottom: 10px;
}

/*leggi tutto*/
.leggitutto{
    float: right;
}
.leggitutto:hover{
	color:#991915;
	text-decoration:underline;
}
.leggitutto h3:hover{
	color:#991915; 	
}

/*logo*/





/*header menu*/






/*widget */
.textwidget p{
	line-height:25px;
}

/* contatti */
/* se la larghezza del dispositivo è minore di quella della cartina la faccio sparire */
@media screen and (max-width: 695px) {  
    div.togli
    {    display:none !important; }
	div.mostra
	{	display:inline !important;	}
}

@media screen and (min-width: 695px) {  
    div.togli
    {    display:inline !important; }
	div.mostra
	{	display:none !important;	}
}


/* AREA DOWNLOAD */
.tasti-download{
	background-color:#990100;
	color:white;
	width: 20%;
    min-width: 100px;
    height: 50px;
	display: block; margin: 0 auto;
}

.tasti-download:hover{
	background-color:#ECECEC;
	color:black;
}

/*style="width:100%;"*/


.container-wrap{
	padding-top:65px;
	/*background-color:#991915!important;*/
}






/* facciamo sparire contatore commenti e contatore like inutili */
.nectar-love, .meta-comment-count{
	display:none!important;
}

/* sistemo poi i titoli*/
@media only screen and (max-width: 1300px) and (min-width: 1000px){
	body.single.single-post .section-title h1 {
    max-width: 900px!important;
	}
}

/* ingrandimenti */
.ingrandisci{
	max-width:100%;
	max-height:100%;
	width:90%!important;
	height:90%!important;
	padding-bottom:5%;
	padding-top:5%;
	
}

.ingrandisci:hover{
	width:100%!important;
	height:100%!important;
	padding-bottom:0%;
	padding-top:0%;
}