/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.mhv-text-gradient {
  position: absolute;
  top: 0px;
  background: #84C1A3;
  background: -webkit-linear-gradient(180deg,rgba(132, 193, 163, 1) 0%, rgba(51, 153, 153, 1) 33%, rgba(30, 61, 91, 1) 100%);
  background: -moz-linear-gradient(180deg,rgba(132, 193, 163, 1) 0%, rgba(51, 153, 153, 1) 33%, rgba(30, 61, 91, 1) 100%);
  background: linear-gradient(180deg,rgba(132, 193, 163, 1) 0%, rgba(51, 153, 153, 1) 33%, rgba(30, 61, 91, 1) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-color: rgb(255, 255, 255);
  -webkit-text-stroke-width: 0.05rem;
  -webkit-font-smoothing: antialiased;
}

.mhv-text-outline {
  position: absolute;
  top: 0px;
  -webkit-text-stroke-color: rgb(0, 0, 0);
  -webkit-text-stroke-width: 0.25rem;
  -webkit-font-smoothing: antialiased;
}

.wp-block-acf-listing-status,
.wp-block-vls-listing-status
{
  &.listing-status--offline
  {
    background-color:#858585;
  }

  &.listing-status--active
  {
    background-color:#5cb85c;
  }

  &.listing-status--reserved
  {
    background-color:#faa632;
  }

  &.listing-status--sold
  {
    background-color:#d9534f;
  }
}