/*
Theme Name: Deevoweb IDX (DWIDX) Framework
Theme URI: http://deevoweb.com/
Author: @Deevoweb
Author URI: http://deevoweb.com
Description: The DWIDX Wordpress Framework is a Base Theme Framework on which to build beautiful IDX Broker Compatible Child Themes
Version: 1.0.4
Tags:
Text Domain: dwidx_framework
*/

/*
* TABLE OF CONTENTS
* 1 - STYLE IMPORTS
* 2 - GLOBAL THEME STYLES
* 3 - WORDPRESS SPECIFIC CLASSES
* 4 - GLOBAL IDX CSS CORRECTIONS
* 5 - GLOBAL BOOTSTRAP 3 OVERRIDES
* 6 - GLOBAL HELPER CLASSES
* 7 - GLOBAL RESPONSIVE STYLES
*/



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

@import url("css/bootstrap.min.css");
@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css");
@import url("css/select2.css");
@import url("css/select2-bootstrap.css");

/****************************************************
* 2 - GLOBAL THEME STYLES
****************************************************/

html {
    font-size: 16px;
}

h1 {
    font-size: 2.4em;
}

h2 {
    font-size: 2.1em;
}

h3 {
    font-size: 1.8em;
}

h4 {
    font-size: 1.2em;
}

h5 {
    font-size: 1.0em;
}

h1, h2, h3, h4, h5 {
    margin: 5px 0 15px;
    padding: 0;
}

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

#bannerImages {
    display: none;
}

/** SINGLE ESCROW COMMUNITY TYPE STYLES ************/

ul.property-links li {
    margin: 0;
    padding: 8px 0 0 0;
    list-style: none;
    font-size: 18px;
    line-height: 20px;
}

/****  Data table plugin style overrides **/

table.dataTable {
    border-collapse: collapse !important;
}

table.dataTable.no-footer {
    border-bottom: none !important;
}

table.dataTable thead th, table.dataTable thead td {
    border-bottom: none !important;
}

.dataTables_wrapper .dataTables_filter input {
    margin-left: 0 !important;
}

.escrow-gallery {
    margin: 0 -10px 20px -10px;
    padding: 0;
}

.escrow-gallery li {
    list-style: none;
    width: 25%;
    float: left;
    display: inline-block;
    margin: 0;
    padding: 10px;
}

.escrow-gallery li img {
    padding: 4px;
    border: 1px solid #dedede;
    border-radius: 5px;
    height: 175px;
    width: 100%;
    cursor: pointer;
}

.escrow-gallery-modal {
    margin-top: 60px;
}

.escrow-gallery-modal img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    padding: 10px;
    border-radius: 10px;
}

/* SIDEBAR WEATHER CSS */

.sidebar-weather {
    min-height: 125px;
    width: 100%;
    border-top: 1px solid #fff;
    border-radius: 10px;
    background-color: rgba(250, 250, 250, 0.95);
    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;
}

.sidebar-weather p {
    margin-bottom: 4px;
}

.current-left {
    width: 70%;
    float: left;
}

.current-right {
    width: 30%;
    float: left;
}

.sidebar-weather .current-temp {
    font-size: 54px;
    line-height: 40px;
}

.sidebar-weather .day {
    padding: 10px 0;
    font-size: 16px;
    border-top: 1px solid #ccc;
}

.sidebar-weather .date {

}
.sidebar-weather .day .temp {
    font-size: 18px;
}

/****************************************************
* 3 - WORDPRESS SPECIFIC CLASSES
****************************************************/

img.alignright {
    float: right;
    margin: 0 0 1em 1em
}

img.alignleft {
    float: left;
    margin: 0 1em 1em 0
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

a img.alignright {
    float: right;
    margin: 0 0 1em 1em
}

a img.alignleft {
    float: left;
    margin:0 1em 1em 0
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.widget {
    margin-bottom: 30px;
}

.widget.widget_calendar table {
    width: 100%;
}

.widget.widget_calendar table tbody, .widget.widget_calendar table thead tr th {
    text-align: center;
}

.widget.widget_calendar table tfoot tr td {
    padding-top: 10px;
}

.widget.widget_calendar table tfoot #prev {
    text-align: left;
    padding-left: 10px;
}

.widget.widget_calendar table tfoot #next {
    text-align: right;
    padding-right: 10px;
}

.widget.widget_categories>ul, .widget.widget_archive>ul, .widget.widget_nav_menu .menu-primary-menu-container>ul {
    margin: 15px 0;
    padding-left: 15px;
}

.widget.widget_categories>ul>li, .widget.widget_archive>ul>li, .widget.widget_nav_menu .menu-primary-menu-container>ul>li {
    padding: 0;
    line-height: 1.4em;
    list-style: none;
    font-size: 18px;
}

.dwidx-calculator-results {
    padding: 5px 10px 10px;
    border-radius: 5px;
    background-color: #fefefe;
    -webkit-box-shadow: inset 0px 0px 5px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px 0px 5px -1px rgba(0,0,0,0.75);
    box-shadow: inset 0px 0px 5px -1px rgba(0,0,0,0.75);
}

.dwidx-calculator-results h4 {
    margin-bottom: 5px;
}

.dwidx-calculator-results .left {
    width: 50%;
    float: left;
}

.dwidx-calculator-results .right {
    width: 50%;
    float: left;
    text-align: right;
}

/******************************************
* 4 - GLOBAL IDX CSS CORRECTIONS
******************************************/

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

.IDX-clear {
    clear: both;
}

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea, .IDX-msTextInput { font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; border: 1px solid #cccccc; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); color: rgba(0, 0, 0, 0.75); font-size: 14px; padding: 6px; width: 100%; -webkit-transition: all 0.15s linear; -moz-transition: all 0.15s linear; -o-transition: all 0.15s linear; transition: all 0.15s linear; }
input[type="text"].oversize, input[type="password"].oversize, input[type="date"].oversize, input[type="datetime"].oversize, input[type="email"].oversize, input[type="number"].oversize, input[type="search"].oversize, input[type="tel"].oversize, input[type="time"].oversize, input[type="url"].oversize, textarea.oversize { font-size: 17px; padding: 4px 6px; }
input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, textarea:focus { background: #fafafa; outline: none !important; border-color: #b3b3b3; }
input[type="text"][disabled], input[type="password"][disabled], input[type="date"][disabled], input[type="datetime"][disabled], input[type="email"][disabled], input[type="number"][disabled], input[type="search"][disabled], input[type="tel"][disabled], input[type="time"][disabled], input[type="url"][disabled], textarea[disabled] { background-color: #ddd; }

textarea { height: auto; min-height: 70px; }

select {
    background: #f8f8f8;
    border: 1px solid #CCCCCC;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
    font-size: 14px;
    height: 32px;
    padding: 6px;
    transition: all 0.15s linear 0s;
    width: 100%;
}

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

#LeadSignup { /* This is antiquated functionality for IDX Broker but including it anyway */
    width: 100% !important;
    padding: 0 !important;
    text-align: left !important;
    border: none !important;
    box-shadow: none !important;
}

.IDX-widgetLeadLoginWrapper { /* This is antiquated functionality for IDX Broker but including it anyway */
    text-align: left !important;
    width: 100% !important;
}

#impress-widgetEmail {
    width: 100% !important;
}

#bb-IDX-widgetsubmit, #impress-widgetLeadLoginSubmit {
    width: 40% !important;
}

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

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

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

.IDX-showcaseContainer {
    border-color: #eee !important;
    background-color: #fefefe;
    background-color: rgba(255, 255, 255, 0.95);
}

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

}

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

.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: 1500px) {
    .showcase-ready .IDX-showcaseCell {
        font-size: 14px;
    }
}

/* Make pretty map widgets coming from IDX Broker Widgets */
/* Home Search & showcase-ready Map Styles ****************/

.home-map-search {
    border-top: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
}

.home-map-search h2 {
    font-size: 40px;
    margin: 0;
    padding: 15px 0 15px 0;
}

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

@media screen and (max-width: 767px) {
    .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;
    }
}

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

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

    .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: 25% !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;
    }
}

/* Global Omnibar CSS overrides ************************/

.idx-omnibar-extra {
    margin-bottom: 8px;
}
/******************************************
* 5 - GLOBAL BOOTSTRAP 3 OVERRIDES
******************************************/

.form-group {
    margin-bottom: 8px;
}

.form-control {
    height: 40px;
}

.btn {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 16px
}

.thumbnail {
    margin-bottom: 10px;
}

/******************************************
* 6 - GLOBAL HELPER CLASSES
******************************************/

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

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

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

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

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

.mar-bottom-10 {
    margin-bottom: 10px;
}

.mar-bottom-15 {
    margin-bottom: 15px;
}

.mar-bottom-20 {
    margin-bottom: 20px;
}

.mar-bottom-30 {
    margin-bottom: 30px;
}

.margin-right-10 {
    margin-right: 10px
}
.mar-right-15 {
    margin-right: 15px;
}
.mar-right-20 {
    margin-right: 20px;
}
.mar-right-30 {
    margin-right: 30px;
}

.small-pad-top-bottom {
    padding-top:10px;
    padding-bottom: 10px;
}

.pad-top-bottom {
    padding-top: 20px;
    padding-bottom: 30px;
}

.light-grey-bg {
    background-color: #e9e9e9;
    border-top: 2px solid #cccccc;
    border-bottom: 2px solid #cccccc;
}

.white-bg {
    background-color: #ffffff
}

.no-border {
    border: none;
}

.left-border {
    border-left: 4px solid #cccccc;
    padding-left: 10px;
}

.colored-border-top {
    border-top: 2px solid #cccccc;
}

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

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

.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0;
}

.fill {
    min-height: 500px;
}

.naked-ul {
    margin: 0;
    padding: 0;
}

.naked-ul li {
    list-style: none;

}

.table-large-font {
    font-size: 1.2em;
    font-weight: bold;
}

.vert-align-middle {
    vertical-align: middle !important;
}

.no-left-border h3, .no-left-border h4 {
    border-left: none !important;
    padding-left: 0 !important;
}

.divider {
    margin-top: 5px;
    margin-bottom: 5px;
    height: 2px;
    background-color: #cccccc;
}

/******************************************
* 7 - RESPONSIVE STYLES
******************************************/

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

}

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

    /** Single Community Responsive Styles **/

    .escrow-gallery li {
        width: 25%;
    }

    .escrow-gallery li img {
        height: 150px;
    }

    .navbar-right {
        float: left !important;
    }
}

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

    h1 {
        font-size: 2.0em;
    }

    h2 {
        font-size: 1.8em;
    }

    h3 {
        font-size: 1.3em;
    }

    h4 {
        font-size: 1.2em;
    }

    h5 {
        font-size: 1.0em;
    }

    img.alignright {float:none; margin:0 auto 1em; display: block; width: 400px}
    img.alignleft {float:none; margin:0 auto 1em; ; display: block; width: 400px}
    img.aligncenter {display: block; margin-left: auto; margin-right: auto}
    a img.alignright {float:none; margin:0 auto 1em; display: block; width: 400px}
    a img.alignleft {float:none; margin:0 auto 1em; display: block; width: 400px}
    a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

    /** Single Community Responsive Styles **/

    .escrow-gallery li {
        width: 33%;
    }

    .escrow-gallery li img {
        height: 140px;
    }
}

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

    /** Single Community Responsive Styles **/

    .escrow-gallery li {
        width: 50%;
    }

    .escrow-gallery li img {
        height: 120px;
    }

    #schoolsTable_wrapper table, .table-large-font {
        font-size: 12px;
    }

}

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

    .showcase-ready .IDX-mapTab, .home-map-search .IDX-mapTab  {
        float: right !important;
        margin-right: 5px !important;
        font-size: 14px !important;
        padding: 5px 10px !important;
    }

    .showcase-ready .IDX-mapCount, .home-map-search .IDX-mapCount {
        top: 25px;
        right: 10px;
        float: right !important;
        font-size: 14px !important;
        padding: 5px 10px;
    }

    #schoolsTable_wrapper table, .table-large-font {
        font-size: 11px;
    }

}

