/* Front Page
---------------------------------------------------------------------------------------------------- */

.front-page .site-inner {
	margin-top: 0;
	max-width: 100%;
	padding-top: 0;
}

.front-page .site-header {
	background-color: transparent;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.7) 0, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.7) 0, rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.7) 0, rgba(0,0,0,0) 100%);
    border-bottom: none;
}

.image-section {
	background: -moz-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.5) 30%, rgba(0,0,0,0.8) 80%, rgba(0,0,0,0.9) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.3)), color-stop(30%,rgba(0,0,0,0.5)), color-stop(80%,rgba(0,0,0,0.8)), color-stop(100%,rgba(0,0,0,0.9)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.5) 30%,rgba(0,0,0,0.8) 80%,rgba(0,0,0,0.9) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.5) 30%,rgba(0,0,0,0.8) 80%,rgba(0,0,0,0.9) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.5) 30%,rgba(0,0,0,0.8) 80%,rgba(0,0,0,0.9) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.5) 30%,rgba(0,0,0,0.8) 80%,rgba(0,0,0,0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#e6000000',GradientType=0 );	
}

.front-page .white .site-header {
	background-color: #252A2B;
}

.front-page .nav-primary .genesis-nav-menu a,
.front-page .offscreen-content-icon button,
.front-page .site-title a,
.front-page .site-title a:hover,
.front-page .site-title a:focus {
	color: #fff;
}

.front-page .offscreen-content button,
.front-page .offscreen-content-icon button {
	background-color: transparent;
}

.front-page .white .offscreen-content button,
.front-page .white .offscreen-content-icon button {
	background-color: #fff;
}

.front-page .genesis-nav-menu .sub-menu a,
.front-page .white .genesis-nav-menu a,
.front-page .white .offscreen-content-icon button,
.front-page .white .site-title a,
.header-image.front-page .genesis-nav-menu a,
.header-image.front-page .genesis-nav-menu .sub-menu a,
.header-image.front-page .offscreen-content-icon button {
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.front-page .genesis-nav-menu a:hover,
.front-page .genesis-nav-menu a:focus,
.front-page .offscreen-content-icon button:hover,
.front-page .offscreen-content-icon button:focus,
.front-page .white .genesis-nav-menu a:hover,
.front-page .white .genesis-nav-menu a:focus {
	color: #ccc;
	border-bottom: 1px solid #fff;
}

.front-page.full-width-content .content {
	border-right: none;
	max-width: 100%;
	padding: 0;
}

.front-page .content .entry {
	background: none;
	border: none;
}

.front-page .widget p.thirty {
	margin-bottom: 30px;
}

.front-page img {
	vertical-align: top;
}

.front-page .widget img:hover {
    -webkit-filter: brightness(70%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


/* Front Page Sections
---------------------------------------------------------------------------------------------------- */

.front-page-1,
.front-page-3,
.front-page-5,
.front-page-7 {
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size:    cover;
	-o-background-size: cover;
	background-size:         cover;
}

.front-page-2,
.front-page-3,
.front-page-4,
.front-page-5,
.front-page-6,
.front-page-7,
.front-page-8 {
	border-top: 73px solid transparent;
	margin-top: -73px;
	-webkit-background-clip: padding-box;
	-moz-background-clip:    padding;
	background-clip:         padding-box;
	position: relative;
	z-index: 9;
}

.front-page-2 .wrap,
.front-page-3 .wrap,
.front-page-4 .wrap,
.front-page-5 .wrap,
.front-page-6 .wrap,
.front-page-7 .wrap,
.front-page-8 .wrap {
	margin-left: auto;
	margin-right: auto;
	max-width: 1280px;
	padding-left: 20px;
	padding-right: 20px;
}

.front-page-2 .widget-title,
.front-page-3 .widget-title,
.front-page-4 .widget-title,
.front-page-5 .widget-title,
.front-page-6 .widget-title,
.front-page-7 .widget-title,
.front-page-8 .widget-title {
	font-family: 'Cormorant Garamond', serif;
	font-size: 40px;
	font-size: 4.8rem;
	font-weight: 400;
	letter-spacing: 0;
	text-transform: none;
}

.front-page-2 .featuredpage .widget-title,
.front-page-3 .featuredpage .widget-title,
.front-page-4 .featuredpage .widget-title,
.front-page-5 .featuredpage .widget-title,
.front-page-6 .featuredpage .widget-title,
.front-page-7 .featuredpage .widget-title,
.front-page-8 .featuredpage .widget-title {
	font-size: 24px;
	font-size: 2.4rem;
}


/* Front Page 1
---------------------------------------------------------------------------------------------------- */

.front-page-1 {
	height: 100vh;
}

.front-page-1 {
	display: table;
	height: auto;
	overflow: hidden;
	padding: 0 !important;
	table-layout: fixed;
	text-align: center;
	width: 100%;
}

.front-page-1 .wrap {
	max-width: 100%;
}

.front-page-1 .widget-area {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

.front-page-1 .widget {
	margin-bottom: 40px;
}

.front-page-1,
.front-page-1 a,
.front-page-1 p,
.front-page-1 .featured-content .entry-title a,
.front-page-1 .widget-title {
	color: #fff;
}

.front-page-1 a {
	border-bottom: 1px solid #fff;
}

.front-page-1 a:hover,
.front-page-1 a:focus,
.front-page-1 .featured-content .entry-meta a:hover,
.front-page-1 .featured-content .entry-meta a:focus,
.front-page-1 .featured-content .entry-title a:hover,
.front-page-1 .featured-content .entry-title a:focus {
	color: #ccc;
}

.front-page-1 a:hover,
.front-page-1 a:focus {
	border-bottom: 1px solid #ccc;
}

.front-page-1 a.button {
	border-bottom: none;
}

.front-page-1 .widget-title {
	font-family: 'Cormorant Garamond', serif;
	font-size: 96px;
	font-size: 9.6rem;
	font-weight: 400;
	letter-spacing: -2px;
	margin-bottom: -10px;
	text-transform: none;
}

.front-page-1 p {
	font-size: 22px;
	font-size: 2.2rem;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.front-page-1 p:last-child {
	margin-bottom: 0;
}

.front-page-1 button:focus,
.front-page-1 button:hover,
.front-page-1 input:focus[type="button"],
.front-page-1 input:hover[type="button"],
.front-page-1 input:focus[type="reset"],
.front-page-1 input:hover[type="reset"],
.front-page-1 input:focus[type="submit"],
.front-page-1 input:hover[type="submit"],
.front-page-1 .textwidget a.button:focus,
.front-page-1 .textwidget a.button:hover {
	background-color: #fff;
	border: none;
	color: #000;
}


/* Front Page 2
---------------------------------------------------------------------------------------------------- */

.front-page-2 {
	/*padding-bottom: 50px;*/
	padding-top: 40px;
	text-align: center;
}

.front-page-2 .widget-full .wrap {
	max-width: 1200px;
}

.front-page-2 .wrap {
	position: relative;
    margin-top: -300px;
}

.front-page-2 p {
	font-size: 30px;
	font-size: 3rem;
	line-height: 1.75;
}

.front-page-2 p:last-child {
	margin-bottom: 0;
}

.front-page-2 button:focus,
.front-page-2 button:hover,
.front-page-2 input:focus[type="button"],
.front-page-2 input:hover[type="button"],
.front-page-2 input:focus[type="reset"],
.front-page-2 input:hover[type="reset"],
.front-page-2 input:focus[type="submit"],
.front-page-2 input:hover[type="submit"],
.front-page-2 .textwidget a.button:focus,
.front-page-2 .textwidget a.button:hover {
	background-color: #000;
	border: none;
	color: #fff;
}

.front-page-2 .flexible-widgets {
	overflow: visible !important;
}

.front-page-2 .flexible-widgets .widget {
	margin-bottom: 0;
	padding: 0;
}

/* Home Search Box
---------------------------------------------------------------------------------------------------- */

.home .pfmls-input-container {
	float: left;
	text-align: left;
	margin-right: 20px;
}

.home fieldset#profoundmls-search-widget {
	margin: 0;
	border: none;
    padding: 20px;
}
}

.home .widget_profoundmls_search_widget {
	padding: 0;
}

.home .widget_profoundmls_search_widget label {
	display: none;
}

.home .widget_profoundmls_search_widget select, .home .widget_profoundmls_search_widget input[type="text"] {
	font-size: 14px;
	float: none;
	clear: none;
	box-shadow: inset 0 0 2px #e9e9e9;
	border: 1px solid #cdcdcd;
	padding: 2px 4px;
	width: 145px;
	height: 40px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	white-space: nowrap;
}

.home .widget_profoundmls_search_widget .actions {
	float: right;
}

.home .widget_profoundmls_search_widget .fields-wrapper {
	float: left;
	padding-left: 0;
}

.home .widget_profoundmls_search_widget .actions .left {
	margin-right: 10px;
}

.home .widget_profoundmls_search_widget .actions .left a {
    font-size: 12pt;
    color: #fff;
}

#profoundmls-search-widget h3 {
	text-align: left;
}

.home #profoundmls-search-widget h3 {
	padding: 0 0 5px 0;
	font-size: 48px;
	font-size: 4.8rem;
	text-transform: uppercase;
	font-weight: 300;
	text-align: center;
}

.home .widget_profoundmls_search_widget .search-button input {
	padding: 8px 24px;
	font-size: 18px;
}

.home .widget_profoundmls_search_widget .search-button input:hover {
	background-color: #000;
}

.home #front-page-1 .flexible-widgets.widget-halves h2 {
	font-size: 80px;
}

.home-search .widget {
	margin-bottom: 0;
}

.search-button input {
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: 400;	
}

.home .widget_profoundmls_search_widget {
    padding: 0;
    background-color: rgba(0,0,0,.6);
    border-radius: 0 3px 3px 3px;
}

.home #profoundmls-search-widget h3 {
	display: none;
}

.find-home a {
    background-color: rgba(0,0,0,.6);
    border-radius: 3px 3px 0 0;
    /*border-bottom: 1px solid rgba(0, 0, 0, 0);*/
    cursor: default;
}

.find-home a:hover {
	color: #fff;
}

.home-worth a {
    background-color: rgba(0,0,0,.8);
    border-radius: 3px 3px 0 0;
    margin-left: 1px;
}

.home-worth a:hover {
    color: #ccc;
}

.find-home a, .home-worth a {
    color: #fff;
    float: left;
    padding: 5px 40px;
    position: relative;
}

.find-home a:before, .home-worth a:before {
   font-family: FontAwesome;
   content: "\f015";
   vertical-align: top;
   margin-right: 8px;
}

.home-worth a:before {
	content: "\f201";
}


/* Front Page 3
---------------------------------------------------------------------------------------------------- */

.front-page-3 {
	background-color: #f5f5f5;
	color: #fff;
	text-align: center;
	margin-top: -112px;
	background-attachment:fixed;
}

.front-page-3 .image-section {
	padding-bottom: 40px;
	padding-top: 100px;
}

.front-page-3 .widget-full .wrap {
	max-width: 1280px;
}

.front-page-3,
.front-page-3 a,
.front-page-3 p,
.front-page-3 .featured-content .entry-title a,
.front-page-3 .widget-title {
	color: #fff;
}

.front-page-3 a:hover,
.front-page-3 a:focus,
.front-page-3 .featured-content .entry-meta a:hover,
.front-page-3 .featured-content .entry-meta a:focus,
.front-page-3 .featured-content .entry-title a:hover,
.front-page-3 .featured-content .entry-title a:focus {
	color: #ccc;
}

.front-page-3 a:hover,
.front-page-3 a:focus {
	border-bottom: 1px solid #ccc;
}

.front-page-3 a.button,
.front-page-3 .featured-content .entry-header::after {
	border-bottom: none;
}

.front-page-3 p {
	font-size: 30px;
	font-size: 3rem;
	line-height: 1.75;
}

.front-page-3 p:last-child {
	margin-bottom: 0;
}

.front-page-3 .featuredpage img {
    border: 10px solid rgba(255,255,255,.6);
    border-radius: 50%;
}

.front-page-3 .featuredpage h4.entry-title {
	font-size: 32px;
	font-size: 3.2rem;
}


/* Front Page 4
---------------------------------------------------------------------------------------------------- */

.front-page-4 {
	padding-bottom: 90px;
	padding-top: 80px;
	text-align: center;
}

.front-page-4 p {
	font-size: 30px;
	font-size: 3rem;
	line-height: 1.75;
}

.front-page-4 p:last-child {
	margin-bottom: 0;
}

.front-page-4 button:focus,
.front-page-4 button:hover,
.front-page-4 input:focus[type="button"],
.front-page-4 input:hover[type="button"],
.front-page-4 input:focus[type="reset"],
.front-page-4 input:hover[type="reset"],
.front-page-4 input:focus[type="submit"],
.front-page-4 input:hover[type="submit"],
.front-page-4 .textwidget a.button:focus,
.front-page-4 .textwidget a.button:hover {
	background-color: #000;
	border: none;
	color: #fff;
}

/* Front Page 4 Team Overlay
---------------------------------------------------------------------------------------------------- */

#front-page-4 .featuredpage  a.aligncenter,
#front-page-4 .featuredpage  a.alignleft,
#front-page-4 .featuredpage  a.alignnone,
#front-page-4 .featuredpage  a.alignright {
	display: block;
	margin: 0;
}

#front-page-4 .featuredpage .entry {
	color: #fff;
	padding: 0;
	position: relative;
}

#front-page-4 .featuredpage  .entry-content {
	background-color: #000;
	clear: both;
	padding: 20px;
	position: relative;
	z-index: 10;
}

#front-page-4 .featuredpage  .entry-header {
	background-color: rgba(0,0,0,0.8);
	bottom: 0;
	display: block;
	left: 0;
	opacity: 0;
	-ms-filter: "alpha(Opacity=0)";
	filter: alpha(opacity=0);
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
}

#front-page-4 .featuredpage  .entry-header:after {
	border-width: 0;
	padding-bottom: 0;
}

#front-page-4 .featuredpage .entry:hover .entry-header,
#front-page-4 .featuredpage .entry:focus .entry-header,
#front-page-4 .featuredpage .entry.focused .entry-header {
	background-color: rgba(0,0,0,0.8);
	opacity: 1;
	-ms-filter: "alpha(Opacity=1)";
	filter: alpha(opacity=1);
}

#front-page-4 .featuredpage  .entry-header a {
 	display: table-cell;
 	padding: 20px;
 	position: relative;
 	transform: translateY( 10px );
 	transition: transform .4s ease-in-out;
 	vertical-align: middle;
 	z-index: 3;
}

#front-page-4 .featuredpage  .entry-header.position-top a {
	padding-top: 45px;
	vertical-align: top;
}

#front-page-4 .featuredpage :hover .entry-header a,
#front-page-4 .featuredpage :focus .entry-header a,
#front-page-4 .featuredpage .focused .entry-header a {
	transform: translateY( 0 );
}

#front-page-4 .featuredpage  .entry-title a,
#front-page-4 .featuredpage  .more-link:hover,
#front-page-4 .featuredpage  .more-link:focus {
	color: #fff;
}

#front-page-4 .featuredpage  .entry-title {
 	display: table;
	font-size: 27px;
	font-size: 2.7rem;
 	height: 100%;
	margin-bottom: 10px;
 	overflow: hidden;
 	width: 100%;
}

#front-page-4 .featuredpage  .entry-title a:focus .team-name {
	border-bottom: 1px #fff dotted;
}

#front-page-4 .featuredpage  p,
#front-page-4 .featuredpage  .entry-title .team-title {
	color: #fff;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 400;
}

#front-page-4 .featuredpage  .entry-title .team-title {
	display: block;
	padding-top: 10px;
}


/* Front Page 5
---------------------------------------------------------------------------------------------------- */

.front-page-5 {
	background-color: #666;
	color: #fff;
	text-align: center;
	background-attachment:fixed;
}

.front-page-5 .image-section {
	padding-bottom: 180px;
	padding-top: 170px;
}

.front-page-5 .widget-full .wrap {
	max-width: 960px;
}

.front-page-5,
.front-page-5 a,
.front-page-5 p,
.front-page-5 .featured-content .entry-title a,
.front-page-5 .widget-title {
	color: #fff;
}

.front-page-5 a:hover,
.front-page-5 a:focus,
.front-page-5 .featured-content .entry-meta a:hover,
.front-page-5 .featured-content .entry-meta a:focus,
.front-page-5 .featured-content .entry-title a:hover,
.front-page-5 .featured-content .entry-title a:focus {
	color: #ccc;
}

.front-page-5 a:hover,
.front-page-5 a:focus {
	border-bottom: 1px solid #ccc;
}

.front-page-5 a.button,
.front-page-5 .featured-content .entry-header::after {
	border-bottom: none;
}

.front-page-5 p {
	font-size: 30px;
	font-size: 3rem;
	line-height: 1.75;
}

.front-page-5 p:last-child {
	margin-bottom: 0;
}


/* Front Page 6
---------------------------------------------------------------------------------------------------- */

.front-page-6 {
	padding-bottom: 90px;
	padding-top: 80px;
	text-align: center;
}

.front-page-6 .widget-full .wrap {
	max-width: 1280px;
}

.front-page-6 p {
	font-size: 30px;
	font-size: 3rem;
	line-height: 1.75;
}

.front-page-6 p:last-child {
	margin-bottom: 0;
}

.front-page-6 button:focus,
.front-page-6 button:hover,
.front-page-6 input:focus[type="button"],
.front-page-6 input:hover[type="button"],
.front-page-6 input:focus[type="reset"],
.front-page-6 input:hover[type="reset"],
.front-page-6 input:focus[type="submit"],
.front-page-6 input:hover[type="submit"],
.front-page-6 .textwidget a.button:focus,
.front-page-6 .textwidget a.button:hover {
	background-color: #000;
	border: none;
	color: #fff;
}


/* Front Page 7
---------------------------------------------------------------------------------------------------- */

.front-page-7 {
	background-color: #666;
	color: #fff;
	text-align: center;
	background-attachment:fixed;
}

.front-page-7 .image-section {
	padding-bottom: 180px;
	padding-top: 170px;
}

.front-page-7 .widget-full .wrap {
	max-width: 960px;
}

.front-page-7,
.front-page-7 a,
.front-page-7 p,
.front-page-7 .featured-content .entry-title a,
.front-page-7 .widget-title {
	color: #fff;
}

.front-page-7 a {
	border-bottom: 1px solid #fff;
}

.front-page-7 a:hover,
.front-page-7 a:focus,
.front-page-7 .featured-content .entry-meta a:hover,
.front-page-7 .featured-content .entry-meta a:focus,
.front-page-7 .featured-content .entry-title a:hover,
.front-page-7 .featured-content .entry-title a:focus {
	color: #ccc;
}

.front-page-7 a:hover,
.front-page-7 a:focus {
	border-bottom: 1px solid #ccc;
}

.front-page-7 a.button,
.front-page-7 .featured-content .entry-header::after {
	border-bottom: none;
}

.front-page-7 p {
	font-size: 30px;
	font-size: 3rem;
	line-height: 1.75;
}

.front-page-7 p:last-child {
	margin-bottom: 0;
}

/* Front Page 8
---------------------------------------------------------------------------------------------------- */

.front-page-8 {
	padding-bottom: 90px;
	padding-top: 80px;
}

.front-page-8 p {
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.75;
}

.front-page-8 p:last-child {
	margin-bottom: 0;
}

.front-page-8 h4.entry-title {
	font-size: 28px;
	font-size: 2.8rem;
	text-align: left;
}

.front-page-8 button:focus,
.front-page-8 button:hover,
.front-page-8 input:focus[type="button"],
.front-page-8 input:hover[type="button"],
.front-page-8 input:focus[type="reset"],
.front-page-8 input:hover[type="reset"],
.front-page-8 input:focus[type="submit"],
.front-page-8 input:hover[type="submit"],
.front-page-8 .textwidget a.button:focus,
.front-page-8 .textwidget a.button:hover {
	background-color: #000;
	border: none;
	color: #fff;
}

.front-page-8 .entry-header::after {
	border-bottom: none;
	display: none;
}

.front-page-8 h3.widget-title {
	margin-bottom: 60px;
}

.front-page-8 .more-link {
	background: #e11d2d;
    color: #fff;
    padding: 5px;
    display: block;
    clear: both;
    width: 160px;
    text-align: center;
    margin: 20px 0 0 0;
    font-weight: 700;
}

.more-link:after, .home #pfmls-agent-listings-large div.listing .link:after, a.taglinebutton:after {
   font-family: FontAwesome;
   content: "\f138";
   vertical-align: top;
   margin-left: 8px;
}

.front-page-8 .more-link:hover {
	background-color: #000;
}


/* Featured Properties
---------------------------------------------------------------------------------------------------- */

#pfmls-agent-listings-large h3 {
	text-transform: uppercase;
	margin-bottom: 20px;
}

.home #pfmls-agent-listings-large div.listing {
    padding: 0;
    width: calc(33% - 10px);
    margin: 25px 0 25px 5px;
    display: inline-block;
    float: none;
    font-size: 18px;
    font-size: 1.8rem;
    border: 1px solid #ccc;
    padding-bottom: 20px;
}

.home #pfmls-agent-listings-large div.listing:hover {
	-webkit-box-shadow: 0 0 6px 0 #ccc;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
	-moz-box-shadow:    0 0 6px 0 #ccc;  /* Firefox 3.5 - 3.6 */
	box-shadow:         0 0 6px 0 #ccc;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}	

.home #pfmls-agent-listings-large div.listing .price {
    left: 0;
    top: 0;
    background: rgba(0,0,0, .5);
    width: 100%;
    font-size: 24px;
    text-shadow: 1px 2px 1px #000;
    font-family: 'Cormorant Garamond', serif;
}

.home #pfmls-agent-listings-large div.listing .link {
	background: #e11d2d;
	padding: 8px 24px;
	width: auto;
	font-size: 20px;
	font-size: 2.0rem;
	text-transform: uppercase;
	width: 210px;
	margin-top: 15px;
	border-bottom: none;
	font-family: 'Cormorant Garamond', serif;
	font-weight: 700;
}

.home #pfmls-agent-listings-large div.listing .link:hover {
	background: #000;
}

.home #pfmls-agent-listings-large div.listing a img {
    max-width: 100%;
    width: 100%;
    max-height: 265px;
    min-height: 265px;
    border: none;
    padding: 0;
    margin: auto;
    overflow: hidden;
    display: block;
}

div#pfmls-agent-listings-large div.listing .address-line {
    margin-top: 12px;
    font-family: 'Cormorant Garamond', serif;
}


/* Flexible Widgets
---------------------------------------------------------------------------------------------------- */

.flexible-widgets .widget, .front-page-8 .flexible-widgets article  {
	float: left;
	margin-bottom: 40px;
	padding-left: 10px;
	padding-right: 10px;
}

.flexible-widgets.widget-full .widget {
	padding-left: 0;
	padding-right: 0;
}

.flexible-widgets .widget:last-of-type {
	margin-bottom: 0;
}

.flexible-widgets.widget-full .widget,
.flexible-widgets.widget-area .widget:nth-of-type(1),
.flexible-widgets.widget-halves.uneven .widget:last-of-type {
	width: 100%;
}

.flexible-widgets.widget-fourths .widget {
	width: 25%;
}

.flexible-widgets.widget-halves .widget {
	width: 50%;
}

.flexible-widgets.widget-thirds .widget, .front-page-8 .flexible-widgets article  {
	width: 33.33%;
}

.flexible-widgets.widget-halves .widget:nth-child(even),
.flexible-widgets.widget-thirds .widget:nth-child(3n+2),
.flexible-widgets.widget-fourths .widget:nth-child(4n+2),
.front-page-8 .flexible-widgets article:nth-child(3n+2) {
	clear: left;
}

/* Content Boxes
---------------------------------------------------------------------------------------------------- */

.front-page .content-box {
	padding: 50px 40px 60px;
}

.front-page .solid-section .content-box {
	background-color: #f5f5f5;
}

.front-page .content-box h4 {
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.front-page .content-box p {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.625;
	margin-bottom: 0;
}

.content-box .icon {
	font-size: 30px;
}


/* Team Overlay
---------------------------------------------------------------------------------------------------- */

.featuredpage .team-member a.aligncenter,
.featuredpage .team-member a.alignleft,
.featuredpage .team-member a.alignnone,
.featuredpage .team-member a.alignright {
	display: block;
	margin: 0;
}

.featuredpage .team-member.entry {
	color: #fff;
	padding: 0;
	position: relative;
}

.featuredpage .team-member .entry-content {
	background-color: #000;
	clear: both;
	padding: 20px;
	position: relative;
	z-index: 10;
}

.featuredpage .team-member .entry-header {
	background-color: rgba(0,0,0,0.8);
	bottom: 0;
	display: block;
	left: 0;
	opacity: 0;
	-ms-filter: "alpha(Opacity=0)";
	filter: alpha(opacity=0);
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
}

.featuredpage .team-member .entry-header:after {
	border-width: 0;
	padding-bottom: 0;
}

.featuredpage .team-member.entry:hover .entry-header,
.featuredpage .team-member.entry:focus .entry-header,
.featuredpage .team-member.entry.focused .entry-header {
	background-color: rgba(0,0,0,0.8);
	opacity: 1;
	-ms-filter: "alpha(Opacity=1)";
	filter: alpha(opacity=1);
}

.featuredpage .team-member .entry-header a {
 	display: table-cell;
 	padding: 20px;
 	position: relative;
 	transform: translateY( 10px );
 	transition: transform .4s ease-in-out;
 	vertical-align: middle;
 	z-index: 3;
}

.featuredpage .team-member .entry-header.position-top a {
	padding-top: 45px;
	vertical-align: top;
}

.featuredpage .team-member:hover .entry-header a,
.featuredpage .team-member:focus .entry-header a,
.featuredpage .team-member.focused .entry-header a {
	transform: translateY( 0 );
}

.featuredpage .team-member .entry-title a,
.featuredpage .team-member .more-link:hover,
.featuredpage .team-member .more-link:focus {
	color: #fff;
}

.featuredpage .team-member .entry-title {
 	display: table;
	font-size: 27px;
	font-size: 2.7rem;
 	height: 100%;
	margin-bottom: 10px;
 	overflow: hidden;
 	width: 100%;
}

.featuredpage .team-member .entry-title a:focus .team-name {
	border-bottom: 1px #fff dotted;
}

.featuredpage .team-member p,
.featuredpage .team-member .entry-title .team-title {
	color: #fff;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 400;
}

.featuredpage .team-member .entry-title .team-title {
	display: block;
	padding-top: 10px;
}

.front-page-6 .flexible-widgets.widget-halves.uneven .featuredpage.widget:last-of-type {
	float: none;
	margin: 0 auto;
	max-width: 50%;
}


/* Fadeup Effect
---------------------------------------------------------------------------------------------------- */

.js .fadeup-effect {
	opacity: 0;
	overflow: hidden;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

@-webkit-keyframes fadeInUp {
	from { opacity: 0; -webkit-transform: translateY(20px); }
	to { opacity: 1; -webkit-transform: translateY(0); }
}

@keyframes fadeInUp {
	from { opacity: 0; transform: translateY(20px); }
	to { opacity: 1; transform: translateY(0); }
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

a.taglinebutton {
	font-size: 20px;
	font-size: 2.0rem;
    padding: 15px 25px;
    text-transform: uppercase;
    font-weight: 700;
}

/* Remove background behind header and remove fixed position
-----------------------------------------------------------------------------------------------------*/

.front-page .genesis-nav-menu .sub-menu a:hover, .front-page .white .genesis-nav-menu a:hover, .header-image.front-page .genesis-nav-menu a:hover, .header-image.front-page .genesis-nav-menu .sub-menu a:hover {
	color: #ccc;
	border-bottom: 1px solid #fff;
}

.front-page .genesis-nav-menu .sub-menu a {
	background-color: transparent;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.7) 0, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.7) 0, rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.7) 0, rgba(0,0,0,0) 100%);
}

.home form {
	margin-bottom: 0;	
}

/*
Solar Search Box 
---------------------------------------------------------------------------------------------------- */
.home .widget_profoundmls_fulltextsearch_widget {
	background-color: rgba(0,0,0,.6);
    border-radius: 0 3px 3px 3px;
}

.home .widget_profoundmls_fulltextsearch_widget #profoundmls-search-widget h3 {
	padding: 0;
	display: none;
}

.home .widget_profoundmls_fulltextsearch_widget label.text {
	display: none;
}

.home .widget_profoundmls_fulltextsearch_widget #profoundmls-search-widget .fields-wrapper {
	float: left;
	width: 80%;
	padding-left: 0;
}

.home .widget_profoundmls_fulltextsearch_widget input {
	width: 100%;
	padding: 5px 10px;
}

.home .widget_profoundmls_fulltextsearch_widget .search-button input {
	padding: 10px 20px;
}

.home .widget_profoundmls_fulltextsearch_widget .actions {
	float: right;
	width: 20%;
}

.home .widget_profoundmls_fulltextsearch_widget .actions a.advanced-search {
	color: #fff;
}

.home .widget_profoundmls_fulltextsearch_widget .pfmls-input-container.q {
	width: 98%;
}

.home .widget_profoundmls_fulltextsearch_widget .actions .left a {
	font-size: 14px;	
}

@media only screen and (max-width: 1180px) {
	.home .widget_profoundmls_fulltextsearch_widget #profoundmls-search-widget .fields-wrapper {
		float: none;
		width: 100%;
	}
	
	.home .widget_profoundmls_fulltextsearch_widget .actions {
		float: none;
		width: 100%;
		margin-top: 10px;
	}
	
	.home .widget_profoundmls_fulltextsearch_widget .pfmls-input-container.q {
	    width: 100%;
	}
}

@media only screen and (max-width: 800px){
	.home .widget_profoundmls_fulltextsearch_widget {
		background: #000;	
	}
}

/* Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1200px) {

	.home .widget_profoundmls_search_widget select, .home .widget_profoundmls_search_widget input[type="text"] {
	    width: 110px;
	}
}

@media only screen and (max-width: 1100px) {

	.widget_profoundmls_search_widget .actions div.left {
	    float: none;
	}
}

@media only screen and (max-width: 960px) {
	
	.home .widget_profoundmls_search_widget select, .home .widget_profoundmls_search_widget input[type="text"], .home #profoundmls-search-widget #zipcode_id,
	.home #profoundmls-search-widget #price_min_id, .home #profoundmls-search-widget #price_max_id, .home #profoundmls-search-widget #sqft_min_id, .home #profoundmls-search-widget #sqft_max_id {
	    width: 330px;
	    margin-bottom: 10px;
	}
	
	.home .pfmls-input-container {
	    margin: 0 10px 12px;
	}
	
	.home .widget_profoundmls_search_widget .pfmls-input-container.search_nearby {
	    float: none;
	    text-align: center;
	    margin-right: 0;
	}
	
	.front-page-2 .wrap {
	    margin-top: -400px;
	}
	
	.home .widget_profoundmls_search_widget .actions, .home .widget_profoundmls_search_widget .actions .search-button, .home .widget_profoundmls_search_widget input {
	    float: none;
	    clear: none;
	}
	
	.home .widget_profoundmls_search_widget .search-button input {
	    width: auto;
	    margin: 0 auto;
	}
	
	.home .widget_profoundmls_search_widget .special button.show-button {
	    width: auto;
	    padding: 12px;
		font-size: 16px;
	}
	
	.home .widget_profoundmls_search_widget .pfmls-input-container.search_nearby {
	    text-align: center;
	}
	
	.home .widget_profoundmls_search_widget .special {
	    float: none;
	    width: auto;
	    margin-bottom: 20px;
	}
	
	.home #pfmls-agent-listings-large div.listing {
		width: calc(50% - 10px);	
	}
}

@media only screen and (max-width: 800px) {
	
	.front-page .site-header {
		background: #252A2B;
	}
	
	.front-page-2 .wrap {
		padding: 1%;
	}

	.front-page .site-inner {
		margin-top: 0;
		padding: 0;
	}

	.front-page .nav-primary .genesis-nav-menu a,
	.front-page .offscreen-content-icon button,
	.front-page .site-title a,
	.front-page .site-title a:hover,
	.front-page .site-title a:focus {
		color: #000;
	}

	.front-page-1,
	.front-page-2 {
		padding-bottom: 150px;
		padding-top: 150px;
	}
	
	.front-page-3 .image-section, .front-page-5 .image-section,  .front-page-7 .image-section {
		padding-bottom: 40px;
		padding-top: 100px;
	}

	.front-page-1 {
		height: auto;
		padding-bottom: 40px;
	}

	.front-page-1 .widget-area {
		padding-top: 0;
	}
	
	.front-page-2 {
		padding: 20px 0 0 0;	
	}
	
	.front-page-3 {
		border-top: 20px solid #fff;	
	}

	.front-page-3 .wrap,
	.front-page-4 .wrap,
	.front-page-5 .wrap,
	.front-page-6 .wrap,
	.front-page-7 .wrap {
		padding-left: 5%;
		padding-right: 5%
	}

	.flexible-widgets.widget-halves .widget,
	.flexible-widgets.widget-thirds .widget,
	.front-page-6 .flexible-widgets.widget-area .widget:nth-of-type(1) {
		float: none;
		width: 100%;
	}

	.flexible-widgets .widget {
		padding-left: 0;
		padding-right: 0;
	}

	.flexible-widgets.widget-fourths .widget,
	.front-page-6 .flexible-widgets.widget-halves .widget,
	.front-page-6 .flexible-widgets.widget-halves.uneven .widget:last-of-type,
	.front-page-6 .flexible-widgets.widget-thirds .widget,
	.front-page-8 .flexible-widgets article {
		float: left;
		padding-left: 10px;
		padding-right: 10px;
		width: 50%;
	}
	
	.front-page-6 .flexible-widgets.widget-thirds .widget {
		clear: none;
	}
	
	.front-page-6 .flexible-widgets.widget-thirds .widget:nth-child(2n), .front-page-8 .flexible-widgets article:nth-child(2n) {
		clear: left;
	}
	
	.front-page-2 .wrap, .front-page-3 {
	    margin-top: 0;
	}
	
	.home .widget_profoundmls_search_widget, .find-home a {
		background: #000;	
	}

}

@media only screen and (max-width: 768px) {
	.home .widget_profoundmls_search_widget select, .home .widget_profoundmls_search_widget input[type="text"], .home #profoundmls-search-widget #zipcode_id, .home #profoundmls-search-widget #price_min_id, .home #profoundmls-search-widget #price_max_id, .home #profoundmls-search-widget #sqft_min_id, .home #profoundmls-search-widget #sqft_max_id, .home .pfmls-input-container {
	    width: 100%;
	}
	
	.home .pfmls-input-container {
		margin: 0;
	}
}

@media (max-width:640px) {
  .front-page-1, 
  .front-page-3, 
  .front-page-5, 
  .front-page-7 {
    background-attachment: initial;
  }
}

@media only screen and (max-width: 600px) {

	.flexible-widgets.widget-fourths .widget,
	.front-page-6 .flexible-widgets.widget-thirds .widget,
	.front-page-6 .flexible-widgets.widget-halves .widget,
	.front-page-6 .flexible-widgets.widget-halves.uneven .widget:last-of-type,
	.front-page-8 .flexible-widgets article {
		float: none;
		padding-left: 0;
		padding-right: 0;
		width: 100%;
	}

	.front-page-2 p,
	.front-page-3 p,
	.front-page-4 p,
	.front-page-5 p,
	.front-page-6 p,
	.front-page-7 p {
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 1.75;
	}

	.front-page-1 .widget-title {
		font-size: 60px;
		font-size: 6rem;
		margin-bottom: 20px;
	}
	
	.home #pfmls-agent-listings-large div.listing {
		width: calc(100% - 10px);	
	}
	
	.home-worth {
		display: none;	
	}
	
	.home #pfmls-agent-listings-large div.listing a img {
		max-height: 100%;
		min-height: 100%;	
	}

}