/*
Theme Name: Homes with Casey
Theme URI: http://aios3-staging.agentimage.com/c/caboulafia_pending.com/htdocs/
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.4.5
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;
    text-transform: uppercase;
}

#nav .sub-menu {
    list-style: none outside none;
    margin: 0;
    background: transparent url("images/submenu-fixer.png");
    display: none;
    padding: 0;
    position: absolute;
 	width:100%;
    min-width:211px;
    text-align: center;
    padding-top: 60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
#nav .sub-menu a {
    font-family: 'Roboto Condensed', sans-serif;
    color: #FFFFFF;
    font-size: 15px;
    display: block;
    padding: 10px 0;
}
#nav .sub-menu a:hover {
    background: none repeat scroll 0 0 #000000;
    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;
    background-color: #111111;
    display: block;
}

/* #nav .sub-menu li::after{
    content: '';
    display: block;
    height: 1px;
    background-color: #fff;
    width: 100%;
    left: 0;
    bottom: 0;
    width: 80%;
    margin: 0 auto;
}

#nav .sub-menu li:last-child::after{
    background-color: #000000;
} */



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

/* Global */

body{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	background: #FFF;
	color: #000000;
	margin: 0;

    /* Remove the comment from line 85 to 86 if the font issue in safari occurs */
    /* -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; */
}

a:hover,
a:active,
a:focus{
    text-decoration: none;
    outline: none;
}

a{
    color: #b20838;
}

body .hidden-md{
    display: none;
}

body .hidden-sm{
    display: block;
}

/* main header */

.main-header{
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    border-bottom: 5px solid black;
    padding: 15px 0 30px;
    -webkit-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.main-header.scrolled{
    padding: 9px 0 10px;
}

.main-header.scrolled .logo-img img{
    max-width: 187px;
}

.main-header.scrolled #nav{
    margin-top: 25px;
}

.main-header.scrolled #nav > li > a{
    font-size: 15px;
    padding-bottom: 14px;
}

.main-header.scrolled #nav .sub-menu{
    padding-top: 26px;
}

.main-header.scrolled .logo-gif{
    top: -9px;
}

    .main-header.scrolled .logo-gif img{
        height: 63px;
    }

    .main-header .logo-img{
        opacity: 0;
        -webkit-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }

        .main-header .logo-img img{
            width: 100%;
            max-width: 260px;
            -webkit-transition: all .5s ease-in-out;
            -ms-transition: all .5s ease-in-out;
            -moz-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
        }

    .main-header .logo-gif{
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
		width:100%;
		height: 81px;
    }

        .main-header .logo-gif img{
            width: 100%;
            height: 76px;
            object-fit: cover;
            -webkit-transition: all .3s ease-in-out;
            -ms-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
        }

    .main-header #nav > li {
        display: inline-block;
    }

        .main-header #nav{
            font-size: 0;
            text-align: right;
            margin-top: 35px;
            -webkit-transition: all .3s ease-out;
            -ms-transition: all .3s ease-out;
            -moz-transition: all .3s ease-out;
            transition: all .3s ease-out;
        }

            .main-header #nav > li{
                /*margin-right: 27px;*/
                margin-right: 18px;
            }

            .main-header #nav > li:hover > a{
                border-bottom: 3px solid black;
            }

            .main-header #nav > li:last-child{
                margin-right: 0;
            }

                .main-header #nav > li > a{
                    font-family: 'Oswald', sans-serif;
                    font-size: 16px;
                    font-weight: 400;
                    color: #000000;
                    padding-bottom: 21px;
                    /* -webkit-transition: all .3s ease-out;
                    -ms-transition: all .3s ease-out;
                    -moz-transition: all .3s ease-out;
                    transition: all .3s ease-out; */
                }

                .main-header #nav > li > a:hover{
                    text-decoration: none;
                }

/* end main header */

/* hp slideshow */

.hp-slideshow{
    position: relative;
    z-index: 5;
    overflow: hidden;
}

.hp-slideshow .cycloneslider-template-standard{
    z-index: -1;
}

    .hp-slideshow .slideshow-wrapper{
        position: relative;
        z-index: 1;
    }

    .hp-slideshow .slideshow-wrapper::after{
        content: '';
        background: url(./images/slideshow-overlay.png);
        background-repeat: no-repeat;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 15;
        height: 100%;
        background-position: top left;
    }

/* end hp slideshow */

.hp-agent,
.hp-sidebar{
    height: auto;
    width: 100%;
    font-size: 0;
    /* border: 1px solid black; */
}

.hp-sidebar{
    /* border: 1px solid red; */
}

/* hp agent */

.hp-agent{
    position: relative;
    margin-top: 49px;
}

        .hp-agent .hp-agent-wrapper::after{
            content: '';
            display: table;
            clear: both;
        }

            .hp-agent .hp-agent-wrapper > div{
                position: relative;
                display: inline-block;
                width: 50%;
                font-size: 0;
            }


                .hp-agent .agent-content-wrapper{
                    /* position: relative; */
                }

                .hp-agent .agent-content-wrapper .agent-photo{
                    position: absolute;
                    top: 0;
                    left: 0;
                    z-index:5;
                }

                    /* .hp-agent .agent-content-wrapper .agent-photo img{
                        width: 100%;
                    } */

                .hp-agent .agent-content-wrapper .agent-info{
                    border-top: 1px solid black;
                    border-bottom: 1px solid black;
                    width: 100%;
                    max-width: 293px;
                    padding-right: 2px;
                    margin-top: 83px;
                }

                .hp-agent .hp-agent-1 .agent-content-wrapper .agent-info{
                    margin-left: 67px;
                }

                    .hp-agent .hp-agent-1 .agent-content-wrapper .agent-photo img{
                        width: 100%;
                        max-width: 171px;
                    }

                .hp-agent .hp-agent-2 .agent-content-wrapper .agent-info{
                    margin-left: 82px;
                }

                    .hp-agent .hp-agent-2 .agent-content-wrapper .agent-photo img{
                        width: 100%;
                        max-width: 200px;
                    }

                .hp-agent .agent-content-wrapper .agent-info::after{
                    content: '';
                    display: table;
                    clear: both;
                }

                    .hp-agent .agent-content-wrapper .agent-info .content{
                        float: right;
                        padding-top: 5px;
                        padding-bottom: 12px;
                    }

                    .hp-agent .agent-content-wrapper .agent-info .content .name {
                        display: block;
                        margin-bottom: 2px;
                    }

                    .hp-agent .agent-content-wrapper .agent-info .name:hover span{
                        color: #525252;
                    }

                        .hp-agent .agent-content-wrapper .agent-info .name span{
                            font-family: 'Oswald', sans-serif;
                            font-size: 27px;
                            color: #000000;
                            text-transform: uppercase;
                            -webkit-transition: color .3s ease-in-out;
                            -moz-transition: color .3s ease-in-out;
                            -ms-transition: color .3s ease-in-out;
                            transition: color .3s ease-in-out;
                        }

                        .hp-agent .agent-content-wrapper .agent-info .phone{
                            font-size: 18px;
                            font-weight: 300;
                            color: #000000;
                        }

                        .hp-agent .agent-content-wrapper .agent-info .email a{
                            font-size: 14px;
                            font-weight: 300;
                            color: #000000;
                            outline: none;
                            text-decoration: none;
                        }

/* end hp agent */

/* hp testimonial */
.hp-testimonial{
    position: relative;
    margin-top: 65px;
    margin-bottom: 57px;
}

        .hp-testimonial .testi-title{
            margin-bottom: 19px;
        }

        .hp-testimonial .testi-title h2{
            font-family: 'Oswald', sans-serif;
            font-size: 27px;
            color: black;
            text-transform: uppercase;
            position: relative;
            letter-spacing: 1.2px;
            padding-bottom: 15px;
        }

        .hp-testimonial .testi-title h2::after{
            content: '';
            position: absolute;
            height: 2px;
            width: 51px;
            bottom: 0;
            background-color: black;
            left: 0;
        }

        .hp-testimonial .testi-slider-item .testi-content{
            padding-right: 43px;
        }

        .hp-testimonial .testi-slider-item .text p{
            font-weight: 300;
            font-style: italic;
            font-size: 16px;
            color: #232323;
            position: relative;
            text-align: justify;
            line-height: 25px;
        }

        .hp-testimonial .testi-slider-item .text p strong{
            font-size: 22px;
            position: absolute;

        }
.hp-testimonial .testi-slider-item .text p strong:first-child {
left: -10px;
    top: -3px;
}
        .hp-testimonial .testi-slider-item .name{
            margin-top: 15px;
            display: none;
        }

            .hp-testimonial .testi-slider-item .name span{
                font-family: 'Oswald', sans-serif;
                font-size: 18px;
                text-transform: uppercase;
                font-weight: 300;
                line-height: 28px;
                color: #232323;
            }

        .hp-testimonial .testi-slider{
            /* position: relative; */
        }

        .hp-testimonial .slick-arrow{
            color: transparent;
            border: none;
            /* background-color: red; */
            background-repeat: no-repeat;
            height: 13px;
            width: 8px;
            position: absolute;
        }

        .hp-testimonial .hp-testi-btn{
            color: transparent;
            border: none;
            display: block;
            /* background-color: red; */
            background-color: transparent;
            background-repeat: no-repeat;
            height: 13px;
            width: 8px;
            position: absolute;
            top: 9px;
            padding: 7px;
            background-position: center;
            outline: none;
            z-index: 10;
        }

        .hp-testimonial .hp-testi-btn.prev{
            background-image: url(./images/testi-arrow-left.png);
            right: 6%;
        }

        .hp-testimonial .hp-testi-btn.next{
            background-image: url(./images/testi-arrow-right.png);
            right: 4.1%;
        }

/* end hp testimonial */

/* hp latest */

.hp-latest{
    position: relative;
}

    .hp-latest .latest-title h2 a{
        font-family: 'Oswald', sans-serif;
        font-size: 27px;
        color: black;
        text-transform: uppercase;
        position: relative;
        letter-spacing: 1.2px;
        padding-bottom: 15px;
    }

    .hp-latest .latest-title h2 a::after{
        content: '';
        position: absolute;
        height: 2px;
        width: 51px;
        bottom: 0;
        background-color: black;
        left: 0;
    }

    .hp-latest .latest-content{
        position: relative;
        margin-top: 34px;
    }

    .hp-latest .latest-content .latest-img:hover > a img{
        opacity: .8;
    }

        .hp-latest .latest-content .latest-img img{
            /*width: 100%;
            max-width:253px;
            height: 140px !important;*/
            width: 100%;
            height: 263px;
            object-fit: contain;
            object-position: center;
            background-color: #000000;
            -webkit-transition: opacity .3s ease-in-out;
            -moz-transition: opacity .3s ease-in-out;
            -ms-transition: opacity .3s ease-in-out;
            transition: opacity .3s ease-in-out;
        }

    .hp-latest .latest-content .latest-text{
        margin-top: 16px;
        /* padding-right: 22px; */
    }

    .hp-latest .latest-item{
        min-height: 300px;
        margin-bottom: 29px;
        overflow: hidden;
        text-align: center;
    }

        .hp-latest .latest-item .latest-text p{
            font-weight: 300;
            font-size: 16px;
            line-height: 23px;
            text-align: justify;
            min-height: 190px;

        }

        .hp-latest .latest-item .latest-text p a{
            color: #18538a;
        }

        .hp-latest .latest-item .latest-text a {
            display: inline-block;
            vertical-align: top;
            margin: 10px auto 0;
            padding: 5px 10px;
            color: #000000;
            font-size: 15px;
            border: 1px solid #000000;
            text-transform: uppercase;
        }
            .hp-latest .latest-item .latest-text a:hover {
                color: #ffffff;
                background-color: #222222;
            }

        .hp-latest .loading-icon{
            display: block;
            margin: 10px auto;
        }

/* ed hp latest */

/* hp featured properties */

.hp-featured-prop{
    position: relative;
    margin-top: 12px;
    padding-right: 12px;

}
    .featured-prop-title {
        position: relative;
    }
    .featured-prop-title h2{
        font-family: 'Oswald', sans-serif;
        font-size: 27px;
        color: black;
        text-transform: uppercase;
        position: relative;
        letter-spacing: 1.2px;
        padding-bottom: 15px;
    }

    .featured-prop-title h2::after{
        content: '';
        position: absolute;
        height: 2px;
        width: 51px;
        bottom: 0;
        background-color: black;
        left: 0;
    }

    .featured-prop-title a {
        background-color: #0a0a0a;
        color: #fff;
        font-size: 16px;
        text-transform: uppercase;
        font-family: 'Oswald', sans-serif;
        letter-spacing: 3.5px;
        border: none;
        outline: none;
        -webkit-transition: background-color .3s ease-in-out;
        -ms-transition: background-color .3s ease-in-out;
        -moz-transition: background-color .3s ease-in-out;
        transition: background-color .3s ease-in-out;
        display: block;
        width: 120px;
        text-align: center;
        padding: 13px 0;
        position: absolute;
        top: 0;
        right: 0;
        font-weight: 300;
    }
        .featured-prop-title a:hover {
            background: #252424;
        }

    .hp-featured-prop .featured-prop-slider-wrapper{
        margin: 19px -15px 0;
    }

    /* .hp-featured-prop .fp-item{
        max-width: 253px;
    } */

    /* .hp-featured-prop .fp-item-wrapper{
        width: 100%;
        max-width: 253px;
    } */

    .hp-featured-prop .fp-item{
        padding: 0 15px;
    }

    .hp-featured-prop .fp-item:hover .fp-item-img{
        opacity: .8;
    }

    .hp-featured-prop .fp-item-wrapper{
        margin-bottom: 56px;
    }

    .hp-featured-prop .fp-item span{
        text-align: center;
        display: block;
    }

    .hp-featured-prop .fp-item .fp-item-img img{
        display: block;
        margin: 0 auto;
        aspect-ratio: 259/222;
        width: 100%;
        height: auto;
        object-fit: cover;
        -webkit-transition: opacity .3s ease-in-out;
        -moz-transition: opacity .3s ease-in-out;
        -ms-transition: opacity .3s ease-in-out;
        transition: opacity .3s ease-in-out;
    }
    .fp-item-img .sold-icon,
    .fp-item-img .sale-icon,
    .fp-item-img .rent-icon,
    .fp-item-img .lease-icon,
    .fp-item-img .pending-icon,
    .fp-item-img .exclusive-icon{
        position: absolute;
        top: 0;
        left: 0;
        width: 100px !important;
        height: auto !important;
    }
    .hp-featured-prop .fp-item .fp-item-img{
        object-fit: cover;
        -webkit-transition: opacity .3s ease-in-out;
        -moz-transition: opacity .3s ease-in-out;
        -ms-transition: opacity .3s ease-in-out;
        transition: opacity .3s ease-in-out;
        position: relative;
    }

    .hp-featured-prop .fp-item .line{
        height: 1px;
        width: 100%;
        background-color: rgba(0,0,0,.18);
    }

    .hp-featured-prop .fp-item .fp-price span{
        font-size: 22px;
        font-family: 'Montserrat', sans-serif;
        /* font-weight: 300; */
        color: black;
        letter-spacing: 1px;
        padding-top: 10px;
        padding-bottom: 11px;
    }

    .hp-featured-prop .fp-item .fp-price span::before {
        /* content: '$';
        margin-right: 5px; */
    }

    .hp-featured-prop .fp-item .fp-location{
        margin-top: 11px;
    }

    .hp-featured-prop .fp-item .fp-location span{
        font-size: 16px;
        font-weight: 300;
        color: black;
        line-height: 20px;
    }

div#tabs {
    border: none;
}

ul.ui-tabs-nav.ui-corner-all.ui-helper-reset.ui-helper-clearfix.ui-widget-header {
    margin: 3px 0 !important;
}

/* end featured properties */

/* hp welcome */

.hp-welcome {
    position: relative;
    margin-top: 51px;
}

    .hp-welcome .welcome-title h2{
        font-family: 'Oswald', sans-serif;
        font-size: 27px;
        color: black;
        text-transform: uppercase;
        position: relative;
        letter-spacing: 1.2px;
        padding-bottom: 15px;
    }

    .hp-welcome .welcome-title h2::after{
        content: '';
        position: absolute;
        height: 2px;
        width: 51px;
        bottom: 0;
        background-color: black;
        left: 0;
    }

    .hp-welcome .welcome-video{
        margin-top: 22px;
    }

        .hp-welcome .welcome-video .welcome-video-inner{
            position: relative;
        }

        .hp-welcome .welcome-video .welcome-video-inner canvas{
            max-width: 262px;
            width: 100%;
            background-position: center;
            display: block;
            margin: 0 auto;
        }

            .hp-welcome .welcome-video .play-btn {
                position: absolute;
                top: calc(50% - 32.5px);
                left: calc(50% - 32.5px);
            }

    .hp-welcome .welcome-text{
        margin-top: 34px;
    }

        .hp-welcome .welcome-text p {
            font-size: 16px;
            font-weight: 300;
            color: #232323;
            line-height: 26px;
            text-align: justify;
        }
/* end hp welcome */

/* hp latest price */
.hp-latest-price{
    position: relative;
    border-top: 1px solid #d3d3d3;
    margin-top: 39px;
    padding-top: 35px;
}

    .hp-latest-price .latest-price-title h2{
        font-family: 'Oswald', sans-serif;
        font-size: 27px;
        color: black;
        text-transform: uppercase;
        position: relative;
        letter-spacing: 1.2px;
        padding-bottom: 15px;
        line-height: 30px;
    }

    .hp-latest-price .latest-price-title h2::after{
        content: '';
        position: absolute;
        height: 2px;
        width: 51px;
        bottom: 0;
        background-color: black;
        left: 0;
    }

    .hp-latest-price p{
        font-size: 16px;
        font-weight: 300;
        color: #232323;
        margin-top: 22px;
    }

    .hp-latest-price .hp-latest-form {
        margin-top: 17px;
    }

    .hp-latest-form div.widget_address_suggestions {
        left: 0 !important;
        margin: 0 !important;
        z-index: 50 !important;
    }

        .hp-latest-price label {
            display: none;
        }

        .hp-latest-price .hp-latest-form{
            font-size: 0;
        }

            .hp-latest-price .hp-latest-form .input-field.l{
                width: 100%;
                height: 48px;
                margin-bottom: 8px;
            }

                .hp-latest-price .hp-latest-form .input-field.l input{
                    font-size: 16px;
                    font-weight: 300;
                    color: #676767;
                    height: 100%;
                    width: 100%;
                    padding-left: 15px;
                }

            .hp-latest-price .hp-latest-form .input-field.s{
                height: 38px;
                width: 67.5%;
            }

                .hp-latest-price .hp-latest-form .input-field.s input{
                    width: 100%;
                    height: 100%;
                    background-color: #0a0a0a;
                    border:none;
                    outline: none;
                    color: #fff;
                    font-size: 16px;
                    text-transform: uppercase;
                    font-family: 'Oswald', sans-serif;
                    letter-spacing: 3.5px;
                    -webkit-transition: background-color .3s ease-in-out;
                    -ms-transition: background-color .3s ease-in-out;
                    -moz-transition: background-color .3s ease-in-out;
                    transition: background-color .3s ease-in-out;
                }

                .hp-latest-price .hp-latest-form .input-field.s input:hover{
                    background-color: #252424;
                }

                #widget-address-form  input#address-keycode-submit:hover{
                    background-color: #252424 !important;
                }
/* end hp latest price */

/* hp mortgage calculator */
.hp-mortgage-calculator{
    position: relative;
    border-top: 1px solid #d3d3d3;
    padding-top: 35px;
    font-size: 16px;
    margin-top: 62px;
}

    .hp-mortgage-calculator .hp-mortgage-calculator-title h2{
        font-family: 'Oswald', sans-serif;
        font-size: 26px;
        color: black;
        text-transform: uppercase;
        position: relative;
        letter-spacing: 1.2px;
        padding-bottom: 15px;
        line-height: 30px;
    }

    .hp-mortgage-calculator .hp-mortgage-calculator-title h2::after{
        content: '';
        position: absolute;
        height: 2px;
        width: 51px;
        bottom: 0;
        background-color: black;
        left: 0;
    }

    .hp-mortgage-calculator .hp-mortgage-calculator-title{
        margin-bottom: 23px;
    }

    .hp-mortgage-calculator label,
    .hp-mortgage-calculator input{
        font-size: 16px;
        font-weight: 300;
        color: #676767;
    }

    .hp-mortgage-calculator label{
        margin-top: 10px;
        margin-bottom: 5px;
    }

    .hp-mortgage-calculator label{
        color: black;
    }

    .hp-mortgage-calculator span,
    .hp-mortgage-calculator label{
        display: block;
    }

    .hp-mortgage-calculator span{
        color: #b73535;
    }

    .hp-mortgage-calculator span.lidd_mc_select.lidd_mc_select_fancy_light{
        color: black;
        z-index: 10;
    }

    .hp-mortgage-calculator input,
    .hp-mortgage-calculator select{
        height: 40px;
        border: 1px solid #dad7d8;
        padding-left: 11px;
        width: 100%;
    }

    .hp-mortgage-calculator input[type="submit"]{
        background-color: #0a0a0a;
        color: #fff;
        font-size: 16px;
        text-transform: uppercase;
        font-family: 'Oswald', sans-serif;
        letter-spacing: 3.5px;
        margin-top: 15px;
        border:none;
        outline: none;
        -webkit-transition: background-color .3s ease-in-out;
        -ms-transition: background-color .3s ease-in-out;
        -moz-transition: background-color .3s ease-in-out;
        transition: background-color .3s ease-in-out;
    }

    .hp-mortgage-calculator input[type="submit"]:hover{
        background-color: #252424;
    }
/* end hp mortgage calculator */

/* hp social links */
.hp-social-links{
    position: relative;
    border-top: 1px solid #d3d3d3;
    padding-top: 35px;
    margin-top: 45px;
}

    .hp-social-links .social-links-title h2{
        font-family: 'Oswald', sans-serif;
        font-size: 27px;
        color: black;
        text-transform: uppercase;
        position: relative;
        letter-spacing: 1.2px;
        padding-bottom: 15px;
        line-height: 30px;
    }

    .hp-social-links .social-links-title h2::after{
        content: '';
        position: absolute;
        height: 2px;
        width: 51px;
        bottom: 0;
        background-color: black;
        left: 0;
    }

    .hp-social-links .social-links-wrapper{
        margin-top: 37px;
    }

        .hp-social-links .social-links-wrapper .social-link-item{
            margin-bottom: 24px;
        }

        .hp-social-links .social-links-wrapper .social-link-item:hover > a img{
            opacity: .7;
        }

        .hp-social-links .social-links-wrapper .social-link-item img{
            -webkit-transition: opacity .3s ease-in-out;
            -moz-transition: opacity .3s ease-in-out;
            -ms-transition: opacity .3s ease-in-out;
            transition: opacity .3s ease-in-out;
            max-width: 140px;
            width: 100%;
            transform: translateZ(0);
        }

/* end hp social links */


/* footer */

.footer{
    position: relative;
    background:url(./images/footer-bg.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 81px;
}

    .footer .footer-top .title h2{
        position: relative;
        font-size: 27px;
        position: relative;
        font-family: 'Oswald', sans-serif;
        text-transform: uppercase;
        font-weight: 300;
        color: #fff;
        letter-spacing: 1.5px;
        text-align: center;
        padding-bottom: 22px;
    }

    .footer .footer-top .title h2::after{
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: 50%;
        height: 2px;
        width: 51px;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        background-color: #000000;
    }

        .footer .footer-form-wrapper{
            font-size: 0;
            margin-top: 23px;
        }

            .footer .footer-form label{
                display: none;
            }

                .footer .footer-form .input-field,
                .footer .footer-form .input-sub{
                    display: inline-block;
                    height: 37px;
                    vertical-align: middle;
                    margin-right: 20px;
                }

                .footer .footer-form .input-field.s,
                .footer .footer-form .input-sub{
                    width: 15.26%;
                }

                .footer .footer-form .input-sub{
                    margin-right: 0;
                }

                .footer .footer-form .input-field.l{
                    width: 32.01%;
                    margin-right: 18px;
                }

                    .footer-form .input-field span.wpcf7-form-control-wrap {
                        display: block;
                    }


                    .footer .footer-form .input-field input,
                    .footer .footer-form .input-field textarea{
                        width: 100%;
                        height: 100%;
                        font-size: 18px;
                        color: #fff;
                        font-weight: 300;
                        border:none;
                        height: 38px;
                        outline: none;
                        background-color: transparent;
                        border-bottom: 1px solid rgba(255,255,255, .25);
                    }

                    .footer .footer-form .input-sub input{
                        width: 100%;
                        height: 100%;
                        background-color: #141414;
                        border:none;
                        outline: none;
                        color: #fff;
                        font-family: 'Oswald', sans-serif;
                        font-size: 16px;
                        font-weight:500;
                        text-transform: uppercase;
                        letter-spacing: 2.4px;
                        -webkit-transition: background-color .3s ease-in-out;
                        -ms-transition: background-color .3s ease-in-out;
                        -moz-transition: background-color .3s ease-in-out;
                        transition: background-color .3s ease-in-out;
                    }

                    .footer .footer-form .input-sub input:hover{
                        background-color: #252424;
                    }


                    .footer .footer-form .use-floating-validation-tip span.wpcf7-not-valid-tip,
                    div.wpcf7-response-output{
                        font-size: 14px;
                        text-align: center;
                        left: 0;
                    }

                    .footer .footer-form div.wpcf7-response-output{
                        margin: 2em 0 1em;
                        color: #fff;
                    }

                    .footer .footer-form .input-field textarea {
                        padding-top: 9px;
                    }


    .footer .footer-bottom {
        background: url(./images/footer-bg-lower.jpeg);
        background-size: cover;
        background-repeat: no-repeat;
        margin-top: 79px;
        padding-top: 43px;
        padding-bottom: 34px;
    }

        .footer .footer-bottom .footer-nav ul li{
            display: inline-block;
            padding-right: 10px;
            position: relative;
            margin-right: 6px;
        }

        .footer .footer-bottom .footer-nav ul li::after{
            content: '';
            display: block;
            position: absolute;
            top: 1px;
            right: 0;
            width: 2px;
            height: 15px;
            background-color: #fff;
        }

        .footer .footer-bottom .footer-nav ul li:last-child{
            margin-right: 0;
        }

        .footer .footer-bottom .footer-nav ul li:last-child::after{
            display: none;
        }

            .footer .footer-bottom .footer-nav ul li a{
                text-transform: uppercase;
                color: #fff;
                font-size: 15px;
                font-family: 'Oswald', sans-serif;
                letter-spacing:.3px;
                -webkit-transition: color .3s ease-in-out;
                -moz-transition: color .3s ease-in-out;
                -ms-transition: color .3s ease-in-out;
                transition: color .3s ease-in-out;
            }

            .footer .footer-bottom .footer-nav ul li a:hover{
                color: #737678;
            }

            .footer .footer-bottom .footer-copyright{
                margin-top: 7px;
            }

                .footer .footer-bottom .footer-copyright p {
                    color: #fff;
                    font-size: 13px;
                }

                    .footer .footer-bottom .footer-copyright p a {
                        color: #fff;
                        -webkit-transition: color .3s ease-in-out;
                        -moz-transition: color .3s ease-in-out;
                        -ms-transition: color .3s ease-in-out;
                        transition: color .3s ease-in-out;
                        }

                    .footer .footer-bottom .footer-copyright p a:hover{
                        color: #737678;
                    }

            .footer .footer-bottom .footer-realtor-icon{
                margin-top: 13px;
            }

                .footer .footer-bottom .footer-realtor-icon span i {
                    color: #fff;
                    margin-right: 2px;
                }

                .footer .footer-bottom .footer-realtor-icon span:first-child i {
                    font-size: 21px;
                }

                .footer .footer-bottom .footer-realtor-icon span:last-child i {
                    font-size: 23px;
                }

            .footer .footer-bottom .footer-logo{
                text-align: right;
                margin-top: 4px;
            }

                .footer .footer-bottom .footer-logo .logo-wrapper{
                    padding-right: 19px;
                    margin-bottom: 3px;
                }

                .footer .footer-bottom .footer-logo .footer-contact span{
                    font-size: 12px;
                    color: #fff;
                    position: relative;
                    display: inline-block;
                }

                .footer .footer-bottom .footer-logo .footer-contact{
                    text-align: right;
                }

                .footer .footer-bottom .footer-logo .footer-contact span.phone{
                    padding-right: 14px;
                    margin-right: 6px;
                }

                .footer .footer-bottom .footer-logo .footer-contact span.phone::after{
                    content: '';
                    display: block;
                    width: 1px;
                    height: 8px;
                    background-color: #fff;
                    position: absolute;
                    top: 6px;
                    right: 0;
                }

/* end footer */


/* IHF listings fixes */
#content .grid .prop-img-wrap img.main-img {
    min-height: 190px;
    object-fit: cover;
}

#content .grid .prop-det .prop-title {
    min-height: 120px;
}

#content .grid .grid-property-content > p {
    min-height: 75px;
}

#content .listing-details-wrap .photo-slideshow .slick-next,
#content .listing-details-wrap .photo-slideshow .slick-prev {
    height: initial;
    width: initial;
    padding: 0 10px;
}

#content ul.list li .prop-det .view-details {
    position: relative;
    z-index: 10;
}

/*******************************************************
 *
 * 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%; } */
#content-sidebar #content{ width: 67%; }
#content-full #content { width: 100%; }

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

/* 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 }

/* Style post/page main headings (h1) */
#content .entry-title {
    font-family: 'Oswald', sans-serif;
    font-size: 27px;
    color: black;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 1.2px;
    padding-bottom: 15px;
    font-weight: 400;
}

#content .entry-title::after{
    content: '';
    position: absolute;
    height: 2px;
    width: 51px;
    bottom: 0;
    background-color: black;
    left: 0;
}

/* Style category/archive/etc main headings (h1) */
#content .archive-title {

}

/* Styles for category/archive/search/etc subheadings (h2) */
#content .archive-subtitle {

}

#content h2.ip-cm-title{
    font-size: 30px;
}

#content #widget-address-form input[type="submit"] {
    width: 100% !important;
}

/* ip side bar */

.sidebar {
    padding-top: 43px;
}

/* end ip side bar */

/* ip banner */
.ip-banner {
    width: 100%;
    height: 330px;
    position: relative;
    background: url(images/ss-img-1.png) center no-repeat;
    background-size: cover;
    overflow: hidden;
}

.ip-banner::after{
    content: url(./images/slideshow-overlay.png);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
}
/* end ip banner */

/* hp welcome */

.ip-welcome {
    position: relative;
    margin-top: 20px;
}

    .ip-welcome .welcome-title h2{
        font-family: 'Oswald', sans-serif;
        font-size: 27px;
        color: black;
        text-transform: uppercase;
        position: relative;
        letter-spacing: 1.2px;
        padding-bottom: 15px;
        font-weight: 400;
    }

    .ip-welcome .welcome-title h2::after{
        content: '';
        position: absolute;
        height: 2px;
        width: 51px;
        bottom: 0;
        background-color: black;
        left: 0;
    }

    .ip-welcome .welcome-video{
        margin-top: 22px;
    }

    .ip-welcome .welcome-video canvas{
        width: 100%;
        max-width: 100%;
        margin: 0;
        display: block;
        background-size: cover;
    }

        .ip-welcome .welcome-video .welcome-video-inner{
            position: relative;
        }

            .ip-welcome .welcome-video .play-btn {
                position: absolute;
                top: calc(50% - 32.5px);
                left: calc(50% - 38.5px);
            }

    .ip-welcome .welcome-text{
        margin-top: 34px;
    }

        .ip-welcome .welcome-text p {
            font-size: 16px;
            font-weight: 300;
            color: #232323;
            line-height: 26px;
        }
/* end hp welcome */


/* hp latest price */
.ip-latest-price{
    position: relative;
    margin-top: 39px;
    /* padding-top: 35px; */
    max-width: 369px;
}

    .ip-latest-price .latest-price-title h2{
        font-family: 'Oswald', sans-serif;
        font-size: 27px;
        color: black;
        text-transform: uppercase;
        position: relative;
        letter-spacing: 1.2px;
        padding-bottom: 15px;
        line-height: 30px;
        font-weight: 400;
    }

    .ip-latest-price .latest-price-title h2::after{
        content: '';
        position: absolute;
        height: 2px;
        width: 51px;
        bottom: 0;
        background-color: black;
        left: 0;
    }

    .ip-latest-price p{
        font-size: 16px;
        font-weight: 300;
        color: #232323;
        margin-top: 22px;
    }

    .ip-latest-price .ip-latest-form {
        margin-top: 17px;
    }

        .ip-latest-price label {
            display: none;
        }

        .ip-latest-price .ip-latest-form{
            font-size: 0;
        }

            .ip-latest-price .ip-latest-form .input-field.l{
                width: 100%;
                height: 48px;
                margin-bottom: 8px;
            }

                .ip-latest-price .ip-latest-form .input-field.l input{
                    font-size: 16px;
                    font-weight: 300;
                    color: #676767;
                    height: 100%;
                    width: 100%;
                    padding-left: 15px;
                }

            .ip-latest-price .ip-latest-form .input-field.s{
                height: 38px;
                width: 67.5%;
            }

                .ip-latest-price .ip-latest-form .input-field.s input{
                    width: 100%;
                    height: 100%;
                    background-color: #0a0a0a;
                    border:none;
                    outline: none;
                    color: #fff;
                    font-size: 16px;
                    text-transform: uppercase;
                    font-family: 'Oswald', sans-serif;
                    letter-spacing: 3.5px;
                    -webkit-transition: background-color .3s ease-in-out;
                    -moz-transition: background-color .3s ease-in-out;
                    -ms-transition: background-color .3s ease-in-out;
                    transition: background-color .3s ease-in-out;
                }

                .ip-latest-price .ip-latest-form .input-field.s input:hover{
                    background-color: #252424;
                }
/* end hp latest price */

/* hp mortgage calculator */
.ip-mortgage-calculator{
    position: relative;
    border-top: 1px solid #d3d3d3;
    padding-top: 35px;
    font-size: 16px;
    margin-top: 62px;
}

    .ip-mortgage-calculator .ip-mortgage-calculator-title h2{
        font-family: 'Oswald', sans-serif;
        font-size: 26px;
        color: black;
        text-transform: uppercase;
        position: relative;
        letter-spacing: 1.2px;
        padding-bottom: 15px;
        line-height: 30px;
        font-weight: 400;
    }

    .ip-mortgage-calculator .ip-mortgage-calculator-title h2::after{
        content: '';
        position: absolute;
        height: 2px;
        width: 51px;
        bottom: 0;
        background-color: black;
        left: 0;
    }

    .ip-mortgage-calculator .ip-mortgage-calculator-title{
        margin-bottom: 23px;
    }

    .ip-mortgage-calculator label,
    .ip-mortgage-calculator input{
        font-size: 16px;
        font-weight: 300;
        color: #676767;
    }

    .ip-mortgage-calculator label{
        color: black;
    }

    .ip-mortgage-calculator span,
    .ip-mortgage-calculator label{
        display: block;
    }

    .ip-mortgage-calculator span{
        color: #b73535;
    }

    .ip-mortgage-calculator span.lidd_mc_select.lidd_mc_select_fancy_light{
        color: black;
    }

    .ip-mortgage-calculator input,
    .ip-mortgage-calculator select{
        height: 40px;
        border: 1px solid #dad7d8;
        padding-left: 11px;
        width: 100%;
    }

    .ip-mortgage-calculator input[type="submit"]{
        background-color: #0a0a0a;
        color: #fff;
        font-size: 16px;
        text-transform: uppercase;
        font-family: 'Oswald', sans-serif;
        letter-spacing: 3.5px;
        margin-top: 15px;
        border:none;
        outline: none;
        -webkit-transition: background-color .3s ease-in-out;
        -moz-transition: background-color .3s ease-in-out;
        -ms-transition: background-color .3s ease-in-out;
        transition: background-color .3s ease-in-out;
    }

    .ip-mortgage-calculator input[type="submit"]:hover{
        background-color: #252424;
    }

/* end hp mortgage calculator */

/* hp social links */
.ip-social-links{
    position: relative;
    border-top: 1px solid #d3d3d3;
    padding-top: 35px;
    margin-top: 45px;
}

    .ip-social-links .social-links-title h2{
        font-family: 'Oswald', sans-serif;
        font-size: 27px;
        color: black;
        text-transform: uppercase;
        position: relative;
        letter-spacing: 1.2px;
        padding-bottom: 15px;
        line-height: 30px;
        font-weight: 400;
    }

    .ip-social-links .social-links-title h2::after{
        content: '';
        position: absolute;
        height: 2px;
        width: 51px;
        bottom: 0;
        background-color: black;
        left: 0;
    }

    .ip-social-links .social-links-wrapper{
        margin-top: 37px;
    }

        .ip-social-links .social-links-wrapper .social-link-item{
            margin-bottom: 24px;
        }

        .ip-social-links .social-links-wrapper .social-link-item:hover > a img{
            opacity: .7;
        }

        .ip-social-links .social-links-wrapper .social-link-item img{
            -webkit-transition: opacity .3s ease-in-out;
            -moz-transition: opacity .3s ease-in-out;
            -ms-transition: opacity .3s ease-in-out;
            transition: opacity .3s ease-in-out;
            width: 100%;
            max-width: 140px;
            transform: translateZ(0);
        }

/* end hp social links */


/* ip contact form */

.aidefcf-wrapper .ai-default-cf7wrap input.wpcf7-submit, .ai-default-cf7wrap input[type=submit]{
    background-color:#0a0a0a !important;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 3.5px;
}

/* end ip contact form */

#content p#breadcrumbs {
    font-family: 'Oswald', sans-serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: .02em;
}
    #content p#breadcrumbs a {
        color: #000;
    }
    #content p#breadcrumbs strong {
        font-weight: inherit;
    }
    .col-md-4.p-button {
    text-align: center;
    /* background: #000; */
    margin-top: 50px;
}

/* a.p-clients {
    background: #000;
    padding: 29px;
    color: #fff;
}*/

/* a:hover.p-clients{
    opacity: 0.8 */


.ip-fp-buttons {
    margin-bottom: 25px;
}

.ip-fp-buttons br {
    display: none;
}

.ip-fp-buttons a {
    display: inline-block;
    vertical-align: top;
    width: 23%;
    height: 39px;
    box-sizing: border-box;
    border: 1px solid #cdcdcd;
    text-align: center;
    margin: 0 1.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;
    text-align: center;
}

.ip-fp-buttons a:hover,
#content .property-description .prop-cta a:hover {
    background: #6a6a6a;
}

.ip-fp-buttons a:hover span{
    color: #fff;
}

.ip-fp-buttons a:first-child {
    margin-left: 0;
}

.ip-fp-buttons a:last-child {
    margin-right: 0;
}

.ip-fp-buttons a::before{
    content:'';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}

.ip-fp-buttons a span{
    display: inline-block;
    vertical-align: middle;
    color: #6a6a6a;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 15px;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}


a.p-clients {
    display: block;
    margin: 0 auto;
    min-height: 65px;
    height: 40px;
    background-color: #0a0a0a;
    text-align: center;
    width: 100%;
    max-width: 255px;
    -webkit-transition: background-color .3s ease-in-out;
    -ms-transition: background-color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
}

a.p-clients::before{
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}

a.p-clients:hover{
    background-color: #252424;
}

a.p-clients span{
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 3.5px;
    line-height: 22px;
}


/* a.p-clients:hover {
    background: #000;
    color: #fff;
} */

ul.par-ul li {
    list-style: square;
}








ul.child-ul {
    margin-left: 18px !important;
}


li.li-titile {
    list-style: none !important;
    margin-left: -18px;
}



.page-id-30 .hp-agent {
    position: relative;
    margin-top: 24px;
    margin-bottom: 46px;
}


a.emai-center {
    font-size: 13px;
    font-weight: 300;
    color: #000000;
}



.Logan-Circle-Office {
    border: 1px solid;
    padding: 18px;
    width: 100%;
    max-width: 304px;
    /* margin: 0px auto; */
    font-size: 21px;
}

a.buyers-btn,
a.sellers-btn {
    display: block;
    margin: 0 auto 10px;
    min-height: 65px;
    height: 40px;
    background-color: #0a0a0a;
    text-align: center;
    width: 100%;
    max-width: 255px;
    -webkit-transition: background-color .3s ease-in-out;
    -ms-transition: background-color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
}

a.buyers-btn::before,
a.sellers-btn::before {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}

a.buyers-btn:hover,
a.sellers-btn:hover{
    background-color: #252424;
}


a.buyers-btn span,
a.sellers-btn span{
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 3.5px;
    line-height: 22px;
}


#content-sidebar p {
    text-align: justify;
}


.page-id-223 .ip-latest-price .latest-price-title h2,
.page-id-6982  .ip-latest-price .latest-price-title h2{
    font-weight: 400 !important;
    font-size: 27px !important;
}

.page-id-223 .ip-latest-price.ip-lp-wrap,
.page-id-6982  .ip-latest-price.ip-lp-wrap {
    max-width: 370px;
    border-top: none;
}

.ip-latest-price input[type="submit"]{
    -webkit-transition: background-color .3s ease-in-out;
    -ms-transition: background-color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
}

.ip-latest-price input[type="submit"]:hover{
    background-color: #252424 !important;
}

.ip-container .hp-agent .agent-content-wrapper .agent-photo{
    top: 25px;
}

.ip-container .hp-agent .agent-content-wrapper .agent-info .name span{
    font-size: 25px;
}

.ip-container .hp-agent .agent-content-wrapper .agent-info{
    margin-top: 89px;
}

/* lenders page */
.page-id-213 .lender-item {
    margin-bottom: 17px;
}

    .page-id-213 .lender-item > p {
        display: none;
    }

    .page-id-213 .lender-item > strong {
        margin-bottom: 3px;
        display: block;
    }

/* end lenders page */

.page-nation a {
    color: #000;
}

.page-nation .current {
    color: #6a6a6a;
}

.ip-verbiage {
    margin-top: 50px;
}

#content .property-description .property-add-type div strong {
    text-align: left;
}

#content .listing-details-wrap .photo-slideshow .photo-list{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;


}

.ip-latest-form div#sz_addr_suggestions ul {
    float: none;
    margin: 0;
}

.ip-latest-form div#sz_addr_suggestions {
    left: 0 !important;
    margin: 0 !important;
}

.prop-det h2,
ul.list li .prop-det h3 {
    clear: both;
}

.page-nation::after {
    content: '';
    display: table;
    clear: both;
}

.entry.entry-content .property-det{
  font-size: 13px;
}
#content .property-description .property-det h2:first-child {
    display: none;
}

#content .property-description .property-add-type {
	display: none;
}

#content .property-description .property-det {
	width: 100%;
}

.logo-gif a canvas {
	background: url("images/header-logo.gif") no-repeat;		
	width: 360px;
	height: 81px;
	background-size: cover;
	background-position: center center;
}

.logo-wrapper {
	height: 81px;
}
.main-header.scrolled .logo-wrapper {
	height: auto;
}

.hp-agent-2 {
	display: none !important;
}

/*facebook feed*/
section.facebook-feed-area {
    position: relative;
    padding: 91px 0 116px;
}

.fb-feed-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
    height: 100%;
    z-index: 1;
    background: url(images/fb-feed-bg.jpg) no-repeat;
    background-size: cover;
    background-position: right center;
    background-attachment: fixed;
}

html.ios-true .fb-feed-bg,
html.mac-true .fb-feed-bg,
html.safari .fb-feed-bg {
    background-attachment: scroll;
}

.fb-feed-bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .4;
}

.fb-feed-holder {
    position: relative;
    margin: 0 -106px;
    z-index: 5;
}

.fb-feed-list {
    max-width: 459px;
    margin: 0 auto;
    padding: 11px;
}

.fb-feed-photo {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.fb-feed-photo canvas {
    display: block;
    width: 100%;
    background: #3b5997;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.fb-feed-photo a {
    display: block;
    position: relative;
}

.fb-feed-photo a span {
    position: absolute;
    top: 0;
    right: 0;
    width: 43px;
    height: 43px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #3b5997;
    color: #fff;
    font-size: 16px;
}

.fb-feed-content {
    border: solid 1px var(--primary-color);
    border-top: none;
    padding: 30px 0 28px;
    background: #fff;
}

.fb-time span {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    color: #1f2122;
    font-family: var(--primary-font);
    padding-left: 19px;
}

.fb-time canvas {
    background-size: cover;
    background-position: center;
}

.fb-time span em {
    font-style: normal;
    font-size: 12.5px;
    text-transform: none;
    font-weight: 400;
    font-family: var(--primary-font);
    display: block;
    margin-top: 7px;
    letter-spacing: .1px;
}

.fb-time {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 26px;
}

.fb-text {
    font-size: 13px;
    color: #7d7d7d;
    font-family: var(--primary-font);
    line-height: 1.6;
    letter-spacing: .36px;
    margin-bottom: 26px;
}

.fb-links a {
    color: #171b4c;
    font-size: 12px;
    font-weight: 500;
    font-family: var(--primary-font);
    letter-spacing: .3px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.fb-links span {
    display: inline-block;
    vertical-align: middle;
    width: 3px;
    height: 3px;
    background: #171b4c;
    border-radius: 100%;
    margin: 0 4px;
}

.fb-links a:hover {
    color: var(--primary-color);
}

.fb-feed-photo:hover canvas {
    opacity: .2;
}

.fb-feed-slick-slider {
    position: relative;
    margin: 0 -11px;
}

.fb-feed-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 69px;
}

.fb-like {
    max-width: 170px;
    width: 100%;
}

.fb-like a {
    display: block;
    background: #fff;
    color: #3b5997;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    height: 37px;
    line-height: 37px;
    border-radius: 3px;
    font-family: var(--primary-font);
    text-transform: uppercase;
    letter-spacing: .5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.fb-like a em {
    font-size: 17px;
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 5px;
}

.fb-like a:hover {
    background: #3b5997;
    color: #fff;
}


.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css */
/* .hp-agent, .hp-sidebar, .footer {
    display:none;
}
.hp-testimonial, .hp-latest, .hp-featured-prop{
    opacity:0;
} */


/* updates */
.grecaptcha-badge {
    z-index: 100 !important;
}
.footer .footer-form .use-floating-validation-tip span.wpcf7-not-valid-tip {
    position: absolute;
    width: fit-content;
}
.leaflet-top.leaflet-right:has(.leaflet-control-layers ) {
    z-index: 999;
}


body.page-id-27532 .ai-minimalist-form-wrapper  {
        background-color: #000 !important;
}
body.page-id-27532 .ai-minimalist-cta-button a:hover:before {
    background: #000 !important;
}
body.page-id-27532 .ai-minimalist-cta-button a:hover, .ai-minimalist-cta-button a:hover span {
    color: #000 !important;
}

.hp-featured-prop .fp-item .fp-item-img {
	background-size: cover;
}

#lidd_mc_inspector img {
    display: none;
}

.post-page-recent-sales #inner-page-wrapper{
    z-index: unset;
}

#ihf-main-container .nav-tabs {
    margin-left: 0;
}
#ihf-detail-features-tab > h5{
    font-size: 15px;
}

.hp-testimonial .testi-title {
	display: none;
}

.testi-button {
	padding-bottom: 50px;
	margin-bottom: 50px;
	border-bottom: 1px solid #d3d3d3;
}

.testi-button a {
	background-color: #0a0a0a;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 3.5px;
	margin-top: 15px;
	border: none;
	outline: none;
	-webkit-transition: background-color .3s ease-in-out;
	-ms-transition: background-color .3s ease-in-out;
	-moz-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
	display: block;
	text-align: center;
	padding: 10px;
}

.testi-button a:hover {
	background-color: #252424;
}