/* disable the search button on product search module, since return can just be used instead */
.widget_product_search button {
	display: none;
}

/* Hide from both screenreaders and browsers: h5bp.com/u */

.hidden {
	display: none !important;
	visibility: hidden;
}
/* Hide only visually, but have it available for screenreaders: h5bp.com/v */

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}
/* Hide visually and from screenreaders, but maintain layout */

.invisible {
	visibility: hidden;
}

html {
	font-family:sans-serif;
}

body {
    background-color: #fff;
    color: #2f283a;
    font-family:'Poppins',sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.45;
    padding: 0;
    word-wrap: break-word;
}

h1 {
    font-size: 68px;
    line-height: 1.6;
    letter-spacing: 0px;
    color: #39423f;
    font-family:'Poppins',sans-serif;
    font-weight: 300;
    font-style: normal;
    text-transform: none;
}
h2 {
	font-family:'Poppins',sans-serif;
}
h3 {
    font-size: 32px;
	font-family:'Poppins',sans-serif;
    font-weight: 300;
}
header {
	border-top:3px solid #86ba4a;
}

#menu-primary-menu {
	border-top:1px solid #efefef;
}
#menu-primary-menu > li {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: normal;
}
#menu-primary-menu > li > a,
#menu-primary-menu > li > div > a {
    padding-left: 0;
    padding-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: 25px;
    margin-right: 25px;
}

#menu-primary-menu > li:last-child > a {
    margin-right: 0;
}
#menu-primary-menu > li > a:hover,
#menu-primary-menu > li > div > a:hover,
#menu-primary-menu > li.current_page_item > a,
#menu-primary-menu > li.current-menu-ancestor > a {
	padding-top: 17px;
    border-top:3px solid #61811a;
}

footer {
	padding-bottom:90px;
}

footer .menu a {
    color: #fff !important;
}
.fl-node-5cacf30be3237 .menu a {
    padding-top: 12px;
    padding-bottom: 12px;
}
#yui_3_5_1_1_1568236400056_1207 {
    margin: 13px !important;
}
.floating-footer-bar {
    position: fixed;z-index: 101;
    width: 100%;
    bottom: 0;left: 0;right: 0;
	
}

@media (min-width: 1025px) {

.homepage-3-slider .homepage-3-slide--content {
    max-width: 645px;
    margin: auto;
}
.homepage-3-slider .fl-row-content-wrap:after {
    height: 546px;
    border-bottom-left-radius: 1092px;
    border-bottom-right-radius: 1092px;
    max-width: 1084px;
    margin: auto auto auto -542px;
    position: absolute;
    top: -50%;
    left: 50%;
}
	#menu-primary-menu > li:nth-child(1) > a {
    margin-left: 0;
}
}

/* Just Moved */

.seog-c3,
.seog-c2 {
	text-align:center;
}
.seog-c5 {
	padding:0;
}
#seog-buyerName {
	font-size:18px;
	margin:20px auto;
}
#seog-movedto {
	font-size:26px;
	font-weight:700;
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-style:italic;
	margin:20px auto;
}
#seog-address {
	font-size:16px;
	margin:0 auto 40px;
}

#seog-mapLink-title,
#seog-mapLink {
	padding:0;
}

#seog-homephoto-title {
	font-size:40px;
	font-weight:700;
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
}

#seog-homephoto {
	padding-bottom: 40px;
}
#seog-homephoto .flex-direction-nav i {
	font-size:40px;
}

#header-phone-number { text-align: center; }

#header-phone-number strong {
	color: #1d7eed;
}

@media (min-width: 769px) {

#header-phone-number { text-align: right; }

}


@media (max-width: 768px) and (min-width: 600px) {

    .first-time-home-buyer-heading h2,
    .first-time-home-buyer-subheading h3 {
        font-size: 1.5em;
        line-height: 1.2;
        text-align: center !important;
    }

    .first-time-home-buyer-button {
        display: block !important;
        width: 40% !important;
        margin: 0 auto;
    }

}


.single-post-cta {
    border: 1px solid #c8d1d4;
    margin-bottom: 20px;
    padding: 20px;
    text-align: center;
}

.single-post-cta a { color: #86ba4a; }

.single-post-cta-button {
    color: #fff!important;
    background-color: #86ba4a;
    font-size: 16px;
    padding: 10px 25px 10px 25px;
    display: inline-block;
    margin: 10px;
    width: 220px;
}

.single-post-cta h2 {
    font-size: 35px;
    font-weight: 500;
}

.single-post-cta p {
    font-size: 22px;
}

.single-post-cta-button-icon {
    margin-left: 10px;
}

/*Testimonial Image Cropping */

.testimonial-image-crop img{
    -webkit-border-radius: 50%;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius: 50%;
    -moz-border-bottom-right-radius: 0;
    border-radius: 50%;
    border-bottom-right-radius: 0;
}


.testimonial-quote {
    display: none;
}

.testimonial-images{position: relative;}

@media(min-width: 1025px){
    .testimonial-quote {
        display: block;
        position: absolute;
        top: 90px;
        right: 0px;
        max-width: 40%;
    }
}

@media(min-width: 1200px){
    .testimonial-quote {
        top: 120px;
        max-width: 100%;
    }
}

/*Header 1*/

.header-1 {
    display: block;
    width: 100%;
    max-width: 1366px;
    top: 0;
    z-index: 9999;
}

.header-1 .fl-page-nav-search{
    position: relative;
    top: auto;
    display: block;
    text-align: center;
    right: auto;
    left: 0px;
}

.header-1 .fl-page-nav-search a.fa-search{
    color: #61811a;
    font-size: 25px;
    padding: 0px;
    position: relative;
    top: auto;
    margin: auto;
    text-align: center;
}

.header-1 .fl-menu{
    text-align: center;
    position: relative;
    background: transparent;
}

.header-1 .hamburger{
    background: transparent;
}



    .header-1 .hamburger:after {
        content: 'menu';
        position: relative;
        bottom: 0;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 600;
        display: block;
    }

    .header-1 .fl-menu .fl-menu-mobile-toggle{
        padding: 0;
        color: #222222;
        float: none !important;
        background: transparent;
    }

    .header-1 .fl-menu > ul{
        position: absolute;
        right: -16px;
        width: 300px;
        top: 75px;
        z-index: 100;
        text-align: left;
    }

    .header-1 .fl-menu  ul.sub-menu a{
        padding: 15px 30px;
    }

    .header-1 .uabb-creative-button-wrap a {
        font-size: 12px !important;
        line-height: 1.3em !important;
        padding: 16px !important;
    }



@media(min-width: 769px){
    .header-1{
        position: fixed;
        top: 30px;
        left: 50%;
        transform: translate(-50%, 0);
    }
}





/*Header 2*/

.header-2 ul{
    padding: 0;
    margin: 0;
    text-align: left;
    width: 100%;

}


.header-2 .menu a{
    padding: 15px 0px !important;
}

.header-2 .menu  ul.sub-menu a{
    padding: 15px 30px !important;
    font-size: 14px !important;
    font-weight: 300 !important;
    text-transform: none !important;
}

.header-2 .fl-menu .sub-menu{
    min-width: 0 !important;
}

.header-2 .fl-menu-toggle{
    width: auto !important;
    height: auto !important;
    margin:auto !important;
    position: absolute !important;
    right: 15px !important;
}

@media(min-width: 768px){
    .header-2 ul{
        padding: 0;
        margin: auto;
        text-align: center !important;
        width: auto !important;
    }

    .header-2 .menu a{
        padding: 0px 30px !important;
    }

    .header-2 .fl-menu .sub-menu {
        min-width: 230px !important;
        text-align: left !important;
    }
}


@media(min-width: 1025px){
    .header-2 .menu a{
        padding: 0px 60px !important;
    }
    .header-2 .fl-page-nav-search {
        position: relative;
        top: auto;
        display: block;
        text-align: center;
        right: auto;
        left: 0px;
    }

    .header-2 .fl-page-nav-search a.fa-search {
        color: #61811a;
        font-size: 25px;
        padding: 0px;
        position: relative;
        top: -8px;
        margin: auto;
        text-align: center;
    }
}




/*Header 3*/

.header-3 .fl-module-fx-menu {
    background: #222222;
    padding: 15px;
    /*margin-left: -15px;
    margin-right: -15px;*/
    margin-top: 15px;
}

.header-3 .fl-module-fx-menu button{
    color: #fff;
}

.header-3 ul{
    padding: 0;
    margin: 0;
    text-align: left;
    width: 100%;

}

.header-3 .menu a{
    padding: 15px 0px !important;
    color: #fff !important;
}

.header-3 .menu  ul.sub-menu a{
    padding: 15px 30px !important;
    font-size: 14px !important;
    font-weight: 300 !important;
    text-transform: none !important;
    color: #2f283a !important;
}

.header-3 .fl-menu .sub-menu{
    min-width: 0 !important;
}

.header-3 .fl-menu-toggle{
    width: auto !important;
    height: auto !important;
    margin:auto !important;
    position: absolute !important;
    right: 15px !important;

}

.header-3 .fl-menu-toggle:before{
    border-color: #fff !important;
}

.header-3 .fl-page-nav-search {
    position: relative;
    top: auto;
    display: block;
    text-align: center;
    right: auto;
    left: 0px;
}

    .header-3 .fl-page-nav-search a.fa-search {
        color: #61811a;
        font-size: 25px;
        padding: 0px;
        position: relative;
        top: -8px;
        margin: auto;
        text-align: center;
    }

@media(min-width: 600px){
    .header-3 .fl-module-fx-menu{
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media(min-width: 768px){

    .header-3 .fl-module-fx-menu{
        background: #fff;
        padding: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 15px;
    }

    .header-3 .fl-module-fx-menu .fl-module-content {
        border-top: 1px solid #dfe9ec;
        margin-right: 0;
    }

    .header-3 .fl-module-fx-menu button{
        color: #2f283a;
    }

    .header-3 .menu a{
        color: #000 !important;
    }

    .header-3 .menu > li {
        margin-right: 22px
    }
    .header-3 .menu > li:hover:before,
    .header-3 .menu li.current_page_item:before{
        content: '';
        background: #61811a;
        width: 100%;
        height: 4px;
        position: absolute;
        text-align: left;
        display: block;

    }

    .header-3 .fl-menu .sub-menu {
        min-width: 230px !important;
        text-align: left !important;
    }

}

@media(min-width: 1025px){
    .header-3 .menu > li {
        margin-right: 45px
    }
}


/*Homepage 3 Styles */

.cta-box-homepage3 .fl-module{
    background: #222222 !important;
}

.cta-box-homepage3:hover .fl-module{
    background: #86ba4a!important;
}

.cta-box-homepage3 {
    margin-right: 30px;
    margin-left: 30px;
}

.fl-heading:hover a,
.fl-heading:hover a .fl-heading-text{
    color:#222222 !important;
}


@media(min-width: 1025px){
    .cta-box-homepage3 {
        margin-right: 0px;
        margin-left: 0px;
    }

    .cta-box-homepage3 .fl-col-content{
        position:  relative;
        left: -30px
    }
}


/* Homepage 3 Slider */
@media(min-width: 1025px){

    .homepage-3-slider .homepage-3-slide--content{
        max-width: 645px;
        margin: auto;
    }

    .homepage-3-slider .fl-row-content-wrap{ overflow: hidden; }

    .homepage-3-slider .fl-row-content-wrap:after{
        height: 546px;
        border-bottom-left-radius: 1092px;
        border-bottom-right-radius: 1092px;
        max-width: 1084px;
        margin: auto;
        position: absolute;
        top: -50%;
        left: 50%;
        margin-left: -542px;
    }
}
.the-blog{
    margin-bottom: 15px;
}

.the-blog:nth-child(3n+1) {
  clear: left;
}

.blog-info{
    border: 1px solid #86ba4a;
    padding: 0px 30px;
    border-top: 4px solid #86ba4a;
}

.blog-title{
    color: #86ba4a;
}

.blog-date{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 12px;
    display: block;
}

.readmore{
    margin-bottom: 30px;
    display: block;
}

.blog-info a:hover,
.blog-info a:hover .blog-title{
    text-decoration: none;
    color: #222222;
}


.featured-blog-area,
.single-post-content,
.search-container {
    margin-top: 30px;
    margin-bottom: 30px;
}

.blog-listing-container{
    margin-bottom: 30px;
}

.blog-listing.featured_post {
    margin-bottom: 15px;
}

.blog-listing .blog-image-lg span {
    position: absolute;
    left: 15px;
    top: 20px;
    background: #86ba4a;
    width: auto;
    padding: 10px;
    color: #fff;
    letter-spacing: 1px;
}

.widget{
    margin-bottom: 30px;
}


.widget h3{
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1.5px;
    margin-top: 0px;
    padding: 15px;
    margin-bottom: 0px;
    text-transform: uppercase;
    background: #86ba4a;
    color: #fff;
    line-height: 1em;

}

.widget form {
    /*border: 1px solid #c8d1d4;*/
    padding: 15px;
    border-radius: 0;
    background: #f5f5f5;
}

.widget.widget_archive,
.widget.widget_recent_entries,
.widget.popular-posts{
   /* background: #c8d1d4;*/
   /*border: 1px solid #c8d1d4;*/
   background: #f5f5f5;
}

.widget.widget_archive select{
    margin: 15px;
    border-radius: 0;
    border: 1px solid #86ba4a;
    width: calc(100% - 30px);
    background: #fff;
}


.widget.widget_recent_entries ul,
.widget.popular-posts ul{
    list-style: none;
    padding: 0px;
    margin: 0;
}

    .widget.widget_recent_entries li,
    .widget.popular-posts li{
        border-bottom: 1px solid #86ba4a;
        padding: 15px;
    }

        .widget.widget_recent_entries li:last-child,
        .widget.popular-posts li:last-child{
            border-bottom: none;
        }







.wp-pagenavi {
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 50px
}

.wp-pagenavi a,
.wp-pagenavi span {
    font-weight: 900;
    font-size: 17px;
    color: #fff;
    display: inline-block;
    padding: 8px 0;
    width: 40px;
    background: #86ba4a;
    z-index: 1;
    position: relative;
    letter-spacing: 1px;
    margin-right: 5px;
    text-align: center;
    border: 1px solid #c8d1d4
}

.wp-pagenavi a.first,
.wp-pagenavi a.last {
    width: auto;
    padding: 5px 0;
    background: 0 0;
    border: none;
    font-size: 15px;
    color: #86ba4a;
    margin-right: 10px
}

.wp-pagenavi a.first {
    margin-left: 10px
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    background: #86ba4a;
    border: 1px solid #86ba4a;
}

.wp-pagenavi a.first:hover,
.wp-pagenavi a.last:hover {
    border: none;
    background: 0 0;
    color: #86ba4a;
}

.social-share {
    margin-left: -20px;
    margin-top: -20px;
}


/* Popup */
.exit-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    padding: 75px 50px 45px;
    background-color: #fff;
    border-top: 5px solid #86ba4a;
    opacity: 0;
    z-index: 10000;
    transform: translate(-50%,-50%) scale(0,0);
    transition: opacity .1s, transform .175s cubic-bezier(.5,0,.5,1.25);
}

.exit-popup--active {
    opacity: 1;
    transform: translate(-50%,-50%) scale(1,1);
}

.exit-popup--inactive {
    transform: translate(-50%,-50%) scale(0,0) !important;
}

body:before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(25,25,25,.85);
    opacity: 0;
    transition: opacity .175s;
}

.exit-popup__overlay:before {
    opacity: 1;
    z-index: 1000;
}

.exit-popup__close {
    right: 15px;
    display: block;
    width: 35px;
    height: 35px;
    padding: 0;
}

.exit-popup__close,
.exit-popup__close:hover,
.exit-popup__close:active,
.exit-popup__close:focus {
    position: absolute;
    top: 15px;
    border: none;
    background-color: transparent;
    -webkit-appearance: none;
}

.exit-popup__close:before,
.exit-popup__close:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 15px;
    height: 2px;
    transform-origin: 50% 50%;
    background-color: #222222;
}

.exit-popup__close:hover:before,
.exit-popup__close:hover:after {
    background-color: #86ba4a;
    transition: background .2s;
}

.exit-popup__close:before { transform: translate(-50%, -50%) rotate(45deg); }
.exit-popup__close:after { transform: translate(-50%, -50%) rotate(-45deg); }

.exit-popup__text {
    font-size: 20px;
    margin-bottom: 35px;
}

.screen-reader-response {
display: none;
}

.form-row input.wpcf7-not-valid {
    border: 1px solid #c52027 !important;
}

span.wpcf7-not-valid-tip {
color: #c52027;
}

.round-cta {
	background:#222;
	border-radius:100%;
	line-height:100%;
	margin:0 2%;
	height:360px;
	    width: 360px;
}
.round-cta:hover {
	background:#86ba4a;
}
.round-cta .fl-callout-icon-above-title .fl-icon {
	margin-top:-8px;
}
.round-cta .fl-callout-title {
    padding: 0 5px 10px 5px;
}
.round-cta h2 {
	line-height:100%;
	font-family: "Poppins",sans-serif;
	font-size: 32px;
	font-weight:300;
}
.round-cta:hover .fl-icon i,
.round-cta:hover .fl-icon i::before {
	color:#fff !important;
	line-height:100%;
}
.round-cta a.fl-callout-cta-link {
	color:#86ba4a;
	text-transform:uppercase;
	    font-weight: 600;
    font-size: 14px;
}
.round-cta:hover a.fl-callout-cta-link {
	color:#fff;
}
h2 {
    font-weight: 300;
}
@media (max-width: 992px) {
.quotetext {
	font-size:15px;
}
.round-cta {
	margin-top: 10px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
	width:360px;height:360px;
}
 .fl-menu-mobile-toggle {
    color: #000000 !important;
}
}
@media (max-width: 768px) {
.round-cta .fl-module-content {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
}
.fl-page>header {
    padding-top: 70px;
}
.floating-footer-bar {
    bottom: inherit;
	top:0;
}
/* .menu a {
    color: #fff !important;
}*/
.fl-node-5cc9fbc26d705 .fl-menu .fl-toggle-arrows .fl-menu-toggle:before, .fl-node-5cc9fbc26d705 .fl-menu .fl-toggle-none .fl-menu-toggle:before {
    border-color: #ffffff;
}
}
@media (max-width: 479px) {
.round-cta {
    width:330px;height:330px;
}

}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */ 

/* Browser Resets */

.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
	outline: none;
}
.slides, .flex-control-nav, .flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
/* FlexSlider Necessary Styles
*********************************/ 

.flexslider {
	margin: 0;
	padding: 0;
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
	width: 100%;
	display: block;
}
.flex-pauseplay span {
	text-transform: capitalize;
}
/* Clearfix for the .slides element */

.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .slides {
	display: block;
}
* html .slides {
	height: 1%;
}
/* No JavaScript Fallback */

/* If you are not using another script, such as Modernizr, make sure you

 * include js that eliminates this class on page load */

.no-js .slides > li:first-child {
	display: block;
}
/* FlexSlider Default Theme
*********************************/
.flexslider {
	margin: 0;
	background: #fff;
	position: relative;
	zoom: 1;
}
.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
	transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}
.loading .flex-viewport {
	max-height: 300px;
}
.flexslider .slides {
	zoom: 1;
}
.carousel li {
	margin-right: 5px
}
/* Direction Nav */

.flex-direction-nav a {
	display: block;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.flex-direction-nav .flex-next {
	right: -36px;
}
.flex-direction-nav .flex-prev {
	left: -36px;
}
.flex-direction-nav .flex-disabled {
	cursor: default;
}
/* Control Nav */

.flex-control-nav {
	width: 100%;
	position: absolute;
	z-index: 11;
	text-align: center;
	line-height: 1;
}
.flex-control-nav li {
	margin: 0 4px;
	display: inline-block;
	zoom: 1;
 *display: inline;
}
.flex-control-paging li a {
	display: block;
	cursor: pointer;
	border-radius: 50%;
	background: transparent;
	border: 0;
	overflow: hidden;
 *text-indent: -9999px;
}
.flex-control-paging li a:before {
	content: "";
	display: block;
	width: 0;
	height: 150%;
}
.flex-control-paging li a.flex-active {
	cursor: default;
}
.flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden;
}
.flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0;
}
.flex-control-thumbs img {
	width: 100%;
	display: block;
	opacity: .7;
	cursor: pointer;
}
.flex-control-thumbs img:hover {
	opacity: 1;
}
.flex-control-thumbs .flex-active {
	opacity: 1;
	cursor: default;
}

@media screen and (max-width: 860px) {
.flex-direction-nav .flex-prev {
	opacity: 1;
	left: 0;
}
.flex-direction-nav .flex-next {
	opacity: 1;
	right: 0;
}
}

.nav a {
	text-decoration: none;
}

.fl-post-carousel-post {
    border: 1px solid #86ba4a !important;
}
img.fl-photo-img {
    border-bottom: 0px solid #86ba4a;
}