/* 
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
*/
body.single #io-website-navigation {
  background-color: #F5F5F5;
}

.elementor-widget-text-editor a {
  border-bottom: 2px solid #DA0017;
}
.elementor-widget-text-editor ol {
  margin-bottom: 1em;
}
.elementor-widget-text-editor ol li::marker {
  color: #DA0017;
  font-weight: 700;
}
.elementor-widget-text-editor ul {
  margin-bottom: 1em;
  list-style: none;
}
.elementor-widget-text-editor ul li {
  position: relative;
  margin-top: 5px;
}
.elementor-widget-text-editor ul li:after {
  content: "";
  height: 0.5em;
  width: 0.5em;
  background: #DA0017;
  display: block;
  position: absolute;
  transform: rotate(45deg);
  top: 7px;
  left: -15px;
}

.io-register-links .io-register-link {
  border: 1px solid #DFDFE0;
  border-radius: 8px;
  padding: 30px;
  margin-bottom: 20px;
}
.io-register-links .io-register-link footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.io-register-links .io-register-link footer .io-register-link-prices {
  display: flex;
}
.io-register-links .io-register-link footer .io-register-link-prices .io-register-link-price {
  padding: 4px 10px;
  border-radius: 15px;
  background: #F5F5F5;
  color: #171616;
  margin-right: 10px;
}
.io-register-links .io-register-link footer .io-register-link-prices .io-register-link-price span {
  font-family: din-2014, sans-serif;
  font-weight: 700;
  color: #DA0017;
  font-size: 18px;
  margin-right: 2px;
}
@media (max-width: 767px) {
  .io-register-links .io-register-link footer .io-register-link-prices .io-register-link-price {
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .io-register-links .io-register-link footer .io-register-link-prices {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .io-register-links .io-register-link footer {
    flex-direction: column;
    align-items: flex-start;
  }
}
.io-register-links .io-register-link.disabled {
  background-color: #F5F5F5;
}
.io-register-links .io-register-link.disabled h3, .io-register-links .io-register-link.disabled p, .io-register-links .io-register-link.disabled .io-register-link-price {
  color: #7F7F7F !important;
}
.io-register-links .io-register-link.disabled .io-register-link-price {
  background-color: #FFFFFF !important;
}
.io-register-links .io-register-link.disabled .io-register-link-price span {
  color: #7F7F7F !important;
}

.io-no-register-links p > a {
  border-bottom: 2px solid #DA0017;
}

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