#vtc_filter .ui-datepicker .ui-datepicker-header .ui-icon {
    background-image: none;
}

#vtc_filter .ui-datepicker-trigger{
	border:none;
	background:none;
	color: #511d21;
	padding: 0 8px;
	position: relative;
	top: 4px !important;
}

#vtc_filter .ui-datepicker .ui-datepicker-prev:before,
#vtc_filter .ui-datepicker .ui-datepicker-next:before
{
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 1.5em;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	content: "\f060";
	position: absolute;
	top: 2px;
	left: 4px;
	opacity: .35;
	filter: Alpha(Opacity=35);
}

#vtc_filter .ui-datepicker .ui-datepicker-next:before
{
	content: "\f061";
}

.feed_filter_wrapper
{
	text-align: center;
}

.feed_filter
{
	display: inline-block;
	max-width: 92.16%;
	margin: 0 auto;
	background: #d7c3ad;
	border-radius: 10px;
	padding: 16px;
	box-sizing: border-box;
	margin-bottom: 24px;
	text-align: left;
}

.feed_filter h2
{
	font-weight: normal;
	margin-top: 0;
}

#vtc_filter
{
	display: inline;
}

#vtc_filter label
{
	text-transform: uppercase;
	font-size: 24px;
	font-family: 'Alan Sans', 'Open Sans', Helvetica, Arial, sans-serif;
	display: inline-block;
}

@media only screen and (max-width:600px)
{
	#vtc_filter label
	{
		min-width: 50px;
	}
}

#vtc_filter input[type=submit]
{
	background: #511d21;
	border-radius: 10px;
	padding: 4px 12px;
	color: #f6f0d9;
	border: none;
	font-size: 24px;
	font-family: 'Alan Sans', 'Open Sans', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	cursor: pointer;
}

.filter_field
{
	white-space: nowrap;
	display: inline-block;
	padding-bottom: 8px;
}

.feed_container
{
	padding: 0 0 30px 0;
	clear: both;
}

.feed_list,
#page_content ul.feed_list
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.feed_list li
{
	list-style-type: none;
	border-top: 1px solid #cdccba;
	padding: 10px 0;
	font-size: 1rem;
	line-height: 1.4;
}

.feed_title
{
	font-weight: 600;
	font-size: 1.4rem;
	color: #5a6861;
	line-height: 1.4;
}

.feed_location
{
	float: right;
	clear: none;
	font-size: 1rem;
	padding-left: 10px;
}

.feed_date
{
	font-size: 1rem;
	font-style: italic;
	padding-top: 6px;
}

.feed_details_toggle
{
	cursor: pointer;
}

.feed_details_toggle_text
{
	font-size: 1rem;
	font-style: italic;
	padding: 4px 0;
}

.feed_details
{
	display: none;
	line-height: 1.5em;
}

.feed_details img {
	border-radius: 10px;
}

.force_width
{
	word-break: break-all;
}

a.phone
{
	font-weight: normal;
	text-decoration: none;
}

a.piro_prev,
a.piro_next,
.piro_prev_fake,
.piro_next_fake
{
	display: none !important;
}

.page_navigation
{
	padding-bottom: 10px;
}

.page_navigation a,
#listings .page_navigation a
{
	padding:3px 5px;
	margin:2px;
	color: #000000;
	font-weight: bold;
	font-size: 1rem;
	font-style: normal;
	text-decoration:none;
	float: left;
	background-color: transparent;
}

.active_page
{
	color:#2d3a19 !important;
}
