/* 
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 */
/* || CUSTOM PAGE TEMPALTE STYLING & UTILITIES */
#content, #pmRoot {
  max-width: 1140px;
  margin: 0 auto;
  padding: 4rem 1rem;
}

.home #content {
  max-width: unset !important;
  margin: unset !important;
  padding: unset !important;
}


p:last-child {
    margin: 0 !important;
}

.elementor-widget-text-editor ul , .elementor-widget-text-editor ol{
  margin-bottom: .9rem !important;
}

.all-categories-shortcode ul, .all-categories-shortcode li, .all-categories-shortcode a {
  color: #fff !important;
  font-size: 18px !important;
}

.all-categories-shortcode a:hover {
  color: var(--e-global-color-82cbe81) !important;
  text-decoration: underline !important;
}

/* Button & Form Styling */
.elementor-button {
  text-decoration: unset !important;
}

.elementor-button:hover, .gform_button:hover {
  font-size: var(--e-global-typography-accent-font-size) !important;
  font-family: var(--e-global-typography-accent-font-family), Sans-serif !important;
  font-weight: var(--e-global-typography-accent-font-weight) !important;
  text-transform: var(--e-global-typography-accent-text-transform) !important;
}

.gform_button:hover {
  background-color: #000 !important;
}

.gform_button {
  font-family: var(--e-global-typography-accent-font-family ), Sans-serif !important;
  font-size: var(--e-global-typography-accent-font-size ) !important;
  font-weight: var(--e-global-typography-accent-font-weight ) !important;
  background-color: var(--e-global-color-accent ) !important;
  border: unset !important;
  padding: 10px 20px !important;
}

.gform_confirmation_message {
  background-color: #f9f9f9 !important;
  padding: 1rem !important;
  border: 3px solid rgba(104, 195, 163) !important;
  font-weight: 700 !important;
  color: #000 !important;
}
/* … */

/* LEFT-pointing triangle */
.icon .elementor-heading-title {
  position: relative;
  gap: 10px;
  display: flex;
  flex-direction: column;
}

.icon .elementor-heading-title::before {
  content: "";
  position: relative;
  display: block;
  width: 27px;
  height: 27px;
  background: var(--e-global-color-accent);
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}

.icon.gray .elementor-heading-title::before {
  background: var(--e-global-color-72ca894) !important;
}

.icon.center .elementor-heading-title {
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
}