/*
Theme Name:     FlatPage
Description: 	An Elegent, Responsive and FLAT Child Theme for Vantage
Author: 		Themebound
Author URI: 	http://themebound.com/
Template:       vantage
Version:        1.0.5
*/

/*  =========== [ 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);


/*  =========== [ 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 ] =========== */
.fn {
    display: none;
}

.selectit::after {
    content: "(+)";
    font-size: 16px;
}

#multi-categories-checkboxes .children li ::after {
    content: "  ";    
}
.children > li .selectit::after {
    content: " " !important;
}

.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;
}
.selected {
    text-decoration: underline !important;
}

.navrechts > a {
    padding: 6px;
}
article .featured-head {
    
    display: inline-block;
    height: 25px;
    left: -5px !important;
    position: absolute;
    top: 5px;
    width: 74px;
    z-index: 99;
}


.modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}



.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}

/**.modalDialog > div {
	width: 758px;
	position: relative;
	margin: 3% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #fff;
	background: -moz-linear-gradient(#fff, #999);
	background: -webkit-linear-gradient(#fff, #999);
	background: -o-linear-gradient(#fff, #999);
} **/



.close {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.close:hover { background: #00d9ff; }

.wpcf7-form-control-wrap {
    width: 29%;
    float: left;
    padding: 10px 0px 10px 9px;
    margin: 0px 15px 10px 0px;
    border-radius: 4px;
  /*  border: 1px solid #E3E3E3;*/
    font-family: Biryani-Regular;
}

a {
	color:#19AACF;
	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:450px; 
	-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:#19AACF;
	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:#19AACF;
	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:#2DAACD; }*/
#masthead {
    background: #fff !important;
}

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

/* header */
#header-top {    background: #34495e; }
.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:#19AACF;
}
.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:16px;
	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:#1B83A0;
}
#main-navigation .menu > ul {
	margin:7px 0;
}
#main-navigation .menu ul {
	float:left; 
	padding:8px 0px 0px 0px; 
	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;
	font-size: 15px;
}
#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:15px; 
	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;
	font-size:24px;
}

/* Main Search */

#main-search {
	clear: both;
	padding: 20px 40px 44px;
	overflow:hidden;
	background:#fff;
	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:30%;
}

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

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

#main-search .mid.h39 {
	background:#fff;
	/**height:36px; **/
	height:auto; /****Avi*21-dec***/
}

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

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

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

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

.search-button {
	width:17%;
	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 19px/34px Ubuntu, Arial, Helvetica, sans-serif; 
	min-width:70px; 
	height:42px; 
	border:none;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}

/* Breadcrumbs */

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


.breadcrumb-trail a {
	color: #1B83A0;
	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 {
	
	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;
	
}

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


section#overview img, 
section.overview img {
	max-width: 100%;
	height: auto;
}

section#overview {
	font-size:13px;
}

section#overview ul, section#overview ol {
	padding-left:40px; 
	line-height:18px; 
	margin-top:0
}

section#overview ul li {
    list-style: none;
    width: 22%;
    float: left;
    margin: 5px;
        border: 1px solid lightgrey;
    border-radius: 3px;
    padding: 5px;
    height: 275px;
}

section#overview ol li {
	padding:3px 0;
	list-style:decimal outside none;
}


.taxonomy-description {
	clear:both;
	max-width: 100%;
}

.taxonomy-description img,
.taxonomy-description .wp-caption {
	max-width: 100%;
	height: auto;
}


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

#content-inner > .notice {
	margin:0 10px 10px !important; 
}

.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,
.draft-notice {
	margin:10px 0 0;
	overflow:hidden;
	position:relative;
	color:#C00;
	font-size:16px;
}

.draft-notice {
	color:#F2C100;
}

.expired-notice .listing-edit-link, 
.draft-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:#19AACF;
	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.fa-folder-open, .content-bar i.fa-calendar {
	margin-left:15px;
}
.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:170px;
}
.search-no-results article.listingnosearch{
	padding-left:30px;
}

.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, 
article .featured-head.post-status-draft-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;
}


.search-no-results .listing h2,
.search-no-results .event h2{
	float: 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: #1B83A0;
    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, 
.google-plus-icon ,.linkedin-icon{
	width:24px;
	height:24px;
	float: left;
	margin: 0 5px 0 0;
	text-indent:-9999px;
}
.twitter-handle{
  display:none;
}
.google-plus-icon {
	background: transparent url('images/tiny-google-plus-icon.png') no-repeat 0 0;
}

.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;
}
.linkedin-icon {
	background: transparent url('images/link.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 .custom-field-label, .listing-fields .custom-field-sep {
	color: #1B83A0;
    display: inline-block;
    font-weight: bold;
}

.listing-fields .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 {
	margin:20px 10px 10px;
	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: #1B83A0;
    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:#19AACF;
	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;
}

.form-field .field-tip {
	margin:-10px 0 15px;
	font-style:italic;
}

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

.wp-core-ui .button, 
.wp-core-ui .button-primary, 
.wp-core-ui .button-secondary {
	text-transform:none;
}


#create-listing .wp-editor-area,
#create-event .wp-editor-area,
#create-listing .tmce-active .wp-editor-container,
#create-event .tmce-active .wp-editor-container {
	border: 2px solid #aec2c2;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	margin-bottom:10px;
}


#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-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;
}
.done::after {
    content: "-";
    position: relative;
   
}
.uploadable li:first-child {
    display: block;
}
.uploadable li {
    display: none;
}
#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;
	display: none;
}

#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 10px;
	width:auto;
}

#login-form .form-field:after {
	display:table;
	content:"";
	clear:both;
}
input#pass2 {
display: block !important;
}
#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_event_button a {
	padding:12px 0 12px 0px;
	border:0;
	display:block;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	text-transform: uppercase;
	margin:0 0 10px;
	overflow:hidden;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border:none;
	background:#F45435;
	color:#FFF;
}

.widget_create_listing_button a:hover,
.widget_create_event_button a:hover {
	background:#F9674D;
}
/* 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:#1B83A0;
}

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

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

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

.refine-slider {
	background:#F45435;
	height: 8px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-bottom:10px !important;
	border:none;
	box-shadow:0 0;
	-moz-box-shadow:0 0;
	-webkit-box-shadow:0 0;
}

.refine-slider .noUi-origin {
	background: #aaa;
}

.refine-slider .noUi-handle {
	display: block;
	background: #f45435;
	width: 17px;
	height: 17px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	border:none;
	top:-5px;
	left:-9px;
	cursor: e-resize;
	box-shadow:0 0;
	-moz-box-shadow:0 0;
	-webkit-box-shadow:0 0;
}

.refine-slider .noUi-handle:before,
.refine-slider .noUi-handle:after {
	background:none;
}

#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 article .featured-head.post-status-draft-head h3 {
	background:#f2c100;
}

.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.google-plus:before {
	content: "\f0d4";
}

#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;
	background-color: #EEEEEF;
}

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

.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: 78px;
	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:15px; }


.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; }
}
.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: 212px;
	overflow:hidden;
	font-size:12px;
	margin-top:20px;
	line-height:20px;
	background:#34495e;
	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: 100%;
    text-align: center;
}
#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: #19aacf;
	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;
}

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

/* Vantage Alerts Plugin */

#val-container {
	min-height:auto;
	padding:13px;
}

#val-container p {
	margin:10px 0;
	font-size:13px;
}




/*************** Edited By Developer Ravikant (Acutweb) ************************/

.blog-search,.blog-head{
   width:100%;
   float:left;
}
.blog-search{
    margin-bottom: 7%;
	    padding: 13px 0px 13px 0px;
		background:#fcfcfc;
		border:1px solid #E2E2E2;
}
.blog-head .left-section{
   width: 20%;
    float: left;
    max-width: 100%;
	padding-left: 13px;
	    height: 85px;
}
.single-listing-page article .content-bar p.author{
   display:none;
}
.blog-head .wp-post-image {
    width: 100%;
    float: left;
    max-width: 100%;
	height:100% !important;
}
.blog-head .right-section{
   width:  77%;
    float: right;
    max-width: 100%;
}
.blog-head h1.entry-title {
    float: left;
    clear: none;
    padding-left: 20px;
    font-size: 22px;
}
.blog-head .entry-summary {    
    float: left;
    padding-left: 21px;
        font-size: 15px;
    
}
.fliter-left{
 text-align: left;float:left;width:34%;
}
.fliter-right{
 float:right;width:61%;margin-top: -38px;
}
  .fliter-left  #awpqsf_id {
   
   
}
  .fliter-left  #awpqsf_id  form  .awpqsf_class  input#awpqsf_id_key {
    width: 100%;
    margin:0px
}
.awp-input{
      
	    background: #F5F5F5;
    padding: 20px;
	 width: 87%;
	   float:left;
}
.awp-input input{
        margin:0px; 
} 

.awp-input {
	position: relative;
	
	border:solid #CCCCCC;
	border-width:1px 0px 0px 0px;
}
.awp-input:after, .awp-input:before {
	top: -1%;
	left: 18%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.awp-input:after {
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #fff;
       border-width: 7px;
    margin-left: -33px;
    /* width: 2px; */
}
.awp-input:before {
       border-top-color: #CCCCCC;
    border-width: 9px;
    margin-left: -35px;
}
.awpqsf_class-keyword {
    padding: 9px 0px 15px 21px;
    font-weight: bold !important;
    width: 93%;
    float: left;
    font-size: 15px;
	background: #fff;
	color: #34495E;
}
.awp-form:after, .awp-form:before {
	top: -.2%;
	}
.awpqsf_submit{
  
   background: #f5f5f5;
}	
#awpqsf_id_btn{
    width: 92%;
    /* border-radius: 0px; */
    height: 33px;
    font-size: 15px;
    margin-top: 9px;
}
.tax-label-0{
   display:none;
}
.selectit::after {
    content: "+";
    font-size: 16px;
    float: right;
    background: #8FD2FC;
    color: #fff;
    border-radius: 19px;
    /* padding: 1px 2px 6px 2px; */
    height: 20px;
    width: 20px;
    text-align: center;
    margin-bottom: 2%;
    font-weight: bold;
	margin-right: 8px;
}
/**********Avinash***********/


#multi-categories-checkboxes ul li label.selectit {
    width: 100%;
    float: left;
}
.children > li .selectit::after { visibility: hidden;}

.navrechts > a {
    padding: 4px 6px !important;
    border: 1px solid #666;
    margin-right: 2px;
}

span.pagicurrent {
    height: 14px;
    line-height: 14px;
    border: 1px solid #666;
    padding: 4px 6px;
	margin-right:2px;
	text-decoration: underline;
}
a.pagievent {
    height: auto;
    line-height: 20px;
    padding: 4px 6px;
    border: 1px solid #666;
	 margin-right: 2px;
}
/***Developed by=*Avinash*****26-Nov*******/
#openModal span.wpcf7-form-control-wrap input.wpcf7-form-control {
    font-size: 11px;
    /*font-weight: bold;*/ 
    padding: 7px 12px;
    width: 96%;
	margin-bottom:2px;
	background: #fff;
   border: 2px solid #d2d2d2;
}

#openModal span.wpcf7-form-control-wrap textarea {
    min-height: 100px; border: 2px solid #d2d2d2;
    max-height: 100px;     width: 98%;
}
#openModal .wpcf7-form-control-wrap {
    width: 46%;
    padding: 6px 0px 6px 8px;
    margin-bottom: 0px;
   }
   /*********Avinash****30-nov***/
   
   #openModal .wpcf7-form-control-wrap.your-message { width: 95.4%;}
   
   #openModal .wpcf7-form-control-wrap.your-name { /*width: 74%;*/} 
   
   .form-text{width:100%;float:left;}
   
   .form-head{width:100%; float: left; background: #34495E; margin-bottom: 10px;}
   
   .form-head .form-head-left{width:39.8%; float:left; border-right:1px solid #ccc; }
   
   .form-head .form-head-right{width:60%; height:100%; float:left; display:inline-block; }
   
   .form-head .form-head-left img {  background: none; border: none; padding-left: 16px;}
     
   .form-head .form-head-right p{height:100%; width:93%; float:left; display:table-cell; vertical-align:middle; color:#fff;font-size: 15px !important; padding: 30px 20px;margin-bottom: 0px !important; }
   
   .form-popup-bg .form-head .form-head-left img {      height: 71px;
    width: 260px;
    max-width: 100%;
    margin: 4px 0px 3px 0px;}
   
   .form-head .form-head-left:before { content:"";   left: 47px; position: relative;
   border-left: 10px solid transparent;  border-top: 10px solid #34495E;    top: 26px;
    border-right: 10px solid transparent;}
 
 .form-popup-bg form {  padding: 10px;}
 
 #openModal .wpcf7-form-control-wrap.your-submit{width:100%;  padding-bottom: 10px}
 
 #openModal .wpcf7-form-control-wrap.your-submit input.wpcf7-submit{width:14%; border:2px solid #34495E; background:#34495E; text-transform:capitalize;}
 
 .modalDialog > div .form-popup-bg{float:left; width:100%;background: #fff;
 border: 14px solid #eaeaea; border-radius: 10px;
	background: -moz-linear-gradient(#fff, #fff);
	background: -webkit-linear-gradient(#fff, #fff);
	background: -o-linear-gradient(#fff, #fff);}
	
#main2 a.fave-button.listing-fave-link { margin-bottom: 10px;}	
 
 #ac-wrapper { position: fixed; top: 0; left: 0; width: 100%;
height: 100%; background: rgba(255,255,255,.6); z-index: 99999999;}

#popup{ width: 425px; height: 136px;  background: #FFFFFF;  border: 3px solid #eaeaea;
    border-radius: 8px; -moz-border-radius: 8px;  -webkit-border-radius: 8;
    box-shadow: #64686e 0px 0px 3px 3px;  -moz-box-shadow: #64686e 0px 0px 3px 3px;
    -webkit-box-shadow: #64686e 0px 0px 3px 3px;  position: relative;
    top: 150px;  left: 0px;  margin: 0 auto;
}
.table-pop {
    display: table;
    width: 100%;
    height: 100%;
}
 .pop-tables {
    display: table-cell;
	vertical-align:middle;
    width: 100%;
    height: 100%;
}
 .selected {
    text-decoration: underline !important;
}

.navrechts > a {
    padding: 6px;
}
article .featured-head {
    
    display: inline-block;
    height: 25px;
    left: -5px !important;
    position: absolute;
    top: 5px;
    width: 74px;
    z-index: 99;
}
.wpcf7-form-control-wrap.your-message {
    width: 100%;
}
.checkbox {
    float: left;
	font-size:11px;
}
.modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 9999999999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}



.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}

.modalDialog > div {
	width: 758px;
	position: relative;
	margin: 3% auto;
}

.home-content .h-content .addtoany_share_save_container.addtoany_content_bottom {
    /* visibility: hidden; */
    display: none;
}

.close {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -40px;
	text-align: center;
	top: -8px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.close:hover { background: #00d9ff; }

#openModal .wpcf7-form-control-wrap {

 padding: 2px 0px 1px 8px;
    margin: 0px 15px 0px 0px;
   /* width: 29%;
    float: left;
   
    border-radius: 4px;
    border: 1px solid #E3E3E3;
    font-family: Biryani-Regular;**/
}
#post-1196 #overview .wpcf7 form.wpcf7-form p {
    float: left;
    width: 100%;
    padding-top: 20px;
    margin-bottom: 0px;
    padding-left: 10px;
}
#post-1196 #overview .wpcf7 form.wpcf7-form span.wpcf7-form-control-wrap {
    width: 100%;
    margin-bottom: 0px;
}

/****Avinash*****3-dec****/

.page-id-9 #content-mid #main {  width: 94% !important;}

#content-mid #main .categories-list .catcol { float:none; width: 100%;}

#content-mid #main .categories-list .catcol ul.maincat-list li.maincat{float: left; width: 31%; margin: 0px 9px;}

.categories-list .catcol li.maincat > ul.subcat-list li.cat-item { width: 100% !Important;}

div#post-footer { display: none;}

.listing-cat { display: none;}

.single-listing .listing-cat { display: block;}

.search-results .listing p.listing-phone {  width: 100%;}

input#search-location { text-transform: capitalize;}

#content-mid #content-inner .list { width: 64%;}
#content-mid #content-inner .list.archive-listing {
    width: 72%;
}
.archive-sidebar  #listing_categories-1{
       margin-top: 18%;
}
/*****Avinash**22-dec*******/
.footer_navi .menu-footer ul li a { color: #fff !important;text-decoration: none;
padding: 6px 6px;line-height: 18px;-moz-border-radius: 5px; border-radius: 5px; font-size: 15px;
}

.footer_navi { float: left; width: 100%;}

.footer_navi ul li { display: inline-block;padding: 6px 2px; line-height: 26px;width: auto;
    text-transform: uppercase; }

.footer_navi ul li:hover a{background-color: #fff;  color: #333 !important;     -moz-border-radius: 5px;  border-radius: 5px;}

.footer_navi .menu-footer {  float: none;  text-align: center;width: 72%;
    margin: 0 auto;}
.footer_navi .menu-footer ul li#menu-item-675 a,.footer_navi .menu-footer ul li#menu-item-674 a,.footer_navi .menu-footer ul .menu-item-1198 a{font-size: 13px;}

#footer .footer_navi ul#menu-ma-footer li div#adv_categories_listing,#footer .footer_navi ul#menu-ma-footer li div#adv_categories_event { display: none;}

#footer .fotermain-navigation{  width:100%; display:none;}
.image-content,.img-sections{width:100%; float:left;}
.contentarea-section{float:left; width:76%;}
.imagearea-section{float:left; width:24%;}
.image-content .imagearea-section img.img-responsive {width: 90%; margin: 0px !important;}
.image-content .contentarea-section ul { margin-left: 20px ;}
/*****************/
.done::after {
    content: "-";
    position: relative;
   
}
.awp-form {
    padding: 20px 20px 0px 0px;
	width:93%;
}
.awp-form .taxcheckbox-0 {
    background: #fff;
     width: 100%;
    float: left;
    
    padding-right: 0;
    border: 1px solid #CCCCCC;
    margin-left: 9px;
    
}
label.taxchklabel { 

}
label.taxchklabel { 
    float: left;
    width: 95%;
    margin-bottom: 0;
    margin-top: 4%;
	border-bottom: 1px solid #CCCCCC;
	    padding-left: 13px;
}
label.taxchklabel1 { 
    float: left;
    width: 95%;
    margin-bottom: 0;
    margin-top: 4%;
	border-bottom: 1px solid #CCCCCC;
	    padding-left: 13px;
}
section#overview ul {
    padding-left: 0px;
    width: 100%;
    float: left;
	}
	
	
section#overview ol {
    padding-left: 0px;
	}
header.section-head{
   background: #34495E;
    width: 34%;
}	
header.section-head  h1{
   color:#fff;
       padding-left: 23px;
    padding-top: 10px;
    text-transform: uppercase;
}
.children .taxchklabel input {
    margin: 0px;
    width: 25px;
    float: left;
}
.children .taxchklabel{
    font-size: 12px;
	border:none;
}
.children .taxchklabel:last-child{
border-bottom: 1px solid #CCCCCC;
    padding-bottom: 10px;
}
.right-section h1 a{
   color:#34495E !important; 
}
.right-section  .entry-summary{
      width: 93%;
	  float: left;
}
.left-section
{
   position:relative;
}
.left-section .featured-head{
   left:unset;
       top: 1px;
}
.header-top-res ul.social li a.facebook {
       background: #0074B5;
    padding: 5px 6px 4px 5px;
    color: #fff;
    line-height: 20px;
    font-size: 26px;
    border-radius: 2px;
}
.header-top-res ul.social li a.facedemo,.footer-social li a.facedemo{ padding: 5px 11px 4px 8px;}
#main-navigation { width: auto !important}
.header-top-res ul.social li a.twitter {
    background: #55acee;
    padding: 4px 6px 5px 5px;
    color: #fff;
    line-height: 20px;
    font-size: 26px;
    border-radius: 2px;
}

.content-bar-listing i.fa.fa-folder-open{margin-left:0px}

/********14-dec***Avinash**********/
article.listing img, article.event img {width: 140px; height: 70px;}


#listing-images .larger img , .single-event article.event img {height:110px !important; width: 162px;}
table#wp-calendar {
    width: 100%;
}
table#wp-calendar #prev { top: 84%;}
table#wp-calendar #next { top: 84%;}
/*************************** Edited end *****************************************/

/**********Ravi Kant***main-page-css**********/
#sidebar ul{
   display:none;
}
#sidebar  aside ul{
   display:block;
}
.add-nav{
   float:right;
}
.add-nav li{
     padding-left: 22px;
    float: left;
   line-height: 30px; /*****Avi*21-dec******/
    margin-top: 34px;
	font-size: 15px;
    font-weight: bold;
}
.add-nav li:not(:last-child) a{
color:#8bc43f !important;
}
.add-nav li:not(:first-child) a {
    color: #fff;
    background: #8bc43f;
    padding: 6px 18px 8px 18px;
    border-radius: 3px;
}
.chi_display_header{
     width: 100% !important;
}
#main-search.home-search {
    margin-top: -155px;
	margin-bottom: 0px; 
	min-height: 68px;
	border-radius: 6px 6px 0px 0px;
	padding: 40px 25px 40px;
}
#search-submit{
   background-color: #50a0d8 !important;
       font-size: 16px;
}
#search-submit .fa-search{
  padding-right: 8px;
}
#footer #main-navigation .adv_categories{
   display:none !important;
}
.footer-social{
   width:100%;
   float:left;
   text-align:center;
}
.footer-social li a{
   color:#fff;
       font-size: 26px;
    padding: 4px 6px 5px 5px;
	    border-radius: 2px;
		    float: left;
}
.footer-social li a.facebook {
    background: #0074B5;
   
    color: #fff;
    
}
.footer-social li
{
  display:inline-block;
}

.footer-social li a.twitter {
    background: #55acee;
       
}
.footer-social li a.subs {
    padding: 0px;
}
.home-sidebar .widget ul{
  display:block !important;
}
#sidebar.home-sidebar{
         width: 300px;
	      margin-top: 4%;
}
#recent_listings-3{
  background:#fff;
      width: 100%;
    float: left;
}
#recent_listings-3 h2{
      padding-left: 10px;
}
#text-5{
   background:#fff;
   overflow: hidden;
	float: left;
    width: 100%;   
}
#text-5 .textwidget span.glob-img{
         float: left;
    /* width: 57%; */
    margin-right: 0;
    position: relative;
    left: 131px;
    /* top: -142px; */
    margin-top: -210px;
    z-index: 99;
    background: none;
	 box-shadow:none;
}
#text-5 .textwidget p{
         width: 53%;
    float: left;
    font-size: 19px;
    line-height: 24px;
	color:#34495e;
}
#text-5 .textwidget span{
       background-color: #50a0d8;
    font-size: 16px;
    width: 100%;
    float: left;
    text-align: center;
    padding: 12px 0px 5px 0px;
    min-height: 27px;
    border-radius: 4px;
    font-weight: bold;
	    box-shadow: 0px 1px 5px 0px #d6d6d6;
		    margin-top: -29px;
    position: relative;
    z-index: 999;
}
#text-5 .textwidget span a{
   color:#fff;
       text-transform: uppercase;
}
#text-5 .textwidget span a:hover{
   text-decoration:none;
}
.home-sidebar .widget {
    margin-bottom: 13px;
    padding: 8px 0px 14px 0px;
    border-radius: 4px;
    box-shadow: 0px 2px 2px 0px #d6d6d6;
	width:100%;
	float:left;
	    border: 1px solid #d6d6d6;
}
#text-6{
  padding:0px;
}
#text-6  .textwidget{
   margin:0px;
   padding:0px;
}


#footer #main-navigation .menu ul {
    width:100%;
	float:left;
	text-align: center; 
}
#footer #main-navigation .menu ul li {
   float:none;
   display:inline-block; 
}
#footer .widget .textwidget {
   
    color: #7f8c99;
    font-size: 14px;
}
.list .listing-faves{
       width: 43px;
}
article.listing p.listing-phone{
   width:100%;
   float:left;
}
.read-more{
        background: #34495E;
    height: 30px;
    float: right;
    border-radius: 3px;
    width: 120px;
    text-align: center;
    padding: 0 0;
    display: table; 
	    margin-top: 8px;
}
.read-more a{
        color: #fff;
    /* padding: 3px 7px 0px 8px; */
    /* float: left; */
    display: table-cell;
    vertical-align: middle;
	    font-size: 14px;
}
.read-more a:hover{
   text-decoration:none;
}
.home-content{
   width:100%;
   background:#fff;
   text-align:center;
   padding: 4% 0px;
}
.home-content p:first-child {
    width: 75%;
    margin: 0 auto;
    font-size: 15px;
    line-height: 26px;
	color: #777777;
}
.home-content h2{
   color: #34495e;
    padding-top: 6%;
   font-size: 34px;
}

.h-option {
    width: 26%;
    display: inline-table;
	    margin-top: 4%;
		    margin-right: 3%;
    margin-left: 4%;
}
.h-content p {
    font-size: 15px;
    line-height: 24px;
}
.h-option  .h-name{
   font-size:26px;
   color: #34495e;
       min-height: 50px;
}
.home-top{
       padding-top: 5%;
}
.h-list-service{
   width:100%;
   float:left;
   background:#dee0ff;
   padding-bottom: 4%;
   position:relative;
    padding-top: 4%;
   text-align:center;
}
.h-list-service  h2 {
    font-size: 32px;
    color: #34495e;
}
.h-list-service .row ul li{
  width:100%;
  display:none;
}
.h-list-service .row ul li .ser-list {
     width: 216px;
    display: table;
    height: 110px;
    text-align: center;
    background: #fff;
    border-radius: 4px;
    margin: 16px 11px 10px 11px;
    float: left;
    border: 1px solid #fff;
} 
.h-list-service .row ul li .ser-list span{
       width: 100%;
    float: left;
    font-size: 17px;
    color: #50a0d8;
}
.h-list-service .row ul li .ser-list .fa{
   color:#a8a8a8;
   font-size: 50px;
}
.inner-list{
    background: #fff;
    /* float: left; */
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}
.h-list-service .row ul li.selected {
    display: block;
}
#prev {
    /* float: left; */
    position: absolute;
    top: 50%;
    bottom: unset !important;
    left: 4%;
}
#next {
    /* float: left; */
    position: absolute;
    top: 50%;
    bottom: unset !important;
    right: 4%;
}
.h-list-service button,.h-list-service button:hover{
   background:none;
}
.h-list-service .row ul li .ser-list:hover .fa {
    color:#8bc43f;
	cursor:pointer;
}
.search-select, .search-button {  top: 24px;}
.form-label{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 6px;
    float: left;
	    color: #9f9f9f;
}
.home-sidebar  .widget .textwidget {   margin: 18px;}
article.listing #overview p.bullet img{
   width:auto;
   height:auto;
   float: left;

}
.chi_display_header {
      
	       background-size: cover;
}

.archive-listing .sorting{min-height:40px;}

.home-click-here{
       width: 50%;
    /* float: left; */
    text-align: center;
    margin: 0 auto;
}	
.home-click-here span.read-more{
    background: #F69028;
    height: 50px;
    float: none;
	width:100%;
	    border-radius: 0px;
}
.home-click-here span.read-more a{
  font-size:18px;
}
#sidebar.home-sidebar .widget .widgettitle {
    display: none;
}
#sidebar.home-sidebar .widget{
   text-align:center;
}
#recent_listings-3 h2.widgettitle{
   display:block !important;
   text-align:left;
}
#recent_listings-3{
  
   text-align:left;
}
#recent_listings-3 ul{
   float:left;
   text-align:left;
}
#text-5 .textwidget p {
    text-align: left;
}

/* =========== [ 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;
	}
	
#main.single-listing-page{width:68% !important;}
	
#main{
  width:auto !important;
}


}


@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 li a, 
	#main-navigation ul.sub-menu li a {
		padding:10px 15px; 
	}
	
	#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:74%;
	}
	
	.search-button {
		width:24%;
	}
	
	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;
	}
	
	/****************** Developer Ravi Kant(Acutweb) **********************/
	
	  
	.blog-head .left-section{
	   
	}
	.blog-head .right-section {
    width: 100%;
	}
	.blog-head h1.entry-title {
    
        padding-left: 11px;
       margin-top: 7px;

   }
.blog-head .entry-summary{
        font-size: 12px;
    padding: 0px 2px 0px 9px;
   }
  .fliter-left {
     width:100%;
   } 
 .fliter-right {
    float: right;
    width: 100%;
    margin-top: 38px;
}
header.section-head {
   
    width: 100%;
}  
.awpqsf_class-keyword{
   width: 96%;
       padding-left: 10px;
} 
.right-section h1 a {
    color: #34495E !important;
	font-size: 18px;

	}
.awp-input{
      padding: 11px;
	   width: 91%;
}
.awp-form{
          width: 90%;
}
.awp-form .taxcheckbox-0 {
      margin-left: 0px;
}
.blog-head .left-section {
    width: 90%;
	height: 130px;
	}
	
.blog-head .left-section img {
    /* text-align: center; */
    /* width: 428px !important; */
    height: 100% !important;
}


	/****************** ********   end  ***********************************/

/***********Avinash********30-Nov*******/	
#openModal	{overflow-y:auto;overflow-x: hidden;}

.modalDialog > div .form-popup-bg { width: 96%;}

.form-head .form-head-left {  width: 96%; float: left; border-right: none;}

.modalDialog > div {  width: 94%;}

.close { right: -14px !important; top: -6px !Important;}

.form-head .form-head-right { width: 99%;}

#openModal .wpcf7-form-control-wrap.your-name {  width: 96% !important;}

#openModal .wpcf7-form-control-wrap {width: 96% !important;padding: 6px 0px 6px 8px; margin-bottom: 0px;}

#openModal span.wpcf7-form-control-wrap textarea {  width: 96% !important;}

#openModal .wpcf7-form-control-wrap.your-submit input.wpcf7-submit {width: 32% !important;}

#popup { width:96%;}
/*********End*********/

/****Avi*21-dec***/	
	
.mlogo { width: 100% !important;}	

.header-logo { width: 70% !important;}

ul.add-nav {width: 80%; padding-bottom: 10px;}

.add-nav li { margin-top: 10px;}

.search-button, .search-select, .search-for, .search-location {
 width: 100%;  margin-bottom: 0px;  margin-top: 10px;}
 
#next {right: 0%; padding: 20px 0px;}

#prev {  left: -1%; padding: 20px 0px;}
 
button#prev img, button#next img { width: 82%;}

ul#slider li.slide a { width: 100%; float: left;}

.h-list-service .row ul li .ser-list { width: 208px;float: none; margin: 10px auto;}
.h-option { width: 70%;}

#content-mid #content-inner .list { width: 84%;  margin: 10px auto;}

#sidebar.home-sidebar { width: 274px;}

#text-5 .textwidget p {font-size: 17px;}
#footer #main-navigation .menu > ul{border-top: none;}
#footer #main-navigation .menu > ul li {float: left; width: 100%;border-bottom: none;}


.chi_display_header {  background: #fff !Important;height: 156px!Important;}
.page-id-9 #content-mid #main {width: 83% !important; margin: 10px 2%;}
#content-mid #main .categories-list .catcol ul.maincat-list li.maincat {width: 98%!important; 
margin: 0px 4px !Important;}
.categories-list .catcol li.maincat > ul.subcat-list li.cat-item { padding-left: 0px;}
.plan .price-box { top: 0px;}
.plan .title { font-size: 20px;}
.plan .price-box .price { font-size: 34px;}
/*********End*******/


}

@media screen and (max-width: 400px) {
	
	#search-submit {
		min-width:0;
	}
	
	article.listing, article.event {
		padding-left:13px;
	}
	
	.list 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;
	}


}
@media screen and (max-width:1024px){
  #main{
  width:auto !important;
}
}
@media (max-width: 768px){

select#tinynav1 { display: none !important;}

#main-navigation {
    width: 96% !important;
    background-color: transparent;
    margin-top: 0 !important;
}
#main-navigation .menu > ul {
  /** width:70%; ****/
     width: 100%; 
     padding-top:0px;   	 /****Avi*21-dec***/
    margin-top: 16px !important;
        float: right;
}
#main-navigation a.menu-toggle{
    width: 100% !important;
	float:right;
}
.modalDialog:target {overflow-y: auto; overflow-x: hidden;}

.modalDialog > div {   width: 95%;  float: left;}

.close {right: -26px; top: -10px;}
#openModal .wpcf7-form-control-wrap.your-name {  width: 70%;}

#openModal .wpcf7-form-control-wrap {  width: 70%;}

#openModal span.wpcf7-form-control-wrap textarea {width: 70%;}

#openModal .wpcf7-form-control-wrap.your-submit input.wpcf7-submit {  width: 18%;}

#popup {top: 28px;}

/*****Avi****21-dec****
#footer div#main-navigation { display: block;}**/
#footer #main-navigation .menu > ul {display: block;}
.footer_navi .menu-footer ul li#menu-item-675 a, .footer_navi .menu-footer ul li#menu-item-674 a {
    font-size: 15px;}
#content-mid #content-inner .list { width: 94%;}	
#footer #text-4 {  width: 95%;}
#sidebar.home-sidebar { margin: 30px auto;}
#main-search input.text, #main-search input.tt-hint { font-size: 13px;}
#content-mid #main .categories-list .catcol ul.maincat-list li.maincat {
  width: 46%; margin: 0px 8px;}
  .blog-head h1.entry-title { font-size: 20px;}
.blog-head .entry-summary {font-size: 14px;} 
}
@media screen and (min-width:568px) and (max-width:600px){
.awp-input {
    background: #F5F5F5;
    padding: 13px;
	width:84%;
	
	}
	.awpqsf_class-keyword {
    width: 87%;
}
.awp-form {
    width: 84%;
}
.awp-input:after, .awp-input:before{
       left: 28%;
}
.awp-form .taxcheckbox-0{
       margin-left:0px;
}
label.taxchklabel{
  width: 90%;
}

.header-logo {width: 86% !important;  }/*******/
#content-mid #content-inner .list { width: 96%;}
#sidebar.home-sidebar {  margin: 30px auto;}
.chi_display_header { height: 310px !Important;}
ul#slider li a { width: 44%; margin-left: 5%; float: left;}
#next { right: 0%; padding: 10px 0px;}
#prev img, #next img { width: 80%;}
#prev { left: -1%; padding: 10px 0px;}
.footer_navi .menu-footer ul li#menu-item-675 a, .footer_navi .menu-footer ul li#menu-item-674 a {
    font-size: 15px;
}
#content-mid #main .categories-list .catcol ul.maincat-list li.maincat {width: 49% !important;
    margin: 0px 2px !important;}
.page-id-9 #content-mid #main { width: 90% !important; margin: 10px 2%;}
#main #post-99 .section-head h1 { font-size: 14px;}
.blog-head .right-section { width: 75%;}
.blog-head h1.entry-title { padding-left: 12px;    font-size: 20px;}
.blog-head .entry-summary { padding-left: 12px; font-size: 14px;}
.plan .description { padding-right: 160px;}
}

@media screen and (min-width:601px) and (max-width:667px){
  .awpqsf_class-keyword {
        width: 88%;
  }
  .awp-input{
         width: 80%;
  }
  .awp-form {
     width: 90%;
  }
  label.taxchklabel{
         width: 93%;
  }
.header-logo {width: 70% !important;  }/*******/
#main-search input.text, #main-search input.tt-hint {font-size: 12px;}
#content-mid #content-inner .list { width: 96%;}
#sidebar.home-sidebar {  margin: 30px auto;}
ul#slider li a {width: 38%; float: left; margin-left: 8%;} 
#next { right: 0%;}
#prev { left: -2%;}
.home-content .h-option .h-name { font-size: 23px;}
.footer_navi .menu-footer ul li#menu-item-675 a, .footer_navi .menu-footer ul li#menu-item-674 a {
    font-size: 15px;
}
#content-mid #main .categories-list .catcol ul.maincat-list li.maincat {width: 46%;
 margin: 0px 8px;}
.categories-list .catcol li.maincat > ul.subcat-list li.cat-item {padding-left: 0px;}
 .page-id-9 #content-mid #main { width: 90% !important; margin: 10px 2%;}
.search-for, .search-location, .no-events .search-for, .no-events .search-location { width: auto;}
.search-select {width: 51%;}
.search-button { width: 45%;}
.blog-head .right-section { width: 75%;}
.blog-head h1.entry-title { padding-left: 14px;font-size: 20px;}
.blog-head .entry-summary { padding-left: 15px; font-size: 14px;} 
#main #post-99 .section-head h1 { font-size: 16px;}

}

@media screen and (min-width:668px) and (max-width:750px){
     .awpqsf_class-keyword {
        width: 88%;
  }
  .awp-input{
         width: 80%;
  }
  .awp-form {
     width: 90%;
  }
  .awp-input:after, .awp-input:before{
    left: 23%;
  }
   label.taxchklabel{
         width: 93%;
  }
#sidebar.home-sidebar { margin: 30px auto;}
#prev { left: 0%; padding: 10px 0px;}
#next {right: 1%; padding: 10px 0px;}
.page-id-9 #content-mid #main { width: 90% !important; margin: 10px 2%;}
.search-select {  width: 17%;}
.blog-head .right-section {  width: 76%;}
#main #post-99 .section-head h1 { font-size: 19px;}
 }
@media screen and (min-width:767px) and (max-width:799px){
  .awp-input {
         width: 82%;
  }
.awpqsf_class-keyword {
       width: 90%;
}
.awp-form {
      width: 91%;
}
label.taxchklabel{
   width: 94%;
}
#next { right: 0%; padding: 10px 0px;}

#prev {left: 0%; padding: 10px 0px;}
/**#text-5 .textwidget p {font-size: 16px;line-height: 22px; margin-bottom: 28px;}
#sidebar.home-sidebar { margin: 39px auto; float: left; width: 240px;}**/
.page-id-9 #content-mid #main { width: 90% !important; margin: 10px 2%;}
.blog-head .right-section { width: 76%;}
#main #post-99 .section-head h1 { font-size: 20px;}
}

@media screen and (min-width:800px) and (max-width:1024px){
  .awp-input {
         width: 87%;
  }
.awpqsf_class-keyword {
       width: 93%;
}
.awp-form {
      width: 91%;
}
}
#breadcrumbs{
	  display:none !important;
	}
.myfeed{
    margin-top:10px;
	float:left;
}
.myfeed ul li h3 {
    font-size: 15px;
    margin: 15px 0px 5px 0px !important;
	    font-weight: bold;
}
#text-10 .widgettitle{
   display:block !important;
}
#text-10 .widget{
   margin:0px !important;
}
 .widget .myfeed li:before{
  content:"" !important;
}
.widget .myfeed li span{
   display:none;
}
/****shubham*******/

span.mydate {
    width: 100%;
    float: left;
	color: lightgrey;
}
.a2a_kit {
    margin-top: 10px;
    float: left;
}
span.mysite {
   
    width: 100%;
    float: left;
    margin: 8px 0px;
}

span.mysocialshare a i {
    color: black;
    padding: 2px 4px;
    font-size: 14px;
  
}
span.mysocialshare a {
    margin-right: 4px;
}
span.mysocialshare a i.fa.fa-facebook {
    color: #4A71B2;
}
i.fa.fa-twitter-square {
    color: #1AC7F0;
}
i.fa.fa-google-plus-square {
    color: #FB5642;
}
i.fa.fa-tumblr-square {
    color: #245773;
}
span.mysocialshare {
    width: 100%;
    float: left;
}
/*--------shubham media query-------*/
@media screen and (max-width:450px){
section#overview ul li {  
    width: 100%;
    float: left;
}
}
@media screen and (min-width:451px) and (max-width:680px){
section#overview ul li {  
   
    width: 44%;
    float: left;
}
}
@media screen and (min-width:681px) and (max-width:775px){
section#overview ul li {  
   
    width: 29%;
    float: left;
}
}


section#overview ul.otherfeed {
    padding-left: 0px;
    width: auto;
    float: none;
	}




