/* IMMO Custom Styles */


/* Custom Card Style */

.noselect {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                    supported by Chrome, Edge, Opera and Firefox */
}


/** HOME ICONS **/

.box-icons-1 {
    width: 30%;
}


/** BTN-COLLAPSE **/

a.btn-collapse[aria-expanded="false"]::after {
    font-family: "Font Awesome 5 Free";
    font-size: 1.2rem;
    content: "\f067";
}

a.btn-collapse[aria-expanded="true"]::after {
    font-family: "Font Awesome 5 Free";
    font-size: 1.2rem;
    content: "\f068";
}


/** NEWS CARD **/

.custom-card-style-1 .custom-card-img-top-wrapper .post-date {
    position: absolute;
    top: 35px;
    left: 35px;
    text-align: center;
}

.custom-card-style-1 .custom-card-img-top-wrapper .post-date .month {
    display: block;
    background: #CCC;
    border-radius: 0 0 2px 2px;
    color: #FFF;
    font-size: 0.8em;
    line-height: 1.8;
    padding: 1px 10px;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
}

.custom-card-style-1 .custom-card-img-top-wrapper .post-date .day {
    background: #f7f7f7;
    border-radius: 2px 2px 0 0;
    color: #CCC;
    display: block;
    font-size: 18px;
    font-weight: 900;
    padding: 10px;
    font-family: "Open Sans", sans-serif;
}