/*
Theme Name: valarierbrooks.com 
Description: AIOS mobile semi-custom theme. 
Author: AgentImage 
Author URI: http: //www.agentimage.com
Version: 1.5.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. CSS RESET
2. Custom CSS
3. IP styles
4. MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css
*/

/*******************************************************
*
* 1. CSS RESET
*
*******************************************************/
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    font: 16px/1 sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
p,
blockquote,
figure,
ol,
ul {
    margin: 0;
    padding: 0;
}

header,
section,
footer,
aside,
nav,
main,
article,
figure {
    display: block;
}

h1,
h2,
h3,
h4 {
    font-size: inherit;
}

strong {
    font-weight: bold;
}

a,
button {
    color: inherit;
    transition: 0.3s;
}

a {
    text-decoration: none;
    color: #337ab7;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

button {
    overflow: visible;
    border: 0;
    font: inherit;
    -webkit-font-smoothing: inherit;
    letter-spacing: inherit;
    background: none;
    cursor: pointer;
}

::-moz-focus-inner {
    padding: 0;
    border: 0;
}

:focus {
    outline: 0;
}

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

div#main-wrapper {
    overflow: hidden;
}

/*******************************************************
*
* 2. 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%;
    text-align: center;
}

#nav .sub-menu a:hover {
    color: #fff;
}

#nav li:hover > .sub-menu {
    display: none;
}

#nav .sub-menu .sub-menu {
    margin-left: 100%;
    top: 0;
}

#nav .sub-menu li {
    position: relative;
}

.home select,
.sidebar select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
}

/*******************************************************
*
* 3. Custom CSS
*
*******************************************************/
/* Global */
body {
    font-family: "Quicksand", sans-serif, Arial, Helvetica, Georgia, Sans-serif;
    font-size: 16px;
    background: #FFF;
    color: #666666;
    font-weight: 300;
    margin: 0;
    letter-spacing: 0.015em;
}

.transition,
a::before,
.fc-img:before,
.fc-wrap,
.fc-wrap *,
.fp-img-wrap:before,
.fp-img-item,
.fp-img-item *,
header,
header img,
.hc-wraps,
#nav > li {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hp-title {
    text-align: center;
}

.hp-title h2 {
    display: inline-block;
    font-size: 85px;
    color: #353b42;
    letter-spacing: 0.05em;
    font-family: "Italiana", serif;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.hp-title h2 small {
    display: block;
    font-size: 30px;
    color: #673d7f;
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    letter-spacing: 0.145em;
}

.hp-title h2:after {
    content: '';
    display: block;
    width: 40px;
    height: 4px;
    background: #673d7f;
    margin: 18px auto 35px;
}

/*** Header ***/
header.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1029;
    background: rgba(0, 0, 0, 0.5);
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 0;
}

header.header .container {
    width: 100%;
    max-width: 1400px;
}

.logo .textwidget {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/*.logo .textwidget > a {
    max-width: 60%;
}

.logo .textwidget > img {
    max-width: 35%;
}
*/
.header-right {
    text-align: right;
}

.hc-wraps {
    margin-top: 20px;
    overflow: hidden;
    max-height: 50px;
}

.hc-wraps > div {
    display: inline-block;
    vertical-align: middle;
}

.header .phone {
    font-size: 15px;
    color: #fff;
    letter-spacing: 0.025em;
    margin-left: 8px;
}

.header .phone small {
    font-size: 12px;
}

.ai-font-phone {
    font-size: 13px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 11px;
}

.smi {
    font-size: 0;
    margin-left: 11px;
}

.smi a {
    font-size: 0;
}

.smi a:before {
    font-size: 13px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    height: 26px;
    width: 26px;
    border: 1px solid #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    text-align: center;
    line-height: 2em;
    margin-left: 2px;
}

.smi a:hover:before {
    border-color: #673d7f;
    background: #673d7f;
}

/*** Menu ***/
#nav > li {
    display: inline-block;
    margin-left: 18px;
    margin-top: 18px;
}

#nav > li:first-of-type {
    margin-left: 0;
}

#nav > li > a {
    display: block;
    padding-bottom: 36px;
    position: relative;
    overflow: hidden;
}

#nav > li > a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    right: 50%;
    height: 4px;
    background: #673d7f;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

#nav > li a {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.025em;
}

#nav > li .sub-menu {
    min-width: 180px;
    background: rgba(0, 0, 0, 0.5);
}

#nav > li:hover > a:before {
    left: 10%;
    right: 10%;
}

.sub-menu a {
    display: block;
    color: #fff;
    padding: 10px 6px;
}

#nav .sub-menu a {
    font-size: 12px;
}

#menu-item-138 .sub-menu .sub-menu {
    top: -160px;
}

.sub-menu li:hover > a {
    background: #673d7f;
}

/*** Fixed Header ***/
header.header.fixed {
    background: rgba(0, 0, 0, 0.7);
    padding-top: 8px;
}

header.header.fixed .logo .textwidget {
    max-width: 80%;
}

header.header.fixed .hc-wraps {
    max-height: 0;
    margin-top: 0;
}

header.header.fixed #nav > li {
    margin-top: 28px;
}

/*** Slideshow ***/
#hero {
    position: relative;
}

.slideshow {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.slideshow:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.slideshow canvas {
    min-height: 100vh;
}

/*** Slideshow Tagline ***/
.slideshow-tagline {
    position: relative;
    z-index: 1;
    margin: 28% 0px 1%;
}

.slideshow-tagline h2 {
    display: none;
}

.sst-item p {
    font-size: 60px;
    color: #fff;
    font-family: "Italiana", serif;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    opacity: 0;
}

.sst-item a {
    display: inline-block;
    background: #673d7f;
    color: #fff;
    font-weight: 700;
    padding: 12px 28px;
    margin-top: 14px;
    text-transform: uppercase;
    font-size: 14px;
}

.sst-item a:hover {
    color: #673d7f;
    background: #fff;
}

/*** Quick Search ***/
.qs {
    position: relative;
    z-index: 1;
    padding: 15px 0;
    background: #fff;
}

.qs-ihf-powered-by {
    font-size: 12px;
    color: #666;
    text-align: center;
    margin: 0 auto;
    display: block!important;
    margin-top: 10px;
}

.sidebar .qs-ihf-powered-by {
    color: #666;
}

.qs h2 {
    font-family: "Italiana", serif;
    font-size: 40px;
    text-align: center;
    text-transform: uppercase;
    color: #666;
    letter-spacing: 0.05em;
}

.qs form {
    font-size: 0;
    margin: 23px 0px 20px;
}

.qs form > div {
    display: inline-block;
    vertical-align: top;
    padding-right: 5px;
}

.qs form select,
.qs form input {
    height: 34px;
    background: rgba(255, 255, 255, 0.15);
    color: #666;
    border: 1px solid #666 !important;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    width: 100%;
    padding: 0px 8px;
}

.qs form select option {
    color: #000;
    font-size: 12px;
}

.qs form > a {
    width: 9.6%;
    background: rgba(64, 64, 64, 0.85);
    height: 34px;
    display: inline-block;
    font-size: 13px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    line-height: 2.5em;
}

.qs form > a:hover {
    color: #673d7f;
    background: #fff;
}

.qs form .submit-btn input {
    background: #000000;
    border: 0 !important;
    font-weight: 700;
    font-size: 13px;
}

.qs form .submit-btn input:hover {
    color: #673d7f;
    background: #fff;
}

.qs .pt-wrap {
    width: 22.3%;
}

.qs .city-wrap {
    width: 19%;
}

.qs .bnb-wrap {
    width: 9.3%;
}

.qs .price-wrap {
    width: 10.1%;
}

.qs .submit-btn {
    width: 10.1%;
}

.qs .bootstrap-select.btn-group .dropdown-menu.inner {
    max-height: 200px !important;
}

.qs #custom-quick-search li > a span.text {
    width: 100%;
    max-width: 130px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.qs #custom-quick-search small.text-muted {
    position: absolute;
    right: 15px;
    color: #ccc;
    margin: auto 20px;
    line-height: 2;
}

/*** CTA ***/
#cta {
    background: #fff;
    position: relative;
    padding: 70px 0px 40px;
}

#cta h2 {
    display: none;
}

#cta a {
    max-width: 360px;
    height: 150px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 35px;
    padding: 0px 55px;
    text-align: center;
    font-family: "Italiana", serif;
    text-transform: uppercase;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    position: relative;
}

#cta a:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

#cta a:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: url(images/cta-shadow.png) no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    height: 30px;
}

#cta a:hover {
    color: #000;
}

#cta a:hover:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.5);
    z-index: 1;
}

#cta a span {
    position: relative;
    z-index: 1;
}

#cta .cta1 {
    background: url(images/cta1.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

#cta .cta2 {
    background: url(images/cta2.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

#cta .cta3 {
    background: url(images/cta3.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

/*** Welcome ***/
#welcome {
    position: relative;
    background: rgba(255, 255, 255, 0.75);
    padding-bottom: 118px;
}

#welcome .col-md-4.float-right {
    float: right;
}

.wc-title {
    background: #fff;
    padding-bottom: 14px;
    padding-top: 7px;
}

.wc-title h1 {
    color: #000;
    font-size: 75px;
    font-family: "Italiana", serif;
    text-transform: uppercase;
    margin-left: -20px;
}

.wc-title h1 span {
    color: #673d7f;
}

.wc-text {
    background: #000;
    padding: 54px 93px 51px 50px;
    margin-right: 45px;
}

.wc-text p {
    line-height: 24px;
    color: #fff;
    letter-spacing: 0.015em;
    margin-bottom: 26px;
}

.wc-text a {
    display: inline-block;
    background: #673d7f;
    color: #fff;
    font-weight: 700;
    padding: 5px 15px;
    margin-top: 14px;
    text-transform: uppercase;
    font-size: 14px;
}

.wc-text a:hover {
    color: #673d7f;
    background: #fff;
}

.agent-photo {
    position: relative;
    margin-left: calc(-30px + -45px);
    margin-right: calc(((1140px - 100vw) / 2) + 66px);
    margin-top: -90px;
}

.agent-photo img {
    position: absolute;
}

.logos-wrapper {
    background: #6c7888;
    padding: 30px 30px 40px;
    margin-right: 28px;
}

.logos-wrapper h3 {
    text-align: center;
    color: #fff;
    letter-spacing: 0.025em;
    font-size: 30px;
    text-transform: uppercase;
    font-family: "Italiana", serif;
    margin-bottom: 33px;
}

.logos-wrapper .flex-row {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 32px;
}

.logos-wrapper .flex-row:last-of-type {
    margin-bottom: 0;
}

/*** Featured Community ***/
#fc {
    position: relative;
    background: #fff;
    padding-top: 85px;
}

.fc-wrap a {
    display: block;
    max-width: 360px;
    position: relative;
    margin: 0px auto 30px;
    overflow: hidden;
}

.fc-wrap a:hover .fc-img:before {
    background: rgba(0, 0, 0, 0.75);
}

.fc-wrap a:hover .fc-title {
    opacity: 0;
    bottom: -20px;
}

.fc-wrap a:hover .fc-hover {
    opacity: 1;
}

.fc-wrap a:hover .fc-hover span {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.fc-img {
    display: block;
    font-size: 0;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    position: relative;
}

.fc-img:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.fc-hover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
}

.fc-hover span {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #fff;
    font-weight: 700;
    letter-spacing: 0.1em;
    font-size: 12px;
    padding: 14px 18px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.fc-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 60px 22px;
    border-bottom: 1px solid #fff;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 13px;
}

.fc-title:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2.5px;
    width: 36px;
    height: 5px;
    background: #fff;
}

.fc-link {
    text-align: center;
}

.fc-link a {
    display: inline-block;
    font-size: 25px;
    text-transform: uppercase;
    color: #fff;
    font-family: "Italiana", serif;
    background: #673d7f;
    border: 1px solid #673d7f;
    padding: 26px 20px;
    min-width: 360px;
    text-align: center;
    margin: 22px 43px;
}

.fc-link a:hover {
    background: #fff;
    color: #673d7f;
}

/*** FP ***/
#fp {
    position: relative;
    background: #fff;
    padding-top: 70px;
    padding-bottom: 43px;
}

#fp .hp-title h2:after {
    margin: 18px auto 0px;
}

.fp-img-wrap {
    position: relative;
}

.fp-img-wrap a {
    display: block;
}

.fp-img-wrap:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 1;
}

.fp-img-slide button,
.sl-img-slide button {
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 46px;
    width: 27px;
    z-index: 1;
}

.fp-img-slide button em,
.sl-img-slide button em {
    font-size: 46px;
    color: #673d7f;
}

.fp-img-slide button:hover em,
.sl-img-slide button:hover em {
    color: #353b42;
}

.fp-img-item {
    padding: 56px 65px;
    font-size: 0;
    position: relative;
}

.fp-img-item canvas {
    width: 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-background-size: cover !important;
    background-size: cover !important;
}

.fp-img-item a {
    display: block;
}

.slick-current.slick-active.slick-center .fp-img-item .fp-img-wrap:before {
    background: transparent;
}

.slick-current.slick-active.slick-center .fp-img-item .fp-info {
    opacity: 1;
}

.slick-current.slick-active.slick-center .fp-img-item a:hover .fp-img-wrap {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}

.name-Safari .slick-current.slick-active.slick-center .fp-img-item a:hover .fp-img-wrap {
    -webkit-transform: scale(1.22);
    -moz-transform: scale(1.22);
    -o-transform: scale(1.22);
    -ms-transform: scale(1.22);
    transform: scale(1.22);
}

.slick-current.slick-active.slick-center .fp-img-item a:hover canvas {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.slick-current.slick-active.slick-center .fp-img-item a:hover .fp-info {
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 1000px;
    margin: 0 auto;
}

.slick-current.slick-active.slick-center .fp-img-item a:hover .fp-info .listing-vd {
    opacity: 1;
}

.fp-img-prev {
    left: calc(22.5% - 13.5px);
}

.fp-img-next {
    right: calc(22.5% - 13.5px);
}

.fp-wrap {
    position: relative;
    overflow: hidden;
}

.fp-info-slide {
    z-index: 1;
    position: absolute !important;
    bottom: 56px;
    left: calc(22.7% + 84px);
    right: calc(22.7% + 84px);
    background: #000;
    padding: 14px 55px;
    pointer-events: none;
    opacity: 0;
    bottom: -60px;
}

.fp-info-slide button {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 80px;
    width: 33px;
    font-size: 0;
    margin: auto;
    z-index: 1;
}

.fp-info-slide button em {
    font-size: 46px;
    color: #fff;
}

.fp-info-slide .fp-add,
.fp-info-slide .fp-bnb {
    text-transform: uppercase;
}

.fp-info-slide.active {
    bottom: 0;
    left: 22.7%;
    right: 22.7%;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-in-out, bottom 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out, bottom 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out, bottom 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, bottom 0.3s ease-in-out;
}

.fp-price {
    font-size: 43px;
    color: #fff;
    font-family: "Italiana", serif;
    letter-spacing: 0.05em;
}

.fp-add {
    font-size: 14px;
    color: #FFF;
    font-weight: 700;
    margin-top: 9px;
}

.fp-info-prev {
    left: 9px;
}

.fp-info-next {
    right: 9px;
}

.fp-bnb {
    font-size: 14px;
    color: #fff;
    margin-top: 5px;
}

fp-info-item {
    position: relative;
}

.fp-info {
    position: absolute;
    bottom: 56px;
    left: 84px;
    background: #000;
    padding: 19px 16px;
    max-width: 380px;
    opacity: 1;
    z-index: 1;
}

.listing-vd {
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    border: 1px solid #fff;
    position: absolute;
    right: 22px;
    top: 0;
    bottom: 0;
    margin: auto;
    max-height: 40px;
    padding: 13px 15px;
    opacity: 0;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

/*** SL ***/
#sl {
    position: relative;
    background: #fff;
    padding-top: 0;
    padding-bottom: 72px;
}

#sl .hp-title h2:after {
    margin: 18px auto 0px;
}

/*** Testimonials ***/
#testimonials {
    position: relative;
    background: #000;
    padding: 44px 0px 70px;
}

#testimonials:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(images/testi-bg.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.2;
}

#testimonials .hp-title h2 {
    color: #fff;
}

.testi-slide {
    text-align: center;
    padding: 0px 40px;
}

.testi-slide p {
    max-width: 830px;
    margin: auto;
    color: #fff;
    font-size: 17px;
    line-height: 25px;
    letter-spacing: 0.05em;
}

.testi-slide button {
    font-size: 0;
    position: absolute;
    top: 10px;
    width: 18px;
    height: 46px;
    color: #673d7f;
    z-index: 1;
}

.testi-slide button em {
    font-size: 46px;
}

.testi-slide .testi-info-prev {
    left: 0;
}

.testi-slide .testi-info-next {
    right: 0;
}

.testi-slide .reviewer-name {
    display: inline-block;
    text-align: center;
    font-family: "Italiana", serif;
    color: #fff;
    letter-spacing: 0.05em;
    line-height: 25px;
    font-size: 25px;
    margin-top: 39px;
}

.testi-slide .reviewer-name:before {
    content: '- ';
}

/*** Footer ***/
.footer-logo {
    text-align: center;
    margin-bottom: 26px;
    position: relative;
    z-index: 1;
}

footer .hc div > span {
    display: block;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.01em;
    margin-bottom: 14px;
    margin-left: 0;
    position: relative;
    z-index: 1;
    color: #fff;
}

footer .smi {
    margin-left: 0;
    text-align: center;
    margin-bottom: 23px;
    position: relative;
    z-index: 1;
}

footer .hc-add {
    text-align: center;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.01em;
    position: relative;
    z-index: 1;
}

footer .hc-add em {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.footer-top {
    padding: 42px 0px 61px;
    position: relative;
}

.footer-top:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}

.footer-top:after {
    content: '';
    position: absolute;
    left: 0;
    right: 50%;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.45);
}

.git-wrap {
    width: 407px;
    margin: auto;
}

.git-wrap h2 {
    font-family: "Italiana", serif;
    font-size: 36px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    text-align: center;
    margin-bottom: 42px;
    margin-top: 15px;
}

.git-wrap .wpcf7-not-valid-tip {
    font-size: 12px;
}

.git-wrap .wpcf7-response-output {
    text-align: center;
    font-size: 13px;
    color: #fff;
    margin-left: 0;
    margin-right: 0;
}

.git-field-wrap.sm-wrap {
    display: inline-block;
    width: 49%;
}

.git-field-wrap.sm-wrap.float-right {
    float: right;
}

.git-wrap input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #fff;
    background: transparent;
    font-size: 13px;
    color: #fff;
    height: 34px;
    margin-bottom: 8px;
}

.git-field-wrap.lg-wrap {
    width: 100%;
}

.git-field-wrap.lg-wrap textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid #fff;
    background: transparent;
    font-size: 13px;
    color: #fff;
    resize: none;
    height: 70px;
    padding-top: 11px;
}

.git-submit {
    text-align: center;
    margin-top: 14px;
}

.git-submit input {
    display: inline-block;
    background: #673d7f;
    color: #fff;
    font-weight: 700;
    padding: 12px 28px;
    margin-top: 14px;
    text-transform: uppercase;
    font-size: 14px;
    width: auto;
    border-bottom: 0;
    height: auto;
}

.git-submit input:hover {
    color: #673d7f;
    background: #fff;
}

.footer-bottom {
    background: #000;
    position: relative;
    padding: 34px 0px 32px;
}

.footernav li {
    display: inline-block;
    margin-right: 17px;
    margin-bottom: 10px;
}

.footernav li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
}

.footernav li a:hover {
    color: #673d7f;
}

.copyright {
    font-size: 13px;
    color: #fff;
}

.copyright a {
    color: #fff;
}

.copyright a:hover {
    color: #673d7f;
}

.mls {
    color: #fff;
    font-size: 23px;
    text-align: right;
}

/*******************************************************
*
* 3. IP Styles
*
*******************************************************/
.ip-banner {
    position: relative;
    width: 100%;
}

.ip-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.6);
}

.ip-banner canvas {
    display: block;
    position: relative;
    z-index: 0;
    width: 100%;
    min-height: 250px;
    background: #f9f7f7;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
}

.ip-banner .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.ip-banner h1 {
    font-weight: 700;
    font-size: 32px;
    text-align: center;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    line-height: 1.7;
}

.ip-banner h1 span {
    display: block;
    font-size: 24px;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0.01em;
}

/* Adjust minimum height of page area */
#content-sidebar,
#content-full {
    min-height: 500px;
    margin-top: 20px;
}

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

#content-full #content {
    width: 100%;
}

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

/* fullwidth template */
.page-template-template-fullwidth #content {
    padding-left: 15px;
    padding-right: 15px;
}

.page-template-template-fullwidth #content ihf-search[data-eureka-id*=""].ihf-eureka {
    margin-left: -15px;
    margin-right: -15px;
}

/* 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: 60px;
    color: #353b42;
    letter-spacing: 0.05em;
    font-family: "Italiana", serif;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0;
    line-height: 1em;
}

/* Styles for category/archive/search/etc subheadings (h2) */
.ip-container footer.footer {
    position: relative;
}

.ip-container footer.footer:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(images/slide1.jpg) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.sidebar .qs h2 {
    font-size: 26px;
    color: #666666;
}

.sidebar .qs .pt-wrap,
.sidebar .qs .city-wrap {
    width: 100%;
    padding-right: 0;
}

.sidebar .qs .bnb-wrap,
.sidebar .qs .price-wrap {
    width: 49.2%;
    padding-right: 0;
}

.sidebar .qs .submit-btn {
    width: 100%;
    padding-right: 0;
}

.sidebar .bnb-wrap.mob-right,
.sidebar .price-wrap.mob-right {
    float: right;
}

.sidebar .qs form > a {
    width: 100%;
    border: 1px solid rgba(64, 64, 64, 0.85);
}

.sidebar .qs form > a:hover {
    border-color: #673d7f;
}

.sidebar .qs form select,
.sidebar .qs form input {
    color: #666;
    border: 1px solid #666 !important;
    margin-bottom: 5px;
}

.sidebar .qs form .submit-btn input {
    color: #fff;
}

.sidebar .qs form .submit-btn input:hover {
    border-color: #673d7f;
    color: #673d7f;
}

.sidebar #cta {
    padding: 0px 0px 40px;
}

.sidebar #cta a {
    height: 115px;
    font-size: 17px;
    padding: 0px 10px;
    margin-bottom: 20px;
}

.sidebar #cta a:after {
    height: 25px;
}

.hp-quick-search .bootstrap-select.btn-group .dropdown-toggle {
    height: 34px;
    background: rgba(255, 255, 255, 0.15);
    color: #666;
    border: 1px solid #666 !important;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    width: 100%;
    padding: 0px 8px;
    border-radius: 0px;
}

.bs-searchbox input {
    color: black !important;
}

.dropdown-menu ul li a {
    color: black;
    background: white;
}

.qs-side.hp-quick-search .bootstrap-select.btn-group .dropdown-toggle {
    height: 34px;
    background: rgba(255, 255, 255, 0.15);
    color: #666;
    border: 1px solid #666 !important;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    width: 100%;
    padding: 0px 8px;
    border-radius: 0px;
}

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

/*Career*/
.page-id-21 div.wpcf7-response-output {
    text-align: center;
}

.page-id-21 .ai-contact-wrap span.wpcf7-not-valid-tip {
    width: auto;
    line-height: 12px;
}

/*BLOG*/
.category-4 #content h2,
aside h2 {
    font-size: 1.5em;
    margin: 0 0 .75em 0;
    line-height: 1;
}

/*IHF FIXES*/
.ihf-grid-result-address {
    display: block;
}

#ihf-main-container .pull-right.btn-group {
    text-align: right;
}

#ihf-main-container .btn-group > .btn-group {
    float: none;
    display: inline-block;
}

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

#ihf-main-container .extra-link {
    margin-left: 0;
    margin-bottom: 0;
}

#ihf-main-container .extra-link > a {
    background-image: none;
    box-shadow: 0 0 0 rgba(255, 255, 255, .2) inset, 0 0 0 rgba(0, 0, 0, .05);
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    display: inline-block;
}

div#ihf-mortgage-calculator-modal form input {
    padding: 5px !important;
    font-size: 14px !important;
    text-align: center !important;
}

.page-id-21 #content strong{
    font-weight: bold;
}

#content strong {
    font-weight: bold;
}
.button-range {
    text-align: center;
}

.button-range a {
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    font-family: "Italiana", serif;
    background: #673d7f;
    border: 1px solid #673d7f;
    padding: 10px;
    min-width: 200px;
    text-align: center;
    margin: 5px;
}

.button-range a:hover {
    background: #fff;
    color: #673d7f;
}
/* MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css */


.agent-contacts-main-info .agent-contact-city {
    display: none;
}


.property-sale-wrap {
    display: block;
    background: #FFF;
    position: relative;
    padding-top: 20px;
}

.property-sale-wrap h2 {
    font-size: 25px;
    display: block;
    text-align: center;
    color: #000;
    line-height: normal
}

.property-sale-wrap a {
    display: block;
    background: #CCC;
    text-align: center;
    color: #000;
    font-size: 20px;
    font-weight: bold;
    max-width: 450px;
    padding: 10px 25px;
    margin: 20px auto;
    border: 1px solid #CCC;
    border-radius: 10px;
    text-decoration: none;
}

.property-sale-wrap p {
    display: block;
    text-align: center;
    font-size: 20px;
    line-height: normal;
    color: #000;
    font-style: italic
}

.page-id-24620 #content-sidebar #content {
    width: 100%;
}

.page-id-24620 .sidebar {
    display: none;
}

#content .guarantee-page-wrap h2 {
    text-align: center;
    font-weight: bold;
}

.guarantee-steps {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
}

.guarantee-steps-content {
    background: #e5e5e5;
    width: 350px;
    height: 270px;
    padding: 0 30px;
    position: relative;
}

.guarantee-steps-content:nth-child(2) {
    border-left: 2px solid #726f6f;
    border-right: 2px solid #726f6f;
}

.guarantee-steps-content-title {
    position: absolute;
    left: 0;
    font-size: 30px;
    font-family: 'Marck Script', cursive;
    transform: rotate(-45deg);
}

.guarantee-page-content {
    text-align: center;
}

#content .guarantee-steps-content h3 {
    text-align: center;
    font-size: 30px;
    color: #000;
    padding-top: 45px;
}

#content .guarantee-steps-content p {
    color: #000;
    text-align: center;
    font-size: 18px;
}

#content .guarantee-page-content h3 {
    font-size: 22px;
    color: #000;
    font-weight: bold;
}

.guarantee-page-wrap .ai-default-cf7wrap>div>span.wpcf7-form-control-wrap {
    display: inline-block !important;
}

.page-id-24620 .ai-default-cf7wrap input[type="text"], .page-id-24620 .ai-default-cf7wrap input[type="tel"], .page-id-24620 .ai-default-cf7wrap input[type="email"] {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-family: "Quicksand", sans-serif, Arial, Helvetica, Georgia, Sans-serif;
}

.page-id-24620 .ai-default-cf7wrap textarea {
    font-size: 14px;
    font-family: "Quicksand", sans-serif, Arial, Helvetica, Georgia, Sans-serif;
}

.background-wrapper canvas {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: .2;
    background-position: center center;
}

.background-wrapper {
      position: absolute;
  top: 0;
  z-index: -1;
}

.page-id-16 .ih-block.widget.page-title-widget {
    padding-left: 20px;
}

.page-id-16 .ih-block.widget.custom-content-widget {
    padding-left: 20px;
}

.page-id-16 #content strong u {
    font-style: italic;
}

.slideshow-tagline > .container {
    max-width: 90%;
    width: 100%;
}

.ip-button {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.ip-button a {
    display: inline-block;
    background: #673d7f;
    color: #fff;
    font-weight: 700;
    padding: 12px 28px;
    margin-top: 14px;
    text-transform: uppercase;
    font-size: 14px;
    width: auto;
    border-bottom: 0;
    height: auto;
}

.ip-button a:hover {
    background: #666;
}


/*Events Page*/
.ip-events {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

.ip-events-item .ip-events-item-photo {
    position: relative;
}

.ip-events-item .ip-events-item-photo canvas {
    width: 100%;
    height: auto;
    display: block;
}

.ip-events-item .ip-events-item-photo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.ip-events-item-button {
    padding: 25px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ip-events-item-button a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    background: #673d7f;
    border: 1px solid #673d7f;
    color: #fff;
    font-weight: 700;
    padding: 12px 28px;
    text-transform: uppercase;
}

.ip-events-item-button a:hover {
    background: #fff;
    color: #673d7f;
}
/*Events Page*/


.ip-sidebar-lender{
    display: none;
}

.page-id-62 .ip-sidebar-lender{
    display: block;
}

.page-id-62 .qs,
.page-id-62 #cta{
    display: none;
}

.ip-siderbar-lender-contacts {
    text-align: center;
    padding: 15px 0 0;
    color: #000;
}

.ip-siderbar-lender-contacts strong {
    font-weight: 600;
}

.ip-siderbar-lender-contacts a {
    color: inherit;
}

#ihf-main-container .dropdown-menu{
    z-index: 1001 !important;
}