/*
Theme Name:     Vantage Child
Theme URI:      http://http://newcastlensw.com.au
Description:    Child theme for the Vantage Theme.
Author:			Philip Baumann
Author URI:     http://www.karunin.com
License: 		GNU General Public License version 3.0
License URI: 	http://www.gnu.org/licenses/gpl-3.0.html
Template:       vantage
Version:        0.5.0
*/

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

@import url("../vantage/styles/blue.css");

/*				*/
/*   GENERAL 	*/ 
/*				*/
body {
	font-family: "Open Sans",HelveticaNeue,Helvetica,Arial,sans-serif;
	font-size: 13px;
	background-image: none;
	background: #FFFFFF;
}

body.custom-background {
	background-image: none;
}

/* Make images in the content area of Posts, Listings and Pages scale with window with */ 
article.page img,
.blog article.post img,
.single-post article.post img,
#listing-tabs img,
#event-tabs img {
	height: auto;
	padding: 0px !important;
	border: 0px solid !important;
        max-width: 98%;
}

/*				*/
/* 	  LINKS 	*/
/*				*/
a, a:link, a:visited, a:active {
	color: #3D6B98;
	text-decoration: none;
}

#footer a {
	color: #DADADA;
}

/* Listing, Event, News Text and Sidebar Links in dark and light blue */
.listing  a, .event a, .post a, #sidebar a {
	color: #455C76;
}

a:hover, .event a:hover, .listing a:hover , .post a:hover, #sidebar a:hover, #footer a:hover {
	color: #587699;
	text-decoration: none;
}

/* Buttons */
input[type="submit"] {
	background: none;
	background-color: #FDC000;
	border-radius: 2px;
	color: #FFFFFF !important;
    font-family: "Open Sans",HelveticaNeue,Helvetica,Arial,sans-serif;
    font-size: 18px;
	text-shadow: none;
	border: 0px;
	font-style: normal;
}

input[type="submit"]:hover, .login-widget-button:hover, .couponwp-white a.print_button:hover {
	background-color: #FD8204;
}

.couponwp a.print_button {
    font-family: "Open Sans",HelveticaNeue,Helvetica,Arial,sans-serif;
	background-color: #FDC000;
	color: #FFFFFF !important;
}

.login-widget-button {
    background-color: #FDC000;
	margin-bottom: 6px;
	border-radius: 2px;
	padding: 5px 6px;
}

.event-contact-link {
	display: none !important;
}

/* Forms submit button on the right */
.form-field, .wpua-edit-container {
	width: auto;
	margin: 20px;
}

/* Sticks elemnt to top of the page. Added by jquery */
.sticky {
	position: fixed;  
	width: 100%;
	top: 0;
	z-index: 100;
	border-top: 0;
	padding-left: 0px !important;
}

/* In mobile view the sidebar overlays the main content area with a huge margin-top dont know why vantage does that so we put it in front*/
#main {
	z-index: 2;
}

.rounded {
	border-radius: 0px !important;
}

/* Remove headline of search results */
article.listing-archive-top {
	display: none;
}

/*				*/
/*   HEADINGS 	*/
/*				*/
h3 {
	font-size: 15px;
}
#sidebar .section-head, #main .section-head, div.list .section-head, #main article .section-head, div.list article .section-head {
	border-radius: 0px 0px 0px 0px;
	height: auto;
	border-bottom: 3px solid #06527C;
	border-left: none;
	border-right: none;
	border-top: none;
	box-shadow: 0px 0px 0px 0px !important;
	width: 306px;
	background: none !important;
	margin: 0 0 12px 0;
	left: 0px;
}

.section-head h3, #sidebar .section-head h3, .widgettitle, #main .section-head h2, div.list .section-head h2, #main .section-head h1, div.list .section-head h1 {
	color: #06527C;
	font-family: "Open Sans",HelveticaNeue,Helvetica,Arial,sans-serif;
	font-weight: bold;
	padding: 10px 10px 4px 10px !important;
	background: none;
	margin: 0;
	font-size: 18px;
}

.custom-homepage-widgetarea .widgettitle {
	margin-bottom: 12px;
}

.custom-homepage-widgetarea h2{
	margin: 0;
	color: #3D6B98;
	text-shadow: none;
	border-bottom: 2px solid #3D6B98;
}

.custom-home-sidebar h2.widgettitle {
	color: #3D6B98;
	text-shadow: none;
	border-bottom: 2px solid #3D6B98;
	width: 285px;
}

h1, h3, h4 {
	background: none !important;
	text-shadow: none !important;
}

.properties {
	padding-top: 0px !important;
}

.list .section-head h1, .properties .section-head h1 {
	color: #06527C !important;
	font-family: "Open Sans",HelveticaNeue,Helvetica,Arial,sans-serif !important;
	font-weight: bold !important;
	padding: 10px 10px 4px 10px !important;
	margin: 0 !important;
}

#main .featured-head, .list .featured-head {
	background: #F9BE1D !important;
	left: auto !important;
	border-radius: 0px 0px 0px 0px !important;
}

.custom-homepage-widgetarea .upcoming-events-headline, .custom-homepage-widgetarea .listing-headline, .custom-homepage-widgetarea .news-headline {
	font-family: "Open Sans",HelveticaNeue,Helvetica,Arial,sans-serif;
	font-size: 15px;
	padding-bottom: 4px;
}

/* Single view Headings */
.single-event article.event h1, .single-listing article.listing h1, .single-post article.post .post-heading, .single-event article.event h1 a, .single-listing article.listing h1 a, article.post .post-heading a, article.post .post-heading .left-hanger {
	font-family: "Open Sans",HelveticaNeue,Helvetica,Arial,sans-serif;
	font-size: 18px;
    color: #06527C !important;
	font-weight: 400px !important;
}

.single-listing article.listing #overview h1 {
 margin-top: 15px;
}

/*				*/
/*  DROPDOWNS 	*/
/*				*/
/* General definitions for custom dropdown menu */
.dropdown-label {
	width: 191px;
	display: inline-block;
}

.dropdown-select {
    -moz-appearance: none;
    background: -moz-linear-gradient(center top , #FFFFFF, #F4F4F4) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #C2C1C2;
    border-radius: 3px;
    color: #5E5E5E;
    cursor: pointer;
    display: inline-block;
    margin: 6px 0;
    outline: medium none;
    padding: 6px;
	width: 100%;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
}

/*				*/
/*    FOOTER 	*/
/*				*/
/* Remove standard theme footer */ 
#post-footer {
	display: none;
}

/* style custom footer */

#footer {
	background: #373E47;
	color: #bbbbbb;
}

#footer p {
	color: #bbbbbb !important;
}

#footer .section-head {
	background: none;
}

#footer .section-head h3 {
	padding-bottom: 10px !important;
	font-size: 21px;
}

#footer ul li {
	background: none;
	padding-left: 12px;
}

#footer ul li:before {
	  content: '>';
	  font-size: 16px;
	  color: #ffc400;
	  margin-top: 1px;
	  margin-right: 5px;
}

#impress-footer {
    /*background: url("../vantage/images/post-footer-bg.png") no-repeat scroll center -1px #E5E5E5;*/
    background: #333;
    color: #cdcdcd;
	font-weight: 700;
	font-size: 11px;
    margin: 0;
    padding: 25px 0;
    text-align: center;
}

#impress-footer a {
	color: #bbbbbb;
}

/* MAIN CONTENT PADDINGS AND MARGINS */
#content {
    background: #FFFFFF;
	margin-top: 45px;
}

#content-inner {
	padding-top: 10px;
}

.list, .page article.page {
	margin: 0 !important;
	padding: 0 !important;
}

#overview, .blog-wrapper {
	padding: 0 20px 20px 15px;
}

.sorting {
	margin: 0px;
}

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

.single-event article.event, .single-post article.post {
	padding-top: 10px !important;
}

/* Remove FEATURED IN CATEGORY STUFF */
article.listing.featured, article.event.featured {
	background: none;
}

/*				*/
/*   HEADER 	*/
/*				*/
/* Admin Bar Background Color */
#wpadminbar, #wpadminbar .ab-top-secondary {
	background-color: #06537E;
}

#main-navigation {
	background: #086ca0; /* Old browsers */
	background: -moz-linear-gradient(top, #086ca0 0%, #05486f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#086ca0), color-stop(100%,#05486f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #086ca0 0%,#05486f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #086ca0 0%,#05486f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #086ca0 0%,#05486f 100%); /* IE10+ */
	background: linear-gradient(to bottom, #086ca0 0%,#05486f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#086ca0', endColorstr='#05486f',GradientType=0 ); /* IE6-9 */
	padding: 4px 0px 4px 0px;

}

#header-logo {
	float: left;
	max-width: 290px;
	max-height: 95px;
	overflow: hidden;
	margin-left: 0px;
}

/* Main Navigation */
#main-navigation-sticky {
	width: 100%;
	z-index: 999;
}

#main-navigation .row {
	display: block;
	margin: 0 auto;
	max-width: 1140px;
}

#nav-box {
	float: left;
	max-width: 864px;
    max-height: 40px;
}

#nav-box-overlay {
	display: inline-block;
}

#nav-box-overlay .menu {
	border-radius: 0px !important;
}

#navigation {
	background: none !important;
	border: 0px !important;
	margin: 0px !important;
	box-shadow: 0px 0px 0px 0px !important;
}

#main-navigation .menu li {
	height: 30px;
}

#main-navigation .menu li:hover, #main-navigation .menu li.current-menu-item, #main-navigation .menu li.current-menu-parent {
	background: #054970 !important;
}

#main-navigation ul.sub-menu {
	border: 0px !important;
	box-shadow: 0px 0px 0px 0px !important;
	width: 188px !important;
	background: #054970 !important;
	border-radius: 0px 0px 0px 0px !important;
	left: 6px !important;
}

#main-navigation ul.sub-menu li {
	width: auto;
}

#main-navigation .menu li {
	padding: 0 !important;
	border: 0px !important;
	border-radius: 0px 0px 0px 0px !important;
}

#main-navigation .menu li a {
	border: 0px !important;
	color: #ffffff;
	padding: 6px 13px 0 !important;
}

.menu a, .menu a:hover {
	font-family: "Open Sans",HelveticaNeue,Helvetica,Arial,sans-serif !important;
	font-size: 14px !important;
	text-shadow: none !important;
	letter-spacing: 0.4px;
	text-decoration: none !important;
	text-align: left !important;
	font-weight: 800 !important;
}

#main-navigation .menu li a:hover {
	color: #3CAAE0;
}

/* Header Login */
#header-login-wrapper {
	float: left;
	padding: 22px 2% 0 0;
}

#header-login-wrapper-mobile {
	display: none;
}

.logout-button-wrapper {
	float: right;
	padding-top: 4px;
}

.login-button-wrapper {
	float: right;
	padding-top: 4px;
}

.dashboard-button-wrapper {
	float: right;
	background-color: #fdc000;
	border-radius: 2px;
	padding: 4px;
}

.dashboard-button-wrapper:hover {
	background-color: #fd8204;
}

.dashboard-button-wrapper .login-button:hover {
	color: #ffffff;
}

.login-button {
    color: #FFFFFF;
    font-family: "Open Sans",HelveticaNeue,Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 0px 10px 0;
    text-align: center;
	text-shadow: none;
}

.login-button:hover, .custom-submenu-item a:hover {
	color: #3CAAE0;
}

#the-login-button {
	color: #FDC000;
}

#the-login-button:hover {
	color: #fd8204;
}

/* Header Searchbar */ 
#search-wrapper {
	float: right;
}

#main-search {
	padding-top: 14px;
}

#main-search .input-cont {
	margin: 0px !important;
}

#main-search .search-for {
	min-width: 0px !important;
	width: 400px !important;
	float: left !important;
	margin: 0px !important;
}

#main-search label {
	width: 91px !important;
	float: left;
	margin: 0px 0px 0px 0px !important;
	text-align: left !important;
}

#main-search .search-button {
	float: left !important;
	height: auto !important;
	width: auto !important;
	margin: 0px 0px 0px 14px !important;
}

#main-search #search-submit {
	margin: 0px !important;
}

#main-search input.text {
	margin-top: 12px !important;
	margin-left: 2% !important;
	margin-right: 2% !important;
	padding: 0px !important;
	font-size: 15px;
	background: none !important;
	width: 96% !important;
	max-width: 96% !important;
	height: auto !important;
}

#main-search .input-cont .mid {
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	background: #FFFFFF !important;
	border-radius: 3px !important;
}

#breadcrumbs {
	margin: 8px 0 4px 20px;
	clear: both;
	text-align: center;
}

/* Header Ads */ 
#header-ads {
	margin: 0 0 0 20px;
}

#header-ads a {
	margin-right: 10px;
}

#header-ads a img {
	border: 1px solid #bdbcbd;
}

/* Set the orange for the add listing Menu item, has to be defined under css classes in the wordpress menu page. */ 
.add-listing-menu-item a {
	color: #FDC000 !important;
}

.add-listing-submenu-item a,
ul.sub-menu .menu-item a {
	color: #ffffff !important;
}

.add-listing-submenu-item a:hover  {
	color: #3CAAE0 !important;
}

#adv_categories_listing ul li a {
	color: #545454 !important;
}

body.single-listing #listing-images .larger img {
	width: 230px;
	height: 230px;
}

/*				*/
/*   SIDEBAR 	*/ 
/*				*/
#sidebar {
    margin: 0px -330px 22px 10px;
    width: 310px;
	padding-right: 10px;
}

#sidebar aside, #sidebar .widget_sidebar_ad {
	margin: 0px;
}

#sidebar p {
	text-align: justify;
	margin: 0 20px 0 0;
}

/* Widen the sidebar to accomodate 300px */
#content-mid {
    background: url("") repeat-y scroll right top #FFFFFF;
}

#content-inner {
    padding-right: 315px;
}

/*				*/
/*   WIDGETS 	*/
/*				*/
/* Text widget */
.textwidget {
	margin: 0;
	padding-right: 10px;
}

/* Facebook likebox widget */
#facebook-box {
	height: 445px;
	overflow: hidden;
}

#facebook-box #fb-root {
	margin-top: -10px !important;
}

/* Map Widget */
#sidebar .widget_listing_event_map {
	margin-right: 20px;
}

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

/* Reviews Widget */
#sidebar li.recent-review {
	margin: -10px 10px 0 0;
}

/* Referral Network Sites Widget */
.referral-widget-sites {
	text-align: center;
}

.referral-widget-sites a {
	padding-right: 10px;
}

/* Blogposts Widget */
.listing-bottom-sidebar ul, .news-bottom-sidebar ul {
	margin: 0px !important;
}

.blogpost-widget-wrapper {
    box-shadow: 0 0 5px 0 #888888;
    clear: none;
    float: left;
    height: 90px;
    margin: 4px 8px !important;
    overflow: hidden;
    width: 220px;
	padding: 10px !important;
}

.blogpost-widget-wrapper a, .blogpost-widget-wrapper a, .blogpost-widget-wrapper a:hover {
	color: #3CAAE0;
}

.blogpost-widget-thumb {
	float: left;
}

.blogpost-widget-thumb img {
	max-width: 90px !important;
	max-height: 90px !important;
	overflow: hidden !important;
}

.blogpost-widget-text {
	float: left;
	max-width: 118px;
	margin: 0 0 0 10px;
	/*text-align: justify;*/
}

.blogpost-widget-headline {
	/*max-height: 18px;
	overflow: hidden;
	display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 120px;*/
}

.blogpost-widget-excerpt {
	margin: -2px 0 0 0 !important;
	display: inline-block;
	max-width: 130px;
	max-height: 70px;
	overflow: hidden;
	/*text-align: justify !important;*/
        font-size: 12px;
display: none;
}

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

/* Category Dropdown Widget */
.category-dropdown-widget-wrapper {
	text-align: center;
	margin: 0 20px 0 0;
}

/* reviews widget */
#sidebar .reviewer-date {
	display: none;
}

/* Width of the footer widgets */
#footer .widget {
    margin: 25px 1.5%;
    width: 22%;
}

/* Mobile Banner Ads Widget */
#homepage-mobile-ad-slider {
	margin: 0 auto;
	margin-bottom: 10px;
	display: none;
}

@media screen and (max-width: 1212px) {
	#homepage-mobile-ad-slider {
		display: block;
	}
}

/* WIDGET INSTANCES */
/* WIDGETS on Homepage */
#custom-homepage-widgetarea-wrapper {
	padding: 0 20px 0 20px;
}

.custom-homepage-widgetarea {
	width: 48.7%;
	float: left;
	margin-left: 2.6%;
}

#custom-homepage-widgetarea-left {
	margin-left: 0px;
}

.custom-homepage-widgetarea li {
	list-style: none;
    border-bottom: 1px solid #CCCCCC;
	padding: 6px 0 4px 0;
	min-height: 54px;
}

.custom-homepage-widgetarea li ul {
	padding: 0 10px 0 10px;
}

.custom-homepage-widgetarea ul li p {
	margin: 0;
}

.custom-homepage-widgetarea .listing-cat, .custom-homepage-widgetarea .listing-address, .custom-homepage-widgetarea .listing-headline {
	text-align: right;
}

.listing-small-contentbox, .news-small-contentbox, .event-small-contentbox {
	max-width: 76%;
}

.listing-small-contentbox {
	float: right;
}

.news-small-contentbox, .event-small-contentbox {
	float: left;
}

.listing-small-contentbox p.listing-phone {
	display: inline;
}

.event-date {
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 4px;
}

.event-time {
	float: left;
	margin-right: 6px;
	background: #06527C;
	color: #FFFFFF;
	padding: 0px 4px;
}

.custom-homepage-widgetarea .event-address {
	margin: 4px 0 0 0;
}

#sidebar .attachment-small , .custom-homepage-widgetarea .attachment-small,
.custom-homepage-widgetarea img.company_logo {
	float: left;
	padding-right: 10px;
	max-width: 80px;
	height: auto;
	max-height: 80px;
	overflow: hidden;
	position: relative !important;
	left: 0;
	top: 0;
	/*border: 0px;*/
	border: 1px solid #ddd;
	padding-right: 0;
	margin-right: 8px;
}

#custom-homepage-widgetarea-right .attachment-small {
	border: 1px solid #DDDDDD;
}

.custom-homepage-widgetarea .listing_thumbnail, #sidebar .listing_thumbnail {
	padding: 0;
}

/* Real Estate Widget Homepage */
.realestate-widget-property-container {
	overflow: hidden;
	border-bottom: 1px solid #CCCCCC;
	padding: 10px 0;
}

.realestate-widget-preview-img {
	float: left;
}

.realestate-widget-main-img {
	width: 140px;
}

.realestate-widget-wrapper h5 {
	padding: 0px 0px 4px 0px;
	margin: -5px 0px 0px 0px;
	font-weight: normal;
	float: right;
	padding-left: 4px;
	max-width: 228px;
	font-family: "Open Sans",HelveticaNeue,Helvetica,Arial,sans-serif;
	font-size: 15px;
	text-align: right;
}

.realestate-widget-info, .realestate-widget-info-box {
	float: right;
}

.beds, .baths, .cars {
    display: inline-block;
    height: 18px;
    margin: 0 0 0 5px;
    padding-left: 25px;
    padding-top: 2px;
    text-align: right;
}
.beds {
    background: url("/feed/img/icn-bed.png") no-repeat scroll -5px center rgba(0, 0, 0, 0);
}
.baths {
    background: url("/feed/img/icn-bath.png") no-repeat scroll -5px center rgba(0, 0, 0, 0);
}
.cars {
    background: url("/feed/img/icn-car.png") no-repeat scroll -5px center rgba(0, 0, 0, 0);
}

.price {
	display: block;
	text-align: right;
	margin-top: 8px;
	font-size: 14px;
}

.contact{
	display: block;
	text-align: right;
	margin-top: 6px;
}

/* Coupon slider Widget on Homepage */
#custom-homepage-widgetarea-bottom .couponwp {
	margin: 0 auto;
	float: none;
}

#homepage-coupon-slideshow {
	margin: 0 auto;
}

#homepage-coupon-slideshow .avatar img {
	width: auto;
	height: 105px;
	overflow: hidden;
}

#homepage-coupon-slideshow .couponwp .title {
	/*height: 25px;*/
	overflow: hidden;
}

#homepage-coupon-slideshow .couponwp .subtitle {
	height: 32px;
	overflow: hidden;
}

#homepage-coupon-slideshow .couponwp .text {
	height: 54px;
	overflow: hidden;
}

/* WIDGETS IN SIDEBARS */
#sidebar li {
	margin: 0 5px 0 0;
	padding: 7px 0 7px 0px;
}

/* Related News and Blog Posts Widget in Sidebar */

#sidebar .blogpost-widget-wrapper {
	box-shadow: none;
	margin: 0 5px 0 0 !important;
	padding: 7px 0 7px 0px !important;
	width: auto;
}

#sidebar  .blogpost-widget-thumb .attachment-medium {
	width: 80px;
	height: auto;
}

#sidebar .blogpost-widget-text {
	max-width: 67%;
	margin: 0 10px 0 10px;
}

#sidebar .blogpost-widget-excerpt {
	max-width: 100%;
}

#sidebar .blogpost-widget-headline {
	max-height: 100%;
}

/* Listing Widget is in Sidebar */
#sidebar .listing-small-contentbox {
	max-width: 68%;
	padding-right: 6px;
}

#sidebar .listing-small-contentbox p {
	margin: 0px;
	padding: 0px;
	text-align: right;
}

#sidebar .listing-small-contentbox .listing-headline {
	padding: 6px 0;
}

#sidebar .listing-small-contentbox .listing-address {
	max-height: 18px;
	overflow: hidden;
}

#sidebar .listing-small-contentbox .listing-cat {
	display: none;
}

/* Event Widget is in Sidebar */
#sidebar .event-small-contentbox p {
	margin: 4px 0px !important;
}

/* Real Estate Widget is in Sidebar */
#sidebar .realestate-widget-main-img {
	width: 100px;
}

#sidebar .cars {
	display: none;
}

#sidebar .realestate-widget-wrapper h5 {
	font-size: 14px;
}

#sidebar .price {
	font-size: 13px;
}

#sidebar .realestate-widget-info {
	padding: 8px 14px 0 0;
	max-width: 63%;
	overflow: hidden;
}

/* News Widget is in Sidebar */
#sidebar .news-small-contentbox {
	max-width: 70%;
}

#sidebar .news-excerpt {
	margin: 6px 10px 0 0;
}

a.full-map-button {
  font-size: 11px;
  font-weight: bold;
  font-style: italic;
  color: #666;
  border: 1px solid #CCC;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 5px 8px;
  margin: 0 10px 0 0;
  background: #FFF;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zd…B5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2cyMzkpIiAvPgo8L3N2Zz4=);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
  background: -moz-linear-gradient(top, #FFF, #EEE);
}


/*				*/
/* SINGLE PAGES */
/*				*/

/* Hide comments on single pages */
.page.type-page.status-publish.hentry #comments {
	display: none;
}

/* HOMEPAGE */
/* Welcome Box shown if user comes from sign up */
#welcome {
	display: none;
}

#welcome-message-wrapper {
	margin: 10px 25px 10px 20px;
	padding: 10px 15px;
	background-color: #fdc000;
	color: #333333;
}

#welcome-message-wrapper .big{
	font-size: 24px;
	color: #065885;
}

#welcome-message-wrapper a{
	color: #065885;
}

#welcome-message-wrapper a:hover{
	color: #2caae0;
}

/* Introduction textbox */
.intro-text {
    padding: 6px 20px 8px 10px;
	margin-bottom: 6px !important;
	margin: 0 20px;
	font-size: 14px;
	color: #3D6B98;
	text-align: justify;
}

.page article.page {
    padding: 20px 20px 0 20px;
}

/* Homepage slider */
.metaslider {
	padding: 0 20px 4px 20px;
}


/* NEWS PAGE */
.blog-browseby-category-wrapper {
    padding: 10px 20px;
    text-align: center;
	display: none;
}

.blog-browseby-category-wrapper li {
	display: inline;
	padding: 5px;
}

.blog-wrapper article {
	width: 30%;
	height: 410px;
	overflow: hidden;
	float: left;
	margin: 0 0 20px 2.5%;
	clear: none;
	box-shadow: 0 0 5px 0 #888888;
}

.blogpost-wrapper {
	margin: 0 10px 10px 10px;
}

.blogpost-wrapper h2, .blogpost-wrapper a {
	margin: 0;
	padding: 0;
	font-weight: 400 !important;
	text-decoration: none;
}

.blogpost-wrapper section.overview a img.wp-post-image {
	max-width: 209px;
	width: auto;
	height: 160px;
	overflow: hidden;
	padding: 0 0 10px 0;
	border: 0px;
	margin: 0 auto;
	display: block;
	float: none;
}

.blogpost-wrapper .post-heading {
	text-align: center;
}

.blogpost-wrapper .overview {
	font-size: 13px;
	text-align: justify;
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 5px;
}

.blogpost-wrapper .comment-count {
	margin-top: 10px;
}

.blogpost-wrapper .blogpost-misc{
	margin-top: 15px;
	float: left;
	max-width: 75%;
}

/* Single News */
.single a.comment-count {
	display: none;
}

.single-post article.post small, .form-allowed-tags {
	display: none;
}

/* DASHBOARD PAGE */
#dashboard-side-nav li {
	padding: 5px 0 5px 10px;
	width: 125px;
}

/* CONTACT US PAGE */
.wpcf7-text {
    background: -moz-linear-gradient(center top , #FFFFFF, #F4F4F4) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #C2C1C2;
    border-radius: 3px;
    color: #5E5E5E;
    font-size: 13px;
    height: 18px;
    margin: 6px 0;
    padding: 5px;
}

/* SIGNUP AND REGISTER PAGE */
.register {
	margin-top: 15px !important;
}

.login-wrapper {
	width: 50%;
	float: left
}

.login-social-connect {
	margin: 0 25px;
	padding: 20px;
}

.oneall_social_login_label {
	display: none;
}

.oneall_social_login {
	overflow: hidden;
	height: 34px;
}

.rememberme-label {
	display: inline !important;
}

.forgot-pw {
	padding-left: 105px;
}

.login-notice, .signup-notice {
	margin: 0 25px;
	padding: 20px;
	background-color: #71C6ED;
	color: #ffffff;
	font-size: 20px;
	text-align: center;
}

#login-form p.description.indicator-hint {
	padding-top: 10px;
	width: 250px;
}


.login-notice {
	height: 60px;
}

.signup-notice {
	height: 30px;
}

.login-notice .login-small {
	font-size: 14px;
	display: block;
	line-height: 16px;
}

.login-wrapper a .login-notice:hover{
	background-color: #3CAAE0;
}

.notice.error span, .notice.error div {
	border-radius: 0px 0px 0px 0px !important;
	border: 0px solid !important;
	font-weight: normal;
}



#login-form .form-field {
	width: 100%;
}

#login-form.login-form.register-form fieldset div.form-field input#register.btn.reg.button-disabled {
	background-color: #CCCCCC !important;
}

#login-form fieldset {
	margin: 0px !important;
}

.form-field-submit {
	text-align: right;
}

/* LISTING CATEGORY PAGE */
/* Remove the Featured on Category features because we are using that to identify free listings */
div.list .featured-head {
	display: none;
}

/* SINGLE LISTING PAGE */
#listing-tabs section {
	text-align: justify;
}

/* Align images center */
#listing-tabs img.aligncenter {
	display: block;
	margin: 0 auto;
}

/* Remove Add to fav icon and contact listings owner button */
.listing-faves, .listing-contact-link, .event-faves {
	display: none !important;
}

article.listing.featured p, article.event.featured p {
	color: #333333;
}

/* Remove twitter @handle but leave the icon */
.twitter-handle {
	display: none;
}

/* Additional Social Network Links */
.instagram-icon, .pinterest-icon, .linkedin-icon {
	float: left;
    height: 16px;
    margin: 0 4px 0 0;
    text-indent: -9999px;
    width: 16px;
}

.instagram-icon {
	background: url("img/tiny-instagram-icon.png") no-repeat scroll 0 0 transparent;
}

.pinterest-icon {
	background: url("img/tiny-pinterest-icon.png") no-repeat scroll 0 0 transparent;
}

.linkedin-icon {
	background: url("img/LinkedIn.png") no-repeat scroll 0 0 transparent;
}

/* Decrease paddings and margins in listing header */
#main hr {
	display: none;
}

#listing-tabs {
	margin-top: 0px;
}

.listing-fields {
	margin: 0px;
}

#main p.vcard {
	display: none;
}

#listing-images {
	margin-bottom: 0px;
}

li.address, li.phone, li#listing-website a{
	font-size: 15px;
	padding-bottom: 4px;
}

article.listing .review-meta {
	width: 80px;
}

/* Custom Forms */
/* Opening hours */
.listing-custom-field-heading {
	font-weight: 700;
}

/* Review Single listing */
.review-author .avatar, .review-author-meta li:nth-of-type(2), .review-author-meta li:nth-of-type(3), .review-author-meta li:nth-of-type(4){
	display: none;
}

.review-author-meta li:nth-of-type(1):before {
	content: 'by ';
}

/* Additional Tabs Single Listing */
#listing-tabs section#add-1, #listing-tabs section#add-2 {
	padding: 10px 0;
}

/* Resize the tabs to make them fit with different font and fixing double border issue */
#listing-tabs .tabs a, #event-tabs .tabs a {
	border-bottom: 0px solid #CFCFCF !important;
	padding: 8px 30px;
}

#listing-tabs .tabs a.active-tab, #event-tabs .tabs a.active-tab {
	border-bottom: 1px solid #FFFFFF !important;
}

/* Images single listing */
#listing-images , #listing-images  .larger, #listing-images .larger img, #listing-images .smaller, #listing-images .smaller img {
	background-color: none;
	border: 0px;
	padding: 0px;
	background: none;
}

#listing-images a:hover img, #listing-images a:active img {
	border: none;
}

/* SINGLE EVENT PAGE */
/* Remove Follow text and twitter icon */
.single #event-follow p, .single #event-follow .twitter-icon, .single #event-follow .twitter-handle {
	display: none;
}

/* PRICING PLANS PAGE */
/* SELECT A PLAN PAGE */
.plan .price-box .price {
	font-size: 30px;
	margin-top: 0px;
}

.plan .price-box .duration {
	font-size: 12px;
}

.plan:nth-of-type(1) {
	width: 370px;
	float: left;
}

.plan:nth-of-type(2) {
	width: 370px;
	float: right;
}

.plan:nth-of-type(3) {
	clear: both;
	float: none;
}

.plan .description, .plan .featured-options {
	padding-right: 0px !important;
}

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

.featured-option label {
	font-weight: normal;
}

.recurring-option label {
	font-size: 13px;
}

.plan .title {
	width: 40%;
	height: 105px;
}

.plan .price-box {
	border: 0px;
	padding: 10px;
	top: 0;
	right: 0;
}

.plan .content:after {
	border: 0px !important;
}

/* Remove Featured Info checkboxes and text on create listings page*/
div.featured-option + div.featured-option {
	display: none;
}

.featured-options .option-header {
	display: none;
}

.pricing-options .categories {
	font-weight: bold;
	margin-bottom: 6px;
}

.featured-option label {
	font-weight: bold;
	font-size: 13px;
}

.plan .description {
	padding-right: 280px;
}

/* COUPONS PAGE */
#coupon-category-wrapper {
	text-align: center;
	margin: 10px 0 0 0;
}

#coupon-category-wrapper p{
	margin: 0;
}

.coupon-category .couponwp-landscape {
	width: 700px !important;
	margin: 10px auto 20px auto !important;
	padding: 0 !important;
}

.couponwp-white, .couponwp, .couponwp-mobile {
	border: 0px !important;
	padding: 0px !important;
	float: none !important;
	max-width: 700px !important;
}

/* Coupon Print */
html body div.couponwp {
	width: auto !important;
}

/* Coupon Other */
.couponwp-mobile {
	width: 340px;
	margin: 0 auto !important;
}

.couponwp, .couponwp .title, .couponwp .subtitle, .couponwp .time-expire, .couponwp .date-expire, .couponwp .text {
	font-family: "Open Sans",HelveticaNeue,Helvetica,Arial,sans-serif !important;
	text-transform: none !important;
	color: #333333 !important;
}

.couponwp .title, .couponwp .subtitle, .couponwp .avatar, .couponwp .text, .couponwp .print, .couponwp .timer {
	margin-bottom: 8px;
}

.couponwp .text {
	text-align: center;
        font-weight: bold;
}

.couponwp .cutline {
	border: 1px dashed #888888 !important;
	padding: 8px 10px 0px 10px;
}

.couponwp .title {
	text-transform: uppercase !important;
	font-size: 15px;
	font-weight: bold;
	padding: 0px 10px;
}

.couponwp .subtitle {
	font-size: 13px;
        font-weight: bold;
}

.couponwp .timer {
	padding-top: 0px;
}

#homepage-coupon-slideshow-wrapper {
	margin: 0 auto;
	width: 340px;
	overflow: hidden;
	text-align: center;
}

.couponwp .date, .couponwp .time {
	font-size: 13px;
	font-weight: normal;
	line-height: 17px;
}

/* EDIT / CREATE LISTING PAGE */
/* Fix for url and facebook labels necessary due to different fonts */
#create-listing .listing-urls label span, #create-event .event-urls label span, #create-event .location-url label span {
	top: 32px;
	font-size: 14px;
}

#create-listing .web label input[type="text"], #create-event .web label input[type="text"] {
	padding-left: 52px;
	font-size: 14px;
}

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

#create-listing .web label input[type="text"] {
	width: 263px;
}

#create-listing .twitter label input[type="text"] {
	width: 294px;
}


#create-listing .facebook label input[type="text"], #create-event .facebook label input[type="text"], #create-listing .instagram label input[type="text"], #create-listing .pinterest label input[type="text"] {
	padding-left: 115px;
	width: 200px;
}

.hint {
	padding: 10px 20px;
	width: 285px;
	background-color: #38c838;
	color: #fff;
	text-align: center;
}

/* only display 1 image upload button instead of 5 */
#create-listing .images li {
	display: none;
}

#create-listing .images li:nth-of-type(1) {
	display: block;
}

/* EDIT / CREATE EVENT PAGE */
/* Remove twitter */
#create-event #contact-fields .twitter {
	display: none;
}

/* EDIT USER PROFILE PAGE */
/* WP Avatar Plugin frontend uploader */
.wpua-edit-container {
    margin: 20px 0 20px 20px;
    position: relative;
    width: 75%;
}

.mob-banner-wrapper {
   display: none;
}

.mob-banner-wrapper {
       margin: 25px 0;
    }

    .mob-banner-wrapper .flip-container, .mob-banner-wrapper .front, .mob-banner-wrapper .back {
        width: auto;
        margin-right: 0;
        margin-left: 8px;
    }

    .mob-banner-wrapper .mob-banner-ad img {
        /*display: block;
        margin: 0 auto;
        max-width: 100%;*/
        border: 1px solid #ddd;
    }

/* RESPONSIVE */
@media screen and (max-width: 1212px) {
	/* Nav bar */
	#main-navigation {
		padding: 0 20px;
	}
	/* Remove Header Ads */
	#header-ads, #breadcrumbs {
       display: none;
    }	
	.blog-wrapper article {
	width: 45%;
	}	
	#main-navigation .menu li a {
		padding: 11px 10px 0 !important;
	}
	.realestate-widget-main-img {
		width: 110px;
	}
	.listing-small-contentbox, .news-small-contentbox, .event-small-contentbox {
		max-width: 70%;
	}
	.couponwp .avatar img {
		width: 160px;
		height: auto;
	}
	#header-login-wrapper {
		padding-right: 1%;
	}
	.single-post article.post .post-heading {
		height: auto;
	}
}

@media screen and (max-width: 1115px) {
	/* Shrink custom widget areas on homepage */
	.custom-homepage-widgetarea {
		width: 100%;
		margin-left: 0;
		clear: both;
	}
	.coupon-category .couponwp-landscape {
		width: 400px !important;
	}
	#main-search .search-for {
		width: 310px !important;
	}
	#main-search input.text {
		margin-top: 6px !important;
	}
	#main-search .h39 {
		height: 30px;
	}
	#search-submit {
		background: #FFFFFF;
		min-width: 0px;
		height: auto;
		line-height: 21px;
		text-indent: 0px;
		font-family: "Open Sans",HelveticaNeue,Helvetica,Arial,sans-serif !important;
		font-size: 16px !important;
		font-weight: 800 !important;
		letter-spacing: 0.4px;
		text-align: left !important;
		text-decoration: none !important;
		text-shadow: none !important;
		color: #06527C;
		font-style: normal;
		padding: 4px;
	}
	
	.login-button {
		padding: 0 6px;
	}
	#header-login-wrapper {
		padding-top: 22px;
	}
	#site-title .custom-header-image {
		height: 75px !important;
		width: 213px !important;
		background-size: contain !important;
		margin-top: 10px;
	}
	#main-search .search-for, #main-search .search-button {
		padding-top: 6px;
	}
}

/* Nav Menu */
@media screen and (max-width: 990px) {
	#main-navigation .menu li a {
		padding: 11px 6px 0 !important;
	}
	#main-search .search-for {
		width: 205px !important;
	}
}

@media screen and (max-width: 930px) {
	.blog-wrapper article {
		width: 95%;
	}
	#site-title .custom-header-image {
		height: 70px !important;
		width: 199px !important;
	}
	.menu a, .menu a:hover {
		font-size: 12.5px !important;
	}
	#header-logo {
		height: 70px !important;
		width: 199px !important;
	}
	#main-search {
		padding-top: 0px;
	}
	#header-login-wrapper {
		padding-top: 10px;		
	}
}

@media screen and (max-width: 800px) {
	#footer .widget {
		width:auto;
	}
	.blog-wrapper article {
	width: 45%;
	}
	/* Fixing mobile glitches resulting from wider sidebar */
	#content-inner {
		padding-right: 0px;
		background: none;
	}
	#sidebar {
		margin: 0 auto;
		width: auto;
		padding: 0 20px;
	}
	#sidebar .section-head, #sidebar .section-head h3 {
		width: 100%;
	}
	.login-widget-w {
		max-width: 300px;
	}
	#social-connect-13 {
		display: none;
	}
	#content {
		padding: 0px;
	}
	#content-mid {
		border: 0px;
	}
	.metaslider .caption-wrap {
		display: none !important;
	}	
	.home-intro-text {
		display: none;
	}
	.homepage-widget-hide-on-mobile {
		display: none;
	}
	#header-logo {
		float: none;
		margin: 0 auto;
		margin-left: auto;
	}
	#nav-box {
		float: none;
		padding-left: 0px !important;
		margin-right: auto;
	}
	#main-navigation .row {
		text-align: center;
	}
	#header-login-wrapper {
		display: none;
	}
	#header-login-wrapper-mobile {
		display: inline;
		float: right;
		margin: -57px 10px 0 0;
		width: 75px;
	}
	.login-button {
		font-size: 13.5px;
		padding: 0px;
	}
	#search-wrapper {
		margin: 0 auto;
		float: none;
		display: inline-block;
	}
	#main-search {
		padding: 0px;
	}
	.login-notice, .signup-notice {
		padding: 12px;
		font-size: 16px;
	}
	.login-notice .login-small {
		font-size: 12px;
	}
	#site-title .custom-header-image {
		margin-top: 0px;
	}
	.blog-browseby-category-wrapper {
		display: block;
	}
	.menu a, .menu a:hover {
		font-size: 14px !important;
	}
}

@media screen and (max-width: 670px) {
	#main-navigation .menu li a {
		padding: 11px 3px 0 !important;
		font-size: 13px !important;
	}
	.login-wrapper {
		width: 100%;
		float: none;
	}
	.login-social-connect {
		display: block;
		height: 36px;
		margin: 10px auto;
		text-align: center;
		width: 80px;
	}
}

@media screen and (max-width: 614px) {
	.blog-wrapper article {
		width: 95%;
	}

.mob-banner-wrapper {
   display: block;
}

}

@media screen and (max-width: 600px) {
	#main-search {
		padding-top: 0px;
	}
	/* Hi Josh this is a special comment for you :) This reduces the padding from the searchbox and the content afterwards in the mobile view. */
	.page article.page {
		padding-top: 10px;
	}
	#main-navigation {
		padding: 4px 0px 2px;
	}
	#nav-box {
		float: none;
		clear: both;
		display: block;
		padding: 6px 0 9px 0;
	}
	#nav-box, #nav-box-overlay {
		width: 100%;
		margin: 0px;
	}
	#nav-box .tinynav {
		font-size: 15px;
		width: 370px;
		margin: 0 auto;
	}
}

@media screen and (max-width: 465px) {
	#main-navigation {
		padding: 4px 10px 1px 10px;
	}
	#header-logo {
		float: left;
	}
	#search-wrapper {
		float: none;
		clear: both;
		display: block;
	}
	#header-login-wrapper-mobile {
		margin: 0px !important;
	}
	.tinynav, #nav-box, #nav-box-overlay {
		width: 100% !important;
		margin: 0px;
	}
	.login-button {
		padding-right: 0px;
	}
	#main-search .search-for {
		padding-bottom: 5px;
		width: 195px !important;
		float: none !important;
	}
	#main-search .search-button {
		float: right !important;
		margin: -30px 0 0 0 !important;
	}
	#main-search input.text {
		margin-top: 4px !important;
		font-size: 14px;
	}
	#main-search .h39 {
		height:	25px;
	}	
	#main-search #search-submit {
		padding: 1px 4px 3px 4px;
	}
	#main-search label {
		display: block;
		width: 100% !important;
		float: none;
	}
	#main-search label div.post_type label {
		max-width: 100px;
		float: left;
	}
	#main-search .post_type {
		display: block;
		padding-left: 10px;
	}
	#header-login-wrapper-mobile a.login-button-wrapper {
		padding-top: 3px;
	}
	#main-search .search-for, #main-search .search-button {
		padding-top: 0px;
	}
	.metaslider {
		padding: 0 10px 4px;
	}
	.listing-small-contentbox, .news-small-contentbox, .event-small-contentbox {
		max-width: 66%;
	}
	.custom-homepage-widgetarea .widgettitle {
		margin-bottom: 0px;
	}
/* Single Listing */
	#content-inner {
		padding-top: 3px;
	}
	.single-listing article.listing {
		padding: 0 10px 10px 10px;
	}
	#listing-images {
		text-align: center;
	}
	.single-listing article.listing h1 {
		font-size: 16px;
		text-align: center;
	}
	#listing-tabs .tabs, #event-tabs .tabs {
		margin-left: 0px;
	}
	#listing-tabs .tabs a.first, #event-tabs .tabs a.first {
		margin-left: 4px;
	}
	#listing-tabs .tabs a, #event-tabs .tabs a {
		padding: 9px 4px;
		font-size: 13px;
	}
	.blogpost-widget-wrapper {
		float: none;
		margin: 10px auto !important;
                width: auto;
	}

        .blogpost-widget-wrapper .blogpost-widget-text {
                max-width: 195px;
        }

	#sidebar .section-head, #main .section-head, div.list .section-head, #main article .section-head, div.list article .section-head {
		width: 100%;
	}
	#sidebar .widget_listing_event_map {
		margin-right: 0px;
	}
	#listing-images .smaller img {
		display: none;
	}
	#listing-images .larger img {
		width: 110px;
		height: 110px;
	}
	#listing-tabs .metaslider {
		padding: 0px;
	}
	
/* Real Estate Widget */
	.realestate-widget-info {
		max-width: 60%;
	}
	.realestate-widget-property-title {
		font-size: 14px;
	}
	.beds, .baths, .cars {
		padding-top: 0px;
		margin: 0px;
		display: inline;
		font-size: 12px;
		padding-left: 24px;
	}
	.realestate-widget-info .price {
		font-size: 13px;
		margin-top: 4px;
	}
	.couponwp-mobile {
		width: 270px;
	}
	.coupon-category .couponwp-landscape {
		width: 240px !important;
	}
	.couponwp .box2 {
		float: none;
	}
	.couponwp .title, .couponwp .subtitle, .couponwp .avatar, .couponwp .text, .couponwp .print, .couponwp .timer {
		margin-bottom: 4px;
	}
	.couponwp .timer {
		padding-top: 0px;
	}
	#homepage-coupon-slideshow .couponwp .title {
		height: 18px;
		font-size: 14px;
	}
	#homepage-coupon-slideshow .couponwp .subtitle { 
		height: 48px;
	}
	#homepage-coupon-slideshow .couponwp .text {
		height: 72px;
	}
	#homepage-coupon-slideshow .avatar img {
		height: 95px;
	}
	#homepage-coupon-slideshow-wrapper {
		width: 270px;
	}
	#custom-homepage-widgetarea-wrapper {
		padding: 0px 10px;
	}
	#sidebar {
		width: auto !important;
		margin: 0px 10px !important;
		padding: 0px !important;
		clear: both;
	}
	.login-notice, .signup-notice {
		margin: 0 15px;
	}
	
}

select:focus {
        font-size: 14px !important;
    }

.overview iframe {
    max-width: 100%;
    margin: 20px 0;
}

#listing-tabs iframe {
   max-width: 100%;
}

/* Prevent iPhone from zooming in on select dropdowns */ 
@media screen and (-webkit-min-device-pixel-ratio: 0) {
select:focus, textarea:focus, input:focus {
        font-size: 14px;
    }
}

	#main #mc_embed_signup_scroll .mc-field-group input {
	        height: 18px;
    margin: 6px 0;
    padding: 5px;
    background: #F4F4F4;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zd…B5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c5ODApIiAvPgo8L3N2Zz4=);
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F4F4F4));
    background: -moz-linear-gradient(top, #ffffff, #F4F4F4);
    border: 1px solid #C2C1C2;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #5E5E5E;
    font-size: 13px;
    clear: left;
    font-style: normal;
	}

/* http://www.basic-slider.com/ Styles */ 
ul.bjqs{position:relative; list-style:none;padding:0;margin:0;overflow:hidden; display:none;}
li.bjqs-slide{position:absolute; display:none;}
ul.bjqs-controls{list-style:none;margin:0;padding:0;z-index:9999;}
ul.bjqs-controls.v-centered li a{position:absolute;}
ul.bjqs-controls.v-centered li.bjqs-next a{right:0;}
ul.bjqs-controls.v-centered li.bjqs-prev a{left:0;}
ol.bjqs-markers{list-style: none; padding: 0; margin: 0; width:100%;}
ol.bjqs-markers.h-centered{text-align: center;}
ol.bjqs-markers li{display:inline;}
ol.bjqs-markers li a{display:inline-block;}
p.bjqs-caption{display:block;width:96%;margin:0;padding:2%;position:absolute;bottom:0;}

/* Newsletter sign up form */

#header-newsletter-signup {
						background: rgba(0,0,0,0.4);
	  					float: right;
	  					margin-top: 15px;
						padding: 15px;
						color: #fff;
					}
					
					#header-newsletter-signup h2 {
						margin-top: 0 !important;
						border-bottom: 1px solid #fff;
						padding-bottom: 10px;
						margin-bottom: 5px;
						font-size: 20px;
					}
					
					#header-newsletter-signup input[type="text"] {
						background: rgba(255, 255, 255, 0.2);
						border: none;
						width: 97%;
						color: #fff;
					}
					
					#header-newsletter-signup .indicates-required {
						font-size: 10px;
						margin-bottom: 5px;
					}					
					
					#header-newsletter-signup #mc-embedded-subscribe {
						font-size: 16px;
						padding: 5px 20px;
						margin-bottom: 0;
						margin-top: 8px;
					}
					
					.footer-mobile-newsletter {
					    
					    display: none;
					    
					}

/* Additional header style overides */
			
			body,
			#content {
				background: #f2f2f2;
			}
			
			.header-menu-wrapper {
				width: 100%;
				height: 100%;
				float: left;
				background: rgba(0,0,0,0.4);
				margin-top: 10px;
			}
			
			#header-logo {
				padding-top: 15px;
				padding-left: 20px;
			}

			#main-navigation-sticky-sticky-wrapper {
				height: 420px !important;
			}
			
			#main-navigation {
				background: none !important;
				height: 410px;
			}
			
			
			#main-navigation .menu li:hover {
				background: none !important;
			}
			
			#main-navigation .menu li.add-listing-menu-item {
				background: #909090 !important;
			}
			
			#main-navigation .menu li:hover, 
			#main-navigation .menu li.current-menu-item, 
			#main-navigation .menu li.current-menu-parent {
				background: none !important;
			}
			
			#main-navigation .menu li:hover a, 
			#main-navigation .menu li.current-menu-item a, 
			#main-navigation .menu li.current-menu-parent a {
				color: #FDC000;
			}
			
			#main-navigation .menu li a {
				font-weight: normal !important;
			}
			
			#main-navigation .menu li a:hover {
				color: #FDC000 !important;
			}
			
			#main-navigation ul.sub-menu {
				background: rgba(0,0,0,0.8) !important;
			}
			
			#menu-container {
				max-width: 810px;
				float: right;
				/*background: rgba(0,0,0,0.4);*/
				padding: 10px;
				margin-top: 5px;
				border-radius: 2px;
			}
			
			#main-search #search-submit,
			.login-button {
				font-weight: normal !important;
			}
			
			#main-navigation-sticky {
				position: relative !important;
			}
			
			.page article.page h1 {
				/*font-family: "Open Sans",HelveticaNeue,Helvetica,Arial,sans-serif;*/
				font-family: tahoma, arial, helvetica, sans-serif;
				font-size: 24px;
				text-align-left;	
			}
			
			h2 {
				font-size: 17px;
				margin-top: 15px !important;
				font-family: tahoma, arial, helvetica, sans-serif;
			}
			
			.intro-text {
				text-align: left;
			}
			
			#simple-listings {
				padding: 5px 10px 10px 10px;
				margin: 0 20px;
			}
			
			#simple-listings h2 {
				margin: 0 0 6px 0;
				font-family: Verdana, Geneva, sans-serif;
				font-size: 18px;
				font-weight: bold;
				color: #17607a;
				margin-left: 70px;
			}
			
			#simple-listings p {
				margin-left: 70px;
			}
			
			#simple-listings hr {
				margin-top: 25px;
			}
			
			#simple-listings .review-meta {
				margin-top: 15px;
				display: block;
				float: right;
				width: 100%;
			}
			
			#simple-listings .stars-cont {
				float: right;
				margin: 0 10px;
			}
			
			#simple-listings p.reviews {
				margin: 0;
				float: right;
				color: #333;
				font-size: 11px;
				font-style: italic;
			}
			
			
			#the-login-button {
				background: #909090;
				padding: 6px 14px;;
				margin-top: -8px;
			}
			
			.login-button-wrapper div {
				padding: 6px 14px;
				margin-top: -8px;
			}
	
			.page article.page .job_listings ul li {
				list-style: none;
			}
			
			.single_job_listing {
				padding: 20px;
			}
			
			article.job_listing h1.post-heading {
				border-radius: 0px 0px 0px 0px;
				height: auto;
				border-bottom: 3px solid #06527C;
				border-left: none;
				border-right: none;
				border-top: none;
				box-shadow: 0px 0px 0px 0px !important;
				width: 306px;
				background: none !important;
				margin: 0 0 12px 0;
				left: 0px;
			}
			
			article.job_listing h1.post-heading span {
				color: #06527C;
				font-family: "Open Sans",HelveticaNeue,Helvetica,Arial,sans-serif;
				font-weight: bold;
				padding: 0px 10px 4px 10px !important;
				background: none;
				margin: 0;
				font-size: 18px;
				display: block;
			}
			
			.single_job_listing .application {
				margin-top: 20px;
			}
			
			.job_filters {
				background: #b8b8b8;
			}
			
			.job-manager .full-time, 
			.job-types .full-time, 
			.job_listing .full-time {
				color: #FDC000;
			}

                        form.job-manager-form ul.chosen-choices {
                                margin-left: 0 !important;
                        }
			
			.job_filters .search_jobs input {
				height: 25px;
			}
			
			.job_filters .search_jobs input:focus {
				font-size: 13px;
			}
			
			.rp4wp-related-job_listing>ul li.job_listing a img.company_logo, 
			.rp4wp-related-job_listing>ul li.no_job_listings_found a img.company_logo, 
			ul.job_listings li.job_listing a img.company_logo, 
			ul.job_listings li.no_job_listings_found a img.company_logo,
			.single_job_listing .company img {
				height: 80px;
				width: 80px;
			}
			
			.rp4wp-related-job_listing>ul li.job_listing a, 
			.rp4wp-related-job_listing>ul li.no_job_listings_found a, 
			ul.job_listings li.job_listing a, 
			ul.job_listings li.no_job_listings_found a {
				padding-bottom: 3em;
			}
			
			.single_job_listing .company {
				padding-bottom: 5em;
			}
			
			.single_job_listing .company .name,
			.single_job_listing .company .tagline {
				padding-left: 82px;
			}
			
			.rp4wp-related-job_listing>ul li.job_listing a div.position, 
			.rp4wp-related-job_listing>ul li.no_job_listings_found a div.position, 
			ul.job_listings li.job_listing a div.position, 
			ul.job_listings li.no_job_listings_found a div.position {
				padding-left: 82px;
			}
			
			ul.job_listings {
				margin-left: 0 !important;
				margin-right: 0 !important;
			}
			
			.job_listings .listed-in {
				padding-bottom: 10px;
			}
			
			.job_listings .listed-in a {
				display: inline !important;
				padding: 0 !important;
				color: #fdc000;
			}
			
			.single_job_listing .meta .full-time {
				background: #fdc000;
			}
			
			.single_job_listing .application .application_button {
				padding: 10px 20px;
				background: #fdc000;
				border: none;
				color: #fff;
				border-radius: 2px;
				font-size: 16px;
			}
			
			.single_job_listing .application .application_button:hover {
				background: #fd8204;
			}
			
			table.job-manager-jobs {
				width: 100%;
			}
			
			#dashboard-side-nav li.my-jobs {
				background: transparent url('img/icon-view-listings.png') no-repeat 0 5px;
			}
			
			#dashboard-side-nav li.new-job {
				background: transparent url('img/icon-new-listing.png') no-repeat 0 5px;
			}
			
			.textwidget blockquote {
				background: #E4E4E4;
				border: none;
				margin: 0 5px 0 0;
				padding: 15px;
				border-top: 4px solid #fdc000;
				margin-top: 15px;
				margin-left: 15px;
			}
			
			.textwidget blockquote:before {
				display: none;
			}
			
			.textwidget blockquote h2 {
				border: none;
				margin-top: 0 !important;
				margin-bottom: 10px;
				font-family: tahoma, arial, helvetica, sans-serif;
				color: #333;
				font-weight: normal;
			}	
			
			.textwidget blockquote ul {
				padding-left: 10px;
				margin-top: 10px;
				margin-bottom: 10px;
			}
			
			.textwidget blockquote ul li {
				border: none;
				padding: 0 0 5px 0px;
				list-style: none;
				/*background: url('../vantage-child/img/little-arrow-yellow.png') no-repeat left 4px;*/
				min-height: 0;
			}
			
			.textwidget blockquote ul li:before {
				
			}
			
			.textwidget blockquote a {
				display: block;
				float: left;
				padding: 6px 15px;
				clear: both;
				background: #fdc000;
				color: #fff;
				margin: 10px 0 0;
				font-size: 14px;
			}
			
			.textwidget blockquote a:hover {
				color: #fd8204;
				color: #fff;
			}
			
			.textwidget blockquote:after {
				content: ' ';
				display: block;
				clear: both;
			}
			
			.textwidget blockquote ul li:before {
				content: '\2714';
				font-size: 16px;
				color: #ffc400;
				margin-top: 1px;
				margin-right: 5px;
				display: block;
				float: left;
			}
			
			.edit-listing-wrapper a {
				float: right;
				margin-top: 15px;
				margin-bottom: 0;
				color: #fff;
				background: #fdc000;
				border: none;
				border-radius: 2px;
				font-size: 12px;
				font-style: normal;
			}
			
			.edit-listing-wrapper a:hover {
				color: #fff;
				background: #fd8204;
			}
			
			ul.listing-option-menu li a {
				display: block;
				float: left;
				padding: 5px 10px;
				margin-right: 8px;
				color: #fff;
				background: #fdc000;
			}
			
			ul.listing-option-menu li a:hover {
				color: #fff;
				background: #fd8204;
			}
			
			.main-content-wrap {
				float: left;
				width: 100%;
			}
			
			.job-manager-form fieldset input.input-text {
				height: 25px;
			}
			
			.category-dropdown-widget-wrapper label.category-selectbox {
				width: 270px;
			}
			
			.menu-category-listings {
				display: none;
			}
			
			#menu-container h4 {
				display: none;
			}
			
			.category-dropdown-widget-wrapper .dropdown-select option.level-0 {
				color: #000;
			}
			
			.category-dropdown-widget-wrapper .dropdown-select option.level-1 {
				color: #31C300;
			}
			
			.intro-text p {
				color: #333;
			}
			
			body.single-listing article div.clear {
				clear: none;
			}
			
			body.archive article h2.entry-title {
				margin-top: 0 !important;
				margin-bottom: 15px;
			}
			
			body.archive article .listing-container {
				float: left;
				width: 590px;
				max-width: 100%;
			}
			
			body.archive article.listing {
				padding-left: 133px !important;
				padding-right: 10px !important;
				margin: 0;
			}
			
			body.archive article.listing img.wp-post-image {
				width: 80px;
				height: 80px;
				max-width: 80px;
				left: 26px;
			}
			
			body.archive article.listing p.listing-phone {
				clear: both;
			}
			
			#listing-images .larger img {
				border: 1px solid #ccc;
				padding: 2px;
			}
			
			body.page-template-create-listing #wp-post_content-editor-container #mceu_10,
			body.page-template-create-listing #wp-post_content-editor-container #mceu_11 {
				display: none;
			}
			
			article .event-day-left {
				position: absolute;
				left: 0px;
				font-size: 11px;
				color: #17607a;
				width: 62px;
				text-align: center;
				margin-top: 2px;
			}
			
			article.event .event-cal-thumb.multi {
				margin-top: 22px;
				margin-left: 0;
			}
			
			article.event.featured {
				padding: 25px 10px 25px 76px;
  				margin-left: 26px;
			}
			
			article.event.featured .event-cal-thumb, article.event.featured .event-cal-thumb.multi {
				left: 0
			}
			
			.metaslider  {
				padding: 0;
			}
			
			article.event .single-thumbnail .event-cal-thumb {
				top: 48px;
			}
                      
                        article .couponwp .box2 img {
                                 width: 200px;
                                 height: auto;
                        }

                        #content-inner .listing-bottom-sidebar-wrapper {
                                 float: left;
                                 margin-bottom: 20px;
                        }

                        body.single-listing article.listing .couponwp.cpleft {
                                 margin-top: 15px;
                        }
            
            .image-grid-3 {
                width: 100%;
                float: left;
                display: block;
                clear: both;
            }
             
            .image-grid-3 .wp-caption {
                float: left;
                width: 30.3% !important;
                height: auto;
                margin-right: 1%;
                margin-bottom: 10px;
            }
			
@media screen and (max-width: 600px) and (min-width: 466px) { 

	#main-navigation-sticky,
	#content-inner {
		overflow: hidden;
	}

	#menu-container {
		max-width: 90%;
		float: none;
		clear: both;
		border-radius: 0 0 2px 2px;
		margin-top: 0;
		padding: 0;
		margin: 0 5%;
	}
	
	#header-logo {
		margin-bottom: 10px;
		width: 100% !important;
		max-width: 100% !important;
		height: auto !important;
		padding-left: 0;
	}
	
	#header-login-wrapper-mobile {
		width: 90%;
		margin: 5px 5% 0 !important;
		padding-top: 10px;
		padding-bottom: 10px;
		border-radius: 2px 2px 0 0;
	}
	
	#header-login-wrapper-mobile a {
		margin-right: 20px;
	}
	
	.page article.page h1 {
		font-size: 18px;
	}
	
	h2 {
		font-size: 16px;
	}
	
	.intro-text {
		margin: 0 10px;
		padding-left: 0;
		padding-right: 0;
	}
	
	.login-button {
		font-size: 15px;
	}
	
	#nav-box {
		padding: 10px 0;
	}
	
	#nav-box .tinynav {
		width: 395px;
	}
	
	#search-wrapper {
		padding-top: 10px;
		width: 395px;
	}
	
	#main-search {
		padding-bottom: 10px;
	}
	
	#main-search .post_type {
		padding-left: 0;
	}
	
	#main-search .post_type input {
		margin-left: 0;
		margin-top: 5px;
	}
	
	#main-search .search-for {
		width: 395px !important;
		padding-top: 0 !important;
	}
	
	#main-search label {
		width: 200px !important;
	}
	
	#main-search .post_type label {
		width: 100px !important;
		margin-top: 10px !important;
	}
	
	#main-search .search-button {
		float: right !important;
	}
	
	#main-search .search-button button {
		text-align: center !important;
		width: 100px;
	}

	
	#simple-listings h2,
	#simple-listings p {
		margin-left: 0;
	}
	
	#header-newsletter-signup {
            display: none;
    }
        
    #header-newsletter-signup.footer-mobile-newsletter {
    	    display: block;
            width: 90% !important;
            padding: 5% !important;
    }
    
    #main-navigation {
        background: none !important;
        height: 340px;
    }
	
	#main-navigation-sticky-sticky-wrapper {
	    height: 360px;
	}
	
	.slick-slide img {
	    width: 100%;
	}
	
	.image-grid-3 .wp-caption {
	    width: 100% !important;
	    margin-right: 0;
	}
	
	.image-grid-3 .wp-caption img {
	    width: 100%;
	}
	
}
			
@media screen and (max-width: 465px) {
    
    .image-grid-3 .wp-caption {
	    width: 100% !important;
	    margin-right: 0;
	}
	
	.image-grid-3 .wp-caption img {
	    width: 100%;
	}
    
    .slick-slide img {
        width: 100%;
    }

	#main-navigation-sticky,
	#content-inner {
		overflow: hidden;
	}

	#menu-container {
		max-width: 100%;
		float: none;
		clear: both;
		border-radius: 0 0 2px 2px;
		margin-top: 0;
		padding-top: 0;
		overflow: hidden;
	}
	
	#header-logo {
		margin-bottom: 10px;
		width: 100% !important;
		max-width: 100% !important;
		height: auto !important;
		padding-left: 0;
	}
	
	#header-login-wrapper-mobile {
		width: 100%;
		margin: 5px 0 0 !important;
		padding-top: 10px;
		padding-bottom: 10px;
		border-radius: 2px 2px 0 0;
	}
	
	#header-login-wrapper-mobile a {
		margin-right: 10px;
	}
	
	.page article.page h1 {
		font-size: 18px;
	}
	
	h2 {
		font-size: 16px;
	}
	
	.intro-text {
		margin: 0 10px;
		padding-left: 0;
		padding-right: 0;
	}
	
	.login-button {
		font-size: 15px;
	}
	
	#nav-box {
		padding: 10px 0;
	}
	
	#search-wrapper {
		padding-top: 10px;
	}
	
	#main-search .post_type {
		padding-left: 0;
	}
	
	#main-search .post_type input {
		margin-left: 0;
		margin-top: 5px;
	}
	
	#simple-listings h2,
	#simple-listings p {
		margin-left: 0;
	}
	
	.page article.page .job_listings ul li {
		width: 98%;
		float: left;
		padding: 2%;
		border: none;
	}
	
	.rp4wp-related-job_listing>ul li.job_listing a img.company_logo, 
	.rp4wp-related-job_listing>ul li.no_job_listings_found a img.company_logo, 
	ul.job_listings li.job_listing a img.company_logo, ul.job_listings li.no_job_listings_found a img.company_logo, 
	.single_job_listing .company img {
		width: 40px;
		height: 40px;
		left: 0;
		visibility: visible;
	}
	
	.rp4wp-related-job_listing>ul li.job_listing a, 
	.rp4wp-related-job_listing>ul li.no_job_listings_found a, ul.job_listings li.job_listing a, 
	ul.job_listings li.no_job_listings_found a {
		padding-left: 0;
		padding-right: 0;
	}
	
	ul.job_listings li.job_listing a div.position, 
	ul.job_listings li.no_job_listings_found a div.position {
		width: 100%;
		padding-left: 55px;
	}
	
	ul.job_listings li.job_listing a ul.meta {
		padding-left: 0
	}
	
	.page article.page .job_listings ul li {
		text-align: left;
	}
	
	ul.job_listings li.job_listing a div.location {
		float: left;
		width: 100%;
		text-align: left;
		padding-left: 55px;
	}
	
	#sidebar .news-small-contentbox {
		width: 68%;
	}
	
	ul.job_listings li.job_listing a {
		padding-bottom: 10px;
	}
	
	#overview ul {
		margin-left: 15px;
		margin-right: 15px;
		margin-top: 0;
	}
	
	body.single-job_listing .blog-browseby-category-wrapper {
		display: none;
	}
	
	article.job_listing h1.post-heading {
		padding-left: 10px;
	}
	
	article.job_listing h1.post-heading span {
		padding-left: 0 !important;
	}
	
	.single_job_listing .company {
		padding-bottom: 2em;
	}
	
	.single_job_listing .company img {
		padding-left: 10px;
	}
	
	.single_job_listing .company .name {
		padding-left: 10px;
	}
	
	.single_job_listing .company .name a {
		display: block;
		clear: both;
		margin-bottom: 10px;
		float: left;
		margin-left: 0;
		width: 100%;
	}
	
	.wpcf7-text {
		max-width: 93%;
	}
	
	.menu-category-listings {
		display: block;
	}
	
	.menu-category-listings h3 {
		margin: 0;
		color: #fff;
		text-align: left;
	}
	
	#nav-box {
		border-bottom: 1px solid #fff;
		margin-bottom: 10px;
		padding-bottom: 15px;
	}
	
	#menu-container .category-dropdown-widget-wrapper {
		margin-right: 0;
	}
	
	#menu-container .category-dropdown-widget-wrapper label.category-selectbox {
		width: 100%;
	}
	
	#menu-container h4 {
		margin: 0;
		color: #fff;
		text-align: left;
		display: block;
	}
	
	#menu-container select {
		background: #fff;
		font-size: 14px;
	}
	
	#tinynav1 {
		border: 1px solid #C2C1C2;
		border-radius: 3px;
		color: #5E5E5E;
		cursor: pointer;
		display: inline-block;
		margin: 6px 0;
		outline: medium none;
		padding: 6px;
		width: 100%;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}
	
	#listings-events-map,
	#listings-events-map-cont {
		height: 200px;
	}
	
	body.post-type-archive-listing #sidebar,
	body.post-type-archive-listing .main-content-wrap {
		clear: both;
	}
	
	#header-newsletter-signup {
		float: left;
		width: 90%;
		text-align: left;
	}
	
	#header-newsletter-signup input[type="text"] {
		width: 100%;
	}
	
	#main-navigation {
		height: 430px;
	}
	
	#main-navigation-sticky-sticky-wrapper {
		height: 680px;
	}
	
	body.archive article.listing {
		padding-left: 100px !important;
	}
	
	body.archive article h2.entry-title {
		margin-top: 10px !important;
	}

	body.archive article.listing img.wp-post-image {
		left: 10px;
		width: 70px;
		max-width: 70px;
		height: 70px;
		display: block !important;
	}

        #nav-box-overlay {
              position: relative;
        }

        #nav-box-overlay .mobile-button-overlay {
              right: 8px;
    display: block;
    height: 17px;
    width: 26px;
    position: absolute;
    top: 9px;
    z-index: 99;
pointer-events: none;
        }

        #nav-box-overlay .mobile-button-overlay span {
              display: block;
    width: 25px;
    height: 2px;
    border-radius: 1px;
    background: #3D6B98;
    margin-bottom: 5px;
        }
        
        #header-newsletter-signup {
            display: none;
        }
        
        #header-newsletter-signup.footer-mobile-newsletter {
    	    display: block;
            width: 90% !important;
            padding: 5% !important;
    	}
    	

}