.history-wrapper {
	padding-top: 14px;
}

.history-wrapper .history-items-wrapper {
	margin: 0;
	padding: 0;
}

.history-wrapper .history-item {
	display: flex;
	margin-bottom: 20px;
}

.history-wrapper .history-item .thumbnail {
	width: 30%;
	max-width: 300px;
}

.history-wrapper .history-item .details {
	flex: 1;
	padding: 0 20px 10px;
}

.history-wrapper .history-item .details .title {
	font-size: 19px;
	margin-bottom: 2px;
	line-height: 1.2;
}

.history-wrapper .history-item .details .meta {
	font-size: 13px;
}

.history-wrapper .history-item .details .meta .category {
	font-size: 15px;
	font-weight: bold;
	color: #777;
	margin-top: 10px;
}
.history-wrapper .history-item .details .meta .excerpt {
	line-height: 1.4em;
	max-height: 38px;
	overflow: hidden;
	margin-bottom: 2px;
}
.history-wrapper .history-item .details .meta .excerpt p{
	line-height: inherit;
}
.history-wrapper .history-item .details .meta .date {
	margin-right: 10px;
	border-right: 1px solid #4d5c6d;
	padding-right: 10px;
}

/* Filter */
.history-filter-wrapper {
	margin-bottom: 18px;
}
.history-filter-wrapper select{
	cursor: pointer;
}
.history-filter-wrapper input[type=submit]{
	padding: 8px 12px;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #DEDFE2;
	color: #4d5c6d;
	border-radius: 3px;
	line-height: normal;
	font-size: 16px;
}

.history-filter-wrapper input[type=submit]:hover{
	background-color: #c4a12d;
	color: #fff;
	border-color: #c4a12d;
}

	/* Pagination */
.history-wrapper .pagination-wrapper {
	margin: 40px 0 20px;
	display: flex;
}

.history-wrapper .pagination-wrapper .pagination-text {
	text-align: right;
	flex-grow: 1;
	font-size: 16px;
}

.history-wrapper .pagination-wrapper .pagination-links {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border: 0;
	padding: 0;
	margin: initial;
	min-height: initial;
	width: auto;
	display: inline-block;
}


.history-wrapper .pagination-wrapper .pagination-links > .page-numbers {
	padding: 6px 12px;
	line-height: 1.42857143;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
}

.history-wrapper .pagination-wrapper .pagination-links > .page-numbers.current,
.history-wrapper .pagination-wrapper .pagination-links > .page-numbers:hover {
	background-color: #c4a12d;
	color: #fff;
	border-color: #c4a12d;
}

/* Responsive */
@media screen and (max-width: 520px), (min-width: 800px ) and ( max-width: 1000px ) {
	.history-wrapper .history-item {
		display: block;
	}
	.history-wrapper .history-item .thumbnail {
		width: 100%;
		max-width: inherit;
	}
	.history-wrapper .history-item .details{
		padding: 0;
		margin-top: 20px;
	}


}
@media screen and (min-width: 800px ) and ( max-width: 1200px ) {

	#primary.visit-history + #secondary {
		max-width: 100%;
		width: 100%;
		flex: 0 auto;
	}
}
