/* 
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 */
@font-face {
  font-family: 'Andasia';
  src: url('http://pcclegal.redlinecompany-hosting.com/wp-content/uploads/2026/05/Andasia-Personal-Use-Only.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700&display=swap');

body,
.elementor-widget,
.elementor-button,
.elementor-heading-title,
.elementor p,
.elementor a {
  font-family: 'Raleway', sans-serif !important;
}

.white-text-button .elementor-button {
  position: relative !important;
  overflow: hidden !important;
  background: transparent !important;
}

.white-text-button .elementor-button::before,
.white-text-button .elementor-button::after {
  content: "";
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background: #D9B569;
  transition: transform .45s cubic-bezier(.77, 0, .175, 1);
  z-index: 1;
}

.white-text-button .elementor-button::before {
  left: 0;
  transform-origin: left;
}

.white-text-button .elementor-button::after {
  right: 0;
  transform-origin: right;
}

.white-text-button .elementor-button:hover::before,
.white-text-button .elementor-button:hover::after {
  transform: scaleX(0);
}

.white-text-button .elementor-button:hover {
  color: #D9B569 !important;
  border-color: #D9B569 !important;
}

.white-text-button .elementor-button-content-wrapper {
  position: relative;
  z-index: 2;
}














