/* Agent Focused Pro Front Page Styles */

/* Front Page Table of Contents
- Front Page General
- Titles
- Site Header
- Flexible Widgets
- Front Page CTA Bar
- Front Page 1
- Front Page Search Bar
- Front Page 2
- Front Page 3
- Front Page 4
- Front Page 5
- Front Page 6
- Media Queries
    - Max-width 1380px
    - Max-width 1200px
    - Max-width 980px
    - Max-width 800px
    - Max-width 680px
    - Min-width 1800px
*/

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

.front-page-1,
.front-page-2,
.front-page-3,
.front-page-4,
.front-page-5,
.front-page-6 {
	position: relative;
	z-index: 1;
}

.front-page-1:before,
.front-page-2:before,
.front-page-3:before,
.front-page-4:before,
.front-page-5:before,
.front-page-6:before {
    content: " ";
    display: table;
}

.front-page-1:after,
.front-page-2:after,
.front-page-3:after,
.front-page-4:after,
.front-page-5:after,
.front-page-6:after {
    clear: both;
    content: " ";
    display: table;
}

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

.front-page .featured-content .entry {
    padding: 0;
}

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

/* Titles
--------------------------------------------- */

.front-page-3 .featured-listings .widget-title,
.front-page-5 .featured-content .widget-title,
.flexible-widgets.widget-full .widget-title {
    font-size: 60px;
    font-size: 6rem;
    font-weight: 300;
    letter-spacing: 0;
    padding: 40px 0;
    text-align: center;
    text-transform: none;
}

.front-page-3 .featured-listings .widget-title {
    color: #fff;
}

.flexible-widgets.widget-full .widget-title {
    margin: 0 0 10px;
    padding: 0;
    text-align: left;
}

/* Site Header
--------------------------------------------- */

.front-page .site-header {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.4);
}

/* Front Page Slider Images
--------------------------------------------- */

.frontpage-slider {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -9999;
}

.frontpage-images {
	height: 100%;
}

.frontpage-images li {
	height: 100%;
}

.home-feature {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	width: 100%;
}

.home-feature.home-feature-2 {
	background-position: center top;
}

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

.flexible-widgets .widget {
    float: left;
    margin-bottom: 0;
    padding: 0 30px;
}

.flexible-widgets .widget:first-child {
    margin-bottom: 40px;
}

.flexible-widgets.widget-full .widget:last-child {
    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 {
    width: 33.333333333333%;
}

.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) {
    clear: left;
}

/* Front Page CTA Bar
--------------------------------------------- */

.cta-bar {
	background-color: #98bfdc;
	color: #fff;
	font-size: 36px;
	font-weight: 300;
	line-height: 1;
	padding: 28px 30px 20px;
	text-align: center;
}

.cta-bar .widget-title {
	font-size: 0;
}

.cta-bar .button {
	background-color: transparent;
	border: 4px solid #fff;
	margin-left: 90px;
	position: relative;
	top: -5px;
}

.cta-bar .button:hover {
	background-color: #fff;
	color: #84c4f3;
}

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

.front-page-1 {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.4);
	MIN-HEIGHT: 50vh;
	text-align: center;
}

.front-page-1 .wrap {
    padding: 120px 0 180px;
}

.front-page-1,
.front-page-1 a:hover,
.front-page-1 a:focus,
.front-page-1 .entry-title,
.front-page-1 .entry-title a {
    color: #fff;
}

.front-page-1 .entry-title a:hover,
.front-page-1 .entry-title a:focus,
.front-page-1 .widget-title a:hover,
.front-page-1 .widget-title a:focus  {
    text-decoration: underline;
}

.front-page-1 .textwidget h2 {
    font-size: 80px;
    font-size: 8rem;
    font-weight: 700;
    letter-spacing: 2.4px;
    line-height: 1;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}

.front-page-1 .user-profile {
    text-align: center;
}

.front-page-1 .user-profile p {
    display: inline-block;
    text-align: left;
}

/* Front Page Search Bar
--------------------------------------------- */

.search-bar,
.search-bar .wrap {
    margin: 0 auto;
    max-width: 1140px;
}

.search-bar {
    /*margin-top: -60px;*/
    position: relative;
}

.search-bar form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    text-align: center;
}

.search-bar input,
.search-bar select,
.search-bar textarea {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0 5px 5px 0;
    width: auto;
}

.search-bar .idx-omnibar-form input.idx-omnibar-input {
	
}

.search-bar input[type="submit"],
.search-bar .property-search input[type="submit"] {
    margin: 0 5px 5px 0;
    padding: 18px;
}

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

.front-page-2 .wrap {
    padding: 50px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.front-page-2-left {
    border-right: 2px solid #eee;
    width: 66.666666666666%;
}

.front-page-2-right {
    padding-left: 30px;
    width: 33%; /* intentional for Safari */
}

.front-page-2-left,
.front-page-2-right {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.front-page-2 .widget {
    margin-bottom: 40px;
    padding: 0 30px;
}

.front-page-2-left .widget:last-child,
.front-page-2-right .widget:last-child {
    margin-bottom: 0;
}

.front-page-2-left .textwidget {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 300;
    line-height: 1.5;
}

.front-page-2 .contact {
    margin-left: 36px;
}

.front-page-2 .contact a {
    color: #111;
}

.front-page-2 .contact a:hover,
.front-page-2 .contact a:focus {
    text-decoration: underline;
}

/* http://ionicons.com/ */
.front-page-2 .contact .icon {
    margin-left: -36px;
    width: 36px;
}

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

.front-page-3 {
	color: #fff;
	min-height: 400px;
    position: relative;
    z-index: 1;
}

.front-page-3::before {
    content: "";
    display: block;
    height: 400px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}

.front-page-3 .wrap {
    margin: 0 auto;
    max-width: 1380px;
}

.front-page-3 .featured-listings .entry {
    display: inline-block;
    margin: 0 0 40px 0;
    padding: 0;
    vertical-align: top;
    width: 33.333333333333%;
}

.front-page-3 .featured-listings span {
    display: inline-block;
}

.front-page-3 .featured-listings span.listing-price,
.front-page-3 .featured-listings a.more-link {
    display: block;
}

.front-page-3 .featured-listings .listing-price {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 600;
}

.front-page-3 .featured-listings span.listing-address:after {
    content: ",";
    display: inline-block;
    padding-right: 5px;
}

.front-page-3 a.button {
	margin: 0 auto 80px;
	max-width: 500px;
	width: 100%;
}

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

.front-page-5 {

}

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

.front-page-5 .widget-title {
    display: inline-block;
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: 400;
    letter-spacing: 0;
    margin: 60px 0;
    margin: 15% 0 60px;
    position: relative;
    text-transform: none;
}

.front-page-5 .widget-title:after {
	background-color: #67ddab;
    content: "";
    display: block;
    height: 2px;
    position: relative;
    top: 30px;
    width: 90px;
}

.front-page-5 .widget:last-child {
    margin-bottom: 0;
    overflow: hidden;
    padding: 0;
}

.front-page-5 .widget:first-child {
	background-color: #fff;
    float: left;
    margin: 0;
    overflow: hidden;
    width: 50%;
}

.front-page-5 .soliloquy-container img {
    display: block;
    height: 440px;
    width: auto;
    max-width: none;
}

.objectfit .front-page-5 .soliloquy-container img {
    object-fit: cover;
    width: 100%;
    max-width: 100%;
}

.front-page-5 .widget:last-child {
    display: block;
    float: left;
    padding-left: 60px;
    padding-right: 30px;
    width: 50%;
    max-width: 600px;
}

.front-page-5 ul {
	float: left;
	font-size: 21px;
	padding-left: 20px;
	width: 50%;
}

.front-page-5 li {
	line-height: 1.25;
	list-style-type: disc;
	margin: 0;
	padding: 0;
}

.front-page-5 li a {
	color: #111;
}

.front-page-5 li a:hover {
	color: #67ddab;
	text-decoration: none;
}

.front-page-5 p:last-child {
	clear: both;
	margin-top: 20px;
	overflow: hidden;
}

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

.front-page-6 {
	background-color: #fff;
	color: #111;
	font-size: 18px;
}

.front-page-6,
.front-page-6 a {
    color: #111;
}

.front-page-6 a:hover,
.front-page-6 a:focus {
    color: #67ddab;
}

.front-page-6 .wrap {
    padding: 85px 0 115px;
}

.front-page-6 .widget-title {
	font-size: 60px;
	font-weight: 300;
	margin-bottom: 60px;
	text-transform: none;
}

.front-page-6 .entry {
	float: left;
	width: 50%;
}

.front-page .front-page-6 .entry {
	padding-right: 40px;
}

.front-page-6 .entry:last-child {
	padding-left: 40px;
	padding-right: 0;
}

.front-page-6 h4.entry-title,
.front-page-6 h4.entry-title a {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 10px;
}

.front-page-6 p {
	line-height: 1.5;
}

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

/* Max-width 1380px
---------------------------------- */

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

    .front-page-3 .featured-listings .entry {
        text-align: center;
    }

}

/* Max-width 1200px
---------------------------------- */

@media only screen and (max-width:1200px) {
    
    .front-page-1 .textwidget h2 {
        font-size: 60px;
        font-size: 6rem;
    }

    .front-page-2-left .textwidget {
        font-size: 22px;
        font-size: 2.2rem;
    }

    .front-page-2-right {
        padding-left: 0;
    }

    .front-page-3 .wrap,
    .front-page-5 .wrap {
        max-width: 1200px;
    }
	
	.front-page-6 .wrap {
		padding-left: 30px;
		padding-right: 30px;
	}

}

/* Max-width 980px
---------------------------------- */

@media only screen and (max-width:980px) {
    
    .js.front-page nav.nav-primary {
        background-color: #000;
        background-color: rgba(0, 0, 0, 0.8);
    }

    .js .menu-toggle:focus,
    .js .menu-toggle.activated {
        background-color: #000;
        background-color: rgba(0, 0, 0, 0.8);
    }

    .front-page-5 .widget-title:after {
        top: 15px;
    }

    .front-page-1 .wrap {
        padding: 60px 0;
    }
	
	.cta-bar .button {
		display: block;
		margin: 25px auto 0;
	}

    .search-bar {
        margin-top: 0;
    }

    .front-page-2-left .textwidget {
        font-size: 20px;
        font-size: 2rem;
    }

    .front-page .footer-widgets {
        padding-top: 40px;
        padding-bottom: 0;
    }

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

}

/* Max-width 800px
---------------------------------- */

@media only screen and (max-width:800px) {
    
    .flexible-widgets.widget-fourths .widget,
    .flexible-widgets.widget-halves .widget,
    .flexible-widgets.widget-thirds .widget {
        float: none;
        width: 100%;
    }

    .front-page-1 .textwidget h2 {
        font-size: 48px;
        font-size: 4.8rem;
    }

    .front-page-2-left,
    .front-page-2-right {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        width: 100%;
    }

    .front-page-2-left {
        border-right: none;
        margin-bottom: 40px;
    }

    .front-page-3 .featured-listings .widget-title,
    .front-page-5 .widget-title,
    .flexible-widgets.widget-full .widget-title {
        font-size: 48px;
        font-size: 4.8rem;
    }

    .front-page-3 .featured-listings .entry {
        width: 100%;
    }

    .front-page-4 a.viewall {
        float: left;
        margin: 10px 0 0;
    }

    .front-page-5 .widget:last-child {
        margin-bottom: 40px;
    }

    .front-page-5 .widget:first-child {
        width: 100%;
    }

    .front-page-5 .soliloquy-container img {
        height: 340px;
        width: 100%;
        max-width: 100%;
    }

    .front-page-5 .widget:last-child {
        padding-left: 30px;
        padding-right: 30px;
        width: 100%;
        max-width: 100%;
    }
	
	.front-page-6 .entry {
		margin-bottom: 60px;
		width: 100%;
	}
	
	.front-page .front-page-6 .entry,
	.front-page-6 .entry:last-child {
		padding: 0;
	}
	
	.front-page-6 .entry:last-child {
		margin-bottom: 0;
	}

    .front-page-6 a.alignright.button {
        float: left;
        margin: 20px 0 0;
    }

}

/* Max-width 680px
---------------------------------- */

@media only screen and (max-width:680px) {
    
    .search-bar input,
    .search-bar select,
    .search-bar textarea {
        width: 100%;
    }

    .front-page-3 .featured-listings .widget-title,
    .front-page-5 .widget-title,
    .flexible-widgets.widget-full .widget-title,
	.front-page-6 .widget-title {
        font-size: 32px;
        font-size: 3.2rem;
    }
	
	.front-page-6 h4.entry-title, .front-page-6 h4.entry-title a {
		font-size: 21px;
	}
	
	.front-page-5 ul {
		font-size: 18px;
	}
	
	.front-page-6 {
		font-size: 16px;
		line-height: 1.25;
	}
	
	.testimonials p {
		line-height: 1.5;
	}

}

/* Min-width 1800px
---------------------------------- */

/*@media only screen and (min-width:1800px) {
    
    .front-page-5 .soliloquy-container img {
        height: 560px;
    }

    .front-page-5 .widget:last-child {
        margin: 120px 0 60px;
        margin: 30% 0 60px;
    }

}
*/