/***************  templates/moduleThemes/default/pukkaReviews/template.viewList.css  ***************/
.column{
	float:left;
	width:49%;
}
	#column_1{
		margin-right:2%;
	}
	.item{
		margin-bottom:25px;
		padding:16px 15px;
		border:1px solid;
	}
	.item .left-column{
		width:77px;
	}
	.item .right-column{
		width:82%;
	}
	.item.no-image .right-column{
		width: 100%;
	}
	.itemImageSection .bg{
		display: block;
		width: 78px;
		height:78px;
		background-position: -1046px -47px;
	}	
	.itemInfo{
		font-size:12px;
	}
	.guestName{
		font-weight:600;
	}
	.guestName, .itemCountry{
		padding-right:3px;
	}
	.itemCountry, .itemDate{
		padding-left:3px;
	}
	.itemContent{
		font-size:12px;
		font-style:italic;
		line-height:24px;
		padding:17px 0;
	}
.pager-container{
	width:98%;
}
	.page-selector{
		float:left;
		width:32px;
		height:32px;
		line-height:32px;
		margin-right:7px;
		font-size:20px;
		text-align:center;
		transition: all 0.3s ease-out;
		cursor:pointer;
	}
	.page-selector.active:hover{
		cursor:default;
	}
	.pager-nav.bg{
		background-position:-117px -124px;
		width:11px;
		height:20px;
		margin:5px 12px 0 5px;
		cursor:pointer;
	}
	.next-page.bg{
		background-position:-134px -124px;
	}
	.pager-nav.disabled {
		opacity: 0.2 !important;
		cursor: auto;
	}




/* Landscape tablet to Desktop */	
@media (min-width: 1024px) and (max-width: 1179px) {
	.item .right-column{
		width:78%;
	}
}

/* Portrait tablet to Landscape */
@media (min-width: 768px) and (max-width: 1023px) {
	.column{
		width:100%;
		margin-right:0 !important;
	}
	.item .right-column{
		width:85%;
	}
}

/* Mobile to Portrait tablet */
@media (max-width: 767px) {
	.column, .item .right-column{
		width:100%;
		margin-right:0 !important;
	}
	.itemInfo{
		margin:-48px 0 0 94px;
	}
	.no-image .itemInfo{
		margin: inherit;
	}
}