#apex-property-widget,
#apex-property-widget form {
  font-family: "Merriweather", "sans-serif";
}

#apex-property-widget select,
#apex-property-widget button {
  font-family: "Poppins", "sans-serif";
}

.apex-category-button .active {
  border: 0px solid transparent;
}

.apex-property-item .apex-property-details {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: start;
  flex-direction: column;
  background-color: white;
}

.apex-property-item .apex-property-thumbnail {
  position: relative;
  width: 100%;
  height: 200px;
}
.apex-property-item .apex-property-thumbnail img {
  width: 100%;
  object-fit: cover;
  height: 200px;
}

.apex-property-item .apex-property-content {
  background-color: white;
  padding: 20px;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.apex-property-item .apex-property-content .apex-property-name a {
  font-family: "Merriweather", "sans-serif";
  font-weight: 700;
  color: #00096e;
  text-decoration: none;
  font-size: 1em;
}

.apex-property-item .apex-property-content hr {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #dddddd;
}

.apex-property-item .apex-property-content .apex-property-street {
  font-family: "Poppins", "sans-serif";
  color: #676767;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 30px;
}

.apex-property-item .apex-property-content .apex-action-link{
  font-family: "Poppins", "sans-serif";
  font-weight: 400;
	transition: 0.3s;
  font-size: 12px;
	padding: 10px;
	border-radius: 50px;
	text-align: center;
  border: 1px solid #00096e;
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}

.apex-property-item .apex-property-content .apex-action-link[href=""],
.apex-property-item .apex-property-content .apex-action-link[href="#"]{
  visibility: hidden;
}


.apex-property-item .apex-actions{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.apex-property-item .apex-property-content .apex-action-link i {
  margin-left: 10px;
	transition: transform 0.3s;
}

.apex-property-item .apex-actions a i.fa-angle-right {
	font-size: 16px;
}

.apex-property-item .apex-actions a:first-child {
    background: transparent;
	color: #00096e;
    margin-right: 10px;
}

.apex-property-item .apex-actions a:last-child {
    background: #00096e;
    margin-left: 10px;	
	color: white;
}


.apex-property-item .apex-actions a:first-child:hover {
	background: #00096e;
	color: white;
}

.apex-property-item .apex-actions a:last-child:hover i {
	transform: translateX(3px);
}

.apex-card-tags{
  position: absolute;
  top: 10px;
  left: 10px;
  display: block;
}

.apex-property-text-label {
  display: block; 
  color: white;
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 12px;
  font-family: "Poppins", "sans-serif";
  font-weight: 600;
  text-align: center;  
  width: max-content;
	box-shadow: 0 2px 8px rgba(0,0,0,0.5);
}

.apex-property-text-label:first-child{
  margin-bottom: 10px;
}

#apex_property_subtypes_group button {
  font-family: "Merriweather", "sans-serif";
  border: 1px solid white;
  color: white;
  border-bottom: 0px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

#apex_property_subtypes_group button:first-child {
  margin-right: 20px;
}

#apex_property_category_group button {
  border: 1px solid white;
  color: white;
  border-radius: 0;
  font-family: "Merriweather", "sans-serif";
}

#apex_property_category_group button.active {
  background-color: #0066ff;
}

#apex_property_category_group button.hover {
  background-color: #0066ff;
}

#apex_property_category_group button:first-child {
  margin-right: 30px;
}

.apex-price-form {
  width: 250px;
}

#apex-property-types,
#apex-property-price-label,
#apex-button-search,
#apex-view-more {
  font-family: "Poppins", "sans-serif";
}

#apex-button-search:focus,
#apex-view-more:focus,
#apex-property-price-range:focus,
#apex-property-price-range-reset:focus,
#apex_property_subtypes_group button:focus,
#apex_property_category_group button:focus {
  background-color: #0066ff;
}

#apex-property-types:focus,
#apex-property-price-label:focus {
  background-color: #ffffff;
  color: #000000;
  border: 0px none transparent;
}


#apex-property-price-label {
  background-color: #ffffff;
  color: #000000;
  border: 0px none transparent;
  text-align: right;
}

.apex-price-toggle .label-price {
  background-color: white;
  border: 0 none transparent;
  color: black;
  font-family: "Poppins";
  text-align: left;
}

#apex-property-search {
  text-align: left;
  background-color: #333983;
  color: #ffffff;
  border: none;
  font-family: "Poppins", sans-serif;
}

/* enable absolute positioning */
.inner-addon {
  position: relative;
}

/* style icon */
.inner-addon .glyphicon {
  position: absolute;
  padding: 10px;
  pointer-events: none;
  color: white;
}

/* align icon */
.left-addon .glyphicon {
  left: 0px;
}
.right-addon .glyphicon {
  right: 0px;
}

/* add padding  */
.left-addon input {
  padding-left: 40px;
}
.right-addon input {
  padding-right: 40px;
}

#apex-property-search::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #bcbcbc;
  opacity: 1; /* Firefox */
}

#apex-property-search:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #bcbcbc;
}

#apex-property-search::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #bcbcbc;
}

#apex-property-list .error-message {
  font-family: "Poppins";
  color: #ffffff;
}

.agent-info {
  background-color: white;
  text-align: center;
  position: relative;
  width: 100%;
  padding: 30px 20px 30px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.agent-info .agent-image {
  position: relative;
  width: 40%;
  margin-bottom: 20px;
}

.agent-info .agent-image img {
  border-radius: 100px;
}

.agent-info .separator {
  position: relative;
  margin-bottom: 20px;
  color: #00c2ff;
  width: 60%;
  height: 4px;
  background-color: #00c2ff;
}

.agent-info .agent-name {
  position: relative;
  font-family: "Merriweather", Sans-serif;
  font-size: 16px;
  color: #00096e;
}

.agent-info .other-info {
  color: #676767;
  font-family: "Poppins", Sans-serif;
  font-size: 14px;
  font-weight: normal;
}

.apex-map{
  height: 550px;
}

@media (max-width: 1024px) {
	.apex-property-item .apex-actions {
		flex-direction: column;
	}
	.apex-property-item .apex-actions a:first-child {
		margin-right: 0;
		margin-bottom: 10px;
	}
	.apex-property-item .apex-actions a:last-child {
		margin-left: 0;
	}
}

@media (max-width: 767px) {
  #apex_property_subtypes_group {
    width: 100% !important;
  }

  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .mobile-order-first {
    order: -1 !important;
  }
	.apex-property-item .apex-actions .apex-action-link {
		font-size: 16px;
	}
	.apex-map {
		height: 400px;
	}
	.apex-property-item .apex-property-content .apex-action-link[href=""],
	.apex-property-item .apex-property-content .apex-action-link[href="#"]{
		display: none;
	}
}


