
/***************  templates/moduleThemes/default/pukkaEvents/style.viewList.css  ***************/
#mod_pukkaEvents .whatson-filter{
	margin: 0 auto;
	display: inline-block;
	padding: 10px 54px;
	background-color: #EDEDED;
	margin-bottom: 32px;
}
#mod_pukkaEvents .whatson-list .whatson-filter{
	margin-top: 3px;
}

#mod_pukkaEvents .whatson-filter .search-label,
#mod_pukkaEvents .whatson-filter .search-input{
	display: inline-block;
}
#mod_pukkaEvents .whatson-filter .search-label{
	color: black;
	font-size: 15px;
	margin-right: 30px;
}
#mod_pukkaEvents .whatson-filter .search-input{
	position: relative;
}
#mod_pukkaEvents .whatson-filter .search-input input{
  border:none;
  width: 20px;
  height: 36px;
  background-color: white;
  color: #000;
  font-size: 12px;
  text-indent: 10px;
  cursor: pointer;
}
#mod_pukkaEvents .whatson-filter .search-input input{
	width: 250px;
}
#mod_pukkaEvents .whatson-filter .search-input:before{
	position: absolute;
	top:10px;
	right: 8px;
	color: #7c8897;
	pointer-events:none;
}

#mod_pukkaEvents ul.list-items{
	margin:0;
	padding:0;
	display: inline-block;
    text-align: justify;
    vertical-align: top;
    width: 100%;
}
	#mod_pukkaEvents ul.list-items:after{
		content:"";
		display: inline-block;
		width: 100%;
	}

#mod_pukkaEvents ul li{
	list-style: none;
}

/* Less than 2 items */
#mod_pukkaEvents ul.list-items.list-center{
	text-align: center;
}
#mod_pukkaEvents ul.list-items.list-center .itemPreview{
	margin-right: 40px;
}

#mod_pukkaEvents .itemPreview{
	position:relative;
	width:300px;
	margin-bottom:48px;
	display:inline-block;
	vertical-align:top;
	cursor:pointer;
}

#mod_pukkaEvents .itemPreview.placeholder {
    background: none;
    border: none;
    margin: 0;
    padding-top: 0;
   	padding-bottom: 0;	   
}

#mod_pukkaEvents .item-image{
	position:relative;
	width:100%;
	height:250px;
}
	#mod_pukkaEvents .hover-overlay{
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background:#7c8897;
		opacity:0;
		transition: opacity 0.3s ease-in-out 0s;
		filter:alpha(opacity=0);
	}
	#mod_pukkaEvents .itemPreview:hover .hover-overlay{
		filter:alpha(opacity=80);
		opacity: 0.8;
	}
	#mod_pukkaEvents .hover-overlay:before{
		margin-left:42%;
		line-height:249px;
		font-size:40px;
		color:#fff;
	}

#mod_pukkaEvents .item-date-details{
	margin-top: 15px;
	font-size: 16px;
	padding-bottom: 12px;
	border-bottom: 1px solid #7c8897;
	color:#b5b5b5;
	text-align: left;
}

	#mod_pukkaEvents .item-date-details .date:before{
		margin-right: 12px;
	}

#mod_pukkaEvents .item-title{
	margin: 13px 0 10px 0;
}
#mod_pukkaEvents .title-header{
	text-align: left;
	font-size: 16px;
}

#mod_pukkaEvents .item-title .icon-arrow_right:after{
	/*content: '\e81f';*/
	margin-left: 12px;
	font-size: 14px;
	vertical-align: middle;
}
.fulwidth.hide{
	display: none;
}
/* MOBILE to portrait tablet */
@media (max-width: 767px) {

	#mod_pukkaEvents .whatson-filter{
		margin: 0 5px 22px 5px;
		padding: 10px 8px;
	}
	#mod_pukkaEvents .whatson-filter .search-label,
	#mod_pukkaEvents .whatson-filter .search-input{
		display: table-cell;
	}
	#mod_pukkaEvents .whatson-filter .search-label{
		padding-right: 5px;
	}
	#mod_pukkaEvents .whatson-filter .search-input input{
		width:100%;
	}
	#mod_pukkaEvents .itemPreview{
		width: 100%;
	}
	#mod_pukkaEvents .item-image,
	#mod_pukkaEvents .item-content{
		display: table-cell;
		vertical-align: top;
	}
	#mod_pukkaEvents .item-image{
		position: relative;
		width:136px;
		height:116px;
	}
	#mod_pukkaEvents .item-image img{
		width: 100%;
		height: 100%;
	}
	#mod_pukkaEvents .hover-overlay:before{
		margin-left:38%;
		line-height:116px;
	}

	#mod_pukkaEvents .item-content{
		padding-left: 8px;
	}
	#mod_pukkaEvents .item-date-details{
		margin-top: 0;
		font-size: 15px;
	}
	#mod_pukkaEvents .title-header{
		font-size: 18px;
	}
	#mod_pukkaEvents .whatson-filter .search-input::before {
		top: 11px;
		color: #7c8897;
	}
}