/*
Theme Name: livinginthevirginislands.com
Theme URI: http://aios3-staging.agentimage.com/l/livinginthevirginislands.com/htdocs/
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;
    background: rgba(0, 0, 0, 0) url(images/submenu-fixer.png);
    display: none;
    padding-top: 63px;
    position: absolute;
    width: 100%;
    min-width: 210px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-backface-visibility: hidden;
}

#nav .sub-menu a {
    background: rgba(54, 141, 222, 0.85);
    color: #fff;
    display: block;
    padding: 4px 10px;
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-backface-visibility: hidden;
}

#nav .sub-menu a:hover {
    background: #0069f9;
    text-decoration: none;
}

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

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

#nav .sub-menu li {
    position: relative;
    padding-bottom: 1px;
}

#nav > li > .sub-menu > li:first-child:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(1, 231, 255, 0);
    border-bottom-color: rgba(54, 141, 222, 0.85);
    border-width: 6px;
    margin-left: -6px
}


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

/* Global */

body {
    font-family: 'Muli', 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; */
}

body *:focus {
    outline: none;
}

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

.heading-title h2 {
    font-size: 45px;
    text-transform: uppercase;
    color: #0069f9;
    letter-spacing: 3px;
    font-family: 'Ovo', serif;
}


/*Mobile Header*/

.mobile-logo {
    display: none;
    text-align: center;
    padding: 70px 20px 10px;
}

.mobile-logo img {
    max-width: 100%;
}

.amh-header-buttons {
    background: #fff !important;
    color: #0069f9;
}

.amh-header-buttons.amh-1a .amh-center .amh-phone-text,
.amh-header-buttons.amh-1a .amh-center .amh-phone-text a {
    color: #0069f9 !important;
}

.amh-navigation .amh-menu li:hover > a,
.amh-navigation .amh-menu li.open > a {
    background: #666 !important;
    color: #fff;
}

.amh-navigation .amh-menu li ul {
    background: #0069f9 !important;
}


/*Fixed Header*/

.header.scrolled {
    height: auto;
    padding: 5px 0;
}

.header.scrolled .header-logo img {
    max-width: 200px;
}

.header.scrolled .header-nav {
    padding: 29px 0 0;
}

.header.scrolled .contact-holder .icon {
    font-size: 14px;
    padding: 0 5px;
}

.header.scrolled .contact-holder.sg img {
    max-width: 125px;
}

.header.scrolled .contact-holder.sg {
    padding: 0 5px;
}

.header.scrolled .contact-holder em {
    font-size: 14px;
}

.header.scrolled #nav .sub-menu {
    padding-top: 32px;
}

.header.scrolled #nav .sub-menu .sub-menu {
    padding-top: 0;
}

/*Header*/

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
    padding: 15px 0;
    height: 145px;
    font-family: 'Barlow', sans-serif;
}

.ip-container .header {
    box-shadow: 0 1px 20px #999;
}

.header-logo {
    padding-left: 45px;
}

.header-logo img {
    max-width: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.header-nav {
    padding: 47px 0 0 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;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.header-nav #nav > li {
    display: inline-block;
    vertical-align: middle;
}

.header-nav #nav > li > a {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0px 9px;
    color: #368dde;
}

.header-nav #nav > li > a:hover {
    opacity: 0.75;
}

.header-contact {
    padding: 20px 0 0;
}

.scrolled .header-contact {
    padding: 14px 0 0;
}

.contact-holder {
    display: inline-block;
    vertical-align: middle;
}

.contact-holder .icon {
    font-size: 22px;
    padding: 0 16px;
    color: #368dde;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.contact-holder.email {
    border-right: 1px solid #368dde;
}

.contact-holder.email .icon {
    font-size: 22px;
    line-height: 1.8;
    padding: 0 15px;
}

.contact-holder.sg {
    padding-left: 15px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.contact-holder.sg img {
    max-width: 160px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-backface-visibility: hidden;
}


.contact-botttom {
    padding: 5px 0 0;
}

.contact-holder em {
    font-size: 24px;
    font-style: normal;
    color: #0069f9;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-backface-visibility: hidden;
}


/** HP slideshow ***/

section.hp-slidehow {
    margin-top: 95px;
}

/*HP Quick Search*/

.hp-qs {
    font-size: 0;
    padding: 60px 0 0;
    font-family: 'Muli', sans-serif;
}

.qs-title {
    position: relative;
    text-align: center;
    margin: 0 0 45px;
}

.qs-title::before {
    content: '';
    height: 1px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    background: #a2cfff;
    z-index: -1;
}

.qs-title h2 {
    display: inline-block;
    font-weight: 500;
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    color: #0069f9;
    background: #fff;
    padding: 0 30px;
    letter-spacing: 6px;
    font-family: 'Ovo', serif;
}

.qs-form,
.qs-search-btn {
    display: inline-block;
    vertical-align: middle;
}

.qs-form {
    width: 80%;
}

.qs-search-btn {
    width: 20%;
}

.qs-icon .icon {
    font-size: 24px;
    color: #fff;
}

.qs-select,
.qs-input {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.qs-select {
    padding: 2px;
}

.qs-input {
    padding: 2px;
}

.qs-select::after {
    content: ">";
    display: block;
    font-size: 10px;
    position: absolute;
    top: 16px;
    right: 12px;
    color: #50afe8;
    transform: rotate(90deg);
}

.qs-select.full,
.qs-input.full {
    width: 22%;
}

.qs-select.half,
.qs-input.half {
    width: 14%;
}

.qs-select label,
.qs-input label {
    display: none;
}

.qs-select select,
.qs-input input {
    height: 42px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #a2cfff;
    outline: 0;
    border-radius: 0;
    background: transparent;
    /*text-indent: 8px;*/
    padding: 0 8px;
    font-size: 13px;
    color: #666;
}

.qs-select select {
    padding: 0 4px;
}

.name-Chrome .qs-select select,
.name-Safari .qs-select select {
    padding: 0 8px;
}

.qs-select select option {
    color: #000;
}

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

.qs-btn {
    display: inline-block;
    vertical-align: top;
}

.qs-options {
    width: 100%;
}

.qs-btn {
    width: 50%;
    padding: 2px;
}

.qs-btn input {
    height: 42px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #0069f9;
    outline: 0;
    border-radius: 0;
    background: #0069f9;
    font-size: 14px;
    text-transform: uppercase;
    border: none;
    color: #fff;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.qs-btn input:hover {
    background: #0052c3;
}

.qs-btn a {
    display: block;
    height: 42px;
    width: 100%;
    text-align: center;
    border: 1px solid #666;
    background: #666;
    color: #fff;
    line-height: 42px;
    font-size: 14px;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.qs-btn a:hover {
    background: #333;
}

button.btn.dropdown-toggle.bs-placeholder.btn-default,
button.btn.dropdown-toggle.btn-default {
    height: 42px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #a2cfff;
    outline: 0;
    border-radius: 0;
    background: transparent;
    color: #666;
}

span.filter-option.pull-left {
    font-size: 14px !important;
}

.side-qs .qs-input {
    padding: 2px;
}

.side-qs .qs-input.full {
    padding: 2px 1px;
}

.side-qs span.filter-option.pull-left {
    margin-left: -4px;
}

/*Welcome Section*/

.hp-welcome {
    background: #fff url('images/wc-bg.jpg') bottom center / cover fixed;
    padding: 60px 0 100px;
}

.welcome-img img {
    max-width: 100%;
}


.wc-title h2 {
    color: #0069f9;
}

.wc-content p {
    font-size: 15px;
    font-weight: 300;
    color: #3c3c3c;
    padding: 13px 0;
    line-height: 25px;
    font-family: 'Muli', sans-serif;
}

.wc-img {
    /* display: none; */
}

.wc-img img {
    max-width: 100%;
}

.wc-img-holder {
    display: inline-block;
    vertical-align: top;
    padding: 0 3px;
    width: 33.33%;
}

.welcome-img {
    font-size: 0;
}

.wc-img-holder canvas {
    display: block;
    width: 100%;
    background-size: cover;
    background-position: top center;
}

/*Testimonials*/

.hp-testi {
    background: url(images/testi-bg.jpg) bottom center;
    background-size: cover;
    padding: 110px 0 70px;
    font-family: 'Muli', sans-serif;
}

.testi-title h2 {
    color: #fff;
    text-align: center;
}

.testi-content {
    width: 66%;
    margin: 0 auto;
}

.testi-content p {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    padding: 0 0 45px;
    width: 74%;
    margin: 0 auto;
    opacity: 0;
    letter-spacing: 1px;
    transform: translateY(80px);
    -webkit-transition: all 1.5s ease-in-out;
    -moz-transition: all 1.5s ease-in-out;
    -o-transition: all 1.5s ease-in-out;
    -ms-transition: all 1.5s ease-in-out;
    transition: all 1.5s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.testi-content.slick-active p {
    opacity: 1;
    transform: translateY(0);
}



a.testi-link {
    display: block;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
}

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

.heading-title.testi-title h2 {
    font-weight: 300;
}

.heading-title.testi-title h2 span {
    font-weight: 600;
}


.testi-wrapper ul.slick-dots {
    text-align: center;
    padding: 20px 0;
}

.testi-wrapper ul.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 10px;
    height: 33px;
    width: 33px;
}

.testi-wrapper ul.slick-dots li::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
}

.testi-wrapper ul.slick-dots li::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url('images/indicator.png') center center / cover;
    transform: scale(0) rotate(0);
    opacity: 0;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.testi-wrapper ul.slick-dots li.slick-active::after {
    opacity: 1;
    transform: scale(1) rotate(360deg);
}

.testi-wrapper ul.slick-dots li button {
    display: inline-block;
    vertical-align: middle;
    height: 9px;
    width: 9px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: 0;
    border-radius: 50%;
    background: transparent;
    font-size: 0;
    background: #fff;
    padding: 0;
}




/*Featured Properties*/

.hp-fp {
    padding: 65px 0;
}

.fp-container {
    position: relative;
}

.fp-inner {
    padding: 85px 0;
}

.fp-inner canvas {
    display: block;
    width: 100%;
    background-position: top center;
    background-size: cover;
}


.fp-content {
    position: absolute;
    top: 0;
    left: 100px;
    width: 358px;
    height: 100%;
    background: rgba(218, 240, 251, 0.8);
    padding: 63px 0 50px 25px;
    z-index: 15;
}

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

.fp-title h2 {
    line-height: 1;
    text-transform: none;
    color: #0069f9;
    letter-spacing: normal;
}

.fp-title span {
    font-size: 24px;
    text-transform: none;
    display: block;
    letter-spacing: 1px;
}



span.fp-address {
    display: block;
    font-size: 25px;
    color: #0069f9;
    padding: 0 0 32px;
}


.fp-bb-wrapper {
    line-height: 1;
    padding: 0 0 5px;
}

span.fp-bb {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
    font-size: 14px;
    text-transform: uppercase;
    color: #0069f9;
}

span.fp-bb.bb-beds {
    border-right: 1px solid #0069f9;
}

span.fp-bb img {
    display: inline-block !important;
}

.fp-details p {
    width: 84%;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    color: #0069f9;
    padding: 40px 0;
}

.fp-link a {
    display: inline-block;
    height: 66px;
    line-height: 66px;
    padding: 0 40px;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
    background: #0069f9;
}


.fp-details-arrow {
    padding: 35px 0 0;
}

.fp-arrow {
    display: inline-block;
    vertical-align: middle;
}

.fp-arrow .icon {
    font-size: 20px;
    color: #0069f9;
    padding: 0 10px;
    cursor: pointer;
}

.fp-details-arrow .arrow-prev {
    margin-left: -10px;
}



/*Featured Communities*/

.hp-fc {
    font-size: 0;
    padding: 21px 0 0;
    font-family: 'Muli', sans-serif;
}

.fc-title {
    text-align: center;
    padding: 0 0 85px;
}

.fc-title h2 {
    font-size: 30px;
    font-weight: 500;
    color: #0069f9;
}


.fc-wrapper {
    position: relative;
    overflow: hidden;
}

.fc-wrapper canvas {
    display: block;
}

.fc-row {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.fc-row .fc-col {
    /*position: absolute;*/
    display: inline-block;
    vertical-align: top;
    width: 14.2857%;
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-backface-visibility: hidden;
    overflow: hidden;
    cursor: pointer;
}

/*.fc-row .fc-col:nth-child(1) {
    left: 0;
}

.fc-row .fc-col:nth-child(2) {
    left: 14.2587%;
}

.fc-row .fc-col:nth-child(3) {
    left: 28.5714%;
}

.fc-row .fc-col:nth-child(4) {
    left: 42.8571%;
}

.fc-row .fc-col:nth-child(5) {
    left: 57.1428%;
}

.fc-row .fc-col:nth-child(6) {
    left: 71.4285%;
}

.fc-row .fc-col:nth-child(7) {
    left: 85.7142%;
}*/

.fc-row.fc-item-expanded .fc-col {
    width: 6.9270%;
}

.fc-row .fc-col.expand {
    width: 58.4375%;
}

.fc-row .fc-col.shrink {
    left: 50%;
}

.fc-inner {
    position: relative;
}

.fc-inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 20%;
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 144, 197, 0.64) 99%, rgba(0, 144, 197, 0.65) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 144, 197, 0.64) 99%, rgba(0, 144, 197, 0.65) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 144, 197, 0.64) 99%, rgba(0, 144, 197, 0.65) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.fc-row .fc-col.expand .fc-inner::before {
    top: -100%;
}

.fc-inner canvas {
    display: block;
    background-size: cover;
    background-position: top left;
    width: 100%;
    height: 705px;
}


.fc-inner-title {
    position: absolute;
    top: 0;
    left: 15px;
    width: 20%;
    padding: 20px 0;
    opacity: 1;
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.fc-inner-title span {
    display: block;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    white-space: nowrap;
}

.fc-row .fc-col.expand .fc-inner-title {
    opacity: 0;
}


.fc-inner-hover {
    position: absolute;
    top: 0;
    left: -350px;
    width: 100%;
    text-align: left;
    padding: 20px 55px 34px;
    opacity: 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;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-backface-visibility: hidden;
    z-index: 1;
}

.fc-row .fc-col.expand .fc-inner-hover {
    left: 0;
    opacity: 1;
}

.fc-col::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(rgba(0, 34, 80, 0.8), rgba(255, 255, 255, 0));
    opacity: 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;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.fc-col.expand::after {
    opacity: 1;
}

.fc-inner-hover span {
    display: block;
    font-size: 40px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    white-space: nowrap;
}

.fc-inner-hover p {
    font-size: 15px;
    color: #fff;
    font-weight: 300;
    line-height: 25px;
    display: block;
    /* min-width: 945px; */
    max-width: 600px;
}

em.fc-inner-link {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    height: 40px;
    line-height: 40px;
    border: 1px solid #fff;
    padding: 0 20px;
    letter-spacing: 2px;
    color: #fff;
    margin: 22px 0;
}

em.fc-inner-link:hover {
    background: #368dde;
    border-color: #368dde;
}

/*Contact Us*/

.hp-cu {
    position: relative;
    background: url('images/cu-bg.jpg') top center;
    background-size: cover;
    padding: 60px 0;
    font-size: 0;
    font-family: 'Muli', sans-serif;
}

.hp-cu::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(24, 24, 24, 0.2);
}

.cu-wrapper {
    padding: 30px 50px 45px;
    background: url('images/cu-wrapper-bg.png') top center / cover;
    text-align: center;
}

.footer-logo span {
    display: block;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    padding: 5px 0 0;
}

.footer-sg {
    padding: 25px 0;
}

.footer-contact .contact-holder {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    text-align: center;
}

.footer-contact .contact-holder.cu-address p {
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    padding: 0 0 5px;
}

.footer-contact .contact-holder span {
    font-size: 12px;
    font-style: italic;
    color: #fff;
}

.footer-contact .contact-holder span em {
    font-style: normal;
    font-size: 18px;
    font-weight: 600;
    padding: 0 5px;
    color: #fff;
}

.footer-social {
    padding: 20px 0;
}

.social-holder {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
}

.social-holder .icon {
    display: block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border: 1px solid #fff;
    font-size: 30px;
    color: #fff;
}

.social-holder .icon:hover {
    background: #368dde;
    border-color: #368dde;
}


.git-holder {
    display: inline-block;
    vertical-align: top;
    padding: 5px 5px;
}

.git-holder.git-input {
    width: 50%;
}

.git-holder.git-textarea {
    width: 100%;
    position: relative;
}

.git-holder input,
.git-holder textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: 0;
    border-radius: 0;
    background: transparent;
    border: 2px solid #fff;
    height: 32px;
    width: 100%;
    font-size: 13px;
    font-weight: 300;
    color: #fff;
    padding-left: 15px;
}

.git-holder textarea {
    height: 93px;
    resize: none;
    padding-top: 18px;
}

.git-send {
    position: absolute;
    top: 42px;
    right: 20px;
}

.git-send input {
    height: 23px;
    width: 24px;
    background: url('images/airplane.png') top center / cover;
    font-size: 0;
    border: none;

}

.git-send input:hover {
    opacity: 0.75;
}

.footer-git div.wpcf7-response-output {
    font-size: 12px;
    color: #fff !important;
}

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


/*Instagram Section*/

.hp-ig {
    font-size: 0;
}

.ig-holder {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 16.6667%;
}

.ig-holder canvas {
    display: block;
    width: 100%;
    background-color: #0069f9;
    background-position: top center;
    background-size: cover;
}

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

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

.ig-inner {
    display: inline-block;
    vertical-align: middle;
}

.ig-inner .icon {
    font-size: 50px;
    color: #fff;
}

.ig-inner span {
    display: block;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    line-height: 1;
}



.ig-hover-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 105, 249, 0.5);
    text-align: center;
    opacity: 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;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.ig-holder a:hover .ig-hover-wrapper {
    opacity: 1;
}

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

.ig-hover {
    display: inline-block;
    vertical-align: middle;
}

span.likes,
span.comment {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    padding: 0 6px;
}

.ig-hover span .icon {
    display: inline-block;
    vertical-align: middle;
}

i.icon.heart::before {
    content: url(images/heart-icon.png);
}

i.icon.bubble::before {
    content: url(images/comment-icon.png);
}



/*Footer*/

footer.footer {
    background: url('images/footer-bg.jpg') top center / cover;
    text-align: center;
    padding: 100px 0 80px;
    font-family: 'Barlow', sans-serif;
}

.footer-nav {
    padding: 0 0 35px;
}

.footer-nav .footernav li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 14px;
}

.footer-nav .footernav li a {
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    color: #0069f9;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.footer-nav .footernav li a:hover {
    /*color: #666;*/
    opacity: .75;
}

.copyright {
    font-size: 14px;
    font-weight: 300;
    color: #0069f9;
    line-height: 2;
    padding: 0 0 20px;
}

.copyright a {
    color: #0069f9;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.copyright a:hover {
    /*color: #666 !important;*/
    opacity: .75;
}

.footer-realtor .icon {
    font-size: 22px;
    color: #0069f9;
}





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

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

p#breadcrumbs a span {
    color: #0069f9;
}


/* 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: 75.08%;
}

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

/* Adjust width of sidebar */

.sidebar {
    width: 24.83%;
    font-family: 'Muli', sans-serif;
}

/* 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,
#content .archive-title {
    /*    font-size: 26px;
    color: #0069f9;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;*/
    font-size: 45px;
    text-transform: uppercase;
    color: #0069f9;
    letter-spacing: 1px;
    font-weight: normal;
    font-family: 'Ovo', serif;
}


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

#content .archive-title {}

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

#content .archive-subtitle {
    font-weight: normal;
}

#content {
    padding-right: 30px;
    font-family: 'Muli', sans-serif;
}

#content p {
    /*    font-size: 14px;*/
    font-size: 17px;
    font-weight: 300;
    color: #666;
    line-height: 30px;
}

#content h2,
#content h3 {
    color: #23527c;
    font-size: 18px;
    text-transform: initial;
    font-weight: 700;
}

#content .entry li {
    font-size: 17px;
    font-weight: 300;
    color: #666;
}

#inner-page-wrapper #content .alignleft {
    float: left;
    margin: 15px 4% 15px 0;
}

.side-logo {
    text-align: center;
    padding: 0 0 25px;
}

.side-logo img {
    max-width: 100%;
}
.side-logo img.sb-photo{
	max-width: 85%;
    display: block;
    margin: 0 auto 20px;
}
.side-contact .contact-holder .icon {
    font-size: 14px;
    padding: 0 5px;
}

.side-contact {
    padding: 0 0 30px;
    text-align: center;
}

.side-contact .contact-holder em,
.side-contact .contact-holder a {
    font-size: 16px;
    font-style: normal;
    color: #0069f9;
}


.side-qs {
    font-size: 0;
}

.side-qs .qs-title {
    margin: 0;
}

.side-qs .qs-title h2 {
    font-size: 24px;
    line-height: 1;
    margin: 0;
    padding: 0;
    letter-spacing: 1px;
}

.side-qs .qs-title::before {
    display: none;
}

.side-qs .qs-form {
    width: 100%;
}

.side-qs .qs-select.full,
.side-qs .qs-input.full {
    width: 100%;
}

.side-qs .qs-select.half,
.side-qs .qs-input.half {
    width: 50%;
}

.side-qs .qs-search-btn {
    width: 100%;
}

.side-qs .qs-btn {
    width: 100%;
    padding: 2px;
}

.ip-comm-wrapper p a {
    text-decoration: underline;
}

div#sb_instagram {
    display: none;
}

.custom-ip-photo em {
    display: block;
    text-align: center;
}

ul.east-end-list {
    list-style-type: none !important;
    margin: 0 !important;
}

.about-img img {
    max-width: 60% !important;
}

.about-img:after {
    content: '';
    display: block;
    clear: both;
}

.about-links {
    padding: 20px 0 0;
}

.about-links a {
    font-size: 17px;
}

.prop-btn a {
    display: inline-block;
    height: 60px;
    width: 100%;
    text-align: center;
    line-height: 60px;
    font-size: 17px;
    color: #fff;
    text-transform: uppercase;
    background: #0069f9;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.prop-btn a:hover {
    background: #0052c3;
}

.aidefcf-title h2 {
    margin: 0 !important;
    font-size: 24px !important;
}

h3.contact-title {
    margin: 0 !important;
    font-size: 22px !important;
}


.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 {
    font-family: 'Barlow', sans-serif;
    color: #666;
}

.buying-iv-list li strong {
    color: #23527c;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700 !important;
}

.ip-container #content strong,
.ip-container #content b {
    font-weight: bold;
}






p.wp-caption-text {
    font-size: 16px !important;
    line-height: 17px;
    /*
    margin: 0;
    padding: 0.5em 0 1.1em 0; */
    font-style: italic;
    text-align: center;
    margin: 10px 0px 0px 0px !important;
    padding: 0px !important;
}


.archive-content {
    font-size: 17px;
}

.b-img-caption {
    font-weight: bold !important;
    font-weight: bold !important;
    padding-top: 0px !important;
    font-size: 20px !important;
    text-align: center;
    display: block;
    font-style: normal !important;
}

.wp-caption-text {
    font-weight: bold !important;
    padding-top: 0px !important;
    font-size: 20px !important;
    text-align: center;
    display: block;
    font-style: normal !important;
}


.sidebar-testi-agent-photo img {
    margin: 0 auto;
}

.error-page-content-wrapper .error-forms textarea {
    height: 140px;
}

#ihf-search-location-tabs,
div.chosen-drop ul.chosen-results {
    margin-left: 0 !important;
    padding: 0;
}

.chosen-container.chosen-with-drop .chosen-drop {
    z-index: 1;
}

#ihf-main-container .ihf-label-overlay-money {
    z-index: 0;
}

#ihf-detail-extrainfotabs {
    margin-left: 0 !important;
}

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

#areaPickerExpandAllCloseButton {
    margin-right: 0 !important;
    width: auto !important;
    position: relative;
    right: 14px;
}

.chosen-drop ul {
    margin: 0 !important;
}

#ihf-main-container .btn-primary.areaPickerExpandAllTopBar:hover {
    background-position: 0 0 !important;
    background: #285c8a;
}

html.msedge-true input:required:invalid {
    outline: none;
}

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

.chosen-results li.highlighted,
.chosen-results li:hover {
    color: #fff !important;
}

.ip-contact-container {
    display: flex;
    align-items: flex-start;
    flex-flow: row wrap;
}

.ip-contact-left {
    width: 56%;
}

.ip-contact-right {
    width: 44%;
}

div.wpcf7-response-output {
    text-align: center;
}
#choose-city{
    height: 42px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #a2cfff;
    outline: 0;
    border-radius: 0;
    background: transparent;
    /* text-indent: 8px; */
    padding: 0 8px;
    font-size: 13px;
    color: #666;
  }
/* MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css */

button.ihf-dropdown-item {
    display: none !important;
}

.hp-ig {
	display: none;
}
