/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 12 2021 | 15:24:34 */
/*
found here: https://parkplacedev1.wpengine.com/events/
    current design shortcode
*/
ul.ecs-event-list.ecs-count-1.ecs-design-current {
      margin: 0;
    padding: 0;
}
.custom-event-container {
  margin: 0px;
}
.custom-event-col-2-1{
  width: 52%;
}
.custom-event-col-2-2{
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 48%;
    right: 0;
}
.custom-event-container {
    width: 100%;
    position: relative;
    display: flex;
    margin-bottom: 50px;
}
.custom-thumbnail .custom-eventlists-status {
    position: absolute;
}
.elementor-532 .elementor-element.elementor-element-adc5b42 > .elementor-widget-container {
    margin: 0 !important;
}
.custom-event-container .custom-thumbnail img {
    height: 320px;
    object-fit: cover;
    width: 100%;
  padding-right:50px;
}
.custom-event-container .ecs-excerpt {
    margin-bottom: 20px;
    margin-top: 10px;
}
.custom-event-container .ecs-excerpt {
    margin-bottom: 20px;
    margin-top: 10px;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
}
.custom-event-button {
    display: block;
    margin-top: 35px;
}
.custom-event-button .ct-event, .custom-event-button .ct-calendar {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid #000;
    letter-spacing: 1.5px;
}
.custom-event-button .ct-calendar {
    margin-left: 25px;
}
@media only screen and (max-width: 768px) {
.custom-event-container {
    display: block;
}
.custom-event-col-2-1 {
    width: 100%;
}
.custom-event-col-2-2 {
    width: 100%;
    position: relative;
    transform: initial;
}
  .custom-event-container .custom-thumbnail img {
    padding-right: 0;
    height: 200px;
}
}