﻿/* Classes utilizadas pela ShowCase que estavam no arquivo antigo.scss */
.navbar-site.navbar .navbar-identity {
    display: block;
    height: 80px;
    padding: 0 15px;
    border-bottom: solid 1px #ddd;
}

    .navbar-site.navbar .navbar-identity .btn, .navbar-site.navbar .navbar-identity .navbar-toggler {
        margin-top: 18px;
        padding: 0 10px;
        height: 40px;
    }

@media (max-width: 479px) {
    .navbar-site.navbar .navbar-identity {
        height: 75px;
    }

        .navbar-site.navbar .navbar-identity .btn, .navbar-site.navbar .navbar-identity .navbar-toggler {
            margin-top: 13px;
        }

        .navbar-site.navbar .navbar-identity .logo-title {
            padding-top: 22px;
        }
}
/* =============================================================== */
/* CATEGORY INTRO 
/* =============================================================== */
.search-row-wrapper {
    background-position: center;
    background-size: cover;
    height: auto;
    -webkit-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
    -moz-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
    -o-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
    transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
    width: 100%;
}

    .search-row-wrapper .inner {
        padding: 50px 0;
    }

    .search-row-wrapper.events .inner {
        background: rgba(0, 0, 0, 0.45);
    }

    .search-row-wrapper .btn-primary {
        line-height: 22px;
    }

@media screen and (min-width: 1024px) {
    /* FIXED IE OVERFLOW ISSUE */
    .search-row-wrapper {
        height: 140px;
        display: block;
    }
}

.search-row-wrapper .col-md-3 {
    margin-bottom: 10px;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: inline-flex;
    width: 100%;
}

.search-row-wrapper .selecter {
    max-width: 100%;
}

.main-container {
    min-height: -webkit-calc(100% - 162px);
    min-height: -moz-calc(100% - 162px);
    min-height: calc(100% - 162px);
    padding: 30px 0;
}

.page-sidebar .inner-box {
    padding: 20px;
}

    .page-sidebar .inner-box .title-2 {
        border-bottom: 1px solid #e6e6e6;
        font-size: 18px;
        margin-bottom: 20px;
        text-transform: uppercase;
        text-align: left;
        margin: 0 -20px 20px;
        padding: 0 20px 15px;
        font-weight: 500;
    }

.page-sidebar .list-filter:first-child .list-title {
    margin-top: 0 !important;
}

.page-sidebar-right {
    padding-left: 10px;
}

@media (max-widt: 767px) {
    .page-sidebar.mobile-filter-sidebar {
        height: 100%;
        overflow: auto;
        padding: 0;
        position: fixed;
        top: 0;
        width: 250px;
        z-index: 1110;
        left: -251px;
    }

    .col-thin-left {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.sidebar-modern-inner {
    background: #fff;
    border: solid 1px #ddd;
}

    .sidebar-modern-inner .block-title {
        padding: 15px 15px;
        border-bottom: solid 1px #ddd;
        position: relative;
    }

        .sidebar-modern-inner .block-title.has-arrow {
            margin-bottom: 5px;
        }

            .sidebar-modern-inner .block-title.has-arrow:before {
                border-color: #ddd transparent transparent;
                border-style: solid;
                border-width: 7px;
                bottom: -14px;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
                content: " ";
                display: block;
                left: 34px;
                position: absolute;
                z-index: 2;
            }

            .sidebar-modern-inner .block-title.has-arrow:after {
                border-color: #fff transparent transparent;
                border-style: solid;
                border-width: 6px;
                bottom: -12px;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
                content: " ";
                display: block;
                left: 35px;
                position: absolute;
                z-index: 2;
            }

            .sidebar-modern-inner .block-title.has-arrow.gray:before {
                border-color: transparent transparent transparent;
            }

        .sidebar-modern-inner .block-title.sidebar-header h5 {
            line-height: 30px;
        }

        .sidebar-modern-inner .block-title h5 {
            margin: 0;
            padding: 0;
            font-weight: bold;
            color: #292b2c;
            font-size: 16px;
            text-transform: uppercase;
        }

            .sidebar-modern-inner .block-title h5 a {
                color: #292b2c;
            }

    .sidebar-modern-inner .block-content {
        padding: 15px 15px;
    }

    .sidebar-modern-inner .list-filter ul li a {
        font-size: 14px;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        justify-content: space-between;
    }

        .sidebar-modern-inner .list-filter ul li a:hover {
            font-weight: bold;
        }

            .sidebar-modern-inner .list-filter ul li a:hover .title {
                font-weight: bold;
            }

.categories-list .list-title:first-child {
    margin-top: 0 !important;
}

.blogRight .categories-list {
    margin-bottom: 15px;
}

.no-padding {
    padding: 0 !important;
}

.locations-list.list-filter .float-right {
    float: right;
}

.category-list:not(.make-compact):not(.make-grid) .item-list:last-child {
    border-bottom: none;
}

.category-list {
    background: #fff;
    border-radius: 3px 3px;
    display: block;
    box-shadow: 0 1px 1px rgba(180, 180, 180, 0.5);
}

    .category-list.event-category-list {
        background: none;
        border-radius: 0;
        box-shadow: none;
    }

        .category-list.event-category-list .adds-wrapper {
            margin-top: 30px;
            background: none;
            overflow: inherit;
            width: auto;
            display: -webkit-flex;
            display: -moz-box;
            display: flex;
        }

@media (max-width: 767px) {
    .category-list.event-category-list .adds-wrapper {
        margin-top: 20px;
    }
}

.category-list.make-list .item-list, .category-list.make-compact .item-list {
    height: auto !important;
}

@media all and (max-width: 779px) {
    .make-list .property-list .prop-info-block {
        float: left;
    }
}

@media (max-width: 767px) {
    .price-box {
        clear: both;
        display: block;
        height: auto;
        padding: 10px 15px 0;
        text-align: left !important;
        width: 100%;
    }

    .make-list .item-list {
        text-align: left;
    }

    .item-list .ads-details {
        padding: 10px 0 0;
    }

    .make-compact .item-list .make-favorite {
        float: left;
        margin-left: 10px;
    }
}

.btn-default {
    color: #292b2c;
    background-color: #fff;
    border-color: #ccc;
}

    .btn-default:hover {
        color: #292b2c;
        background-color: #e6e5e5;
        border-color: #adadad;
    }

    .btn-default:focus, .btn-default.focus {
        box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5);
    }

    .btn-default.disabled, .btn-default:disabled {
        background-color: #fff;
        border-color: #ccc;
    }

    .btn-default:active, .btn-default:active:focus, .btn-default.active, .btn-default.active:focus, .show > .btn-default.dropdown-toggle {
        color: #292b2c;
        background-color: #e6e5e5;
        background-image: none;
        border-color: #adadad;
    }
/*************** TAB BOX ***************/
.tab-box {
    background: #f8f8f8;
    position: relative;
}

.nav-tabs.add-tabs > li > a, .nav-tabs.add-tabs > li.active > a, .nav-tabs.add-tabs > li.active > a:hover, .nav-tabs.add-tabs > li.active > a:focus {
    border-radius: 0;
    padding-bottom: 15px;
    padding-top: 15px;
    margin-right: 0;
    font-size: 13px;
}

.nav-tabs.add-tabs > li:hover > a {
    background: #ededed;
}

.nav-tabs.add-tabs > li.active > a {
    border-left: solid 1px #ddd;
    border-right: solid 1px #ddd;
    border-top: 1px solid #e6e6e6;
    background: #fff;
}

    .nav-tabs.add-tabs > li.active > a:hover, .nav-tabs.add-tabs > li.active > a:active, .nav-tabs.add-tabs > li.active > a:focus {
        border-bottom: solid 1px #fff;
    }

@media (max-width: 991px) {
    .nav-tabs .badge {
        font-size: 11px;
    }
}

@media (max-width: 767px) {
    .nav-tabs.add-tabs > li > a {
        font-size: 12px;
    }

    .nav-tabs .badge {
        display: none;
    }

    .select-sort-by .selecter-options {
        font-size: 11px !important;
    }

    .menu-overly-mask {
        background-color: #000;
        height: 100%;
        left: 0;
        opacity: 0.3;
        position: fixed;
        top: 0;
        -webkit-transition: all 0.2s linear 0s;
        -moz-transition: all 0.2s linear 0s;
        -o-transition: all 0.2s linear 0s;
        transition: all 0.2s linear 0s;
        visibility: hidden;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        width: 100%;
        z-index: 1100;
    }

        .menu-overly-mask.is-visible {
            cursor: pointer;
            opacity: 0.5;
            visibility: visible;
            -webkit-backface-visibility: visible;
            -moz-backface-visibility: visible;
            backface-visibility: visible;
        }
}

.nav-tabs.add-tabs > li:first-child > a {
    border-left: 1px solid transparent;
}
/* tab filter */
.tab-filter {
    position: absolute;
    right: 0;
    top: 0;
}

@media (max-width: 767px) {
    .tab-filter {
        display: none;
    }
}

.listing-filter {
    border-bottom: solid 1px #ddd;
    padding: 15px;
}

    .listing-filter.listing-filter-event {
        padding: 15px 0;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-align-items: center;
        -moz-box-align: center;
        align-items: center;
    }

        .listing-filter.listing-filter-event .pull-left.col-6 {
            display: -webkit-flex;
            display: -moz-box;
            display: flex;
        }

        .listing-filter.listing-filter-event .btn-group.col {
            max-width: 125px;
        }

        .listing-filter.listing-filter-event .breadcrumb-list {
            -webkit-align-self: center;
            align-self: center;
        }

        .listing-filter.listing-filter-event .btn.btn-line {
            line-height: normal;
        }

        .listing-filter.listing-filter-event .dropdown-menu .dropdown-item {
            font-size: 0.65rem;
        }

.breadcrumb-list {
    color: #888;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 0;
}

    .breadcrumb-list a.current {
        color: #000;
        font-weight: bold;
        margin-right: 5px;
    }

.dropdown-menu-modal {
    width: 100%;
    max-width: 400px;
}

.listing-view-action span {
    color: #888;
    cursor: pointer;
}

    .listing-view-action span.active {
        color: #000;
    }
/* Customize bootstrap-select plugin */
.tab-filter .select-sort-by {
    margin-right: 15px;
    margin-top: 10px;
    min-width: 150px !important;
}

@media (max-width: 575px) {
    .tab-filter .select-sort-by {
        display: none !important;
    }
}

.tab-filter .selecter.bottom .selecter-options {
    bottom: auto !important;
    top: auto;
}

.select-sort-by .selecter-selected {
    font-size: 12px;
    padding: 4.5px 15px;
}

.tab-filter .selecter-item {
    padding: 8px 15px;
    font-size: 12px;
}
/*************** Save Search ****************/
.save-search-bar {
    border-top: solid 1px #ddd;
}

    .save-search-bar:hover {
        background: #ededed;
    }

    .save-search-bar a:focus {
        box-shadow: 0 3px 2px rgba(0, 0, 0, 0.05) inset;
    }

    .save-search-bar a {
        display: block;
        font-weight: 500;
        padding: 10px 0;
    }

.float-right, .pull-right {
    float: right;
}

.mobile-filter-bar .dropdown-menu > li {
    padding: 0 18px;
    line-height: 28px;
}

    .mobile-filter-bar .dropdown-menu > li a {
        font-size: 11px;
        color: #333;
    }

.no-margin {
    margin: 0 !important;
}

.make-compact .item-list .photobox, .make-compact .item-list .info-row .category {
    display: none;
}

.make-grid .item-list .photobox, .make-grid .item-list .add-desc-box, .make-grid .item-list .price-box {
    width: 100%;
    clear: both;
    display: block !important;
    -webkit-flex: 100%;
    -moz-box-flex: 100%;
    flex: 100%;
    max-width: 100%;
}

.photo-count {
    background: #ccc;
    border: 0 none;
    border-radius: 2px;
    font-size: 12px;
    opacity: 0.75;
    padding: 0 3px;
    position: absolute;
    right: 4px;
    top: 5px;
}

.add-image {
    position: relative;
}

    .add-image a {
        display: block;
    }

        .add-image a img {
            width: 100%;
        }

.property-list .add-image a img {
    border-radius: 0;
    padding: 0;
    width: 100%;
}

.add-title {
    padding-bottom: 7px;
    font-weight: bold;
}

@media all and (max-width: 990px) {
    .prop-info {
        padding-top: 10px;
    }

        .prop-info span.title {
            font-size: 14px;
        }

        .prop-info span.text {
            font-size: 11px;
        }
}

.prop-info {
    display: block;
    width: 100%;
    clear: both;
    padding: 15px 0 0;
}

    .prop-info span.title {
        font-size: 16px;
        font-weight: 600;
        color: #222;
    }

    .prop-info span.text {
        font-size: 12px;
        font-family: Roboto Condensed, Helvetica, Arial, sans-serif;
    }

.prop-info-block {
    border-right: 1px solid #ccc;
    color: #666;
    display: table-cell;
    margin: 0;
    min-height: 20px;
    padding: 0 10px 5px;
    float: left;
    text-align: center;
    width: 30%;
}

@media (max-width: 575px) {
    .prop-info-block {
        width: 33.33%;
    }
}

.prop-info-block:last-child {
    border-right: 0;
}

.prop-info-block span {
    display: block;
    line-height: 1.2;
}

.make-grid .prop-info-block {
    border-right: 0;
    color: #666;
    display: inline;
    margin: 0 5px 0 5px;
    min-height: 0;
    padding: 0;
    text-align: left;
    width: 100%;
}

    .make-grid .prop-info-block span {
        display: inline;
    }

.make-grid .prop-info span.title {
    font-size: 14px;
}

    .make-grid .prop-info span.title .prop-info span.text {
        display: inline;
    }
/* pagination */
.pagination-bar {
    margin-top: 35px;
    display: block;
}

    .pagination-bar .pagination {
        margin-top: 0;
    }

        .pagination-bar .pagination li a {
            color: #9a9a9a;
            border-color: #cfcfcf;
        }

            .pagination-bar .pagination li a:hover {
                color: #000;
            }

        .pagination-bar .pagination li:last-child a {
            color: #414141;
        }

        .pagination-bar .pagination li.active a {
            background-color: #f8f8f8;
            color: #000;
            border-color: #cfcfcf;
            cursor: default;
            font-weight: bold;
        }
/* side bar */
.inner-box.has-ad, .page-content .inner-box.has-aff {
    background: #fff;
    border-radius: 3px 3px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    padding: 5px;
}

.page-content .inner-box {
    overflow: auto;
    padding: 20px;
}

    .page-content .inner-box .title-2 {
        line-height: 1;
        margin: 5px -20px 25px;
        padding: 0 20px 20px;
    }

.d-inline-b {
    display: inline-block;
}

#toTop {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Fixed/sticky position */
    bottom: 20px;
    /* Place the button at the bottom of the page */
    right: 30px;
    /* Place the button 30px from the right */
    z-index: 999;
    /* Make sure it does not overlap */
    border: none;
    /* Remove borders */
    outline: none;
    /* Remove outline */
    background-color: #f1c40f;
    /* Set a background color */
    color: black;
    /* Text color */
    cursor: pointer;
    /* Add a mouse pointer on hover */
    padding: 10px;
    /* Some padding */
    border-radius: 10px;
    /* Rounded corners */
    font-size: 18px;
    /* Increase font size */
}

    #toTop:hover {
        background-color: #938f8f;
        /* Add a dark-grey background on hover */
    }

.prop-info-block {
    width: auto !important;
}
