/*
Theme Name: Michael Mau & Associates Theme
Theme URI: http://aios3-staging.agentimage.com/m/michaelmaurealestate.com/htdocs/
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.0
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 */
.site-menu li {
    position: relative;
}

.site-menu .sub-menu {
    list-style: none;
    margin: 0;
    background: transparent;
    padding: 0;
    position: absolute;
    width: 100%;
    min-width: 180px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding-top: 15px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.site-menu .sub-menu .sub-menu {
    padding-top: 0 !important;
    margin-left: calc(100% - 10px) !important;
}

.site-menu .sub-menu li:hover .sub-menu {
    margin-left: 100% !important;
}

.site-menu .sub-menu a {
    color: #fff;
    display: block;
    padding: 10px;
    font-size: 14px;
    line-height: 14px;
    background: rgba(0, 0, 0, 0.9);
    text-transform: uppercase;
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.site-menu .sub-menu li:hover > a {
    background: rgba(55, 205, 234, 0.9);
    text-decoration: none;
}

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

.site-menu li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    padding-top: 30px;
}

.site-menu .sub-menu li {
    position: relative;
}

/*******************************************************
*
* 2. Custom CSS
*
*******************************************************/
/* Global */
::-moz-selection {
    background: #37cdea;
    color: #fff;
}

::selection {
    background: #37cdea;
    color: #fff;
}

body {
    font-family: "Lato", sans-serif, Arial, Helvetica, Georgia, Sans-serif;
    font-size: 14px;
    background: #fff;
    color: #000;
    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; */
}

/* Removes google translate banner upon selecting any language */
.goog-te-banner-frame {
    display: none !important;
}

/* Header */
.admin-bar .header {
    top: 32px;
}

/* Site Intro */
.site-intro {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    text-align: center;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transition: all 1s linear;
    transition: all 1s linear;
}

.site-intro.done {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.site-intro.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.site-intro:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
	width:1%;
}

.site-intro .intro-wrap {
    display: inline-block;
    vertical-align: middle;
	width:96%;
}

.site-intro .intro-wrap .intro-img {
    display: block;
    margin: 0 auto;
    width: 350px;
    max-width: 100%;
    -webkit-animation-name: introFadeIn;
    animation-name: introFadeIn;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.site-intro .intro-wrap .intro-img.pos-1 {
    margin-bottom: 71px;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.site-intro .intro-wrap .intro-img.pos-2 {
    margin-bottom: 14px;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

.site-intro .intro-wrap .intro-img.pos-3 {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

@-webkit-keyframes introFadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes introFadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.site-intro .intro-skip {
    position: absolute;
    top: 25px;
    right: 25px;
    font-family: "Neuton", serif;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    color: #4b4b4b;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.site-intro .intro-skip:hover {
    color: #37cdea;
}

/* Header */
.header {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.9);
}

.header:after {
    content: "";
    position: absolute;
    bottom: -9px;
    left: 0;
    width: 100%;
    height: 9px;
    background: transparent url("images/header-border-bg-a.png") repeat-x;
    pointer-events: none;
}

.header.fixed-header {
    position: fixed;
}

.header .header-wrap:before,
.header .header-wrap:after {
    content: '';
    display: table;
}

.header .header-wrap:after {
    clear: both;
}

.header .header-wrap .header-logo {
    float: left;
    margin: 21px 74px 0 18px;
}

.header .header-wrap .header-logo a {
    display: block;
    text-decoration: none;
}

.header .header-wrap .header-logo a span {
    display: block;
    width: 24px;
    height: 21px;
    position: relative;
}

.header .header-wrap .header-logo a span:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent url("images/site-icon-sprites.png") no-repeat;
    background-position: -24px -104px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.header .header-wrap .header-logo a span:hover:after {
    opacity: 0.75;
}

.header .header-wrap .header-navigation {
    float: left;
    margin-top: 25px;
}

.header .header-wrap .header-navigation .site-menu {
    display: block;
}

.header .header-wrap .header-navigation .site-menu:before,
.header .header-wrap .header-navigation .site-menu:after {
    content: '';
    display: table;
}

.header .header-wrap .header-navigation .site-menu:after {
    clear: both;
}

.header .header-wrap .header-navigation .site-menu > li {
    display: block;
    float: left;
    margin: 0 35.5px;
}

.header .header-wrap .header-navigation .site-menu > li:nth-child(1) {
    margin-left: 0;
}

.header .header-wrap .header-navigation .site-menu > li:nth-last-child(1) {
    margin-right: 0;
}

.header .header-wrap .header-navigation .site-menu > li > a {
    display: block;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: #e1e1e1;
    text-decoration: none;
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.header .header-wrap .header-navigation .site-menu > li > a:before,
.header .header-wrap .header-navigation .site-menu > li > a:after {
    content: "";
    position: absolute;
    top: 1px;
    width: 2px;
    height: 13px;
    background: #fff;
    pointer-events: none;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.header .header-wrap .header-navigation .site-menu > li > a:before {
    left: -15px;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
}

.header .header-wrap .header-navigation .site-menu > li > a:after {
    right: -15px;
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
}

.header .header-wrap .header-navigation .site-menu > li:hover > a {
    color: #37cdea;
}

.header .header-wrap .header-navigation .site-menu > li:hover > a:before,
.header .header-wrap .header-navigation .site-menu > li:hover > a:after {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}

.header .header-wrap .header-translate {
    float: right;
    width: 67px;
    height: 63px;
    position: relative;
    background: #37cdea;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    margin-right: 17px;
}

.header .header-wrap .header-translate:hover {
    background: #17b8d7;
}

.header .header-wrap .header-translate:after {
    content: "";
    position: absolute;
    top: calc(50% - 11.5px);
    left: calc(50% - 11.5px);
    width: 23px;
    height: 23px;
    background: transparent url("images/site-icon-sprites.png") no-repeat;
    background-position: -94px -104px;
}

.header .header-wrap .header-translate .translate-dropdown-arrow {
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-color: transparent;
    border-bottom-color: #000;
    border-width: 10px;
    border-style: solid;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.header .header-wrap .header-translate .ai-google-translate-select-element {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.header .header-wrap .header-translate .translate-dropdown {
    position: absolute;
    top: calc(100% + 20px);
    right: 0;
    min-width: 200px;
    max-height: 200px;
    background: #000;
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.header .header-wrap .header-translate .translate-dropdown ul {
    display: block;
}

.header .header-wrap .header-translate .translate-dropdown ul li {
    display: block;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.84px;
    color: #fff;
    text-transform: uppercase;
    padding: 8px 33px 8px 10px;
    border-bottom: 1px solid #1f1f1f;
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.header .header-wrap .header-translate .translate-dropdown ul li:hover {
    color: #37cdea;
}

.header .header-wrap .header-translate .translate-dropdown ul li:after {
    content: "\b0126";
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 12px;
    color: #37cdea;
    font-family: agentimage !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    pointer-events: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 0;
}

.header .header-wrap .header-translate .translate-dropdown ul li.active {
    color: #37cdea;
}

.header .header-wrap .header-translate .translate-dropdown ul li.active:after {
    opacity: 1;
}

.header .header-wrap .header-translate .translate-dropdown .simplebar-scrollbar.visible:before {
    opacity: 1;
}

.header .header-wrap .header-translate .translate-dropdown .simplebar-scrollbar:before {
    background: #37cdea;
    border-radius: 0;
    width: 3px;
    left: auto;
}

.header .header-wrap .header-translate.active .translate-dropdown-arrow,
.header .header-wrap .header-translate.active .translate-dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

/* Aios Mobile Header */
.amh-navigation .amh-menu li a {
    font-family: "Neuton", serif;
    font-size: 16px;
    line-height: 16px;
    color: #4b4b4b;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

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

.amh-navigation .amh-menu li li a {
    color: #fff !important;
    background: #000;
}

/* HP Slideshow */

.hp-slideshow,
.hp-slideshow .slideshow-wrap,
.hp-slideshow .slideshow-wrap .slideshow-slider {
    position: relative;
}

.hp-slideshow .slideshow-wrap .slideshow-slider .cycloneslider .cycloneslider-slide {
    position: relative;
}

.hp-slideshow .slideshow-wrap .slideshow-slider .cycloneslider .cycloneslider-slide:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    pointer-events: none;
}

.slideshow-smi {
    position: fixed;
    top: 27.6%;
    left: 5%;
    z-index: 15;
}

.slideshow-smi ul {
    display: block;
}

.slideshow-smi ul li {
    display: table;
    text-align: center;
    margin-bottom: 18px;
}

.slideshow-smi ul li a {
    display: table-cell;
    vertical-align: middle;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    text-decoration: none;
    color: #fff;
    font-size: 19px;
    background-image: -webkit-linear-gradient(top, #2abde0, #26b8de, #23b3db, #21aed9, #20a9d6);
    background-image: linear-gradient(to bottom, #2abde0, #26b8de, #23b3db, #21aed9, #20a9d6);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.slideshow-smi ul li a:hover {
    opacity: 0.75;
}

/* HP Quick Search */
.qs-main {
    display: block;
    position: relative;
    z-index: 10;
    min-height: 600px;
}

.qs-main:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 556px;
    max-width: 80%;
    height: 20px;
    background: transparent url("images/welcome-slant-a.png") no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    pointer-events: none;
}

.qs-main > canvas {
    display: block;
    width: 100%;
    min-height: 250px;
    max-height: 900px;
}

span.tagline-subtitle {
    font-size: 11px;
    color: #fff;
    text-shadow: 0px 3px 5px rgba(0, 0, 0, .5);
}

.qs-main .slideshow-contact {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    text-align: center;
}

.qs-main .slideshow-contact:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.qs-main .slideshow-contact .slideshow-contact-content {
    display: inline-block;
    vertical-align: middle;
    margin-top: -6px;
}

.qs-main .slideshow-contact .slideshow-contact-content .slideshow-logo {
    display: block;
    max-width: 100%;
    margin: 0 auto 16px;
}

.qs-main .slideshow-contact .slideshow-contact-content ul {
    text-align: center;
}

.qs-main .slideshow-contact .slideshow-contact-content ul li {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    line-height: 15px;
    letter-spacing: 1.5px;
    color: #fff;
    text-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
    margin-left: 11px;
}

.qs-main .slideshow-contact .slideshow-contact-content ul li:nth-child(1) {
    margin-left: 0;
}

.qs-main .slideshow-contact .slideshow-contact-content ul li a,
.qs-main .slideshow-contact .slideshow-contact-content ul li em,
.qs-main .slideshow-contact .slideshow-contact-content ul li span {
    display: inline-block;
    vertical-align: middle;
}

.qs-main .slideshow-contact .slideshow-contact-content ul li em {
    font-style: normal !important;
}

.qs-main .slideshow-contact .slideshow-contact-content ul li span {
    background: transparent url("images/site-icon-sprites.png") no-repeat;
    margin-right: 4px;
}

.qs-main .slideshow-contact .slideshow-contact-content ul li span.slideshow-contact-email {
    background-position: -16px -125px;
    width: 16px;
    height: 12px;
}

.qs-main .slideshow-contact .slideshow-contact-content ul li span.slideshow-contact-phone {
    background-position: -87px -127px;
    width: 16px;
    height: 16px;
}

.qs-main .slideshow-contact .slideshow-contact-content ul li a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.qs-main .slideshow-contact .slideshow-contact-content ul li a:hover {
    color: #2ac3e0;
}

.hp-qs {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 41px;
}

.hp-qs .qs-wrap {
    background: rgba(0, 0, 0, 0.9);
    padding: 0 41px 0 57px;
    margin: 0 -15px;
    height: 113px;
    position: relative;
    z-index: 1;
}

.hp-qs .qs-wrap:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: -3px;
    left: -3px;
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    background: transparent;
    border: 3px solid rgba(179, 179, 179, 0.5);
    pointer-events: none;
}

.hp-qs .qs-wrap .textwidget {
    display: flex;
    align-items: center;
    height: 100%;
}

.hp-qs .qs-wrap .qs-title {
    font-family: "Neuton", serif;
    font-size: 23px;
    line-height: 23px;
    letter-spacing: 0.69px;
    color: #fff;
    margin: 0;
}

.hp-qs .qs-wrap .qs-title span {
    display: block;
    text-align: right;
    font-size: 35px;
    line-height: 35px;
    letter-spacing: 1.05px;
    text-transform: uppercase;
    padding-left: 16px;
}

.hp-qs .qs-wrap .qs-form {
    position: relative;
    margin: 0 0 0 auto;
}

.hp-qs .qs-wrap .qs-form .bootstrap-select.btn-group .dropdown-toggle {
    /*form appearance should be set here
    no height attribute. set the height by setting the padding*/
    border: none;
    border-bottom: 1px solid #bebebe!important;
    border-top: 1px solid #bebebe!important;
    border-left: 1px solid #bebebe!important;
    border-right: 1px solid #bebebe!important;
    padding: 0 10px;
    outline: none !important;
    height: 27px;
}

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

.hp-qs .qs-wrap .qs-form .form-group {
    display: block;
    float: left;
    width: 214px;
    margin-left: 6px;
}

.hp-qs .qs-wrap .qs-form .form-group:nth-child(1) {
    margin-left: 0;
}

.hp-qs .qs-wrap .qs-form .form-group.sm {
    width: 153px;
    margin-left: 63px;
}

.hp-qs .qs-wrap .qs-form .form-group .qs-field {
    display: block;
    width: 100%;
    margin-bottom: 6px;
}

.hp-qs .qs-wrap .qs-form .form-group .qs-field:nth-child(2) {
    margin-bottom: 0 !important;    
}

.hp-qs .qs-wrap select,
.hp-qs .qs-wrap .qs-form input[type="text"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    height: 27px;
    border: none;
    border: 1px solid #fff;
    font-family: 'Muli', sans-serif;
    font-size: 10px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    background: transparent;
    padding: 0 10px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}


.hp-qs .qs-wrap .qs-form select:focus,
.hp-qs .qs-wrap .qs-form input[type="text"]:focus {
    color: #37cdea;
}

.hp-qs .qs-wrap .qs-form .bs-searchbox input[type="text"] {
    border: 1px solid #cecece;
    border-radius: 2px;
    color: #000;
}


.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    font-family: 'Muli', sans-serif !important;
    font-size: 10px !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
}
.hp-qs .qs-wrap select {
    background: transparent url('images/qs-select-arrow-a.png') no-repeat;
    background-position: center right 10px;
}

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

.hp-qs .qs-wrap .qs-form input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    height: 35px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: #000;
    letter-spacing: 0.28px;
    text-transform: uppercase;
    background: #fff;
    border: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hp-qs .qs-wrap .qs-form input[type="submit"]:hover {
    background: #37cdea;
    color: #fff;
}

.hp-qs .qs-wrap .qs-form .qs-advanced {
    display: block;
    text-align: center;
    font-size: 12px;
    letter-spacing: 0.48px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    margin: -5px 0 11px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hp-qs .qs-wrap .qs-form .qs-advanced:hover {
    color: #37cdea;
}

button.btn.dropdown-toggle.bs-placeholder.btn-default,
button.btn.dropdown-toggle.btn-default {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #bebebe;
    font-size: 14px;
    font-weight: 300;
    line-height: 14px;
    color: #fff;
    background: transparent;
    padding-bottom: 10px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.bootstrap-select.btn-group .dropdown-menu {
    max-width: 555px !important
}

#sb-qs .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    font-size: 14px !important;
    color: black !important;
}

/* HP Welcome */
.hp-welcome {
    background: #fff url("images/welcome-bg-a.jpg") no-repeat;
    background-position: center center;
    background-size: cover;
    padding-bottom: 112px;
    position: relative;
    z-index: 9;
    overflow: hidden;
}

.hp-welcome .welcome-white-bg {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    height: 100%;
    background: #fff;
}

.hp-welcome .welcome-wrap:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 320px;
    height: 37px;
    background: #36a9da;
    pointer-events: none;
}

.hp-welcome .welcome-wrap .welcome-agent-photo {
    display: block;
    border: 10px solid #fff;
    padding: 26px 29px;
    margin-top: 154px;
}

.hp-welcome .welcome-wrap .welcome-agent-photo canvas {
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.hp-welcome .welcome-wrap .welcome-subtext {
    font-family: "Neuton", serif;
    font-size: 22px;
    font-weight: 300;
    line-height: 22px;
    letter-spacing: 0.22px;
    color: #282828;
    margin: 162px 0 9px;
}

.hp-welcome .welcome-wrap .welcome-title {
    font-family: "Neuton", serif;
    font-size: 40px;
    line-height: 42px;
    color: #118bc0;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 40px;
}

.hp-welcome .welcome-wrap .welcome-content {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: 0.16px;
    color: #4b4b4b;
    border-left: 4px solid #189cd5;
    padding: 20px 0 20px 37px;
    margin: 0 -66px 20px -4px;
}

.hp-welcome .welcome-wrap .welcome-read-more {
    display: block;
    width: 173px;
    height: 57px;
    text-align: center;
    border: 1px solid rgba(11, 128, 179, 0.65);
    font-size: 12px;
    line-height: 12px;
    font-weight: 700;
    letter-spacing: 0.84px;
    text-transform: uppercase;
    color: #0b80b3;
    text-decoration: none;
    margin-left: 37px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

img.welcome-signature {
    display: block;
    max-width: 100%;
    margin: 0 -70px 0 auto;
}

.hp-welcome .welcome-wrap .welcome-read-more:hover {
    background: #17b8d7;
    border-color: #17b8d7;
    color: #fff;
}

.hp-welcome .welcome-wrap .welcome-read-more:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

/* HP Featured Communities */
.hp-fc {
    font-size: 0;
    background: #fff;
    position: relative;
    z-index: 1;
    padding-bottom: 20px;
}

.fc-mobile-title,
.fc-viewall-mobile {
    display: none;
}

.fc-mobile-title .fc-title {
    color: #000;
    margin-bottom: 40px;
}

.fc-viewall-mobile {
    text-align: center;
    margin-bottom: 20px;
}

.fc-viewall-mobile .fc-view-all a {
    color: #000;
}

.fc-item {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    overflow: hidden;
}

.fc-item a {
    display: block;
}

.fc-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 315px;
    position: relative;
}

.fc-image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1e1e1e;
    opacity: .6;
    -webkit-transition: all .325s ease-in-out;
    -moz-transition: all .325s ease-in-out;
    -ms-transition: all .325s ease-in-out;
    transition: all .325s ease-in-out;
}

.fc-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    font-family: "Neuton", sans-serif;
    font-size: 40px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 6px;
    z-index: 1;
}

.fc-item.fc-title {
    background: #000;
    height: 315px;
    position: relative;
}

.fc-item.fc-title::after {
    content: "";
    position: absolute;
    top: 3.5%;
    left: 2.5%;
    width: 95%;
    height: 93%;
    border: 1px solid #323232;
}

.fc-item a:hover .fc-image::after {
    background: #189cd5;
}

.fc-title-text-wrap {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    z-index: 1;
}

.fc-title {
    font-family: "Neuton", sans-serif;
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    line-height: 25px;
    letter-spacing: 4px;
}

.fc-title span {
    display: block;
    font-size: 35px;
}

.fc-view-all {
    margin-top: 46px;
}

.fc-view-all a {
    display: inline-block;
    font-family: "Lato", sans-serif;
    font-size: 10px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #808080;
    padding: 14px 49px;
    -webkit-transition: all .325s ease-in-out;
    -moz-transition: all .325s ease-in-out;
    -ms-transition: all .325s ease-in-out;
    transition: all .325s ease-in-out;
}

.fc-view-all a:hover {
    text-decoration: none;
    background: #189cd5;
    border-color: #189cd5;
}

/* HP Featured Properties */
.hp-fp {
    position: relative;
    z-index: 9;
}

.hp-fp:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 556px;
    max-width: 80%;
    height: 43px;
    background: transparent url("images/welcome-slant-b.png") no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    pointer-events: none;
}

.hp-fp:after {
    content: "";
    position: absolute;
    bottom: -43px;
    left: 0;
    width: 555px;
    max-width: 80%;
    height: 43px;
    background: transparent url("images/fp-slant-a.png") no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    pointer-events: none;
}

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

.hp-fp .fp-wrap .fp-slider-controls {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 78px;
    height: 100%;
    background: #189cd5;
}

.hp-fp .fp-wrap .fp-slider-controls .fp-prev,
.hp-fp .fp-wrap .fp-slider-controls .fp-next {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 118px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hp-fp .fp-wrap .fp-slider-controls .fp-prev:hover,
.hp-fp .fp-wrap .fp-slider-controls .fp-next:hover {
    background: #17b8d7;
    color: #fff;
}

.hp-fp .fp-wrap .fp-slider-controls .fp-prev:before,
.hp-fp .fp-wrap .fp-slider-controls .fp-next:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.hp-fp .fp-wrap .fp-slider-controls .fp-prev span,
.hp-fp .fp-wrap .fp-slider-controls .fp-next span {
    display: inline-block;
    vertical-align: middle;
    margin-left: -2px;
}

.hp-fp .fp-wrap .fp-slider-controls .fp-prev {
    color: #fff;
}

.hp-fp .fp-wrap .fp-slider-controls .fp-next {
    bottom: 118px;
    background: #fff;
    color: #189cd5;
}

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

.hp-fp .fp-wrap .fp-img-slider .fp-img-slider-slide {
    display: block !important;
}

.hp-fp .fp-wrap .fp-img-slider .fp-img-slider-slide .fp-img {
    display: block;
    width: 100%;
    min-height: 720px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.hp-fp .fp-wrap .fp-content {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hp-fp .fp-wrap .fp-content .fp-title {
    font-family: "Neuton", serif;
    font-size: 30px;
    font-weight: 300;
    line-height: 30px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1.5px;
    margin-top: 73px;
}

.hp-fp .fp-wrap .fp-content .fp-title span {
    display: block;
    font-size: 55px;
    line-height: 55px;
    letter-spacing: 2.75px;
    font-weight: 400;
    margin-top: 2px;
}

.hp-fp .fp-wrap .fp-content .fp-slider-wrap {
    position: absolute;
    bottom: 46px;
    right: 0;
    width: 100%;
    text-align: right;
}

.hp-fp .fp-wrap .fp-content .fp-slider-wrap .fp-slider {
    display: inline-block;
    width: 434px;
    text-align: left;
    margin-right: 20px;
}

.hp-fp .fp-wrap .fp-content .fp-slider-wrap .fp-slider .fp-slider-slide {
    outline: none;
}

.hp-fp .fp-wrap .fp-content .fp-slider-wrap .fp-slider .fp-slider-slide .fp-info {
    background: #fff;
    padding: 41px 44px 50px 48px;
    visibility: hidden;
    pointer-events: none;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.hp-fp .fp-wrap .fp-content .fp-slider-wrap .fp-slider .fp-slider-slide .fp-info.active,
.hp-fp .fp-wrap .fp-content .fp-slider-wrap .fp-slider .fp-slider-slide .fp-info:hover {
    visibility: visible;
    pointer-events: auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.hp-fp .fp-wrap .fp-content .fp-slider-wrap .fp-slider .fp-slider-slide .fp-info .fp-address {
    font-family: "Neuton", serif;
    font-size: 35px;
    line-height: 33px;
    color: #158dc1;
    letter-spacing: 1.4px;
    font-weight: 300;
    margin-bottom: 29px;
}

.hp-fp .fp-wrap .fp-content .fp-slider-wrap .fp-slider .fp-slider-slide .fp-info .fp-price {
    font-size: 25px;
    line-height: 25px;
    color: #343434;
    margin-bottom: 19px;
}

.hp-fp .fp-wrap .fp-content .fp-slider-wrap .fp-slider .fp-slider-slide .fp-info .fp-price:before {
    content: '';
    display: inline-block;
    vertical-align: text-top;
    width: 9px;
    height: 15px;
    background: transparent url("images/site-icon-sprites.png") no-repeat;
    background-position: -117px -119px;
    position: relative;
    top: 6px;
    margin-right: 6px;
}

.hp-fp .fp-wrap .fp-content .fp-slider-wrap .fp-slider .fp-slider-slide .fp-info .fp-extras li {
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    color: #343434;
    margin: 0 27px 0 -4px;
}

.hp-fp .fp-wrap .fp-content .fp-slider-wrap .fp-slider .fp-slider-slide .fp-info .fp-extras li:nth-child(1) {
    margin-left: 0;
}

.hp-fp .fp-wrap .fp-content .fp-slider-wrap .fp-slider .fp-slider-slide .fp-info .fp-extras li:nth-last-child(1) {
    margin-right: 0;
}

.hp-fp .fp-wrap .fp-content .fp-slider-wrap .fp-slider .fp-slider-slide .fp-info .fp-extras li:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: transparent url("images/site-icon-sprites.png") no-repeat;
    margin-right: 10px;
}

.hp-fp .fp-wrap .fp-content .fp-slider-wrap .fp-slider .fp-slider-slide .fp-info .fp-extras li.icon-beds:before {
    width: 16px;
    height: 13px;
    background-position: -71px -124px;
}

.hp-fp .fp-wrap .fp-content .fp-slider-wrap .fp-slider .fp-slider-slide .fp-info .fp-extras li.icon-baths:before {
    width: 10px;
    height: 15px;
    background-position: -117px -104px;
}

.hp-fp .fp-wrap .fp-content .fp-slider-wrap .fp-slider .fp-slider-slide .fp-info .fp-extras li.icon-sqft:before {
    width: 14px;
    height: 14px;
    background-position: -103px -127px;
}

.hp-fp .fp-wrap .fp-content .fp-slider-wrap .fp-slider .fp-slider-slide .fp-info .fp-divider {
    display: block;
    width: 1px;
    height: 1px;
    background: #c1c1c1;
    width: calc(100% - 10px);
    margin: 23px 0 18px;
}

.hp-fp .fp-wrap .fp-content .fp-slider-wrap .fp-slider .fp-slider-slide .fp-info .fp-description {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    color: #4c4c4c;
    letter-spacing: 0.84px;
    margin-bottom: 31px;
}

.hp-fp .fp-wrap .fp-content .fp-slider-wrap .fp-slider .fp-slider-slide .fp-info .fp-view-more {
    display: block;
    width: 173px;
    height: 57px;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.84px;
    color: #fff;
    text-transform: uppercase;
    background: #189cd5;
    text-decoration: none;
}

.hp-fp .fp-wrap .fp-content .fp-slider-wrap .fp-slider .fp-slider-slide .fp-info .fp-view-more:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.hp-fp .fp-wrap .fp-content .fp-slider-wrap .fp-slider .fp-slider-slide .fp-info:hover + .fp-name {
    background: #0a89bf;
}

.hp-fp .fp-wrap .fp-content .fp-slider-wrap .fp-slider .fp-slider-slide .fp-name {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 84px;
    font-size: 22px;
    line-height: 22px;
    letter-spacing: 0.44px;
    background: #000;
    text-decoration: none;
    color: #fff;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hp-fp .fp-wrap .fp-content .fp-slider-wrap .fp-slider .fp-slider-slide .fp-name.active {
    background: #0a89bf;
}

.hp-fp .fp-wrap .fp-content .fp-slider-wrap .fp-slider .fp-slider-slide .fp-name:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 23px;
    height: 20px;
    background: transparent url("images/site-icon-sprites.png") no-repeat;
    background-position: -48px -104px;
    margin-right: 25px;
}

/* HP What Our Clients Are Saying */
.hp-testi {
    background: transparent url("images/testi-bg-a.jpg") no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 111px 0 117px;
    position: relative;
    z-index: 9;
}

.hp-testi .testi-wrap .testi-title {
    font-family: "Neuton", serif;
    font-size: 30px;
    font-weight: 300;
    line-height: 30px;
    text-transform: uppercase;
    color: #3c3c3c;
    letter-spacing: 1.5px;
    margin-top: 73px;
}

.hp-testi .testi-wrap .testi-title span {
    display: block;
    font-size: 55px;
    line-height: 55px;
    letter-spacing: 2.75px;
    font-weight: 400;
    margin-top: -2px;
    color: #189cd5;
}

.hp-testi .testi-wrap .testi-quote {
    float: right;
    background: transparent url("images/site-icon-sprites.png") no-repeat;
    background-position: -0px -0px;
    width: 128px;
    height: 104px;
    margin-top: 148px;
    margin: 148px -46px 0 0;
    shape-outside: url("images/site-icon-sprites.png");
}

.hp-testi .testi-wrap .testi-slider {
    position: relative;
}

.hp-testi .testi-wrap .testi-slider .testi-slider-slide .testi-content {
    font-size: 18px;
    line-height: 28px;
    color: #494949;
    font-style: italic;
    border-left: 4px solid #189cd5;
    margin: 51px 0 27px 34px;
    padding: 33px 0 40px 40px;
}

.hp-testi .testi-wrap .testi-slider .testi-slider-slide .testi-author {
    display: block;
    margin: 0 0 4px 79px;
}

.hp-testi .testi-wrap .testi-slider .testi-slider-slide .testi-author:before {
    content: '';
    display: table;
    clear: both;
}

.hp-testi .testi-wrap .testi-slider .testi-slider-slide .testi-author .author-img {
    display: none;
    vertical-align: middle;
    width: 86px;
    height: 86px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 50%;
    box-shadow: 1px 3px 0 0 #57b4dc;
}

.hp-testi .testi-wrap .testi-slider .testi-slider-slide .testi-author .author-name {
    display: inline-block;
    vertical-align: middle;
    font-family: "Neuton", serif;
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: 0.72px;
    color: #000;
    margin-left: 16px;
}

.hp-testi .testi-wrap .testi-slider .testi-slider-slide .testi-author .author-name .author-position {
    display: block;
    font-family: "Lato", sans-serif;
    font-size: 15px;
    line-height: 15px;
    font-weight: 300;
    font-style: italic;
    color: #575757;
    text-transform: capitalize;
    letter-spacing: 0.6px;
    position: relative;
    z-index: 1;
    text-align: right;
    margin-top: 9px;
}

.hp-testi .testi-wrap .testi-slider .testi-slider-slide .testi-author .author-name .author-position:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: calc(50% - 0.5px);
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(196, 199, 200, 0.87);
}

.hp-testi .testi-wrap .testi-slider .testi-slider-slide .testi-author .author-name .author-position span {
    background: #fff;
    padding-left: 9px;
}

.hp-testi .testi-wrap .testi-slider .slick-dots {
    position: absolute;
    bottom: 58px;
    right: 94.5px;
}

.hp-testi .testi-wrap .testi-slider .slick-dots li {
    display: inline-block;
    margin-left: -4px;
    padding: 0 4.5px;
}

.hp-testi .testi-wrap .testi-slider .slick-dots li:nth-child(1) {
    margin-left: 0;
}

.hp-testi .testi-wrap .testi-slider .slick-dots li button {
    font-size: 0;
    padding: 0;
    margin: 0;
    border: none;
    width: 23px;
    height: 3px;
    background: #000;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hp-testi .testi-wrap .testi-slider .slick-dots li.slick-active button {
    background: #139dc9;
}

/* HP Call To Action */
.hp-cta {
    padding: 72px 0 273px;
    background: #fff url("images/cta-bg-a.png") no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
    position: relative;
    z-index: 9;
}

.cta-wrap .cta-list .cta-link {
    display: block;
    width: 255px;
    max-width: 100%;
    margin: 0 auto;
    text-decoration: none;
    position: relative;
}

.cta-wrap .cta-list .cta-link .cta-img {
    position: relative;
    z-index: 1;
    box-shadow: 0 0 20px -3px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.cta-wrap .cta-list .cta-link .cta-img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    border: 4px solid #fff;
    pointer-events: none;
}

.cta-wrap .cta-list .cta-link .cta-img:after {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: -44px;
    left: 0;
    width: 100%;
    height: 52px;
    background: transparent url("images/cta-shadow-a.png") no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    pointer-events: none;
}

.cta-wrap .cta-list .cta-link .cta-img canvas {
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.cta-wrap .cta-list .cta-link:hover .cta-img {
    box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.3);
}

.cta-wrap .cta-list .cta-link .cta-name {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    border: 4px solid transparent;
    font-family: "Neuton", serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 18px;
    letter-spacing: 0.72px;
    color: #fff;
    padding: 15px 16px;
}

.cta-wrap .cta-list .cta-link .cta-name span {
    display: block;
    font-size: 28px;
    font-weight: 400;
    line-height: 28px;
    text-transform: uppercase;
    letter-spacing: 1.12px;
    text-transform: uppercase;
}

/* Footer */
.footer {
    background: transparent url("images/footer-bg-a.png") no-repeat;
    background-position: center top;
    background-size: cover;
    position: relative;
    margin-top: -65px;
    padding: 43px 0 34px;
    z-index: 9;
}

.footer .footer-wrap .footer-logo {
    display: block;
    margin: 0 auto 37px;
    font-size: 14px;
    font-weight: 800;
    line-height: 14px;
    color: #bbbbbb;
    text-align: center;
    letter-spacing: 0.6px;
}

.footer .footer-wrap .footer-logo img {
    display: block;
    margin: 0 auto 15px;
    max-width: 100%;
}

.footer .footer-wrap .footer-logo .remax-logo {
    margin-top: 15px;
}

.footer .footer-wrap .footer-navigation {
    text-align: center;
    margin-bottom: 4px;
    border-top: 1px solid #0e0e0e;
    padding-top: 25px;
}

.footer .footer-wrap .footer-navigation li {
    display: inline-block;
    padding: 0 9px;
}

.footer .footer-wrap .footer-navigation li a {
    display: block;
    text-decoration: none;
    font-size: 12px;
    font-weight: 800;
    line-height: 12px;
    color: #bbbbbb;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.footer .footer-wrap .footer-navigation li a:hover {
    color: #37cdea;
}

.footer .footer-wrap .footer-copyright {
    font-size: 12px;
    font-weight: 800;
    line-height: 12px;
    color: #bbbbbb;
    text-align: center;
    letter-spacing: 0.6px;
    margin-bottom: 16px;
}

.footer .footer-wrap .footer-copyright .footer-sitename {
    text-transform: uppercase;
}

.footer .footer-wrap .footer-copyright a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.footer .footer-wrap .footer-copyright a.footer-agentimage {
    text-decoration: underline;
}

.footer .footer-wrap .footer-copyright a:hover {
    color: #37cdea;
}

.footer .footer-wrap .footer-mls {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.ip-container .footer {
    background-color: #fff;
}

/*******************************************************
*
* 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: "Neuton", serif;
    font-size: 30px;
    line-height: 40px;
    text-transform: uppercase;
    color: #37cdea;
    letter-spacing: 1.2px;
    font-weight: 400;
    margin: 0;
}

/* Style category/archive/etc main headings (h1) */
#content .archive-title {
    font-family: "Neuton", serif;
    font-size: 30px;
    line-height: 40px;
    text-transform: uppercase;
    color: #37cdea;
    letter-spacing: 1.2px;
    font-weight: 400;
    margin: 0;
}

/* Styles for category/archive/search/etc subheadings (h2) */
#content .archive-subtitle {
    font-family: "Neuton", serif;
    font-size: 30px;
    line-height: 40px;
    text-transform: uppercase;
    color: #37cdea;
    letter-spacing: 1.2px;
    font-weight: 400;
    margin: 0;
}

/* Breadcrumbs */
#breadcrumbs {
    font-family: "Neuton", serif;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #4b4b4b;
    margin: 50px 0 0 !important;
}

#breadcrumbs a {
    text-decoration: none;
    color: #37cdea;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#breadcrumbs a:hover {
    color: #17b8d7;
}

/* IP Wrapper */
.inner-page-wrapper {
    background: #fff;
    padding-bottom: 100px;
}

/* IP Banner */
.inner-page-banner:before {
    content: '';
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}

.inner-page-banner canvas {
    display: block;
    width: 100%;
    min-height: 200px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    background-attachment: fixed;
}

/* Content Entry */
#content .entry {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    /*color: #4b4b4b;*/
    color: #000;
    letter-spacing: 0.16px;
}

/* SB Quick Search */
.sb-qs {
    margin-top: 50px;
}

.sb-qs .qs-wrap .qs-title {
    font-family: "Neuton", serif;
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: #494949;
    text-align: center;
    margin-bottom: 15px;
}

.sb-qs .qs-wrap .qs-title span {
    color: #37cdea;
}

.sb-qs .qs-wrap .qs-form {
    margin: 0;
    position: relative;
}

.sb-qs .qs-wrap .qs-form:before,
.sb-qs .qs-wrap .qs-form:after {
    content: '';
    display: table;
}

.sb-qs .qs-wrap .qs-form:after {
    clear: both;
}

.sb-qs .qs-wrap .qs-form .qs-field {
    float: left;
    width: calc(50% - 5px);
}

.sb-qs .qs-wrap .qs-form .qs-field.lg {
    width: 100%;
    margin-bottom: 5px;
}

.sb-qs .qs-wrap .qs-form .qs-field.fl-r {
    float: right !important;
}

.sb-qs .qs-wrap .qs-form input[type="text"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    height: 32px;
    padding: 0 10px;
    font-size: 12px;
    line-height: 12px;
    border: 1px solid #c4c4c4;
    color: #6d6d6d;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.sb-qs .qs-wrap .qs-form input[type="text"]:focus {
    color: #37cdea;
}

.sb-qs .qs-wrap .qs-form input[type="submit"],
.sb-qs .qs-wrap .qs-form .qs-advanced {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    height: 32px;
    padding: 0 10px;
    font-size: 12px;
    line-height: 12px;
    background: #37cdea;
    text-align: center;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    border-color: transparent;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.sb-qs .qs-wrap .qs-form input[type="submit"]:hover {
    background: #2da8bf;
}

.sb-qs .qs-wrap .qs-form .qs-advanced {
    background: #000;
    text-decoration: none;
    padding-top: 10px;
}

.sb-qs .qs-wrap .qs-form .qs-advanced:hover,
.sidebar-links a:hover {
    background: #262626;
    text-decoration: none;
}

/* SB Contact */
.sb-contact {
    margin-top: 30px;
}

.sb-contact .sb-contact-wrap .sb-contact-logo {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.sb-contact .sb-contact-wrap ul {
    display: block;
    margin: 5px 0 0;
    text-align: center;
}

.sb-contact .sb-contact-wrap ul li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 1.2px;
    color: #4b4b4b;
}

.sb-contact .sb-contact-wrap ul li a,
.sb-contact .sb-contact-wrap ul li em,
.sb-contact .sb-contact-wrap ul li span {
    display: inline-block;
    vertical-align: middle;
}

.sb-contact .sb-contact-wrap ul li span {
    background: transparent url("images/site-icon-sprites.png") no-repeat;
    display: block;
    margin-bottom: 2px;
}

.sb-contact .sb-contact-wrap ul li span.sb-contact-email {
    background-position: -16px -125px;
    width: 16px;
    height: 12px;
}

.sb-contact .sb-contact-wrap ul li span.sb-contact-phone {
    background-position: -87px -127px;
    width: 16px;
    height: 16px;
}

.sb-contact .sb-contact-wrap ul li a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.sb-contact .sb-contact-wrap ul li a:hover {
    opacity: 0.75;
}

div.wpcr3_review div.wpcr3_review_datePublished,
div.wpcr3_review div.wpcr3_review_author {
    display: none !important;
}

div.wpcr3_review div.wpcr3_review_title {
    display: inline-block !important;
}

.sidebar .cta-wrap {
    margin-top: 30px;
}

.sidebar .cta-wrap .cta-list .cta-link {
    margin-bottom: 50px;
}

.sidebar-links {
    margin-top: 60px;
}

.sidebar-links a {
    display: block;
    text-align: center;
    background: #000;
    color: #fff;
    margin-bottom: 5px;
    padding: 10px;
    text-transform: uppercase;
}

.ip-container .fc-item {
    width: 100%;
    margin: 15px 0;
}

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

#content .entry div.wpcf7-response-output {
    margin-left: 0;
    margin-right: 0;
    text-align: center;
}

.sidebar .bootstrap-select.btn-group .dropdown-menu {
    left: auto;
    right: 0;
}

#ihf-main-container #ihf-search-adv2-submit.btn-primary {
    margin-top: 15px;
}

.gallery-video-popup a {
    display: block;
    position: relative;
    overflow: hidden;
}

.gallery-video-popup a canvas {
    display: block;
    width: 100%;
    height: auto;
}

.gallery-video-popup a br {
    display: none;
}

.gallery-video-popup a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css */
