/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/

.pd-offer-accordion .e-n-accordion-item-title-icon span {
	margin-right: 20px;
}

@keyframes fadeInUpCustom {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.wicked.fadeInUp {
  animation-name: fadeInUpCustom;
  animation-duration: 1s;
  animation-fill-mode: both;
}


#e-n-accordion-item-1942 .e-n-accordion-item-title {
	border-width: 3px !important;
	border-color: var( --e-global-color-4378b9e );
}

#form-field-field_f822ac1 {
  border: none !important;
  box-shadow: none !important;
  resize: none;
  pointer-events: none;
  user-select: none;
}

#form-field-field_bd19ebf {
  border: none !important;
  box-shadow: none !important;
  resize: none;
  pointer-events: none;
  user-select: none;
}

@media only screen and (max-width: 767px) {
	#form-field-field_bd19ebf, #form-field-field_f822ac1 {
		font-size: 12px;
	}
	.elementor-field-group-field_61f1211 label {
		font-size: 12px !important;
	}
}


.cky-show-desc-btn, .cky-always-active {
	color: #96DC00 !important;
}