/* Child Theme - Custom CSS File for Buyers to Modify */


  .detail #overview .property-item .features h5{
    border: none;
    padding: 0px;
    margin-left: 20px;
    font-size:10px;
  }

#footer-wrapper {
  background: url("images/dd.png") repeat-x scroll bottom center transparent;
  padding-bottom:0px;
  padding-bottom:30px;

}
@media (max-width: 979px) {
.main-menu ul  
.main-menu .responsive-nav {display:none;}
.menu-and-contact-wrap {display:none;}
#header-top {display:none;}
#sideSlideToggle {top: 9px; }

}

#language { 
  margin-top: 10px;
  text-decoration: none; 
  position:relative;
  float: right;
}


#language-mobile { 
  margin-top: 20px;
  text-decoration: none; 
  position:relative;
  float: right;
}


@media (min-width: 980px) {
#sideSlideMenu {display: none;}
#sideSlideToggle{display: none;}
#language-mobile{display: none;}
}


#footer .widget #social ul li{
  background: none;
}
 
vubon_figcaption h2 {
        color: #ffffff; 
        font-size:20px;
}



#overview .property-item .features .arrow-bullet-list li.selected, #overview .property-item .features .arrow-bullet-list li:hover {
 background-color: #FFFFFF;
}

#overview .property-item .features .arrow-bullet-list li {
  background: url(images/feature-list-bullet.png) no-repeat 10px 7px;
  float: left;
  width: 25%;
  margin: 0 2px 2px 0;
  padding-left: 25px;
  list-style: none;
}