/*
Theme Name: The Truss Group
Theme URI: http://aios2-staging.agentimage.com/t/thetrussgroup.com/htdocs
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.4.4
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
 *
 *******************************************************/


/* Sub Menu */
#nav li {
	position:relative;
}
  
#nav .sub-menu {
    list-style: none outside none;
    margin: 0;
    background: transparent;
    display: none;
    padding: 0;
    position: absolute;
 	width:100%;
 	min-width:180px;
    left: 50%;
    margin-left: -90px;
}
#nav .sub-menu a {
    color: #FFFFFF;
    display: block;
    padding: 10px;
    background: #f54c46;
}
#nav .sub-menu a:hover {
    background: #fff;
    color: #f5706c;
    text-decoration: none;
}
#nav .sub-menu .sub-menu {
    margin-left: 100%;
 	top:0;
}
#nav li:hover > .sub-menu {
    display: block;
}
#nav .sub-menu li {
    position: relative;
}


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

/* Global */

body{
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	background: #FFF;
	color: #000000;
	margin: 0;

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

a,a:hover,a:visited,a:focus{
    outline: 0 !important;
    text-decoration: none !important;
}

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

.label-hide{
    display: none;
}

.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;
}

/*header*/
header.main-header {
    position: fixed;
    width: 100%;
    z-index: 1001;
    padding: 17px 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;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    background: rgba(34, 32, 19, 0.2);
}

/*fixed ehader*/
header.main-header.show-fixed {
    background: #fff;
     /*background: rgba(255, 255,255,.75);*/
}

    header.main-header.show-fixed .fixed-logo{
        display: block;
    }

        header.main-header.show-fixed .default-logo{
            display: none;
        }

            header.main-header.show-fixed nav.nav-holder ul#nav > li > a {
                color: #7b7565;
            }

/*logo*/
.fixed-logo{
    display: none;
}

/*nav*/
nav.nav-holder {
    text-align: right;
    font-size: 0;
    padding-top: 9px;
}

    nav.nav-holder ul#nav > li {
        display: inline-block;
        vertical-align: top;
        position: relative;
        margin: 0 9px;
    }

        nav.nav-holder ul#nav li a{
            display: block;
            position: relative;
            color: #fff;
            font-weight: 700;
            text-transform: uppercase;
            font-size: 14px;
            text-align: center;
            font-family: 'Open Sans', sans-serif;
            -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.nav-holder ul#nav > li > a{
                padding: 5px;
            }

                nav.nav-holder ul#nav > li:last-child > a{
                    padding-right: 0;
                }

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

                        nav.nav-holder ul#nav > li:hover > a{
                            color: #f54c46 !important;
                        }



/*slideshow*/
section.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: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAGUlEQVQYV2NkgID/DAwMjIxQBlgExIHLAAA6VwMDiVmhcwAAAABJRU5ErkJggg==);*/
        z-index: 100;
        opacity: .1;
    }

/*quick search*/
.quick-search-area {
    display: none;
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 10;
    background: rgba(0, 0, 0, 0.6);
}

    .qs-holder {
        font-size: 0;
        padding-top: 25px;
        padding-bottom: 20px;
        position: relative;
    }

        .qs-title {
            display: block;
            font-size: 25px;
            color: #fff;
            text-align: center;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: .6px;
            line-height: 1;
            font-family: 'Open Sans', sans-serif;
            padding-bottom: 10px;
        }

            .qs-form{
                display: block;
                width: 100%;
            }

                .qs-form select,
                .qs-form input {
                    border-radius: 0;
                    color: #616161;
                    font-size: 13px;
                    font-weight: 500;
                    font-family: 'Open Sans', sans-serif;
                    -webkit-appearance: none;
                    -moz-appearance: none;
                    background: #fff url(images/qs-arrow.png) no-repeat scroll right 14px center;
                    width: 100%;
                    height: 51px;
                    padding: 0 18px;
                    border: 0;
                }

                    .qs-form input{
                        background: #fff;
                    }

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

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

                                .btn-form.qs-field.qsbtn1 input {
                                    border-radius: 0;
                                    width: 100%;
                                    height: 51px;
                                    background: #e6221b;
                                    color: #fff;
                                    font-weight: 700;
                                    text-transform: uppercase;
                                    font-size: 15px;
                                    font-family: 'Open Sans', sans-serif;
                                    border: 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;
                                }

                                .btn-form.qs-field.qsbtn1 {
                                    width: 12.721%;
                                    margin-left: -1px;
                                    margin-right: 0;
                                    position: relative;
                                }

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

                                .long-form2.qs-field {
                                    width: 20.319%;
                                }

                                .short-form {
                                    width: 11.22%;
                                }

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

/*welcome*/
section.welcome-area {
    padding-top: 70px;
}

    .welcome-holder {
        border-bottom: solid 1px rgba(123, 117, 101, 0.15);
        padding-bottom: 39px;
    }

        .welcome-holder h1 {
            font-family: 'Raleway', sans-serif;
            color: #e6221b;
            font-weight: 600;
            font-size: 29px;
            text-align: center;
            letter-spacing: 1.1px;
            position: relative;
            margin-bottom: 30px;
        }

            .welcome-holder h1 span{
                background: #fff;
                position: relative;
                z-index: 2;
                padding: 0 28px;
            }

                .welcome-holder h1::after{
                    content: '';
                    position: absolute;
                    top: 0;
                    bottom: 0;
                    left: 0;
                    right: 0;
                    margin: auto;
                    width: 34%;
                    height: 1px;
                    background: #222013;
                    opacity: .15;
                }

                    .welcome-holder p {
                        font-size: 14px;
                        color: #181818;
                        font-weight: 600;
                        font-family: 'Open Sans', sans-serif;
                        text-align: center;
                        line-height: 1.25;
                        padding-bottom: 16px;
                        max-width: 760px;
                        margin: 0 auto;
                    }

                        a.wc-contact-us {
                            font-size: 15px;
                            color: #222013;
                            font-weight: 700;
                            text-align: center;
                            text-transform: uppercase;
                            display: block;
                            border: solid 1px rgba(34, 32, 19, 0.3);
                            padding: 13.5px 0;
                            max-width: 204px;
                            margin: 32px auto;
                            font-family: 'Raleway', sans-serif;
                            letter-spacing: 1px;
                            -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-contact-us:hover{
                                background: #e6221b;
                                color: #fff;
                                border-color: #e6221b;
                            }

                    

/*featured properties*/
section.featured-properties-area {
    padding-top: 57px;
    font-size: 0;
}

    .fp-title {
        font-family: 'Raleway', sans-serif;
        color: #e6221b;
        font-weight: 600;
        font-size: 29px;
        text-align: center;
        letter-spacing: 1.1px;
        position: relative;
        padding-bottom: 51px;
    }

        .fp-title span {
            font-size: 14px;
            color: #181818;
            font-weight: 600;
            font-family: 'Raleway', sans-serif;
            text-align: center;
            line-height: 1.25;
            display: block;
            padding-top: 9px;
        }

            .fp-slider-holder{
                margin: 0 -10px;
                font-size: 0;
                text-align: center;
            }

                .fp-full-slider {
                    overflow: hidden;
                    border-bottom: solid 1px rgba(123, 117, 101, 0.15);
                    padding-bottom: 76px;
                }

                    .fp-list{
                        display: inline-block;
                        vertical-align: top;
                        /*width: 33.333333%;*/
                        width: 50%;
                        padding: 10px;
                    }

                        .fp-list.long-fp,
                        .fp-list:first-child,
                        .fp-list:last-child{
                            /*width: 66.666667%;*/
                            width: 50%;
                        }

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

                                .fp-image {
                                    position: relative;
                                    height: 319px;
                                    background-size: cover;
                                    background-position: center;
                                }

                                    .fpd-address {
                                        font-size: 14px;
                                        font-weight: 700;
                                        color: #222013;
                                        text-align: center;
                                        font-family: 'Open Sans', sans-serif;
                                        position: relative;
                                        width: 100%;
                                        height: 100%;
                                    }

                                        .fp-details-holder {
                                            position: absolute;
                                            top: 0;
                                            left: 0;
                                            width: 100%;
                                            height: 100%;
                                        }

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

                                                .fpd-address span{
                                                    display: inline-block;
                                                    vertical-align: middle;
                                                    background: #fff;
                                                    padding: 37.5px 0;
                                                    /*width: 65.5%;*/
                                                    width: 100%;
                                                    margin-top: 205px;
                                                    opacity: .75;
                                                    -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.long-fp .fpd-address span,
                                                    .fp-list:first-child .fpd-address span,
                                                    .fp-list:last-child .fpd-address span{
                                                        /*width: 46.5%;*/
                                                        width: 100%;
                                                    }

                                                        .fp-list a:hover .fpd-address span{
                                                            margin-top: 100px;
                                                            opacity: 0;
                                                        }

                                                    .fp-details-hover {
                                                        position: absolute;
                                                        top: 50px;
                                                        opacity: 0;
                                                        left: 0;
                                                        width: 100%;
                                                        height: 100%;
                                                        /*background: rgba(230, 34, 27, 0.8);*/
                                                        background: rgba(230, 34, 27, 0.5);
                                                        padding: 8px;
                                                        -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-address {
                                                    font-size: 16px;
                                                    font-weight: 700;
                                                    color: #fff;
                                                    text-align: center;
                                                    font-family: 'Open Sans', sans-serif;
                                                    padding-bottom: 16px;
                                                }

                                            .fp-details-hover-inner {
                                                position: relative;
                                                height: 100%;
                                                border: solid 1px rgba(255, 255, 255, 0.5);
                                            }

                                        .fp-price {
                                            font-size: 22px;
                                            font-weight: 600;
                                            color: #fff;
                                            text-align: center;
                                            font-family: 'Open Sans', sans-serif;
                                            padding-bottom: 14px;
                                        }

                                    .fp-text {
                                        font-size: 13px;
                                        font-weight: 400;
                                        color: #fff;
                                        text-align: center;
                                        font-family: 'Open Sans', sans-serif;
                                        line-height: 1.5;
                                        padding: 0 15px;
                                        max-width: 310px;
                                        margin: 0 auto;
                                    }

                                .fp-details-hover-center {
                                    display: inline-block;
                                    vertical-align: middle;
                                    width: 100%;
                                }

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

                        .fp-list a:hover .fp-details-hover{
                            top: 0;
                            opacity: 1;
                        }

/*testimonials*/
section.testimonials-area {
    padding-top: 71px;
    padding-bottom: 54px;
}

    .testi-title {
        font-family: 'Raleway', sans-serif;
        color: #e6221b;
        font-weight: 600;
        font-size: 29px;
        text-align: center;
        letter-spacing: 1.1px;
        position: relative;
        padding-bottom: 34px;
    }

        .testi-author-pic {
            background: #676767;
            max-width: 116px;
            margin: 0 auto;
            border-radius: 100%;
        }

            img.img-responsive.quote-testi {
                margin: 0 auto 9px;
                position: relative;
                top: -20px;
            }

                .testi-content p {
                    font-size: 15px;
                    font-weight: 300;
                    color: #676767;
                    text-align: center;
                    font-family: 'Open Sans', sans-serif;
                    line-height: 1.6;
                }

                    .testi-content p {
                        font-size: 15px;
                        font-weight: 300;
                        color: #676767;
                        text-align: center;
                        font-family: 'Open Sans', sans-serif;
                        line-height: 1.6;
                    }

                        .testi-author{
                            font-size: 18px;
                            color: #353535;
                            font-weight: 700;
                            text-transform: uppercase;
                            display: block;
                            text-align: center;
                            font-family: 'Open Sans', sans-serif;
                            margin: 31px 0;
                        }

                            span.testi-author a {
                                color: #353535;
                            }

                                span.testi-author a:hover {
                                    color: #e6221b;
                                }

                            .testi-content {
                                max-width: 880px;
                                margin: 0 auto;
                            }

/*GT and Contact*/
section.bottom-section-area {
    background: url(images/bottom-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

    .get-in-touch-area {
        background: rgba(255, 255, 255, 0.5);
        padding-top: 73px;
        font-size: 0;
        padding-bottom: 87px;
    }

        .gt-content {
            position: relative;
        }

            .gt-title {
                font-family: 'Raleway', sans-serif;
                color: #e6221b;
                font-weight: 600;
                font-size: 29px;
                text-align: center;
                letter-spacing: 1.1px;
                position: relative;
                padding-bottom: 34px;
            }

                .gt-title span {
                    font-size: 14px;
                    color: #181818;
                    font-weight: 600;
                    font-family: 'Raleway', sans-serif;
                    text-align: center;
                    line-height: 1.25;
                    display: block;
                    padding-top: 4px;
                }

                    .gt-fields input,
                    .gt-fields textarea {
                        border-radius: 0;
                        color: #777777;
                        font-size: 12px;
                        font-style: italic;
                        font-family: 'Open Sans', sans-serif;
                        -webkit-appearance: none;
                        -moz-appearance: none;
                        background: #fff;
                        width: 100%;
                        height: 46px;
                        padding: 0 20px;
                        border: solid 1px #d3d3d3;
                    }

                        .gt-fields textarea {
                            padding-top: 14px;
                        }

                            .gt-fields {
                                display: inline-block;
                                vertical-align: top;
                                margin-right: 7px;
                                width: 26%;
                            }

                                .gt-fields.gt-textarea{
                                    margin-right: 0;
                                    position: relative;
                                    height: 46px;
                                    width: 46.732%;
                                }

                                    .gt-fields.gt-textarea input.wpcf7-form-control.wpcf7-submit {
                                        position: absolute;
                                        top: 0;
                                        bottom: 0;
                                        right: 15px;
                                        margin: auto;
                                        width: 22px;
                                        height: 22px;
                                        background: transparent url(images/gt-btn-icon.png) no-repeat;
                                        background-size: contain;
                                        background-position: center;
                                        font-size: 0;
                                        -webkit-appearance: none;
                                        -moz-appearance: none;
                                        border-radius: 0;
                                        border: 0;
                                        padding: 0;
                                    }

                                        .gt-fields.gt-textarea input.wpcf7-form-control.wpcf7-submit:hover{
                                            opacity: .8;
                                        }

                                            .get-in-touch-area span.wpcf7-not-valid-tip {
                                                font-size: 11px;
                                            }

                                                .get-in-touch-area div.wpcf7-response-output {
                                                    font-size: 12px;
                                                    text-align: center;
                                                    position: absolute;
                                                    width: 100%;
                                                    margin: 20px 0;
                                                    left: 0;
                                                }

                                                    .get-in-touch-area .ajax-loader {
                                                        float: right;
                                                        padding-right: 15px;
                                                    }

    .contact-details-area {
        background: rgba(34, 32, 19, 0.85);
        color: #fff;
        text-align: center;
        padding: 44.5px 0;
    }

        .contact-detials-list span{
            display: inline-block;
            vertical-align: middle;
            margin: 0 16px;
        }

            .contact-detials-list span,
            .contact-detials-list span a {
                font-size: 13px;
                color: #fff;
                font-weight: 500;
                text-transform: uppercase;
                font-family: 'Open Sans', sans-serif;
            }

                .contact-detials-list span a.asis-mailto-obfuscated-email {
                    text-transform: none !important;
                }

                    .contact-detials-list span a:hover{
                        color: #e6221b;
                    }

/*footer*/
footer.main-footer {
    background: #111111;
    padding-top: 21px;
    padding-bottom: 30px;
}

    ul.footernav li {
        display: inline-block;
        vertical-align: top;
        position: relative;
        padding: 0 7px;
    }

        ul.footernav li::after{
            content: '';
            position: absolute;
            right: -3px;
            top: 0;
            width: 1px;
            height: 13px;
            background: #fff;
            bottom: 0;
            margin: auto;
        }

            ul.footernav li a{
                padding: 5px;
                font-size: 12px;
                display: block;
                color: #fff;
                font-family: 'Open Sans', sans-serif;
            }

                ul.footernav li:last-child::after{
                    display: none;
                }

                    ul.footernav li:first-child a{
                        padding-left: 0;
                    }

                        ul.footernav li:first-child{
                            padding-left: 0;
                        }

                            .footer-copyright,
                            .footer-copyright a{
                                font-size: 12px;
                                color: #fff;
                                font-family: 'Open Sans', sans-serif;
                            }

                                .footer-copyright span{
                                    color: #e6221b;
                                }

                                    .mls {
                                        font-size: 27px;
                                        color: #fff;
                                        text-align: right;
                                        padding-top: 6px;
                                    }

                                        ul.footernav li a:hover,
                                        .footer-copyright a:hover{
                                            color: #e6221b !important;
                                        }

/*******************************************************
 *
 * 3. IP Styles
 *
 *******************************************************/

.ip-bg {
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.ip-bg .ip-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-image: url(images/slide1.jpg);
    z-index: 1;
}

.ip-bg::before {
    content: "";
    width: 100%;
    height: 15%;
    position: absolute;
    bottom: 0;
    left: 0px;
    z-index: 2;
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, #d4cfc9 100%);
}

.ip-bg::after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAGUlEQVQYV2NkgID/DAwMjIxQBlgExIHLAAA6VwMDiVmhcwAAAABJRU5ErkJggg==);
    z-index: 100;
    opacity: .1;
}

#inner-page-wrapper {
    padding-top: 100px;
}

/* Adjust minimum height of page area */ 
#content-sidebar, #content-full{ 
    min-height: 500px; 
    background: rgba(255, 255, 255, 0.90);
    padding: 0 15px;
    margin-top: 20px;
    overflow: hidden;
}

/* 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 .long-form.qs-field,
.sidebar .long-form2.qs-field {
    width: 100%;
}

.sidebar .short-form {
    width: 50%;
}

.sidebar .short-form.qs-field.field-left {
    float: left;
    padding-right: 2.5px;
}

.sidebar .short-form.qs-field.field-right {
    float: right;
    padding-left: 2.5px;
}

.sidebar .qs-form .qs-field {
    display: block;
    margin-right: 0;
}

.sidebar .btn-form.qs-field.qsbtn1 {
    width: 100%;
    display: inline-block;
    margin-left: 0;
}

.sidebar .qs-holder {
    background: #000;
    padding: 15px 10px;
    margin-top: 30px;
    display: none;
}

/* 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 post/page main headings (h1) */
#content .entry-title {
    font-family: 'Raleway', sans-serif;
    color: #e6221b;
    font-weight: 600;
    font-size: 29px;
    letter-spacing: 1.1px;
}

/* Style category/archive/etc main headings (h1) */
#content .archive-title { 
    font-family: 'Raleway', sans-serif;
    color: #e6221b;
    font-weight: 600;
    font-size: 29px;
    letter-spacing: 1.1px;
}

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

}

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

#content .entry {
    font-size: 14px;
    color: #181818;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.25;
}

.error-forms input.recaptcha-btn-type-css{
    height: 30px;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    width: 100%;
    color: #fff;
    background: #444444;
    border: none;
    border-radius: 0;
    outline: none;
    cursor: pointer;
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
}

.form-captcha {
    width: 100% !important;
    max-width: 302px;
    transform: scale(0.96) !important;
    -webkit-transform: scale(0.96) !important;
    transform-origin: 0 0 !important;
    -webkit-transform-origin:0 0 !important;
    margin-right: -13px;
    padding-top: 8px;
}

.wrapper-all .form-container div.wpcf7-response-output {
    clear: unset !important;
}

#content .property-description .prop-cta a:hover {
    background: #f54c46 !important;
}

.popup-wrap-mortage .mortage-calculator .m-form form div input[type="submit"]:hover {
    background: #f54c46 !important;
}

.error404 article#content {
    background: rgba(255, 255, 255, 0.90);
    padding: 0 15px;
    overflow: hidden;
}

.error404 #inner-page-wrapper {
    padding-top: 120px;
}

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

.ai-default-cf7wrap input[type="text"], 
.ai-default-cf7wrap input[type="tel"], 
.ai-default-cf7wrap input[type="email"], 
.ai-default-cf7wrap select, 
.ai-default-cf7wrap textarea{
    background: #fff;
}

.testi-wrap {
    border-bottom: 1px dotted;
    padding-top: 18px;
    padding-bottom: 18px;
}

.pop-gallery-wrap .pop-gallery .photo-list,
#content .listing-details-wrap .photo-slideshow .photo-list {
    /* background-size: cover; */
    background-size: contain !important;
    background-repeat: no-repeat;
    background-position: center center;
}
	 
/* MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css */

