.single-lpc-event #content {
background: #fcda52;
}
.event-container {
display: flex;
flex-direction: column;
gap: 32px;
}
.event-shortcode {
padding: 0 20px;
}
.event-page-container {
display: flex;
align-items: center;
justify-content: space-between;
}
.event-page-container.event {
gap: 64px;
margin-bottom: 64px;
padding-bottom: 80px;
border-bottom: 2px solid #e8eef1;
}
.event--widget-headline {
margin-bottom: 16px!important;
}
.event--page-right {
position: relative;
margin-top: 32px;
}
.event--page-right .event-page-right-inner {
margin-right: 0;
position: relative;
right: 32px;
bottom: 32px;
}
.event--page-right:before {
content: '';
background-color: #f5f3ec;
position: absolute;
width: 100%;
height: 100%;
} .event-page-thumb-inner {
display: none;
}
.event-page-left {
background-color: #f8e8c3;
padding: 48px 120px 60px 60px;
width: 100%;
}
.event-widget-headline {
margin-bottom: 16px!important;
font-size: 28px!important;
font-weight: bold!important;
}
.event--page-descr {
font-size: 16px!important;
}
.event-page-descr {
font-size: 16px;
}
.lpc-event-cta-wrap {
display: flex;
gap: 24px;
margin-top: 27px;
}
.disclaimer {
margin-top: 16px;
font-size: 14px;
font-style: italic;
}
.expiration_date {
font-weight: 500;
font-size: 16px;
}
.ast-custom-button.event-learnmore-button {
background: transparent;
text-decoration: none!important;
color: #335967;
font-size: 14px; text-transform: uppercase;
}
.event-page-right-inner {
width: 350px;
height: 350px;
margin-left: -75px;
background-size: cover;
position: relative;
transition: transform 0.5s ease, background-size 0.5s ease;
background-position: center;
z-index: 3;
mix-blend-mode: multiply;
}
.event-page-right-inner:hover {
transform: scale(1.05);
}
.ast-custom-button.event-redeem-button {
text-decoration: none!important;
font-size: 14px;
text-transform: uppercase;
}
.lpc-event-cta-wrap .ast-custom-button {
text-align: center;
background: #423e3f !important;
border-radius: 6px;
text-transform: capitalize;
letter-spacing: 1px;
border: 1px solid #423e3f;
}
.lpc-event-cta-wrap .ast-custom-button:hover {
background: transparent !important;
color: #423e3f !important;
}
.event-location, .event-time {
font-size: 18px;
font-weight: 600;
}
.event-time {
margin-bottom: 18px;
} .single-lpc-event .event-page-container {
width: 100%;
max-width: 1400px;
margin: 48px auto;
}
.single-details-page .event-page-left {
background: transparent;
}  .event-shortcode .event-page-right-inner {
margin: 0;
width: 100%;
height: 100%;
}
.event-shortcode .event-page-right {
width: 150px;
height: 150px;
}
.event-shortcode .event-page-left {
width: auto;
flex: 1;
padding: 0px;
background: transparent;
}
.event-shortcode .event-page-container {
padding: 22px;
align-items: flex-start;
box-shadow: 0px 0px 9px #00000014;
}
.event-shortcode h3, .event-shortcode .event-location, .event-shortcode .event-time {
color: #44b3db;
}
.event-shortcode .lpc-event-cta-wrap .ast-custom-button {
color: #423e3f !important;
background: transparent !important;
border: none;
padding: 0;
font-family: 'Raleway', sans-serif;
font-weight: 500;
font-size: 16px !important;
letter-spacing: 0;
}
.event-shortcode .lpc-event-cta-wrap .ast-custom-button:hover {
color: #44b3db !important;
text-decoration: underline !important;
}
@media only screen and (max-width: 992px) {
.event-page-container {
flex-direction: column-reverse;
}
.event-page-right {
width: 100%;
}
.event-page-left {
background-color: #f8e8c3;
padding: 32px;
display: flex;
flex-direction: column;
align-items: start;
}
.event-page-descr {
text-align: left;
}
.event-page-right-inner {
width: 100%;
margin: 0;
}
.event--page-right {
margin-top: 0;
margin-bottom: 32px;
width: 100%;
}
.event-page-container.event {
display: flex;
flex-direction: column-reverse;
}
}
@media only screen and (max-width: 458px) {
.lpc-event-cta-wrap {
display: flex;
gap: 8px;
flex-direction: column;
width: 100%;
}
}