/*
Theme Name: (Orlando Business Broker)
Theme URI: http://orlandobusinessbrokercom.rs4.aios-staging.com/
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.5.2
Tags: one-column, two-columns, right-sidebar, custom-menu, full-width-template, sticky-post
License: Proprietary
License URI: http://www.agentimage.com
Template: aios-starter-theme
*/

/*

TABLE OF CONTENTS

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


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


.slideshow-tagline,
.slideshow-tagline2,
.slideshow-tagline3,
.slideshow-tagline4 {
    opacity: 0;
}

.slideshow-tagline{
    position: absolute;
    z-index: 99;
    bottom: 58px;
    left: 2%;
    font-weight: 700;
    font-size: 45px;
    color: #fff;
    /*background: #000;*/
    padding: 23px 22px;
    text-align: center;
    border-radius: 22px;
}

.slideshow-tagline2 {
    position: absolute;
    z-index: 99;
    bottom: 58px;
    right: 2%;
    font-weight: 700;
    font-size: 45px;
    color: #fff;
    /*background: #000;*/
    padding: 23px 22px;
    text-align: center;
    border-radius: 22px;
}

.slideshow-tagline3 {
    position: absolute;
    z-index: 99;
    bottom: 50%;
    right: 15%;
    font-weight: 700;
    font-size: 45px;
    color: #fff;
    /*background: #000;*/
    padding: 23px 22px;
    text-align: center;
    border-radius: 22px;
}

.cycloneslider-template-video .cycloneslider-caption {
    height: 100% !important;
    pointer-events: none !important;
    background: none !important;
}

.slideshow-tagline4 {
    position: absolute;
    z-index: 99;
    bottom: 50%;
    right: 15%;
    font-weight: 700;
    font-size: 45px;
    color: #fff;
    /*background: #000;*/
    padding: 23px 22px;
    text-align: center;
    border-radius: 22px;
}


/* Sub Menu */
#nav li,
#navfix li {
    position:relative;
    display: inline-block;
}
  
#nav .sub-menu,
#navfix .sub-menu {
    list-style: none outside none;
    margin: 0;
    background: transparent;
    display: none;
    padding: 0;
    position: absolute;
 	width:100%;
 	min-width:150px;
    left: 50%;
    margin-left: -75px;
    padding-top: 4px;
}
#nav .sub-menu a,
#navfix .sub-menu a {
    color: #FFFFFF;
    display: block;
    padding: 10px;
}
#nav .sub-menu a:hover,
#navfix .sub-menu a:hover {
    background: transparent;
    color: #000000;
    text-decoration: none;
}
#nav .sub-menu .sub-menu,
#navfix .sub-menu .sub-menu {
    margin-left: 51%;
 	top:0;
}
#nav li:hover > .sub-menu,
#navfix li:hover > .sub-menu {
    display: block;
}
#nav .sub-menu li,
#navfix .sub-menu li {
    position: relative;
    display: block;
    background: rgba(11, 31, 54, .79);
}


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

/* Global */

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #FFF;
	color: #000000;
	margin: 0;
    top:0px !important;

    /* 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:visited,a:focus,input,input:focus,textarea,textarea:focus,select:focus,select{
    outline: none !important;
    text-decoration: none !important;
}

.slick-slide{
    outline: none !important;
}

.label-hide{
    display: none !important;
}

.no-padding {
    padding: 0;
}

.no-padding-left {
    padding-left: 0;
}

.no-padding-right {
    padding-right: 0;
}

.no-margin {
    margin: 0;
}

.no-margin-left {
    margin-left: 0 !important;
}

.no-margin-right {
    margin-right: 0 !important;
}

div#main-wrapper{
    overflow: hidden;
    position: relative;
}

div#main-wrapper::before {
    content: "";
    width: 100%;
    height: 300px;
    position: absolute;
    top: 0;
    left: 0px;
    z-index: 2;
    background: linear-gradient(to bottom,rgba(0, 0, 0, .5) 0%, rgba(0,0,0,0) 100%);
    pointer-events: none;
}

.out-click {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 250;
    display: none;            
}

/*intro animation*/
.intro-wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: #032241;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
    .intro-wrap img {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        max-width: 90%;
        width: 600px;
        opacity: 0;
        -webkit-transition: opacity 1s;
        -o-transition: opacity 1s;
        transition: opacity 1s;
    }

    .loaded.intro-wrap img {
        opacity: 1;
    }

.loaded.intro-wrap {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all 1s 3s;
    -o-transition: all 1s 3s;
    transition: all 1s 3s;
}

/* burger menu */

.burger-menu {        
    position: fixed;
    width: 100%;
    max-width: 985px;
    height: 100%;
    /*background: url(images/burger-bg.png) bottom right no-repeat #fff;*/
    background: url(images/ip-lion-bg.png) bottom right no-repeat #fff;
    z-index: 1002;
    top: 0;
    right: -985px;    
    opacity: 0;
    padding: 0 15px;
    overflow: auto;
    transition: all .75s ease-in-out;
    -webkit-transition: all .75s ease-in-out;
    -moz-transition: all .75s ease-in-out;
    -webkit-backface-visibility: hidden;    
}
    
    .burger-menu.open-nav {
        right: 0;
        opacity: 1;
    }

    .burger-menu .burger-close {
        position: absolute;
        top: 20px;
        right: 40px;       
        z-index: 5;
        cursor: pointer;
        font-size: 16px;
        color: #000;
        text-transform: uppercase;
        line-height: 1;
    }

    .burger-menu .burger-logos {
        display: block;
        padding: 45px 10px 80px;
        text-align: center;
    }

        .burger-menu .burger-logos img {
            display: inline-block;
            vertical-align: middle;
            margin: 0 45px;
        }

    .burger-menu .menu {
        display: block;
        text-align: left;
        text-transform: uppercase;
        font-size: 0;
        padding: 0 40px;
    }

        .burger-menu .menu > li {
            display: inline-block;
            vertical-align: top;            
            margin-bottom: 35px;
            width: 33%;
            padding-right: 3%;
        }

            .burger-menu .menu > li:nth-of-type(2), 
            .burger-menu .menu > li:nth-of-type(5), 
            .burger-menu .menu > li:nth-of-type(8) {
                width: 25%;
            }

            .burger-menu .menu > li:nth-of-type(3), 
            .burger-menu .menu > li:nth-of-type(6),
            .burger-menu .menu > li:nth-of-type(9) {
                width: 42%;
            }

            .burger-menu .menu > li:nth-of-type(6) {
               /* width: 14%;
                padding-right: 0;*/
            }

            .burger-menu .menu > li:nth-of-type(3),
            .burger-menu .menu > li:nth-of-type(8) {
                /*width: 32%;*/
            }

            .burger-menu .menu > li:nth-of-type(8) {
                /*padding-right: 12%;*/
            }

            .burger-menu .menu > li:first-child {
                display: none;
            }

            .burger-menu .menu > li > a {
                display: block;
                font-size: 20px;            
                color: #000;
                line-height: 1;
                padding-bottom: 15px;
            }

            .burger-menu .menu .sub-menu {
                position: relative;
                display: block;
                max-width: 305px;
            }

                .burger-menu .menu .sub-menu li {
                    display: block;
                }

                    .burger-menu .menu .sub-menu li a {
                        display: block;
                        font-size: 12px;
                        line-height: 15px;
                    }

            .burger-menu .menu a:hover {
                color: #173b63;
            }

    .burger-menu .burger-contact {
        display: block;
        max-width: 95%;
        margin: 0% auto 30px;
        padding: 0;
        border-top: 1px solid #cca543;
        padding-top: 25px;
        font-size: 0;
        color: #000;
        line-height: 22px;
        text-align: center;
    }

        .burger-menu .menu .sub-menu .sub-menu li {
            padding-left: 10px;
        }

        .burger-menu .burger-contact > div {
            display: inline-block;
            font-size: 14px;
            margin: 0 25px;
            vertical-align: top;
            text-align: center;
        }

        .burger-menu div.burger-smi {
            display: block;
            margin-top: 15px;
            padding-left: 5%;
        }

             .burger-menu .burger-smi a {
                display: inline-block;
                vertical-align: middle;
                width: 41px;
                height: 41px;
                background: rgba(210, 182, 108, 0.46);
                border-radius: 100%;
                text-align: center;
                font-size: 19px;
                color: #032241;
                padding-top: 10px;
                margin-right: 15px;
                -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;
            }

                .burger-menu .burger-smi a:hover{
                    background: rgba(210, 182, 108, 1);
                }


/*header*/
header.main-header {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 1001;
    padding-top: 27px;
    pointer-events: none;
}

header.main-header > .container {
    pointer-events: auto;
}

/*fixed header*/
.fixed-header {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 1001;
    margin-top: 300px;
    background: rgba(23, 59, 99, 0.9);
    padding: 5.5px 0;
    margin-top: -100%;
    -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;
}

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

    .fixed-header-logo {
        margin-right: auto;
    }

        .fixed-header-inner {
            display: flex;
        }

            .fixed-header-inner nav.header-nav {
                padding-top: 10px;
            }

                .fixed-header-logo a {
                    display: block;
                    max-width: 30px;
                }

/*logo*/
.header-logo a {
    display: block;
    /* max-width: 299px; */
    position: relative;
}

    .brokerage-logo {
        position: relative;
        margin-left: 0;
        margin-top: 1px;
        right: -125px !important;
    }
        

/* burger icon */

.burger-button .burger-icon {
    color: #fff;
    font-size: 26px;
    display: block;
    text-align: center;
    padding: 30% 0;
    cursor: pointer;
}

    .burger-button i {
        text-align: center;
        display: block;
        color: #fff;
        text-transform: uppercase;
        font-style: normal;
        font-size: 14px;
        margin-top: 8px;
        letter-spacing: 1px;
    }

/*translate*/
.header-translate {
    max-width: 211px;
    margin: 3px auto 0 auto;
	position: relative;
	left: -10px;
}

    a.google-translator-flag {
        display: block;
        position: relative;
    }

        a.google-translator-flag::after{
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: solid 1px #d2b66c;
            -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;
            opacity: 0;
        }

            a.google-translator-flag:hover::after{
                opacity: 1;
            }

/*nav*/
nav.header-nav {
    font-size: 0;
    text-align: center;
    padding-top: 30px;
}

    nav.header-nav ul#nav > li,
    nav.header-nav ul#navfix > li{
        display: inline-block;
        vertical-align: top;
        /* margin: 0 24px; */
        margin: 0 22px;
        position: relative;
    }

        nav.header-nav ul#navfix > li {
            margin: 0 18px;
        }

        nav.header-nav ul#nav > li > a,
        nav.header-nav ul#navfix > li > a{
            font-size: 14px;
            text-align: center;
            text-transform: uppercase;
            color: #fff;
            font-weight: 400;
            font-family: Arial, Helvetica, serif;
            padding: 5px 0;
            display: block;
            position: relative;
            letter-spacing: 1px;
        }

            nav.header-nav ul#nav > li:hover > a{
                /*color: #ddd8d8;*/
            }

                nav.header-nav ul#nav > li:first-child,
                nav.header-nav ul#navfix > li:first-child{
                    margin-left: 0;
                }

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

                        nav.header-nav ul#nav .sub-menu a,
                        nav.header-nav ul#navfix .sub-menu a{
                            color: #FFFFFF;
                            padding: 11px 10px;
                            font-size: 14px;
                            text-transform: uppercase;
                            font-family: Arial, Helvetica, serif;
                            text-align: center;
                            letter-spacing: 1.5px;
                        }

                            nav.header-nav ul#nav .sub-menu li:hover a,
                            nav.header-nav ul#navfix .sub-menu li:hover a{
                                color: #d2b66c;
                            }

                                nav.header-nav ul#nav > li > a::after,
                                nav.header-nav ul#navfix > li > a::after{
                                    content: '';
                                    position: absolute;
                                    width: 0px;
                                    height: 3px;
                                    background: #d2b66c;
                                    bottom: -4px;
                                    left: 50%;
                                    -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;
                                }

                            nav.header-nav ul#nav > li:hover > a::after,
                            nav.header-nav ul#navfix > li:hover > a::after{
                                width: 100%;
                                left: 0;
                            }

                        nav.header-nav ul#nav .sub-menu li:first-child,
                        nav.header-nav ul#navfix .sub-menu li:first-child {
                            padding-top: 9px;
                        }

                    nav.header-nav ul#nav .sub-menu li:last-child,
                    nav.header-nav ul#navfix .sub-menu li:last-child {
                        padding-bottom: 10px;
                    }

/*slideshow*/
.slideshow-area,
.slider-holder {
    position: relative;
}

    .slider-holder .cycle-slide:after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: .3;
    }

        .slider-tagline {
            position: absolute;
            /*bottom: 15%;*/
            bottom: 0;
            left: 0;
            width: 100%;
            height: calc(100% - 170px);
            text-align: center;
             font-size: 45px;
            text-transform: uppercase;
            font-family: Arial, Helvetica, serif;
            color: #fff;
            /* letter-spacing: 6.5px; */
            letter-spacing: 4.5px;
            pointer-events: none;


        }

        .slideshow1 {
    position: absolute;
    bottom: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    z-index: 2;
    color: #fff;
    font-size: 45px;
    text-align: center;
    letter-spacing: 4.5px;
     text-transform: uppercase;
}

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

/*welcome*/
h1.wc-title {
    font-size: 16px;
    text-transform: uppercase;
    color: #173b63;
    font-family: Arial, Helvetica, serif;
    letter-spacing: 8px;
}

    h1.wc-title span {
        display: block;
        height: 1px;
        background: #d2b66c;
        position: relative;
        margin-top: 27px;
        width: calc(100% + 100px);
    }

        h1.wc-title span::after{
            content: '';
            position: absolute;
            top: -3px ;
            left: 0;
            width: 295px;
            height: 7px;
            background: #d2b66c;
        }

            .wc-title2 {
                font-size: 57.33px;
                text-transform: uppercase;
                color: #173b63;
                font-family: Arial, Helvetica, serif;
                letter-spacing: 10.2px;
                position: relative;
                left: -3px;
                line-height: 1.05;
                margin-top: 24px;
                margin-bottom: 24px;
                /* margin-bottom: 39px; */
            }

                .wc-title2 span{
                    font-size: 30.05px;
                    display: block;
                    letter-spacing: 4.2px;
                }

                    .wc-content p {
                        font-size: 17px;
                        color: #232323;
                        font-weight: 300;
                        font-family: Arial, Helvetica, sans-serif;
                        line-height: 1.45;
                        padding-bottom: 24px;
                        letter-spacing: .85px;
                    }
                        
                        a.wc-read {
                            font-size: 14px;
                            color: #032241;
                            text-transform: uppercase;
                            font-family: Arial, Helvetica, serif;
                            border: solid 2px #d2b66c;
                            display: block;
                            max-width: 165px;
                            height: 56px;
                            background: transparent;
                            line-height: 56px;
                            text-align: center;
                            letter-spacing: 1px;
                            margin-top: 11px;
                            -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;
                        }

                            a.wc-read:hover{
                                background: #d2b66c;
                            }

                                .wc-agent-bg {
                                    position: absolute;
                                    left: 24px;
                                    bottom: 0;
                                    width: calc((100vw - 1200px) / 2 + 100%);
                                    height: calc(100% - 47px);
                                }

                                    .wc-agent-bg span {
                                        position: relative;
                                        width: 100%;
                                        height: 100%;
                                        background: url(images/wc-agent-bg.jpg) no-repeat;
                                        background-size: cover;
                                        background-position: right center;
                                        background-attachment: fixed;
                                        display: block;
                                        -webkit-filter: grayscale(100%);
                                        filter: grayscale(100%);
                                    }

                                .wc-agent-photo img {
                                    /*position: relative;
                                    z-index: 5;
                                    margin-left: -20px;
                                    margin-top: -47px;*/
                                    position: relative;
                                    z-index: 5;
                                    margin-left: -65px;
                                    margin-top: -47px;
                                    max-width: 200%;

                                }

                            .wc-agent-bg::after{
                                content: '';
                                position: absolute;
                                top: 0;
                                left: 0;
                                width: 81%;
                                height: 100%;
                                background: rgba(3, 34, 65, .8);
                                z-index: 1;
                            }

                        .wc-agent-bg::before{
                            content: '';
                            position: absolute;
                            bottom: 0;
                            right: 0;
                            width: 19%;
                            height: 55%;
                            background: rgba(210, 182, 108, .8);
                            z-index: 1;
                        }

                    .wc-content {
                        padding-top: 77px;
                        padding-right: 45px;
                    }

                .wc-agent-photo {
                    position: relative;
                }

/*testimonials*/
section.testimonials-area {
    padding-bottom: 21px;
}

    .testi-photo {
        width: calc((100vw - 1190px) / 2 + 100%);
        float: right;
        position: relative;
        right: 20px;
    }

        .testi-photo-bg {
            position: absolute;
            right: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            z-index: 5;
        }

            .testi-photo img {
                position: relative;
                z-index: 2;
                margin-left: 0;
                margin-top: 0;
                -webkit-filter: grayscale(100%);
                filter: grayscale(100%);
                width: 100%;
            }

                .testi-photo-bg::after{
                    content: '';
                    position: absolute;
                    top: 0;
                    right: 0;
                    width: 81%;
                    height: 100%;
                    background: rgba(3, 34, 65, .8);
                    z-index: 1;
                }

                    .testi-photo-bg::before{
                        content: '';
                        position: absolute;
                        bottom: 0;
                        left: 0;
                        width: 19%;
                        height: 55%;
                        background: rgba(210, 182, 108, .8);
                        z-index: 1;
                    }

                        .testi-text {
                            font-size: 17px;
                            color: #232323;
                            font-weight: 300;
                            font-family: Arial, Helvetica, sans-serif;
                            line-height: 1.45;
                            margin-bottom: 26px;
                            padding-right: 15px;
                            letter-spacing: .85px;
                        }

                            .testi-author {
                                font-size: 20px;
                                font-weight: 600;
                                color: #232323;
                                font-family: Arial, Helvetica, sans-serif;
                            }

                                .testi-slide-holder {
                                    padding-left: 64px;
                                    position: relative;
                                    margin-top: 63px;
                                }

                                    .testi-quote {
                                        position: absolute;
                                        left: -121px;
                                        z-index: 5;
                                        opacity: .3;
                                        top: 8px;
                                    }

                                    .testi-links-arrow {
                                        font-size: 0;
                                        position: relative;
                                        margin-top: 49px;
                                    }

                                .testi-links-arrow::after {
                                    content: '';
                                    position: absolute;
                                    top: 0;
                                    bottom: 0;
                                    margin: auto;
                                    width: 100%;
                                    height: 1px;
                                    background: #d2b66c;
                                }

                                .testi-links-arrow span em {
                                    font-weight: 700;
                                }

                            .testi-links-arrow span {
                                font-size: 12px;
                                color: #d2b66c;
                                width: 40px;
                                height: 40px;
                                display: inline-block;
                                vertical-align: top;
                                border: solid 1px #d2b66c;
                                text-align: center;
                                line-height: 40px;
                                cursor: pointer;
                                background: #fff;
                                position: relative;
                                z-index: 5;
                            }

                        span.testi-prev {
                            margin-right: -1px;
                        }

                    .testi-links-arrow span:hover{
                        color: #000;
                        background: #d2b66c;
                    }

/*our services cta*/
section.services-cta-area {
    padding-top: 56px;
    position: relative;
    background: #032241;
    padding-bottom: 82px;
}

    section.services-cta-area .container{
        position: relative;
        z-index: 5;
    }

        .os-cta-bg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 64.5%;
            background: #fff;
        }

            .os-cta-bg::after{
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: url(images/os-cta-bg.jpg) no-repeat;
                background-size: cover;
                background-position: center;
                -webkit-filter: grayscale(100%);
                filter: grayscale(100%);
                opacity: .7;
            }

                .os-cta-bg::before {
                    content: "";
                    width: 100%;
                    height: 100%;
                    position: absolute;
                    top: 0;
                    left: 0px;
                    z-index: 2;
                    background: linear-gradient(to bottom,rgba(255, 255, 255, 1) 45%,rgba(255, 255, 255, .5) 100%, rgba(255,255,255,0) 100%);
                    pointer-events: none;
                }

                    .os-cta-title {
                        font-size: 40px;
                        text-transform: uppercase;
                        color: #173b63;
                        text-align: center;
                        font-family: Arial, Helvetica, serif;
                        position: relative;
                        max-width: 554px;
                        margin: 0 auto 61px;
                        letter-spacing: 4px;
                    }

                        .os-cta-title span {
                            display: block;
                            height: 1px;
                            background: #d2b66c;
                            position: relative;
                            margin-top: 37px;
                            width: 100%;
                        }

                    .os-cta-title span::after{
                        content: '';
                        position: absolute;
                        top: -3px ;
                        left: 0;
                        width: calc(100% - 260px);
                        height: 7px;
                        background: #d2b66c;
                        right: 0;
                        margin: auto;
                    }

                .os-cta-list a {
                    display: block;
                    position: relative;
                    max-width: 360px;
                    margin: 15px auto;
                }

                    .os-cta-label {
                        font-size: 0;
                        background: #d2b66c;
                        height: 79px;
                        margin-top: -20px;
                        position: relative;
                        z-index: 5;
                        -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;
                    }

                        .os-cta-label::before{
                            content: '';
                            width: 0;
                            height: 100%;
                            display: inline-block;
                            vertical-align: middle;
                        }

                            .os-cta-label span{
                                display: inline-block;
                                vertical-align: middle;
                                padding: 0 15px 3px;
                                text-align: center;
                                color: #032241;
                                text-transform: uppercase;
                                font-family: Arial, Helvetica, serif;
                                letter-spacing: .5px; 
                                font-size: 24px;
                                width: 100%;
                                line-height: 1.05;
                                -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;
                            }

                    .os-cta-photo canvas{
                        display: block;
                        width: 100%;
                        background-size: cover;
                        background-position: center;
                        background-repeat: no-repeat;
                        -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;
                    }

                        .os-cta-photo {
                            position: relative;
                            z-index: 2;
                            background: #032241;
                        }

                            .os-cta-list a:hover .os-cta-photo canvas{
                                -webkit-filter: grayscale(100%);
                                filter: grayscale(100%);
                                opacity: .2;
                            }

                        .os-cta-list a:hover .os-cta-label{
                            background: #fff;
                        }

                        .os-cta-list a:hover .os-cta-label span{
                            font-size: 26px;
                        }

                    .os-cta-photo::after {
                        content: '';
                        position: absolute;
                        top: 0;
                        left: 0;
                        width: 59%;
                        height: 100%;
                        background: url(images/os-cta-overlay.png) no-repeat;
                        background-size: contain;
                        background-position: center;
                        right: 0;
                        margin: auto;
                        opacity: 0;
                        -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;
                        -webkit-transform: scale(0);
                        -ms-transform: scale(0);
                        transform: scale(0);
                    }

                .os-cta-list a:hover .os-cta-photo::after{
                    opacity: .2;
                    -webkit-transform: scale(1);
                    -ms-transform: scale(1);
                    transform: scale(1);
                }

            .os-cta-learn {
                position: absolute;
                font-size: 14px;
                color: #fff;
                z-index: 6;
                height: 20px;
                line-height: 20px;
                width: 100%;
                top: 0;
                bottom: 0;
                margin: auto;
                text-align: center;
                text-transform: uppercase;
                font-family: Arial, Helvetica, serif;
                opacity: 0;
                -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;
            }

        .os-cta-list a:hover .os-cta-learn{
            opacity: 1;
        }

/*featured listings*/
section.featured-listings-area {
    padding-top: 69px;
}

    .fl-title {
        font-size: 40px;
        text-transform: uppercase;
        color: #173b63;
        text-align: center;
        font-family: Arial, Helvetica, serif;
        position: relative;
        max-width: 554px;
        margin: 0 auto 65px;
        letter-spacing: 4px;
    }
        
        .fl-title em{
            display: block;
            font-size: 18px;
            font-style: normal;
            letter-spacing: 9px;
            margin-bottom: 8px;
        }

        .fl-title span {
            display: block;
            height: 1px;
            background: #d2b66c;
            position: relative;
            margin-top: 37px;
            width: 100%;
        }

            .fl-title span::after{
                content: '';
                position: absolute;
                top: -3px ;
                left: 0;
                width: calc(100% - 260px);
                height: 7px;
                background: #d2b66c;
                right: 0;
                margin: auto;
            }

                .fp-list {
                    display: block;
                    /*max-width: 535px;*/
                    margin: 0 auto;
                    padding: 2.5px;
                }

                    .fp-list a{
                        display: block;
                        position: relative;
                        background: #000000;
                        overflow: hidden;
                        -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;
                    }

                        .fp-photo {
                            position: relative;
                            background-size: cover;
                            background-position: center;
                            background-repeat: no-repeat;
                            opacity: .6;
                            -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;
                        }

                            .fp-photo canvas{
                                display: block;
                                width: 100%;
                            }

                                .fp-list a:hover .fp-photo{
                                    -webkit-filter: grayscale(100%);
                                    filter: grayscale(100%);
                                    opacity: .2;
                                }

                            .fp-list a::after {
                                content: '';
                                position: absolute;
                                top: 0;
                                left: 0;
                                width: 33%;
                                height: 100%;
                                background: url(images/fl-overlay.png) no-repeat;
                                background-size: contain;
                                background-position: center;
                                right: 0;
                                margin: auto;
                                opacity: 0;
                                -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;
                                -webkit-transform: scale(0);
                                -ms-transform: scale(0);
                                transform: scale(0);
                                z-index: 2;
                            }

                        .fp-list a:hover::after{
                            -webkit-transform: scale(1);
                            -ms-transform: scale(1);
                            transform: scale(1);
                            opacity: .2;
                        }

                        .fp-list a:hover{
                            background: #032241;
                        }

                    .fl-details-holder {
                        position: absolute;
                        bottom: -95px;
                        left: 0;
                        width: 100%;
                        height: 100%;
                        z-index: 5;
                        padding: 0 44px;
                        -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;
                    }

                .fl-details-content {
                    position: relative;
                    height: 100%;
                    font-size: 0;
                }

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

        .fl-details-inner{
            display: inline-block;
            vertical-align: middle;
            width: 100%;
            padding-bottom: 5px;
        }

            .fl-price {
                font-size: 36px;
                color: #fff;
                font-family: Arial, Helvetica, serif;
                letter-spacing: 1.5px;
            }

                .fl-border{
                    display: block;
                    height: 1px;
                    background: #d2b66c;
                    position: relative;
                    margin-top: 26px;
                    width: 100%;
                }

                    .fl-border::after{
                        content: '';
                        position: absolute;
                        top: -3px ;
                        left: 0;
                        width: 42%;
                        height: 7px;
                        background: #d2b66c;
                    }

                        .fl-address{
                            font-size: 17px;
                            text-transform: uppercase;
                            color: #fff;
                            font-family: Arial, Helvetica, sans-serif;
                            margin-top: 21px;
                            line-height: 1.2;
                            letter-spacing: 1px;
                        }

                            .fl-view {
                                font-size: 14px;
                                color: #032241;
                                text-transform: uppercase;
                                font-family: Arial, Helvetica, serif;
                                display: block;
                                max-width: 165px;
                                height: 56px;
                                background: #d2b66c;
                                line-height: 56px;
                                text-align: center;
                                letter-spacing: 1px;
                                margin-top: 24px;
                                opacity: 0;
                                -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;
                            }

                                .fp-list a:hover .fl-details-holder {
                                    bottom: 0;
                                }

                            .fp-list a:hover .fl-view {
                                opacity: 1;
                            }

                        .fl-items-holder {
                            margin: 0 -2.5px;
                            position: relative;
                        }

/*recent transaction*/
section.recent-transactions-area {
    padding-top: 81px;
    position: relative;
    background: #032241;
    padding-bottom: 62px;
}

    section.recent-transactions-area .container{
        position: relative;
        z-index: 5;
    }

        .rt-bg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 71%;
            background: #fff;
        }

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

                .rt-bg::before {
                    content: "";
                    width: 100%;
                    height: 100%;
                    position: absolute;
                    top: 0;
                    left: 0px;
                    z-index: 2;
                    background: linear-gradient(to bottom,rgba(255, 255, 255, 1) 45%,rgba(255, 255, 255, .8) 100%, rgba(255,255,255,0) 100%);
                    pointer-events: none;
                }

                    .rt-title {
                        font-size: 40px;
                        text-transform: uppercase;
                        color: #173b63;
                        text-align: center;
                        font-family: Arial, Helvetica, serif;
                        position: relative;
                        max-width: 554px;
                        margin: 0 auto 61px;
                        letter-spacing: 4px;
                    }

                        .rt-title span {
                            display: block;
                            height: 1px;
                            background: #d2b66c;
                            position: relative;
                            margin-top: 37px;
                            width: 100%;
                        }

                    .rt-title span::after{
                        content: '';
                        position: absolute;
                        top: -3px ;
                        left: 0;
                        width: calc(100% - 260px);
                        height: 7px;
                        background: #d2b66c;
                        right: 0;
                        margin: auto;
                    }

                .rt-list {
                    display: block;
                    max-width: 390px;
                    margin: 0 auto;
                    padding: 2.5px;
                }

            .rt-list a{
                display: block;
                position: relative;
                overflow: hidden;
            }

                .rt-photo canvas {
                    display: block;
                    width: 100%;
                    background-size: cover;
                    background-position: center;
                    background-repeat: no-repeat;
                    position: relative;
                }

                    .rt-details-holder {
                        position: absolute;
                        top: calc(100% - 122px);
                        left: 0;
                        width: 100%;
                        height: 100%;
                        background: transparent;
                        z-index: 5;
                        font-size: 0;
                        text-align: center;
                        padding: 0 15px;
                        -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;
                    }

                        .rt-details-content {
                            position: relative;
                            height: 100%;
                        }

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

                                .rt-details-inner{
                                    display: inline-block;
                                    vertical-align: middle;
                                    width: 100%;
                                    padding-bottom: 5px;
                                }

                            .rt-label {
                                font-size: 24px;
                                color: #fff;
                                text-transform: uppercase;
                                font-family: Arial, Helvetica, sans-serif;
                                letter-spacing: 1px;
                                margin-bottom: 40px;
                            }

                        .rt-price {
                            font-size: 36px;
                            color: #fff;
                            font-family: Arial, Helvetica, serif;
                            letter-spacing: 2.5px;
                            margin-bottom: 28px;
                        }

                    .rt-address {
                        font-size: 17px;
                        text-transform: uppercase;
                        color: #7093b6;
                        font-family: Arial, Helvetica, sans-serif;
                        line-height: 1.2;
                        letter-spacing: 1px;
                    }

                .rt-view {
                    font-size: 14px;
                    color: #fff;
                    text-transform: uppercase;
                    font-family: Arial, Helvetica, serif;
                    border: solid 2px #d2b66c;
                    display: block;
                    max-width: 165px;
                    height: 56px;
                    background: transparent;
                    line-height: 56px;
                    text-align: center;
                    letter-spacing: 1px;
                    margin: 32px auto 0;
                }

            .rt-list a:hover .rt-details-holder {
                background: rgba(3,34,65,.8);
                top: 0;
            }

        .rt-list a::after {
            content: "";
            width: 100%;
            height: 30%;
            position: absolute;
            bottom: 0;
            left: 0px;
            z-index: 2;
            background: linear-gradient(to top,rgba(0, 0, 0, 1) 0%, rgba(0,0,0,0) 100%);
            pointer-events: none;
            -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;
        }

            .rt-list a:hover::after{
                opacity: 0;
            }

                .rt-slide-holder {
                    position: relative;
                    margin: 0 -2.5px;
                }

                    .rt-link-view a {
                        max-width: 250px;
                        display: block;
                        margin: 30px auto 0 !important;
                    }
                    .rt-link-view a {
                        font-size: 14px;
                        color: #fff;
                        text-transform: uppercase;
                        font-family: Arial, Helvetica, serif;
                        border: solid 2px #d2b66c;
                        display: block;
                        max-width: 165px;
                        height: 56px;
                        background: transparent;
                        line-height: 56px;
                        text-align: center;
                        letter-spacing: 1px;
                        margin: 39px 0;
                        -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;
                    }

                .rt-link-view a:hover {
                    background: #d2b66c;
                    color: #032241;
                }

/*featured industries*/
section.featured-industries-area {
    padding-top: 75px;
    padding-bottom: 95px;
}

    .fi-title {
        font-size: 40px;
        text-transform: uppercase;
        color: #173b63;
        text-align: center;
        font-family: Arial, Helvetica, serif;
        position: relative;
        max-width: 554px;
        margin: 0 auto 99px;
        letter-spacing: 4px;
    }

        .fi-title span {
            display: block;
            height: 1px;
            background: #d2b66c;
            position: relative;
            margin-top: 37px;
            width: 100%;
        }

            .fi-title span::after{
                content: '';
                position: absolute;
                top: -3px ;
                left: 0;
                width: calc(100% - 260px);
                height: 7px;
                background: #d2b66c;
                right: 0;
                margin: auto;
            }

                .row.fi-list:nth-child(even) {
                    flex-direction: row-reverse;
                }

                .row.fi-list:nth-child(even) .fi-details-content {
                    text-align: right;
                }

                .row.fi-list:nth-child(even) .fi-view a {
                    margin-left: auto;
                }
                
                    .row.fi-list {
                        display: flex;
                        flex-direction: row;
                        margin-bottom: 11px;
                    }

                        .fi-photo-content canvas {
                            display: block;
                            width: 100%;
                            background-size: cover;
                            background-position: center;
                            background-repeat: no-repeat;
                            position: relative;
                            z-index: 5;
                        }

                            .fi-photo-content{
                                position: relative;
                                width: calc((100vw - 1150px) / 2 + 100%);
                                float: right;
                                padding: 30px 0;
                                margin-right: 24px;
                            }

                                .fi-d-title {
                                    /* font-size: 34px; */
                                    font-size: 30px;
                                    text-transform: uppercase;
                                    color: #032241;
                                    font-family: Arial, Helvetica, sans-serif;
                                    position: relative;
                                    padding-bottom: 30px;
                                    margin-bottom: 30px;
                                }

                                    .row.fi-list:nth-child(even) .fi-d-title{
                                        text-align: right;
                                    }

                                        .fi-d-text {
                                            font-size: 17px;
                                            font-weight: 300;
                                            color: #232323;
                                            font-family: Arial, Helvetica, sans-serif;
                                            line-height: 1.45;
                                            letter-spacing: .9px;
                                        }

                                    .fi-view a{
                                        font-size: 14px;
                                        color: #032241;
                                        text-transform: uppercase;
                                        font-family: Arial, Helvetica, serif;
                                        border: solid 2px #d2b66c;
                                        display: block;
                                        max-width: 165px;
                                        height: 56px;
                                        background: transparent;
                                        line-height: 56px;
                                        text-align: center;
                                        letter-spacing: 1px;
                                        margin: 39px 0;
                                        -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;
                                    }

                                .fi-view a:hover{
                                    background: #d2b66c;
                                }

                            .fi-d-title::after {
                                content: '';
                                position: absolute;
                                left: -167px;
                                width: calc(100% + 67px);
                                height: 1px;
                                background: #d2b66c;
                                bottom: 0;
                                opacity: 0;
                            }

                        .row.fi-list:nth-child(even) .fi-d-title::after {
                            left: auto;
                            right: -167px;
                            width: calc(100% + 67px);
                        }

                    .row.fi-list:nth-child(even) .fi-photo-content{
                        float: left;
                        margin-right: 0;
                        margin-left: 24px;
                    }

                .fi-photo-content::after {
                    content: '';
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: calc(100% - 110px);
                    height: 100%;
                    background: transparent;
                }

            .row.fi-list:nth-child(even) .fi-photo-content::after{
                left: auto;
                right: 0;
            }

        .fi-details-content {
            padding-top: 25px;
            position: relative;
            z-index: 5;
        }

/*agent media*/
section.agent-media-area{
    position: relative;
    font-size: 0;
}

    .am-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 5;
    }

        .am-bg::after{
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 5.5%;
            height: 55%;
            background: #d2b66c;
            opacity: .8;
            z-index: 5;
        }

            .am-bg::before{
                content: '';
                position: absolute;
                bottom: 0;
                right: 0;
                width: 94.5%;
                height: 100%;
                background: #032241;
                opacity: .8;
                z-index: 5;
            }

        section.agent-media-area .am-bg span:first-child{
            display: inline-block;
            vertical-align: top;
            width: 30%;
            height: 100%;
            background: url(images/am-bg-left.jpg) no-repeat;
            background-size: cover;
            background-position: right center;
            background-attachment: fixed;
            -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
        }

            section.agent-media-area .am-bg span:last-child{
                display: inline-block;
                vertical-align: top;
                width: 70%;
                height: 100%;
                background: url(images/am-bg-right.jpg) no-repeat;
                background-size: cover;
                background-position: right center;
                background-attachment: fixed;
                -webkit-filter: grayscale(100%);
                filter: grayscale(100%);
                opacity: .8;
            }

                section.agent-media-area .container{
                    position: relative;
                    z-index: 6;
                }

                    .agent-media-photo {
                        width: calc(100% + 235px);
                        position: relative;
                        left: -134px;
                        margin-top: 124px;
                    }

                    .agent-media-photo img{
                            max-width: 100%;
                    }

                        .media-holder {
                            display: flex;
                            flex-wrap: wrap;
                            margin: 49px -9.5px 0 0;
                            position: relative;
                            right: -100px;
                        }

                            .media-list-item {
                                width: 50%;
                                padding: 9.5px;
                            }

                        .media-list-item.facebook-feed .media-inner {
                            background: rgba(66, 103, 178, 0.5);
                        }

                    .media-list-item.youtube-feed .media-inner {
                        background: rgba(204, 0, 0, .50);
                    }

                .media-list-item.twitter-feed .media-inner {
                    background: rgba(13, 86, 129, 0.5);
                }

            .media-list-item.instagram-feed .media-inner {
                background: url(images/ins-bg.png) no-repeat;
                background-size: cover;
                background-position: center;
            }

        .media-inner {
            height: 100%;
            padding: 20px 23px 32px;
        }

        .ins-photo,
        .fb-photo,
        .tw-photo {
            background-size: cover;
            background-position: top;
            background-repeat: no-repeat;
        }

            .ins-photo canvas,
            .fb-photo canvas,
            .tw-photo canvas{
                display: block;
                width: 100%;
            }

                .ins-photo:hover canvas,
                .fb-photo:hover canvas,
                .tw-photo:hover canvas{
                    background: #000;
                    opacity: .2;
                }

                    .ins-feed-holder {
                        max-width: 278px;
                        margin: 16px auto 0;
                    }

                        .fb-feed-holder {
                            margin: 25px auto 0;
                        }

                            .fb-text,
                            .tw-text {
                                /* font-size: 17px; */
                                font-size: 15px;
                                color: #fff;
                                font-weight: 300;
                                font-family: Arial, Helvetica, sans-serif;
                                line-height: 1.45;
                                margin-top: 13px;
                            }

                                .fb-photo,
                                .tw-photo {
                                    max-width: 300px;
                                    margin: 0 auto;									
                                }

                            .yt-feed-holder {
                                margin: 27px auto 0;
                                max-width: 300px;
                            }

                        .yt-list-item span {
                            /* font-size: 17px; */
                            font-size: 15px;
                            color: #fff;
                            font-weight: 300;
                            font-family: Arial, Helvetica, sans-serif;
                            line-height: 1.45;
                            margin-top: 13px;
                            display: block;
                        }

                    .tw-feed-holder {
                        margin: 36px auto 0;
                    }

/*cta*/
section.cta-search-area {
    padding-top: 89px;
    position: relative;
    background: #032241;
    padding-bottom: 87px;
}

    section.cta-search-area .container{
        position: relative;
        z-index: 5;
    }

        .cta-bg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 35%;
            background: #fff;
        }

            .cta-bg::after{
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: url(images/rt-bg.jpg) no-repeat;
                background-size: cover;
                background-position: center;
                -webkit-filter: grayscale(100%);
                filter: grayscale(100%);
                opacity: .7;
            }

                .cta-bg::before {
                    content: "";
                    width: 100%;
                    height: 100%;
                    position: absolute;
                    top: 0;
                    left: 0px;
                    z-index: 2;
                    background: linear-gradient(to bottom,rgba(255, 255, 255, 1) 45%,rgba(255, 255, 255, .8) 100%, rgba(255,255,255,0) 100%);
                    pointer-events: none;
                }

                    .cta-list a {
                        display: block;
                        max-width: 360px;
                        margin: 15px auto;
                        position: relative;
                    }

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

                            .cta-photo canvas{
                                display: block;
                                width: 100%;
                                background: #000;
                                opacity: .6;
                            }

                                .cta-list a:hover .cta-photo canvas{
                                    opacity: .4;
                                }

                            .cta-content {
                                font-size: 0;
                                position: absolute;
                                top: 0;
                                left: 0;
                                width: 100%;
                                height: 100%;
                                text-align: center;
                            }

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

                            .cta-inner {
                                position: relative;
                                height: 100%;
                            }

                            .page-id-195 .cta-list a:hover .cta-photo canvas{
                                opacity: .6 !important;
                            }

                        .cta-label {
                            font-size: 26px;
                            display: inline-block;
                            vertical-align: middle;
                            width: 100%;
                            color: #fff;
                            text-transform: uppercase;
                            font-family: Arial, Helvetica, serif;
                        }

/*cta popup*/
.aiosp-content.aios-popup-body.cta-popup-body {
    background: rgba(3, 34, 65, 0.97);
    max-width: 810px;
    min-height: auto;
    padding: 15px 15px;
    width: 90%;
}

    .cta-popup-title {
        font-size: 40px;
        text-transform: uppercase;
        color: #fff;
        text-align: center;
        font-family: Arial, Helvetica, serif;
        position: relative;
        max-width: 731px;
        margin: 0 auto 39px;
        letter-spacing: 4px;
    }

        .cta-popup-title span {
            display: block;
            height: 1px;
            background: #d2b66c;
            position: relative;
            margin-top: 37px;
            width: 100%;
        }

            .cta-popup-title span::after{
                content: '';
                position: absolute;
                top: -3px ;
                left: 0;
                width: 295px;
                height: 7px;
                background: #d2b66c;
                right: 0;
                margin: auto;
            }

                .cta-popup-fields input, .cta-popup-fields textarea {
                    border-radius: 0;
                    color: #fff;
                    font-size: 17px;
                    font-family: Arial, Helvetica, sans-serif;
                    -webkit-appearance: none;
                    -moz-appearance: none;
                    background: transparent ;
                    /*url(images/qs-arrow.png) no-repeat scroll right 13px center;*/
                    width: 100%;
                    height: 61px;
                    padding: 0 10px;
                    border: 0;
                    border-bottom: solid 1px #c0c0c0; 
                    line-height: 1;
                    letter-spacing: .5px;
                }

                .cta-popup-fields textarea {
                    height: 80px;
                    resize: none;
                    display:block;
                    margin-top: 20px;
                }

                    .cta-popup-btn.cta-popup-fields input:hover,
                    .cta-popup-btn.cta-popup-fields textarea:hover {
                        background: #d2b66c;
                    }

                        .cta-popup-btn.cta-popup-fields input{
                            font-size: 14px;
                            color: #fff;
                            text-transform: uppercase;
                            font-family: Arial, Helvetica, serif;
                            border: solid 2px #d2b66c;
                            display: block;
                            max-width: 165px;
                            height: 56px;
                            background: transparent;
                            line-height: 56px;
                            text-align: center;
                            letter-spacing: 1px;
                            margin: 45px auto 0;
                            -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;
                        }

                    .cta-popup-fields {
                        margin-bottom: 10px;
                    }

                .cta-popup-form {
                    max-width: 490px;
                    margin: 0 auto;
                }

            .cta-popup-form div.wpcf7-response-output {
                margin: 10px 0 0;
                color: #fff;
                text-align: center;
            }

        .aiosp-content.aios-popup-body.cta-popup-body .aiosp-close {
            color: #d2b66c;
        }

/*quick search*/
.qs-form {
    font-size: 0;
}

    .qs-holder {
        margin-top: 77px;
        display: none;
    }

        .qs-form select,
        .qs-form input {
            border-radius: 0;
            color: #aaaaaa;
            font-size: 20px;
            font-style: italic;
            font-family: Arial, Helvetica, sans-serif;
            -webkit-appearance: none;
            -moz-appearance: none;
            background: transparent ;
            /*url(images/qs-arrow.png) no-repeat scroll right 13px center;*/
            width: 100%;
            height: 64px;
            padding: 0 25px;
            border: solid 2px #d2b66c; 
            line-height: 1;
        }

                .qs-form input{
                    background: transparent;
                }

                    .qs-form select::-ms-expand{
                        display: none;
                    }

                        .qs-form .qs-field {
                            display: inline-block;
                            vertical-align: top;
                            margin-right: 10px;
                            margin-bottom: 5px;
                        }

                            .btn-form.qs-field input{
                                border-radius: 0;
                                width: 100%;
                                height: 64px;
                                background: #d2b66c;
                                color: #fff;
                                font-weight: 400;
                                text-transform: uppercase;
                                font-size: 22px;
                                font-family: Arial, Helvetica, serif;
                                border: 0;
                                padding: 0;
                                font-style: normal;
                                -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;
                                display: block;
                                text-align: center;
                            }

                                    .btn-form.qs-field input:hover{
                                        background: #a3822b;
                                    }

                                .btn-form.qs-field {
                                    width: 14.9%;
                                    position: relative;
                                    margin-right: 0;
                                }

                                    .long-form.qs-field {
                                        width: 84.2%;
                                    }

                                    .btn-form.qs-field.qsbtn1 {
                                        margin-right: 0;
                                    }

/*what's happening*/
section.what-happening-area {
    position: relative;
    padding-top: 65px;
    padding-bottom: 63px;
}

    .wh-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

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

            .wh-bg::before{
                content: '';
                position: absolute;
                bottom: 0;
                left: 0;
                width: 5.5%;
                height: 55%;
                background: #d2b66c;
                opacity: .8;
                z-index: 2;
            }

                .wh-bg span{
                    position: absolute;
                    bottom: 0;
                    right: 0;
                    width: 94.5%;
                    height: 100%;
                    background: #032241;
                    opacity: .8;
                    z-index: 2;
                }

                    .wh-bg span::after {
                        content: '';
                        position: absolute;
                        top: 0;
                        left: 0;
                        width: 23.5%;
                        height: 100%;
                        background: url(images/wh-logo-overlay.png) no-repeat;
                        background-size: contain;
                        background-position: left center;
                        opacity: .15;
                        z-index: 2;
                    }

                    .what-happening-holder{
                        position: relative;
                        z-index: 5;
                    }

                        .wh-logo img {
                            margin: 0 auto;
                            max-width: 100%;
                        }

                            .wh-text {
                                font-size: 28px;
                                text-align: center;
                                color: #fff;
                                text-transform: uppercase;
                                font-family: Arial, Helvetica, serif;
                                line-height: 1;
                                letter-spacing: 10px;
                            }

                                .wh-text span{
                                    font-size: 80px;
                                    display: block;
                                    margin-top: 1px;
                                    letter-spacing: 12px;
                                }

                                    .wh-logo {
                                        margin-bottom: 41px;
                                    }
									.wh-links {
                                        text-align: center;
                                        font-size: 0;
                                        padding-top: 50px;
                                        max-width: 672px;
                                        margin: 0 auto;
                                    }

                                        /*.wh-links a{
                                            font-size: 14px;
                                            color: #fff;
                                            text-transform: uppercase;
                                            font-family: Arial, Helvetica, serif;
                                            border: solid 2px #d2b66c;
                                            display: inline-block;
                                            max-width: 31%;
											width: 100%;
                                            height: 56px;
                                            background: transparent;
                                            line-height: 56px;
                                            text-align: center;
                                            letter-spacing: 1px;
                                            margin: 3% 1% 0;
                                            -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;
                                        }
	                                    .wh-links a:hover{
	                                        background: #d2b66c;
	                                    }*/

	                                    .wh-links a {
	                                    	display: inline-block;
	                                    	vertical-align: top;
	                                    	margin: 0 0px 20px;
                                            width: 50%;
                                            padding: 0 4px;
	                                    }
	                                    	.wh-img {
	                                    		margin-bottom: 10px;
	                                    		border: 2px solid #d2b66c;
	                                    		position: relative;
	                                    	}
	                                    	.wh-img::after {
	                                    		content: '';
	                                    		display: block;
	                                    		position: absolute;
	                                    		width: 100%;
	                                    		height: 100%;
	                                    		top: 0;
	                                    		left: 0;
	                                    		background: #d2b66c;
	                                    		opacity: 0;
	                                    		-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;
	                                    	}
	                                    	.wh-links a:hover .wh-img::after {
	                                    		opacity: 0.7;
	                                    	}
	                                    		.wh-img canvas {
	                                    			display: block;
	                                    			max-width: 100%;
	                                    			background-color: #ffffff;
	                                    			background-position: center center;
	                                    			background-repeat: no-repeat;
	                                    			background-size: contain;
	                                    		}
	                                    	.wh-txt {
	                                    		font-family: Arial, Helvetica, serif;
												font-size: 14px;
												color: #ffffff;
												letter-spacing: 1px;
												text-transform: uppercase;
	                                    	}

/*blog*/
section.blog-area {
    padding-top: 70px;
    position: relative;
    padding-bottom: 82px;
}

    .blog-title {
        font-size: 40px;
        text-transform: uppercase;
        color: #173b63;
        text-align: center;
        font-family: Arial, Helvetica, serif;
        position: relative;
        max-width: 554px;
        margin: 0 auto 56px;
        letter-spacing: 4px;
    }

        .blog-title span {
            display: block;
            height: 1px;
            background: #d2b66c;
            position: relative;
            margin-top: 37px;
            width: 100%;
        }

            .blog-title span::after{
                content: '';
                position: absolute;
                top: -3px ;
                left: 0;
                width: calc(100% - 260px);
                height: 7px;
                background: #d2b66c;
                right: 0;
                margin: auto;
            }

                .blog-list {
                    max-width: 360px;
                    margin: 15px auto;
                }

                    .blog-photo{
                        background-size: cover;
                        background-position: center;
                        background-repeat: no-repeat; 
                    }

                        .blog-photo a{
                            display: block;
                            height: 100%;
                        }

                            .blog-photo canvas{
                                display: block;
                                width: 100%;
                            }

                                .blog-photo a:hover canvas{
                                    background: #000;
                                    opacity: .2;
                                }

                                    .blog-border {
                                        display: block;
                                        height: 1px;
                                        background: #d2b66c;
                                        position: relative;
                                        margin-top: 23px;
                                        width: 100%;
                                        margin-bottom: 24px;
                                    }

                                        .blog-border::after{
                                            content: '';
                                            position: absolute;
                                            top: -3px ;
                                            left: 0;
                                            width: 165px;
                                            height: 7px;
                                            background: #d2b66c;
                                            right: 0;
                                            margin: auto;
                                        }

                                    .blog-date {
                                        text-align: center;
                                        font-size: 14px;
                                        color: #173b63;
                                        font-family: Arial, Helvetica, serif;
                                        letter-spacing: 7px;
                                        margin-top: 39px;
                                    }

                                .blog-label {
                                    text-align: center;
                                    /* font-size: 30px; */
                                    font-size: 29px;
                                    text-transform: uppercase;
                                    color: #032241;
                                    font-family: Arial, Helvetica, serif;
                                    line-height: 1.23;
                                }

                            .blog-read a{
                                font-size: 14px;
                                color: #032241;
                                text-transform: uppercase;
                                font-family: Arial, Helvetica, serif;
                                border: solid 2px #d2b66c;
                                display: block;
                                max-width: 165px;
                                height: 56px;
                                background: transparent;
                                line-height: 56px;
                                text-align: center;
                                letter-spacing: 1px;
                                margin: 30px auto 0;
                                -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;
                            }

                        .blog-read a:hover{
                            background: #d2b66c;
                        }

/*footer*/
footer.main-footer{
    position: relative;
    background: #fff;
    padding-bottom: 60px;
}

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

        footer.main-footer .container{
            position: relative;
            z-index: 5;
        }

            .footer-top {
                background: rgba(255, 255, 255, 0.74);
                position: relative;
                z-index: 5;
            }

                .footer-bottom {
                    position: relative;
                    z-index: 5;
                }

                .footer-partners {
                    display: flex;
                    justify-content: center;
                    border-top: solid 3px #d2b66c;
                    border-bottom: solid 3px #d2b66c;
                    padding: 43px 0;
                }

                    .footer-partners img {
                        margin: 15px 20px;
                    }

/*footer details*/
.footer-details {
    position: relative;
    margin-top: 56px;
}

    .footer-contacts span,
    .footer-contacts span a {
        font-size: 18px;
        color: #1f1f1f;
        font-weight: 700;
        font-family: Arial, Helvetica, sans-serif;
    }

        .footer-contacts span a:hover{
            color: rgba(210, 182, 108, 1);
        }

        .footer-contacts span.ft-address{
            font-weight: 400;
        }

            .footer-contacts em.divider {
                display: inline-block;
                vertical-align: middle;
                width: 2px;
                height: 18px;
                background: #b7b7b7;
                margin: 0 9px;
                position: relative;
            }

                .footer-contacts span {
                    display: block;
                    margin-bottom: 11px;
                    padding-left: 7px;
                }

                    .footer-logo {
                        margin-bottom: 17px;
                    }

                    .footer-smi{
                        font-size: 0;
                        padding-top: 10px;
                    }

                .footer-smi a {
                    display: inline-block;
                    vertical-align: middle;
                    width: 41px;
                    height: 41px;
                    background: rgba(210, 182, 108, 0.46);
                    border-radius: 100%;
                    text-align: center;
                    font-size: 19px;
                    color: #032241;
                    padding-top: 10px;
                    margin-right: 15px;
                    -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;
                }

                    .footer-smi a:hover{
                        background: rgba(210, 182, 108, 1);
                    }

/*footer nav*/
.ft-nav-title {
    font-size: 22px;
    text-transform: uppercase;
    color: #032241;
    font-family: Arial, Helvetica, serif;
    letter-spacing: 3.5px;
    margin-bottom: 18px;
}

    .footer-nav {
        width: calc(100% + 80px);
        margin-left: -15px;
        margin-top: 62px;
    }

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

            ul.footernav li {
                width: 50%;
            }

                ul.footernav li a {
                    font-size: 16px;
                    text-transform: uppercase;
                    color: #1f1f1f;
                    font-weight: 300;
                    font-family: Arial, Helvetica, sans-serif;
                    padding: 4px 3px;
                    display: block;
                }

                    ul.footernav li a:hover{
                        color: #000;
                        font-weight: 400;
                    }

                        .footer-copyright,
                        .footer-copyright a {
                            /* font-size: 14px; */
                            font-size: 12px;
                            color: #1f1f1f;
                            letter-spacing: .5px;
                            line-height: 1.6;
                        }

                    .footer-copyright a:hover,
                    .footer-copyright a[href="https://www.agentimage.com"]:hover{
                        color: #4082c3 !important;
                    }

                .mls {
                    font-size: 30px;
                    color: #717171;
                    margin-top: 13px;
                }

                .footer-copyright a[href="https://www.agentimage.com"]{
                    text-decoration: underline !important;
                    color: #1f1f1f;
                }  

            .footer-copyright {
                max-width: 275px;
                margin: 57px 0 0 auto;
            }
   

/*******************************************************
 *
 * 3. IP Styles
 *
 *******************************************************/
.ip-banner{
    position: relative;
    width: 100%;
    z-index: 2;
}
    .ip-banner::before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        background: rgba(0,0,0,.2);
    }
    .ip-banner canvas{
        display: block;
        position: relative;
        z-index: 0;
        width: 100%;
        min-height: 110px;
        background: #f9f7f7;
        background-size: cover;
        background-position: center;
    }
    .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: 74%; }
#content-full #content { width: 100%; }

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

.sidebar .qs-holder {
    background: #032241;
    padding: 20px 15px 15px;
}

.sidebar .qs-form .qs-field {
    margin-right: 0;
    width: 100% !important;
}
 
.sidebar .qs-form input {
    padding: 0 15px;
}

.sidebar .os-cta-label {
    margin-top: 0;
}

.sidebar .os-cta-label span {
    font-size: 20px !important;
}

.sidebar .os-cta-list a{
    border: solid 1px #d2b66c;
}

.sidebar .cta-list a {
    background: #211e1e;
    height: 79px;
    position: relative;
    font-size: 0;
}

.sidebar .cta-list a:hover{
    background: #484444;
}

.sidebar .cta-label {
    font-size: 20px;
    text-align: center;
}

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

.sidebar .footer-smi {
    text-align: center;
}

.sidebar .footer-smi a {
    padding-top: 6px;
    margin: 0 5px;
}

/* 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: 30px;
    text-transform: uppercase;
    color: #173b63;
    font-family: Arial, Helvetica, serif;
    /* letter-spacing: 10.2px; */
    display: none;
}

.category-blogs #content .archive-title {
    display: block;
}

#content h1, aside h1, #content h2, aside h2, #content h3, aside h3, #content h4, aside h4, #content h5, aside h5, #content h6, aside h6, #content b, aside h6, #content strong, aside strong {
    font-weight: bold;
}

#content h2 {
    color: #223555;
    font-size: 25pt;
    line-height: 1;
    margin: 0;
}

#content h3 {
    font-size: 18pt;
    margin: 1em 0;
}

#content strong {
    color: #223555;
}

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

}

#content .entry {
    font-size: 17px;
    color: #000;
    font-weight: 300;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.45;
    padding-bottom: 24px;
    /* letter-spacing: .85px; */
    position: relative;
}

.page-id-226 #content .entry::before {
	content: '';
	display: block;
	position: absolute;
	width: 432px;
	height: 642px;
	background: url(images/ip-lion-bg.png) no-repeat center center / cover;
	z-index: -1;
	top: 0;
	left: 0;
    right: 0;
    margin: auto;
    transform: scaleX(-1);
}

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

.aios-mobile-header-wrapper .amh-navigation .amh-menu li:hover > a, 
.aios-mobile-header-wrapper .amh-navigation .amh-menu li.open > a {
    background: rgba(23, 59, 99, 1);
}

.aios-mobile-header-wrapper .amh-navigation .amh-menu li ul {
    background: #d2b66c;
}

.aios-mobile-header-wrapper .amh-navigation .amh-menu li ul a {
    color: #fff;
}

.cycloneslider-template-video .cycloneslider-volume {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

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


.tagline-slide{
    display: block;
    /*position: relative;*/
    vertical-align: middle;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    pointer-events: auto;
}


.tagline-text .tagline-slide .slick-slide:nth-child(2) {
/*    margin-top: 9%;*/
}

a.link-more {
    font-size: 14px;
    color: #032241;
    text-transform: uppercase;
    font-family: Arial, Helvetica, serif;
    border: solid 2px #d2b66c;
    display: block;
    max-width: 265px;
    height: 56px;
    background: transparent;
    line-height: 56px;
    text-align: center;
    letter-spacing: 1px;
    margin-top: 0px;
    -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;
}

a.link-more:hover{
    background: #d2b66c;
}

.media-sub-title {
    font-size: 20px;
    display: block;
}

.media-info {
    margin-top: 15px;
    border-top: 1px solid #000;
    padding-top: 15px;
}

#content .media-info p {
    display: block;
    margin: 0;
}

.media-photo-smi{
    font-size: 0;
    padding-top: 10px;
}

    .media-photo-smi a {
        display: inline-block;
        vertical-align: middle;
        width: 41px;
        height: 41px;
        background: rgba(210, 182, 108, 0.46);
        border-radius: 100%;
        text-align: center;
        font-size: 19px;
        color: #032241;
        padding-top: 10px;
        margin-right: 15px;
        -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;
    }

.media-photo-smi a:hover{
    background: rgba(210, 182, 108, 1);
}


.cpage-fields input, .cpage-fields textarea {
                    border-radius: 0;
                    color: #000;
                    font-size: 17px;
                    font-family: Arial, Helvetica, sans-serif;
                    -webkit-appearance: none;
                    -moz-appearance: none;
                    background: transparent;
                    /*url(images/qs-arrow.png) no-repeat scroll right 13px center;*/
                    width: 100%;
                    height: 61px;
                    padding: 0 10px;
                    border: 0;
                    border-bottom: solid 1px #c0c0c0;
                    line-height: 1;
                    letter-spacing: .5px;
                }

                .cpage-fields textarea {
                    height: 120px;
                    resize: none;
                    display:block;
                    margin-top: 30px;
                }

                    .cpage-btn.cpage-fields input:hover,
                    .cpage-btn.cpage-fields textarea:hover {
                        background: #d2b66c;
                    }

                        .cpage-btn.cpage-fields input{
                            font-size: 14px;
                            color: #000;
                            text-transform: uppercase;
                            font-family: Arial, Helvetica, serif;
                            border: solid 2px #d2b66c;
                            display: block;
                            max-width: 165px;
                            height: 56px;
                            background: transparent;
                            line-height: 56px;
                            text-align: center;
                            letter-spacing: 1px;
                            margin: 45px auto 0;
                            -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;
                        }

                    .cpage-fields {
                        margin-bottom: 10px;
                    }

#content .happening {
    margin: 0 0 20px 0;
}

#content .happening img {
    border: 1px solid #000;
}

#content .happening span {
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    display: block;
    color: #223555;
    font-weight: bold;
    letter-spacing: 0.3px;
    margin: 5px 0 0 0;
}

.text-center {
	display: block;
	text-align: center;
}

/*** active listings template ***/

.active-listings {
    display: block;
    padding-bottom: 65px;
}

    .active-listings h1 {
        font-size: 24px;
        color: #173b63;
        letter-spacing: .15em;
        font-weight: normal !important;
        line-height: 1;
        margin: 20px 0 70px !important;
    }
        
        .active-listings h1 span {
            display: inline-block;
            position: relative;
            padding: 0 50px 35px;
            border-bottom: 1px solid #d2b66c;
        }

            .active-listings h1 span:after {
                position: absolute;
                content: '';
                left: 50%;
                transform: translateX(-50%);
                width: 53.15%;
                height: 7px;
                bottom: -3.5px;
                background: #d2b66c;
            }
        
        .active-listings h1 em {
            display: block;
            font-size: 48px;
            font-style: normal;
            margin-top: 12px;
        }

        .active-listings .item-holder {
            display: block;
            position: relative;
            margin-bottom: 30px;  
            cursor: pointer;          
        }

            .active-listings .item-holder .active-main {
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                -webkit-transform-style: preserve-3d;
                -webkit-transition: all 0.5s linear;
                -moz-transform-style: preserve-3d;
                -moz-transition: all 0.5s linear;
                -o-transform-style: preserve-3d;
                -o-transition: all 0.5s linear;
                transform-style: preserve-3d;
                transition: all 0.5s linear;
            }

            .active-listings .item-holder:hover .active-main {
                -webkit-transform: rotateY(180deg);
                -moz-transform: rotateY(180deg);
                -o-transform: rotateY(180deg);
                transform: rotateY(180deg);
            }
                .active-listings .item-holder:hover .active-main span.title-top,
                .active-listings .item-holder:hover .active-main .active-details {
                    opacity: 0;
                }

                .active-listings .item-holder .layer {
                    -webkit-backface-visibility: hidden;
                    -moz-backface-visibility: hidden;
                    -o-backface-visibility: hidden;
                    backface-visibility: hidden;
                    position: absolute;
                    left: 0;
                    top: 0;
                    width: 100%;
                    height: 100%;
                }

                .active-listings .item-holder canvas {
                    display: block;
                    width: 100%;
                    height: auto;
                    background-size: cover;
                    background-position: center;
                }

                .active-listings .active-front {                
                }

                    .active-listings .active-front:before {
                        position: absolute;
                        content: '';
                        left: 0;
                        top: 0;
                        width: 100%;
                        height: 100%;
                        background: url(images/listings-overlay.png) repeat-x rgba(32,32,32,.2);
                        background-size: auto 100%;
                        z-index: 3;
                    }

                    .active-listings .active-front:after {
                        position: absolute;
                        content: '';
                        left: 15px;
                        top: 15px;
                        width: calc(100% - 30px);
                        height: calc(100% - 30px);
                        border: 1px solid rgba(255,255,255,.5);
                        z-index: 5;
                    }

                    .active-listings .active-front .active-details {
                        position: absolute;
                        left: 0;
                        bottom: 35px;
                        width: 100%;
                        padding: 0 45px;
                        text-align: center;
                        font-size: 18px;
                        color: #fff;
                        line-height: 1;
                        z-index: 10;
                    }

                        .active-listings .active-front .active-price {
                            display: block;
                            font-size: 20px;
                            margin-top: 10px;
                        }

                        .active-listings .active-front {
                            z-index: 2;
                        }

                .active-listings .active-back {
                    display: block;
                    -webkit-transform: rotateY(180deg);
                    -webkit-box-sizing: border-box;
                    -moz-transform: rotateY(180deg);
                    -moz-box-sizing: border-box;
                    -o-transform: rotateY(180deg);
                    -o-box-sizing: border-box;
                    transform: rotateY(180deg);
                    box-sizing: border-box;                
                    height: 100%;
                    overflow: hidden;                
                    position: relative;
                    z-index: 1;
                }

                    .active-listings .active-back:before {
                        position: absolute;
                        content: '';
                        left: 0;
                        top: 0;
                        width: 100%;
                        height: 100%;
                        background: url(images/listings-overlay-mo.png);
                        background-size: cover;
                        z-index: 6;
                    }

                    .active-listings .active-back:after {
                        position: absolute;
                        width: 100%;
                        height: 100%;
                        content: '';
                        left: 0;
                        top: 0;
                        background: rgba(3,34,65,.8);
                        z-index: 5;
                    }

                    .active-listings .active-back canvas {
                        -webkit-filter: grayscale(100%);
                        filter: grayscale(100%);
                    }

                    .active-listings .active-back .back-details {
                        position: absolute;
                        left: 0;
                        top: 50%;
                        transform: translateY(-50%);
                        padding: 0 15%;
                        text-align: center;
                        z-index: 10;
                        color: #fff;                        
                    }

                        .active-listings .active-back .back-details .back-price {
                            display: inline-block;
                            width: 90%;                        
                            position: relative;
                            padding-bottom: 30px;
                            margin-bottom: 30px;
                            line-height: 1;
                            font-size: 20px;
                            letter-spacing: .1em
                        }

                            .active-listings .active-back .back-details .back-price:before {
                                position: absolute;
                                content: '';
                                left: 0; 
                                bottom: 0;
                                width: 100%;
                                height: 1px;
                                background: #d2b66c;
                            }

                            .active-listings .active-back .back-details .back-price:after {
                                position: absolute;
                                content: '';
                                left: 50%;
                                margin-left: -45px;
                                bottom: -3px;
                                width: 90px;
                                height: 7px;
                                background: #d2b66c;
                            }

                        .active-listings .active-back .back-details p {
                            display: block;
                            margin: 0 !important;
                            font-size: 14px;
                            line-height: 24px !important;
                            letter-spacing: .05em;
                        }

                        .active-listings .active-back .back-details .back-btn {
                            display: block;
                            width: 165px;
                            height: 55px;
                            line-height: 55px;
                            text-align: center;
                            background: #d2b66c;
                            font-size: 13px;
                            color: #032241;
                            letter-spacing: .1em;
                            margin: 35px auto 0;
                            text-transform: uppercase;
                        }

                        .row.Listings_ img {
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center center;
}

.list-hover-info {
    opacity: 0;
    position: absolute;
}


.row.Listings_ a {
    display: flex;
    position: relative;
}
.row.Listings_ p.addr_{

    position: absolute;
    display: block;
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 19px;
    font-weight: normal !important;
}

 .row.Listings_ .price_ {
 
    position: absolute;
    display: block;
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 22px;
    letter-spacing: 1px;
}



.row.Listings_ h2 {
    position: absolute;
    top: 38px;
    display: block;
    text-align: center;
    width: 100%;
    z-index: 1;
    color: #fff !important;
    font-weight: normal !important;
    text-transform: uppercase;
    font-size: 20px !important;
    letter-spacing: 1px;

}

p.addr_ {
    bottom: 46px;
    z-index: 1;
}

.row.Listings_ a:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+98&0.43+1,0+48,0.43+97 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0.43) 0%, rgba(0,0,0,0.43) 1%, rgba(0,0,0,0) 48%, rgba(0,0,0,0.43) 97%, rgba(0,0,0,0.43) 98%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.43) 0%,rgba(0,0,0,0.43) 1%,rgba(0,0,0,0) 48%,rgba(0,0,0,0.43) 97%,rgba(0,0,0,0.43) 98%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0.43) 0%,rgba(0,0,0,0.43) 1%,rgba(0,0,0,0) 48%,rgba(0,0,0,0.43) 97%,rgba(0,0,0,0.43) 98%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6e000000', endColorstr='#6e000000',GradientType=0 ); /* IE6-9 */

}

.row.Listings_ > div {
    margin-bottom: 30px;
}


.line_ {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    padding: 10px;
    outline: 1px solid #fff;
    outline-offset: -16px;
}

.list-hover-info {
    opacity: 0;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(3,34,65,0.8);
    z-index: 2;
    color: aliceblue;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.list-hover-info p {
    text-align: center;
    font-size: 14px;
    width: 100%;
    max-width: 250px;
    margin: 0px auto !important;
    display: block;
    color: #ececec;
    position: relative;
}


p.hover-price_ {
    font-size: 22px;
    margin: 56px auto 28px auto !important;
    display: block;
    position: relative;
    letter-spacing: 2px;
}

span.thick_line_ {
    position: absolute;
    height: 6px;
    background: #d2b66c;
    width: 100%;
    max-width: 76px;
    bottom: -18px;
    transform: translateX(-50%);
    left: 50%;
    top: 1;
}
span.thick_line_:after {
    content: '';
    width: 200px;
    height: 1px;
    background: #d2b66c;
    position: absolute;
    transform: translate(-50% , -50%);
    top: 50%;
    left: 50%;
    z-index: 99999;
}

.list-hover-info p:nth-child(2):after {
    content: '';
    background: url(images/logo-listings-trans.png);
    height: 247px;
    width: 170px;
    position: absolute;
    transform: translate(-50% , -50%);
    left: 50%;
    top: 50%;
    background-repeat: no-repeat;
    opacity: 0.7;
}

.row.Listings_ a:hover .list-hover-info {
    opacity: 1;
}


.row.Listings_ a:hover .addr_, .row.Listings_ a:hover h2, .row.Listings_ a:hover .line_ {
    display: none;
}

.page-template-template-listings .ip-banner canvas{
        background-image: url(../../uploads/2019/07/ip-banner-listings.jpg) !important;
}

/*
.page-template-template-details #inner-page-wrapper > .container {
    width: 100%;

    padding: 0px;

}*/

.det-line_ {
    display: block;
    width: 1005;
    width: 80%;
    height: 1px;
    background: #d2b66c;
    position: relative;
    transform: translateX(-50%);
    left: 38%;/*
    margin-top: 58px;*/
}

span.det-thick-link {
    height: 6px;
    width: 30%;
    background: #d2b66c;
    position: absolute;
    right: 0;
    transform: translateY(-50%);
    top: 50%;
}

.featured-image_ {
    margin-top: 60px;
}


.tab-info{display:none}
.info-active{display:block}

.det-tabs > ul {
    margin: 0px !important;
    text-align: center;
    width: 100%;
    display: block;
    border-bottom: 1px solid #d2b66c;
}

.det-tabs ul li {
    /* float: left; */
    list-style: none;
    display: inline-block;
}


.tab-current{
	font-weight: bold;
}

.det-tabs ul li a {
    color: #173b63;
    text-transform: uppercase;
    padding: 26px 26px 26px 26px;/*
    padding: 26px 12px 26px 12px;*/
    display: block;
    font-size: 14px;
    position: relative;
}

.det-tabs ul {
    margin: 0px !important;
    text-align: center;
}

.featured-image_ img {
    width: 100%;
    height: auto !important;
    background-size: cover;
}


a.tab-current:after {
    content: '';
    position: absolute;
    width: 100%;
    background: #d2b66c;
    height: 6px;
    left: 0;
    bottom: -4px;
}

section.tab-content {
    margin-top: 64px;
}


.column-1-12 {
   width: calc(100% / 12);
}
.column-2-12 {
   width: calc(100% / 12 * 2);
}
.column-3-12 {
   width: calc(100% / 12 * 3);
}

.column-11-12 {
   width: calc(100% / 12 * 11);
}

    .single-listing .column-11-12 {
       width: calc(100% / 12 * 12);
    }

.row.det-foot-cont > img {
background-image: url(images/det-footer-bg.jpg);
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
width: 100%;
height: auto;
    max-height: 525px;

}

.row.det-foot-cont {
    position: relative;
}


.det-column-holder {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.det-column {
    float: left;
    color: #fff;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.det-column.column-11-12 {
    background: rgba(3,34,65,0.8);
}

.det-column.column-1-12 span {
    height: 50%;
    position: absolute;
    display: block;
    width: 100%;
    bottom: 0;
    background: rgba(202,182,108,0.8);
}

.column-11-12-cont {
    width: 100%;
    position: relative;
    text-align: center;
}

.darrellinfo h2 {
    color: #fff !important;
    font-weight: normal !important;
    text-transform: uppercase;
    letter-spacing: 6px;
    font-size: 54px !important;
    padding-bottom: 40px;
}

.darrellinfo a {
    display: block;
    font-size: 16px !important;
}

.darrellinfo a span {
    color: #d2b66c;
    font-weight: bold;
}

.darrellinfo {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    position: relative;
}

.det-column.column-11-12 img {
    display: inline-block;
    vertical-align: middle;
}

/*.darrellinfo, .det-column.column-11-12 img {
    margin: 0px 60px;
}
*/
img.detfooterlogo {
    position: absolute;
    /* height: 100%; */
    padding: 0% 0px;
    /* margin: 0px !important; */
    /* left: 25px; */
    margin: 0px !important;
    transform: translate(-50% , -50%);
    top: 50%;
    left: -66%;
    /* width: 100%; */
}

.darrellinfo {
    margin-right: 130px;
}

a.req-more-info {
    display: block;
    border: 1px solid #d2b66c;
    width: 100%;
    max-width: 356px;
    text-align: center;
    margin: 65px auto;
    padding: 21px;
    color: #032241;
    text-transform: uppercase;
    font-size: 15px;
}


article.tab-info.listing-details ul li {
    display: block;
    text-align: left;
    color: #3b3b3b;
    font-size: 16px;
}



article.tab-info.Operation ul li {
    display: block;
    text-align: left;
    color: #3b3b3b;
    font-size: 16px;
}



.page-template-template-details p#breadcrumbs {
    width: 1170px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.container.det-title h3 {
    margin: 0px !important;
}

.container.det-title {
    text-transform: uppercase;
    font-family: arial;
    /* font-weight: 100 !important; */
    color: #173b63;
    font-size: 35px;
    letter-spacing: 3px;
    line-height: 35px;
}



h3.det-listing-number {

    text-transform: capitalize;
    font-size: 16px !important;
    color: #173b63;
    letter-spacing: .15em;
    font-weight: normal !important;
    line-height: 1;
    margin: 20px 0 70px !important;
}

.container.det-title h2 {
    color: #173b63 !important;
    letter-spacing: 8px !important;
    font-size: 38px !important;
    padding: 9px 0px;
}

.page-template-template-listings .container.det-title{
	text-align: center;
}


.page-template-template-listings .det-line_ {
    left: 50%;
    margin-top: 30px;
    margin-bottom: 58px;
    width: 40%;
}

.page-template-template-listings  span.det-thick-link {
    height: 6px;
    width: 60%;
    background: #d2b66c;
    position: absolute;
    right: 0;
    transform: translate(-50% , -50%);
    top: 50%;
    left:50%;
}


.page-template-template-details .ip-banner canvas{
	    background-image: url(../../uploads/2019/07/ip-banner-listings.jpg) !important;
}

.f1_card{
    width: 100%;
    height: 100%;
	    -webkit-transform-style: preserve-3d;
    -webkit-transition: all 0.5s linear;
    -moz-transform-style: preserve-3d;
    -moz-transition: all 0.5s linear;
    -o-transform-style: preserve-3d;
    -o-transition: all 0.5s linear;
    transform-style: preserve-3d;
    transition: all 0.5s linear;
}

.row.Listings_ a:hover .f1_card{

	-webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);

}

.face{
	    position: absolute;
    height: 100%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.face.back{
	    display: block;
    -webkit-transform: rotateY(180deg);
    -webkit-box-sizing: border-box;
    -moz-transform: rotateY(180deg);
    -moz-box-sizing: border-box;
    -o-transform: rotateY(180deg);
    -o-box-sizing: border-box;
    transform: rotateY(180deg);
    box-sizing: border-box;


    overflow: hidden;
    position: relative;
    z-index: 999;
}

.page-template-details div#inner-page-wrapper > .container {

	width: 100%;
	padding: 0;
}



.page-template-details  p#breadcrumbs {
    width: 1170px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

span.title-top {
    position: absolute;
    left: 0;
    /* bottom: 35px; */
    width: 100%;
    padding: 0 45px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    line-height: 1;
    z-index: 10;
    top: 35px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.link-more.hire-us-btn {
    margin: 0 auto;
}

/*IP Resource Page*/
.resources-ul {
    display: inline-block;
    vertical-align: top;
    max-width: 400px;
    width: 100%;
}
/*End of IP Resource Page*/
/* Updates 7/26/19 */
body.single-listing .ip-banner canvas {
    display: block;
    position: relative;
    z-index: 0;
    width: 100%;
    min-height: 250px;
    background: #f9f7f7;
    background-size: cover;
    background-position: center;
    background-image: url(http://orlandobusinessbrokercom.rs4.aios-staging.com/wp-content/uploads/2019/07/a-2.jpg) !important;
}

label.listing-info-label {
    color: #fff;
    font-size: 17px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
}

.yt-list-item iframe {
/*    height: 0px;*/
    width: 100%;
    height: auto;
}

#content .tab-content article:nth-child(5) p {
	margin: 0;
}

#content .tab-content article:last-child p {
	margin: 0;
}
.featured-listings-area .fi-view a {
	max-width: 250px;
	display: block;
	margin: 30px auto 0;
}

.media-sub-holder {
    max-width: 449px;
    margin: 0 auto;
    text-align: center;
}

.media-photo {
     max-width: 360px;
    height: 214px;
    width: 100%;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

    .media-photo canvas {
        display: block;
        width: 100%;
        height: 100%;
        /* background-repeat: no-repeat; */
        /* background-size: cover; */
        /* background-position: center; */
    }


.tagline-slide div {
/*    display: none;*/
height: auto;

}

.tagline-text {
    position: relative;
    width: 100%;
    height: 100%;
    /*text-transform: capitalize;
    letter-spacing: 1px;*/
}

.tagline-1{
/*    position: absolute !important;*/
    width: 100vw !important;
    text-align: center;
    display: block;
    left: 0 !important;
    /*top: 50% !important;
    transform: translateY(-50%);*/
}

.tagline-2 {
    position: absolute !important;
    width: 40vw !important;
    text-align: left;
    left: 40px !important;
    bottom: 40px !important;
    font-size: 37px;
    text-transform: none!important;
    letter-spacing: 1px;
}

.tagline-3 {
    position: absolute !important;
    text-align: left;
    /*width: 40%;*/
    width: 35vw !important;
    right: 20px !important;
    bottom: 60px !important;
    font-size: 37px;
    text-transform: none!important;
    letter-spacing: 1px;
    left: 0 !important;
}

.tagline-4 {
/*    position: absolute !important; */
    width: 25vw !important;
    top: 62% !important;
    /* transform: translateY(-50%); */
    right: 15% !important;
    left: auto !important;
    text-align: left;
    color: #000;
    font-size: 37px;
    text-transform: none !important;
    letter-spacing: 1px;
}

.tagline-5 {
    position: absolute !important;
    width: 25vw !important;
    top: 62% !important;
    /* transform: translateY(-50%); */
    right: auto !important;
    left: 0 !important;
    text-align: left;
    color: #000;
    font-size: 37px;
    text-transform: none !important;
    letter-spacing: 1px;
}

.tagline-6{
    position: absolute !important;
    width: 100vw !important;
    text-align: center;
    display: block;
    left: 0 !important;
    bottom: 10% !important;
}

.agent-media-area .row {
    display: flex;
    align-items: flex-end;
}

.agent-media-area .row > div {
    float: none;
}

/* ip meet the team */
.ip-team .team-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.ip-team .team-col {
    width: 40%;
}

.ip-team .team-img img {
    width: 100%;
    max-width: 100%;
}

.ip-team .team-img {
    max-width: 275px;
    margin-right: 30px;
}

.ip-hu .hu-img{
    max-width: 275px;

}

.ip-team .team-col.right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.ip-team a.link-more {
    max-width: 279px;
    display: block;
    width: 100%;
    margin-bottom: 15px;
}

/* ip hire us */
.ip-hu .hu-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.ip-hu .hu-col.left{

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.ip-hu .hu-col {
    width: 40%;
}

.ip-hu .hu-img img {
    width: 100%;
    max-width: 100%;
}

.ip-hu .hu-info {
    text-align: center;
}

.ip-hu .hu-col.right {
display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.team-col.left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}


.active-listings a {
                display: block;
                position: relative;
                margin-bottom: 30px;            
            }

            .active-listings a .active-main {
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                -webkit-transform-style: preserve-3d;
                -webkit-transition: all 0.5s linear;
                -moz-transform-style: preserve-3d;
                -moz-transition: all 0.5s linear;
                -o-transform-style: preserve-3d;
                -o-transition: all 0.5s linear;
                transform-style: preserve-3d;
                transition: all 0.5s linear;
            }

            .active-listings a:hover .active-main {
                -webkit-transform: rotateY(180deg);
                -moz-transform: rotateY(180deg);
                -o-transform: rotateY(180deg);
                transform: rotateY(180deg);
            }
                .active-listings a:hover .active-main span.title-top,
                .active-listings a:hover .active-main .active-details {
                    opacity: 0;
                }

                .active-listings a .layer {
                    -webkit-backface-visibility: hidden;
                    -moz-backface-visibility: hidden;
                    -o-backface-visibility: hidden;
                    backface-visibility: hidden;
                    position: absolute;
                    left: 0;
                    top: 0;
                    width: 100%;
                    height: 100%;
                    /*z-index: 5;*/
                }

                .active-listings .active-back.layer{
                    z-index: 5;
                }

                .active-listings .active-front.layer{
                    z-index: 6;
                }

                .active-listings a canvas {
                    display: block;
                    width: 100%;
                    height: auto;
                    background-size: cover;
                    background-position: center;
                }
.goog-te-banner-frame .skiptranslate{
    display: none !important;
}
body > .skiptranslate {
    display: none;
}

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

.tw-text a:hover {
    color: #7abae6;
}

.burger-menu .menu .sub-menu li a {
    display: inline-block;
}

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

.darrellinfo a:hover{
    color: #d2b66c;
}

#nav .sub-menu .sub-menu, #navfix .sub-menu .sub-menu {
    padding-top: 0;
}

.media-list-item.twitter-feed.linkedin .media-inner {
    background: rgba(204, 0, 0, .50);
}

.wc-content .wc-title2:nth-child(2) {
	border-right: 5px solid #d2b66c;
}

.wc-content .wc-title2:nth-child(3) {
	padding-left: 40px;
}
.burger-button {
    display: none;
}
.header-translate {
    display: block;
    text-align: center;
    left: 0;
}
.mob-logo img {
    display: none;
}