/*--
Author: Street Creative
--*/

@font-face {
	font-family: "Poppins";
	src: url('../fonts/Poppins-Light.ttf');
}
body {
	width: 100%;
	max-width: 978px;
	margin: 0 auto;
	background-color: #c17e9f;
	background: url(../images/tile.png) repeat;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
body a {
	/* text-decoration: none; */
	color: #333;
}
.logos {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: 100%;
}
.logos .company {
	display: flex;
	flex-direction: column;
	width: auto;
	/* padding: 10px; */
	margin: 10px;
	/* border: 1px solid #B76E79; */
	box-shadow: 4px 4px 4px #ddd;
	align-items: center;
	background-color: #fff;
	box-shadow: none;
	align-items: normal;
}
.logos .img-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	height: auto;
	padding: 10px 5px;
}
.logos .img-wrap img {
	width: 400px;
	max-width: 100%;
}
.logos h1 {
	width: 100%;
	font-family: "Poppins", Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-size: 20px;
	color: #8a4e67;
	text-align: center;
	text-transform: uppercase;
	line-height: 26px;
	padding: 0 20px 0 10px;
}
.logos h1.tagline {
	line-height: 30px;
}
.logos h1.t1 {
	padding-left: 10px;
	padding-bottom: 0;
	margin-bottom: 6px
}
.logos h1.t2 {
	padding-left: 10px;
	padding-top: 0;
	margin-top: 0;
}

.logos .company .hr {
	width: 100%;
}
.logos .company .hr hr {
	background-color: #aaa;
}
.logos .company .bio {
	height: auto;
}
.logos .company .social {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 1em;
	margin-bottom: 0.5em;
}
.logos .company .social img {
	width: 30px;
	margin: 0 5px;
}

.header {
	width: 100%;
	text-align: center;
}
.header h2 {
	font-family: "Poppins", Cambria, 'Hoefler Text', 'Liberation Serif', Times, 'Times New Roman', 'serif';
	font-size: 24px;
}

.logostrip {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: 100%;
}
.logostrip .company {
	display: flex;
	flex-direction: column;
	width: 110px;
	padding: 10px;
	margin: 10px;
	border: 1px solid #aaa;
	border-radius: 20px;
	box-shadow: 4px 4px 4px #ddd;
	align-items: center;
	background-color: #fff;
}
.logostrip .company .img-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 110px;
}
.logostrip .company .img-wrap img {
	max-width: 100%;
}

/* estatesales.net widget */
#SalesIFrame {
	height: auto;
	min-height: 420px;
}