/*
Theme Name: nbokides-pending.com
Theme URI: http://nbokides-pendingcom.rs4.aios-staging.com/
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.4.9
Tags: one-column, two-columns, right-sidebar, custom-menu, full-width-template, sticky-post
License: Proprietary
License URI: http://www.agentimage.com
Template: aios-starter-theme
*/
/*

TABLE OF CONTENTS

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

*/


/*******************************************************
 *
 * 1. Custom CSS
 *
 *******************************************************/

/* Global */

body{
	font-family: 'Poppins', Arial, Helvetica, Georgia, Sans-serif;
	font-size: 15px;
	background: #FFF;
	color: #555555;
	margin: 0;

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

.wpcf7 label {
    display: inline;
}

/* Import JaneAusten Font */
@font-face {
    font-family: 'JaneAusten';
    src: url('css/fonts/JaneAusten.woff2') format('woff2'),
        url('css/fonts/JaneAusten.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*fixed header*/
.fheader-wrapper.active {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}
.fheader-wrapper {
    position: fixed;
    left: 0;
    right: 0;
    background: #20241d;
    z-index: 1011;
    line-height: 1;
    font-size: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 600ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -o-transition: all 600ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    transition: all 600ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
}
    .fheader-logo {
        display: inline-block;
        vertical-align: middle;
        padding-left: 15px;
        width: 36%;
        padding: 13px 0 12px;
    }
        .fheader-logo img {
            width: 64px;
        }
        .fheader-logo .header-logo-title {
            padding-left: 21px;
            font-size: 25.48px;
        }
        .fheader-logo .header-logo-title span {
            font-size: 14.44px;
        }

    .fheader-nav {
        display: inline-block;
        vertical-align: middle;
        width: 64%;
    }
        #fnav {
            text-align: right;
        }
            #fnav > li {
                display: inline-block;
                vertical-align: top;
                margin-left: 18.5px;
            }
                #fnav li a {
                    display: block;
                    font-weight: 600;
                    font-size: 13px;
                    text-transform: uppercase;
                    letter-spacing: .02em;
                    color: #fff;
                    text-align: center;
                    -webkit-transition: color .3s ease, background .3s ease;
                    -o-transition: color .3s ease, background .3s ease;
                    transition: color .3s ease, background .3s ease;
                }

                #fnav > li > a {
                    padding: 39px 0px 38px;
                }

                #fnav > li > .sub-menu {
                    /*padding-top: 20px;*/
                }

/*header*/
header.header-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 102;
    padding: 49px 0 0;
}
    .header-logo {
        position: relative;
    }
        .header-logo a {
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -ms-flex-line-pack: center;
                align-content: center;
        }
            .header-logo img {
                max-width: 100%;
            }
            .header-logo-title {
                text-align: center;
                font-weight: 600;
                font-size: 30px;
                letter-spacing: .05em;
                line-height: 1;
                color: #fff;
                text-transform: uppercase;
                padding-left: 28px;
            }
                .header-logo-title span {
                    display: block;
                    font-weight: 300;
                    font-size: 17px;
                    letter-spacing: .075em;
                    margin-top: 3px;
                }

    .header-contacts {
        text-align: right;
        padding: 43px 15px 0;
        font-size: 0;
    }
        .header-contact:nth-child(even) {
            border-left: 1px solid rgba(255,255,255,.3);
            border-right: 1px solid rgba(255,255,255,.3);
        }
        .header-contact {
            display: inline-block;
            font-weight: 600;
            font-size: 15px;
            line-height: 1;
            letter-spacing: .1em;
            color: #fff;
            padding: 0 15px;
        }
            .header-contact a {
                color: #fff;
                transition: all .3s ease;
            }
            .header-contact a:hover {
                color: #9f832f;
            }
        .header-contact.smi-list {
            padding-left: 0;
        }
        .header-contact-email {
            padding-right: 0;
        }
        .smi-list {

        }
            .smi-list a {
                display: inline-block;
                color: #fff;
                font-size: 17px;
                margin-left: 12px;
            }

    .header-nav {
        text-align: center;
        padding: 23px 0 0;
    }
        #nav {

        }
            #nav li,
            #fnav li {
                position: relative;
            }
            #nav > li {
                display: inline-block;
                vertical-align: top;
                padding: 0 12.5px;
            }
                #nav li a {
                    display: block;
                    font-weight: 600;
                    font-size: 14px;
                    letter-spacing: .18em;
                    color: #fff;
                    text-decoration: none;
                    text-transform: uppercase;
                    position: relative;
                    -webkit-transition: color .3s ease, background .3s ease;
                    -o-transition: color .3s ease, background .3s ease;
                    transition: color .3s ease, background .3s ease;
                }
                #nav > li > a {
                    padding: 14px 0;
                    margin-bottom: 4px;
                }
                    #nav > li > a:before,
                    #fnav > li > a:before {
                        content: '';
                        position: absolute;
                        left: -5px;
                        right: -5px;
                        bottom: 0;
                        height: 2px;
                        background: #9f832f;
                        transition: all .3s ease;
                        transform: scaleX(0);
                        transform-origin: left;
                    }
                        #nav > li:hover > a:before,
                        #fnav > li:hover > a:before {
                            transform: scaleX(1);
                        }
                #nav .sub-menu,
                #fnav .sub-menu {
                    list-style: none outside none;
                    margin: 0;
                    display: none;
                    padding: 0;
                    position: absolute;
                    width:100%;
                    min-width:165px;
                }
                #nav > li > .sub-menu,
                #fnav > li > .sub-menu {
                    left: 50%;
                    transform: translateX(-50%);
                }
                    #nav .sub-menu a,
                    #fnav .sub-menu a {
                        color: #FFFFFF;
                        display: block;
                        padding: 15px 10px;
                        background: rgba(159, 131, 47, .8);
                    }
                    #nav .sub-menu li:hover > a,
                    #fnav .sub-menu li:hover > a {
                        background: #7d620f;
                        text-decoration: none;
                    }
                        #nav .sub-menu .sub-menu,
                        #fnav .sub-menu .sub-menu {
                            margin-left: 100%;
                            top:0;
                        }
                            #nav .sub-menu li,
                            #fnav .sub-menu li {
                                position: relative;
                            }


/*section 1*/
section.section-1 {

}
    #slideshow {

    }
        #slideshow .cycloneslider-template-responsive {
            max-width: 100%!important;
        }
            #slideshow .cycloneslider-template-responsive canvas {
                width: 100%;
            }
        #slideshow .cycloneslider:before {
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            background: url(images/overlay-slideshow.png) top left repeat-x;
            height: 226px;
            z-index: 101;
        }

        #slideshow .cycloneslider-template-responsive .cycloneslider-caption {
            background: transparent;
            opacity: 1;
            text-align: center;
            /*bottom: 50%;
            transform: translateY(50%);*/
            bottom: 33.6%;
            padding: 0 15px;
        }
            #slideshow .cycloneslider-template-responsive .cycloneslider-caption:before {
                content: '';
                position: absolute;
                left: 0;
                right: 0;
                bottom: 0;
                top: 0;
                margin: auto;
                width: 933px;
                max-width: 100%;
                height: 219px;
                background: url(images/shadow-taglines.png) center/contain no-repeat;
            }
            #slideshow .cycloneslider-template-responsive .cycloneslider-caption-title {
                padding: 0;
                font-weight: 600;
                font-size: 30px;
                line-height: 36px;
                letter-spacing: .02em;
                color: #fff;
                position: relative;
                z-index: 1;
            }
            #slideshow .cycloneslider-template-responsive .cycloneslider-caption-description {
                padding-bottom: 0;
                font-weight: 300;
                font-size: 20px;
                line-height: 1;
                letter-spacing: .02em;
                color: #fff;
                position: relative;
                z-index: 1;
                margin-top: 9px;
            }
            .cycloneslider-template-responsive .cycloneslider-slide canvas {
                /*min-height: 800px;*/
            }

/*section 2*/
section.section-2 {

}
    #quick-search {
            padding: 59px 0;
    }
        .qs-wrap {
            font-size: 0;
        }
        .icon-magnifying-glass  {
            display: inline-block;
            vertical-align: top;
            /*width: 77px;*/
            width: 7.02%;
            padding-left: 4px;
        }
            .icon-magnifying-glass:before {
                content: '';
                display: inline-block;
                width: 44px;
                height: 44px;
                background: url(images/icon-sprites.png) 0 0 no-repeat;
            }
        .qs-form {
            display: inline-block;
            vertical-align: top;
            font-size: 0;
            position: relative;
            top: -3px;
            width: 92.98%;
        }
            .qs-lg {
                /*width: 229px;*/
                width: 21.605%;
            }
            .qs-sm {
                /*width: 112px;*/
                width: 10.567%;
            }

            .qs-field {
                display: inline-block;
                vertical-align: top;
                padding: 0 10px;
            }
                .qs-field select {
                    width: 100%;
                    border: none;
                    border-bottom: 1px solid #9d9d9d;
                    font-size: 13px;
                    font-weight: 300;
                    letter-spacing: .05em;
                    color: #555555;
                    height: 40px;
                    background: #fff url(images/icon-arrow-down.png) 100% 56% no-repeat;
                    -webkit-appearance: none;
                       -moz-appearance: none;
                            appearance: none;
                    outline: none;
                }

            .qs-btn {
                width: 14.522%;
                padding-right: 0;
                padding-left: 15px;
            }
                .qs-btn input {
                    width: 100%;
                    height: 40px;
                    background: #20241d;
                    border: 1px solid #20241d;
                    font-size: 15px;
                    letter-spacing: .05em;
                    color: #fff;
                    text-transform: uppercase;
                    transition: all .3s ease;
                }
                .qs-btn input:hover {
                    background: #f9b33e;
                    border-color: #f9b33e;
                }


/*section 3*/
section.section-3 {

}
    #featured-properties {
        padding: 5px 0 30px;
        overflow: hidden;
    }
        .section-title {
            text-align: center;
            font-weight: 300;
            font-size: 30px;
            letter-spacing: .2em;
            line-height: 1;
            color: #20241d;
            text-transform: uppercase;
            margin-bottom: 73px;
        }
            .section-title strong {
                font-weight: 600;
                color: #9f832f;
            }

        .fp-list {
            margin-left: -.5px;
            margin-right: -.5px;
            font-size: 0;
        }
            .fp {
                width: 25%;
                padding: 0 .5px;
                display: inline-block;
                overflow: hidden;
            }
                .fp a {
                    position: relative;
                    display: block;
                }
                .fp-img {
                    position: relative;
                    background: #626262;
                    line-height: 1;
                    overflow: hidden;
                }
                    .fp-img canvas {
                        width: 100%;
                        min-height: 323px;
                        background-position: center;
                        background-size: cover;
                        opacity: .6;
                        display: block;
                    }
                    i.icon-plus {
                        width: 16px;
                        height: 16px;
                        display: block;
                        position: absolute;
                        bottom: 20px;
                        right: 19px;
                        background: url(images/icon-sprites.png) -44px 0 no-repeat;
                        z-index: 3;
                        -webkit-transition: all 300ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
                        -o-transition: all 300ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
                        transition: all 300ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
                    }
                        .fp a:hover i.icon-plus {
                            opacity: 0;
                            transform: rotate(180deg);
                        }

                    .fp-img:before,
                    .fp-img:after {
                        content: '';
                        border-top-left-radius: 50%;
                        bottom: 0;
                        right: 0;
                        transform: translate(50%, 50%);
                        position: absolute;
                        -webkit-transition: all 300ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
                        -o-transition: all 300ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
                        transition: all 300ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
                    }
                    .fp-img:before {
                        width: 165px;
                        height: 165px;
                        background: #b39c58;
                        opacity: .55;
                        z-index: 1;
                    }
                    .fp-img:after {
                        width: 134px;
                        height: 134px;
                        background: rgba(125,98,15,.55);
                        z-index: 2;
                    }

                    .fp a:hover .fp-img:before,
                    .fp a:hover .fp-img:after {
                        width: 100%;
                        height: 100%;
                        transform: translate(0,0);
                        border-radius: 0;
                    }

                .fp-hover {
                    position: absolute;
                    top: 0;
                    left: 0;
                    right: 0;
                    bottom: 0;
                    z-index: 4;
                    text-align: center;
                    opacity: 0;
                    -webkit-transition: all 300ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
                    -o-transition: all 300ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
                    transition: all 300ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
                }
                    .fp a:hover .fp-hover {
                        opacity: 1;
                        -webkit-transition: all 300ms 300ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
                        -o-transition: all 300ms 300ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
                        transition: all 300ms 300ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
                    }
                    .fp-hover:before {
                        content: '';
                        display: inline-block;
                        vertical-align: middle;
                        width: 0;
                        height: 100%;
                    }
                    .fp-details {
                        display: inline-block;
                        vertical-align: middle;
                        max-width: 99%;
                    }
                        .fp-address {
                            font-size: 20px;
                            font-weight: 300;
                            line-height: 24px;
                            letter-spacing: .02em;
                            color: #fff;
                        }
                        .fp-ammen {
                            font-size: 12px;
                            font-weight: 300;
                            line-height: 1;
                            letter-spacing: .2em;
                            color: #fff;
                            margin-top: 20px;
                            text-transform: uppercase;
                        }

/*section 4*/
section.section-4 {

}
    #welcome {
        padding: 51px 0px 40px;
    }
        .w-text {
            text-align: center;
        }
            .w-title {
                text-transform: uppercase;
                margin-bottom: 39px;
            }
                .w-title-sub-a {
                    display: block;
                    font-weight: 600;
                    font-size: 24.85px;
                    line-height: 1;
                    letter-spacing: .25em;
                    color: #a8a8a8;
                }
                .w-title-main {
                    display: block;
                    font-size: 43.85px;
                    line-height: 1;
                    letter-spacing: .05em;
                    color: #000;
                    margin-top: 17px;
                    font-weight: 600;
                }
                    .w-title-main strong {
                        color: #9f832f;
                        font-weight: 600;
                    }
                .w-title-sub-b {
                    display: block;
                    font-weight: 300;
                    font-size: 20px;
                    line-height: 1;
                    letter-spacing: .25em;
                    color: #000;
                    margin-top: 3px;
                }

            .w-text p {
                font-weight: 300;
                font-size: 15px;
                line-height: 30px;
                letter-spacing: .05em;
                color: #555555;
                max-width: 1071px;
                margin: 0 auto 31px;
            }
            .w-text p.w-emp {
                font-size: 18px;
                max-width: 62%;
                font-weight: 400;
                letter-spacing: .01em;
            }

/*section 5*/
section.section-5 {
    overflow: hidden;
}
    #listing-cta {
        background: #000;
        padding: 5px 0;
    }
        .cta-listing-list {
            margin-left: -5.5px;
            margin-right: -5.5px;
            font-size: 0;
            line-height: 1;
        }
            .cta-listing {
                display: inline-block;
                width: 33.333333%;
                padding: 5px;
            }
                .cta-listing a {
                    display: block;
                    position: relative;
                }
                    .cta-listing-img {
                        overflow: hidden;
                        position: relative;
                    }
                        .cta-listing-img img {
                            width: 100%;
                            -webkit-transition: all 500ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
                            -o-transition: all 500ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
                            transition: all 500ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
                            will-change: filter,transform;
                        }

                        .cta-listing a:hover .cta-listing-img img {
                            transform: scale(1.05);
                            -webkit-filter: blur(4px);
                                    filter: blur(4px);
                        }

                    .cta-listing-title {
                        position: absolute;
                        /*height: 128px;*/
                        width: 363px;
                        max-width: 81%;
                        padding: 34px 0;
                        margin: auto;
                        top: 50%;
                        transform: translateY(-50%);
                        left: 0;
                        right: 0;
                        background: rgba(32,32,32,.8);
                        font-size: 40px;
                        font-weight: 700;
                        line-height: 1;
                        letter-spacing: .1em;
                        color: #fff;
                        text-transform: uppercase;
                        text-align: center;
                    }
                        .cta-listing-title strong {
                            display: block;
                            font-size: 20px;
                            color: #9f832f;
                        }

/*footer*/
footer.footer-wrapper {
    /*min-height: 1159px;*/
    background: url(images/bg-footer.jpg) center/cover no-repeat;
    position: relative;
    padding: 244px 0 81px;
    z-index: 1;
}
    footer.footer-wrapper:before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        background: url(images/overlay-footer.png) bottom left repeat-x;
        z-index: -1;
    }
    .ftr-qoute {
        background: rgba(255,255,255,.8);
        text-align: center;
        padding: 53px 40px 42px;
        margin-bottom: 232px;
    }
        .ftr-qoute p {
            font-size: 13px;
            line-height: 26px;
            letter-spacing: .05em;
            color: #000;
        }
        .ftr-qoute strong {
            display: block;
            font: 27.46px/1 'JaneAusten', cursive;
            color: #000;
            margin-top: 22px;
        }

    .ftr-cntct-form {
        font-size: 0;
    }
        .ftr-cntct-form h2 {
            display: inline-block;
            vertical-align: middle;
            font-size: 25px;
            font-weight: 700;
            line-height: 1;
            color: #fff;
            text-transform: uppercase;
            /*margin-top: 11px;*/
            /*width: 212px;*/
            width: 18.6%;
        }
        .git-form {
            display: inline-block;
            vertical-align: middle;
            width: 81.4%;
        }
            .git-sm {
                width: 25.6%;
            }
            .git-lg {
                width: 34.1%;
            }
            .git-field {
                display: inline-block;
                vertical-align: top;
                padding: 0 1.5px;
                position: relative;
            }
                .git-field input[type="text"],
                .git-field input[type="email"],
                .git-field textarea {
                    width: 100%;
                    height: 47px;
                    border: 1px solid #fff;
                    font-weight: 600;
                    font-size: 12px;
                    letter-spacing: .05em;
                    color: #fff;
                    background: transparent;
                    padding-left: 19px;
                    padding-right: 19px;
                    outline: none;
                }

                .git-field textarea {
                    resize: none;
                    padding-top: 16px;
                }

            .git-btn {
                width: 14.7%;
                padding-right: 0;
                padding-left: 18px;
            }
                .git-btn input[type="submit"] {
                    width: 100%;
                    height: 47px;
                    background: #f9b33e;
                    border: 1px solid #f9b33e;
                    font-weight: 600;
                    font-size: 12px;
                    letter-spacing: .05em;
                    color: #0c0c0c;
                    outline: none;
                    transition: all .3s ease;
                }
                    .git-btn input[type="submit"]:hover {
                        color: #fff;
                    }

            .git-form div.wpcf7 .ajax-loader {
                position: absolute;
                bottom: -20px;
                right: 0;
            }
            .git-form form {
                position: relative;
            }
            .git-form div.wpcf7-response-output {
                font-size: 12px;
                color: #ffffff !important;
                margin: 3px 0 0;
                position: absolute;
                left: 1.5px;
                right: 0;
                top: 100%;
                text-align: center;
                padding: 5px 12px;
            }

    .ftr-logo {
        text-align: center;
        padding: 51px 0 0;
    }
        .ftr-logo a {
            display: inline-block;
        }
            .ftr-logo a img {
                max-width: 100%;
            }
            .ftr-logo-title {
                font-weight: 600;
                font-size: 30px;
                letter-spacing: .05em;
                line-height: 1;
                color: #fff;
                text-transform: uppercase;
                margin-top: 12px;
            }
                .ftr-logo-title span {
                    display: block;
                    font-weight: 300;
                    font-size: 17px;
                    letter-spacing: .075em;
                    line-height: 1;
                    margin: 4px 0 10px;
                }

        .ftr-bre {
            display: block;
            font-weight: 300;
            font-size: 12px;
            line-height: 1.35;
            letter-spacing: .075em;
            color: #fff;
            text-transform: uppercase;
        }

        .ftr-logo .ftr-bre a:hover{
            color: #9f832f;
        }

        .ftr-credits {
            text-align: center;
            font-size: 11px;
            font-weight: 300;
            letter-spacing: .05em;
            color: #fff;
            margin-top: 16px;
        }
            .ftr-credits a {
                color: #fff;
            }
                .ftr-credits a:hover {
                    color: #9f832f;
                }
            .ftr-credits span {
                display: block;
                font-size: 19px;
                color: #9f832f;
                margin-top: 25px;
            }

/*******************************************************
 *
 * 2. IP Styles
 *
 *******************************************************/
.ip-banner{
    width: 100%;
    position: relative;
}
    .ip-banner:before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        height: 226px;
        max-height: 100%;
        background: url(images/overlay-slideshow.png) top left repeat-x;
    }
    .ip-banner canvas{
        display: block;
        width: 100%;
        background: url(images/slide-2.jpg) center/cover no-repeat;
        min-height: 400px;
    }
/* Adjust minimum height of page area */
#content-sidebar, #content-full{ min-height: 500px; margin-top: 20px;}

/** Adjust width of content columns **/
#content-sidebar #content{ width: 77.08%; }
#content-full #content { width: 100%; }

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

/* 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: 43.85px;
    line-height: 1;
    letter-spacing: .05em;
    color: #9f832f;
    margin-top: 17px;
    font-weight: 600;
    text-transform: uppercase;
}

/* Styles for category/archive/search/etc subheadings (h2) */
#content .archive-subtitle {
    font-size: 25px;
    line-height: 1;
    letter-spacing: .05em;
    color: #9f832f;
    margin-top: 17px;
    font-weight: 600;
    text-transform: uppercase;
}

.sb-qs {
    margin-bottom: 30px;
}
    .sb-qs h2 {
        text-align: center;
        font-weight: 300;
        font-size: 24px;
        letter-spacing: .2em;
        line-height: 1;
        color: #20241d;
        text-transform: uppercase;
    }
        .sb-qs h2 strong {
            font-weight: 600;
            color: #9f832f;
        }
    .sb-qs .qs-form {
        width: 100%;
        top: 0;
    }
        .sb-qs .icon-magnifying-glass {
            width: 100%;
            display: block;
            text-align: center;
        }
        .sb-qs .qs-field {
            padding: 0;
            margin-bottom: 5px;
        }
        .sb-qs .qs-lg {
            width: 100%;
        }
        .sb-qs .qs-sm {
            width: 50%;
        }
            .sb-qs .qs-sm-left {
                padding-right: 5px;
            }
            .sb-qs .qs-sm-right {
                padding-left: 5px;
            }
        .sb-qs .qs-btn {
            padding-left: 0;
            width: 100%;
        }

.sb-info {
    text-align: center;
}
    .sb-info-logo a {
        display: inline-block;
    }
        .sb-info-logo img {
            max-width: 100%;
        }
        .sb-info-logo-title {
            text-align: center;
            font-weight: 600;
            font-size: 30px;
            letter-spacing: .05em;
            line-height: 1;
            color: #000;
            text-transform: uppercase;
        }
            .sb-info-logo-title strong {
                color: #9f832f;
            }
            .sb-info-logo-title span {
                display: block;
                font-weight: 300;
                font-size: 15px;
                letter-spacing: .075em;
                margin-top: 3px;
            }
    .sb-info-cntct {
        margin-top: 10px;
    }
        .sb-info-cntct span {
            display: block;
        }
        .sb-info .smi-list {
            margin-top: 8px;
        }
            .sb-info .smi-list a {
                color: #000;
                margin:0 10px;
            }
        .sb-info-cntct a:hover,
        .sb-info .smi-list a:hover {
            color: #9f832f;
        }
        .sb-info-cntct i {
            color: #9f832f;
            font-size: 10px;
            margin-right: 5px;
        }
        .sb-info-cntct i.ai-font-phone {
            font-size: 13px;
        }

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

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

.ihf-map-info-box-top {
	width: calc( 100% - 10px );
}

.ihf-grid-result-address {
	display: block;
}

#ihf-main-container .mc-total-payment-subline {
    color: #666;
}

#aios-slider-hp-slideshow .aios-slider-splide .aios-slider-tagline{
    background: transparent !important;
    opacity: 1 !important;
    text-align: center !important;
    bottom: 33.6% !important;
    padding: 0 15px;
    position: absolute;
    left: 0;
    z-index: 500;
    width: 100%;
    color: #fff;
    overflow: unset;
}
.aios-slider.aios-slider-template-default .aios-slider-splide .aios-slider-tagline .aios-slider-tagline-title{
    padding: 0;
    font-weight: 600 !important;
    font-size: 30px !important;
    line-height: 36px !important;
    letter-spacing: .02em !important;
    color: #fff;
    position: relative !important;
    z-index: 1;
    margin-bottom: 0;
    text-shadow: 3px 4px 6px black;
}
.aios-slider.aios-slider-template-default .aios-slider-splide .aios-slider-tagline .aios-slider-tagline-description{
    padding-bottom: 0 !important;
    font-weight: 300 !important;
    font-size: 20px !important;
    line-height: 1 !important;
    letter-spacing: .02em !important;
    color: #fff;
    position: relative !important;
    z-index: 1;
    margin-top: 9px;
    padding: 0 20px 15px 20px;
    text-shadow: 2px 2px 2px black, 0 0 2em #040404, 0 0 0.2em #000000;
}

.test{
    display: none;
}
/* MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css */
