@charset "UTF-8";
/************************************************

Stylesheet: Main Stylesheet

*************************************************/
/*********************
GENERAL STYLES
*********************/

@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');


body {
	background-color:#F3F3F4;
}

.off-canvas-wrapper {
	min-height: 400px;
}

.container, .wpbdp-pagination, .wpbdp-view-confirm_listing_claim #inner-content, .wpbdp-view-checkout #inner-content, .wpbdp-view-edit_listing #inner-content, #signup-content .wp-signup-container, #signup-content .wp-activate-container,  .wpbdp-view-submit_listing #inner-content, .wpbdp-view-delete_listing #inner-content, .error404 #inner-content, .wpbdp-view-renew_listing #inner-content {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}

@media (max-width: 63.999em) {
	.container {
		width: 100%;
	}
}

.wpbdp-pagination {
}

.wpbdp-pagination a {
	display: inline-block;
	vertical-align: middle;
	margin: 15px 0 1rem;
	padding: .85em 1em;
	-webkit-appearance: none;
	border: 1px solid transparent;
	border-radius: 3px;
	transition: background-color .25s ease-out,color .25s ease-out;
	font-size: .9rem;
	line-height: 1;
	text-align: center;
	cursor: pointer;
	background-color: #2ba6cb;
	color: #fefefe;
}

.wpbdp-pagination a:hover, .wpbdp-pagination a:active {
	color: #fff;
}

.wpbdp-view-submit_listing #inner-content, .wpbdp-view-delete_listing #inner-content {
	margin: 40px auto;
}

.wpbdp-view-confirm_listing_claim #top-section, .wpbdp-view-checkout #top-section, .wpbdp-view-edit_listing #top-section, .wpbdp-view-delete_listing #top-section, .wpbdp-view-renew_listing #top-section {
	display: none;
}

.row {
	max-width: none;
	margin: 0 -.9375rem;
}

.container .row {
	width: 100%;
}

[type="text"], [type="email"] {
	height: 3rem;
}


/*********************
LINK STYLES
*********************/
a:link, a:visited:link {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }

/*********************
H1, H2, H3, H4, H5 P STYLES
*********************/
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
	text-decoration: none; }

	h1, h2, h3, h4, h5, h6 {
		font-family: 'Lato', sans-serif;
	}

	h1 {
		font-weight: 700;
	}

	h2 {

	}

	h3 {
		font-size: 25px;
		line-height: 1.1;
	}

	h4 {

	}

	h5 {

	}

	body, p, a, li {
		font-family: 'Lato', sans-serif;
	}
	
	@media (max-width: 39.999em) {
		h3 {
			font-size: 20px;
		}
	}


/*********************
APPLY BUTTON STYLES TO FORM BUTTONS
*********************/

.wpbdp-with-button-styles .listing-actions .wpbdp-button,
input[type="submit"], input[type="reset"], #wpbdp-claim-listings-confirm-reject input[type="submit"], .wpbdp-submit-page.step-images .wpbdp-image .delete-image {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 1rem;
	padding: .85em 1em;
	-webkit-appearance: none;
	border: 1px solid transparent;
	border-radius: 3px;
	transition: background-color .25s ease-out,color .25s ease-out;
	font-size: .9rem;
	line-height: 1;
	text-align: center;
	cursor: pointer;
	background-color: #2ba6cb;
	color: #fefefe;
	box-shadow: none;
	background-image: none;
}

.wpbdp-with-button-styles .listing-actions .wpbdp-button:hover,
input[type="submit"]:hover,
.wpbdp-with-button-styles .listing-actions .wpbdp-button:focus,
input[type="submit"]:focus,
.wpbdp-submit-page.step-images .wpbdp-image .delete-image:hover {
	background-color: #258dad;
	color: #fefefe;
	box-shadow: none;
	background-image: none;
}

.wpbdp-with-button-styles .listing-actions .wpbdp-button.delete-listing {
	color: #fefefe;
}




/*********************
HEADER STYLES
*********************/

.top-bar {
	background-color: #fff;
}

@media (max-width: 63.999em) {
	.top-bar {
		padding: 10px 20px;
	}
	.top-bar .row {
		margin: 0;
	}
	.top-bar .columns{
		padding: 0;
	}
	.top-bar .container {
		width: 100%;
		margin: 0;
	}
}


#header-section {
	border-bottom: #ccc 1px solid;
	box-shadow: 0 0 10px rgba(0,0,0,.15);
	position: relative;
	z-index: 20;
	padding-top: 0;
}

.header ul.off-canvas-list li {
	list-style: none; }

	.site-logo {
		margin: 0;
	}

	.site-logo a {
		display: inline-block;
	}

	.site-logo a span {
		vertical-align: bottom;
		font-weight: 900;
		color: #9c9c9c;
		text-shadow: 2px 2px 2px rgba(0,0,0,.2);
		font-size: 35px;
	}

	.site-logo a span.logo-image {
		background-position: center center;
		background-repeat: no-repeat;
		background-size: auto 100%;
		background-size: contain;
		display: inline-block;
		height: 80px;
		overflow: hidden;
		text-indent: -999em;
		width: 80px;
	}

	.site-logo a span.finda {
	}

	.site-logo a span.sitename {
	}

	.site-logo a span.com {
	}

	header p {
		font-size: 14px;
		margin: 0;
	}


	@media (max-width: 63.999em) {
		.site-logo a {
			text-align: center;
			width: 100%;
			margin-bottom: 10px;
		}
		header .header-ad {
			text-align: center;
			padding: 0;
		}

		.site-logo a span {
			font-size: 22px;
		}
		.site-logo a span.logo-image {
			height: 60px;
			width: 60px;
		}
	}

	
	@media (max-width: 39.999em) {
		
		.site-logo a span {
			font-size: 22px;
		}
		.site-logo a span.logo-image {
			height: 60px;
			width: 60px;
		}
		header p {
			text-align: center;
		}
	}
	
/*********************
TOP SECTION STYLES
*********************/

#top-section {
	position: absolute;
	width: 100%;
	z-index: 10;
	background: transparent;
}

.wpbdp-bar {
	background: none;
	margin: 0;
	padding: 0;
}

.top-bar form.zipsearch input {
	display: inline-block;
	margin: 0 5px 0 0;
	max-width: 190px;
}

.wpbdp-main-links {
	right: 0;
}


@media (max-width: 39.999em) {
	.top-bar form.zipsearch, .wpbdp-main-links {
		position: relative;
	}
	.top-bar form.zipsearch input {
		margin: 0;
		max-width: 100%;
		width: 100%;
	}
	.top-bar form.zipsearch {
		margin-right: 10px;
	}
	.top-bar form.zipsearch input {
		height: 38px;
    	margin-top: 10px;
	}
}


/*********************
NAVIGATION STYLES
*********************/
.top-bar .title-area {
	z-index: 1; }

	.off-canvas-list ul {
		margin-left: 0; }
		.off-canvas-list ul li a {
			border-bottom: 0px; }
			.off-canvas-list ul .dropdown {
				margin-left: 20px; }

/*********************
POSTS & CONTENT STYLES
*********************/
#content #inner-content {
	padding: 0rem;
}

.page-title .vcard {
	border: 0px;
	padding: 0px; 
}

.byline {
	color: #999; 
}

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

.entry-content .alignleft, .entry-content img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left; 
}

.entry-content .alignright, .entry-content img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right; 
}

.entry-content .aligncenter, .entry-content img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both; 
}

.entry-content video, .entry-content object {
	max-width: 100%;
	height: auto; 
}

.entry-content pre {
	background: #eee;
	border: 1px solid #cecece;
	padding: 10px; 
}

.wp-caption {
	max-width: 100%;
	background: #eee;
	padding: 5px; 
}
.wp-caption img {
	max-width: 100%;
	margin-bottom: 0;
	width: 100%; 
}
.wp-caption p.wp-caption-text {
	font-size: 0.85em;
	margin: 4px 0 7px;
	text-align: center;
}

.post-password-form input[type="submit"] {
	display: inline-block;
	text-align: center;
	line-height: 1;
	cursor: pointer;
	-webkit-appearance: none;
	transition: all 0.25s ease-out;
	vertical-align: middle;
	border: 1px solid transparent;
	border-radius: 0;
	padding: 0.85em 1em;
	margin: 0 1rem 1rem 0;
	font-size: 0.9rem;
	background: #2199e8;
	color: #fff; 
}
[data-whatinput='mouse'] .post-password-form input[type="submit"] {
	outline: 0; 
}
.post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
	background: #1583cc;
	color: #fff; 
}

/*********************
GOOGLE MAP STYLES
*********************/

#content .wpbdp-map {
	border: none;
	margin: 0;
	height: 80vw;
	max-height: 400px;
}

#content #single-location-banner .wpbdp-map {
	margin: -150px 0 0;
	max-height: 550px;
}

@media (max-width: 39.999em) {
	#content #single-location-banner .wpbdp-map {
		margin: 0;
	}
}


/*********************
PAGE NAVI STYLES
*********************/
.page-navigation {
	margin-top: 1rem; }

/*********************
COMMENT STYLES
*********************/
#comments .commentlist {
	margin-left: 0px; 
}

#respond ul {
	margin-left: 0px; 
}

.commentlist li {
	position: relative;
	clear: both;
	overflow: hidden;
	list-style-type: none;
	margin-bottom: 1.5em;
	padding: 0.7335em 10px; 
}
.commentlist li:last-child {
	margin-bottom: 0; 
}
.commentlist li ul.children {
	margin: 0; 
}

.commentlist li[class*=depth-] {
	margin-top: 1.1em; 
}

.commentlist li.depth-1 {
	margin-left: 0;
	margin-top: 0; 
}

.commentlist li:not(.depth-1) {
	margin-left: 10px;
	margin-top: 0;
	padding-bottom: 0; 
}

.commentlist .vcard {
	margin-left: 50px; 
}
.commentlist .vcard cite.fn {
	font-weight: 700;
	font-style: normal; 
}
.commentlist .vcard time {
	float: right; 
}
.commentlist .vcard time a {
	color: #999;
	text-decoration: none; 
}
.commentlist .vcard time a:hover {
	text-decoration: underline; 
}
.commentlist .vcard img.avatar {
	position: absolute;
	left: 10px;
	padding: 2px;
	border: 1px solid #cecece;
	background: #fff; 
}

.commentlist .comment_content p {
	margin: 0.7335em 0 1.5em;
	font-size: 1em;
	line-height: 1.5em; 
}

.commentlist .comment-reply-link {
	float: right; 
}

/*********************
COMMENT FORM STYLES
*********************/
.respond-form {
	margin: 1.5em 10px;
	padding-bottom: 2.2em; 
}
.respond-form form {
	margin: 0.75em 0; 
}
.respond-form form li {
	list-style-type: none;
	clear: both;
	margin-bottom: 0.7335em; 
}
.respond-form form li label,
.respond-form form li small {
	display: none; 
}
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url],
.respond-form form textarea {
	padding: 3px 6px;
	background: #efefef;
	border: 2px solid #cecece;
	line-height: 1.5em; 
}
.respond-form form input[type=text]:focus,
.respond-form form input[type=email]:focus,
.respond-form form input[type=url]:focus,
.respond-form form textarea:focus {
	background: #fff;
}
.respond-form form input[type=text]:invalid,
.respond-form form input[type=email]:invalid,
.respond-form form input[type=url]:invalid,
.respond-form form textarea:invalid {
	outline: none;
	border-color: #fbc2c4;
	background-color: #f6e7eb;
	-ms-box-shadow: none;
	box-shadow: none; 
}
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url] {
	max-width: 400px;
	min-width: 250px; 
}
.respond-form form textarea {
	resize: none;
	width: 97.3%;
	height: 150px; 
}

#comment-form-title {
	margin: 0 0 1.1em;
}

#allowed_tags {
	margin: 1.5em 10px 0.7335em 0;
}

.nocomments {
	margin: 0 20px 1.1em; 
}

/*********************
SIDEBARS & ASIDES
*********************/
.widget ul {
	margin: 0; 
}
.widget ul li {
	list-style: none; 
}

/*********************
FOOTER STYLES
*********************/
.footer {
	clear: both;
	margin-top: 1em; 
}

#colophon {
	background-color: #233644;
	padding: 40px;
}

#colophon p {
	color: rgba(255,255,255,0.4);
	text-align: center;
	font-size: 13px;
	margin-bottom: 0;
}

#colophon p:last-child {
	margin-bottom: 0;
}

#colophon p a {
	color: rgba(255,255,255,0.4);
	font-weight: 700;
}

.footer-ads {
	text-align: center;
	margin-top:10px;
}

@media (max-width: 39.999em) {
	#colophon {
		padding: 30px 20px;
	}
}

/*********************
FOUNDATION STYLES
*********************/

select:focus {
	box-shadow: none;
}

/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
	list-style: none outside none;
	margin: 0; }

/******************************************************************

Stylesheet: Retina Screens & Devices Stylesheet

When handling retina screens you need to make adjustments, especially
if you're not using font icons. Here you can add them in one neat
place.

******************************************************************/
/******************************************************************

Stylesheet: Print Stylesheet

This is the print stylesheet. There's probably not a lot
of reasons to edit this stylesheet. 

Remember to add things that won't make sense to print at 
the bottom. Things like nav, ads, and forms shouldbe set 
to display none.
******************************************************************/
@media print {
	* {
		background: transparent !important;
		color: black !important;
		text-shadow: none !important;
		-webkit-filter: none !important;
		filter: none !important;
		-ms-filter: none !important; 
	}
	a, a:visited {
		color: #444 !important;
		text-decoration: underline; 
	}
	a:after, a:visited:after {
		content: " (" attr(href) ")"; 
	}
	a abbr[title]:after, a:visited abbr[title]:after {
		content: " (" attr(title) ")"; 
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}
	pre, blockquote {
		border: 1px solid #999;
		page-break-inside: avoid; 
	}
	thead {
		display: table-header-group; 
	}
	tr, img {
		page-break-inside: avoid; 
	}
	img {
		max-width: 100% !important; 
	}
	@page {
		margin: 0.5cm;
	}
	p, h2, h3 {
		orphans: 3;
		widows: 3; 
	}
	h2,
	h3 {
		page-break-after: avoid; 
	}
	.sidebar,
	.page-navigation,
	.wp-prev-next,
	.respond-form,
	nav {
		display: none; 
	} 
}

/* Override Directory Listing Styles */

.wpbdp-listing .listing-details {
	margin-left: 0;
}

.wpbdp-listing .listing-details {
}

.wpbdp-listing .listing-details h3 {
	margin: 0;
}

.wpbdp-listing .listing-details h3 .field-value {
	display: inline-block;
	width: auto;
}

.wpbdp-listing .listing-details h3 .stars-bg .rating-stars {
	width: 90px;
	height: 15px;
}

.wpbdp-listing .listing-details p,
.wpbdp-listing .listing-details li,
.wpbdp-listing .listing-details p a {
	margin: 0;
	font-size: 14px;
	line-height: 1.4;
}

.wpbdp-listing .listing-details .field-value {
	margin: 0;
}

.wpbdp-listing .listing-details .field-value label{
}

.wpbdp-listing .listing-details .field-value .value{
}

.wpbdp-listing .listing-actions {
	position: absolute;
	right: 0;
	top: 10%;
}

.wpbdp-listing .listing-actions .view-listing{
	display: none;
}

.wpbdp-listing-excerpt.sticky {
	background: #f5efe1;
	border-top: solid 1px #b37800;
}

.wpbdp-listing-excerpt .listing-actions {
	margin: 0px;
}

.search-results .wpbdp-listing-excerpt .listing-actions, .wpbdp-page-region .wpbdp-listing-excerpt .listing-actions{
	margin: 0px;
	display:none;
}

.wpbdp-listing-excerpt {
    padding: 25px 20px;
    border: solid 2px #ddd;
    border-radius: 3px;
}

.wpbdp-listings-list {
	padding-top: 20px;
}

@media (max-width: 63.999em) {
	.wpbdp-listings-list {
		padding-top: 0px;
	}
}

.wpbdp-listings-list .columns {
	padding: 10px 10px 0px;
	text-align: center;
}

.wpbdp-listings-list .columns h3{
	font-size: 16px;
	font-weight: 600;
}

/*********************
SINGLE LISTING
*********************/

.wpbdp-listing-single .listing-holder{
	padding: 40px 20px;
}

.single-wpbdp_listing .view-listing{
	display: none !important;
}

.single-wpbdp_listing .map-buttons .wpbdp-button.button {
	margin: 0px 15px;
}


.wpbdp-listing-single .listing-details, .wpbdp-listing-single .extra-images {
	background-color: #fff;
	padding: 30px 40px;
	border-radius: 4px;
	box-shadow: 0 0 0 1px rgba(0,0,0,0.03), 0 1px 1px 0 rgba(0,0,0,0.05), 0 2px 5px 0 rgba(0,0,0,0.05);
	margin-bottom: 40px;
}

.wpbdp-listing-single .listing-details h2 {
}

.wpbdp-listing-single .listing-details h2 .rating-stars {
	width: 125px;
	height: 22px;
}

.wpbdp-listing-single .listing-details h3 {
	font-size: 1.875rem;
	color: #565656;
	font-family: 'Lato', sans-serif;
}

.wpbdp-listing-single .listing-details .main-image {
	float: none;
	margin-left: 0;
	padding: 0;
	margin-bottom: 15px;
}

p.meta {
	font-style: italic;
	color: rgba(0,0,0,.4);
	font-size: 12px;
}

#single-location-banner {
	position: relative;
}

#single-location-banner .page-banner {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	padding-top: 140px;
	background-color: rgba(0,0,0,.3);
}

#single-location-banner .page-banner h1 {
	text-transform: none;
}

.map-buttons { 
}

.map-buttons .button { 
	margin: 15px;
}

.wpbdp-listing-single .extra-images ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px;
	width: auto;
}

.wpbdp-listing-single .extra-images ul li {
	width: 50%;
	margin: 0px;
	padding: 5px;
}

.wpbdp-listing-single .extra-images ul li img {
	max-width: 100%;
}

.tb-close-icon:before {
	font: normal 49px/49px dashicons;
}

.tb-close-icon {
	width: 49px;
	height: 49px;
}

@media (max-width: 63.999em) {
	.map-buttons .button {
		margin: 10px;
	}
	.wpbdp-listing-single .listing-holder {
		padding: 20px 0 0;
		width: auto;
	}
	.wpbdp-listing.wpbdp-listing-excerpt .listing-details, .wpbdp-listing.wpbdp-listing-single .listing-details {
		margin: 0 10px 20px;
		padding: 10px;
	}
	.wpbdp-listing.wpbdp-listing-excerpt .listing-details, .wpbdp-listing.wpbdp-listing-single .listing-details:last-child {
		margin-bottom: 0;
	}
	.wpbdp-listing-single .listing-details .main-image {
		max-width: 100%;
	}
	.wpbdp-listing-single .listing-details .main-image img {
		width: 100%;
	}
	p.meta {
		margin: 0 20px 20px;
		line-height: 1.4;
	}
	.row.wpbdp-listings-list {
		margin-left: 0;
	}
	.wpbdp-listing-excerpt {
	    padding: 0px 10px;
	}
	.container .wpbdp-listing-single .row, .container .wpbdp-listing-single.row {
		margin: 0;
	}
	.container .wpbdp-listing-single .review {
		margin: 0;
		padding: 0;
	}
}

/* Reviews */

.review {
	border-bottom: 1px solid #eee;
	margin: 20px 0px 0px;
	padding: 5px 0px 20px;
}

.review:last-child {
	border-bottom: none;
}

.stars-bg {
	display: inline-block;
	margin: 10px 0;
	background-image: linear-gradient(to right, #ccc 50%, transparent 50%);
}

.rating-stars {
	background-image: url('../images/stars.png');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	text-indent: -999em;
	width: 150px;
	height: 26px;
	overflow: hidden;
}

.wpbdp-listing-excerpt .rating-stars {
	background-image: url('../images/stars-F3F3F4.png');
}

.wpbdp-listing-excerpt.odd .rating-stars {
	background-image: url('../images/stars-eee.png');
}

.review h5 {
	font-size: 0.85em;
	color: #757575;
}

.review blockquote {
	border: none;
	padding: 0;
	margin: 15px 0;
}

/* Location Meta */

.location-meta:not(:last-child) {
	margin-bottom: 20px;
}

.wpbdp-listing-single .listing-details .location-meta h3 {
	font-size: 1.5rem;
	border-bottom: 1px solid #eee;
	margin: 0 0 10px;
}

.wpbdp-listing-single .listing-details .location-meta ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.wpbdp-listing-single .listing-details .location-meta li {
	list-style: none;
	padding: 0;
	margin: 5px 0;
}

/*********************
PAGE BANNER
*********************/

.page-banner {
	background-color: #B3C6CF;
	padding: 85px 0 80px;
	margin-bottom: 40px;
	text-align: center;
}

.page-banner h1 {
	color: #fff;
	text-transform: uppercase;
}




/*********************
DMS FINDA SITE SELECTOR
*********************/

.dms-selector,.dms-selector .select-wrapper {
	display: inline;
	position: relative;
}

.dms-selector .select-wrapper::after {
	content: " ";
	position: absolute;
	top: 50%;
	right: 10px;
	height: 5px;
	width: 5px;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	border-right: none;
	border-top: none;
	transform: rotate(-45deg);
	margin-top: -2px;
}

.dms-selector label, .dms-selector select {
	text-align: center;
	font-size: 13px;
	margin-bottom: 0;
	display: inline;
}

#colophon .dms-selector label, #colophon .dms-selector select {
	color: rgba(255,255,255,0.4);
}

.dms-selector label {
}

.dms-selector select {
	width: auto;
	color: #000;
	padding: 0px 15px 0px 5px;
	height: 20px;
	font-size: 11px;
	border-radius: 2px;
	border-width: 1px;
	text-align: left;
	cursor: pointer;
	background-image: none;
	line-height: 20px;
}

#colophon .dms-selector select {
	color: #000;
}


/*********************
NO RESULTS STYLES
*********************/

section#no-results {
}

ul.region-listing {
	margin: 20px -20px 60px;
	list-style: none;
}

ul.region-listing::after {
	content: " ";
	clear: both;
	display: block;
}

ul.region-listing li {
	float: left;
	max-width: 25%;
	min-width: 250px;
	width: 100%;
	padding: 0 20px;
}


/*********************
SUBMIT LISTING STYLES
*********************/

.wpbdp-submit-page .wpbdp-form-field-label label {
	display: inline;
}

.wpbdp-submit-page form.wpbdp-listing-form {
	margin: 0 -15px;
}

.wpbdp-submit-page .wpbdp-form-field {
	margin-bottom: 0px;
	width: 50%;
	float: left;
	padding: 0px 15px 0px 15px;
}

.wpbdp-submit-page form.wpbdp-listing-form > * {
	padding-left: 15px;
	padding-right: 15px;
}

.wpbdp-submit-page .wpbdp-form-field.wpbdp-form-field-id-20 {
	float: none;
}

.wpbdp-submit-page.step-category-selection .wpbdp-form-field {
	float:none;
}

.wpbdp-form-field-label-google_checked, .wpbdp-form-field-label-google_streetview, .wpbdp-form-field-label-google_photos, .wpbdp-form-field-label-google_reviews, .wpbdp-form-field-label-google_hours, .wpbdp-form-field-label-google_website, .wpbdp-form-field-label-google_rating, .wpbdp-form-field-label-longitude, .pbdp-form-field-label-latitude, .wpbdp-form-field-label-business_fax, .wpbdp-form-field-label-business_tags, .wpbdp-form-field-label-latitude, .wpbdp-form-field-label-google_phone, .wpbdp-form-field-label-short_business_description {
	display:none;
}

.wpbdp-submit-page .wpbdp-form-field-label-long_business_description {
	width:100%;
}

.wpbdp-form-field-label-business_phone_number .wpbdp-form-field-label {
	margin-bottom: 24px;
}

.wpbdp-submit-page .wpbdp-form-field.wpbdp-form-field-label-business_contact_email {
	padding-top:0px;
}

.wpbdp-submit-page input[type=submit] {
	float:left;
	margin: 15px 15px 0px 15px;
}

.wpbdp-submit-page h2:first-of-type {
	display:none;
}

#signup-content .mu_register div h2 {
	font-size: 20px;
}

.wpbdp-submit-page.step-images .wpbdp-image .delete-image {
	margin: 10px 0px;
}

#signup-content {
    padding: 50px 0;
}

/*********************
CLAIM LISTING STYLES
*********************/

.wpbdp-view-confirm_listing_claim h2 {
	margin-top:20px;
}

.wpbdp-checkout, .wpbdp-view-edit_listing #main {
	margin: 20px 0px;
}

.wpbdp-claim-listings .wpbdp-login-form form {
	margin: 0px;
	width:auto;
	max-width: 400px;
}

.wpbdp-login-form h2, .wpbdp-login-form .wpbdp-login-form-extra-links {
	text-align: left;
}

.wpbdp-login-form h2 {
	font-size: 2rem;
}

.wpbdp-claim-listings form .buttons {
	margin: 5px 0;
	text-align: left;
}

.wpbdp-claim-listings form .buttons [type="submit"], .wpbdp-claim-listings form .buttons [type="reset"], .button a, .button a:hover {
	color: white;
	padding: 5px;
}

#wpbdp-delete-listing-page input.delete-listing-confirm {
	color: white;
}

.item.listing-claim {
	display: none;
}

#wpbdp-claim-listings-confirm-reject {
	padding: 0px;
}

.stripe-button-el {
	padding: 0px !important;
	background-image: none !important;
}

.stripe-button-el span {
	text-shadow: none !important;
}

/*********************
MANAGE LISTING STYLES
*********************/

#wpbdp-manage-listings-page {margin-bottom: 40px;}

/*********************
SIGNUP STYLES
*********************/

.mu_register, .wp-activate-container {
	width: 100%;
	margin: 20px 0px;
}

#setupform {
	max-width:600px;
}

#setupform .user_email {
	margin-top:20px;
}

/*********************
RENEW STYLES
*********************/

#wpbdp-renewal-page .do-not-renew-listing input[type="submit"] {
	color: #fff;
	margin-top:5px;
}


/*********************
CUSTOM ADMIN BAR STYLES
*********************/

li#wp-admin-bar-my_listings {
	float: right;
	margin-right: 35px !important;
}

/*********************
LOGIN STYLES
*********************/

.login h1 a {
	height: 258px;
	width: 320px;
	background-size: 320px;
}