.zpress-office-locator .map-container { background-position: 50% 50%; }
.zpress-office-locator .map-container img { 
	max-width: 100%;
	height: auto;
	opacity: 0; 
}/* about me widget */
.zpress-aboutme-container 
{
	margin: 0 0 0 10px;
}

.zpress-aboutme-widget p 
{
	display: inline;
	margin: 0;
	padding: 0;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	text-indent: 0;
}
.zpress-aboutme-widget-photo, .zpress-aboutme-widget-brokerage_logo
{
	float: left;
	margin: 0;
}
.zpress-aboutme-widget-photo img, .zpress-aboutme-widget-brokerage_logo img
{
	max-height: 52px;
	max-width: 260px;
	margin: 5px 11px 5px 0;
	border: 3px solid #DEDED0;
}

.zpress-aboutme-info 
{
	margin: 10px 0 0 0;
}

.zpress-aboutme-info p
{
	display: block;
}

.zpress-aboutme-widget-name 
{
	font-size: 110%;
	font-weight: bold;
}

.zpress-aboutme-widget-brokerage_name 
{
	font-style: italic;
}

.zpress-aboutme-widget-email 
{
	font-weight: bold;
}

.zpress-aboutme-phone-container
{
	clear: both;
	overflow: hidden;
}

.zpress-aboutme-widget-phone 
{
	font-weight: bold;
	float: left;
	margin-top: 0 !important;
}

.zpress-aboutme-phone-container .zpress-aboutme-widget-phone:first-child
{
	margin-right: 12px !important;
}

.zpress-aboutme-widget-phone span
{
	font-size: 75%;
	font-weight: normal;
}

.zpress-aboutme-widget-address, .zpress-aboutme-widget-description
{
	clear: both;
}

.zpress-aboutme-widget-icons { 
	margin: 10px 0; 
	display: block;
}
.zpress-aboutme-widget div.zpress-aboutme-widget-video {
	margin: 8px 0 0 10px;
}
.zpress-aboutme-widget ul.zpress-aboutme-widget-social {
	display: inline-block;
	float: left;
	margin: 20px 0;
	padding:0;
}
.zpress-aboutme-widget ul.zpress-aboutme-widget-social li {
	float: left;
	margin: 0 6px 0 0 !important;
	padding: 0 !important;
	border: none !important;
	list-style: none;
}
.zpress-aboutme-widget ul.zpress-aboutme-widget-social li a {
	height:32px;
	width:32px;
	line-height:0;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../wp-content/mu-plugins/aboutme/images/social-icons.png) no-repeat 0 0;
	display:block;
}
.zpress-aboutme-widget ul.zpress-aboutme-widget-social li a.twitter {
	background-position: -40px 0;
}
.zpress-aboutme-widget ul.zpress-aboutme-widget-social li a.googleplus {
	background-position: -80px 0;
}
.zpress-aboutme-widget ul.zpress-aboutme-widget-social li a.linkedin {
	background-position: -120px 0;
}
.zpress-aboutme-widget .zpress-aboutme-widget-premieragentbadge {
	clear: both;
	display: inline-block;
	float: right;
}.z-real-estate-logo {
	float: left;
	padding: 2px;
	margin: 10px 0px 10px 10px;
	background: #fff;
	border: 1px solid #ccc;
}
.zpress-realestate-logos-widget {
	min-height: 1px;
}
.zpress-realestate-logos-widget:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#zbio-widget-contact-form {
	margin: 0 auto;
	text-align: center;
}
#zbio-widget-contact-form p {
	margin: 5px 6% 10px;
	width: 85%;
	text-align: left;
}
#zbio-widget-contact-form label {
	display: block;
	text-align: left;
	float: none;
	width:85%;
	margin: 0px 0px 0.25em;
}
#zbio-widget-contact-form div {
	padding: 5px 0;
}
#zbio-widget-contact-form input,
#zbio-widget-contact-form textarea {
	/*padding: 5px;*/
	display: block;
	width: 100%;
	margin-bottom: 10px;
}
#zbio-widget-contact-form .button{
	margin-bottom: 0;
}
#zbio-widget-contact-form textarea {
	min-height: 75px;
	height: 75px;
}
.widget-contact-message {
	color: #C11B17;
}
#zbio-widget-contact-form .zbio-widget-contact-status.success {
	background-color: #dff2bf;
	border: 1px solid #4f8a10;
	border-radius: 5px;
	color: #4f8a10;
	font-weight: bold;
	padding: 6px 12px;
	width: 50%;
	margin: 15px auto;
}
#zbio-widget-contact-form .zbio-widget-contact-status.error {
	background-color: #ffccba;
	border: 1px solid #d63301;
	border-radius: 5px;
	color: #d63301;
	margin: 15px auto;
	padding: 6px 12px;
	width: 50%;
}