@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://fonts.googleapis.com/css?family=Poppins&display=swap');

body {
    margin-top: 0;
}

/* ------ Social Media Icons ------- */
.rw-social-media-wrapper {
    width: 100%;
    padding: 20px;
}

.rw-social-media-title {
    text-align: center;
}

.rw-social-media-title span {

}

.rw-social-media-icons {
    display: table;
    margin: 0 auto;
}

.rw-social-media-icon {
    display: table-cell;
    padding: 10px 20px;
}

.rw-social-media-icon-link {

}

.rw-social-media-icon-link i {
    font-size: 24px;
    /* color: #000; */
}



/* ------- reCaptcha Popup ------- */
.rw-grecaptcha-popup {
    display: none;
    position: absolute;
    background: rgba(0, 0, 0, .5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 400px;
}

.rw-grecaptcha-wrapper, .rw-grecaptcha-spinner {
    position: absolute;
    text-align: center; 
    clear: both; 
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.rw-grecaptcha-spinner {
    display: none;
}



/* ------------ WP Admin Toolbar Item -------------- */
#wpadminbar #wp-admin-bar-rw_main_app .ab-icon:before {
    content: '\f176';
    top: 1px;
}

#wpadminbar #wp-admin-bar-site-name>.ab-item:before {
    content: "\f111";
}

#wp-admin-bar-rw_tour_link .ab-icon:before {
    content: "\f425";
    top: 0px;
    font-family: "Font Awesome 5 Brands";
    font-weight: 900;
    font-size: 16px;
}


/* ------------ First Visit Welcome Video ------------ */
.rw-welcome-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.rw-welcome-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    z-index: 10;
}

.rw-welcome-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 0;
}

.rw-welcome-video .rw-close-video {
    display: block;
    position: absolute;
    top: -25px;
    right: -25px;
    color: #FFF;
    font-size: 24px;
    line-height: 30px;
}



/* ----------- Menu sub-items ------------ */
#rw-header-section .sub-menu {
    background-color: #fff;
}


/* ------- Services drop down arrow ------ */
.rw-services-custom-menu .fl-menu-toggle {
	display: none;
}



/* guided tour */
div.hopscotch-bubble .hopscotch-nav-button.next,
div.hopscotch-bubble .hopscotch-nav-button.next:hover,
.gtDialog-nav-button {
    background-color: #007BFF;
    border-color: #007BFF;
    background-image: none;
    font-family: 'Lato', sans-serif !important;
    font-size: 16px;
    color: #ffffff;
    padding: 5px;
    height: auto;
    width: 100px;
    margin-top: 10px;
}

.hopscotch-nav-button.next:hover {
    box-shadow: 0 0 5px 0 #888888 !important;
}

.gtDialog-nav-button {
    margin-top: 20px;
}

div.hopscotch-bubble .hopscotch-bubble-close {
    display: none;
}

div.hopscotch-bubble h3, div.hopscotch-bubble .hopscotch-content {
    margin-bottom: 15px;
}

div.hopscotch-bubble h3, div.gtDialog h3 {
    font-family: 'Poppins', sans-serif !important;
    font-size: 18px;
    line-height: 1.3em !important;
}

div.hopscotch-content, div.gtDialog-content {
    font-family: 'Lato', sans-serif !important;
    font-size: 16px;
    line-height: 1.3em !important;
}

div.hopscotch-bubble {
    border: 5px solid #007BFF;
    padding: 5px;
    -webkit-box-shadow: 0px 0px 15px 10px rgba(0,0,0,0.5); 
    box-shadow: 0px 0px 15px 10px rgba(0,0,0,0.5);
}

    div.hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow-border {
        border-bottom: 17px solid #007BFF;
    }

    div.hopscotch-bubble .hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow-border
    {
        border-right: 17px solid #007BFF;
    }

    div.hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow-border
    {
        border-left: 17px solid #007BFF;
    }

    div.hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow-border,
    div.hopscotch-bubble .hopscotch-bubble-arrow-container.down-right .hopscotch-bubble-arrow-border
    {
        border-top: 17px solid #007BFF;
    }

    div.hopscotch-bubble .hopscotch-bubble-number {
        display: none;
    }

    div.hopscotch-bubble .hopscotch-bubble-content {
        margin: 0;
    }

.gtWelcome {
    display: block;
}

.gtFinished {
    display: none;
}

.gtModal {
    display: none;
    position: fixed;
    z-index: 1000000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.6);
}

.gtModalTransparent {
    background-color: rgba(0,0,0,0.0);
}

.gtDialog {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    width: 325px;
    background-color: #ffffff;
    border: solid 5px #007BFF;
    padding: 20px;
    padding-top: 10px;
    text-align: right;
}

    .gtDialog-content, .gtDialog h3 {
        text-align: left;
    }

.gtDialog-nav-button {
    font-family: 'Lato', sans-serif !important;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #007BFF;
    padding-bottom: 10px;
    padding-top: 11px;
    width: 120px;
    border-radius: 3px;
}

    .gtDialog-nav-button:hover {
        box-shadow: 0 0 5px 0 #888888;
    }




/* upgrade banner css */
#feature-unavailable-loader-bkg {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .4);
    z-index: 999999;
}

#feature-unavailable-dialog {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    text-align: center;
    padding: 30px;
    padding-bottom: 50px;
    background: #FFF;
    width: 100%;
    min-width: 300px;
    max-width: 900px;
    transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-box-shadow: 0px 0px 20px 5px rgba(236,243,249,1);
    -moz-box-shadow: 0px 0px 20px 5px rgba(236,243,249,1);
    box-shadow: 0px 0px 20px 5px rgba(236,243,249,1);
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.4);
    z-index: 999999;
}

    #feature-unavailable-dialog .feature-unavailable-dialog-close {
        text-align: right;
    }

        #feature-unavailable-dialog .feature-unavailable-dialog-close a {
            display: inline-block;
            color: #999;
            font-size: 30px;
            text-decoration: none;
            margin-top: -15px;
            margin-right: -5px;
        }

    #feature-unavailable-dialog .dialog-image img {
        max-height: 200px;
    }

    #feature-unavailable-dialog .headline {
        /* font: var(--main-font);
        font-size: 20px; */
        font-family: 'Roboto', sans-serif;
        color: #324a6c;
    }

    #feature-unavailable-dialog p {
        font-family: 'Roboto', sans-serif;
        font-size: 20px;
        line-height: 1.4;
    }

    #feature-unavailable-dialog .buttons-container .btn-primary {
        min-width: 260px;
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
        padding: .5rem 1rem;
        font-family: 'Roboto', sans-serif;
        font-size: 1.25rem;
        line-height: 1.5;
        border-radius: .3rem;
    }

    #feature-unavailable-dialog .buttons-container .btn-link {
        font-family: 'Roboto', sans-serif;
    }



/* property price optin dialog */
#property-price-optin-loader-bkg {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .4);
    z-index: 99;
}

#property-price-optin-dialog {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    text-align: center;
    padding: 30px;
    padding-bottom: 50px;
    background: #FFF;
    width: 100%;
    min-width: 400px;
    max-width: 450px;
    transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-box-shadow: 0px 0px 20px 5px rgba(236,243,249,1);
    -moz-box-shadow: 0px 0px 20px 5px rgba(236,243,249,1);
    box-shadow: 0px 0px 20px 5px rgba(236,243,249,1);
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.4);
    z-index: 100;
}

    #property-price-optin-dialog .property-price-optin-dialog-close {
        text-align: right;
    }

        #property-price-optin-dialog .property-price-optin-dialog-close a {
            display: inline-block;
            color: #999;
            font-size: 30px;
            text-decoration: none;
            margin-top: -15px;
            margin-right: -5px;
        }

    #property-price-optin-dialog .dialog-image img {
        max-height: 200px;
    }

    #property-price-optin-dialog p {
        font: var(--main-font);
        font-size: 20px;
    }

    #property-price-optin-dialog .buttons-container .btn {
        min-width: 260px;
    }







/* media */
@media all and (max-width: 767px) {
    ul.rw-bullets {
        columns: 1 !important;
    }
}