/*
Theme Name: Telluride
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.5.8
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
 *
 *******************************************************/

.aios-mobile-header-wrapper {
    z-index: 1035 !important;
}

.ip-container #main-wrapper {
    z-index: initial !important; 
}

/* Sub Menu */
#nav li {
    position:relative;
    display: inline-block;
}
  
#nav .sub-menu {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: absolute;
 	width:100%;
 	min-width: 240px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translate(-50%, 20px);
   transform: translate(-50%, 20px);
   transition: all .5s ease-in-out;
   -webkit-transition: all .5s ease-in-out;
   -moz-transition: all .5s ease-in-out;
   -webkit-backface-visibility: hidden;
   opacity: 0;
   visibility: hidden;
   padding-top: 26px;
}
.fixed #nav .sub-menu {
    padding-top: 33px;
}
header.header.fixed .header-right-top {
    opacity: 0 !important;
}
#nav .sub-menu a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    -webkit-transition: all .325s ease-in-out;
    -moz-transition: all .325s ease-in-out;
    -ms-transition: all .325s ease-in-out;
    transition: all .325s ease-in-out;
    padding: 10px 0;
    width: 100%;
    display: block;
}
#nav .sub-menu a:hover,
#nav .sub-menu a:focus {
    background: #98afbf;
    color: #fff;
    text-decoration: none;
}
#nav .sub-menu .sub-menu {
    margin-left: 100%;
 	top:0;
}
#nav li:hover > .sub-menu,
#nav li:focus > .sub-menu {
    -webkit-transform: translate(-50%, 0px);
   transform: translate(-50%, 0px);
   opacity: 1;
   visibility: visible;
}
#nav .sub-menu li {
    position: relative;
    background: #141414;
    width: 100%;
    text-align: center;
}


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

/* Global */

#main-wrapper {
    overflow: hidden;
}

body{
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	background: #FFF;
	color: #666666;
	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, a:focus, a:visited, a:hover, button {
    outline: 0 !important;
    text-decoration: none !important;
}

a.skiptobtn {
    padding: 10px;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 15px;
    z-index: -1;
    opacity: 0;
    background: rgba(255,255,255,0.5);
    color: #000;
  }
a.skiptobtn:focus {
    opacity: 1;
    z-index: 9;
    display: block;
  }

/*Header Slideshow*/
header.header {
    position: fixed;
    z-index: 1034;
    width: 100%;
    font-size: 0;    
    padding: 58px 10px;
    -webkit-transition: all .325s ease-in-out;
    -moz-transition: all .325s ease-in-out;
    -ms-transition: all .325s ease-in-out;
    transition: all .325s ease-in-out;    
}

.header-right-top {
    opacity: 0;
}

    .header-holder {
        max-width: 1408px;
        margin: 0 auto;
    }

    .header-logo a {
        max-width: 287px;
        display: block;
        position: relative;
        -webkit-transition: all .325s ease-in-out;
        -moz-transition: all .325s ease-in-out;
        -ms-transition: all .325s ease-in-out;
        transition: all .325s ease-in-out;
    }

        .header-text {
            position: relative;
            font-family: 'Montserrat', sans-serif;
            font-weight: 600;
            font-size: 15px;
            color: #fff;
            text-transform: uppercase;
            letter-spacing: .200em;
            text-align: right;
            margin-top: 22px;
            -webkit-transition: all .325s ease-in-out;
            -moz-transition: all .325s ease-in-out;
            -ms-transition: all .325s ease-in-out;
            transition: all .325s ease-in-out;
        }

            .header-text::after {
                content: '';
                position: absolute;
                top: -11px;
                left: 0;
                width: 100%;
                height: 1px;
                background: #fff;
            }

            .header-logo {
                width: 35.22%;
                display: inline-block;
                vertical-align: top;
                /*margin-top: 28px;  */  
            }

            .header-right {
                width: 64.78%;
                display: inline-block;
                vertical-align: top;
            }

            .header-address {
                max-width: 373px;
                display: flex;
                justify-content: space-between;
                width: 100%;
            }

                .header-smi {
                    max-width: 47px;
                    display: flex;
                    width: 100%;
                    justify-content: space-between;
                }

                    .header-smi-item a {
                        font-size: 20px;
                        color: #fff;
                        -webkit-transition: all .325s ease-in-out;
                        -moz-transition: all .325s ease-in-out;
                        -ms-transition: all .325s ease-in-out;
                        transition: all .325s ease-in-out;
                    }
                    .header-smi-item.login a {
                        font-size: 14px;
                        cursor: pointer;
                    }

                        .header-smi-item a:hover,
                        .header-smi-item a:focus {
                            color: #98afbf;
                        }

            .header-add-item:first-child::after {
                display: none;
            }

            .header-add-item {
                position: relative;
            }

                .header-add-item::after {
                    content: '';
                    width: 1px;
                    height: 20px;
                    position: absolute;
                    left: -44px;
                    top: 50%;
                    transform: translateY(-50%);
                    background: #b6b6b6;
                }

                .header-right-bottom {
                    margin-top: 47px;
                    -webkit-transition: all .325s ease-in-out;
                    -moz-transition: all .325s ease-in-out;
                    -ms-transition: all .325s ease-in-out;
                    transition: all .325s ease-in-out;
                }

                .header-add-item a {
                    font-family: 'Montserrat', sans-serif;
                    color: #FFF !important;
                    font-weight: 400;
                    font-size: 15px;
                    -webkit-transition: all .325s ease-in-out;
                    -moz-transition: all .325s ease-in-out;
                    -ms-transition: all .325s ease-in-out;
                    transition: all .325s ease-in-out;
                }

                    .header-add-item a:hover,
                    .header-add-item a:focus {
                        color: #98afbf !important;
                    }       

                .header-add-item span {
                    font-size: 12px;
                    color: #fff;
                    margin-right: 6px;
                }

                    ul#nav {
                        display: flex;
                        justify-content: space-between;
                        margin-top: 48px;   
                        -webkit-transition: all .325s ease-in-out;
                        -moz-transition: all .325s ease-in-out;
                        -ms-transition: all .325s ease-in-out;
                        transition: all .325s ease-in-out; 
                    }

                        #nav > li > a {
                            font-family: 'Montserrat', sans-serif;
                            font-weight: 400;
                            font-size: 14px;
                            color: #fff;
                            text-transform: uppercase;
                            position: relative;
                        }

                            #nav > li > a::before {
                                content: "";
                                position: absolute;
                                z-index: 1;
                                left: 51%;
                                right: 51%;
                                bottom: -11px;
                                background: #98afbf;
                                height: 1px;
                                -webkit-transition-property: left, right;
                                transition-property: left, right;
                                -webkit-transition-duration: 0.3s;
                                transition-duration: 0.3s;
                                -webkit-transition-timing-function: ease-out;
                                transition-timing-function: ease-out;
                            }

                                #nav > li:hover > a:before,
                                #nav > li:focus > a:before {
                                    left: 0;
                                    right: 0;
                                }
                        
                        .header-right-top {
                            -webkit-transition: all .325s ease-in-out;
                            -moz-transition: all .325s ease-in-out;
                            -ms-transition: all .325s ease-in-out;
                            transition: all .325s ease-in-out;
                            width: 493px;
                            height: 15px;
                            margin-left: auto;
                        }

                            .header-right-top .textwidget {
                                display: flex;
                                justify-content: space-between;
                                align-items: center;
                            }
/*End of Header Slideshow*/
/*Fixed Header Style*/

header.header.fixed .header-right-top {
    width: 0;
    height: 0;
    opacity: 0;
}

header.header.fixed .header-logo {
    margin-top: 0;
}

header.header.fixed .header-text {
    display: none;
    height: 0;
}

header.header.fixed ul#nav {
    margin-top: 18px;
} 

header.header.fixed .header-right-bottom {
    margin-top: 18px;
}

header.header.fixed {
    background: #141414;
    padding: 21px 10px;
}
/*End of Fixed Header*/
/*Slideshow Style*/
section.hp-slideshow {
    position: relative;
    z-index: 2;
}

    section.hp-slideshow::after {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgb(0,0,0,.53);
    }
/*End Slideshow Style*/
/*Quick Search Style*/
.hp-qs {
    position: absolute;
    bottom: 20px;
    width: 100%;
    z-index: 4;
}

.qs-long select option {
    background: #c8cfe2;
}

.hp-qs-title {
    text-align: center;
}

    .hp-qs-title span {
        font-family: 'Montserrat', sans-serif;
        font-size: 46.97px;
        color: #fff;
        font-weight: 700;
        text-transform: uppercase;
    }

        .hp-qs-title span span {
            display: block;
            font-family: 'Montserrat', sans-serif;
            font-weight: 400;
            font-size: 13.49px;
            color: #fff;
            font-style: normal;
            text-transform: uppercase;
            letter-spacing: 1.2em;
            margin-top: 11px;    
        }

        .hp-qs-form form {
            max-width: 793px;
            margin: 0 auto;
            display: block;
            display: flex;
            align-items: center;
            background: rgb(2,20,20,.40);
            padding: 9px;
            margin-top: 13px;    
        }

        .hp-qs-inner-title {
            text-align: center;
            position: relative;
            font-family: 'Montserrat', sans-serif;
            font-weight: 700;
            font-size: 22px;
            color: #fff;
            text-transform: uppercase;
            letter-spacing: .200em;
            max-width: 235px;
            margin: 0 auto;
            margin-top: 53px;    
        }

            .hp-qs-inner-title::after {
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                width: 257px;
                height: 1px;
                right: 104%;
                content: '';
                background-color: #fff;
            }

            .hp-qs-inner-title::before {
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                width: 257px;
                height: 1px;
                left: 104%;
                content: '';
                background-color: #fff;
            }

            .qs-long {
                width: 18.53%;
            }

            .qs-long.citywrap {
                width: 59.26%;
            }

                .qs-long select, .qs-long input {
                    width: 100%;
                    font-family: 'Montserrat', sans-serif;
                    font-weight: 400;
                    font-size: 14px;
                    color: #666666;
                    text-transform: uppercase;
                    padding-left: 19px;
                    height: 57px;
                    border: 0;
                    -webkit-appearance: none;
                    -moz-appearance: none;
                    appearance: none;
                    outline: none;
                    background-color: #fff;
                }

                .qs-long input {
                    font-style: italic;
                    text-transform: capitalize;
                }

                .qs-btn.btnsubmit-wrap {
                    width: 22.21%;
                }

                    .qs-btn.btnsubmit-wrap input {
                        width: 100%;
                        font-family: 'Montserrat', sans-serif;
                        font-weight: 600;
                        font-size: 14px;
                        color: #141414;
                        letter-spacing: .100em;
                        text-transform: uppercase;
                        height: 57px;
                        border: 0;
                        background: #c8cfe2;
                        outline: none;
                        -webkit-transition: all .325s ease-in-out;
                        -moz-transition: all .325s ease-in-out;
                        -ms-transition: all .325s ease-in-out;
                        transition: all .325s ease-in-out;
                    }

                        .qs-btn.btnsubmit-wrap input:hover,
                        .qs-btn.btnsubmit-wrap input:focus {
                            background: #000000;
                            color: #c8cfe2;
                        }

                    .qs-long select {
                        border-right: 1px solid #999;
                        background-image: url(images/qs-arrow.png);
                        background-repeat: no-repeat;
                        background-position: top 23px right 8px;
                    }

.hp-qs #custom-quick-search small.text-muted {
    line-height: 1.5;
    position: absolute;
    right: 18px;
}
.hp-qs #custom-quick-search li > a span.text {
    width: 100%;
    max-width: 182px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.hp-qs .bootstrap-select.btn-group .dropdown-menu.inner {
    max-height: 220px !important;
}
.hp-qs .bootstrap-select.btn-group .dropdown-menu {
    top: 56px;
    bottom: auto;
}

/*End of Quick Search Style*/
/*Featured Communities Style*/
.fc-wrapper {
    position: relative;
    z-index: 1;
}
.fc-list {
    display: flex;
    margin: 0 -4px;
}

    .fc-item {
        width: 16.66%;
        padding: 0 4px;
    }

        .fc-item canvas {
            width: 100%;
            height: 100%;
            display: block;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            -webkit-transition: all .325s ease-in-out;
            -moz-transition: all .325s ease-in-out;
            -ms-transition: all .325s ease-in-out;
            transition: all .325s ease-in-out;
        }

            .fc-item a:hover canvas,
            .fc-item a:focus canvas {
                transform: scale(1.2);
            }

        .fc-item a {
            display: block;
            width: 100%;
            position: relative;
            box-shadow: 1px black;
            -webkit-box-shadow: 0 0 10px 1px #444444;
            box-shadow: -1px -5px 19px 0px #c1c1c1ee;
        }

        .fc-desc {
            text-align: center;
            font-family: 'Montserrat', sans-serif;
            font-weight: 400;
            font-size: 14.45px;
            color: #141414;
            text-transform: uppercase;
            letter-spacing: .100em;
            padding: 20px 0;
            position: relative;
            min-height: 56px;
        }

            .fc-desc::after {
                content: '';
                width: 100%;
                position: absolute;
                height: 100%;
                pointer-events: none;
                opacity: 0;
                top: 0;
                transform: scale(0);
                -webkit-transition: all .525s ease-in-out;
                -moz-transition: all .525s ease-in-out;
                -ms-transition: all .525s ease-in-out;
                transition: all .525s ease-in-out;
                border: 4px solid #c8cfe2;
                border-top: none;
                left: 0;
            }

                .fc-item a:hover .fc-desc::after,
                .fc-item a:focus .fc-desc::after {
                    transform: scale(1);
                    opacity: 1;
                }

        .fc-wrap {
            max-width: 1584px;
            margin: 0 auto;
            padding: 52px 10px;    
        }

            .fc-img {
                overflow: hidden;
                position: relative;
            }

                .fc-img::after {
                    content: '';
                    width: 100%;
                    height: 100%;
                    position: absolute;
                    top: 0;
                    left: 0;
                    z-index: 6;
                    border: 4px solid #c8cfe2;
                    transform: scale(0);
                    pointer-events: none;
                    -webkit-transition: all .325s ease-in-out;
                    -moz-transition: all .325s ease-in-out;
                    -ms-transition: all .325s ease-in-out;
                    transition: all .325s ease-in-out;
                    opacity: 0;
                }

                .fc-img::before {
                    content: '';
                    width: 100%;
                    height: 100%;
                    position: absolute;
                    top: 0;
                    z-index: 5;
                    transform: scale(0);
                    left: 0;
                    background-color: rgba(20,20,20,.38);
                    opacity: 0;
                    -webkit-transition: all .625s ease-in-out;
                    -moz-transition: all .625s ease-in-out;
                    -ms-transition: all .625s ease-in-out;
                    pointer-events: none;
                    transition: all .625s ease-in-out;
                }

                    .fc-item a:hover .fc-img::before,
                    .fc-item a:focus .fc-img::before{
                        opacity: 1;
                        transform: scale(1);
                    }

                    .fc-item a:hover .fc-img::after,
                    .fc-item a:focus .fc-img::after {
                        transform: scale(1);
                        opacity: 1;
                    }

                    .fc-item:last-child .fc-desc {
                        padding: 12px 0;
                    }
/*End of Featured Communities Style*/
/*Welcome Style*/
section.welcome-wrapper {
    margin-top: 59px;
}

.welcome-col.welcome-right {
    width: 51.37%;
    display: inline-block;
    vertical-align: top;
}

    .welcome-col canvas {
        display: block;
        width: 100%;
        height: 100%;
        content: '';
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .welcome-img {
        position: relative;
    }

        .welcome-img::after {
            content: '';
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            background-color: rgba(0,0,0,.25);
        }

        .welcome-col.welcome-left {
            width: 48.63%;
            padding-left: 69px;   
            margin-top: -8px;     
            padding-right: 10px;
        }

            .welcome-inner {
                display: flex;
                align-items: flex-start;
            }

                .welcome-left-inner {
                    max-width: 603px;
                }

                    .welcome-title h1 {
                        font-family: 'Montserrat' ,sans-serif;
                        font-weight: 700;
                        font-size: 60px;
                        letter-spacing: .030em;
                        color: #000000;
                        text-transform: uppercase;
                    }

                    .welcome-desc p {
                        font-weight: 400;
                        font-family: 'Montserrat', sans-serif;
                        font-size: 15px;
                        color: #666666;
                        letter-spacing: .005em;
                        line-height: 29px;
                    }

                        .welcome-desc p span {
                            font-weight: 600;
                            color: #000000;
                        }

                        .welcome-title {
                            margin-bottom: 19px;
                        }

                        .welcome-signa {
                            margin-top: 38px;
                        }
/*End of Welcome Style*/
/*Featured Listing Style*/
section.fl-wrapper {
    font-size: 0;
    position: relative;
    padding: 121px 20px 100px 0;
}

.fl-hover-img {
    height: 100%;
}

    section.fl-wrapper::after {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-image: url(images/fl-bg.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        filter: grayscale(1);
        z-index: 1;
    }

    section.fl-wrapper::before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(255,255,255,.90);
        z-index: 2;
    }

    .fl-inner {
        position: relative;
        z-index: 3;
    }

.fl-item.fl-left {
    width: 42.87%;
    display: inline-block;
    vertical-align: bottom;
    padding-right: 60px;    
}

.fl-item.fl-right {
    width: 56.13%;
    display: inline-block;
    vertical-align: bottom;
}

.fl-wrap .slick-list {
    overflow: inherit;
}

    .fl-item.fl-left a {
        max-width: 591px;
        display: block;
        position: relative;
    }

    .fl-item.fl-right a {
        max-width: 821px;
        display: block;
        position: relative;
    }

    .fl-img canvas {
        display: block;
        width: 100%;
        height: 100%;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

        .fl-desc {
            position: absolute;
            bottom: 0;
            background: rgb(0 0 0 / .57);
            width: 100%;
            text-align: center;
            padding: 37px 10px 43px;
        }

            .fl-price {
                font-family: 'Montserrat', sans-serif;
                font-weight: 700;
                font-size: 28px;
                color: #fff;
                text-transform: uppercase;
                letter-spacing: .050em;
            }

            .fl-add {
                font-family: 'Montserrat', sans-serif;
                font-weight: 400;
                font-size: 14px;
                color: #fff;
                letter-spacing: .050em;
                margin-top: 15px;
                text-transform: uppercase;
            }

            .fl-hover {
                position: absolute;
                top: 50%;
                transform: translateY(-50%) scale(0);
                width: 616px;
                height: 713px;
                left: 0;
                opacity: 0;
                -webkit-transition: all .325s ease-in-out;
                -moz-transition: all .325s ease-in-out;
                -ms-transition: all .325s ease-in-out;
                transition: all .325s ease-in-out;
                z-index: 8;
            }

            .fl-item.fl-right .fl-hover{
                width: 928px;
                height: 941px;
                left: 50%;
                transform: translate(-50%, -50%) scale(0);
            }

            .fl-item.fl-right a:hover .fl-hover,
            .fl-item.fl-right a:focus .fl-hover {
                transform: translate(-50%, -50%) scale(1) !important;
            }

            .fl-item a:hover .fl-hover,
            .fl-item a:focus .fl-hover {
                transform: translateY(-50%) scale(1);
                opacity: 1;
            }

                .fl-hover canvas {
                    width: 100%;
                    height: 100%;
                    display: block;
                    background-position: center;
                    background-size: cover;
                    background-repeat: no-repeat;
                }

                .fl-hover-add {
                    position: absolute;
                    bottom: 0;
                    width: 100%;
                    background-color: rgba(200, 207, 226, .91);
                    padding: 24px 20px 34px;    
                }

                .fl-hover-price {
                    font-family: 'Montserrat', sans-serif;
                    font-weight: 700;
                    font-size: 30px;
                    color: #000;
                    letter-spacing: .050em;
                }

                .fl-hover-add-inner {
                    font-family: 'Montserrat', sans-serif;
                    font-weight: 400;
                    font-size: 15.86px;
                    color: #000;
                    letter-spacing: .050em;
                    margin-top: 18px;
                }

.fl-hover-add-inner {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 15.86px;
    color: #000;
    letter-spacing: .050em;
    text-transform: uppercase;
}

    .fl-hover-util {
        max-width: 284px;
        margin-top: 18px;
    }

    .fl-hover-util ul {
        display: flex;
        justify-content: space-between;
        font-family: 'Montserrat', sans-serif;
        font-weight: 400;
        font-size: 15.86px;
        color: #000;
        letter-spacing: .050em;
        text-transform: uppercase;
    }

        .fl-hover-util ul li {
            position: relative;
        }

            .fl-hover-util ul li::after {
                content: '';
                width: 2px;
                height: 15px;
                background: #000;
                right: -11px;
                transform: translateY(-50%);
                top: 50%;
                position: absolute;
            }

            .fl-hover-util ul li:last-child::after {
                display: none;
            }          

                .fl-hover-btn > div {
                    font-family: 'Montserrat', sans-serif;
                    font-weight: 600;
                    font-size: 15.86px;
                    color: #fff;
                    letter-spacing: .100em;
                    text-transform: uppercase;
                    width: 231px;
                    height: 53px;
                    background: #000;
                    line-height: 53px;
                    text-align: center;
                }

                .fl-hover-inner-wrap {
                    max-width: 804px;
                    margin: 0 auto;
                    display: flex;
                    justify-content: space-between;
                }

.fl-hover-inner-wrap {
    max-width: 804px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .fl-hover-right-add {
        max-width: 289px;
        width: 100%;
    }

    .fl-hover-left-add {
        max-width: 231px;
        width: 100%;
    } 

    .fl-arrows .slick-arrow {
        width: 64px;
        height: 54px;
        background: #c8cfe2;
        position: relative;
        cursor: pointer;
        -webkit-transition: all .325s ease-in-out;
        -moz-transition: all .325s ease-in-out;
        -ms-transition: all .325s ease-in-out;
        transition: all .325s ease-in-out;
    }

        .fl-arrows .slick-arrow:hover,
        .fl-arrows .slick-arrow:focus {
            background-color: #000;
            color: #fff;
        }

        .fl-arrows .slick-arrow em {
            font-size: 21px;
            font-weight: 700;
            color: #565961  ;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            -webkit-transition: all .325s ease-in-out;
            -moz-transition: all .325s ease-in-out;
            -ms-transition: all .325s ease-in-out;
            transition: all .325s ease-in-out;
        }     

            .fl-arrows .slick-arrow:hover em,
            .fl-arrows .slick-arrow:focus em {
                color: #fff;
            }   

        .fl-view {
            max-width: 285px;
            width: 100%;
        } 

        .fl-view a {
            width: 100%;
            font-family: 'Montserrat', sans-serif;
            font-weight: 600;
            font-size: 14px;
            color: #000;
            text-transform: uppercase;
            letter-spacing: .100em;
            background: #c8cfe2;
            height: 54px;
            line-height: 54px;
            text-align: center;
            display: block;
            -webkit-transition: all .325s ease-in-out;
            -moz-transition: all .325s ease-in-out;
            -ms-transition: all .325s ease-in-out;
            transition: all .325s ease-in-out;
        }      

             .fl-view a:hover,
             .fl-view a:focus {
                background-color: #000;
                color: #fff;
             }

        .fl-btns .fl-arrows {
            max-width: 464px;
            margin: 0 auto;
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-top: 96px;
        }

.fl-title {
    position: absolute;
    top: 20px;
    left: 105px;
}

.fl-title span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 22px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: .100em;
}

    .fl-title span span {
        display: block;
        font-weight: 700;
        font-size: 60px;
        letter-spacing: .050em;
    }        
/*End of Featured Listing Style*/
/*Whats My Home Worth Style*/
section.what-wrapper {
    position: relative;
    padding: 80px 0 67px;
}

    section.what-wrapper::after {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-image: url(images/wh-bg.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    section.what-wrapper::before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: '';
        background-color: rgba(20,20,20,.86);
        z-index: 2;
    }

        .what-inner h2 {
            font-family: 'Montserrat', sans-serif;
            font-weight: 700;
            font-size: 36px;
            color: #fff;
            text-transform: uppercase;
        }

    .what-inner {
        position: relative;
        z-index: 3;
        text-align: center;
    }

        .what-inner span {
            font-family: 'Montserrat', sans-serif;
            font-weight: 400;
            font-size: 18px;
            color: #fff;
            text-transform: uppercase;
            letter-spacing: 1em;
            margin-top: 22px;
            display: block;
        }

            .what-inner a {
                display: block;
                font-family: 'Montserrat', sans-serif;
                font-weight: 600;
                font-size: 14px;
                text-align: center;
                color: #141414;
                max-width: 185px;
                margin-top: 35px !important;
                padding: 20px 0;
                background: #c8cfe2;
                margin: 0 auto;
                text-transform: uppercase;
                letter-spacing: .100em;
                -webkit-transition: all .325s ease-in-out;
                -moz-transition: all .325s ease-in-out;
                -ms-transition: all .325s ease-in-out;
                transition: all .325s ease-in-out;
            }

                .what-inner a:hover,
                .what-inner a:focus {
                    background: #141414;
                    color: #c8cfe2;
                }
/*End of Whats My HOme Worth Style*/
/*Footer Style*/
footer.footer {
    background: #141414;
    padding: 85px 0 36px;    
}

    .footer-left {
        width: 60.52%;
        margin-top: 40px;
    }

    .footer-wrap {
        display: flex;
        justify-content: space-between;
    }

    .footer-logo {
        max-width: 582px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .footer-add {
            max-width: 504px;
            text-align: right;
            margin-left: 36px;
        }

        .footer-add > .footer-add-item {
            margin-top: 49px;
        }

            .footer-add-item span {
                font-size: 14px;
                color: #fff;
                margin-right: 2px;
            }

                .footer-add-item a {
                    font-family: 'Montserrat', sans-serif;
                    font-weight: 400;
                    font-size: 15px;
                    color: #fff !important;
                    -webkit-transition: all .325s ease-in-out;
                    -moz-transition: all .325s ease-in-out;
                    -ms-transition: all .325s ease-in-out;
                    transition: all .325s ease-in-out;
                }

                    .footer-add-item a:hover,
                    .footer-add-item a:focus {
                        color: #c8cfe2 !important;
                    }

                    .footer-add-bottom {
                        max-width: 362px;
                        display: flex;
                        justify-content: space-between;
                        margin: 0 auto;
                        margin-top: 31px;
                    }

                    .footer-smi {
                        max-width: 144px;
                        display: flex;
                        justify-content: space-between;
                        margin: 30px auto !important;
                        margin-top: 58px;
                    }

                        .footer-smi-item a {
                            display: block;
                            width: 40px;
                            height: 40px;
                            background: #000;
                            border-radius: 50%;
                            position: relative;
                            -webkit-transition: all .325s ease-in-out;
                            -moz-transition: all .325s ease-in-out;
                            -ms-transition: all .325s ease-in-out;
                            transition: all .325s ease-in-out;
                        }

                            .footer-smi-item a:hover,
                            .footer-smi-item a:focus {
                                background-color: #c8cfe2;
                            }

                        .footer-smi-item a span {
                            font-size: 18px;
                            position: absolute;
                            top: 50%;
                            left: 50%;
                            transform: translate(-50%, -50%);
                            color: #fff;
                        }

                        .footer-right {
                            width: 39.48%;
                        }

                        .footer-right-title {
                            text-align: center;
                            font-family: 'Montserrat';
                            font-weight: 700;
                            font-size: 34px;
                            color: #fff;
                            letter-spacing: .050em;
                            text-transform: uppercase;
                        }

                            .footer-input {
                                display: block;
                                width: 100%;
                                margin-bottom: 13px;
                            }

                                .footer-input input,
                                .footer-long textarea {
                                    width: 100%;
                                    font-family: 'Montserrat', fantasy;
                                    font-weight: 300;
                                    font-style: italic;
                                    font-size: 14px;
                                    color: #666666;
                                    border: 0;
                                    padding: 0 10px;
                                    height: 39px;
                                    outline: none;
                                }

                                .footer-long textarea {
                                    height: 70px;
                                    padding-top: 10px;
                                }

                    .footer-btn {
                        margin-top: 15px;
                    }
                    
                        .footer-btn .wpcf7-submit {
                            display: block;
                            font-family: 'Montserrat', sans-serif;
                            font-weight: 600;
                            font-size: 14px;
                            text-align: center;
                            color: #141414;
                            max-width: 185px;
                            /* margin-top: 35px !important; */
                            padding: 20px 0;
                            background: #c8cfe2;
                            margin: 0 auto;
                            text-transform: uppercase;
                            letter-spacing: .100em;
                            -webkit-transition: all .325s ease-in-out;
                            -moz-transition: all .325s ease-in-out;
                            -ms-transition: all .325s ease-in-out;
                            transition: all .325s ease-in-out;
                            width: 100%;
                            border: 0;
                            padding: 0;
                            height: 45px;
                            outline: none;
                        }          

                        .footer-form {
                            margin-top: 30px;
                        }

                        .footer-btn .wpcf7-submit:hover,
                        .footer-btn .wpcf7-submit:focus {
                            background-color: #fff;
                        }  

                        .copyright {
                            text-align: center;
                            font-family: 'Montserrat', sans-serif;
                            font-weight: 400;
                            font-size: 12px;
                            color: #666666;
                            letter-spacing: .005em;
                            margin-top: 49px;
                        }

                            .copyright a + a {
                                color: #fff;
                            }

                                .copyright a {
                                    -webkit-transition: all .325s ease-in-out;
                                    -moz-transition: all .325s ease-in-out;
                                    -ms-transition: all .325s ease-in-out;
                                    transition: all .325s ease-in-out;
                                    color: inherit;
                                }

                                    .copyright a:hover,
                                    .copyright a:focus {
                                        color: #c8cfe2;
                                    }

                            .mls-logo {
                                max-width: 119px;
                                display: flex;
                                margin: 0 auto;
                                justify-content: space-between;
                            }

                            .mls-item {
                                font-size: 24px;
                                color: #616161;
                            }

                            .footer-mls {
                                margin-top: 16px;
                            }

.footer-right form {
    position: relative;
}

    .footer-right .wpcf7-response-output {
        position: absolute;
        bottom: -40px;
        width: 100%;
        margin: 0 !important;
        color: #fff;
        text-align: center;
        font-size: 12px;
    }  

        .footer-btn span.ajax-loader {
            position: absolute;
            bottom: -24px;
            left: 50%;
            transform: translateX(-50%);
        }                          
/*End footer Style*/

.sb-info img {
    margin-bottom: 20px;
}

.sb-cta {
    margin-top: 27px;
}

.neigh-img {
    max-width: 700px;
    margin: 0 auto;
    margin-bottom: 40px !important;
}

.neigh-img canvas {
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*Testimonials Style*/
section.testi-wrapper {
    font-size: 0;
    padding: 0 10px 0 0;    
}

.testi-list {
    padding: 0 55px;
}

.testi-left {
    width: 44.75%;
    display: inline-block;
    vertical-align: bottom;
}

.testi-right-inner {
    position: relative;
    z-index: 4;
}

.testi-star {
    max-width: 171px;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
}

.testit-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 60px;
    color: #000;
    text-transform: uppercase;
    padding-left: 79px;
    margin-bottom: 79px;
}

.test-img {
    position: relative;
}
        
    .test-img::after {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #c8cfe2;
    }

    .test-img canvas {
        width: 100%;
        height: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        z-index: 4;
        margin-bottom: 50px;
    }

    .testi-list-wrap {
        margin-left: -92px;
    }

    .testi-right {
        width: 55.25%;
        display: inline-block;
        vertical-align: bottom;
        position: relative;
        padding: 48px 0 50px;  
        z-index: 5;  
    }

        .testi-right::after {
            content: '';
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            background-image: url(images/testi-bg.jpg);
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
            filter: grayscale(1);
        }

        .testi-right::before {
            content: '';
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            background-color: rgba(255,255,255,.83);
            z-index: 2;
        }

    .testi-list-wrap-bg {
        max-width: 916px;
        text-align: center;
        background: #1c1b1b;
        padding: 61px 10px 56px;
        position: relative;
    }

    .testi-arrow .testi-prev {
        position: absolute;
        left: 3%;
    }
    .testi-arrow .testi-next {
        right: 3%;
        position: absolute;
    }

    .testi-arrow em {
        font-size: 34px;
        color: #fff;
        font-weight: 300;
        -webkit-transition: all .325s ease-in-out;
        -moz-transition: all .325s ease-in-out;
        -ms-transition: all .325s ease-in-out;
        transition: all .325s ease-in-out;
    }

        .testi-arrow:hover em,
        .testi-arrow:focus em {
            color: #c8cfe2;
        }

    .testi-arrow {
        position: absolute;
        top: 44%;
        transform: translateY(-50%);
        width: 100%;
    }

    .testi-arrow .slick-arrow {
        cursor: pointer;
    }

    .testi-para {
        max-width: 599px;
        margin: 0 auto;
        text-align: center;
        margin-top: 41px;
    }

        .testi-para p {
            font-family: 'Montserrat', sans-serif;
            font-weight: 400;
            font-style: italic;
            font-size: 16px;
            color: #fff;
            letter-spacing: .050em;
            line-height: 23px;
        }

        .testi-name {
            font-family: 'Montserrat', sans-serif;
            font-weight: 700;
            font-style: normal;
            font-size: 18px;
            color: #fff;
            letter-spacing: .050em;
            text-transform: uppercase;
            margin-top: 27px;    
        } 

        .testi-btn {
            margin-top: 59px;
        }

            .testi-btn a {
                font-family: 'Montserrat', sans-serif;
                font-weight: 600;
                font-size: 14px;
                color: #000;
                max-width: 329px;
                margin: 0 auto;
                display: block;
                text-transform: uppercase;
                height: 60px;
                background: #c8cfe2;
                line-height: 61px;
                -webkit-transition: all .325s ease-in-out;
                -moz-transition: all .325s ease-in-out;
                -ms-transition: all .325s ease-in-out;
                transition: all .325s ease-in-out;
            }

                .testi-btn a:hover,
                .testi-btn a:focus {
                    background-color: #fff;
                    color: #000;
                }
/*End of Testimonials Style*/
 
/*******************************************************
 *
 * 3. IP Styles
 *
 *******************************************************/
.ip-banner{
    position: relative;
    width: 100%;
}
    .ip-banner::before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        background: rgba(0,0,0,.6);
    }
    .ip-banner canvas{
        display: block;
        position: relative;
        z-index: 0;
        width: 100%;
        min-height: 500px;
        background-color: #f9f7f7;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .ip-banner .container{
        position: absolute;
        left: 50%;
        transform: translate(-50%,-50%);
        z-index: 2;
        top: 61%;    
    }
        .ip-banner h1 {
            font-weight: 700;
            font-size: 32px;
            text-align: center;
            color: #FFF;
            text-transform: uppercase;
            letter-spacing: 0.05em;
            line-height: 1.7;
        }
            .ip-banner h1 span{
                display: block;
                font-size: 29px;
                font-weight: 400;
                text-transform: none;
                letter-spacing: 0.01em;
            }

.ip-banner h1 span span {
    display: inline;
    font-weight: 700;
}            
/* 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: 73.08%; }
#content-full #content { width: 100%; }

/* Adjust width of sidebar */
.sidebar{ width: 24.83%; margin-top: 73px; }

/* fullwidth template */
.page-template-template-fullwidth #content {
    padding-left: 15px;
    padding-right: 15px;
}
    .page-template-template-fullwidth #content ihf-search[data-eureka-id*=""].ihf-eureka {
        margin-left: -15px;
        margin-right: -15px;
    }

/* 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 .entry-title(post/page) and .archive-title(category/archive/etc) main headings (h1) */
#content .entry-title,
#content .archive-title { 
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: .0em;
    color: #000000;
    text-transform: uppercase;
}

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

}

button.btn.dropdown-toggle.btn-default, button.btn.dropdown-toggle.btn-default:active, button.btn.dropdown-toggle.btn-default:focus, button.btn.dropdown-toggle.btn-default:hover {
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    text-transform: uppercase;
    padding-left: 19px;
    height: 57px;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border-radius: 0;
}

.years-logo img {
    max-width: 200px;
}

.page-id-108 .agent-bio img {
    max-width: 400px;
    float: left;
    margin-right: 26px;
}

.year-tel-hold {
    display: flex;
    align-items: center;
}


.sb-info {
    text-align: center;
}

.sb-add-item {
    margin-top: 10px;
}

.sb-cta a {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 12px;
    text-align: center;
    color: #141414;
    max-width: 300px;
    padding: 29px 0;
    background: #c8cfe2;
    margin: 15px auto 0;
    text-transform: uppercase;
    letter-spacing: 0;
    -webkit-transition: all .325s ease-in-out;
    -moz-transition: all .325s ease-in-out;
    -ms-transition: all .325s ease-in-out;
    transition: all .325s ease-in-out;
}

.sb-cta a:hover,
.sb-cta a:focus {
    color: #FFF;
    background: #000;
}

.home .cycloneslider-template-video .cycloneslider-volume {
    display: none;
}

.int-img {
    max-width: 600px;
}

    .int-img canvas {
        display: block;
        width: 100%;
        height: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

.int-img {
    max-width: 700px;
    margin: 0 auto;
}

.page-id-21 .col-md-4 a img {
    height: 400px !important;
    object-fit: cover;
    object-position: center;
    width: 320px;
}

.page-id-97 h2,
.page-id-21 h2 {
    font-size: 21px !important;
}

article#content {
    font-size: 20px;
    font-family: 'Source Sans Pro', sans-serifPro;
}

#inner-page-wrapper [class*=aidefcf-wrapper-contact-us] .wpcf7 {
    max-width: 500px;
}

.selling-date input {
    width: 100%;
    width: 100%;
    border: 1px solid #969696;
    margin: 5px 0;
    height: 28px;
    padding: 5px 9px!important;
    font-family: Verdana;
    font-size: 11px;
    line-height: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

.page-id-7 .aidefcf-right {
    font-size: 14px;
}

.ip-banner h1 {
    display: none;
}

.afli-item {
    display: flex;
    align-items: flex-start;
}

.year-tel-hold {
    width: 40%;
}

.afli-text {
    width: 60%;
    padding-left: 30px;
}

.years-logo {
    width: 66%;
}

.years-logo img {
    width: 100%;
}

.afli-img {
    width: 40%;
}

.afli-text h3 {
    margin: 0 !important;
    margin-top: -12px !important;
}

.buyers-page button {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 25px;
    letter-spacing: .0em;
    color: #000000;
    white-space: normal;
    text-transform: uppercase;
    outline: none !important;
    padding: 0;
    height: auto !important;
    text-decoration: none !important;
    -webkit-transition: all .325s ease-in-out;
    -moz-transition: all .325s ease-in-out;
    -ms-transition: all .325s ease-in-out;
    transition: all .325s ease-in-out;
}

.buyers-page button:hover,
.buyers-page button:focus {
    color: #c8cfe2;
}


.buyers-page button:focus {
    color: #c8cfe2 !important;
}



.buyers-page button:hover,
.buyers-page button:focus {
    outline: none !important;
}

.buyers-page button br {
    display: none;
}

.page-id-70 .buyers-page button {
    max-width: 1050px !important;
    display: block;
    width: 100% !important;
    text-align: left;
    white-space: revert;
    height: auto !important;
    padding: 0 !important;
    font-size: 18px;
}

/** Single Default Layout (Post Content) */
#content .entry-thumbnail {
    position: relative;
    margin-bottom: 50px;
}

#content .entry-thumbnail img {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.back-to-link {
    position: relative;
}

.back-to-link a {
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    padding: 5px 0;
    position: relative;
    font-family: var(--primary-font);
    margin-top: 75px;
    -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;
}

.back-to-link a:hover,
.back-to-link a:focus {
    color: var(--primary-color);
}
/** End of Single Default Layout (Post Content) */

/** Archive Default Layout (Archive Page) */
#content .archive-list {
    position: relative;
}

#content .archive-list .post {
    border-bottom: none;
}

#content .archive-list .archive-thumbnail,
#content .archive-list .archive-content {
    width: 100%;
}

#content .archive-list .archive-thumbnail a {
    display: block;
    outline: none;
}

#content .archive-list .archive-thumbnail canvas {
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

#content .archive-list .article-long .archive-thumbnail {
    width: 60%;
}

#content .archive-list .article-long .archive-has-thumbnail {
    width: 37%;
    margin-left: 3%;
}

#content .archive-list .article-long .archive-has-thumbnail .archive-subtitle {
    margin-top: 0;
    font-size: 32px;
}

#content .archive-list .article-long p {
    font-size: 22px;
}

#content .archive-more {
    display: inline-block;
    vertical-align: middle;
    font-family: var(--primary-font);
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-style: normal;
    text-decoration: none;
    position: relative;
    -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;
}

#content .archive-more:after {
    content: '';
    position: absolute;
    left: calc(100% + 23px);
    top: calc(50% - 1px);
    background: #ded1c1;
    width: 0;
    height: 2px;
    pointer-events: none;
    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;
}

#content .archive-more:hover,
#content .archive-more:focus {
    color: var(--primary-color);
}

#content .archive-more:hover:after,
#content .archive-more:focus:after {
    width: 63px;
    opacity: 1;
}
/** End of Archive Default Layout (Archive Page) */

.page-id-93 h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600 !important;
    font-size: 36px !important;
    letter-spacing: .0em;
    color: #000000;
    text-transform: uppercase;
    line-height: 1.2;
}

.page-id-93 strong {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 25px;
    letter-spacing: .0em;
    color: #000000;
    text-transform: uppercase;
    outline: none !important;
    padding: 0;
}

.neigh-img .cycloneslider-template-responsive .cycloneslider-prev, .neigh-img .cycloneslider-template-responsive .cycloneslider-next {
    opacity: 1 !important;
    -webkit-transition: all .325s ease-in-out;
    -moz-transition: all .325s ease-in-out;
    -ms-transition: all .325s ease-in-out;
    transition: all .325s ease-in-out;
}

.neigh-img .cycloneslider-template-responsive .cycloneslider-prev:hover,
.neigh-img .cycloneslider-template-responsive .cycloneslider-next:hover {
    background-color: #000;
}

.neigh-img .cycloneslider-template-responsive .cycloneslider-next,
.neigh-img .cycloneslider-template-responsive .cycloneslider-prev {
    -webkit-transition: all .325s ease-in-out;
    -moz-transition: all .325s ease-in-out;
    -ms-transition: all .325s ease-in-out;
    transition: all .325s ease-in-out;
}


 .neigh-img .cycloneslider-template-responsive .cycloneslider-prev:hover .arrow {
    border-top: 6px solid transparent;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
 }

  .neigh-img .cycloneslider-template-responsive .cycloneslider-pager span,
  .neigh-img .splide__pagination__page {
    background-color: #ccc !important;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin: 0 3px;
    -webkit-box-shadow: 1px 1px 2px 0px #333333;
    box-shadow: 1px 1px 2px 0px #333333;
    opacity: 1 !important;
  }

  .neigh-img .cycloneslider-template-responsive .cycloneslider-pager span.cycle-pager-active,
  .neigh-img .splide__pagination__page.is-active {
    background-color: #000 !important;
    transform: unset;
  }

 .neigh-img .cycloneslider-template-responsive .cycloneslider-next:hover .arrow {
    border-top: 6px solid transparent;
    border-left: 6px solid #fff;
    border-bottom: 6px solid transparent;
}

 .neigh-img .aios-slider.aios-slider-template-default .aios-slider-splide {
    overflow: unset;
}

 .neigh-img .splide__pagination {
    bottom: -33px !important;
}

 .neigh-img .aios-slider.aios-slider-template-default .splide .splide__arrow {
    font-size: 20px;
}

.page-id-32 .col-md-4 h2 {
    margin: 0 !important;
    font-size: 23px !important;    
}

.post-type-archive-communities .ip-banner canvas,
.single-communities .ip-banner canvas {
    background-image: url(images/ip-neigh-banner.jpg) !important;
}

.post-type-archive-communities .ip-banner canvas{
    background-image: url(images/ip-banner-neighborhoods.png) !important;
}

.post-type-archive-testimonials .ip-banner canvas {
    background-image: url(images/ip-testi.jpg) !important;
}

.category-blog .ip-banner::before {
    background: rgba(0,0,0,.3);
}

.page-id-97 .entry.entry-content img {
    height: 370px !important;
    object-fit: cover;
}



.page-id-108 .about-title strong {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600 !important;
    font-size: 40px;
    letter-spacing: .0em;
    color: #000000;
    text-transform: uppercase;
}


h2.gtitle {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600 !important;
    font-size: 40px !important;
    letter-spacing: .0em;
    color: #000000;
    text-transform: uppercase;
    display: block;
    line-height: 1.2;
}
#content.aios-testimonials-page h1 strong {
    font-weight: 600 !important;
}
	 
/* MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css */

.mc4wp-checkbox.mc4wp-checkbox-contact-form-7 {
    display: none !important;
}

.login-page .ip-banner canvas {
    background-image: url(images/luxury-banner-1.jpg) !important;
}

.page-id-68 .card-body bold {
    font-weight: 700;
}

.ip-buy-btn a {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    color: #141414;
    max-width: 285px;
    margin-top: 35px !important;
    padding: 20px 0;
    background: #c8cfe2;
    /* margin: 0 auto; */
    text-transform: uppercase;
    letter-spacing: .100em;
    -webkit-transition: all .325s ease-in-out;
    -moz-transition: all .325s ease-in-out;
    -ms-transition: all .325s ease-in-out;
    transition: all .325s ease-in-out;
}

.ip-buy-btn a:hover {
    background-color: #000;
    color: #fff;
}

.page-id-7 span.wpcf7-form-control-wrap.prange {
    display: none !important;
}

.page-id-70 .ip-buy-btn a {
    margin: 0 auto;
}

.post-type-archive-communities .ip-banner canvas {
    background-image: url(images/ip-banner-blogs.jpg) !important;
}

.fc-ter {
    font-size: 20px;
}

.contact-photo {
    max-width: 620px;
    margin-top: 91px;
}

.page-id-0 .ip-banner canvas {
    background-image: url(images/Biking-Main-Street-Powder-Day.jpg) !important;
}

.page-id-68 span.wpcf7-form-control-wrap.price-range {
    display: none !important;
}

#content .entry #ihf-main-container ul {
    padding-left: 0;
    margin-left: 0;
}

#ihf-detail-features-tab .row.mt-10 {
    margin-left: 0;
    margin-right: 0;
}

.ip-schedule-btn a {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #141414;
    letter-spacing: .100em;
    text-align: center;
    text-transform: uppercase;
    max-width: 285px;
    margin: 35px auto 0 !important;
    padding: 20px 0;
    background: #c8cfe2;
    -webkit-transition: all .325s ease-in-out;
    -moz-transition: all .325s ease-in-out;
    -ms-transition: all .325s ease-in-out;
    transition: all .325s ease-in-out;
}

.ip-schedule-btn a:hover {
    background: #000;
    color: #fff;
}

.category-blog #content .archive-subtitle {
    min-height: 80px;
}


.checkbox.ihf-mapsearch-proptype-checkbox {
    padding-left: 5px !important;
}

label.ihf-mapsearch-refine-checkbox-label {
    padding-left: 0px;
}

.sunny-link {
    word-break: break-all;
}

.grecaptcha-badge {
    z-index: 99999;
}

.error404 .wpcf7-response-output {
    text-align: center;
}

.wpcf7-response-output {
    font-size: 15px;
}

.category-blog #content .post {
    min-height: 346px;
}

#listings-details .listings-accordion-title,
#listings-details .listings-accordion-title * {
    opacity: 1 !important;
    color: #000 !important;
}


/*HP Social Media Feed*/
section#hp-smi-feed-wrapper {
    max-width: 1584px;
    margin: 0 auto;
    padding: 52px 115px;
}

.hp-smi-fb {}

.hp-smi-inner {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 30px;
}

.hp-smi-inner > div {
    width: calc(50% - 15px);
}

.hp-smi-feed-items {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
}

.hp-smi-feed-item a {
    display: block;
    position: relative;
}

.hp-smi-feed-item-photo {}

.hp-smi-feed-item a .hp-smi-feed-item-photo {
    position: relative;
}

.hp-smi-feed-item a .hp-smi-feed-item-photo canvas {
    display: block;
    width: 100%;
    height: auto;
    background: #141414;
}

.hp-smi-feed-item a .hp-smi-feed-item-photo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.3s ease-in-out;
}

.hp-smi-feed-item {
    width: calc((100% / 3) - 10px);
}

.hp-smi-title span {
    font-weight: 400;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: .100em;
    display: block;
}

.hp-smi-title {
    display: block;
    font-weight: 700;
    font-size: 60px;
    letter-spacing: .050em;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    padding-bottom: 40px;
}

.hp-smi-username a {
    font-weight: 500;
    font-size: 17px;
    color: #000;
}

.hp-smi-username {
    padding-top: 40px;
}

.hp-smi-feed-item a:hover .hp-smi-feed-item-photo img {
    opacity: 0.6;
}

#fc-wrapper, #welcome-wrapper, #fl-wrapper, #what-wrapper, #hp-smi-feed-wrapper, #testi-wrapper,  .footer{
    display:   none;
}



.aios-custom-ihomefinder-printable-template #breadcrumbs{
        display: none !important

}
/*HP Social Media Feed*/

