/*
Theme Name: Top Hook Realty
Theme URI: http://dmccallister-pendingcom.rs4.aios-staging.com
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.4.5
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;
    display: none;
    padding: 0;
    position: absolute;
    width: 100%;
    min-width: 180px;
    text-align: center;
}

#nav > li > .sub-menu {
    left: -150%;
    right: -150%;
    margin: 0 auto;
    padding: 10px 0 0;
}

#nav .sub-menu a {
    color: #FFFFFF;
    display: block;
    padding: 10px;
    background: rgba(17, 49, 87, 0.75);
    font-size: 13px;
}

#nav .sub-menu a:hover {
    background: #dfcf5d;
    color: #fff;
    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: 'Lato', sans-serif;
    font-size: 16px;
    background: #FFF;
    color: #fff;
    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; */
}


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


/* 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 post/page main headings (h1) */

#content .entry-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 700;
}


/* Style category/archive/etc main headings (h1) */

#content .archive-title {}


/* Styles for category/archive/search/etc subheadings (h2) */

#content .archive-subtitle {}

img {
    max-width: 100%;
    height: auto;
}

a,
input,
textarea,
select {
    outline: 0;
}

#content #ihf-main-container .nav-tabs,
#content #ihf-main-container .chosen-results {
    margin: 0 0 0;
}

#content #ihf-main-container #ihf-search-adv2-submit {
    margin: 20px 0 0;
}

#content #ihf-main-container .ihf-grid-result-address {
    white-space: unset;
}

#content #ihf-main-container .btn {
    padding: 6px 6px;
}

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

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

.fnt-mont {
    font-family: 'Montserrat', sans-serif;
}

.fnt-pop {
    font-family: 'Poppins', sans-serif;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    background: url(images/header-bg.png) center bottom no-repeat;
    background-size: cover;
    padding: 30px 0 60px;
    transition: all ease .5s;
    -moz-transition: all ease .5s;
    -webkit-transition: all ease .5s;
}

.header.fixed {
    padding: 10px 0 70px;
}

.header .logo {}

.header .logo img {
    max-width: 230px;
    transition: all ease .5s;
    -moz-transition: all ease .5s;
    -webkit-transition: all ease .5s;
}

.header.fixed .logo img {
    max-width: 170px;
}
.header .header-nav{
	padding: 0 0 0;
	transition: all ease .4s;
	-moz-transition: all ease .4s;
	-webkit-transition: all ease .4s;
}
.header.fixed .header-nav{
	padding: 20px 0 0;
}
.header-contact {
    margin-bottom: 20px;
}

#nav {
    font-size: 0;
    text-align: right;
}

#nav li {}

#nav a {
    letter-spacing: 0.050em;
    color: #525252;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    transition: all ease .5s;
    -moz-transition: all ease .5s;
    -webkit-transition: all ease .5s;
}

#nav li:hover > a {
    color: #9c9c9c;
}

#nav > li {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 34px;
    line-height: 1;
}

#nav > li:first-child {
    margin: 0 0 0 0;
}

#nav > li > a {
    font-size: 16px;
}

.contact-wrapper {
    font-size: 0;
    text-align: right;
    font-weight: 500;
    margin: 0 0 15px;
    padding: 10px 0 0;
    transition: all ease .5s;
    -moz-transition: all ease .5s;
    -webkit-transition: all ease .5s;
}

.fixed .contact-wrapper {
    margin: 0 0 7px;
    padding: 0px 0 0;
}

.contact-wrapper ul {
    font-size: 0;
}

.contact-wrapper ul li {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}

.contact-wrapper ul li.h-phone {
    padding: 0 25px 0 0;
}

.contact-wrapper ul li.h-phone canvas {
    background: url(images/h-phone.png) center center no-repeat;
    margin: 0 7px 0 0;
    vertical-align: top;
}

.contact-wrapper ul li.h-phone a,
.contact-wrapper ul li.h-phone em {
    color: #525252;
    font-style: normal;
    font-size: 14px;
    letter-spacing: 0.100em;
}

.contact-wrapper ul li.h-phone a:hover {
    color: #b1b1b1;
}

.contact-wrapper ul li.h-email {
    padding: 0 20px 0 0;
    border-right: 1px solid #cfcfcf;
}

.contact-wrapper ul li.h-email span {
    color: #dfcf5d;
    font-size: 12px;
    margin: 0 7px 0 0;
}

.contact-wrapper ul li.h-email a {
    color: #525252;
    font-size: 14px;
    letter-spacing: 0.100em;
    text-decoration: none;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}

.contact-wrapper ul li.h-email a:hover {
    color: #b1b1b1;
}

.contact-wrapper ul li.h-sm {
    padding: 0 0 0 19px;
}

.contact-wrapper ul li.h-sm a {
    color: #dfcf5d;
    font-size: 13px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 15px;
    text-decoration: none;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}

.contact-wrapper ul li.h-sm a:hover {
    color: #b9aa3e;
}

.contact-wrapper ul li.h-sm a:first-child {
    margin: 0 0 0 0;
}


/* HP 	Intro; */


/* Intro **/

#intro-wrap {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    background: #fff;
}

#intro-wrap img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    opacity: 0;
}

#intro-wrap .intro-first {
    z-index: 10;
}

#intro-wrap .intro-second {
    z-index: 9;
}

#intro-wrap .intro-third {
    z-index: 9;
}

#intro-wrap .intro-fourt {
    z-index: 9;
}

#intro-wrap .intro-fifth {
    z-index: 9;
}


/** Intro **/

#mainwrapper {}

#hp-slide .slide-spacer {
    display: block;
    width: 100%;
}

#hp-slide .cycloneslider {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
}

#hp-slide .cycloneslider .cycloneslider-slides,
#hp-slide .cycloneslider .cycloneslider-slide,
#hp-slide .cycloneslider .cycloneslider-slide canvas {
    width: 100%;
    height: 100%;
}

#hp-slide-qs {
    position: relative;
}

#hp-slide {}

#hp-slide .cycloneslider-template-responsive .cycle-slide {}

#hp-slide .cycloneslider-template-responsive .cycle-slide:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: .2;
}

#hp-qs {
    position: absolute;
    width: 100%;
    bottom: 10px;
    left: 0;
	z-index: 2;
}
#hp-qs .bootstrap-select.btn-group .dropdown-menu{
	max-height: 290px !important;
}
#hp-qs .bootstrap-select.btn-group .dropdown-menu.inner{
	max-height: 237px !important;
}
.qs-wrapper {}

.qs-wrapper h2 {
    position: relative;
    line-height: 1;
    font-family: 'Mr De Haviland', cursive;
    font-weight: 400;
    /* font-size: 66px; */
    font-size: 99px;
    letter-spacing: 0.080em;
    text-align: center;
    margin: 0 0 30px;
    text-shadow: 0px 0px 8px #000;
}

.qs-wrapper h2:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 1px;
    background: #fff;
    width: 25.271%;
    opacity: .5;
    left: 0;
}

.qs-wrapper h2:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 1px;
    background: #fff;
    width: 25.271%;
    opacity: .5;
    right: 0;
}

.qs-wrapper form {
    font-size: 0;
    text-align: center;
}

.qs-wrapper form .qs-field {
    margin: 0 0 0 0.160%;
    display: inline-block;
    vertical-align: middle;
}

.qs-wrapper form .qs-field:first-child {
    margin: 0 0 0 0;
}

.qs-wrapper form .qs-field input[type="text"] {
    font-size: 13px;
    color: #535353;
    letter-spacing: 0.020em;
    text-transform: uppercase;
    line-height: 1;
    display: block;
    width: 100%;
    padding: 8px 20px;
    font-weight: 600;
    max-height: 36px;
    height: 36px;
    border: 0px;
}
.qs-wrapper form .qs-field input[type="number"] {
    font-size: 13px;
    color: #535353;
    letter-spacing: 0.020em;
    text-transform: uppercase;
    line-height: 1;
    display: block;
    width: 100%;
    padding: 8px 20px;
    font-weight: 600;
    max-height: 36px;
    height: 36px;
    border: 0px;
}

.qs-wrapper form .qs-ptype {
    width: 23.070%;
}

.qs-wrapper form .qs-city {
    width: 14%;
}

.qs-wrapper form .qs-short {
    width: 11.316%;
}

.qs-wrapper form .qs-submit {
    width: 8.070%;
}

.qs-wrapper form .qs-submit input {
    background: #113157;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0.020em;
    text-transform: uppercase;
    border: 0;
    line-height: 1;
    padding: 11px 0;
    display: block;
    width: 100%;
    max-height: 36px;
}

.qs-wrapper form .qs-submit input:hover {
    background: #dfcf5d;
}

.qs-wrapper form .qs-adv {
    width: 8.246%;
}

.qs-wrapper form .qs-adv a {
    background: #dfcf5d;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0.020em;
    text-transform: uppercase;
    border: 0;
    line-height: 1;
    padding: 11px 0;
    display: block;
    width: 100%;
    text-decoration: none;
    max-height: 36px;
}

.qs-wrapper form .qs-adv a:hover {
    background: #113157;
}

#hp-cta {
    background: url(images/cta-b.jpg) center center no-repeat;
    background-size: cover;
    padding: 175px 0 125px;
}

.cta-wrapper {}

.cta-wrapper ul {
    font-size: 0;
    text-align: center;
}

.cta-wrapper ul li {
    display: inline-block;
    vertical-align: middle;
    width: 23.772%;
    margin: 0 0 0 1.637%;
}

.cta-wrapper ul li:first-child {
    margin: 0 0 0 0;
}

.cta-wrapper ul li a {
    color: #fff;
    display: block;
    height: 271px;
    text-decoration: none;
    /*background:url(images/cta-border.png) center center no-repeat;*/
    border: 1px solid #fff;
    border-radius: 50%;
    position: relative;
    background-size: 100% auto;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
	overflow: hidden;
}

.cta-wrapper ul li a:hover {
    /*background:url(images/cta-border-h.png) center center no-repeat;*/
    background-color: #fff;
    background-size: 100% auto;
    color: #113157;
}

.cta-wrapper ul li h3 {
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
}

.cta-wrapper ul li h3 span {
    font-size: 27px;
    text-transform: uppercase;
    display: block;
}

.cta-wrapper ul li .cta-key {
    display: none;
    position: absolute;
    width: 100%;
    top: -34px;
}

.cta-wrapper ul li .cta-key canvas {
    background: url(images/cta-key.png) center center no-repeat #fff;
    border-radius: 40px;
}

.cta-wrapper ul li a:hover .cta-key canvas {
    background: url(images/cta-key-h.png) center center no-repeat #b9a33f;
}

.cta-wrapper ul li .cta-img {
    padding: 65px 0 20px;
    line-height: 1;
}

.cta-wrapper ul li .cta-img canvas {}

.cta-wrapper ul li.cta-1 .cta-img canvas {
    background: url(images/cta-1.png) center center no-repeat;
}

.cta-wrapper ul li.cta-1 a:hover .cta-img canvas {
    background: url(images/cta-1-h.png) center center no-repeat;
}

.cta-wrapper ul li.cta-2 .cta-img canvas {
    background: url(images/cta-2.png) center center no-repeat;
}

.cta-wrapper ul li.cta-2 a:hover .cta-img canvas {
    background: url(images/cta-2-h.png) center center no-repeat;
}

.cta-wrapper ul li.cta-3 .cta-img canvas {
    background: url(images/cta-3.png) center center no-repeat;
}

.cta-wrapper ul li.cta-3 a:hover .cta-img canvas {
    background: url(images/cta-3-h.png) center center no-repeat;
}

.cta-wrapper ul li.cta-4 .cta-img canvas {
    background: url(images/cta-4.png) center center no-repeat;
}

.cta-wrapper ul li.cta-4 a:hover .cta-img canvas {
    background: url(images/cta-4-h.png) center center no-repeat;
}

.fp-wrapper {
    padding: 85px 0 52px;
    background-color: #fff;
}

.fp-wrapper .fp-l {
    position: relative;
}

.fp-wrapper .fp-l ul {
    line-height: 1;
    font-size: 0;
}

.fp-wrapper .fp-l ul li {}

.fp-wrapper .fp-l ul li canvas {
    display: block;
    background-size: cover;
    width: 100%;
}

.fp-nav {
    font-size: 0;
    position: absolute;
    bottom: 0;
    right: -57px;
    z-index: 1;
}

.fp-nav a {
    display: inline-block;
    vertical-align: middle;
    max-height: 57px;
    width: 57px;
    text-align: center;
    text-decoration: none;
    padding: 20px 5px;
}

.fp-nav a.fp-p {
    background: #254163;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}

.fp-nav a.fp-p:hover {
    background: #113157;
}

.fp-nav a.fp-n {
    background: #113157;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}

.fp-nav a.fp-n:hover {
    background: #254163;
}

.fp-nav a span {
    color: #fff;
    font-size: 17px;
}

.fp-title {
    padding: 50px 0 0;
}

.fp-title h2 {
    color: #999;
    font-size: 34px;
    letter-spacing: 0.100em;
    text-transform: uppercase;
    line-height: 1;
    border-bottom: 1px solid #ccc;
    padding: 0 0 15px;
}

.fp-title h2 span {
    display: block;
    color: #113157;
    font-weight: 700;
}

.fp-det-wrapper {}

.fp-det {}

.fp-det .fp-price {
    color: #000;
    font-size: 45px;
    font-weight: 600;
    line-height: 1;
    padding: 60px 0 20px;
}

.fp-det .fp-bb {
    font-size: 0;
}

.fp-det .fp-bb span {
    font-size: 16px;
    font-weight: 300;
    color: #999;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    padding: 0 10px;
}

.fp-det .fp-bb span:first-child {
    border-right: 1px solid #999;
    padding-left: 0;
}

.fp-det .fp-add {
    font-size: 24px;
    color: #113157;
    text-transform: uppercase;
    line-height: 1;
    padding: 60px 0;
}

.fp-det a {
    background: #113157;
    width: 100%;
    display: block;
    color: #fff;
    font-weight: 300;
    font-size: 18px;
    letter-spacing: 0.200em;
    max-width: 262px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1;
    max-height: 55px;
    padding: 19px 0;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}

.fp-det a:hover {
    background: #254163;
}

.fc-wrapper {
    padding: 52px 0 0;
    background-color: #fff;
}

.fc-wrapper h2 {
    color: #999;
    font-size: 34px;
    letter-spacing: 0.100em;
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
    padding: 0 0 70px;
}

.fc-wrapper h2 span {
    color: #113157;
    font-weight: 700;
}

.fc-wrapper ul {
    font-size: 0;
}

.fc-wrapper ul li {
    display: inline-block;
    vertical-align: middle;
    width: 25%;
}

.fc-wrapper ul li a {
    display: block;
    position: relative;
}

.fc-wrapper ul li canvas {
    display: block;
    width: 100%;
    height: auto;
}

.fc-wrapper .fc-det {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

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

.fc-wrapper .fc-det:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(rgba(0, 0, 0, 0), rgba(0,0,0,.45)); */
    background: url(images/fc-cover.png) center bottom repeat-x;
    background-size: 100% auto;
    top: 0;
    left: 0;
    transition: all ease .8s;
    -moz-transition: all ease .8s;
    -webkit-transition: all ease .8s;
}

.fc-wrapper a:hover .fc-det:after {
    background: rgba(17, 49, 87, .71);
}

.fc-wrapper .fc-det h3 {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    bottom: -70px;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}

.fc-wrapper a:hover .fc-det h3 {
    bottom: 0;
}

.fc-wrapper .fc-1 canvas {
    background: url(images/fc-fresno.jpg) center center no-repeat;
    background-size: cover;
}

.fc-wrapper .fc-2 canvas {
    background: url(images/fc-hanford.jpg) center center no-repeat;
    background-size: cover;
}

.fc-wrapper .fc-3 canvas {
    background: url(images/fc-lemoore.jpg) center center no-repeat;
    background-size: cover;
}

.fc-wrapper .fc-4 canvas {
    background: url(images/fc-visalia.jpg) center center no-repeat;
    background-size: cover;
}

.welcome-wrapper {
    /*background:url(images/welcome-bg.jpg) center center no-repeat;*/
    /*background-size: cover;*/
    background: rgba(0, 0, 0, .5);
    padding: 105px 0 90px;
}

.welcome-contact {
    text-align: center;
    line-height: 1;
}

.welcome-contact img.full-logo {
    margin-top: 20px;
}

.welcome-contact h2 {
    color: #b9a33f;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    padding: 19px 0 5px;
}

.welcome-contact strong {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    display: block;
}

.welcome-contact ul {
    margin: 20px 0 0;
    border-top: 1px solid #375272;
    padding: 15px 0 0;
    font-weight: 500;
}

.welcome-contact ul li {
    font-size: 15px;
}

.welcome-contact ul canvas {
    background: url(images/info-phone.png) center center no-repeat;
    background-size: cover;
    margin: 0 2px 0 0;
    vertical-align: top;
}

.welcome-contact .info-phone {}

.welcome-contact .info-phone a,
.welcome-contact .info-phone em {
    color: #b5b5b5;
    font-style: normal;
}

.welcome-contact .info-email {
    padding: 7px 0 0;
}

.welcome-contact .info-email span {
    color: #b9a33f;
    font-size: 10px;
    margin: 0 2px 0 0;
}

.welcome-contact .info-email a {
    color: #b5b5b5;
    text-decoration: none;
    transition: all ease .5s;
    -moz-transition: all ease .5s;
    -webkit-transition: all ease .5s;
}

.info-lcn {
    padding: 7px 0 0;
    color: #b5b5b5;
}

.welcome-contact .info-email a:hover {
    color: #dcdcdc;
}

.welcome-contact .info-sm {
    font-size: 0px;
    padding: 12px 0 0;
}

.welcome-contact .info-sm a {
    font-size: 17px;
    color: #b9a33f;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 20px;
    text-decoration: none;
    transition: all ease .5s;
    -moz-transition: all ease .5s;
    -webkit-transition: all ease .5s;
}

.welcome-contact .info-sm a:hover {
    color: #ecd982;
}

.welcome-contact .info-sm a:first-child {
    margin: 0 0 0 0;
}

.welcome-text {
    position: relative;
}

.welcome-text:before {
    content: '';
    display: block;
    background: #48617e;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -63px;
}

.welcome-text h1 {
    line-height: 1;
    font-size: 28px;
    letter-spacing: 0.180em;
    text-transform: uppercase;
    font-weight: 300;
    margin: 0 0 0;
}

.welcome-text h1 span {
    display: block;
    text-transform: capitalize;
    font-size: 63px;
    font-weight: 700;
    letter-spacing: -0.020em;
}

.welcome-text .welcome-intro {
    letter-spacing: 0.025em;
    font-weight: 700;
    font-size: 20px;
    line-height: 29px;
    padding: 27px 40px 27px 0;
}

.welcome-text p {
    letter-spacing: 0.025em;
    font-weight: 300;
    line-height: 29px;
    padding: 0 70px 10px 0;
}

#hp-testimonials {
    background: url(images/testi-bg.jpg) center center no-repeat;
    background-size: cover;
    padding: 90px 0 100px;
}

#hp-testimonials .slick-dots {}

#hp-testimonials .slick-dots li {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    margin: 0 0 0 5px;
}

#hp-testimonials .slick-dots li:first-child {
    margin: 0 0 0 0;
}

#hp-testimonials .slick-dots li button {
    -webkit-appearance: none;
    font-size: 0;
    padding: 0 0 0;
    width: 13px;
    height: 13px;
    background: rgba(255, 255, 255, 0);
    border: 2px solid #fff;
    border-radius: 10px;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}

#hp-testimonials .slick-dots li.slick-active button {
    background: rgba(255, 255, 255, 1);
}

.testi-wrapper {
    text-align: center;
}

.testi-wrapper h2 {
    font-size: 28px;
    line-height: 35px;
    font-weight: 700;
}

.testi-wrapper ul {
    margin: 25px 0 0;
}

.testi-wrapper ul li {
    color: #fff;
    padding: 0 20px;
}

.testi-wrapper ul li p {
    font-size: 20px;
    letter-spacing: 0.020em;
}

.testi-wrapper ul li h3 {
    text-transform: uppercase;
    letter-spacing: 0.200em;
    font-size: 22px;
    margin: 45px 0 0;
    font-weight: 700;
    line-height: 1;
}

.testi-wrapper ul li strong {
    display: block;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.200em;
    text-transform: uppercase;
    margin: 5px 0 0;
}

.testi-wrapper ul li a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    background: #b9a33f;
    font-size: 14px;
    letter-spacing: 0.050em;
    text-transform: uppercase;
    line-height: 1;
    width: 100%;
    max-height: 39px;
    max-width: 177px;
    padding: 14px 5px;
    margin: 35px 0 0;
    transition: all ease .5s;
    -moz-transition: all ease .5s;
    -webkit-transition: all ease .5s;
}

.testi-wrapper ul li a:hover {
    background: #ecd982;
}

.testi-navs {
    font-size: 0;
    text-align: center;
}

.testi-navs a {
    color: #fff;
    font-size: 45px;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    max-height: 45px;
}

.testi-navs a.testi-p {
    left: -68px;
}

.testi-navs a.testi-n {
    right: -68px;
}

#hp-git {
    background: url(images/git-bg.jpg) center center no-repeat;
    background-size: cover;
    padding: 90px 0 85px;
    position: relative;
    z-index: 4;
}

#hp-git label {
    display: none;
}

.git-wrapper {}

.git-wrapper h2 {
    font-size: 48px;
    font-weight: 700;
    letter-spacing: -0.020em;
    color: #113157;
    text-align: center;
    line-height: 1;
}

.git-wrapper ul {
    font-size: 0;
    text-align: center;
    margin: 15px 0 0;
}

.git-wrapper ul li {
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
}

.git-wrapper ul li.git-phone {
    padding: 0 20px 0 15px;
}

.git-wrapper ul li.git-phone canvas {
    background: url(images/info-phone.png) center center no-repeat;
    background-size: cover;
    vertical-align: top;
    margin: 0 7px 0 0;
}

.git-wrapper ul li.git-phone a,
.git-wrapper ul li.git-phone em {
    color: #4e4e4e;
    font-size: 17px;
    font-style: normal;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}

.git-wrapper ul li.git-phone a:hover {
    color: #b1b1b1;
}

.git-wrapper ul li.git-email {}

.git-wrapper ul li.git-email span {
    color: #b9a33f;
    font-size: 14px;
    margin: 0 7px 0 0;
}

.git-wrapper ul li.git-email a {
    color: #4e4e4e;
    font-size: 17px;
    text-decoration: none;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}

.git-wrapper ul li.git-email a:hover {
    color: #b1b1b1;
}

.git-wrapper ul li.git-sm {
    padding: 0 0 0 24px;
}

.git-wrapper ul li.git-sm a {
    color: #b9a33f;
    font-size: 17px;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 15px;
}

.git-wrapper ul li.git-sm a:hover {
    color: #dfcf5d;
}

.git-wrapper ul li.git-sm a:first-child {
    margin: 0 0 0 0;
}

.git-container {
    border: 2px solid #113157;
    margin: 90px 0 0;
    padding: 55px 0 60px;
}

.git-container .git-form {
    width: 90%;
    max-width: 795px;
    margin: 0 auto;
}

.git-form h3 {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: .150em;
    text-transform: uppercase;
    color: #4e4e4e;
    line-height: 1;
    text-align: center;
    padding: 0 0 53px;
}

.git-cf {
    font-size: 0;
    position: relative;
}

.git-cf .git-d-field {
    border: 1px solid #717171;
    display: inline-block;
    vertical-align: middle;
    width: 50%;
}

.git-cf .git-d-field:nth-child(even) {
    border-right: 0px solid #717171;
}

.git-cf .git-d-field input {
    font-size: 14px;
    letter-spacing: 0.020em;
    color: #696969;
    padding: 15px 15px;
    background: none;
    border: 0;
    line-height: 1;
    width: 100%;
    display: block;
    max-height: 47px;
}

.git-cf .git-txt {
    border: 1px solid #717171;
    border-top: 0px solid #717171;
}

.git-cf .git-txt textarea {
    font-size: 14px;
    letter-spacing: 0.020em;
    color: #696969;
    resize: none;
    height: 117px;
    padding: 20px 15px;
    background: none;
    border: 0;
    display: block;
    width: 100%;
}

.git-cf input[type="submit"] {
    display: block;
    background: #b9a33f;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 0.150em;
    font-weight: 700;
    width: 100%;
    border: 0;
    margin: 13px 0 0;
    line-height: 1;
    padding: 19px 0;
    max-height: 57px;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}

.git-cf input[type="submit"]:hover {
    background: #dfcf5d;
}

.git-cf div.wpcf7 .ajax-loader {
    display: none !important;
}

.git-cf .wpcf7-form-control-wrap {
    display: block;
}

.git-cf span.wpcf7-not-valid-tip {
    font-size: 11px;
}

.git-cf div.wpcf7-response-output {
    font-size: 13px;
    color: #4e4e4e;
    margin: 0 0;
    position: absolute;
    width: 100%;
    top: auto;
    bottom: -35px;
}

.footer {
    background: #113157;
    text-align: center;
    padding: 0 0 55px;
}

.footer img {
    max-width: 163px;
}

.footernav {
    font-size: 0;
    padding: 45px 0 20px;
}

.footernav li {
    display: inline-block;
    vertical-align: middle;
    padding: 4px 25px;
    border-left: 1px solid #57a3e5;
    line-height: 1;
}

.footernav li:first-child {
    border-left: 0px;
}

.footernav a {
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    display: block;
    transition: all ease .5s;
    -moz-transition: all ease .5s;
    -webkit-transition: all ease .5s;
}

.footernav a:hover {
    color: #87adda;
}

.copyright {
    font-size: 13px;
    letter-spacing: 0.010em;
    line-height: 1;
    padding: 0 0 30px;
}

.copyright span {}

.copyright a {
    color: #fff;
    text-decoration: none;
}

.copyright a:hover {
    color: #87adda;
}

.re-logos {
    font-size: 0;
    margin: 25px 0 0;
}

.re-logos span {
    font-size: 20px;
    color: #b9a33f;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 4px;
}

.re-logos span:first-child {
    margin: 0 0 0 0;
}

#inner-page-wrapper {
    color: #525252;
    font-size: 17px;
}

#inner-page-wrapper #content .entry {
    font-weight: 300;
}

.ip-banner {
    /* height: 270px; */
    position: relative;
    background: url(images/ip-banner.jpg) center center no-repeat;
    background-size: cover;
}

.ip-banner:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .2;
}
.ip-banner canvas{
	display: block;
	width: 100%;
	height: auto;
}
.sb-info {
    text-align: center;
    line-height: 1;
}

.sb-info img {}

.sb-info h2 {
    color: #b9a33f;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    padding: 19px 0 5px;
    margin: 0 0;
}

.sb-info strong {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    display: block;
    color: #4e4e4e;
}

.sb-info ul {
    margin: 20px 0 0;
    border-top: 1px solid #375272;
    padding: 15px 0 0;
    font-weight: 500;
    list-style: none;
    margin: 15px 0 0;
    padding: 15px 0 0;
}

.sb-info ul li {
    font-size: 13px;
}

.sb-info ul canvas {
    background: url(images/info-phone.png) center center no-repeat;
    background-size: cover;
    margin: 0 2px 0 0;
}

.sb-info .info-phone {}

.sb-info .info-phone a,
.sb-info .info-phone em {
    color: #4e4e4e;
    font-style: normal;
}

.sb-info .info-email {
    padding: 0 0 0;
}

.sb-info .info-email span {
    color: #b9a33f;
    font-size: 10px;
    margin: 0 2px 0 0;
}

.sb-info .info-email a {
    color: #4e4e4e;
    text-decoration: none;
    transition: all ease .5s;
    -moz-transition: all ease .5s;
    -webkit-transition: all ease .5s;
}

.sb-info .info-email a:hover {
    color: #dcdcdc;
}

.sb-info .info-sm {
    font-size: 0px;
    padding: 0 0 0;
}

.sb-info .info-sm a {
    font-size: 17px;
    color: #b9a33f;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 20px;
    text-decoration: none;
    transition: all ease .5s;
    -moz-transition: all ease .5s;
    -webkit-transition: all ease .5s;
}

.sb-info .info-sm a:hover {
    color: #ecd982;
}

.sb-info .info-sm a:first-child {
    margin: 0 0 0 0;
}

#sb-qs {
    font-size: 0;
	text-align:center;
}
#sb-qs .bootstrap-select.btn-group .dropdown-menu{
	max-height: 290px !important;
}
#sb-qs .bootstrap-select.btn-group .dropdown-menu.inner{
	max-height: 237px !important;
}
#sb-qs .bootstrap-select.btn-group .dropdown-toggle .filter-option{
	font-size: 13px;
}
#sb-qs h2 {
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    font-size: 20px;
}

#sb-qs .qs-field {
    margin: 0 0 3px;
}

#sb-qs .qs-field input {
    display: block;
    width: 100%;
    line-height: 1;
    padding: 5px;
    font-size: 13px;
}

#sb-qs .qs-ptype,
#sb-qs .qs-city {
	width: calc(100% - 2px);
    margin: 0 auto 3px;
}

#sb-qs .qs-short {
    width: calc(50% - 2px);
    display: inline-block;
	margin: 0 1px 3px;
}

#sb-qs .qs-short:nth-child(odd) {
    /* margin-right: 2px; */
}

#sb-qs .qs-field input[type="submit"] {
    background: #b9a33f;
    color: #fff;
    border: 0;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.050em;
    font-size: 16px;
    padding: 6px 3px;
}

#sb-qs .qs-field input[type="submit"]:hover {
    background: #113157;
}

#sb-qs .qs-field a {
    background: #113157;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.050em;
    font-size: 16px;
    padding: 6px 3px;
    display: block;
    text-align: center;
    line-height: 1;
    text-decoration: none;
}

#sb-qs .bootstrap-select>.btn{
	border-radius: 0px !important;
	-webkit-appeance: none;
}

#sb-qs .qs-field a:hover {
    background: #b9a33f;
}

select#proptype {
    font-size: 13px;
    color: #535353;
    letter-spacing: 0.020em;
    text-transform: uppercase;
    line-height: 1;
    display: block;
    width: 100%;
    padding: 8px 20px;
    font-weight: 600;
    max-height: 36px;
    height: 36px;
    border: 0px;
	-webkit-appearance: none;
	background:url(images/DD-BG.png) calc(100% - 7px) center no-repeat #fff;
}

#custom-quick-search button.btn.dropdown-toggle.bs-placeholder.btn-default,
#custom-quick-search button.btn.dropdown-toggle.btn-default {
    font-size: 13px;
    color: #535353;
    letter-spacing: 0.020em;
    text-transform: uppercase;
    line-height: 1;
    display: block;
    width: 100%;
    padding: 8px 10px;
    font-weight: 600;
    max-height: 36px;
    height: 36px;
    border: 0px;
	border-radius: 0px;
}

#hp-qs .bootstrap-select.btn-group .dropdown-toggle .filter-option{
	font-size: 13px;
}

select#proptype-sidebar {
    display: block;
    width: 100%;
    line-height: 1;
    padding: 5px;
    font-size: 13px;
	-webkit-appearance: none;
	background:url(images/DD-BG.png) calc(100% - 7px) center no-repeat #fff;
}

#custom-quick-search-sidebar button.btn.dropdown-toggle.bs-placeholder.btn-default {
    -webkit-appearance: textfield;
    background-color: white;
    -webkit-rtl-ordering: logical;
    cursor: text;
    padding: 5px;
    border-width: 2px;
    border-style: inset;
    border-color: initial;
    border-image: initial;
}

.ip-container #custom-quick-search-sidebar button.btn.dropdown-toggle.bs-placeholder.btn-default {
    -webkit-appearance: none;
    background-color: white;
    -webkit-rtl-ordering: logical;
    cursor: text;
    padding: 5px 9px;
    border-width: 2px;
    border-style: inset;
    border-color: initial;
    border-image: initial;
    border: none;
    border: 1px solid rgb(169, 169, 169);
    border-radius: 0;
    box-shadow: 0 !important;
    color: #525252 !important;
}

#custom-quick-search-sidebar li.divider {
    display: none;
}

.footer-logo {
    text-align: center;
}

.sidebar .cta-wrapper ul {
    margin: 0 !important;
}

.sidebar .cta-wrapper ul li {
    width: 100%;
    display: block;
    margin: 20px 0 0;
}

.sidebar .cta-wrapper ul li a {
    color: #113157;
    height: unset;
    border: 1px solid #113157;
    border-radius: 0;
}

.sidebar .cta-wrapper ul li a:hover {
    background: #113157;
    color: #fff;
}


/********CSS Fixes*********/
img{
	max-width: 100%;
	height: auto;
}
a,
a:hover,
a:focus,
input,
input:hover,
input:focus,
textarea,
textarea:focus,
textarea:hover,
select:hover,
select:focus,
select,
button,
button:focus,
button:hover,
.btn-group.bootstrap-select.show-tick.qs-select,
.bootstrap-select .dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus{
	outline: 0px !important;
}
#content #ihf-main-container .nav-tabs,
#content #ihf-main-container .chosen-results{
	margin: 0 0 0;
}
#content #ihf-main-container #ihf-search-adv2-submit{
	margin: 20px 0 0;
}
#content #ihf-main-container .ihf-grid-result-address{
	white-space: unset;
}
#content #ihf-main-container .btn{
	padding: 6px 6px;
}
#content div.wpcf7-response-output,
div.wpcf7-response-output{
	text-align: center;
}

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

#ihf-main-container .pagination>li>a,
#ihf-main-container .pagination>li>span{
	padding: 6px 9px;
}
#ihf-main-container #ihf-schedule-showing-request-form .form-control{
	padding: 6px 7px;
}
/********CSS Fixes End*********/

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