.grid_container {
	display: flex; 
	flex-flow: row wrap;
}

.griditemleftlarge_wrap {
	/*flex: 0 0 50%;*/
	flex: 0 0 33.333%;
	display: flex;
}

.griditemleftmini_wrap {
	flex: 0 0 33.333%;
	display: flex;  
}

.griditemleftlarge { 
  width:100%;
  font-size:12px;    
  padding: 0;
  margin:0 10px;  
  border-radius:3px;  
  margin-bottom:20px;
  background: rgba(226,226,226,1);
  background: -moz-linear-gradient(-45deg, rgba(226,226,226,1) 0%, rgba(209,209,209,1) 0%, rgba(219,219,219,1) 0%, rgba(252,252,252,1) 94%, rgba(254,254,254,1) 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(226,226,226,1)), color-stop(0%, rgba(209,209,209,1)), color-stop(0%, rgba(219,219,219,1)), color-stop(94%, rgba(252,252,252,1)), color-stop(100%, rgba(254,254,254,1)));
  background: -webkit-linear-gradient(-45deg, rgba(226,226,226,1) 0%, rgba(209,209,209,1) 0%, rgba(219,219,219,1) 0%, rgba(252,252,252,1) 94%, rgba(254,254,254,1) 100%);
  background: -o-linear-gradient(-45deg, rgba(226,226,226,1) 0%, rgba(209,209,209,1) 0%, rgba(219,219,219,1) 0%, rgba(252,252,252,1) 94%, rgba(254,254,254,1) 100%);
  background: -ms-linear-gradient(-45deg, rgba(226,226,226,1) 0%, rgba(209,209,209,1) 0%, rgba(219,219,219,1) 0%, rgba(252,252,252,1) 94%, rgba(254,254,254,1) 100%);
  background: linear-gradient(135deg, rgba(226,226,226,1) 0%, rgba(209,209,209,1) 0%, rgba(219,219,219,1) 0%, rgba(252,252,252,1) 94%, rgba(254,254,254,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe', GradientType=1 );
  box-shadow:1px 1px 3px #dedede;
  overflow: hidden;
  border:1px solid #dedede;
}

.griditemleftlarge:hover{ 	
	-moz-box-shadow: 0 7px 10px 0 rgba(0,0,0,.24);
	-webkit-box-shadow: 0 7px 10px 0 rgba(0,0,0,.24);
	box-shadow: 0 7px 10px 0 rgba(0,0,0,.24);	
}

.hover-thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.2);
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;	
}

.simbolo-quadrato {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 2px solid #fff;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.griditemleftlarge:hover .hover-thumb {
    opacity: 1;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;    
}

.griditemleftlarge:hover .hover-thumb > .simbolo-quadrato{
	-webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.simbolo-freccia{
	position:relative;
	left:47%;
	top:40%;
	line-height: 50px;
	text-align: center;
	color:#fff;
}

@media only screen and (min-width: 0) and (max-width: 655px){
	.griditemleftlarge_wrap, .griditemleftmini_wrap { 		
		flex: 0 0 100%;		
	}	
	.griditemleftlarge, .griditemleftmini{
		margin:8px 0;		
	}
}	

@media only screen and (min-width: 656px) and (max-width: 955px){
	.griditemleftlarge_wrap, .griditemleftmini_wrap { 		
		flex: 0 0 50%;		
	}		
}

.categoria span {
    /*background: #f0f0f0;*/
    /*color: #333;*/
    /*padding: 2px 6px;*/
    /*margin-left: 5px;*/
    font-size: 1.2em;
	font-weight: 600;
    /*border-radius: 4px;*/
    /*display: inline-block;*/
}

.data-evento {
    font-size: 1.2em;
    color: #444;
    margin-bottom: 8px;
}
.data-evento strong {
    color: #222;
    font-weight: 600;
}

.story_image{
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;	
	display: block;
	padding-top: 60%;
	position: relative;
	background-color: #FFF;	
	height: 0;
	width: 100%;
	overflow: hidden;	
}

.Titoli  {  
	margin:9px 0;  
	text-align:left; 
	padding:0; 
	color:#444; 
	text-decoration:none; 
	font-size:1.8em!important; 
	line-height: 1.2em!important; 
	font-weight:600;
}

.Sotto_Titoli  {
	text-align:left; 
	margin:10px 0; 
	padding:0; 
	color:#444; 
	text-decoration:none; 
	font-size:0.8em!important; 
	/*font-weight:bold;*/ 
	line-height:1em!important;
	font-weight:300;	
	font-style:italic;
}

.Testo {   
	margin:25px 0; 
	font-size: 1.2em!important;
	line-height: 1.4em!important;   
} 

#bottone {
  padding:0;
  margin: 0;   
}

#bottone li {
  list-style: none;
  text-align:left;
  background: url('/wp-content/themes/suffusion/images/icons/bulletred.png') no-repeat left top;
  padding-left: 1.8em;
  margin-top:5px;  
  line-height:16px;
} 

#bottone a {
  color:#000000;
} 

#bottone a:hover,a:active{
  color:#9D1717;
}

.intro_art {
  position: relative;  
  margin: 8px 0;  
  display: block;   
  text-align:left;
 
}

p.intro_art {
  color:#333;
  font-size: 1.1em;  
  line-height:1.4em;
}

.intro_art:first-letter {
  font-weight: 300;
  font-style: normal;
  font-size: inherit;
  text-transform: uppercase;
  float: left;
  font-size: 3.8em;
  line-height: .75em;
  padding: 4px .1em 0 0;
  margin-left: -5px;
  color: #B80F0F;  
}

/*
.intro_art p{
	margin-bottom: 0!important;
	text-align:left!important;
	-webkit-hyphens: manual;
	-ms-hyphens: manual;
	hyphens: manual;
}
*/

.dont-break-out {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  /*word-break: break-all;*/
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}


.pagination {
    margin:25px 5px;    
}

.pagination:after {
  content: "";
  display: table;
  clear: both;
}

.pagination ul{
	list-style: none;
	margin: 0;
    padding: 0;
}

.pagination ul li{
	display:inline; 	
}

.pagination ul li a.page-numbers, .pagination ul li span.current{
	display:inline-block; 
	padding:9px 18px;
    margin:3px;	
	font-size:18px;
	font-weight:400;	
}


.pagination ul li.page-numbers, .pagination ul li a.page-numbers{	
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;    
    color:#333;
    background: #f1f0f5;
    background: -moz-linear-gradient(top,  #f1f0f5 0%, #faf9ff 100%);
    background: -webkit-linear-gradient(top,  #f1f0f5 0%,#faf9ff 100%);
    background: linear-gradient(to bottom,  #f1f0f5 0%,#faf9ff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f0f5', endColorstr='#faf9ff',GradientType=0 );    
	box-shadow:1px 1px 2px #666;    
}

.pagination ul li span.current, .pagination ul li a:hover {		
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    color:#fff;
    background: #8c1617;
    background: -moz-linear-gradient(top,  #8c1617 0%, #d40a0b 100%);
    background: -webkit-linear-gradient(top,  #8c1617 0%,#d40a0b 100%);
    background: linear-gradient(to bottom,  #8c1617 0%,#d40a0b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c1617', endColorstr='#d40a0b',GradientType=0 );     
    box-shadow:1px 1px 2px #666;    
    text-decoration:none;	
}

.cl-content {
    margin: 4px !important;
}

.post, article.page {
   border: none;
   padding:0;
   /* padding: 25px 15px 1em 15px;*/    
}


	
