/*
Theme Name:     usatourism.com theme
Theme URI:      http://usatourism.com
Description:    Custom Vantage Child theme for usatourism.com
Author:         Pepper Tree
Author URI:     http://peppertreeco.com/
Template:       vantage
Version:        0.1.0
*/

/*@import url("../vantage/style.css");*/

img {
	max-width: 100%;
	height: auto;
}

section.top {
	background-image: url(img/top.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 0;
	color: #fff;
	padding: 100 0 50px;
}

header#top-bar {
	background-color: #a30dac;
	height: 103px;
	line-height: 103px;
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
}

#top-bar #logo {
	margin-left: 40px;
}

#top-bar img {
	vertical-align: center;
}

#top-bar .btn.btn-primary {
	background-color: #6f0084;
	vertical-align: center;
	display: inline-block;
	margin-right: 35px;
}


section.top header a, section.top header a:link {
	color: #fff;
}

section.top header .dropdown-menu a, section.top header .dropdown-menu a:link {
	color: #333;
}

.home section.top {
	background-image: none;
}

video#bgvid {
	position: absolute; right: 0; top: 0;
	min-width: 100%;
	width: auto; height: auto; z-index: -100;
	background-size: cover;
	margin-top: 103px;
}

.top .site-title,
.top a:link,
.top a:hover,
.top label {
	color: #fff;
}

.top .site-title {
	font-size: 54px;
	font-weight: 400;
	line-height: 1.1;
	margin-top: 22px;
	margin-bottom: 11px;
	text-shadow: 0 2px 5px rgba(0,0,0,0.5);
}

.top label {
	display: block;
	font-style: italic;
	text-align: left;
	font-weight: 400;
	text-shadow: 0px 2px 2px rgba(0,0,0,0.7);
	font-size: 16px;
}

.top .form-inline .form-group {
	vertical-align: bottom;
	padding: 0 8px 0 0;
}

.top input[type="text"] {
	border: none;
	margin: 0;
	font-size: 16px;
}

.user-links {
	line-height: 1.3;
  	display: inline-block;
  	vertical-align: middle;
}

.masthead-image {
	margin-top: 103px;
	text-align: center;
	background-color: rgba(0,0,0,0.75);
}

.masthead-image img {
	width: 100%;
	height: auto;
}

.quick-search {
	padding: 270px 0 150px;
}

.quick-search .form-inline .input-group {
  display: inline-table;
  vertical-align: middle;
}

.home.page .quick-search {
	padding: 360px 0 250px;
}

.search-results .quick-search,
.single-listing .quick-search,
.page-template-page-state .quick-search,
.archive .quick-search,
.va_listing_create .quick-search,
.page .quick-search {
	padding: 133px 0 45px;
}

header.row {
	margin-bottom: 20px;
}

.popular {
	background-color: #e9e2e9;
	padding: 30px 0 70px;
}

.popular figure {
  display: block;
  position: relative;
  overflow: hidden;
  background-color: #000;
}

.figure .name {

}

.single-listing figure {
	background: none;
}

figure > img {
	width: 100%;
	height: auto;
	-webkit-transition: all 0.6s ease;
	-moz-transition:    all 0.6s ease;
	-o-transition:      all 0.6s ease;
}

figcaption {
  position: absolute;
  display: block;
  background: rgba(0,0,0,0.8);
  color: white;
  padding: 10px 20px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 10px 30px 30px;
  opacity: 0;
  bottom: 0;
  top: -30%;
  -webkit-transition: all 0.6s ease;
  -moz-transition:    all 0.6s ease;
  -o-transition:      all 0.6s ease;
}

figcaption .top img {
	vertical-align: middle;
}

.line {
	display: inline-block;
	vertical-align: middle;
	background: transparent url(img/white.png) center center repeat-x;
	height: 46px;
}

.line.left {
	width: 36%;
	text-align: left;
}

.line.right {
	width: 36%;
	text-align: right;
}

.icon {
	display: inline-block;
	width: 28%;
	text-align: center;
}

figcaption .inner {
	padding: 20px;
	border: 1px solid #fff;
	border-top: none;
	margin-top: -23px;
	height: 90%;
}

figcaption p {
	font-size: 14px;
	margin-top: 25px;
	text-shadow: 0 2px 3px #000;
}

figcaption a:link,
figcaption a:hover {
	color: #fff;
	font-weight: bold;
}

figure:hover figcaption {
  opacity: 1;
  top: 0;
}

figure:hover > img {
  opacity: 0.7;
}

figcaption.flex {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
}

a.book-it {
	display: inline-block;
	padding-right: 20px;
	background: transparent url(img/bookit.png) right center no-repeat;
}

.quote {
	background-color: #262626;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	margin: 0 0 30px;
}

.quote h2 {
	color: #b3afaf;
	margin-bottom: 30px;
	background-image: url(img/plus.png), url(img/plus.png);
	background-position: left center, right center;
	background-repeat: no-repeat, no-repeat;
	padding-left: 30px;
	padding-right: 30px;
}

.quote small {
	color: #fff;
}

.vacations {

}

.vacations .bg {
	background: transparent url(img/urban-bg.jpg) center top no-repeat;
	background-size: cover;
	padding: 25px 0;
}

.vacations div.row {
	padding-bottom: 20px;
}

.vacations .urban {
	background-color: rgba(107, 15, 113, 0.7);
	position: relative;
}

.vacations .urban a img {
	opacity: 0;
	-webkit-transition: all 0.6s ease;
	-moz-transition:    all 0.6s ease;
	-o-transition:      all 0.6s ease;
}

.vacations .urban a:hover img {
	opacity: 1;
}

.urban-txt,
.popular figure .title
{
	color: #fff;
	font: 30px/1.16 'Open Sans', sans-serif;
    width:100%;
    position: absolute;
    left: 0;
    top: 50%;
    text-align: center;
    text-shadow: 0 0 12px rgba(0,0,0,0.8);
    -webkit-transform: translateY(-50%); /* child now centers itself relative to the midline based on own contents */
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-filter: 'progid:DXImageTransform.Microsoft.Matrix(Dx=0,Dy=0)'; /*IE8 */
    filter: progid:DXImageTransform.Microsoft.Matrix(Dx=0,Dy=0); /*IE6, IE7*/
    transform: translateY(-50%);
}

.popular figure small {
	font-size: 60%;
	vertical-align: text-top;
}

.vacations .urban a:hover .urban-txt::before {
	content: "Let's go to ";
}

footer {
	background-color: #262626;
	border-top: 10px solid #a30dac;
	padding-top: 30px;
	padding-bottom: 30px;
	color: #acacac;
}

footer .top {
	border-bottom: 1px solid #121212;
	padding-bottom: 30px;
}

footer .copyright {
	border-top: 1px solid #323232;
	padding-top: 25px;
	text-align: center;
}

footer a:link,
footer a:hover,
footer a:visited {
	color: #acacac !important;
}

footer ul {
	list-style-type: none;
	font-size: ;
	padding: 0;
	margin: 0;
}

footer p.social-profiles {
	margin: 25px 0 0;
}

footer p.social-profiles a {
	display: inline-block;
	transition: all 0.3s ease-in-out;
	opacity: 0.3;
	margin: 0 10px;
}

footer p.social-profiles a:hover {
	opacity: 0.8;
}

.page-template-page-directory ul {
	padding-left: 0;
}

.page-template-page-directory ul li {
	line-height: 1.8;
	list-style-type: none;
}

/*
.page-template-page-directory li:before {
    content: "";
    position:relative;
    left: -10px;
    background-color:#ccc;
    vertical-align: middle;
    display:inline-block;
    width:4px;
    height:4px;
    border-radius:50%
}

.page-template-page-directory footer li:before {
	display: none;
}
*/
.vacations a {
	opacity: 1;
	-webkit-transition: all 0.6s ease;
	-moz-transition:    all 0.6s ease;
	-o-transition:      all 0.6s ease;
}

.vacations a:hover {
	opacity: 0.75;
}

.sidebar #listing-event-map {
	border: 1px solid #bdbcbd;
	height: 270px;
	position: relative;
}

#map_directions_title {
	display: none;
}

#header-map {
	position: relative;
	display: none;
}

#header-map-cont {
	border: 1px solid #BDBCBD;
	overflow: hidden;
	position: relative;
	z-index: 10;
}

#listings-events-map-cont {
	background: #E5E3DF;
	height: 325px;
	position: relative;
}

#listings-events-map {
	height: 325px;
}

#get_directions {
	margin-right: 4px;
}

.sidebar .widget_listing_event_map #print_directions {
	display: none;
}

.widget_create_listing_button {
	margin-bottom: 50px;
}

.widget_create_listing_button a {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 0px;
  color: #ffffff;
  background-color: #a30dac;
  border-color: #8d0b94;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.widget_create_listing_button a:hover {
	background-color: #76097d;
	text-decoration: none;
}

/* Refine search */

#refine-search, #sidebar aside.widget {
  background: #F9F9F9;
  padding: 20px;
  border: 1px solid #EFEFEF;
}

#sidebar aside.widget, .sidebar aside.widget {
	font-size: 12px;
 	margin-bottom: 1em;

}

#refine-search form div {
	margin:5px 0 25px 0;
}

#refine-search label {
	display: block;
}

#refine-search form div label div {
	margin:0;
}

#refine-search h4 {
	font-size:14px;
	font-weight: bold;
	margin:0 0 10px 0;
	padding:0 0 10px 0;
	border-bottom:1px solid #E7E7E7;
}

#refine-order label {
	display: block;
	clear right;
}

.range-input {
	position: relative;
	height: 25px;
}

.range-rail {
	background: url('img/rail-x.png') repeat-x 0 -2px;
	height: 10px;
}

.range-selection {
	position: absolute;
	background: #aaa;
	height: 3px;
	top: 5px;
	border-top: 1px solid #999;
}

.range-handle {
	display: block;
	position: absolute;
	top: 0px;
	background: url('img/thumb.png') no-repeat 0 -12px;
	width:14px;
	height: 26px;
	border-radius: 10px;
	cursor: e-resize;
}

#refine-distance .radius-info-box {
	background: #F3F3F3;
	border:1px solid #CCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-top: 10px;
	padding: 3px;
	text-align:center;
}

#refine-search #refine-categories {
	margin-bottom:10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #E7E7E7;
}

#refine-categories ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

#refine-categories ul li {
	margin:0;
	padding:0;
	border:0;
	background:none;
}

#refine-categories .refine-categories-list {
	margin: 0;
	max-height: 250px;
	overflow-x: hidden;
	overflow-y: auto;
}



/* List Sort Dropdown */
.list-sort-dropdown {
	margin: 5px;
	display: inline-block;
	position: relative;
	z-index: 30;
}

.sorting {
	margin: 18px 25px 10px 0;
	float: right;
}

.va_sort_list_container {
	height: 24px;
	position: relative;
	z-index: 19;
}

.va_sort_list_selected {
	width: 132px;
	height: 24px;
	position: relative;
	float: left;
	top: 0;
	left: 0;
	cursor: pointer;
	border: 1px solid #DDDDDD;
	background: #F7F7F7; /* for non-css3 browsers */
	/* This property uses base64 values, read why in the README file or http://www.appthemes.com/support/faq/#css-base64 */
	background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9ImcyMzkiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNGRkZGRkYiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNFREVERUQiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2cyMzkpIiAvPgo8L3N2Zz4=);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#efefef)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ffffff,  #efefef); /* for firefox 3.6+ */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	z-index: 20;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.va_sort_list_selected .control {
	width: 5px;
	height: 8px;
	position: relative;
	float: right;
	margin: 0 2px 0 2px;
	background: transparent url('../vantage/images/events-archive-dropdown-arrow.gif') no-repeat 0 0;
	top: 9px;
	right: 5px;
}

.va_sort_list_selected p {
	height: 24px;
	margin: 4px 5px;
	text-align: center;
	position: relative;
	float: left;
	top: 0;
	left: 0;
	font-size: 12px;
	color: #666;
}

.va_sort_list_wrap {
	width: 149px;
	position: absolute;
	top: 10px;
	left: 0px;
	z-index: 10;
	border: 1px solid #EFEFEF;
	display: none;
	background: #FFF;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	-moz-box-shadow: 1px 1px 1px #DDD;
	-webkit-box-shadow: 1px 1px 1px #DDD;
	box-shadow: 1px 1px 1px #DDD;
}

.va_sort_list {
	position: relative;
	margin-top: 15px;
	top: 0;
	left: 0;
	color: #666;
	font-size: 12px;
	z-index: 11;
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 0;
}

.va_sort_list li {
	background: #FFF;
	cursor: pointer;
}

.va_sort_list li a {
	color: #666;
	padding: 2px 0;
	text-indent: 4px;
	display: block;
	text-decoration: none;
}

.va_sort_list li a:hover {
	text-decoration: none;
}

.va_sort_list li:hover,
.va_sort_list li.active {
	background: #e4f4fc;
}

.va_sort_list_container.active .va_sort_list_wrap {
	display: block;
}

.va_sort_list_container select.tinynav {
	width: 100px;
	margin: 0;
	float: left;
	display: none;
}

#breadcrumbs {
	background-color: #333;
	color: #888;
	padding: 4px 0;
	font-size: 12px;
}

.clear, br.clear {
	clear: both;
}

.alignleft {
	margin-right:15px;
	float:left;
}

.alignright {
	margin-left:15px;
	float:right;
}

.aligncenter {
	text-align: center;
	margin: 0 auto;
}

.wp-caption {
	padding:10px 5px;
	border:1px solid #CCC;
	background: #efefef;
	text-align:center;
}

.wp-caption-text {
	margin:0;
}

/* Ratings Stars */

.stars {
	width: 78px;
	height: 14px;
}
.stars-0 {
	background: transparent url('../vantage/images/stars-0.png') no-repeat 0 0;
}
.stars-1 {
	background: transparent url('../vantage/images/stars-1.png') no-repeat 0 0;
}
.stars-1_5 {
	background: transparent url('../vantage/images/stars-1.5.png') no-repeat 0 0;
}
.stars-2 {
	background: transparent url('../vantage/images/stars-2.png') no-repeat 0 0;
}
.stars-2_5 {
	background: transparent url('../vantage/images/stars-2.5.png') no-repeat 0 0;
}
.stars-3 {
	background: transparent url('../vantage/images/stars-3.png') no-repeat 0 0;
}
.stars-3_5 {
	background: transparent url('../vantage/images/stars-3.5.png') no-repeat 0 0;
}
.stars-4 {
	background: transparent url('../vantage/images/stars-4.png') no-repeat 0 0;
}
.stars-4_5 {
	background: transparent url('../vantage/images/stars-4.5.png') no-repeat 0 0;
}
.stars-5 {
	background: transparent url('../vantage/images/stars-5.png') no-repeat 0 0;
}

/* notifications */

.notice span,
.notice div {
	margin:25px 5px 0 5px;
	padding:15px 15px 15px 45px;
	border:1px solid #999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-weight:bold;
	display:block;
}

.notice.extra {
	margin-bottom:35px;
}

.notice.success span,
.notice.success div {
	border:1px solid #38C838;
	background:#CFC url(img/icon-tick.png) no-repeat 12px 50%;
}

.notice.success-pending span,
.notice.success-pending div {
	border:1px solid #E6DB55;
	background:#FFFBCC url(img/icon-exclamation.png) no-repeat 12px 50%;
}

.notice.error span,
.notice.error div {
	border:1px solid #F00;
	background:#FCC url(img/icon-exclamation.png) no-repeat 12px 50%;
}

.notice.error span a,
.notice.error div a {
	color:#C00;
}

input.error,
select.error,
textarea.error {
	outline: 2px solid #FCC;
}

label.error {
	width: 90%;
	display: block;
	outline: 2px solid #FCC;
	background-color: #FCC;
	padding: 5px;
	margin: 6px 0;
}

span.required {
	color:#C00;
}

.expired-notice {
	margin:15px 0 0 0;
	padding:8px;
	overflow:hidden;
	position:relative;
	background:#FFCCCB;
	color:#C00;
	font-size:16px;
	font-weight:bold;
}

.expired-notice .listing-edit-link {
	margin:0;
	float:right;
	color:#C00;
	text-transform:uppercase;
}

/* pagination */

.pagination {
	margin:30px 0 35px 0;
	text-align:center;
}

.pagination .page-numbers {
	width:28px;
	margin:0 2px;
	padding:5px 0;
	border:1px solid #CCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display:inline-block;
	background: #EEE; /* for non-css3 browsers */
	/* This property uses base64 values, read why in the README file or http://www.appthemes.com/support/faq/#css-base64 */
	background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9ImcyMzkiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNGRkZGRkYiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNFREVERUQiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2cyMzkpIiAvPgo8L3N2Zz4=);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#EEEEEE)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ffffff,  #EEEEEE); /* for firefox 3.6+ */
	text-align:center;
}

.pagination .dots {
	width:20px;
	margin:0;
	border:0;
	background:none;
	font-weight:bold;
}

.pagination .next, .pagination .prev {
	width:auto;
	padding:5px 8px;
}

/* =========== [ 7. LISTINGS ] =========== */

article.listing,
article.event {
	margin: 0 26px;
	padding: 25px 10px 25px 146px;
	position: relative;
	border-bottom: 1px solid #E5E5E5;
	clear: both;
}

article.post {
	clear: both;
	margin: 0 25px;
	border-top: 1px solid #E5E5E5;
}

/* for listings in dashboard + home */
.listing_thumbnail {
	padding:1px;
	border:1px solid #CCC;
	background-color:#FFF;
	position:absolute;
	top:26px;
	left:5px;
	max-width: 120px;
}

.main-thumb {

}


.main-thumb .listing_thumbnail {
	position: relative;
	max-width: 100%;
	top: 0;
	left: 0;
}

article.post img,
article.page img {
	padding:1px;
	border:1px solid #CCC;
	background-color:#FFF;
}

body img.no-border {
	padding: 0;
	border: none;
}

article > h2 {
	margin:0 0 6px 0;
	font-size: 18px;
}

.single-post article.post .post-heading {
	padding: 0px 27px 6px 0;
	line-height: 24px;
	font-weight: normal;
	top: 0;
	height: 33px;
	-moz-text-shadow: 0 1px 0 #FFF;
	-webkit-text-shadow: 0 1px 0 #FFF;
	text-shadow: 0 1px 0 #fff;
	position: relative;
	display: inline-block;
}

article.post .post-heading a,
article.post .post-heading .left-hanger {
	display: block;
	margin: 0;
	padding: 10px 0;
	line-height: 20px;
	-moz-text-shadow: 0 1px 0 #FFF;
	-webkit-text-shadow: 0 1px 0 #FFF;
	text-shadow: 0 1px 0 #FFF;
}

article.post a.comment-count {
	background: transparent url(img/comment-count.png) no-repeat;
	float: right;
	margin-top: 13px;
	height: 27px;
	width: 37px;
	line-height: 27px;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}

article.post span.comment-count {
	display: none;
}

section.overview {
	clear: both;
}

article.post small {
	color: #a9a9a9;
	padding: 8px 0 8px 20px;
	margin: 10px 0 30px 0;
	width: 100%;
	display: block;
	font-size: 1em;
	overflow: hidden;
	background: transparent url(img/icon-meta-date.png) no-repeat 0 8px;
}

.single-post article.post small {
	margin: 10px 0 20px 0;
}

article.post small a[rel=author] {
	padding-left: 20px;
	margin-left: 5px;
	background: transparent url(img/icon-meta-author.png) no-repeat top left;
}

article.post small ul.post-categories {
	background: transparent url(img/icon-meta-categories.png) no-repeat bottom left;
	max-width: 450px;
	display: block;
	margin: 0 20px;
	padding-left: 20px;
	float: right;
	list-style-type: none;
}

.single-post article.post small .post-categories li,
article.post small .post-categories li {
	list-style-type: none;
	float: left;
	margin: 0 4px;
}

.single-post article.post h3#comments {
	clear: both;
	border-top: 1px solid #DDD;
	padding-top: 20px;
}

article.listing p.listing-cat,
article.event p.event-cat {
	clear: both;
}

article.listing p.listing-cat,
article.listing p.listing-phone,
article.event p.event-cat,
article.event p.event-phone {
	margin:0 16px 0 0;
	color:#888;
	float: left;
}

article.listing p.listing-address,
article.event p.event-address {
	margin:0;
	clear:left;
}

article.listing .review-meta {
	width:260px;
	float: right;
}

article.listing .review-meta p {
	margin: 0;
	float: right;
	color: #333;
	font-size: 11px;
	font-style: italic;
}

article.listing .review-meta .stars-cont {
	float: right;
	margin-left:10px;
}

article.post ul {
	margin: 10px 40px;
	list-style-type: disc;
}

article.post ol {
	margin: 10px 40px;
	list-style-type: decimal;
}

/* ShareThis */

.listing-sharethis,
.event-sharethis {
	float: right;
}

/* Featured */

#main .featured-head h3,
div.list .featured-head h3 {
font-size: 10px;
  text-transform: uppercase;
  background-color: #A30DAC;
  display: inline-block;
  padding: 3px 6px;
  color: #fff;
  font-style: italic;
  margin-top: 0;
}


/* =========== [ 8. SINGLE LISTING ] =========== */

.single-listing article.listing {
	padding: 0;
	margin:0;
	border: 0;
	position:relative;
}

.single-listing article.listing h1 {
	font-weight:normal;
}

.single-listing article.listing h1 a {
  text-decoration: none;
}

.single-listing article.listing ul {
	margin:10px 0;
}

/* sharethis customization */
.stButton .stButton_gradient, .stMainServices {
	box-sizing: content-box;
}

.st_googleplus_hcount {
	position: relative;
	top: 2px;
}

/* single listing stars */

.single-listing article.listing .stars-cont {
	margin:1px 10px 0 0;
	float:left;
	list-style-type:none;
}

.single-listing article.listing .reviews {
	font-style:italic;
	margin:0;
	font-size: 11px;
}

.place ul li.address, .place ul li.phone {
}

.single-listing .reviews a, #listing-website a {
}

.reviews a:hover, #listing-website a:hover {
	text-decoration: underline;
}

/* amenities and style */

#extras img {
	border: none !important;
}

#amenities, #style {
	list-style-type: none;
	padding: 5px 5px 5px 0;
	margin: 0;
	display: inline-block;
}

#amenities li, #style li {
	display: inline-block;
	margin: 0 5px 0;
	opacity: 0.6;
	transition: all 0.5s ease-in-out;
}

#amenities li:hover, #style li:hover {
	opacity: 1;
}

#amenities li.title, #style li.title {
	font-size: 12px;
	font-style: italic;
	opacity: 1;
	margin-left: 0;
}


/* social "follow" links */

#listing-follow {
  overflow: hidden;
  margin: 10px 0 0;
}

#listing-follow + p {
	margin-top: 11px;
}

#listing-follow p {
	width:44px;
	float: left;
	margin: 0 5px 0 0;
	font-size: 12px;
	font-style: italic;
}

#listing-follow a {
	text-decoration: none;
	font-size: 12px;
}

#listing-follow a:hover {
	text-decoration: underline;
}

#listing-follow .twitter-handle {
	font-weight:bold;
	font-style: italic;
	vertical-align: top;
}

.facebook-icon,
.twitter-icon,
.google-plus-icon {
	width:16px;
	height:16px;
	float: left;
	margin: 0 4px 0 0;
	text-indent:-9999px;
}

.facebook-icon {
	background: transparent url('img/facebook.gif') no-repeat 0 0;
}

.twitter-icon {
	background: transparent url('img/twitter.gif') no-repeat 0 0;
}

.google-plus-icon {
	background: transparent url('img/google+.gif') no-repeat 0 0;
}

/* Custom field data */

.listing-fields {
	margin: 15px 0;
	overflow: hidden;
}

.listing-fields p {
	margin:0;
}

/* Action buttons: Edit Listing, Favorites */

.single-listing article.listing .listing-actions {
	overflow: hidden;
	display: inline;
}

a.listing-edit-link {
	font-size: 11px;
	font-weight:bold;
	font-style:italic;
	color: #666;
	border: 1px solid #CCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 8px;
	margin:0 10px 10px 0;
	background: #FFF; /* for non-css3 browsers */
	/* This property uses base64 values, read why in the README file or http://www.appthemes.com/support/faq/#css-base64 */
	background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9ImcyMzkiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNGRkZGRkYiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNFREVERUQiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2cyMzkpIiAvPgo8L3N2Zz4=);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #FFF,  #EEE); /* for firefox 3.6+ */
	display: inline-block;
}

a.listing-claim-link {
	font-size: 11px;
	font-weight:bold;
	font-style:italic;
	color: #666;
	border: 1px solid #CCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 8px;
	margin:0 10px 10px 0;
	background: #FFF; /* for non-css3 browsers */
	/* This property uses base64 values, read why in the README file or http://www.appthemes.com/support/faq/#css-base64 */
	background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9ImcyMzkiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNGRkZGRkYiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNFREVERUQiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2cyMzkpIiAvPgo8L3N2Zz4=);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #FFF,  #EEE); /* for firefox 3.6+ */
	display: inline-block;
}

a.fave-button,
.single-event a.fave-button,
.single-listing a.fave-button {
	font-size: 11px;
	font-weight:bold;
	font-style:italic;
	color: #666;
	border: 1px solid #CCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 8px;
	margin: 0 10px 10px 0;
	background: #FFF; /* for non-css3 browsers */
	/* This property uses base64 values, read why in the README file or http://www.appthemes.com/support/faq/#css-base64 */
	background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9ImcyMzkiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNGRkZGRkYiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNFREVERUQiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2cyMzkpIiAvPgo8L3N2Zz4=);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #FFF,  #EEE); /* for firefox 3.6+ */
	display: inline-block;
	position: relative;
}

.listing-faves .fave-button .fave-icon {
	display: inline-block;
	vertical-align: text-bottom;
	font-style: normal;
	font-family: 'Glyphicons Halflings';
}

.fave-icon.listing-fave:before {
	content:"\e143";
}

.fave-icon.listing-unfave:before {
	content:"\e005";
}

.fave-icon.processing-fave {
	background: transparent url('../vantage/images/processing.gif') no-repeat;
	text-indent: -9999px;
	width: 20px;
}

.single-listing .listing-faves {
	display: inline;
	clear: all;
}

.list .listing-faves,
.va-dashboard .listing-faves {
	display: block;
	float: right;
}

.list .listing-faves a.listing-fave-link,
.list .listing-faves a.listing-unfave-link,
.va-dashboard .listing-faves a.listing-fave-link,
.va-dashboard .listing-faves a.listing-unfave-link {
	margin:0;
	float:none;
}

.single-listing article.listing hr {
	clear:both;
	margin:20px 0 15px 0;
}

.single-listing .tags span {
	font-weight: bold;
	font-size: 12px;
	color: #888;
}

/* Listing Images */

#listing-images {
	margin: 24px 0 0;
	overflow:hidden;
}
/*
#listing-images .larger {
	padding:6px 8px;
	border-bottom:1px solid #CBCBCB;
	display:block;
	background:#EFEFEF;
}

#listing-images .larger img {
	padding:5px;
	border:1px solid #BDBCBD;
	background:#FFF;
	left: 0;
	top: 0;
	max-width: inherit;
	position: relative;
}

#listing-images .smaller {
	margin-top: 1px;
	padding:6px 8px;
	display:block;
	background:#EFEFEF;
}
*/
#listing-images .smaller img {
	padding: 1px;
	border: 1px solid #BDBCBD;
	background: white;
	left: 0;
	top: 0;
	max-width: inherit;
	position: relative;
}

#listing-images .smaller a + a {
	margin-left: 5px;
}

/* Listing Files */

#listing-files {
	margin: 0 0 24px 0;
	padding: 4px;
	overflow: hidden;
	width: 100%;
	min-height: 25px;
}

.listing-files {
	margin-top: 15px;
}

.file-extension {
	margin: 5px 0;
}

.file-extension a {
	margin-left: 20px;
}

.file-extension.file-pdf {
	background: url('img/file-pdf.png') no-repeat;
}

.file-extension.file-word {
	background: url('img/file-word.png') no-repeat;
}

.file-extension.file-excel {
	background: url('img/file-excel.png') no-repeat;
}

.file-extension.file-image {
	background: url('img/file-image.png') no-repeat;
}

.file-extension.file-other {
	background: url('img/file-other.png') no-repeat;
}

/* Listing Tabs */

#listing-tabs,
#event-tabs {
	clear: both;
	margin-top:30px;
}

#listing-tabs .tabs,
#event-tabs .tabs {
	height: 42px;
	margin-top: 20px;
	border-bottom: 1px solid #CECECE;
}

#listing-tabs section.tab,
#event-tabs section.tab {
	border-top: 1px solid #CFCFCF;
	padding: 10px 0;
}

#listing-tabs #overview,
#listing-tabs #reviews,
#event-tabs #overview,
#event-tabs #comments {
	border-top: none;
	padding-top: 20px;
	padding-bottom: 20px;
}

#overview ul,
#overview ol {
	margin-left: 30px;
}

#overview ul {
	list-style-type: disc;
}

#overview ol {
	list-style-type: decimal;
}

#listing-tabs #reviews,
#event-tabs #comments {
	display: none;
}

#listing-tabs .tabs a,
#event-tabs .tabs a {
	display: block;
	float: left;
	padding: 10px 30px;
	margin-left: 3px;
	border: 1px solid #CFCFCF;
	-moz-border-radius: 3px 3px 0px 0px;
	-webkit-border-radius: 3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px;
	text-decoration: none;
	color: #696969;
	font-size: 14px;
	background: #e3e3e3;
	/* This property uses base64 values, read why in the README file or http://www.appthemes.com/support/faq/#css-base64 */
	background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9ImcyMDgiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNFM0UzRTMiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNFRUVFRUUiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2cyMDgpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  #e3e3e3 0%, #eeeeee 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e3e3e3), color-stop(100%,#eeeeee));
	background: -webkit-linear-gradient(top,  #e3e3e3 0%,#eeeeee 100%);
	background: -o-linear-gradient(top,  #e3e3e3 0%,#eeeeee 100%);
	background: -ms-linear-gradient(top,  #e3e3e3 0%,#eeeeee 100%);
	background: linear-gradient(top,  #e3e3e3 0%,#eeeeee 100%);
}

#listing-tabs .tabs a:hover,
#event-tabs .tabs a:hover {
	background: #eeeeee;
	/* This property uses base64 values, read why in the README file or http://www.appthemes.com/support/faq/#css-base64 */
	background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc0MzkiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNFRUVFRUUiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNFM0UzRTMiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c0MzkpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  #eeeeee 0%, #e3e3e3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#e3e3e3));
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#e3e3e3 100%);
	background: -o-linear-gradient(top,  #eeeeee 0%,#e3e3e3 100%);
	background: -ms-linear-gradient(top,  #eeeeee 0%,#e3e3e3 100%);
	background: linear-gradient(top,  #eeeeee 0%,#e3e3e3 100%);
}

#listing-tabs .tabs a.active-tab,
#event-tabs .tabs a.active-tab {
	background: none;
	border-bottom: 1px solid #fff;
	background: #fff;
	margin-bottom: -1px;
}

#listing-tabs .tabs a.first,
#event-tabs .tabs a.first {
	margin-left: 26px;
}

#listing-tabs .tabs a#add-your-review-button {
	float: right;
	font-size: 11px;
	font-weight:bold;
	font-style:italic;
	color: #666;
	border:1px solid #CCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 3px 8px 8px 13px;
	background: #FFF; /* for non-css3 browsers */
	/* This property uses base64 values, read why in the README file or http://www.appthemes.com/support/faq/#css-base64 */
	background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9ImcyMzkiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNGRkZGRkYiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNFREVERUQiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2cyMzkpIiAvPgo8L3N2Zz4=);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #FFF,  #EEE); /* for firefox 3.6+ */
}

#listing-tabs .tabs a#add-your-review-button div {
	width: 15px;
	height: 15px;
	background: transparent url('../vantage/images/add-review-plus.png') no-repeat 0 0;
	display: inline-block;
	position: relative;
	top: 4px;
	left: -4px;
}

#review-rating img {
	padding: 0;
	border: none;
	position: relative;
	top: 0;
	left: 0;
}

/* Custom field data */

.single-event .listing-fields {
	margin: 15px 0;
	overflow: hidden;
}

.single-event .listing-fields p {
	margin:0;
}

/* Action buttons: Edit Listing, Favorites */

.single-event article.event .event-actions {
	overflow: hidden;
	display: inline;
}


a.event-edit-link {
	font-size: 11px;
	font-weight:bold;
	font-style:italic;
	color: #666;
	border: 1px solid #CCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 8px;
	margin: 0 10px 10px 0;
	background: #FFF; /* for non-css3 browsers */
	/*
	 * Why base64?
	 *
	 * In a nutshell, it's being used to render gradients and rounded corners together for IE9 and older. You can read more here:
	 * http://www.appthemes.com/support/faq/#css-base64
	 */
	background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9ImcyMzkiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNGRkZGRkYiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNFREVERUQiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2cyMzkpIiAvPgo8L3N2Zz4=);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #FFF,  #EEE); /* for firefox 3.6+ */
	display: inline-block;
}

a.va-contact-link {
	font-size: 11px;
	font-weight:bold;
	font-style:italic;
	color: #666;
	border: 1px solid #CCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 8px;
	margin:0 10px 10px 0;
	background: #FFF; /* for non-css3 browsers */
	/*
	 * Why base64?
	 *
	 * In a nutshell, it's being used to render gradients and rounded corners together for IE9 and older. You can read more here:
	 * http://www.appthemes.com/support/faq/#css-base64
	 */
	background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9ImcyMzkiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNGRkZGRkYiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNFREVERUQiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2cyMzkpIiAvPgo8L3N2Zz4=);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #FFF,  #EEE); /* for firefox 3.6+ */
	display: inline-block;
}

/* =========== [ 9. REVIEWS ] =========== */

#reviews {

}

#reviews .review {
	margin-top: 25px;
}

#reviews .review .review-meta {
	width: auto;
	float: none;
	overflow: hidden;
	padding-bottom: 12px;
	margin-bottom: 12px;
	border-bottom: 1px solid #EEEEEE;
}

#reviews .review .review-meta .review-author {

}

#reviews .review .review-meta .review-author img.avatar {
	padding: 1px;
	margin-right: 12px;
	border: 1px solid #BDBCBD;
	float: left;
	position: relative;
	top: 0;
	left: 0;
	max-width: inherit;
}

#reviews .review .review-meta .review-author .review-author-meta {
	float: left;
	margin:2px 0;
	font-size:11px;
	padding-left: 10px;
}

#reviews .review .review-meta .review-author .review-author-meta li {
	line-height:15px;
	list-style-type: none;
}

#reviews .review .review-meta .review-author .review-author-reply {
	position: relative;
	margin:5px 2px;
	float: right;
}

#reviews .review .review-meta .review-author .review-author-reply a.reply-link {
	float:left;
	font-size: 11px;
	font-weight:normal;
	font-style:italic;
	text-decoration: none;
	color: #666;
	border: 1px solid #CCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 8px;
	margin:0 10px 0 0;
	background: #FFF; /* for non-css3 browsers */
	/* This property uses base64 values, read why in the README file or http://www.appthemes.com/support/faq/#css-base64 */
	background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9ImcyMzkiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNGRkZGRkYiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNFREVERUQiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2cyMzkpIiAvPgo8L3N2Zz4=);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #FFF,  #EEE); /* for firefox 3.6+ */
	cursor: pointer;
}

#reply-review-form {
	display: none;
	background: #fefefe;
	margin: 10px 0;
	padding: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

#reviews .review .review-content {
	border-bottom: 1px solid #CECECE;
	padding-bottom: 25px;
}

#reviews .review .review-content .stars-cont {
	float: left;
}

#reviews .review .review-content p {
	margin: 10px 0 0 0;
	color: #383838;
	font-size: 12px;
}

#reviews .review .review-content .review-date {
	float: left;
	margin: 0 0 0 5px;
	color: #BDBCBD;
	font-size: 12px;
	font-style: italic;
}

#reviews .review-reply {
	color: #797979;
	margin: 10px 0 0 25px;
	background: transparent url('img/review-reply-arrow.png') no-repeat 0 0;
}

#reviews .review .review-content .review-reply p {
	margin: 0 0 0 45px;
	padding: 0;
	font-size: 12px;
	color: #797979;
}

#reviews .review .review-content .review-reply p.review-reply-author {
	font-weight: bold;
	padding-top: 18px;
	padding-bottom: 25px;
}

#add-review-form label {
	color:#8A8A8A;
	display: block;
	float: none;
	font-weight: normal;
}

#add-review-form textarea {
	display: block;
	clear: left;
	font-style: normal;
}

#review-rating {
	margin:10px 0;
}

#add-review-form label.error {
	margin-bottom:20px;
}

#add-review-form textarea,
#reply-review-form textarea {
	width: 90%;
	max-width:500px;
	height:150px;
}

#add-review-form input[type=submit],
#reply-review-form input[type=submit] {
	margin: 30px 0 0 0;
}

article.event #respond label {
	color: #8A8A8A;
}

article.event #respond label.error {
	margin-bottom:20px;
}

article.event #respond textarea {
	width: 90%;
	max-width:500px;
	height:150px;
}

article.event #respond input[type=submit] {
	margin: 30px 0 0 0;
}

article.event #respond #cancel-comment-reply-link {
	color: #383838;
	font-size: 11px;
	font-weight: normal;
}

.sidebar {
	padding-top: 30px;
}

/* Sidebar Map Listing */

.sidebar #listing-event-map {
	border: 1px solid #bdbcbd;
	height: 270px;
	position: relative;
}

.sidebar .widget_listing_event_map #directions_from_address {
	margin: 10px 0;
}

.sidebar .widget_listing_event_map #directions_from {
	width: 100%;
}

.sidebar .widget_listing_event_map #print_directions {
	display: none;
}

#sidebar .widget_listing_event_map #map_directions_title {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #333;
	display: none;
	margin-bottom: 15px;
}

#header-map, #listing-map img {
  max-width: none;
}

#header-map label {
  width: auto;
  display: inline;
}

.sidebar h3 {
	font-size: 20px;
	margin-top: 0;
}

.widget.widget_listing_event_map h3 {
	font-weight: normal;
}

.place ul {
	list-style-type: none;
	font-size: 14px;
	padding-left: 0;
}

#directions_from_address {
	font-style: italic;
	font-size: 14px;
	color: #666;
	padding: 5px 0 10px;
	font-weight: normal;
}

#directions_from_address label {
	display: block;
}

input#directions_from {
	display: block;
	padding: 5px;
	width: 100%;
	font-style: normal;
	font-weight: normal;
}

.archive .listing {
	font-size: 12px;
}

/* =========== [ 15. DASHBOARD ] =========== */

#main .featured-head.post-status-pending-head,
div.list .featured-head.post-status-pending-head {
	left: -40px;
}

#main .featured-head.post-status-pending-claimed-head,
div.list .featured-head.post-status-pending-claimed-head {
	left: -40px;
}

#main .featured-head.post-status-publish-head,
div.list .featured-head.post-status-publish-head {
	left: -40px;
}

.dashboard-expiration-meta {
}
.dashboard-review {
	padding: 10px 0px;
	margin: 10px 35px;
	border-bottom: 1px solid #E5E5E5;
	overflow: hidden;
}

.dashboard-review .review-listing {
	width: 400px;
	float: left;
	clear: left;
}

.dashboard-review .review-listing h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

.dashboard-review .review-listing p.listing-cat,
.dashboard-review .review-listing p.listing-phone {
	float: left;
	margin-right: 16px;
	color: #888;
}

.dashboard-review .review-listing p.listing-address {
	float: left;
	clear: both;
	margin-right: 16px;
	color: #383838;
}

.dashboard-review .review-listing .review-meta {
	width: 400px;
	float: left;
	clear: both;
	margin: 15px 0;
}

.dashboard-review .review-listing .review-meta .stars-cont {
	margin-right: 10px;
	float: left;
}

.dashboard-review .review-listing .review-meta p.reviews {
	margin: 0;
	float: left;

}

.dashboard-review .review-manage {
	width: 130px;
	float: right;
	clear: right;
}

.dashboard-review .review-content {
	width: 100%;
	float: left;
	clear: both;
}

#main .featured-head.post-status-expired-head,
div.list .featured-head.post-status-expired-head {
	/* !TODO  -  define colors for expired! */
	border: 1px solid #666;
	left: -40px;
	background: #999; /* for non-css3 browsers */
	/* This property uses base64 values, read why in the README file or http://www.appthemes.com/support/faq/#css-base64 */
	background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc5MCIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj4KPHN0b3Agc3RvcC1jb2xvcj0iI0NDQ0NDQyIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iIzk5OTk5OSIgb2Zmc2V0PSIxIi8+CjwvbGluZWFyR3JhZGllbnQ+CjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzkwKSIgLz4KPC9zdmc+);
	background: -webkit-gradient(linear, left top, left bottom, from(#CCCCCC), to(#999999)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #CCCCCC,  #999999); /* for firefox 3.6+ */
}


#main .featured-head.post-status-expired-head h3,
div.list .featured-head.post-status-expired-head h3 {
	color: #FFF;
	-moz-text-shadow: 0 1px 0 #666666;
	-webkit-text-shadow: 0 1px 0 #666666;
	text-shadow: 0 1px 0 #666666;
}

.dashboard-none {
	margin-left: 26px;
}

/* Dashboard Sidebar */

#dashboard-side-nav li {
	width: 115px;
	padding: 5px 0 5px 10px;
	margin-right: 0;
	border: none;
	float: left;
	text-indent: 14px;
}

#dashboard-side-nav li.edit-profile {
	background: transparent url('../vantage/images/tiny-edit-profile-icon.png') no-repeat 0 5px;
}

#dashboard-side-nav li.view-listings {
	background: transparent url('../vantage/images/icon-view-listings.png') no-repeat 0 5px;
}

#dashboard-side-nav li.reviews {
	background: transparent url('../vantage/images/icon-view-reviews.png') no-repeat 0 5px;
}

#dashboard-side-nav li.faves{
	background: transparent url('../vantage/images/icon-favorite-listing.png') no-repeat 0 5px;
}

#dashboard-side-nav li.add-listings {
	background: transparent url('../vantage/images/icon-new-listing.png') no-repeat 0 5px;
}

#dashboard-side-nav li.claimed-listings {
	background: transparent url('../vantage/images/icon-claim-listing.png') no-repeat 0 5px;
	width: 115px;
}

#dashboard-side-nav li.view-events {
	background: transparent url('../vantage/images/icon-view-events.png') no-repeat 0 5px;
}

#dashboard-side-nav li.view-events-attending {
	background: transparent url('../vantage/images/icon-events-attending.png') no-repeat 0 5px;
}

#dashboard-side-nav li.view-event-comments {
	background: transparent url('../vantage/images/icon-view-event-comments.png') no-repeat 0 5px;
}

#dashboard-side-nav li.view-event-favorites {
	background: transparent url('../vantage/images/icon-event-favorite.png') no-repeat 0 5px;
}

#dashboard-side-nav div.avatar {
	width: 45px;
	height: 45px;
	border: 1px solid #C1C1C1;
	background:#FFF;
	float: left;
	padding: 2px;
}

#dashboard-side-nav .user_meta {
	float: left;
	margin: 0 5px;
}

#dashboard-side-nav .user_meta p {
	font-size: 12px;
}

#dashboard-side-nav .user_meta p b {
	font-weight: bold;
}

#dashboard-side-nav .user_meta p.smaller {
	font-size: 10px;
}

#dashboard-side-nav .links {
	clear: both;
	float: left;
	margin: 10px 0 10px 5px;
	width: 100%;
}

#dashboard-side-nav .separator {
	height: 1px;
	border-bottom: 1px solid #C6C6C6;
	width: 100%;
	clear: both;
}

#dashboard-acct-info .links li {
	height: 13px;
	background: none;
	margin: 0 10px;
	padding: 5px 0;
	border: 0;
	text-indent: 25px;
}

#dashboard-acct-info .links li.email {
	background: transparent url('../vantage/images/tiny-email-icon.png') no-repeat 0 7px;
}

#dashboard-acct-info .links li.twitter {
	background: transparent url('../vantage/images/tiny-twitter-icon.png') no-repeat 0 7px;
}

#dashboard-acct-info .links li.facebook {
	background: transparent url('../vantage/images/tiny-facebook-icon.png') no-repeat 0 7px;
}

#dashboard-acct-info .links li.website {
	background: transparent url('../vantage/images/tiny-website-icon.png') no-repeat 0 7px;
}

#dashboard-acct-stats .stat-section {
	float: left;
	width: 120px;
	margin: 5px;
}

#dashboard-acct-stats .stat-section .stat-section-name {
	margin: 0 0 5px;
}

#dashboard-acct-stats .stats {
	width: 115px;
	margin:0 5px 0 0;
	float: left;
}

#dashboard-acct-stats .stats li {
	width: 115px;
	background: none;
	margin: 0;
	padding: 0;
	border: none;
}

#dashboard-acct-stats .stats li.stat .value {
	float: right;
}

/* =========== [ 16. PRICING PLANS ] =========== */

.plan{
	border: 1px solid #CCC;
	margin: 5px;
	padding: 3px;
	font-size: 13px;
	position: relative;
}

.plan .content:after  {
	content: "";
	position: absolute;
	top: 106px;
	right: -10px;
	border-top: 10px solid #000;
	border-right: 10px solid transparent;
}

.plan .content.recurring:after {
	content: "";
	position: absolute;
	top: 126px;
	right: -10px;
	border-top: 10px solid #000;
	border-right: 10px solid transparent;
}

.plan .content {
	background-color: #EEEEEF;
	padding: 8px;
	min-height: 95px;
}

.plan .content.recurring {
	padding-top: 25px;
	min-height: 110px;
}

.plan .content .head {
	height: 20px;
	display:inline-block;
	position: absolute;
	left: -14px;
	top: -13px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border: 1px solid #DEA303;
	background: #FCCD4D;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zd…B5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2cyMDYpIiAvPgo8L3N2Zz4=);
	background: -webkit-gradient(linear, left top, left bottom, from(#FCCD4D), to(#F8B500));
	background: -moz-linear-gradient(top, #FCCD4D, #F8B500);
}

.plan .content .head h3 {
	margin:0;
	padding: 2px 27px 12px 27px;
	font-size: 14px;
	font-weight:bold;
	line-height: 16px;
	background: url('../vantage/images/left-hanger-triangle.png') no-repeat 0% 98%;
}

.plan .title {
	font-size: 20px;
	font-weight: bold;
}

.plan .description{
	font-style: italic;
	margin-bottom: 10px;
	padding-right: 190px;
	width: auto;
}

.plan .featured-options {
	padding-right: 190px;
}

.plan .option-header{
	font-weight: bold;
	margin-bottom: 2px;
}

.plan .price-box{
	position: absolute;
	top: 10px;
	right: -10px;
	background-color: white;
	padding: 10px;
	padding-right: 0px;
	border: 1px solid #CCC;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
}

.plan .price-box .price{
	color: #0066CC;
	font-size: 40px;
	float: left;
	margin-right: 5px;
}

.plan .price-box .duration{
	margin-top: 4px;
	font-size: 15px;
	float: left;
}

.plan .price-box .radio-button{
	background-color: #CCC;
	clear: both;
	padding: 5px;
	padding-right: 20px;
	font-weight: bold;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
}

.plan .price-box .radio-button label{
	font-style: normal;
}

.plan .price-box .next-date {
	font-style: italic;
	color: #777;
	margin: 6px 0 0 2px;
}

.plan .recurring-description {
	font-weight: bold;
}

.plan .recurring-options {
	margin-top: 35px;
}

/* 16.1 Event Plan */
#create-event .plan:after {
	top: 77px;
}
/* Event Plan - Upgrade */
#create-event.purchase-event .plan:after {
	top: 0;
	right: 0;
	border: none;
	display: none;
}

#create-event .plan .content:after {
	top: 77px;
}

form {
	position:relative;
}

fieldset {
	position:relative;
}

legend {
	position:relative;
}

input[type="text"], input[type="password"] {
	margin: 6px 0;
	padding: 5px;
	border: 1px solid #C2C1C2;
	color: #5E5E5E;
	font-size: 13px;
	clear: left;
	display: block;
}

input[type="text"].input-lg {
	padding: 10px 16px;
}

textarea {
	width: 98%;
	height: 100px;
	margin: 6px 0 0;
	padding: 5px;
	border: 1px solid #C2C1C2;
	color: #5E5E5E;
	font-size: 13px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

input[type="radio"], input[type="checkbox"] {
	display: inline-block;
}

input[type="submit"] {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 16px;
	line-height: 1.42857143;
	border-radius: 0px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

:focus {
	outline: none;
}

label {
	font-style:italic;
	font-size:14px;
}

label span.description {
	color:#999;
}

.form-field,
.wpua-edit-container {
	margin: 20px 0 20px 20px;
	width: 75%;
	position:relative;
}

.form-field label {
	clear: left;
	display: block;
}

#listing-map,
#event-map {
	width: 92%;
	height: 325px;
	position: relative;
	border: 1px solid #C2C1C2;
	background-color: #E5E3DF;
}

#listing-find-on-map,
#event-find-on-map {
	margin:5px 0 10px 0;
}

#create-listing input[type="text"],
#create-listing textarea,
#create-listing select,
#create-event input[type="text"],
#create-event textarea,
#create-event select {
	width: 90%;
}

textarea {
	height: 250px;
}

#create-listing .phone label input[type="text"],
#create-event .phone label input[type="text"] {
	width:239px;
}

#create-listing .listing-urls label span,
#create-event .event-urls label span,
#create-event .location-url label span {
	position:absolute;
	top: 33px;
	left: 10px;
	color:#999;
	font-size:12px;
	font-style:normal;
}

#create-listing .listing-urls label input[type="text"],
#create-event .event-urls label input[type="text"] {
	width:239px;
}

#create-listing .web label input[type="text"],
#create-event .web label input[type="text"] {
	width:206px;
	padding-left: 47px;
}

#create-event .location-url label input[type="text"] {
	text-indent: 35px;
}

#create-listing .twitter label input[type="text"],
#create-event .twitter label input[type="text"] {
	width:224px;
	padding-left:21px;
}

#create-listing .facebook label input[type="text"],
#create-event .facebook label input[type="text"] {
	padding-left:96px;
}

#create-event .cost label input[type="text"] {
	width: 126px;
}

#create-listing .uploaded,
#create-event .uploaded {
	border: 1px solid #EBEBEB;
	margin: 10px 5px;
	cursor: move;
}

#create-listing .uploaded li,
#create-event .uploaded li {
	padding: 5px;
	margin: 5px;
}

#create-listing .uploaded li.placeholder,
#create-event .uploaded li.placeholder {
	border: 1px solid #fcefa1;
	background: #fbf9ee;
	color: #363636;
	height: 89px;
}

#create-listing .uploaded input[type="text"],
#create-event .uploaded input[type="text"] {
  width: 300px;
}

input[type="file"] {
	display: inline-block;
}


.uploaded li:not(:first-child) {
	border-top: 1px solid #EBEBEB;
}

#create-listing .images li,
#create-event .images li {
	overflow: hidden;
}

#create-listing .images li + li,
#create-event .images li + li {
	margin-top: 10px;
}

#create-listing .images a,
#create-event .images a {
	display: block;
	float: left;
	margin: 10px 10px 0 0;
}

#create-listing .images img,
#create-event .images img {
	max-width: 100px;
	max-height: 100px;
}

#create-listing .images img.listing_thumbnail,
#create-event .images img {
	position: relative;
	top: 0;
	left: 0;
}

#create-listing .image-delete,
#create-event .image-delete {
	float: right;
	margin-top: 5px 10px;
	color: #f00;
}

#create-listing .image-alt input,
#create-event .image-alt input {
	display: inline;
	width: 300px;
}

#create-listing #multi-categories-checkboxes,
#create-event #multi-categories-checkboxes {
	width: 92%;
	max-height: 250px;
	margin: 5px;
	overflow-x: auto;
}

#create-listing #category-fields ul.children,
#create-event #category-fields ul.children {
	margin-left: 15px;
}

#create-event #event_days {
	margin: 15px 0;
}

#create-event #event_days th {
	text-align: left;
	font-style: italic;
	font-size: 14px;
}

#create-event #event_days td {
	padding-right: 5px;
	width: 50px;
	vertical-align: middle;
}

#create-event #event_days td.date,
#create-event #event_days td.time-start,
#create-event #event_days td.time-end {
	width: 140px;
}

/* Editing Files */

.clear-file {
	margin-left: 5px;
}

.file-delete {
	float: right;
	margin: 5px 10px;
	color: #f00;
}

.file-editor .file-title input {
	display: inline;
}

.form-field.file-field {
	margin: 5px 0px 5px 20px;
}

.field-info {
	font-size: 0.8em;
	margin: 3px 0px 10px 20px;
}

/* checkout and redirect messages */

.order-summary {
	padding:0 28px 70px 48px;
}

.order-summary table tr td {
	padding:0 25px 5px 0;
	font-size:14px;
}

.order-summary p {
	margin: 20px 0 10px 0;
	font-size:18px;
}

.order-summary form label {
	margin:0 0 10px 0;
	display:block;
}

.order-summary form select {
	margin: 6px 0;
	padding: 5px;
	color: #5E5E5E;
	font-size: 13px;
}

.order-summary form input[type=submit] {
	margin:0;
}

.redirect-text {
	width:100%;
	margin:40px 0;
	padding: 10px 10px 10px 30px;
	display:block;
	background: transparent url(../vantage/images/icon-tick.png) no-repeat left center;
	font-size:18px;
	font-weight: bold;
}

.listing-hero {
	width: 100%;
	padding: 24px 0 0;
}

.single.single-listing section.main {
	padding-bottom: 40px;
}

/*

.attachment-full.listing_thumbnail {
  padding: 0;
  border: 0 none;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  width: 100%;
  height: auto;
}

.featured-img::after {
  content: "";
  background: rgba(0,0,0,0.2) url(img/grid.png) center center repeat;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 1;
}

*/

.carousel a, .carousel a:visited {
	color: #fff;
}

.carousel a:hover {
	text-decoration: none;
}

.carousel a p.go {
	opacity: 0;
	transition: all 0.5s ease-in-out;
	font-variant: small-caps;
	margin: 0 auto;
	display: inline-block;
	padding: 0 10px 5px;
	background-color: rgba(0,0,0,0.8);
}

.carousel a:hover p.go {
	opacity: 1;
}

#filters {
	display: none;
}

.btn-remove {
	background-color: #888;
	color: #fff;
}

.btn-remove:hover {
	background-color: #666;
	color: #fff !important;
}

.btn-remove .glyphicon {
	font-size: 75%;
}

.filters {
	margin-top: 20px;
}

#filter-amenities, #filter-style {
	display: inline-block;
	padding: 15px;
	vertical-align: top;
}

#filter-amenities ul, #filter-style ul {
	list-style-type: none;
	padding: 0;
}

#filter-amenities {
	border-right: 1px solie #f9f9f9;
}

.popover {
	max-width: 500px;
}

#active-filters {
	vertical-align: middle;
	display: inline-block;
	padding-left: 20px;
}

#destinations {
	clear: both;
	padding: 40px 0 0;
}

#destinations .box {
	margin-bottom: 15px;
}

#destinations .box a {
	display: block;
	padding: 20px 20px 10px;
	background-color: transparent;
	transition: all 0.5s ease-in-out;
}

#destinations .box a:hover {
	background-color: #f2f2f2;
	box-shadow: 0 2px 4px rgba(0,0,0,0.3);
	text-decoration: none;
}

#destinations .box h3 {
	font-size: 18px;
	text-align: center;
	margin-top: 10px;
}

.categories {
	text-align: center;
}

.categories a {
	margin: 0 10px;
	display: inline-block;
	opacity: 0.7;
	transition: all 0.5s ease-in-out;
}

.categories a.active {
	opacity: 1;
}

.categories a:hover {
	opacity: 1;
}

.categories a img {
	vertical-align: middle;
}

.widget-state-links {
	margin-top: 39px;
	padding-bottom: 5px;
}

.widget-state-links a {
	margin-bottom: 20px;
	white-space: normal;
	display: block;
}

.place .glyphicon {
  color: rgba(0, 0, 0, 0.5);
  font-size: 80%;
}



/* =========== [ 15. DASHBOARD ] =========== */

#main .featured-head.post-status-pending-head,
div.list .featured-head.post-status-pending-head {
	left: -40px;
}

#main .featured-head.post-status-pending-claimed-head,
div.list .featured-head.post-status-pending-claimed-head {
	left: -40px;
}

#main .featured-head.post-status-publish-head,
div.list .featured-head.post-status-publish-head {
	left: -40px;
}

.dashboard-expiration-meta {
}
.dashboard-review {
	padding: 10px 0px;
	margin: 10px 35px;
	border-bottom: 1px solid #E5E5E5;
	overflow: hidden;
}

.dashboard-review .review-listing {
	width: 400px;
	float: left;
	clear: left;
}

.dashboard-review .review-listing h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

.dashboard-review .review-listing p.listing-cat,
.dashboard-review .review-listing p.listing-phone {
	float: left;
	margin-right: 16px;
	color: #888;
}

.dashboard-review .review-listing p.listing-address {
	float: left;
	clear: both;
	margin-right: 16px;
	color: #383838;
}

.dashboard-review .review-listing .review-meta {
	width: 400px;
	float: left;
	clear: both;
	margin: 15px 0;
}

.dashboard-review .review-listing .review-meta .stars-cont {
	margin-right: 10px;
	float: left;
}

.dashboard-review .review-listing .review-meta p.reviews {
	margin: 0;
	float: left;

}

.dashboard-review .review-manage {
	width: 130px;
	float: right;
	clear: right;
}

.dashboard-review .review-content {
	width: 100%;
	float: left;
	clear: both;
}

#main .featured-head.post-status-expired-head,
div.list .featured-head.post-status-expired-head {
	/* !TODO  -  define colors for expired! */
	border: 1px solid #666;
	left: -40px;
	background: #999; /* for non-css3 browsers */
	/* This property uses base64 values, read why in the README file or http://www.appthemes.com/support/faq/#css-base64 */
	background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc5MCIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj4KPHN0b3Agc3RvcC1jb2xvcj0iI0NDQ0NDQyIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iIzk5OTk5OSIgb2Zmc2V0PSIxIi8+CjwvbGluZWFyR3JhZGllbnQ+CjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzkwKSIgLz4KPC9zdmc+);
	background: -webkit-gradient(linear, left top, left bottom, from(#CCCCCC), to(#999999)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #CCCCCC,  #999999); /* for firefox 3.6+ */
}


#main .featured-head.post-status-expired-head h3,
div.list .featured-head.post-status-expired-head h3 {
	color: #FFF;
	-moz-text-shadow: 0 1px 0 #666666;
	-webkit-text-shadow: 0 1px 0 #666666;
	text-shadow: 0 1px 0 #666666;
}

.dashboard-none {
	margin-left: 26px;
}

/* Dashboard Sidebar */

#sidebar {
	padding-top: 40px;
}

#sidebar ul {
	padding-left: 0;
}

#sidebar li {
	list-style-type: none;
}

#dashboard-side-nav li {
	width: 115px;
	padding: 5px 0 5px 10px;
	margin-right: 0;
	border: none;
	float: left;
	text-indent: 14px;
	list-style-type: none;
  	font-size: 12px;
}

#dashboard-side-nav li.edit-profile {
	background: transparent url('img/tiny-edit-profile-icon.png') no-repeat 0 5px;
}

#dashboard-side-nav li.view-listings {
	background: transparent url('img/icon-view-listings.png') no-repeat 0 5px;
}

#dashboard-side-nav li.reviews {
	background: transparent url('img/icon-view-reviews.png') no-repeat 0 5px;
}

#dashboard-side-nav li.faves{
	background: transparent url('img/icon-favorite-listing.png') no-repeat 0 5px;
}

#dashboard-side-nav li.add-listings {
	background: transparent url('img/icon-new-listing.png') no-repeat 0 5px;
}

#dashboard-side-nav li.claimed-listings {
	background: transparent url('img/icon-claim-listing.png') no-repeat 0 5px;
	width: 115px;
}

#dashboard-side-nav li.view-events {
	background: transparent url('img/icon-view-events.png') no-repeat 0 5px;
}

#dashboard-side-nav li.view-events-attending {
	background: transparent url('img/icon-events-attending.png') no-repeat 0 5px;
}

#dashboard-side-nav li.view-event-comments {
	background: transparent url('img/icon-view-event-comments.png') no-repeat 0 5px;
}

#dashboard-side-nav li.view-event-favorites {
	background: transparent url('img/icon-event-favorite.png') no-repeat 0 5px;
}

#dashboard-side-nav div.avatar {
	width: 45px;
	height: 45px;
	border: 1px solid #C1C1C1;
	background:#FFF;
	float: left;
	padding: 2px;
}

#dashboard-side-nav .user_meta {
	float: left;
	margin: 0 5px;
}

#dashboard-side-nav .user_meta p {
	font-size: 12px;
}

#dashboard-side-nav .user_meta p b {
	font-weight: bold;
}

#dashboard-side-nav .user_meta p.smaller {
	font-size: 10px;
}

#dashboard-side-nav .links {
	clear: both;
	float: left;
	margin: 10px 0 10px 5px;
	width: 100%;
}

#dashboard-side-nav .separator {
	height: 1px;
	border-bottom: 1px solid #C6C6C6;
	width: 100%;
	clear: both;
}

#dashboard-acct-info .links li {
	height: 13px;
	background: none;
	margin: 0 10px;
	padding: 5px 0;
	border: 0;
	text-indent: 25px;
}

#dashboard-acct-info .links li.email {
	background: transparent url('img/tiny-email-icon.png') no-repeat 0 7px;
}

#dashboard-acct-info .links li.twitter {
	background: transparent url('img/tiny-twitter-icon.png') no-repeat 0 7px;
}

#dashboard-acct-info .links li.facebook {
	background: transparent url('img/tiny-facebook-icon.png') no-repeat 0 7px;
}

#dashboard-acct-info .links li.website {
	background: transparent url('img/tiny-website-icon.png') no-repeat 0 7px;
}

#dashboard-acct-stats .stat-section {
	float: left;
	width: 120px;
	margin: 5px;
}

#dashboard-acct-stats .stat-section .stat-section-name {
	margin: 0 0 5px;
}

#dashboard-acct-stats .stats {
	width: 115px;
	margin:0 5px 0 0;
	float: left;
}

#dashboard-acct-stats .stats li {
	width: 115px;
	background: none;
	margin: 0;
	padding: 0;
	border: none;
}

#dashboard-acct-stats .stats li.stat .value {
	float: right;
}

.th_rh_name_field {
	display: none;
}

.row.events {
	margin-bottom: 25px;
}

/* Lost Password */

#wpadminbar .ab-top-menu>li#wp-admin-bar-lostpassword {
	border:0;
}

#wpadminbar .ab-top-menu>li#wp-admin-bar-lostpassword>.ab-item {
	color:#666;
	padding-left:0;
	padding-right:0;
	text-shadow:none;
}

#wpadminbar .ab-top-menu>li:hover#wp-admin-bar-lostpassword>.ab-item {
	background-color:#B8B8B8;
	background-image:none;
	color:#333;
}

#login-form.login-form .manage-password input[type="password"],
form[name=profile] .manage-password input[type="password"] {
	display: inline-block;
}

#pass1-text,
.manage-password .show-password input[type="password"]#pass1,
#login-form.login-form .manage-password input[type="text"]#pass1-text {
	display: none;
}

.show-password #pass1-text,
#login-form.login-form .manage-password .show-password input[type="text"]#pass1-text {
	display: inline-block;
}

#login-form .form-field input[type=checkbox] + label {
	display: inline-block;
}

.wp-hide-pw > .dashicons {

}

.manage-password button {
	display: inline-block;
	vertical-align: middle;
}

.manage-password button.wp-cancel-pw,
.manage-password button.wp-generate-pw {
    padding: 5px;
}

.manage-password button.wp-generate-pw {
	margin-top: 5px;
}

.manage-password button span {
	vertical-align: middle;
}

/* Password Strength Meter */

#pass-strength-result {
	width:200px;
	margin:5px 0;
	padding:2px 0;
	border:1px solid #CCC;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background:#EEE;
	text-align:center;
}

.short {
	background:#F66 !important;
}

.bad {
	background:#FCC !important;
}

.good {
	background:#FF9 !important;
}

.strong {
	background:#CFC !important;
}

#login-form p.description.indicator-hint {
	margin: 0;
	position: relative;
	width: 100%;
}

@media screen and (min-width: 768px) and (max-width: 992px){

}

@media screen and (max-width: 1280px){
	section.top {
		background-image: url(img/top-720.jpg);
	}
	.home .quick-search {
		padding: 200px 0 150px;
	}
}

@media screen and (max-width: 767px){
	header#top-bar {
		font-size: 14px;
	}
	#top-bar #logo {
		margin-left: 0;
	}

	#top-bar .btn.btn-primary {
		margin-right: 0;
		font-size: 14px;
	}

	video#bgvid {
		display: none;
	}

	.home section.top {
		background-image: url(img/top-720.jpg);
	}

	.home .quick-search {
		padding: 150px 0 100px;
	}

	.top .site-title {
		font-size: 42px;
	}

	.popular .col-sm-4 {
		padding: 15px 30px;
	}

	.carousel-caption h3 {
		font-size: 20px;
	}

	.carousel-caption p {
		font-size: 16px;
	}

	.carousel-indicators li {
		width: 18px;
		height: 18px;
		border-width: 2px;
	}
}

@media screen and (max-width: 640px){
	.carousel-caption {
		margin-top: -5.5em;
	}

	.urban-txt {
		font-size: 24px;
	}
}

/*-------------------- Badges --------------------- */

div.badgeContainer {
  float: left;
  margin: 0 0 0 0;


}

div.badgeContainer pre {

    margin-top: 30px;
    padding: 25px 10px;

  }

div.badgeContainer p {
		text-align: center;
}


#badge1, #badge2 {
  border: none;
  display: block;
  margin: 0 auto;
  margin-bottom: -25px;
  width: 180px;
	}

.booking-btn {
  margin: 24px 0;
}
.booking-btn a {
  background: #a30dac;
  padding: 12px 24px;
  color: #fff;
}
.booking-btn a:hover,
.booking-btn a:focus {
  background: #6f0084;
  text-decoration: none;
}

.booking-btn .glyphicon {
  color: #fff !important;
}