/*
 Theme Name:   Deevoweb IDX Professional Child Theme
 Theme URI:    http://deevoweb.com/idx-broker-wordpress-themes
 Description:  Deevoweb IDX Professional Child Theme
 Author URI:   http://deevoweb.com
 Template:     dwidx_framework
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

/*
* TABLE OF CONTENTS
* 1 - STYLE IMPORTS
* 2 - BOOTSTRAP CSS OVERRIDES
* 3 - GLOBAL CSS STYLES
* 3.1 - Front Page Styles
* 3.2 - Post Archive Styles
* 3.3 - Sidebar Styles
* 3.5 - Community Archive Styles
* 4 - IDX CSS CORRECTIONS / ADDITIONS
* 5 - RESPONSIVE STYLES
*/


/******************************************
* 1 - STYLE IMPORTS
******************************************/

@import url('http://fonts.googleapis.com/css?family=Roboto:300');

/******************************************
* 2 - BOOTSTRAP CSS OVERRIDES
******************************************/

.container-fluid {
    padding: 0 30px;
}

.navbar {
    margin-bottom: 0;
}

.navbar-default {
    border: none;
    background-color: transparent;
}

.thumbnail {
    margin-bottom: 10px;
}

.navbar-default .navbar-nav>li>a {
    color: #555555;
}



/******************************************
* 3 - GLOBAL CSS STYLES
******************************************/

body {
    font-family: 'Roboto', sans-serif;;
    color: #555555;
    font-size: 16px;
}

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

h1, h2, h3, h4, h5 {
    margin: 5px 0 15px;
    padding: 0;
    color: #4c4c4c;
    text-shadow: 1px 1px 1px rgba(30, 30, 30, 0.12);
}

.sidebar-standout-widget h3 {
    font-size: 1.5em;
}

h1.entry-title {
    text-shadow: 1px 1px 1px rgba(20, 20, 20, 0.3);
    border-left: 5px solid #cccccc;
    padding-left: 10px;
}

.pre-header {
    min-height: 45px;
    border-bottom: 1px solid #CCCCCC;
}

.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: 45px;
    width: 40px;
    float: left;
    border-right: 1px solid #cccccc;
}

.header-icons>ul>li:first-child {
    border-left: 1px solid #cccccc;
}

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

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

.header-icons>ul>li>a:hover {
    background-color: #e7e7e7;
}

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

.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-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: 13px;
    border-left: 1px solid #ccc;
}

.header-info>ul>li:first-child {
    border-right: 1px solid #cccccc;
}

.header-info>ul>li>a {
    padding: 16px 8px;
    color: #4e4e4e;
}

.header-info>ul>li>a:hover, .header-info>ul>li>a:focus {
    text-decoration: none;
    color: #23527c;
    background-color: #e7e7e7;
}

.logo img {
    margin: 10px 0;
    max-height: 125px;
}

.logo h2 {
    font-size: 38px;
    margin-bottom: 2px;
    margin-top: 10px;
}

/*** Front Page Styles *********************/

.hero {
    min-height: 450px;
    padding: 90px 0 30px;
    background: url('images/default-hero-banner.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.hero-inner, .sidebar-standout-widget, .IDX-widgetLeadLoginWrapper, .community-search, .sidebar-weather, .widget {
    min-height: 125px;
    width: 100%;
    border-top: 1px solid #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    background-color: rgba(245, 245, 245, 0.85);
    padding: 10px 10px 15px 10px;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(51,51,51,0.8) !important;
    -moz-box-shadow: 2px 2px 5px 0px rgba(51,51,51,0.8) !important;
    box-shadow: 2px 2px 5px 0px rgba(51,51,51,0.8) !important;
    margin-bottom: 35px;
}


.hero-inner label, .sidebar-standout-widget label {
    font-weight: normal;
    font-size: 14px;
}

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

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


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

.action-items {
    background-color: #00AEEF;
    padding: 20px 0 0;
    border-top: 1px solid #efefef;
    text-align: center;
    text-shadow: 1px 1px 1px #000;
}

.action-items a {
    color: #ffffff;
}

.action-items a:hover {
    text-decoration: none;
    color: #ffffff;
}

.action-items a i {
    transition: font-size 0.5s ease;
    font-size: 78px;
}

.action-items a:hover i {
    font-size: 84px;
}

.action-items a h2 {
    font-size: 28px;
    font-weight: bold;
    color: #fefefe;
}

.featured-properties {
    padding: 35px 0 45px;
    margin: 0 auto;
}

.home-content {
    background: url('images/default-hero-banner.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.home-content-overlay {
    padding: 50px 0 60px;
    width: 100%;
    background-color: rgba(35, 35, 35, 0.85);
    color: #f8f8f8;
    text-shadow: 2px 2px 2px #000;
}

.home-content h1 {
    font-size: 48px;
    color: #fefefe;
}

.dynamic-home {
    padding: 20px 0 30px;
    border: 1px solid #eeeeee;
    background-color: #f7f7f7;
}

.community-border {
    border-right: 2px solid #e7e7e7
}

/********************************
* Community Archives
********************************/

.community-archive {
    padding: 20px 0 30px;
}

.community-archive-block {
    max-width: 335px;
    height: 380px;
    background-color: #efefef;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(160,160,160,0.9);
    -moz-box-shadow: 0px 2px 4px 0px rgba(160,160,160,0.9);
    box-shadow: 0px 2px 4px 0px rgba(160,160,160,0.9);
    border: 1px solid #ddd;
    border-radius: 5px;
    margin: 10px auto 15px;
    padding: 10px;
}

.community-archive-block img {
    margin: 0 auto;
    display: block;
    width: 100%
}

.community-archive-block h3 {
    font-size: 20px;
    text-align: center;
    margin: 10px 0 0 0;
    height: 40px;
}

/********************************
* Homepage Blog Archive
********************************/

.home-blogs {
    padding: 20px 0 30px;
}

.home-blogs h3 {
    margin-bottom: 8px;
    font-size: 22px;
}

.home-blogs h4 {
    font-size: 16px;
    margin-bottom: 5px;
    padding-bottom: 4px;
    font-style: italic;
    margin-top: 5px;
    border-bottom: 1px solid #e7e7e7;
}

.home-blogs .post {
    margin-bottom: 15px;
}

.home-post-image {
    height: 210px;
    overflow: hidden;
}

.home-post-image img {
    margin: 0 auto;
    display: block;
    max-width: 320px;
}

.archive, .content, .border-top {
    padding: 30px 0;
    border-top: 3px solid #efefef;
}


.content-thumb img {
    max-width: 400px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

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

.map-wrap {
    margin-top: 15px;
    background: #efefef;
    border: 4px solid #efefef;
    border-radius: 5px;
}

.home-map {
    width: 100%;
    height: 240px;
    margin-bottom: 15px;
}

.home-map-text {
    background: #ffffff;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    padding: 5px
}

.footer-links ul {
    margin: 0 0 20px 0;
    padding: 0;
}

.footer-links ul li {
    list-style: none;
    width: 50%;
    padding: 12px 2px;
    display: inline-block;
    float: left;
}

.footer-links ul li a {
    color: #3d3d3d;
    font-size: 18px
}

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

.copyright {
    padding: 15px;
    border-top: 1px solid #ccc;
}

.post-meta {
    font-size: 18px;
    font-style: italic;
    margin: 0 0 5px 0;
    padding: 0 0 4px 0;
}

/*********************************************
* 3.2 - Post Archive Styles
*********************************************/

.post-archive {
    margin-bottom: 30px;
}

.post-archive h2 {
    margin-bottom: 8px;
    font-size: 34px;
}

.post-archive h3 {
    font-size: 18px;
    margin-bottom: 5px;
    padding-bottom: 4px;
    font-style: italic;
    margin-top: 5px;
}

.category-banner {
    background-color: #00AEEF;
    padding: 15px 10px;
    border-radius: 8px;
    margin-bottom: 15px;
}

.category-banner h1 {
    color: #fefefe;
    text-shadow: 1px 1px 1px #000;
    margin: 0;
    padding: 0;
    font-size: 44px;
}

/*********************************************
* 3.3 - Sidebar Styles
*********************************************/

.sidebar-container h2, .sidebar-container h3, .sidebar-container h4 {
    border-left: 4px solid #e7e7e7;
    padding-left: 8px;
}

#sidebar-search.hero-inner {
    border-top-left-radius: 5px;
}

.widget {
    margin-bottom: 30px;
}


/*********************************************
* 3.5 - Community  Styles
*********************************************/

.community-archive {
    margin-bottom: 20px;
}

.community-archive h2 {
    font-size: 34px;
}

/*********************************************
* 4 - IDX CSS CORRECTIONS / ADDITIONS
*********************************************/

.IDX-widgetLeadLoginWrapper {
    text-align: left !important;
    width: 100% !important;
}

#IDX-coreFields input[type="text"] {
    width: auto;
    height: 32px;
}

#IDX-add {
    height: 32px;
}

#IDX-pt-group, #IDX-propSubType-group, #IDX-propStatus-group {
    margin-right: 20px;
}

.IDX-ccz-radio, .IDX-radio-inline, .IDX-radioInput, .IDX-radioLabel {
    margin-right: 10px;
}

.IDX-contactAccountHeader {
    border: none;
}

#IDX-mapContainer {
    width: 100%;
}

.map-page .map-wrapper {
    margin-bottom: -27px;
}

/***** Control Omnibar Widget CSS *********/

.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-bed-container, .idx-omnibar-extra.idx-omnibar-bath-container {
    width: 23% !important;
    float: left !important;
}

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

.widget .idx-omnibar-bed-container {
    margin-right: 0 !important;
}

.idx-omnibar-form.idx-omnibar-extra-form button {
    margin-top: 20px !important;
    width: 25% !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;
}

#sidebar-search .idx-omnibar-extra.idx-omnibar-bed-container, .widget .idx-omnibar-extra.idx-omnibar-bed-container, .widget .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: 21px !important;
    width: 50% !important;
}

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

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

/*****Control Lead Signup Widget Functionality *********/
#sidebar .LeadSignup {
    width: 100% !important;
    box-shadow: none !important;
    border: none !important;
    text-align: left !important;
    padding: 0 !important;
}

#IDX-widgetLeadSignupHeaderWrapper {
    display: none;
}

#IDX-widgetLeadSignupForm input {
    width: 100% !important;
}

.leadError {
    display: none;
    background: #ffffff;
    padding: 15px 0;
}

.leadError span {
    color: rgb(233, 50, 45);
    font-size: 18px;
}

.IDX-quicksearchWrapper {width: 100% !important;
    box-shadow: none !important;
    border: none !important}

.IDX-qsFieldWrap {text-align: left !important;
    padding: 0 !important;}

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

.community .IDX-mapControlContainer {
    width: 100% !important;
    min-width: 270px !important;
}

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

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

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

@media screen and (min-width: 768px){
    .IDX-resultsAddress a, .IDX-resultsAddress a:hover  {
        font-size: 24px;
    }
}

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

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


/******************************************************
* HELPER CLASSES 
******************************************************/

.primary-color-text {
    color: #00AEEF;
}

.primary-color-background {
    background-color: #00AEEF;
}

.no-border {
    border: none;
}

.no-padding {
    padding: 0;
}

.large-label {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 5px;
}

.pad-left-right {
    padding-left: 8px;
    padding-right: 8px;
}

.pad-left-8 {
    padding-left: 8px;
}

.margin-search-submit {
    margin-top: 33px;
}

.mar-top-23 {
    margin-top: 23px;
}

/******************************************
* 6 - RESPONSIVE STYLES
******************************************/

@media screen and (max-width: 1200px) {
    .community-archive-block {
        height: 340px;
    }
    .community-archive .community-archive-block img {
        height: 160px;
    }

    .content-thumb img {
        max-width: 350px;
    }

    .container-fluid {
        padding: 0 15px;
    }
}

@media screen and (min-width: 1201px){
    .action-items {
        height: 160px;
    }

    .action-items h2 {
        margin-bottom: 5px;
    }
     .community-archive .community-archive-block img {
        height: 200px;
    }

}


@media screen and (max-width: 992px){
    .container-fluid {
        padding: 0 15px;
    }

    .logo {
        text-align: center;
    }

    .logo img {
        max-height: 70px;
    }

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

    .community-archive-block {
        height: 340px;
    }

    .community-archive .community-archive-block img {
        height: 170px;
    }

    .content-thumb img {
        max-width: 275px;
    }

}

@media screen and (min-width: 993px) {
    .navbar {
        margin-top: 15px;
    }

    .navbar-nav {
        float: right;
    }

    .navbar-nav>li>a {
        font-size: 16px !important;
    }

}


@media screen and (max-width: 767px){
    body {
        font-size: 16px;
    }

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

    .home-blogs .post {
        text-align: center;
    }

    .limit-image-width img {
        max-width: 350px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .community-archive h2 {
        font-size: 16px;
    }

    .community-archive .community-archive-block img {
        height: 160px;
    }

    .post-archive {
        text-align: center;
    }

    .content-thumb img {
        margin-left: auto;
        margin-right: auto;
        display: block;
        float: none;
        width: 100%;
        max-width: 500px;
    }

    .map-wrap {
        margin-bottom: 25px
    }

    .map-wrapper {
        padding: 0 15px;
    }

    .map-wrapper #IDX-map {
        min-height: 500px;
    }

    .sidebar-search {
        margin: 0 0 25px;
    }

    .footer-links ul li {
        width: 100%;
    }

    .copyright {
        text-align: center;
    }

    .sitemap {
        text-align: center;
    }

    /** IDX Broker Specific Responsive Styles **/

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

    .idx-omnibar-extra.idx-omnibar-bed-container {
        margin-right: 0 !important;
        width: 50% !important;
    }

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

}

@media screen and (min-width: 768px){
    h1 {
        font-size: 44px;
    }

    .sidebar-search .nav-tabs>li>a {
        font-size: 13px;
        padding-left: 3px;
        padding-right: 3px;
    }

    .navbar-nav>li>a {
        padding-top: 30px;
        padding-bottom: 36px;
        line-height: 60px;
        border-bottom: 4px solid transparent;
        font-size: 14px;
    }

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

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

    .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
        background-color: transparent;
    }

    .sitemap {
        text-align: right;
    }

    .map-wrapper #IDX-map{
        min-height: 600px;
    }

}

@media screen and (max-width: 476px) {
    .nav-tabs>li>a {
        font-size: 13px;
        padding: 12px 4px;
    }

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

    .community-archive-block {
        max-width: 280px;
        height: 345px;
    }

    .community-archive img {
        height: 170px;
    }
}

@media screen and (max-width: 370px) {
    .nav-tabs>li>a {
        font-size: 11px;
        padding: 12px 3px;
    }

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

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


