/*
Theme Name: drennanrealestategroup_new.com
Theme URI: http://aios3-staging.agentimage.com/d/drennanrealestategroup_new.com/htdocs/
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.4.0
Tags: one-column, two-columns, right-sidebar, custom-menu, full-width-template, sticky-post
License: Proprietary
License URI: http://www.agentimage.com
Template: aios-starter-theme
*/


/*

TABLE OF CONTENTS

1. Custom CSS
2.	IP styles
3. MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css

*/


/*******************************************************
 *
 * 1. Navigation
 *
 *******************************************************/


/* Sub Menu */
#nav li {
    position: relative;
}

#nav .sub-menu {
    list-style: none outside none;
    margin: 0;
    background: rgba(0, 0, 0, 0.9) url("images/submenu-fixer.png");
    display: none;
    padding: 0;
    position: absolute;
    width: 100%;
    min-width: 180px;
    left: 50%;
    transform: translate(-50%, 0);
}
#nav .sub-menu li a {
    display: block;
    width: 100%;
    color: #79c151;
    display: block;
    padding: 8.5px 10px;
    text-align: center;
    line-height: 1.2;
}
#nav .sub-menu li {
    width: 100%;
    display: block;
    margin: 0;
}
#nav .sub-menu li:hover > a,
#nav .sub-menu a:hover {
    background: none repeat scroll 0 0 #79c151;
    color: #fff;
    text-decoration: none;
}
#nav .sub-menu .sub-menu {
    margin-left: 100%;
    top: 0;
}
#nav li:hover > .sub-menu {
    display: block;
}
#nav .sub-menu li {
    position: relative;
}


/*******************************************************
 *
 * 2. Custom CSS
 *
 *******************************************************/

/* Global */

body {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    background: #131111;
    color: #000000;
    margin: 0;
}

a:hover,
a:visited,
a:link,
div:hover,
div:visited,
div:active,
select:hover,
select:visited,
select:active,
button:hover,
button:visited,
button:active {
    outline: none;
    text-decoration: none;
}

/* fix header */

.header.stat-h {
    background: #231f20;
    border-bottom: none;
}
.header.stat-h .logo {
    padding: 12px 0;
}
.header.stat-h .logo img {
    /*max-width: 86%;*/
}
.header.stat-h #nav li a {
    padding: 36px 0;
}
.header.stat-h #nav .sub-menu li a {
    padding: 8.5px 10px;
}
.header.stat-h .h-info ul#hr-info li:first-child a span,
.header.stat-h .h-info ul#hr-info li span,
.header.stat-h .h-info ul#hr-info li {
    /*font-size: 0;*/
}
.header.stat-h .h-info ul#hr-info li:first-child + li {
    /*border: none;*/
}
.header.stat-h .h-info ul#hr-info li {
   /* display: inherit;
    padding: 0;*/
}
header.header.stat-h .h-info {
    margin-top: -45px;
    pointer-events: none;
    opacity: 0;
}

/* header */

.header {
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100%;
    /*background: url(images/header-bg.png) center center repeat-x;*/
    background-size: auto 100%;
    border-bottom: 3px solid #79c151;
    background-color: rgba(8, 14, 23, .9);
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}
.logo {
    position: relative;
    float: left;
    width: 23.0701%;
    max-width: 263px;
    padding: 24px 0;
    transition: all .3s ease-in-out;
}
.logo img {
    position: relative;
    z-index: 2;
    width: 100%;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}
.logo:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 1;
    width: 492px;
    height: 95%;
    background: url(images/header-overlay.png) center top no-repeat;
    background-size: 100% 100%;
}

.h-right {
    width: 68.4210%;
    float: right;
}
.h-info {
    width: 100%;
    float: left;
    transition: all .3s ease-in-out;
    margin-top: 0;
}
.h-info ul#hr-info {
    width: 100%;
    float: left;
    text-align: right;
}
.h-info ul#hr-info li {
    display: inline-block;
    vertical-align: middle;
    padding: 16px 15px;
    line-height: 1;
    font-size: 13px;
    color: #fff;
}
.h-info ul#hr-info li:first-child + li {
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}
.h-info ul#hr-info li:first-child {
    padding-left: 0;
}
.h-info ul#hr-info li:last-child {
    padding-right: 0;
}
.h-info ul#hr-info li:first-child a {
    display: inline-block;
    vertical-align: middle;
    margin-left: 12px;
    /*transition: all .5s ease-in-out;
                        -moz-transition: all .5s ease-in-out;
                        -webkit-transition: all .5s ease-in-out;*/
}
.h-info ul#hr-info li:first-child a:hover {
    color: #79c151;
}
.h-info ul#hr-info li:first-child a span {
    display: block;
    font-size: 18px;
    color: #79c151;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}
.h-info ul#hr-info li:first-child a:hover {
    color: #79c151;
}
.h-info ul#hr-info li:first-child a:hover span {
    color: #79c151;
}
.h-info ul#hr-info li span {
    display: inline-block;
    font-size: 12px;
    color: #79c151;
}
.navigation {
    width: 100%;
    float: right;
}
.menu-main-container:after {
    /* do not delete, clears floats from navs */
    content: "";
    display: table;
    clear: both;
}
#nav {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: right;
}
#nav li {
    display: inline-block;
    list-style: none;
    margin-left: 18px;
}
#nav li:first-child {
    margin-left: 0;
}
#nav li a {
    display: block;
    font-size: 13px;
    color: #ffffff;
    text-transform: capitalize;
    line-height: 1;
    padding: 25px 0;
    transition: all .3s ease-in-out;
}
#nav li:hover a {
    color: #79c151;
}

/* hp slideshow */

.home .slide {
    position: relative;
    z-index: 1;
    width: 100%;
    float: left;
}
.slide svg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100% !important;
    width: 100% !important;
    z-index: 9 !important;
}
.home .slide .cycloneslider-template-standard {
    margin-bottom: 0;
    z-index: 1;
}

.qs-area {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(52, 47, 49, 0.80);
    padding: 26px 0;
}
.qs-wrap {
    position: relative;
    width: 100%;
    float: left;
    text-align: center;
}
.qs-wrap h2 {
    display: inline-block;
    vertical-align: middle;
    font-size: 26px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 30px;
    margin: 0;
}
.qs-wrap form {
    width: 77.1929%;
    display: inline-block;
    vertical-align: middle;
}
.qs-wrap form select option {
    color: #000;
}
.qs-wrap form .long {
    width: 18.2307%;
    float: left;
    margin-right: 4px;
}
.qs-wrap form .narrow {
    width: 10%;
    float: left;
    margin-right: 4px;
}
.qs-wrap form .narrow.last {
    margin-right: 0;
}
.qs-wrap form select,
.qs-area form button.btn {
    width: 100%;
    height: 30px;
    float: left;
    background: none;
    border: 1px solid #9a9a9a;
    border-radius: 0;
    font-size: 12px;
    color: #ffffff;
    line-height: 30px;
    padding: 0 14px 0 5px;
    text-transform: capitalize;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.qs-area form button.btn {
    color: #fff !important;
    background: transparent !important;
    outline: none !important;
}
.qs-wrap form input.qssub {
    width: 100%;
    height: 30px;
    float: left;
    background: #74bf4c;
    border: none;
    border-radius: 0;
    font-size: 12px;
    font-weight: 500;
    color: #ffffff;
    line-height: 30px;
    text-transform: uppercase;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.qs-wrap form a.asearch {
    display: block;
    width: 100%;
    height: 30px;
    float: left;
    background: #74bf4c;
    border: none;
    border-radius: 0;
    font-size: 12px;
    font-weight: 500;
    color: #ffffff;
    line-height: 30px;
    text-transform: uppercase;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* HP widgets */

.widget_top {
    width: 100%;
    float: left;
    background: #131111;
}

/* hp cta */
.home_widget1 {
    width: 100%;
    float: left;
    padding: 82px 0 0;
    overflow: hidden;
}
.ct {
    position: relative;
    width: 100%;
    height: 116px;
    margin: 0 auto;
    padding: 5px;
    overflow: hidden;
}
.ct-overflow {
    display: block;
    width: 100%;
    height: 100%;
    /*background: #322d2f;*/
    background: #322d2f url(images/ct-bg-new.png) center center no-repeat;
    /*background-size: auto 100%;*/
    background-size: 100%;
    position: relative;
}
.ct:before {
    content: '';
    display: block;
    position: absolute;
    width: 70px;
    height: 106px;
    top: 5px;
    left: 0;
    background: url(images/ct-bg-border-left.png) left center/70px 119px no-repeat;
    z-index: 20;
}
.ct:after {
    content: '';
    display: block;
    position: absolute;
    width: 70px;
    height: 106px;
    top: 5px;
    right: 0;
    background: url(images/cta-bg-border-right.png) right center/auto 119px no-repeat;
    z-index: 20;
}
.ct h3 {
    display: block;
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 100%;
    margin: 0;
    font-size: 28px;
    color: #080707;
    text-align: center;
    text-transform: uppercase;
}
.ct-hov {
    position: absolute;
    z-index: 1;
    top: 0;
    /*left: 50%;*/
    /*transform: translate(-50%, 0) scale(0);*/
    left: -100%;
    background: url(images/ct-hov.png) center center no-repeat;
    background-size: 100% auto;
    width: 100%;
    opacity: 0;
    height: 100%;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.ct-hov:before {
    content: "";
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 105px;
    height: 76px;
    background: url(images/ct-d.png) center center no-repeat;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.ct:hover .ct-hov {
    /*transform: translate(-50%, 0) scale(1);*/
    opacity: 1;
    left: 0;
}
.ct:hover .ct-hov:before {
    opacity: 1;
}


/* featured properties */

.home_widget2 {
    width: 100%;
    float: left;
}
.home_widget2 h2 {
    font-size: 30px;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    line-height: 1;
    margin: 56px 0;
}
.fp-wrap {
    width: 100%;
    float: left;
}
.fp {
    position: relative;
    width: 100%;
    float: left;
}
.fp-photo {
    position: relative;
    width: 100%;
    float: left;
}
.fp-photo canvas {
    width: 100%;
    height: auto;
    display: block;
}
.fp-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /*min-height: 239px;*/
    display: block !important;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    backface-visibility: hidden;
}
.fp-photo img + svg {
    position: absolute;
    top: 0;
    height: 100% !important;
    width: 100% !important;
    z-index: 1;
    backface-visibility: hidden;
}
.fp-photo:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: rgba(111, 189, 69, 0);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}


.fp-info {
    width: 100%;
    height: 90px;
    float: left;
    text-align: center;
    padding: 15px 0;
}
.fp-info h3 {
    display: none;
    font-size: 22px;
    color: #ffffff;
    font-weight: 500;
    line-height: 1;
    opacity: 0;
    margin-bottom: -20px;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    transition: all .7s ease;
}
.fp-info p {
    display: block;
    font-size: 14px;
    color: #ffffff;
    line-height: 1;
    padding: 10px 0;
}
.fp:hover .fp-info h3 {
    display: block;
    opacity: 1;
    margin-bottom: 0;
}
.fp:hover .fp-info p {
    color: #7fc459;
}
.fp:hover .fp-photo img {
    opacity: 1;
}
.fp:hover .fp-photo:before {
    background: rgba(111, 189, 69, 0.55);
    z-index: 20 !important;
    /*background-color: rgba(111,189,69,0.55);*/
    /*background:#46702e;
            opacity:0.55;*/
}

.fp-wrap .slick-arrow {
    position: absolute;
    /*top: 40%;*/
    top: 36.2%;
    transform: translate(0, -50%);
    z-index: 4;
    width: 45px;
    height: 45px;
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 0;
}
.fp-wrap .slick-prev {
    background: url(images/a-left.png) center center no-repeat;
    left: 0 !important;
}
.fp-wrap .slick-next {
    background: url(images/a-right.png) center center no-repeat;
    right: 0 !important;
}

.name-Internet_Explorer .fp:hover .fp-photo img,
.name-Microsoft_Edge .fp:hover .fp-photo img {
    opacity: 1 !important;
}


.name-Internet_Explorer .fp:hover .fp-photo img + svg,
.name-Microsoft_Edge .fp:hover .fp-photo img + svg {
    z-index: 15 !important;
}

.name-Internet_Explorer .home_widget5,
.name-Microsoft_Edge .home_widget5 {
    background-attachment: inherit !important;
}

.name-Internet_Explorer .home_widget5,
.name-Microsoft_Edge .home_widget5 {
    background-position-y: 3% !important;
}

/* welcome */

.home_widget3 {
    width: 100%;
    float: left;
    padding: 50px 0 80px;
    text-align: justify;
}
.home_widget3 h1 {
    font-size: 50px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 1px;
    margin: 0 0 34px;
}
.home_widget3 h1 span {
    display: block;
    font-size: 30px;
    text-transform: capitalize;

}
.w-text {
    width: 100%;
    float: left;
}
.w-text p {
    font-size: 14px;
    color: #c3c3c3;
    line-height: 1.8;
}

/* hp testimonials */

.home_widget4 {
    position: relative;
    width: 100%;
    float: left;
    text-align: justify;
}
.home_widget4:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 1px;
    background: url(images/test-line.png) center center no-repeat;
}
.test-wrap {
    position: relative;
    width: 100%;
    float: left;
    padding: 96px 200px 60px;
}
.test-wrap:before {
    content: "";
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url(images/quote.png) center center no-repeat;
    width: 23px;
    height: 19px;
}
.test-wrap .ts {
    width: 100%;
}
.test-wrap .ts p {
    display: block;
    font-size: 17px;
    font-weight: 300;
    font-style: italic;
    color: #ffffff;
    line-height: 1.8;
}
.test-wrap .ts h3 {
    display: block;
    font-size: 23px;
    font-weight: 500;
    text-transform: capitalize;
    color: #ffffff;
    line-height: 1.8;
    margin: 15px 0 0;
    text-align: center;
}

/* property types */

.home_widget5 {
    position: relative;
    width: 100%;
    float: left;
    text-align: center;
    padding: 72px 0 66px;
    background-image: url(images/type-bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    /*background-size: auto 100%;*/
    background-size: cover;
    display: none;
}
.home_widget5:before {
    content: "";
    position: absolute;
    top: -6px;
    left: 0;
    right: 0;
    width: 100%;
    height: 8px;
    background: url(images/pt-line.png) center center no-repeat;
}
ul#ptype-wrap {
    width: 100%;
    float: left;
    margin: 0;
    text-align: center;
}
ul#ptype-wrap li {
    position: relative;
    display: inline-block;
    width: 19.1228%;
    margin-left: .8%;
}
ul#ptype-wrap li:first-child {
    margin-left: 0;
}
.pt {
    width: 100%;
    float: left;
}
.pt-img {
    display: none;
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 185px;
    height: 207px;
}
.pt-img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: rgba(111, 189, 69, 0);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.pt-img img {
    width: auto;
    height: 100%;
}
.pt h3 {
    display: block;
    position: relative;
    width: 100%;
    height: 41px;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    line-height: 41px;
}
.pt h3 span {
    position: relative;
    z-index: 3;
}
.pt h3:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(images/pt-bg.png) center center no-repeat;
    background-size: 100% 100%;
}
.pt h3:after {
    content: "";
    position: absolute;
    z-index: 2;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(images/pt-hov.png) center center no-repeat;
    background-size: 100% 100%;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.pt:hover h3:after {
    opacity: 1;
}
.pt:hover h3 {
    color: #74bf4c;
}
.pt:hover .pt-img:before {
    background: rgba(111, 189, 69, 0.65);
}

/* video */

.home_widget6 {
    position: relative;
    width: 100%;
    float: left;
    text-align: center;
    padding: 78px 0;
    background-size: 100% 100%;
    background: url(images/vid-bg.jpg) center top repeat;
    display: none;
}
.vid-wrap {
    position: relative;
    width: 100%;
    float: left;
}
.vid-wrap img {
    width: 100%;
}


/* footer */

.footer {
    width: 100%;
    float: left;
    background: #000;

}
.ftr-top {
    position: relative;
    width: 100%;
    float: left;
    padding: 54px 0;
    overflow: hidden;
    /*background:hsla(0,0%,0%,1);*/
    /*background: url(images/ft-top-bg.jpg) center center no-repeat;*/
    background-size: 100% 100%;
}
.ftr-top:before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(images/ft-top-bg.jpg) center center no-repeat;
    background-size: 100% 100%;
    opacity: 0.85;
}
#canv {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.ft-box {
    position: relative;
    z-index: 3;
}
.ft-left {
    width: 100%;
    float: left;
}
.ft-left img {
    display: block;
    width: 100%;
    max-width: 476px;
}
.ft-left ul#ft-left-info {
    width: 100%;
    float: left;
    padding-left: 80px;
    margin: 0;
}
.ft-left ul#ft-left-info li {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 300;
    color: #ffffff;
    line-height: 1;
    padding-bottom: 5px;
}
.ft-left ul#ft-left-info li a {
    color: #fff;
}
.ft-left ul#ft-left-info li em.ai-mobile-phone {
    font-weight: 700;
}
/* .ft-left ul#ft-left-info li:first-child + li {
                            font-size: 20px;
                        } */
.ft-left ul#ft-left-info li:last-child {
    padding: 10px 0 0;
}
.ft-left ul#ft-left-info li:last-child a {
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
}
.ft-left ul#ft-left-info li:last-child a span {
    display: block;
    font-size: 24px;
    color: #fff;
}

.ft-right {
    width: 100%;
    float: left;
}
.ft-right h2 {
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 1;
    margin: 32px 0 14px;
}
.ft-right form {
    width: 100%;
    float: left;
}
.ft-right span.wpcf7-form-control-wrap.your-name {
    width: 49.5%;
    float: left;
    margin-bottom: 8px;
}
.ft-right span.wpcf7-form-control-wrap.your-email {
    width: 49.5%;
    float: right;
    margin-bottom: 8px;
}
.ft-right span.wpcf7-form-control-wrap.your-message {
    width: 100%;
    float: left;
}
.ft-right span.wpcf7-form-control-wrap input {
    width: 100%;
    height: 36px;
    float: left;
    border: 1px solid #fff;
    padding: 0 8px;
    font-size: 12px;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 36px;
    background: none;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.ft-right span.wpcf7-form-control-wrap textarea {
    position: relative;
    width: 100%;
    height: 67px;
    resize: none;
    float: left;
    border: 1px solid #fff;
    padding: 8px 82px 8px 8px;
    font-size: 12px;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 1;
    background: none;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.fc-bottom {
    position: relative;
}
.ft-right input.wpcf7-form-control.wpcf7-submit {
    width: 82px;
    height: 67px;
    position: absolute;
    top: 44%;
    transform: translate(0, -50%);
    right: 0;
    font-size: 0;
    background: url(images/submit-button.jpg) center center no-repeat;
    background-size: 100% 100%;
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}



.ft-right div.wpcf7-validation-errors {
    text-align: center;
}

.ft-right div.wpcf7-response-output {
    margin: 2em 0 1em;
}

.ft-link {
    width: 100%;
    float: left;
    padding: 32px 0;
    text-align: center;
}
.ft-link a {
    font-size: 14px;
    color: #ffffff;
    text-transform: capitalize;
    line-height: 1.8;
    text-decoration: underline;
}
.ft-link span {
    color: #ffffff;
    display: inline-block;
    margin: 0 15px;
}

.ftr-bottom {
    width: 100%;
    float: left;
    padding: 40px 0;
}
.ftr-left {
    width: 85%;
    float: left;
}
.footer .menu-main_nav-container {
    width: 100%;
    text-align: left;
    float: left;
    margin: 0;
    display: block;
}
.footer .menu-main_nav-container ul {
    padding: 0;
    margin: 0;
}
ul.footernav li {
    padding: 0 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
ul.footernav li:first-child {
    padding-left: 0;
}
ul.footernav li:before {
    content: ".";
    font-size: 12px;
    color: #828282;
    position: absolute;
    left: -2px;
    top: -4px;
}
ul.footernav li:first-child:before {
    display: none;
}
ul.footernav a {
    color: #828282;
    font-size: 12px;
    display: block;
    text-transform: capitalize;
}
ul.footernav a:hover {
    color: #79c151;
}
.copyright {
    width: 100%;
    float: left;
    font-size: 12px;
    color: #828282;
    line-height: 1.8
}
.copyright a {
    color: #828282;
}
.copyright span {
    color: #79c151;
}

.ftr-right {
    width: 15%;
    float: right;
    padding-top: 5px;
    text-align: right;
}
.ftr-right span {
    font-size: 28px;
    color: #828282;
}
/*******************************************************
 *
 * 3. IP Styles
 *
 *******************************************************/

/* Adjust minimum height of page area */
#content-sidebar,
#content-full {
    min-height: 500px;
    margin-top: 20px;
}

/** Adjust width of content columns **/
#content-sidebar #content {
    width: 77.08%;
}
#content-full #content {
    width: 100%;
}

/* Adjust width of sidebar */
.sidebar {
    width: 20.83%;
}

/* Adjust line height of page elements */
#content h4,
aside h4,
#content p,
aside p,
#content blockquote,
aside blockquote,
#content ul,
aside ul,
#content fieldset,
aside fieldset,
#content form,
aside form,
#content ol,
aside ol,
#content dl,
aside dl,
#content dir,
aside dir,
#content menu,
aside menu {
    line-height: 1.7
}

#inner-page-wrapper {
    margin-top: 122px;
}

#content .entry {
    font-size: 15px;
    color: #fff;
    line-height: 1.8;
}
/* Style post/page main headings (h1) */
#content .entry-title {
    font-size: 50px;
    font-weight: 400;
    color: #79c151;
    text-transform: uppercase;
    line-height: 1;
}

/* Style category/archive/etc main headings (h1) */
#content .archive-title {
    font-size: 50px;
    font-weight: 700;
    color: #79c151;
    text-transform: uppercase;
    line-height: 1;
}

/* Styles for category/archive/search/etc subheadings (h2) */
#content .archive-subtitle {
    font-size: 20px;
    font-weight: 700;
    color: #79c151;
    text-transform: uppercase;
    line-height: 1;
    text-transform: none;
}
#content .archive-content {
    font-size: 20px;
}
#content .archive-more {
    font-style: normal !important;
}

.ai-default-cf7wrap input[type="text"],
.ai-default-cf7wrap input[type="tel"],
.ai-default-cf7wrap input[type="email"],
.ai-default-cf7wrap select,
.ai-default-cf7wrap textarea {
    color: #969696;
}


#content #breadcrumbs,
p.yoast-breadcrumbs {
    color: #fff;
}

.ai-default-cf7wrap input[type="text"],
.ai-default-cf7wrap input[type="tel"],
.ai-default-cf7wrap input[type="email"],
.ai-default-cf7wrap select,
.ai-default-cf7wrap textarea {
    color: #000 !important;
}

.aidefcf-wrapper .wpcf7-form-control.wpcf7-select {
    color: #000 !important;
}

p.yoast-breadcrumbs a {
    color: #79c151;
}


/* MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css */

/* mobile header */

.amh-header-buttons {
    background: #231f20;
}

.amh-header-buttons.amh-1a .amh-header-right-btn .amh-email,
.amh-header-buttons.amh-1a .amh-center .amh-phone-text,
.amh-header-buttons.amh-1a .amh-center .amh-phone-text a,
.ai-menu {
    color: #74bf4c;
}
body .amh-navigation .amh-menu li a {
   color: #74bf4c !important;
}
body .amh-navigation .amh-menu,
body .amh-navigation .amh-menu ul {
    /* background: #74bf4c; */
	background: #000 !important;
	
}
body .amh-navigation .amh-menu li:hover > a,
body .amh-navigation .amh-menu li.open > a {
    background: #74bf4c !important;
    color: #fff !important;
}

.aios-roadmaps.no-border a.aios-roadmap-link span.aios-roadmap-name {
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
}
.page-id-101 h1.entry-title {
    text-align: center;
    margin-top: -50px;
}
.page-id-101 #content p {
    line-height: 10.7;

}
.page-id-101 .entry.entry-content {
    text-align: center;
}

a {
    color: #79c151;
}

a:hover,
a:focus {
    color: #91e066;
}


/*AIOS LISTINGS OVERRIDE*/

#content-listings ul.list li .prop-det span.prop-title a {
    color: #fff !important;
}

#content-listings ul.list li p.prop-desc {
    color: #fff !important;
}

#content-listings ul.list li .prop-det p.list-price {
    color: #fff !important;
}

#content-listings ul.list .prop-det .prop-beds em {
    color: #fff !important;
}

#content-listings .prop-det .prop-beds .det-baths {
    color: #fff !important;
}

#content-listings ul.list .prop-det .prop-beds {
    color: #fff !important;
}

#content-listings .prop-det .prop-beds .det-sqft {
    color: #fff !important;
}

.grid .prop-det .prop-title a {
    color: #fff !important;
}

.grid .prop-det p {
    color: #fff !important;
}

.grid .prop-det .prop-price {
    color: #fff !important;
}

.grid .prop-det {
    color: #fff !important;
}

ul li div.prop-add a {
    color: #fff !important;
}

.list-wrapper .table-list .list-price p.list-price-sec {
    color: #fff !important;
}

ul.table-list li div {
    color: #fff !important;
}

.single-listing #content .property-description .property-det p,
.single-listing .property-details h2,
.single-listing .property-description h2,
.single-listing .prop-location h3,
.single-listing .property-add-type p,
.single-listing .property-details .details-list span,
.single-listing .prop-cta a {
    color: #fff !important;
}
#content-listings .prop-title {
    font-weight: 100 !important;
}

#content .listing-details-wrap .prop-cta a {
    display: inline-block;
    vertical-align: top;
    width: 24.2%;
    height: 39px;
    box-sizing: border-box;
    border: 1px solid #cdcdcd;
    text-align: center;
    color: #6a6a6a;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 15px;
    margin-left: 1%;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-decoration: none;
}

#content .listing-details-wrap .prop-cta span {
    display: inline-block;
    vertical-align: middle;
}

#content .listing-details-wrap .prop-cta a:first-child {
    margin-left: 0;
}

#content .listing-details-wrap .prop-cta {
    width: 100%;
    font-size: 0;
    margin-top: 15px;
}

#content .listing-details-wrap .prop-cta a:after {
    content: "";
    height: 100%;
    width: 0;
    display: inline-block;
    vertical-align: middle;
}

#content .listing-details-wrap .prop-cta a:hover {
    background: #79c151;
    color: #ffffff;
}


.qs-area form div.qs-select {
    margin-top: -12px;
}

#main-wrapper div.slide {
    z-index: 100;
}
#main-wrapper header {
    z-index: 101;
}
body.page-id-0 #content p.yoast-breadcrumbs {
    display: none;
}
body.page-id-0:not(.parent-pageid--1) #inner-page-wrapper {
    margin-top: 0px !important;
}

#agents-single .agents-contact li a,
#agents-single .agents-description,
#agents-single .agents-contact li.agent-contact-short > div > div {
    color: #fff !important;
}

#agents-single .agents-contact li > div > span {

    color: var(--aios-agents-primary-color) !important;
}

body.page-id-0.aios-custom-ihomefinder-results-template #inner-page-wrapper {
    margin-top: 122px !important;
}
body.page-id-0.aios-custom-ihomefinder-results-template #content p.yoast-breadcrumbs {
    display: block;
}
body.aios-custom-ihomefinder-results-template.aios-custom-ihomefinder-results-template #content-full .entry-title {
    width: 100%;
    padding: 0;
}

body.page-id-166 #inner-page-wrapper .container,
body.page-id-129 #inner-page-wrapper .container,
body.post-page-residential #inner-page-wrapper .container,
/*body.post-page-farms #inner-page-wrapper .container,*/
/*body.post-page-sold-farm #inner-page-wrapper .container,*/
/*body.post-page-ranches #inner-page-wrapper .container,*/
body.post-page-0-100-acres #inner-page-wrapper .container,
body.post-page-101-500-acres #inner-page-wrapper .container,
body.post-page-501-1000-acres #inner-page-wrapper .container,
body.post-page-1000-acreages #inner-page-wrapper .container,
body.post-page-commercial #inner-page-wrapper .container {
    width: 100%;
}

ul.table-hdr li {
    color: #000;
}

.ai-contact-wrap span.context-mob a:hover,
.ai-contact-wrap span.context-email a:hover {
    color: #91e066;
}

.ft-left ul#ft-left-info li a:hover,
.ft-left ul#ft-left-info li a:hover span {
    color: #91e066;
}

.splide__track--fade > .splide__list > .splide__slide {
    /*
    left: 0;
    opacity: 0;
    position: absolute;
    top: 120px !important;
    z-index: 0;
    width: 80% !important;
    margin: 0 auto;
*/
}

#listings-details .listings-slideshow-splide .splide__main .listings-slideshow-splide-img .aios-custom-ihomefinder-template-img-loader canvas {
    min-height: 760px !important;
}

.listings-slideshow-main {
    /*width: 80% !important;
    margin: 0 auto !important;*/
}

/*End of AIOS Listings*/

.ihf-results-template #inner-page-wrapper > .container {
    width: 100%;
}

.properties-printable-description p {
    color: #ffffff;
}

a.a2a_button_twitter span svg {
    opacity: 0;
}

a.a2a_button_twitter span {
    background: #000 url(https://cdn.agentimagehosting.com/KXH25vPwJxLfoKKPZEtpx/2023/11/twitter-icon-black.png) !important;
}

/* Printable flyer */
body #content .listings-printable-description {
    text-align: justify;
}
body #content .listings-printable-disclaimer-seller-rep {
    display: block;
}
body #content .listings-printable-description,
body #content .listings-printable-disclaimer {
    text-align: justify;
    text-align-last: center;
    -moz-text-align-last: center;
    text-justify: distribute;
}







.a2a_button_facebook > span,
.a2a_button_twitter > span,
.addtoany_share > span,
a.a2a_button_email > span {
    background: #000 !important;
}


.aios-custom-ihomefinder-template #listings-results .listings-grid .listings-col {
    padding: 7px;
}


.listings-map {
    /*display: none !important;*/
}

.listings-sort {
    display: none !important;
}
.disabled-link > a {
    pointer-events: none;
}
#content #agents-results .agents-name {
    color: #6fbd45;
}
#content #agents-results .agents-contact {
    background: #6fbd45;
}
#content #agents-results .agents-contact li a {
    color: #000;
    font-weight: 500;
}
/*#content #agents-results .agents-col:nth-child(even) .agents-main {
	margin-left: 60px;
	margin-right: auto;
}
#content #agents-results .agents-col:nth-child(even) .agents-main {
	flex-direction: row;
}*/
#aios-testimonials .aios-testimonials-lists {
    color: #fff;
}

@media print {

    body #content .listings-printable-description {
        background: #131111 !important;
    }

}
.fp-wrap-container {
    margin-bottom: 50px
}
.fp-item {
    position: relative;
}
.fp-item a {
    display: block;
    position: relative;
    height: 100%;
    width: 100%;
    outline: none !important;
    border: none !important
}
.fp-img {
    position: relative;
    line-height: 0;
    background: #91e066;
}
.fp-img canvas {
    display: block;
    width: 100%;
    height: auto;
}
.fp-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s all ease-in-out;
}
.fp-details {
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
}
.fp-address {
    font-size: 25px;
    color: #ffffff;
    transition: 0.3s all ease-in-out;
}
.fp-id-acreage {
    margin-top: 15px;
    color: #b7b7b7;
    font-size: 20px;
    transition: 0.3s all ease-in-out;
}
.fp-id-acreage span:first-child {
    margin-right: 35px;
}
.fp-price {
    font-size: 35px;
    font-weight: 500;
    color: #ffffff;
    transition: 0.3s all ease-in-out;
}
.fp-item a:hover .fp-img img {
    opacity: 80%
}
.fp-item a:hover .fp-address,
.fp-item a:hover .fp-id-acreage,
.fp-item a:hover .fp-price {
    color: #91e066;
}
.fp-slick .slick-dots {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 3px;
    font-size: 0;
    margin-top: 10px;
}
.fp-slick .slick-dots li {}
.fp-slick .slick-dots li button {
    appearance: none;
    background: none;
    border: 0;
    aspect-ratio: 1/1;
    width: 5px;
    background: #ffffff;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
}
.fp-slick .slick-dots li.slick-active button,
.fp-slick .slick-dots li:hover button {
    background: #74bf4c;
}
#aios-testimonials .aios-testimonials-lists .aios-testimonials-content,
#listings-details .listings-description p,
#listings-details .listings-disclaimer-inner > p,
#listings-details .listings-disclaimer-inner > div,
#content p,
#content ul li {
    text-align: justify !important;
}
#ai-minimalist-properties-results {
    padding: 0 !important;
}
#inner-page-wrapper > .container:has(#ai-minimalist-properties-results) {
    padding: 0 15px !important;
    width: 100%;
}
#inner-page-wrapper:has(#ai-minimalist-properties-results) #content .container:has(#breadcrumbs) {
    width: 100%;
}
#ai-minimalist-properties-details-wrap .ai-minimalist-pd-slide-main .aios-custom-ihomefinder-template-img-loader canvas {
    background: #231f20;
}
#ai-minimalist-properties-details-wrap .ai-minimalist-pd-slide-main .aios-custom-ihomefinder-template-img-loader img {
    height: 100%;
    width: auto;
    object-fit: contain;
    left: 50%;
    transform: translateX(-50%);
}
body:has(#ai-minimalist-properties-results) #content .container:has(.yoast-breadcrumbs) {
    display: none;
}
.ai-minimalist-pd-full-slideshow .ai-minimalist-pd-slide-main canvas {
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-color: #231f20 !important;
}
.ai-minimalist-pd-listings-main-left .ai-minimalist-pd-listings-address strong,
.ai-minimalist-pd-listings-main-left .ai-minimalist-pd-listings-address span,
.ai-minimalist-pd-listings-main-left p,
.ai-minimalist-pd-listings-main-left .ai-minimalist-pd-listings-num,
.ai-minimalist-pd-listings-main-left .ai-minimalist-pd-listings-infos li,
.ai-minimalist-pd-listings-cta a,
.ai-minimilist-pd-about-info .ai-minimalist-pd-about-content h2,
.ai-minimilist-pd-about-info .ai-minimalist-pd-about-content .ai-minimalist-pd-about-text p,
.ai-minimalist-pd-virtual-tours .ai-minimalist-pd-vtours-title h2,
.ai-minimalist-pd-listings-accordion .ai-minimalist-pd-listings-accordion-title,
.ai-minimalist-pd-listings-accordion .ai-minimalist-pd-listings-accordion-content ul li strong,
.ai-minimalist-pd-listings-accordion .ai-minimalist-pd-listings-accordion-content ul li {
    color: #ffffff !important;
}
.ai-minimalist-pd-listings-cta.ai-minimalist-pd-button-fill a:hover {
    color: var(--aios-listing-primary-color) !important;
}
#ai-minimalist-properties-details-wrap .ai-minimalist-pd-listings-cta a:hover {
    background: var(--aios-ihf-template-global-page-primary-color) !important;
}

#ai-minimalist-properties-results .ai-minimalist-properties-results-grid .ai-minimalist-properties-results-img .ai-minimalist-properties-results-status {
    background: #000 !important;
}
#inner-page-wrapper .container p,
.aiosp-wrap div[class*=aios-testimonials-popup-] .aiosp-content .aios-testimonials-popup-content {
    text-align: justify !important;
}
#content .ai-minimalist-wrapper {
    color: #ffffff;
}
#content .ai-minimalist-column-content-left .entry-title,
#content .ai-minimalist-column-content-left .entry-sub-title {
    color: #79c151 !important;
}
#content .ai-minimalist-contact-details li a {
    color: #ffffff;
}
#content .ai-minimalist-contact-details li a:hover {
    color: #79c151;
}
#content .ai-minimalist-column-agent-details {
    background: #262626;
}
#content .ai-minimalist-column-agent-details a {
    color: #ffffff;
}
#content .ai-minimalist-column-agent-details a:hover {
    color: #79c151;
}
#content .ai-minimalist-form {
    background: #262626;
}
#content .ai-minimalist-form-title p {
    text-align: center !important;
}
.ft-right .wpcf7-form-control-wrap {
    display: block;
    height: 23px;
}
.ft-right span.wpcf7-not-valid-tip {
    top: 0 !important;
    left: 50% !important;
    transform: translateX(-50%);
    width: fit-content !important;
}
.ft-right .wpcf7-response-output {
    text-align: center;
    color: #fff;
}
.page-id-165 #inner-page-wrapper .container {
    width: 100% !important;
}
#ai-minimalist-properties-results .ai-minimalist-properties-results-list .ai-minimalist-properties-results-item:nth-child(even) .ai-minimalist-properties-results-info {
    background: transparent !important;
}
.single-aios-agents #agents-single .agents-listings-title {
    color: #ffffff;
}
body .aiosCommunitiesRadiance__content h3 {
    font-size: 15px;
}
body #ai-minimalist-properties-results .ai-minimalist-properties-results-control .ai-minimalist-properties-results-links {
    display: none;
}
body.aios-custom-ihomefinder-dark-mode #ai-minimalist-properties-results .ai-minimalist-properties-results-list .ai-minimalist-properties-results-item .ai-minimalist-properties-results-box {
    border-color: #79c151 !important;
}
body #ai-minimalist-properties-results .ai-minimalist-properties-results-list .ai-minimalist-properties-results-item .ai-minimalist-properties-results-img + .ai-minimalist-properties-results-info {
    border: 1px solid #79c151 !important;
}
body:not(.home).aios-custom-ihomefinder-dark-mode #ai-minimalist-properties-results .ai-minimalist-properties-results-list .ai-minimalist-properties-results-item .ai-minimalist-properties-results-button:not(:hover) {
    color: var(--aios-ihf-template-global-page-primary-color, #af984b);
    border: 1px solid var(--aios-ihf-template-global-page-primary-color, #af984b);
}
body #ai-minimalist-properties-results .ai-minimalist-properties-results-map {
    display: none;
}
.ap-radiance-blog-archive__intro,
.ap-radiance-blog-archive__items {
    color: #ffffff;
}
.page-id-24344 #content .addtoany_content,
.page-id-24705 #content .addtoany_content,
.page-id-148 #content .addtoany_content,
.page-id-24347 #content .addtoany_content,
.page-id-151 #content .addtoany_content,
.page-id-24353 #content .addtoany_content,
.page-id-24354 #content .addtoany_content {
    display: none;
}
body .ap-radiance-blog-archive__pagination .page-numbers.current,
body .ap-radiance-blog-archive__pagination .page-numbers:hover {
    border-color: #79c151;
    background-color: #79c151;
    color: #fff;
}
body .ap-radiance-blog-archive__pagination .page-numbers {
    color: #fff;
}

.category-page-directory {
    position: relative;
}
.category-page-directory:before {
    content: '';
    position: relative;
    display: block;
    max-width: 1140px;
    margin: 0 auto 70px;
    height: 1px;
    background: rgba(145, 224, 102, 0.2);
}
.category-page-directory-item {
    position: relative;
    margin-bottom: 40px;
}
.category-page-directory-item h2 {
    font-size: 20px !important;
    font-weight: 700;
    color: #fff;
    margin: 0 0 20px !important;
}
.category-page-directory-item ul {
    list-style: disc;
    margin-left: 40px;
}
.category-page-directory-item li,
.category-page-directory-item p {
    font-size: 20px;
    line-height: 1.5;
    color: #ffff;
}
.category-page-directory-item p {
    margin: 0 0 25px;
}

/* Vendors */
.page-id-24344 #content .entry-title,
.page-id-24705 #content .entry-title,
.page-id-148 #content .entry-title,
.page-id-24347 #content .entry-title,
.page-id-151 #content .entry-title,
.page-id-24353 #content .entry-title,
.page-id-24354 #content .entry-title {
    text-align: center;
}
.page-id-24344 #content .entry,
.page-id-24705 #content .entry,
.page-id-148 #content .entry,
.page-id-24347 #content .entry,
.page-id-151 #content .entry,
.page-id-24353 #content .entry,
.page-id-24354 #content .entry {
    font-size: 20px;
}
.page-id-24344 #inner-page-wrapper,
.page-id-24705 #inner-page-wrapper,
.page-id-148 #inner-page-wrapper,
.page-id-24347 #inner-page-wrapper,
.page-id-151 #inner-page-wrapper,
.page-id-24353 #inner-page-wrapper,
.page-id-24354 #inner-page-wrapper,
.page-id-73 #inner-page-wrapper,
.page-id-25985 #inner-page-wrapper,
.category-199 #main-wrapper {
    margin-bottom: 0;
    padding-bottom: 30px;
    position: relative;
}
.page-id-24344 #inner-page-wrapper > .container,
.page-id-24705 #inner-page-wrapper > .container,
.page-id-148 #inner-page-wrapper > .container,
.page-id-24347 #inner-page-wrapper > .container,
.page-id-151 #inner-page-wrapper > .container,
.page-id-24353 #inner-page-wrapper > .container,
.page-id-24354 #inner-page-wrapper > .container,
.page-id-73 #inner-page-wrapper > .container,
.page-id-25985 #inner-page-wrapper > .container,
.category-199 #inner-page-wrapper {
    position: relative;
    z-index: 2;
}
.page-id-24344 #inner-page-wrapper::before,
.page-id-24705 #inner-page-wrapper::before,
.page-id-148 #inner-page-wrapper::before,
.page-id-24347 #inner-page-wrapper::before,
.page-id-151 #inner-page-wrapper::before,
.page-id-24353 #inner-page-wrapper::before,
.page-id-24354 #inner-page-wrapper::before,
.page-id-73 #inner-page-wrapper::before,
.page-id-25985 #inner-page-wrapper::before {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    opacity: 0.6;
    filter: grayscale(1);
    pointer-events: none;
}
.category-199 main::before {
    width: 100%;
    height: 100%;
    content: '';
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    background-attachment: scroll;
    opacity: 0.6;
    pointer-events: none;
}
.safari-true .page-id-24344 #inner-page-wrapper::before,
.safari-true .page-id-24705 #inner-page-wrapper::before,
.safari-true .page-id-148 #inner-page-wrapper::before,
.safari-true .page-id-24347 #inner-page-wrapper::before,
.safari-true .page-id-151 #inner-page-wrapper::before,
.safari-true .page-id-24353 #inner-page-wrapper::before,
.safari-true .page-id-24354 #inner-page-wrapper::before,
.safari-true .page-id-73 #inner-page-wrapper::before,
.safari-true .page-id-25985 #inner-page-wrapper::before,
.mobile .page-id-24344 #inner-page-wrapper::before,
.mobile .page-id-24705 #inner-page-wrapper::before,
.mobile .page-id-148 #inner-page-wrapper::before,
.mobile .page-id-24347 #inner-page-wrapper::before,
.mobile .page-id-151 #inner-page-wrapper::before,
.mobile .page-id-24353 #inner-page-wrapper::before,
.mobile .page-id-24354 #inner-page-wrapper::before,
.mobile .page-id-73 #inner-page-wrapper::before,
.mobile .page-id-25985 #inner-page-wrapper::before{
    background-attachment: scroll;
}
.page-id-24344 #inner-page-wrapper::before {
    background-image: url(images/bg-home-lenders.jpg);
}
.page-id-148 #inner-page-wrapper::before {
    background-image: url(images/bg-home-inspectors.jpg);
}
.page-id-24347 #inner-page-wrapper::before {
    background-image: url(images/bg-ag-lender.jpg);
}
.page-id-151 #inner-page-wrapper::before {
    background-image: url(images/bg-surveyor.jpg);
}
.category-199 main::before {
    background-image: url(images/bg-landowner-v2.jpg);
    background-position: bottom center;
}
.page-id-24353 #inner-page-wrapper::before {
    background-image: url(images/bg-afiliations.jpg);
}
.page-id-24354 #inner-page-wrapper::before {
    background-image: url(images/bg-organizations.jpg);
}
.page-id-24705 #inner-page-wrapper::before {
    background-image: url(images/bg-home-insurance.jpg);
}
.page-id-73 #inner-page-wrapper::before {
    background-image: url(https://cdn.agentimagehosting.com/KXH25vPwJxLfoKKPZEtpx/2023/10/new-slide-5.jpg);
}
.page-id-25985 #inner-page-wrapper::before {
    background-image: url(https://cdn.agentimagehosting.com/KXH25vPwJxLfoKKPZEtpx/2026/02/san-angelo-sites-of-interest-bg.jpg);
    background-position: bottom center;
}
.page-id-24344 #inner-page-wrapper::after,
.page-id-24705 #inner-page-wrapper::after,
.page-id-148 #inner-page-wrapper::after,
.page-id-24347 #inner-page-wrapper::after,
.page-id-151 #inner-page-wrapper::after,
.page-id-24353 #inner-page-wrapper::after,
.page-id-24354 #inner-page-wrapper::after,
.page-id-73 #inner-page-wrapper::after,
.page-id-25985 #inner-page-wrapper::after,
.category-199 main::after {
    width: 100%;
    height: 60%;
    content: '';
    position: absolute;
    z-index: 1;
    top: -1px;
    left: 0;
    pointer-events: none;
    background: #131111;
    background: linear-gradient(360deg, rgba(19, 17, 17, 0) 0%, rgba(19, 17, 17, 1) 100%);
}
#content #agents-single .agents-testi {
    margin-top: 100px;
}
#content #agents-single .agents-testi::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 1px;
    background: url(images/test-line.png) center center no-repeat;
}
#content #agents-single .agents-testi:after {
    display: none;
}
#content #agents-single .agents-testi-quote {
    margin: 0;
}
#content #agents-single .agents-testi-quote img {
    display: none;
}
#content #agents-single .agents-testi-quote::before {
    content: "";
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url(images/quote.png) center center no-repeat;
    width: 23px;
    height: 19px;
}
#content #agents-single .agents-testi-description {
    width: 770px;
}
#content #agents-single .agents-testi-description p {
    display: block;
    font-size: 17px;
    font-weight: 300;
    font-style: italic;
    color: #ffffff;
    line-height: 1.8;
    letter-spacing: 0;
}
#content #agents-single .agents-testi-star {
    display: none;
}
#content #agents-single .agents-testi-name {
    display: block;
    font-size: 23px;
    font-weight: 500;
    text-transform: capitalize;
    color: #ffffff;
    line-height: 1.8;
    margin: 15px 0 0;
    text-align: center;
}
#content #agents-single .agents-testi-arrow {
    display: none !important;
}
.btn-group {
    display: inline-flex;
    gap: 15px;
    flex-flow: row wrap;
}
a.site-btn,
.site-btn {
    color: #fff;
    line-height: 1;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border: 1px solid var(--accent);
    transition: var(--transition);
    padding: 14px 0 12px;
    margin: 10px auto;
    max-width: 350px;
    display: block;
    --width: 210px;
    padding: 0;
    border: none;
    outline: none;
    position: relative;
    width: var(--width);
    display: inline-block;
    max-width: var(--width);
    background: transparent;
    -webkit-filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.45));
    filter: drop-shadow(0px 0px 7px rgba(0, 0, 0, 0.75));
}
.site-btn:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 198px;
    margin: 0 auto;
    background: radial-gradient(at center top, rgba(255, 255, 255, 0.15), transparent 70%);
}
.site-btn:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: all .3s ease;
    background: url(images/ct-d.png) center center no-repeat;
}
.site-btn span {
    color: inherit;
    display: block;
    position: relative;
    padding: 14px 0 12px;
    background: #322d2f;
    transition: all .3s ease;
    -webkit-clip-path: polygon(calc(var(--width) - 15px) 0, 100% 50%, calc(var(--width) - 15px) 100%, 15px 100%, 0% 50%, 15px 0);
    clip-path: polygon(calc(var(--width) - 15px) 0, 100% 50%, calc(var(--width) - 15px) 100%, 15px 100%, 0% 50%, 15px 0);
}
.site-btn span:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    width: 30px;
    background: linear-gradient(0deg, rgb(99, 99, 99), rgb(151, 151, 151) 30%, rgb(99, 99, 99) 50%, rgb(151, 151, 151) 70%, rgb(99, 99, 99));
    -webkit-clip-path: polygon(60% 0, 3px 50%, 60% 100%, 50% 100%, 0% 50%, 50% 0);
    clip-path: polygon(60% 0, 3px 50%, 60% 100%, 50% 100%, 0% 50%, 50% 0);
    -webkit-filter: drop-shadow(0px 3px 4px rgba(0, 0, 0, 0.55));
    filter: drop-shadow(0px 3px 4px rgba(0, 0, 0, 0.55));
}
.site-btn span:after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    width: 30px;
    background: linear-gradient(0deg, rgb(99, 99, 99), rgb(151, 151, 151) 30%, rgb(99, 99, 99) 50%, rgb(151, 151, 151) 70%, rgb(99, 99, 99));
    -webkit-clip-path: polygon(15px 0, 100% 50%, 15px 100%, 12px 100%, 27px 50%, 12px 0);
    clip-path: polygon(15px 0, 100% 50%, 15px 100%, 12px 100%, 27px 50%, 12px 0);
    -webkit-filter: drop-shadow(0px 3px 4px rgba(0, 0, 0, 0.55));
    filter: drop-shadow(0px 3px 4px rgba(0, 0, 0, 0.55));
}
.site-btn:hover span {
    background: #6fbd45;
}
/* Contact Page */
.page-id-73 .ai-minimalist-column-content {
    justify-content: center;
}
.page-id-73 #content .ai-minimalist-column-content-left .entry-title,
.page-id-73 #content .ai-minimalist-column-content-left .entry-sub-title {
    text-align: center;
}
.page-id-73 #content .ai-minimalist-contact-details {
    margin-left: 0;
}
.page-id-73 ul.ai-minimalist-contact-details li {
    justify-content: center;
}
.ai-minimalist-column-content-left {
    width: 70% !important;
}
#content .ai-minimalist-column-content-left h3 {
    font-size: 50px;
    line-height: 1;
    margin-bottom: 0;
    font-weight: 400;
    text-transform: uppercase;
}
#agents-single .agents-testi-slider > div {
    padding: 0 30px;
}

#ai-minimalist-properties-results:not(.disable-overlay) .ai-minimalist-properties-results-list .ai-minimalist-properties-results-img:before,
#ai-minimalist-properties-results:not(.disable-overlay) .ai-minimalist-properties-results-grid .ai-minimalist-properties-results-img:before,
#ai-minimalist-properties-results:not(.disable-overlay) .ai-minimalist-properties-results-table .ai-minimalist-properties-results-img:before {
    opacity: 0 !important;
}
.category-landowner-resources #inner-page-wrapper {
    margin-bottom: 60px;
}
.category-landowner-resources #inner-page-wrapper .container .ap-radiance-blog-archive {
    display: block;
}
.category-landowner-resources #inner-page-wrapper .container .ap-radiance-blog-archive__intro h1 {
    margin: .67em 0 !important;
}
.category-landowner-resources #inner-page-wrapper .container .ap-radiance-blog-archive__intro > h2 {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #fff;
    margin: 30px 0 !important;
    text-transform: none;
    text-align: center;
}
.category-landowner-resources #inner-page-wrapper .container .ap-radiance-blog-archive__intro p {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0;
    text-align: center !important;
    max-width: 800px;
}
.category-landowner-resources #inner-page-wrapper .container .ap-radiance-blog-archive__form {
    max-width: 800px;
    margin: 60px auto !important;
}
.category-landowner-resources #inner-page-wrapper .container .ap-radiance-blog-archive__form input {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0;
    text-transform: uppercase;
    text-transform: none;
}
.category-landowner-resources #inner-page-wrapper .container .ap-radiance-blog-archive__form button {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
}
.category-landowner-resources #inner-page-wrapper .container .ap-radiance-blog-archive__item h5 {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0;
}
.category-landowner-resources #inner-page-wrapper .container .ap-radiance-blog-archive__item p {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0;
    text-align: left !important;
}
.category-landowner-resources #inner-page-wrapper .container .ap-radiance-blog-archive__cta a {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
}

.post-page-san-angelo-sites-of-interest #content .entry-title {
    text-align: center;
}
.post-page-san-angelo-sites-of-interest #content .addtoany_content {
    display: none !important;
}
#content ul {
    margin-top: 0;
    margin-bottom: 0;
}

.post-page-home-lenders .entry-content a,
.post-page-home-lenders .entry-content strong,
.post-page-home-inspectors .entry-content a,
.post-page-home-inspectors .entry-content strong,
.post-page-home-insurance .entry-content a,
.post-page-home-insurance .entry-content strong,
.post-page-ag-lenders .entry-content a,
.post-page-ag-lenders .entry-content strong,
.post-page-surveyors .entry-content a,
.post-page-surveyors .entry-content strong,
.post-page-affiliations .entry-content a,
.post-page-affiliations .entry-content strong,
.post-page-organizations .entry-content a,
.post-page-organizations .entry-content strong,
.category-page-directory-item .resources-content ul li a,
.category-page-directory-item .resources-content ul li strong {
    font-weight: 700;
}
.category-page-directory-item .resources-content ul li a,
.category-page-directory-item .resources-content ul li strong {
    
    display: block;
}
.page-template-template-news #content .archive-title {
    text-align: center;
    font-weight: 400;
}
#content .ai-minimalist-contact-details li a {
    text-align: center;
}
.ft-left ul#ft-left-info li br{
    display: none;
}
/*Hide sorting for Residential and Commercial Pages*/
.page-id-131 .ai-minimalist-properties-results-dropdowns,
.page-id-21842 .ai-minimalist-properties-results-dropdowns{
    display: none !important
}
.ai-minimalist-form-col .wpcf7-spinner {
    position: absolute;
    bottom: 20px;
    right: 20px;
    filter: invert(1);
}
#ai-minimalist-properties-results .ai-minimalist-properties-results-control .ai-minimalist-properties-results-dropdowns > li[data-dropdown=refine] form {
    color: #000;
    text-transform: uppercase;
}
.ihf-results-template {
	overflow-x: hidden;
}
#inner-page-wrapper:has(.ihf-eureka) > .container {
    width: 100% !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

#inner-page-wrapper:has(.ihf-eureka) .ihf-search-bar-location .ihf-select-multiple {     
    max-width: 330px;
    max-height: 38px;
}
.error-page-cf-wrap .wpcf7-not-valid-tip {
    width: auto;
    position: absolute;
    right: 0;
    left: auto;
    top: 50% !important;
    transform: translateY(-50%);
    padding: 2px;
	display: none;
}
.error-page-cf-wrap .wpcf7-not-valid-tip:last-of-type {
	display: block;
}
.error-page-cf-wrap .wpcf7-response-output {
    text-align: center;
    color: #fff;
}
.error-page-excerpt, .error-form-wrapper h4 {
    color: #fff;
}
.error-page-content-wrapper .error-page-image-holder .error-page-image-left img {
    filter: brightness(0) invert(1)
}
.aios-testimonials-content .btn-group {
    display: flex;
    max-width: 435px;
    margin: 0 auto;
}
#inner-page-wrapper {
    overflow: hidden;
}
.qs-wrap .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    width: 100%;
    text-overflow: ellipsis;
}
.qs-wrap .bootstrap-select.btn-group .dropdown-menu.inner {
    max-height: 275px !important;
}
.ihf-board-disclaimers {
    color: #91e066;
}
#content .ai-minimalist-contact-details li a br,
.ai-minimalist-map-title br {
    display: none;
}
div#ai-minimalist-properties-results:has(.aios-no-listing-found) {
    display: none !important;
}
.amh-header-right-btn {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    gap: 10px;
}
.custom-mobile-smi a {
    color: #74bf4c !important;
    font-size: 25px;
    display: block;
    padding: 5px;
}
.amh-header-right-btn .custom-mobile-smi.hidden {
    display: flex !important;
    align-items: center;
    gap: 5px;
}
div#content-full div#content-full {
    min-height: auto;
}
.custom-mobile-smi span.ai-font-youtube {
    font-size: 25px;
    position: relative;
    top: 2px;
}
.aios-custom-ihomefinder-shortcode-template #ai-minimalist-properties-results .ai-minimalist-properties-results-list .ai-minimalist-properties-results-status {
    right: auto !important;
    left: 15px !important;
}
#ai-minimalist-properties-results .ai-minimalist-properties-results-list .ai-minimalist-properties-results-img span.image-status {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 10;
    padding: 12px 17px;
    background: #000;
    color: #ffffff;
    font-weight: 500;
    font-size: 13px;
    font-style: normal;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}