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


.slider-socket {
	display:none;
}


.page-head {
display:none;
}

/*Inserate Page unterm Menu raus*/
.container {
	margin-top:120px;
}

/*semikolon im Detail ausblenden*/
#overview .property-item ul.additional-details li {
	display:none;
}

/*trennlinie weg*/
#overview .property-item .content{
	border-bottom:0px;
}

/* Karten Label Blau*/
.map-label{
	background-color: #002951 !important;
}

#cluster div {
	background-color: #002951;
}

#overview .property-item .price .price-and-type .tag-arrow svg {
	fill: #002951 !important;
}

/* Kaufen / Mieten Label im Objekt*/
#overview .property-item .price .status-label {
    color: #002951;
    background: #ddd !important;
}

/* Pfeil Kaufen / Mieten Label im Objekt Pfeil */
#overview .property-item .price .status-label .tag-arrow svg {
    fill: #ddd;
}

#overview .property-item .price span {
	background-color: #002951 !important;
}

.share-label {
	background-color: #002951 !important;
}

.property-item figure figcaption, .property-item figure .property-label {
	background-color: #002951 !important;
}

.property-grid .property-item span {
	color: #002951 !important;
}

.real-btn {
	background-color: #002951 !important;
}

.real-btn:hover{
	background-color: #ddd !important;
	color: #002951;
}

#property-carousel-two .flex-direction-nav a {
  background-color: #002951;
}

#overview .property-item .wrap {
	background-color: #efefef !important;
}