/*
Theme Name:     MyChurch
Description: 	An Elegent, Responsive and FLAT Child Theme for Vantage
Author: 		MeshPros
Author URI: 	http://www.meshpros.com/
Theme URI: http://www.meshpros.com/
Template:       vantage
Version:        1.0.2
*/

/*  =========== [ Default Stylesheet Table of Contents ] =========== */
/*
 * 1. Stylesheet Reset - Eric Meyer v2
 * 2. Layout, General
 * 3. Typography, General
 * 4. Header
 * 5. Middle Content
 * 6. Main Content
 * 7. Listings
 * 8. Single Listing
 * 9. Reviews
 * 10. Single Page
 * 11. Single Blog Post
 * 12. Forms
 * 13. Sidebar
 * 14. 404 Page
 * 15. Dashboard
 * 16. Pricing Plans
 * 17. Categories List
 * 18. Footer
 * 19. Admin Bar
 * 20. IE Fixes
 * 21. Responsive
 */

@import url(http://fonts.googleapis.com/css?family=Ubuntu:300,400,700,400italic);
@import url(css/font-awesome/css/font-awesome.css);


/*  =========== [ 1. Eric Meyer reset v2 | 20110126 ] =========== */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:13px;font:inherit;vertical-align:baseline;margin:0;padding:0}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
body{line-height:1}
ol,ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
table{border-collapse:collapse;border-spacing:0}


body, html { margin:0; padding:0; background-color:#F5F5F5; }
body {line-height: 1; font:12px/18px Ubuntu, Helvetica, Arial, sans-serif; color:#555655; }

label {
	cursor: pointer;
}

/* =========== [ 2. LAYOUT, GENERAL ] =========== */


.notice { padding:10px; }




.success-pending { background:#F7F9FA; border:2px solid #E9ECEF; padding:12px; color:#34495E; margin:0 -20px 10px !important; border-left:none; border-right:none; }

.row {
	width: 100%;
	max-width: 960px;
	min-width: 900px;
	margin: 0 auto;
}

.tb {
	border: 1px solid #000;
}

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

img {
	max-width:100%;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

a {
	color:#2588C9;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

.post .alignleft, img.alignleft, a img.alignleft {float:left; margin:0.4em 1em 1em 0}
.post .alignright, img.alignright, a img.alignright {float:right; margin:0.4em 0 1em 1em}
.post .aligncenter, img.aligncenter, a img.aligncenter {display: block; margin-left: auto; margin-right: auto; height:auto; }

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

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

/* =========== [ 3. TYPOGRAPHY, GENERAL ] =========== */
h1, h2, h3, h4, h5 { 
	clear:both;
	font-weight:normal;
	margin-bottom:10px; 
	line-height:normal;
}

h1 {
	font-size:2em;
}
h2 {
	font-size:1.8em;
}
h3 {
	font-size:1.6em;
}
h4 {
	font-size:1.2em;
}
h5 {
	font-size:1em;
}
h6 {
	font-size:.8em;
}

p { margin:0; padding:0; font-size:13px; margin-bottom:18px; }

strong {
	font-weight: bold;
}

a,
a:link,
a:visited,
a:hover,
a:active {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

hr {
	border:0;
	border-top:1px solid #DDD;
}

li {
	line-height:18px;
}

blockquote {
	position:relative;
	color:#444;
	padding:10px 20px 10px 50px;
	font-style:italic;
}

blockquote:before {
	content: "\f10d";
	display: inline-block;
    text-decoration: inherit;
	font-family:FontAwesome;
	margin:0 6px 0 5px;
	font-size:30px;
	position:absolute;
	left:5px;
	top:20px;
	font-style:normal;
}
em {
	font-style: italic;
}

small {
	font-size: 0.8em;
}

code, pre {
	font-family:Consolas,Monaco,"Courier New",Courier,monospace;
	font-size:12px;
	font-weight:inherit;
	overflow-x:auto;
	white-space:pre-wrap;
	word-wrap:break-word;
	background:none repeat scroll 0 0 #F0F0F0;
}

input[type="text"], input[type="password"], input[type="email"], select, textarea {
	font-family:Ubuntu, Arial, Helvetica, sans-serif;
	border:2px solid #AEC2C2;  
	margin-top:0;  
	margin-bottom:10px;  
	padding:8px 12px;  
	width:350px; 
	-khtml-border-radius: 4px; 
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	border-radius: 4px; 
	background:#f9f9f9; 
	font-size:14px; 
	color:#9D9D9D; 
	max-width:100%;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	display:block;
}

textarea {
	min-height:150px;
}

input[disabled]:not(.tt-hint) {
	background:#eee !important;
	border-color:#8A8A8A !important;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, select:focus, textarea:focus {
	border-color: #CCC;
}

input[type=submit], 
input[type=button], 
button {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	display:inline-block;
	color:#ffffff;
	font-size:14px;
	padding:10px 25px;
	text-decoration:none;
	text-transform:uppercase;
	background:#2588C9;
	font-weight:bold;
	border:medium none;
	font-family:Ubuntu, Helvetica, Arial, sans-serif;
	cursor:pointer;
}

.dashboard-review .review-manage input[type="submit"], 
form input[type="button"], 
aside input[type=submit], 
aside input[type=button] {
	font-size:12px;
	padding:5px 12px;
	font-weight:normal;
}


a.reply-link, 
a.comment-reply-link, 
.edit-link a, 
a.fave-button,
.single-event a.fave-button,
.single-listing a.fave-button, 
a.listing-edit-link, 
a.listing-claim-link, 
a.event-edit-link, 
a.va-contact-link {
	font-size:12px;
	padding:5px 12px;
	font-weight:normal;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	display:inline-block;
	color:#ffffff;
	text-decoration:none;
	text-transform:uppercase;
	background:#2588C9;
	border:medium none;
	font-family:Ubuntu, Helvetica, Arial, sans-serif;
	cursor:pointer;
}

a.reply-link:hover, 
a.comment-reply-link:hover, 
.edit-link a:hover, 
a.fave-button:hover,
.single-event a.fave-button:hover,
.single-listing a.fave-button:hover, 
a.listing-edit-link:hover, 
a.listing-claim-link:hover, 
a.event-edit-link:hover, 
a.va-contact-link:hover, 
input[type="submit"]:hover, 
input[type="button"]:hover, 
button:hover {
	background:#1EBCE4;
	text-decoration:none;
}



/* =========== [ 4. HEADER ] =========== */

#masthead { background:#fff; }
#masthead img{ max-height: 160px; }

#masthead .row {
 	position: relative;
	overflow: hidden;
	width:940px;
}

/* header */
#header-top {  background:#323232; border-top: 1px solid #797979; display:none;}
.ab-top-menu { max-width:80% ; float:left;}
#wpadminbar ul li {
	margin:0 !important;
	padding:0 !important;
}
.ab-top-secondary { float:right;}
.header-top-res { margin:0 auto; width:940px; }
.header-top-res p { padding:12px 0 12px 8px; line-height:16px; color:#999; text-align:right; }
.header-top-res p a { color:#999;  text-decoration:none; }
.header-top-res p a:hover { color:#fff; }

.header-top-res li {
	float:left;
	margin-right:10px;
	position:relative;
}
.header-top-res li:after, .header-top-res .add-nav li:last-child:after {
	color: #4F4F4F;
    content: "|";
    font-size: 15px;
    line-height: 17px;
    margin-left: 10px;
    vertical-align: -1px;
}
.header-top-res li:last-child:after {
	content:"";
	margin-left:0;
}

.header-top-res a {
	color:#999;
	text-decoration:none;
}
.header-top-res a:hover {
	color:#fff;
}
.header-top-res a.selectBox-dropdown {
	display:none !important;
}

/* Top Menu */

.header-top-res ul.menu {
	margin:0;
	padding:10px 0 0;
	list-style:none;
	font-size:13px;
	line-height:20px;
	position:relative;
	float:left;
	display:inline;
}
* html .header-top-res ul.menu {
	margin:0;
}

.header-top-res ul.menu li {
	padding-bottom:10px;
}
.header-top-res ul.menu ul.sub-menu {
	display:none;
	position:absolute;
	width:auto;
	z-index:998;
	top:15px;
	left:-40px;
	-moz-box-shadow: 0 2px 0 -1px #CBD8D8;
	-webkit-box-shadow: 0 2px 0 -1px #CBD8D8;
	box-shadow: 0 2px 0 -1px #CBD8D8;
	border-bottom: 1px solid #CBD8D8;
}
.header-top-res ul.menu ul.sub-menu:before {
	content: "\f0d8";
	display:block;
    text-decoration: inherit;
	font-family:FontAwesome;
	margin-right:5px;
	font-size:24px;
	color:#fff;
	padding-left:50px;
	height:15px;
	cursor:pointer;
}
.header-top-res ul.menu li:hover ul.sub-menu {
	display:block;
}
.header-top-res ul#nav.menu ul.sub-menu li {
	background:none;
	padding:0;
	margin:0;
	border-left: 1px solid #CBD8D8;
	border-right: 1px solid #CBD8D8;
}
.header-top-res ul.menu ul.sub-menu li:hover {
	margin-top:0;
}
.header-top-res ul.menu ul.sub-menu li:after {
	content:"";
	margin:0;
	padding:0;
}
.header-top-res ul.menu ul.sub-menu li a {
	text-align:left;
	width:167px;
	padding:10px;
	color:#4F4F4F;
	display:block;
	background:#fff;
}
.header-top-res ul.menu ul.sub-menu li a:hover {
	color:#2588C9;
}
.header-top-res ul.menu ul.sub-menu li ul.sub-menu {
	display:none;
	left:177px;
	margin:-2px 0 0 0;
	top:2px;
}
.header-top-res ul.menu ul.sub-menu li:hover ul.sub-menu {
	display:block;
}

.header-top-res .bar {
	float:right;
	display:inline;
}

.header-top-res .bar li {
	margin-right:5px;
}
.header-top-res .bar li:after {
    margin-left: 5px;
}

.header-top-res .add-nav {
	margin:10px 0;
	padding:0;
	list-style:none;
	float:right;
	font-size:12px;
	line-height:20px;
}


.header-top-res .social {
	margin:10px 0;
	padding:0;
	list-style:none;
	float:right;
	font-size:12px;
	line-height:20px;
}
.header-top-res .social li a, .rss-link {
	float:left;
	/*text-indent:-9999px;*/
	overflow:hidden;
	width:14px;
	height:20px;
}

#masthead hgroup {
	color: #FFFFFF;
    float: left;
    margin: 15px 0 10px 10px;
}


#masthead hgroup h1 {
	font-size:30px;
	margin-bottom:0;
	font-weight:bold;
}

#masthead hgroup h1 a {
	color:#fff;
}

#masthead hgroup h1 a:hover {
	text-decoration:none;
	color:#f4f4f4;
}
#masthead hgroup .description { padding:0; margin:0; }

.fl_logo {
    background: url("images/logo.png") no-repeat scroll 0 center transparent;
    height: 50px;
    width: 300px;
}

#rounded-nav-box {
	position:relative;
	margin:0 10px;
}

#rounded-nav-box-overlay {
 	overflow: visible;
}

#masthead .advert {
	float:right;
	margin:10px 0 5px 0;
}

#masthead .advert a img {
	width: 468px;
}

#masthead .advert .textwidget{
	margin: 0;
}

/* Navigation */
#main-navigation {
	background:#2588C9;
}
#main-navigation .menu > ul {
	margin:7px 0;
}
#main-navigation .menu ul {
	float:left; 
	padding:0; 
	list-style:none; 
	z-index:99; 
	line-height:1; 
	font:normal 13px Ubuntu, HelveticaLTStdRoman, Arial, Helvetica, sans-serif;
}

#main-navigation:after {
	content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#main-navigation .menu li {
	float:left; 
	margin:0 6px 0 0; 
	width: auto; 
	text-transform:uppercase;
	position:relative;
}

#main-navigation .menu li a {
	padding:6px 15px; 
	position:relative; 
	color:#fff; 
	display:block;
	line-height:18px; 
	text-decoration:none; 
	-moz-border-radius: 5px; -
	webkit-border-radius: 5px; 
	border-radius: 5px;
}
#main-navigation .menu ul li.current-menu-parent > a, 
#main-navigation .menu ul li.current-menu-item > a { 
	color:#fff; 
	background:#2DAACD; 
}
#main-navigation .menu > ul > li:hover > a, 
#main-navigation .menu ul li.current-menu-parent:hover > a, 
#main-navigation .menu ul li.current-menu-item:hover > a { 
	background-color:#fff; 
	color:#333;
}

/* tinynav navigation menu */
.tinynav { margin:10px 0; display:none; float:left; font-size:16px; color:#666666; }


#main-navigation ul.sub-menu { background:#fff; position:absolute; display:none; width:180px; border:1px solid #eee; border-top:none; border-width:1px 1px 0; z-index:999; display:none; position:absolute; margin:-4px 0 0; -khtml-border-radius:0 3px 3px 3px; -moz-border-radius:0 3px 3px 3px; -webkit-border-radius:0 3px 3px 3px; border-radius:0 3px 3px 3px;  width:200px; -moz-box-shadow: 0 1px 0 1px #CBD8D8; 	-webkit-box-shadow: 0 1px 0 1px #CBD8D8; -khtml-box-shadow: 0 1px 0 1px #CBD8D8; 	box-shadow: 0 1px 0 1px #CBD8D8; }

#main-navigation li:hover > ul.sub-menu {
	display:block;
}

#main-navigation ul.sub-menu li {
	margin:0; 
	padding:0px; 
	float:none; 
	text-transform:none; 
	font-weight:normal;
}

#main-navigation ul.sub-menu li a {
	background:none; 
	padding:7px 12px; 	
	-moz-border-radius: 0; 
	-webkit-border-radius: 0; 
	border-radius: 0; 
	color:#555555;
}

#main-navigation .menu ul.sub-menu li:hover > a, #main-navigation .menu ul.sub-menu li ul.sub-menu  li:hover > a  { 
	text-decoration:none; 
	background:#f4f4f4;
}

#main-navigation .menu ul li ul.sub-menu li ul.sub-menu {
	display:none; top:5px; left:190px; -khtml-border-radius:0 3px 3px 0; -moz-border-radius:0 3px 3px 0; -webkit-border-radius:0 3px 3px 0; border-radius:0 3px 3px 0; -moz-box-shadow: 1px 1px 0 1px #CBD8D8; 	-webkit-box-shadow: 1px 1px 0 1px #CBD8D8; -khtml-box-shadow: 1px 1px 0 1px #CBD8D8; 	box-shadow: 1px 1px 0 1px #CBD8D8;
}

#main-navigation .menu ul li ul.sub-menu li:hover > ul.sub-menu {
	display: block;
}

#main-navigation .menu ul li ul.sub-menu li ul.sub-menu li a {
	background:#fff;
}
 
/* Dropdown categories list */
#main-navigation .adv_categories {
	display: none;
	position: absolute;
	margin:-4px 0 0 1px;
	left: 0;
	z-index: 99;
	background-color: #fff;
	min-width: 675px;
	border:1px solid #eee; 
	border-top:none;
	z-index:998; 
	-moz-box-shadow: 0 1px 0 1px #CBD8D8; 	
	-webkit-box-shadow: 0 1px 0 1px #CBD8D8; 
	-khtml-box-shadow: 0 1px 0 1px #CBD8D8; 	
	box-shadow: 0 1px 0 1px #CBD8D8;
	
}

#main-navigation .menu li:hover .adv_categories {
	display: block;
}

#main-navigation .adv_categories ul {
	position:relative; 
	background:none; 
	border:none; 
	left:0;
}

#main-navigation .adv_categories ul li {
	border:none; 
	font-size:12px; 
}

#main-navigation .adv_categories .catcol {
	float:left; 
	padding:0 12px 0 12px; 
	width:200px; 
	border-left:none; 
	vertical-align:top; 
	margin-top:20px;
}

#main-navigation .adv_categories .catcol ul {
	padding:8px 0; 
	list-style:none;
}

#main-navigation .adv_categories .catcol li {
	float:none; 
	margin:0; padding:0;
}

#main-navigation .adv_categories  .catcol ul li a {
	margin:0; 
	padding:4px 0; 
	color:#545454; 
	text-decoration:none; 
	background: none;
}

#main-navigation .adv_categories .catcol ul.maincat-list {
	margin:0; 
	padding:0;
}

#main-navigation .adv_categories .catcol ul li.maincat { 
	width:180px; 
	border-bottom:1px solid #DDDDDD; 
	font-weight:bold; 
	padding:0; 
	text-transform:uppercase; 
	margin-bottom:0px; 
	clear:both; 
}

#main-navigation .adv_categories .catcol ul li.maincat:after, 
#main-navigation .adv_categories .catcol ul li.maincat > ul.subcat-list:after {
	content: " "; /* Older browser do not support empty content */
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}

#main-navigation .adv_categories .catcol ul li.maincat a { background:none; line-height:20px; clear:left; display:inline-block; }
#main-navigation .adv_categories .catcol ul li.maincat > a {
	color:#2DAACD;
}
#main-navigation .adv_categories .catcol ul li.maincat a:hover {background:none; text-decoration:underline !important;}
#main-navigation .adv_categories .catcol ul li.maincat > ul.subcat-list {  border-top:1px solid #DDDDDD; border-bottom:1px solid #FFFFFF; margin-bottom:-3px; padding-bottom:8px; padding-top:0; }
#main-navigation .adv_categories .catcol ul li.maincat > ul.subcat-list > li { padding-left:0; }
#main-navigation .adv_categories .catcol ul.subcat-list { padding:5px; width:auto; background-color:#FFFFFF; float:none; }
#main-navigation .adv_categories .catcol ul.subcat-list ul.subcat-list {margin:0;}
#main-navigation .adv_categories .catcol ul li.cat-item { clear:both; width:auto; padding:0 0 0 12px; font-size:12px; text-transform:none; float:left;}
#main-navigation .adv_categories .catcol ul li.cat-item a {display:inline; padding:0; line-height:20px;}
#main-navigation .adv_categories .catcol ul li.cat-item a:hover {text-decoration:underline !important;}
#main-navigation .adv_categories .first {border-left:none;}

#main-navigation a.menu-toggle {
	display:none;
	background:#2DAACD;
	color:#fff;
	text-transform:uppercase;
	padding:10px 15px;
	font-size:18px;
	line-height:normal;
}
#main-navigation a.menu-toggle:hover {
	text-decoration:none;
}

#main-navigation a.menu-toggle i {
	float:right;
}

/* Main Search */

#main-search {
	clear: both;
	padding: 15px;
	overflow:hidden;
	background:#E5E5E5;
	margin:0 10px 15px;
	color:#8C8C8C;
}

.search-for, .search-location, .search-select {
	width:16%;
	margin:0 2% 0 0;
	padding:0;
	position:relative;
	float:left;
}

.search-for, .search-location {
	width:34%;
}

.no-events .search-for, .no-events  .search-location {
	width:43%;
}

body #main-search {
	min-height:0;
}

#main-search .mid.h39 {
	background:#fff;
	height:36px;
}

#main-search .search-help {
	font-size: 11px;
}

#main-search input.text, #main-search input.tt-hint {
	border:none; 
	font-size:15px;
	color:#666666; 
	padding:8px 8px 9px; 
	-khtml-border-radius: 0px; 
	-moz-border-radius: 0px; 
	-webkit-border-radius: 0px; 
	border-radius: 0px; 
	background-color: #FFF; 
	width:100%; 
	margin-bottom:0; 
	height:36px;
}

#main-search input.tt-hint {
	background:#fff !important;
	margin-top:0 !important;
	font-size:15px !important;
}

#main-search select {
	float:right; 
	padding:8px; 
	font-size:15px;
	color:#666666; 
	border:none; 
	width:100%; 
	-khtml-border-radius: 0; 
	-moz-border-radius: 0; 
	-webkit-border-radius: 0; 
	border-radius: 0;  
	background:#fff;
	height:36px;
	margin:0;
}

.search-button {
	width:10%;
	margin:0;
	position:relative;
	float:left;
}



#search-submit {
	float:left;
	width:100%;
	padding: 0; 
	text-align: center; 
	outline: none;
	display: inline-block;
	cursor:pointer;
	font:bold 14px/34px Ubuntu, Arial, Helvetica, sans-serif; 
	min-width:70px; 
	height:36px; 
	border:none;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
}

/* Breadcrumbs */

#breadcrumbs {
	margin: 10px;
	padding:0;
}


.breadcrumb-trail a {
	color: #2588C9;
	font-size: 12px;
}

.breadcrumb-trail .trail-begin a:hover {
	text-decoration:none;
}

.breadcrumb-trail i {
	font-size:16px;
}

/* =========== [ 5. MIDDLE AKA CONTENT ] =========== */

#content {
	position:relative;
}

#content-mid {
	min-height:100%;
	position: relative;
	top:0px;
	overflow: visible;
	position:relative;
	border:none;
	outline: none;
	margin-top: 0;
	background: #F5F5F5;
}
.page-template-create-listing-php #content-mid { background:none; }

/* No sidebar for these pages, so remove the sidebar shadow */
#content-inner {
	position:relative;
	
}

#list-page-top .widget_fl_listings_events_map img, 
#sidebar .widget_listing_event_map img {
	max-width:none;
}

/* =========== [ 6. MAIN CONTENT ] =========== */

#main,
div.list {
	width:700px;
	position: relative;
	padding:0;
	float:left;
	margin:0 10px;
}

div.list div.list {
	margin:0;
}

/* Main Content Global Elements */

#main .section-head,
div.list .section-head {
	position: relative;
	left:0;
	display: inline-block;
}

#main {
	background:#fff; 
	border:1px solid #CBD8D8; 
	-moz-box-shadow: 0 2px 0 -1px #CBD8D8; 	
	-webkit-box-shadow: 0 2px 0 -1px #CBD8D8; 
	box-shadow: 0 2px 0 -1px #CBD8D8;
	padding:20px;
	width:658px;
}

#main .section-head h1,
div.list .section-head h1, 
article h1 {
	font-size: 24px;
	line-height:26px;
}

.archive-top {
	margin: 0;
}

.archive-head {
	margin-top: 0;
}

/* Ratings Stars */

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

/* notifications */
/* notifications */

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

.notice.success {
	background:#CFC;
	border:2px solid #38C838;
	margin:0 -20px 10px !important; 
	border-left:none; 
	border-right:none;
	padding:12px;
	color:#0B7C0B;
}

.notice.success-pending { 
	background:#F7F9FA; 
	border:2px solid #E9ECEF; 
	padding:12px; color:#34495E;
	margin:0 -20px 10px !important; 
	border-left:none; 
	border-right:none;
}

.notice.error {
	border:2px solid #F00;
	background:#FCC;
	padding:12px 20px; color:#C10909;
	margin:0 -20px 10px !important; 
	border-left:none; 
	border-right:none;
}

.notice.error span a,
.notice.error div a {
	color:#C00;
	text-decoration:underline;
}

input.error,
select.error,
textarea.error {
	background-color: #FFEBE8 !important;
	border-color: #CC0000 !important;
	margin-bottom:0;
}

label.error {
	color: #CC0000 !important;
	display:block;
	margin-bottom:10px;
}

.expired-notice {
	margin:10px 0 0;
	overflow:hidden;
	position:relative;
	color:#C00;
	font-size:16px;
}

.expired-notice .listing-edit-link {
	margin:0;
	float:right;
}

/* pagination */

.pagination {
	margin:0 0 30px 0;
	text-align:center;
	font-size:16px;
	font-weight:bold;
}

.pagination .page-numbers {
	padding:10px;
	background-color:#FFF;
	margin:0 3px;
	text-decoration:none;
	-moz-box-shadow: 0 2px 0 -1px #CBD8D8;
	-webkit-box-shadow: 0 2px 0 -1px #CBD8D8;
	-khtml-box-shadow 0 2px 0 -1px #CBD8D8;
	box-shadow: 0 2px 0 -1px #CBD8D8;
    border: 1px solid #CBD8D8;
	min-width:20px;
	display:inline-block;
}
.pagination .page-numbers:hover { text-decoration:none; }
.pagination .current {
	padding:10px;
	margin:0 3px;
	background:#2588C9;
	color:#fff;
	-moz-box-shadow: 0 2px 0 -1px #6ED9F4;
	-webkit-box-shadow: 0 2px 0 -1px #6ED9F4;
	-khtml-box-shadow 0 2px 0 -1px #6ED9F4;
	box-shadow: 0 2px 0 -1px #6ED9F4;
    border: 1px solid #6ED9F4;
	min-width:20px;
	display:inline-block;
}
/* =========== [ 7. LISTINGS ] =========== */

.content-bar {
	overflow:hidden;
	height:1%;
	font-size:11px;
	line-height:13px;
	position:relative;
	text-transform:uppercase;
	padding:10px 20px;
	margin:0 -20px 20px;
	background:#f8f8f8;
	clear:both;
}
.content-bar.text-footer p {
	text-transform:none;
	font-size:12px;
}
.content-bar:after {
	content: " "; /* Older browser do not support empty content */
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}
* html .content-bar {
	margin:0 -30px 0 -18px;
	width:620px;
}

.content-bar p, .single-listing article.listing .content-bar p, .single-event article.event .content-bar p {
	font-size:11px;
	margin:0;
	line-height:normal;
	padding:0;
	float:left;
}

.content-bar i.icon-folder-open, .content-bar i.icon-calendar {
	
}
.content-bar .comments {
	float:left;
	padding:0 0 0 23px;
}
.content-bar .posted {
	float:right;
}
* html .content-bar .posted {
	margin:2px 24px 0 0;
}
.content-bar .posted a {
	color:#146caa;
	font-weight:bold;
}

.content-bar p.comment-count {
	float:right;
	margin-left:10px;
}

article.listing,
article.event {
	margin: 0 ;
	padding: 13px 13px 13px 170px;
	position: relative;
	background:#fff; border:1px solid #CBD8D8; -moz-box-shadow: 0 2px 0 -1px #CBD8D8; 	-webkit-box-shadow: 0 2px 0 -1px #CBD8D8; box-shadow: 0 2px 0 -1px #CBD8D8;
	clear: both;
	margin-bottom:15px;
	min-height:110px;
}

article.listing.status-expired {
	background:#f8f8f8;
}

article.post {
	clear: both;
	margin: 0;
	padding: 20px;
	background:#fff; border:1px solid #CBD8D8; -moz-box-shadow: 0 2px 0 -1px #CBD8D8; 	
	-webkit-box-shadow: 0 2px 0 -1px #CBD8D8; box-shadow: 0 2px 0 -1px #CBD8D8;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	margin-bottom:10px;
	font-size:13px;
}

/* for listings in dashboard + home */
article.listing img,
article.event img {
	border:1px solid #D2D2D2;
	background-color:#FFF;
	position:absolute;
	top:13px;
	left:13px;
	max-width: 140px;
}

.single-listing article.listing img,
.single-event article.event img {
	position:static;
}
article.post img,
article.page img {
	padding:3px;
	border:1px solid #CCC;
	background-color:#FFF;
}

article.listing #overview img,
article.event #overview img {
	position: relative;
	max-width: 100%;
	height: auto;
	margin: 10px;
	padding: 0px;
	left: 0;
	top: 0;
	border: none;
}

article > h2 {
	margin:0 0 6px 0;
	font-size: 19px;
	float: left;
	clear:left;
}

.single-post article.post .post-heading {
	position: relative;
	display: inline-block;
}

article.post a.comment-count {
	background: transparent url(images/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 a[rel=author] {
	padding-left: 20px;
	margin-left: 5px;
	background: transparent url(images/icon-meta-author.png) no-repeat top left;
}

article.post small ul.post-categories {
	background: transparent url(images/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 h2 {
	max-width:270px;
	font-size:19px;
}

.search-no-results article.listing, .search-no-results article.event {
	padding-left:13px;
}

.search-no-results article.listing h2 {
	max-width:100% !important;
}

article.event h2 {
	font-size:19px;
}

article.listing p,
article.event p, 
article.event div#event-address {
	font-size:12px;
	margin:10px 0 0;
}


article.listing p.dashboard-expiration-meta {
	margin:0;
	font-style:italic;
}

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;
	float: left;
}

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

article.listing p.dashboard-expiration-meta:not(:empty):before, 
p.listing-cat:not(:empty):before,
p.listing-phone:not(:empty):before,
p.event-cat:not(:empty):before,
p.event-phone:not(:empty):before, 
p.listing-address:not(:empty):before,
article.event div.address:not(:empty):before, 
article.event p.event-span:not(:empty):before {
	content: "\f07c";
	display: inline-block;
    text-decoration: inherit;
	font-family:FontAwesome;
	font-size:14px;
	font-weight:normal;
	margin-right:5px;
	font-style:normal;
}

p.listing-phone:not(:empty):before, 
p.event-phone:not(:empty):before {
	content: "\f095";
}

p.listing-address:not(:empty):before,
article.event div.address:not(:empty):before {
	content: "\f041";
}

article.event p.event-span:not(:empty):before {
	content: "\f073";
}

article.listing p.dashboard-expiration-meta:not(:empty):before {
	content: "\f0a2";
} 

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

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

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

/* ShareThis */

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

/* Featured */
/*
article.listing.featured,
article.event.featured {
	margin:0;
	padding:10px 36px 25px 180px;
	margin-bottom:15px;
}

article.listing.featured img {
	left:10px;
}
*/


article .featured-head {
	height: 25px;
	width:74px;
	display:inline-block;
	position: absolute;
	left: -5px;
	top:5px;
	z-index:99;
	background:url(images/featured_tag.png) no-repeat left top;
}

article .featured-head h3 {
	display:none;
}

article .featured-head.post-status-expired-head {
	display:none;
}

/* For Claiming Listings */
.claim-listing {
	margin: 20px 0;
}

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

.sorting {
	margin: 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: #fff; /* for non-css3 browsers */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	z-index: 20;
}

.va_sort_list_selected .control {
	width: 5px;
	height: 8px;
	position: relative;
	float: right;
	margin: 0 2px 0 2px;
	background: transparent url('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;
}

.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: 150px;
	margin: 0;
	float: left;
	display: none;
}

/* =========== [ 7.1. EVENTS ] =========== */
#events-time-nav {
	margin: 5px;
	display: inline-block;
	position: relative;
}

#va_event_archive_navigation {
	height: 24px;
	position: relative;
	border: 1px solid #DDDDDD;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #FEFEFE;
}


#va_event_archive_navigation .nav_item {
	float: left;
	height: 24px;
}

#va_event_archive_prev, 
#va_event_archive_next {
	width: 115px;
	color: #666;
	position: relative;
}

#va_event_archive_prev a, 
#va_event_archive_next a {
	display: block;
	text-align: center;
	font-size: 12px;
	color: #666;
	padding: 4px 0;
	margin: 0;
}

#va_event_archive_prev a {
	margin: 0 0 0 15px;
}

#va_event_archive_prev {
	border-right: 1px solid #DDDDDD;
}

#va_event_archive_prev .control {
	width: 8px;
	height: 14px;
	position: absolute;
	left: 8px;
	top: 5px;
	background: transparent url('images/events-archive-nav-prev.png') no-repeat 0 0;
}

#va_event_archive_next a {
	margin: 0 15px 0 0;
}

#va_event_archive_next .control {
	width: 9px;
	height: 14px;
	position: absolute;
	right: 8px;
	top: 5px;
	background: transparent url('images/events-archive-nav-next.png') no-repeat 0 0;
}

#va_event_archive_month {
	display: none;
}

#va_event_archive_month_list_container {
	height: 24px;
	position: relative;
	border-right: 1px solid #DDDDDD;
	z-index: 49;
}

#va_event_archive_month_list_selected {
	width: 85px;
	height: 24px;
	position: relative;
	float: left;
	z-index: 50;
	top: 0;
	left: 0;
	cursor: pointer;
	background: #F2F9FC;
}

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

#va_event_archive_month_list_selected p {
	height: 24px;
	margin: 4px 0;
	text-indent: 4px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 12px;
	color: #666;
}

#va_event_archive_month_list_container .va_sort_list_wrap {
	width: 84px;
	position: absolute;
	top: 24px;
	left: -1px;
	display: none;
	z-index: 40;
	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_event_archive_month_list {
	position: relative;
	top: 0;
	left: 0;
	z-index: 41;
	font-size: 12px;
	color: #666;
}

#va_event_archive_month_list li {
	width: 85px;
	padding: 1px 0;
	background: #FFF;
	cursor: pointer;
}

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

#va_event_archive_month_list li a:hover{
	text-decoration: none;
}

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

#va_event_archive_month_list_container.active .va_sort_list_wrap {
	display: block;
}

#va_event_archive_year {
	display: none;
}

#va_event_archive_year_list_container {
	height: 24px;
	position: relative;
	border-right: 1px solid #DDDDDD;
	z-index: 49;
}

#va_event_archive_year_list_selected {
	width: 50px;
	height: 24px;
	position: relative;
	z-index: 50;
	float: left;
	top: 0;
	left: 0;
	cursor: pointer;
	background:#F2F9FC;
}

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

#va_event_archive_year_list_selected p {
	height: 24px;
	margin: 4px 0;
	text-indent: 4px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 12px;
	color: #666;
}

#va_event_archive_year_list_container .va_sort_list_wrap {
	width: 49px;
	position: absolute;
	top: 24px;
	left: -1px;
	display: none;
	z-index: 40;
	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_event_archive_year_list {
	position: relative;
	top: 0;
	left: 0;
	z-index: 41;
	color: #666;
	font-size: 12px;
}

#va_event_archive_year_list li {
	width: 49px;
	padding: 1px 0;
	background: #FFF;
	cursor: pointer;
}

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

#va_event_archive_year_list li a:hover{
	text-decoration: none;
}

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

#va_event_archive_year_list_container.active .va_sort_list_wrap {
	display: block;
}


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

.single-listing article.listing {
	padding: 0;
	margin:0;
	border: 0;
	position:relative;
	font-size:13px;
	box-shadow: 0 0;
}

.single-listing article.listing h1 {
	clear:left;
}

.single-listing article.listing p {
	font-size:13px;
	margin:0 0 18px 0;
}

.single-listing article.listing ul {
	margin-bottom:10px;
	font-size:13px;
}

/* single listing stars */

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

.single-listing article.listing p.reviews {
	font-style:italic;
	margin:0;
	float:right;
}

/* social "follow" links */

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

#listing-follow p {
	color: #2588C9;
    font-weight: bold;
	margin: 0 5px 0 0;
	float:left;
}

#listing-follow a {
	text-decoration: none;
}

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

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

.facebook-icon,
.twitter-icon {
	width:24px;
	height:24px;
	float: left;
	margin: 0 5px 0 0;
	text-indent:-9999px;
}

.facebook-icon {
	background: transparent url('images/tiny-facebook-icon.png') no-repeat 0 0;
}

.twitter-icon {
	background: transparent url('images/tiny-twitter-icon.png') no-repeat 0 0;
}

/* Custom field data */

.listing-fields {
	margin-bottom: 10px;
	overflow: hidden;
}

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

.listing-fields p .custom-field-label, .listing-fields p .custom-field-sep {
	color: #2588C9;
    display: inline-block;
    font-weight: bold;
}

.listing-fields p .custom-field-sep {
	margin-right:5px;
}

/* Action buttons: Edit Listing, Favorites */

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

.single-listing article.listing .listing-actions a, 
.single-event article.event .event-actions a {
	margin-top:5px;
}
.listing-faves .fave-button .fave-icon, 
.event-faves .fave-button .fave-icon {
	height: 20px;
	float: left;
	width:21px;
	margin-top:-2px;
}


.fave-icon.listing-fave:before, 
.fave-icon.event-fave:before {
	content: "\f004";
	display: inline-block;
    text-decoration: inherit;
	font-family:FontAwesome;
	font-size:16px;
	font-weight:normal;
	margin-right:5px;
	line-height:22px;
}

.fave-icon.listing-unfave:before, 
.fave-icon.event-unfave:before {
	content: "\f056";
	display: inline-block;
    text-decoration: inherit;
	font-family:FontAwesome;
	font-size:16px;
	font-weight:normal;
	margin-right:5px;
	line-height:22px;
}

.fave-icon.processing-fave {
	background: transparent url('images/processing.gif') no-repeat left center;
	text-indent: -9999px;
	margin-top:-1px !important;
	height: 19px !important;
}


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

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

.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, 
.list .event-faves a.event-fave-link,
.list .event-faves a.event-unfave-link,
.va-dashboard .event-faves a.event-fave-link,
.va-dashboard .event-faves a.event-unfave-link {
	margin:0;
	float:none;
	width:15px;
	height:18px;
	float:right;
	position:relative;
}

.list .listing-faves span.fave-text,
.va-dashboard .listing-faves  span.fave-text,
.list .event-faves  span.fave-text,
.va-dashboard .event-faves  span.fave-text {
	position:absolute;
	top:-45px;
	font-size:11px;
	display:block;
	display:none;
	z-index:20;
	left:50%;
	padding:8px 10px;
	color:#fff;
	line-height:18px;
	margin-left:-75px;
	background:#34495E;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	text-align:center;
	width:150px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

.list .listing-faves span.fave-text:after,
.va-dashboard .listing-faves  span.fave-text:after,
.list .event-faves  span.fave-text:after,
.va-dashboard .event-faves  span.fave-text:after {
	border-top: 9px solid #34495E;
	border-bottom: medium none;
	border-right: 9px solid transparent;
	border-left: 9px solid transparent;
    bottom: 0;
    margin-left: -9px;
	left:50%;
	position:absolute;
	height:0;
	width:0;
	display:block;
}

.single-listing article.listing hr, 
.single-event article.event 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: 0 0 20px 10px;
	float: right;
	background:#EFEFEF;
	overflow:hidden;
	border:0;
	width:250px;
}

#listing-images .larger {
	display:block;
	margin:0 auto;
	text-align:center;
}

#listing-images .larger img {
	
	position:static;
	max-width:none;
	height:auto;
}

#listing-images .smaller {
	margin:0 10px;
}

#listing-images .smaller img {
	margin:0 5px 10px 0;
	border:0;
}

/* 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('images/file-pdf.png') no-repeat;
}

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

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

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

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

/* Listing Tabs */

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

#listing-tabs .tabs,
#event-tabs .tabs {
	height: 36px;
	border-bottom: 2px solid #7F8C9A;
	margin: 20px -20px 0;
}

#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;
}

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

#listing-tabs p {
	line-height:23px;
}

#listing-tabs .tabs a,
#event-tabs .tabs a {
	display: block;
	float: left;
	padding: 9px 30px;
	margin-left: 3px;
 	text-decoration: none;
	font-size: 14px;
	font-weight:bold;
	border:0;
	color:#7F8C9A;
	background:transparent;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

#listing-tabs .tabs a:hover,
#event-tabs .tabs a:hover {
	background: #fff;
	color:#666;
}

#listing-tabs .tabs a.active-tab,
#event-tabs .tabs a.active-tab {
	background: #fff;
	border:2px solid #7F8C9A;
	border-bottom:0;
	padding:7px 28px 11px;
	position:relative;
	z-index:2;
}

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

#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('images/add-review-plus.png') no-repeat 0 0;
	display: inline-block;
	position: relative;
	top: 4px;
	left: -4px;
}

#listing-tabs section {
	padding-top:10px;
}

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

/* =========== [ 8.1 SINGLE EVENT ] =========== */


.single-event article.event {
	padding: 0;
	margin:0;
	border: 0;
	position:relative;
	font-size:13px;
	box-shadow:0 0;
	-moz-box-shadow:0 0;
	-webkit-box-shadow:0 0;
}

.single-event article.event h1 {
	clear:left
}

.single-event article.event h1 a {
	color:#333;
	text-decoration:none;
}

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

.single-event article.event .author,
.single-event article.event .categories {
	margin-top: 0px;
}

.single-event article.event #event-days {
	min-height: 24px;
}

.single-event article.event #event-address {
	min-height: 25px;
	font-size:13px;
}

.single-event article.event #event-address div.address {
	padding: 5px 0;
}

.single-event article.event #event-address div.location + div.address {
	padding: 0;
}

.single-event article.event p {
	font-size:13px;
	margin:0 0 18px;
	line-height:23px;
}

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

#event-follow p {
	color: #2588C9;
    font-weight: bold;
	margin: 0 5px 0 0;
	float:left;
}

#event-follow a {
	text-decoration: none;
}

#event-follow a:hover {
	text-decoration: none;
}

#event-follow .twitter-handle {
	font-weight:bold;
	font-style: italic;
}


/* Custom field data */

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

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




/* =========== [ 8.2 EVENT LISTS ] =========== */
/* !EVENT LISTS */

div.event-cal-thumb {
	width: 140px;
	height: 110px;
	background-color: #E5E5E5;
	position: relative;
	text-align:center;
	border-bottom:1px solid #c3c3c3;
}

div.event-cal-thumb .month {
	font-weight: bold;
	color: #FFF;
	position: absolute;
	top: 0;
	left: 0;
	padding:10px 0;
	width:100%;
	background-color:#2588C9;
	font-size:18px;
}

div.event-cal-thumb .day {
	width: 100%;
	padding:0;
	font-size: 50px;
	font-weight: bold;
	text-align: center;
	color: #555555;	
	position: absolute;
	top: 40px;
	left: 0;
	line-height:normal;
}

article.event div.event-cal-thumb {
	padding: 0px;
	position: absolute;
	top: 26px;
	left: 13px;
}

article.event div.event-cal-thumb.blank-date {
	display:none;
}

div.event-cal-thumb.multi {
	height: 117px;
	background: url(images/event-cal-multi.png) no-repeat center bottom #E5E5E5;
	border-bottom:none;
}

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

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

#reviews .review-list {
	margin:0;
	padding:0 10px 10px;
	list-style:none;
	overflow:hidden;
	height:1%;
	background:#e8e8e8;
}

#reviews .review {
	position:relative;
}

#reviews .review .review {
	padding-left:60px;
}

#reviews .review .review-inner {
	height:1%;
	overflow:hidden;
	background-color:#FFFFFF;
	border:1px solid #CCC;
	margin:7px 0px 0;
	padding:10px;
	min-height:34px;
	list-style-type:none;
	line-height:18px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}


#reviews .review .review-author img.avatar {
	padding: 2px;
	border: 1px solid #D2D2D2;
	float: left;
	position: relative;
	display:block;
	top:0;
	left:0;
	margin:0;
}

#reviews .review .review-author-meta {
	border-bottom: 1px dotted #999999;
    height: 1%;
    margin: 0 0 5px 83px;
    overflow: hidden;
}

#reviews .review .bar {
	font-size: 13px;
    font-weight: bold;
}

#reviews .review .review-author .review-author-meta span.date {
	font-size:12px;
	float:right;
	font-weight:normal;
	padding:3px 0 3px 5px;
}

#reviews .review .review-author .review-author-meta span.review-author-info a:hover {
	text-decoration:none !important;
}

#reviews .review .review-author .review-author-meta > div {
	float: right;
	margin:3px 5px 3px 0;
}

#reviews .review .review-author-reply {
	float:right;
}

#reviews .review .review-author-reply  i {
	margin-right:5px;
}

#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 {
	padding-bottom: 5px;
	margin:0 0 0 83px;
	
}

#reviews .review .review-content p {
	line-height:23px;
	font-size:13px;
}

#reviews .review.review-reply .review-author-meta, 
#reviews .review.review-reply .review-content {
	margin-left:0;
}

#add-review-form label {
	color:#8A8A8A;
}

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

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

#add-review-form textarea,
#reply-review-form textarea {
	width: 100%;
	max-width:500px;
	height:150px;
	display:block;
	margin:5px 0 10px;
}

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

/* =========== [ 9.1 EVENT COMMENTS ] =========== */

.commentlist {
	margin:0;
	padding:0 10px 10px;
	list-style:none;
	overflow:hidden;
	height:1%;
	background:#e8e8e8;
}

#comments .comment {
	position: relative;
}

.comment .comment-inner {
	height:1%;
	overflow:hidden;
	background-color:#FFFFFF;
	border:1px solid #CCC;
	margin:7px 0px 0;
	padding:10px;
	min-height:34px;
	list-style-type:none;
	line-height:18px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.comment .comment {
	padding-left: 60px;
}

#comments .comment .comment-author img.avatar {
	padding: 2px;
	border: 1px solid #D2D2D2;
	float: left;
	position: relative;
	display:block;
	top:0;
	left:0;
	margin:0;
}

#comments .comment .comment-author .comment-author-meta {
	border-bottom: 1px dotted #999999;
    height: 1%;
    margin: 0 0 5px 83px;
    overflow: hidden;
}

#comments .comment .bar {
	font-size: 13px;
    font-weight: bold;
}

#comments .comment .comment-author .comment-author-meta span.date, 
#comments .comment .comment-author .comment-author-meta span.time {
	font-size:12px;
	float:right;
	font-weight:normal;
	padding:3px 5px;
}

#comments .comment .comment-author .comment-author-meta span.comment-author-info a:hover {
	text-decoration:none !important;
}

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

#comments .comment .comment-content {
	padding-bottom: 5px;
	margin:0 0 0 83px;
	
}

#comments .comment .comment-content p {
	line-height:23px;
	font-size:13px;
}

#comments .comment .comment-content .comment-awaiting-moderation {
	color: #888;
}

#comments .comment .comment-author-reply {
	float:right;
}

#comments .comment .comment-author-reply i {
	margin-right:5px;
}

#comments #comment-nav-below {
	margin: 10px 0 5px;
	padding: 5px 0;
	border-top: 1px solid #CECECE;
}

#comments #comment-nav-below .assistive-text {
	font-size: 14px;
}


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

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

#respond #cancel-comment-reply-link {
	font-size: 11px;
	font-weight: normal;
}
/* =========== [ 10. SINGLE PAGE ] =========== */

.page article.page {
	margin:0;
	border: 0;
	position:relative;
	padding:0;
	box-shadow:0 0;
	-moz-box-shadow:0 0;
	-webkit-box-shadow:0 0;
}

.page article.page h1 a {
	color:inherit;
	text-decoration:none;
}

article.page p {
	line-height:23px;
}

article.page ul, article.page ol {
	padding-left:40px; 
	line-height:18px; 
	margin-top:0
}

article.page ul li {
	padding:3px 0;
	list-style:disc outside none;
}

article.page ol li {
	padding:3px 0;
	list-style:decimal outside none;
}

.page-template-create-listing-php.not-logged-in #content #main p,
.page-template-create-event-php.not-logged-in #content #main p {
	padding: 20px;
	width: 795px;
	margin-top: 0;
}

/* =========== [ 11. SINGLE BLOG POST ] =========== */

.single-post article.post {
	margin:0;
	border: 0;
	position:relative;
	padding:0;
	box-shadow:0 0;
	-moz-box-shadow:0 0;
	-webkit-box-shadow:0 0;
}

.single-post article.post .sharethis, 
.single-listing article.listing .listing-share, 
.single-event article.event .listing-share {
	margin: 15px 0;
}

article.post p {
	line-height:23px;
}

article.post ul, article.post ol {
	padding-left:40px; 
	line-height:18px; 
	margin-top:0
}

article.post ul li {
	padding:3px 0;
	list-style:disc outside none;
}

article.post ol li {
	padding:3px 0;
	list-style:decimal outside none;
}

.single-post article.post ol.commentlist {
	margin: 20px 0;
	padding: 0 10px 10px;
}

.single-post article.post ol.commentlist li {
	position:relative;
	list-style:none outside none;
}

.single-post article.post ol.commentlist li ul {
	margin:0;
	padding:0;
}

.single-post article.post ol.commentlist li ul li {
	padding-right: 0;
	padding-bottom: 0;
}
.commentlist .comment-author .says {
	display: none;
}

.commentlist .comment-body {
	overflow: hidden;
}

.commentlist .comment-author img,
.commentlist .comment-author cite {
	float: left;
	margin: 0 20px 0 0;
	padding: 0;
	text-transform: capitalize;
}

.commentlist .comment-body .comment-meta {
	float: right;
}

.commentlist .comment-body .comment-meta a {
	text-decoration: none;
}

.commentlist .comment-body p {
	clear: both;
	margin: 0 0 10px 55px;
	float: left;
}

.commentlist .comment-body .reply {
	clear: both;
	float: left;
	margin: 0 0 10px 55px;
}

article.post p.wp-caption-text {
	color: #888;
	font-size: 11px;
	margin: 5px;
	line-height:15px;
	padding:0;
}

#respond h3 {
	font-size: 18px;
    font-weight: bold;
}
#respond h3:before, #comments h2:before {
  font-family:FontAwesome;
  margin-right:10px;
  font-size:24px;
  font-weight:normal;
}
#respond h3:before { content: "\f075"; }
#comments h2:before { content: "\f086"; }

.commentlist #respond {
	height:1%;
	overflow:hidden;
	background-color:#FFFFFF;
	border:1px solid #CCC;
	margin:7px 0px 0;
	padding:10px;
	min-height:34px;
	list-style-type:none;
	line-height:18px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}

.commentlist #respond p {
	width:auto;
	padding:0;
	margin-right:0;
	float:none;
}

#respond small {
	background: none;
	margin: 0;
	padding: 0;
}

#cancel-comment-reply {
	display: none;
}

#commentform {
	width: 100%;
}
#commentform p.comment-form-author { clear:left; }
#commentform p.form-allowed-tags, #commentform p.comment-notes { display:none; }

#commentform p {
	padding:7px 0;
	float:left;
	width:32%;
	margin-right:2%;
	margin-bottom:0;
}

.single-event #commentform p {
	width:49%;
}

.single-event #commentform p.comment-form-email, 
.single-post #commentform p.comment-form-url {
	margin-right:0;
}

#commentform p.comment-form-comment {
	clear:both;
	float:none;
	width:auto;
	margin:0;
}

#commentform input[type=text], #commentform textarea {
	clear: both;
	width:100%;
	max-width:100%;
	margin:0;
}

.single-event #commentform p.form-submit, 
.single-post #commentform p.form-submit {
	clear:both;
	float:none;
	width:auto;
	margin:0;
}

#commentform span.required {
	display:none;
}

#commentform label small {
	border: none;
	padding: 0;
	margin: 0;
	width: inherit;
	display: inline;
	background: transparent;
}


/* =========== [ 12. FORMS ] =========== */

form {
	position:relative;
	min-width:0;
}

fieldset {
	position:relative;
	margin:20px 0 10px;
	min-width:0;
}

@-moz-document url-prefix() {
    fieldset {
        display: table-cell;
    }
}

legend {
	position:relative;
}

:focus {
	outline: none;
}

label {
 	font-size:14px;
}

label span.description {
	color:#999;
}

/* Create listing/event form */

#create-listing,
#create-event {
	margin:0;
	padding:0;
}

.featured-head h3 {
	display:block;
}

.form-field {
	position:relative;
}

#listing-map,
#event-map {
	width: 100%;
	height: 250px;
	position: relative;
	border: 1px solid #C2C1C2;
	background-color: #E5E3DF;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

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

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


#create-listing .web label input[type="text"],
#create-event .web label input[type="text"], 
#create-event .location-url label input[type="text"] {
	padding-left:50px;
}

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

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

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

#create-event #event_days label input[type="text"] {
	width:100%;
}

td.delete span.ui-icon {
	cursor:pointer;
}

td.delete span.ui-icon:hover {
	background-color:transparent;
	border:0;
}

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

#create-listing .images li,
#create-event .images li {
	padding: 10px;
}

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

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

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

#create-listing .images, 
#create-event .images {
	margin-bottom:10px;
}

#create-listing .images p,
#create-event .images p {
	margin-bottom:10px;
}

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

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

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

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

#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;
	vertical-align:top;
}

#login-form { margin:0; }

#login-form p, 
#login-form.register-form p {
	margin:0 0 18px;
}

#login-form .form-field {
	margin:0 0 20px;
	width:auto;
}

#login-form.login-form input[type="text"], 
#login-form.login-form input[type="password"] {
	width:350px;
}

#pass-strength-result {float:left;margin:12px 5px 5px 1px;padding:7px;text-align:center;-khtml-border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; font-size:13px; width:350px;  -webkit-box-sizing: border-box; -moz-box-sizing: border-box;  box-sizing: border-box; color:#fff; font-weight:bold; border:0; max-width:100%; }
#pass-strength-result.good {background-color:#F9D936 !important;}
#pass-strength-result {background-color:#8a8a8a !important;}
#pass-strength-result.bad {background-color:#F45435 !important;}
#pass-strength-result.strong {background-color:#6ABE59 !important;}
#pass-strength-result.short {background-color:#E51010 !important;}

#login-form p.description.indicator-hint {
	clear:both;
}

/* 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 table tr td {
	padding:5px 25px 5px 5px;
	font-size:14px;
}

.order-summary table tfoot {
	border-top:1px solid #999;
}

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

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

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

/* =========== [ 13. SIDEBAR ] =========== */

#sidebar {
	width:220px;
	margin:0 10px;
	float:right;
	position:relative;
}

#sidebar .row {
	max-width:100%;
	min-width:0;
	margin-bottom:10px;
	position:static !important;
}

#sidebar .notice {
	margin:0 !important;
}

#sidebar aside {
	margin:0 0 15px 0;
	position:relative;
	clear:left;
	background:#fff; border:1px solid #CBD8D8;
	-moz-box-shadow: 0 2px 0 -1px #CBD8D8; 	-webkit-box-shadow: 0 2px 0 -1px #CBD8D8; box-shadow: 0 2px 0 -1px #CBD8D8;
	padding-bottom:10px;
}

#sidebar aside:after {
	content: " "; /* Older browser do not support empty content */
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}

/* tag cloud widget styles */
.widget_tag_cloud .tagcloud{ padding:10px}
div#tagcloud a, .widget_tag_cloud a, .widget_ad_tag_cloud a{ color:#fff; background:#8A8A8A; padding:0.3em 0.6em;display:inline-table;margin:0 0 5px 0; -khtml-border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; display:inline-block; }
div#tagcloud a:hover, .widget_tag_cloud a:hover, .widget_ad_tag_cloud a:hover {  background:#666; text-decoration:none; }



#sidebar p {
	margin: 0 0 8px;
	font-size:12px;
}

#sidebar ul {
	overflow:hidden;
}

#sidebar li {
	margin:0;
	padding: 7px 5px 7px 12px;
	border-bottom: 1px dashed #DFDFDF;
}
#sidebar .widget li:before { 
	content: "\f105"; 
	display: inline-block;
    text-decoration: inherit;
	font-family:FontAwesome;
	margin:0 6px 0 0;
	font-size:14px; 
}
	
#sidebar .widget_popular_listing_categories li:before, 
#sidebar .widget_listing_categories li:before, #sidebar .widget_categories li:before { content: "\f07c";  }
#sidebar .widget.widget_recent_reviews li:before, #sidebar .widget.widget_connect li:before  { content: ""; display:none;  }

#sidebar .widget_similar_events li:before, 
#sidebar .widget_upcoming_events li:before, 
#sidebar .widget_recent_events li:before {
	content: "\f073";
}

#sidebar .widget_similar_events li, 
#sidebar .widget_upcoming_events li, 
#sidebar .widget_recent_events li {
	padding:10px 10px 10px 30px;
	text-indent:-10px;
}

#sidebar .widget_recent_listings li:before {
	content:"\f0f2";
}
	

#sidebar .widget_recent_listings li {
	padding:10px 10px 10px 30px;
	text-indent:-10px;
}

#sidebar .widget_similar_events li, 
#sidebar .widget_upcoming_events li, 
#sidebar .widget_recent_events li, 
#sidebar .widget_recent_listings li, 
#sidebar .widget_popular_listing_categories li, 
#sidebar .widget_listing_categories li, 
#sidebar .widget_categories li {
	font-size:13px;
}

#sidebar li:last-child { border-bottom:none; }

#sidebar .section-head {
	margin-bottom: 10px;
}

#sidebar .section-head h3 {
 	margin:0;
	padding: 10px 12px 11px;
	font-size: 16px;
	font-weight:bold;
	border-bottom:1px dashed #DBDBDB;
}


/* Add listing & event button */

#sidebar .widget_create_listing_button,
#sidebar .widget_create_event_button {
 	background: none;
    border: 0 none;
	box-shadow: 0 0;
	-moz-box-shadow: 0 0;
	-webkit-box-shadow: 0 0;
	padding:0;
}
.widget_create_listing_button a{
}

.widget_create_listing_button a,
.widget_create_event_button a {
	border: 0;
	display: block;
	margin: 0 0 10px;
	overflow: hidden;
	border-radius: 0px;
	border: none;
	background: url(images/get-business.png) no-repeat;
	color: #FFF;
	background-size: 100%;
	width: 260px;
	height: 65px;
	text-indent: -3000px;
}

.widget_create_listing_button a:hover,
.widget_create_event_button a:hover {

}
/* Sidebar Map Listing */

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

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

#sidebar .widget_listing_event_map #directions_from_address input {
	margin-right:5px;
	margin-top:5px;
	
}

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

#sidebar .widget_listing_event_map #map_directions_title {
	font-size: 20px;
	font-weight: bold;
	color: #333;
	display: none;
	margin-bottom: 15px;
}

.adp-text {
	vertical-align:middle;
}

.adp-placemark td {
	padding:5px;
}
 
/* Vantage widget header map */

#header-map {
	position: relative;
	bottom: 0px;
	margin-bottom: 20px;
	display: none;
}

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

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

#listings-events-map {
	height: 300px;
	position: relative;
}

#listings-events-map-cont .map_corner {
	display:none;
}


/* Vantage widget categories */

.widget_listing_categories {
 }

.widget_listing_categories li {
	margin-right: 12px;
}

.widget_listing_categories li {
	padding: 7px 0 7px 7px;
	border-bottom: 1px dotted #DFDFDF;
}
.widget_listing_categories li:last-child { border:none; }

/* Vantage widget recent reviews */

#sidebar li.recent-review {
	margin:0px 10px 20px 10px;
	padding:0;
	border: none;
	background: none;
	display:table;
}

.widget_recent_reviews li.recent-review .review-author {
	float: left;
	margin-right:5px;
}

.widget_recent_reviews li.recent-review .review-author img {
	padding: 1px;
	border: 1px solid #BDBCBD;
}

.widget_recent_reviews li.recent-review .review-content {
	margin-left:55px;
}

.widget_recent_reviews li.recent-review h4.listing-title {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 5px;
	clear:right;
}

span.reviewer-date {
	color: #999;
	font-size: 12px;
	margin-bottom: 5px;
	display:block;
}

.textwidget {
	margin:10px;
}

/* Vantage Widget Connect */

#sidebar .widget_connect .connect {
	list-style: none;
	margin-top: 10px;
}

#sidebar .widget_connect .connect li {
	border-bottom: none;
	float: left;
	background: none;
	padding: 0;
	margin: 0 0 15px 20px;
}

#sidebar .widget_connect .connect li a:hover img,
#sidebar .widget_connect .connect li a:active img {
	border: none;
}

#sidebar .widget_sidebar_ad img {
	padding: 0 4px;
	max-width:100%;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

/* Twitter Widget Pro */
.widget_twitter .twitter-avatar {
	position:absolute;
	right:10px;
	z-index:5;
	bottom:88%;
	padding:0 2px;
	border:1px solid #ccc;
	border-radius:4px;
	display:none;
	
}
.widget_twitter {
	position:relative;
}
.widget_twitter .twitter-avatar img {
	max-width:48px;
	height:auto;
}
.widget_twitter .follow-button, .widget_twitter .xavisys-link { margin: 10px; overflow:hidden; }
.widget_twitter .intent-meta a { background: url("images/twitter-sprite.png"); display: inline-block; height: 16px; text-indent: -9999px; width: 16px; }
.widget_twitter .intent-meta a.in-reply-to { background-position: 0 center; }
.widget_twitter .intent-meta a:hover.in-reply-to { background-position: -16px center; }
.widget_twitter .intent-meta a.favorite { background-position: -32px center; }
.widget_twitter .intent-meta a:hover.favorite { background-position: -48px center; }
.widget_twitter .intent-meta a.retweet { background-position: -80px center; }
.widget_twitter .intent-meta a:hover.retweet { background-position: -96px center; }

/* Listings Pages Ad */

#main .advert .widget_listings_ad,
#main .advert .widget_text,
div.list .advert .widget_listings_ad,
div.list .advert .widget_text {
	width: 468px;
	margin: 15px auto 15px;
	clear: both;
}

#main .advert .widget_text .textwidget,
div.list .advert .widget_text .textwidget {
	margin: 0;
}

#main .advert .widget_listings_ad .section-head,
#main .advert .widget_text .section-head,
div.list .advert .widget_listings_ad .section-head,
div.list .advert .widget_text .section-head {
	height: auto;
	margin: 0;
	position: relative;
	left: auto;
	display: inline-block;
	border: none;
	background: auto;
	background: none;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	border-radius: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#main .advert .widget_listings_ad .section-head h3,
#main .advert .widget_text .section-head h3,
div.list .advert .widget_listings_ad .section-head h3,
div.list .advert .widget_text .section-head h3 {
	margin: 5px 0;
	font-size: 14px;
	font-weight: bold;
}

/* Events Attending Widget */

.event-attending-widget {
	min-height: 100px; 
	background: #FFF;
	position: relative;
	margin-top:-10px;
}

.event-attending-widget .banner {
	height: 43px;
	width: 100%;
	position: relative;
	background: #F5F5F5; /* for non-css3 browsers */
	border-bottom: 1px solid #D5D5D5;
	top: 0;
	left: 0;
	float: left;
	border-bottom: 1px solid #D5D5D5;
}

.event-attending-widget .banner .icon {
	width: 23px;
	height: 23px;
	position: absolute;
	left: 11px;
	top: 11px;
}

.event-attending-widget .banner .icon:before {
	content: "\f164";
	display: inline-block;
    text-decoration: inherit;
	font-family:FontAwesome;
	margin:0 6px 0 0;
	font-weight:normal;
	font-size:26px;
}
.event-attending-widget .banner .icon.check:before {
	content:"\f00c";
}

.event-attending-widget .banner h3 {
	margin: 11px 0;
	font-weight: bold;
	font-size: 16px;
	text-indent: 42px;
}

#sidebar .event-attending-widget p.action {
	float: left;
	margin: 10px;
}

.event-attending-widget .action-icon:before {
	display: inline-block;
    text-decoration: inherit;
	font-family:FontAwesome;
	margin:0 6px 0 0;
	font-weight:normal;
	font-size:16px;
	content:"\f13e";
}

.event-attending-widget .action-icon {
	width: 16px;
	height: 16px;
	position: relative;
	float: left;
	margin: 0 5px;
	color:#555655;
}

.event-attending-widget .action-icon.cancel:before {
	content:"\f00d";
}

.event-attending-widget .action-icon.check:before{
	content: "\f00c";
}

.event-attending-widget .notice {
	width: 100%;
	margin: 5px auto 0;
	clear: both;
	padding: 5px 0 0;
}

.event-attending-widget .notice span {
	margin-top: 0;
	padding: 10px 5px 10px 45px;
}

#event-whos-attending h3.banner {
	font-family: Ubuntu, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #3F3F3F;
	margin: 20px 0 15px 25px;
	padding: 0;
}

#event-whos-attending h4.title {
	font-family: Ubuntu, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	margin: 0 0 15px 25px;
	padding: 0;
}

#event-whos-attending ul {
	list-style-type: none;
	padding: 0;
	margin: 0 0 0 25px;
}

#event-whos-attending ul li {
	float: left;
	width: 180px;
	height: 30px;
	font-size: 12px;
	line-height: 13px;
	color: #3caae0;
	margin: 0 30px 5px 0;
	overflow: hidden;
}

#event-whos-attending ul li a.img {
	margin-right: 5px;
}

#event-whos-attending ul li a.name {
	font-size: 12px;
	color: #3caae0;
}

/* =========== [ 14. 404 Page ] =========== */

.error404 article {
	margin: 0;
	padding: 0;
	position: relative;
}


.va_event_day_404.error404 article.event {
	margin: 0 26px;
	padding: 25px 10px 25px 76px;
}


/* Refine search */

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

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

#refine-search h4 {
	font-size:14px;
	font-weight: bold;
	color:#2588C9;
}

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

#refine-search input[type="submit"] {
	margin-left:10px;
	margin-right:10px;
}

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

.range-rail {
	background:#F45435;
	height: 8px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

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

.range-handle {
	display: block;
	position: absolute;
	background: #f45435;
	width: 17px;
	height: 17px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	border:none;
	top:-5px;
	cursor: e-resize;
}

#refine-distance .radius-info-box {
	padding: 3px;
	border:1px solid #CCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background:#F3F3F3;
	text-align:center;
	color: #F45435;
    font-weight: bold;
}

#refine-search #refine-categories, 
#refine-search #refine-distance {
	padding:0 10px;
}

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

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

#sidebar #refine-categories ul li:before {
	content:"";
	display:none;
}

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

.va-dashboard article .featured-head {
	position:static;
	display:block;
	background:none;
	width:auto;
	height:auto;
}

.va-dashboard article .featured-head h3 {
	background:#6ABE59;
	display:block;
	font-size:13px;
	color:#fff;
	padding:5px 20px;
	position:absolute;
	top:0;
	left:50%;
	z-index:2;
	font-weight:bold;
	text-transform:uppercase;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.va-dashboard article .featured-head.post-status-pending-head h3, 
.va-dashboard article .featured-head.post-status-pending-claimed-head h3 {
	background:#F45435;
}

.va-dashboard article .featured-head.post-status-expired-head h3 {
	background:#B22222;
}

.va-dashboard-self article.listing, 
.va-dashboard-self article.event {
	padding-top:30px;
}

.va-dashboard-self article.listing img {
	top:30px;
}

.va-dashboard-self article.event div.event-cal-thumb {
	top:40px;
}

.dashboard-review {
	margin: 0 ;
	padding: 13px;
	position: relative;
	background:#fff; border:1px solid #CBD8D8; -moz-box-shadow: 0 2px 0 -1px #CBD8D8; 	-webkit-box-shadow: 0 2px 0 -1px #CBD8D8; box-shadow: 0 2px 0 -1px #CBD8D8;
	clear: both;
	margin-bottom:15px;
	min-height:110px;
}

.dashboard-review:after {
	content: " "; /* Older browser do not support empty content */
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}

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

.dashboard-review .review-listing h2 {
    font-size: 19px;
    margin: 0 0 6px;
}

.dashboard-review .review-listing p {
	font-size:12px;
}

.dashboard-review .review-listing p.listing-cat,
.dashboard-review .review-listing p.listing-phone {
	float: left;
	margin:0 16px 0 0;
}

.dashboard-review .review-listing p.listing-address {
	float: left;
	clear: both;
	margin:0 16px 0 0;
}

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

.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;
	color:#999;
}

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

.dashboard-review .review-content {
	width: 100%;
	clear: both;
	font-size:13px;
}

/* Dashboard Sidebar */
#dashboard-side-nav {
	padding:5px;
}


#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('images/tiny-edit-profile-icon.png') no-repeat 0 center;
}

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

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

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

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

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

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

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

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

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

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

#dashboard-side-nav .user_meta {
	margin-left:60px;
}

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

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

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

#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 {
	background: none;
	margin: 0 10px 5px;
	padding: 0;
	border: 0;
	
}

#dashboard-acct-info .links li:before {
	content: "\f082";
	display: inline-block;
    text-decoration: inherit;
	font-family:FontAwesome;
	font-size:16px;
	font-weight:normal;
	width:20px;
}

#dashboard-acct-info .links li.email:before {
	content: "\f0e0";
}

#dashboard-acct-info .links li.twitter:before {
	content: "\f081";
}

#dashboard-acct-info .links li.facebook:before {
	content: "\f082";
}

#dashboard-acct-info .links li.website:before {
	content: "\f0ac";
}

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

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

#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;
	padding: 10px;
	font-size: 13px;
	position: relative;
	margin-bottom:10px;
}

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

.plan .title{
	font-size: 24px;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 5px;
}

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

.plan .categories {
	margin-bottom: 5px;
	padding-right: 190px;
}

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

.plan .featured-option {
	margin-bottom: 5px;
}

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

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

.plan .price-box{
	position: absolute;
	top: 20px;
	right: 0;
	background-color: white;
	padding: 10px;
}

.plan .price-box .price{
	color: #05486f;
	font-size: 40px;
	float: left;
	margin-right: 5px;
	line-height:normal;
}

.plan .price-box .duration{
	margin: 5px 5px 0 0;
	font-size: 15px;
	float: left;
	line-height:20px;
}

.plan .price-box .radio-button{
	background-color: #DDDDDD;
	clear: both;
	padding: 5px;
	padding-right: 10px;
	font-weight: bold;
}

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

/* 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; 
}

/* =========== [ 17. CATEGORIES LIST PAGE ] =========== */

.categories-list {
	border: 0 none;
	margin: 0;
	padding: 0;
	position: relative;
}

.categories-list .catcol {
	float:left;
	width:50%;
}

.categories-list .catcol ul{list-style-type:none; padding:10px 8px}

.categories-list .catcol ul li.maincat { border-bottom:1px solid #DDDDDD; font-weight:bold; padding:0 0 2px; text-transform:uppercase; margin-bottom:5px; }


.categories-list .catcol ul li.maincat a {
	text-decoration:none;
}


.categories-list .catcol li.maincat > ul.subcat-list {
	border-top:1px solid #DDDDDD; 
	border-bottom:1px solid #FFFFFF; 
	margin-bottom:-3px; 
	padding-bottom:8px;
	display:none;	}
}
.categories-list .catcol ul.subcat-list {
	padding:5px;
}

.categories-list .catcol ul.subcat-list li {
	font-weight:normal; 
	text-transform:none; 
	line-height:20px; 
	padding:0 0 0 12px;
}

.categories-list .catcol ul li.cat-item a {
	text-decoration:none; 
	color:#545454;
}

.categories-list.catcol ul li.maincat a:hover, .categories-list .catcol ul li.cat-item a:hover{text-decoration:underline}

.categories-list .catcol ul li{line-height:20px; padding:5px 0 2px 10px; }

.categories-list .catcol ul.children {list-style-type:none; padding:5px 0; margin:0 0 -10px -12px;}
.categories-list .catcol ul.children li { border-bottom:none; border-top:1px solid #EFEFEF;}
.categories-list .catcol ul.children li a {margin-left:8px;}


/* =========== [ 18. FOOTER ] =========== */

#footer {
	min-height: 245px;
	overflow:hidden;
	font-size:12px;
	margin-top:20px;
	line-height:20px;
	background:#fff;
	border-top:5px solid #2DAACD;
}

#footer .row {
	padding:10px 0;
}

#footer ul {
	margin:0;
	padding:0;
	list-style:none;
	font-size:12px;
	line-height:14px;
	color:#898989;
	overflow:hidden;
}

#footer ul li {
	border-bottom:1px dashed #DBDBDB;
	padding:5px 0 8px;
	margin:1px 0 -1px;
}
#footer ul li:last-child { border-bottom:none; }

#footer .widget_recent_reviews ul li {
	background: none;
	padding: 0;
}

#footer .widget {
	margin:0; 
	padding:10px 20px 20px 15px; 
	float:left; 
	width:200px;
}
#footer .widget:first-child { padding-left:0; }
#footer .widget .textwidget { margin:0; }
#footer .widget_connect li { border:none; }


#footer .section-head {
	margin:0;
	padding:0;
}

#footer .section-head h3 {
	margin:0 0 20px;
	font-size:16px;
	font-weight:bold;
	color:#555655;
	text-decoration:none;
	padding:0;
}
#footer h3:before {	
 	display: inline-block;
    text-decoration: inherit;
	font-family:FontAwesome;
	margin:0 10px 0 0;
	font-size:18px;
	font-weight:normal; 
	content: "\f0a9";
}

#footer .widget_popular_listing_categories h3:before,
#footer .widget_categories h3:before {
	content: "\f07c";
}

#footer .widget_search h3:before {
	content: "\f002";
}
#footer .widget_tag_cloud h3:before {
	content: "\f02b";
}
#footer .widget_text h3:before {
	content: "\f129";
}
#footer .widget_recent_comments h3:before {
	content: "\f0e6";
}
#footer .widget_recent_entries h3:before {
	content: "\f040";
}
#footer .widget_pages h3:before {
	content: "\f15b";
}
#footer .widget_popular_events h3:before, 
#footer .widget_upcoming_events h3:before, 
#footer .widget_recent_events h3:before, 
#footer .widget_archive h3:before, 
#footer .widget_calendar h3:before {
	content: "\f073";
}
#footer .widget_links h3:before {
	content: "\f0ac";
}
#footer .widget_meta h3:before {
	content: "\f128";
}
#footer .widget_nav_menu h3:before {
	content: "\f0c9";
}
#footer .widget_twitter h3:before {
	content: "\f099";
}
#footer .widget_recent_reviews h3:before {
	content: "\f005";
}

#footer .widget_recent_listings h3:before {
	content: "\f0f2";
}


#footer .widget_sidebar_ad img {
	width:100%;
	max-width:250px;
}

#post-footer {
	margin:0;
	background: #2588C9;
	color:#fff;
}

#post-footer .row {
	overflow:hidden;
	color:#fff;
	padding:16px 10px;
}

#post-footer a {
	color:#fff;
}



#post-footer .menu {
	float:right;
	margin:0;
}

#post-footer .menu li {
	float:left;
	padding:0 9px 0 0;
}

#post-footer .menu li a {
	text-decoration:underline;
}

#post-footer .menu li a:hover {
	text-decoration:none;
}

#post-footer .menu li ul,
#post-footer .menu li div {
	display: none;
}

#theme-info {
	margin:0;
	color:#fff;
	font-size:12px;
	width: 50%;
    float: left;
}

#theme-info a {
	color:#fff;
}

#footer .connect li {
	margin-right:5px;
	float:left;
	background:none;
	padding:0;
}




/* =========== [ 20. IE Fixes ] =========== */

/* IE 7 Fixes */
/* Fix Dropdown menu displaying behind search divs */
.ie7 #main-navigation .menu ul,
.ie7 #main-navigation .menu li {
	position: static;
}

/* Fixes width issue with headings spanning entire length */
.ie7 #main .section-head,
.ie7 div.list .section-head,
.ie7 article.post .post-heading,
.ie7 .single-post article.post .post-heading,
.ie7 #create-listing .featured-head {
	display: block;
	float: left;
}

.ie7 #main .section-head,
.ie7 div.list .section-head {
	float: none;
	display: inline;
}

.ie7 #create-listing .form-field {
	clear: both;
}

/* Adjust placement of featured image on single listing page */
.ie7 #listing-images .larger img {
	max-width: 100%;
}

.ie7 #listing-images .larger img,
.ie7 #listing-images .smaller img {
	z-index: 1;
}

.clearfix:after {
	content: " "; /* Older browser do not support empty content */
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}


.iconfix i {
	margin-right:5px;
	font-size:16px;
}
.iconfix h3 {
	font-weight:bold;
}
.iconfix h3 i {
	font-weight:normal;
	font-size:24px;
}
.iconfix a {
	color:inherit !important;
	text-decoration:none !important;
}
.iconfix a:hover {
	text-decoration:underline !important;
}

/* Featured Slider plugin from spartac */
.widget_banner_slide {
	max-width:100%;
	padding:10px 0;
	margin:20px 0;
}

.widget_banner_slide .touchcarousel {
	margin:0 30px;
	width:auto;
}

.widget_banner_slide .touchcarousel ul.touchcarousel-container {
	margin:0 10px !important;
}

.widget_banner_slide article.listing.featured {
	box-shadow:0 0;
	-moz-box-shadow:0 0;
	-webkit-box-shadow:0 0;
}

.widget_banner_slide article.listing.featured p {
	margin-top:5px;
}

/* Multi-City AV */
body #sidebar .vmc_container {
	margin:10px;
}

body #rounded-nav-box-overlay .vmc_container {
	right:0;
	top:3px;
}
body #rounded-nav-box-overlay .vmc_container select {
	width:auto;
}

/* Vantage User Locator */
#vg-geolocate {
	left: 2px;
    position: relative;
    top: 4px;
}

/* Mapsupreme */
#list-page-top #map_container {
	
}

#list-page-top  #vantage_gmap_outer {
	border: 1px solid #BDBCBD;
	overflow:hidden;
	position:relative;
	z-index:10;
	margin:0 10px;
	width:auto !important;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
}

#list-page-top  #vantage_gmap {
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
}

/* Vantage Image Slider from @mhupfield */
article.listing .flexslider {
	margin:20px 10px 10px;
	width:auto;
	border:none;
	box-shadow:0 0;
	-moz-box-shadow:0 0;
	-webkit-box-shadow:0 0;
	background:none;
}

#vs-slider .slides img {
	
	position:static;
	max-width:none;
	height:auto;
}

/* =========== [ 21. RESPONSIVE ] =========== */

@media screen and (min-width: 1140px) {

	.extra-width .row {
		max-width:1140px;
	}
	
	.extra-width .header-top-res, 
	.extra-width #masthead .row {
		max-width:1120px;
		width:auto;
	}
	
	.extra-width #main, .extra-width div.list {
		width:840px;
	}
	
	.extra-width #main {
		width:798px;
	}
	
	.extra-width #sidebar {
		width:260px;
	}
	
	.extra-width article.listing h2 {
		max-width:400px;
	}
	
	.extra-width .widget_banner_slide .touchcarousel {
		max-width:1140px;
		margin:0 auto;
		width:auto;
	}
	
	.extra-width #footer .widget {
		width:250px;
	}

}

@media screen and (max-width: 960px) {
	.tb-hide-on-mobile { display:none; }
}


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

/* header and main navigation */
	
	.row {
		width:auto;
		min-width:0;
	}
	
	.header-top-res, 
	#masthead .row {
		margin-left:10px;
		margin-right:10px;
		width:auto;
		min-width:0;
		padding-top:1px;
	}
	
	.header-top-res .tinynav {
		display:block;
	}
	
	.header-top-res ul.menu {
		display:none;
	}
	
	#masthead hgroup, #masthead hgroup .fl_logo {
		text-align:center;
		background-position:center center;
		margin-left:0;
		width:auto;
		float:none;
	}
	
	#masthead .advert {
		margin: 10px auto 0;
		max-width: 468px;
		overflow:hidden;
		float:none;
	}
	
	#main-navigation .tinynav {
		display:block;
		margin:0;
	}
	
	body.responsive-menu #main-navigation .tinynav:nth-of-type(1) {
		display:none;
	}

	#rounded-nav-box {
		padding-top:10px;
		padding-bottom:10px;
	}
	#rounded-nav-box:after {
		content:"";
		clear:both;
		display:table;
	}
	.responsive-menu #main-navigation a.menu-toggle {
		display:block;
	}
	#main-navigation .menu > ul {
		display: none;
		float:none;
		margin-top:0;
		border-top:1px solid #fff;
	}
	div.adv_categories, #main-navigation .menu > ul ul.sub-menu ul.sub-menu {
		display:none !important;
	}
	#main-navigation .menu > ul li {
		float:none;
		margin:0;
		border-bottom:1px solid #fff;
		z-index:1;
	}
	#main-navigation .menu > ul li a {
		border-radius:0;
		background:#2DAACD;
		z-index:100;
	}
	
	#main-navigation .menu > ul ul.sub-menu {
		width:auto;
		position:static;
		border:0 none;
		float:none;
		margin:0;
		box-shadow:none;
		-moz-box-shadow:none;
		-webkit-box-shadow:none;
		z-index:1;
	}
	#main-navigation .menu > ul > li:hover {
		background:#fff;
	}
	#main-navigation .menu > ul > li:hover > a {
		background:none;
	}
	#main-navigation .menu > ul ul.sub-menu li a {
		background:#f4f4f4;
	}

/* adjust main content area so we can tuck sidebar underneath */
	
	#main,
	div.list {
		float:none;
		width:auto;
	}
	
	#main:after,
	div.list:after {
		content:"";
		clear:both;
		display:table;
	}
	
/* sidebar */

	#sidebar {
		width:auto;
		margin:15px 15px 0;
		float:none;
	}
	
	
	#dashboard-acct-stats {
		padding-bottom:40px;
		overflow:hidden;
		padding-right:5px;
	}
	
	#dashboard-side-nav li {
		margin-right:5px;
	}

/* footer */

	#footer .widget {
		width: 42.5531915%; /* 400px / 940px */
	}
	
	#footer .widget:first-child {
		padding-left:15px;
	}
	
	#post-footer .menu {
		display:none;
	}
	
	#theme-info {
		text-align:center;
	}

/* admin bar */
	
	#wpadminbar {
		min-width:1px;
		height:auto;
	}

}

@media screen and (max-width: 650px) {

/* header and main navigation */

	.search-for, .search-location, 
	.no-events .search-for, .no-events  .search-location {
		width:auto;
		margin-bottom:10px;
		margin-right:0;
		float:none;
	}
	
	.search-select {
		width:80%;
	}
	
	.search-button {
		width:18%;
	}
	
	article.listing h2 {
		max-width:100%;
	}
	
	article.listing .review-meta {
		float:none;
		width:auto;
	}
	
	article.listing .review-meta .stars-cont {
		margin-left:0;
		margin-right:10px;
		float:left;
	}
	
	article.listing .review-meta p {
		float:left;
	}
	
	.list .listing-faves, .va-dashboard .listing-faves, .list .event-faves, .va-dashboard .event-faves {
		float:left;
		clear:left;
		margin:5px 0;
	}
	
	.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, .list .event-faves a.event-fave-link, .list .event-faves a.event-unfave-link, .va-dashboard .event-faves a.event-fave-link, .va-dashboard .event-faves a.event-unfave-link {
		float:none;
	}
	
	article.listing p.listing-phone {
		clear:left;
	}
	
	.single-listing article.listing .stars-cont {
		clear:both;
		float:left;
		margin-top:5px;
		margin-left:0;
		margin-right:5px;
	}
	
	.single-listing article.listing p.reviews {
		float:left;
		margin-top:5px;
	}
	
	#sidebar .widget_create_listing_button, #sidebar .widget_create_event_button {
		max-width:45%;
	}
	
	
/* tinynav sort method menu */
	.va_sort_list_container select.tinynav {
		display: block;
		font-size:12px;
		padding:2px;
	}

	.va_sort_list_container .va_sort_list_selected,
	.va_sort_list_container .va_sort_list_wrap,
	.va_sort_list_container .va_sort_list {
		display: none !important;
	}

/* main content */

/* sorting */
	#va_event_archive_month_list_container,
	#va_event_archive_year_list_container {
		display: none;
	}

/* footer */
	#footer .widget {
		width:auto;
		float:none;
	}
}

@media screen and (max-width: 500px) {

	.header-top-res .bar, .header-top-res select {
		margin:0 auto;
		float:none;
		display:block;
		margin-top:10px;
	}
	.header-top-res .add-nav {
		float:left;
	}
	.header-top-res li:last-child:after {
		content:"";
	}
	
	#main-navigation .tinynav {
		margin:0 auto;
		float:none;
	}
	
	body #rounded-nav-box-overlay .vmc_container select {
		margin:10px auto 0;
	}

	#listing-images {
		float:none;
		width:auto;
		padding:0 10px;
		margin-left:0;
	}
	
	article.listing .flexslider {
		margin-left:0;
	}
	
	#sidebar .widget_create_listing_button, #sidebar .widget_create_event_button {
		max-width:100%;
	}
	
	#listing-images .larger {
		float:left;
	}
	
	#listing-images .larger img , 
	#listing-images .smaller img {
		margin:5px 5px 5px 0;
		max-width:50px;
		max-height:50px;
		display:inline-block;
		line-height:50px;
	}
	
	#listing-images .smaller {
		margin:0;
	}
	
	#comments .social_connect_ui label {
		width:100%;
		display:block;
	}
	
	#commentform p, .single-event #commentform p {
		width:auto;
		margin-right:0;
		float:none;
	}
	
	#reviews .review .bar i, 
	#comments .comment .bar i {
		display:none;
	}
	
	#reviews .review .review-author .review-author-meta > div, 
	.single-listing article.listing .stars-cont {
		float:none;
		clear:left;
	}
	#reviews .review .review-author .review-author-meta span.date, 
	#comments .comment .comment-author .comment-author-meta span.date, 
	#comments .comment .comment-author .comment-author-meta span.time	{
		float:none;
		display:block;
		padding-left:0;
	}
	
	#reviews .review .review-content, 
	#comments .comment .comment-content {
		margin-left:0;
	}
	
	#comments .comment .comment-author .comment-author-meta, 
	#reviews .review .review-author-meta {
		margin-left:75px;
	}
	
	.single-event #comments .comment .comment-content p {
		margin-top:15px;
	}
	
	.comment .comment {
		padding-left:10px;
	}
	
	.content-bar p, 
	.single-listing article.listing .content-bar p, 
	.single-event article.event .content-bar p, 
	.content-bar p.comment-count {
		float:none;
		display:block;
		margin-left:0;
	}
	
	.content-bar i.icon-folder-open, .content-bar i.icon-calendar {
		margin-left:0;
	}
	
	.content-bar p.meta span {
		width:49%;
		display:inline-block;
	}
	
	#main .advert .widget_listings_ad, #main .advert .widget_text, div.list .advert .widget_listings_ad, div.list .advert .widget_text {
		width:auto;
		max-width:468px;
	}
	
	.categories-list .catcol {
		width:auto;
		float:none;
	}
}

@media screen and (max-width: 400px) {
	
	#search-submit {
		min-width:0;
	}
	
	article.listing, article.event {
		padding-left:13px;
	}
	
	article.listing img, article.event img, article.event div.event-cal-thumb {
		display:none;
	}
	
	article .featured-head {
		top:-8px;
	}
	
	.plan .content {
		padding-top:110px;
	}
	
	.plan .description, 
	.plan .featured-options, 
	.plan .categories {
		padding-right:0;
	}
	
	#create-listing .images li, #create-event .images li {
		padding-left:0;
		padding-right:0;
	}
	
	input.clear-file {
		margin-top:5px;
		margin-left:0;
	}
	
}

.categories-list .sub-cat-img {
margin: -2px 0px 0px 0px;
}
.sub-cat-img {
width: 20px;
height: 20px;
float: right;
vertical-align: middle;
margin: 3px 0px 0px 0px;
}

.listing_thumbnail {
max-height:110px;
}

.single-listing .listing_thumbnail {
max-height:220px;
max-width:250px !important;
}

.custom-fields {
margin-top: 30px;
}



.notify {
    background-color:#e3f7fc; 
    color:#555; 
    border:.1em solid;
    border-color: #8ed9f6;
    border-radius:10px;
    font: 12px/18px Ubuntu, Helvetica, Arial; 
    padding:10px 10px 10px 10px;
    margin:10px;
    cursor: default;
}

.notify  p{ 
font-size:15px;
}
.logo-label{
padding: 0 10px;
font-weight: 700;
font-size: 14px;
margin-bottom: -10px;
}

.bold {
font-weight:bold;
}



.hmk-note {
margin-top: 10px;
margin-bottom: 10px;
display: block;
font-style: italic;
}

#listing-custom-field-app_if-you-dont-see-your-preferred-location-listed-you-can-add-it-here-enter-as-many-as-you-need-seperated-by-a-comma {
display:none;
}

.single-listing .vcard {
display:none;
}

.credits {
	float:right;
}