/*------------------------------------------------------------------
    File Name: versions.css
-------------------------------------------------------------------*/

body.front-niobe .property-detail i:not(.selected),
body.front-niobe .customwidget li i,
body.front-niobe .navbar-nav span {
/*    color: var(--text-color) !important; */
}

body.front-niobe .property-detail h4.property-detail-label {
    padding:10px 0px 10px 0px;
}

body.front-niobe .property-detail h4.property-detail-label:not(.selected) {
/*    color: var(--text-color) !important; */
}

body.front-niobe .property-detail h4.property-detail-label.selected {
/*    color: var(--background-color) !important; */
    font-weight: bold;
}

body.front-niobe .icon-wrapper:hover a,
body.front-niobe a:hover,
body.front-niobe a:focus {
/*    color: var(--title-color); */
}

body.front-niobe .property-detail i:not(.selected),
body.front-niobe .property-detail .col-md-3:hover img {
/*    border-color: var(--text-color) !important; */
}

body.front-niobe .btn-light {
/*    color: #ffffff !important; */
    color: #ffffff;
}


/**************************************
GRADIENTS 
**************************************/

body.front-niobe .icon_wrap:hover,
body.front-niobe .nav-pills > li.active > a,
body.front-niobe .nav-pills > li.active > a:focus,
body.front-niobe .nav-pills > li.active > a:hover,
body.front-niobe .icon-wrapper:hover i,
body.front-niobe .grd1 {
    color: var(--background-color-box);
    background: var(--background-color);
    background: -moz-linear-gradient(left, var(--background-color) 0%, var(--text-color) 100%);
    background: -webkit-linear-gradient(left, var(--background-color) 0%, var(--text-color) 100%);
    background: linear-gradient(to right, var(--background-color) 0%, var(--text-color) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='var(--background-color)', endColorstr='var(--text-color)', GradientType=1);
}

body.front-niobe .icon_wrap,
body.front-niobe .dmtop:hover,
body.front-niobe .cac:hover,
body.front-niobe .features-right li:hover i,
body.front-niobe .features-left li:hover i,
body.front-niobe .nav-pills > li:hover > a,
body.front-niobe .nav-pills > li:focus > a,
body.front-niobe .nav-pills > li.active > a,
body.front-niobe .nav-pills > li.active > a:focus,
body.front-niobe .nav-pills > li.active > a:hover,
body.front-niobe .divider-bar,
body.front-niobe .owl-next:hover i,
body.front-niobe .owl-prev:hover i,
body.front-niobe .icon-wrapper:hover i:hover,
body.front-niobe .grd1:hover,
body.front-niobe .grd1:focus {
    background-position: 100px;
    color: var(--background-color-box);
    background-color: var(--text-color);
    background: -moz-linear-gradient(left, var(--text-color) 0%, var(--background-color) 100%);
    background: -webkit-linear-gradient(left, var(--text-color) 0%, var(--background-color) 100%);
    background: linear-gradient(to right, var(--text-color) 0%, var(--background-color) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='var(--text-color)', endColorstr='var(--background-color)', GradientType=1);
}

body.front-niobe .effect-1:not(.selected),
body.front-niobe .effect-1:not(.selected)::after {
/*    box-shadow: 0 0 0 2px var(--title-color); */
}

body.front-niobe .effect-1.selected,
body.front-niobe .effect-1.selected:after {
    box-shadow: 0 0 0 2px var(--background-color);
}

body.front-niobe .effect-1,
body.front-niobe .effect-1:after {
/*    border-radius: 0 !important; */
}

body.front-niobe .property-detail {
    text-align: center;
    cursor: pointer;
}

body.front-niobe .property-detail p.lead {
    margin-bottom: 0;
    padding-bottom: 0;
}

body.front-niobe .property-detail h4 {
    font-weight: 400;
    font-size: 21px;
    line-height: 1 !important;
    margin: 0;
    padding: 30px 0 20px 0;
}

body.front-niobe .property-detail i:not(.item-section-copy):not(.feature-filter-section):not(.quote_inprogress-filter-section):not(.contract_tosign-filter-section):not(.contract_signed-filter-section) {
    max-width: 40px;
    margin: 0 auto;
    padding: 2px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 30px;
    display: block;
}

body.front-niobe .filter-detail i:not(.item-section-copy):not(.feature-filter-section):not(.quote_inprogress-filter-section):not(.contract_tosign-filter-section):not(.contract_signed-filter-section) {
    max-width: 40px;
    margin: 0 auto;
    padding: 2px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 20px;
}

body.front-niobe .property-detail i.selected {
    color: var(--background-color);
    border-color: var(--background-color);
}

body.front-niobe .header_style_01 {
    background-color: transparent;
}

body.front-niobe .contact_form .grd1 {
    border: 0 !important;
}

body.front-niobe .social-links {
    margin-top: 0 !important;
}

body.front-niobe .social-links i {
    border: 1px solid var(--text-color);
    display: block;
    font-size: 14px;
    height: 30px;
    line-height: 28px;
    margin: -5px -3px;
    padding: 0 !important;
    text-align: center;
    width: 30px;
}

body.front-niobe .section-title small {
    font-size: 15px;
    letter-spacing: 1px;
    padding-bottom: 0px;
    display: block;
    font-weight: 600;
    text-transform: uppercase;
}

body.front-niobe .contact_form h3 i {
    border: 1px solid #fff;
    display: inline-block;
    font-size: 14px;
    height: 30px;
    line-height: 28px;
    margin: -2px 5px 0 0;
    padding: 0 !important;
    vertical-align: middle;
    text-align: center;
    width: 30px;
}

body.front-niobe .contact_form h3 {
    margin: 0 0 10px;
    display: block;
}

body.front-niobe .first-section {
    display: block;
    padding: 17em 0 10em !important;
    position: relative;
}

body.front-niobe .first-section .grd1 {
    border: 0 !important;
}

body.front-niobe .agencies_meta span {
    display: block;
    margin-top: 15px;
}

body.front-niobe .agencies_meta span a {
    color: var(--text-color);
}

body.front-niobe .agencies_meta span i {
    display: block;
    border: 0 solid var(--background--color);
    background-color: var(--title-color);
    color: var(--text-color);
    display: inline-block;
    font-size: 14px;
    border-radius: 100%;
    height: 30px;
    line-height: 28px;
    margin: -2px 5px 0 0;
    padding: 0 !important;
    vertical-align: middle;
    text-align: center;
    width: 30px;
}

body.front-niobe .section.db .effect-1,
body.front-niobe .section.db .effect-1:after {
    box-shadow: 0 0 0 0 #f47e00;
    border: 0 !important;
    box-shadow: none !important;
    border-radius: 50px !important;
}

body.front-niobe .sep2,
body.front-niobe .section.db {
    background-color: var(--background-color);
}

body.front-niobe .section.db .message-box h2 {
    color: #ffffff;
}

body.front-niobe .da-thumbs .pitem a div i {
    background-color: #232323;
    border-radius: 100%;
    bottom: 0;
    color: #fff !important;
    font-size: 15px;
    height: 60px;
    left: 0;
    line-height: 60px;
    margin: -25px auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    width: 60px;
    z-index: 12;
}

body.front-niobe #map {
    height: 600px;
    position: relative;
    width: 100%;
    z-index: 1;
}

body.front-niobe #map img {
    max-width: inherit;
}

body.front-niobe .map {
    position: relative;
}

body.front-niobe .map .row {
    position: relative;
}

body.front-niobe .infobox img {
    width: 100% !important;
}

body.front-niobe .map .searchmodule {
    padding: 18px 10px;
}

body.front-niobe .infobox {
    display: block;
    margin: 0;
    padding: 0 0 10px;
    position: relative;
    width: 260px;
    z-index: 100;
}

body.front-niobe .infobox .title {
    font-size: 13px;
    line-height: 1;
    margin-bottom: 0;
    margin-top: 15px;
    padding-bottom: 5px;
    text-transform: capitalize;
}

body.front-niobe .desc h3 i {
    opacity: 0.1;
}

body.front-niobe .testimonial h4 {
/*    color: #1f1f1f; */
}

body.front-niobe .owl-next i,
body.front-niobe .owl-prev i,
body.front-niobe .desc {
    box-shadow: none !important;
    border: 0 !important;
}
body.front-niobe .desc {
    background-color: #fff;
}
body.front-niobe .owl-next i,
body.front-niobe .owl-prev i {
    background-color: var(--text-color);
    color:var(--background-color-menu);    
}

