/*
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
*/
:root {
  --color-red: #D6001C;
}

.section-title {
  text-align: center;
  padding: 32px 0 16px;
}

.event-single-content-wrapper {
  display: flex;
  justify-content: space-between;
}

.event-single-meta {
  width: 30%;
}

.event-single-content {
  width: 70%;
  padding: 0 1em;
}

.event-details {
  margin-bottom: 1em;
  font-size: 0.75em;
}

.event-details h5 {
  margin-bottom: 0;
}

.event-details .event-categories {
  margin-bottom: 1em;
}

.event-feature-image-caption {
  font-size: 0.75em;
  line-height: 1.2em;
  margin-bottom: 32px;
  color: #999;
}

.related-events .title {
  margin-bottom: 0;
}

.btn-cal-wrapper {
  display: flex;
  justify-content: start;
}

.btn-cal {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 0.1em;
  line-height: 1em;
  font-weight: bold;
  padding: 0.5em 1em;
  border-radius: 32px;
  text-transform: uppercase;
  border: 1px solid #ccc;
  background-color: transparent;
  margin-right: 4px;
  text-align: center;
  color: #666 !important;
}

.label-wrapper {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.label {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  position: relative;
  padding: 0.25em 0;
  left: -5px;
  top: 18px;
  width: 120px;
}

.bg-red {
  background-color: #D6001C;
}

.bg-purple {
  background-color: purple;
}

.bg-blue {
  background-color: blue;
}

.bg-green {
  background-color: green;
}

.css-1rkeqsf-cartIconCSS-cartIconFixedCSS-CartButton {
  background-color: black;
  position: fixed;
  top: auto !important;
  bottom: 0 !important;
  right: 0;
  z-index: 99999;
  border-radius: 0 !important;
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  padding: 15px 0px 17px;
  -webkit-box-pack: center;
  justify-content: center;
  animation: 0.25s ease-out 0s 1 normal none running animation-11wfdv1;
  width: 64px !important;
  border: none;
  outline: none;
  overflow-y: visible;
}

.profile-related-item {
  display: flex;
  justify-content: start;
  padding: 0 0 0.5em;
}

.profile-related-item .item-thumbnail {
  min-width: 75px;
  flex-basis: 75px;
  margin-right: 0.5rem;
}

.profile-related-item .item-content {
  flex-basis: auto;
}

.profile-related-item img {
  width: 75px;
  height: auto;
}

.profile-related-item .title {
  margin: 0;
}

.profile-related-item .title a {
  color: #666;
}

.profile-related-item .title a:hover {
  color: #000;
}

.btn-block {
  width: 100%;
}

.mb-1 {
  margin-bottom: 0.5em;
}

.mb-2 {
  margin-bottom: 1em;
}

.mb-3 {
  margin-bottom: 2em;
}

.virtual-event-label {
  text-align: right;
  float: right;
  padding: 0.5em 0 0;
}

.please-stand-out span {
  background-color: #D6001C;
  padding-left: 0.5em;
  padding-right: 0.5em;
  border-radius: 4px;
}

@media (max-width: 1024px) {
  .please-stand-out span {
    background-color: #D6001C;
    color: white;
  }
}
.on-display {
  padding: 4px 0;
  font-size: 14px;
}

.info-box-title {
  padding: 0.5rem 0 0 0;
  border-top: 1px solid #666;
  margin-bottom: 0.5rem;
}

.page-id-69015 .elementor-slideshow__description {
  line-height: 1em !important;
}

.ukraine h3 {
  font-size: 1.8rem;
  line-height: 1.1em;
  margin: 0 0 0.25em;
}
.ukraine a {
  color: dimgray !important;
}
.ukraine a.profile-link {
  font-weight: bold;
  letter-spacing: 0.15em;
  font-size: 1rem;
}
.ukraine figure.quote, .ukraine figure.status {
  padding: 2rem;
  background-color: var(--color-red);
}
.ukraine figure.quote blockquote, .ukraine figure.status blockquote {
  color: white;
  display: block;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  font-size: 1.4rem;
  line-height: 1.2em;
}
.ukraine figure.quote figcaption, .ukraine figure.status figcaption {
  color: #FFF;
}
.ukraine figure.quote.status, .ukraine figure.status.status {
  background-color: #ffcc00;
}
.ukraine figure.quote.status blockquote, .ukraine figure.status.status blockquote {
  color: black;
}
.ukraine .format {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  letter-spacing: 0.1rem;
  font-weight: bold;
  background-color: var(--color-red);
  text-transform: uppercase;
}
.ukraine .format.status {
  background-color: var(--color-red);
}
.ukraine .video .elementor-widget-wrap {
  padding: 0 0 1rem !important;
}

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