/*
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
*/
.um-um_password_id.um {
  margin-left: 0 !important;
  text-align: left !important;
}

.um-field {
  display: flex;
  flex-direction: column;
}

.um-field label {
  margin-bottom: 8px;
}

.um-field-label {
  margin-top: 1rem;
}

/* Link colors */
.um a.um-link,
.um .um-tip:hover,
.um .um-field-radio.active:not(.um-field-radio-state-disabled) i,
.um .um-field-checkbox.active:not(.um-field-radio-state-disabled) i,
.um .um-member-name a:hover,
.um .um-member-more a:hover,
.um .um-member-less a:hover,
.um .um-members-pagi a:hover,
.um .um-cover-add:hover,
.um .um-profile-subnav a.active,
.um .um-item-meta a,
.um-account-name a:hover,
.um-account-nav a.current,
.um-account-side li a.current span.um-account-icon,
.um-account-side li a.current:hover span.um-account-icon,
.um-dropdown li a:hover,
i.um-active-color,
span.um-active-color {
  color: var(--color-red) !important;
}

.um a.um-link:hover,
.um a.um-link-hvr:hover {
  color: var(--color-red) !important;
}

/* Button colors */
.um .um-field-group-head,
.picker__box,
.picker__nav--prev:hover,
.picker__nav--next:hover,
.um .um-members-pagi span.current,
.um .um-members-pagi span.current:hover,
.um .um-profile-nav-item.active a,
.um .um-profile-nav-item.active a:hover,
.upload,
.um-modal-header,
.um-modal-btn,
.um-modal-btn.disabled,
.um-modal-btn.disabled:hover,
div.uimob800 .um-account-side li a.current,
div.uimob800 .um-account-side li a.current:hover,
.um .um-button,
.um-request-button,
.um a.um-button,
.um a.um-button.um-disabled:hover,
.um a.um-button.um-disabled:focus,
.um a.um-button.um-disabled:active,
.um input[type=submit].um-button,
.um input[type=submit].um-button:focus,
.um input[type=submit]:disabled:hover {
  background: var(--color-red) !important;
}

.um .um-field-group-head:hover,
.picker__footer,
.picker__header,
.picker__day--infocus:hover,
.picker__day--outfocus:hover,
.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted,
.picker__list-item:hover,
.picker__list-item--highlighted:hover,
.picker--focused .picker__list-item--highlighted,
.picker__list-item--selected,
.picker__list-item--selected:hover,
.picker--focused .picker__list-item--selected,
.um .um-button:hover,
.um a.um-button:hover,
.um input[type=submit].um-button:hover {
  background: var(--color-red) !important;
}

/* Button alt colors */
.um .um-button.um-alt,
.um input[type=submit].um-button.um-alt {
  background: #eeeeee !important;
}

.um .um-button.um-alt:hover,
.um input[type=submit].um-button.um-alt:hover {
  background: #e5e5e5 !important;
}

.um-profile.um .um-profile-headericon a {
  color: gray !important;
}

.um-request-button {
  clear: both;
  align-self: flex-start;
}

.um-profile.um .um-profile-headericon a:hover {
  color: var(--color-red) !important;
}

.um-main-meta {
  padding: 10px 0 0 0;
  display: flex;
  justify-content: end;
}

.um-profile-nav-item a {
  /*  color: var(--color-yellow) !important;*/
  padding: 4px 16px 8px 8px !important;
  line-height: 1 !important;
  border-radius: 2px !important;
  /*  display: flex!important;*/
}

.um-profile-nav-item i {
  font-size: 16px !important;
  height: 16px !important;
  line-height: 1 !important;
  position: relative !important;
  display: inline-block !important;
  top: 1px !important;
  left: 1px !important;
}

:root {
  --color-red: rgba(201, 0, 24);
  --color-red-transparent: rgba(201, 0, 24, .2);
  --body-line-height: 1.5em;
}

ul, ol {
  margin-bottom: 1em;
}

blockquote {
  border-left: 0.25rem solid var(--section-color);
  margin: 2rem 2rem 2rem;
  padding: 0 0 0 2rem;
  font-size: 1.5rem;
  line-height: 1.4em;
}

@media screen and (max-width: 768px) {
  blockquote {
    font-size: 1.2rem;
    margin: 1.5rem 1rem 1.5rem;
    padding: 0 0 0 2rem;
  }
}
@media screen and (max-width: 576px) {
  blockquote {
    font-size: 1.2rem;
    margin: 1rem 1rem 1rem;
    padding: 0 0 0 1rem;
  }
}
p:last-child {
  margin-bottom: 0 !important;
}

.elementor-slideshow__description {
  padding: 1ex;
  max-height: 9ex;
  line-height: 2.5ex;
  overflow: auto;
  background-color: #00000066;
}

.warning {
  background-color: #ff000033;
  color: #ff0000;
  padding: 1ex 2ex;
  border-radius: 4px;
  border: 1px solid #ff0000;
  font-size: 0.8rem;
  line-height: 1.5em;
}

.elementor-widget-button a {
  text-decoration: none !important;
}

.elementor-widget-theme-post-content a,
.elementor-widget-text-editor a,
.elementor-widget-vii-text-editor a {
  text-decoration: underline !important;
  text-decoration-thickness: 2px !important;
  text-decoration-color: var(--color-red) !important;
}

.default-underline a {
  text-decoration-color: var(--color-red);
}

.text-decoration-none a {
  text-decoration: none !important;
}

.elementor-text-editor .elementor-button-link a {
  text-decoration: none !important;
}

::selection {
  background: var(--color-red-transparent);
}

::-moz-selection {
  background: var(--color-red-transparent);
}

input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  cursor: pointer;
  height: 0;
  width: 0;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjAiIGhlaWdodD0iMTIwIj4KPHBhdGggc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSI4LjMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgZD0iTTE0LDE0IEwxMDYsMTA2IE0xMDYsMTQgTDE0LDEwNiIvPgo8L3N2Zz4K");
}

strong, b {
  font-family: "futura-pt-bold", sans-serif !important;
  font-weight: 600 !important;
}

#mc_embed_shell {
  width: 400px;
}
#mc_embed_shell .asterisk {
  color: var(--color-red);
}
#mc_embed_shell .indicates-required {
  color: var(--color-red);
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
}
#mc_embed_shell .mc-field-group label {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
}
#mc_embed_shell .mc-field-group .mce_inline_error {
  font-size: 15px;
  font-family: "futura-pt-bold", sans-serif !important;
  font-weight: 600;
}
#mc_embed_shell .mc-field-group.input-group {
  padding: 1rem 0 0;
}
#mc_embed_shell .mc-field-group.input-group ul {
  padding: 0 !important;
}
#mc_embed_shell .mc-field-group.input-group ul li {
  display: flex !important;
  gap: 0.5rem !important;
  align-items: center !important;
  font-size: 1.2rem;
  margin: 0.5rem 0;
}
#mc_embed_shell .mc-field-group.input-group ul li input[type=checkbox] {
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid red !important;
}
#mc_embed_shell .mc-field-group.input-group ul li label {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1em !important;
  font-weight: normal;
  text-transform: initial;
  font-size: 1.25rem;
}
#mc_embed_shell .button {
  margin-top: 1rem;
  border: none;
}

.no-link {
  pointer-events: none;
}

/*# sourceMappingURL=style.css.map */
