/*
Theme Name: The Nickley Group
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.5.9
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. Custom CSS
 *
 *******************************************************/

 :root {
    --Roboto: 'Roboto', sans-serif;
    --Poppins: 'Poppins', sans-serif;
    --primary-color: #20191a;
    --accent-color: #c33430;
}

/* GLOBAL */

body{
    font-family: var(--Poppins);
    font-size: 15px;
    background: #ffffff;
    color: var(--primary-color);
    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:hover, a:link, a:active, a:focus {
    color: var(--primary-color);
    outline: none;
    text-decoration: none;
}

h2 {
	font-size: 30px;
	margin-bottom: 10px;
}

h3 {
	font-size: 24px;
	margin-bottom: 10px;
}

.slick-slide, .slick-slide *, .slick-slide a {outline: none;}

.site_easing, .site_custom_button a, #header_wrap a, .header_logo img, #footer_wrap a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#main-wrapper {
    overflow: hidden;
}


/* HEADER */
#header_wrap {
    width: 100%;
    position: fixed;
    z-index: 1011;
    top: 0;
    left: 0;
    padding-top: 20px;
}
    #header_wrap.fixedhead {
        padding: 20px 0;
        background-color: var(--primary-color);
    }
    .header_top {
        display: flex;
        align-items: center;
    }
        .header_info {
            text-align: right;
        }
            .header_info ul {
                font-size: 0;
            }
                .header_info ul li {
                    display: inline-block;
                    vertical-align: middle;
    margin-left: 4px;
                }
                    .header_info ul li:first-child {
                        margin-left: 0;
                    }
                    .header_info ul li a {
                        width: 31px;
                        height: 31px;
                        display: inline-block;
                        vertical-align: top;
                        color: #707579;
                        text-align: center;
                        background-color: #ffffff;
                        border-radius: 50%;
                    }
                        .header_info ul li a:hover,
                        .header_info ul li a:focus {
                            color: #ffffff;
                            background-color: var(--accent-color);
                        }
                        .header_info ul li a i {
                            font-size: 17px;
                            line-height: 31px;
                        }
                        .header_info ul li a i.ai-font-envelope-f,
                        .header_info ul li a i.ai-font-phone {
                            font-size: 13px;
                        }
        .header_logo_wrap {
            width: 100%;
            max-width: 252px;
            position: absolute;
            z-index: 100;
    top: 29%;
            left: 0;
            right: 0;
            margin: 0 auto;
            font-size: 0;
            text-align: center;
        }
            .header_logo {
                width: 100%;
            }
            .broker_logo {
                margin-top: 29px;
                padding-top: 23px;
                border-top: 2px solid #ffffff;
            }
            .slide_button {
                width: 100%;
                max-width: 177px;
    margin: 30px auto 0;
            }
                .slide_button a {
                    width: 100%;
                    height: 50px;
                    display: block;
                    color: #ffffff;
                    font-size: 18px;
                    font-weight: 500;
                    font-family: var(--Roboto);
                    line-height: 50px;
                    letter-spacing: 0.06em;
                    text-transform: uppercase;
                    background-color: var(--accent-color);
                }
                    .slide_button a:hover,
                    .slide_button a:focus {
                        background-color: var(--primary-color);
                    }

        /* IP LOGO */
        .ip-container .header_logo_wrap {
            max-width: 200px;
            top: 115px;
        }
        .ip-container .header_logo_wrap img {
            max-width: 100%;
            height: auto;
        }
        .ip-container .broker_logo, .ip-container .slide_button {
            display: none;
        }


/* NAVIGATION */
.navigation {
    font-size: 0;
    margin-top: 10px;
}
    #nav li {
        padding: 0 30px;
        position: relative;
        display: inline-block;
    }
        #nav > li::before {
            width: 1px;
            height: 13px;
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            background-color: #ffffff;
        }
        #nav li:first-child {
            padding-left: 0;
        }
        #nav li:last-child {
            padding-right: 0;
        }
        #nav > li:first-child::before {
            display: none;
        }

        #nav li a {
            color: #ffffff;
            font-size: 16px;
            font-weight: 500;
            letter-spacing: 0.08em;
            text-transform: uppercase;
            text-shadow: 0 0 10px #000;
        }
            #nav > li:hover > a,
            #nav > li:focus > a {
                color: #999999;
            }

        #nav .sub-menu {
            list-style: none outside none;
            margin: 0;
            display: none;
            padding: 10px 0 0;
            position: absolute;
            width: 100%;
            min-width: 180px;
            text-align: center;
        }
            .fixedhead #nav .sub-menu {
                padding-top: 25px;
            }
            #nav > li > .sub-menu {
                left: -150%;
                right: -150%;
                margin: 0 auto;
            }
            #nav .sub-menu li {
                width: 100%;
                padding: 0;
                position: relative;
            }
            #nav .sub-menu a {
                color: #ffffff !important;
                font-size: 15px;
                display: block;
                padding: 7px 5px;
                background-color: var(--primary-color);
            }
                #nav .sub-menu a:hover,
                #nav .sub-menu a:focus {
                    color: #ffffff;
                    background-color: var(--accent-color);
                    text-decoration: none;
                }
            #nav .sub-menu .sub-menu {
                margin-left: 100%;
                top: 0;
            }


/* HP SLIDESHOW */
#hp_slideshow_wrap {
    position: relative;
    z-index: 1;
}
    .hp_slideshow {
        position: relative;
    }
        .hp_slideshow::before {
            width: 100%;
            height: 100%;
            content: '';
            position: absolute;
            z-index: 1;
            top: 0;
            left: 0;
            background-color: #000000;
            opacity: 0.1;
        }


/* HP WELCOME */
#hp_widget1 {
    padding: 100px 0 140px;
}
    .hp_welcome {
        width: 95% !important;
        max-width: 1440px;
    }
        .hp_welcome h1 {
            margin-bottom: 100px;
            font-size: 20px;
            font-weight: 500;
            letter-spacing: 0.08em;
            text-align: center;
        }
            .hp_welcome h1 em {
                font-style: normal;
                text-transform: uppercase;
            }
            .hp_welcome h1 span {
                display: block;
                margin-top: 15px;
                font-size: 40px;
            }
        .welcome_text {
            padding-right: 51px;
            font-size: 15px;
            font-family: var(--Roboto);
            line-height: 30px;
            letter-spacing: 0.08em;
            margin-bottom: 125px;
        }
            .welcome_text p {
                margin-bottom: 30px;
            }
        .welcome_video {
            font-size: 0;
            position: relative;
        }
            /* .welcome_video::before {
                width: 260px;
                height: 230px;
                content: '';
                position: absolute;
                z-index: -1;
                bottom: -80px;
                left: -67px;
                background-image: url(images/pattern.png);
                background-size: cover;
                background-position: center;
                background-repeat: no-repeat;
            } */
            .welcome_video a {
                width: 100%;
                height: 100%;
                display: block;
                position: relative;
            }
                .welcome_video a::before {
                    width: 100%;
                    height: 100%;
                    content: '';
                    position: absolute;
                    z-index: 1;
                    top: 0;
                    left: 0;
                    background-color: var(--primary-color);
                    opacity: 0.4;
                    -webkit-transition: all 0.3s ease-in-out;
                    -moz-transition: all 0.3s ease-in-out;
                    -ms-transition: all 0.3s ease-in-out;
                    -o-transition: all 0.3s ease-in-out;
                    transition: all 0.3s ease-in-out;
                }
                .welcome_video_iframe{
                    position: relative;
                    padding-top: 28.25%;
                    float: right;
                    width: 52%;
                    margin-left: 30px;
                }
                .welcome_video_iframe iframe{
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    border: 0;
                    max-width: 100%;
                }
            .welcome_video .play_btn {
                width: 106px;
                height: 106px;
                position: absolute;
                z-index: 2;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                background-color: rgba(255,255,255,0.3);
                border-radius: 50%;
                text-align: center;
            }
                .welcome_video .play_btn i {
                    color: #ffffff;
                    display: block;
                    font-size: 25px;
                    line-height: 106px;
                }
            .welcome_video canvas {
                width: 100%;
                height: auto;
                display: block;
                background-size: cover;
                background-position: center;
                background-repeat: no-repeat;
            }
            .welcome_video a:hover::before,
            .welcome_video a:focus::before {
                opacity: 0.1;
            }
        .welcome_team_photo {
            margin-top: 120px;
            position: relative;
            font-size: 0;
        }
            .welcome_team_photo::before {
                width: 100%;
                height: 100%;
                content: '';
                position: absolute;
                z-index: -1;
                top: 20px;
                left: -20px;
                background-color: #e4e4e2;
            }
            .welcome_team_photo::after {
                width: 260px;
                height: 230px;
                content: '';
                position: absolute;
                z-index: -1;
                bottom: -55px;
                right: -38px;
                background-image: url(images/pattern.png);
                background-size: cover;
                background-position: center;
                background-repeat: no-repeat;
            }
            .team_logo {
                position: absolute;
                top: 45px;
                left: 60px;
            }
            .team_photo {
            }
                .team_photo canvas {
                    width: 100%;
                    height: auto;
                    display: block;
                    background-size: cover;
                    background-position: center;
                    background-repeat: no-repeat;
                }


.welcome_video_iframe {
    background: #000;
}
.welcome_video_iframe .video-cover {
    background: url(/wp-content/uploads/2024/11/video-cover.jpg) center;
    background-size: cover;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 1;
    position: absolute;
    transition: all .5s;
    cursor: pointer;
}
.welcome_video_iframe iframe {
    opacity: 0;
}
.welcome_video_iframe.clicked iframe {
    opacity: 1;
}
.welcome_video_iframe:hover .video-cover  {
    opacity: 0.8;
}
.welcome_video_iframe.clicked::before {
    opacity: 1;
}


/* MEET THE TEAM */
#hp_widget2 {
    padding: 80px 0 100px;
    background-color: var(--primary-color);
    position: relative;
}
    #hp_widget2::before {
        width: 100%;
        height: 100%;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        background-image: url(images/team-bg.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        opacity: 0.09;
    }
    .hp_team {
        text-align: center;
    }
        .hp_team h2 {
            color: #ffffff;
            font-size: 20px;
            font-weight: 500;
            letter-spacing: 0.08em;
        }
            .hp_team h2 em {
                font-style: normal;
                text-transform: uppercase;
            }
            .hp_team h2 span {
                display: block;
                margin-top: 15px;
                font-size: 40px;
            }
        .team_slider_wrap {
            font-size: 0;
            margin-top: 80px;
            padding: 0 15px;
            position: relative;
        }
            #team_slider {
                margin-left: -1px;
                margin-right: -1px;
            }
                .team_item {
                    padding: 0 1px;
                    display: none;
                }
                    .team_item a {
                        width: 100%;
                        height: 100%;
                        display: block;
                        position: relative;
                    }
                    .agent_photo {

                    }
                        .agent_photo canvas {
                            width: 100%;
                            height: auto;
                            display: block;
                            background-size: cover;
                            /*background-position: center;*/
                            background-position: 100% 20%;
                            background-repeat: no-repeat;
                            filter: grayscale(1);
                            -webkit-transition: all 0.3s ease-in-out;
                            -moz-transition: all 0.3s ease-in-out;
                            -ms-transition: all 0.3s ease-in-out;
                            -o-transition: all 0.3s ease-in-out;
                            transition: all 0.3s ease-in-out;
                        }
                        .team_item a:hover .agent_photo canvas,
                        .team_item a:focus .agent_photo canvas {
                            filter: none;
                        }
                    .agent_name {
                        width: 100%;
                        display: inline-block;
                        vertical-align: top;
                        padding: 22px 0;
                        color: var(--primary-color);
                        font-size: 16px;
                        font-weight: 500;
                        background-color: #ffffff;
                    }
                        .team_item a:hover .agent_name,
                        .team_item a:focus .agent_name {
                            color: #ffffff;
                            background-color: #c03330;
                        }
            .team_arrows {
                width: 100%;
                height: 46px;
                position: absolute;
                top: calc(50% - 23px);
                left: 0;
                pointer-events: none;
            }
                .team_arrows .slick-arrow {
                    width: 43px;
                    height: 46px;
                    position: absolute;
                    top: 0;
                    cursor: pointer;
                    pointer-events: auto;
                    background-color: #c1c1c1;
                    background-size: auto;
                    background-position: center;
                    background-repeat: no-repeat;
                }
                    .team_arrows .slick-arrow.team_prev {
                        left: 4px;
                        background-image: url(images/icon-prev-arrow.png);
                    }
                    .team_arrows .slick-arrow.team_next {
                        right: 4px;
                        background-image: url(images/icon-next-arrow.png);
                    }
                    .team_arrows .slick-arrow:hover,
                    .team_arrows .slick-arrow:focus {
                        background-color: #c03330;
                    }


/* HP CTA */
#hp_widget3 {
    padding: 100px 0 110px;
    position: relative;
    background-color: #ffffff;
}
    #hp_widget3::before {
        width: 100%;
        height: 100%;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        background-image: url(images/cta-bg.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        opacity: 0.09;
    }
    .hp_cta {
        text-align: center;
    }
        .cta_item {

        }
            .cta_item a {
                width: 100%;
                height: 100%;
                display: block;
                position: relative;
            }
                .cta_item a::before {
                    width: 100%;
                    height: 100%;
                    content: '';
                    position: absolute;
                    z-index: 1;
                    top: 0;
                    left: 0;
                    background-color: #000000;
                    opacity: 0.55;
                    -webkit-transition: all 0.3s ease-in-out;
                    -moz-transition: all 0.3s ease-in-out;
                    -ms-transition: all 0.3s ease-in-out;
                    -o-transition: all 0.3s ease-in-out;
                    transition: all 0.3s ease-in-out;
                }
                .cta_item a::after {
                    width: 100%;
                    height: 8px;
                    content: '';
                    position: absolute;
                    z-index: 1;
                    bottom: 25px;
                    left: 0;
                    background-color: #ffffff;
                    opacity: 0.5;
                }
                .cta_photo {

                }
                    .cta_photo canvas {
                        width: 100%;
                        height: auto;
                        display: block;
                        background-size: cover;
                        background-position: center;
                        background-repeat: no-repeat;
                        filter: grayscale(1);
                        -webkit-transition: all 0.3s ease-in-out;
                        -moz-transition: all 0.3s ease-in-out;
                        -ms-transition: all 0.3s ease-in-out;
                        -o-transition: all 0.3s ease-in-out;
                        transition: all 0.3s ease-in-out;
                    }
                    .cta_item a:hover::before,
                    .cta_item a:focus::before {
                        opacity: 0.3;
                    }
                    .cta_item a:hover .cta_photo canvas,
                    .cta_item a:focus .cta_photo canvas {
                        filter: none;
                    }
                .cta_title {
                    width: 100%;
                    position: absolute;
                    z-index: 2;
                    top: 50%;
                    left: 50%;
                    transform: translate(-50%, -50%);
                    color: #ffffff;
                    font-size: 22px;
                    font-weight: 500;
                    letter-spacing: 0.08em;
                    text-transform: uppercase;
                }
                    .cta_title span {
                        display: block;
                        font-size: 40px;
                        font-weight: 600;
                        letter-spacing: 0.06em;
                    }
        .cta_bottom {
            margin-top: 11px;
        }


/* HP STATISTICS */
#hp_widget4 {
    padding: 95px 0 145px;
    background-color: var(--primary-color);
}
    .hp_statistics {
        color: #ffffff;
        text-align: center;
    }
        .hp_statistics h2 {
            color: #ffffff;
            font-size: 20px;
            font-weight: 500;
            letter-spacing: 0.08em;
        }
            .hp_statistics h2 em {
                font-style: normal;
                text-transform: uppercase;
            }
            .hp_statistics h2 span {
                display: block;
                margin-top: 15px;
                font-size: 40px;
            }
        .hp_statistics ul {
            font-size: 0;
            margin-top: 90px;
        }
            .hp_statistics ul li {
                width: calc(100% / 6);
                display: inline-block;
                vertical-align: top;
                text-transform: uppercase;
            }
                .stats_number {
                    width: 100%;
                    display: inline-block;
                    vertical-align: top;
                    font-size: 42px;
                    font-weight: 700;
                    letter-spacing: 0.08em;
                }
                .stats_desc {
                    width: 100%;
                    display: inline-block;
                    vertical-align: top;
                    margin-top: 15px;
                    font-size: 16px;
                    font-family: var(--Roboto);
                    line-height: 1.2;
                    letter-spacing: 0.08em;
                }


/* HP TESTIMONIALS */
#hp_widget5 {
    padding: 105px 0;
}
    .hp_testimonials {

    }
        .hp_testimonials h2 {
            margin-bottom: 110px;
            font-size: 20px;
            font-weight: 500;
            letter-spacing: 0.08em;
            text-align: center;
        }
            .hp_testimonials h2 em {
                font-style: normal;
                text-transform: uppercase;
            }
            .hp_testimonials h2 span {
                display: block;
                margin-top: 15px;
                font-size: 40px;
            }
        .testimonials_left {
            color: var(--primary-color);
        }
            .testimonials_left h3 {
                font-size: 22px;
                font-weight: 500;
            }
            .testi_number_wrap {
                font-size: 0;
                margin-top: 20px;
            }
                .testi_number {
                    display: inline-block;
                    vertical-align: middle;
                    text-transform: uppercase;
                    position: relative;
                    padding-right: 33px;
                }
                    .testi_number::before {
                        width: 1px;
                        height: 48px;
                        content: '';
                        position: absolute;
                        top: calc(50% - 24px);
                        right: 0;
                        background-color: var(--primary-color);
                    }
                    .testi_number strong {
                        display: inline-block;
                        vertical-align: middle;
                        font-size: 55px;
                        font-weight: 700;
                    }
                    .testi_number span {
                        display: inline-block;
                        vertical-align: middle;
                        margin-left: 15px;
                        font-size: 22px;
                        font-weight: 500;
                    }
                .zillow_review {
                    display: inline-block;
                    vertical-align: middle;
                    margin-left: 35px;
                }
            .testi_zillow_desc {
                margin-top: 35px;
                padding-right: 55px;
                font-size: 16px;
                font-family: var(--Roboto);
                line-height: 30px;
            }
            .testi_zillow_btn {
                margin-top: 30px;
            }
                .testi_zillow_btn a {
                    width: 100%;
                    max-width: 307px;
                    height: 50px;
                    display: inline-block;
                    vertical-align: top;
                    color: #ffffff !important;
                    font-size: 18px;
                    font-weight: 500;
                    text-align: center;
                    text-transform: uppercase;
                    line-height: 50px;
                    letter-spacing: 0.06em;
                    background-color: var(--primary-color);
                }
                    .testi_zillow_btn a:hover,
                    .testi_zillow_btn a:focus {
                        background-color: #c03330;
                    }
        .testimonials_right {
            color: #ffffff;
            position: relative;
        }
            .testimonials_right::before {
                width: 260px;
                height: 230px;
                content: '';
                position: absolute;
                z-index: -1;
                bottom: -80px;
                left: -67px;
                background-image: url(images/pattern.png);
                background-size: cover;
                background-position: center;
                background-repeat: no-repeat;
            }
            #testimonials_slider {
                padding: 90px 40px 40px;
                background-color: var(--primary-color);
                position: relative;
            }
                #testimonials_slider::before {
                    width: 81px;
                    height: 65px;
                    content: '';
                    position: absolute;
                    top: -19px;
                    left: -22px;
                    background-image: url(images/icon-quote.png);
                    background-size: cover;
                    background-position: center;
                    background-repeat: no-repeat;
                }
                #testimonials_slider::after {
                    width: 100%;
                    height: 100%;
                    content: '';
                    position: absolute;
                    z-index: -1;
                    top: 10px;
                    left: -10px;
                    background-color: #e4e4e2;
                }
                .testi_item {
                    font-size: 18px;
                    font-weight: 300;
                    font-family: var(--Roboto);
                    line-height: 30px;
                    display: none;
                }

                #testimonials_slider ul.slick-dots {
                    margin: 70px auto 0;
                    font-size: 0;
                    text-align: center;
                }
                    #testimonials_slider ul.slick-dots li {
                        display: inline-block;
                        vertical-align: top;
                        margin: 0 5px;
                    }
                        #testimonials_slider ul.slick-dots li button {
                            width: 16px;
                            height: 16px;
                            display: block;
                            padding: 0;
                            background-color: #ffffff;
                            outline: none;
                            border: none;
                            border-radius: 50%;
                            opacity: 0.1;
                        }
                            #testimonials_slider ul.slick-dots li.slick-active button {
                                opacity: 1;
                            }


/* HP MAP */
#hp_widget6 {
    position: relative;
    padding-bottom: 60px;
}
    .hp_map {
        width: 100%;
        display: inline-block;
        vertical-align: top;
        font-size: 0;
        position: relative;
        display: block;
        max-width: 1600px;
        margin: 0 auto;
    }
        .hp_map::before {
            width: 39.88%;
            height: 834px;
            content: '';
            position: absolute;
            top: -85px;
            left: 0;
            z-index: 2;
            background-image: url(images/map/map-accent.png);
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            pointer-events: none;
            opacity: 0.04;
            top: -110px;
            background-image: url(images/map/map-accent-full.png);
            background-size: contain;
        }
        .map_left_wrap {
            width: 100%;
            max-width: 515px;
            display: inline-block;
            vertical-align: top;
            position: relative;
            z-index: 3;
            left: 70px;
        }
            .map_title {
                font-size: 0;
                color: #171717;
                margin: 65px 0 45px;
            }
                .map_title em {
                    color: #000000;
                    font-size: 12px;
                    font-style: normal;
                    letter-spacing: 0.1em;
                    text-transform: uppercase;
                    padding-left: 80px;
                    position: relative;
                }
                    .map_title em::before {
                        width: 68px;
                        height: 1px;
                        content: '';
                        position: absolute;
                        top: 50%;
                        left: 0;
                        background-color: #000000;
                    }
                .map_title span {
                    display: block;
                    margin: 30px 0 10px;
                    font-size: 22px;
                    font-family: var(--Roboto);
                    letter-spacing: 0.05em;
                    text-transform: uppercase;
                }
                .map_title strong {
                    font-size: 53px;
                    font-weight: 500;
                }
            .map_left_txt {
                font-size: 0;
            }
                .map_left_txt ul {
                    width: 45%;
                    display: inline-block;
                    vertical-align: top;
                }
                    .map_left_txt ul:first-child {
                        width: 55%;
                    }
                .map_left_txt li {
                    width: 100%;
                    display: inline-block;
                    vertical-align: top;
                    margin-bottom: 70px;
                }
                    .map_left_txt li > a {
                        color: #000000;
                        font-size: 18px;
                        font-weight: 700;
                        line-height: 18px;
                        text-transform: uppercase;
                        position: relative;
                        pointer-events: auto;
                    }
                    .map_cities {

                    }
                        .map_cities span {
                            display: block;
                            color: #4e4e4e;
                            font-size: 12px;
                            font-weight: 400;
                            line-height: 18px;
                            text-transform: capitalize;
                        }
                        .map_left_txt li:hover a,
                        .map_left_txt li:focus a,
                        .map_left_txt li.active a,
                        .map_left_txt li:hover span,
                        .map_left_txt li:focus span,
                        .map_left_txt li.active span {
                            color: var(--accent-color);
                        }


        .map_right_wrap {
            width: 84.375%;
            position: absolute;
            top: 0;
            right: 0;
            z-index: 1;
            text-align: right;
        }
            .hp_map #map_wrap {
                width: 1350px;
                max-width: 100%;
                display: inline-block;
                vertical-align: top;
                position: relative;
                margin-top: 80px;
            }
                #map_wrap #map {
                    width: 100%;
                }
                #transparent {
                    width: 1350px;
                    height: 958px;
                    position: absolute;
                    top: 0;
                    left: 0;
                    right: 0;
                    margin: 0 auto;
                    z-index: 4;
                }



/* MAP HOVERS */
#map .map_hovers {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
    #map .map_hovers div {
        position: absolute;
        z-index: 1;
    }
        #map .map_hovers div img {
            opacity: 0;
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -ms-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
        }

        #map_downtown_orlando {
            top: 348px;
            left: 860px;
        }
        #map_winter_park {
            top: 299px;
            left: 846px;
        }
        #map_lake_nona {
            top: 515px;
            left: 969px;
        }
        #map_seminole_county {
            top: 46px;
            left: 862px;
        }
        #map_lake_county {
            top: 50px;
            left: 396px;
        }
        #map_south_orlando {
            top: 425px;
            left: 800px;
        }
        #map_east_orlando {
            top: 339px;
            left: 999px;
        }
        #map_west_orange {
            top: 154px;
            left: 624px;
        }
        #map_southwest_orlando {
            top: 397px;
            left: 622px;
        }
        #map_osceola {
            top: 481px;
            left: 430px;
        }

/* MAP TEXTS */
.map_txt {
    position: absolute;
    width: auto;
    z-index: 3;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 2px 2px rgba(0,0,0,0.75);
}
    .map_txt::before {
        width: 15px;
        height: 19px;
        content: '';
        display: block;
        margin: 0 auto 5px;
        background-image: url(images/map/icon-pin.png);
        background-size: auto;
        background-position: top center;
        background-repeat: no-repeat;
    }
    .map_txt_downtown_orlando {
        top: 47px;
        left: 20px;
    }
    .map_txt_winter_park {
        top: 25px;
        left: 63px;
    }
    .map_txt_lake_nona {
        top: 46px;
        left: 65px;
    }
    .map_txt_seminole_county {
        top: 162px;
        left: 92px;
    }
    .map_txt_lake_county_01 {
        top: 54px;
        left: 348px;
        min-width: 130px;
    }
    .map_txt_lake_county_02 {
        top: 350px;
        left: 68px;
    }
    .map_txt_south_orlando {
        top: 146px;
        left: 44px;
    }
    .map_txt_east_orlando {
        top: 60px;
        left: 52px;
    }
    .map_txt_west_orange {
        top: 94px;
        left: 95px;
    }
    .map_txt_southwest_orlando {
        top: 60px;
        left: 65px;
    }
    .map_txt_osceola {
        top: 279px;
        left: 483px;
    }



/* HP BLOG */
#hp_widget7 {
    padding: 90px 0 100px;
    background-color: var(--primary-color);
}
    .hp_blog {
        color: #ffffff;
    }
        .blog_top_wrap {
            width: 100%;
            margin-bottom: 35px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
            .blog_top_wrap h2 {
                width: calc(100% - 150px);
                font-size: 45px;
                font-weight: 500;
                line-height: 1.3;
                position: relative;
            }
                .blog_top_wrap h2::before {
                    width: 65.4%;
                    max-width: 647px;
                    height: 1px;
                    content: '';
                    position: absolute;
                    top: 50%;
                    right: 0;
                    background-color: #ffffff;
                    opacity: 0.5;
                }
            .view_all_blogs {

            }
                .view_all_blogs a {
                    display: inline-block;
                    color: #ffffff;
                    font-size: 16px;
                    font-weight: 500;
                    text-transform: uppercase;
                }
                    .view_all_blogs a:hover,
                    .view_all_blogs a:focus {
                        opacity: 0.5;
                    }
        .blog_item {

        }
            .blog_photo {
                font-size: 0;
            }
                .blog_photo canvas {
                    width: 100%;
                    height: auto;
                    display: block;
                    background-size: cover;
                    background-position: center;
                    background-repeat: no-repeat;
                    filter: grayscale(1);
                    -webkit-transition: all 0.3s ease-in-out;
                    -moz-transition: all 0.3s ease-in-out;
                    -ms-transition: all 0.3s ease-in-out;
                    -o-transition: all 0.3s ease-in-out;
                    transition: all 0.3s ease-in-out;
                }
                    .blog_photo:hover canvas,
                    .blog_photo:focus canvas {
                        filter: none;
                    }
            .blog_title {
                margin: 20px 0 10px;
            }
                .blog_title a {
                    color: #ffffff;
                    font-size: 18px;
                    font-weight: 700;
                }
            .blog_description {
                font-size: 14px;
                font-family: var(--Roboto);
                line-height: 22px;
            }
            .blog_link {
                margin-top: 15px;
            }
                .blog_link a {
                    color: #ffffff;
                    font-size: 14px;
                    font-weight: 500;
                    text-transform: uppercase;
                }
                    .blog_title a:hover, .blog_link a:hover,
                    .blog_title a:focus, .blog_link a:focus {
                        opacity: 0.5;
                    }


/* HP RAVING FANS CLUB */
#hp_widget8 {
    padding: 110px 0 140px;
}
    .hp_raving_fans {

    }
        .hp_raving_fans h2 {
            margin-bottom: 90px;
            font-size: 20px;
            font-weight: 500;
            letter-spacing: 0.08em;
            text-align: center;
        }
            .hp_raving_fans h2 em {
                font-style: normal;
                text-transform: uppercase;
            }
            .hp_raving_fans h2 span {
                display: block;
                margin-top: 15px;
                font-size: 40px;
            }
        .rfc_top_wrap {

        }
        .rfc_bottom_wrap {
            margin-top: 35px;
        }
            .rfc_text_wrap {
                padding-right: 60px;
                font-size: 16px;
                font-family: var(--Roboto);
                line-height: 30px;
            }

            .rfc_bottom_wrap .rfc_text_wrap {
                padding-right: 0;
            }
                .rfc_text_wrap h3 {
                    margin-bottom: 25px;
                    font-size: 25px;
                    font-weight: 700;
                    font-family: var(--Poppins);
                    text-transform: uppercase;
                }
                .rfc_text_wrap ul {
                    margin: 0;
                    list-style: none;
                    column-count: 3;
                }
                    .rfc_text_wrap ul li {
                        position: relative;
                        padding-left: 13px;
                    }
                        .rfc_text_wrap ul li::before {
                            width: 3px;
                            height: 3px;
                            content: '';
                            position: absolute;
                            top: 12px;
                            left: 0;
                            border-radius: 50%;
                            background-color: var(--primary-color);
                        }
            .rfc_photo {
                font-size: 0;
                position: relative;
            }
                .rfc_photo::before {
                    width: 100%;
                    height: 100%;
                    content: '';
                    position: absolute;
                    z-index: -1;
                    top: 10px;
                    left: -10px;
                    background-color: #e4e4e2;
                }
                .rfc_photo::after {
                    width: 260px;
                    height: 230px;
                    content: '';
                    position: absolute;
                    z-index: -2;
                    background-image: url(images/pattern.png);
                    background-size: cover;
                    background-position: center;
                    background-repeat: no-repeat;
                }
                .rfc_photo canvas {
                    width: 100%;
                    height: auto;
                    display: block;
                    background-size: cover;
                    background-position: center;
                    background-repeat: no-repeat;
                }
                .rfc_photo_01 {
                    margin-top: 10px;
                }
                .rfc_photo_02 {
                    margin-top: 55px;
                }
                    .rfc_photo_01.rfc_photo::after {
                        bottom: -80px;
                        left: -67px;
                    }
                    .rfc_photo_02.rfc_photo::after {
                        bottom: -95px;
                        right: -37px;
                    }


/* HP CONTACT FORM */
#hp_widget9 {
    padding: 100px 0 125px;
    background-color: #000000;
    position: relative;
}
    #hp_widget9::before {
        width: 100%;
        height: 100%;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        background-image: url(images/form-bg.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-attachment: fixed;
        opacity: 0.4;
    }
    .safari-true #hp_widget9::before,
    .mobile #hp_widget9::before {
        background-attachment: scroll;
    }
    .hp_contact_form {
        position: relative;
        text-align: center;
        color: #ffffff;
    }
        .hp_contact_form h2 {
            margin-bottom: 40px;
            font-size: 20px;
            font-weight: 500;
            text-align: center;
        }
            .hp_contact_form h2 em {
                font-style: normal;
                text-transform: uppercase;
            }
            .hp_contact_form h2 span {
                display: block;
                margin-top: 10px;
                font-size: 55px;
            }
        .hp_contact_form p {
            font-size: 16px;
            font-family: var(--Roboto);
            text-transform: uppercase;
        }
        .contact_form_wrap {
            font-size: 0;
            margin-top: 60px;
            position: relative;
        }
            .contact_form_wrap .form_field {
                width: 100%;
                display: inline-block;
                vertical-align: top;
                margin-bottom: 30px;
            }
                .contact_form_wrap .form_field_short {
                    width: 48.68%;
                    display: inline-block;
                    vertical-align: top;
                }
                .contact_form_wrap .form_margin {
                    margin-right: 2.64%;
                }
                .contact_form_wrap .form_field input, .contact_form_wrap .form_field textarea {
                    width: 100%;
                    height: 80px;
                    display: inline-block;
                    vertical-align: top;
                    padding: 0 30px;
                    color: #3f3f3f;
                    font-size: 18px;
                    font-family: var(--Roboto);
                    background-color: #ffffff;
                    border: none;
                    outline: none;
                    -webkit-appearance: none;
                    -moz-appearance:    none;
                    appearance:         none;
                }
                .contact_form_wrap .form_field textarea {
                    height: 260px;
                    padding-top: 30px;
                    resize: none;
                }
                .contact_form_wrap .form_submit {
                    width: 100%;
                    display: inline-block;
                    vertical-align: top;
                    margin-top: 35px;
                }
                    .contact_form_wrap .form_submit input[type=submit] {
                        width: 100%;
                        max-width: 307px;
                        height: 50px;
                        display: inline-block;
                        vertical-align: top;
                        padding: 0;
                        color: #ffffff;
                        font-size: 18px;
                        font-weight: 500;
                        text-align: center;
                        text-transform: uppercase;
                        line-height: 50px;
                        letter-spacing: 0.06em;
                        background-color: var(--primary-color);
                        border: none;
                        outline: none;
                        -webkit-appearance: none;
                        -moz-appearance:    none;
                        appearance:         none;
                    }
                        .contact_form_wrap .form_submit input[type=submit]:hover,
                        .contact_form_wrap .form_submit input[type=submit]:focus {
                            background-color: #c03330;
                        }
                        .contact_form_wrap div.wpcf7 .ajax-loader {
                            position: absolute;
                            bottom: -20px;
                            left: 0;
                            right: 0;
                            margin: 0 auto;
                        }
                        .contact_form_wrap .wpcf7-form-control-wrap {
                            display: block;
                        }
                        .contact_form_wrap .use-floating-validation-tip span.wpcf7-not-valid-tip {
                            font-size: 12px;
                        }
                        .contact_form_wrap div.wpcf7-response-output {
                            width: 100%;
                            position: absolute;
                            margin: 5px auto 0;
                            color: #ffffff !important;
                            font-size: 14px;
                            text-align: center;
                        }


/* FOOTER */
#footer_wrap {
    color: #ffffff;
    background-color: var(--primary-color);
    position: relative;
}
    #footer_wrap:before {
        content: '';
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        height: 2px;
        background: #000;
        margin-top: -1px;
    }
    #footer_wrap a {
        color: #ffffff;
    }
        #footer_wrap a:hover,
        #footer_wrap a:focus {
            color: #999999;
        }
    .footer_info_wrap {
        padding: 40px 0 30px;
    }
        .footer_logo {
            font-size: 0;
        }
            .footer_logo::before {
                width: 1px;
                height: 100%;
                content: '';
                position: absolute;
                top: 0;
                right: -15px;
                background-color: #ffffff;
                opacity: 0.3;
            }
            .footer_logo img {
                max-width: 100%;
                height: auto;
            }
        .footer_info {
            font-size: 0;
            position: relative;
            padding-top: 25px;
            padding-left: 75px;
        }
            .foot_info {
                display: inline-block;
                vertical-align: top;
                margin-right: 47px;
                letter-spacing: 0.06em;
            }

            .foot_info.broker-logo {
                width: 160px;
                margin-right: -115px;
            }

                .foot_info:last-child {
                    margin-right: 0;
                }
                .foot_info strong {
                    display: block;
                    margin-bottom: 10px;
                    font-size: 14px;
                    font-weight: 500;
                    text-transform: uppercase;
                    letter-spacing: 0.06em;
                }
                .foot_info span {
                    font-size: 12px;
                    font-family: var(--Roboto);
                    line-height: 1.2;
                    letter-spacing: 0.06em;
                }
        .footer_smi {
            font-size: 0;
            padding-top: 28px;
            text-align: right;
        }
            #footer_wrap .footer_smi a {
                width: 31px;
                height: 31px;
                display: inline-block;
                vertical-align: top;
                margin-left: 9px;
                color: var(--primary-color);
                background-color: #ffffff;
                border-radius: 50%;
                text-align: center;
            }
                #footer_wrap .footer_smi a:first-child {
                    margin-left: 0;
                }
                .footer_smi a i {
                    display: block;
                    font-size: 18px;
                    line-height: 31px;
                }
                #footer_wrap .footer_smi a:hover,
                #footer_wrap .footer_smi a:focus {
                    color: #ffffff;
                    background-color: var(--accent-color);
                }
    .footer_copyright {
        padding: 22px 0;
        font-size: 12px;
        font-family: var(--Roboto);
        text-align: center;
        letter-spacing: 0.06em;
        background-color: #0f0d0d;
        margin-bottom: -1px;
    }
        .footer_copyright span {
            text-transform: uppercase;
        }



/*******************************************************
 *
 * 2. 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,0.5);
    }
    .ip-banner canvas{
        display: block;
        position: relative;
        z-index: 0;
        width: 100%;
        min-height: 350px;
        background-color: #f9f7f7;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .ip-banner .container{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        z-index: 2;
    }
        .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: 24px;
                font-weight: 400;
                text-transform: none;
                letter-spacing: 0.01em;
            }
/* Adjust minimum height of page area */
#content-sidebar, #content-full{ min-height: 500px; margin-top: 20px;}

/** Adjust width of content columns **/
#content-sidebar #content{ width: 77.08%; }
#content-full #content { width: 100%; }

/* Adjust width of sidebar */
.sidebar{ width: 20.83%; }

/* 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-size: 40px;
    font-weight: 500;
    line-height: 1;
}

/* Styles for category/archive/search/etc subheadings (h2) */
#content .archive-subtitle {
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
}

/* AGENTS PAGE */
.agent-holder .attachment-agent-image {
    width: 25%;
}
.agent-holder .agent-contacts {
    width: 75%;
}

/** Single Default Layout (Post Content) */
#content .entry-thumbnail {
    position: relative;
    margin-bottom: 50px;
}

#content .entry-thumbnail img {
    display: block;
    margin: 0 auto;
    width: 100%;
}


/** End of Single Default Layout (Post Content) */

/** Archive Default Layout (Archive Page) */
#content .archive-list {
    position: relative;
    display: flex;
    flex-flow: row wrap;
}

#content .archive-list:before,
#content .archive-list:after {
    display: none;
}

#content .archive-list > article {
    float: none;
}

#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: contain;
    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 {
    font-style: normal;
    text-decoration: none;
}

/** End of Archive Default Layout (Archive Page) */

/** Button */
a.btn-a,
.btn-a {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    width: 338px;
    padding: 26px 0 23px;
    font-size: 13px;
    letter-spacing: .46em;
    color: #212121;
    /*font-family: 'Source Serif Pro', serif;*/
    text-transform: uppercase;
    border: 1px solid rgba(42, 42, 42, 0.3);
    background: transparent;
    text-align: center;
    -webkit-transition: background .3s, color .3s, border .3s;
    -o-transition: background .3s, color .3s, border .3s;
    transition: background .3s, color .3s, border .3s;
}

a.btn-a:hover,
.btn-a:hover,
a.btn-a:focus,
.btn-a:focus {
    background: #2a2a2a;
    border-color: #2a2a2a;
    color: #fef2c2;
}
/** End of Button */


.ip-team-photos {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-bottom: 60px;
}

    #content .ip-team-photos div {
        position: relative;
        margin: 5px 0;
    }
    #content .ip-team-photos > div:nth-child(1) {
        /* width: 100%; */
    }
    #content .ip-team-photos > div {
        width: calc((100% / 3) - 6px);
        margin: 0 3px;
    }
        #content .ip-team-photos div span {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            font-size: 30px;
            text-align: center;
            color: #fff;
            text-shadow: 1px 1px 7px #000;
        }
        #content .ip-team-photos > div:nth-child(1) span {
            /* top: auto; */
            /* bottom: 30px; */
        }
        #content .ip-team-photos img {
            width: 100%;
            max-width: 100%;
            float: none;
        }

.aiosp-wrap .aiosp-container .aios-popup-body {
    max-width: 450px;
}

.pop-form {
    padding: 40px 0;
    /*margin-top: 50px;*/
}
.pop-wrapper {
    padding: 60px 0 20px;
}
.pop-wrapper h2 {
    font-size: 35px;
    font-weight: 500;
    text-align: center;
}

.pop-wrapper form {
    position: relative;
    max-width: 400px;
    margin: 0 auto;
}

.pop-wrapper .wpcf7-response-output {
    font-size: 12px;
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0 !important;
}
.pop-input-sm {
    width: 49%;
    display: inline-block;
}

.pop-input input {
    width: 100%;
    height: 50px;
    margin-bottom: 20px;
    padding: 0 10px;
    font-size: 14px;
}


.pop-input textarea {
    width: 100%;
    height: 100px;
    margin-bottom: 20px;
    padding: 5px 10px 0;
    font-size: 14px;
    border-width: 2px;
    border-style: inset;
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
    resize: none;
}

.pop-btn .wpcf7-submit {
    width: 100%;
    height: 40px;
    background: var(--primary-color);
    border: 0;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .060em;
    font-size: 25px;
}

#content .listings-printable-header span{
    display: none !important;
}

.aios-agents-pagination .page-numbers:hover,
.aios-agents-pagination .page-numbers:focus,
.aios-agents-pagination .page-numbers.current{
    color: var(--accent-color);
}

.grecaptcha-badge{
    z-index: 1010;
}

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;
}

/* IP BLOG POST */
.single-post #content .category-blog .entry img {
    max-width: 723px;
}
.single-post #content .embed-responsive {
    max-width: 85%;
    margin: 0 auto;
}

.aiosp-container.aiosp-inline-holder.aiosp-ref-\#get-in-touch-holder .aios-popup-body {
    max-width: 1080px;
    background: none;
}

/* MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css */

/*template header*/
header#header_wrap.template-header {
    position: fixed;
    padding: 20px 15px;
    background: #fff;
    box-shadow: 0 0 10px #000;
}

header#header_wrap.fixedhead.template-header {
    padding: 10px 15px;
}

header#header_wrap.template-header .container {
    width: 100%;
    max-width: 1480px;
    padding: 0 0;
}

header#header_wrap.template-header .row.header_top::before {
    display: none;
}

header#header_wrap.template-header .row.header_top {
    display: flex;
    align-items: center;
}

header#header_wrap.template-header #nav li a {
    color: #484746;
    font-weight: 300;
    text-shadow: none;
}

header#header_wrap.template-header .navigation {
    font-size: 0;
    margin-top: 0;
    text-align: center;
}

header#header_wrap.template-header .header_info ul li a {
    width: 31px;
    height: 31px;
    color: #fff;
    background-color: #484746;
}

header#header_wrap.template-header .header_info ul li a:hover {
    background: #b40101;
}

header#header_wrap.template-header #nav > li::before {
    background-color: #484746;
}

.header_logo_wrap.template-header-logo{
    display: none;
}

/*AGENTS*/
#agents-results .agents-contact li a:hover,
#agents-single .agents-contact li a:hover,
#agents-results .agents-name a:hover {
    color: var(--accent-color) !important;
}
#agents-single .agents-contact li,
#agents-single .agents-smi {
    margin: 5px 0 !important;
}

#agents-results .agent-top {
    display: none;
}

#agents-results .agents-col:nth-child(even) .agents-smi {
    justify-content: flex-end;
}

#agents-results .agents-smi li a {
    background: #000;
}

#agents-results .agents-smi li a:hover {
    background: var(--accent-color);
    color: #fff;
}

#agents-results .agents-pagination .page-numbers:hover {
    color: var(--accent-color);
}

#agents-results .agents-pagination .page-numbers {
    background: var(--accent-color);
    border-color: var(--accent-color);
}
#agents-results .agents-pagination .page-numbers:hover, #agents-results .agents-pagination .current {
    border-color:  var(--accent-color);
}

#agents-results .agents-pagination .page-numbers:hover, #agents-results .agents-pagination .current {
    background: #fff;
}

#agents-single .agents-smi li a {
    background: var(--accent-color)!important;
}

#agents-single .agents-smi li a:hover {
    color: var(--accent-color)!important;
    background: #fff!important;
    border: solid 1px var(--accent-color)!important;
}

/*HP Video Style*/
section.hp-video {
    font-size: 0;
    padding-bottom: 78px;
    position: relative;


    display: none;
}

    section.hp-video::before {
        content: '';
        width: 1085px;
        height: 589px;
        position: absolute;
        bottom: 0;
        right: 0;
        background-image: url(images/video-bg.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        z-index: -1;
    }

.video-title {
    margin-bottom: 58px;
}

    .video-title img {
        margin: 0 auto;
    }

.hp-video-thumb {
    position: relative;
    top: -72px;
    z-index: 3;
}

.hp-video-main {
    position: relative;
}

    .hp-video-main::after {
        content: '';
        width: 260px;
        height: 230px;
        content: '';
        position: absolute;
        z-index: -1;
        top: -80px;
        left: -67px;
        background-image: url(images/pattern.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

.hp-video-main-item a {
    position: relative;
    display: block;
}

    .hp-video-main-item a::before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(32,25,26,.3);
        z-index: 2;
    }

    .hp-video-main-item a::after {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 20px;
        left: -20px;
        z-index: -1;
        background-color: #e4e4e2;
    }

    .hp-video-main-item canvas {
        display: block;
        width: 100%;
        height: 100%;
    }

        .hp-video-main-item img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .hp-video-thumb-inner {
            padding: 0 14px 0 24px;
        }

.video-btn {
    position: absolute;
    width: 108px;
    height: 108px;
    z-index: 5;
    background: rgb(255 255 255 / 30%);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    color: #fff;
    font-size: 30px;
    -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;
}

    .hp-video-main-item a:hover .video-btn {
        background-color: #be3330;
    }

    .hp-video-main .slick-list.draggable {
        overflow: inherit;
    }

    .hp-video-thumb-list {
        margin: 0 -15px;
    }

    .hp-video-thumb-inner {
        padding: 0 14px 0 23px;
    }

.hp-video-thumb-item {
    width: 25%;
    padding: 0 15px;
}

    .hp-video-thumb-item canvas {
        display: block;
        width: 100%;
        height: 100%;
    }

        .hp-video-thumb-item img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .hp-video-thumb-item a {
            display: block;
            position: relative;
        }

            .hp-video-thumb-img::after {
                content: '';
                width: 100%;
                height: 100%;
                position: absolute;
                top: 10px;
                left: -10px;
                background-color: #e4e4e2;
                z-index: -1;
                -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;
            }

                .hp-video-thumb-item a:hover .hp-video-thumb-img::after {
                    background-color: #be3330;
                }

            .hp-video-thumb-img {
                position: relative;
            }

.hp-vide-thumb-desc {
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
    margin-top: 27px;
}

.hp-video-arrow {
    max-width: 182px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 11px;
}

.hp-video-arrow .slick-arrow span {
    display: flex;
    width: 31px;
    border: 1px solid #d0d0d0;
    height: 31px;
    border-radius: 50%;
    font-size: 13px;
    align-items: center;
    justify-content: center;
    color: #000;
    -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;
}

    .hp-video-prev.slick-arrow span {
        margin-right: 13px;
    }

    .hp-video-prev.slick-arrow {
        position: relative;
    }

        .hp-video-prev.slick-arrow::after {
            content: '';
            width: 1px;
            height: 31px;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background-color: #bbbbbb;
            right: -14px;
        }

    .hp-video-next span {
        margin-left: 13px;
    }

.hp-video-arrow .slick-arrow {
    font-weight: 500;
    font-size: 16px;
    color: #20191a;
    display: flex !important;
    align-items: center;
    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;
}

    .hp-video-arrow .slick-arrow:hover span {
        background-color: #be3330;
        border-color: #be3330;
        color: #fff;
    }
/*why work us*/
section.why-work-area {
    background: url(images/sell-with-us/stats-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 74px 15px 39px;
}

        .ww-holder {
            position: relative;
            z-index: 5;
            text-align: center;
            max-width: 1480px;
            margin: 0 auto;
        }

            .ww-title {
                font-size: 40px;
                color: #fff;
                font-family: 'Libre Baskerville', serif;
                letter-spacing: 3.5px;
                text-align: center;
                position: relative;
                z-index: 3;
            }

            .ww-title span {
                display: block;
                font-size: 20px;
                text-transform: uppercase;
                margin-bottom: 11px;
                letter-spacing: 1.5px;
                font-weight: 500;
                font-family: var(--Poppins);
            }

            .ww-stats-area {
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: justify;
                -webkit-justify-content: space-between;
                -ms-flex-pack: justify;
                justify-content: space-between;
                flex-wrap: wrap;
                margin-top: 41px;
            }

                .ww-stats-list {
                    width: calc(100% / 6 );
                    padding: 9px 10px 30px;
                    margin-bottom: 30px;
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    justify-content: center;
                }

                    .ww-label {
                        font-size: 16px;
                        color: #fff;
                        font-weight: 400;
                        font-family: var(--Roboto);
                        line-height: 1.25;
                        text-transform: uppercase;
                        letter-spacing: 1px;
                        margin-top: 19px;
                    }

                        .stats-number {
                            font-size: 46px;
                            color: #fff;
                            font-weight: 700;
                            font-family: var(--Poppins);
                            margin-bottom: 0;
                            text-transform: uppercase;
                        }

                            .ww-label span {
                                display: block;
                            }

                                .ww-link {
                                    margin-top: 24px;
                                }

                            .ww-head {
                                display: flex;
                                justify-content: center;
                                position: relative;
                                padding: 32px 0;
                            }

                        .ww-head::after{
                            content: '';
                            position: absolute;
                            top: 0;
                            left: 0;
                            right: 0;
                            margin: auto;
                            width: 285px;
                            height: 134px;
                            background: url(images/sell-with-us/swu-stats-logo.png) no-repeat;
                            background-size: contain;
                            background-position: center;
                            opacity: .43;
                        }
                    .ww-stats-icon {
                        width: 100%;
                        height: 176px;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                    }

                .ww-stats-list.ww-stat1 .ww-stats-icon{
                    background: url(images/sell-with-us/stat1.png) no-repeat;
                    background-size: contain;
                    background-position: center;
                }

            .ww-stats-list.ww-stat2 .ww-stats-icon{
                background: url(images/sell-with-us/stat2.png) no-repeat;
                background-size: contain;
                background-position: center;
            }

        .ww-stats-list.ww-stat3 .ww-stats-icon{
            background: url(images/sell-with-us/stat3.png) no-repeat;
            background-size: contain;
            background-position: center;
        }

    .ww-stats-list.ww-stat4 .ww-stats-icon{
        background: url(images/sell-with-us/stat4.png) no-repeat;
        background-size: contain;
        background-position: center;
    }

        .ww-stats-list.ww-stat5 .ww-stats-icon{
            background: url(images/sell-with-us/stat5.png) no-repeat;
            background-size: contain;
            background-position: center;
        }

            .ww-stats-list.ww-stat6 .ww-stats-icon{
                background: url(images/sell-with-us/stat6.png) no-repeat;
                background-size: contain;
                background-position: center;
            }

            .page-template-template-agent-archive-php .agents-position {
                line-height: 1;
                display: block;
                font-size: 20px;
                color: #000;
                margin-top: -10px;
            }
            .page-template-template-our-blog .inner-page-banner .inner-page-banner-photo {
                background: transparent url('images/our-blog-banner.jpg') no-repeat;
            }

            .page-template-template-our-blog #inner-page-wrapper>.container {
                width: 100%;
                padding: 0;
            }

            #our-blog {
                font-size: 0;
                position: relative;
            }

            #our-blog .our-blog-wrap {
                max-width: 1414px;
                margin: 0 auto 90px;
                padding: 0 20px;
            }

            .our-blog-heading-text {
                background: #ffffff;
                position: relative;
                z-index: 1;
                padding: 72px 0 62px 35px;
            }

            #our-blog .our-blog-title {
                font-size: 150px;
                font-weight: 600;
                color: #1b1b1b;
                line-height: 1;
                letter-spacing: -0.025em;
                margin: 0 0 68px -9px;
                max-width: 318px;
            }

            #our-blog .our-blog-title span {
                display: block;
                text-align: left;
            }

            #our-blog .our-blog-title b {
                font-size: 75px;
                font-weight: 400;
                line-height: 1;
                letter-spacing: -0.05em;
                margin-top: -17px;
                text-align: right;
            }

            #our-blog .our-blog-title.site-section-title span i.title-line {
                display: block;
                width: 2000px;
                height: 3px;
                background: #b0b0b0;
                top: 78px;
                left: -2007px;
            }

            .our-blog-sidebar-wrap {
                position: relative;
                float: right;
                width: 50%;
                margin-top: -184px;
                z-index: 3;
            }

            .our-blog-sidebar {
                padding-left: 57px;
                padding-right: 14px;
            }

            .our-blog-sidebar-title {
                display: block;
                font: 300 36px/1 'Barlow Semi Condensed', sans-serif;
                letter-spacing: 0.05em;
                color: #1b1b1b;
                text-transform: uppercase;
            }

            .our-blog-sidebar-title strong {
                font-weight: 700 !important;
            }

            .our-blog-sidebar form {
                position: relative;
                margin: 42px 0 0 !important;
            }

            .our-blog-sidebar form input[type=text] {
                -webkit-appearance: none;
                -moz-appearance: none;
                appearance: none;
                font-size: 11px;
                font-weight: 400;
                color: #666666;
                letter-spacing: 0.07em;
                text-transform: uppercase;
                border: 0;
                border-bottom: 1px solid #5f5f5f;
                width: 100%;
                height: 55px;
            }

            .our-blog-sidebar form input[type=submit] {
                -webkit-appearance: none;
                -moz-appearance: none;
                appearance: none;
                border: 0;
                width: 23px;
                height: 23px;
                background: url('images/in-the-media-search.png') no-repeat center center;
                position: absolute;
                bottom: 8px;
                right: 0;
                font-size: 0;
            }

            .our-blog-sidebar .our-blog-categories {

                min-height: 483px;

            }

            .our-blog-sidebar .our-blog-categories ul {
                margin-left: 0 !important;
            }

            .our-blog-sidebar .our-blog-categories ul li {
                display: block;
                margin: 35px 0;
            }

            .our-blog-sidebar .our-blog-categories ul li a {
                display: block;
                overflow: hidden;
                background: url(images/articles-dotted-line.png) repeat-x center center;
                color: #1b1b1b;
                -webkit-transition: all 0.4s ease-in-out;
                -moz-transition: all 0.4s ease-in-out;
                -o-transition: all 0.4s ease-in-out;
                transition: all 0.4s ease-in-out;
            }

            .our-blog-sidebar .our-blog-categories a:hover {
                color: #e93e57 !important;
            }

            .our-blog-sidebar .our-blog-categories a span:first-of-type {
                display: block;
                float: left;
                font-size: 20px;
                font-weight: 300;
                line-height: 1.2;
                padding-right: 25px;
                background: #ffffff;
            }

            .our-blog-sidebar .our-blog-categories a span:last-of-type {
                display: block;
                float: right;
                font-size: 16px;
                font-weight: 300;
                line-height: 1.2;
                padding-left: 25px;
                margin-top: 5px;
                background: #ffffff;
            }

            .our-blog-list {

                position: relative;
                font-size: 0;
                /* display: flex; */
                width: 100%;
                z-index: 1;
                /* margin-top: -526px; */
                top: -94px;
            }

            .our-blog-list-col {
                width: 100%;
            }

            /* .our-blog-list-col:first-of-type {
    margin-top: -608px;

} */
            .our-blog-item {
                padding: 0 2px;
                margin-bottom: 4px;
                width: calc(100%/12*6);
                display: inline-block;
                vertical-align: top;
            }

            .our-blog-item a {}

            .our-blog-item-image-wrap {}

            .our-blog-item-image {
                position: relative;
                background-size: cover;
                background-position: center;
                background-repeat: no-repeat;
                height: 352px;
            }

            .our-blog-item-details {
                background-color: #1b1b1b;
                padding: 27px 0 31px 46px;
                min-height: 252px;
            }

            .our-blog-item-title {
                font-family: "Barlow Semi Condensed", sans-serif;
                font-size: 30px;
                font-weight: 600;
                color: #fff;
                line-height: 29px;
                padding-right: 124px;
                min-height: 88px;
            }

            .our-blog-item-author {
                font-family: "Roboto", sans-serif;
                font-size: 14px;
                font-weight: 300;
                color: #909090;
                margin-top: 6px;
            }

            .our-blog-item-excerpt {
                font-family: "Roboto", sans-serif;
                font-size: 14px;
                font-weight: 300;
                color: #fff;
                line-height: 24px;
                margin-top: 11px;
                padding-right: 35px;
            }


/*NEW AGENT LIST CSS */
.new-agent-list {
    display: flex !important;
    flex-flow: row !important;
    flex-wrap: wrap !important;
}

.new-agent-list .agents-col:nth-child(even) .agents-item {
    flex-direction: unset !important;
}

.new-agent-list .agents-col .agent-contact {
    background: transparent !important;
    margin: 0 !important;
}

.new-agent-list  .agents-img {
    position: relative;
    flex-shrink: unset !important;
    overflow: hidden;
    backface-visibility: hidden;
    width: 100% !important;
}

.new-agent-list .agent-item {
    perspective: 1000px;
    width: 218px;
    margin-right: 10px;
    margin-bottom: 80px;
}

.new-agent-list .agent-card-inner{
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.new-agent-list .agent-item:hover .agent-card-inner{
    transform: rotateY(180deg);
}

.new-agent-list .agent-image, .agents-details {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    top: 0;
}

.new-agent-list .agent-image {
    background-color: #fff;
    color: black;
    z-index: 2;
}

.new-agent-list .agents-details {
    background-color: var(--primary-color);
    color: white;
    transform: rotateY(180deg);
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 15px;
}

.new-agent-list .agents-contact {
    justify-content: center !important;
    margin-top: 0 !important;
    background-color: transparent !important;
}

.new-agent-list .agents-contact li {
    display: block !important;
    word-break: break-all;
	width: 100%;
}

#agents-results .agents-contact li div {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}

.new-agent-list .agents-contact li a,
.new-agent-list .agents-contact li span {
    color: #fff !important;
}

.new-agent-list .agents-smi {
    flex-wrap: wrap !important;
    width: 100% !important;
    justify-content: center !important;
    margin-left: 0 !important;
}

.new-agent-list .agents-smi li a {
    background-color: #fff !important;
    color: #707579 !important;
}

.new-agent-list .agents-button {
    margin: 25px auto 0 auto !important;
    border-color: #fff !important;
    color: #fff !important;
}

.new-agent-list .agents-name {
    font-size: 18px !important;
    font-weight: 800 !important;
    display: block !important;
    margin-top: 0 !important;
    color: #000 !important;
    text-align: center !important;
    margin-top: 10px !important;
}

.new-agent-list .agents-position {
    text-align: center !important;
    margin-top: 5px !important;
    padding: 0 10px !important;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
    width: auto;
    position: absolute;
}
.ip-container .wpcf7 form .wpcf7-response-output {
    color: #000000 !important;
    text-align: center;
}
.wpcf7-spinner {
    position: absolute;
}

#ihf-map-canvas .leaflet-right {
    z-index: 999;
}
#ihf-main-container #areaPickerClearAll .glyphicon {
    color: #ffffff !important;
}
#ihf-main-container ul.nav-tabs,
#ihf-main-container ul.chosen-results {
    margin: 0;
    padding: 0;
}

.single-aios-agents .aiosp-wrap .aiosp-ref-\#agents-popup-form .aios-popup-body {
    width: 555px;
    min-height: 0;
    padding: 30px;
}
.single-aios-agents .aiosp-wrap .aiosp-ref-\#agents-popup-form input[type=submit]:hover {
    color: #c33430;
}
.single-aios-agents .aiosp-wrap .aiosp-ref-\#agents-popup-form .use-floating-validation-tip span.wpcf7-not-valid-tip {
    font-size: 12px;
}

#hp_widget1, #hp_widget3, #hp_widget7, #hp_widget8, #hp_widget9, #footer_wrap{
    display: none;
}

#hp_widget2, .why-work-area, #hp_widget5, #hp_widget6, .hp-video{
    opacity: 0;
}




.slider-form {
    position: absolute;
    top: 58%;
    left: 50%;
    transform: translate(-50% , -50%);
    width: 100%;
}

.sf-title {
    color: #fff;
    text-align: center;
    margin-bottom: 50px;
}

.sf-title h2 {
    font-size: clamp(24px, 3.125vw , 50px);
    font-weight: 600;
    letter-spacing: 0.05em;
}

.sf-title span {
    font-size: 20px;
    letter-spacing: 0.05em;
}


header#header_wrap > .container {
    width: 100%;
    max-width: 1444px;
}


.navigation .menu-main-navigation-container {
    display: flex;
    justify-content: center;
}



.fon {
    width: 100%;
    display: flex;
    height: 68px;
    background: #9a0017;
    justify-content: center;
    align-items: center;
    display: none;
}

.fon-inner span {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin-right: 22px;
}

.fon-inner a {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.05em;
    width: 100%;
    max-width: 137px;
    background: #000;
    color: #fff;
    text-align: center;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

.fon-inner {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 100%;
    justify-content: center;
}



.fon {
    width: 100%;
    display: flex;
    height: 68px;
    background: #9a0017;
    justify-content: center;
    align-items: center;
    display: none;
}

.fon-inner span {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin-right: 22px;
}

.fon-inner a {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.05em;
    width: 100%;
    max-width: 137px;
    background: #000;
    color: #fff;
    text-align: center;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

.fon-inner {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 100%;
    justify-content: center;
}

#header_wrap.fixedhead .fon {
    display: flex;
}

#header_wrap.fixedhead {
    padding-top: 0;
    padding-bottom: 0;
}

.nsite-logo img {
	filter: invert(1);
}

#header_wrap.fixedhead .nsite-logo img {
    max-width: 235px;
}

#header_wrap.fixedhead .navigation {
    margin-top: 0;
}

#header_wrap.fixedhead .header_top {
    padding: 8px 0;
}

.fon-inner a {
    transition: all 0.3s ease-in-out;
}

.fon-inner a:hover {
    background: #9a0017;
}




/****popup****/

.get-in-touch-button {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #b40101;
    font-size: 12px;
    font-weight: 600;
    color: #fff !important;
    line-height: 1;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    width: 208px;
    height: 45px;
    z-index: 1029;
    top: 50%;
    right: -104px;
    /*left: -59px;*/
    bottom: auto;
    transform: rotate(
-90deg
) translateY(-50%);
}

.get-in-touch-button:hover{
    background: #0f0d0d;
}

.default-easing {
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.popup-holder {
    background: #21191a;
    padding: 85px 10px;
    font-size: 0;
    box-shadow: 0 0 8px 3px rgb(0 0 0 / 40%);
}

.popup-holder strong {
    display: block;
    font: 400 55px/1 'Gilda Display', serif;
    color: #fff;
    text-align: center;
}

.popup-holder p {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    line-height: 2.1;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    margin: 1px 0 19px;
    font-family: var(--Roboto);
}

.popup-form {
    max-width: 750px;
    margin: auto;
    position: relative;
    padding-bottom: 35px;
}

.popup-form .field-lg {
    width: calc(100% - 8px);
}
.popup-form .field-input {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 23px;
    margin: 4px;
}

.popup-form .field-sm {
    width: calc( 100% - 292px );
    margin-right: 30px;
}

.popup-form .field-xs {
    width: calc(50% - 8px);
}

.popup-form .field-xxs {
    width: calc( 50%  - 286px /2 );
}

.popup-form .form-button {
    width: 262px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 14px;
    background: none;
    margin: 4px;
}

.form-button {
    position: relative;
    background: #940d1b;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.popup-form div.wpcf7-response-output {
    width: 100%;
    position: absolute;
    font-size: 12px;
    text-align: center;
    margin: 0;
    color: #ffffff !important;
    bottom: 0px;
    left: 0;
    right: 0;
    width: auto;
}

.popup-form .field-input label {
    display: none;
}

.popup-form .wpcf7-form-control-wrap {
    display: block;
}

.field-input input, .field-input textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    width: 100%;
    height: 70px;
    background: #e1dcd7;
    outline: none;
    padding: 0 22px;
    font-size: 18px;
    font-weight: 400;
    color: #3f3f3f;
    font-family: var(--Roboto);
}

.popup-form .field-input textarea {
    font-weight: 400;
    line-height: 2.1;
}

.popup-form .field-input input, .popup-form .field-input textarea {
    padding-left: 20px;
    padding-right: 20px;
    background: #ffffff;
    font-weight: 400;
    color: #2b262b;
}

.field-input textarea {
    resize: none;
    padding-top: 12px;
    height: 120px;
}

.popup-form .form-button input {
    height: 70px;
    border: 4px solid #ffffff;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.form-button input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background: none;
    width: 100%;
    height: 70px;
    outline: none;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    font-family: var(--Roboto);
}

.popup-form div.wpcf7 .ajax-loader {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: -20px;
    margin: auto;
}

.popup-form .use-floating-validation-tip span.wpcf7-not-valid-tip {
    font-size: 12px;
}

.is-popup-active .aiosp-content {
    max-width: 945px;
}

.popup-form .form-button input {
    height: 70px;
    border: 2px solid #ffffff;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.popup-form .form-button:hover {
    background: #920d1b;
}

.popup-form .form-button:hover input {
    border-color: #920d1b;
}

.is-popup-active .aiosp-close::before, .is-popup-active .aiosp-close::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 10px;
    width: 2px;
    height: 100%;
    background: #ffffff;
}

.is-popup-active .aiosp-close::before {
    transform: rotate(
45deg
);
}

.is-popup-active .aiosp-close::after {
    transform: rotate(
-45deg
);
}

.popup-contact {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.2;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    margin-top: 8px;
    font-family: var(--Roboto);
}

.popup-contact a {
    color: #fff;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.popup-contact a:hover {
    color: #920d1b;
}

.is-popup-active .aiosp-close {
    font-size: 0;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 30px;
    right: 30px;
    opacity: 1 !important;
}


.fon-mob{
  display: none;
}


.new-stats-wrapper {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 0 15px;
    background: linear-gradient(to bottom,  rgba(169,3,41,1) 0%,rgba(133,3,25,1) 44%,rgba(114,5,27,1) 100%);
}

.ns-cont {
    width: 100%;
    max-width: 1140px;
    margin: 0px auto;
    padding-top: clamp(40px, 5vw , 80px);
    padding-bottom: clamp(50px, 5.625vw , 90px);
}

.ns-stats {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
    align-items: flex-start;
}

.ns-hd {
    margin-bottom: 32px;
    text-align: center;
}

.ns-hd span {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 400;
    margin-bottom: 13px;
    display: block;
    color: #fff;
}

.ns-hd h2 {
    font-size: 35px;
    font-weight: 500;
    letter-spacing: 0.025em;
    color: #fff;
}

.ns-stats-item span {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    display: block;
}

.ns-stats-item img {
    display: block;
    margin: 0px auto;
}

.ns-stats-item {
    text-align: center;
}

.ns-stats-item:nth-child(3) img {
    margin-bottom: 18px;
}

.ns-stats-item:nth-child(5) img {
    margin-bottom: 4px;
}

.ns-stats-item:nth-child(7) img {
    margin-bottom: 20px;
}

.ns-stats-item:first-child img {
    margin-bottom: 15px;
}


.ns-stats-item h2 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    display: block;
    margin-top: 8px;
}

.ns-stats-item p {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    line-height: 1.4;
}


.ns-br {
    width: 3px;
    height: 90px;
    background: #a81021;
    margin-top: 64px;
}


.slider-form p {
    text-align: center;
    margin-top: 10px;
    font-weight: bold;
    font-size: 17px;
    letter-spacing: 0.05em;
}

img[src*="https://arttrk.com/pixel/"] {
    display: none;
}


.contact_form_wrap .wpcf7 form .wpcf7-response-output,
.ip-container .contact_form_wrap .wpcf7 form .wpcf7-response-output {
    color: #fff!important;
}

.aiosp-container[class*="aiosp-ref-#sellers-popup"] .aios-popup-body {
	max-width: 945px;
  padding: 0;
}
.aiosp-container[class*="aiosp-ref-#sellers-popup"] .aiosp-close {
	font-size: 0;
	width: 22px;
	height: 22px;
	position: absolute;
	top: 30px;
	right: 30px;
	opacity: 1 !important;
}
.aiosp-container[class*="aiosp-ref-#sellers-popup"] .aiosp-close::before,
.aiosp-container[class*="aiosp-ref-#sellers-popup"] .aiosp-close::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 10px;
	width: 2px;
	height: 100%;
	background: #ffffff;
}
.aiosp-container[class*="aiosp-ref-#sellers-popup"]  .aiosp-close::before {
	transform: rotate( 45deg );
}
.aiosp-container[class*="aiosp-ref-#sellers-popup"]  .aiosp-close::after {
	transform: rotate( -45deg );
}

body:not(.home) .get-in-touch-wrap  {
	display: none !important;
}


/*opt in*/
.opt-wrap > .opt-policy {
	display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  clear: both;
  gap: 10px;
  padding-bottom: 15px;
  padding-top: 15px;
}
.opt-box .wpcf7-list-item-label {
	display: none !important;
}
.opt-policy .opt-box input {
	margin: 0;
}
.opt-policy .opt-txt {
  color: #fff;
  text-align: justify;
  line-height: 1.2;
	font-size: 14px;
}
.opt-policy .opt-txt a {
    font-weight: bold;
	color: #fff;
	text-decoration: underline;
}
.ai-contact-wrap .opt-box span {
	line-height: 0
}
.opt-policy .wpcf7-list-item {
margin: 0;
}

.ip-container #main-wrapper {
	background: #000;
}
.ip-container main {
	background: #fff;
}
#inner-page-wrapper {
	margin-bottom: 0;
	padding-bottom: 30px;
}

.page-id-6317 #custom-breadcrumbs > span {
	background: #000;
}

.sp-image-wrapper img {
	width: 100% !important;
	max-width: 300px;
}

body > iframe:not(#honely-future-value-plugin-wrapper) {
    margin-bottom: 70px;
}

[data-aios-reveal=true] {
    opacity: 1;
}