/*
Theme Name: Beach Scene: Default Broker
Version: 1.7
Author: Wade Berlin
Last edited: Jaspreet Kaur Auguat 25, 2020
*/

/********************************************************
 * Agent List styles
 ********************************************************/
.agentlist {
	text-align: center;
	border: 5px solid #B8A28E;
}
.agentlist h2.agent_officename {
	background: none;
}
.agentimg {
	border: 1px solid #B8A28E;
}
.agentlist li {
	margin: 5px;
}

/********************************************************
 * Agent Detail Styles
 ********************************************************/
.agentpageimg {
	display: inline-block;
	border: 1px solid #B8A28E;
}
.pagebody .agentpage ul {
	float:left;
	width: 400px;
}
.agentpage li, .agent_bio.agent_im {
	margin: 0 5px 2px;
	line-height: 20px;
}

/*************************************
 + contact form
 *************************************/
.the_contact_form {
	font-size: 1.4rem;
	margin-bottom: 10px;
	box-sizing: border-box;
}
.the_contact_form li b {
	display:inline-block;
}
.propcomment a b {
	display: inline-block;
	text-decoration: underline;
}
.propcomment a b:hover {
	text-decoration: none;
}