/**** master - hh-custom-agent-card-widget-plugin.css ****/



/*************************** Agent Autofill Styles ****************************/

.autofilled-agent img {
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: auto;
  max-height:300px;
}

.autofilled-agent, .company-info {
  color: #000;
  font-size: 18px;
  padding: 10px;
  text-align: center;
}

.autofilled-agent a, .company-info a {
	font-size:20px;
  color:#000;
}

.autofilled-agent a:hover, .company-info a:hover {
  color:#000;
}

.autofilled-agent p, .company-info p {
  display: block;
  line-height: 30px;
  margin: 5px;
}

.widget-agent-name, .widget-agent-company {
  font-size: 2em;
  font-weight: 300;
  line-height: 50px;
}

.autofilled-agent-h img {
  display: block;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
  max-width: 300px;
  max-height:200px !important;
}

.autofilled-agent-h {
  color: #000;
  font-size: 20px;
  padding: 10px;
  text-align: center;
}

.autofilled-agent-h a {
  font-size:20px;
  vertical-align: baseline;
  color:#000;
}

.autofilled-agent-h a:hover {
  color:#000;
}

.autofilled-agent-h p {
  display: inline-block;
  margin: 5px;
  line-height: 30px;
}

.widget-agent-name-h {
  font-size: 2em;
  font-weight: 300;
  line-height: 50px;
}

.widgets-count-2 .widget-agent-name {
  display: block;
}

.widgets-count-2 .widget-agent-email {
  display: block;
}

/*************************** End Agent  Autofill Styles ****************************/









/*************************** Generic Company Info Autofill Styles ****************************/


.widget-agent-company-h {
  font-size: 2em;
  font-weight: 300;
  line-height: 50px;
}

.widgets-count-2 .widget-agent-name {
  display: block;
}

.widgets-count-2 .widget-agent-email {
  display: block;
}

/*************************** End Generic Company Info Autofill Styles ****************************/





/****************************** Agent Image Style *************************************/
.widget-agent-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  max-height: 300px;
  max-width: 100%;
}



/****************************** End Agent Image Style *************************************/


.widget-home-divider {
  display: inline !important;
  height: 22px !important;
  margin-top: 9px;
  width: auto;
}

.widget-img-parent img:first-child {
  display: none !important;
}





.auto-widget-img {
  display: block;
  height: auto !important;
  margin-left: auto;
  margin-right: auto;
  max-height: 200px;
  max-width: 1000px;
  width: auto;
  max-width: 100%;
}

.autofilled-agent .widget-home-divider {
  display: none !important;
}