/* 
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 */

/* Border Radius on FAQ Categories */
.elementor-widget-taxonomy-filter .e-filter-item {
  border-radius: 0px !important;
}

/* Events RSVP Form */
.sp-rsvp-form .gfield-choice-input {
  padding: 0 !important;
}
.sp-rsvp-form .gfield_radio {
  display: flex;
}

.sp-rsvp-form .gfield_radio .gchoice {
  width: 50%;
}

.sp-rsvp-form .gform_title {
  display: none;
}

.sp-rsvp-form .gform-field-label a {
      font-size: 14px;
}

.sp-rsvp-form .gform-footer .gform_button {
  background-color: var(--e-global-color-secondary) !important;
    font-family: var(--e-global-typography-secondary-font-family), Arial, Sans-serif  !important;
    font-size: var(--e-global-typography-secondary-font-size) !important;
    font-weight: var(--e-global-typography-secondary-font-weight) !important;
    line-height: var(--e-global-typography-secondary-line-height) !important;
    color: #FFFFFF !important;
    border-radius: 40px 40px 40px 40px !important;
    padding: 12px 24px !important;
}

.sp-rsvp-form .gform-footer .gform_button:hover {
  background-color: #00214D !important;
}

.sp-rsvp-form .gfield-choice-input[type=checkbox] {
  border-radius: 2px !important;
}

.sp-rsvp-form .gfield-choice-input[type=radio] {
  border-radius: 50% !important;
}

/* Link h3 fix */

.elementor-widget-image-box .elementor-image-box-title a {

      font-family: var(--e-global-typography-9119e9a-font-family), Arial, Sans-serif;
    font-size: var(--e-global-typography-9119e9a-font-size);
    font-weight: var(--e-global-typography-9119e9a-font-weight);
    line-height: var(--e-global-typography-9119e9a-line-height);

}
