.event-list-shortcode {
border-top: 1px solid #e6e6e6;
}
.event-list-shortcode-wrap {
position: relative;
}
.event-list-shortcode__item {
display: grid;
grid-template-columns: 160px minmax(0, 1fr) 44px;
align-items: center;
column-gap: 18px;
padding: 28px 5%;
border-bottom: 1px solid #e6e6e6;
text-decoration: none;
color: inherit;
transition: background-color 0.2s ease;
}
.event-list-shortcode__item:hover,
.event-list-shortcode__item:focus-visible {
background-color: rgba(211, 211, 211, 0.2);
}
.event-list-shortcode__item:hover .event-list-shortcode__date,
.event-list-shortcode__item:focus-visible .event-list-shortcode__date {
color: var(--e-global-color-accent, #0a4b8f);
}
.event-list-shortcode__date {
font-size: clamp(2rem, 5vw, 3.6rem);
line-height: 1;
font-weight: 700;
color: #c7d4e4;
letter-spacing: 0.01em;
}
.event-list-shortcode__content {
min-width: 0;
}
.event-list-shortcode__title {
margin: 0;
font-family: Georgia, "Times New Roman", serif;
font-size: clamp(1.8rem, 4vw, 3.4rem);
line-height: 1.05;
font-weight: 700;
color: #06173a;
}
.event-list-shortcode__meta {
margin: 8px 0 0;
font-size: 0.9rem;
line-height: 1.3;
text-transform: uppercase;
letter-spacing: 0.12em;
color: #66778f;
}
.event-list-shortcode__arrow {
justify-self: end;
color: #06173a;
font-size: 2rem;
line-height: 1;
transition: transform 0.2s ease;
}
.event-list-shortcode__item:hover .event-list-shortcode__arrow,
.event-list-shortcode__item:focus-visible .event-list-shortcode__arrow {
transform: translateX(2px);
}
.event-list-shortcode__footer {
display: flex;
justify-content: center;
padding: 24px 5% 0;
}
.event-list-shortcode__load-more {
appearance: none;
border: 1px solid #06173a;
border-radius: 999px;
display: inline-flex;
align-items: center;
justify-content: center;
background: transparent;
color: #06173a;
padding: 14px 28px;
cursor: pointer;
transition: background-color 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}
.event-list-shortcode__load-more:hover,
.event-list-shortcode__load-more:focus-visible {
background: #06173a;
color: #fff;
}
.event-list-shortcode__load-more.is-loading {
opacity: 0.6;
}
.event-list-modal-open {
overflow: hidden;
}
.event-list-modal {
position: fixed;
inset: 0;
z-index: 9999;
display: flex;
align-items: center;
justify-content: center;
padding: 24px;
background: rgba(5, 5, 5, 0.78);
backdrop-filter: blur(10px);
}
.event-list-modal[hidden] {
display: none !important;
}
.event-list-modal__dialog {
position: relative;
width: min(1024px, 100%);
max-height: min(90vh, 860px);
overflow: auto;
border-radius: 16px;
border: 1px solid rgba(210, 175, 79, 0.55);
background: #17150f;
display: grid;
grid-template-columns: minmax(260px, 44%) minmax(0, 1fr);
box-shadow: 0 22px 60px rgba(0, 0, 0, 0.55);
}
.event-list-modal__close {
position: absolute;
top: 10px;
right: 10px;
width: 36px;
height: 36px;
padding: 0;
display: inline-flex;
align-items: center;
justify-content: center;
border-radius: 999px;
border: 1px solid rgba(255, 255, 255, 0.15);
background: rgba(0, 0, 0, 0.3);
color: #fff;
font-size: 1.35rem;
line-height: 1;
cursor: pointer;
z-index: 3;
}
.event-list-modal__media-wrap {
background: #17150f;
min-height: 420px;
display: flex;
align-items: center;
justify-content: center;
}
.event-list-modal__image {
display: block;
width: 100%;
height: 100%;
min-height: 420px;
object-fit: cover;
object-position: center center;
}
.event-list-modal__content {
padding: 28px;
color: #ece4cf;
}
.event-list-modal__head {
display: flex;
align-items: baseline;
justify-content: space-between;
gap: 16px;
}
.event-list-modal__kicker {
margin: 0;
text-transform: uppercase;
letter-spacing: 0.14em;
font-size: 0.72rem;
font-weight: 700;
color: var(--e-global-color-accent, #d2af4f);
}
.event-list-modal__datetime {
margin: 0;
padding-right: 52px;
font-size: 0.82rem;
font-weight: 600;
color: #9ca0a8;
}
.event-list-modal__title {
margin: 10px 0 0;
font-family: Georgia, "Times New Roman", serif;
font-size: clamp(2rem, 4vw, 3.2rem);
line-height: 0.95;
font-weight: 800;
text-transform: uppercase;
color: #fff;
}
.event-list-modal__lead {
margin: 14px 0 0;
font-size: 1rem;
line-height: 1.45;
font-weight: 700;
color: #fff;
}
.event-list-modal__quote {
margin: 16px 0 0;
padding-left: 14px;
border-left: 2px solid rgba(210, 175, 79, 0.7);
font-style: italic;
font-size: 1rem;
line-height: 1.5;
color: #c9c5b6;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 4;
overflow: hidden;
}
.event-list-modal__cards {
margin-top: 18px;
display: grid;
grid-template-columns: 7fr 3fr;
gap: 10px;
}
.event-list-modal__card {
border: 1px solid rgba(255, 255, 255, 0.1);
border-radius: 6px;
padding: 12px;
background: rgba(255, 255, 255, 0.03);
}
.event-list-modal__card-title {
margin: 0;
text-transform: uppercase;
font-size: 0.68rem;
letter-spacing: 0.12em;
color: var(--e-global-color-accent, #d2af4f);
}
.event-list-modal__card-main {
margin: 9px 0 0;
font-size: 0.98rem;
font-weight: 700;
color: #f2f0eb;
}
.event-list-modal__card-sub {
margin: 4px 0 0;
font-size: 0.86rem;
line-height: 1.4;
color: #bfb8a7;
}
.event-list-modal__map-wrap {
margin-top: 12px;
border-radius: 6px;
overflow: hidden;
border: 1px solid rgba(255, 255, 255, 0.1);
}
.event-list-modal__map {
display: block;
width: 100%;
height: 150px;
border: 0;
}
.event-list-modal__actions {
margin-top: 16px;
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 10px;
}
.event-list-modal__button {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 12px 16px;
border-radius: 999px;
text-transform: uppercase;
letter-spacing: 0.08em;
font-size: 0.74rem;
font-weight: 700;
text-decoration: none;
}
.event-list-modal__button--primary {
background: var(--e-global-color-accent, #d2af4f);
color: #1a1711;
}
.event-list-modal__button--secondary {
border: 1px solid rgba(255, 255, 255, 0.24);
color: #f8f7f3;
background: transparent;
}
.event-list-modal__button.is-disabled {
pointer-events: none;
opacity: 0.45;
}
@media (max-width: 900px) {
.event-list-modal {
padding: 12px;
}
.event-list-modal__dialog {
grid-template-columns: 1fr;
max-height: 94vh;
}
.event-list-modal__media-wrap {
min-height: 0;
max-height: 60vh;
overflow: hidden;
}
.event-list-modal__image {
min-height: 0;
height: auto;
max-height: 60vh;
}
.event-list-modal__content {
padding: 20px;
}
}
@media (max-width: 760px) {
.event-list-shortcode__item {
grid-template-columns: 1fr auto;
grid-template-areas:
"date arrow"
"content arrow";
row-gap: 8px;
}
.event-list-shortcode__date {
grid-area: date;
}
.event-list-shortcode__content {
grid-area: content;
}
.event-list-shortcode__arrow {
grid-area: arrow;
align-self: center;
}
.event-list-modal__cards,
.event-list-modal__actions {
grid-template-columns: 1fr;
}
}.elementor-animation-shrink{transition-duration:.3s;transition-property:transform}.elementor-animation-shrink:active,.elementor-animation-shrink:focus,.elementor-animation-shrink:hover{transform:scale(.9)}.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-0:not(:has(.elementor-widget-container)),.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0:not(:has(.elementor-widget-container)),.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0:not(:has(.elementor-widget-container)){font-size:0;line-height:1}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);height:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em));line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em))}.elementor-social-icon{--e-social-icon-icon-color:#fff;align-items:center;background-color:#69727d;cursor:pointer;display:inline-flex;justify-content:center;text-align:center}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{color:#fff;opacity:.9}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-threads{background-color:#000}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-x-twitter{background-color:#000}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.e--ua-appleWebkit.rtl{--flex-right:flex-start}.e--ua-appleWebkit .elementor-share-buttons--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-right{--justify-content:var(--flex-right,flex-end)}.e--ua-appleWebkit .elementor-share-buttons--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-center{--justify-content:center}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid{display:flex;flex-wrap:wrap;justify-content:var(--justify-content,space-between);margin-inline:calc(-.5 * var(--grid-column-gap));width:auto}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid-item{margin-inline:calc(.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid{display:inline-block}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid-item{margin-inline:0}@media (max-width:1024px){.e--ua-appleWebkit .elementor-share-buttons-tablet--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-right{--justify-content:var(--flex-right,flex-end)}.e--ua-appleWebkit .elementor-share-buttons-tablet--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-center{--justify-content:center}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid{display:flex;flex-wrap:wrap;justify-content:var(--justify-content,space-between);margin-inline:calc(-.5 * var(--grid-column-gap));width:auto}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid-item{margin-inline:calc(.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid{display:inline-block}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid-item{margin-inline:0}}@media (max-width:767px){.e--ua-appleWebkit .elementor-share-buttons-mobile--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-right{--justify-content:var(--flex-right,flex-end)}.e--ua-appleWebkit .elementor-share-buttons-mobile--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-center{--justify-content:center}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid{display:flex;flex-wrap:wrap;justify-content:var(--justify-content,space-between);margin-inline:calc(-.5 * var(--grid-column-gap));width:auto}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid-item{margin-inline:calc(.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid{display:inline-block}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid-item{margin-inline:0}}