/*
Theme Name: Homirx
Theme URI: https://gaviaspreview.com/wp/homirx/
Author URI: https://themeforest.net/user/gavias
Author: Gaviasthemes Team
Description: The 2024 theme for WordPress is a fully responsive theme that looks great on any device.
Version: 1.0.6
Tested up to: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, sticky-post, theme-options, translation-ready
Text Domain: homirx

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
.wp-caption-text{
   font-weight: 400;
   font-size: 14px;
   font-style: italic;
   color: #3f3836;
}
.gallery-caption{
   font-weight: 500;
}
.bypostauthor{
   text-align: left;
}



/*-- CALL BUTTON --*/

.property-block__meta--right .property-listing-link-call {
  position: relative;
  top: 0px;
  margin-left: -56px;
}

@media only screen and (max-width: 600px) {
	.property-block__meta--right .property-listing-link-call {
	  margin-left: -30px;
	}
}

.property-block .property-listing-link-call a {
  background: var(--e-global-color-secondary);
  padding: 10px 15px;
  color: var(--homirx-color-three);
  border-radius: 30px;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  line-height: 15px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.property-block .property-listing-link-call a i {
  margin-right: 5px;
}

.property-block-style-4 .property-block__meta--right .property-listing-link-call {
  top: 0;
}

.property-list .property-listing-link-call a {
  background: var(--e-global-color-secondary);
  padding: 10px 15px;
  color: #C2DF93;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  line-height: 15px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.property-list .property-listing-link-call a i {
  margin-right: 5px;
}

.property-listing-link-call a:hover {
  background: var(--e-global-color-primary);
  color: #fff;
}


/*-- ENQUIRY BUTTON --*/

.property-block__meta--right .property-listing-link-enquiry {
  position: relative;
  top: 0px;
}

.property-block .property-listing-link-enquiry a {
  background: var(--e-global-color-secondary);
  padding: 10px 15px;
  color: var(--homirx-color-three);
  border-radius: 30px;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  line-height: 15px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.property-block .property-listing-link-enquiry a i {
  margin-right: 5px;
}

.property-block-style-4 .property-block__meta--right .property-listing-link-enquiry {
  top: 0;
}

.property-list .property-listing-link-enquiry a {
  background: var(--e-global-color-secondary);
  padding: 10px 20px;
  color: #C2DF93;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  line-height: 20px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.property-list .property-listing-link-enquiry a i {
  margin-right: 5px;
}

.property-listing-link-enquiry a:hover {
  background: var(--e-global-color-primary);
  color: #fff;
}

.property-card__body {
    background: #fff !important;
    border-radius: 16px !important;
    padding: 25px !important;
}

