/*
Theme Name: IDX Themes Hero
Template: idxthemes_framework
Theme URI: http://idxthemes.com
Description:  A beautiful and Real Estate Child Theme for the IDX Themes Framework designed for IDX Broker, Showcase IDX, iHomefinder, or Diverse Solutions.
Author: IDX Themes
Author URI: https://idxthemes.com
Version: 0.1.64

/****************************************************
* 1 - FRAMEWORK FONT IMPORTS
****************************************************/

@import url(https://fonts.googleapis.com/css?family=Lato:300,400);

/****************************************************
* 1 - GLOBAL STYLES AND RESETS
****************************************************/

/****************************************************
* 3 - BOOTSTRAP OVERRIDES
****************************************************/

#primary-navigation.navbar {background-color: transparent}

#primary-navigation .navbar-nav>li>a {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #f8f9fa;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.98)
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 1);
    border-color: rgba(255, 255, 255, 0.8);
    background-color: rgba(0, 0, 0, 0.5);
}

/****************************************************
* 3 - GLOBAL THEME STYLES
****************************************************/

body {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-size: 18px;
}

.homepage-action-items-menu {
    position: relative;
    width: 100%;
    margin-top: 60px;
}

.homepage-action-items-menu ul {
    margin: 0;
    padding: 0;
}

.homepage-action-items-menu ul li {
    margin: 0 15px 15px;
    padding: 0;
    display: inline-block;
    list-style: none;
    border-radius: 5px;
    font-weight: bold;
    line-height: 54px;
    vertical-align: middle;
    background-color: transparent;
    border: 2px solid #f9f9f9;
}

.homepage-action-items-menu ul li:first-child {
    margin-left: 0;
}

.homepage-action-items-menu ul li:hover {
    background-color: #ffffff;
}

.homepage-action-items-menu ul li a {
    font-size: 20px;
    padding: 18px 30px;
    color: #ffffff;
}

.homepage-action-items-menu ul li a:hover, .homepage-action-items-menu ul li a:active {
    text-decoration: none;
    color: #3d3d3d;
}

.page, .archive {
    background-color: #f9f9f9;
}

.footer {
    padding: 15px;
    border-top: 1px solid #cccccc;
    background-color: #ffffff;
}

.footer-menu ul {
    margin: 0;
    padding: 0;
}

.footer-menu ul li {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    border-right: 2px solid #e8e8e8;
    line-height: 20px;
}

.footer-menu ul li:last-child {
    border-right: none;
}

.footer-menu ul li a {
    font-size: 16px;
    padding: 5px 8px;
}

.footer-menu ul li a:hover {
    text-decoration: none;
    font-weight: bolder;
}

.footer-address {
    font-size: 18px;
}

.footer-contact-group a {
    color: #222222;
}

.footer-menu {

}

.footer-menu ul li {
    list-style: none;
}

@media screen and (max-width: 767px) {
    .footer-group {
        margin-bottom: 20px;
    }

    .homepage-action-items-menu ul li a {
        font-size: 18px;
        padding: 14px 20px;
    }
}

/****************************************************
* 3  - HEADER
****************************************************/
.header-wrap {
    background-color: transparent;
}

.no-hero.header-wrap {
    background-color: #ffffff;
}

.pre-header {
    min-height: 35px;
    box-shadow: 0 2px 2px -2px rgba(0, 0, 0, .52);
}

.header-icons>ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-icons>ul>li {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 44px;
    width: 38px;
    float: left;
}

.header-icons>ul>li:first-child {

}

.header-icons>ul>li>a {
    font-size: 26px;
    text-align: center;
    padding-top: 9px;
    padding-bottom: 8px;
}

.header-icons>ul>li>a>i {
    width: 100%;
}

.header-icons>ul>li>a>.fa {
    color: #f8f8f8;
}

.no-hero .header-icons>ul>li>a>.fa {
    color: #C7C7D2;
}

.header-icons>ul>li>a:hover>.fa.fa-facebook {
    color: #45629D;
}

.header-icons>ul>li>a:hover>.fa.fa-twitter {
    color: #4099FF;
}

.header-icons>ul>li>a:hover>.fa.fa-youtube {
    color: #E52D27;
}

.header-icons>ul>li>a:hover>.fa.fa-pinterest {
    color: #C92228;
}

.header-icons>ul>li>a:hover>.fa.fa-google-plus {
    color: #DD4B39;
}

.header-icons>ul>li>a:hover>.fa.fa-instagram {
    color: #3f729b;
}

.header-icons>ul>li>a:hover>.fa.fa-yelp {
    color: #C41200;
}

.header-icons>ul>li>a:hover>.fa.fa-linkedin {
    color: #007BB6;
}

.header-icons>ul>li>a:hover>.fa.fa-snapchat {
    color: #fffc00;
}

.header-info>ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.header-info>ul>li {
    display: inline-block;
    float: right;
    line-height: 46px;
    color: #4e4e4e;
    font-size: 16px;
}

.header-info>ul>li:first-child {
}

.header-info>ul>li>a {
    padding: 16px 12px 16px;
    color: #ffffff;
    font-size: 16px;
}

.no-hero .header-info>ul>li>a {
    color: #23527c;
}

.header-info>ul>li>a:hover, .header-info>ul>li>a:focus {
    text-decoration: none;
    color: #23527c;
    background-color: rgba(0, 0, 0, 0.5);
}

.logo {
    height: 100px;
    display: flex;
}

.logo img {
    max-height: 90px;
    margin-top: 10px;
}

.text-logo {
    height: 90px;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.text-logo h2{
    font-size: 32px;
    font-weight: 400
}

.text-logo h2 a{
    color: #3d3d3d;
    text-decoration: none;
}


@media screen and (max-width: 1200px) {

}

@media screen and (min-width: 1201px){

    .container-fluid {
        padding-left: 60px;
        padding-right: 60px;
    }

}

@media screen and (max-width: 992px){
    .logo {
        justify-content: center; /* align horizontal */
        align-items: center;
    }

    .logo img {
        height: auto;
        margin-top: 10px;
        max-width: 100%;
    }

    .pre-header {
        text-align: center;
    }

    .header-info>ul>li,.header-info>ul>li:first-child, .header-icons>ul>li, .header-icons>ul>li:first-child {
        float: none;
        border: none;
    }

    .text-logo {
        height: auto;
        display: block;
    }
}

@media screen and (max-width: 992px) and (min-width: 768px){
    .navbar-nav>li>a {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #primary-navigation .ml-idx-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

@media screen and (min-width: 993px) {
    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    #primary-navigation .ml-idx-auto {
        margin-left: auto !important;
    }
}


@media screen and (max-width: 767px){

    .header-icons {
        padding-top: 10px;
    }

    .header-icons>ul>li>a {
        font-size: 30px;
    }

    .header-icons>ul>li {
        width: 48px;
    }
}

@media screen and (min-width: 768px){

    #primary-navigation {
        padding-top: 0;
        padding-bottom: 0;
    }

    .navbar {
        padding-right: 0;
    }

    .navbar-nav>li>a {
        line-height: 35px;
        border-bottom: 4px solid transparent;
        font-size: 16px;
        font-weight: bold;
    }

    .navbar-nav .nav-link {
        padding-right: 0.6rem;
        padding-left: 0.6rem;
    }

    .navbar-dark .navbar-nav>.active>a, .navbar-dark .navbar-nav>.active>a:hover, .navbar-dark .navbar-nav>.active>a:focus,
    .navbar-light .navbar-nav>.active>a, .navbar-light .navbar-nav>.active>a:hover, .navbar-light .navbar-nav>.active>a:focus{
        transition: 0.4s ease;
        background-color: transparent;
        border-bottom-color: #00AEEF;
        color: #00AEEF;
    }

    .navbar-dark .navbar-nav>li>a:hover, .navbar-dark .navbar-nav>li>a:focus,
    .navbar-light .navbar-nav>li>a:hover, .navbar-light .navbar-nav>li>a:focus {
        transition: 0.4s ease;
        border-bottom-color: #00AEEF;
        color: #00AEEF;
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.65rem;
        padding-left: 0.65rem;
    }

}

@media screen and (max-width: 476px) {
    .header-icons>ul>li {
        width: 32px;
    }

    .header-icons>ul>li>a {
        font-size: 26px;
    }

    .header-info>ul>li {
        line-height: 28px;
        font-size: 18px;
    }

    .header-info>ul>li>a {
        padding: 9px 5px;
    }
}

@media screen and (max-width: 370px) {
    .header-icons>ul>li {
        width: 28px;
    }

    .header-icons>ul>li>a {
        font-size: 22px;
    }
}

/*********************************************
* 4 HOME BANNER
*********************************************/

.hero {
    width: 100%;
    min-height: 250px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
}

.hero-overlay {
    background-image:
            linear-gradient(
                    to bottom,
                    rgba(0, 0, 0, 0.75),
                    rgba(0, 0, 0, 0.65) 30%,
                    rgba(0, 0, 0, 0.55) 40%,
                    rgba(0, 0, 0, 0.4) 50%,
                    rgba(0, 0, 0, 0.25) 70%,
                    rgba(0, 0, 0, 0.1) 85%
            );
    padding-bottom: 50px;
    width: 100%;
    z-index: -1;
    max-height: inherit;
}

.hero-content {
    padding-top: 100px;
}

.hero h1 {
    font-size: 3.4em;
    color: #fff;
}

.hero h2 {
    font-size: 1.8em;
    color: #fff;
}

.hero-page-header-wrap {
    width: 100%;
    min-height: 250px;
    height: auto;
    z-index: -1;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.hero-page-header {
    background-image:
            linear-gradient(
                    to bottom,
                    rgba(0, 0, 0, 0.75),
                    rgba(0, 0, 0, 0.65) 30%,
                    rgba(0, 0, 0, 0.55) 40%,
                    rgba(0, 0, 0, 0.4) 50%,
                    rgba(0, 0, 0, 0.25) 70%,
                    rgba(0, 0, 0, 0.1) 85%
            );
    padding-bottom: 130px;
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.hero-page-header h1 {
    font-size: 3.4em;
    margin-top: 100px;
    text-align: center;
    color: #fff;
}

.homepage-search-widget {
    max-width: 470px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(0, 0, 0, 0.65);
    padding: 15px 20px 20px;
    position: relative;
}

.homepage-search-widget h3 {
    font-size: 1.4em;
    color: #ffffff;
    font-weight: bold;
}

#bannerImages {
    display: none;
}

#bannerImages li {
    list-style: none;
}

div#bgvid-container {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: relative;
}

video.bgvid {
    -khtml-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    height: auto;
    overflow: hidden;
    z-index: -100;
}

.homepage-search-widget .tab-pane {
    padding-top: 15px;
}

.nav-tabs {
    border-bottom: none;
    font-weight: bold;
}

.nav-tabs>li>a, .nav-pills>li>a {
    font-size: 16px;
    background: rgba(255, 255, 255, 0.9);
}

.nav-tabs>li>a:hover {
    color:#555555;
}

#fullAddress {
    width: 75%;
    height: 60px;
    float: left;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

#sell-submit {
    width: 25%;
    float: left;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 60px;
    font-size: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.homepage-search-widget p {
    color: #fff;
}

#dwidx-primary-search form {
    padding-top: 15px;
}


@media screen and (max-width: 1000px) {
    .hero h1 {
        font-size: 3.0em;
        color: #fff;
    }

    .hero h2 {
        font-size: 2.0em;
        color: #fff;
    }
}

@media screen and (max-width: 480px) {
    .hero h1 {
        font-size: 2.4em;
        color: #fff;
    }

    .hero h2 {
        font-size: 1.6em;
        color: #fff;
    }
}

/*********************************************
* 5 IDX CSS Corrections
*********************************************/

/*********************************************
* IDX Broker CSS Corrections
*********************************************/
.impress-row {
    max-width: none;
}

.widget-area .IDX_Omnibar_Widget label {
    font-size: 14px !important;
}

/***** Control Omnibar Widget CSS *********/
.showcase-ready .IDX-msInput.IDX-msButtonInput, .home-map-search .IDX-msInput.IDX-msButtonInput {
    border-radius: 0;
}

.homepage-search-widget input[type=text].idx-omnibar-input {
    height: 60px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
    font-size: 18px;
}

.homepage-search-widget label.screen-reader-text {
    display: none;
}

.homepage-search-widget .idx-omnibar-original-form>div.awesomplete {
    margin-right: 0;
    width: 73% !important;
    float:left;
}

.homepage-search-widget .idx-omnibar-original-form button {
    width: 27% !important;
}

.homepage-search-widget .idx-omnibar-original-form button {
    height: 60px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    font-size: 18px;
}

.homepage-search-widget .idx-omnibar-extra-form input {
    border-radius: 0;
}

.homepage-search-widget .idx-omnibar-extra-form label {
    color: #ffffff;
}

.idx-omnibar-form {
    padding: 0 !important;
}

.idx-omnibar-extra input {
    height: 40px;
}

.idx-omnibar-extra-form input[type=text].idx-omnibar-input{
    height: 40px !important;
    margin-bottom: 10px;
}

.idx-omnibar-extra label {
    margin: 0 !important;
}

.idx-omnibar-form>div {
}

.idx-omnibar-form button {
}

.idx-omnibar-extra-form .awesomplete input, .idx-omnibar-extra.idx-omnibar-price-container, .idx-omnibar-form.idx-omnibar-extra-form>div:nth-of-type(1) {
    height: auto;
}

.idx-omnibar-extra.idx-omnibar-price-container, .idx-omnibar-extra.idx-omnibar-bath-container {
    width: 48% !important;
    float: left !important;
}

.idx-omnibar-price-container, .idx-omnibar-bath-container {
    margin-right: 2%;
}

.idx-omnibar-form.idx-omnibar-extra-form button {
    margin-top: 20px !important;
    height: 42px !important;
    width: 50% !important;
}

.idx-omnibar-original-form>div.awesomplete {
    width: 68% !important;
    margin-right: 2%;
}

.idx-omnibar-original-form button {
    width: 30% !important;
}

#sidebar-search .idx-omnibar-extra.idx-omnibar-price-container, .widget .idx-omnibar-extra.idx-omnibar-price-container, #sidebar-search .idx-omnibar-extra.idx-omnibar-bath-container, .widget .idx-omnibar-extra.idx-omnibar-bath-container  {
    width: 48% !important;
    float: left !important;
}

.homepage-search-widget .idx-omnibar-extra.idx-omnibar-bed-container, #sidebar-search .idx-omnibar-extra.idx-omnibar-bed-container, .widget .idx-omnibar-extra.idx-omnibar-bed-container {
    width: 50% !important;
}

#sidebar-search .idx-omnibar-form.idx-omnibar-extra-form button, .widget .idx-omnibar-form.idx-omnibar-extra-form button  {
    margin-top: 20px !important;
    width: 50% !important;
}

#sidebar-search .idx-omnibar-original-form button, .widget .idx-omnibar-original-form button  {
    width: 100% !important;
    margin-top: 10px;
}

#sidebar-search .idx-omnibar-original-form>div.awesomplete, .widget .idx-omnibar-original-form>div.awesomplete {
    width: 100% !important;
    margin-right: 0;
}

#sidebar-search .idx-omnibar-original-form.idx-omnibar-mini .idx-omnibar-input, .widget .idx-omnibar-original-form.idx-omnibar-mini .idx-omnibar-input {
    height: 40px;
}

#sidebar-search .idx-omnibar-original-form.idx-omnibar-mini .awesomplete ul, .widget .idx-omnibar-original-form.idx-omnibar-mini .awesomplete ul {
    margin-top: 0;
    padding-top: 10px;
}

/*****Control Map Widget Functionality *********/

.showcase-ready .IDX-mapWidgetWrap {
    margin-top: 15px;
}

.home-map-search .IDX-mapControlContainer {
    position: relative !important;
    height: 500px !important;
}

.showcase-ready .IDX-mapHeader-Element, .home-map-search .IDX-mapHeader-Element {
    font-family: 'Roboto', sans-serif !important;
}

.showcase-ready .IDX-mapHeader, .home-map-search .IDX-mapHeader {
    height: 0 !important;
}

.showcase-ready .IDX-mapTab, .home-map-search .IDX-mapTab  {
    position: relative;
    top: 25px;
    right: 15px;
    z-index: 3;
    border-radius: 4px !important;
    padding: 7px 15px !important;
    font-size: 16px !important;
}

.showcase-ready .IDX-mapCount, .home-map-search .IDX-mapCount {
    position: relative;
    top: 25px;
    right: 15px;
    float: right !important;
    font-size: 16px !important;
    padding: 8px 15px;
    border-radius: 4px;
    display: block !important;
    z-index: 3;
}

.showcase-ready .IDX-msInput.IDX-msButtonInput, .home-map-search .IDX-msInput.IDX-msButtonInput {
    border-radius: 5px;
    border: 1px solid #337ab7;
    background-color: #337ab7;
    padding: 6px 15px;
    font-size: 16px !important;
    color: #ffffff;
}

.btn-default, .IDX-mapCount {
    background-color: #ffffff;
    border-color: #cccccc;
    color: #333333;
}

#IDX-mapHeader-Search {
    margin-top: 0 !important;
}

.IDX-wrapper-standard .IDX-MLSCourtesy {
    float: none !important;
    margin-bottom: 12px;
}

#IDX-detailsMainInfo .IDX-panel-heading {
    border-color: #cccccc;
}

#IDX-detailsMainInfo {
    border-color: #cccccc;
}

/*****Control Page/Post Showcase Widget Functionality *********/

.IDX-showcaseTable {
    width: 100% !important;
}

.IDX-showcaseCell {
    margin-bottom: 25px !important;
}

.IDX-showcaseContainer {
    position: relative;
    font-size: 16px;
    background-color: #f7f7f7;
}

.IDX-showcaseContainer .IDX-showcasePrice {
    position: absolute;
    top: 3px;
    left: 3px;
    padding: 5px 25px 5px 25px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.IDX-showcaseContainer .IDX-showcaseAddress{
    text-align: left !important;
    padding-left: 25px;
    position:relative;
    margin-top: 4px;
    font-size: 15px;
    font-weight: bold;
}

.IDX-showcaseContainer .IDX-showcaseAddress:before {
    content: "\f018";
    position: absolute;
    font: normal normal normal 17px/1 FontAwesome;
    left: 2px;
    top: 2px;
}

.IDX-showcaseContainer .IDX-showcaseCityStateZip{
    text-align: left !important;
    padding-left: 25px;
    position:relative;
    font-size: 15px;
    font-weight: bold;
}

.IDX-showcaseContainer .IDX-showcaseCityStateZip:before {
    content: "\f0ac";
    position: absolute;
    font: normal normal normal 17px/1 FontAwesome;
    left: 2px;
    top: 2px;
}

.IDX-showcasePrice {
    font-size: 18px;
    color: #ffffff;
    background: #00AEEF;
    padding: 5px;
    border-radius: 4px;
    font-weight: bold;
}

.IDX-showcaseAddress, .IDX-showcaseCityStateZip {
    font-size: 14px;
}

.IDX-showcaseState {
    display: none;
}

#IDX-detailsMainInfo .IDX-panel-heading {
    border-color: #cccccc;
}

@media (max-width: 1200px) {
    .showcase-ready .IDX-showcaseCell {
        font-size: 15px;
    }
}


@media (max-width: 992px) {
    .IDX-showcaseCell {
        width: 50% !important;
    }

}

@media (max-width: 767px) {
    .IDX-showcaseCell {
        width: 50% !important;
    }

    .showcase-ready .IDX-MapSearch-Form, .home-map-search .IDX-MapSearch-Form {
        text-align: left !important;
    }

    .showcase-ready .IDX-msInput, .home-map-search .IDX-msInput {
        width:100% !important;
    }

    .showcase-ready .IDX-inputGroup, .home-map-search .IDX-inputGroup {
        margin-bottom: 10px !important;
    }

    .showcase-ready .IDX-inputGroup label, .home-map-search .IDX-inputGroup label {
        margin-bottom: 0 !important;
        font-size: 14px !important;
    }

    .IDX-showcaseCell {
        width: 100% !important;
    }

    .homepage-search-widget .idx-omnibar-extra-form .awesomplete {
        width: 100% !important;
        margin-right: 0;
        margin-top: 10px;
    }

}

@media screen and (min-width: 768px){

    .IDX-resultsAddress a, .IDX-resultsAddress a:hover  {
        font-size: 24px;
    }

    .showcase-ready .IDX-mapTab, .home-map-search .IDX-mapTab  {
        display: none !important;
    }

    .showcase-ready .IDX-criteriaWindow.IDX-mapControlWindow, .home-map-search .IDX-criteriaWindow.IDX-mapControlWindow {
        display: inline !important;
        background-color: #ffffff !important;
        position: absolute;
        bottom: 0;
        height: 90px;
        z-index: 999;
    }

    .showcase-ready .IDX-MapSearch-Form, .home-map-search .IDX-MapSearch-Form {
        width: 100% !important;
        max-width: 900px !important;
        background-color: #ffffff !important;
        background-color: rgba(255,255,255,1.0) !important;
        margin-top: 0 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        height: 90px;
    }

    .showcase-ready .IDX-MapSearch-Form:after, .home-map-search .IDX-MapSearch-Form:after {
        clear: both !important;
    }

    .showcase-ready .IDX-inputGroup, .home-map-search .IDX-inputGroup {
        width: 20% !important;
        float: left !important;
        text-align: left;
        padding-right: 10px;
        margin-bottom: 5px !important;
    }

    .showcase-ready .IDX-inputGroup label, .home-map-search .IDX-inputGroup label {
        font-size: 14px !important;
    }

    .showcase-ready .IDX-inputGroup:last-of-type, .home-map-search .IDX-inputGroup:last-of-type {
        padding-right: 0 !important;
    }

    .showcase-ready .IDX-msInput, .home-map-search .IDX-msInput {
        max-width: 100% !important;
        width: 100% !important;
    }

    .showcase-ready .IDX-closeControlWindow, .home-map-search .IDX-closeControlWindow {
        display: none !important;
    }

    .showcase-ready .mq-logo-control img, .home-map-search .mq-logo-control img {
        display: none !important;
    }

    .showcase-ready .IDX-msInput.IDX-msButtonInput, .home-map-search .IDX-msInput.IDX-msButtonInput {
        margin-top: 25px;
    }
}

@media (max-width: 480px) {

}


/**************************************
* SHOWCASE IDX CORRECTIONS
**************************************/
#idxt-sidx-nav {
    float: right;
}

.hero-page-header-wrap #idxt-sidx-nav .sidx-container .sidx-main-header .sidx-header-link a, .hero-page-header-wrap #idxt-sidx-nav .sidx-signin.sidx-link {
    color: #ffffff;
    opacity: 1;
}

#idxt-sidx-nav .sidx-container .sidx-main-header .sidx-header-link .sidx-current-page, #idxt-sidx-nav .sidx-container .sidx-main-header .sidx-header-link .sidx-link, #idxt-sidx-nav .sidx-container .sidx-main-header .sidx-header-link a {
    padding: 10px 12px 4px;
}

#idxt-sidx-nav .sidx-new-search {
    padding-bottom: 2px !important;
}

.homepage-search-widget .sidx-container .sidx-streamlined-search .sidx-streamlined-toggle, .widget .sidx-container .sidx-streamlined-search .sidx-streamlined-toggle {
    background: #555863;
    border: 1px solid #555863;
    color:#e9eff2;
}

.homepage-search-widget .sidx-container .sidx-button.sidx-primary, .sidx-container button.sidx-primary {
    background-color: #e9eff2 !important;
    color: #555863 !important;
}

@media (min-width: 768px) {

}

@media only screen and (max-width: 767px) and (min-width: 300px) {
    #idxt-sidx-nav {
        float: none;
    }
    #idxt-sidx-nav .sidx-container .sidx-main-header {
        justify-content: space-around !important;
    }
}

.widget-area .sidx-container .sidx-modal .sidx-modal-chrome {
    width: 100% !important;
    max-width: 500px;
    padding: 10px !important;
}

@media (max-width: 435px) {
    .widget .sidx-container .sidx-modal {
        padding-bottom: 0;
    }
}


/**************************************
* iHomefinder IDX CORRECTIONS
**************************************/

.homepage-search-widget .ihf-container label {
    color: #ffffff;
}

/**************************************
* Diverse Solutions IDX CORRECTIONS
**************************************/

.homepage-search-widget label {
    color: #fff;
    margin-bottom: 0;
    font-size: 14px
}

.homepage-search-widget input[type=submit].dsidx-resp-submit {
    height: 40px;
    border-radius: 5px
}

.featured-properties {
    background-color: #ffffff;
}

.featured-properties .dsidx-prop-summary {
    width: 33%;
    float: left;
    height: 160px;
}

.showcase-ready .dsidx-prop-summary {
    width: 50%;
    float: left;
    height: 180px;
}

.featured-properties p {
    display:none;
}

.featured-properties .dsidx-results:after, .showcase-ready .dsidx-prop-summary:after {
    content: "";
    display: table;
    clear: both;
}

@media screen and (max-width: 1200px){
    .featured-properties .dsidx-prop-summary {
        width: 50%;
    }
}

@media screen and (max-width: 767px){
    .featured-properties .dsidx-prop-summary {
        width: 100%;
        height: auto;
    }
}

/**************************************
* 6 WIDGETS
**************************************/

.widget {
    padding: 15px 10px;
    background-color: #fff;
    border: 1px solid #e9e9e9;
}

/**************************************
* 7 POSTS
**************************************/

.hp-archive {

}

.hp-article {
    -webkit-transition: -webkit-transform 300ms, box-shadow 300ms, opacity 300ms;
    -moz-transition: -webkit-transform 300ms, box-shadow 300ms, opacity 300ms;
    -ms-transition: -webkit-transform 300ms, box-shadow 300ms, opacity 300ms;
    -o-transition: -webkit-transform 300ms, box-shadow 300ms, opacity 300ms;
    transition: -webkit-transform 300ms, box-shadow 300ms, opacity 300ms;
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.1);
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    height: 333px;
    max-width: 500px;
    margin: 10px auto 20px;
}

.hp-article:hover {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    transform: translateY(-6px);
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.3);
}

.hp-article-img {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.hp-article-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    z-index: 2;
}

.hp-article-info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 15px 20px;
    color: #fff;
    text-align: left;
    overflow: hidden;
    background: rgba(0,0,0, 0.78);
    z-index: 3;
}

.hp-cat, .ai-cat {
    z-index: 4;
    display: block;
}

.ai-cat h3{
    font-size: 22px;
}

.hp-cat a, .ai-cat a {
    text-decoration: none;
}

.hp-article-info h3 {
    font-size: 22px;
    margin-bottom: 0;
}

.hp-article-info h3 a{
    font-size: 22px;
    color: #fff;
    text-decoration: none;
}

.hp-article-info h4 {
    font-size: 20px;
    margin-bottom: 2px;
}

.post-archive-item {
    background-color: #fff;
    padding: 15px;
}

.ai-title {
    margin-bottom: 5px;
    padding-top: 0;
    line-height: 30px;
}

.ai-title a{
    font-size: 30px;
    color: #2b2b2b;
}

.ai-title a:hover {
    color: #2b2b2b;

}

.post-archive-item .limit-image-width img {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.ai-date-author-group {
    padding: 0;
    margin: 0;
    font-size: 18px;
}

.category-banner {
    padding: 25px 0;
    margin-bottom: 30px;
    background-color: #ffffff;
    box-shadow: 0 2px 2px -2px rgba(0,0,0,.52);
    -webkit-box-shadow: 0 2px 2px -2px rgba(0,0,0,.52);
}

.category-banner h1 {
    margin: 0;
    padding: 0;
    font-size: 50px;
    text-transform: capitalize;
}

@media screen and (max-width: 992px) {
    .hp-article {
        height: 400px;
        max-width: 580px;
    }
}

/******************************************
* 8 - COMMUNITY STYLES
******************************************/

#home-communities {
    padding-bottom: 10px;
}

#home-communities h2 {
    font-size: 44px;
}

.home-communities {

}

.community-box {
    cursor: pointer;
    height: 270px;
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 440px;
    margin: 10px auto 30px;
}

.community-box .image-overlay {
    position: absolute;
    background: rgba(0,0,0, 0.55);
    z-index: 100;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.community-box .image-overlay h3 {
    color: #fff;
    max-width: 70%;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 400;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
    transition-delay: 0.1s;
}

.community-box img {
    width: 100%;
    height: 100%;
}

.community-box .community-overbox {
    background: rgba(0,0,0, 0.7);
    position: absolute;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    top: 0;
    left: 0;
    color: #fff;
    z-index: 100;
    opacity: 0;
    width: 100%;
    height: 100%;
    padding: 15px;
}

.community-box .community-overbox-inner {
    padding: 30px 20px;
    border: 1px solid #fff;
    height: 100%;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.community-box:hover .community-overbox { opacity: 1.0; }

.community-box .overtext {
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    transform: translateY(40px);
    -webkit-transform: translateY(40px);
}

.community-box .title {
    font-size: 1.8em;
    text-transform: uppercase;
    opacity: 0;
    transition-delay: 0.1s;
    transition-duration: 0.2s;
    line-height: 1.0em;
}

.community-box:hover .title,
.community-box:focus .title {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
}

.community-box:hover .image-overlay h3,
.community-box:focus .image-overlay h3 {
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    opacity: 0;
}

.community-box .tagline {
    font-size: 1.1em;
    opacity: 0;
    transition-delay: 0.2s;
    transition-duration: 0.2s;
}

.community-box:hover .tagline,
.community-box:focus .tagline {
    opacity: 1;
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
}

.community-title {
    height: 300px;
    background: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.community-title .image-overlay {
    position: relative;
    background: rgba(0,0,0, 0.55);
    z-index: 100;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.community-title h1.entry-title {
    font-size: 54px;
    font-weight: 400;
    color: #fff;
}

.community-quick-nav {
    background-color: #f5f5f5;
    border-bottom: 1px solid #e5e5e5;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.community-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}

ul.community-nav li {
    display: inline-flex;
    list-style: none;
    font-size: 20px;
}

ul.community-nav li a {
    padding: 15px 20px;
}

ul.community-nav li a:hover {
    text-decoration: none;
    background-color: #ccc;
}

.single-community-info {
    background-color: #f9f9f9;
}

.community-schools h2 {
    display: none;
}

.properties-section {
    background-color: #f9f9f9;
    border-bottom: 2px solid #e5e5e5;
}

.school-section {
    border-top: 1px solid #e5e5e5;
    background-color: #f9f9f9;
}

.community-gallery .slick-slide > div {
    margin: 5px;
}

.community-gallery .slick-slide img{
    max-height: 450px;
    width: auto !important;
}

@media screen and (min-width: 768px) {
    #communityGallery .owl-carousel .owl-item img {
        max-height: 450px;
        width: auto !important;
    }

    #communityGallery .owl-carousel .owl-stage-outer {
        max-height: 470px;
    }
}

@media screen and (max-width: 767px){
    ul.community-nav li {
        font-size: 16px;
    }

    ul.community-nav li a {
        padding: 12px 15px;
    }
}

/**************************************
* TEAM MEMBERS
**************************************/

.hp-team-archive {

}

.hp-team {
    background-color: #f7f7f7;
    height: 370px;
    width: 280px;
    margin: 10px auto 30px;
    padding: 15px 20px;
    position: relative;
}

.archive__team .hp-team {
    background-color: #fff;
}

.hp-team-image {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    border: 6px solid #f2f2f2;
    overflow: hidden;
    border-top-right-radius: 20%;
    border-bottom-left-radius: 20%;
}

.hp-team-name {
    height: 60px;
}

.hp-team-name h3 {
    margin: 0;
    padding: 0;
    font-size: 24px;
}

.single-team-image {
    float: left;
    margin: 0 25px 15px 0;
    max-width: 250px;
}

h1.team-member-heading {
    margin-bottom: 5px;
    font-weight: bold;
}

h4.team-member-title {
    font-size: 1.2rem;
}

.team-member-contact-group .team-member-phone, .team-member-contact-group .team-member-email {
    font-size: 20px;
}

.team-member-email i, .team-member-phone i {
    float: left;
    margin-top: 5px;
    margin-right: 4px;
}

.team-member-email span, .team-member-phone span {
    width: 90px;
    float: left;
}

/******************************************
* 9 - TESTIMONIALS
******************************************/

.home-testimonials {

}

.home-testimonials p {
    font-size: 20px;
}

.testimonial-citation {
    font-weight: bold;
    font-style: italic;
    font-size: 20px;
}


.testimonial-archive {
    -webkit-column-count: 3;
    -webkit-column-gap: 10px;
    -moz-column-fill: balance;
    -moz-column-count: 3;
    -moz-column-gap: 15px;
    column-count: 3;
    column-gap: 15px;
    column-fill: balance;
}

.testimonial-archive-block {
    display: inline-block;
    background: #f5f5f5;
    border: 2px solid #FAFAFA;
    box-shadow: 0 1px 1px rgba(34, 25, 25, 0.4);
    margin: 0 2px 15px;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
    padding: 15px;
    padding-bottom: 5px;
    background: -webkit-linear-gradient(45deg, #FFF, #F5f5f5);
    opacity: 1;

    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.testimonial-archive-thumb {
    width: 230px;
    height: 230px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    margin: 0 auto 15px;
    border-radius: 50%;
    border: 4px solid #cccccc;
    background: no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}

.testimonial-archive-headline {
    font-size: 24px;
    position: relative;
}

.testimonial-single-headline-wrap {
    float: left;
}

.testimonial-archive-quote-left {
    position: absolute;
    left: -2px;
    top: -3px;
}

.testimonial-archive-quote-right {
    position: absolute;
    right: -2px;
    bottom: -3px;
}

.testimonial-archive-quote-left i, .testimonial-archive-quote-right i {
    color: rgba(120, 120, 120, 0.4)
}

.testimonial-archive-headline h2 {
    font-size: 22px;
    font-style: italic;
    padding: 5px 25px;
    text-align: justify;
}

.testimonial-archive-citation {
    margin-top: 10px;
    font-style: italic;
    font-weight: bold;
    font-size: 19px;
}

.testimonial-thumb {
    float: left;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 2px rgba(0, 0, 0, 0.3);
    width: 250px;
    height: 250px;
    margin: 15px 25px 15px 0;
    border-radius: 50%;
    border: 4px solid #cccccc;
    background: no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}


@media (max-width: 767px) {
    .testimonial-archive {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}

@media (min-width: 768px) {
    .testimonial-archive {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}

@media (min-width: 1200px) {
    .testimonial-archive {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
}


@media (min-width: 1600px) {
    .testimonial-archive {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
    }
}

/**************************************
* 10 HELPERS
**************************************/

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

.col-50 {
    width: 50%;
    float: left;
}

.secondary-bg {
    background-color: #5bc0de;
    color: #ffffff;
}

.dwidx-button {
    padding: 8px 15px;
}

.dwidx-button:hover {
    text-decoration: none;
    color: #ffffff;
}

/*
Responsive Styles
 */

@media screen and (max-width: 992px){
    .hero-content {
        padding-top: 35px
    }

    .homepage-action-items-menu {
        position: relative;
        width: 100%;
        margin-top: 40px;
        text-align: center;
    }
}
