/*
 Theme Name: HomeID Child
 Template: homeid
 Version: 1.2
*/

/* READ:
 * Our website use 2 differents logos, you need to change the second one in the property tab (because its hard to find in this theme).
 * The first one is easy to find, just com to Theme Options -> Header
 * The second one is configured by the theme as a second template, you can find here:
 * /wp-admin/admin.php?page=g5core_options&section=section_post_type_property
 * Click header, header preset and  then edit
 * 
 *  */

@media screen and (min-width: 992px) {
	.site-logo {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

/* INDIVIDUAL PROPERTY PAGE CSS -> DESCRIPTION */
.listing-container {
  max-width: 750px;
  margin: auto;
  font-family: Arial, sans-serif;
  color: #333;
  line-height: 1.6;
  padding: 15px;
}

.listing-title {
	font-size: 21px;
  color: #e23a07;
  margin-bottom: 5px;
}

.listing-meta {
  font-size: 16px;
  margin-top: 0;
}

.listing-price {
  font-size: 20px;
  font-weight: bold;
  color: #e23a07;
}

.listing-divider {
  margin: 20px 0;
  border: none;
  border-top: 2px solid #f2a08a;
}

.features-list {
  columns: 2;
  padding-left: 20px;
}

.listing-footer {
  font-size: 14px;
  color: #777;
}

@media (max-width: 600px) {
  .features-list {
    columns: 1;
  }

	.listing-title {
		font-size: 21px
	}
  .listing-price {
    font-size: 18px;
  }
}

.g5ere__property-address a:hover {
	color: #e23a07;
}

.g5ere__loop-item-inner .g5ere__agent-featured .g5core__entry-thumbnail {
	--g5core-image-ratio: 109% !important
}