/**
* Theme Name: Heali Child
* Description: This is a child theme of Heali, generated by Merlin WP.
* Author: <a href="http://pavothemes.com/">Pavothemes</a>
* Template: heali
* Version: 2.0.2
*/

.btn-purple {
  color: white !important;
  background: #6938b0 !important;
}

.btn-purple:hover {
  background: #4f248c !important;
}

.elementor-button i {
  transition: all 0.3s ease !important;
}

.e-n-tabs-heading {
  display: none !important;
}

.main-navigation ul.menu>li.menu-item>a,
h2,
h1,
h3 {
  text-transform: none !important;
}

.header-1 .site-branding img {
  width: 200px;
}

@media (max-width: 1023px) {

  .header-1 .site-branding img {
    width: 160px;
  }

  .btn-purple {
    display: none !important;
  }

}

@media (max-width: 600px) {

  blockquote::before {
    display: none;
  }

  blockquote {
    padding: 30px !important;
  }

}